@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600&family=IBM+Plex+Sans:wght@400;500;600&display=swap";:root{--ink:#231a33;--muted:#5a4e6e;--purple:#7b4fc9;--deep:#4b2e83;--lilac:#f1eef6;--paper:#f8f6fb;--accent:#c8b3ea;--line:#d3c8e8;--white:#fff;--danger:#9f2f45;--success:#286246;color:var(--ink);background:var(--paper);font-synthesis:none;font-family:IBM Plex Sans,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,select{font:inherit}button{cursor:pointer}.portal-shell{grid-template-columns:minmax(360px,.82fr) minmax(500px,1.18fr);min-height:100vh;display:grid}.portal-shell.admin-auth-shell{grid-template-columns:minmax(0,1fr)}.admin-auth-shell .portal-panel{min-height:100vh;padding:48px 24px}.admin-auth-shell .panel-card{width:min(100%,620px)}.portal-story{background:var(--ink);color:#fff;flex-direction:column;padding:clamp(34px,5vw,72px);display:flex;position:relative;overflow:hidden}.portal-story:after{content:"";pointer-events:none;border:1px solid #c8b3ea33;border-radius:50%;width:520px;height:520px;position:absolute;bottom:-190px;right:-310px;box-shadow:0 0 0 70px #c8b3ea09,0 0 0 140px #c8b3ea06}.brand{color:inherit;align-items:center;gap:11px;width:max-content;font-weight:600;text-decoration:none;display:inline-flex}.brand i{border:1px solid var(--accent);width:36px;height:36px;color:var(--accent);border-radius:10px;place-items:center;display:grid}.brand b{color:var(--accent)}.story-copy{z-index:1;max-width:530px;margin:auto 0;position:relative}.eyebrow{color:var(--purple);text-transform:uppercase;letter-spacing:.13em;margin:0 0 18px;font-size:11px;font-weight:600}.portal-story .eyebrow{color:var(--accent)}.story-copy h1,.panel-card h2{letter-spacing:-.035em;font-family:Fraunces,serif}.story-copy h1{margin:0 0 28px;font-size:clamp(48px,5.3vw,76px);font-weight:600;line-height:.96}.story-copy>p:last-child{color:#d9d1e2;max-width:500px;margin:0;font-size:16px;line-height:1.75}.folio{z-index:1;border-top:1px solid #ffffff2e;grid-template-columns:repeat(3,1fr);margin:42px 0 0;padding:0;list-style:none;display:grid;position:relative}.folio li{color:#9f95ad;flex-direction:column;gap:7px;padding:18px 10px 0 0;font-size:12px;display:flex}.folio li+li{border-left:1px solid #ffffff2e;padding-left:14px}.folio span{letter-spacing:.12em;font-size:10px}.folio b{font-weight:500}.folio .is-current{color:#fff}.folio .is-current span{color:var(--accent)}.portal-panel{background:radial-gradient(circle at 75% 15%,#c8b3ea59,transparent 34%),var(--paper);place-items:center;padding:48px;display:grid}.panel-card{border:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe0;border-radius:24px;width:min(100%,510px);padding:clamp(30px,5vw,52px);box-shadow:0 30px 90px #231a3317}.panel-card h2{margin:0;font-size:clamp(34px,4vw,47px);font-weight:600;line-height:1.02}.panel-intro{color:var(--muted);margin:18px 0 30px;line-height:1.65}.account-form{gap:18px;margin-top:30px;display:grid}.account-form label{gap:8px;display:grid}.account-form label>span:first-child{color:var(--deep);font-size:12px;font-weight:600}.account-form input,.account-form select{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:11px;outline:none;padding:14px 15px;transition:border-color .18s,box-shadow .18s}.account-form input[aria-invalid=true],.account-form select[aria-invalid=true]{background:#fffafb;border-color:#c77585}.account-form select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--deep) 50%),linear-gradient(135deg,var(--deep) 50%,transparent 50%);background-position:calc(100% - 19px),calc(100% - 14px);background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-right:38px}.account-form input:focus,.account-form select:focus{border-color:var(--purple);box-shadow:0 0 0 4px #7b4fc921}.password-field{display:block;position:relative}.password-field input{padding-right:56px}.password-toggle{width:44px;height:44px;color:var(--deep);background:0 0;border:0;border-radius:9px;place-items:center;display:grid;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.password-toggle:hover{background:var(--lilac)}.password-toggle:focus-visible{outline-offset:0;outline:3px solid #7b4fc96b}.field-feedback{color:var(--muted);align-items:center;gap:6px;margin-top:-2px;font-size:11px;line-height:1.4;display:flex}.field-feedback.success{color:var(--success)}.field-feedback.error{color:var(--danger)}.password-readiness{border:1px solid var(--line);background:var(--paper);border-radius:11px;gap:9px;margin-top:-8px;padding:12px 13px;display:grid}.password-strength-heading{justify-content:space-between;align-items:center;gap:12px;font-size:11px;display:flex}.password-strength-heading span{color:var(--muted)}.password-strength-heading b{color:var(--danger)}.password-strength-meter{grid-template-columns:repeat(3,1fr);gap:5px;display:grid}.password-strength-meter i{background:#ded7e7;border-radius:999px;height:4px}.password-readiness.level-1 .password-strength-meter i:first-child{background:#bb6375}.password-readiness.level-2 .password-strength-meter i:nth-child(-n+2){background:var(--purple)}.password-readiness.level-2 .password-strength-heading b{color:var(--deep)}.password-readiness.level-3 .password-strength-meter i{background:var(--success)}.password-readiness.level-3 .password-strength-heading b{color:var(--success)}.password-readiness ul{gap:5px;margin:0;padding:0;list-style:none;display:grid}.password-readiness li{color:#8d8299;align-items:center;gap:6px;font-size:10px;display:flex}.password-readiness li svg{border:1px solid #bfb6ca;border-radius:50%;padding:2px}.password-readiness li.is-met{color:var(--success)}.password-readiness li.is-met svg{background:#e5f2eb;border-color:#aad0ba}input.otp{letter-spacing:.35em;text-align:center;font-variant-numeric:tabular-nums;padding-left:calc(15px + .35em);font-size:25px}.primary,.secondary{border:0;border-radius:11px;justify-content:center;align-items:center;gap:10px;min-height:50px;padding:13px 17px;font-weight:600;display:flex}.primary{background:var(--ink);color:#fff}.primary:hover:not(:disabled){background:var(--deep)}.primary:disabled{opacity:.5;cursor:not-allowed}.secondary{background:var(--lilac);color:var(--deep);border:1px solid var(--line)}.text-button{color:var(--deep);text-underline-offset:3px;background:0 0;border:0;padding:6px 0;font-weight:600;text-decoration:underline}.with-icon{align-items:center;gap:8px;margin-top:16px;display:inline-flex}.panel-footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;gap:18px;margin-top:30px;padding-top:20px;font-size:12px;display:flex}.panel-footer span{text-align:right;max-width:230px}.field-help,.collection-note{color:var(--muted);margin:-7px 0 0;font-size:12px;line-height:1.55}.collection-note{margin:0}.collection-note a{color:var(--deep);font-weight:600}.status-message{border-radius:10px;margin:0;padding:12px 14px;font-size:13px;line-height:1.5}.status-message.error{color:var(--danger);background:#fff1f3;border:1px solid #e9bdc7}.status-message.success{color:var(--success);background:#edf8f2;border:1px solid #b9ddcb}.recovery-note{color:#275c47;background:#edf8f2;border:1px solid #b9ddcb;border-radius:12px;align-items:flex-start;gap:12px;padding:14px 15px;display:flex}.recovery-note i{background:#d8eee2;border-radius:8px;flex:0 0 28px;place-items:center;width:28px;height:28px;display:grid}.recovery-note p{margin:2px 0 0;font-size:13px;line-height:1.5}.loading-row{color:var(--muted);align-items:center;gap:10px;margin-top:28px;display:flex}.spin{animation:.9s linear infinite spin}.qr-wrap{background:var(--lilac);border:1px solid var(--line);text-align:center;border-radius:16px;padding:20px}.qr-wrap img{aspect-ratio:1;border-radius:8px;width:min(220px,100%);margin:auto;display:block}.qr-wrap p{color:var(--muted);margin:14px 0 0;font-size:12px;line-height:1.55}.success-panel{text-align:center;margin-top:28px}.success-panel i,.ready-card>i{background:var(--lilac);width:48px;height:48px;color:var(--deep);border-radius:14px;place-items:center;display:grid}.success-panel i{margin:auto}.success-panel h3{margin:18px 0 8px;font-family:Fraunces,serif;font-size:28px}.success-panel p{color:var(--muted);line-height:1.6}.success-panel button{width:100%;margin-top:12px}.ready-card{background:var(--lilac);border:1px solid var(--line);border-radius:16px;gap:16px;margin:30px 0 18px;padding:20px;display:flex}.ready-card>i{flex:0 0 48px}.ready-card h3{margin:2px 0 7px;font-family:Fraunces,serif;font-size:22px}.ready-card p{color:var(--muted);margin:0;font-size:13px;line-height:1.55}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:focus-visible{outline-offset:3px;outline:3px solid #7b4fc96b}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=880px){.portal-shell{grid-template-columns:1fr}.portal-story{min-height:auto;padding:30px 24px}.story-copy{margin:70px 0 50px}.story-copy h1{max-width:650px;font-size:clamp(45px,12vw,66px)}.folio{margin-top:10px}.portal-panel{padding:34px 18px 55px}.panel-card{padding:32px 24px}}@media (width<=520px){.story-copy{margin:54px 0 38px}.story-copy>p:last-child{font-size:14px}.folio b{font-size:10px}.portal-panel{padding:20px 12px 42px}.panel-card{border-radius:18px}.panel-footer{flex-direction:column;align-items:flex-start}.panel-footer span{text-align:left}.panel-card h2{font-size:36px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.credential-list{gap:16px;display:grid}.credential-card{border:1px solid var(--line);background:var(--paper);border-radius:14px;padding:18px}.credential-card h3{margin:0 0 15px;font-family:Fraunces,serif;font-size:22px}.credential-card .form-field:last-of-type{margin-bottom:0}.legal-shell{background:var(--paper);min-height:100vh;padding:28px}.legal-shell>header{justify-content:space-between;align-items:center;gap:20px;max-width:920px;margin:0 auto 28px;display:flex}.legal-back{color:var(--deep);align-items:center;gap:7px;font-size:13px;font-weight:700;display:flex}.legal-card{border:1px solid var(--line);background:#fff;border-radius:24px;max-width:780px;margin:0 auto;padding:clamp(28px,6vw,64px);box-shadow:0 24px 70px #231a3314}.legal-card h1{margin:12px 0 25px;font-family:Fraunces,serif;font-size:clamp(38px,6vw,62px);line-height:1.02}.legal-card>section{border-bottom:1px solid var(--line);padding:18px 0}.legal-card>section h2{margin:0 0 7px;font-family:Fraunces,serif;font-size:25px}.legal-card>section p,.legal-intro,.legal-meta{color:var(--muted);line-height:1.72}.legal-meta{margin-top:28px;font-size:12px}@media (width<=600px){.legal-shell{padding:16px}.legal-shell>header{flex-direction:column;align-items:flex-start}.legal-card{border-radius:18px;padding:25px 20px}}.preview-toolbar{z-index:20;border:1px solid var(--line);background:#fff;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;font-size:11px;display:flex;position:fixed;bottom:18px;right:18px;box-shadow:0 12px 40px #231a332e}.preview-toolbar select{border:1px solid var(--line);background:#fff;border-radius:8px;padding:7px}.authenticator-guide{border:1px solid var(--line);background:linear-gradient(145deg,#fff 0%,var(--paper) 100%);border-radius:16px;gap:14px;padding:18px;display:grid}.authenticator-guide-copy{gap:6px;display:grid}.authenticator-kicker{color:var(--purple);letter-spacing:.13em;text-transform:uppercase;margin:0;font-size:10px;font-weight:600}.authenticator-guide h3{letter-spacing:-.02em;margin:0;font-family:Fraunces,serif;font-size:22px;line-height:1.12}.authenticator-guide-copy>p:last-child,.authenticator-store-note{color:var(--muted);margin:0;font-size:12px;line-height:1.5}.authenticator-app-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.authenticator-app-card{border:1px solid var(--line);background:#fff;border-radius:12px;align-items:center;gap:10px;min-width:0;padding:11px;display:flex}.authenticator-app-card>span:last-child{gap:3px;min-width:0;display:grid}.authenticator-app-card strong{font-size:11px;line-height:1.25}.authenticator-app-card small{color:var(--muted);font-size:9px;line-height:1.25}.authenticator-app-mark{background:#fff;border-radius:11px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid;overflow:hidden;box-shadow:0 4px 12px #231a3314}.authenticator-app-mark img{object-fit:contain;width:100%;height:100%;display:block}.authenticator-store-note{padding-top:2px}.example-qr-code{aspect-ratio:1;border-radius:8px;width:min(220px,100%);margin:auto;display:block}@media (width<=520px){.authenticator-app-list{grid-template-columns:1fr}.authenticator-app-card strong{font-size:12px}.authenticator-app-card small{font-size:10px}}select,textarea{font:inherit;color:var(--ink)}.workspace-shell{background:var(--paper);grid-template-columns:250px minmax(0,1fr);min-height:100vh;display:grid}.workspace-sidebar{background:var(--ink);color:#fff;z-index:5;flex-direction:column;height:100vh;padding:28px 22px;display:flex;position:sticky;top:0}.workspace-brand{color:#fff;align-items:center;gap:10px;padding:0 6px 30px;font-weight:600;text-decoration:none;display:flex}.workspace-brand i{border:1px solid var(--accent);width:34px;height:34px;color:var(--accent);border-radius:9px;place-items:center;display:grid}.workspace-brand b{color:var(--accent)}.workspace-sidebar nav{gap:7px;display:grid}.workspace-nav-item{display:block;position:relative}.workspace-sidebar nav button,.sidebar-account button{color:#bdb4ca;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:11px;padding:11px 13px;font-size:13px;display:flex}.workspace-sidebar nav button{width:100%}.workspace-sidebar nav button:hover,.workspace-sidebar nav button.is-active{color:#fff;background:#ffffff17}.workspace-nav-icon{flex:0 0 18px;place-items:center;width:18px;height:18px;display:grid;position:relative}.workspace-nav-icon>svg:first-child{width:18px;height:18px}.workspace-nav-slash{color:var(--accent);background:var(--ink);stroke-width:2.4px;border-radius:50%;position:absolute;bottom:-6px;right:-7px}.workspace-nav-item.is-locked button{color:#8f849c;cursor:not-allowed}.workspace-nav-item.is-locked button:hover,.workspace-nav-item.is-locked button:focus-visible{color:#aaa0b8;background:#ffffff0b}.workspace-nav-item.is-locked button small{color:var(--accent);letter-spacing:.09em;text-transform:uppercase;margin-left:auto;font-size:8px;font-weight:600}.workspace-nav-tooltip{z-index:12;border:1px solid var(--line);width:218px;color:var(--ink);opacity:0;pointer-events:none;background:#fff;border-radius:10px;padding:10px 12px;font-size:11px;line-height:1.45;transition:opacity .16s,transform .16s;position:absolute;top:50%;left:calc(100% + 12px);transform:translate(-5px,-50%);box-shadow:0 14px 38px #140d1f33}.workspace-nav-tooltip:before{content:"";border-left:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;width:9px;height:9px;position:absolute;top:50%;left:-5px;transform:translateY(-50%)rotate(45deg)}.workspace-nav-item.is-locked:hover .workspace-nav-tooltip,.workspace-nav-item.is-locked:focus-within .workspace-nav-tooltip{opacity:1;transform:translateY(-50%)}.sidebar-account{border-top:1px solid #ffffff26;margin-top:auto;padding:20px 6px 0;display:grid}.sidebar-identity{align-items:center;gap:10px;min-width:0;display:flex}.sidebar-identity .profile-photo-frame{color:var(--accent);background:#ffffff14;border-color:#ffffff2e}.sidebar-identity>div:last-child{min-width:0;display:grid}.sidebar-account span{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.sidebar-account small{color:#a99fb7;margin-top:4px}.sidebar-account button{margin-top:12px;padding-left:0}.workspace-main{width:100%;max-width:1320px;margin:0 auto;padding:clamp(30px,5vw,68px)}.workspace-header{justify-content:space-between;align-items:flex-start;gap:32px;margin-bottom:32px;display:flex}.workspace-header h1,.form-heading h2,.workspace-card h2{letter-spacing:-.025em;font-family:Fraunces,serif}.workspace-header h1{margin:0;font-size:clamp(38px,5vw,58px);line-height:1}.workspace-header>div>p:last-child{color:var(--muted);max-width:720px;margin:15px 0 0;line-height:1.65}.workspace-card{border:1px solid var(--line);background:#fff;border-radius:18px;padding:26px;box-shadow:0 18px 55px #231a330e}.status-pill{background:var(--lilac);width:max-content;color:var(--deep);text-transform:capitalize;border-radius:999px;align-items:center;padding:7px 11px;font-size:11px;font-weight:600;display:inline-flex}.status-pill.success{color:var(--success);background:#e9f5ef}.status-pill.warning,.status-pill.review{color:#7a5514;background:#fff5de}.status-pill.danger{color:var(--danger);background:#fff0f2}.notice-card{border:1px solid var(--line);background:var(--lilac);color:var(--deep);border-radius:13px;gap:13px;margin:0 0 24px;padding:16px 18px;display:flex}.notice-card.warning{color:#765116;background:#fff8e9;border-color:#ead5a6}.notice-card svg{flex:none}.notice-card b{display:block}.notice-card p{color:inherit;margin:5px 0 0;font-size:13px;line-height:1.5}.stepper{grid-template-columns:repeat(5,1fr);gap:0;margin:0 0 24px;padding:0;list-style:none;display:grid}.stepper li{color:#92869f;align-items:center;font-size:11px;display:flex;position:relative}.stepper li:not(:last-child):after{content:"";background:var(--line);flex:1;height:1px;margin:0 9px}.stepper button{color:inherit;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:9px;padding:4px;display:flex}.stepper button:hover{color:var(--deep);background:#eee8f6}.stepper span{border:1px solid var(--line);border-radius:50%;flex:0 0 27px;place-items:center;width:27px;height:27px;display:grid}.stepper b{white-space:nowrap;font-weight:500}.stepper .is-current{color:var(--deep)}.stepper .is-current span{background:var(--deep);border-color:var(--deep);color:#fff}.stepper .is-complete{color:var(--success)}.stepper .is-complete span{background:#e9f5ef;border-color:#a9d3bd}.form-card{max-width:900px}.form-heading{border-bottom:1px solid var(--line);margin-bottom:25px;padding-bottom:22px}.form-heading h2{margin:0;font-size:34px}.form-heading>p:last-child{color:var(--muted);margin:10px 0 0;line-height:1.6}.form-grid{gap:18px;display:grid}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.fee-grid{align-items:start}.fee-grid .form-field{grid-template-rows:auto auto auto}.fee-grid select{height:52px}.form-field{gap:8px;margin:0 0 19px;display:grid}.form-field>span{color:var(--deep);font-size:12px;font-weight:600}.form-field>small{color:var(--muted);font-size:11px;line-height:1.45}.form-field input,.form-field select,.form-field textarea{border:1px solid var(--line);background:#fff;border-radius:10px;outline:none;width:100%;padding:13px 14px}.form-field textarea{resize:vertical;line-height:1.5}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--purple);box-shadow:0 0 0 4px #7b4fc921}.choice-grid{flex-wrap:wrap;gap:9px;display:flex}.choice{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:999px;align-items:center;gap:7px;padding:9px 13px;display:flex}.choice.is-selected{border-color:var(--purple);background:var(--lilac);color:var(--deep)}.check-row{color:var(--muted);align-items:flex-start;gap:11px;margin:15px 0;font-size:12px;line-height:1.55;display:flex}.check-row input{flex:0 0 17px;width:17px;height:17px;margin-top:2px}.check-row a{color:var(--deep)}.service-profession-list{gap:16px;margin-bottom:22px;display:grid}.service-profession-card{border:1px solid var(--line);background:var(--paper);border-radius:14px;padding:20px}.service-profession-card h3{margin:3px 0 6px;font-family:Fraunces,serif;font-size:24px}.service-profession-card>div>p:last-child{color:var(--muted);margin:0 0 17px;font-size:12px;line-height:1.55}.service-profession-card .eyebrow{color:var(--purple);margin:0}.photo-field{border:1px dashed var(--line);border-radius:14px;align-items:center;gap:18px;margin-bottom:22px;padding:18px;display:flex}.profile-photo-frame{background:var(--lilac);width:82px;height:82px;color:var(--deep);border:1px solid var(--line);border-radius:50%;flex:0 0 82px;place-items:center;display:grid;overflow:hidden}.profile-photo-frame.small{flex-basis:48px;width:48px;height:48px}.profile-photo-frame img{object-fit:cover;width:100%;height:100%;display:block}.photo-field b{display:block}.photo-field p{color:var(--muted);margin:5px 0 10px;font-size:12px}.file-button{cursor:pointer;width:max-content;min-height:auto;padding:8px 13px;font-size:12px}.file-button input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.photo-cropper{border:1px solid var(--line);background:linear-gradient(145deg,#fff 0%,var(--lilac) 100%);border-radius:18px;grid-template-columns:minmax(220px,310px) minmax(0,1fr);align-items:center;gap:28px;margin:-4px 0 24px;padding:24px;display:grid;box-shadow:0 18px 45px #231a3312}.crop-preview{aspect-ratio:1;width:min(100%,280px);box-shadow:0 0 0 1px var(--line),0 14px 35px #231a3324;background:var(--lilac);border:5px solid #fff;border-radius:50%;justify-self:center;overflow:hidden}.crop-preview canvas{width:100%;height:100%;display:block}.crop-controls h3{margin:0;font-family:Fraunces,serif;font-size:27px;line-height:1.08}.crop-controls>div>p:last-child{color:var(--muted);margin:8px 0 20px;font-size:12px;line-height:1.55}.crop-controls input[type=range]{accent-color:var(--deep);padding:0}.crop-actions{justify-content:flex-end;align-items:center;gap:14px;margin-top:5px;display:flex}.profile-preview-heading{justify-content:space-between;align-items:center;gap:18px;display:flex}.profile-preview-heading .profile-photo-frame{flex-basis:92px;width:92px;height:92px}.review-summary{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:25px;display:grid}.review-summary>div{background:var(--paper);border-radius:11px;padding:14px}.review-summary span,.review-summary b{display:block}.review-summary span{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:5px;font-size:10px}.review-summary b{font-size:13px}.form-actions{border-top:1px solid var(--line);align-items:center;gap:12px;margin-top:25px;padding-top:20px;display:flex}.form-actions>span{flex:1}.form-actions .text-button{font-size:12px}.saved-note{color:var(--success);align-items:center;gap:6px;font-size:12px;display:flex}.status-hero{align-items:flex-start;gap:25px;max-width:850px;display:flex}.status-orb{background:var(--lilac);width:66px;height:66px;color:var(--deep);border-radius:18px;flex:0 0 66px;place-items:center;display:grid}.status-orb.success{color:var(--success);background:#e9f5ef}.status-orb.danger{color:var(--danger);background:#fff0f2}.status-hero h2{margin:14px 0 8px;font-size:30px}.status-hero p{color:var(--muted);line-height:1.6}.status-hero .primary{width:max-content;margin-top:18px}.metric-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:18px;display:grid}.metric-grid article{border:1px solid var(--line);background:#fff;border-radius:15px;padding:20px}.metric-grid span,.metric-grid small{color:var(--muted);font-size:11px;display:block}.metric-grid strong{align-items:center;gap:8px;margin:9px 0;font-family:Fraunces,serif;font-size:34px;display:flex}.metric-label{align-items:center;gap:9px;display:flex}.metric-label svg{color:var(--deep);background:var(--lilac);border-radius:8px;width:32px;height:32px;padding:7px}.metric-label span{color:var(--deep);font-size:12px;font-weight:600}.next-action-card{max-width:760px}.card-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.card-heading h2{margin:0;font-size:25px}.workspace-card>p{color:var(--muted);font-size:13px;line-height:1.6}.request-list{gap:18px;display:grid}.empty-state{text-align:center;padding:55px 25px}.empty-state svg{color:var(--purple)}.empty-state h2{margin:14px 0 7px;font-size:28px}.empty-state p{max-width:520px;margin:0 auto}.request-card header{justify-content:space-between;gap:22px;display:flex}.request-card h2{margin:11px 0 0;font-size:27px}.due{color:var(--muted);align-items:center;gap:7px;font-size:12px;display:flex}.snapshot-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin:22px 0;display:grid}.snapshot-grid span{background:var(--paper);border-radius:11px;padding:14px}.snapshot-grid b,.snapshot-grid small{display:block}.snapshot-grid b{align-items:center;gap:6px;display:flex}.snapshot-grid small{color:var(--muted);margin-top:5px;font-size:10px}.privacy-note{border-left:2px solid var(--accent);padding-left:12px}.request-card footer{border-top:1px solid var(--line);justify-content:flex-end;gap:10px;margin-top:20px;padding-top:18px;display:flex}.contact-panel{background:#e9f5ef;border:1px solid #b9ddcb;border-radius:12px;gap:5px;padding:18px;display:grid}.contact-panel h3,.contact-panel p{margin:0}.contact-panel a{color:var(--deep);font-size:13px}.billing-card{max-width:760px}.billing-card h2{margin:16px 0 9px;font-size:32px}.billing-summary{background:var(--paper);border-radius:12px;gap:12px;margin:23px 0;padding:17px;display:grid}.billing-summary span{align-items:center;gap:9px;font-size:13px;display:flex}.billing-card .primary{width:100%}.billing-card>small{color:var(--muted);text-align:center;margin-top:10px;font-size:11px;display:block}.settings-list{gap:14px;display:grid}.settings-list .workspace-card{grid-template-columns:auto 1fr auto;align-items:center;gap:18px;display:grid}.settings-list h2{margin:0;font-size:23px}.settings-list p{margin:5px 0 0}.settings-list>a,.settings-list .secondary{text-decoration:none}.settings-billing{margin-top:34px}.settings-billing>.eyebrow{margin-bottom:12px}.profile-firm{font-weight:600;color:var(--deep)!important}.profile-page{max-width:980px}.profile-photo-notice{align-items:center;max-width:920px}.profile-photo-notice>div{flex:1}.profile-photo-notice .secondary{flex:none}.profile-listing{border-color:#cfc3e3;max-width:920px;padding:0;position:relative;overflow:hidden;box-shadow:0 24px 70px #231a3314}.professional-profile-view{padding:42px 56px 50px}.profile-listing-heading{border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:22px;margin-top:0;padding:36px 0 30px;display:grid}.profile-listing-heading .profile-photo-frame{width:112px;height:112px;box-shadow:0 0 0 1px var(--line),0 15px 34px #231a3321;border:5px solid #fff;flex-basis:112px}.profile-listing-heading h2,.profile-editor-intro h2{margin:5px 0 8px;font-family:Fraunces,serif;font-size:36px;line-height:1.05}.profile-listing-heading p:last-child{max-width:520px;color:var(--muted);margin:0;font-size:13px;line-height:1.55}.profile-detail-list{margin:0}.profile-detail-row{border-bottom:1px solid var(--line);grid-template-columns:210px minmax(0,1fr);gap:28px;padding:22px 0;display:grid}.profile-detail-row dt{color:var(--purple);letter-spacing:.11em;text-transform:uppercase;font-size:11px;font-weight:700}.profile-detail-row dd{color:var(--ink);margin:0;font-size:17px;line-height:1.5}.profile-tags{flex-wrap:wrap;gap:8px;display:flex}.profile-tags>span{background:var(--paper);color:var(--deep);text-transform:capitalize;border:1px solid #cfc3e3;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:600;display:inline-flex}.profile-edit-button{margin-top:28px}.profile-edit-form{padding:42px 56px 44px}.profile-editor-intro{border-bottom:1px solid var(--line);align-items:center;gap:18px;margin-bottom:28px;padding-bottom:24px;display:flex}.profile-editor-intro .profile-photo-frame{flex-basis:92px;width:92px;height:92px}.profile-editor-intro h2{font-size:30px}.profile-editor-intro p:last-child{color:var(--muted);margin:0;font-size:12px}.profile-edit-actions{border-top:1px solid var(--line);justify-content:flex-end;gap:10px;padding-top:18px;display:flex}@media (width<=960px){.workspace-shell{grid-template-columns:1fr}.workspace-sidebar{grid-template-columns:1fr auto;height:auto;padding:17px 18px;display:grid;position:static}.workspace-brand{padding:0}.workspace-sidebar nav{scrollbar-width:none;grid-column:1/-1;margin-top:14px;display:flex;overflow-x:auto}.workspace-sidebar nav::-webkit-scrollbar{display:none}.workspace-sidebar nav button{white-space:nowrap}.workspace-nav-item{flex:none}.workspace-nav-tooltip,.sidebar-account{display:none}.workspace-main{padding:32px 20px}.stepper b{display:none}.stepper li:not(:last-child):after{margin-right:4px}.metric-grid{grid-template-columns:1fr 1fr}.dashboard-grid{grid-template-columns:1fr}}@media (width<=620px){.workspace-header{display:block}.workspace-header>.status-pill{margin-top:15px}.form-grid.two,.review-summary,.metric-grid,.snapshot-grid{grid-template-columns:1fr}.workspace-main{padding:26px 13px}.workspace-card{border-radius:14px;padding:20px}.form-actions{flex-wrap:wrap}.form-actions>span{display:none}.form-actions button{flex:auto}.status-hero{display:block}.status-orb{margin-bottom:18px}.request-card header{display:block}.due{margin-top:13px}.request-card footer{flex-direction:column}.settings-list .workspace-card{grid-template-columns:auto 1fr}.settings-list .workspace-card>:last-child{grid-column:1/-1}.photo-field{align-items:flex-start}.profile-photo-frame{flex-basis:62px;width:62px;height:62px}.photo-cropper{grid-template-columns:1fr;padding:18px}.crop-preview{max-width:230px}.crop-actions{flex-direction:column-reverse;align-items:stretch}.crop-actions button{width:100%}.profile-photo-notice{grid-template-columns:auto 1fr;display:grid}.profile-photo-notice .secondary{grid-column:1/-1;width:100%}.profile-listing{border-radius:16px;padding:0}.professional-profile-view{padding:8px 22px 30px}.profile-listing-heading{grid-template-columns:auto 1fr;margin-top:0;padding:22px 0}.profile-listing-heading .profile-photo-frame{flex-basis:78px;width:78px;height:78px}.profile-listing-heading .status-pill{grid-column:1/-1}.profile-listing-heading h2{font-size:30px}.profile-detail-row{grid-template-columns:1fr;gap:7px;padding:18px 0}.profile-detail-row dd{font-size:15px}.profile-edit-form{padding:24px 22px 30px}.profile-editor-intro{align-items:flex-start}.profile-editor-intro .profile-photo-frame{flex-basis:68px;width:68px;height:68px}.profile-edit-actions{flex-direction:column-reverse;align-items:stretch}.profile-edit-actions button{width:100%}}.legal-shell .workspace-brand{color:var(--deep)}.legal-shell .workspace-brand i{background:var(--deep);color:#fff}.answer-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 0 20px;display:grid}.answer-list>div{border:1px solid var(--line);border-radius:10px;padding:12px}.answer-list dt{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:10px}.answer-list dd{color:var(--deep);margin:5px 0 0;font-size:13px}@media (width<=620px){.answer-list{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.founder-shell{background:#f6f3f9;grid-template-columns:230px minmax(0,1fr)}.founder-shell .workspace-sidebar nav button small{color:#8f849c;text-transform:uppercase;letter-spacing:.08em;margin-left:auto;font-size:9px}.founder-shell .workspace-sidebar nav button:disabled{cursor:not-allowed;opacity:.66}.founder-main{min-width:0;padding:42px clamp(24px,4vw,58px) 64px}.founder-header{justify-content:space-between;align-items:flex-start;gap:32px;margin-bottom:27px;display:flex}.founder-header h1{letter-spacing:-.04em;margin:0;font-family:Fraunces,serif;font-size:clamp(42px,5vw,64px);line-height:.98}.founder-header>div>p:last-child{max-width:680px;color:var(--muted);margin:13px 0 0;line-height:1.6}.assurance-chip{color:var(--success);white-space:nowrap;background:#edf8f2;border:1px solid #aad0ba;border-radius:999px;align-items:center;gap:8px;padding:9px 12px;font-size:11px;font-weight:600;display:flex}.dashboard-header-actions{align-items:center;gap:10px;display:flex}.operations-dashboard{max-width:1500px}.operations-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.operations-kpis article{border:1px solid var(--line);background:#fff;border-radius:16px;flex-direction:column;min-height:160px;padding:22px;display:flex;box-shadow:0 14px 38px #231a330b}.operations-kpis article>span{color:var(--deep);align-items:center;gap:9px;font-size:11px;font-weight:700;display:flex}.operations-kpis article>span svg{color:var(--purple)}.operations-kpis article>strong{margin:24px 0 8px;font-family:Fraunces,serif;font-size:48px;line-height:1}.operations-kpis article>small{color:var(--muted);font-size:10px}.operations-kpis article.needs-attention{background:#fff9e9;border-color:#ead79d}.operations-kpis article.needs-attention>span svg{color:#8c651e}.operations-grid{grid-template-columns:minmax(320px,.82fr) minmax(500px,1.45fr);gap:18px;display:grid}.operations-grid>.workspace-card{padding:26px}.operations-grid h2{margin:4px 0 0;font-size:28px}.operations-grid header>.eyebrow{margin-bottom:5px}.operations-attention>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding-bottom:18px;display:flex}.operations-attention>header>b{background:var(--ink);color:#fff;border-radius:50%;place-items:center;min-width:42px;height:42px;display:grid}.operations-attention>div{display:grid}.operations-attention>div button{border:0;border-bottom:1px solid var(--line);min-height:54px;color:var(--ink);text-align:left;background:0 0;grid-template-columns:1fr auto auto;align-items:center;gap:9px;padding:0;display:grid}.operations-attention>div button:not(:disabled):hover{color:var(--purple)}.operations-attention>div button:disabled{cursor:default}.operations-attention>div strong{font-size:18px}.operations-funnel header{border-bottom:1px solid var(--line);padding-bottom:18px}.funnel-metrics{background:var(--line);grid-template-columns:repeat(5,1fr);gap:1px;margin:20px 0;display:grid}.funnel-metrics>div{background:#fff;gap:7px;padding:9px 14px;display:grid}.funnel-metrics strong{font-family:Fraunces,serif;font-size:28px}.funnel-metrics span{color:var(--muted);font-size:9px;line-height:1.35}.operations-funnel footer{color:var(--muted);gap:26px;font-size:10px;display:flex}.operations-funnel footer b{color:var(--deep);margin-right:5px;font-size:16px}.operations-coverage{min-width:0;overflow:hidden}.operations-coverage header,.operations-membership header{border-bottom:1px solid var(--line);padding-bottom:18px}.coverage-table{min-width:0;margin-top:14px;display:grid}.coverage-table>div{border-bottom:1px solid var(--line);grid-template-columns:minmax(96px,1fr) repeat(3,minmax(44px,56px));align-items:center;min-width:0;min-height:42px;font-size:11px;display:grid}.coverage-table>div:first-child{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:9px}.coverage-table>div>*{min-width:0}.coverage-table>div>:not(:first-child){text-align:right}.coverage-gap{color:#a64d45;font-weight:700}.operations-membership dl{margin:14px 0 0}.operations-membership dl>div{border-bottom:1px solid var(--line);justify-content:space-between;gap:20px;padding:11px 0;display:flex}.operations-membership dt{color:var(--muted);font-size:11px}.operations-membership dd{margin:0;font-weight:700}.dashboard-updated{color:var(--muted);text-align:right;margin:18px 0 0;font-size:9px}.queue-tabs{border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-columns:repeat(4,1fr);margin-bottom:18px;display:grid;overflow:hidden}.queue-tabs button{border:0;border-right:1px solid var(--line);color:var(--muted);background:#fff;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.queue-tabs button:last-child{border-right:0}.queue-tabs button b{background:var(--paper);min-width:25px;height:25px;color:var(--deep);border-radius:999px;place-items:center;padding:0 7px;font-size:11px;display:grid}.queue-tabs button.is-active{background:var(--ink);color:#fff}.queue-tabs button.is-active b{color:#fff;background:#ffffff24}.founder-desk{border:1px solid var(--line);background:#fff;border-radius:19px;grid-template-columns:minmax(260px,330px) minmax(0,1fr);min-height:680px;display:grid;overflow:hidden;box-shadow:0 22px 65px #231a3312}.queue-panel{border-right:1px solid var(--line);background:#fbfafd;min-width:0}.queue-panel>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:68px;padding:14px 17px;display:flex}.queue-panel>header b,.queue-panel>header small{display:block}.queue-panel>header b{font-size:13px}.queue-panel>header small{color:var(--muted);margin-top:3px;font-size:10px}.icon-button{border:1px solid var(--line);width:36px;height:36px;color:var(--deep);background:#fff;border-radius:10px;place-items:center;display:grid}.queue-list{max-height:calc(100vh - 235px);display:grid;overflow:auto}.founder-queue-card{border:0;border-bottom:1px solid var(--line);text-align:left;color:var(--ink);background:0 0;gap:7px;padding:17px;display:grid;position:relative}.founder-queue-card:before{content:"";background:0 0;width:3px;position:absolute;top:0;bottom:0;left:0}.founder-queue-card:hover{background:#f5f1fa}.founder-queue-card.is-selected{background:var(--lilac)}.founder-queue-card.is-selected:before{background:var(--purple)}.queue-card-top{justify-content:space-between;align-items:center;display:flex}.founder-queue-card strong{font-family:Fraunces,serif;font-size:20px;line-height:1.1}.founder-queue-card>span:not(.queue-card-top){color:var(--muted);font-size:11px}.founder-queue-card small{color:var(--muted);align-items:center;gap:5px;font-size:10px;display:flex}.queue-empty{text-align:center;color:var(--muted);padding:55px 25px}.queue-empty svg{color:var(--purple)}.queue-empty b{color:var(--ink);margin:12px 0 5px;display:block}.queue-empty p{margin:0;font-size:12px;line-height:1.5}.dossier-panel{min-width:0}.founder-empty{text-align:center;min-height:560px;color:var(--muted);place-content:center;padding:40px;display:grid}.founder-empty svg{color:var(--purple);margin:auto}.founder-empty h2{color:var(--ink);margin:15px 0 7px;font-family:Fraunces,serif;font-size:30px}.founder-empty p{max-width:390px;margin:0;line-height:1.6}.founder-dossier{gap:22px;padding:clamp(24px,4vw,46px);display:grid}.dossier-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:25px;padding-bottom:24px;display:flex}.dossier-person{align-items:center;gap:16px;min-width:0;display:flex}.dossier-person>div:last-child{min-width:0}.review-photo{border:1px solid var(--line);background:var(--paper);border-radius:18px;flex:0 0 72px;width:72px;height:72px;overflow:hidden}.review-photo img{object-fit:cover;width:100%;height:100%}.review-photo button{width:100%;height:100%;color:var(--deep);background:0 0;border:0;place-content:center;gap:4px;font-size:8px;display:grid}.review-photo button svg{margin:auto}.dossier-heading h2{letter-spacing:-.035em;margin:0;font-family:Fraunces,serif;font-size:clamp(32px,4vw,48px);line-height:1}.dossier-person>div:last-child>p:last-child{color:var(--muted);margin:10px 0 0;font-size:12px}.verification-spine{background:var(--ink);color:#fff;border-radius:16px;overflow:hidden}.spine-intro{border-bottom:1px solid #ffffff24;justify-content:space-between;align-items:center;gap:20px;padding:18px 20px;display:flex}.spine-intro>div{align-items:center;gap:12px;display:flex}.spine-intro svg{color:var(--accent)}.spine-intro span b,.spine-intro span small{display:block}.spine-intro span small{color:#bdb4ca;margin-top:4px;font-size:10px}.spine-intro>strong{color:var(--accent);font-family:Fraunces,serif;font-size:25px}.check-list{display:grid}.check-item{border-bottom:1px solid #ffffff1a;grid-template-columns:auto 1fr auto auto;align-items:center;gap:12px;padding:14px 20px;display:grid}.check-item:last-child{border-bottom:0}.check-mark{width:27px;height:27px;color:var(--accent);border:1px solid #ffffff40;border-radius:50%;place-items:center;display:grid}.check-mark>span{background:#81758e;border-radius:50%;width:7px;height:7px}.check-item>div b,.check-item>div small{display:block}.check-item>div b{font-size:12px}.check-item>div small{color:#bdb4ca;margin-top:4px;font-size:10px}.check-item .status-pill{padding:5px 8px;font-size:9px}.compact-button{color:#fff;background:0 0;border:1px solid #ffffff47;border-radius:8px;padding:7px 9px;font-size:10px}.compact-button:hover{background:#ffffff1a}.dossier-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.dossier-section{border:1px solid var(--line);border-radius:14px;min-width:0;padding:20px}.dossier-section .eyebrow{margin-bottom:15px}.detail-list{gap:11px;margin:0;display:grid}.detail-list>div{border-bottom:1px solid #ebe5f1;grid-template-columns:minmax(90px,.7fr) minmax(0,1.3fr);gap:15px;padding-bottom:10px;display:grid}.detail-list>div:last-child{border-bottom:0;padding-bottom:0}.detail-list dt{color:var(--muted);font-size:10px}.detail-list dd{text-align:right;overflow-wrap:anywhere;margin:0;font-size:11px}.detail-list a{color:var(--deep)}.profile-copy h3{margin:0 0 8px;font-family:Fraunces,serif;font-size:27px}.profile-copy>p:not(.eyebrow){color:var(--muted);font-size:12px;line-height:1.65}.profile-copy blockquote{border-left:2px solid var(--accent);color:var(--deep);margin:15px 0 0;padding-left:13px;font-size:11px}.consent-row{flex-wrap:wrap;gap:9px;display:flex}.consent-row span{border:1px solid var(--line);color:var(--muted);border-radius:999px;align-items:center;gap:6px;padding:8px 10px;font-size:10px;display:flex}.consent-row span.is-granted{color:var(--success);background:#edf8f2;border-color:#b9ddcb}.review-history{gap:10px;display:grid}.review-history>div{border-left:2px solid var(--accent);padding-left:13px}.review-history strong,.review-history small{display:block}.review-history strong{font-size:12px}.review-history p{color:var(--muted);margin:4px 0;font-size:11px;line-height:1.55}.review-history small{color:#8c8099;font-size:9px}.decision-bar{z-index:4;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--line);background:#fffffff5;border-radius:14px;align-items:center;gap:9px;padding:14px;display:flex;position:sticky;bottom:16px;box-shadow:0 16px 45px #231a3326}.decision-bar>div{margin-right:auto}.decision-bar>div b,.decision-bar>div small{display:block}.decision-bar>div b{font-size:12px}.decision-bar>div small{color:var(--muted);margin-top:3px;font-size:9px}.decision-bar .primary,.decision-bar .secondary{min-height:40px;padding:9px 12px;font-size:11px}.danger-outline{color:var(--danger);background:#fff5f6;border-color:#e9bdc7}.danger-action{background:var(--danger)}.review-composer{border:1px solid var(--line);background:#fbfafd;border-radius:16px;padding:21px;box-shadow:0 18px 55px #231a331a}.review-composer>header{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.review-composer h3{margin:0;font-family:Fraunces,serif;font-size:28px}.review-composer footer{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.review-composer footer button{min-height:43px}.decision-warning{border-left:2px solid var(--accent);color:var(--muted);padding-left:13px;font-size:12px;line-height:1.6}.outcome-date{color:var(--muted);margin-top:12px;font-size:11px;display:block}.invitation-layout{grid-template-columns:minmax(0,720px) minmax(240px,340px);align-items:start;gap:18px;display:grid}.invitation-form{padding:clamp(24px,4vw,42px)}.invitation-form .form-heading h2{font-size:clamp(30px,4vw,42px)}.invitation-submit{width:100%;margin-top:8px}.invitation-note{background:var(--ink);color:#fff}.invitation-note .eyebrow{color:var(--accent)}.invitation-note ol{counter-reset:invitation-step;gap:22px;margin:22px 0 0;padding:0;list-style:none;display:grid}.invitation-note li{counter-increment:invitation-step;grid-template-columns:34px 1fr;column-gap:12px;display:grid}.invitation-note li:before{content:counter(invitation-step,decimal-leading-zero);color:var(--accent);grid-row:1/3;font-family:Fraunces,serif;font-size:21px}.invitation-note li b,.invitation-note li span{display:block}.invitation-note li b{font-size:12px}.invitation-note li span{color:#bdb4ca;margin-top:4px;font-size:10px;line-height:1.55}@media (width<=1100px){.operations-kpis{grid-template-columns:1fr 1fr}.operations-grid{grid-template-columns:1fr}.founder-desk{grid-template-columns:280px minmax(0,1fr)}.dossier-grid{grid-template-columns:1fr}.decision-bar{flex-wrap:wrap}.decision-bar>div{width:100%;margin-bottom:4px}.invitation-layout{grid-template-columns:1fr}}@media (width<=860px){.founder-shell{grid-template-columns:1fr}.founder-shell .workspace-sidebar{grid-template-columns:1fr auto;height:auto;display:grid;position:static}.founder-shell .workspace-sidebar nav{grid-column:1/-1;margin-top:14px;display:flex;overflow-x:auto}.founder-main{padding:28px 16px 50px}.founder-header{display:block}.assurance-chip{width:max-content;margin-top:16px}.queue-tabs{grid-template-columns:repeat(4,minmax(150px,1fr));overflow-x:auto}.founder-desk{grid-template-columns:1fr}.queue-panel{border-right:0;border-bottom:1px solid var(--line)}.queue-list{grid-template-columns:repeat(2,minmax(220px,1fr));max-height:300px;overflow:auto}.founder-queue-card{border-right:1px solid var(--line)}.founder-dossier{padding:25px 18px}.check-item{grid-template-columns:auto 1fr auto}.check-item .compact-button{grid-column:2/-1;width:max-content}}@media (width<=580px){.operations-kpis{grid-template-columns:1fr}.operations-kpis article{min-height:140px}.dashboard-header-actions{margin-top:16px}.funnel-metrics{background:0 0;grid-template-columns:1fr 1fr;gap:12px}.funnel-metrics>div{border-left:3px solid var(--line);padding-left:12px}.operations-funnel footer{display:grid}.coverage-table>div{grid-template-columns:minmax(90px,1fr) repeat(3,minmax(42px,50px))}.coverage-table>div:first-child{letter-spacing:.02em;font-size:8px}.founder-header h1{font-size:43px}.queue-list{grid-template-columns:1fr}.dossier-heading{display:block}.dossier-heading>.status-pill{margin-top:14px}.dossier-person{align-items:flex-start}.review-photo{border-radius:14px;flex-basis:58px;width:58px;height:58px}.check-item{grid-template-columns:auto 1fr}.check-item>.status-pill,.check-item .compact-button{grid-column:2}.detail-list>div{grid-template-columns:1fr}.detail-list dd{text-align:left}.decision-bar{position:static}.decision-bar button{flex:45%}.review-composer .form-grid.two{grid-template-columns:1fr}.review-composer footer{flex-direction:column-reverse}.review-composer footer button{width:100%}}.status-message.pending{color:#725510;background:#fff9e9;border:1px solid #ead49d}.support-view-tabs{border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-columns:1fr 1fr;width:min(100%,680px);margin-bottom:20px;display:grid;overflow:hidden}.support-view-tabs button{min-height:54px;color:var(--muted);background:#fff;border:0;justify-content:center;align-items:center;gap:10px;padding:13px 18px;font-weight:600;display:flex}.support-view-tabs button+button{border-left:1px solid var(--line)}.support-view-tabs button b{background:var(--paper);min-width:25px;height:25px;color:var(--deep);border-radius:999px;place-items:center;padding:0 7px;font-size:11px;display:grid}.support-view-tabs button.is-active{background:var(--ink);color:#fff}.support-view-tabs button.is-active b{color:#fff;background:#ffffff24}.support-new-request{max-width:780px}.support-form .form-heading{border-bottom:1px solid var(--line);align-items:flex-start;gap:14px;padding-bottom:20px;display:flex}.support-form .form-heading>svg{color:var(--purple);flex:none}.support-form .form-heading .eyebrow{margin:0 0 5px}.support-form .form-heading h2{margin:0;font-size:30px}.support-form>.primary{width:100%}.support-request-workspace{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:minmax(270px,340px) minmax(0,1fr);display:grid;overflow:hidden;box-shadow:0 18px 55px #231a330e}.support-request-workspace>.workspace-card{box-shadow:none;border:0;border-radius:0}.support-request-picker{padding:0;border-right:1px solid var(--line)!important;background:#fbfafd!important}.support-request-picker>header{border-bottom:1px solid var(--line);padding:22px}.support-request-picker h2{margin:0;font-size:25px}.support-request-picker>header .eyebrow{margin-bottom:8px}.support-request-picker>div{max-height:650px;display:grid;overflow:auto}.support-request-picker>div>button{border:0;border-bottom:1px solid var(--line);color:var(--ink);text-align:left;background:0 0;gap:9px;padding:17px 38px 17px 18px;display:grid;position:relative}.support-request-picker>div>button:hover{background:#f5f1fa}.support-request-picker>div>button.is-selected{background:var(--lilac);box-shadow:inset 3px 0 var(--purple)}.support-request-picker button>span{justify-content:space-between;align-items:center;gap:8px;display:flex}.support-request-picker button>span small,.support-request-picker button>small{color:var(--muted);font-size:9px}.support-request-picker button>strong{font-family:Fraunces,serif;font-size:19px;line-height:1.2}.support-request-picker button>svg{color:var(--purple);position:absolute;top:50%;right:14px;transform:translateY(-50%)}.support-request-detail{padding:clamp(24px,4vw,42px)!important}.support-request-detail>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:20px;display:flex}.support-request-detail>header h2{margin:12px 0 0;font-size:34px}.support-request-detail>header>div:last-child{text-align:right;gap:5px;display:grid}.support-request-detail>header small{color:var(--muted);font-size:10px}.support-opening-message{background:var(--paper);border:1px solid var(--line);border-left:4px solid var(--success);border-radius:12px;margin-top:20px;padding:16px}.support-opening-message b{color:var(--deep);font-size:11px}.support-opening-message p{white-space:pre-wrap;overflow-wrap:anywhere;color:var(--muted);margin:7px 0 0;font-size:12px;line-height:1.6}.support-empty{min-height:360px}.support-empty .primary{width:max-content;margin:18px auto 0}.founder-support-list{gap:16px;display:grid}.founder-support-card{max-width:900px}.founder-support-card>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:22px;padding-bottom:16px;display:flex}.founder-support-card>header h2{margin:10px 0 0;font-size:27px}.founder-support-card>header>div:last-child{text-align:right;gap:5px;display:grid}.founder-support-card>header small{color:var(--muted);font-size:10px}.founder-support-card>p{white-space:pre-wrap;overflow-wrap:anywhere;color:var(--muted);line-height:1.65}.founder-support-card .detail-list{margin-top:20px}.founder-support-card footer{border-top:1px solid var(--line);justify-content:flex-end;margin-top:20px;padding-top:17px;display:flex}.support-desk>.queue-tabs{grid-template-columns:repeat(3,minmax(150px,1fr)) 54px}.support-reply-form,.support-information-form{border-top:1px solid var(--line);gap:12px;margin-top:20px;padding-top:18px;display:grid}.support-reply-form .form-field,.support-information-form .form-field{margin:0}.support-reply-form>.primary,.support-information-form>.secondary{justify-self:end}.support-thread{gap:10px;margin-top:18px;display:grid}.support-thread>div,.support-reply-record{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:13px 15px}.support-thread .from-founder{border-left:4px solid var(--purple)}.support-thread .from-professional{border-left:4px solid var(--success)}.support-thread b,.support-thread small{display:block}.support-thread b{color:var(--deep);font-size:11px}.support-thread p,.support-reply-record p{white-space:pre-wrap;overflow-wrap:anywhere;margin:6px 0;font-size:12px;line-height:1.55}.support-thread small{color:var(--muted);font-size:9px}.support-reply-record{margin:12px 0}.support-reply-record b{color:var(--deep);font-size:11px}@media (width<=900px){.support-request-workspace{grid-template-columns:1fr}.support-request-picker{border-right:0!important;border-bottom:1px solid var(--line)!important}.support-request-picker>div{grid-template-columns:repeat(2,minmax(240px,1fr));max-height:300px}.support-request-picker>div>button{border-right:1px solid var(--line)}}@media (width<=620px){.support-view-tabs{grid-template-columns:1fr}.support-view-tabs button+button{border-left:0;border-top:1px solid var(--line)}.support-request-picker>div{grid-template-columns:1fr}.support-request-detail>header,.founder-support-card>header{display:grid}.support-request-detail>header>div:last-child,.founder-support-card>header>div:last-child{text-align:left}.support-desk>.queue-tabs{grid-template-columns:repeat(3,minmax(150px,1fr)) 50px}.support-reply-form>.primary,.support-information-form>.secondary{width:100%}}.profile-edit-photo>div:last-child{flex:1}.profile-edit-photo>div:last-child>p{color:var(--muted);margin:0 0 12px;font-size:12px}.profile-edit-photo .file-button{width:auto;display:inline-flex}
