.anchored-popover{z-index:160;box-sizing:border-box;width:272px;max-width:calc(100vw - 24px);padding:6px;overflow-y:auto;overscroll-behavior:contain;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--text);box-shadow:0 16px 48px rgb(10 24 45/14%),0 3px 10px rgb(10 24 45/5%);outline:none;transform-origin:bottom center;animation:anchoredPopoverIn .15s cubic-bezier(.2,.8,.2,1);scrollbar-width:thin}.anchored-popover[data-side=below]{transform-origin:top center}.anchored-popover button{font:inherit;cursor:pointer}.anchored-popover button:disabled{cursor:not-allowed;opacity:.42}.anchored-popover button:focus-visible{outline:2px solid var(--focus);outline-offset:-2px}.popover-heading{padding:7px 10px 9px;color:var(--text-tertiary);font-size:11px;font-weight:500;letter-spacing:.02em}.anchored-popover .popover-option{display:flex;align-items:center;gap:10px;width:100%;border:0;border-radius:9px;padding:10px;color:var(--text);background:transparent;text-align:left;font-size:12px;transition:background-color .12s ease,color .12s ease}.anchored-popover .popover-option:focus-visible,.anchored-popover .popover-option:hover:not(:disabled){background:var(--surface-muted)}.anchored-popover .popover-option[aria-checked=true],.anchored-popover .popover-option[aria-selected=true]{background:color-mix(in srgb,var(--primary) 8%,transparent)}.popover-option>svg{flex-shrink:0;color:var(--text-secondary)}.popover-option>svg:last-child:not(:first-child){color:var(--primary)}.popover-option-copy{flex:1 1;min-width:0}.popover-option-title{display:flex;align-items:center;justify-content:space-between;gap:8px;line-height:1.5;font-weight:500}.popover-option-title em{font-size:10px;font-style:normal;font-weight:400;color:var(--text-tertiary)}.popover-option-copy small{display:block;font-size:11px;line-height:1.6;color:var(--text-tertiary);margin-top:2px;overflow-wrap:anywhere}@keyframes anchoredPopoverIn{0%{opacity:0;transform:translateY(4px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion:reduce){.anchored-popover{animation:none}.anchored-popover .popover-option{transition:none}}.anchored-popover.model-switcher-popover{width:310px;padding:8px}.model-switcher-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 6px 10px;font-size:12px;font-weight:500}.model-switcher-head small{display:block;margin-top:4px;font-size:11px;font-weight:400;color:var(--text-tertiary)}.model-switcher-refresh{display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:7px;background:transparent;color:var(--text-secondary)}.model-switcher-refresh:hover:not(:disabled){background:var(--surface-muted);color:var(--text)}.model-switcher-search{display:flex;align-items:center;gap:8px;margin-bottom:8px;padding:8px 10px;border:1px solid var(--line);border-radius:8px;color:var(--text-tertiary)}.model-switcher-search:focus-within{border-color:color-mix(in srgb,var(--primary) 45%,var(--line))}.model-switcher-search input{width:100%;min-width:0;border:0;padding:0;outline:0;background:transparent;color:var(--text);font:inherit;font-size:12px}html[data-theme=dark] .model-switcher-search input{background:transparent}.model-switcher-list{display:flex;flex-direction:column;gap:3px;max-height:240px;overflow-y:auto;scrollbar-width:thin}.model-switcher-option .popover-option-title{display:block;overflow-wrap:anywhere}.model-switcher-empty{display:flex;flex-direction:column;align-items:center;gap:10px;padding:24px 10px;font-size:12px;color:var(--text-tertiary)}.model-switcher-actions{display:flex;justify-content:flex-end;gap:6px;padding:8px 2px 2px;margin-top:8px;border-top:1px solid var(--line)}.model-switcher-popover .model-switcher-apply,.model-switcher-popover .model-switcher-cancel,.model-switcher-popover .model-switcher-retry{border:1px solid var(--line);border-radius:8px;padding:7px 14px;background:var(--surface);color:var(--text-secondary);font-size:12px;transition:background-color .12s}.model-switcher-popover .model-switcher-cancel:hover,.model-switcher-popover .model-switcher-retry:hover{background:var(--surface-muted)}.model-switcher-popover .model-switcher-apply{background:var(--primary);border-color:transparent;color:#fff}.model-switcher-popover .model-switcher-apply:hover:not(:disabled){background:var(--primary-strong,var(--primary))}.model-switcher-btn svg{transition:transform .15s ease}@media (prefers-reduced-motion:reduce){.model-switcher-btn svg,.model-switcher-popover button{transition:none}}.sidebar-reward-actions .sidebar-action-btn:disabled{opacity:.6;cursor:default;box-shadow:none}.daily-check-in-dialog{margin:auto;width:min(360px,calc(100vw - 32px));max-height:calc(100dvh - 32px);padding:24px;border:1px solid var(--line);border-radius:16px;background:var(--surface);color:var(--text);box-shadow:0 20px 60px rgba(0,0,0,.16)}.daily-check-in-dialog::-webkit-backdrop{background:rgba(0,0,0,.45)}.daily-check-in-dialog::backdrop{background:rgba(0,0,0,.45)}.daily-check-in-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.daily-check-in-header h2{margin:0;font-size:18px}.daily-check-in-close{display:inline-flex;padding:6px;border:0;border-radius:6px;background:transparent;color:var(--text-secondary);cursor:pointer}.daily-check-in-close:hover{background:var(--sidebar-hover)}.daily-check-in-dialog p{margin:16px 0;color:var(--text-secondary);font-size:14px}.daily-check-in-status{display:flex;align-items:center;gap:8px;margin:24px 0;color:var(--primary)}.daily-check-in-error{color:var(--danger)}.daily-check-in-done{width:100%}.GatewayWelcomeDialog_dialog__cVqAH{--welcome-surface:#fff;--welcome-text:#1d293b;--welcome-muted:#64748b;--welcome-line:#e8edf5;--welcome-tint:#f3f7ff;--welcome-blue:#155dfc;width:min(820px,calc(100vw - 40px));max-width:none;max-height:calc(100dvh - 40px);margin:auto;padding:0;border:1px solid var(--welcome-line);border-radius:22px;background:var(--welcome-surface);color:var(--welcome-text);box-shadow:0 28px 90px #0f172a30;overflow:hidden;font-family:inherit}.GatewayWelcomeDialog_dialog__cVqAH[open]{display:flex;flex-direction:column}.GatewayWelcomeDialog_dialog__cVqAH::-webkit-backdrop{background:rgb(15 23 42/45%);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.GatewayWelcomeDialog_dialog__cVqAH::backdrop{background:rgb(15 23 42/45%);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.GatewayWelcomeDialog_content__XAOV2{padding:30px 34px 24px;overflow-y:auto;overscroll-behavior:contain}.GatewayWelcomeDialog_header__hzojA{text-align:center}.GatewayWelcomeDialog_eyebrow__cNPHu{margin:0 0 10px;color:var(--welcome-blue);font-size:13px;font-weight:600}.GatewayWelcomeDialog_header__hzojA h2{margin:0;font-size:27px;font-weight:650;line-height:1.4;outline:none;letter-spacing:-.5px}.GatewayWelcomeDialog_header__hzojA h2 span{display:inline-block}.GatewayWelcomeDialog_intro__rEZWh{max-width:620px;margin:12px auto 0;color:var(--welcome-muted);font-size:14px;line-height:1.8}.GatewayWelcomeDialog_intro__rEZWh span{display:block}.GatewayWelcomeDialog_diagram__sCZwd{display:grid;grid-template-columns:1fr 92px 1fr;align-items:center;margin:26px 0;padding:22px 20px;background:var(--welcome-tint);border-radius:16px}.GatewayWelcomeDialog_device__uiudR{display:flex;flex-direction:column;align-items:center;gap:12px}.GatewayWelcomeDialog_deviceLabel__1HRz1{color:var(--welcome-text);font-size:13px;font-weight:600;text-align:center}.GatewayWelcomeDialog_computer__61ies{width:190px;padding-top:2px;color:var(--welcome-blue)}.GatewayWelcomeDialog_computerScreen__kMK9P{display:flex;flex-direction:column;align-items:center;gap:5px;padding:12px 8px;border:2px solid #9ab6fb;border-radius:9px;background:var(--welcome-surface)}.GatewayWelcomeDialog_computerScreen__kMK9P strong{font-size:18px;font-weight:650}.GatewayWelcomeDialog_computerScreen__kMK9P span{font-size:11px;color:var(--welcome-muted)}.GatewayWelcomeDialog_computerStand__qcPZB{height:7px;margin:4px -10px 0;border-radius:2px 2px 8px 8px;background:#b9cef9}.GatewayWelcomeDialog_deviceCaption__apanq{color:var(--welcome-muted);font-size:12px;text-align:center}.GatewayWelcomeDialog_connection__v7Y52{display:flex;flex-direction:column;align-items:center;gap:9px;color:var(--welcome-blue)}.GatewayWelcomeDialog_connection__v7Y52 span{color:var(--welcome-muted);font-size:11px}.GatewayWelcomeDialog_terminals__26hew{height:125px;display:flex;align-items:center;gap:7px;color:var(--welcome-blue)}.GatewayWelcomeDialog_setup__Wl_ib h3{margin:0 0 18px;font-size:16px;font-weight:600}.GatewayWelcomeDialog_steps__6Eh8y{display:grid;grid-template-columns:1fr 1.15fr 1fr;grid-gap:18px;gap:18px;list-style:none;margin:0 0 20px;padding:0}.GatewayWelcomeDialog_steps__6Eh8y li{display:flex;align-items:flex-start;gap:9px}.GatewayWelcomeDialog_number__OueCg{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:23px;height:23px;border-radius:50%;background:var(--welcome-tint);color:var(--welcome-blue);font-size:12px;font-weight:600}.GatewayWelcomeDialog_steps__6Eh8y strong{font-size:13px;font-weight:600;line-height:23px}.GatewayWelcomeDialog_steps__6Eh8y p{margin:4px 0 0;color:var(--welcome-muted);font-size:11px;line-height:1.6}.GatewayWelcomeDialog_download__2f8y3{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding:15px 18px;border:1px solid var(--welcome-line);border-radius:12px}.GatewayWelcomeDialog_downloadLabel__ya_Zw{display:block;margin-bottom:5px;color:var(--welcome-muted);font-size:11px}.GatewayWelcomeDialog_url__ueMqD{color:var(--welcome-text);text-decoration:none;font-size:15px;font-weight:550;overflow-wrap:anywhere}.GatewayWelcomeDialog_downloadActions__HJYdd{display:flex;gap:16px;align-items:center}.GatewayWelcomeDialog_copy__41fKA,.GatewayWelcomeDialog_open__8k_K_{display:inline-flex;align-items:center;justify-content:center;gap:6px;font:inherit;font-size:12px;text-decoration:none;cursor:pointer}.GatewayWelcomeDialog_copy__41fKA{padding:9px 0;border:0;color:var(--welcome-muted);background:transparent}.GatewayWelcomeDialog_open__8k_K_{padding:10px 14px;border:1px solid #b8cdfc;color:var(--welcome-blue);background:var(--welcome-tint);border-radius:8px}.GatewayWelcomeDialog_copyStatus__pApJD{margin:8px 0 0;color:var(--welcome-blue);font-size:12px}.GatewayWelcomeDialog_mobileHint__35LeA{margin:10px 0 0;color:var(--welcome-muted);font-size:12px;line-height:1.6}.GatewayWelcomeDialog_notice__Ty7qo{display:flex;align-items:center;justify-content:center;gap:8px;margin:22px 0 0;color:var(--welcome-muted);font-size:12px;line-height:1.7}.GatewayWelcomeDialog_notice__Ty7qo svg{flex-shrink:0}.GatewayWelcomeDialog_footer__qsduf{display:flex;flex-shrink:0;justify-content:space-between;align-items:center;gap:14px;padding:20px 34px;border-top:1px solid var(--welcome-line)}.GatewayWelcomeDialog_footer__qsduf>span{font-size:12px;color:var(--welcome-muted)}.GatewayWelcomeDialog_acknowledge__pqGZx{display:flex;align-items:center;justify-content:center;gap:8px;min-width:160px;padding:13px 26px;border:0;border-radius:10px;color:#fff;background:#155dfc;font:inherit;font-size:14px;font-weight:600;cursor:pointer}.GatewayWelcomeDialog_acknowledge__pqGZx:hover{background:#0f4ddd}.GatewayWelcomeDialog_dialog__cVqAH a:focus-visible,.GatewayWelcomeDialog_dialog__cVqAH button:focus-visible{outline:2px solid var(--welcome-blue);outline-offset:3px}[data-theme=dark] .GatewayWelcomeDialog_dialog__cVqAH{--welcome-surface:#182234;--welcome-text:#eef3fa;--welcome-muted:#a4b2c8;--welcome-line:#2c3c53;--welcome-tint:#202f46;--welcome-blue:#8cb7fd}@media (max-width:600px){.GatewayWelcomeDialog_dialog__cVqAH{width:calc(100vw - 24px);max-height:calc(100dvh - 24px);border-radius:18px}.GatewayWelcomeDialog_content__XAOV2{padding:24px 20px 20px}.GatewayWelcomeDialog_header__hzojA h2{font-size:22px}.GatewayWelcomeDialog_intro__rEZWh{font-size:13px}.GatewayWelcomeDialog_diagram__sCZwd{grid-template-columns:1fr 44px 1fr;margin:20px 0;padding:18px 8px}.GatewayWelcomeDialog_deviceLabel__1HRz1{font-size:11px}.GatewayWelcomeDialog_deviceCaption__apanq{font-size:10px}.GatewayWelcomeDialog_computer__61ies{width:112px}.GatewayWelcomeDialog_computerScreen__kMK9P{padding:8px 2px;gap:4px}.GatewayWelcomeDialog_computerScreen__kMK9P strong{font-size:15px}.GatewayWelcomeDialog_computerScreen__kMK9P span{font-size:9px}.GatewayWelcomeDialog_computerStand__qcPZB{margin-inline:-4px}.GatewayWelcomeDialog_terminals__26hew{height:110px;gap:1px}.GatewayWelcomeDialog_terminals__26hew svg:first-child{width:55px}.GatewayWelcomeDialog_terminals__26hew svg:last-child{width:29px}.GatewayWelcomeDialog_connection__v7Y52 svg{width:26px}.GatewayWelcomeDialog_connection__v7Y52 span{font-size:9px}.GatewayWelcomeDialog_steps__6Eh8y{grid-template-columns:1fr;gap:14px}.GatewayWelcomeDialog_steps__6Eh8y strong{font-size:13px}.GatewayWelcomeDialog_steps__6Eh8y p{margin:0;font-size:12px}.GatewayWelcomeDialog_download__2f8y3{padding:13px;gap:10px}.GatewayWelcomeDialog_downloadActions__HJYdd{width:100%;justify-content:space-between}.GatewayWelcomeDialog_notice__Ty7qo{align-items:flex-start;text-align:left}.GatewayWelcomeDialog_notice__Ty7qo svg{margin-top:2px}.GatewayWelcomeDialog_footer__qsduf{flex-direction:column-reverse;padding:16px 20px 20px}.GatewayWelcomeDialog_acknowledge__pqGZx{width:100%}.GatewayWelcomeDialog_footer__qsduf>span{font-size:11px}}