*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #0b1120;--color-surface: #131c31;--color-surface-alt: #1a2540;--color-primary: #3b82f6;--color-primary-light: #60a5fa;--color-accent: #f59e0b;--color-accent-hover: #fbbf24;--color-text: #f1f5f9;--color-text-muted: #94a3b8;--color-border: rgba(148, 163, 184, .15);--color-topbar: #7f1d1d;--color-topbar-text: #fecaca;--font-heading: "Outfit", sans-serif;--font-body: "DM Sans", sans-serif;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--shadow-md: 0 4px 24px rgba(0, 0, 0, .35);--transition: .2s ease}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}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.25rem}.topbar{background:linear-gradient(90deg,var(--color-topbar) 0%,#991b1b 50%,var(--color-topbar) 100%);color:var(--color-topbar-text);font-size:.8rem;font-weight:500;text-align:center;padding:.5rem 1rem;letter-spacing:.02em}.topbar__inner{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.topbar__icon{flex-shrink:0;width:18px;height:18px}.navbar{background:var(--color-surface);border-bottom:1px solid var(--color-border);position:relative;z-index:100}.navbar__inner{display:flex;align-items:center;justify-content:space-between;padding:.85rem 0;gap:1.5rem}.logo{display:flex;align-items:center;gap:.65rem;transition:opacity var(--transition)}.logo:hover{opacity:.85}.logo__icon{width:42px;height:42px;background:linear-gradient(135deg,var(--color-accent) 0%,#d97706 100%);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 12px #f59e0b59}.logo__icon svg{width:24px;height:24px}.logo__text{display:flex;flex-direction:column;line-height:1.15}.logo__headline{font-family:var(--font-heading);font-size:1.25rem;font-weight:800;color:var(--color-text);letter-spacing:-.02em}.logo__tagline{font-size:.7rem;font-weight:500;color:var(--color-accent);text-transform:uppercase;letter-spacing:.08em}.nav-links{display:flex;align-items:center;gap:.25rem}.nav-links__item a{display:block;padding:.55rem 1rem;font-family:var(--font-heading);font-size:.9rem;font-weight:500;color:var(--color-text-muted);border-radius:var(--radius-sm);transition:color var(--transition),background var(--transition)}.nav-links__item a:hover,.nav-links__item a.active{color:var(--color-text);background:var(--color-surface-alt)}.nav-links__item a.active{color:var(--color-accent)}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;border-radius:var(--radius-sm);transition:background var(--transition)}.hamburger:hover{background:var(--color-surface-alt)}.hamburger__line{display:block;width:100%;height:2.5px;background:var(--color-text);border-radius:2px;transition:transform var(--transition),opacity var(--transition)}.hamburger--open .hamburger__line:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.hamburger--open .hamburger__line:nth-child(2){opacity:0}.hamburger--open .hamburger__line:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.hero{background:linear-gradient(160deg,var(--color-surface) 0%,var(--color-bg) 60%,#0f1a2e 100%);border-bottom:1px solid var(--color-border);padding:2.5rem 0;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-40%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(59,130,246,.12) 0%,transparent 70%);pointer-events:none}.hero:after{content:"";position:absolute;bottom:-30%;left:-5%;width:300px;height:300px;background:radial-gradient(circle,rgba(245,158,11,.08) 0%,transparent 70%);pointer-events:none}.hero__inner{position:relative;z-index:1;max-width:720px}.hero__badge{display:inline-flex;align-items:center;gap:.4rem;background:#f59e0b1f;border:1px solid rgba(245,158,11,.25);color:var(--color-accent);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.35rem .85rem;border-radius:50px;margin-bottom:1rem}.hero__title{font-family:var(--font-heading);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.2;color:var(--color-text);margin-bottom:.75rem;letter-spacing:-.03em}.hero__title span{background:linear-gradient(135deg,var(--color-primary-light) 0%,var(--color-accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__description{font-size:clamp(1rem,2vw,1.15rem);color:var(--color-text-muted);line-height:1.65;font-weight:400}.main-content{min-height:40vh}.page-hero{background:linear-gradient(160deg,var(--color-surface) 0%,var(--color-bg) 100%);border-bottom:1px solid var(--color-border);padding:2rem 0}.page-hero__title{font-family:var(--font-heading);font-size:clamp(1.6rem,3.5vw,2.25rem);font-weight:800;color:var(--color-text);letter-spacing:-.03em;margin-bottom:.5rem}.page-hero__subtitle{font-size:clamp(.95rem,2vw,1.1rem);color:var(--color-text-muted);max-width:640px;line-height:1.6}.page-content{padding:2.5rem 0 3rem}.page-section{margin-bottom:2.25rem}.page-section:last-child{margin-bottom:0}.page-section h2{font-family:var(--font-heading);font-size:1.2rem;font-weight:700;color:var(--color-text);margin-bottom:.85rem;padding-bottom:.5rem;border-bottom:1px solid var(--color-border)}.page-section p{font-size:.92rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:.85rem}.page-section p:last-child{margin-bottom:0}.page-list{list-style:none;display:flex;flex-direction:column;gap:.55rem;margin-bottom:.85rem}.page-list li{font-size:.92rem;color:var(--color-text-muted);line-height:1.65;padding-left:1.25rem;position:relative}.page-list li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;background:var(--color-accent);border-radius:50%}.page-email{display:inline-block;font-family:var(--font-heading);font-size:1.15rem;font-weight:600;color:var(--color-accent);margin:.5rem 0 1rem;transition:color var(--transition)}.page-email:hover{color:var(--color-accent-hover)}.page-note{font-size:.85rem!important;font-style:italic}.page-link{color:var(--color-accent);text-decoration:underline;text-underline-offset:2px;transition:color var(--transition)}.page-link:hover{color:var(--color-accent-hover)}.page-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.page-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem;transition:border-color var(--transition)}.page-card:hover{border-color:#f59e0b40}.page-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#3b82f61f;border-radius:var(--radius-md);color:var(--color-primary-light);margin-bottom:1rem}.page-card h3{font-family:var(--font-heading);font-size:1rem;font-weight:700;color:var(--color-text);margin-bottom:.5rem}.page-card p{font-size:.85rem;margin-bottom:0}.listing{padding:3rem 0 4rem}.listing__header{text-align:center;margin-bottom:2.5rem}.listing__title{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--color-text);margin-bottom:.5rem;letter-spacing:-.02em}.listing__subtitle{font-size:.95rem;color:var(--color-text-muted);max-width:560px;margin:0 auto}.listing__table-head{display:grid;grid-template-columns:48px 130px 1fr 1.6fr 90px 150px;gap:1rem;padding:0 1.25rem .75rem;font-family:var(--font-heading);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted)}.listing__offers{display:flex;flex-direction:column;gap:1.25rem}.offer-block{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;transition:border-color var(--transition),box-shadow var(--transition)}.offer-block:hover{border-color:#f59e0b4d;box-shadow:0 8px 32px #00000040}.offer-row{display:grid;grid-template-columns:48px 130px 1fr 1.6fr 90px 150px;gap:1rem;align-items:center;padding:1.25rem}.offer-rank{display:flex;align-items:center;justify-content:center}.offer-rank__number{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:1rem;font-weight:800;color:var(--color-bg);background:linear-gradient(135deg,var(--color-accent) 0%,#d97706 100%);border-radius:50%;box-shadow:0 2px 10px #f59e0b66}.offer-image{display:flex;align-items:center;justify-content:center;height:88px}.offer-image img{width:120px;height:80px;object-fit:contain}.offer-name{display:flex;flex-direction:column;gap:.3rem}.offer-name__text{font-family:var(--font-heading);font-size:1.15rem;font-weight:700;color:var(--color-text);text-transform:capitalize}.offer-name__badge{display:inline-flex;align-self:flex-start;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#34d399;background:#34d3991a;border:1px solid rgba(52,211,153,.25);padding:.15rem .5rem;border-radius:50px}.offer-bonus{display:flex;flex-direction:column;gap:.2rem}.offer-bonus__label{font-size:.7rem;font-weight:500;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em}.offer-bonus__value{font-family:var(--font-heading);font-size:.95rem;font-weight:600;color:var(--color-accent);line-height:1.35}.offer-score{display:flex;align-items:center;gap:.15rem}.offer-score__ring{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:conic-gradient(var(--color-primary) var(--score-pct),var(--color-surface-alt) var(--score-pct));position:relative}.offer-score__ring:before{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;background:var(--color-surface)}.offer-score__value{position:relative;z-index:1;font-family:var(--font-heading);font-size:1rem;font-weight:800;color:var(--color-primary-light)}.offer-score__label{font-size:.75rem;font-weight:500;color:var(--color-text-muted)}.offer-cta{display:flex;justify-content:flex-end}.offer-cta__btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.7rem 1.15rem;font-family:var(--font-heading);font-size:.85rem;font-weight:600;color:var(--color-bg);background:linear-gradient(135deg,var(--color-accent) 0%,#d97706 100%);border-radius:var(--radius-md);white-space:nowrap;transition:transform var(--transition),box-shadow var(--transition);box-shadow:0 4px 16px #f59e0b4d}.offer-cta__btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #f59e0b73}.offer-disclaimer{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem 1.25rem;background:#0003;border-top:1px solid var(--color-border)}.offer-disclaimer__icon{flex-shrink:0;margin-top:2px;color:var(--color-text-muted);opacity:.6}.offer-disclaimer p{font-size:.68rem;line-height:1.5;color:var(--color-text-muted)}@media (max-width: 992px){.listing__table-head{display:none}.offer-row{grid-template-columns:40px 110px 1fr;grid-template-areas:"rank image name" "bonus bonus bonus" "score cta cta";gap:.75rem 1rem}.offer-rank{grid-area:rank;align-self:center}.offer-image{grid-area:image;height:80px;align-self:center}.offer-image img{width:100px;height:68px}.offer-name{grid-area:name;align-self:center}.offer-bonus{grid-area:bonus;padding-top:.75rem;border-top:1px solid var(--color-border)}.offer-score{grid-area:score;justify-self:start;align-self:center}.offer-cta{grid-area:cta;justify-content:stretch;align-self:center}.offer-cta__btn{width:100%}}@media (max-width: 768px){.hamburger{display:flex}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:.75rem 1.25rem 1rem;box-shadow:var(--shadow-md);gap:.15rem}.nav-links--open{display:flex}.nav-links__item{width:100%}.nav-links__item a{padding:.75rem 1rem;width:100%}.logo__headline{font-size:1.1rem}.logo__tagline{font-size:.62rem}.hero{padding:2rem 0}.listing{padding:2rem 0 3rem}.offer-row{padding:1rem}.offer-disclaimer{padding:.65rem 1rem}}.age-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0b1120eb;display:flex;align-items:center;justify-content:center;padding:1.25rem}.age-modal{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2.5rem 2rem;max-width:480px;width:100%;text-align:center;box-shadow:var(--shadow-md)}.age-modal__badge{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;font-family:var(--font-heading);font-size:1.35rem;font-weight:800;color:var(--color-bg);background:linear-gradient(135deg,var(--color-accent) 0%,#d97706 100%);border-radius:50%;margin-bottom:1.25rem;box-shadow:0 4px 20px #f59e0b66}.age-modal__title{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--color-text);margin-bottom:.75rem}.age-modal__text{font-size:.95rem;color:var(--color-text-muted);line-height:1.65;margin-bottom:1.75rem}.age-modal__actions{display:flex;flex-direction:column;gap:.65rem}.age-modal__btn{padding:.85rem 1.25rem;font-family:var(--font-heading);font-size:.9rem;font-weight:600;border-radius:var(--radius-md);transition:transform var(--transition),box-shadow var(--transition)}.age-modal__btn--accept{color:var(--color-bg);background:linear-gradient(135deg,var(--color-accent) 0%,#d97706 100%);box-shadow:0 4px 16px #f59e0b4d}.age-modal__btn--accept:hover{transform:translateY(-1px);box-shadow:0 6px 20px #f59e0b73}.age-modal__btn--reject{color:var(--color-text-muted);background:var(--color-surface-alt);border:1px solid var(--color-border)}.age-modal__btn--reject:hover{color:var(--color-text)}.age-restricted__icon{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;font-family:var(--font-heading);font-size:1.5rem;font-weight:800;color:#fecaca;background:var(--color-topbar);border:2px solid #ef4444;border-radius:50%;margin-bottom:1.25rem}.age-restricted__title{font-family:var(--font-heading);font-size:1.4rem;font-weight:700;color:#fecaca;margin-bottom:.75rem}.age-restricted__text{font-size:.95rem;color:var(--color-text-muted);line-height:1.65;margin-bottom:1rem}.age-restricted__help{font-size:.85rem;color:var(--color-text-muted);line-height:1.55;padding-top:1rem;border-top:1px solid var(--color-border)}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9000;background:var(--color-surface);border-top:1px solid var(--color-border);box-shadow:0 -4px 24px #00000059;padding:1rem 0}.cookie-banner__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.cookie-banner__text{flex:1;font-size:.85rem;color:var(--color-text-muted);line-height:1.55;min-width:240px}.cookie-banner__text a{color:var(--color-accent);text-decoration:underline;text-underline-offset:2px}.cookie-banner__text a:hover{color:var(--color-accent-hover)}.cookie-banner__btn{padding:.7rem 1.5rem;font-family:var(--font-heading);font-size:.85rem;font-weight:600;color:var(--color-bg);background:linear-gradient(135deg,var(--color-primary) 0%,#2563eb 100%);border-radius:var(--radius-md);white-space:nowrap;transition:transform var(--transition),box-shadow var(--transition);box-shadow:0 4px 16px #3b82f64d}.cookie-banner__btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #3b82f673}.footer{background:var(--color-surface);border-top:1px solid var(--color-border);padding:3rem 0 2rem;margin-top:2rem}.footer__heading{font-family:var(--font-heading);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text);margin-bottom:.85rem}.footer-age-row{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#7f1d1d40;border:1px solid rgba(239,68,68,.25);border-radius:var(--radius-md);margin-bottom:2rem}.footer-age-row__icon{flex-shrink:0;width:52px;height:52px;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:1.1rem;font-weight:800;color:#fff;background:linear-gradient(135deg,#ef4444,#b91c1c);border-radius:50%;box-shadow:0 0 0 3px #ef44444d,0 4px 16px #ef444459}.footer-age-row__text{font-size:.82rem;color:var(--color-topbar-text);line-height:1.55}.footer-badges{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.25rem;padding:1.5rem 0;margin-bottom:2rem;border-bottom:1px solid var(--color-border)}.footer-badges__link,.footer-badges__item{display:flex;align-items:center;justify-content:center;opacity:.85;transition:opacity var(--transition)}.footer-badges__link:hover{opacity:1}.footer-badges img{height:44px;width:auto;max-width:120px;object-fit:contain}.footer-responsible,.footer-affiliate{margin-bottom:2rem}.footer-responsible p,.footer-affiliate p,.footer-disclaimer p{font-size:.82rem;color:var(--color-text-muted);line-height:1.65}.footer-nav{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;padding:2rem 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);margin-bottom:1.5rem}.footer-nav__col ul{display:flex;flex-direction:column;gap:.5rem}.footer-nav__col a{font-size:.85rem;color:var(--color-text-muted);transition:color var(--transition)}.footer-nav__col a:hover{color:var(--color-accent)}.footer-disclaimer{margin-bottom:1.5rem}.footer-copy{text-align:center;padding-top:1rem}.footer-copy p{font-size:.78rem;color:var(--color-text-muted)}@media (max-width: 768px){.page-cards{grid-template-columns:1fr}.page-content{padding:2rem 0 2.5rem}.footer-nav{grid-template-columns:1fr;gap:1.5rem}.footer-age-row{flex-direction:column;text-align:center}.cookie-banner__inner{flex-direction:column;align-items:stretch}.cookie-banner__btn{width:100%}}@media (max-width: 400px){.logo__tagline{display:none}.topbar{font-size:.72rem}.age-modal{padding:2rem 1.25rem}.footer-badges{gap:.85rem}.footer-badges img{height:36px;max-width:100px}}
