.auth-page{min-height:100vh;display:grid;place-items:center;padding:clamp(1rem,4vw,3rem);background:radial-gradient(circle at 18% 0%,rgba(12,79,174,.09),transparent 38%),#f6f8fc;color:#17243b}.auth-card{width:min(100%,34rem);padding:clamp(1.5rem,4vw,3rem);border:1px solid #d9e2ef;border-radius:24px;background:#fff;box-shadow:0 24px 70px #182c4b24}.auth-brand{display:flex;align-items:center;gap:.9rem;padding-bottom:1.4rem;margin-bottom:1.4rem;border-bottom:4px solid #0c4fae;box-shadow:0 3px #f4bd18}.auth-brand img,.auth-card>img{width:64px;height:64px;object-fit:contain}.auth-brand span{display:grid}.auth-brand strong{color:#0c4fae;font-size:1.6rem;text-transform:uppercase}.auth-brand small{color:#526078;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.auth-kicker{color:#0c4fae;font-size:.8rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.auth-card h1{margin:.35rem 0 .65rem;font-size:clamp(2rem,6vw,3.25rem);line-height:1;color:#0c4fae}.auth-card>p{margin:0 0 1.6rem;color:#526078;line-height:1.55}.auth-card form{display:grid;gap:1rem}.auth-card label{display:grid;gap:.42rem;color:#263650;font-weight:800}.auth-card label small{color:#67748a;font-weight:500;line-height:1.4}.auth-card input{width:100%;min-height:50px;border:1px solid #b9c7d9;border-radius:12px;padding:.75rem .9rem;font:inherit;color:#17243b;background:#fbfcfe}.auth-card input:focus{outline:3px solid rgba(12,79,174,.18);border-color:#0c4fae}.auth-card form>button,.auth-card>button{min-height:52px;border:0;border-radius:12px;padding:.8rem 1rem;background:#0c4fae;color:#fff;font:inherit;font-weight:900;cursor:pointer}.auth-card button:disabled{opacity:.58;cursor:wait}.auth-passkey-action{display:grid;gap:.55rem;margin:0 0 1.3rem}.auth-passkey-action>button{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:.65rem;border:2px solid #0c4fae;border-radius:12px;background:#edf4ff;color:#0c4fae;font:inherit;font-weight:900;cursor:pointer}.auth-passkey-action>button svg{width:21px;height:21px}.auth-passkey-action>small{color:#67748a;font-size:.82rem;text-align:center}.auth-passkey-divider{position:relative;margin-top:.5rem;color:#67748a;font-size:.76rem;font-weight:800;text-align:center;text-transform:uppercase;letter-spacing:.05em}.auth-passkey-divider:before{content:"";position:absolute;z-index:0;top:50%;left:0;right:0;height:1px;background:#d9e2ef}.auth-passkey-divider span{position:relative;z-index:1;padding:0 .75rem;background:#fff}.auth-error{margin:0;padding:.8rem 1rem;border-radius:10px;background:#fff0f0;color:#962a2a;font-weight:700}.auth-card>.auth-success{margin:0 0 1.2rem;padding:.8rem 1rem;border-radius:10px;background:#e9f7ee;color:#176a3d;font-weight:800}.auth-actions{display:grid;gap:.7rem;margin-top:1.3rem}.auth-actions button,.auth-confirmation button{min-height:52px;border-radius:12px;padding:.8rem 1rem;font:inherit;font-weight:900;cursor:pointer}.auth-actions .auth-secondary{border:2px solid #0c4fae;background:#fff;color:#0c4fae}.auth-preview-note{margin:.75rem 0 0!important;font-size:.83rem;line-height:1.45!important}.auth-preview-note{padding:.65rem .8rem;border-radius:9px;background:#fff8e2;color:#765824!important}.auth-explore{margin-top:1.4rem;padding:1.1rem;border:1px solid #c9d8eb;border-radius:14px;background:#f5f8fd}.auth-explore h2{margin:0;color:#17243b;font-size:1.08rem}.auth-explore p{margin:.35rem 0 0;color:#526078;font-size:.9rem;line-height:1.5}.auth-explore__actions{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;margin-top:.9rem}.auth-explore__actions button{min-height:50px;border-radius:11px;padding:.7rem .8rem;font:inherit;font-weight:900;cursor:pointer}.auth-explore__actions .auth-demo{border:0;background:#128044;color:#fff}.auth-explore__actions .auth-walkthrough{border:1px solid #b9cce8;background:#fff;color:#0c4fae}.auth-confirmation strong{color:#17243b}.auth-confirmation button{width:100%;border:0;background:#0c4fae;color:#fff}.auth-identity input[readonly]{background:#f2f5fa;color:#263650;cursor:default}.auth-card>.auth-note{margin:0 0 1.6rem;color:#526078;line-height:1.55}.auth-card form>.auth-note{margin:0;color:#526078;line-height:1.5}.auth-card>.auth-notice{margin:0 0 1.2rem;padding:.8rem 1rem;border-radius:10px;background:#fff8e2;color:#765824;font-weight:700;line-height:1.45}.auth-links{display:flex;flex-wrap:wrap;gap:.65rem 1rem;margin-top:1.3rem}.auth-links--immediate{margin-top:.75rem}.auth-links button{min-height:48px;border:0;padding:0;background:transparent;color:#0c4fae;font:inherit;font-weight:800;text-decoration:underline;cursor:pointer}@media (max-width: 480px){.auth-explore__actions{grid-template-columns:1fr}}.account-security-page{--account-blue: #0c4fae;--account-navy: #17243b;--account-muted: #5d687d;min-height:100vh;padding-bottom:48px;background:linear-gradient(rgba(12,79,174,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(12,79,174,.045) 1px,transparent 1px),radial-gradient(circle at 88% 12%,rgba(244,189,24,.12),transparent 26rem),#f7f9fd;background-size:32px 32px,32px 32px,auto,auto;color:var(--account-navy)}.account-security-page__header{min-height:116px;padding:18px max(24px,calc((100vw - 1040px)/2));display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:6px solid var(--account-blue);background:#fffffff5}.account-security-page__header>button{min-height:48px;display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:var(--account-blue);font:inherit;font-weight:900}.account-security-page__header>button svg{width:20px}.account-security-page__header>div{display:flex;align-items:center;gap:12px;text-transform:uppercase}.account-security-page__header img{width:64px;height:64px;object-fit:contain}.account-security-page__header span{display:grid}.account-security-page__header strong{color:var(--account-blue);font-size:1.25rem}.account-security-page__header small{color:var(--account-navy);font-weight:900;letter-spacing:.04em}.account-security{width:min(920px,calc(100% - 40px));margin:44px auto 0;padding:clamp(24px,5vw,54px);border:1px solid #d7e1ef;border-radius:24px;background:#fffffffa;box-shadow:0 24px 70px #182c4b1f}.account-security__heading>span{display:inline-flex;align-items:center;gap:8px;color:var(--account-blue);font-size:.8rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.account-security__heading>span svg{width:20px;height:20px}.account-security__heading h1{margin:12px 0 10px;color:var(--account-blue);font-size:clamp(2.3rem,6vw,4.5rem);line-height:.94;letter-spacing:-.055em}.account-security__heading p{max-width:680px;margin:0;color:var(--account-muted);font-size:1.05rem;line-height:1.6}.account-security__fallback{margin:30px 0;padding:18px 20px;display:flex;align-items:center;gap:16px;border:1px solid #c8d9ef;border-radius:14px;background:#eef5ff;color:#24476f;line-height:1.45}.account-security__fallback svg{width:28px;height:28px;flex:none;color:var(--account-blue)}.account-security__fallback strong{display:block;color:var(--account-navy)}.account-security__unavailable,.account-security__error,.account-security__notice{margin:20px 0;padding:14px 16px;border-radius:12px;font-weight:800;line-height:1.45}.account-security__unavailable{background:#fff8e2;color:#765824}.account-security__error{background:#fff0f0;color:#962a2a}.account-security__notice{display:flex;align-items:center;gap:8px;background:#e9f7ee;color:#176a3d}.account-security__notice svg{width:20px}.account-security__add{padding:22px;display:grid;grid-template-columns:1fr auto;align-items:end;gap:18px;border:1px solid #d7e1ef;border-radius:16px;background:#fbfcfe}.account-security__add label,.account-security__key-copy label{display:grid;gap:7px;color:var(--account-navy);font-weight:900}.account-security__add small{color:var(--account-muted);font-weight:500}.account-security__add input,.account-security__key-copy input{min-height:50px;padding:10px 12px;border:1px solid #b9c7d9;border-radius:10px;background:#fff;color:var(--account-navy);font:inherit}.account-security__add button{min-height:52px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:11px;background:var(--account-blue);color:#fff;font:inherit;font-weight:900}.account-security__add button svg{width:19px}.account-security__inventory{margin-top:32px}.account-security__inventory>div{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:3px solid var(--account-blue);color:var(--account-blue);font-weight:900;text-transform:uppercase;letter-spacing:.05em}.account-security__inventory>div strong{min-width:34px;min-height:34px;display:grid;place-items:center;border-radius:50%;background:var(--account-blue);color:#fff}.account-security__inventory>p{padding:26px 4px;color:var(--account-muted)}.account-security__inventory ul{margin:0;padding:0;list-style:none}.account-security__inventory li{min-height:92px;padding:18px 4px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;border-bottom:1px solid #dfe6f0}.account-security__key-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#eef5ff;color:var(--account-blue)}.account-security__key-icon svg{width:23px}.account-security__key-copy{min-width:0;display:grid;gap:4px}.account-security__key-copy>strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-security__key-copy>small{color:var(--account-muted);line-height:1.4}.account-security__key-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.account-security__key-actions button{min-height:44px;padding:0 12px;display:inline-flex;align-items:center;gap:6px;border:1px solid #b9c9dd;border-radius:9px;background:#fff;color:var(--account-blue);font:inherit;font-size:.84rem;font-weight:900}.account-security__key-actions button svg{width:16px}.account-security__key-actions .account-security__remove{color:#9a3328}.account-security__scrim{position:fixed;z-index:var(--layer-modal-scrim);top:0;right:0;bottom:0;left:0;padding:20px;display:grid;place-items:center;background:#101f3494}.account-security__confirm{width:min(100%,440px);padding:30px;border-radius:20px;background:#fff;box-shadow:0 28px 90px #0a182b59;text-align:center}.account-security__confirm-icon{width:62px;height:62px;margin:0 auto;display:grid;place-items:center;border-radius:50%;background:#fff0ed;color:#9a3328}.account-security__confirm-icon svg{width:28px}.account-security__confirm h2{margin:18px 0 8px;color:var(--account-navy);font-size:1.55rem}.account-security__confirm p{margin:0;color:var(--account-muted);line-height:1.55}.account-security__confirm>div{margin-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.account-security__confirm button{min-height:48px;border:1px solid #b9c9dd;border-radius:10px;background:#fff;color:var(--account-navy);font:inherit;font-weight:900}.account-security__confirm .account-security__confirm-remove{border-color:#9a3328;background:#9a3328;color:#fff}.account-security button:focus-visible,.account-security input:focus-visible,.account-security-page__header button:focus-visible{outline:3px solid rgba(12,79,174,.28);outline-offset:2px}.account-security button:disabled{opacity:.58;cursor:wait}@media (max-width: 720px){.account-security-page__header{min-height:92px;padding:12px 18px}.account-security-page__header img{width:50px;height:50px}.account-security{width:min(100% - 24px,920px);margin-top:18px;padding:22px 18px;border-radius:18px}.account-security__add{grid-template-columns:1fr;padding:18px}.account-security__inventory li{grid-template-columns:auto minmax(0,1fr)}.account-security__key-actions{grid-column:1 / -1;justify-content:stretch}.account-security__key-actions button{flex:1;justify-content:center}}.session-control{min-width:0;display:inline-flex;align-items:center;justify-content:flex-end;gap:12px;color:#17243b}.session-control__identity{min-width:0;display:flex;flex-direction:column;align-items:flex-end;line-height:1.1}.session-control__identity strong{max-width:180px;overflow:hidden;color:currentColor;font-size:.78rem;font-weight:900;text-overflow:ellipsis;white-space:nowrap}@media (min-width: 1200px){.session-control__identity strong{max-width:240px}}.session-control__identity small{margin-top:3px;color:#65738a;font-size:.65rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.session-control__action{min-height:var(--touch-min);padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #b8c8dc;border-radius:999px;background:#fff;color:#0c4fae;font-size:.78rem;font-weight:900;white-space:nowrap;transition:border-color .14s ease,background .14s ease,transform .1s ease}.session-control__action svg{width:18px;height:18px;flex:none}.session-control__action:hover:not(:disabled){border-color:#0c4fae;background:#edf4ff}.session-control__action:active:not(:disabled){transform:scale(.97)}.session-control__action:disabled{opacity:.62}.session-control__security{border-color:#cbd8e9;background:#edf4ff}.session-control--dark{color:#f5fafd}.session-control--dark .session-control__identity small{color:#9db7c9}.session-control--dark .session-control__action{border-color:#526a7b;background:#1a2c3b;color:#f5fafd}.session-control--dark .session-control__action:hover:not(:disabled){border-color:#9db7c9;background:#294258}.session-control__error{position:fixed;z-index:var(--layer-status);top:18px;right:18px;max-width:min(390px,calc(100vw - 36px));min-height:50px;padding:10px 10px 10px 15px;display:flex;align-items:center;gap:12px;border:1px solid #d78e82;border-radius:12px;background:#fff0ed;color:#842c1e;box-shadow:0 14px 36px #231f1e33;font-size:.86rem;font-weight:800}.session-control__error button{width:34px;height:34px;flex:none;border:0;border-radius:50%;background:#842c1e1a;color:inherit;font-size:1.25rem}@media (max-width: 760px){.session-control__identity{display:none}.session-control__security{min-width:var(--touch-min)}}@media (max-width: 380px){.session-control__action{padding-inline:10px;font-size:.72rem}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#101c269e;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:grid;place-items:center;z-index:var(--layer-modal);padding:20px}.modal{width:min(92vw,460px);background:var(--color-surface);max-height:calc(100vh - 40px);overflow:hidden;border-radius:18px;box-shadow:0 24px 70px #101c2647;padding:24px;display:flex;flex-direction:column;gap:14px}.modal__title{margin:0;font-size:1.35rem;letter-spacing:-.015em}.modal__body{min-height:0;overflow-y:auto;padding-right:3px;display:grid;gap:8px}.modal__line{margin:0;font-size:1.05rem;font-variant-numeric:tabular-nums}.modal__line--muted{color:var(--color-ink-muted);font-size:.95rem}.modal__actions{flex:none;padding-top:12px;display:flex;gap:12px;justify-content:flex-end;border-top:1px solid #e1e7ef;background:var(--color-surface)}.admin-change__identity{padding:11px 13px;display:flex;align-items:center;gap:11px;border:1px solid #bfd1e8;border-radius:12px;background:#eff5fd;color:#0c4fae}.admin-change__identity>div{display:flex;flex-direction:column}.admin-change__identity span{font-size:.68rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.admin-change__identity strong{color:#17243b;font-size:.95rem}.admin-change__section{margin-top:5px;padding:13px;border:1px solid #dde5ef;border-radius:12px}.admin-change__field{display:grid;gap:6px;color:#405068;font-size:.78rem;font-weight:800}.admin-change__prompt{line-height:1.45}.admin-change__field input{width:100%;min-height:46px;padding:0 12px;border:1px solid #aebed3;border-radius:9px;color:#17243b;font:inherit}.admin-change__field input:focus{border-color:#0c4fae;outline:3px solid rgba(12,79,174,.15)}.admin-change__section h3{margin:0 0 10px;color:#526177;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}.admin-change__change+.admin-change__change{margin-top:10px;padding-top:10px;border-top:1px solid #e7edf4}.admin-change__change>span{color:#66758a;font-size:.75rem;font-weight:800}.admin-change__change p{margin:4px 0 0;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:8px;color:#68768a}.admin-change__change del,.admin-change__change strong{overflow-wrap:anywhere}.admin-change__change strong{color:#0c4fae}.admin-change__effects{background:#fafbfd}.admin-change__effects ul{margin:0;padding-left:20px;display:grid;gap:6px;color:#405068;font-size:.88rem;line-height:1.45}.admin-change__notice,.admin-change__error{margin:2px 0 0;font-size:.82rem;line-height:1.4}.admin-change__notice{color:#69768a}.admin-change__error{padding:9px 11px;border-left:4px solid #b9432d;background:#fff0ed;color:#8e2d1d;font-weight:800}@media (max-width: 520px){.modal{width:100%;padding:20px}.modal__actions{flex-direction:column}.modal__actions .btn{width:100%}}.workspace-banners{position:sticky;top:0;z-index:var(--layer-banner)}.workspace-banners:empty{display:none}.workspace-banner{min-height:56px;padding:10px clamp(14px,4vw,40px);display:flex;align-items:center;gap:13px}.workspace-banner svg{width:26px;height:26px;flex:none}.workspace-banner>span{display:flex;flex-direction:column;gap:2px;min-width:0}.workspace-banner strong{font-size:.82rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.workspace-banner small{font-size:.86rem;line-height:1.35}.workspace-banner--fictional{border-bottom:1px solid #e0c257;background:repeating-linear-gradient(135deg,#fff4cc,#fff4cc 14px,#fdeeb8 14px,#fdeeb8 28px);color:#5f4800}.workspace-banner--owner{border-bottom:1px solid #7c2415;background:linear-gradient(100deg,#8e2d1d,#b9432d);color:#fff}.workspace-banner--owner small{color:#ffe3dd}.workspace-switcher{--ws-blue: #0c4fae;--ws-muted: #5d687d;--ws-line: #dbe3ef;padding:18px 20px;display:grid;gap:15px;border:1px solid var(--ws-line);border-radius:16px;background:#fffffff5;box-shadow:0 10px 28px #1a2e4c12;color:#17243b}.workspace-switcher__current{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:14px}.workspace-switcher__icon{width:46px;height:46px;display:grid;place-items:center;border-radius:12px;background:#eaf2ff;color:var(--ws-blue)}.workspace-switcher__icon svg{width:25px;height:25px}.workspace-switcher__icon--small{width:30px;height:30px;border-radius:8px}.workspace-switcher__icon--small svg{width:18px;height:18px}.workspace-switcher__identity{display:flex;flex-direction:column;gap:3px;min-width:0}.workspace-switcher__kicker{color:var(--ws-blue);font-size:.68rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.workspace-switcher__identity strong{font-size:1.08rem;letter-spacing:-.01em;overflow-wrap:anywhere}.workspace-switcher__identity small{color:var(--ws-muted);font-size:.85rem;line-height:1.35}.workspace-switcher__mode{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border:1px solid #d9a79c;border-radius:999px;background:#fff0ed;color:#8e2d1d;font-size:.72rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.workspace-switcher__mode svg{width:16px;height:16px}.workspace-switcher__choose{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px}.workspace-switcher__choose label{grid-column:1 / -1;color:#405068;font-size:.78rem;font-weight:800}.workspace-switcher__choose select{width:100%;min-height:48px;padding:0 12px;border:1px solid #c9d5e5;border-radius:10px;background:#fff;color:#17243b;font:inherit}.workspace-switcher__open,.workspace-switcher__practice button,.workspace-switcher__owner button{min-height:48px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;border-radius:10px;font-weight:900}.workspace-switcher__open{background:var(--ws-blue);color:#fff}.workspace-switcher__open svg,.workspace-switcher__practice button svg{width:19px;height:19px}.workspace-switcher button:disabled{opacity:.55}.workspace-switcher__practice{padding:15px;display:grid;gap:12px;border:1px dashed #b6c6da;border-radius:13px;background:#f7faff}.workspace-switcher__practice p{margin:0;color:var(--ws-muted);font-size:.88rem;line-height:1.45}.workspace-switcher__practice button{justify-self:start;border-color:#aac0df;background:#fff;color:var(--ws-blue)}.workspace-switcher__owner{padding:15px;display:grid;gap:11px;border:1px solid #e1aa9e;border-left:6px solid #b9432d;border-radius:13px;background:#fff7f5}.workspace-switcher__owner-title{margin:0;display:flex;align-items:center;gap:8px;color:#8e2d1d;font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.workspace-switcher__owner-title svg{width:18px;height:18px}.workspace-switcher__owner p{margin:0;color:#7a4034;font-size:.85rem;line-height:1.45}.workspace-switcher__owner ul{margin:0;padding:0;display:grid;gap:8px;list-style:none}.workspace-switcher__owner li{min-height:56px;padding:9px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #ecccc3;border-radius:10px;background:#fff}.workspace-switcher__owner li>span{display:flex;align-items:center;gap:10px;min-width:0;font-weight:700;overflow-wrap:anywhere}.workspace-switcher__owner li .workspace-switcher__icon{background:#fff0ed;color:#8e2d1d}.workspace-switcher__owner button{border-color:#a73724;background:#fff;color:#912d1c;white-space:nowrap}.workspace-switcher__status:empty{display:none}.workspace-switcher__status{margin:0;color:#135d32;font-size:.86rem;font-weight:700}.workspace-switcher__error{margin:0;padding:10px 12px;border-left:4px solid #b9432d;background:#fff0ed;color:#8e2d1d;font-size:.86rem;font-weight:700}@media (max-width: 640px){.workspace-banner{align-items:flex-start;padding:10px 14px}.workspace-banner small{font-size:.8rem}.workspace-switcher__current{grid-template-columns:40px minmax(0,1fr)}.workspace-switcher__icon{width:40px;height:40px}.workspace-switcher__mode{grid-column:1 / -1;justify-self:start}.workspace-switcher__choose{grid-template-columns:1fr}.workspace-switcher__open,.workspace-switcher__practice button{width:100%}.workspace-switcher__owner li{align-items:stretch;flex-direction:column}.workspace-switcher__owner button{width:100%}}.workspace-switcher-slot{width:min(1120px,calc(100% - 40px));margin:24px auto 0}.workspace-switcher-slot--setup{width:min(1180px,calc(100% - 40px));margin:18px auto 0}.workspace-switcher-slot:empty{display:none}.workspace-empty-hint{color:#5d687d;font-size:.9rem;line-height:1.4}.workspace-kicker{display:inline-flex;align-items:center;gap:6px}.setup__receipt{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 16px;padding:13px 15px;border-left:4px solid #128044;background:#e8f6ed;color:#0d5c31}.setup__receipt>span{min-width:0;overflow-wrap:anywhere}.setup__receipt button{flex:none;min-height:36px;padding:0 14px;border:1px solid #128044;border-radius:999px;background:#fff;color:#0d5c31;font:inherit;font-weight:700;cursor:pointer}:root{--color-bg: #f4f6f8;--color-surface: #ffffff;--color-ink: #16232e;--color-ink-muted: #5b6b78;--color-accent: #0f6ea8;--color-accent-strong: #0b567f;--color-ok: #1a7f4b;--color-ok-strong: #146239;--color-danger: #a83214;--color-warn: #d9a92f;--color-warn-strong: #8a5a00;--color-border: #d3dbe2;--color-soft-blue: #e7f1f8;--color-soft-green: #e7f5ed;--color-soft-warn: #fff3d1;--radius: 14px;--shadow: 0 2px 10px rgba(22, 35, 46, .12);--shadow-raised: 0 8px 28px rgba(22, 35, 46, .14);--touch-min: 48px;--layer-toast: 60;--layer-banner: 70;--layer-status: 80;--layer-modal: 100}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh}body{font-family:Avenir Next,Avenir,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--color-bg);color:var(--color-ink);-webkit-font-smoothing:antialiased}.sync-status{position:fixed;z-index:var(--layer-status);right:16px;bottom:16px;max-width:min(420px,calc(100vw - 32px));padding:12px 16px;border:1px solid #9fb9dc;border-radius:12px;background:#eef5ff;color:#0c4fae;box-shadow:0 12px 32px #0d264b33;font-size:.88rem}.sync-status--error{border-color:#d37c6a;background:#fff0ed;color:#842c1e}.sync-status--setup{border-color:#b6c6dd;background:#f4f8ff;color:#29456f}.sync-status strong,.sync-status span{display:block}.sync-status button{min-height:var(--touch-min);margin-top:10px;padding:0 16px;border:1px solid currentColor;border-radius:999px;background:#ffffffe0;color:inherit;font:inherit;font-size:.86rem;font-weight:800}.sync-status button:hover{background:#fff}button{font-family:inherit;cursor:pointer}button,a,input,select{-webkit-tap-highlight-color:transparent}:focus-visible{outline:4px solid rgba(15,110,168,.28);outline-offset:3px}button:disabled{cursor:not-allowed}input,select{font-family:inherit}.btn{min-height:var(--touch-min);min-width:96px;padding:0 20px;border-radius:var(--radius);border:2px solid var(--color-border);background:var(--color-surface);color:var(--color-ink);font-size:1rem;font-weight:600;transition:transform .1s ease,box-shadow .16s ease,background .16s ease}.btn:hover:not(:disabled){box-shadow:0 4px 14px #16232e1f}.btn:active:not(:disabled){transform:scale(.97)}.btn--primary{background:var(--color-accent);border-color:var(--color-accent-strong);color:#fff}.btn--sent{min-width:144px;min-height:56px;font-size:1.25rem;letter-spacing:.04em;background:var(--color-ok);border-color:var(--color-ok-strong);color:#fff}.btn--small{min-width:88px;padding:0 12px;font-size:.85rem}.btn--danger{background:transparent;border-color:var(--color-danger);color:var(--color-danger)}.btn--danger:disabled{opacity:.4}.back-btn{min-height:var(--touch-min);padding:0 8px;border:none;background:transparent;color:var(--color-accent);font-size:1rem;font-weight:600}.route-loader{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:14px;background:#f5f8fc;color:#526178;font-weight:800}.route-loader span{width:36px;height:36px;border:4px solid #c9d7ea;border-top-color:#0c4fae;border-radius:50%;animation:route-loader-spin .75s linear infinite}@keyframes route-loader-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
