@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&family=Quicksand:wght@400;500;600;700&display=swap");:root{--brand-gold:#d4921e;--brand-gold-soft:rgba(212,146,30,.12);--brand-gold-hover:#e8a330;--brand-dark:#0a0704;--brand-dark-soft:#1a1410;--brand-cream:#f8f4ed;--brand-cream-dim:hsla(38,44%,95%,.7);--brand-cream-faint:hsla(38,44%,95%,.4);--brand-border:hsla(38,44%,95%,.12);--brand-success:#4ade80;--brand-error:#ef4444;--brand-error-soft:rgba(239,68,68,.1);--font-heading:"Nunito",system-ui,-apple-system,sans-serif;--font-body:"Quicksand",system-ui,-apple-system,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{background:var(--brand-dark);font-family:var(--font-body);min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,h1,h2,h3,h4,h5,h6{color:var(--brand-cream)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700}h1{font-size:2rem;line-height:1.2}h2{font-size:1.5rem;line-height:1.3}h3{font-size:1.25rem;line-height:1.4}a{color:var(--brand-gold);text-decoration:none;transition:color .15s}a:hover{color:var(--brand-gold-hover);text-decoration:underline}.center-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.card{background:var(--brand-dark-soft);border:1px solid var(--brand-border);border-radius:12px;padding:2.5rem;width:100%;max-width:440px;box-shadow:0 8px 32px rgba(0,0,0,.4)}.card-wide{max-width:560px}.card-header{text-align:center;margin-bottom:2rem}.brand-mark{font-family:var(--font-heading);font-weight:800;color:var(--brand-gold);font-size:.875rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem}.brand-logo{display:block;margin:0 auto 1rem;max-width:120px;height:auto}.brand-logo-large{max-width:180px}.card-title{font-size:1.5rem;margin-bottom:.5rem;position:relative;padding-bottom:.75rem}.card-title:after{content:"";display:block;width:60px;height:2px;background:var(--brand-gold);margin:.75rem auto 0;border-radius:1px}.card-subtitle{color:var(--brand-cream-dim);font-size:.95rem}.form{gap:1rem}.field,.form{display:flex;flex-direction:column}.field{gap:.4rem}.label{font-family:var(--font-heading);font-weight:600;font-size:.875rem}.input,.label{color:var(--brand-cream)}.input{background:var(--brand-dark);border:1px solid var(--brand-border);border-radius:8px;padding:.75rem 1rem;font-family:var(--font-body);font-size:1rem;transition:border-color .15s,box-shadow .15s}.input:focus{outline:none;border-color:var(--brand-gold);box-shadow:0 0 0 3px var(--brand-gold-soft)}.input:disabled{opacity:.5;cursor:not-allowed}.input-mono{font-family:SF Mono,Menlo,Consolas,monospace;font-size:1.5rem;letter-spacing:.5em;text-align:center}.btn{background:var(--brand-gold);color:var(--brand-dark);border:none;border-radius:8px;padding:.85rem 1.5rem;font-family:var(--font-heading);font-weight:700;font-size:1rem;cursor:pointer;transition:background .15s,transform .05s}.btn:hover:not(:disabled){background:var(--brand-gold-hover)}.btn:active:not(:disabled){transform:scale(.98)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:transparent;color:var(--brand-cream);border:1px solid var(--brand-border)}.btn-secondary:hover:not(:disabled){background:var(--brand-border)}.alert{border-radius:8px;padding:.75rem 1rem;font-size:.9rem;margin-top:.5rem}.alert-error{background:var(--brand-error-soft);border:1px solid var(--brand-error);color:var(--brand-error)}.alert-info{background:var(--brand-gold-soft);border:1px solid var(--brand-gold);color:var(--brand-gold)}.qr-wrap{background:#fff;padding:1rem;border-radius:8px;display:flex;align-items:center;justify-content:center;margin:1rem auto;width:-moz-fit-content;width:fit-content}.qr-wrap img,.qr-wrap svg{display:block;width:240px;height:240px}.secret-display{background:var(--brand-dark);border:1px solid var(--brand-border);border-radius:8px;padding:.75rem;font-family:SF Mono,Menlo,Consolas,monospace;font-size:.8rem;word-break:break-all;color:var(--brand-cream-dim);text-align:center;margin-top:.5rem}.dashboard-shell{min-height:100vh;display:flex;flex-direction:column}.dashboard-header{background:var(--brand-dark-soft);border-bottom:1px solid var(--brand-border);padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.dashboard-header-brand{display:flex;align-items:center;gap:.75rem}.brand-logo-header{display:block;width:40px;height:40px;border-radius:4px}.dashboard-header-title{font-family:var(--font-heading);font-weight:700;font-size:1rem;color:var(--brand-cream)}.dashboard-main{flex:1 1;padding:2rem;max-width:1200px;width:100%;margin:0 auto}.user-meta{background:var(--brand-dark-soft);border:1px solid var(--brand-border);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.user-meta dt{color:var(--brand-cream-faint);font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.user-meta dd{color:var(--brand-cream);font-family:SF Mono,Menlo,Consolas,monospace;font-size:.9rem;margin-bottom:1rem}.role-badge{display:inline-block;background:var(--brand-gold-soft);color:var(--brand-gold);padding:.25rem .75rem;border-radius:999px;font-family:var(--font-heading);font-weight:700;font-size:.75rem;letter-spacing:.05em}.muted{color:var(--brand-cream-dim);font-size:.875rem}.helper-text{color:var(--brand-cream-faint);font-size:.8rem;text-align:center;margin-top:1rem}