:root{--auth-bg: var(--samwise-oat);--auth-card: var(--samwise-white);--auth-text: var(--samwise-ink);--auth-heading: var(--samwise-canopy-deep);--auth-muted: var(--samwise-fern);--auth-subtle: var(--samwise-fern);--auth-border: var(--samwise-line);--auth-border-soft: var(--samwise-line);--auth-accent: var(--samwise-canopy);--auth-accent-hover: var(--samwise-canopy-deep);--auth-error: var(--samwise-error);--auth-success: var(--samwise-canopy);--auth-field-bg: var(--samwise-white);--auth-field-focus: var(--samwise-canopy);--auth-field-ring: 0 0 0 3px color-mix(in srgb, var(--samwise-info), transparent 84%);--auth-radius: 8px;--auth-radius-tight: 6px;--auth-radius-loose: 14px}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:var(--font-functional);font-weight:500;background:var(--auth-bg);color:var(--auth-text);line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.auth-page{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.25rem}.auth-container{width:100%;max-width:440px;text-align:center}.auth-container--wide{max-width:520px}.auth-brand{display:flex;justify-content:center;margin-bottom:2rem}.auth-brand a{display:block}.auth-brand img{width:150px;height:auto}.auth-card{background:var(--auth-card);border:1px solid var(--auth-border-soft);border-radius:var(--auth-radius-loose);padding:clamp(1.5rem,4vw,2.5rem);text-align:left;box-shadow:0 16px 48px color-mix(in srgb,var(--samwise-canopy-deep),transparent 92%)}.auth-card+.auth-card{margin-top:1rem}.auth-card--danger{border-color:var(--samwise-error)}h1,h2{font-family:var(--font-display);font-weight:500;color:var(--auth-heading);text-align:center;margin-bottom:.4rem;line-height:1.2}h1{font-size:clamp(1.5rem,4vw,1.8rem)}h2.auth-card-title{font-size:1.15rem;text-align:left;margin-bottom:.85rem;font-weight:500}.auth-subtitle{font-size:.9rem;color:var(--auth-muted);text-align:center;margin-bottom:1.75rem}.auth-card-desc{font-size:.85rem;color:var(--auth-muted);margin-bottom:.85rem;line-height:1.5}.form-group{margin-bottom:1rem}label{display:block;font-size:.72rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--auth-subtle);margin-bottom:.35rem}input[type=email],input[type=text],input[type=tel],input[type=password],input[type=date],input[type=datetime-local],select{width:100%;padding:.75rem 1rem;font-family:var(--font-functional);font-size:.95rem;font-weight:500;color:var(--auth-text);background:var(--auth-field-bg);border:1px solid var(--auth-border);border-radius:var(--auth-radius);outline:none;transition:border-color .2s,box-shadow .2s}input:focus,select:focus{border-color:var(--auth-field-focus);box-shadow:var(--auth-field-ring)}input::placeholder{color:var(--auth-subtle)}input[readonly]{opacity:.7;cursor:not-allowed;background:var(--samwise-mist)}.phone-input-group{display:flex;gap:.5rem}.phone-prefix{display:flex;align-items:center;justify-content:center;min-width:4.5rem;padding:.75rem;font-family:var(--font-functional);font-size:.95rem;font-weight:500;background:var(--samwise-mist);color:var(--auth-text);border:1px solid var(--auth-border);border-radius:var(--auth-radius);flex-shrink:0}.phone-input-group input[type=tel]{flex:1;min-width:0}.btn{width:100%;padding:.85rem 1.5rem;font-family:var(--font-display);font-size:1.05rem;font-weight:500;letter-spacing:.03em;background:var(--auth-accent);color:var(--samwise-white);border:none;border-radius:6px;cursor:pointer;transition:background-color .2s,transform .2s,box-shadow .2s;margin-top:.5rem;box-shadow:none}.btn:hover{background:var(--auth-accent-hover)}.btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.btn-secondary{background:transparent;color:var(--auth-heading);border:1px solid var(--auth-border);box-shadow:none}.btn-secondary:hover{background:var(--samwise-mist)}.btn-danger{background:var(--auth-error);color:var(--samwise-white)}.btn-danger:hover{background:var(--samwise-error)}.btn-link{background:none;border:none;color:var(--auth-heading);font-family:var(--font-display);font-size:.95rem;font-weight:500;cursor:pointer;margin-top:1rem;padding:.25rem 0;text-decoration:underline;text-underline-offset:2px;width:100%;text-align:center}.btn-link:disabled{opacity:.5;cursor:not-allowed;text-decoration:none}.message{font-size:.85rem;font-weight:500;padding:.75rem 1rem;border-radius:var(--auth-radius-tight);margin-top:1.25rem;display:none}.message.visible{display:block}.message.info{background:var(--samwise-mist);color:var(--auth-heading)}.message.success{background:var(--samwise-mist);color:var(--auth-success)}.message.error{background:color-mix(in srgb,var(--samwise-error),transparent 90%);color:var(--auth-error)}.step{display:none}.step.active{display:block}.spinner{display:inline-block;width:16px;height:16px;border:2px solid var(--samwise-control);border-top-color:var(--samwise-white);border-radius:50%;animation:spin .6s linear infinite;margin-right:.5rem;vertical-align:middle}.btn-secondary .spinner{border-color:var(--samwise-line);border-top-color:var(--auth-heading)}@keyframes spin{to{transform:rotate(360deg)}}.settings-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.95rem;gap:.75rem}.settings-row+.settings-row{border-top:1px solid var(--auth-border-soft)}.settings-label{font-size:.78rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--auth-subtle)}.settings-value{text-align:right;color:var(--auth-text);font-weight:650;word-break:break-word}.settings-actions{display:flex;gap:.5rem;margin-top:.75rem}.settings-edit-form{display:none;margin-top:.75rem}.settings-edit-form.active{display:block}.badge{display:inline-block;font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:999px;margin-left:.4rem;vertical-align:middle}.badge-verified{background:var(--samwise-mist);color:var(--auth-success)}.badge-unverified{background:var(--samwise-mist);color:var(--samwise-fern)}.security-notice{font-size:.8rem;color:var(--auth-muted);background:var(--samwise-mist);border-left:2px solid var(--samwise-canopy);padding:.6rem .85rem;border-radius:4px;margin-bottom:1rem;line-height:1.5}.context-notice{font-size:.85rem;color:var(--auth-muted);background:var(--samwise-mist);padding:.6rem .85rem;border-radius:var(--auth-radius-tight);margin-bottom:1rem;text-align:center}.site-info{text-align:center;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--auth-border-soft)}.site-name{font-family:var(--font-display);font-size:1.2rem;font-weight:500;color:var(--auth-heading)}.site-url{font-size:.8rem;color:var(--auth-subtle);word-break:break-all;margin-top:.15rem}.totp-toggle{background:none;border:none;color:var(--auth-heading);font-family:var(--font-display);font-size:.85rem;font-weight:500;cursor:pointer;text-decoration:underline;text-underline-offset:2px;margin:.5rem 0 .75rem;padding:0}.totp-group{display:none}.totp-group.visible{display:block}.error-page{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1.25rem}.error-code{font-family:var(--font-display);font-size:clamp(4rem,12vw,6rem);font-weight:500;color:var(--auth-heading);line-height:1;margin-bottom:.4rem}.error-message{font-size:1rem;color:var(--auth-muted);max-width:32ch;margin:0 auto 2rem}a.auth-back-link{font-family:var(--font-display);font-weight:500;color:var(--auth-heading);text-decoration:underline;text-underline-offset:3px}.admin-list-heading{margin:.25rem 0 .85rem;padding-left:.25rem;color:var(--auth-subtle);font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.admin-manual-grant{margin:1.25rem 0 1rem;padding:1rem 1.1rem;border:1px solid var(--auth-border-soft);border-radius:12px;background:var(--samwise-white)}.admin-row-actions{display:flex;gap:.45rem}.btn-small{width:auto;margin-top:0;padding:.5rem 1rem;box-shadow:none;font-size:.9rem}.btn-small.btn-secondary{box-shadow:none}.admin-help{margin:.75rem 0 0;color:var(--auth-subtle);font-size:.82rem;line-height:1.45}@media(max-width:540px){.admin-row-actions .btn-small{flex:1}}
