@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;600&display=swap";:root{font-family:Manrope,Segoe UI,sans-serif;line-height:1.6;font-weight:500;color:#0f172a;background-color:#0a0f1f;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 20% 20%,rgba(66,194,255,.12),transparent 28%),radial-gradient(circle at 78% 0%,rgba(29,229,160,.16),transparent 26%),linear-gradient(140deg,#0b1225,#0f1b33 55%,#0a0f1f)}#root{min-height:100vh}a{color:inherit}.page-shell{max-width:1000px;margin:40px auto 60px;padding:0 22px;display:flex;flex-direction:column;gap:18px}.chat-card,.tips-card{background:#101628bf;border:1px solid rgba(255,255,255,.08);border-radius:18px;box-shadow:0 24px 80px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.chat-card{padding:20px 20px 16px}.chat-title{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px}.eyebrow{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#9ab3df;margin:0}.chat-title h1{margin:6px 0;font-size:24px;letter-spacing:-.01em;color:#f6f8ff}.lede{margin:0;color:#c1cbe0}.status-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#ffffff0f;font-weight:600;color:#e4ebff}.status-chip.minimal{box-shadow:none;border:1px solid rgba(255,255,255,.1)}.status-chip .dot{width:8px;height:8px;border-radius:50%;background:#7d8aa4}.status-chip .dot.active{background:#2acb7a;box-shadow:0 0 0 5px #2acb7a29}.messages{display:flex;flex-direction:column;gap:10px;max-height:520px;overflow-y:auto;padding-right:2px}.bubble{padding:12px 14px;border-radius:14px;border:1px solid #24314a;color:#e8efff;background:#161f32}.bubble.assistant{background:linear-gradient(170deg,#588bff29,#22365ce6);border-color:#2d4061}.bubble.user{background:linear-gradient(170deg,#31c99829,#1a2e35e6);border-color:#264b42;align-self:flex-end}.bubble.ghost{opacity:.8}.meta{display:flex;gap:8px;align-items:center;margin-bottom:6px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#96a8c8}.meta .role{font-weight:700;color:#f6f8ff}.subtle{color:#9fb0cc;font-size:13px}.content{margin:0;white-space:pre-wrap;line-height:1.55}.typing{letter-spacing:.2em}.typing-inline{margin-top:6px;color:#c7d4ef;font-size:14px}.error-card{margin-top:10px;padding:12px 14px;border-radius:12px;background:#ff48481a;color:#ffdede;border:1px solid rgba(255,72,72,.3)}.quick-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:8px;margin:14px 0 6px}.ghost-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:10px 12px;color:#e8efff;text-align:left;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.ghost-btn:hover{transform:translateY(-1px);box-shadow:0 10px 28px #0003;border-color:#42c2ff4d}.composer{margin-top:10px;display:flex;flex-direction:column;gap:8px}.input-row{background:#42c2ff4d;border-radius:14px;border:1px solid #e4e9f2;padding:10px;display:flex;flex-direction:column;gap:8px}.composer textarea{width:100%;resize:vertical;min-height:80px;background:#0f172a;color:#e8efff;border:1px solid #24314a;border-radius:12px;padding:12px;font-size:15px;line-height:1.5;font-family:Manrope,Segoe UI,sans-serif}.composer textarea::placeholder{color:#7d8aa4}.actions{display:flex;justify-content:flex-end;gap:8px}.actions button{border-radius:12px;padding:10px 18px;border:1px solid transparent;cursor:pointer;font-weight:700}.actions .primary{background:linear-gradient(135deg,#1de5a0,#42c2ff);color:#041024;box-shadow:0 12px 30px #42c2ff2e}.actions .primary:disabled{opacity:.6;cursor:not-allowed}.actions .secondary{background:#ffffff0f;color:#e8efff;border-color:#ffffff1f}.hint{margin:0;color:#9fb0cc;font-size:13px}.tips-card{padding:18px 20px}.tips-card h3{margin:0 0 8px;font-size:18px;color:#f6f8ff}.tips-card ul{margin:0;padding-left:18px;color:#c1cbe0;line-height:1.6}@media(max-width:640px){.page-shell{margin:26px auto 40px}.chat-title{flex-direction:column;align-items:flex-start}.actions{flex-direction:column}.actions button{width:100%;justify-content:center}}
