:root{--bg: #0f1115;--fg: #e6e8ea;--muted: #8b8f96;--accent: #6ea8fe;--border: #2a2d33;--error: #ff8585;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color-scheme:dark}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--fg)}a{color:var(--accent)}a:hover{text-decoration:underline}.container{max-width:880px;margin:0 auto;padding:1.5rem 1.25rem}.nav{display:flex;gap:1rem;align-items:baseline;padding-bottom:1rem;border-bottom:1px solid var(--border);margin-bottom:1.5rem}.nav .spacer{flex:1}h1,h2{font-weight:600}h1{font-size:1.5rem}h2{font-size:1.15rem}.muted{color:var(--muted)}.error{color:var(--error)}button,input[type=submit]{background:var(--accent);color:#0f1115;border:none;border-radius:4px;padding:.5rem .9rem;font-weight:600;cursor:pointer;font-size:.95rem}button:disabled{opacity:.5;cursor:not-allowed}button.secondary{background:transparent;color:var(--fg);border:1px solid var(--border)}button.danger{background:var(--error);color:#0f1115}input[type=text],input[type=email],input[type=file]{background:#161a20;color:var(--fg);border:1px solid var(--border);border-radius:4px;padding:.5rem .7rem;font-size:.95rem;width:100%}label{display:block;font-size:.85rem;color:var(--muted);margin-bottom:.3rem}.field{margin-bottom:1rem}.list{list-style:none;padding:0}.list li{padding:.75rem 0;border-bottom:1px solid var(--border)}.list li:last-child{border-bottom:0}.row{display:flex;gap:.6rem;align-items:center}
