:root{--background:#f0f4f1;--foreground:#0f1a14;--surface:#ffffff;--border:#e2e8e4;--fg-muted:#6b7a6e;--green:#15803d;--green-bg:#dcfce7;--green-text:#15803d;--red:#b91c1c;--red-bg:#fee2e2;--red-text:#b91c1c;--amber:#d97706;--amber-bg:#fef3c7;--now-bg:rgba(21,128,61,0.06);--muted:#e2e8e4;--accent:#dcfce7;--danger:#fee2e2}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-family:Geist,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{background:var(--background);min-height:100vh;color:var(--foreground)}button,input{font:inherit}a{color:inherit}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:99px}@keyframes spin{to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}