@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root,[data-theme=dark]{--color-bg:#0f0f11;--color-surface:#1a1a1f;--color-border:#2a2a32;--color-text:#f1f1f5;--color-muted:#8b8b9a;--color-primary:#e89a82;--color-primary-hover:#cc7a64;--color-primary-strong:#b56549;--color-primary-soft:#cc7a6424;--color-primary-fg:#1a0a05;--color-success:#22c55e;--color-warning:#f59e0b;--color-error:#ef4444;--color-info:#3b82f6;--color-nav-bg:#0f0f11d1;--radius:8px;--font:"Inter",system-ui,-apple-system,sans-serif}[data-theme=light]{--color-bg:#f8f8fc;--color-surface:#fff;--color-border:#e2e2ea;--color-text:#111118;--color-muted:#6b6b7e;--color-primary:#cc7a64;--color-primary-hover:#b56549;--color-primary-strong:#9a4f37;--color-primary-soft:#cc7a641a;--color-primary-fg:#fff;--color-success:#16a34a;--color-warning:#d97706;--color-error:#dc2626;--color-info:#2563eb;--color-nav-bg:#f8f8fce0}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{min-width:380px;height:100%;overflow-x:hidden}body{font-family:var(--font);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}a{color:inherit;text-decoration:none}button,input,textarea,select{font-family:inherit}.ce-highlight-pulse{animation:1.4s ease-out ce-pulse}@keyframes ce-pulse{0%{box-shadow:0 0 #3b82f68c}40%{box-shadow:0 0 0 8px #3b82f614}to{box-shadow:0 0 #3b82f600}}