@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--bg:#0a0e14;--surface:#11161d;--elevated:#161c25;--border:#1c2330;--border-hi:#252d3a;--text:#dde2ea;--muted:#6e7887;--faint:#3e4855;--accent:#7296f0;--accent-lo:#7296f018;--green:#4ade80;--green-lo:#4ade8018;--red:#f87171;--red-lo:#f8717118;--radius:6px;--font-mono:"JetBrains Mono", "SF Mono", "Fira Code", "Cascadia Code", monospace;--font-body:-apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:15px}body{font-family:var(--font-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.5}.auth-gate{background:radial-gradient(ellipse 80% 50% at 50% -20%, #7296f008, transparent), var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;width:100%;max-width:440px;padding:2.5rem}.auth-card .brand{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:1.75rem;font-size:.75rem;font-weight:600}.auth-card h1{font-family:var(--font-mono);color:var(--text);letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.35rem;font-weight:500}.auth-card>p{color:var(--muted);margin-bottom:1.75rem;font-size:.85rem;line-height:1.5}.auth-card form{gap:.5rem;display:flex}.auth-card input{font-family:var(--font-mono);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);flex:1;padding:.7rem .85rem;font-size:.85rem;transition:border-color .15s,box-shadow .15s}.auth-card input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-lo);outline:none}.auth-card input::placeholder{color:var(--faint)}.auth-card button{font-family:var(--font-mono);letter-spacing:.03em;background:var(--accent);color:#fff;border-radius:var(--radius);cursor:pointer;white-space:nowrap;border:none;padding:.7rem 1.25rem;font-size:.8rem;font-weight:500;transition:opacity .15s}.auth-card button:hover{opacity:.88}.auth-card .status{font-size:.8rem;font-family:var(--font-mono);margin-top:1rem}.app{min-height:100vh;display:flex}.sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;width:200px;min-width:200px;height:100vh;padding:1.5rem .75rem;display:flex;position:sticky;top:0}.sidebar .brand{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--accent);-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;margin-bottom:1.75rem;padding:0 .75rem;font-size:.7rem;font-weight:600;display:flex}.sidebar .brand-logo{flex-shrink:0;width:28px;height:28px}.sidebar a{font-family:var(--font-mono);color:var(--muted);border-radius:5px;margin-bottom:.1rem;padding:.45rem .75rem;font-size:.8rem;text-decoration:none;transition:color .12s,background .12s}.sidebar a:hover{color:var(--text);background:#ffffff08}.sidebar a.active{color:var(--accent);background:var(--accent-lo)}.modal-overlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a0e14cc;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border:1px solid var(--border);border-radius:12px;width:100%;max-width:480px;padding:2rem}.modal h2{font-family:var(--font-mono);color:var(--text);margin-bottom:.35rem;font-size:1rem;font-weight:500}.modal p{color:var(--muted);margin-bottom:1.25rem;font-size:.85rem}.modal .input-group{margin-bottom:1.25rem}.modal-actions{justify-content:flex-end;gap:.75rem;display:flex}.key-list{margin-bottom:1rem}.key-row{background:var(--surface);border:1px solid var(--border);border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;padding:.85rem 1rem;display:flex}.key-row-info{min-width:0}.key-row-label{font-family:var(--font-mono);color:var(--text);margin-bottom:.15rem;font-size:.82rem}.key-row-label-edit{align-items:center;gap:.4rem;margin-bottom:.15rem;display:flex}.key-row-label-edit .form-input-sm{width:180px;padding:.2rem .5rem;font-size:.8rem}.key-row-value{font-family:var(--font-mono);color:var(--muted);background:0 0;padding:0;font-size:.72rem}.key-row-date{font-family:var(--font-mono);color:var(--faint);margin-left:.75rem;font-size:.65rem}.key-row-actions{flex-shrink:0;gap:.25rem;display:flex}.input-btn-danger:hover{color:var(--red)!important}.key-generate{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.sidebar-user{border-top:1px solid var(--border);align-items:center;gap:.5rem;margin-top:auto;padding-top:1rem;display:flex}.sidebar-avatar{background:var(--border);width:28px;height:28px;color:var(--muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.sidebar-avatar img{object-fit:cover;width:100%;height:100%}.sidebar-user-info{min-width:0}.sidebar-user-name{font-family:var(--font-mono);color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;overflow:hidden}.sidebar-signout{font-family:var(--font-mono);color:var(--muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:.65rem}.sidebar-signout:hover{color:var(--red)}.content{flex:1;max-width:820px;padding:2.5rem 3.5rem}.page-header{margin-bottom:2.5rem}.page-header h1{font-family:var(--font-mono);color:var(--text);letter-spacing:-.01em;margin-bottom:.35rem;font-size:1.15rem;font-weight:500}.page-header p{color:var(--muted);font-size:.85rem}.config-form fieldset{border:1px solid var(--border);border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.config-form legend{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--muted);padding:0 .6rem;font-size:.7rem;font-weight:600}.form-row{flex-direction:column;gap:.3rem;margin-bottom:1rem;display:flex}.form-row:last-child{margin-bottom:0}.form-label{font-family:var(--font-mono);color:var(--muted);letter-spacing:.02em;font-size:.75rem}.form-input{font-family:var(--font-mono);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);width:100%;padding:.65rem .8rem;font-size:.85rem;transition:border-color .15s,box-shadow .15s}.form-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-lo);outline:none}.form-input::placeholder{color:var(--faint)}.input-group{align-items:center;gap:.35rem;display:flex}.input-btn{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s;display:flex}.input-btn:hover{color:var(--text);background:#ffffff14}.input-btn:last-child{border-radius:50%}.input-btn svg{display:block}.form-select{font-family:var(--font-mono);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236e7887' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right .8rem center;background-repeat:no-repeat;width:100%;padding:.65rem 2rem .65rem .8rem;font-size:.85rem;transition:border-color .15s,box-shadow .15s}.form-select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-lo);outline:none}.btn{font-family:var(--font-mono);letter-spacing:.03em;background:var(--accent);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;padding:.65rem 1.25rem;font-size:.8rem;font-weight:500;transition:opacity .15s}.btn:hover{opacity:.88}.btn:disabled{opacity:.4;cursor:not-allowed}.btn-danger{background:var(--red)}.btn-danger:hover{opacity:.88;background:var(--red)}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.form-status{font-family:var(--font-mono);margin-top:.75rem;font-size:.78rem}.status-ok{color:var(--green)}.status-error{color:var(--red)}.key-hint{font-family:var(--font-mono);color:var(--faint);margin-top:.25rem;font-size:.75rem}.src-badge{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;vertical-align:middle;border-radius:3px;margin-left:.4rem;padding:.1rem .4rem;font-size:.6rem}.src-env{color:var(--muted);background:var(--border)}.src-db{color:var(--accent);background:var(--accent-lo)}.debug-panel{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-top:2rem;padding:1rem}.debug-panel summary{font-family:var(--font-mono);color:var(--muted);cursor:pointer;margin-bottom:.5rem;font-size:.75rem}.debug-line{font-family:var(--font-mono);color:var(--faint);border-bottom:1px solid var(--border);padding:.15rem 0;font-size:.72rem}.debug-line:last-child{border-bottom:none}.stat-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.25rem 1.25rem 1rem}.stat-value{font-family:var(--font-mono);color:var(--text);letter-spacing:-.02em;margin-bottom:.35rem;font-size:1.75rem;font-weight:500;line-height:1}.stat-label{font-family:var(--font-mono);color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.7rem}.cache-section{margin-bottom:2rem}.cache-section h3{font-family:var(--font-mono);color:var(--muted);letter-spacing:.04em;text-transform:uppercase;margin-bottom:.75rem;font-size:.75rem;font-weight:500}.cache-bar{border-radius:3px;height:6px;margin-bottom:.5rem;display:flex;overflow:hidden}.cache-bar-hit{background:var(--green);transition:flex .4s}.cache-bar-miss{background:var(--border-hi)}.cache-legend{font-family:var(--font-mono);color:var(--muted);justify-content:space-between;font-size:.72rem;display:flex}.cache-legend span:first-child{color:var(--green)}.btn-ghost{font-family:var(--font-mono);color:var(--muted);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;background:0 0;padding:.5rem 1rem;font-size:.78rem;transition:border-color .15s,color .15s}.btn-ghost:hover{border-color:var(--border-hi);color:var(--text)}.setup-section{border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:2rem}.setup-section:last-child{border-bottom:none;margin-bottom:0}.setup-section h2{font-family:var(--font-mono);color:var(--text);margin-bottom:.5rem;font-size:.9rem;font-weight:500}.setup-section p{color:var(--muted);margin-bottom:.75rem;font-size:.85rem;line-height:1.6}.setup-section code{font-family:var(--font-mono);background:var(--elevated);color:var(--accent);border-radius:3px;padding:.15rem .4rem;font-size:.8rem}pre code,.code-block code{font-size:inherit;color:inherit;background:0 0;border-radius:0;padding:0}.code-block{margin-bottom:1rem;position:relative}.code-copy{width:30px;height:30px;color:var(--muted);background:var(--elevated);border:1px solid var(--border);cursor:pointer;z-index:1;border-radius:6px;justify-content:center;align-items:center;transition:color .12s,background .12s;display:flex;position:absolute;top:.6rem;right:.6rem}.code-copy:hover{color:var(--text);background:var(--border)}pre{background:var(--surface);border:1px solid var(--border);font-family:var(--font-mono);color:var(--text);white-space:pre-wrap;border-radius:8px;padding:1.25rem;font-size:.78rem;line-height:1.6;overflow-x:auto}pre .kw{color:var(--accent)}pre .str{color:var(--green)}pre .cmt{color:var(--muted)}.hljs{color:#e2e8f0}.hljs-comment,.hljs-quote{color:#54657a;font-style:italic}.hljs-keyword,.hljs-selector-tag{color:#c792ea;font-weight:500}.hljs-string,.hljs-attr{color:#6ee7b7}.hljs-number,.hljs-literal{color:#f78c6c}.hljs-variable,.hljs-template-variable{color:#e2e8f0}.hljs-built_in,.hljs-title{color:#5e9cf7;font-weight:500}.hljs-type,.hljs-params{color:#ffcb6b}.hljs-meta{color:#89a}.hljs-section{color:#8babf8}.hljs-subst{color:#e2e8f0}.tier-badge{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;vertical-align:middle;border-radius:3px;padding:.1rem .45rem;font-size:.6rem;font-weight:500}.tier-free{color:var(--muted);background:var(--border)}.tier-pro{color:var(--accent);background:var(--accent-lo)}.tier-unlimited{color:#fbbf24;background:#fbbf2418}.tier-select{font-family:var(--font-mono);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--muted);cursor:pointer;appearance:none;text-align:center;min-width:80px;padding:.2rem .4rem;font-size:.65rem;transition:border-color .15s}.tier-select:hover{border-color:var(--border-hi);color:var(--text)}.tier-select:focus{border-color:var(--accent);outline:none}.rate-limit-item{min-width:140px}.rate-limit-label{font-family:var(--font-mono);color:var(--faint);margin-bottom:.2rem;font-size:.65rem;display:block}.rate-limit-bar{background:var(--border);border-radius:2px;height:3px;overflow:hidden}.rate-limit-fill{background:var(--accent);border-radius:2px;height:100%;transition:width .4s}.rate-limit-fill[style*="width: 8"],.rate-limit-fill[style*="width: 9"],.rate-limit-fill[style*="width: 100"]{background:var(--red)}.admin-user-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:.75rem;padding:1rem 1.25rem}.admin-user-header{align-items:center;gap:.75rem;display:flex}.admin-user-avatar{background:var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;overflow:hidden}.admin-user-avatar img{object-fit:cover;width:100%;height:100%}.admin-user-initial{font-family:var(--font-mono);color:var(--muted);text-transform:uppercase;font-size:.8rem}.admin-user-info{flex:1;min-width:0}.admin-user-name{font-family:var(--font-mono);color:var(--text);font-size:.82rem}.admin-user-email{font-family:var(--font-mono);color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;overflow:hidden}.admin-user-count{font-family:var(--font-mono);color:var(--faint);flex-shrink:0;font-size:.7rem}.admin-key-list{border-top:1px solid var(--border);margin-top:.75rem;padding-top:.75rem}.admin-key-row{justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem 0;display:flex}.admin-key-row+.admin-key-row{border-top:1px solid var(--border)}.admin-key-info{min-width:0}.admin-key-tier{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.admin-no-keys{border-top:1px solid var(--border);font-family:var(--font-mono);color:var(--faint);margin-top:.75rem;padding-top:.75rem;font-size:.72rem}.loading{font-family:var(--font-mono);color:var(--muted);padding:3rem;font-size:.8rem}.empty{text-align:center;padding:4rem 2rem}.empty p{font-family:var(--font-mono);color:var(--muted);margin-bottom:.5rem;font-size:.85rem}.empty-hint{font-family:var(--font-body)!important;font-size:.82rem!important}@media (width<=768px){.app{flex-direction:column}.sidebar{flex-direction:row;align-items:center;gap:.5rem;width:100%;min-width:0;height:auto;padding:.75rem;position:static;overflow-x:auto}.sidebar .brand{margin-bottom:0;margin-right:1rem}.content{padding:1.5rem}.stat-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.stat-grid{grid-template-columns:1fr}.auth-card{padding:1.5rem}.auth-card form{flex-direction:column}}
