*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:linear-gradient(135deg,#0f0f1a,#1a1a2e,#16213e);background-attachment:fixed;color:#e4e4e7;min-height:100vh;min-height:100dvh;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;min-height:100dvh}@supports (-webkit-touch-callout: none){input,textarea,select{font-size:16px!important}}.app{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:#09090b}.header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.06);background:#09090bcc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);position:sticky;top:0;z-index:100}.header-content h1{font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,#a78bfa,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.settings-toggle{width:40px;height:40px;border-radius:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;-webkit-tap-highlight-color:transparent}.settings-toggle:hover{background:#ffffff14}.settings-icon{font-size:1.125rem}.settings-icon.warning{animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.settings-panel{padding:16px 20px;background:#18181b99;border-bottom:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:16px}.settings-row{display:flex;flex-direction:column;gap:8px}.settings-row>label{font-size:.75rem;font-weight:600;color:#71717a;text-transform:uppercase;letter-spacing:.05em}.api-key-input-group{display:flex;gap:8px}.api-key-input-group input{flex:1;min-width:0;padding:10px 12px;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#e4e4e7;font-size:.875rem}.api-key-input-group input:focus{outline:none;border-color:#8b5cf6}.api-key-input-group input::placeholder{color:#3f3f46}.api-key-saved{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#22c55e1a;border:1px solid rgba(34,197,94,.2);border-radius:8px}.api-key-saved span{color:#86efac;font-size:.875rem}.model-select-group{display:flex;flex-direction:column;gap:8px}.model-select{padding:10px 36px 10px 12px;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#e4e4e7;font-size:.875rem;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2371717a' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.model-select:focus{outline:none;border-color:#8b5cf6}.model-select option{background:#18181b;color:#e4e4e7}.custom-model-input{padding:10px 12px;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#e4e4e7;font-size:.875rem;font-family:ui-monospace,monospace}.custom-model-input:focus{outline:none;border-color:#8b5cf6}.btn{padding:10px 16px;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s;-webkit-tap-highlight-color:transparent;background:#ffffff0d;color:#e4e4e7;border:1px solid rgba(255,255,255,.1)}.btn:hover{background:#ffffff1a}.btn-sm{padding:8px 12px;font-size:.8125rem}.btn-primary{background:#8b5cf6;color:#fff;border:none}.btn-primary:hover:not(:disabled){background:#7c3aed}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-danger{background:transparent;color:#f87171;border:1px solid rgba(248,113,113,.3)}.btn-danger:hover{background:#f871711a}.main-content{flex:1;padding:24px 20px;max-width:700px;margin:0 auto;width:100%;display:flex;flex-direction:column;gap:24px}.prompt-section{display:flex;flex-direction:column;gap:16px}.prompt-textarea{width:100%;min-height:160px;padding:16px;background:#18181b99;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#e4e4e7;font-size:1rem;font-family:inherit;resize:vertical;line-height:1.6;transition:border-color .2s}.prompt-textarea:focus{outline:none;border-color:#8b5cf6}.prompt-textarea::placeholder{color:#52525b;line-height:1.6}.reference-section{background:#18181b66;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:16px}.reference-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.reference-label{font-size:.8125rem;font-weight:600;color:#a1a1aa;display:flex;align-items:center;gap:8px}.optional-badge{font-size:.6875rem;font-weight:500;color:#52525b;background:#ffffff0d;padding:2px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.03em}.reference-count{font-size:.75rem;color:#52525b}.reference-area{display:flex;gap:10px;flex-wrap:wrap;min-height:70px;padding:8px;border:2px dashed rgba(255,255,255,.08);border-radius:8px;transition:all .2s}.reference-area.drag-over{border-color:#8b5cf6;background:#8b5cf60d}.reference-thumb{position:relative;width:70px;height:70px;border-radius:8px;overflow:hidden;flex-shrink:0}.reference-thumb img{width:100%;height:100%;object-fit:cover}.remove-thumb{position:absolute;top:4px;right:4px;width:20px;height:20px;border-radius:50%;background:#000000b3;border:none;color:#fff;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s;line-height:1;padding-bottom:1px}.reference-thumb:hover .remove-thumb{opacity:1}.add-reference{width:70px;height:70px;border-radius:8px;border:1px dashed rgba(255,255,255,.15);background:transparent;color:#52525b;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;transition:all .2s;-webkit-tap-highlight-color:transparent}.add-reference:hover{border-color:#8b5cf6;color:#8b5cf6;background:#8b5cf60d}.add-reference span{font-size:.6875rem;font-weight:500}.reference-hint{font-size:.75rem;color:#3f3f46;margin-top:10px;text-align:center}.generate-btn{width:100%;padding:16px 24px;border-radius:12px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border:none;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s;-webkit-tap-highlight-color:transparent}.generate-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 24px #8b5cf659}.generate-btn:active:not(:disabled){transform:translateY(0)}.generate-btn:disabled{opacity:.5;cursor:not-allowed}.btn-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-section{background:#18181b99;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:24px;text-align:center}.progress-bar{width:100%;height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden;margin-bottom:20px}.progress-fill{height:100%;background:linear-gradient(90deg,#8b5cf6,#a78bfa,#8b5cf6);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:2px;transition:width .3s ease-out}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.loading-status{display:flex;flex-direction:column;align-items:center;gap:12px}.loading-dots{display:flex;gap:6px}.loading-dots span{width:8px;height:8px;background:#8b5cf6;border-radius:50%;animation:bounce 1.4s ease-in-out infinite}.loading-dots span:nth-child(1){animation-delay:0s}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.loading-status p{font-size:.875rem;color:#71717a}.error{padding:14px 16px;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:10px;color:#fca5a5;font-size:.875rem}.output-section{background:#18181b99;border:1px solid rgba(255,255,255,.06);border-radius:12px;overflow:hidden}.output-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.06);font-size:.8125rem;font-weight:600;color:#a1a1aa}.generated-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1rem}.generated-image{width:100%;border-radius:8px;cursor:pointer;transition:transform .2s}.generated-image:hover{transform:scale(1.02)}.reasoning-container{margin-top:2rem;background:#ffffff0d;border-radius:8px;overflow:hidden}.reasoning-container details{width:100%}.reasoning-container summary{padding:1rem;cursor:pointer;background:#ffffff0d;font-weight:500;color:#a0a0b0;-webkit-user-select:none;user-select:none}.reasoning-container summary:hover{color:#fff;background:#ffffff1a}.reasoning-content{padding:1.5rem;font-size:.9rem;line-height:1.6;color:#d0d0e0;background:#0003;white-space:pre-wrap}.response-text-container{margin-top:2rem;padding:1.5rem;background:#ffffff0d;border-radius:8px;line-height:1.6}.api-key-notice{position:fixed;bottom:0;left:0;right:0;padding:16px 20px;background:#18181bf2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.06);text-align:center}.api-key-notice p{font-size:.875rem;color:#71717a}.api-key-notice strong{color:#a78bfa}@media(max-width:640px){.header{padding:12px 16px}.main-content{padding:20px 16px;gap:20px}.prompt-textarea{min-height:140px;font-size:1rem}.reference-section{padding:14px}.reference-thumb,.add-reference{width:60px;height:60px}.generate-btn{padding:14px 20px}}@media(min-width:768px){.main-content{padding:40px 24px}.prompt-textarea{min-height:180px}}
