@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root,[data-theme=light]{--bg-page: #fafaf9;--bg-card: #ffffff;--text: #1a1a2e;--text-muted: #6b7280;--border: #e5e7eb}[data-theme=dark]{--bg-page: #0f172a;--bg-card: #1e293b;--text: #f1f5f9;--text-muted: #94a3b8;--border: #334155}body{font-family:DM Sans,-apple-system,sans-serif;color:var(--text);background:var(--bg-page);transition:background .2s,color .2s}input,button,select{font-family:inherit}[data-theme=dark] input::placeholder{color:#64748b}[data-theme=dark] main [style*="background: #fff"],[data-theme=dark] main [style*="background:#fff"],[data-theme=dark] main [style*="background: rgb(255, 255, 255)"]{background:var(--bg-card)!important;border-color:var(--border)!important;color:var(--text)!important}[data-theme=dark] main [style*="background: #f8fafc"],[data-theme=dark] main [style*="background:#f8fafc"]{background:#1e293b!important;border-color:var(--border)!important}[data-theme=dark] main [style*="background: #f1f5f9"],[data-theme=dark] main [style*="background:#f1f5f9"]{background:#334155!important;border-color:var(--border)!important}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
