@import "https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&family=Nunito:wght@300;400;500;600;700;800&family=Space+Mono:wght@400;700&display=swap";:root{--primary:#6c5ce7;--primary-light:#a29bfe;--accent-blue:#0984e3;--accent-teal:#00ced1;--accent-green:#00b894;--accent-red:#e17055;--accent-yellow:#fdcb6e;--accent-pink:#fd79a8;--bg:#f8fafe;--text:#2d3436;--text-light:#636e72;--text-muted:#b2bec3;--card:#ffffffe6;--border:#f1f3f5;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;font-size:16px}body{color:var(--text);background:var(--bg);min-height:100vh;font-family:Nunito,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text);font-family:"Baloo 2",cursive;line-height:1.2}.mono{font-family:Space Mono,monospace}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f3f5}::-webkit-scrollbar-thumb{background:#dfe6e9;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#b2bec3}.glass-card{background:var(--card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 8px 32px #0000000f}.badge{border-radius:20px;align-items:center;gap:4px;padding:4px 12px;font-size:.8rem;font-weight:700;display:inline-flex}.badge-low{color:#00b894;background:#00b8941f}.badge-medium{color:#e17055;background:#fdcb6e26}.badge-high{color:#e17055;background:#e170551f}@media (width<=767px){html{font-size:14px}}
