@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap";
:root{--primary:#d7354c;--primary-hover:#b32a3d;--secondary:#f4f4f4;--accent:#2c3e50;--background:#fff;--foreground:#1a1a1a;--sidebar-width:280px;--card-shadow:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--header-height:70px}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;color:var(--foreground);background:var(--background);min-height:100vh;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}::selection{background:var(--primary);color:#fff}.glass{-webkit-backdrop-filter:blur(10px);background:#fffc;border:1px solid #ffffff4d}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}
