*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#fff;--card:#f8f8fa;--border:#e5e5ea;--text:#1a1a1e;--sub:#6b6b76;--muted:#9ca3af;--blue:#3b82f6;--green:#16a34a;--red:#dc2626;--orange:#ea580c;--r:16px}html,body{height:100%}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif}input:focus,textarea:focus,select:focus,button:focus-visible{outline:2px solid var(--blue);outline-offset:2px}input:focus:not(:focus-visible),textarea:focus:not(:focus-visible),button:focus:not(:focus-visible){outline:none}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pageIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.35s ease-out pageIn}@keyframes msgSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.msg-fade-in{animation:.3s ease-out msgSlideIn}.thinking-dot{background:#9ca3af;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both thinkingBounce;display:inline-block}@keyframes thinkingBounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.loading-pulse{animation:2s ease-in-out infinite loadPulse}@keyframes loadPulse{0%,to{opacity:.3}50%{opacity:1}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e5e5e5 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:6px;animation:1.5s infinite shimmer}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#d1d5db}
