:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,sans-serif;background:#101114;color:#f6f5f3}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 50% -10%,#35274d 0,#101114 45%)}button,input,textarea,select{font:inherit}button{min-height:48px;border:1px solid #3b3b43;border-radius:14px;padding:.75rem 1rem;background:#24242a;color:inherit;cursor:pointer}.button-link{display:inline-grid;place-items:center;min-height:48px;border:1px solid #3b3b43;border-radius:14px;padding:.75rem 1rem;background:#24242a;color:inherit;text-decoration:none}.primary{border:0;background:linear-gradient(135deg,#9668ff,#7144d8);font-weight:700}.shell{min-height:100vh;padding:1rem}.shell.access,.shell.focus{display:grid;place-items:center}.card{width:min(100%,420px);padding:2rem;border:1px solid #34343c;border-radius:24px;background:#19191ef0;box-shadow:0 24px 80px #0008}.access .card{text-align:center}.mark{display:inline-grid;place-items:center;width:52px;height:52px;border-radius:16px;background:#8c5cf4;color:#fff;font-size:1.5rem}.mark.small{width:32px;height:32px;border-radius:10px;margin-right:.65rem;font-size:1rem}label{display:grid;gap:.45rem;margin:1rem 0;text-align:left;color:#cbc9d0}input,textarea,select{width:100%;border:1px solid #42424a;border-radius:12px;padding:.85rem;background:#17171b;color:#fff}textarea{min-height:110px;resize:vertical}.access form .primary{width:100%}.error{color:#ff9b9b}header{max-width:760px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.status{color:#f2bd65;font-size:.85rem}.status.online{color:#75d99b}.header-actions{display:flex;align-items:center;gap:.75rem}.compact{min-height:36px;padding:.4rem .7rem;font-size:.85rem}.composer{max-width:680px;margin:12vh auto 0}.composer h1{font-size:clamp(2rem,8vw,4rem);margin:.2rem 0 2rem}.eyebrow,.hint{color:#a9a6b0}.hint{font-size:.85rem}.prompt-label{color:#f6f5f3;font-weight:600}.prompt-label textarea{min-height:180px}.actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem}.backdrop{position:fixed;inset:0;display:grid;place-items:center;padding:1rem;background:#000a}.settings{max-height:92vh;overflow:auto}.settings h2{margin-top:0}.generation{text-align:center}.spinner{width:56px;height:56px;margin:0 auto 1.5rem;border:5px solid #393541;border-top-color:#9668ff;border-radius:50%;animation:spin 1s linear infinite}.generated-images-card{width:min(100%,760px);text-align:center}.generated-images-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:1.5rem 0}.generated-images-grid img{display:block;width:100%;border-radius:16px;background:#0b0b0d}.generated-images-grid .actions{justify-content:center}.generated-images-grid .actions>*{flex:1}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:520px){header{align-items:flex-start}.status{max-width:130px;text-align:right}.composer{margin-top:10vh}.card{padding:1.4rem}.actions>*{flex:1}}
