@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,system-ui,sans-serif;color:#eaf0ff;background:#090d18;font-synthesis:none}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 80% 0,#18223d 0,#090d18 42%);min-height:100vh}button,input,select,textarea{font:inherit}.app{display:grid;grid-template-columns:245px 1fr;min-height:100vh}aside{position:sticky;top:0;height:100vh;padding:24px 18px;border-right:1px solid #20283b;background:#0b1020cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;flex-direction:column}.brand{display:flex;gap:11px;align-items:center;padding:3px 8px 26px}.brand b,.brand span{display:block}.brand span{font-size:12px;color:#8e9ab5;margin-top:2px}.brand-mark{width:48px;height:48px;border-radius:15px;background:linear-gradient(135deg,#7c5cff,#35d0ff);display:grid;place-items:center;box-shadow:0 12px 40px #6d5cff45}.brand-mark.small{width:38px;height:38px;border-radius:12px}.brand-mark svg{width:22px}nav{display:flex;flex-direction:column;gap:7px}nav button,.profile button{border:0;background:transparent;color:#9eabc7;padding:11px 12px;border-radius:11px;display:flex;align-items:center;gap:11px;cursor:pointer;text-align:left}nav button svg{width:18px}nav button.active,nav button:hover{background:#171f33;color:#fff}.profile{margin-top:auto;border-top:1px solid #20283b;padding-top:18px;display:flex;align-items:center;gap:10px}.profile .grow,.grow{flex:1}.profile b,.profile span{display:block;font-size:13px}.profile span{font-size:10px;color:#75819a;margin-top:3px}.profile button{margin-left:auto;padding:7px}.profile button svg{width:17px}.avatar{width:34px;height:34px;border-radius:10px;background:#232e48;display:grid;place-items:center;font-weight:800;color:#bfcaff}main{min-width:0}.page{padding:38px 42px 60px;max-width:1500px;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:28px}.eyebrow{font-size:11px;letter-spacing:.18em;color:#8290b0;font-weight:700}.page-header h1{font-size:32px;margin:8px 0;letter-spacing:-.04em}.page-header p{margin:0;color:#8e9ab5;max-width:760px;line-height:1.55}.grid{display:grid;gap:20px}.create-grid{grid-template-columns:minmax(0,1.7fr) minmax(280px,.7fr)}.admin-grid{grid-template-columns:minmax(360px,.8fr) minmax(500px,1.2fr);margin-bottom:20px}.panel{background:linear-gradient(180deg,#121a2bcf,#0e1525d9);border:1px solid #222d44;border-radius:18px;padding:22px;box-shadow:0 20px 60px #0000001c}.panel h2{font-size:17px;margin:0 0 18px}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:17px}.field label,.mini{font-size:12px;color:#a6b1ca;font-weight:600}input,select,textarea{width:100%;border:1px solid #2b3650;background:#0c1322;color:#f3f6ff;border-radius:11px;padding:11px 12px;outline:none}textarea{resize:vertical;line-height:1.55}input:focus,select:focus,textarea:focus{border-color:#685dff;box-shadow:0 0 0 3px #6258ff1f}.field small{color:#6f7b94}.row2,.row3{display:grid;gap:14px}.row2{grid-template-columns:1fr 1fr}.row3{grid-template-columns:1fr 1fr 1fr}.primary,.ghost,.danger-lite,.download{border:0;border-radius:11px;padding:11px 15px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none}.primary{color:#fff;background:linear-gradient(135deg,#6757ff,#8e55ff);box-shadow:0 12px 30px #6857ff2c}.primary:disabled{opacity:.5;cursor:not-allowed}.wide{width:100%;margin-top:2px}.ghost{background:#171f33;color:#c6d0e8;border:1px solid #28334c}.ghost svg,.download svg{width:16px}.danger-lite{background:#2c1820;color:#ff9bae;border:1px solid #512434}.side-stack{display:flex;flex-direction:column;gap:14px}.stat-card{background:linear-gradient(180deg,#131b2d,#101725);border:1px solid #222d44;border-radius:16px;padding:18px;display:flex;gap:14px;align-items:center;min-width:170px}.stat-icon{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#1e2841;color:#9eaaff}.stat-icon svg{width:18px}.stat-card span,.stat-card strong{display:block}.stat-card span{font-size:11px;color:#7f8ca7;margin-bottom:5px}.stat-card strong{font-size:20px}.note h3{margin-top:0}.note p{font-size:13px;color:#8d99b3;line-height:1.6}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:760px}th,td{padding:14px 12px;border-bottom:1px solid #202a3e;text-align:left;font-size:12px;vertical-align:top}th{color:#76839f;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.prompt-cell{max-width:480px;color:#b9c4da;line-height:1.45}.status{display:inline-flex;padding:5px 8px;border-radius:99px;font-weight:800;font-size:9px;letter-spacing:.05em}.status.completed{background:#12342d;color:#6ee7bd}.status.failed{background:#351720;color:#ff8ba4}.status.processing{background:#172c40;color:#73c7ff}.status.queued{background:#2d2740;color:#c7a9ff}.job-error{display:block;color:#f18c9f;margin-top:8px;max-width:300px}.download{padding:7px 9px;color:#c9d4ff;background:#1b2440}.empty{text-align:center;color:#707c96;padding:40px}.user-list{display:flex;flex-direction:column}.user-row{display:flex;align-items:center;gap:11px;padding:12px 0;border-bottom:1px solid #202a3e}.user-row b,.user-row span{display:block}.user-row b{font-size:13px}.user-row span{font-size:11px;color:#75819b;margin-top:4px}.mini{display:flex;align-items:center;gap:6px}.mini input{width:65px;padding:7px}.success-box,.error-box{border-radius:10px;padding:10px 12px;font-size:12px;margin:8px 0 14px}.success-box{background:#102d27;color:#82e7c8;border:1px solid #21473e}.error-box{background:#311722;color:#ff9cae;border:1px solid #512635}.login-page{min-height:100vh;display:grid;place-items:center;padding:20px}.login-card{width:min(430px,100%);background:#101726e8;border:1px solid #263149;padding:34px;border-radius:22px;box-shadow:0 30px 100px #0008}.login-card .brand-mark{margin-bottom:22px}.login-card h1{margin:0 0 10px;letter-spacing:-.04em}.login-card p{color:#8d99b2;line-height:1.6;margin-bottom:24px}.login-card .primary{width:100%;margin-top:8px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:980px){.app{grid-template-columns:76px 1fr}aside{padding:20px 10px}.brand>div:not(.brand-mark),.profile>div:not(.avatar),nav button{font-size:0}.brand{padding-left:8px}.brand-mark.small{min-width:38px}nav button{justify-content:center}.profile{justify-content:center}.profile button{display:none}.create-grid,.admin-grid{grid-template-columns:1fr}.stats-row{grid-template-columns:1fr 1fr}.page{padding:28px 22px}}@media(max-width:600px){.app{display:block}aside{position:fixed;z-index:10;bottom:0;top:auto;width:100%;height:auto;display:grid;grid-template-columns:1fr;padding:8px 12px;border-right:0;border-top:1px solid #20283b}.brand,.profile{display:none}nav{flex-direction:row;justify-content:space-around}nav button{font-size:0;padding:10px 20px}.page{padding:24px 16px 90px}.page-header h1{font-size:26px}.row2,.row3,.stats-row{grid-template-columns:1fr}.page-header{align-items:flex-start;flex-direction:column}}
