:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;--bg: #0a0a0a;--surface: #141414;--border: rgba(255, 255, 255, .08);--border-hover: rgba(255, 255, 255, .16);--accent: #6366f1;--accent-hover: #818cf8;--text: #fafafa;--text-muted: rgba(255, 255, 255, .5)}*{box-sizing:border-box;margin:0}html,body,#root{min-height:100vh;background:var(--bg);color:var(--text)}.app{max-width:52rem;margin:0 auto;padding:2.5rem 1.5rem 3rem}.header{text-align:center;margin-bottom:2rem}.logo{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-bottom:.4rem;color:var(--accent)}.logo h1{font-size:1.6rem;font-weight:700;letter-spacing:-.03em;color:var(--text)}.subtitle{color:var(--text-muted);font-size:.95rem}.input-section{margin-bottom:1.5rem}.prompt-row{display:flex;gap:.75rem;align-items:stretch}.prompt-input{flex:1;resize:none;padding:.85rem 1rem;font-size:.95rem;font-family:inherit;background:var(--surface);border:1px solid var(--border);border-radius:.75rem;color:var(--text);outline:none;transition:border-color .2s}.prompt-input:focus{border-color:var(--accent)}.prompt-input::placeholder{color:var(--text-muted)}.generate-btn{display:flex;align-items:center;gap:.5rem;padding:0 1.5rem;font-size:.95rem;font-weight:600;font-family:inherit;background:var(--accent);color:#fff;border:none;border-radius:.75rem;cursor:pointer;white-space:nowrap;transition:background .2s,opacity .2s}.generate-btn:hover:not(:disabled){background:var(--accent-hover)}.generate-btn:disabled{opacity:.4;cursor:not-allowed}.spinner{width:20px;height:20px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.style-selector{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.85rem}.style-chip{padding:.35rem .8rem;font-size:.8rem;font-family:inherit;background:var(--surface);border:1px solid var(--border);border-radius:2rem;color:var(--text-muted);cursor:pointer;transition:all .2s}.style-chip:hover{border-color:var(--border-hover);color:var(--text)}.style-chip.active{background:var(--accent);border-color:var(--accent);color:#fff}.examples{margin-top:1.25rem}.examples-label{font-size:.8rem;color:var(--text-muted);display:block;margin-bottom:.5rem}.example-chips{display:flex;flex-wrap:wrap;gap:.4rem}.example-chip{padding:.3rem .7rem;font-size:.78rem;font-family:inherit;background:transparent;border:1px solid var(--border);border-radius:.5rem;color:var(--text-muted);cursor:pointer;transition:all .2s}.example-chip:hover{border-color:var(--accent);color:var(--accent)}.error-banner{padding:.75rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:.75rem;color:#fca5a5;font-size:.9rem;margin-bottom:1.5rem}.loading-area{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem 0}.loading-pulse{width:64px;height:64px;border-radius:1rem;background:linear-gradient(135deg,var(--accent),#a78bfa);animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1)}}.loading-area p{color:var(--text-muted);font-size:.9rem}.result-section{margin-bottom:2rem}.result-card{background:var(--surface);border:1px solid var(--border);border-radius:1rem;overflow:hidden}.result-image{width:100%;display:block;aspect-ratio:1;object-fit:cover}.result-meta{padding:1rem 1.25rem}.result-prompt{font-size:.95rem;color:var(--text-muted);font-style:italic;margin-bottom:.75rem}.result-actions{display:flex;gap:.5rem}.action-btn{display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-family:inherit;background:transparent;border:1px solid var(--border);border-radius:.5rem;color:var(--text-muted);cursor:pointer;transition:all .2s}.action-btn:hover{border-color:var(--border-hover);color:var(--text)}.gallery-section{margin-bottom:2rem}.gallery-section h2{font-size:1.1rem;font-weight:600;margin-bottom:1rem;letter-spacing:-.01em}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(9rem,1fr));gap:.75rem}.gallery-item{position:relative;aspect-ratio:1;border-radius:.75rem;overflow:hidden;border:1px solid var(--border);background:var(--surface);cursor:pointer;padding:0;transition:border-color .2s,transform .2s}.gallery-item:hover{border-color:var(--accent);transform:translateY(-2px)}.gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-prompt{position:absolute;bottom:0;left:0;right:0;padding:.4rem .5rem;font-size:.7rem;font-family:inherit;background:linear-gradient(transparent,#000000d9);color:#ffffffe6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.footer{text-align:center;font-size:.8rem;color:var(--text-muted);padding-top:1rem;border-top:1px solid var(--border)}.footer a{color:var(--accent);text-decoration:none}.footer a:hover{text-decoration:underline}
