*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #0b1120;--color-bg-alt: #111827;--color-surface: #1e293b;--color-surface-light: #334155;--color-primary: #34d399;--color-primary-dark: #059669;--color-accent: #fbbf24;--color-text: #f1f5f9;--color-text-muted: #94a3b8;--color-border: rgba(148, 163, 184, .15);--font-heading: "Outfit", system-ui, sans-serif;--font-body: "DM Sans", system-ui, sans-serif;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--shadow-md: 0 4px 24px rgba(0, 0, 0, .35);--transition: .2s ease;--container-max: 1200px;--nav-height: 72px}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}.app-shell{display:flex;flex-direction:column;min-height:100vh}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 1.25rem}@media(min-width:768px){.container{padding:0 2rem}}.navbar{position:relative;background:var(--color-bg-alt);border-bottom:1px solid var(--color-border)}.navbar__inner{display:flex;align-items:center;justify-content:space-between;height:var(--nav-height)}.navbar__logo{display:flex;align-items:center;gap:.625rem;flex-shrink:0;transition:opacity var(--transition)}.navbar__logo:hover{opacity:.9}.navbar__logo-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;color:var(--color-primary-dark)}.navbar__logo-icon svg{width:100%;height:100%}.navbar__logo-text{display:flex;align-items:baseline;gap:.25rem;line-height:1}.navbar__logo-title{font-family:var(--font-heading);font-size:1.125rem;font-weight:700;color:var(--color-text);letter-spacing:-.01em}.navbar__logo-tag{font-family:var(--font-heading);font-size:1.125rem;font-weight:800;color:var(--color-primary);letter-spacing:-.01em}.navbar__toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;border-radius:var(--radius-sm);transition:background var(--transition)}.navbar__toggle:hover{background:var(--color-surface)}.navbar__toggle-bar{display:block;width:100%;height:2px;background:var(--color-text);border-radius:2px;transition:transform var(--transition),opacity var(--transition)}.navbar__toggle--open .navbar__toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__toggle--open .navbar__toggle-bar:nth-child(2){opacity:0}.navbar__toggle--open .navbar__toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.navbar__menu{display:none;position:absolute;top:100%;left:0;right:0;background:var(--color-bg-alt);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-md);z-index:100}.navbar__menu--open{display:block}.navbar__list{display:flex;flex-direction:column;padding:.75rem 0}.navbar__link{display:block;padding:.875rem 1.25rem;font-family:var(--font-heading);font-weight:600;font-size:.9375rem;color:var(--color-text-muted);transition:color var(--transition),background var(--transition)}.navbar__link:hover,.navbar__link--active{color:var(--color-primary);background:#34d3990f}@media(min-width:768px){.navbar__toggle{display:none}.navbar__menu{display:block;position:static;background:transparent;border-bottom:none;box-shadow:none}.navbar__list{flex-direction:row;align-items:center;gap:.25rem;padding:0}.navbar__link{padding:.5rem 1rem;border-radius:var(--radius-sm)}}.hero{position:relative;padding:2.5rem 0;background:linear-gradient(135deg,var(--color-bg) 0%,#0f172a 40%,#064e3b 100%);overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 80% at 80% 20%,rgba(52,211,153,.12) 0%,transparent 60%),radial-gradient(ellipse 40% 60% at 10% 80%,rgba(251,191,36,.08) 0%,transparent 50%);pointer-events:none}.hero__content{position:relative;max-width:720px}.hero__label{display:inline-block;font-family:var(--font-heading);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--color-primary);margin-bottom:.75rem}.hero__title{font-family:var(--font-heading);font-size:clamp(1.75rem,5vw,2.75rem);font-weight:800;line-height:1.15;color:var(--color-text);margin-bottom:0}.hero__title span{background:linear-gradient(90deg,var(--color-primary) 0%,var(--color-accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(min-width:768px){.hero{padding:3rem 0}}.listing{padding:2.5rem 0 3.5rem;background:var(--color-bg)}.listing__header{margin-bottom:2rem;text-align:center}.listing__title{font-family:var(--font-heading);font-size:clamp(1.5rem,4vw,2rem);font-weight:800;color:var(--color-text);margin-bottom:.5rem}.listing__subtitle{font-size:.9375rem;color:var(--color-text-muted);max-width:520px;margin:0 auto}.listing__offers{display:flex;flex-direction:column;gap:1.5rem}.offer{background:linear-gradient(145deg,var(--color-surface) 0%,var(--color-bg-alt) 100%);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);position:relative}.offer:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--color-accent) 0%,var(--color-primary) 100%)}.offer__row{display:grid;grid-template-columns:3rem 72px 1fr;grid-template-areas:"rank image name" "rank image regulation" "bonus bonus bonus" "score score cta";gap:.75rem 1rem;padding:1.25rem 1.25rem 1.25rem 1.5rem;align-items:center}.offer__cell{min-width:0}.offer__cell--rank{grid-area:rank;display:flex;justify-content:center}.offer__rank{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;font-family:var(--font-heading);font-size:1.125rem;font-weight:800;color:var(--color-bg);background:linear-gradient(135deg,var(--color-accent) 0%,#f59e0b 100%);border-radius:50%;box-shadow:0 0 20px #fbbf2459}.offer__cell--image{grid-area:image}.offer__image-frame{width:72px;height:72px;border-radius:var(--radius-md);background:var(--color-bg);border:2px solid rgba(52,211,153,.25);overflow:hidden;display:flex;align-items:center;justify-content:center}.offer__image{width:100%;height:100%;object-fit:contain}.offer__cell--name{grid-area:name}.offer__cell--regulation{grid-area:regulation}.offer__label{display:block;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin-bottom:.25rem}.offer__name{font-family:var(--font-heading);font-size:1.125rem;font-weight:700;color:var(--color-text);line-height:1.2}.offer__regulation{display:inline-flex;align-items:center;padding:.25rem .625rem;font-family:var(--font-heading);font-size:.75rem;font-weight:700;letter-spacing:.04em;color:var(--color-primary);background:#34d3991f;border:1px solid rgba(52,211,153,.3);border-radius:999px}.offer__cell--bonus{grid-area:bonus;padding-top:.25rem;border-top:1px dashed var(--color-border)}.offer__bonus{font-size:.9375rem;font-weight:600;color:var(--color-accent);line-height:1.4}.offer__cell--score{grid-area:score}.offer__score-wrap{display:flex;align-items:baseline;gap:.125rem}.offer__score{font-family:var(--font-heading);font-size:1.75rem;font-weight:800;line-height:1;background:linear-gradient(90deg,var(--color-primary) 0%,#6ee7b7 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.offer__score-max{font-size:.875rem;font-weight:600;color:var(--color-text-muted)}.offer__cell--cta{grid-area:cta;display:flex;justify-content:stretch}.offer__cta{display:flex;align-items:center;justify-content:center;width:100%;padding:.875rem 1.25rem;font-family:var(--font-heading);font-size:.9375rem;font-weight:700;color:var(--color-bg);background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);border-radius:var(--radius-md);text-align:center;transition:transform var(--transition),box-shadow var(--transition);box-shadow:0 4px 16px #34d3994d}.offer__cta:hover{transform:translateY(-2px);box-shadow:0 6px 24px #34d39973}.offer__disclaimer{padding:.875rem 1.25rem 1rem 1.5rem;background:#0f172a99;border-top:1px solid var(--color-border)}.offer__disclaimer p{font-size:.6875rem;line-height:1.55;color:var(--color-text-muted)}@media(min-width:768px){.offer__row{grid-template-columns:3.5rem 88px minmax(120px,1.2fr) 90px minmax(140px,1.5fr) 80px 130px;grid-template-areas:unset;gap:1rem;padding:1.5rem 1.5rem 1.5rem 1.75rem}.offer__cell--rank,.offer__cell--image,.offer__cell--name,.offer__cell--regulation,.offer__cell--bonus,.offer__cell--score,.offer__cell--cta{grid-area:unset}.offer__rank{width:2.75rem;height:2.75rem;font-size:1.25rem}.offer__image-frame{width:88px;height:88px}.offer__cell--bonus{border-top:none;padding-top:0}.offer__label{margin-bottom:.375rem}.offer__name{font-size:1rem}.offer__bonus{font-size:.8125rem}.offer__cell--cta{justify-content:center}.offer__cta{width:auto;min-width:120px;padding:.75rem 1rem;white-space:nowrap}}@media(min-width:1024px){.offer__row{grid-template-columns:4rem 96px 1.4fr 100px 2fr 90px 140px;gap:1.25rem}.offer__image-frame{width:96px;height:96px}.offer__name{font-size:1.125rem}.offer__bonus{font-size:.875rem}}.age-gate{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1.25rem}.age-gate--restricted{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:var(--color-bg)}.age-gate__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0b1120eb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.age-gate__panel{position:relative;width:100%;max-width:440px;padding:2rem 1.75rem;background:linear-gradient(160deg,var(--color-surface) 0%,var(--color-bg-alt) 100%);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 24px 64px #00000080;text-align:center}.age-gate__panel--restricted{max-width:520px}.age-gate__badge{display:inline-flex;align-items:center;justify-content:center;min-width:3rem;height:3rem;padding:0 .75rem;margin-bottom:1.25rem;font-family:var(--font-heading);font-size:1.125rem;font-weight:800;color:#fff;background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:var(--radius-md);box-shadow:0 0 24px #dc262659}.age-gate__badge--large{min-width:4rem;height:4rem;font-size:1.5rem;margin-bottom:1.5rem}.age-gate__title{font-family:var(--font-heading);font-size:1.375rem;font-weight:800;color:var(--color-text);margin-bottom:.875rem;line-height:1.25}.age-gate__text{font-size:.9375rem;color:var(--color-text-muted);line-height:1.65;margin-bottom:.75rem}.age-gate__text--muted{font-size:.875rem}.age-gate__text a{color:var(--color-primary);text-decoration:underline}.age-gate__reload-note{margin-top:1.25rem;font-size:.8125rem;font-weight:600;color:var(--color-accent)}.age-gate__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.age-gate__btn{width:100%;padding:.875rem 1.25rem;font-family:var(--font-heading);font-size:.9375rem;font-weight:700;border-radius:var(--radius-md);transition:transform var(--transition),box-shadow var(--transition)}.age-gate__btn--accept{color:var(--color-bg);background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);box-shadow:0 4px 16px #34d3994d}.age-gate__btn--accept:hover{transform:translateY(-1px);box-shadow:0 6px 20px #34d39966}.age-gate__btn--reject{color:var(--color-text-muted);background:var(--color-bg);border:1px solid var(--color-border)}.age-gate__btn--reject:hover{color:var(--color-text);border-color:var(--color-surface-light)}.cookie-consent{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:linear-gradient(180deg,#111827f7,#0b1120fc);border-top:1px solid var(--color-border);box-shadow:0 -8px 32px #0006;padding:1rem 0}.cookie-consent__inner{display:flex;flex-direction:column;gap:1rem;align-items:stretch}.cookie-consent__content{flex:1}.cookie-consent__text{font-size:.8125rem;color:var(--color-text-muted);line-height:1.6;margin-bottom:.375rem}.cookie-consent__link{font-size:.8125rem;font-weight:600;color:var(--color-primary);text-decoration:underline}.cookie-consent__btn{flex-shrink:0;padding:.75rem 1.5rem;font-family:var(--font-heading);font-size:.875rem;font-weight:700;color:var(--color-bg);background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);border-radius:var(--radius-md);white-space:nowrap;transition:transform var(--transition)}.cookie-consent__btn:hover{transform:translateY(-1px)}@media(min-width:768px){.age-gate__actions{flex-direction:row}.cookie-consent__inner{flex-direction:row;align-items:center;gap:1.5rem}}.footer{margin-top:auto;padding:3rem 0 2rem;background:linear-gradient(180deg,var(--color-bg-alt) 0%,#070b14 100%);border-top:1px solid var(--color-border)}.footer__badges{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.25rem 1.75rem;padding-bottom:2rem;margin-bottom:2rem;border-bottom:1px solid var(--color-border)}.footer__badge-link,.footer__badge-static{display:flex;align-items:center;justify-content:center;opacity:.85;transition:opacity var(--transition)}.footer__badge-link:hover{opacity:1}.footer__badge-img{height:40px;width:auto;max-width:120px;object-fit:contain;filter:brightness(.95)}.footer__age-strip{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;margin-bottom:2.5rem;background:#dc262614;border:1px solid rgba(220,38,38,.25);border-radius:var(--radius-md)}.footer__age-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:3rem;height:3rem;padding:0 .625rem;font-family:var(--font-heading);font-size:1.125rem;font-weight:800;color:#fff;background:linear-gradient(135deg,#ef4444,#b91c1c);border-radius:var(--radius-sm);box-shadow:0 0 20px #ef444466}.footer__age-strip p{font-size:.8125rem;color:var(--color-text-muted);line-height:1.65}.footer__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2.5rem}.footer__heading{font-family:var(--font-heading);font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-primary);margin-bottom:.75rem}.footer__copy{font-size:.8125rem;color:var(--color-text-muted);line-height:1.7}.footer__links{display:flex;flex-direction:column;gap:.5rem}.footer__links a{font-size:.875rem;color:var(--color-text-muted);transition:color var(--transition)}.footer__links a:hover{color:var(--color-primary)}.footer__bottom{padding-top:2rem;border-top:1px solid var(--color-border);text-align:center}.footer__copyright{font-family:var(--font-heading);font-size:.875rem;font-weight:600;color:var(--color-text);margin-bottom:.5rem}.footer__bottom-note{font-size:.75rem;color:var(--color-text-muted);line-height:1.55;max-width:640px;margin:0 auto}@media(min-width:640px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer__grid{grid-template-columns:1.4fr 1.2fr 1.2fr .8fr .8fr}.footer__badge-img{height:48px;max-width:140px}}.page{flex:1;padding-bottom:3rem}.page__hero{padding:2.5rem 0 2rem;background:linear-gradient(135deg,var(--color-bg-alt) 0%,#0f172a 60%,rgba(6,78,59,.35) 100%);border-bottom:1px solid var(--color-border);margin-bottom:2.5rem}.page__title{font-family:var(--font-heading);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--color-text);line-height:1.15;margin-bottom:.625rem}.page__subtitle{font-size:clamp(.9375rem,2vw,1.0625rem);color:var(--color-text-muted);line-height:1.6}.page__content{width:100%}.page__section{margin-bottom:2.25rem}.page__section:last-child{margin-bottom:0}.page__section h2{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:var(--color-text);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid rgba(52,211,153,.2)}.page__section h3{font-family:var(--font-heading);font-size:1rem;font-weight:600;color:var(--color-primary);margin-top:1.25rem;margin-bottom:.5rem}.page__section p{font-size:.9375rem;color:var(--color-text-muted);line-height:1.75;margin-bottom:.875rem}.page__section p:last-child{margin-bottom:0}.page__section a{color:var(--color-primary);text-decoration:underline;transition:color var(--transition)}.page__section a:hover{color:var(--color-accent)}.page__list{display:flex;flex-direction:column;gap:.5rem;padding-left:0}.page__list li{position:relative;padding-left:1.25rem;font-size:.9375rem;color:var(--color-text-muted);line-height:1.65}.page__list li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:var(--color-primary)}.page__list a{color:var(--color-primary);text-decoration:underline}.page__email{margin-top:.5rem}.page__email a{display:inline-block;font-family:var(--font-heading);font-size:1.125rem;font-weight:700;color:var(--color-primary);padding:.75rem 1.25rem;background:#34d39914;border:1px solid rgba(52,211,153,.25);border-radius:var(--radius-md);text-decoration:none;transition:background var(--transition),border-color var(--transition)}.page__email a:hover{background:#34d39924;border-color:#34d39973}@media(min-width:768px){.page__hero{padding:3rem 0 2.5rem}}
