*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:linear-gradient(135deg,#1a1a2e,#16213e);min-height:100vh;color:#fff}#root{min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}header{padding:1.5rem 2rem;background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}header h1{font-size:1.5rem;font-weight:600;background:linear-gradient(90deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}main{flex:1;display:flex;flex-direction:column;align-items:center;padding:2rem;gap:2rem}.generator-container{width:100%;max-width:800px;background:#ffffff0d;border-radius:16px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.prompt-section{margin-bottom:1.5rem}.prompt-section label{display:block;margin-bottom:.5rem;font-weight:500;color:#ffffffe6}.prompt-section textarea{width:100%;min-height:120px;padding:1rem;border-radius:12px;border:1px solid rgba(255,255,255,.2);background:#0000004d;color:#fff;font-size:1rem;resize:vertical;transition:border-color .3s ease}.prompt-section textarea:focus{outline:none;border-color:#667eea}.prompt-section textarea::placeholder{color:#fff6}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem}.setting-item{display:flex;flex-direction:column;gap:.5rem}.setting-item label{font-size:.875rem;color:#ffffffb3}.setting-item select,.setting-item input{padding:.75rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#0000004d;color:#fff;font-size:.875rem}.setting-item select:focus,.setting-item input:focus{outline:none;border-color:#667eea}.turnstile-container{display:flex;justify-content:center;margin-bottom:1.5rem}.generate-btn{width:100%;padding:1rem 2rem;border-radius:12px;border:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.generate-btn:hover:not(:disabled){transform:translateY(-2px)}.generate-btn:disabled{opacity:.6;cursor:not-allowed}.result-section{margin-top:2rem;text-align:center}.result-section h3{margin-bottom:1rem;color:#ffffffe6}.result-image{max-width:100%;border-radius:12px;box-shadow:0 10px 40px #0000004d}.loading-spinner{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem}.spinner{width:50px;height:50px;border:3px solid rgba(255,255,255,.1);border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-message{padding:1rem;background:#ef444433;border:1px solid rgba(239,68,68,.4);border-radius:8px;color:#fca5a5;margin-top:1rem}footer{padding:1rem 2rem;text-align:center;color:#ffffff80;font-size:.875rem;border-top:1px solid rgba(255,255,255,.1)}
