@import "https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;700&display=swap";:root{--color-primary:#06c755;--color-primary-dark:#05a647;--color-primary-light:#e8f8ee;--color-secondary:#00b900;--color-accent:#00e676;--color-bg:#f0f4f3;--color-surface:#fff;--color-text:#1a1a2e;--color-text-secondary:#6b7280;--color-text-muted:#9ca3af;--color-error:#ef4444;--color-success:#10b981;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--transition-fast:.15s cubic-bezier(.4,0,.2,1);--transition-base:.25s cubic-bezier(.4,0,.2,1);--transition-slow:.35s cubic-bezier(.4,0,.2,1)}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background:var(--color-bg);color:var(--color-text);min-height:100vh;font-family:Prompt,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}@media (width<=480px){html{font-size:15px}}@media (width>=768px){html{font-size:16px}}@media (width>=1024px){html{font-size:17px}}
