@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap");:root{color-scheme:light;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.7;--text-primary:#0b1120;--text-secondary:rgba(15,23,42,.7);--accent:#14b8a6;--accent-strong:#6366f1;--accent-warm:#f97316;--glow-soft:0 28px 80px rgba(20,184,166,.2);--glow-warm:0 28px 80px rgba(249,115,22,.24);--body-background:#fff;--body-before:transparent;--body-after:transparent}*,:after,:before{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--body-background);color:var(--text-primary);font-synthesis:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;display:flex;flex-direction:column;position:relative;overflow-x:hidden}body:after,body:before{content:none}.app-shell{min-height:100vh;display:flex;flex-direction:column;position:relative;z-index:1}a{color:inherit;text-decoration:none}button{font-family:inherit}::selection{background:rgba(56,189,248,.3);color:#0b1120}[data-theme=dark]{color-scheme:dark;--text-primary:#f8fafc;--text-secondary:rgba(148,163,184,.78);--accent:#38bdf8;--accent-strong:#a855f7;--accent-warm:#fb7185;--glow-soft:0 28px 90px rgba(56,189,248,.32);--glow-warm:0 28px 90px rgba(251,113,133,.32);--body-background:radial-gradient(circle at 12% 18%,rgba(37,99,235,.15),transparent 45%),radial-gradient(circle at 86% 9%,rgba(236,72,153,.18),transparent 50%),#050614;--body-before:radial-gradient(circle at center,rgba(120,53,255,.22),transparent 68%);--body-after:radial-gradient(circle at center,rgba(14,165,233,.18),transparent 65%)}@keyframes floatGlow{0%{transform:translate3d(-4%,-2%,0) scale(1);opacity:.8}to{transform:translate3d(4%,6%,0) scale(1.08);opacity:1}}.CookieConsent_overlay__zNnfg{position:fixed;bottom:0;left:0;right:0;z-index:9999;padding:1rem;background:linear-gradient(0deg,rgba(0,0,0,.5),transparent);animation:CookieConsent_slideUp__VbAvS .4s ease-out}@keyframes CookieConsent_slideUp__VbAvS{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.CookieConsent_banner__VuXc3{max-width:1200px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.2);padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.CookieConsent_content__Zx0qc{display:flex;align-items:flex-start;gap:1rem}.CookieConsent_icon__cA0iM{font-size:2.5rem;flex-shrink:0}.CookieConsent_text__EhZif{flex:1 1}.CookieConsent_title__gK9eO{font-size:1.25rem;font-weight:700;margin:0 0 .5rem;color:#1a1a1a}.CookieConsent_description__5NywQ{font-size:.9rem;color:#666;margin:0 0 .5rem;line-height:1.5}.CookieConsent_link__o5rxO{font-size:.875rem;color:#2563eb;text-decoration:underline;cursor:pointer;transition:color .2s}.CookieConsent_link__o5rxO:hover{color:#1d4ed8}.CookieConsent_actions__5A3SC{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.CookieConsent_buttonPrimary__QY4Dw,.CookieConsent_buttonSecondary__EKKAT{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s;border:none;white-space:nowrap}.CookieConsent_buttonPrimary__QY4Dw{background:#2563eb;color:#fff}.CookieConsent_buttonPrimary__QY4Dw:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px rgba(37,99,235,.3)}.CookieConsent_buttonSecondary__EKKAT{background:#f3f4f6;color:#374151}.CookieConsent_buttonSecondary__EKKAT:hover{background:#e5e7eb;transform:translateY(-1px)}.CookieConsent_settings__TR_dk{display:flex;flex-direction:column;gap:1rem;max-height:400px;overflow-y:auto;padding-right:.5rem}.CookieConsent_settings__TR_dk::-webkit-scrollbar{width:6px}.CookieConsent_settings__TR_dk::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.CookieConsent_settings__TR_dk::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.CookieConsent_settings__TR_dk::-webkit-scrollbar-thumb:hover{background:#555}.CookieConsent_settingItem__7Dt1J{padding:1rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.CookieConsent_settingHeader__Emad7{margin-bottom:.5rem}.CookieConsent_settingLabel__hRZqQ{display:flex;align-items:center;gap:.75rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.CookieConsent_settingLabel__hRZqQ input[disabled]{cursor:not-allowed;opacity:.6}.CookieConsent_checkbox___xa7P{width:20px;height:20px;cursor:pointer;accent-color:#2563eb}.CookieConsent_settingTitle__FCCER{font-weight:600;font-size:1rem;color:#1a1a1a;display:flex;align-items:center;gap:.5rem}.CookieConsent_badge__rq2VX{font-size:.75rem;font-weight:600;background:#dbeafe;color:#1e40af;padding:.25rem .5rem;border-radius:4px}.CookieConsent_settingDescription__4_NFL{font-size:.875rem;color:#6b7280;margin:0;line-height:1.5;padding-left:2rem}@media (max-width:768px){.CookieConsent_overlay__zNnfg{padding:.75rem}.CookieConsent_banner__VuXc3{padding:1.25rem;gap:1.25rem}.CookieConsent_content__Zx0qc{flex-direction:column;align-items:center;text-align:center}.CookieConsent_icon__cA0iM{font-size:2rem}.CookieConsent_title__gK9eO{font-size:1.1rem}.CookieConsent_description__5NywQ{font-size:.85rem}.CookieConsent_actions__5A3SC{flex-direction:column;width:100%}.CookieConsent_buttonPrimary__QY4Dw,.CookieConsent_buttonSecondary__EKKAT{width:100%;justify-content:center}.CookieConsent_settings__TR_dk{max-height:300px}.CookieConsent_settingDescription__4_NFL{padding-left:0;margin-top:.5rem}}@media (prefers-color-scheme:dark){.CookieConsent_banner__VuXc3{background:#1f2937;border:1px solid #374151}.CookieConsent_title__gK9eO{color:#f9fafb}.CookieConsent_description__5NywQ{color:#d1d5db}.CookieConsent_link__o5rxO{color:#60a5fa}.CookieConsent_link__o5rxO:hover{color:#93c5fd}.CookieConsent_buttonSecondary__EKKAT{background:#374151;color:#f9fafb}.CookieConsent_buttonSecondary__EKKAT:hover{background:#4b5563}.CookieConsent_settingItem__7Dt1J{background:#111827;border-color:#374151}.CookieConsent_settingTitle__FCCER{color:#f9fafb}.CookieConsent_settingDescription__4_NFL{color:#9ca3af}.CookieConsent_badge__rq2VX{background:#1e3a8a;color:#93c5fd}.CookieConsent_settings__TR_dk::-webkit-scrollbar-track{background:#374151}.CookieConsent_settings__TR_dk::-webkit-scrollbar-thumb{background:#6b7280}.CookieConsent_settings__TR_dk::-webkit-scrollbar-thumb:hover{background:#9ca3af}}