*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,sans-serif;background:#0f0f12;color:#e8e8ed;min-height:100vh}.container{max-width:720px;margin:0 auto;padding:2rem 1rem}header{margin-bottom:2rem}.header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}h1{font-size:1.75rem;font-weight:600}.subtitle{color:#888;margin-top:.25rem}.card{background:#1a1a22;border:1px solid #2a2a35;border-radius:12px;padding:1.5rem;margin-bottom:1rem}.card h2{font-size:1rem;font-weight:500;margin-bottom:1rem;color:#aaa}.hint{color:#888;font-size:.875rem;margin-bottom:1rem}dl{display:grid;grid-template-columns:auto 1fr;gap:.5rem 1.5rem}dt{color:#888}.ok{color:#4ade80}.bad{color:#f87171}.error{color:#f87171;margin-bottom:.5rem}.empty{color:#666;margin-top:1rem}.form{display:flex;flex-direction:column;gap:.75rem}.form-inline{margin-bottom:1rem}label{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;color:#aaa}input{background:#0f0f12;border:1px solid #2a2a35;border-radius:8px;color:#e8e8ed;padding:.6rem .75rem;font-size:1rem}input:focus{outline:2px solid #6366f1;border-color:transparent}button{background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.6rem 1rem}button:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:#2a2a35}.btn-danger{background:#7f1d1d;padding:.4rem .75rem;font-size:.8rem}.user-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.user-list li{align-items:center;background:#0f0f12;border:1px solid #2a2a35;border-radius:8px;display:flex;justify-content:space-between;gap:1rem;padding:.75rem 1rem}.user-list strong{display:block}.user-list .note{color:#aaa;display:block;font-size:.875rem;margin-top:.15rem}.user-list .meta{color:#666;display:block;font-size:.75rem;margin-top:.25rem}
