@charset "UTF-8";:root{--smg-bg: #0f0f0f;--smg-surface: #181818;--smg-surface-2: #1f1f1f;--smg-text: #e6e6e6;--smg-muted: #a6a6a6;--smg-border: rgba(255,255,255,.08);--smg-accent: #f0c419;--smg-shadow: 0 10px 30px rgba(0,0,0,.45)}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--smg-bg);color:var(--smg-text);font-family:Poppins,Nunito,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{max-width:1360px;margin:0 auto;padding:0 20px}.card{background:var(--smg-surface);border:1px solid var(--smg-border);border-radius:14px;box-shadow:0 1px #00000040}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-thumb{background:var(--smg-border);border-radius:999px}::-webkit-scrollbar-track{background:transparent}.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}
