.cookie-consent-banner[data-astro-cid-garwan2p]{position:fixed;bottom:0;left:0;right:0;z-index:2000;padding:16px;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-consent-card[data-astro-cid-garwan2p]{max-width:1200px;margin:0 auto;background:#2a2a2a;border:1px solid rgba(255,255,255,.1);border-radius:4px;box-shadow:0 -2px 12px #0000004d}.cookie-content[data-astro-cid-garwan2p]{padding:16px 20px}.cookie-text[data-astro-cid-garwan2p]{margin-bottom:12px}.cookie-title[data-astro-cid-garwan2p]{font-weight:500;font-size:1.2rem;margin-bottom:8px;color:#fff}.cookie-description[data-astro-cid-garwan2p]{color:#fffc;font-size:.9375rem;line-height:1.5}.cookie-link[data-astro-cid-garwan2p]{color:#42a5f5;text-decoration:none}.cookie-link[data-astro-cid-garwan2p]:hover{text-decoration:underline}.cookie-actions[data-astro-cid-garwan2p]{display:flex;gap:8px;justify-content:flex-end}.cookie-btn[data-astro-cid-garwan2p]{min-height:44px;min-width:88px;padding:10px 20px;border-radius:4px;font-weight:500;font-size:.9375rem;cursor:pointer;transition:all .2s ease;border:none}.cookie-btn[data-astro-cid-garwan2p]:focus{outline:2px solid #42a5f5;outline-offset:2px}.cookie-btn-reject[data-astro-cid-garwan2p]{background:transparent;color:#ffffffb3;border:1px solid rgba(255,255,255,.3)}.cookie-btn-reject[data-astro-cid-garwan2p]:hover{background:#ffffff1a;color:#fff}.cookie-btn-accept[data-astro-cid-garwan2p]{background:#1976d2;color:#fff}.cookie-btn-accept[data-astro-cid-garwan2p]:hover{background:#1565c0;transform:translateY(-1px);box-shadow:0 4px 8px #0003}@media(max-width:480px){.cookie-consent-banner[data-astro-cid-garwan2p]{padding:8px}.cookie-content[data-astro-cid-garwan2p]{padding:12px 16px}.cookie-title[data-astro-cid-garwan2p]{font-size:1rem}.cookie-description[data-astro-cid-garwan2p]{font-size:.8125rem}.cookie-actions[data-astro-cid-garwan2p]{flex-direction:column}.cookie-btn[data-astro-cid-garwan2p]{width:100%;min-height:48px;justify-content:center}}@media(min-width:481px)and (max-width:768px){.cookie-consent-banner[data-astro-cid-garwan2p]{padding:10px}}@media(prefers-reduced-motion:reduce){.cookie-consent-banner[data-astro-cid-garwan2p]{animation:none}.cookie-btn[data-astro-cid-garwan2p]{transition:none}.cookie-btn-accept[data-astro-cid-garwan2p]:hover{transform:none}}@media print{.cookie-consent-banner[data-astro-cid-garwan2p]{display:none!important}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #1976d2;--primary-light: #42a5f5;--primary-dark: #1565c0;--secondary: #9c27b0;--accent: #26a69a;--q-background: #1e1e1e;--dark: #1d1d1d;--dark-page: #121212;--elevated: #1e1e1e;--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .7);--text-muted: rgba(255, 255, 255, .5);--positive: #21ba45;--negative: #c10015;--info: #31ccec;--warning: #f2c037;--tutorial-primary: #42a5f5;--tutorial-primary-dark: #1976d2;--tutorial-text-primary: white;--tutorial-text-secondary: rgba(255, 255, 255, .8);--tutorial-text-tertiary: rgba(255, 255, 255, .7);--tutorial-border: rgba(255, 255, 255, .12);--tutorial-surface: rgba(255, 255, 255, .05);--tutorial-elevated: rgba(255, 255, 255, .08);--tutorial-accent: rgba(255, 193, 7, .1);--q-elevated: #3a3a3a;--q-surface: #2a2a2a;--q-dark-page: #121212}html{font-family:Inter,system-ui,sans-serif;scroll-behavior:smooth}body{background-color:#1e1e1e;color:var(--text-primary);min-height:100vh;line-height:1.6}*{scrollbar-width:auto;scrollbar-color:#666 #1e1e1e}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#1e1e1e}::-webkit-scrollbar-thumb{background:#666;border-radius:1px}::-webkit-scrollbar-thumb:hover{background:#888}a{color:var(--primary-light);text-decoration:none;transition:color .2s ease}a:hover{color:var(--primary)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;border:none;text-decoration:none}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 25px #1976d266;color:#fff}.btn-secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.btn-secondary:hover{background:#ffffff1a;color:#fff}.gradient-text{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section{padding:5rem 0}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{font-size:1.25rem;color:var(--text-secondary);text-align:center;margin-bottom:3rem}@media(max-width:768px){.section{padding:3rem 0}.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem}}:root{--header-bg: #2a2a2a;--header-border: #ffffff47;--header-text: #fff;--header-text-muted: rgba(255, 255, 255, .7);--header-hover-bg: rgba(255, 255, 255, .1);--header-dropdown-bg: #3a3a3a;--header-z-index: 2000;--header-height: 50px;--header-max-width: 1200px;--header-padding: 12px;--header-font-family: Roboto, -apple-system, Helvetica Neue, Helvetica, Arial, sans-serif}.site-header[data-astro-cid-3ef6ksr2]{position:fixed;top:0;left:0;right:0;z-index:var(--header-z-index);background-color:var(--header-bg);border-bottom:1px solid var(--header-border);font-family:var(--header-font-family);font-size:14px;line-height:1.5;color:var(--header-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.site-header__container[data-astro-cid-3ef6ksr2]{max-width:var(--header-max-width);margin:0 auto;padding:0 var(--header-padding)}.site-header__nav[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;min-height:var(--header-height);width:100%;gap:0}.site-header__logo[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:8px;text-decoration:none;padding:4px 8px;margin:-4px -8px;border-radius:4px;transition:background .3s ease;flex-shrink:0}.site-header__logo[data-astro-cid-3ef6ksr2]:hover{background:var(--header-hover-bg)}.site-header__logo-icon[data-astro-cid-3ef6ksr2]{width:36px;height:36px;flex-shrink:0}.site-header__logo-text[data-astro-cid-3ef6ksr2]{height:28px;width:120px}.site-header__links[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:0;margin-left:auto}.site-header__dropdown[data-astro-cid-3ef6ksr2]{position:relative}.site-header__dropdown-btn[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:4px;background:none;border:none;color:var(--header-text);font-family:inherit;font-weight:400;font-size:14px;padding:6px 8px 6px 12px;cursor:pointer;transition:background .3s ease;border-radius:4px;line-height:1.5}.site-header__dropdown-btn[data-astro-cid-3ef6ksr2]:hover{background:var(--header-hover-bg)}.site-header__dropdown-icon[data-astro-cid-3ef6ksr2]{width:12px;height:12px;transition:transform .2s ease}.site-header__dropdown[data-astro-cid-3ef6ksr2]:hover .site-header__dropdown-icon[data-astro-cid-3ef6ksr2]{transform:rotate(180deg)}.site-header__dropdown-menu[data-astro-cid-3ef6ksr2]{position:absolute;top:100%;left:0;min-width:240px;background:var(--header-dropdown-bg);border-radius:4px;box-shadow:0 2px 12px #0009;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .2s ease;z-index:100;padding:8px 0}.site-header__dropdown[data-astro-cid-3ef6ksr2]:hover .site-header__dropdown-menu[data-astro-cid-3ef6ksr2]{opacity:1;visibility:visible;transform:translateY(0)}.site-header__dropdown-item[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:16px;padding:8px 16px;color:#ccc;text-decoration:none;transition:background .2s ease,color .2s ease;min-height:48px}.site-header__dropdown-item[data-astro-cid-3ef6ksr2]:hover{background:#ffffff0d;color:var(--header-text)}.site-header__dropdown-item-icon[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;color:var(--header-text)}.site-header__dropdown-item-icon[data-astro-cid-3ef6ksr2].material-icon{font-family:Material Icons;font-size:24px}.site-header__dropdown-item-icon[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{width:24px;height:24px}.site-header__dropdown-item-text[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;gap:2px}.site-header__dropdown-item-label[data-astro-cid-3ef6ksr2]{font-size:14px;font-weight:400;color:var(--header-text);line-height:1.2}.site-header__dropdown-item-caption[data-astro-cid-3ef6ksr2]{font-size:12px;color:var(--header-text-muted);line-height:1.2}.site-header__link[data-astro-cid-3ef6ksr2]{color:var(--header-text);font-weight:400;font-size:14px;padding:6px 12px;transition:background .3s ease;text-decoration:none;border-radius:4px;line-height:1.5}.site-header__link[data-astro-cid-3ef6ksr2]:hover{background:var(--header-hover-bg);color:var(--header-text)}.site-header__auth[data-astro-cid-3ef6ksr2]{margin-left:8px;display:flex;align-items:center}.site-header__login-btn[data-astro-cid-3ef6ksr2]{background:var(--header-hover-bg);border:none;color:var(--header-text);font-family:inherit;font-weight:500;font-size:14px;text-transform:uppercase;letter-spacing:.5px;padding:8px 16px;border-radius:4px;cursor:pointer;transition:background .3s ease;line-height:1.5}.site-header__login-btn[data-astro-cid-3ef6ksr2]:hover{background:#fff3}.site-header__user-btn[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:none;color:var(--header-text);cursor:pointer;border-radius:4px;transition:background .3s ease}.site-header__user-btn[data-astro-cid-3ef6ksr2]:hover{background:var(--header-hover-bg)}.site-header__mobile-btn[data-astro-cid-3ef6ksr2]{display:none;background:none;border:none;color:var(--header-text);cursor:pointer;padding:8px;margin-left:auto;transition:opacity .2s ease}.site-header__mobile-btn[data-astro-cid-3ef6ksr2]:hover{opacity:.8}.site-header__mobile-drawer[data-astro-cid-3ef6ksr2]{position:fixed;inset:0;z-index:calc(var(--header-z-index) + 1);pointer-events:none;opacity:0;transition:opacity .3s ease}.site-header__mobile-drawer[data-astro-cid-3ef6ksr2].is-open{pointer-events:auto;opacity:1}.site-header__mobile-overlay[data-astro-cid-3ef6ksr2]{position:absolute;inset:0;background:#00000080;backdrop-filter:blur(4px)}.site-header__mobile-content[data-astro-cid-3ef6ksr2]{position:absolute;top:0;right:0;bottom:0;width:280px;max-width:calc(100vw - 56px);background:var(--header-bg);border-left:1px solid var(--header-border);transform:translate(100%);transition:transform .3s ease;overflow-y:auto;font-family:var(--header-font-family)}.site-header__mobile-drawer[data-astro-cid-3ef6ksr2].is-open .site-header__mobile-content[data-astro-cid-3ef6ksr2]{transform:translate(0)}.site-header__mobile-header[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid rgba(255,255,255,.12);font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--header-text-muted)}.site-header__mobile-close[data-astro-cid-3ef6ksr2]{background:none;border:none;color:var(--header-text);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.site-header__mobile-close[data-astro-cid-3ef6ksr2]:hover{opacity:.8}.site-header__mobile-nav[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;padding:8px 0}.site-header__mobile-link[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:16px;padding:12px 16px;color:#ccc;font-size:16px;text-decoration:none;transition:background .2s ease,color .2s ease;min-height:48px}.site-header__mobile-link[data-astro-cid-3ef6ksr2]:hover{background:#ffffff0d;color:var(--header-text)}.site-header__mobile-link-icon[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;color:var(--header-text)}.site-header__mobile-link-icon[data-astro-cid-3ef6ksr2].material-icon{font-family:Material Icons;font-size:24px}.site-header__mobile-link-text[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;gap:2px}.site-header__mobile-link-label[data-astro-cid-3ef6ksr2]{font-size:14px;color:var(--header-text);line-height:1.2}.site-header__mobile-link-caption[data-astro-cid-3ef6ksr2]{font-size:12px;color:var(--header-text-muted);line-height:1.2}.site-header__mobile-divider[data-astro-cid-3ef6ksr2]{height:1px;background:#ffffff1f;margin:8px 0}.site-header__mobile-section-title[data-astro-cid-3ef6ksr2]{padding:16px 16px 8px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--header-text-muted)}@media(max-width:720px){.site-header__logo-icon[data-astro-cid-3ef6ksr2]{width:28px;height:28px}.site-header__logo-text[data-astro-cid-3ef6ksr2]{height:24px;width:100px}.site-header__links[data-astro-cid-3ef6ksr2],.site-header__auth[data-astro-cid-3ef6ksr2]{display:none}.site-header__mobile-btn[data-astro-cid-3ef6ksr2]{display:flex}}@media(min-width:721px){.site-header__mobile-drawer[data-astro-cid-3ef6ksr2]{display:none}}.footer[data-astro-cid-sz7xmlte]{background:#0000004d;border-top:1px solid rgba(255,255,255,.1);padding:4rem 0 2rem;font-family:Roboto,sans-serif}.footer-content[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:3rem}.footer-brand[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:1rem}.footer-logo[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.5rem}.footer-logo-icon[data-astro-cid-sz7xmlte]{width:32px;height:32px;flex-shrink:0}.footer-logo-text[data-astro-cid-sz7xmlte]{height:24px;width:auto}.footer-tagline[data-astro-cid-sz7xmlte]{color:var(--text-muted);font-size:.95rem;line-height:1.5}.footer-links[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer-column[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:1rem}.footer-column[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{display:block;color:var(--text-muted);margin-bottom:.5rem;transition:color .2s ease;font-size:.95rem}.footer-column[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#fff}.discord-link[data-astro-cid-sz7xmlte]{display:inline-flex!important;align-items:center;gap:.5rem}.discord-link[data-astro-cid-sz7xmlte]:hover{color:#5865f2}.footer-icon[data-astro-cid-sz7xmlte]{flex-shrink:0}.footer-bottom[data-astro-cid-sz7xmlte]{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:var(--text-muted);font-size:.875rem}@media(max-width:768px){.footer[data-astro-cid-sz7xmlte]{padding:3rem 0 1.5rem;margin-top:3rem}.footer-content[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:2rem}.footer-links[data-astro-cid-sz7xmlte]{grid-template-columns:repeat(2,1fr)}.footer-logo-icon[data-astro-cid-sz7xmlte]{width:28px;height:28px}.footer-logo-text[data-astro-cid-sz7xmlte]{height:20px}}@media(max-width:480px){.footer-links[data-astro-cid-sz7xmlte]{grid-template-columns:1fr}}
