:root{--bg-page:#f5f5f7;--bg-surface:#fff;--text-primary:#1d1d1f;--text-secondary:#6e6e73;--text-muted:#8e8e93;--border:#d2d2d7;--accent:#0071e3;--accent-text:#fff;--success:#34c759;--danger:#d70015}:root[data-theme=dark]{--bg-page:#1c1c1e;--bg-surface:#2c2c2e;--text-primary:#f5f5f7;--text-secondary:#a1a1a6;--text-muted:#8e8e93;--border:#48484a;--accent:#0a84ff;--accent-text:#fff;--success:#30d158;--danger:#ff453a}html,body{background:var(--bg-page);color:var(--text-primary);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Yu Gothic,sans-serif}@keyframes thinking-bounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.thinking-dot{background:currentColor;border-radius:50%;width:6px;height:6px;margin:0 2px;animation:1.2s ease-in-out infinite thinking-bounce;display:inline-block}.thinking-dot:nth-child(2){animation-delay:.2s}.thinking-dot:nth-child(3){animation-delay:.4s}
