.auth-root{width:100%;min-width:0;max-width:100%;overflow-x:clip}.auth-page{background:var(--surface-page);min-height:100vh}.auth-main{box-sizing:border-box;justify-content:center;align-items:center;gap:var(--space-8);width:100%;min-height:100vh;padding:var(--space-12) var(--gutter);flex-direction:column;display:flex}.auth-top{align-items:center;gap:var(--space-5);flex-direction:column;width:min(540px,100vw - 2.5rem);display:flex}.auth-topbar{justify-content:space-between;align-items:center;gap:var(--space-3);width:100%;display:flex}.auth-topbar .langtoggle{display:inline-flex}.auth-back{font-family:var(--font-sans);font-size:var(--text-body-sm);color:var(--text-muted);background:var(--surface-card);border:1px solid var(--border-hairline);cursor:pointer;transition:color var(--duration-fast) var(--ease-standard), border-color var(--duration-fast) var(--ease-standard), background var(--duration-fast) var(--ease-standard);border-radius:999px;align-items:center;gap:4px;padding:7px 15px 7px 11px;font-weight:600;display:inline-flex}.auth-back:hover{color:var(--brand-primary);border-color:var(--sage-500);background:var(--sage-50)}.auth-back svg{display:block}.auth-brand{align-items:center;gap:var(--space-3);flex-direction:column;display:flex}.auth-tagline{font-family:var(--font-display);font-style:italic;font-size:var(--text-body);color:var(--text-muted);text-align:center;margin:0;line-height:1.4}.auth-wordmark{color:#0000;background:url(/prototype/wordmark-plain.png) 50%/contain no-repeat;width:196px;height:15px;font-size:0;display:block}.auth-card{box-sizing:border-box;background:var(--sage-50);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);width:min(410px,100vw - 2.5rem);padding:clamp(var(--space-8), 5vw, var(--space-10));box-shadow:0 18px 48px -34px #1f261f59}.auth-card__title{font-family:var(--font-display);font-weight:600;font-size:var(--text-h2);letter-spacing:-.01em;color:var(--text-heading);margin:0;line-height:1.2}.auth-card__sub{margin:var(--space-2) 0 0;font-size:var(--text-body-sm);color:var(--text-muted);line-height:1.55}.auth-form{margin-top:var(--space-6);gap:var(--space-5);flex-direction:column;display:flex}.auth-card--wide{width:min(540px,100vw - 2.5rem)}.auth-grid{gap:var(--space-5) var(--space-4);grid-template-columns:1fr 1fr;display:grid}.auth-grid .auth-field{min-width:0}.auth-field--wide{grid-column:1/-1}.auth-namerow{gap:var(--space-4);grid-column:1/-1;grid-template-columns:100px 1fr 1fr;display:grid}.auth-namerow--notitle{grid-template-columns:1fr 1fr}@media (max-width:540px){.auth-grid,.auth-namerow,.auth-namerow--notitle{grid-template-columns:1fr}}.auth-rolefield{gap:var(--space-2);flex-direction:column;grid-column:1/-1;display:flex}.auth-phonerow{gap:var(--space-2);grid-template-columns:minmax(96px,auto) 1fr;display:grid}.auth-hint{margin:calc(-1 * var(--space-3)) 0 0;font-size:var(--text-body-sm);color:var(--text-muted);grid-column:1/-1;line-height:1.5}.auth-callout{margin:calc(-1 * var(--space-2)) 0 0;color:var(--text-muted);grid-column:1/-1;padding:0;font-size:.78rem;line-height:1.55}.auth-pwrules{margin:calc(-1 * var(--space-3)) 0 0;gap:4px var(--space-4);font-size:var(--text-body-sm);color:var(--text-muted);flex-wrap:wrap;grid-column:1/-1;padding:0;list-style:none;display:flex}.auth-pwrules li{transition:color var(--duration-fast) var(--ease-standard);align-items:center;gap:5px;display:inline-flex}.auth-pwrules li:before{content:"○";font-size:.85em}.auth-pwrules li.ok{color:var(--brand-primary)}.auth-pwrules li.ok:before{content:"✓"}.auth-fieldnote{font-size:var(--text-body-sm);color:#b4541e;margin:2px 0 0;line-height:1.4}.auth-field{gap:var(--space-2);flex-direction:column;display:flex}.auth-label{font-family:var(--font-sans);font-size:var(--text-body-sm);color:var(--text-heading);font-weight:600}.auth-field input{appearance:none;width:100%;font:inherit;font-size:var(--text-body);color:var(--text-heading);background:var(--surface-card);border:1px solid var(--border-hairline);border-radius:var(--radius-md);transition:border-color var(--duration-fast) var(--ease-standard), box-shadow var(--duration-fast) var(--ease-standard);padding:.65rem .85rem}.auth-field input:focus{border-color:var(--sage-500);box-shadow:0 0 0 3px var(--sage-100);outline:none}.auth-opt{color:var(--text-muted);font-weight:400}.auth-field select{appearance:none;width:100%;font:inherit;font-size:var(--text-body);color:var(--text-heading);background:var(--surface-card);border:1px solid var(--border-hairline);border-radius:var(--radius-md);cursor:pointer;background-image:linear-gradient(45deg, transparent 50%, var(--brand-primary) 50%), linear-gradient(135deg, var(--brand-primary) 50%, transparent 50%);transition:border-color var(--duration-fast) var(--ease-standard), box-shadow var(--duration-fast) var(--ease-standard);background-position:calc(100% - 18px) calc(50% - 2px),calc(100% - 13px) calc(50% - 2px);background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding:.65rem 2.25rem .65rem .85rem}.auth-field select:focus{border-color:var(--sage-500);box-shadow:0 0 0 3px var(--sage-100);outline:none}.auth-field textarea{width:100%;font:inherit;font-size:var(--text-body);color:var(--text-heading);background:var(--surface-card);border:1px solid var(--border-hairline);border-radius:var(--radius-md);resize:vertical;transition:border-color var(--duration-fast) var(--ease-standard), box-shadow var(--duration-fast) var(--ease-standard);padding:.65rem .85rem}.auth-field textarea:focus{border-color:var(--sage-500);box-shadow:0 0 0 3px var(--sage-100);outline:none}.auth-check{font-size:var(--text-body-sm);color:var(--text-muted);cursor:pointer;align-items:flex-start;gap:10px;line-height:1.5;display:flex}.auth-check input{width:16px;height:16px;accent-color:var(--brand-primary);flex:none;margin-top:2px}.auth-check a{color:var(--brand-primary);font-weight:600;text-decoration:none}.auth-check a:hover{text-decoration:underline}.auth-radios{gap:var(--space-4);margin-top:var(--space-1);flex-wrap:wrap;display:flex}.auth-radio{font-size:var(--text-body-sm);color:var(--text-heading);cursor:pointer;align-items:center;gap:8px;line-height:1.4;display:flex}.auth-radio input{width:16px;height:16px;accent-color:var(--brand-primary);flex:none}.auth-submit{width:100%;margin-top:var(--space-2)}.auth-submit:disabled{opacity:.6;cursor:default}.auth-submit:disabled:active{transform:none}.auth-error{font-size:var(--text-body-sm);color:#b4541e;margin:0;line-height:1.5}.auth-note{margin:var(--space-6) 0 0;font-size:var(--text-body-sm);color:var(--text-muted);line-height:1.6}.auth-links{text-align:center;margin:0}.auth-link{font-family:var(--font-sans);font-size:var(--text-body-sm);color:var(--brand-primary);font-weight:600;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-foot{margin-top:var(--space-6);padding-top:var(--space-5);border-top:1px solid var(--border-hairline);text-align:center;font-size:var(--text-body-sm);color:var(--text-muted)}.auth-foot a{color:var(--brand-primary);font-weight:600;text-decoration:none}.auth-foot a:hover{text-decoration:underline}.auth-toggle-lead{margin:0 0 var(--space-2);text-align:center;font-family:var(--font-sans);font-size:var(--text-body-sm);color:var(--text-muted);font-weight:600}.auth-toggle{margin-bottom:var(--space-6);background:var(--surface-card);border:1px solid var(--border-hairline);border-radius:999px;grid-template-columns:1fr 1fr;gap:4px;padding:4px;display:grid}.auth-toggle button{appearance:none;cursor:pointer;font-family:var(--font-sans);font-size:var(--text-body-sm);color:var(--text-muted);padding:var(--space-2) var(--space-3);transition:color var(--duration-fast) var(--ease-standard), background var(--duration-fast) var(--ease-standard);background:0 0;border:none;border-radius:999px;font-weight:600}.auth-toggle button:hover{color:var(--brand-primary)}.auth-toggle button[aria-pressed=true]{color:var(--surface-card);background:var(--brand-primary)}
