@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{--bg-dark:#0a0a0a;--ai-accent:#e50914;--ai-accent-hover:#b91c1c;--success:#10b981;--error:#ef4444;--glass-bg:#ffffff08;--glass-border:#ffffff14;--text-main:#f8fafc;--text-muted:#94a3b8}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-main);min-height:100vh;font-family:Space Grotesk,system-ui,sans-serif;overflow-x:hidden}body:before,body:after{content:"";filter:blur(120px);opacity:.15;z-index:-1;pointer-events:none;border-radius:50%;width:60vw;height:60vh;animation:20s ease-in-out infinite float;position:fixed}body:before{background:var(--ai-accent);top:-100px;left:-200px}body:after{background:#7f1d1d;animation-delay:-10s;bottom:-100px;right:-200px}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(50px,50px)}}#root{width:100%}.app-container{flex-direction:column;max-width:1000px;min-height:100vh;margin:0 auto;padding:3rem 1.5rem;display:flex}.header{text-align:center;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:2.5rem;display:flex}.header h1{letter-spacing:-.03em;background:linear-gradient(90deg,#fff,#fca5a5);-webkit-text-fill-color:transparent;-webkit-background-clip:text;justify-content:center;align-items:center;gap:.75rem;margin:0;font-size:3rem;font-weight:700;display:flex}.title-icon{width:36px;height:36px;color:var(--ai-accent)}.header p{color:var(--text-muted);margin:0;font-size:1.15rem}.mode-toggle{border:1px solid var(--glass-border);background:#0006;border-radius:999px;margin-top:1rem;padding:.25rem;display:flex}.toggle-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.6rem 2rem;font-size:.95rem;font-weight:600;transition:all .2s}.toggle-btn.active{background:var(--ai-accent);color:#fff;box-shadow:0 4px 12px #e509144d}.main-content{flex-direction:column;gap:2rem;width:100%;display:flex}@media (width>=900px){.main-content{flex-direction:row;align-items:stretch}}.controls-container{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(12px);border-radius:20px;flex-direction:column;flex:1;align-items:flex-start;gap:1.5rem;padding:2rem;display:flex}.controls-header{color:#fff;align-items:center;gap:.5rem;margin:0;font-size:1.25rem;font-weight:600;display:flex}.form-wrapper{flex-direction:column;gap:1.5rem;width:100%;display:flex}.prompt-area{border:1px solid var(--glass-border);width:100%;color:var(--text-main);resize:vertical;background:#0006;border-radius:12px;outline:none;min-height:150px;padding:1.25rem;font-family:inherit;font-size:1rem;line-height:1.5;transition:all .2s}.prompt-area:focus{border-color:var(--ai-accent);box-shadow:0 0 0 3px #e5091426}.generate-btn{background:var(--ai-accent);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;height:52px;padding:1rem 1.5rem;font-size:1.05rem;font-weight:600;transition:all .2s;display:flex}.generate-btn:hover:not(:disabled){background:var(--ai-accent-hover);transform:translateY(-2px)}.generate-btn:active:not(:disabled){transform:translateY(0)}.generate-btn:disabled{opacity:.5;cursor:not-allowed}.btn-icon{width:18px;height:18px}.stage-container{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(12px);border-radius:20px;flex-direction:column;flex:1.5;justify-content:center;align-items:center;min-height:400px;padding:2rem;display:flex}.preview-wrapper{aspect-ratio:1;background:#0000004d;border-radius:16px;justify-content:center;align-items:center;width:100%;max-width:500px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 2px 10px #0000004d}.preview-wrapper.text-mode{aspect-ratio:unset;justify-content:flex-start;align-items:flex-start;max-width:100%;height:100%;min-height:350px}.generated-text-result{text-align:left;width:100%;height:100%;color:var(--text-main);white-space:pre-wrap;padding:2rem;font-size:1.1rem;line-height:1.7;overflow-y:auto}.generated-text-result::-webkit-scrollbar{width:6px}.generated-text-result::-webkit-scrollbar-track{background:0 0}.generated-text-result::-webkit-scrollbar-thumb{background:var(--glass-border);border-radius:4px}.generated-text-result::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.typing-container{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:100%;height:100%;display:flex}.pulse-wrapper{gap:8px;display:flex}.pulse-dot{background-color:var(--ai-accent);border-radius:50%;width:12px;height:12px;animation:1.4s ease-in-out infinite both typingPulse}.pulse-dot:first-child{animation-delay:-.32s}.pulse-dot:nth-child(2){animation-delay:-.16s}@keyframes typingPulse{0%,80%,to{opacity:.3;transform:scale(0)}40%{opacity:1;box-shadow:0 0 10px var(--ai-accent);transform:scale(1.1)}}.typing-text{color:var(--text-muted);margin:0;font-size:1.1rem;font-weight:500;animation:2s ease-in-out infinite textBlink}@keyframes textBlink{0%,to{opacity:1}50%{opacity:.5}}.empty-state{color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;width:100%;height:100%;padding:2rem;display:flex}.empty-icon{opacity:.3;width:48px;height:48px}.error-state{color:var(--error)}.error-icon{width:48px;height:48px;color:var(--error)}.generated-image{object-fit:cover;width:100%;height:100%;animation:.6s ease-out forwards revealImage}@keyframes revealImage{0%{opacity:0;filter:blur(10px);transform:scale(.95)}to{opacity:1;filter:blur();transform:scale(1)}}.stage-helper-text{color:var(--text-muted);text-align:center;margin-top:1.5rem;font-size:.95rem}
