/* Account surfaces: a studio desk on VURM's canonical ink canvas. */
.platform-body .hub-welcome{grid-template-columns:minmax(0,1fr) minmax(240px,340px);gap:24px;padding:20px 0 36px;border-bottom:1px solid var(--line);border-radius:0;background:transparent;box-shadow:none;align-items:center}
.platform-body .hub-welcome h1{max-width:none;font-size:2.5rem;letter-spacing:-.035em}
.platform-body .hub-welcome .kicker{margin-bottom:12px}
.platform-body .hub-welcome .assistant-entry{min-height:64px;border-radius:10px}
.platform-body .assistant-entry i{color:#f7f7fb}
.hub-workspace{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:36px;align-items:start}
.platform-body .hub-workspace .hub-section{margin-top:32px}
.platform-body .hub-workspace .section-title{align-items:center;margin-bottom:20px;gap:12px}
.platform-body .hub-workspace .section-title h2{font-size:1.25rem;letter-spacing:-.025em}
.hub-projects,.hub-desk{min-width:0}
.hub-desk{padding-left:28px;border-left:1px solid var(--line)}
.platform-body .hub-workspace .website-grid{grid-template-columns:1fr;gap:24px}
.platform-body .hub-workspace .website-card{padding:26px;border-radius:12px;background:#ffffff}
.platform-body .hub-workspace .website-card h3{font-size:1.65rem;overflow-wrap:anywhere}
.platform-body .hub-workspace .website-card-copy{margin:16px 0 6px}
.platform-body .hub-workspace .site-icon{background:#efebff;color:#6341c7;border-radius:8px}
.platform-body .hub-workspace .site-facts{gap:8px 20px;padding:16px 0;margin-block:16px}.platform-body .hub-workspace .site-facts div{padding:7px 0}
.platform-body .hub-workspace .website-card footer{display:flex;flex-wrap:wrap;gap:8px;padding-top:20px}
.platform-body .hub-workspace .primary-button,.platform-body .workspace-onboarding .primary-button{background:var(--lime);color:#f7f7fb;border-color:var(--lime);min-height:48px}
.platform-body .hub-workspace .primary-button:hover,.platform-body .workspace-onboarding .primary-button:hover{background:#dcff85}
.platform-body .hub-workspace .quiet-state{padding:0;border:0;text-align:left;font-size:.875rem;line-height:1.6}
.hub-desk .hub-section+.hub-section{padding-top:28px;border-top:1px solid var(--line)}
.platform-body .hub-desk .hub-quick-actions{display:flex;flex-direction:column;gap:0;padding:0}
.platform-body .hub-desk .hub-quick-actions button{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding:10px 0;border:0;border-bottom:1px solid var(--line);border-radius:0;text-align:left;font-size:.875rem}
.hub-desk .hub-quick-actions button span{color:var(--muted)}
.hub-desk .action-row{grid-template-columns:8px minmax(0,1fr);gap:12px;padding:18px 0}
.hub-desk .action-row .secondary-button{grid-column:2;justify-self:start}
.hub-desk .hub-activity-preview>.quiet-button{margin-top:16px}
.platform-body .project-first-start{min-height:360px;display:flex;align-items:center;padding:32px;border-radius:12px;background:#ffffff;text-align:left}
.project-first-start h2{max-width:16ch;margin:0 0 18px;font-size:2rem;line-height:1.12;letter-spacing:-.035em}
.project-first-start p{max-width:48ch;line-height:1.6}
.first-start-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.first-start-actions a{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
.platform-body .workspace-onboarding.active{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:48px;max-width:1040px;margin:32px auto}
.workspace-onboarding .screen-heading>.kicker,.project-first-start .kicker{color:#6441c7}
.workspace-onboarding .screen-heading{margin:0;padding:16px 0}
.workspace-onboarding h1{font-size:2.5rem;line-height:1.08;letter-spacing:-.035em;max-width:12ch}
.workspace-onboarding .screen-heading p{max-width:38ch;line-height:1.7}
.platform-body .workspace-onboarding .panel-form{margin-top:0;max-width:none;padding:28px;border-radius:12px;background:#ffffff}
.workspace-onboarding .choice-grid{grid-template-columns:1fr;gap:12px}
.workspace-onboarding .choice-grid label span{min-height:84px;padding:18px}
.workspace-onboarding .choice-grid small{font-size:.875rem}
.platform-body .workspace-onboarding input,.platform-body .workspace-onboarding select{min-height:48px}
.platform-auth .auth-card h1{font-size:2.5rem;max-width:14ch;line-height:1.08}
.platform-auth .auth-card{padding:28px 0}
.platform-auth .auth-card input{font-size:1rem}
.platform-auth .form-message:not(:empty){margin:16px 0;padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--panel);color:var(--ink);line-height:1.5}
.platform-auth .form-message[data-error="true"]:not(:empty){border-color:#97564f;background:#fff1ef;color:#a8362f}
.platform-auth .auth-back,.platform-auth .auth-footer a{min-height:44px;display:inline-flex;align-items:center}
:is(.platform-auth,.platform-body,.staff-entry) :is(a,button,input,select,textarea):focus-visible{outline:3px solid #7050ed;outline-offset:4px}
.staff-entry{--ink:#262431;--paper:#f7f7fb;--panel:#ffffff;--line:#e5e5ee;--muted:#686678;--orange:#7050ed;background:var(--paper);color:var(--ink);color-scheme:light;min-height:100svh;display:flex;flex-direction:column}
.staff-entry-header,.staff-entry-footer{width:min(1120px,calc(100% - 48px));margin:auto;display:flex;align-items:center;gap:20px;min-height:88px;border-bottom:1px solid var(--line)}
.staff-entry-header a,.staff-entry-footer a{display:inline-flex;align-items:center;min-height:44px;color:var(--ink);text-decoration:none}
.staff-entry-header>a:last-child{margin-left:auto;font-size:.875rem}
.staff-entry-header>span{color:var(--muted);font-size:.875rem;padding-left:20px;border-left:1px solid var(--line)}
.staff-wordmark{font-size:1.75rem;font-weight:850;letter-spacing:-.035em}
.staff-wordmark em{color:var(--orange);font-style:normal}
.staff-entry .login{flex:1;min-height:0;padding:64px 24px;background:transparent;color:var(--ink)}
.staff-entry .login-card{max-width:560px;padding:0;border:0;border-radius:0;background:transparent}
.staff-entry .login-card h1{font-size:3rem;letter-spacing:-.035em;line-height:1.05;margin:20px 0;color:var(--ink)}
.staff-entry .login-card>p{line-height:1.7;max-width:52ch;color:var(--muted)}
.staff-entry .login-card .eyebrow{color:#6441c7}
.staff-entry #staffLoginForm{margin-top:32px;padding-top:24px;border-top:1px solid var(--line)}
.staff-entry .login-card label{color:var(--ink)}
.staff-entry .login-card input{min-height:54px;background:#fff;border-color:var(--line);color:var(--ink);font-size:1rem}
.staff-entry .button{min-height:48px;border-radius:9px;background:#f7f7fb;border-color:var(--line);color:var(--ink)}
.staff-entry .button-accent{background:var(--orange);border-color:var(--orange);color:#f7f7fb}
.staff-entry #staffLoginForm>.button{width:100%}
.staff-entry .status.error{color:#a8362f}
.staff-entry .status.success{color:#1a734a}
.staff-entry [hidden]{display:none!important}
.staff-entry #staffLinks{flex-wrap:wrap}
.staff-entry-footer{min-height:72px;border-top:1px solid var(--line);border-bottom:0;color:var(--muted);font-size:.8rem}
.staff-entry-footer a{margin-left:auto}
@media(max-width:1100px){.hub-workspace{grid-template-columns:minmax(0,1fr) 240px;gap:24px}.hub-desk{padding-left:20px}.platform-body .hub-welcome{grid-template-columns:1fr}.platform-auth .auth-shell{gap:40px}.platform-auth .auth-showcase{padding-right:32px}.platform-auth .auth-showcase h2{font-size:3rem}}
@media(max-width:900px){.hub-workspace{grid-template-columns:1fr}.hub-desk{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:0;border:0}.hub-desk .hub-section+.hub-section{padding-top:0;border:0}.hub-desk .hub-activity-preview{grid-column:1/-1}.platform-auth .auth-shell{display:block;max-width:500px}.platform-body .workspace-onboarding.active{grid-template-columns:1fr;gap:24px;margin:12px auto;max-width:640px}.workspace-onboarding h1{max-width:18ch;font-size:2rem}}
@media(max-width:560px){.platform-body .hub-welcome{padding:12px 0 24px;gap:20px}.platform-body .hub-welcome h1{font-size:2rem}.hub-desk{display:block}.hub-desk .hub-section+.hub-section{padding-top:24px;border-top:1px solid var(--line)}.platform-body .hub-workspace .website-card{padding:20px}.platform-body .hub-workspace .website-card footer{display:grid;grid-template-columns:1fr}.platform-body .hub-workspace .section-title h2{font-size:1.2rem}.platform-body .project-first-start{padding:24px;min-height:0}.project-first-start h2{font-size:1.75rem}.first-start-actions{display:grid;grid-template-columns:1fr}.platform-body .workspace-onboarding .panel-form{padding:20px}.platform-auth .auth-card h1{font-size:2.25rem}.staff-entry .login{padding:36px 24px}.staff-entry .login-card h1{font-size:2.5rem}.staff-entry-header{min-height:72px}}
@media(prefers-reduced-motion:reduce){.staff-entry *{transition:none!important;animation:none!important}}

.platform-body .project-setup-actions>.primary-button{background:var(--lime);color:#f7f7fb}
.platform-body .project-setup-actions>.primary-button:hover{background:#dcff85}
.platform-body .project-step-nav button:not(:disabled)>span,.platform-body .project-step-nav button:not(:disabled)>small{color:var(--muted)}
.platform-body .project-step-nav button.active>span{color:var(--lime)}

.platform-body .hub-workspace .website-card h3{margin:0 0 6px}.platform-body .hub-workspace .website-card-copy p{margin:0}.platform-body .hub-workspace .website-card footer>.quiet-button{border-color:transparent;background:transparent;color:var(--muted)}

/* The owner-approved light account desk follows the editor surfaces. */
.platform-body .hub-workspace .website-card,.platform-body .project-first-start{background:#fff}
.platform-body .hub-workspace .primary-button,.platform-body .workspace-onboarding .primary-button{background:#7050ed;color:#fff;border-color:#7050ed}
.platform-body .hub-workspace .primary-button:hover,.platform-body .workspace-onboarding .primary-button:hover{background:#6140df;color:#fff}
