*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--brand-yellow: #F6C44E;--brand-olive: #A19F48;--brand-teal: #3A7267;--brand-coral: #E16740;--brand-sage: #CeDBBC;--bg: #0c0d0f;--bg-surface: #13151a;--bg-card: #1a1d25;--bg-hover: #21252f;--border: rgba(255,255,255,.07);--border-active: rgba(255,255,255,.15);--text-primary: #f0f2f5;--text-secondary: #8b92a5;--text-muted: #545b6b;--accent: #F6C44E;--accent-text: #0c0d0f;--accent-dim: rgba(246,196,78,.12);--accent-glow: rgba(246,196,78,.3);--sidebar-bg: #0c0d0f;--sidebar-active: #3A7267;--sidebar-active-text: #ffffff;--sidebar-text: #8b92a5;--facebook: #1877f2;--instagram: #E16740;--tiktok: #ff0050;--youtube: #ff0000;--positive: #A19F48;--negative: #f87171;--warning: #F6C44E;--neutral: #3A7267;--radius-sm: 6px;--radius: 10px;--radius-lg: 16px;--radius-xl: 24px;--shadow: 0 1px 3px rgba(0,0,0,.4), 0 4px 16px rgba(0,0,0,.2);--shadow-lg: 0 8px 32px rgba(0,0,0,.5);--font: "avenir-next", "DM Sans", system-ui, sans-serif;--mono: "DM Mono", monospace;--transition: .15s ease}[data-theme=light]{--bg: #f5f4f0;--bg-surface: #ffffff;--bg-card: #ffffff;--bg-hover: #f0ede6;--border: rgba(0,0,0,.08);--border-active: rgba(0,0,0,.18);--text-primary: #1a1a1a;--text-secondary: #4a4a4a;--text-muted: #888888;--accent: #3A7267;--accent-text: #ffffff;--accent-dim: rgba(58,114,103,.1);--accent-glow: rgba(58,114,103,.25);--sidebar-bg: #1a1d25;--sidebar-active: #F6C44E;--sidebar-active-text: #1a1a1a;--sidebar-text: #8b92a5;--positive: #A19F48;--negative: #e05252;--warning: #E16740;--neutral: #3A7267;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 4px 16px rgba(0,0,0,.06);--shadow-lg: 0 8px 32px rgba(0,0,0,.12)}html,body,#root{height:100%;background:var(--bg);color:var(--text-primary);font-family:var(--font);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;transition:background .2s ease,color .2s ease}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-active);border-radius:99px}a{color:inherit;text-decoration:none}*:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.platform-facebook{color:var(--facebook)}.platform-instagram{color:var(--instagram)}.platform-tiktok{color:var(--tiktok)}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes spin{to{transform:rotate(360deg)}}.animate-fade-in{animation:fadeIn .3s ease forwards}.animate-pulse{animation:pulse 1.5s ease infinite}.spinner{animation:spin .8s linear infinite}
