*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#0d0f14;--bg-secondary:#161921;--bg-card:#1c1f2a;--bg-card-hover:#222637;--border:#2a2d3e;--border-light:#353850;--text-primary:#e8eaf0;--text-secondary:#8b8fa8;--text-muted:#555870;--input-bg:#1c1f2a;--shadow:0 4px 24px #0006;--shadow-card:0 2px 16px #0000004d;--radius:12px;--radius-sm:8px}body{background-color:#0d0f14;background-color:var(--bg-primary);color:#e8eaf0;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;overflow-x:hidden}.app,body{min-height:100vh}.app{display:flex;flex-direction:column}.app-main{flex:1 1;margin:0 auto;max-width:1400px;padding:24px 20px 40px;width:100%}.app-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#0d0f14,#161921);border-bottom:1px solid #2a2d3e;border-bottom:1px solid var(--border);padding:28px 24px;position:-webkit-sticky;position:sticky;text-align:center;top:0;z-index:50}.header-content{margin:0 auto;max-width:700px}.app-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e8eaf0 30%,#8b8fa8);-webkit-background-clip:text;background-clip:text;font-size:clamp(1.6rem,4vw,2.4rem);font-weight:700;letter-spacing:-.03em;margin-bottom:6px}.app-subtitle{color:#8b8fa8;color:var(--text-secondary);font-size:.95rem;font-weight:400}.question-banner{align-items:flex-start;background:#161921;background:var(--bg-secondary);border:1px solid #2a2d3e;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);display:flex;gap:10px;margin-bottom:24px;padding:12px 18px}.question-label{color:#555870;color:var(--text-muted);font-size:.8rem;font-weight:600;letter-spacing:.08em;margin-top:1px;text-transform:uppercase;white-space:nowrap}.question-text{color:#e8eaf0;color:var(--text-primary);font-size:.95rem;font-style:italic}.cards-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(3,1fr)}@media (max-width:1100px){.cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:680px){.cards-grid{grid-template-columns:1fr}}.cards-grid>.character-card:nth-child(5){grid-column:2}@media (max-width:1100px){.cards-grid>.character-card:nth-child(5){grid-column:1/-1;margin:0 auto;max-width:520px;width:100%}}@media (max-width:680px){.cards-grid>.character-card:nth-child(5){grid-column:1;margin:0;max-width:none}}.character-card{background:#1c1f2a;background:var(--bg-card);border:1px solid #2a2d3e;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);box-shadow:0 2px 16px #0000004d;box-shadow:var(--shadow-card);display:flex;flex-direction:column;min-height:260px;overflow:hidden;transition:border-color .2s,box-shadow .2s}.character-card.streaming{border-color:#555;border-color:var(--char-color,#555);box-shadow:0 0 0 1px #555,0 2px 16px #0000004d;box-shadow:0 0 0 1px var(--char-color,#555),var(--shadow-card)}.character-card.done{border-color:#353850;border-color:var(--border-light)}.card-header{gap:12px;padding:16px 18px 14px}.card-header,.character-avatar{align-items:center;display:flex}.character-avatar{border-radius:50%;color:#fff;flex-shrink:0;font-size:.75rem;font-weight:700;height:44px;justify-content:center;letter-spacing:.04em;width:44px}.character-info{flex:1 1;min-width:0}.character-name{color:#e8eaf0;color:var(--text-primary);font-size:1rem;font-weight:600}.character-name,.character-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.character-title{color:#555870;color:var(--text-muted);font-size:.75rem;margin-top:1px}.status-indicator{align-items:center;display:flex;flex-shrink:0;justify-content:center;width:20px}.pulse-dot{animation:pulse 1.2s ease-in-out infinite;border-radius:50%;height:8px;width:8px}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.done-check{font-size:1rem;font-weight:700}.card-divider{flex-shrink:0;height:2px;opacity:.7}.card-body{flex:1 1;overflow-y:auto;padding:16px 18px 18px;scrollbar-color:#2a2d3e #0000;scrollbar-color:var(--border) #0000;scrollbar-width:thin}.card-body::-webkit-scrollbar{width:4px}.card-body::-webkit-scrollbar-track{background:#0000}.card-body::-webkit-scrollbar-thumb{background:#2a2d3e;background:var(--border);border-radius:2px}.placeholder-text{color:#555870;color:var(--text-muted);font-size:.875rem;font-style:italic;padding:20px 0;text-align:center}.response-text{color:#e8eaf0;color:var(--text-primary);font-size:.9rem;line-height:1.7;word-break:break-word}.response-text p{margin:0 0 .6em}.response-text p:last-child{margin-bottom:0}.response-text strong{color:#e8eaf0;font-weight:600}.response-text em{color:#b0b4c8;font-style:italic}.response-text ol,.response-text ul{margin:.4em 0 .6em;padding-left:1.4em}.response-text li{margin-bottom:.25em}.response-text h1,.response-text h2,.response-text h3{color:#e8eaf0;color:var(--text-primary);font-weight:600;line-height:1.3;margin:.8em 0 .3em}.response-text h1{font-size:1rem}.response-text h2{font-size:.95rem}.response-text h3{font-size:.9rem}.response-text blockquote{border-left:3px solid #555;border-left:3px solid var(--char-color,#555);color:#8b8fa8;color:var(--text-secondary);font-style:italic;margin:.5em 0;padding:.2em .8em}.response-text code{border:1px solid #2a2d3e;border:1px solid var(--border);border-radius:4px;font-family:Consolas,Courier New,monospace;font-size:.82rem;padding:.1em .4em}.response-text code,.response-text pre{background:#0d0f14;background:var(--bg-primary)}.response-text pre{border:1px solid #2a2d3e;border:1px solid var(--border);border-radius:6px;margin:.5em 0;overflow-x:auto;padding:.75em 1em}.response-text pre code{background:none;border:none;padding:0}.cursor-blink{animation:blink .8s step-end infinite;border-left:2px solid;display:inline-block;height:1em;margin-left:2px;vertical-align:text-bottom;width:2px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.app-footer{background:linear-gradient(0deg,#0d0f14 70%,#0000);background:linear-gradient(to top,var(--bg-primary) 70%,#0000);bottom:0;padding:16px 20px 24px;position:-webkit-sticky;position:sticky;z-index:50}.chat-input-wrapper{margin:0 auto;max-width:860px}.chat-input-form{display:flex;flex-direction:column;gap:8px}.input-container{align-items:flex-end;background:#1c1f2a;background:var(--input-bg);border:1px solid #353850;border:1px solid var(--border-light);border-radius:14px;box-shadow:0 4px 24px #0006;box-shadow:var(--shadow);display:flex;gap:10px;padding:10px 10px 10px 16px;transition:border-color .2s,box-shadow .2s}.input-container:focus-within{border-color:#4a90d9;box-shadow:0 0 0 2px #4a90d926,0 4px 24px #0006;box-shadow:0 0 0 2px #4a90d926,var(--shadow)}.chat-textarea{background:#0000;border:none;color:#e8eaf0;color:var(--text-primary);flex:1 1;font-family:inherit;font-size:.95rem;line-height:1.5;max-height:160px;min-height:24px;outline:none;overflow-y:auto;resize:none;scrollbar-width:thin}.chat-textarea::placeholder{color:#555870;color:var(--text-muted)}.chat-textarea:disabled{cursor:not-allowed;opacity:.6}.send-button{align-items:center;background:#4a90d9;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;transition:background .2s,opacity .2s,transform .1s;width:40px}.send-button svg{height:18px;width:18px}.send-button:hover:not(:disabled){background:#5a9fe4;transform:translateY(-1px)}.send-button:active:not(:disabled){transform:translateY(0)}.send-button:disabled{cursor:not-allowed;opacity:.5}.send-button.loading{background:#3a7abf}.spinner{animation:spin .7s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@keyframes spin{to{transform:rotate(1turn)}}.input-hint{color:#555870;color:var(--text-muted);font-size:.75rem;text-align:center}
/*# sourceMappingURL=main.ea7fcc69.css.map*/