*{box-sizing:border-box;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}html,body,#root{height:100%;margin:0}body{background:linear-gradient(135deg,#0f172a,#020617);color:#e5e7eb}.page{width:100%;height:100vh;display:flex;flex-direction:column;background:#0f172ad9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-header{height:64px;display:flex;align-items:center;gap:12px;padding:0 20px;background:linear-gradient(90deg,#2563eb,#4f46e5);color:#fff;box-shadow:0 6px 20px #00000040;flex-shrink:0}.app-header h3{margin:0;font-weight:600;letter-spacing:.3px}.chat-window{flex:1;width:100%;padding:24px;overflow-y:auto}.msg{display:flex;margin-bottom:14px}.msg.user{justify-content:flex-end}.msg.assistant{justify-content:flex-start}.bubble{max-width:720px;padding:14px 16px;border-radius:16px;line-height:1.6;font-size:14.5px;animation:fadeUp .25s ease}.msg.user .bubble{background:linear-gradient(135deg,#22c55e,#16a34a);color:#052e16;border-bottom-right-radius:4px}.msg.assistant .bubble{background:#1e293bf2;color:#e5e7eb;border-bottom-left-radius:4px;box-shadow:inset 0 0 0 1px #ffffff0d}.quick-actions{width:100%;display:flex;gap:10px;padding:12px 16px;flex-wrap:wrap;background:#020617e6;border-top:1px solid rgba(255,255,255,.08)}.quick-actions button{background:#6366f126;border:1px solid rgba(99,102,241,.4);color:#c7d2fe;padding:8px 14px;border-radius:999px;cursor:pointer;font-size:13px;transition:all .2s ease}.quick-actions button:hover{background:#4f46e5;color:#fff;transform:translateY(-1px)}.input-box{width:100%;display:flex;gap:10px;padding:14px 16px;background:#020617f2;border-top:1px solid rgba(255,255,255,.08)}.input-box input{flex:1;background:#0f172ae6;border:1px solid rgba(255,255,255,.1);color:#e5e7eb;padding:12px 14px;border-radius:10px;font-size:14px;outline:none}.input-box input:focus{border-color:#6366f1;box-shadow:0 0 0 1px #6366f1}.input-box button{background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;color:#fff;padding:0 20px;border-radius:10px;cursor:pointer;font-weight:600;transition:all .2s ease}.input-box button:hover{opacity:.9;transform:translateY(-1px)}.input-box button:disabled{opacity:.6;cursor:not-allowed}@keyframes fadeUp{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
