@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg:#f7f5f2;--sidebar-bg:#fff;--card-bg:#fff;--card-shadow:0 2px 12px #00000012;--orange:#ff6b00;--orange-light:#fff3eb;--text-primary:#0d0d0d;--text-secondary:#555;--text-muted:#9a9a9a;--border:#e8e6e3;--radius-card:8px;--radius-modal:12px;--spacing:8px;--stripe-alt:#fafaf8;--success:#22c55e;--warning:#f59e0b;--danger:#ef4444;--blue:#3b82f6;--pink:#ec4899}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea{border:none;outline:none;font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#d1d1d1;border-radius:3px}
