.theme-toggle{border:1px solid var(--line);background:transparent;color:var(--ink);width:34px;height:34px;border-radius:9px;cursor:pointer;font-size:16px}.options{display:grid;gap:12px}.options h3{display:flex;justify-content:space-between;align-items:center;font-size:12px;margin:0}.options h3 button{border:0;background:transparent;color:var(--green);font-size:9px;font-weight:800;cursor:pointer}.options select{width:100%;margin-top:7px;border:1px solid #cad7d1;border-radius:8px;padding:11px;background:var(--surface,#fff);color:var(--ink)}.compact{margin-top:0}.switch-line{display:flex!important;align-items:center;justify-content:space-between;padding:11px;background:#edf7f2;border-radius:8px}.switch-line span{display:grid;gap:3px}.switch-line input{width:38px;height:20px;accent-color:var(--green)}.key-form{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:12px;align-items:end}.key-form label{font-size:9px;font-weight:800}.key-form input,.key-form select{width:100%;margin-top:6px;padding:10px;border:1px solid var(--line);border-radius:7px}.key-form .primary{margin:0}.key-created{background:#0c342a;color:white;border-radius:12px;padding:18px;margin:15px 0;display:flex;align-items:center;gap:15px}.key-created span{font-size:8px;color:#a6c7bb}.key-created strong{font-size:20px;letter-spacing:1px;flex:1}.key-created button{background:var(--lime);border:0;border-radius:7px;padding:9px 13px;font-weight:800}.key-list>div{display:grid;grid-template-columns:1fr auto auto;gap:15px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.key-list span{display:grid;gap:3px}.key-list small{color:var(--muted);font-size:9px}.key-list form{display:flex;gap:5px}.key-list select,.key-list button{border:1px solid var(--line);background:var(--surface,#fff);color:var(--ink);border-radius:6px;padding:7px;font-size:9px}.status{font-style:normal;font-size:8px;border-radius:9px;padding:4px 7px;background:#edf2ef}.status.active{background:#e5f5ec;color:#197148}.status.suspended{background:#fff3d9;color:#8d6500}.status.revoked{background:#fee;color:#a22}.help{font-size:10px;color:var(--muted);line-height:1.6}[data-theme=dark]{--ink:#eef7f3;--muted:#a5b8af;--line:#29483e;--surface:#12342b}[data-theme=dark] body{background:radial-gradient(circle at 50% 20%,#153d32,#071d17);color:var(--ink)}[data-theme=dark] .top,[data-theme=dark] .card,[data-theme=dark] .auth-card,[data-theme=dark] .admin-card{background:#0d2b23}[data-theme=dark] .field,[data-theme=dark] .field input,[data-theme=dark] .tabs .active,[data-theme=dark] .rate button{background:#153b30;color:var(--ink)}[data-theme=dark] .rate,[data-theme=dark] .switch-line{background:#143a30}[data-theme=dark] footer{color:var(--muted)}@media(max-width:760px){.key-form{grid-template-columns:1fr}.key-list>div{grid-template-columns:1fr}.key-created{align-items:flex-start;flex-direction:column}}
