html[data-theme=night]{color-scheme:dark;--canvas: #0b1722;--paper: #122331;--line: #294354;--muted: #91a9b8;--ink: #53a8df;--ink-deep: #d9edf9;--ink-soft: #8bc3e8;background:var(--canvas);color:#e3eef5}html[data-theme=night] body,html[data-theme=night] .dashboard-shell,html[data-theme=night] .settings-shell{background:var(--canvas)}html[data-theme=night] .module-card,html[data-theme=night] .module-section__heading,html[data-theme=night] .settings-content{color:#e3eef5}html[data-theme=night] .module-card__icon{background:#173a50}.settings-shell{background:var(--canvas);min-height:100vh}.settings-workspace{margin:0 auto;max-width:1180px;padding:clamp(2rem,4vw,3.5rem) 1.5rem 5rem}.settings-heading{align-items:flex-end;display:flex;justify-content:space-between;margin:1.5rem 0 2rem}.settings-heading h1{color:var(--ink-deep);font-size:clamp(2.7rem,5vw,4.6rem);line-height:1;margin-bottom:.8rem}.settings-heading p:last-child{color:var(--muted);margin:0}.settings-tabs{border-bottom:1px solid var(--line);display:flex;gap:.3rem;overflow-x:auto}.settings-tabs button{align-items:center;background:transparent;border:0;border-bottom:3px solid transparent;color:var(--muted);cursor:pointer;display:flex;font-size:.76rem;font-weight:700;gap:.45rem;min-height:48px;padding:0 1rem;white-space:nowrap}.settings-tabs button.is-active{border-bottom-color:var(--gold);color:var(--ink-deep)}.settings-content{min-height:360px;padding-top:1.5rem}.settings-loading{align-items:center;color:var(--muted);display:flex;font-size:.78rem;gap:.55rem;justify-content:center;min-height:260px}.settings-feedback{background:#e9f7ef;border:1px solid #b8dfc7;border-radius:10px;color:#14683f;font-size:.74rem;margin:1rem 0 0;padding:.7rem .85rem}.settings-feedback.is-error{background:#fff0f0;border-color:#efcaca;color:var(--danger)}.settings-preferences{display:grid;gap:.8rem;max-width:820px}.settings-toggle-card{align-items:center;background:var(--paper);border:1px solid var(--line);border-radius:14px;color:inherit;cursor:pointer;display:grid;gap:1rem;grid-template-columns:48px minmax(0,1fr) auto;min-height:82px;padding:1rem;text-align:left}.settings-toggle-card:hover{border-color:#78a8c8}.settings-toggle-card>span{align-items:center;background:#e5f1f8;border-radius:12px;color:var(--ink);display:flex;height:48px;justify-content:center;width:48px}.settings-toggle-card>div{display:flex;flex-direction:column;gap:.25rem}.settings-toggle-card strong{color:var(--ink-deep);font-size:.82rem}.settings-toggle-card small{color:var(--muted);font-size:.7rem}.settings-toggle-card b{background:#e8f3fa;border-radius:999px;color:var(--ink);font-size:.66rem;min-width:72px;padding:.45rem .65rem;text-align:center}html[data-theme=night] .settings-toggle-card>span,html[data-theme=night] .settings-toggle-card b{background:#173a50}.settings-section-heading{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:1rem}.settings-section-heading h2{color:var(--ink-deep);font-size:1.35rem;margin:0}.settings-section-heading p:last-child{color:var(--muted);font-size:.72rem;margin:.35rem 0 0}.settings-section-heading>small{color:var(--muted);font-size:.66rem}.settings-storage-grid{display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr))}.settings-storage-grid article{align-items:center;background:var(--paper);border:1px solid var(--line);border-radius:13px;display:grid;gap:.75rem;grid-template-columns:40px minmax(0,1fr) auto;padding:.9rem}.settings-storage-grid article>span{align-items:center;background:#e5f1f8;border-radius:10px;color:var(--ink);display:flex;height:40px;justify-content:center;width:40px}.settings-storage-grid article>div{display:flex;flex-direction:column;min-width:0}.settings-storage-grid strong{color:var(--ink-deep);font-size:.72rem}.settings-storage-grid small{color:var(--muted);font-size:.6rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-storage-grid b{color:var(--ink-deep);font-size:.72rem}.settings-storage-grid em{color:var(--muted);font-size:.6rem;font-style:normal;grid-column:2 / 4}.settings-database-card{background:var(--paper);border:1px solid var(--line);border-radius:15px;margin-top:1.2rem;overflow:hidden}.settings-database-card>header{align-items:center;border-bottom:1px solid var(--line);display:flex;gap:.8rem;padding:1rem 1.2rem}.settings-database-card>header>span{color:var(--ink)}.settings-database-card h2{color:var(--ink-deep);font-size:1rem;margin:0}.settings-database-card p{color:var(--muted);font-size:.66rem;margin:.2rem 0 0}.settings-table-wrap{overflow:auto}.settings-table-wrap table{border-collapse:collapse;min-width:620px;width:100%}.settings-table-wrap th{background:color-mix(in srgb,var(--canvas) 70%,var(--paper));color:var(--muted);font-size:.61rem;letter-spacing:.08em;padding:.7rem .85rem;text-align:left;text-transform:uppercase}.settings-table-wrap td{border-top:1px solid var(--line);color:var(--muted);font-size:.68rem;max-width:260px;padding:.75rem .85rem;vertical-align:top}.settings-table-wrap code{color:var(--ink-deep);font-size:.64rem}.settings-table-wrap details summary{color:var(--ink);cursor:pointer;font-weight:700}.settings-table-wrap pre{background:#07131d;border-radius:8px;color:#cfe8f7;font-size:.6rem;margin:.5rem 0 0;max-height:220px;max-width:380px;overflow:auto;padding:.65rem;white-space:pre-wrap}.settings-empty{padding:3rem!important;text-align:center}.settings-action{border-radius:999px;font-size:.58rem;font-weight:800;padding:.3rem .45rem;text-transform:uppercase}.settings-action--create{background:#dcf5e7;color:#12663c}.settings-action--update{background:#e2f0fa;color:#075a92}.settings-action--delete{background:#fee2e2;color:#a31919}.settings-subtabs{border-bottom:1px solid var(--line);display:flex;gap:.35rem;margin:-.4rem 0 1.5rem}.settings-subtabs button{align-items:center;background:transparent;border:0;border-bottom:2px solid transparent;color:var(--muted);cursor:pointer;display:flex;font-size:.7rem;font-weight:750;gap:.4rem;min-height:42px;padding:0 .85rem}.settings-subtabs button.is-active{border-bottom-color:var(--ink);color:var(--ink-deep)}.settings-admin__count{align-items:center;background:var(--paper);border:1px solid var(--line);border-radius:999px;color:var(--ink);display:flex;font-size:.66rem;font-weight:700;gap:.4rem;padding:.45rem .65rem}.settings-admin__layout{align-items:start;display:grid;gap:1rem;grid-template-columns:minmax(260px,.7fr) minmax(420px,1.3fr)}.settings-role-list{display:flex;flex-direction:column;gap:.55rem}.settings-role-list article{align-items:center;background:var(--paper);border:1px solid var(--line);border-radius:12px;display:grid;gap:.7rem;grid-template-columns:10px minmax(0,1fr) auto;padding:.8rem}.settings-role-list article>i{border-radius:99px;display:block;height:32px;width:6px}.settings-role-list article>div:nth-child(2){display:flex;flex-direction:column}.settings-role-list strong{color:var(--ink-deep);font-size:.75rem}.settings-role-list small{color:var(--muted);font-size:.6rem}.settings-role-list article>span{color:var(--muted);font-size:.58rem}.settings-row-actions{display:flex;gap:.3rem}.settings-row-actions button{align-items:center;background:transparent;border:1px solid var(--line);border-radius:7px;color:var(--muted);cursor:pointer;display:flex;height:30px;justify-content:center;width:30px}.settings-role-editor{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:1rem}.settings-role-editor>header{align-items:center;color:var(--ink-deep);display:flex;gap:.5rem;margin-bottom:1rem}.settings-role-editor__fields{display:grid;gap:.7rem;grid-template-columns:minmax(0,1fr) 100px 70px}.settings-role-editor__fields label{color:var(--muted);display:flex;flex-direction:column;font-size:.62rem;gap:.35rem}.settings-role-editor input,.settings-add-user input{background:var(--paper);border:1px solid var(--line);border-radius:8px;color:inherit;min-height:40px;padding:.55rem .65rem}.settings-role-editor input[type=color]{padding:.25rem;width:100%}.settings-role-editor__actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1rem}.settings-add-user{align-items:center;background:var(--paper);border:1px solid var(--line);border-radius:12px;display:grid;gap:.6rem;grid-template-columns:auto minmax(180px,1fr) minmax(130px,190px) auto;padding:.75rem}.settings-add-user>svg{color:var(--ink);margin:0 .2rem}.managed-select{min-width:0;position:relative}.managed-select__trigger{align-items:center;background:var(--paper);border:1px solid var(--line);border-radius:9px;color:var(--ink-deep);cursor:pointer;display:flex;gap:.6rem;justify-content:space-between;min-height:40px;padding:.5rem .65rem;text-align:left;width:100%}.managed-select__trigger:hover:not(:disabled),.managed-select__trigger[aria-expanded=true]{border-color:#7fa9c5;box-shadow:0 0 0 3px #00559614}.managed-select__trigger:disabled{cursor:not-allowed;opacity:.55}.managed-select__trigger>span,.managed-select__menu button>span{align-items:center;display:grid;gap:.45rem;grid-template-columns:auto minmax(0,1fr);min-width:0}.managed-select__trigger i,.managed-select__menu i{border-radius:50%;display:block;height:8px;width:8px}.managed-select__trigger b{font-size:.7rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.managed-select__trigger>svg{color:var(--muted);flex:0 0 auto;transition:transform .15s ease}.managed-select__trigger[aria-expanded=true]>svg{transform:rotate(180deg)}.managed-select__menu{background:var(--paper);border:1px solid #9fc4dc;border-radius:10px;box-shadow:0 18px 42px #002d4e33;max-height:248px;max-width:calc(100vw - 16px);overflow:auto;padding:4px;position:fixed;z-index:150}.managed-select__menu>button{align-items:center;background:transparent;border:0;border-radius:7px;color:var(--ink-deep);cursor:pointer;display:flex;justify-content:space-between;min-height:44px;padding:.45rem .55rem;text-align:left;width:100%}.managed-select__menu>button:hover,.managed-select__menu>button.is-active{background:#eaf4fa}.managed-select__menu>button[aria-selected=true]{color:var(--ink)}.managed-select__menu button>span{grid-template-columns:auto minmax(0,1fr) auto}.managed-select__menu b{font-size:.7rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.managed-select__menu small{color:var(--muted);font-size:.58rem;white-space:nowrap}.managed-select__menu>button>svg{color:var(--ink);flex:0 0 auto}.settings-actions{background:var(--paper);border:1px solid var(--line);border-radius:14px;overflow:hidden}.settings-actions>header{align-items:end;border-bottom:1px solid var(--line);display:grid;gap:.8rem;grid-template-columns:minmax(190px,.8fr) minmax(180px,1fr) auto;padding:1rem}.settings-actions>header>div:first-child>label{color:var(--muted);display:block;font-size:.6rem;margin-bottom:.35rem}.settings-actions__role{align-items:center;display:flex;gap:.65rem;min-height:40px}.settings-actions__role>span{align-items:center;border-radius:9px;color:#fff;display:flex;height:38px;justify-content:center;width:38px}.settings-actions__role>div{display:flex;flex-direction:column}.settings-actions__role strong{color:var(--ink-deep);font-size:.72rem}.settings-actions__role small{color:var(--muted);font-size:.6rem}.settings-actions__locked{background:#fff7e8;border-bottom:1px solid #efd9ad;color:#8a5a13;font-size:.65rem;margin:0;padding:.65rem 1rem}.settings-actions__groups{display:grid;gap:.7rem;grid-template-columns:repeat(2,minmax(0,1fr));padding:1rem}.settings-actions__groups fieldset{border:1px solid var(--line);border-radius:10px;display:flex;flex-direction:column;gap:.4rem;margin:0;padding:.7rem}.settings-actions__groups legend{color:var(--ink-deep);font-size:.65rem;font-weight:800;padding:0 .3rem}.settings-actions__groups label{align-items:flex-start;border:1px solid transparent;border-radius:8px;color:var(--muted);cursor:pointer;display:flex;gap:.5rem;padding:.45rem}.settings-actions__groups label:hover{background:#f3f8fb}.settings-actions__groups label.is-active{background:#eaf4fa;border-color:#bad5e6}.settings-actions__groups label:has(input:disabled){cursor:not-allowed;opacity:.62}.settings-actions__groups input{accent-color:var(--ink);margin-top:.1rem}.settings-actions__groups label>span{display:flex;flex-direction:column;min-width:0}.settings-actions__groups strong{color:var(--ink-deep);font-size:.66rem}.settings-actions__groups small{font-family:monospace;font-size:.55rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-user-list{display:flex;flex-direction:column;gap:.55rem;margin-top:.8rem}.settings-user-list>article{align-items:center;background:var(--paper);border:1px solid var(--line);border-radius:12px;display:grid;gap:.75rem;grid-template-columns:38px minmax(160px,.8fr) minmax(260px,1.2fr) auto;padding:.8rem}.settings-user-list>article.is-disabled{opacity:.55}.settings-user-avatar{align-items:center;background:#e5f1f8;border-radius:50%;color:var(--ink);display:flex;font-size:.72rem;font-weight:800;height:36px;justify-content:center;overflow:hidden;position:relative;width:36px}.settings-user-avatar img{display:block;height:100%;top:0;right:0;bottom:0;left:0;object-fit:cover;position:absolute;width:100%}.settings-user-identity{display:flex;flex-direction:column;min-width:0}.settings-user-identity strong{color:var(--ink-deep);font-size:.7rem}.settings-user-identity small{color:var(--muted);font-size:.6rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-user-roles{display:flex;flex-wrap:wrap;gap:.35rem}.settings-user-roles label{align-items:center;border:1px solid var(--line);border-radius:999px;color:var(--muted);cursor:pointer;display:flex;font-size:.58rem;gap:.3rem;padding:.3rem .45rem}.settings-user-roles label.is-active{background:#eef7fc;border-color:#9cc3dd;color:var(--ink)}.settings-user-roles input{display:none}.settings-user-roles i{border-radius:50%;height:7px;width:7px}.settings-user-delete{color:var(--danger);font-size:.65rem;padding-inline:.55rem}@media(max-width:820px){.settings-workspace{padding:1.5rem 1rem 4rem}.settings-heading h1{font-size:2.7rem}.settings-tabs button{padding-inline:.7rem}.settings-storage-grid,.settings-admin__layout{grid-template-columns:1fr}.settings-role-editor__fields{grid-template-columns:minmax(0,1fr) 90px 60px}.settings-actions>header{align-items:stretch;grid-template-columns:1fr}.settings-actions__groups{grid-template-columns:1fr}.settings-add-user{grid-template-columns:auto minmax(0,1fr)}.settings-add-user .managed-select,.settings-add-user .button{grid-column:2;width:100%}.settings-user-list>article{align-items:start;grid-template-columns:36px minmax(0,1fr) auto}.settings-user-roles{grid-column:2 / 4}}:root{color:#1e293b;background:#f1f5f9;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;--ink: #005596;--ink-deep: #003f70;--ink-soft: #165f91;--gold: #d91a1a;--gold-light: #fee2e2;--canvas: #f1f5f9;--paper: #ffffff;--line: #cbd5e1;--muted: #64748b;--danger: #b91c1c;--success: #16834f;--shadow: 0 20px 50px rgba(0, 85, 150, .09)}*{box-sizing:border-box;scrollbar-color:#7fa9c5 #e5eef4;scrollbar-width:thin}*::-webkit-scrollbar{height:8px;width:8px}*::-webkit-scrollbar-track{background:#e5eef4}*::-webkit-scrollbar-thumb{background:#7fa9c5;border:2px solid #e5eef4;border-radius:999px}*::-webkit-scrollbar-thumb:hover{background:var(--ink)}html{min-width:320px;background:var(--canvas)}body{margin:0;min-width:320px;min-height:100vh}button,input,select,textarea{font:inherit}button,a{color:inherit}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{font-family:Manrope,DM Sans,sans-serif;letter-spacing:-.035em}.eyebrow{color:var(--gold);font-size:.7rem;font-weight:700;letter-spacing:.17em;margin-bottom:.65rem}.muted{color:var(--muted)}.brand{display:inline-flex;align-items:center;gap:.8rem;color:#fff}.brand__mark{display:block;height:38px;width:auto}.brand__copy{display:flex;flex-direction:column;line-height:1}.brand__copy strong{font:700 1.35rem/1 Manrope,sans-serif;letter-spacing:.14em}.brand__copy small{color:#d7e5ef;font-size:.57rem;font-weight:700;letter-spacing:.52em;margin-top:.4rem}.brand--compact .brand__mark{height:30px}.brand--compact .brand__copy strong{font-size:1rem}.brand--compact .brand__copy small{font-size:.48rem;margin-top:.3rem}.button{align-items:center;border:0;border-radius:10px;cursor:pointer;display:inline-flex;font-weight:650;gap:.55rem;justify-content:center;min-height:42px;padding:.65rem 1rem;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(207,170,93,.25);outline-offset:2px}.button:disabled{cursor:not-allowed;opacity:.55}.button--primary{background:var(--ink);box-shadow:0 8px 22px #183b3633;color:#fff}.button--primary:hover:not(:disabled){background:var(--ink-deep)}.button--secondary{background:var(--paper);border:1px solid var(--line);color:var(--ink)}.button--quiet{background:transparent;color:inherit}.button--large{min-height:50px;width:100%}.button--upload{background:#f1f5f2;border:1px solid #d7e1dd;color:var(--ink);min-height:34px;padding:.4rem .7rem;white-space:nowrap}.login-shell{display:grid;min-height:100vh;grid-template-columns:minmax(390px,.9fr) minmax(480px,1.1fr)}.login-story{background:radial-gradient(circle at 20% 75%,rgba(217,26,26,.16),transparent 29%),linear-gradient(145deg,#003f70,#005596 55%,#126ba7);color:#fff;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding:clamp(2.2rem,5vw,5rem);position:relative}.login-story:after{border:1px solid rgba(255,255,255,.18);border-radius:50%;content:"";height:440px;position:absolute;right:-270px;top:24%;width:440px}.login-story:before{border:1px solid rgba(217,26,26,.22);border-radius:50%;content:"";height:570px;position:absolute;right:-330px;top:18%;width:570px}.login-story__content{max-width:590px;position:relative;z-index:1}.login-story__content h1{font-size:clamp(2.25rem,4.6vw,4.8rem);line-height:1.03;margin-bottom:1.5rem}.login-story__content>p:last-child{color:#d5e5f0;font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.7;max-width:520px}.login-story__footer{color:#a9c8dc;font-size:.8rem;margin:0}.login-panel{align-items:center;background:#f8fafc;display:flex;justify-content:center;padding:3rem}.login-card{max-width:420px;width:100%}.login-card__icon{align-items:center;background:#e0eff9;border-radius:14px;color:var(--ink);display:flex;height:48px;justify-content:center;margin-bottom:1.75rem;width:48px}.login-card h2{color:var(--ink-deep);font-size:2.1rem;margin-bottom:.65rem}.login-card>.muted{line-height:1.6;margin-bottom:2rem}.field-grid label{color:#334155;display:flex;flex-direction:column;font-size:.78rem;font-weight:650;gap:.45rem;margin-bottom:1rem}.login-card input,.field-grid input,.field-grid select,.field-grid textarea,.document-row select,.document-row__notes input{background:#fff;border:1px solid #d9ddd8;border-radius:9px;color:#20322e;min-height:45px;padding:.7rem .8rem;transition:border .15s ease,box-shadow .15s ease;width:100%}.login-card input:focus,.field-grid input:focus,.field-grid select:focus,.field-grid textarea:focus,.document-row select:focus,.document-row__notes input:focus{border-color:#73998e;box-shadow:0 0 0 3px #315b5414;outline:0}.button--google{background:#fff;border:1px solid #cbd5e1;box-shadow:0 10px 25px #0055961a;color:#1e293b;text-decoration:none}.button--google:hover{border-color:#8fa9bc;background:#f8fafc}.google-icon{flex:0 0 auto;height:20px;width:20px}.form-error{color:var(--danger);font-size:.78rem;line-height:1.4}.login-card .form-error{margin:-.3rem 0 1rem}.privacy-note{align-items:center;border-top:1px solid var(--line);color:#64748b;display:flex;font-size:.7rem;gap:.45rem;justify-content:center;line-height:1.55;margin-top:1.5rem;padding-top:1.25rem;text-align:center}.dashboard-shell{min-height:100vh}.topbar{align-items:center;background:#003f70;color:#fff;display:flex;min-height:72px;padding:10px}.topbar__user{align-items:center;display:flex;margin-left:auto}.topbar__profile-trigger{align-items:center;background:transparent;border:0;border-radius:10px;color:#fff;cursor:pointer;display:flex;gap:.65rem;padding:.45rem .55rem;text-align:left}.topbar__profile-trigger:hover{background:#ffffff14}.topbar__profile-trigger:focus-visible{outline:2px solid rgba(255,255,255,.65);outline-offset:2px}.topbar__avatar{align-items:center;background:#fff;border-radius:50%;color:var(--ink);display:flex;flex:0 0 auto;height:36px;justify-content:center;object-fit:cover;width:36px}.topbar__profile-trigger>div{display:flex;flex-direction:column;line-height:1.2;max-width:280px}.topbar__profile-trigger strong{font-size:.76rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar__profile-trigger small{color:#bfd3e1;font-size:.62rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-modal{align-items:center;background:#001a2e9e;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;padding:1rem;position:fixed;z-index:90}.profile-modal__dialog{background:var(--paper);border:1px solid var(--line);border-radius:18px;box-shadow:0 28px 80px #001e3447;color:#1e293b;max-width:410px;padding:1.7rem;position:relative;width:100%}.profile-modal__close{align-items:center;background:transparent;border:0;border-radius:8px;color:var(--muted);cursor:pointer;display:flex;height:34px;justify-content:center;padding:0;position:absolute;right:.8rem;top:.8rem;width:34px}.profile-modal__photo{height:106px;margin:0 auto 1rem;position:relative;width:106px}.profile-modal__photo>img,.profile-modal__photo>span{align-items:center;background:#e5f1f8;border:4px solid var(--paper);border-radius:50%;color:var(--ink);display:flex;font-size:2rem;font-weight:800;height:106px;justify-content:center;object-fit:cover;width:106px}.profile-modal__photo>button{align-items:center;background:var(--ink);border:3px solid var(--paper);border-radius:50%;bottom:-2px;color:#fff;cursor:pointer;display:flex;height:38px;justify-content:center;padding:0;position:absolute;right:-2px;width:38px}.profile-modal__identity{text-align:center}.profile-modal__identity h2{color:var(--ink-deep);font-size:1.2rem;margin:0}.profile-modal__identity p{color:var(--muted);font-size:.72rem;margin:.35rem 0 0}.profile-modal__roles{align-items:center;border-bottom:1px solid var(--line);border-top:1px solid var(--line);display:flex;justify-content:space-between;margin:1.25rem 0;padding:.85rem 0}.profile-modal__roles>span{align-items:center;color:var(--muted);display:flex;font-size:.68rem;gap:.4rem}.profile-modal__roles>div{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:flex-end}.profile-modal__roles b{background:#e8f3fa;border-radius:999px;color:var(--ink);font-size:.61rem;padding:.35rem .5rem}.profile-modal__message{color:var(--success);font-size:.68rem;margin:-.5rem 0 .8rem;text-align:center}.profile-modal__logout{background:#fff0f0;border:1px solid #efcaca;color:var(--danger);width:100%}html[data-theme=night] .profile-modal__dialog{color:#e3eef5}.home{margin:0 auto;max-width:1180px;padding:clamp(2.5rem,4vw,4rem) 1.5rem 5rem}.home__intro{margin-bottom:clamp(2rem,3vw,3rem);max-width:660px}.home__intro h1{color:var(--ink-deep);font-size:clamp(2.7rem,5vw,4.5rem);line-height:1;margin-bottom:.8rem}.home__intro>p:last-child{color:var(--muted);font-size:1.08rem;margin:0}.module-section__heading{align-items:center;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:.85rem}.module-section__heading h2{color:var(--ink-deep);font-size:1rem;letter-spacing:-.01em;margin:0}.module-section__heading span{color:var(--muted);font-size:.72rem}.module-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(220px,250px))}.module-card{align-items:flex-start;aspect-ratio:1;background:var(--paper);border:1px solid var(--line);border-radius:20px;box-shadow:0 12px 30px #003f700f;cursor:pointer;display:flex;flex-direction:column;padding:1.5rem;text-align:left;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.module-card:hover{border-color:#8eb4cf;box-shadow:0 18px 40px #0055961f;transform:translateY(-3px)}.module-card:focus-visible{outline:3px solid rgba(0,85,150,.2);outline-offset:3px}.module-card__icon{align-items:center;background:#e5f1f8;border-radius:14px;color:var(--ink);display:flex;height:58px;justify-content:center;width:58px}.module-card__content{display:flex;flex-direction:column;gap:.45rem;margin-top:1.25rem}.module-card__content strong{color:var(--ink-deep);font:700 1.2rem/1.2 Manrope,DM Sans,sans-serif}.module-card__content small{color:var(--muted);font-size:.76rem;line-height:1.5}.module-card__action{align-items:center;color:var(--ink);display:flex;font-size:.72rem;font-weight:700;gap:.35rem;margin-top:auto}.dashboard{margin:0 auto;max-width:1180px;padding:clamp(2rem,5vw,4.2rem) 1.5rem 5rem}.module-back{align-items:center;background:transparent;border:0;color:var(--ink);cursor:pointer;display:inline-flex;font-size:.76rem;font-weight:700;gap:.4rem;margin-bottom:1.7rem;padding:0}.module-back:hover{color:var(--ink-deep)}.module-back:focus-visible{outline:3px solid rgba(0,85,150,.2);outline-offset:4px}.dashboard__heading{align-items:flex-end;display:flex;gap:2rem;justify-content:space-between;margin-bottom:2.2rem}.dashboard__heading h1{color:var(--ink-deep);font-size:clamp(2.2rem,4vw,3.3rem);margin-bottom:.55rem}.dashboard__heading p:last-child{margin-bottom:0}.metrics{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,230px));margin-bottom:1.25rem}.metrics article{align-items:center;background:#ffffffa6;border:1px solid var(--line);border-radius:13px;display:flex;gap:.9rem;padding:1rem}.metrics article>span{align-items:center;background:#e6eee9;border-radius:9px;color:var(--ink);display:flex;height:39px;justify-content:center;width:39px}.metrics article div{display:flex;flex-direction:column}.metrics strong{color:var(--ink);font-size:1.35rem}.metrics small{color:var(--muted)}.records-card{background:var(--paper);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);overflow:hidden}.records-card__header{align-items:center;border-bottom:1px solid #e7e4dc;display:flex;justify-content:space-between;padding:1.5rem 1.7rem}.records-card__header h2{font-size:1.15rem;margin-bottom:.25rem}.records-card__header p{font-size:.78rem;margin:0}.search-hint{align-items:center;background:#f3f1ea;border-radius:99px;color:var(--muted);display:flex;font-size:.75rem;gap:.4rem;padding:.45rem .7rem}.empty-state{align-items:center;color:var(--muted);display:flex;flex-direction:column;min-height:310px;justify-content:center;padding:3rem;text-align:center}.empty-state>span{align-items:center;background:#e8efe9;border-radius:50%;color:var(--ink);display:flex;height:58px;justify-content:center;margin-bottom:1rem;width:58px}.empty-state h3{color:var(--ink);margin-bottom:.35rem}.empty-state .button{margin-top:.8rem}.record-list{display:flex;flex-direction:column}.record-row{align-items:center;background:transparent;border:0;border-bottom:1px solid #ece9e1;cursor:pointer;display:grid;gap:1rem;grid-template-columns:auto minmax(160px,1fr) auto 170px 20px;padding:1rem 1.6rem;text-align:left;transition:background .15s ease}.record-row:last-child{border-bottom:0}.record-row:hover{background:#f8f7f2}.status-dot{background:#d09d43;border-radius:50%;height:8px;width:8px}.status-dot--submitted{background:var(--success)}.record-row__main{display:flex;flex-direction:column;gap:.2rem}.record-row__main strong{color:var(--ink-deep)}.record-row__main small,.record-row__date{color:var(--muted);font-size:.75rem}.status-pill{background:#fbf0d7;border-radius:99px;color:#8a6428;font-size:.7rem;font-weight:700;padding:.35rem .6rem}.status-pill--submitted{background:#e2f0e9;color:#2e6656}.record-row__arrow{color:var(--ink-soft);font-size:1.1rem}.global-error{background:#f8e8e4;border-bottom:1px solid #eccbc5;color:var(--danger);padding:.8rem;text-align:center}.studio-shell{display:flex;flex-direction:column;min-height:100vh}.studio{flex:1;margin:0 auto;max-width:1180px;padding:2rem 1.5rem 1.5rem;width:100%}.studio__nav-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.35rem}.studio__nav-row .module-back{margin-bottom:0}.studio__nav-actions{display:flex;gap:5px}.studio__heading{align-items:flex-end;display:flex;gap:2rem;justify-content:space-between;margin-bottom:1.5rem}.studio__heading h1{color:var(--ink-deep);font-size:clamp(2.3rem,4vw,3.4rem);line-height:1;margin-bottom:.55rem}.studio__heading p:last-child{color:var(--muted);margin:0}.studio__limit{align-items:center;background:#e5f1f8;border-radius:99px;color:var(--ink);display:flex;font-size:.75rem;font-weight:750;justify-content:center;min-width:58px;padding:.45rem .7rem}.studio-settings-button{align-items:center;background:var(--paper);border:1px solid var(--line);border-radius:10px;color:var(--ink);cursor:pointer;display:flex;height:44px;justify-content:center;padding:0;width:44px}.studio-settings-button:hover{background:#eaf4fa;border-color:#9ab7ca}.studio-settings-button:focus-visible{outline:3px solid rgba(0,85,150,.2);outline-offset:2px}.studio-drop{align-items:center;background:#ffffff8c;border:2px dashed #9ab7ca;border-radius:18px;color:var(--ink);cursor:pointer;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:260px;padding:2rem;text-align:center;transition:background .15s ease,border-color .15s ease,transform .15s ease}.studio-drop:hover,.studio-drop.is-dragging{background:#eaf4fa;border-color:var(--ink)}.studio-drop.is-dragging{transform:scale(.997)}.studio-drop:focus-visible{outline:3px solid rgba(0,85,150,.2);outline-offset:3px}.studio-drop--compact{flex-direction:row;justify-content:flex-start;min-height:88px;padding:1rem 1.25rem;text-align:left}.studio-drop__icon{align-items:center;background:#e0eff8;border-radius:14px;display:flex;height:54px;justify-content:center;width:54px}.studio-drop>div{display:flex;flex-direction:column;gap:.25rem}.studio-drop strong{color:var(--ink-deep);font-size:1rem}.studio-drop small{color:var(--muted);font-size:.72rem}.studio-message{background:#fff7e6;border:1px solid #ead8af;border-radius:10px;color:#7b5b1f;font-size:.75rem;margin:.8rem 0 0;padding:.65rem .8rem}.studio-grid{display:grid;gap:.65rem;grid-template-columns:repeat(auto-fill,minmax(145px,1fr));margin-top:1rem}.studio-photo{aspect-ratio:1;background:#dce6ed;border:1px solid var(--line);border-radius:13px;overflow:hidden;position:relative}.studio-photo--cleaned{cursor:pointer}.studio-photo--cleaned:hover{border-color:#78a8c8;box-shadow:0 10px 24px #00559624;transform:translateY(-1px)}.studio-photo--cleaned:focus-visible{outline:3px solid rgba(0,85,150,.22);outline-offset:2px}.studio-photo img{display:block;height:100%;object-fit:cover;width:100%}.studio-photo__remove{align-items:center;background:#002a49d1;border:0;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:28px;justify-content:center;padding:0;position:absolute;right:7px;top:7px;width:28px}.studio-photo__remove:disabled{display:none}.studio-photo__timer{align-items:center;background:#002a49db;border:1px solid rgba(255,255,255,.16);border-radius:99px;box-shadow:0 2px 8px #00182b29;box-sizing:border-box;color:#fff;column-gap:.25rem;display:inline-grid;font:700 .64rem/1 Manrope,sans-serif;grid-template-columns:13px minmax(4.5ch,1fr) 13px;height:28px;justify-items:center;left:7px;padding:0 .45rem;position:absolute;top:7px;width:78px}.studio-photo__timer:after{content:"";display:block;height:13px;width:13px}.studio-photo__timer svg{display:block}.studio-photo__timer-value{display:block;font-variant-numeric:tabular-nums;justify-self:stretch;line-height:1;text-align:center;transform:translateY(1px)}.studio-photo__state{align-items:center;background:#002a49e6;bottom:0;color:#fff;display:flex;font-size:.67rem;font-weight:700;gap:.35rem;left:0;min-height:32px;padding:.45rem .65rem;position:absolute;right:0}.studio-photo--cleaned .studio-photo__state{background:#16834feb}.studio-photo--failed .studio-photo__state{background:#b91c1ceb}.studio-spinner{animation:studio-spin .8s linear infinite}@keyframes studio-spin{to{transform:rotate(1turn)}}.studio-bar{background:#fffffff5;border-top:1px solid var(--line);bottom:0;box-shadow:0 -12px 35px #003f7014;overflow-x:clip;padding:.8rem 1.5rem max(.8rem,env(safe-area-inset-bottom));position:sticky;width:100%;z-index:20}.studio-bar__inner{align-items:center;display:grid;gap:1.25rem;grid-template-columns:auto minmax(0,1fr) auto;margin:0 auto;max-width:1180px;min-width:0;width:100%}.studio-bar__summary{display:flex;flex-direction:column;min-width:115px}.studio-bar__summary strong{color:var(--ink-deep);font-size:.78rem}.studio-bar__summary small{color:var(--muted);font-size:.65rem}.studio-consent{align-items:center;color:var(--muted);cursor:pointer;display:flex;font-size:.7rem;gap:.5rem;justify-self:center}.studio-consent input{accent-color:var(--ink);height:16px;width:16px}.studio-bar__actions{display:flex;gap:.55rem;min-width:0}.studio-remove-all{color:var(--muted)}.studio-settings{max-width:860px}.studio-settings__heading{margin-bottom:1.5rem;max-width:660px}.studio-settings__heading h1{color:var(--ink-deep);font-size:clamp(2.1rem,4vw,3.25rem);line-height:1.05;margin-bottom:.7rem}.studio-settings__heading>p:last-child{color:var(--muted);line-height:1.6;margin:0}.studio-access-card{background:var(--paper);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:clamp(1rem,3vw,1.5rem)}.studio-access-loading{align-items:center;color:var(--muted);display:flex;gap:.7rem;min-height:120px;justify-content:center}.studio-access-row{align-items:center;border-bottom:1px solid #e7edf1;display:grid;gap:.85rem;grid-template-columns:auto minmax(0,1fr) auto;padding:1rem 0}.studio-access-row:first-of-type{padding-top:0}.studio-access-row__icon{align-items:center;background:#e5f1f8;border-radius:10px;color:var(--ink);display:flex;height:42px;justify-content:center;width:42px}.studio-access-row>div{display:flex;flex-direction:column;gap:.2rem}.studio-access-row strong{color:var(--ink-deep);font-size:.86rem}.studio-access-row small{color:var(--muted);font-size:.69rem}.studio-status{border-radius:99px;font-size:.67rem;font-weight:750;padding:.42rem .65rem}.studio-status--ready{background:#dcf4e7;color:#116b3f}.studio-status--off{background:#edf1f4;color:#64748b}.studio-access-message{align-items:flex-start;background:#fff7e6;border:1px solid #ead8af;border-radius:12px;color:#7b5b1f;display:flex;gap:.75rem;margin-top:1.25rem;padding:.9rem 1rem}.studio-access-message svg{flex:0 0 auto;margin-top:.05rem}.studio-access-message div{display:flex;flex-direction:column;gap:.2rem}.studio-access-message strong{font-size:.8rem}.studio-access-message span{font-size:.72rem;line-height:1.45}.studio-access-message--ready{background:#e5f6ed;border-color:#b8dfca;color:#116b3f}.studio-login-button{margin-top:1rem}.studio-device-login{align-items:center;background:#f5f8fa;border:1px solid #dce5eb;border-radius:12px;display:grid;gap:.45rem 1rem;grid-template-columns:minmax(130px,1fr) auto;margin-top:1rem;padding:1rem}.studio-device-login>span{color:var(--muted);font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.studio-device-login>strong{font:750 1.5rem/1 Manrope,sans-serif;grid-column:1;letter-spacing:.08em}.studio-device-login .button{grid-column:2;grid-row:1 / 3;text-decoration:none}.studio-device-login>small{color:var(--muted);font-size:.67rem;grid-column:1 / -1;line-height:1.5;margin-top:.35rem}.studio-settings__error{background:#f9e9e6;border-radius:9px;color:var(--danger);font-size:.73rem;margin:1rem 0 0;padding:.7rem .8rem}.studio-modal{align-items:center;background:#002039b8;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;padding:clamp(.7rem,3vw,2rem);position:fixed;z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.studio-modal__dialog{background:var(--paper);border:1px solid rgba(255,255,255,.35);border-radius:20px;box-shadow:0 30px 80px #00192d4d;display:grid;gap:.85rem 1.2rem;grid-template-columns:minmax(0,1fr) 285px;grid-template-rows:auto auto minmax(0,1fr);max-height:94vh;max-width:1120px;overflow:hidden;padding:1.15rem;width:100%}.studio-modal__header{align-items:center;display:flex;grid-column:1 / -1;justify-content:space-between;min-width:0}.studio-modal__header>div{min-width:0}.studio-modal__header h2{color:var(--ink-deep);font-size:1rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-modal__close{align-items:center;background:#edf4f8;border:0;border-radius:10px;color:var(--ink);cursor:pointer;display:flex;flex:0 0 auto;height:40px;justify-content:center;width:40px}.studio-modal__switch,.studio-segmented{background:#eaf0f4;border-radius:10px;display:inline-flex;padding:3px;width:max-content}.studio-modal__switch button,.studio-segmented button{align-items:center;background:transparent;border:0;border-radius:8px;color:var(--muted);cursor:pointer;display:flex;font-size:.71rem;font-weight:700;gap:.35rem;justify-content:center;min-height:34px;padding:.42rem .85rem}.studio-modal__switch button.is-active,.studio-segmented button.is-active{background:#fff;box-shadow:0 2px 8px #003a631a;color:var(--ink)}.studio-modal__image{align-items:center;background:#09263a;border-radius:14px;display:flex;justify-content:center;min-height:0;overflow:hidden;position:relative}.studio-modal__image img{display:block;max-height:calc(94vh - 180px);max-width:100%;object-fit:contain}.studio-modal__image>span{background:#00233bd6;border-radius:99px;bottom:.75rem;color:#fff;font-size:.65rem;font-weight:750;left:.75rem;padding:.4rem .65rem;position:absolute}.studio-modal__usage{align-content:start;background:#f1f6f9;border:1px solid #dbe7ee;border-radius:14px;display:grid;gap:.8rem;grid-column:2;grid-row:2 / 4;padding:1rem}.studio-modal__usage-icon{align-items:center;background:#dcecf6;border-radius:10px;color:var(--ink);display:flex;height:40px;justify-content:center;width:40px}.studio-modal__usage-total{display:flex;flex-direction:column;gap:.2rem}.studio-modal__usage-total small{color:var(--muted);font-size:.66rem}.studio-modal__usage-total strong{color:var(--ink-deep);font:750 1.65rem/1.1 Manrope,sans-serif}.studio-modal__usage-total span{color:var(--muted);font-size:.63rem;line-height:1.4}.studio-modal__usage dl{border-top:1px solid #d8e3ea;margin:0;padding-top:.4rem}.studio-modal__usage dl div{align-items:center;display:flex;justify-content:space-between;padding:.45rem 0}.studio-modal__usage dt{color:var(--muted);font-size:.65rem}.studio-modal__usage dd{color:var(--ink-deep);font-size:.72rem;font-weight:750;margin:0}.studio-modal__usage p{align-self:end;color:var(--muted);font-size:.61rem;line-height:1.45;margin:0}.studio-dashboard{padding-bottom:4rem}.studio-dashboard__heading{align-items:flex-end;display:flex;gap:2rem;justify-content:space-between;margin-bottom:1.5rem}.studio-dashboard__heading h1{color:var(--ink-deep);font-size:clamp(2.3rem,4vw,3.4rem);line-height:1;margin-bottom:.55rem}.studio-dashboard__heading p:last-child{color:var(--muted);margin:0}.studio-dashboard__toolbar{align-items:center;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;margin-bottom:1.2rem;padding-bottom:1rem}.studio-period-nav{align-items:center;display:grid;gap:.55rem;grid-template-columns:36px minmax(150px,auto) 36px}.studio-period-nav button{align-items:center;background:var(--paper);border:1px solid var(--line);border-radius:9px;color:var(--ink);cursor:pointer;display:flex;height:36px;justify-content:center;padding:0}.studio-period-nav button:disabled{cursor:default;opacity:.45}.studio-period-nav strong{color:var(--ink-deep);font-size:.76rem;text-align:center}.studio-dashboard__content{transition:opacity .12s ease}.studio-dashboard__content.is-loading{opacity:.52}.studio-kpis{display:grid;gap:.8rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:.8rem}.studio-kpis article{align-items:center;background:var(--paper);border:1px solid var(--line);border-radius:14px;display:flex;gap:.85rem;min-width:0;padding:1rem}.studio-kpis article>span{align-items:center;background:#e5f1f8;border-radius:10px;color:var(--ink);display:flex;flex:0 0 auto;height:42px;justify-content:center;width:42px}.studio-kpis article div{display:grid;grid-template-columns:auto 1fr;min-width:0}.studio-kpis small{color:var(--muted);font-size:.64rem;grid-column:1 / -1}.studio-kpis strong{color:var(--ink-deep);font:750 1.45rem/1.2 Manrope,sans-serif}.studio-kpis em{align-self:end;color:var(--muted);font-size:.61rem;font-style:normal;margin:0 0 .18rem .35rem}.studio-dashboard__chart-card,.studio-users-card{background:var(--paper);border:1px solid var(--line);border-radius:16px;box-shadow:0 10px 30px #00406e0d;overflow:hidden}.studio-dashboard__chart-card>header,.studio-users-card>header{align-items:center;border-bottom:1px solid #e7edf1;display:flex;justify-content:space-between;padding:1rem 1.2rem}.studio-dashboard__chart-card h2,.studio-users-card h2{color:var(--ink-deep);font-size:.92rem;margin:0}.studio-dashboard__chart-card header p{color:var(--muted);font-size:.65rem;margin:.2rem 0 0}.studio-dashboard__chart-card header>span,.studio-users-card header>span{color:var(--muted);font-size:.62rem}.studio-chart{min-height:300px;padding:.85rem 1rem .35rem;position:relative}.studio-chart__focus{display:flex;flex-direction:column;left:1.15rem;position:absolute;top:.9rem;z-index:1}.studio-chart__focus strong{color:var(--ink-deep);font-size:.79rem}.studio-chart__focus span{color:var(--muted);font-size:.6rem}.studio-chart svg{display:block;overflow:visible;width:100%}.studio-chart__grid{stroke:#e7edf1;stroke-width:1}.studio-chart__line{fill:none;stroke:#0879c5;stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.studio-chart__hit{fill:transparent;outline:none}.studio-chart__dot{fill:#0879c5;stroke:#fff;stroke-width:2;transition:r .1s ease}.studio-chart__point:focus{outline:none}.studio-chart__point.is-active .studio-chart__dot{filter:drop-shadow(0 2px 4px rgba(0,85,150,.35))}.studio-chart__label{fill:#7a8994;font-size:11px}.studio-chart__empty{color:var(--muted);font-size:.7rem;left:50%;margin:0;position:absolute;top:54%;transform:translate(-50%,-50%)}.studio-users-card{margin-top:.8rem}.studio-dashboard__partial{background:#fff7e6;border:1px solid #ead8af;border-radius:10px;color:#7b5b1f;font-size:.67rem;line-height:1.45;margin:.8rem 0 0;padding:.7rem .8rem}.studio-sessions{padding-bottom:4rem}.studio-sessions__heading{align-items:flex-end;display:flex;gap:1.5rem;justify-content:space-between;margin-bottom:1.5rem}.studio-sessions__heading h1{color:var(--ink-deep);font-size:clamp(2.3rem,4vw,3.4rem);line-height:1;margin-bottom:.55rem}.studio-sessions__heading p:last-child{color:var(--muted);margin:0}.studio-sessions__count{align-items:center;background:#e5f1f8;border-radius:99px;color:var(--ink);display:flex;font-size:.72rem;font-weight:750;gap:.4rem;padding:.55rem .75rem}.studio-session-list{background:var(--paper);border:1px solid var(--line);border-radius:15px;box-shadow:var(--shadow);overflow:hidden}.studio-session-row{align-items:center;background:transparent;border:0;border-bottom:1px solid #e7edf1;color:inherit;cursor:pointer;display:grid;gap:.85rem;grid-template-columns:auto minmax(0,1fr) auto auto;padding:1rem 1.1rem;text-align:left;width:100%}.studio-session-row:last-child{border-bottom:0}.studio-session-row:hover{background:#f3f8fb}.studio-session-row__icon{align-items:center;background:#e5f1f8;border-radius:10px;color:var(--ink);display:flex;height:42px;justify-content:center;width:42px}.studio-session-row__main{display:flex;flex-direction:column;gap:.2rem;min-width:0}.studio-session-row__main strong{color:var(--ink-deep);font-size:.8rem}.studio-session-row__main small{color:var(--muted);font-size:.66rem}.studio-session-row__time{align-items:center;color:var(--muted);display:flex;font:700 .7rem/1 Manrope,sans-serif;gap:.35rem}.studio-sessions__empty,.studio-sessions__loading{align-items:center;background:var(--paper);border:1px dashed var(--line);border-radius:15px;color:var(--muted);display:flex;flex-direction:column;gap:.55rem;justify-content:center;min-height:250px;padding:2rem;text-align:center}.studio-sessions__empty h2{color:var(--ink-deep);font-size:1rem;margin:0}.studio-sessions__empty p{font-size:.72rem;margin:0}.studio-session__topbar{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.studio-session__navigation{align-items:center;display:flex;gap:.55rem}.studio-session__navigation button{align-items:center;background:var(--paper);border:1px solid var(--line);border-radius:9px;color:var(--ink);cursor:pointer;display:flex;height:36px;justify-content:center;padding:0;width:36px}.studio-session__navigation button:disabled{cursor:default;opacity:.4}.studio-session__navigation span{color:var(--muted);font-size:.68rem;min-width:45px;text-align:center}.studio-session__actions{display:flex;gap:.55rem}.studio-session__delete{color:var(--danger)}.studio-session-photo{border:1px solid var(--line);padding:0;text-align:left}.studio-session-photo .studio-photo__state{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-user-row{align-items:center;border-bottom:1px solid #edf1f4;display:grid;gap:.75rem;grid-template-columns:38px minmax(120px,1fr) auto minmax(105px,auto) minmax(105px,auto);padding:.8rem 1.2rem}.studio-user-row:last-child{border-bottom:0}.studio-user-row__avatar{align-items:center;background:#e5f1f8;border-radius:50%;color:var(--ink);display:flex;font-size:.72rem;font-weight:750;height:34px;justify-content:center;width:34px}.studio-user-row strong{color:var(--ink-deep);font-size:.75rem}.studio-user-row>small{color:var(--muted);font-size:.64rem}.studio-user-row>div{display:flex;flex-direction:column;text-align:right}.studio-user-row b{color:var(--ink-deep);font-size:.74rem}.studio-user-row div span{color:var(--muted);font-size:.57rem}.studio-users-card__empty{color:var(--muted);font-size:.72rem;margin:0;padding:2rem;text-align:center}.workspace{display:flex;min-height:100vh}.workspace-nav{background:#003f70;color:#fff;display:flex;flex-direction:column;min-height:100vh;padding:1.8rem 1.1rem;position:fixed;width:250px;z-index:10}.workspace-nav>.brand{margin:0 0 2.3rem .6rem}.workspace-nav__back,.workspace-nav__logout{align-items:center;background:transparent;border:0;color:#a9bdb7;cursor:pointer;display:flex;font-size:.78rem;gap:.55rem;padding:.65rem;text-align:left}.workspace-nav__back{border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:1.2rem;padding-bottom:1.2rem}.workspace-nav__back:hover,.workspace-nav__logout:hover{color:#fff}.workspace-nav nav{display:flex;flex-direction:column;gap:.3rem}.workspace-nav nav button{align-items:center;background:transparent;border:0;border-radius:10px;color:#829b94;cursor:pointer;display:flex;gap:.7rem;padding:.65rem;text-align:left;width:100%}.workspace-nav nav button>span{align-items:center;border:1px solid rgba(255,255,255,.17);border-radius:50%;display:flex;flex:0 0 auto;font-size:.61rem;height:27px;justify-content:center;width:27px}.workspace-nav nav button div{display:flex;flex-direction:column;gap:.15rem}.workspace-nav nav button small{font-size:.5rem;letter-spacing:.12em}.workspace-nav nav button strong{font-size:.78rem;font-weight:600}.workspace-nav nav button.is-active{background:#ffffff14;color:#fff}.workspace-nav nav button.is-active>span{background:var(--gold);border-color:var(--gold);color:var(--ink-deep)}.workspace-nav nav button.is-complete{color:#b6c9c3}.workspace-nav nav button.is-complete>span{background:#1672ad;border-color:#4d91bd;color:#fff}.workspace-nav__progress{border-top:1px solid rgba(255,255,255,.08);margin-top:auto;padding:1.3rem .65rem .8rem}.workspace-nav__progress>div:first-child{color:#a5b8b2;display:flex;font-size:.66rem;justify-content:space-between;margin-bottom:.55rem}.workspace-nav__progress strong{color:var(--gold-light)}.progress-bar{background:#ffffff21;border-radius:99px;height:5px;overflow:hidden}.progress-bar span{background:#d91a1a;border-radius:inherit;display:block;height:100%;transition:width .25s ease}.workspace-nav__logout{margin-top:.5rem}.workspace-main{background:var(--canvas);margin-left:250px;min-height:100vh;width:calc(100% - 250px)}.workspace-header{align-items:center;background:#fffdfaf0;border-bottom:1px solid var(--line);display:flex;height:70px;justify-content:flex-end;padding:0 clamp(1.2rem,4vw,3rem);position:sticky;top:0;z-index:8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.workspace-header__identity{border-right:1px solid var(--line);display:flex;flex-direction:column;margin-right:1rem;min-width:170px;padding-right:1rem}.workspace-header__identity small{color:var(--muted);font-size:.52rem;letter-spacing:.15em}.workspace-header__identity strong{color:var(--ink);font-size:.82rem}.save-state{align-items:center;color:var(--muted);display:flex;font-size:.72rem;gap:.4rem;margin-right:.8rem}.save-state--error{color:var(--danger)}.save-state--saved{color:var(--success)}.workspace-header__documents{font-size:.68rem;margin-right:.45rem;min-height:38px;padding:.5rem .7rem}.mobile-back{display:none}.workspace-content{margin:0 auto;max-width:1080px;padding:clamp(2rem,5vw,4rem) clamp(1.25rem,4vw,3rem) 3rem}.step-heading{margin-bottom:2rem;max-width:720px}.step-heading h1{color:var(--ink-deep);font-size:clamp(2rem,4vw,3rem);line-height:1.1;margin-bottom:.65rem}.step-heading>p:last-child{color:var(--muted);line-height:1.6;margin-bottom:0}.form-groups,.checklist-groups{display:flex;flex-direction:column;gap:1rem}.form-card{background:var(--paper);border:1px solid var(--line);border-radius:14px;box-shadow:0 8px 24px #1c2b2809;padding:clamp(1.1rem,3vw,1.8rem)}.form-card__heading{align-items:flex-start;border-bottom:1px solid #e9e6de;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.4rem;padding-bottom:1.1rem}.form-card__heading h3{color:var(--ink-deep);font-size:1.12rem;margin-bottom:.3rem}.form-card__heading p{color:var(--muted);font-size:.78rem;line-height:1.5;margin:0}.form-card__heading .eyebrow{color:#9a7738;font-size:.55rem;margin-bottom:.4rem}.form-card--disabled{background:#fffdfa99;border-style:dashed;box-shadow:none}.form-card--disabled .form-card__heading{border-bottom:0;margin:0;padding:0}.field-grid{display:grid;gap:.2rem 1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.field-grid label{margin-bottom:.8rem}.field-grid label>span b{color:var(--danger);margin-left:.2rem}.field-grid .field--wide{grid-column:1 / -1}.field-grid textarea{min-height:125px;resize:vertical}.field-grid label>small{color:var(--muted);font-size:.65rem;font-weight:400;line-height:1.45}.field-grid label.field--invalid input,.field-grid label.field--invalid select{border-color:#c76e62;background:snow}.field-grid label>.field-error{color:var(--danger);font-weight:650}.switch-row{align-items:center;color:var(--muted);cursor:pointer;display:flex;flex:0 0 auto;font-size:.72rem;gap:.45rem}.switch-row input{height:1px;opacity:0;position:absolute;width:1px}.switch-row>span{background:#cbd3cf;border-radius:99px;display:inline-block;height:20px;padding:2px;position:relative;transition:background .15s ease;width:36px}.switch-row>span:after{background:#fff;border-radius:50%;box-shadow:0 1px 4px #0003;content:"";display:block;height:16px;transition:transform .15s ease;width:16px}.switch-row input:checked+span{background:var(--success)}.switch-row input:checked+span:after{transform:translate(16px)}.switch-row input:focus-visible+span{outline:3px solid rgba(207,170,93,.25)}.finance-warning,.helper-note,.legal-instruction{align-items:flex-start;border-radius:11px;display:flex;gap:.8rem;line-height:1.5;margin-bottom:1rem;padding:.9rem 1rem}.finance-warning{background:#fbf1db;border:1px solid #ead7ad;color:#725525}.finance-warning svg,.helper-note svg,.legal-instruction svg{flex:0 0 auto;margin-top:.1rem}.finance-warning p,.helper-note p,.legal-instruction p{font-size:.78rem;margin:0}.helper-note{background:#e9f0ed;border:1px solid #d5e1dd;color:var(--ink-soft)}.legal-instruction{background:var(--ink);color:#fff;margin:0}.legal-instruction p{color:#c2d0cc;margin-top:.2rem}.optional-pill{background:#f1eee5;border-radius:99px;color:var(--muted);font-size:.66rem;padding:.35rem .6rem}.document-list{display:flex;flex-direction:column}.document-row{align-items:start;border-bottom:1px solid #ece9e1;display:grid;gap:.8rem;grid-template-columns:34px minmax(230px,1fr) 150px;padding:1rem 0}.document-row:first-child{padding-top:0}.document-row:last-child{border-bottom:0;padding-bottom:0}.document-row__status{align-items:center;background:#e8efeb;border-radius:8px;color:var(--ink-soft);display:flex;height:34px;justify-content:center;width:34px}.document-row__body h4{color:var(--ink-deep);font-family:inherit;font-size:.84rem;letter-spacing:0;margin:.1rem 0 .25rem}.document-row__body>p{color:var(--muted);font-size:.7rem;line-height:1.45;margin-bottom:0}.document-row__actions{display:flex;flex-direction:column;gap:.45rem}.document-row__actions select{font-size:.72rem;min-height:34px;padding:.35rem .5rem}.document-row__notes{grid-column:2 / -1}.document-row__notes span{color:var(--muted);display:block;font-size:.62rem;font-weight:600;margin-bottom:.35rem}.document-row__notes input{font-size:.74rem;min-height:36px;padding:.45rem .6rem}.attached-files{display:flex;flex-direction:column;gap:.3rem;margin-top:.5rem}.attached-files>span{align-items:center;background:#f0f4f1;border-radius:6px;color:var(--ink);display:flex;font-size:.67rem;gap:.3rem;max-width:100%;padding:.35rem .45rem}.attached-files__open{background:transparent;border:0;color:var(--ink);cursor:pointer;font-size:inherit;overflow:hidden;padding:0;text-align:left;text-decoration:underline;text-overflow:ellipsis;white-space:nowrap}.attached-files small{color:var(--muted);margin-left:auto;white-space:nowrap}.attached-files button{align-items:center;background:transparent;border:0;color:var(--muted);cursor:pointer;display:flex;padding:.1rem}.attached-files .attached-files__open{color:var(--ink);display:block;min-width:0}.document-modal{align-items:center;background:#001a2eb3;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;padding:1rem;position:fixed;z-index:100}.document-modal__dialog{background:var(--paper);border:1px solid rgba(255,255,255,.38);border-radius:18px;box-shadow:0 30px 90px #00182b57;display:grid;grid-template-rows:auto minmax(0,1fr);height:min(92vh,900px);overflow:hidden;width:min(94vw,1080px)}.document-modal__dialog>header{align-items:center;border-bottom:1px solid var(--line);display:grid;gap:.75rem;grid-template-columns:auto minmax(0,1fr) auto auto;padding:.8rem .9rem}.document-modal__dialog>header>span{align-items:center;background:#e5f1f8;border-radius:9px;color:var(--ink);display:flex;height:38px;justify-content:center;width:38px}.document-modal__dialog>header>div{min-width:0}.document-modal__dialog h2{color:var(--ink-deep);font-size:.82rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.document-modal__dialog small{color:var(--muted);font-size:.6rem}.document-modal__dialog>header>.button{font-size:.68rem;min-height:38px;padding:.5rem .65rem;text-decoration:none}.document-modal__dialog>header>button:last-child{align-items:center;background:#edf4f8;border:0;border-radius:9px;color:var(--ink);cursor:pointer;display:flex;height:38px;justify-content:center;padding:0;width:38px}.document-modal__viewer{background:#dbe5ec;min-height:0}.document-modal__viewer iframe{border:0;display:block;height:100%;width:100%}.step-footer{align-items:center;border-top:1px solid var(--line);display:flex;justify-content:space-between;margin-top:2rem;padding-top:1.3rem}.step-footer>span{color:var(--muted);font-size:.7rem}.save-error{align-items:center;background:#f9e9e6;border-radius:8px;color:var(--danger);display:flex;font-size:.75rem;gap:.45rem;margin:1rem 0 0;padding:.7rem}.review-layout{display:flex;flex-direction:column;gap:1rem}.review-hero{align-items:center;background:var(--ink);border-radius:14px;color:#fff;display:flex;gap:1rem;padding:1.4rem}.review-hero__icon{align-items:center;background:#2d6358;border-radius:50%;color:#dcece6;display:flex;flex:0 0 auto;height:54px;justify-content:center;width:54px}.review-hero__icon--warning{background:#81652f;color:#ffefc7}.review-hero h3{font-size:1.25rem;margin-bottom:.25rem}.review-hero p:last-child{color:#c0d0cb;font-size:.78rem;margin:0}.review-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.review-checks{display:grid;gap:.45rem;grid-template-columns:repeat(2,minmax(0,1fr))}.review-checks>div{align-items:center;color:var(--muted);display:flex;font-size:.7rem;gap:.4rem}.review-checks span{align-items:center;border-radius:50%;display:flex;flex:0 0 auto;height:19px;justify-content:center;width:19px}.review-checks .is-done span{background:#dcece5;color:var(--success)}.review-checks .is-pending{color:#8b5e2f}.review-checks .is-pending span{background:#f8eacb;color:#8b5e2f;font-weight:700}.progress-bar--large{background:#e5e7e1;height:9px;margin-top:2rem}.progress-bar--large span{background:var(--success)}.review-copy{font-size:.72rem;line-height:1.5;margin:.9rem 0 0}.legal-recipients>div:last-child{display:flex;flex-wrap:wrap;gap:.5rem}.legal-recipients a{background:#edf2ef;border-radius:7px;color:var(--ink);font-size:.75rem;padding:.55rem .7rem;text-decoration:none}.print-sheet{display:none}@media(max-width:900px){.login-shell{grid-template-columns:1fr}.login-story{min-height:42vh;padding:2.2rem}.login-story__content{margin-top:4rem}.login-story__content h1{font-size:2.5rem;max-width:700px}.login-panel{padding:3.5rem 1.5rem}.workspace-nav{display:none}.workspace-main{margin-left:0;width:100%}.mobile-back{align-items:center;background:transparent;border:0;color:var(--ink);display:flex;margin-right:auto;padding:.5rem}.review-grid{grid-template-columns:1fr}.studio-bar{padding:.7rem .75rem max(.7rem,env(safe-area-inset-bottom))}.studio-bar__inner{gap:.6rem;grid-template-columns:minmax(0,1fr)}.studio-bar__summary{display:none}.studio-consent{font-size:.64rem;justify-self:start;min-width:0}.studio-bar__actions{display:grid;gap:.4rem;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.studio-bar__actions .button{font-size:.7rem;min-height:40px;min-width:0;padding:.5rem .35rem}}@media(max-width:640px){*::-webkit-scrollbar{height:6px;width:6px}.login-story{min-height:38vh;padding:1.5rem}.login-story__content{margin-top:3rem}.login-story__content h1{font-size:2rem}.login-story__footer{display:none}.login-panel{padding:2.5rem 1.25rem}.topbar{padding:10px}.topbar__profile-trigger>div,.topbar__profile-trigger>svg{display:none}.topbar__profile-trigger{padding:.35rem}.home{padding:3.5rem 1rem 4rem}.home__intro{margin-bottom:3rem}.home__intro h1{font-size:2.65rem}.module-grid{grid-template-columns:minmax(0,1fr)}.module-card{aspect-ratio:auto;min-height:230px}.studio{padding:1.5rem 1rem 1rem}.studio__heading{align-items:center;gap:.8rem}.studio__heading h1{font-size:2.5rem}.studio__heading p:last-child{font-size:.86rem}.studio-drop{min-height:220px;padding:1.5rem}.studio-drop--compact{min-height:78px;padding:.8rem}.studio-grid{gap:.45rem;grid-template-columns:repeat(2,minmax(0,1fr))}.studio-device-login{grid-template-columns:1fr}.studio-device-login .button{grid-column:1;grid-row:auto;margin-top:.45rem;width:100%}.studio-modal__dialog{display:flex;flex-direction:column;max-height:calc(100vh - 1rem);padding:.8rem}.studio-modal__image{flex:1 1 42vh;min-height:240px}.studio-modal__image img{max-height:48vh}.studio-modal__usage{flex:0 0 auto;gap:.55rem}.studio-modal__usage dl{display:grid;gap:.6rem;grid-template-columns:repeat(2,minmax(0,1fr))}.studio-modal__usage dl div{align-items:flex-start;flex-direction:column;padding:.2rem 0}.studio-dashboard__heading{align-items:stretch;flex-direction:column;gap:1rem}.studio-dashboard__toolbar{align-items:stretch;flex-direction:column;gap:.8rem}.studio-period-nav{grid-template-columns:36px 1fr 36px}.studio-kpis{grid-template-columns:1fr}.studio-chart{min-height:245px;padding:.7rem .35rem 0}.studio-user-row{grid-template-columns:34px minmax(0,1fr) auto;padding:.8rem}.studio-user-row>small{display:none}.studio-user-row>div:first-of-type{grid-column:2;text-align:left}.studio-user-row>div:last-child{grid-column:3;grid-row:1 / 3}.studio-sessions__heading{align-items:stretch;flex-direction:column;gap:1rem}.studio-sessions__count{align-self:flex-start}.studio-session-row{grid-template-columns:auto minmax(0,1fr) auto;padding:.85rem}.studio-session-row__time,.studio-session-row>svg{display:none}.studio-session__actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.studio-session__actions .button{padding-inline:.6rem}.dashboard{padding:2rem 1rem 4rem}.dashboard__heading{align-items:stretch;flex-direction:column;gap:1.2rem}.dashboard__heading .button{width:100%}.metrics{grid-template-columns:repeat(2,1fr)}.records-card__header{align-items:flex-start;flex-direction:column;gap:.8rem;padding:1.2rem}.record-row{gap:.6rem;grid-template-columns:auto 1fr auto;padding:1rem}.record-row__date,.record-row__arrow{display:none}.status-pill{grid-column:3;grid-row:1}.workspace-header{height:62px;padding:0 .75rem}.workspace-header__identity{border-right:0;margin:0 auto 0 0;min-width:0;padding:0}.workspace-header__identity strong{max-width:135px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.print-action,.workspace-header__documents{font-size:0;gap:0;min-height:38px;padding:.6rem}.save-state{font-size:0;gap:0;margin-right:.2rem}.save-state svg{height:18px;width:18px}.workspace-content{padding:2rem 1rem}.step-heading h1{font-size:1.9rem}.field-grid{grid-template-columns:1fr}.field-grid .field--wide{grid-column:auto}.form-card{border-radius:11px;padding:1.1rem}.form-card__heading{align-items:flex-start;flex-direction:column}.form-card--disabled .form-card__heading{align-items:center;flex-direction:row}.document-row{grid-template-columns:30px 1fr}.document-row__actions{flex-direction:row;grid-column:2}.document-row__actions select{min-width:0}.document-row__notes{grid-column:2}.document-modal{padding:0}.document-modal__dialog{border-radius:0;height:100vh;width:100vw}.document-modal__dialog>header>.button{font-size:0;gap:0;padding:.55rem}.review-hero{align-items:flex-start}.review-checks{grid-template-columns:1fr}.step-footer>span{display:none}.step-footer .button{padding:.6rem .75rem}}.button--danger{background:var(--danger);color:#fff}.button--danger:hover:not(:disabled){background:#991b1b}.button--danger-text{color:var(--danger)}.icon-button{align-items:center;background:transparent;border:0;border-radius:8px;color:var(--muted);cursor:pointer;display:inline-flex;height:34px;justify-content:center;padding:0;width:34px}.icon-button:hover{background:#edf2f7;color:var(--ink)}.workspace-mode-switch{background:#ffffff12;border-radius:10px;display:grid;gap:3px;grid-template-columns:1fr;margin-bottom:1rem;padding:4px}.workspace-mode-switch button{background:transparent;border:0;border-radius:7px;color:#a9c3d4;cursor:pointer;font-size:.69rem;font-weight:700;padding:.58rem;text-align:left}.workspace-mode-switch button.is-active{background:#fff;color:var(--ink)}.workspace-view-label{color:#82a9c3;font-size:.52rem;font-weight:800;letter-spacing:.12em;margin:0 .55rem .45rem}.workspace-view-switch{background:#ffffff0f;border-radius:11px;display:grid;gap:3px;margin-bottom:1rem;padding:4px}.workspace-view-switch button{background:transparent;border:0;border-radius:8px;color:#a9c3d4;cursor:pointer;font-size:.68rem;font-weight:750;padding:.6rem;text-align:left}.workspace-view-switch button:hover,.workspace-view-switch button:focus-visible{background:#ffffff14;color:#fff}.workspace-view-switch button.is-active{background:#fff;color:#003f70}.mobile-workspace-modes{display:none}.client-pipeline{display:grid;gap:1rem}.pipeline-loading{align-items:center;color:var(--muted);display:flex;gap:.7rem;justify-content:center;min-height:320px}.workflow-hero{align-items:center;background:linear-gradient(135deg,#003f70,#0065a9);border-radius:18px;color:#fff;display:flex;justify-content:space-between;overflow:hidden;padding:clamp(1.4rem,3vw,2.2rem);position:relative}.workflow-hero:after{border:1px solid rgba(255,255,255,.14);border-radius:50%;content:"";height:220px;position:absolute;right:-80px;top:-100px;width:220px}.workflow-hero h1{font-size:clamp(1.6rem,3vw,2.45rem);margin:0 0 .35rem}.workflow-hero p:last-child{color:#cae0ee;margin:0}.workflow-hero--client_correction{background:linear-gradient(135deg,#8f1d1d,#bd2929)}.workflow-hero--ready_for_legal{background:linear-gradient(135deg,#0d6b42,#16834f)}.workflow-hero--completed{background:linear-gradient(135deg,#334155,#475569)}.workflow-progress{display:flex;flex-direction:column;min-width:170px;position:relative;text-align:right;z-index:1}.workflow-progress strong{font:800 2.3rem/1 Manrope,sans-serif}.workflow-progress span{color:#c9deeb;font-size:.67rem;margin:.3rem 0 .7rem}.workflow-progress .progress-bar{background:#ffffff38}.workflow-progress .progress-bar span{background:#fff;margin:0}.workflow-metrics{display:grid;gap:.65rem;grid-template-columns:repeat(4,minmax(0,1fr)) minmax(180px,1.5fr)}.workflow-metrics article{align-items:center;background:var(--paper);border:1px solid var(--line);border-radius:12px;display:flex;gap:.65rem;min-height:72px;padding:.8rem}.workflow-metrics svg{color:var(--ink);flex:0 0 auto}.workflow-metrics div{display:flex;flex-direction:column;min-width:0}.workflow-metrics strong{color:var(--ink-deep);font-size:1.1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workflow-metrics span{color:var(--muted);font-size:.62rem}.pipeline-tabs{border-bottom:1px solid var(--line);display:flex;gap:.3rem;margin-top:.6rem}.pipeline-tabs button{background:transparent;border:0;border-bottom:3px solid transparent;color:var(--muted);cursor:pointer;font-size:.77rem;font-weight:700;padding:.8rem 1rem}.pipeline-tabs button.is-active{border-bottom-color:var(--ink);color:var(--ink)}.pipeline-tabs button span{background:var(--danger);border-radius:99px;color:#fff;font-size:.58rem;margin-left:.3rem;padding:.15rem .38rem}.pipeline-section{background:var(--paper);border:1px solid var(--line);border-radius:16px;box-shadow:0 12px 35px #003f700a;padding:clamp(1rem,2.5vw,1.6rem)}.pipeline-section__heading{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.3rem}.pipeline-section__heading h2{color:var(--ink-deep);font-size:1.2rem;margin-bottom:.3rem}.pipeline-section__heading p:last-child{color:var(--muted);font-size:.75rem;margin:0}.pipeline-empty{align-items:center;color:var(--muted);display:flex;flex-direction:column;gap:.45rem;justify-content:center;min-height:150px;padding:1.5rem;text-align:center}.pipeline-empty p{font-size:.75rem;margin:0}.pipeline-error,.client-page-error{background:#fff0f0;border:1px solid #efcaca;border-radius:9px;color:var(--danger);font-size:.76rem;padding:.75rem}.agency-summary{align-items:center;background:linear-gradient(135deg,#eef6fb,#fff);border:1px solid #cfe1ed;border-radius:15px;display:grid;gap:1rem;grid-template-columns:minmax(180px,1.2fr) minmax(230px,1fr) auto;margin-bottom:1.5rem;padding:1rem}.agency-summary h2{color:var(--ink-deep);font-size:1rem;margin:.15rem 0}.agency-summary p{color:var(--muted);font-size:.65rem;margin:0}.agency-summary__metrics{display:grid;gap:.35rem}.agency-summary__metrics span{align-items:center;color:#38586c;display:flex;font-size:.62rem;gap:.35rem}.agency-summary__actions{display:grid;gap:.35rem}.agency-summary__actions button{align-items:center;background:#fff;border:1px solid #c9dae5;border-radius:8px;color:var(--ink);cursor:pointer;display:flex;font-size:.62rem;gap:.35rem;padding:.45rem .55rem}.party-summary-grid{display:grid;gap:.8rem;grid-template-columns:repeat(3,minmax(0,1fr))}.party-summary-card{background:var(--paper);border:1px solid var(--line);border-radius:16px;box-shadow:0 12px 30px #003f700d;display:flex;flex-direction:column;min-width:0;padding:1rem}.party-summary-card--agency{border-top:4px solid #003f70}.party-summary-card--buyer{border-top:4px solid #1683bd}.party-summary-card--seller{border-top:4px solid #bf6d36}.party-summary-card>header{align-items:center;display:flex;gap:.65rem}.party-summary-card>header>span{align-items:center;background:#eaf3f8;border-radius:10px;color:var(--ink);display:flex;height:42px;justify-content:center;width:42px}.party-summary-card header strong{color:var(--ink-deep);font-size:.85rem}.party-summary-card__progress{margin:1rem 0 .7rem}.party-summary-card__progress>div:first-child{display:flex;font-size:.65rem;justify-content:space-between;margin-bottom:.35rem}.party-summary-card__progress .progress-bar{background:#e5ebef}.party-summary-card__progress .progress-bar span{background:var(--success)}.party-summary-card__action{color:var(--ink);font-size:.75rem;font-weight:750;min-height:2.2em}.party-summary-card dl{display:grid;gap:.45rem;grid-template-columns:1fr 1fr;margin:0 0 .8rem}.party-summary-card dl div{background:#f6f8f9;border-radius:7px;padding:.45rem}.party-summary-card dt{color:var(--muted);font-size:.53rem}.party-summary-card dd{color:var(--ink-deep);font-size:.78rem;font-weight:800;margin:.15rem 0 0}.party-summary-card__activity{align-items:center;color:var(--muted);display:flex;font-size:.58rem;gap:.3rem;margin:auto 0 .8rem}.party-badge{border-radius:99px;display:inline-flex;font-size:.52rem;font-weight:800;padding:.25rem .42rem;white-space:nowrap}.party-badge--agency{background:#e4eef5;color:#003f70}.party-badge--buyer{background:#e4f3fb;color:#096b9d}.party-badge--seller{background:#fff0e6;color:#9a4f21}.priority-actions ol{list-style:none;margin:0;padding:0}.priority-actions li{align-items:center;border-bottom:1px solid #edf0f2;display:grid;gap:.7rem;grid-template-columns:auto 1fr auto auto;padding:.7rem 0}.priority-actions li:last-child{border:0}.priority-actions li strong{color:var(--ink-deep);display:block;font-size:.72rem}.priority-actions li p,.priority-actions li>span:not(.party-badge){color:var(--muted);font-size:.58rem;margin:.15rem 0 0}.legacy-side-warning{align-items:flex-start;background:#fff8e6;border:1px solid #ead7a7;border-radius:13px;color:#795a1c;display:flex;gap:.7rem;padding:.9rem}.legacy-side-warning>svg{flex:0 0 auto}.legacy-side-warning p{font-size:.68rem;margin:.2rem 0 .6rem}.legacy-side-warning>div>div{align-items:center;display:flex;flex-wrap:wrap;font-size:.68rem;gap:.4rem;margin-top:.35rem}.legacy-side-warning button{align-items:center;background:#fff;border:1px solid #dccb9e;border-radius:7px;color:#6e5014;cursor:pointer;display:flex;font-size:.6rem;gap:.25rem;padding:.35rem .45rem}.party-workspace{display:grid;gap:1rem}.party-workspace__hero{align-items:center;background:linear-gradient(135deg,#003f70,#0065a9);border-radius:18px;color:#fff;display:flex;justify-content:space-between;padding:clamp(1.4rem,3vw,2.2rem)}.party-workspace--seller .party-workspace__hero{background:linear-gradient(135deg,#6f371c,#aa5c2e)}.party-workspace__hero h1{font-size:clamp(1.6rem,3vw,2.35rem);margin:.2rem 0}.party-workspace__hero p:last-child{color:#d4e6f1;margin:0}.party-workspace__progress{min-width:180px;text-align:right}.party-workspace__progress strong{display:block;font-size:2rem}.party-workspace__progress span{display:block;font-size:.62rem;margin:.25rem 0 .6rem}.party-workspace__progress .progress-bar{background:#ffffff3d}.party-workspace__progress .progress-bar span{background:#fff;margin:0}.builder-steps{display:grid;gap:.35rem;grid-template-columns:repeat(3,1fr);list-style:none;margin:0 0 1rem;padding:0}.builder-steps li{background:#edf2f5;border-radius:7px;color:var(--muted);font-size:.59rem;font-weight:700;padding:.45rem}.builder-steps li.is-active{background:#dcecf6;color:var(--ink)}.builder-review{background:#fff;border:1px solid var(--line);border-radius:10px;padding:1rem}.builder-review p{color:var(--muted);font-size:.7rem;margin:.3rem 0 0}.participant-requests{border-bottom:1px solid var(--line);border-top:1px solid var(--line);margin:.8rem 0}.participant-requests__toggle{align-items:center;background:transparent;border:0;color:var(--ink);cursor:pointer;display:flex;font-size:.68rem;font-weight:750;justify-content:space-between;padding:.65rem 0;width:100%}.participant-requests__body{padding-bottom:.8rem}.participant-request-actions{display:flex;justify-content:flex-end;margin-bottom:.6rem}.participant-request-list{display:grid;gap:.55rem}.participant-request-row{background:#fafbfc;border:1px solid #e3e8eb;border-radius:9px;padding:.7rem}.participant-request-row>header{align-items:flex-start;display:flex;gap:.5rem;justify-content:space-between}.participant-request-row header strong{color:var(--ink-deep);display:block;font-size:.72rem}.participant-request-row header small{color:var(--muted);display:block;font-size:.54rem;margin-top:.2rem}.participant-request-row>footer{display:flex;gap:.4rem;margin-top:.5rem}.internal-note{background:#eef2f5;border-radius:6px;color:#475569;font-size:.62rem;padding:.45rem}.request-editor{background:#f2f6f8;border-radius:8px;display:grid;gap:.5rem;grid-template-columns:1fr 120px;margin-top:.6rem;padding:.65rem}.request-editor--new{border:1px solid #d7e4ec;grid-template-columns:150px 1fr 1fr;margin-bottom:.7rem}.request-editor label{color:#334155;font-size:.58rem;font-weight:700}.request-editor label>span{display:block;margin-bottom:.25rem}.request-editor input,.request-editor select,.request-editor textarea{background:#fff;border:1px solid var(--line);border-radius:7px;min-height:36px;padding:.45rem;width:100%}.request-editor__wide{grid-column:1/-1}.request-editor__check{align-items:center;display:flex;gap:.35rem}.request-editor__check input{min-height:0;width:auto}.request-editor footer{display:flex;gap:.35rem;grid-column:1/-1;justify-content:flex-end}.party-readiness{background:#fff;border:1px solid var(--line);border-radius:14px;padding:1rem}.party-readiness>div{display:grid;gap:.6rem;grid-template-columns:repeat(3,1fr)}.party-readiness article{background:#f6f8f9;border-radius:9px;display:flex;flex-direction:column;gap:.2rem;padding:.8rem}.party-readiness article strong{color:var(--ink-deep);font-size:.74rem}.party-readiness article span,.party-readiness li{color:var(--muted);font-size:.62rem}.party-readiness ul{margin:.35rem 0 0;padding-left:1rem}.participant-builder{background:#f7fafc;border:1px solid #dce6ed;border-radius:13px;margin-bottom:1rem;padding:1rem}.participant-builder__identity{display:grid;gap:.7rem;grid-template-columns:repeat(2,minmax(0,1fr))}.participant-builder label,.participant-edit{color:#334155;font-size:.68rem;font-weight:700}.participant-builder label>span{display:block;margin-bottom:.35rem}.participant-builder input,.participant-builder select,.participant-builder textarea,.participant-edit input,.participant-edit select,.correction-form textarea{background:#fff;border:1px solid var(--line);border-radius:8px;min-height:40px;padding:.6rem;width:100%}.participant-request-picker{display:grid;gap:.8rem;grid-template-columns:1fr 1fr;margin-top:1rem}.participant-request-picker fieldset{background:#fff;border:1px solid var(--line);border-radius:10px;margin:0;max-height:280px;overflow:auto;padding:.8rem}.participant-request-picker legend{color:var(--ink);font-size:.72rem;font-weight:800;padding:0 .3rem}.participant-request-picker label{align-items:flex-start;cursor:pointer;display:flex;gap:.55rem;padding:.38rem 0}.participant-request-picker input{accent-color:var(--ink);flex:0 0 auto;min-height:auto;width:auto}.participant-request-picker label span{display:flex;flex-direction:column;margin:0}.participant-request-picker strong{font-size:.68rem}.participant-request-picker small{color:var(--muted);font:500 .55rem/1.4 monospace}.participant-instructions{display:block;margin-top:.8rem}.participant-builder>footer{display:flex;gap:.5rem;justify-content:flex-end;margin-top:.8rem}.participant-list{display:grid;gap:.8rem}.participant-card{border:1px solid var(--line);border-radius:13px;padding:1rem}.participant-card--revoked{background:#f8fafc;opacity:.75}.participant-card>header{align-items:center;display:grid;gap:.75rem;grid-template-columns:auto 1fr auto auto}.participant-avatar{align-items:center;background:#e2eff7;border-radius:10px;color:var(--ink);display:flex;font-size:.74rem;font-weight:800;height:40px;justify-content:center;width:40px}.participant-card h3{color:var(--ink-deep);font-size:.92rem;margin:0}.participant-card header p{color:var(--muted);font-size:.65rem;margin:.15rem 0 0}.participant-status{background:#eef2f5;border-radius:99px;color:var(--muted);font-size:.6rem;font-weight:700;padding:.35rem .55rem}.participant-status--active,.participant-status--opened{background:#e3f1fa;color:var(--ink)}.participant-status--completed{background:#e3f4eb;color:var(--success)}.participant-status--revoked{background:#fce8e8;color:var(--danger)}.participant-card__progress{margin:.9rem 0}.participant-card__progress>div:first-child{display:flex;font-size:.65rem;justify-content:space-between;margin-bottom:.4rem}.participant-card__progress .progress-bar{background:#e4e9ed}.participant-card__progress .progress-bar span{background:var(--success)}.participant-card__progress small{color:var(--muted);display:block;font-size:.57rem;margin-top:.4rem}.participant-card>footer{display:flex;gap:.45rem}.participant-edit{align-items:center;background:#f4f7f9;border-radius:9px;display:grid;gap:.45rem;grid-column:1/-1;grid-template-columns:1fr 1.4fr 1.4fr 1fr auto auto;padding:.65rem}.invite-link{align-items:center;background:#f0f7fb;border:1px solid #d5e7f2;border-radius:9px;display:flex;gap:.5rem;margin:.7rem 0;padding:.55rem}.invite-link>svg{color:var(--ink);flex:0 0 auto}.invite-link input{background:transparent;border:0;color:#31566e;font-size:.66rem;min-width:0;outline:0;width:100%}.invite-link .button{min-height:34px;padding:.4rem .6rem}.confirmation-panel{align-items:center;background:#fff7ed;border:1px solid #fed7aa;border-radius:9px;display:flex;gap:.5rem;margin:.7rem 0;padding:.7rem}.confirmation-panel p{color:#9a3412;font-size:.68rem;margin:0 auto 0 0}.review-count{background:#e4f0f8;border-radius:99px;color:var(--ink);font-size:.68rem;font-weight:800;padding:.45rem .7rem}.review-queue{display:grid;gap:.8rem}.review-item{border:1px solid var(--line);border-radius:12px;overflow:hidden}.review-item>header{align-items:center;background:#f8fafc;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;padding:.8rem}.review-item>header>div{align-items:center;display:flex;gap:.6rem}.review-item>header>div>span{align-items:center;background:#e4eff6;border-radius:8px;color:var(--ink);display:flex;font-size:.68rem;font-weight:800;height:34px;justify-content:center;width:34px}.review-item h3{color:var(--ink-deep);font-size:.82rem;margin:0}.review-item header p,.review-item>header>span{color:var(--muted);font-size:.6rem;margin:.15rem 0 0}.review-item__content{display:grid;gap:.7rem;padding:1rem}.submitted-value{display:flex;flex-direction:column;gap:.3rem}.submitted-value small{color:var(--muted);font-size:.55rem;letter-spacing:.1em}.submitted-value strong{font-size:.95rem}.submitted-file{align-items:center;background:#f2f7fa;border:1px solid #d9e6ee;border-radius:9px;color:var(--ink);cursor:pointer;display:flex;gap:.7rem;padding:.75rem;text-align:left}.submitted-file span{display:flex;flex-direction:column}.submitted-file small{color:var(--muted);font-size:.6rem}.review-item blockquote{border-left:3px solid #b7cedd;color:var(--muted);font-size:.7rem;margin:0;padding:.5rem .7rem}.review-item blockquote strong{color:#334155;display:block}.review-item>footer{border-top:1px solid var(--line);display:flex;gap:.5rem;padding:.8rem}.correction-form{background:#fff8f6;border-top:1px solid #f0d5cd;display:grid;gap:.7rem;padding:1rem}.correction-form label{color:#7c2d12;font-size:.67rem;font-weight:700}.correction-form label span{display:block;margin-bottom:.35rem}.correction-form label small{font-weight:500}.correction-form footer{display:flex;gap:.45rem;justify-content:flex-end}.process-timeline{list-style:none;margin:0;padding:0}.process-timeline>li:not(.pipeline-empty){display:grid;gap:.8rem;grid-template-columns:14px 1fr;padding:0 0 1.2rem;position:relative}.process-timeline>li:not(.pipeline-empty):before{background:#d8e1e7;content:"";height:100%;left:6px;position:absolute;top:10px;width:1px}.process-timeline>li:last-child:before{display:none}.timeline-dot{background:var(--muted);border:3px solid white;border-radius:50%;box-shadow:0 0 0 1px #cfd9df;height:13px;margin-top:3px;position:relative;width:13px;z-index:1}.timeline-dot--client{background:var(--gold)}.timeline-dot--internal{background:var(--ink)}.timeline-dot--system{background:var(--success)}.process-timeline header{align-items:center;display:flex;gap:.5rem}.process-timeline strong{color:var(--ink-deep);font-size:.75rem}.process-timeline p,.process-timeline small{color:var(--muted);font-size:.62rem;margin:.2rem 0 0}.visibility-pill{background:#eef2f5;border-radius:99px;color:var(--muted);font-size:.52rem;padding:.25rem .4rem}.visibility-pill--client{background:#e7f2f9;color:var(--ink)}.client-request-indicator{background:#e8f3fa;border:0;border-radius:99px;color:var(--ink);cursor:pointer;display:inline-flex;font-size:.61rem;font-weight:700;margin:.35rem .35rem 0 0;padding:.32rem .5rem}.client-request-indicator--submitted{background:#fff3d9;color:#8a6428}.client-request-indicator--correction_requested{background:#fee2e2;color:var(--danger)}.client-request-indicator--approved{background:#e1f2e9;color:var(--success)}.metrics--workflow{grid-template-columns:repeat(6,minmax(0,1fr))}.metrics--workflow article{min-width:0;padding:.8rem}.metrics--workflow article>span{flex:0 0 auto}.metrics--workflow small{font-size:.62rem}.records-filters{display:flex;gap:.5rem}.records-filters label{align-items:center;background:#f8fafc;border:1px solid var(--line);border-radius:9px;display:flex;gap:.4rem;padding:0 .6rem}.records-filters input,.records-filters select{background:transparent;border:0;color:#334155;font-size:.69rem;min-height:38px;outline:0}.records-filters input{width:245px}.records-filters select{background:#f8fafc;border:1px solid var(--line);border-radius:9px;padding:0 .55rem}.record-row{grid-template-columns:auto minmax(130px,.8fr) minmax(185px,1fr) minmax(270px,1.35fr) 110px 20px}.record-row__workflow{display:flex;flex-direction:column;gap:.3rem}.record-row__workflow small{color:var(--muted);font-size:.61rem}.record-row__parties{display:grid;gap:.25rem;grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-party{border-left:2px solid #9bb8ca;display:flex;flex-direction:column;min-width:0;padding-left:.35rem}.dashboard-party--buyer{border-color:#1683bd}.dashboard-party--seller{border-color:#bf6d36}.dashboard-party strong{color:var(--ink-deep);font-size:.55rem;text-transform:capitalize}.dashboard-party small{color:var(--muted);font-size:.49rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-pill--completed,.status-pill--ready_for_legal{background:#e2f0e9;color:#24684e}.status-pill--client_correction{background:#fee2e2;color:var(--danger)}.status-pill--internal_review{background:#fff3d9;color:#8a6428}.status-pill--awaiting_client,.status-pill--client_in_progress{background:#e4f1f9;color:var(--ink)}.client-portal,.client-access{background:#f3f7fa;min-height:100vh}.client-topbar{align-items:center;background:var(--ink-deep);display:flex;min-height:70px;padding:.8rem max(1rem,calc((100vw - 1160px)/2))}.client-topbar>button{align-items:center;background:transparent;border:0;color:#c7dce9;cursor:pointer;display:flex;font-size:.7rem;gap:.4rem;margin-left:auto}.client-main{margin:0 auto;max-width:1160px;padding:clamp(1.4rem,4vw,3rem) 1rem 5rem}.client-process-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.3rem}.client-process-header h1{color:var(--ink-deep);font-size:clamp(2rem,4vw,3.4rem);margin:0 0 .35rem}.client-process-header p:last-child{color:var(--muted);margin:0}.client-process-header>span{align-items:center;background:#e4f3eb;border-radius:99px;color:var(--success);display:flex;font-size:.66rem;font-weight:700;gap:.4rem;padding:.5rem .7rem}.client-next-action{background:linear-gradient(135deg,#003f70,#0065a9);border-radius:15px;color:#fff;margin-bottom:1rem;padding:1.2rem}.client-next-action .eyebrow{color:#bcd9eb}.client-next-action h2{font-size:clamp(1.15rem,3vw,1.55rem);margin:.25rem 0}.client-next-action p:last-child{color:#d4e6f1;font-size:.72rem;margin:0}.client-progress{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);margin-bottom:1.2rem;padding:1rem 1.2rem}.client-progress>div:first-child{display:flex;font-size:.75rem;justify-content:space-between}.client-progress .progress-bar{background:#e4e9ed;margin-top:.65rem}.client-progress .progress-bar span{background:var(--success)}.client-progress>p{align-items:center;color:var(--muted);display:flex;font-size:.65rem;gap:.35rem;margin:.7rem 0 0}.client-progress>p span{align-items:center;display:flex;gap:.35rem;margin-left:auto}.client-milestones{display:grid;gap:.45rem;grid-template-columns:repeat(4,1fr);list-style:none;margin:0 0 1.2rem;padding:0}.client-milestones li{align-items:center;color:var(--muted);display:flex;font-size:.58rem;gap:.4rem}.client-milestones li>span{align-items:center;background:#dfe7ec;border-radius:50%;display:flex;flex:0 0 auto;height:25px;justify-content:center;width:25px}.client-milestones li.is-active{color:var(--ink)}.client-milestones li.is-active>span{background:#003f70;color:#fff}.client-layout{align-items:start;display:grid;gap:1rem;grid-template-columns:minmax(0,1fr) 300px}.client-requests{display:grid;gap:.8rem}.client-section-title{align-items:center;display:flex;justify-content:space-between;padding:.5rem 0}.client-section-title h2,.client-timeline h2{color:var(--ink-deep);font-size:1.15rem;margin:0}.client-request-group{display:grid;gap:.65rem}.client-request-group>header,.client-request-group>summary{align-items:center;color:var(--ink-deep);display:flex;justify-content:space-between;list-style:none;padding:.35rem .2rem}.client-request-group>header h3{font-size:.8rem;margin:0}.client-request-group>header span,.client-request-group>summary span{background:#e5edf2;border-radius:99px;font-size:.58rem;padding:.25rem .45rem}.client-request-group--corrections>header{color:var(--danger)}.client-request-group>summary{cursor:pointer;font-size:.8rem;font-weight:750}.client-request{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 8px 25px #003f700a;overflow:hidden;padding:1rem}.client-request>header{align-items:flex-start;display:grid;gap:.7rem;grid-template-columns:auto 1fr auto}.client-request__icon{align-items:center;background:#e5f0f7;border-radius:9px;color:var(--ink);display:flex;height:38px;justify-content:center;width:38px}.client-request h3{color:var(--ink-deep);font-size:.9rem;margin:0}.client-request h3 b{color:var(--danger);margin-left:.2rem}.client-request header p{color:var(--muted);font-size:.67rem;line-height:1.45;margin:.25rem 0 0}.request-state{background:#edf1f4;border-radius:99px;color:var(--muted);font-size:.58rem;font-weight:700;padding:.35rem .5rem}.request-state--draft{background:#e8f3fa;color:var(--ink)}.request-state--submitted{background:#fff3d9;color:#8a6428}.request-state--approved{background:#e1f2e9;color:var(--success)}.request-state--correction_requested{background:#fee2e2;color:var(--danger)}.client-correction{background:#fff1f1;border-left:3px solid var(--danger);border-radius:7px;color:#7f1d1d;margin:.9rem 0;padding:.7rem}.client-correction strong{font-size:.7rem}.client-correction p{font-size:.72rem;margin:.25rem 0 0}.client-field,.client-note{color:#334155;display:flex;flex-direction:column;font-size:.68rem;font-weight:700;gap:.35rem;margin-top:.9rem}.client-field input,.client-field select,.client-field textarea,.client-note textarea{background:#fff;border:1px solid var(--line);border-radius:9px;min-height:44px;padding:.7rem;width:100%}.client-field input:disabled,.client-field select:disabled,.client-field textarea:disabled,.client-note textarea:disabled{background:#f3f5f7;color:#475569}.client-note small{color:var(--muted);font-weight:500}.client-document{align-items:center;display:flex;gap:.7rem;margin-top:.9rem}.client-document__file{align-items:center;background:#f2f7fa;border:1px solid #d9e6ee;border-radius:9px;display:flex;flex:1;gap:.5rem;min-width:0;padding:.65rem}.client-document__file>button:not(.icon-button){background:transparent;border:0;color:var(--ink);cursor:pointer;font-size:.7rem;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.client-document__file small{color:var(--muted);font-size:.58rem;margin-left:auto;white-space:nowrap}.client-request>footer{display:flex;gap:.5rem;justify-content:flex-end;margin-top:.9rem}.client-error{color:var(--danger);font-size:.68rem;margin:.6rem 0 0}.client-locked{background:#f7f8f9;border-radius:7px;color:var(--muted);font-size:.64rem;margin:.8rem 0 0;padding:.55rem}.client-timeline{background:#fff;border:1px solid var(--line);border-radius:14px;padding:1rem;position:sticky;top:1rem}.client-timeline ol{list-style:none;margin:1rem 0 0;padding:0}.client-timeline li{display:grid;gap:.6rem;grid-template-columns:10px 1fr;padding-bottom:1rem}.client-timeline li>span{background:var(--ink);border-radius:50%;height:9px;margin-top:4px;width:9px}.client-timeline strong{color:var(--ink-deep);display:block;font-size:.68rem}.client-timeline li p,.client-timeline li small{color:var(--muted);font-size:.58rem;margin:.15rem 0 0}.client-empty{background:#fff;border:1px dashed var(--line);border-radius:12px;color:var(--muted);padding:2rem;text-align:center}.client-access{align-items:center;background:linear-gradient(145deg,#003f70,#005596);display:flex;flex-direction:column;justify-content:center;padding:1rem}.client-access>.brand{margin-bottom:1.3rem}.client-access__card{align-items:center;background:#fff;border-radius:18px;box-shadow:0 30px 80px #0014244d;display:flex;flex-direction:column;max-width:430px;padding:2.2rem;text-align:center;width:100%}.client-access__card svg{color:var(--ink)}.client-access__card h1{color:var(--ink-deep);margin:1rem 0 .5rem}.client-access__card p,.client-access__card small{color:var(--muted);line-height:1.55;margin:0}@media(max-width:1050px){.metrics--workflow,.workflow-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.workflow-metrics article:last-child{grid-column:span 2}.record-row{grid-template-columns:auto minmax(130px,1fr) minmax(190px,1fr) 100px auto}.record-row__parties{grid-column:2/4}.agency-summary{grid-template-columns:1fr 1fr}.agency-summary__actions{grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:900px){.mobile-workspace-modes{display:flex}.mobile-workspace-modes{background:#eef3f6;border-radius:8px;gap:2px;max-width:min(55vw,420px);overflow-x:auto;padding:3px}.mobile-workspace-modes button{background:transparent;border:0;border-radius:6px;color:var(--muted);cursor:pointer;font-size:.62rem;font-weight:700;padding:.4rem .55rem}.mobile-workspace-modes button.is-active{background:#fff;box-shadow:0 1px 4px #003f701f;color:var(--ink)}.client-layout{grid-template-columns:1fr}.client-timeline{position:static}.participant-edit{grid-template-columns:1fr 1fr}.party-summary-grid{grid-template-columns:1fr}.party-summary-card dl{grid-template-columns:repeat(4,1fr)}.review-item>header>div:last-child>span{height:auto;width:auto}}@media(max-width:640px){.metrics--workflow{grid-template-columns:repeat(2,minmax(0,1fr))}.records-filters{flex-direction:column;width:100%}.records-filters label,.records-filters input,.records-filters select{width:100%}.record-row{align-items:start;grid-template-columns:auto minmax(0,1fr)}.record-row__workflow,.record-row__parties{grid-column:2}.record-row__parties{grid-template-columns:1fr}.record-row__workflow .status-pill{align-self:flex-start;grid-column:auto}.record-row__date,.record-row__arrow{display:none}.workflow-hero{align-items:flex-start;flex-direction:column;gap:1.1rem}.workflow-progress{min-width:0;text-align:left;width:100%}.workflow-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.workflow-metrics article:last-child{grid-column:1/-1}.pipeline-tabs{overflow-x:auto}.pipeline-tabs button{flex:0 0 auto}.pipeline-section__heading{align-items:stretch;flex-direction:column}.pipeline-section__heading .button{width:100%}.participant-builder__identity,.participant-request-picker{grid-template-columns:1fr}.participant-card>header{grid-template-columns:auto 1fr auto}.participant-card>header .participant-status{grid-column:2;justify-self:start}.participant-card>header>.icon-button{grid-column:3;grid-row:1}.participant-card>footer,.invite-link,.confirmation-panel{align-items:stretch;flex-direction:column}.invite-link input{min-height:32px}.participant-edit{grid-template-columns:1fr}.review-item>header{align-items:flex-start;flex-direction:column;gap:.5rem}.review-item>footer,.correction-form footer{flex-direction:column}.review-item>footer .button{width:100%}.client-topbar{min-height:62px}.client-topbar .brand__copy{display:none}.client-process-header{align-items:flex-start;flex-direction:column;gap:.8rem}.client-process-header>span{align-self:flex-start}.client-progress>p{align-items:flex-start;flex-direction:column}.client-progress>p span{margin-left:0}.client-section-title{align-items:stretch;flex-direction:column;gap:.8rem}.client-section-title .button{width:100%}.client-request>header{grid-template-columns:auto 1fr}.request-state{grid-column:2;justify-self:start}.client-document{align-items:stretch;flex-direction:column}.client-request>footer{flex-direction:column}.client-request>footer .button{width:100%}.workspace-header__identity{display:none}.mobile-workspace-modes{margin-left:0;max-width:calc(100vw - 165px)}.mobile-workspace-modes button{flex:0 0 auto}.agency-summary{align-items:stretch;grid-template-columns:1fr}.agency-summary__actions{grid-column:auto;grid-template-columns:1fr 1fr}.party-summary-card dl{grid-template-columns:1fr 1fr}.party-workspace__hero{align-items:flex-start;flex-direction:column;gap:1rem}.party-workspace__progress{min-width:0;text-align:left;width:100%}.priority-actions li{align-items:start;grid-template-columns:1fr auto}.priority-actions .party-badge{grid-column:1;justify-self:start}.priority-actions li>div{grid-column:1/-1}.priority-actions li>span:not(.party-badge){grid-column:1}.priority-actions li>button{grid-column:2;grid-row:1}.request-editor,.request-editor--new{grid-template-columns:1fr}.request-editor__wide,.request-editor footer{grid-column:auto}.participant-request-row>header{flex-direction:column}.participant-request-row>footer{flex-direction:column}.party-readiness>div{grid-template-columns:1fr}.process-timeline header{align-items:flex-start;flex-wrap:wrap}.client-milestones{grid-template-columns:1fr 1fr}}@media print{@page{margin:12mm;size:A4}body{background:#fff;color:#000}.workspace>:not(.print-sheet),.global-error{display:none!important}.workspace{display:block}.print-sheet{display:block;font-family:Arial,sans-serif;font-size:9pt}.print-sheet header{align-items:center;border-bottom:2px solid #005596;display:flex;justify-content:space-between;margin-bottom:5mm;padding-bottom:4mm}.print-sheet .brand{color:#005596}.print-sheet header>div:last-child{display:flex;flex-direction:column;text-align:right}.print-sheet header>div:last-child strong{font-size:13pt}.print-sheet header>div:last-child small{color:#555}.print-sheet section{break-inside:avoid;margin-bottom:4mm}.print-sheet h2{background:#e8f1f7;border-left:3px solid #005596;font-size:10pt;margin:0 0 2mm;padding:1.5mm 2mm}.print-sheet section>div{display:grid;grid-template-columns:1fr 1fr}.print-sheet section p{border-bottom:1px solid #ddd;display:flex;flex-direction:column;margin:0;min-height:11mm;padding:1.5mm 2mm}.print-sheet section p span{color:#666;font-size:7pt;text-transform:uppercase}.print-sheet section p strong{font-weight:600;margin-top:1mm}}
