body{min-width:320px}.account-workspace{display:grid;grid-template-columns:216px minmax(0,1fr);min-height:calc(100vh - 76px)}.account-section-sidebar{position:sticky;top:76px;align-self:start;height:calc(100vh - 76px);padding:30px 14px;border-right:1px solid var(--line);background:#ffffffa8;overflow-y:auto}.account-nav{display:grid;gap:3px}.account-nav a{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:10px;min-height:43px;padding:0 12px;border-radius:7px;color:var(--muted);font-weight:650}.account-nav a:hover{background:var(--surface-muted);color:var(--ink)}.account-nav a.active{background:var(--green-soft);color:var(--green-dark)}.account-nav-mark{display:grid;width:24px;height:24px;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--muted);font-size:11px;font-weight:800}.account-nav a.active .account-nav-mark{border-color:var(--green);background:var(--surface);color:var(--green-dark)}.account-main{min-width:0}.account-main:focus{outline:none}.account-page{width:min(960px,100%);margin:0 auto;padding:42px clamp(26px,4vw,58px) 80px}.account-page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;padding-bottom:25px;border-bottom:1px solid var(--line)}.account-page-heading h1{margin:0;font-size:30px;line-height:1.25;letter-spacing:0;text-wrap:balance}.account-page-heading p{max-width:690px;margin:9px 0 0;color:var(--muted);line-height:1.7}.account-heading-action{flex:0 0 auto}.account-mobile-back{display:none}.account-kicker{color:var(--muted);font-size:12px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.account-count{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:var(--surface-muted);color:var(--muted);font-weight:700}.account-muted{color:var(--muted)}.account-overview-identity{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:34px 0;border-bottom:1px solid var(--line)}.account-overview-identity h2{margin:8px 0 0;overflow-wrap:anywhere;font-size:25px;letter-spacing:0}.account-overview-identity p{margin:7px 0 0;color:var(--green-dark);font-weight:650}.account-overview-security{padding:29px 0;border-bottom:1px solid var(--line)}.account-section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.account-section-heading h2{margin:7px 0 0;font-size:20px}.account-ok-text{margin:18px 0 0;color:var(--green-dark)}.account-issue-list{display:grid;margin-top:16px;border-top:1px solid var(--line)}.account-issue-list a{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:54px;border-bottom:1px solid var(--line)}.account-issue-list span{color:var(--danger)}.account-overview-list{border-bottom:1px solid var(--line)}.account-overview-row{display:grid;grid-template-columns:minmax(190px,.85fr) minmax(230px,1.25fr) auto;align-items:center;gap:28px;min-height:112px;padding:22px 0;border-bottom:1px solid var(--line)}.account-overview-row:last-child{border-bottom:0}.account-overview-row h2{margin:7px 0 0;overflow-wrap:anywhere;font-size:19px}.account-row-detail{display:flex;min-width:0;align-items:center;flex-wrap:wrap;gap:10px 18px;color:var(--muted);line-height:1.6}.account-row-detail strong{color:var(--ink)}.account-inline-link{display:inline-flex;align-items:center;gap:7px;color:var(--green-dark);font-weight:700;white-space:nowrap}.account-inline-link span{font-size:22px;line-height:1}.account-mobile-section-list{display:none}.account-state-block,.account-empty-state,.account-entry-state{display:grid;justify-items:center;text-align:center}.account-state-block{gap:12px;padding:80px 20px;color:var(--muted)}.account-spinner{width:28px;height:28px;border:3px solid var(--line);border-top-color:var(--green);border-radius:50%;animation:account-spin .8s linear infinite}@keyframes account-spin{to{transform:rotate(360deg)}}.account-empty-state{gap:8px;padding:72px 20px;border-bottom:1px solid var(--line)}.account-empty-state strong{font-size:19px}.account-empty-state p{max-width:520px;margin:0 0 12px;color:var(--muted);line-height:1.7}.account-error-state{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:24px 0;padding:18px 20px;border-left:3px solid var(--danger);background:#fff1f1}.account-error-state p{margin:5px 0 0;color:var(--danger);line-height:1.6}.account-entry-state{width:min(720px,100%);min-height:calc(100vh - 76px);align-content:center;gap:18px;margin:0 auto;padding:34px}.account-entry-state .account-error-state{width:100%;text-align:left}.account-notice{margin:18px 0;padding:13px 16px;border-left:3px solid #6f8aa2;background:#eef5fb;color:#44647d;line-height:1.65}.account-notice-success{border-color:var(--green);background:var(--green-soft);color:var(--green-dark)}.account-notice-danger{border-color:var(--danger);background:#fff1f1;color:var(--danger)}.account-notice-warning{border-color:var(--warning);background:#fff8e9;color:#7d5a21}.account-record-list{border-bottom:1px solid var(--line)}.account-record,.account-session-record{padding:27px 0;border-bottom:1px solid var(--line)}.account-record:last-child,.account-session-record:last-child{border-bottom:0}.account-record{display:grid;grid-template-columns:minmax(200px,.8fr) minmax(360px,1.4fr);gap:40px}.account-record-primary h2,.account-session-record h2{margin:7px 0 10px;font-size:20px}.account-facts,.account-detail-facts,.account-session-times{display:grid;margin:0}.account-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.account-facts div,.account-detail-facts div,.account-session-times div{min-width:0}.account-facts dt,.account-detail-facts dt,.account-session-times dt{margin-bottom:7px;color:var(--muted);font-size:12px}.account-facts dd,.account-detail-facts dd,.account-session-times dd{margin:0;overflow-wrap:anywhere;line-height:1.55}.account-status{display:inline-flex;align-items:center;width:fit-content;min-height:26px;padding:0 9px;border-radius:13px;background:var(--surface-muted);color:var(--muted);font-size:12px;font-weight:750;white-space:nowrap}.account-status-active,.account-status-paid,.account-status-granted,.account-status-open{background:var(--green-soft);color:var(--green-dark)}.account-status-pending,.account-status-created,.account-status-redirected,.account-status-waiting_user,.account-status-waiting_support,.account-status-refunding{background:#fff8e9;color:#7d5a21}.account-status-failed,.account-status-revoked{background:#fff1f1;color:var(--danger)}.account-form-section{display:grid;grid-template-columns:minmax(230px,.8fr) minmax(340px,1.2fr);gap:54px;padding:34px 0;border-bottom:1px solid var(--line)}.account-form-intro h2{margin:8px 0;overflow-wrap:anywhere;font-size:20px}.account-form-intro p{margin:0;color:var(--muted);line-height:1.65}.account-form{display:grid;gap:17px}.account-field{display:grid;gap:8px;color:var(--muted);font-weight:650}.account-field input,.account-field select,.account-field textarea{width:100%;min-width:0;border:1px solid var(--line);border-radius:7px;outline:0;background:var(--surface);color:var(--ink);font:inherit}.account-field input,.account-field select{min-height:44px;padding:0 13px}.account-field textarea{min-height:116px;padding:12px 13px;resize:vertical;line-height:1.6}.account-field input:focus,.account-field select:focus,.account-field textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #58b88926}.account-field small{color:var(--muted);font-weight:400}.account-form-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding-top:3px}.account-session-record{display:grid;grid-template-columns:minmax(210px,.8fr) minmax(360px,1.45fr) auto;align-items:center;gap:35px}.account-session-title{display:flex;align-items:center;flex-wrap:wrap;gap:9px}.account-session-title h2{margin-right:2px}.account-session-record p{margin:0;color:var(--muted)}.account-current-label{min-height:24px;padding:4px 8px;border-radius:12px;background:var(--green-soft);color:var(--green-dark);font-size:11px;font-weight:750}.account-session-times{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.text-danger-button{min-height:40px;padding:0;border:0;background:transparent;color:var(--danger);font-weight:700;white-space:nowrap}.text-danger-button:hover{text-decoration:underline}.account-order-list{border-top:1px solid var(--line)}.account-order-row{display:grid;grid-template-columns:minmax(260px,1.4fr) minmax(90px,auto) minmax(120px,auto) 20px;align-items:center;gap:24px;min-height:92px;padding:14px 16px;border-bottom:1px solid var(--line)}.account-order-row:hover{background:var(--surface)}.account-order-row>div{display:grid;min-width:0;gap:5px}.account-order-row strong,.account-order-row small{overflow-wrap:anywhere}.account-order-row small{color:var(--muted)}.account-order-row>span:last-child{color:var(--muted);font-size:22px}.account-order-summary{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:34px 0;border-bottom:1px solid var(--line)}.account-order-summary h2{margin:8px 0;overflow-wrap:anywhere;font-size:22px}.account-order-summary p{margin:0;color:var(--muted)}.account-order-total{display:grid;justify-items:end;gap:10px}.account-order-total>strong{font-size:25px}.account-detail-facts{grid-template-columns:repeat(5,minmax(0,1fr));gap:20px;padding:25px 0;border-bottom:1px solid var(--line)}.account-detail-section{padding:28px 0;border-bottom:1px solid var(--line)}.account-detail-section h2{margin:0 0 16px;font-size:19px}.account-line-item{display:flex;align-items:center;justify-content:space-between;gap:25px;min-height:62px;padding:10px 0;border-top:1px solid var(--line)}.account-line-item>div{display:flex;min-width:0;align-items:center;flex-wrap:wrap;gap:8px 14px}.account-line-item span,.account-line-item small{color:var(--muted)}.account-filterbar{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:20px 0;border-bottom:1px solid var(--line)}.account-segments{display:flex;flex-wrap:wrap;gap:5px}.account-segments button{min-height:34px;padding:0 13px;border:0;border-radius:17px;background:transparent;color:var(--muted)}.account-segments button.active{background:var(--green-soft);color:var(--green-dark);font-weight:700}.account-checkbox{display:inline-flex;align-items:flex-start;gap:9px;color:var(--muted);line-height:1.5}.account-checkbox input{flex:0 0 auto;width:17px;height:17px;margin-top:2px;accent-color:var(--green-dark)}.account-notification-list article{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;padding:25px 0;border-bottom:1px solid var(--line)}.account-notification-list article.unread{border-left:3px solid var(--green);padding-left:17px}.account-notification-list article>div{min-width:0}.account-notification-list h2{margin:7px 0 8px;overflow-wrap:anywhere;font-size:18px}.account-notification-list p{margin:0;color:var(--muted);line-height:1.7;white-space:pre-wrap;overflow-wrap:anywhere}.account-notification-list time{display:block;margin-top:10px;color:var(--muted);font-size:12px}.account-create-ticket{margin-bottom:18px}.account-ticket-row{grid-template-columns:minmax(260px,1.4fr) minmax(105px,auto) minmax(92px,auto) 20px}.account-ticket-meta{display:flex;align-items:center;flex-wrap:wrap;gap:12px 22px;padding:20px 0;border-bottom:1px solid var(--line);color:var(--muted)}.account-ticket-meta .text-danger-button{margin-left:auto}.account-message-list{padding:8px 0;border-bottom:1px solid var(--line)}.account-message{max-width:780px;padding:20px 0;border-bottom:1px solid var(--line)}.account-message:last-child{border-bottom:0}.account-message header{display:flex;align-items:center;justify-content:space-between;gap:20px}.account-message time{color:var(--muted);font-size:12px}.account-message p{margin:10px 0 0;line-height:1.75;white-space:pre-wrap;overflow-wrap:anywhere}.account-message-support{margin-left:32px;padding-left:18px;border-left:3px solid var(--green)}.account-message-system{color:var(--muted)}.account-reply-form{display:grid;gap:16px;padding-top:27px}.account-retention-section{padding:30px 0;border-bottom:1px solid var(--line)}.account-retention-section h2{margin:0 0 10px;font-size:20px}.account-retention-section p{max-width:760px;margin:0;color:var(--muted);line-height:1.8}.account-danger-zone{border-bottom-color:#e7cccc}.account-danger-zone .account-form-intro h2{color:var(--danger)}.account-danger-confirm{padding:12px 0;color:var(--danger)}.account-danger-submit{min-height:42px;padding:0 14px;border:1px solid var(--danger);border-radius:7px}@media (max-width: 1180px){.account-workspace{grid-template-columns:190px minmax(0,1fr)}.account-page{padding:36px 30px 72px}.account-record,.account-form-section,.account-session-record{grid-template-columns:minmax(0,1fr);gap:22px}.account-session-times{grid-column:auto}.account-session-record>button{width:fit-content;justify-self:start}.account-detail-facts{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 980px){.account-workspace{grid-template-columns:210px minmax(0,1fr)}.account-overview-row{grid-template-columns:minmax(170px,.9fr) minmax(190px,1.1fr) auto;gap:18px}}@media (max-width: 780px){.account-workspace{display:block;min-height:calc(100vh - 68px)}.account-section-sidebar{display:none}.account-page{padding:25px 18px 60px}.account-page-heading{display:block;padding-bottom:19px}.account-page-heading h1{font-size:26px}.account-page-heading p{margin-top:7px;font-size:14px;line-height:1.6}.account-heading-action{margin-top:16px}.account-heading-action .primary-button,.account-heading-action .secondary-button{width:100%}.account-mobile-back{display:inline-flex;align-items:center;gap:6px;min-height:38px;margin:14px 18px 0;padding:0;border:0;background:transparent;color:var(--green-dark);font-weight:700}.account-mobile-back span{font-size:24px}.account-overview-identity{align-items:flex-start;padding:25px 0}.account-overview-identity h2{font-size:21px}.account-overview-security{padding:24px 0}.account-overview-row{grid-template-columns:minmax(0,1fr) auto;min-height:0;gap:9px 16px;padding:20px 0}.account-overview-row>div:first-child{min-width:0}.account-overview-row .account-row-detail{grid-column:1 / -1;grid-row:2}.account-overview-row .account-inline-link{grid-column:2;grid-row:1;align-self:center;font-size:0}.account-overview-row .account-inline-link span{font-size:24px}.account-mobile-section-list{display:grid;margin-top:25px;border-top:1px solid var(--line)}.account-mobile-section-list a{display:grid;grid-template-columns:28px minmax(0,1fr) 20px;align-items:center;gap:11px;min-height:56px;border-bottom:1px solid var(--line)}.account-mobile-section-list>a>span:last-child{color:var(--muted);font-size:22px}.account-record,.account-session-record,.account-form-section{grid-template-columns:1fr;gap:22px;padding:25px 0}.account-facts,.account-session-times,.account-detail-facts{grid-template-columns:1fr 1fr;gap:18px}.account-session-record>button{width:fit-content}.account-order-row,.account-ticket-row{grid-template-columns:minmax(0,1fr) auto 18px;gap:12px;min-height:90px;padding:13px 5px}.account-order-row>strong,.account-ticket-row>span:nth-last-child(2){grid-column:1;color:var(--ink)}.account-order-row>.account-status,.account-ticket-row>.account-status{grid-column:2;grid-row:1}.account-order-row>span:last-child{grid-column:3;grid-row:1 / span 2}.account-order-summary{align-items:flex-start;padding:25px 0}.account-order-total{justify-items:start}.account-detail-facts{padding:22px 0}.account-filterbar{align-items:flex-start;flex-direction:column}.account-notification-list article{display:grid;gap:14px;padding:22px 0}.account-notification-list article>button{width:fit-content}.account-error-state{align-items:flex-start;flex-direction:column}.account-message-support{margin-left:12px}}@media (max-width: 700px){.account-page{padding-bottom:calc(104px + env(safe-area-inset-bottom))}.account-entry-state{min-height:calc(100vh - 138px);padding:24px 18px calc(94px + env(safe-area-inset-bottom))}}@media (max-width: 430px){.account-overview-identity{display:grid;gap:15px}.account-facts,.account-session-times,.account-detail-facts{grid-template-columns:1fr}.account-order-summary{display:grid}.account-line-item{align-items:flex-start}.account-segments{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.account-segments button{padding:0 8px}.primary-button,.secondary-button{min-width:0}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.promotion-page,.promotion-auth-page{--promotion-bg: #eff5f2;--promotion-surface: #fafdfb;--promotion-chrome: #dce3df;--promotion-ink: #0a0c0a;--promotion-muted: #4d514f;--promotion-line: #b5bdb8;--promotion-line-soft: #dfe6e2;--promotion-primary: #336b4f;--promotion-primary-strong: #24563d;--promotion-primary-soft: #e0eee6;--promotion-accent: #186783;--promotion-success: #006425;--promotion-warning: #6e4b00;--promotion-danger: #902824;--promotion-on-primary: #fff;--promotion-info-bg: #e6f1f5;--promotion-info-ink: #124f65;--promotion-danger-bg: #f9e8e7;--promotion-success-bg: #e1f2e7;--promotion-warning-bg: #f1e7db;--promotion-neutral-bg: #eef0ef;min-height:100vh;background:var(--promotion-bg);color:var(--promotion-ink);font-size:16px}.promotion-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;min-height:72px;padding:0 28px;border-bottom:1px solid var(--promotion-line-soft);background:#fafdfbf7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.promotion-brand{display:inline-flex;align-items:center;min-width:0;gap:12px}.promotion-brand img{width:42px;height:42px;flex:0 0 42px;object-fit:contain;outline:1px solid rgba(0,0,0,.1);outline-offset:-1px;border-radius:8px}.promotion-brand span,.promotion-brand strong,.promotion-brand small{display:block;min-width:0}.promotion-brand strong{font-size:16px;font-weight:700;line-height:1.25}.promotion-brand small{margin-top:3px;color:var(--promotion-muted);font-size:12px}.promotion-account-strip{display:flex;align-items:center;min-width:0;gap:12px;color:var(--promotion-muted);font-size:13px}.promotion-role-badge,.promotion-link-status,.promotion-effective{display:inline-flex;align-items:center;min-height:26px;border-radius:8px;font-size:12px;font-weight:700;white-space:nowrap}.promotion-role-badge{padding:0 10px;background:var(--promotion-primary-soft);color:var(--promotion-primary-strong)}.promotion-account-email{max-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.promotion-text-button,.promotion-text-action{border:0;background:transparent;color:var(--promotion-primary);font-weight:700}.promotion-text-button{min-height:36px;padding:0 4px}.promotion-auth-main,.promotion-state-main{display:grid;min-height:calc(100vh - 72px);place-items:center;padding:32px 20px}.promotion-auth-panel,.promotion-state-panel{width:min(480px,100%);padding:36px 38px 40px;border:1px solid var(--promotion-line-soft);border-top:3px solid var(--promotion-primary);border-radius:8px;background:var(--promotion-surface);box-shadow:0 18px 50px #24563d17}.promotion-invite-panel{width:min(540px,100%)}.promotion-kicker{color:var(--promotion-primary);font-size:12px;font-weight:800;letter-spacing:0}.promotion-auth-panel h1,.promotion-state-panel h1,.promotion-title-row h1{margin:10px 0 0;font-size:30px;line-height:1.22;letter-spacing:0}.promotion-auth-panel>p,.promotion-state-panel>p,.promotion-title-row p,.promotion-section-heading p{margin:10px 0 0;color:var(--promotion-muted);line-height:1.7;text-wrap:pretty}.promotion-auth-panel>p strong{color:var(--promotion-ink);overflow-wrap:anywhere}.promotion-form,.promotion-browser-login{display:grid;gap:17px;margin-top:26px}.promotion-form label:not(.promotion-check-row){display:grid;gap:8px;color:var(--promotion-muted);font-weight:700}.promotion-form label small{color:var(--promotion-muted);font-size:12px;font-weight:400}.promotion-form input:not([type=checkbox]){width:100%;min-height:46px;padding:0 13px;border:1px solid var(--promotion-line);border-radius:8px;outline:0;background:var(--promotion-on-primary);color:var(--promotion-ink)}.promotion-form input:not([type=checkbox]):focus{border-color:var(--promotion-primary);box-shadow:0 0 0 3px #336b4f24}.promotion-code-input{font-size:22px!important;font-variant-numeric:tabular-nums;text-align:center}.promotion-check-row{display:flex;align-items:flex-start;gap:10px;color:var(--promotion-muted);font-size:14px;line-height:1.55}.promotion-check-row input{width:18px;height:18px;flex:0 0 18px;margin:2px 0 0;accent-color:var(--promotion-primary)}.promotion-primary-button,.promotion-secondary-button,.promotion-copy-button,.promotion-page-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 17px;border-radius:8px;font-weight:700;transition-property:background-color,border-color,color,transform;transition-duration:.14s;transition-timing-function:cubic-bezier(.2,0,0,1)}.promotion-primary-button:active,.promotion-secondary-button:active,.promotion-copy-button:active,.promotion-page-button:active{transform:scale(.96)}.promotion-primary-button{border:1px solid var(--promotion-primary);background:var(--promotion-primary);color:var(--promotion-on-primary)}.promotion-primary-button:hover{border-color:var(--promotion-primary-strong);background:var(--promotion-primary-strong)}.promotion-secondary-button,.promotion-copy-button,.promotion-page-button{border:1px solid var(--promotion-line);background:var(--promotion-surface);color:var(--promotion-primary-strong)}.promotion-secondary-button:hover,.promotion-copy-button:hover,.promotion-page-button:hover{border-color:var(--promotion-primary);background:var(--promotion-primary-soft)}.promotion-browser-login .promotion-primary-button,.promotion-form>.promotion-primary-button,.promotion-state-panel>.promotion-primary-button,.promotion-invite-panel>.promotion-primary-button{width:100%}.promotion-text-action{min-height:38px;justify-self:center;padding:0 8px}.promotion-auth-note{margin-top:22px;padding-top:18px;border-top:1px solid var(--promotion-line-soft);color:var(--promotion-muted);font-size:12px;line-height:1.7}.promotion-form-error{color:var(--promotion-danger);line-height:1.55}.promotion-notice{margin:18px 0;padding:13px 15px;border-left:3px solid var(--promotion-primary);background:var(--promotion-primary-soft);color:var(--promotion-primary-strong);line-height:1.6}.promotion-notice-info{border-color:var(--promotion-accent);background:var(--promotion-info-bg);color:var(--promotion-info-ink)}.promotion-notice-error{border-color:var(--promotion-danger);background:var(--promotion-danger-bg);color:var(--promotion-danger)}.promotion-invitation-type,.promotion-binding-result{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:58px;margin-top:22px;padding:0 16px;border:1px solid var(--promotion-line-soft);border-radius:8px;background:var(--promotion-on-primary)}.promotion-invitation-type span,.promotion-binding-result span{color:var(--promotion-muted)}.promotion-binding-result.success strong{color:var(--promotion-success)}.promotion-binding-result.warning strong{color:var(--promotion-warning)}.promotion-inline-loading,.promotion-full-page-loading,.promotion-loading-block,.promotion-list-state{display:grid;place-items:center;color:var(--promotion-muted)}.promotion-inline-loading{min-height:220px}.promotion-full-page-loading{min-height:100vh;background:var(--promotion-bg, #eff5f2);color:var(--promotion-muted, #4d514f)}.promotion-state-code{display:block;color:var(--promotion-danger);font-size:13px;font-weight:800}.promotion-state-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:26px}.promotion-workspace{width:min(1220px,100%);margin:0 auto;padding:42px 34px 72px}.promotion-title-row,.promotion-section-heading,.promotion-downline-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.promotion-title-row h1{margin-top:8px}.promotion-update-note{max-width:280px;padding-bottom:5px;color:var(--promotion-muted);font-size:13px;line-height:1.55;text-align:right}.promotion-summary-band{display:grid;grid-template-columns:minmax(240px,.85fr) minmax(0,1.8fr);margin-top:26px;overflow:hidden;border:1px solid var(--promotion-line-soft);border-radius:8px;background:var(--promotion-surface);box-shadow:0 12px 32px #24563d12}.promotion-summary-primary{display:grid;align-content:center;min-height:176px;padding:26px 30px;background:var(--promotion-primary);color:var(--promotion-on-primary)}.promotion-summary-primary span,.promotion-summary-primary small{opacity:.84}.promotion-summary-primary strong{margin:6px 0 2px;font-size:48px;line-height:1;font-variant-numeric:tabular-nums}.promotion-summary-details{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;margin:0}.promotion-summary-details>div{display:grid;align-content:center;gap:8px;min-width:0;padding:24px 20px;border-left:1px solid var(--promotion-line-soft)}.promotion-summary-details dt{color:var(--promotion-muted);font-size:13px}.promotion-summary-details dd{margin:0;font-size:28px;font-weight:750;font-variant-numeric:tabular-nums}.promotion-section{margin-top:34px;padding:28px 0 0;border-top:1px solid var(--promotion-line)}.promotion-section-heading h2{margin:0;font-size:20px;line-height:1.3}.promotion-section-heading p{font-size:13px}.promotion-link-list{margin-top:18px;border-top:1px solid var(--promotion-line-soft);background:var(--promotion-surface)}.promotion-link-row{display:grid;grid-template-columns:minmax(0,1fr) 76px 108px;align-items:center;gap:16px;min-height:82px;padding:14px 16px;border-bottom:1px solid var(--promotion-line-soft)}.promotion-link-copy{min-width:0}.promotion-link-copy strong,.promotion-link-copy span{display:block}.promotion-link-copy strong{font-size:15px}.promotion-link-copy span{margin-top:6px;overflow-wrap:anywhere;color:var(--promotion-muted);font-size:12px;line-height:1.5}.promotion-link-status{justify-content:center;padding:0 8px}.promotion-link-status.active{background:var(--promotion-success-bg);color:var(--promotion-success)}.promotion-link-status.revoked{background:var(--promotion-warning-bg);color:var(--promotion-warning)}.promotion-copy-button{width:108px;padding:0 12px}.promotion-empty-row{padding:30px 18px;border-bottom:1px solid var(--promotion-line-soft);color:var(--promotion-muted);text-align:center}.promotion-segmented{display:inline-flex;gap:3px;padding:3px;border:1px solid var(--promotion-line);border-radius:8px;background:var(--promotion-surface)}.promotion-segmented button{min-height:36px;padding:0 14px;border:0;border-radius:6px;background:transparent;color:var(--promotion-muted);font-weight:700}.promotion-segmented button.active{background:var(--promotion-primary-soft);color:var(--promotion-primary-strong)}.promotion-downline-actions{position:relative;display:flex;justify-content:flex-end}.promotion-list-loading-note{position:absolute;right:0;bottom:calc(100% + 5px);color:var(--promotion-primary-strong);font-size:12px;font-weight:700;line-height:18px;opacity:0;pointer-events:none;white-space:nowrap}.promotion-list-loading-note.active{opacity:1}.promotion-list-frame{min-height:238px}.promotion-list-state{min-height:220px;gap:8px;margin-top:18px;border-top:1px solid var(--promotion-line-soft);border-bottom:1px solid var(--promotion-line-soft);background:var(--promotion-surface);text-align:center}.promotion-list-state strong{color:var(--promotion-ink);font-size:17px}.promotion-table-wrap{margin-top:18px;overflow-x:auto;border-top:1px solid var(--promotion-line-soft)}.promotion-table{width:100%;border-collapse:collapse;background:var(--promotion-surface);font-size:13px}.promotion-table th,.promotion-table td{padding:14px 15px;border-bottom:1px solid var(--promotion-line-soft);text-align:left;vertical-align:middle}.promotion-table th{height:44px;color:var(--promotion-muted);font-size:12px;font-weight:700;white-space:nowrap}.promotion-table td{min-width:116px}.promotion-table td:first-child{min-width:180px}.promotion-table td strong,.promotion-table td small,.promotion-table td span{display:block}.promotion-table td small{margin-top:5px;color:var(--promotion-muted);font-size:11px;line-height:1.5}.promotion-effective{width:max-content;padding:0 9px}.promotion-effective.yes{background:var(--promotion-success-bg);color:var(--promotion-success)}.promotion-effective.no{background:var(--promotion-neutral-bg);color:var(--promotion-muted)}.promotion-pagination{display:flex;align-items:center;justify-content:space-between;min-height:64px;color:var(--promotion-muted);font-size:13px}.promotion-pagination>div{display:flex;align-items:center;gap:12px}.promotion-page-button{min-width:74px;min-height:36px;padding:0 12px}.promotion-loading-block{min-height:360px}@media (max-width: 900px){.promotion-summary-band{grid-template-columns:1fr}.promotion-summary-primary{min-height:140px}.promotion-summary-details>div:first-child{border-left:0}}@media (max-width: 700px){.promotion-header{min-height:66px;padding:8px 14px;gap:10px}.promotion-brand{gap:9px}.promotion-brand img{width:38px;height:38px;flex-basis:38px}.promotion-brand strong{font-size:14px}.promotion-brand small,.promotion-account-email{display:none}.promotion-account-strip{gap:7px}.promotion-role-badge{padding:0 7px;font-size:11px}.promotion-auth-main,.promotion-state-main{min-height:calc(100vh - 66px);align-items:start;padding:18px 14px 30px}.promotion-auth-panel,.promotion-state-panel{padding:26px 20px 28px}.promotion-auth-panel h1,.promotion-state-panel h1,.promotion-title-row h1{font-size:25px}.promotion-workspace{padding:28px 16px 54px}.promotion-title-row,.promotion-section-heading,.promotion-downline-heading{align-items:stretch;flex-direction:column;gap:14px}.promotion-update-note{max-width:none;padding:0;text-align:left}.promotion-summary-band{margin-top:20px}.promotion-summary-primary{min-height:132px;padding:22px 24px}.promotion-summary-primary strong{font-size:42px}.promotion-summary-details{grid-template-columns:repeat(2,minmax(0,1fr))}.promotion-summary-details>div{min-height:96px;padding:18px 16px;border-top:1px solid var(--promotion-line-soft)}.promotion-summary-details>div:nth-child(odd){border-left:0}.promotion-summary-details dd{font-size:24px}.promotion-section{margin-top:28px;padding-top:24px}.promotion-section-heading .promotion-secondary-button,.promotion-segmented,.promotion-downline-actions{width:100%}.promotion-segmented button{flex:1}.promotion-link-row{grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:16px 14px}.promotion-link-status{grid-column:2;grid-row:1}.promotion-copy-button{grid-column:1 / -1;width:100%}.promotion-table-wrap{overflow:visible;border-top:0}.promotion-table,.promotion-table tbody{display:grid;gap:10px}.promotion-table thead{display:none}.promotion-table tr{display:grid;grid-template-columns:1fr;padding:6px 14px;border:1px solid var(--promotion-line-soft);border-radius:8px;background:var(--promotion-surface);box-shadow:0 8px 22px #24563d0f}.promotion-table td,.promotion-table td:first-child{display:grid;grid-template-columns:104px minmax(0,1fr);min-width:0;gap:10px;padding:11px 0}.promotion-table td:before{content:attr(data-label);color:var(--promotion-muted);font-size:12px;font-weight:700}.promotion-table td>small{grid-column:2}.promotion-effective{grid-column:2}.promotion-pagination{align-items:stretch;flex-direction:column;gap:12px;padding:16px 0 0}.promotion-pagination>div{justify-content:space-between}.promotion-state-actions{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){.promotion-primary-button,.promotion-secondary-button,.promotion-copy-button,.promotion-page-button{transition:none}.promotion-primary-button:active,.promotion-secondary-button:active,.promotion-copy-button:active,.promotion-page-button:active{transform:none}}:root{color-scheme:light;--green: #58b889;--green-dark: #2c7b56;--green-soft: #e9f8f0;--page: #f4f7f5;--surface: #ffffff;--surface-muted: #f8faf9;--ink: #1c2922;--muted: #64716a;--line: #e3eae5;--warning: #a87727;--danger: #b64e4e;--shadow: 0 18px 55px rgba(31, 76, 54, .09);font-family:PingFang SC,Noto Sans SC,Microsoft YaHei UI,Microsoft YaHei,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;height:100%;margin:0}body{background:var(--page);color:var(--ink);font-size:15px}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--green-dark);outline-offset:3px}a{color:inherit;text-decoration:none}.app-shell{min-height:100%;background:var(--page)}.app-shell.match-route{height:100%}.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;min-height:76px;padding:0 30px;border-bottom:1px solid var(--line);background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brand-block,.topbar-actions,.panel-heading,.page-header,.toolbar,.row-actions,.back-link{display:flex;align-items:center}.brand-block{gap:18px}.brand-logo{width:151px;height:49px;object-fit:contain}.brand-logo.brand-mark{width:49px;height:49px}.top-divider{width:1px;height:18px;background:#a7b3ac}.top-title{color:var(--muted);font-weight:600}.topbar-actions{gap:10px;color:var(--muted);font-size:13px}.mode-badge,.version-chip{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:13px;background:var(--green-soft);color:var(--green-dark);font-size:12px;font-weight:700}.connection-dot{width:8px;height:8px;border-radius:50%;background:var(--green)}.connection-dot.syncing{background:#d1a44d}.connection-dot.offline{background:var(--danger)}.text-button,.link-button{border:0;padding:0;background:transparent;color:var(--green-dark)}.text-button{margin-left:12px}.body-shell{display:grid;grid-template-columns:246px minmax(0,1fr);min-height:calc(100vh - 76px)}.app-shell.match-route .body-shell{grid-template-columns:246px minmax(0,1fr);height:calc(100vh - 76px);min-height:0}.sidebar{position:sticky;top:76px;min-width:0;height:calc(100vh - 76px);display:flex;flex-direction:column;border-right:1px solid var(--line);background:var(--surface)}.nav-list{display:grid;gap:5px;padding:24px 14px 18px}.mobile-nav{display:none}.nav-link{display:flex;align-items:center;gap:15px;min-height:46px;padding:0 18px;border-radius:7px;color:var(--muted);font-weight:600}.nav-link:hover{background:var(--surface-muted);color:var(--ink)}.nav-link.active{background:var(--green);color:#fff}.icon-image{display:block;flex:0 0 24px;width:24px;height:24px;object-fit:contain}.nav-link.active .icon-image{filter:brightness(0) invert(1)}.sidebar-section{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;margin:0 23px;padding:18px 0;border-top:1px solid var(--line)}.sidebar-section-title,.eyebrow{color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.session-list{display:grid;flex:1 1 auto;align-content:start;grid-auto-rows:max-content;gap:4px;min-height:0;margin-top:12px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.session-list::-webkit-scrollbar{display:none;width:0;height:0}.session-link{display:grid;align-content:center;gap:3px;min-height:60px;padding:0 13px;border-radius:9px;color:inherit;text-decoration:none}.session-link:hover,.session-link.active{background:#f2f2f2;color:var(--ink)}.session-summary{font-weight:700}.session-caption,.session-empty{color:var(--muted);font-size:13px;line-height:1.6}.session-empty{margin-top:12px}.sidebar-account{display:flex;align-items:center;gap:11px;margin:auto 23px 22px;padding-top:18px;border-top:1px solid var(--line)}.sidebar-account strong,.sidebar-account span{display:block}.sidebar-account span{margin-top:4px;color:var(--muted);font-size:12px}.avatar-mark{display:grid;flex:0 0 40px;place-items:center;width:40px;min-width:40px;height:40px;aspect-ratio:1;border-radius:50%;background:var(--green-soft);color:var(--green-dark);font-weight:700}.avatar-mark .icon-image{display:block;flex:0 0 24px;width:24px;min-width:24px;height:24px}.avatar-image{display:block;width:100%;height:100%;border-radius:50%;object-fit:cover}.main-content{min-width:0}.app-shell.match-route .main-content{height:100%;min-height:0}.page-wrap{width:min(1180px,100%);margin:0 auto;padding:46px clamp(24px,5vw,82px) 70px}.page-header{justify-content:space-between;gap:24px;padding-bottom:24px}.page-header h1,.match-header h1,.login-panel h1{margin:0;font-size:clamp(24px,3vw,32px);line-height:1.2;letter-spacing:0;text-wrap:balance}.page-header p,.match-header p,.login-description{margin:10px 0 0;color:var(--muted);line-height:1.7;text-wrap:pretty}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 18px;border-radius:8px;border:1px solid transparent;font-weight:700}.primary-button{background:var(--green);color:#fff}.primary-button:hover{background:var(--green-dark)}.secondary-button{border-color:var(--green);background:var(--surface);color:var(--green-dark)}.secondary-button:hover{background:var(--green-soft)}.full-width{width:100%}.summary-grid{display:grid;grid-template-columns:repeat(3,1fr);margin:28px 0 8px;border-bottom:1px solid var(--line)}.summary-grid>div{display:grid;gap:8px;padding:18px 22px;border-right:1px solid var(--line)}.summary-grid>div:last-child{border-right:0}.summary-grid span{color:var(--muted)}.summary-grid strong{font-size:28px;font-weight:650}.toolbar{justify-content:space-between;gap:18px;margin:25px 0 16px}.tabs{display:flex;gap:5px}.tab-button{min-height:36px;padding:0 15px;border:0;border-radius:18px;background:transparent;color:var(--muted)}.tab-button.active{background:var(--green-soft);color:var(--green-dark);font-weight:700}.search-field{display:flex;align-items:center;gap:8px;width:min(280px,100%);min-height:40px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--muted)}.search-field input{width:100%;border:0;outline:0;background:transparent;color:var(--ink)}.match-table{border-top:1px solid var(--line)}.table-heading,.match-row{display:grid;grid-template-columns:100px 145px minmax(240px,1fr) 105px 105px;gap:16px;align-items:center}.table-heading{min-height:42px;padding:0 18px;color:var(--muted);font-size:12px}.match-row{min-height:76px;padding:0 18px;border-bottom:1px solid var(--line);background:#ffffff59}.match-row:hover{background:var(--surface)}.match-code{color:var(--green-dark);font-weight:700}.muted-text{color:var(--muted)}.team-cell{display:grid;gap:5px;min-width:0}.team-cell strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.team-cell small{color:var(--muted)}.team-cell em{color:var(--muted);font-style:normal;font-weight:400}.row-actions{justify-content:flex-end}.row-link{border:0;padding:8px 12px;border-radius:18px;background:var(--green-soft);color:var(--green-dark);font-weight:700}.row-link:hover{background:var(--green);color:#fff}.status-badge{display:inline-flex;align-items:center;gap:7px;color:var(--muted);white-space:nowrap}.status-badge>span{width:8px;height:8px;border-radius:50%;background:var(--green)}.status-upcoming>span{background:#d1a44d}.status-finished>span{background:#8d9a93}.notice{display:flex;align-items:center;gap:12px;margin:18px 0;padding:13px 15px;border-left:3px solid var(--green);background:var(--green-soft);color:var(--green-dark);line-height:1.6}.notice-error{border-color:var(--danger);background:#fff1f1;color:var(--danger)}.notice-info{border-color:#6f8aa2;background:#eef5fb;color:#44647d}.empty-state{display:grid;justify-items:center;gap:9px;padding:78px 20px;color:var(--muted);text-align:center}.empty-state strong{color:var(--ink);font-size:18px}.empty-state span{max-width:420px;line-height:1.7}.back-link{gap:6px;margin-bottom:24px;color:var(--green-dark);font-weight:700}.match-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:26px;border-bottom:1px solid var(--line)}.match-header h1{margin-top:10px}.match-header h1 span{color:var(--muted);font-weight:400}.match-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,420px);gap:22px;margin-top:22px}.app-shell.match-route .match-client-layout{grid-template-columns:minmax(0,1fr) 335px;column-gap:0}.match-client-layout{position:relative;width:100%;height:100%;min-height:0;margin-top:0}.match-client-layout>*{min-width:0;min-height:0}.match-page{width:100%;max-width:none;height:100%;min-height:0;margin:0;padding:0;overflow:hidden}.match-page .match-session-header{display:none}.match-page.prediction-expanded .match-client-layout{grid-template-columns:minmax(0,1fr)}.match-page.prediction-expanded .client-conversation-panel{display:none}.match-page.prediction-expanded .client-prediction-panel{min-height:0}.match-page.prediction-collapsed .match-client-layout{grid-template-columns:minmax(0,1fr)}.match-page.prediction-collapsed .client-conversation-panel{grid-column:1}.match-session-header{margin-bottom:18px}.client-conversation-panel,.client-prediction-panel{position:relative;height:100%;min-height:0;border:0;border-radius:0;box-shadow:none}.client-conversation-panel{display:grid;grid-template-rows:minmax(0,1fr) auto;background:var(--page)}.client-prediction-panel{overflow-y:auto;border-left:1px solid var(--line);background:var(--surface);padding:58px 24px 32px}.client-chat-scroll{min-height:0;overflow:auto;padding:25px clamp(46px,4.17vw,80px) 32px}.client-chat-intro{margin:0;color:var(--muted);font-size:16px;line-height:2}.client-chat-empty{display:grid;justify-items:center;gap:8px;min-height:260px;align-content:center;color:var(--muted);text-align:center}.client-chat-empty strong{color:var(--ink);font-size:16px}.client-composer{display:grid;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;gap:0;min-height:58px;margin:0 32px 24px;padding:8px 8px 8px 10px;border:1px solid #ececec;border-radius:8px;background:var(--surface);box-shadow:0 4px 15px #00000008}.client-composer input{min-height:40px;padding:0 12px;border:0;border-radius:0;outline:0;background:transparent;color:var(--ink)}.client-composer input:disabled{opacity:1;color:var(--muted);cursor:default}.composer-icon{display:grid;place-items:center;justify-self:center;width:36px;height:36px;border:0;border-radius:50%;background:transparent}.composer-icon img{width:36px;height:36px}.expand-actions-web{position:absolute;top:5px;right:14px;display:flex;z-index:2}.expand-button-web,.prediction-restore-web{display:grid;place-items:center;width:40px;height:40px;border:0;background:transparent}.prediction-restore-web{position:absolute;top:5px;right:14px;z-index:2}.expand-button-web img,.prediction-restore-web img{width:20px;height:20px}.panel-empty{display:grid;place-items:center;min-height:280px;gap:8px;color:var(--muted);text-align:center}.panel-empty strong{color:var(--ink)}.result-match-web{text-align:center}.result-match-web h2{margin:0;color:var(--ink);font-size:18px;font-weight:600;line-height:1.3}.result-match-web p{margin:4px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.prediction-version-web{display:none}.prediction-placeholder-web{display:grid;place-items:center;min-height:180px;color:var(--muted)}.prediction-notice{margin:18px 0 0}.result-card-web{margin-top:18px;overflow:hidden;border:1px solid var(--line);border-radius:10px}.result-header-web,.result-row-web{display:grid;grid-template-columns:1.2fr .85fr 1fr;align-items:center}.result-header-web{min-height:48px;background:var(--green-soft);font-weight:700}.result-header-web span,.result-row-web>span{min-width:0;padding:0 8px;text-align:center}.result-row-web{min-height:48px;border-bottom:1px solid #f7f8f9;color:#000}.result-row-web:last-child{border-bottom:0}.result-row-web>span:last-child{height:20px;overflow:hidden;padding:0;border-radius:999px;background:#e8e8e8}.result-row-web>span:last-child i{display:block;min-width:0;height:20px;border-radius:0 999px 999px 0;background:var(--green)}.result-row-web>span:last-child b{display:block;color:var(--muted);font-size:12px;font-weight:400;line-height:20px;text-align:center}.score-heading-web{margin:26px 0 18px;text-align:center;font-size:16px}.score-grid-web{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.score-progress-web{height:20px;overflow:hidden;border-radius:999px;background:#e8e8e8}.score-progress-web span{display:block;min-width:0;height:20px;border-radius:0 999px 999px 0;background:var(--green);color:var(--muted);font-size:12px;line-height:20px;text-align:center}.score-grid-web small{display:block;margin-top:6px;color:var(--muted);text-align:center}.reanalyze-button-web{display:flex;align-items:center;justify-content:center;gap:7px;width:134px;height:40px;margin:28px auto 0;border:1px solid var(--green);border-radius:20px;background:var(--surface);color:var(--green-dark);font-weight:700}.reanalyze-button-web img{width:16px;height:18px}.conversation-panel,.prediction-panel,.plain-section{border-top:2px solid var(--green);background:var(--surface);box-shadow:var(--shadow)}.client-conversation-panel,.client-prediction-panel{border-top:0;border-radius:0;box-shadow:none}.client-prediction-panel{padding:58px 24px 32px}.conversation-panel,.prediction-panel{min-height:520px;padding:24px}.panel-heading{justify-content:space-between;gap:16px;padding-bottom:18px;border-bottom:1px solid var(--line)}.panel-heading h2{margin:7px 0 0;font-size:20px}.conversation-empty{display:grid;gap:8px;place-items:center;min-height:355px;padding:30px;color:var(--muted);text-align:center}.conversation-empty strong{color:var(--ink)}.conversation-input{display:flex;gap:8px;border-top:1px solid var(--line);padding-top:16px}.conversation-input input{flex:1;min-height:42px;padding:0 13px;border:1px solid var(--line);border-radius:8px;background:var(--surface-muted)}.client-conversation-panel{padding:0}.client-conversation-panel .client-composer{display:grid;gap:0;padding:8px 8px 8px 10px;border-top:0}.client-conversation-panel .client-composer .composer-icon{flex:0 0 36px;min-width:36px;padding:0;line-height:0;background:transparent}.client-conversation-panel .client-composer .composer-icon img{display:block;flex:0 0 36px;width:36px;min-width:36px;height:36px}.conversation-input button{min-width:70px;border:0;border-radius:8px;background:var(--green-soft);color:var(--green-dark)}.prediction-summary{margin:18px 0;color:var(--muted);line-height:1.7}.prediction-meta{display:grid;grid-template-columns:70px 1fr;gap:8px 12px;padding:14px 0 18px;border-bottom:1px solid var(--line);color:var(--muted);font-size:12px}.prediction-meta code{overflow:hidden;color:var(--ink);text-overflow:ellipsis;white-space:nowrap}.market-section{padding:18px 0 4px;border-bottom:1px solid var(--line)}.market-section:last-child{border-bottom:0}.market-title{margin-bottom:12px;font-weight:700}.probability-row{display:grid;grid-template-columns:78px 1fr 44px;gap:10px;align-items:center;min-height:34px;color:var(--muted)}.probability-row strong{color:var(--green-dark);text-align:right}.probability-track{height:7px;overflow:hidden;border-radius:4px;background:#e9efeb}.probability-track i{display:block;height:100%;border-radius:inherit;background:var(--green)}.panel-loading{display:grid;place-items:center;min-height:280px;color:var(--muted)}.history-list{border-top:1px solid var(--line)}.history-entry{border-bottom:1px solid var(--line);background:#fff6}.history-entry.open{background:var(--surface)}.history-row{display:grid;align-items:center;width:100%;grid-template-columns:100px minmax(220px,1fr) 145px 100px 55px;min-height:76px;padding:0 18px;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left}.review-state{color:var(--muted)}.review-state.ready{color:var(--green-dark);font-weight:700}.expand-label{color:var(--green-dark);text-align:right}.history-detail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;padding:18px 18px 22px 120px}.history-detail div{display:grid;gap:7px}.history-detail span{color:var(--muted);font-size:12px}.history-detail strong,.history-detail code{overflow-wrap:anywhere}.history-toolbar{align-items:center}.history-filters{display:flex;align-items:center;gap:10px}.history-filters .select-field{min-width:126px}.search-clear-button{display:grid;place-items:center;width:24px;height:24px;flex:0 0 24px;border:0;border-radius:6px;background:transparent;color:var(--muted);line-height:1}.search-clear-button:hover{background:var(--surface-muted);color:var(--ink)}.history-list-web{border-top:1px solid var(--line)}.history-list-web .history-row{grid-template-columns:145px minmax(220px,1fr) 100px 92px;min-height:74px;gap:16px}.history-list-web .history-detail{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 18px 22px 145px}.history-detail-web section{min-width:0;padding:18px 24px 0}.history-detail-web section+section{border-left:1px solid var(--line)}.history-detail-web h3{margin:0 0 12px;font-size:15px}.history-detail-web section>div{display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px;align-items:center;min-height:34px;border-bottom:1px solid #f3f5f4}.history-detail-web section>div:last-child{border-bottom:0}.history-detail-web .history-detail-block{display:block;min-height:0;padding:4px 0 0;border-bottom:0}.history-prediction-markets{display:grid;gap:12px}.history-market{display:grid;gap:7px}.history-market>strong{color:var(--ink);font-size:13px}.history-market-items{display:grid;gap:5px}.history-market-items span{display:flex;justify-content:space-between;gap:12px;color:var(--ink);font-size:13px}.history-market-items b{color:var(--green-dark);font-weight:700}.history-actual-result{display:grid;gap:8px}.history-actual-row{display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px;align-items:center;min-height:30px}.history-actual-row strong{color:var(--ink);font-size:13px}.history-actual-row span{color:var(--ink);font-size:13px;font-weight:600}.history-detail-web section>div>span{color:var(--muted);font-size:12px}.history-detail-web section>div>strong,.history-detail-web section>div>code{overflow-wrap:anywhere}.account-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}.plain-section{min-height:220px;padding:24px}.plain-section h2{margin:12px 0 6px;font-size:21px}.plain-section p{margin:0;color:var(--muted);line-height:1.7}.account-state{margin-top:26px;color:var(--green-dark);font-weight:700}.rights-list{display:grid;gap:9px;margin:20px 0 0;padding-left:18px;color:var(--muted);line-height:1.6}.settings-list{margin-top:28px;border-top:1px solid var(--line);background:var(--surface)}.setting-row{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:78px;padding:0 20px;border-bottom:1px solid var(--line)}.setting-row span:first-child{display:grid;gap:5px}.setting-row small{color:var(--muted)}.setting-row input{width:20px;height:20px;accent-color:var(--green)}.font-size-control{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:4px}.font-size-option{min-height:34px;padding:0 11px;border:1px solid var(--line);border-radius:7px;background:var(--surface);color:var(--muted)}.font-size-option:hover{background:var(--surface-muted);color:var(--ink)}.font-size-option.active{border-color:var(--green);background:var(--green-soft);color:var(--green-dark);font-weight:700}.settings-layout{display:grid;grid-template-columns:190px minmax(0,1fr);gap:44px;margin-top:30px}.settings-menu{display:grid;align-content:start;gap:5px}.settings-menu button{min-height:42px;padding:0 14px;border:0;border-radius:7px;background:transparent;color:var(--muted);text-align:left}.settings-menu button:hover{background:var(--surface-muted);color:var(--ink)}.settings-menu button.active{background:var(--green-soft);color:var(--green-dark);font-weight:700}.settings-content{min-width:0}.settings-panel{display:block}.settings-section{padding:0 0 24px;border-bottom:1px solid var(--line)}.settings-section h2{margin:0 0 7px;font-size:18px}.settings-section>p{margin:0 0 18px;color:var(--muted);line-height:1.7}.settings-section .switch-row{min-height:64px}.switch-row{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #f0f3f1}.switch-row:last-child{border-bottom:0}.switch-copy{min-width:0}.switch-copy strong,.switch-copy span{display:block}.switch-copy strong{font-weight:600}.switch-copy span{margin-top:4px;color:var(--muted);font-size:13px;line-height:1.5}.switch{position:relative;width:44px;height:24px;flex:0 0 44px;padding:0;border:0;border-radius:12px;background:#d7dcda}.switch:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .18s ease}.switch.on{background:var(--green)}.switch.on:after{transform:translate(20px)}.settings-assurance{margin:2px 0 14px;padding:14px 16px;border-left:3px solid var(--green);background:#f3faf6}.settings-assurance strong,.settings-assurance span{display:block}.settings-assurance strong{font-weight:600}.settings-assurance span{margin-top:5px;color:var(--muted);font-size:13px;line-height:1.6}.settings-row{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:66px;border-bottom:1px solid #f0f3f1}.settings-row:last-child{border-bottom:0}.settings-value{color:var(--green-dark);font-size:14px;white-space:nowrap}.settings-small-button{min-width:92px;min-height:36px;padding:0 14px}.settings-product{display:flex;align-items:center;gap:14px;padding:0 0 18px;border-bottom:1px solid #f0f3f1}.settings-product h2{margin:0 0 4px}.settings-product p{margin:0;color:var(--muted);font-size:13px}.settings-risk-note{margin:18px 0 0!important;padding-top:16px;border-top:1px solid var(--line);font-size:13px}html[data-font-size=small] body{font-size:14px}html[data-font-size=large] body{font-size:16px}.not-found-mark{color:var(--green-dark);font-size:28px;font-weight:700}.login-page{display:grid;grid-template-rows:76px 1fr;min-height:100vh;background:var(--page)}.login-brand-row{display:flex;align-items:center;gap:18px;padding:0 30px;border-bottom:1px solid var(--line);background:var(--surface);color:var(--muted);font-weight:600}.login-panel{width:min(430px,calc(100% - 40px));align-self:center;margin:35px auto;padding:34px 38px 38px;border-top:2px solid var(--green);background:var(--surface);box-shadow:var(--shadow)}.login-panel h1{margin-top:11px}.login-description{color:var(--muted);line-height:1.65}.login-form{display:grid;gap:17px;margin-top:26px}.login-form label{display:grid;gap:8px;color:var(--muted);font-weight:600}.login-form input{min-height:44px;padding:0 13px;border:1px solid var(--line);border-radius:8px;outline:0;background:var(--surface);color:var(--ink)}.login-form input:focus{border-color:var(--green);box-shadow:0 0 0 3px #58b88929}.form-error{color:var(--danger);line-height:1.5}.login-browser-panel{display:grid;gap:17px;margin-top:26px}.terms-check{display:flex;align-items:flex-start;gap:9px;color:var(--muted);line-height:1.6}.terms-check input{flex:0 0 auto;width:17px;height:17px;margin-top:3px;accent-color:var(--green-dark)}.login-help-links{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px 18px}.login-help-links a,.login-back-link{color:var(--green-dark);font-weight:650}.login-back-link{display:inline-flex;align-items:center;gap:6px;margin-bottom:22px}.login-back-link span{font-size:22px;line-height:1}.password-reset-panel{width:min(500px,calc(100% - 40px))}.password-reset-panel .account-form{margin-top:24px}.login-footnote{margin-top:22px;color:var(--muted);font-size:12px;line-height:1.7}.full-page-loading{display:grid;place-items:center;min-height:100vh;color:var(--muted)}html[data-compact=true] .match-row,html[data-compact=true] .history-row{min-height:58px}html[data-reduced-motion=true] *{scroll-behavior:auto!important;transition:none!important;animation:none!important}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}@media (max-width: 980px){.body-shell{grid-template-columns:1fr;align-content:start}.sidebar{position:static;height:auto;border-right:0;border-bottom:1px solid var(--line)}.nav-list{display:flex;width:100%;min-width:0;max-width:100%;overflow-x:auto;padding:10px 14px}.nav-link{min-width:max-content}.sidebar-section,.sidebar-account{display:none}.match-layout{grid-template-columns:1fr}.prediction-panel{min-height:auto}.account-grid{grid-template-columns:1fr}}@media (max-width: 700px){.topbar{min-height:68px;padding:10px 16px;gap:10px}.brand-block{min-width:0;gap:10px}.brand-logo{width:116px;height:38px}.brand-logo.brand-mark{width:38px;height:38px}.top-divider,.top-title{display:none}.topbar-actions{width:auto;flex-shrink:0;gap:8px;font-size:12px}.connection-label{display:none}.mode-badge{min-height:24px;padding:0 8px;font-size:11px}.text-button{margin-left:0;font-size:12px}.body-shell{min-height:calc(100vh - 68px)}.sidebar{display:none}.main-content{width:100%;min-width:0}.mobile-nav{position:fixed;right:0;bottom:0;left:0;z-index:30;display:grid;grid-template-columns:repeat(4,1fr);gap:4px;min-height:70px;padding:8px 12px calc(8px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:var(--surface);box-shadow:0 -8px 24px #1f4c3614}.mobile-nav .nav-link{flex-direction:column;justify-content:center;gap:3px;min-width:0;min-height:50px;padding:6px 4px;border-radius:10px;font-size:11px;line-height:1.1}.mobile-nav .icon-image{flex-basis:22px;width:22px;height:22px}.page-wrap{width:100%;padding:24px 16px calc(96px + env(safe-area-inset-bottom))}.page-header,.toolbar,.match-header{align-items:flex-start;flex-direction:column}.page-header{gap:14px;padding-bottom:18px}.page-header h1,.match-header h1,.login-panel h1{font-size:28px;line-height:1.15}.page-header p,.match-header p,.login-description{font-size:14px;line-height:1.55}.page-header .secondary-button{width:100%}.summary-grid{grid-template-columns:repeat(3,1fr);gap:0;margin:18px 0 16px;border:0;border-bottom:1px solid var(--line);border-radius:0;overflow:visible;background:transparent}.summary-grid>div{gap:6px;padding:12px 8px;border-right:1px solid var(--line);border-bottom:0;text-align:center}.summary-grid>div:last-child{border-right:0}.summary-grid span{font-size:12px;white-space:nowrap}.summary-grid strong{font-size:24px;font-variant-numeric:tabular-nums}.toolbar{gap:10px;margin:18px 0 14px}.tabs{width:100%;gap:3px;padding:3px;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.tab-button{flex:1;min-height:38px;padding:0 8px;border-radius:8px;font-size:13px}.search-field{width:100%;min-height:44px;border-radius:10px;font-size:16px}.table-heading{display:none}.match-table{display:grid;gap:10px;border-top:0}.match-row{grid-template-columns:1fr auto;gap:8px 12px;min-height:0;padding:14px;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:0 8px 20px #1f4c360f}.match-row>:nth-child(1){grid-column:1}.match-row>:nth-child(2){grid-column:2;align-self:start;text-align:right;font-size:12px}.match-row>:nth-child(3){grid-column:1 / -1}.match-row>:nth-child(4){grid-column:1;align-self:end}.match-row>:nth-child(5){grid-column:2;align-self:end}.team-cell strong{white-space:normal;overflow:visible;text-wrap:pretty;font-size:16px}.team-cell small{font-size:13px}.row-link{min-height:38px;padding:0 12px;border-radius:9px;font-size:13px}.history-list{display:grid;gap:10px;border-top:0}.history-entry{border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:0 8px 20px #1f4c360f}.history-entry.open{background:var(--surface)}.history-row{grid-template-columns:1fr auto;gap:8px 12px;min-height:0;padding:14px;border-bottom:0;border-radius:12px}.history-row>:nth-child(1),.history-row>:nth-child(2){grid-column:1}.history-row>:nth-child(3),.history-row>:nth-child(4){grid-column:2}.history-detail{grid-template-columns:1fr;gap:12px;padding:14px;border-top:1px solid var(--line)}.account-grid{gap:10px;margin-top:18px}.plain-section{min-height:0;padding:18px;border-radius:12px;box-shadow:0 8px 20px #1f4c360f}.plain-section h2{font-size:20px}.settings-list{margin-top:18px;border:1px solid var(--line);border-radius:12px;overflow:hidden}.setting-row{min-height:68px;padding:14px 16px;gap:12px}.setting-row small{font-size:13px;line-height:1.45}.setting-row input{flex:0 0 auto;margin-top:3px}.match-header{gap:14px;padding-bottom:18px}.match-header h1{font-size:24px}.match-layout{display:flex;flex-direction:column;gap:12px;margin-top:16px}.prediction-panel{order:-1}.conversation-panel,.prediction-panel{min-height:0;padding:18px;border-radius:12px;box-shadow:0 8px 20px #1f4c360f}.match-page{height:auto;min-height:calc(100vh - 68px);padding:0}.match-client-layout,.client-conversation-panel,.client-prediction-panel{height:auto;min-height:0}.client-prediction-panel{border-left:0;padding:40px 18px 18px}.client-chat-scroll{min-height:240px;padding:20px 18px 18px}.client-composer{margin:0 18px 16px}.match-page.prediction-expanded .client-prediction-panel{min-height:0}.conversation-empty{min-height:180px;padding:20px 8px}.conversation-input input{font-size:16px}.prediction-summary{font-size:14px;line-height:1.6}.prediction-meta{grid-template-columns:64px 1fr}.probability-row{grid-template-columns:62px 1fr 40px;gap:8px;min-height:32px;font-size:13px}.login-page{display:block;min-height:100vh}.login-brand-row{min-height:68px;padding:0 16px;gap:10px}.login-brand-row .brand-logo{width:116px;height:38px}.login-brand-row .brand-logo.brand-mark{width:38px;height:38px}.login-panel{width:calc(100% - 32px);margin:20px auto 36px;padding:24px 20px 26px;border-radius:12px}.login-form input{min-height:46px;font-size:16px}}
