:root { --clr-bg: #faf9f6; --clr-surface: #ffffff; --clr-text: #1a1a1a; --clr-text-secondary: #555; --clr-accent: #c0392b; --clr-accent-hover: #a93226; --clr-gold: #d4a017; --clr-gold-light: #fdf3d0; --clr-border: #e5e0d8; --clr-green: #27ae60; --clr-badge: #2c3e50; --radius: 12px; --shadow: 0 2px 16px rgba(0,0,0,0.06); --shadow-hover: 0 6px 32px rgba(0,0,0,0.1); --max-w: 1180px; --fs-body: 18px; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, sans-serif; background: var(--clr-bg); color: var(--clr-text); line-height: 1.75; font-size: var(--fs-body); -webkit-font-smoothing: antialiased; } .container { max-width: var(--max-w); margin: 0 auto; padding: 0 20px; } header { background: var(--clr-text); color: #fff; padding: 18px 0; box-shadow: 0 2px 12px rgba(0,0,0,0.15); } header .container { display: flex; justify-content: space-between; align-items: center; } .logo { display: inline-flex; align-items: center; line-height: 0; text-decoration: none; transition: opacity 0.2s ease, transform 0.2s ease; } .logo:hover { opacity: 1; transform: scale(1.02); } .logo:hover .logo-svg { filter: drop-shadow(0 0 10px rgba(232, 196, 71, 0.18)); } .logo:focus-visible { outline: 2px solid var(--clr-gold); outline-offset: 4px; border-radius: 8px; } .logo-svg { display: block; height: 40px; width: auto; max-width: min(100%, 270px); } .header-bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 14px; } #site-header .logo { flex-shrink: 0; } .header-brand { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 28px; min-width: 0; } .header-brand .header-search { flex: 0 1 260px; min-width: 150px; max-width: 280px; width: 100%; } .nav-burger { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 0; border: none; border-radius: 10px; background: rgba(255, 255, 255, 0.1); color: #fff; cursor: pointer; transition: background 0.15s; flex-shrink: 0; } .nav-burger:hover { background: rgba(255, 255, 255, 0.18); } .nav-burger:focus-visible { outline: 2px solid var(--clr-gold); outline-offset: 2px; } .nav-burger-lines { position: relative; width: 22px; height: 2px; background: #fff; border-radius: 1px; transition: background 0.2s; } .nav-burger-lines::before, .nav-burger-lines::after { content: ''; position: absolute; left: 0; width: 22px; height: 2px; background: #fff; border-radius: 1px; transition: transform 0.2s, top 0.2s; } .nav-burger-lines::before { top: -7px; } .nav-burger-lines::after { top: 7px; } #site-header.nav-open .nav-burger-lines { background: transparent; } #site-header.nav-open .nav-burger-lines::before { top: 0; transform: rotate(45deg); } #site-header.nav-open .nav-burger-lines::after { top: 0; transform: rotate(-45deg); } .header-drawer { display: flex; flex: 1 1 auto; align-items: center; justify-content: center; flex-wrap: wrap; min-width: 0; } @media (min-width: 901px) { .header-bar { flex-direction: column; align-items: center; justify-content: center; gap: 16px; padding-bottom: 2px; } .nav-burger { display: none !important; } .header-brand { width: 100%; justify-content: center; } #site-header .logo { display: inline-flex; width: auto; } #site-header .logo-svg { height: clamp(42px, 4.5vw, 48px); max-width: 100%; } .header-brand .header-search { flex: 0 1 300px; max-width: min(300px, 36vw); } .header-brand .header-search input[type="search"] { min-height: 42px; padding-top: 9px; padding-bottom: 9px; } .header-drawer { flex: none; width: 100%; max-width: 100%; justify-content: center; } } .site-nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 12px; } .site-nav a { display: inline-flex; align-items: center; gap: 0.5em; font-size: clamp(16px, 1.15vw, var(--fs-body)); font-weight: 700; letter-spacing: 0.04em; color: rgba(255, 255, 255, 0.92); text-decoration: none; padding: 11px 20px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.14); background: rgba(255, 255, 255, 0.07); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset; transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, transform 0.15s; white-space: nowrap; } .site-nav-icon { width: 1.2em; height: 1.2em; flex-shrink: 0; opacity: 0.9; transition: opacity 0.2s, transform 0.15s; } .site-nav a:hover .site-nav-icon, .site-nav a:focus-visible .site-nav-icon { opacity: 1; } .site-nav a:hover .site-nav-icon { transform: scale(1.05); } .site-nav a:hover { background: rgba(212, 160, 23, 0.16); border-color: rgba(212, 160, 23, 0.55); color: #fff; box-shadow: 0 0 0 1px rgba(212, 160, 23, 0.25); transform: translateY(-1px); } .site-nav a:focus-visible { outline: none; background: rgba(212, 160, 23, 0.2); border-color: var(--clr-gold); color: #fff; box-shadow: 0 0 0 3px rgba(212, 160, 23, 0.35); } .header-search { position: relative; } .header-search input[type="search"] { width: 100%; padding: 8px 12px 8px 36px; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 10px; background: rgba(255, 255, 255, 0.1); color: #fff; font-size: 15px; font-family: inherit; outline: none; transition: border-color 0.15s, background 0.15s; } .header-search input[type="search"]::placeholder { color: rgba(255, 255, 255, 0.45); } .header-search input[type="search"]:focus { border-color: var(--clr-gold); background: rgba(255, 255, 255, 0.14); } .header-search::before { content: '⌕'; position: absolute; left: 11px; top: 50%; transform: translateY(-50%); font-size: 16px; line-height: 1; color: rgba(255, 255, 255, 0.45); pointer-events: none; } .search-dropdown { position: absolute; left: 0; right: 0; top: calc(100% + 6px); margin: 0; padding: 6px 0; list-style: none; background: var(--clr-surface); border: 1px solid var(--clr-border); border-radius: var(--radius); box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18); max-height: min(70vh, 320px); overflow-y: auto; z-index: 200; } .search-dropdown[hidden] { display: none !important; } .search-dropdown li { margin: 0; } .search-dropdown button { display: block; width: 100%; padding: 10px 14px; border: none; background: none; text-align: left; font-size: 14px; font-family: inherit; color: var(--clr-text); cursor: pointer; transition: background 0.12s; } .search-dropdown button:hover, .search-dropdown button:focus-visible { background: var(--clr-gold-light); outline: none; } .search-dropdown .search-item-title { font-weight: 700; } .search-dropdown .search-item-meta { font-size: 12px; color: var(--clr-text-secondary); margin-top: 2px; } .search-dropdown .search-empty { padding: 12px 14px; font-size: 14px; color: var(--clr-text-secondary); } @media (max-width: 900px) { .header-bar { display: grid; grid-template-columns: minmax(44px, 1fr) auto minmax(44px, 1fr); align-items: start; } .header-brand { grid-column: 2; justify-self: center; flex-direction: column; align-items: center; gap: 10px; max-width: min(100%, 340px); padding-top: 2px; } .header-brand .header-search { flex: none; width: 100%; max-width: min(300px, calc(100vw - 100px)); min-width: 0; } .nav-burger { display: flex; grid-column: 3; justify-self: end; align-self: start; margin-left: 0; } .logo-svg { height: 36px; max-width: min(calc(100vw - 120px), 270px); } .header-drawer { display: none; grid-column: 1 / -1; flex-direction: column; align-items: stretch; width: 100%; padding-top: 12px; margin-top: 4px; border-top: 1px solid rgba(255, 255, 255, 0.12); gap: 16px; } #site-header.nav-open .header-drawer { display: flex; } .site-nav { flex-direction: column; align-items: stretch; width: 100%; } .site-nav a { font-size: var(--fs-body); padding: 14px 18px; border-radius: 14px; text-align: center; letter-spacing: 0.03em; justify-content: center; width: 100%; } } .slots-hub-hero { text-align: center; padding: 36px 20px 28px; margin: 0 0 28px; border-radius: var(--radius); background: linear-gradient(135deg, #1e1a24 0%, #3d2c4a 50%, #1a1520 100%); color: #fff; border: 1px solid rgba(255, 255, 255, 0.1); } .slots-hub-hero h1 { font-family: 'Merriweather', serif; font-size: clamp(26px, 5vw, 34px); font-weight: 900; margin-bottom: 12px; } .slots-hub-hero p { color: rgba(255, 255, 255, 0.82); font-size: var(--fs-body); max-width: 42em; margin: 0 auto 18px; line-height: 1.7; } .slots-hub-grid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-bottom: 32px; } @media (min-width: 640px) { .slots-hub-grid { grid-template-columns: repeat(2, 1fr); } } .hub-slot-tile { display: block; text-decoration: none; color: var(--clr-text); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--clr-border); background: var(--clr-surface); box-shadow: var(--shadow); transition: box-shadow 0.2s, transform 0.15s; } .hub-slot-tile:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); } .hub-slot-tile-top { padding: 20px 20px 14px; color: #fff; min-height: 92px; } .hub-slot-tile-body { padding: 18px 20px 20px; } .hub-slot-tile-body h2 { font-family: 'Merriweather', serif; font-size: 20px; margin-bottom: 8px; } .hub-slot-tile-body p { font-size: 16px; color: #444; line-height: 1.65; margin-bottom: 12px; } .hub-gates { background: linear-gradient(135deg, #5c4ba8, #2d1f4e); } .hub-sweet { background: linear-gradient(135deg, #c44569, #6d214f); } .hub-sugar { background: linear-gradient(135deg, #0984e3, #6c5ce7); } .hub-dog { background: linear-gradient(135deg, #e17055, #d63031); } .hub-book { background: linear-gradient(135deg, #636e72, #2d3436); } .hub-rank { font-size: 11px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; opacity: 0.85; margin-bottom: 6px; } .slot-review-hero { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 20px; padding: 24px 22px; margin: 16px 0 24px; border-radius: var(--radius); border: 1px solid var(--clr-border); background: var(--clr-surface); box-shadow: var(--shadow); } .slot-review-badge { width: 72px; height: 72px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 36px; flex-shrink: 0; background: var(--clr-gold-light); } .slot-review-hero h1 { font-family: 'Merriweather', serif; font-size: clamp(24px, 4vw, 30px); margin: 0 0 6px; } .slot-review-tag { font-size: 15px; color: var(--clr-accent); font-weight: 600; } .slot-demo-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; margin: 0 0 22px; padding: 16px 20px; border-radius: var(--radius); border: 1px solid var(--clr-border); background: linear-gradient(135deg, #f8f9fa 0%, var(--clr-gold-light) 100%); } .slot-demo-bar .cta-btn { margin-top: 0; flex-shrink: 0; } .slot-demo-note { font-size: 13px; color: var(--clr-text-secondary); line-height: 1.5; max-width: 36em; } @media (max-width: 520px) { .slot-demo-bar { flex-direction: column; align-items: stretch; } .slot-demo-bar .cta-btn { text-align: center; } } .theme-page-hero { padding: 32px 24px; margin: 12px 0 28px; border-radius: var(--radius); border: 1px solid var(--clr-border); background: linear-gradient(118deg, #f8f4ec 0%, #fff 45%, #f0f7ff 100%); box-shadow: var(--shadow); } .theme-page-hero h1 { font-family: 'Merriweather', serif; font-size: clamp(26px, 4.5vw, 34px); margin-bottom: 12px; } .theme-page-hero .lead { font-size: 18px; color: #444; line-height: 1.75; max-width: 48em; } .theme-rank-list { display: flex; flex-direction: column; gap: 14px; margin: 24px 0; } .theme-rank-card { display: grid; grid-template-columns: auto auto minmax(0, 1fr) auto; gap: 16px; align-items: center; padding: 18px 20px; border-radius: var(--radius); border: 1px solid var(--clr-border); background: var(--clr-surface); text-decoration: none; color: inherit; box-shadow: var(--shadow); transition: box-shadow 0.2s, transform 0.15s; } a.theme-rank-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); } .theme-rank-num { width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, var(--clr-gold), #e8b923); color: var(--clr-text); font-family: 'Merriweather', serif; font-weight: 900; font-size: 20px; display: flex; align-items: center; justify-content: center; } .theme-rank-logo { width: 52px; height: 52px; object-fit: contain; border-radius: 12px; border: 1px solid var(--clr-border); background: #f8f7f4; flex-shrink: 0; } .theme-rank-card h3 { font-size: 18px; margin: 0 0 6px; } .theme-rank-card p { font-size: 14px; color: #555; margin: 0; line-height: 1.55; } .theme-rank-cta { font-weight: 700; color: var(--clr-accent); font-size: 14px; white-space: nowrap; } .theme-crosslinks { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; } .theme-crosslinks a { display: inline-block; padding: 10px 16px; border-radius: 999px; background: var(--clr-text); color: #fff; text-decoration: none; font-weight: 600; font-size: 14px; } .theme-crosslinks a:hover { opacity: 0.92; } .theme-guide-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; font-size: 14px; color: var(--clr-text-secondary); margin: 0 0 20px; padding: 14px 0 18px; border-bottom: 1px solid var(--clr-border); } .theme-guide-meta strong { color: var(--clr-text); font-weight: 700; } .theme-rank-section-title { font-family: 'Merriweather', serif; font-size: clamp(1.2rem, 3vw, 1.45rem); color: var(--clr-badge); margin: 0 0 10px; line-height: 1.3; } .theme-rank-intro { font-size: 16px; color: #444; line-height: 1.7; margin: 0 0 18px; max-width: 48em; } .theme-article { margin-top: 8px; } .theme-article h2 { font-family: 'Merriweather', serif; font-size: clamp(1.2rem, 3vw, 1.42rem); color: var(--clr-badge); margin: 38px 0 12px; line-height: 1.28; padding-top: 8px; border-top: 1px solid var(--clr-border); } .theme-article h2:first-of-type { margin-top: 28px; padding-top: 0; border-top: none; } .theme-article h3 { font-size: 1.05rem; margin: 20px 0 8px; color: var(--clr-text); font-weight: 700; } .theme-article > p, .theme-article .theme-compare-ol + p { color: #333; line-height: 1.75; margin-bottom: 14px; } .theme-article p { color: #333; line-height: 1.75; margin-bottom: 14px; } .theme-compare-ol { margin: 8px 0 6px; padding-left: 1.35rem; } .theme-compare-ol li { margin-bottom: 12px; line-height: 1.65; color: #333; } .theme-compare-ol a { font-weight: 700; color: var(--clr-accent); text-decoration: none; } .theme-compare-ol a:hover { text-decoration: underline; } .theme-steps { list-style: none; counter-reset: tgstep; margin: 12px 0 20px; padding: 0; } .theme-steps li { counter-increment: tgstep; padding: 12px 12px 12px 44px; position: relative; border-bottom: 1px solid var(--clr-border); color: #333; line-height: 1.65; } .theme-steps li::before { content: counter(tgstep); position: absolute; left: 0; top: 10px; width: 30px; height: 30px; background: var(--clr-gold-light); color: var(--clr-accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 13px; } .theme-benefits { margin: 8px 0 18px; padding-left: 1.25rem; color: #333; } .theme-benefits li { margin-bottom: 10px; line-height: 1.6; } .theme-vs-table { width: 100%; border-collapse: collapse; margin: 14px 0 20px; font-size: 14px; background: var(--clr-surface); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); } .theme-vs-table th, .theme-vs-table td { padding: 10px 14px; border-bottom: 1px solid var(--clr-border); text-align: left; vertical-align: top; } .theme-vs-table th { background: var(--clr-badge); color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: 0.04em; } .theme-vs-table tr:last-child td { border-bottom: none; } #page-slot-gates .slot-review-hero h1, #page-slot-sweet .slot-review-hero h1, #page-slot-sugar .slot-review-hero h1, #page-slot-doghouse .slot-review-hero h1, #page-slot-book .slot-review-hero h1, #page-crypto .theme-page-hero h1, #page-fast-payout .theme-page-hero h1, #page-top-slots .slots-hub-hero h1, #page-responsible-gaming .theme-page-hero h1, #page-privacy .theme-page-hero h1, #page-terms .theme-page-hero h1 { scroll-margin-top: 88px; } .hero { padding: 48px 0 32px; } .hero h1 { font-family: 'Merriweather', serif; font-size: clamp(28px, 5vw, 40px); font-weight: 900; line-height: 1.2; color: var(--clr-text); margin-bottom: 16px; } .hero-meta { font-size: 14px; color: var(--clr-text-secondary); margin-bottom: 20px; } .hero-intro { font-size: 18px; line-height: 1.8; color: #333; } .top-pick { position: relative; border-radius: var(--radius); padding: 22px 24px 24px; margin: 28px 0; border: 1px solid var(--clr-border); background: linear-gradient(145deg, #f8fafc 0%, #eef2f7 45%, #e8ecf2 100%); box-shadow: var(--shadow); color: var(--clr-text); overflow: hidden; } .top-pick-shine { position: absolute; inset: -40% -20% auto auto; width: 55%; height: 120%; background: radial-gradient(ellipse at center, rgba(255,255,255,0.55) 0%, transparent 65%); pointer-events: none; } .top-pick-inner { position: relative; z-index: 1; } .top-pick-kicker { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid rgba(0,0,0,0.06); } .top-pick-badge { display: inline-block; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: #fff; background: linear-gradient(135deg, var(--clr-accent) 0%, #c41e3a 100%); padding: 5px 10px; border-radius: 6px; } .top-pick-kicker-text { font-size: 13px; color: var(--clr-text-secondary); line-height: 1.45; } .top-pick-main { display: flex; align-items: center; gap: 18px 22px; flex-wrap: wrap; } .top-pick-logo { width: 92px; height: 92px; border-radius: 16px; object-fit: contain; background: #fff; flex-shrink: 0; border: 1px solid var(--clr-border); box-shadow: 0 4px 14px rgba(0,0,0,0.06); } .top-pick-info { flex: 1; min-width: min(100%, 200px); } .top-pick-info h3 { font-family: 'Merriweather', serif; font-size: clamp(1.2rem, 3vw, 1.55rem); font-weight: 900; line-height: 1.2; margin: 0 0 8px; color: var(--clr-text); } .top-pick-bonus { font-size: clamp(16px, 2.2vw, 19px); font-weight: 700; color: var(--clr-accent); margin: 0; } .top-pick-cta { margin-left: auto; flex-shrink: 0; text-decoration: none; margin-top: 0; text-align: center; } .top-pick-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; } .top-pick-badges span { font-size: 12px; font-weight: 600; color: var(--clr-text-secondary); background: rgba(255,255,255,0.75); border: 1px solid var(--clr-border); padding: 6px 11px; border-radius: 999px; } .top-pick-slogan-wrap { margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(0,0,0,0.06); position: relative; } .top-pick-slogan-wrap::before { content: ''; position: absolute; top: 0; left: 0; width: 48px; height: 3px; background: linear-gradient(90deg, var(--clr-accent), transparent); border-radius: 2px; } .top-pick-slogan { font-family: 'Merriweather', serif; font-size: clamp(0.95rem, 2vw, 1.05rem); font-style: italic; color: var(--clr-text-secondary); line-height: 1.55; margin: 0 0 14px; } .top-pick-slogan strong { color: var(--clr-text); font-style: normal; } .top-pick-author { display: flex; align-items: flex-start; gap: 14px; } .top-pick-author img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 2px solid var(--clr-border); } .top-pick-author-text { font-size: 14px; line-height: 1.55; color: var(--clr-text); } .top-pick-author-text p { margin: 0 0 6px; } .top-pick-author-text cite { font-size: 13px; font-style: normal; color: var(--clr-text-secondary); } .top-pick-author-text cite a { color: var(--clr-accent); font-weight: 700; text-decoration: none; } .top-pick-author-text cite a:hover { text-decoration: underline; } .ranking-list { margin: 0 0 48px; } .ranking-item { display: flex; align-items: center; gap: 10px 12px; flex-wrap: wrap; background: var(--clr-surface); border: 1px solid var(--clr-border); border-radius: var(--radius); padding: 14px 18px; margin-bottom: 10px; box-shadow: var(--shadow); transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s; } .ranking-item:hover { box-shadow: var(--shadow-hover); transform: translateY(-1px); } .ranking-item-main { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; flex: 1; min-width: min(100%, 240px); text-decoration: none; color: inherit; } .ranking-item--featured { border-color: var(--clr-gold); background: var(--clr-gold-light); } .rank-num { font-family: 'Merriweather', serif; font-size: 20px; font-weight: 900; color: var(--clr-accent); min-width: 28px; text-align: center; line-height: 1; flex-shrink: 0; } .ranking-item--featured .rank-num { color: #b8860b; } .rank-logo { width: 60px; height: 60px; border-radius: 12px; object-fit: contain; background: #f0ede8; flex-shrink: 0; } .rank-info { flex: 1; min-width: 200px; } .rank-name { font-family: 'Merriweather', serif; font-size: var(--fs-body); font-weight: 700; display: block; margin-bottom: 2px; color: var(--clr-text); } .rank-desc { font-size: 13px; color: var(--clr-text-secondary); display: block; line-height: 1.35; margin-bottom: 4px; } .rank-bonus-line { font-size: 14px; font-weight: 600; color: var(--clr-accent); display: block; line-height: 1.3; } .rank-score-col { text-align: right; flex-shrink: 0; } .rank-score-label { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--clr-text-secondary); margin-bottom: 2px; } .rank-score { display: inline-flex; align-items: center; justify-content: center; gap: 5px; background: var(--clr-badge); color: #fff; padding: 5px 11px; border-radius: 8px; font-weight: 800; font-size: var(--fs-body); line-height: 1; } .rank-score::before { content: ""; flex-shrink: 0; width: 0.95em; height: 0.95em; background: var(--clr-gold); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2l2.91 5.9L22 9.1l-4.73 4.6 1.12 6.53L12 17.8l-6.39 3.36 1.12-6.53L2 9.1l7.09-1.03L12 2z'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2l2.91 5.9L22 9.1l-4.73 4.6 1.12 6.53L12 17.8l-6.39 3.36 1.12-6.53L2 9.1l7.09-1.03L12 2z'/%3E%3C/svg%3E") center / contain no-repeat; } .rank-cta { font-size: 13px; font-weight: 700; color: var(--clr-badge); white-space: nowrap; flex-shrink: 0; } .ranking-item-main:hover .rank-cta { text-decoration: underline; } .rank-visit { display: inline-flex; align-items: center; justify-content: center; padding: 10px 16px; font-size: 13px; font-weight: 700; border-radius: 8px; background: var(--clr-accent); color: #fff; text-decoration: none; flex-shrink: 0; white-space: nowrap; transition: background 0.2s, transform 0.15s; } .rank-visit:hover { background: var(--clr-accent-hover); color: #fff; transform: translateY(-1px); } h2 { font-family: 'Merriweather', serif; font-size: clamp(24px, 4vw, 32px); font-weight: 900; line-height: 1.25; margin: 56px 0 20px; color: var(--clr-text); } h3 { font-family: 'Merriweather', serif; font-size: 22px; font-weight: 700; margin: 40px 0 12px; color: var(--clr-text); } h4 { font-weight: 700; font-size: var(--fs-body); margin: 20px 0 8px; } .review-card { background: var(--clr-surface); border: 1px solid var(--clr-border); border-radius: var(--radius); padding: 28px 24px; margin: 24px 0; box-shadow: var(--shadow); } .review-brand { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--clr-border); } .review-brand-logo { width: 96px; height: 96px; border-radius: 16px; object-fit: contain; background: #f0ede8; flex-shrink: 0; } .review-brand-info { flex: 1; } .review-brand-name { font-family: 'Merriweather', serif; font-size: 20px; font-weight: 700; margin-bottom: 2px; } .review-brand-bonus { font-size: 15px; color: var(--clr-accent); font-weight: 600; } .review-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; flex-wrap: wrap; gap: 8px; } .review-title { font-family: 'Merriweather', serif; font-size: 20px; font-weight: 700; } .review-score { display: inline-flex; align-items: center; justify-content: center; gap: 5px; background: var(--clr-green); color: #fff; padding: 4px 12px; border-radius: 6px; font-weight: 700; font-size: 16px; } .review-score::before { content: ""; flex-shrink: 0; width: 0.95em; height: 0.95em; background: var(--clr-gold-light); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2l2.91 5.9L22 9.1l-4.73 4.6 1.12 6.53L12 17.8l-6.39 3.36 1.12-6.53L2 9.1l7.09-1.03L12 2z'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2l2.91 5.9L22 9.1l-4.73 4.6 1.12 6.53L12 17.8l-6.39 3.36 1.12-6.53L2 9.1l7.09-1.03L12 2z'/%3E%3C/svg%3E") center / contain no-repeat; } .review-body p { margin-bottom: 12px; color: #333; } .review-pros { list-style: none; margin: 16px 0; } .review-pros li { padding: 4px 0 4px 24px; position: relative; font-weight: 600; } .review-pros li::before { content: "✓"; position: absolute; left: 0; color: var(--clr-green); font-weight: 700; } .review-quote { background: #f5f3ef; border-left: 4px solid var(--clr-gold); padding: 16px 20px; margin: 16px 0; border-radius: 0 8px 8px 0; font-style: italic; color: #444; } .review-quote cite { display: block; font-style: normal; font-weight: 700; margin-top: 8px; font-size: 14px; } .cta-btn { display: inline-block; background: var(--clr-accent); color: #fff; padding: 12px 28px; border-radius: 8px; font-weight: 700; font-size: 17px; text-decoration: none; transition: background 0.2s, transform 0.15s; margin-top: 12px; } .cta-btn:hover { background: var(--clr-accent-hover); transform: translateY(-1px); } .info-section p { margin-bottom: 14px; color: #333; } .rp-screenshot { margin: 20px 0 28px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--clr-border); box-shadow: var(--shadow); background: var(--clr-surface); } .rp-screenshot img { display: block; width: 100%; height: auto; } .criteria-illustration { margin: 22px auto 26px; max-width: min(480px, 100%); padding: 0; background: none; } .criteria-illustration img { display: block; width: 100%; max-width: 480px; height: auto; margin: 0 auto; border-radius: 0; box-shadow: none; border: none; background: transparent; } #page-contact .contact-intro { max-width: 640px; margin: 0 auto 28px; text-align: center; } #page-contact .contact-intro h1 { font-family: 'Merriweather', Georgia, serif; font-size: clamp(1.65rem, 4vw, 2.15rem); font-weight: 800; color: var(--clr-text); line-height: 1.2; margin: 0 0 10px; letter-spacing: -0.02em; } #page-contact .contact-intro .contact-lead { font-size: 1.05rem; color: var(--clr-text-secondary); margin: 0 0 18px; line-height: 1.55; } #page-contact .contact-intro .info-section { text-align: left; margin: 0; } #page-contact .contact-intro .info-section p { margin-bottom: 0; font-size: 1rem; line-height: 1.65; } #page-contact .contact-form-wrap { max-width: 560px; margin: 0 auto 40px; } #page-contact .contact-form-card { background: var(--clr-surface); border-radius: 16px; border: 1px solid var(--clr-border); box-shadow: 0 4px 28px rgba(26, 26, 26, 0.07), 0 1px 0 rgba(255, 255, 255, 0.8) inset; padding: 28px 26px 30px; position: relative; overflow: hidden; } #page-contact .contact-form-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--clr-accent) 0%, var(--clr-gold) 50%, var(--clr-accent-hover) 100%); border-radius: 16px 16px 0 0; } #page-contact .contact-form-head { margin-bottom: 22px; padding-top: 4px; } #page-contact .contact-form-badge { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--clr-accent); background: var(--clr-gold-light); padding: 6px 12px; border-radius: 999px; margin-bottom: 12px; } #page-contact .contact-form-title { font-family: 'Merriweather', Georgia, serif; font-size: 1.35rem; font-weight: 800; color: var(--clr-badge); margin: 0 0 8px; line-height: 1.25; } #page-contact .contact-form-hint { margin: 0; font-size: 0.95rem; color: var(--clr-text-secondary); line-height: 1.5; } #page-contact .contact-form-grid { display: grid; gap: 18px; } @media (min-width: 540px) { #page-contact .contact-form-grid { grid-template-columns: 1fr 1fr; gap: 18px 20px; } #page-contact .contact-field--full { grid-column: 1 / -1; } } #page-contact .contact-field label { display: block; font-size: 0.875rem; font-weight: 700; color: var(--clr-text); margin-bottom: 8px; letter-spacing: 0.01em; } #page-contact .contact-field label .req { color: var(--clr-accent); font-weight: 800; } #page-contact .contact-input, #page-contact .contact-select, #page-contact .contact-textarea { width: 100%; padding: 14px 16px; font-size: 1rem; font-family: inherit; line-height: 1.45; color: var(--clr-text); background: #faf9f7; border: 1px solid var(--clr-border); border-radius: 10px; transition: border-color 0.2s, box-shadow 0.2s, background 0.2s; } #page-contact .contact-input::placeholder, #page-contact .contact-textarea::placeholder { color: #999; } #page-contact .contact-input:hover, #page-contact .contact-select:hover, #page-contact .contact-textarea:hover { border-color: #d4cec4; } #page-contact .contact-input:focus, #page-contact .contact-select:focus, #page-contact .contact-textarea:focus { outline: none; border-color: var(--clr-gold); background: #fff; box-shadow: 0 0 0 3px rgba(212, 160, 23, 0.22); } #page-contact .contact-textarea { min-height: 140px; resize: vertical; } #page-contact .contact-select { cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23555' d='M6 8L1 3h10z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; } #page-contact .contact-submit-wrap { margin-top: 12px; padding: 18px 26px 22px; margin-left: -26px; margin-right: -26px; margin-bottom: -30px; background: linear-gradient(180deg, #eceae6 0%, #e2e0db 100%); border-radius: 0 0 15px 15px; border-top: 1px solid var(--clr-border); } #page-contact .contact-submit { width: 100%; margin-top: 0; padding: 16px 24px; font-size: 1.05rem; font-weight: 700; cursor: pointer; border-radius: 10px; background: #d5d3ce; color: var(--clr-text); border: 1px solid #b8b5ae; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset, 0 2px 8px rgba(26, 26, 26, 0.08); } #page-contact .contact-submit:hover { background: #c9c7c1; border-color: #a9a69e; color: #111; transform: translateY(-1px); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 4px 14px rgba(26, 26, 26, 0.12); } #page-contact .contact-direct { max-width: 520px; margin: 0 auto 28px; text-align: center; padding: 22px 20px; background: linear-gradient(135deg, #fdf8ec 0%, #f5f3ef 100%); border: 1px solid rgba(212, 160, 23, 0.35); border-radius: 14px; } #page-contact .contact-direct p { margin: 0; color: #444; line-height: 1.6; } #page-contact .contact-direct p + p { margin-top: 10px; } #page-contact .contact-direct a { color: var(--clr-accent); font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(192, 57, 43, 0.35); transition: color 0.2s, border-color 0.2s; } #page-contact .contact-direct a:hover { color: var(--clr-accent-hover); border-bottom-color: var(--clr-accent-hover); } #page-contact .contact-rg-strip { max-width: 640px; margin: 0 auto 32px; padding: 18px 20px; text-align: center; font-size: 0.92rem; line-height: 1.55; color: var(--clr-text-secondary); background: #f3f1ed; border: 1px solid var(--clr-border); border-radius: 12px; } #page-contact .contact-rg-strip a { color: var(--clr-accent); font-weight: 600; text-decoration: none; } #page-contact .contact-rg-strip a:hover { text-decoration: underline; } .slot-review-body > h2 { font-family: 'Merriweather', serif; font-size: 1.35rem; color: var(--clr-badge); margin: 0 0 12px; line-height: 1.3; } .slot-review-body > h2:not(:first-child) { margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--clr-border); } .slot-review-body > h3 { font-family: 'Merriweather', serif; font-size: 1.08rem; color: var(--clr-text); margin: 22px 0 10px; line-height: 1.35; } .slot-review-body > h3:first-of-type { margin-top: 18px; } .slot-steps { list-style: none; counter-reset: slotstep; margin: 12px 0 20px; padding: 0; } .slot-steps li { counter-increment: slotstep; padding: 12px 12px 12px 42px; position: relative; border-bottom: 1px solid var(--clr-border); color: #333; } .slot-steps li::before { content: counter(slotstep); position: absolute; left: 0; top: 10px; width: 28px; height: 28px; background: var(--clr-gold-light); color: var(--clr-accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 13px; } .slot-tips { margin: 8px 0 18px; padding-left: 22px; color: #333; } .slot-tips li { margin-bottom: 10px; } .slot-pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 14px 0 4px; } @media (max-width: 560px) { .slot-pros-cons { grid-template-columns: 1fr; } } .slot-pc-col { background: var(--clr-surface); border: 1px solid var(--clr-border); border-radius: var(--radius); padding: 16px; box-shadow: var(--shadow); } .slot-pc-col h4 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.05em; margin: 0 0 12px; } .slot-pc-col.pros h4 { color: var(--clr-green); } .slot-pc-col.cons h4 { color: var(--clr-accent); } .slot-pc-col ul { list-style: none; padding: 0; margin: 0; } .slot-pc-col li { padding: 6px 0 6px 22px; position: relative; font-size: 15px; color: #333; line-height: 1.5; } .slot-pc-col.pros li::before { content: '+'; position: absolute; left: 0; font-weight: 800; color: var(--clr-green); } .slot-pc-col.cons li::before { content: '–'; position: absolute; left: 0; font-weight: 800; color: var(--clr-accent); } .slot-session-note { background: linear-gradient(145deg, #fdf8eb 0%, #f7f4ee 100%); border: 1px solid var(--clr-border); border-radius: var(--radius); padding: 16px 18px; margin: 20px 0 8px; font-size: 15px; color: #3a3a3a; } .slot-session-note strong { display: block; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--clr-gold); margin-bottom: 8px; font-weight: 800; } .slot-session-note p { margin-bottom: 0; } .criteria-list { list-style: none; counter-reset: criteria; } .criteria-list li { counter-increment: criteria; padding: 12px 0 12px 40px; position: relative; border-bottom: 1px solid var(--clr-border); } .criteria-list li::before { content: counter(criteria); position: absolute; left: 0; top: 12px; width: 28px; height: 28px; background: var(--clr-accent); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; } .criteria-list li strong { display: block; } .data-table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 15px; background: var(--clr-surface); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); } .data-table thead { background: var(--clr-badge); color: #fff; } .data-table th { padding: 12px 16px; text-align: left; font-weight: 700; font-size: 13px; letter-spacing: 0.5px; text-transform: uppercase; } .data-table td { padding: 10px 16px; border-bottom: 1px solid var(--clr-border); } .data-table tr:last-child td { border-bottom: none; } .data-table tr:hover td { background: #faf9f6; } .faq-section { margin: 48px 0; } .faq-item { border: 1px solid var(--clr-border); border-radius: var(--radius); margin-bottom: 10px; overflow: hidden; background: var(--clr-surface); } .faq-question { width: 100%; background: none; border: none; padding: 18px 48px 18px 20px; text-align: left; font-family: 'Source Sans 3', sans-serif; font-size: var(--fs-body); font-weight: 700; color: var(--clr-text); cursor: pointer; position: relative; transition: background 0.2s; } .faq-question:hover { background: #f9f8f5; } .faq-question::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 24px; font-weight: 400; color: var(--clr-accent); transition: transform 0.3s; } .faq-item.open .faq-question::after { content: "−"; } .faq-answer { display: none; padding: 0 20px 18px; color: #444; line-height: 1.7; } .faq-item.open .faq-answer { display: block; } .expert-card { display: flex; gap: 20px; align-items: flex-start; background: var(--clr-surface); border: 1px solid var(--clr-border); border-radius: var(--radius); padding: 24px; margin: 16px 0; } .expert-avatar { width: 56px; height: 56px; background: var(--clr-badge); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 18px; flex-shrink: 0; } .expert-avatar--photo { padding: 0; overflow: hidden; background: transparent; border: 2px solid rgba(0, 129, 72, 0.35); } .expert-avatar--photo img { width: 100%; height: 100%; object-fit: cover; display: block; } .expert-name { font-weight: 700; font-size: var(--fs-body); } .expert-role { font-size: 14px; color: var(--clr-accent); font-weight: 600; } .expert-bio { font-size: 16px; color: #555; margin-top: 4px; } .team-member-block { display: flex; gap: 18px; align-items: flex-start; margin: 16px 0 20px; } .team-member-avatar { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 2px solid rgba(0, 129, 72, 0.35); box-shadow: 0 2px 10px rgba(26, 26, 26, 0.08); } footer { background: var(--clr-text); color: #999; padding: 32px 0; margin-top: 64px; font-size: 14px; text-align: center; } footer a { color: #ccc; text-decoration: none; } footer a:hover { color: #fff; } .footer-links { margin-bottom: 12px; } .footer-links a { margin: 0 12px; } .footer-disclaimer { font-size: 12px; max-width: 600px; margin: 12px auto 0; line-height: 1.6; } .footer-rg-block { margin: 28px 0 8px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, 0.12); } .footer-rg-title { font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; color: #aaa; margin-bottom: 14px; font-weight: 700; } .footer-rg-logos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; max-width: 720px; margin: 0 auto; align-items: stretch; } @media (max-width: 640px) { .footer-rg-logos { grid-template-columns: 1fr; max-width: 280px; } } .footer-rg-card { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 16px 14px 14px; min-width: 0; border-radius: 12px; background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.12); text-decoration: none; color: #e8e8e8; transition: background 0.18s, border-color 0.18s, transform 0.18s, box-shadow 0.18s; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); } .footer-rg-card:hover { background: rgba(255, 255, 255, 0.11); border-color: rgba(255, 255, 255, 0.22); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28); } .footer-rg-logo-frame { width: 100%; height: 64px; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 10px; padding: 12px 16px; box-sizing: border-box; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85); } .footer-rg-logo-frame--begambleaware { background: linear-gradient(165deg, #0d5c48 0%, #063828 100%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14); } .footer-rg-logo { display: block; max-height: 40px; max-width: 100%; width: auto; height: auto; object-fit: contain; object-position: center; } .footer-rg-label { font-size: 12px; font-weight: 600; line-height: 1.35; text-align: center; color: inherit; } .sticky-cta { position: fixed; bottom: 0; left: 0; right: 0; background: var(--clr-surface); border-top: 2px solid var(--clr-accent); padding: 12px 20px; display: flex; justify-content: center; align-items: center; gap: 16px; z-index: 99; box-shadow: 0 -4px 16px rgba(0,0,0,0.08); } .sticky-cta-promo { display: flex; align-items: center; gap: 10px; min-width: 0; } .sticky-cta-logo { width: 40px; height: 40px; border-radius: 10px; object-fit: contain; background: var(--clr-bg); border: 1px solid var(--clr-border); flex-shrink: 0; } .sticky-cta-text { font-weight: 700; font-size: 15px; line-height: 1.25; } .sticky-cta .cta-btn { margin: 0; padding: 10px 20px; font-size: 14px; } body.hide-sticky-promo .sticky-cta { display: none !important; } @media (max-width: 640px) { .ranking-item { padding: 12px 14px; gap: 10px; } .ranking-item-main { gap: 10px; width: 100%; } .rank-info { min-width: 0; width: 100%; order: 3; flex-basis: 100%; } .rank-score-col { order: 2; margin-left: auto; text-align: right; } .rank-cta { order: 4; width: 100%; text-align: center; padding-top: 4px; border-top: 1px solid var(--clr-border); white-space: normal; } .rank-num { order: 0; } .rank-logo { order: 1; width: 52px; height: 52px; border-radius: 10px; } .rank-visit { flex-basis: 100%; width: 100%; justify-content: center; } .top-pick { padding: 18px 16px 20px; } .top-pick-kicker { flex-direction: column; align-items: flex-start; } .top-pick-main { flex-direction: column; align-items: stretch; } .top-pick-logo { width: 80px; height: 80px; border-radius: 14px; margin: 0 auto; } .top-pick-info { text-align: center; } .top-pick-badges { justify-content: center; } .top-pick-author { flex-direction: column; align-items: center; text-align: center; } .top-pick-author img { margin: 0 auto; } .top-pick-cta { margin-left: 0; width: 100%; } .review-card { padding: 20px 16px; } .review-brand-logo { width: 72px; height: 72px; border-radius: 12px; } .expert-card { flex-direction: column; align-items: center; text-align: center; } .sticky-cta { flex-direction: column; gap: 8px; padding: 10px 16px; } .sticky-cta-promo { justify-content: center; text-align: left; } .sticky-cta-logo { width: 36px; height: 36px; border-radius: 9px; } .data-table { font-size: 13px; } .data-table th, .data-table td { padding: 8px 10px; } } body { padding-bottom: 80px; } .visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); } .breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--clr-text-secondary); padding: 20px 0 8px; flex-wrap: wrap; } .breadcrumb a { color: var(--clr-accent); text-decoration: none; font-weight: 600; } .breadcrumb a:hover { text-decoration: underline; } .breadcrumb span { color: #999; } .rp-hero { background: var(--clr-surface); border: 1px solid var(--clr-border); border-radius: var(--radius); padding: 32px 28px; margin: 16px 0 28px; box-shadow: var(--shadow); } .rp-hero-top { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; flex-wrap: wrap; } .rp-hero-logo { width: 100px; height: 100px; border-radius: 18px; object-fit: contain; background: #f0ede8; flex-shrink: 0; } .rp-hero-info { flex: 1; min-width: 200px; } .rp-hero-name { font-family: 'Merriweather', serif; font-size: clamp(24px, 4vw, 32px); font-weight: 900; margin-bottom: 4px; } .rp-hero-tagline { font-size: 16px; color: var(--clr-text-secondary); } .rp-hero-score { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--clr-green); color: #fff; font-size: 28px; font-weight: 900; padding: 8px 16px; border-radius: 10px; flex-shrink: 0; } .rp-hero-score::before { content: ""; flex-shrink: 0; width: 0.85em; height: 0.85em; background: var(--clr-gold-light); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2l2.91 5.9L22 9.1l-4.73 4.6 1.12 6.53L12 17.8l-6.39 3.36 1.12-6.53L2 9.1l7.09-1.03L12 2z'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2l2.91 5.9L22 9.1l-4.73 4.6 1.12 6.53L12 17.8l-6.39 3.36 1.12-6.53L2 9.1l7.09-1.03L12 2z'/%3E%3C/svg%3E") center / contain no-repeat; } .rp-hero-bonus { background: linear-gradient(135deg, var(--clr-accent) 0%, #922b21 100%); color: #fff; border-radius: 10px; padding: 16px 20px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; } .rp-hero-bonus-text { font-size: 20px; font-weight: 700; } .rp-hero-bonus .cta-btn { background: var(--clr-gold); color: var(--clr-text); margin: 0; } .rp-user-rating-card { margin: 0 0 24px; padding: 20px 22px; border: 1px solid var(--clr-border); border-radius: var(--radius); background: linear-gradient(180deg, #fffef8 0%, var(--clr-surface) 100%); box-shadow: var(--shadow); } .rp-user-rating-title { font-family: 'Merriweather', serif; font-weight: 800; font-size: 1.1rem; margin: 0 0 6px; color: var(--clr-badge); } .rp-user-rating-editor { font-size: 14px; color: var(--clr-text-secondary); margin: 0 0 14px; line-height: 1.5; } .rp-user-rating-editor strong { color: var(--clr-text); } .rp-user-stars { display: flex; gap: 6px; flex-wrap: wrap; align-items: center; } .rp-user-star-btn { font-size: 34px; line-height: 1; padding: 2px 4px; margin: 0; border: none; background: transparent; cursor: pointer; color: #d4d0c8; transition: color 0.15s, transform 0.1s; } .rp-user-star-btn.is-on { color: var(--clr-gold); text-shadow: 0 1px 0 rgba(0,0,0,0.08); } .rp-user-star-btn:hover { color: #c9a010; transform: scale(1.06); } .rp-user-star-btn:focus-visible { outline: 2px solid var(--clr-accent); outline-offset: 2px; border-radius: 6px; } .rp-user-rating-msg { margin: 12px 0 0; font-weight: 700; color: var(--clr-green); font-size: 15px; } .rp-user-rating-msg[hidden] { display: none !important; } .rp-user-rating-hint { font-size: 12px; color: var(--clr-text-secondary); margin: 10px 0 0; line-height: 1.45; max-width: 40em; } .rp-specs { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; margin: 24px 0; } .rp-spec { background: var(--clr-surface); border: 1px solid var(--clr-border); border-radius: 10px; padding: 14px 16px; } .rp-spec-label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--clr-text-secondary); font-weight: 700; margin-bottom: 4px; } .rp-spec-value { font-size: var(--fs-body); font-weight: 700; color: var(--clr-text); } .rp-proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 24px 0; } .rp-pros, .rp-cons { background: var(--clr-surface); border: 1px solid var(--clr-border); border-radius: var(--radius); padding: 20px; } .rp-pros { border-top: 3px solid var(--clr-green); } .rp-cons { border-top: 3px solid var(--clr-accent); } .rp-pros h4, .rp-cons h4 { margin-top: 0; margin-bottom: 12px; } .rp-pros li, .rp-cons li { padding: 3px 0 3px 22px; position: relative; list-style: none; font-size: 16px; } .rp-pros li::before { content: "✓"; position: absolute; left: 0; color: var(--clr-green); font-weight: 700; } .rp-cons li::before { content: "✗"; position: absolute; left: 0; color: var(--clr-accent); font-weight: 700; } @media (max-width: 640px) { .rp-proscons { grid-template-columns: 1fr; } .rp-hero { padding: 20px 16px; } .rp-hero-logo { width: 76px; height: 76px; border-radius: 14px; } .rp-hero-score { font-size: 22px; padding: 6px 12px; } } .rp-nav { display: flex; justify-content: space-between; gap: 12px; margin: 40px 0 20px; } .rp-nav a { flex: 1; background: var(--clr-surface); border: 1px solid var(--clr-border); border-radius: var(--radius); padding: 16px; text-decoration: none; color: var(--clr-text); transition: box-shadow 0.2s; } .rp-nav a:hover { box-shadow: var(--shadow-hover); } .rp-nav-label { font-size: 12px; color: var(--clr-text-secondary); text-transform: uppercase; letter-spacing: 0.5px; } .rp-nav-name { font-weight: 700; font-size: 16px; } .rp-nav a:last-child { text-align: right; } .rp-related { margin: 32px 0; } .rp-related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(252px, 1fr)); gap: 12px; margin-top: 16px; } .rp-related-card { background: var(--clr-surface); border: 1px solid var(--clr-border); border-radius: var(--radius); padding: 16px; text-decoration: none; color: var(--clr-text); transition: box-shadow 0.2s, transform 0.15s; display: flex; flex-direction: row; align-items: center; gap: 14px; } .rp-related-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); } .rp-related-logo { width: 48px; height: 48px; object-fit: contain; border-radius: 10px; border: 1px solid var(--clr-border); background: #f8f7f4; flex-shrink: 0; } .rp-related-card-body { min-width: 0; flex: 1; } .rp-related-card-name { font-weight: 700; margin-bottom: 2px; } .rp-related-card-bonus { font-size: 13px; color: var(--clr-text-secondary); } .rp-related-card-score { font-size: 14px; font-weight: 700; color: var(--clr-green); margin-top: 6px; } .rp-views { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; background: var(--clr-surface); border: 1px solid var(--clr-border); border-radius: 10px; padding: 12px 16px; margin: 0 0 20px; font-size: 15px; color: var(--clr-text-secondary); } .rp-views strong { color: var(--clr-text); font-size: 18px; } .rp-views-hint { font-size: 12px; color: #888; } .rp-author-link { color: var(--clr-accent); font-weight: 700; text-decoration: none; border-bottom: 1px solid transparent; } .rp-author-link:hover { border-bottom-color: var(--clr-accent); } .rp-subsection { background: var(--clr-surface); border: 1px solid var(--clr-border); border-radius: var(--radius); padding: 24px 22px; margin: 28px 0; box-shadow: var(--shadow); } .rp-subsection h3 { margin-top: 0; margin-bottom: 14px; } .rp-player-reviews { display: flex; flex-direction: column; gap: 14px; margin-top: 8px; } .rp-player-card { border-left: 4px solid var(--clr-gold); background: #faf9f6; padding: 16px 18px; border-radius: 0 10px 10px 0; } .rp-player-meta { font-size: 13px; color: var(--clr-text-secondary); margin-bottom: 8px; } .rp-player-meta .stars { color: var(--clr-gold); letter-spacing: 2px; } .rp-player-text { font-size: 15px; color: #333; margin: 0; } .rp-player-disclaimer { font-size: 13px; color: var(--clr-text-secondary); margin: 0 0 12px; font-style: italic; } .rp-toc { margin: 0 0 24px; border-radius: var(--radius); border: 1px solid var(--clr-border); background: linear-gradient(145deg, #fffef8 0%, #faf6ec 42%, #ffffff 100%); box-shadow: 0 4px 24px rgba(44, 62, 80, 0.07); overflow: hidden; position: relative; } .rp-toc::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: linear-gradient(180deg, var(--clr-gold), var(--clr-accent)); border-radius: var(--radius) 0 0 var(--radius); } .rp-toc-header { display: flex; align-items: center; gap: 12px; padding: 16px 20px 14px 24px; background: linear-gradient(90deg, rgba(212, 160, 23, 0.14), transparent 55%); border-bottom: 1px solid rgba(229, 224, 216, 0.9); font-family: 'Merriweather', serif; font-weight: 900; font-size: 18px; color: var(--clr-text); letter-spacing: -0.02em; } .rp-toc-badge { font-family: 'Source Sans 3', sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--clr-accent); background: rgba(192, 57, 43, 0.08); padding: 4px 10px; border-radius: 20px; } .rp-toc-list { list-style: none; margin: 0; padding: 14px 16px 18px 22px; counter-reset: rp-toc-section; } .rp-toc-list > li { margin: 0 0 4px; } .rp-toc-list > li.rp-toc-h2 { margin-top: 10px; counter-increment: rp-toc-section; } .rp-toc-list > li.rp-toc-h2:first-child { margin-top: 0; } .rp-toc-list a { display: flex; align-items: flex-start; gap: 10px; padding: 9px 12px 9px 10px; border-radius: 10px; color: var(--clr-text); text-decoration: none; font-size: 15px; line-height: 1.4; border: 1px solid transparent; transition: background 0.18s, border-color 0.18s, box-shadow 0.18s, transform 0.15s; } .rp-toc-list li.rp-toc-h2 a::before { content: counter(rp-toc-section); flex-shrink: 0; width: 26px; height: 26px; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; color: var(--clr-accent); background: rgba(192, 57, 43, 0.08); border-radius: 8px; margin-top: 1px; } .rp-toc-list li.rp-toc-h3 a::before { content: '›'; font-size: var(--fs-body); font-weight: 700; line-height: 1; color: var(--clr-gold); flex-shrink: 0; width: 26px; height: 26px; display: flex; align-items: center; justify-content: center; background: rgba(212, 160, 23, 0.15); border-radius: 8px; margin-top: 1px; } .rp-toc-list li.rp-toc-h3 { padding-left: 14px; } .rp-toc-list li.rp-toc-h3 a { font-size: 14px; color: #3d3d3d; padding-top: 7px; padding-bottom: 7px; } .rp-toc-list a:hover { background: #fff; border-color: rgba(212, 160, 23, 0.45); box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05); transform: translateX(3px); } .rp-toc-list a:focus-visible { outline: 2px solid var(--clr-accent); outline-offset: 2px; } .site-main[id^="page-"]:not(#page-main):not(#page-author):not(#page-contact) .container h2[id^="rp-toc-"], .site-main[id^="page-"]:not(#page-main):not(#page-author):not(#page-contact) .container h3[id^="rp-toc-"] { scroll-margin-top: 88px; } .author-hero { background: var(--clr-surface); border: 1px solid var(--clr-border); border-radius: var(--radius); padding: 40px 32px; margin: 20px 0 32px; box-shadow: var(--shadow); text-align: center; } .author-avatar-lg { width: 120px; height: 120px; background: var(--clr-badge); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 42px; margin: 0 auto 20px; font-family: 'Merriweather', serif; } .author-page-photo { width: 140px; height: 140px; border-radius: 50%; object-fit: cover; margin: 0 auto 20px; display: block; border: 3px solid rgba(0, 129, 72, 0.35); box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12); } .author-page-hero { text-align: center; margin: 28px 0 8px; } #page-author .author-page-hero { position: relative; z-index: auto; padding: 36px 28px 32px; margin: 12px 0 32px; border-radius: var(--radius); border: 1px solid var(--clr-border); background: linear-gradient(118deg, #f8f4ec 0%, #ffffff 48%, #f0f7ff 100%); box-shadow: var(--shadow); color: var(--clr-text); } #page-author .author-page-hero h1 { font-family: 'Merriweather', serif; color: var(--clr-text); scroll-margin-top: 88px; } #page-author .author-page-hero .author-byline-bio { color: #444; line-height: 1.65; } .author-byline { display: flex; align-items: flex-start; gap: 18px; padding: 18px 20px; margin: 32px 0 8px; border-radius: var(--radius); border: 1px solid var(--clr-border); background: var(--clr-surface); box-shadow: var(--shadow); } .author-byline-avatar-link { flex-shrink: 0; line-height: 0; border-radius: 50%; overflow: hidden; border: 2px solid rgba(0, 129, 72, 0.4); box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08); } .author-byline-avatar { width: 72px; height: 72px; object-fit: cover; display: block; } .author-byline-text { min-width: 0; flex: 1; } .author-byline-kicker { display: block; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--clr-text-secondary); margin-bottom: 4px; } .author-byline-name { display: block; font-family: 'Merriweather', serif; font-size: 1.2rem; font-weight: 800; margin-bottom: 2px; } .author-byline-name a { color: var(--clr-text); text-decoration: none; } .author-byline-name a:hover { color: var(--clr-accent); text-decoration: underline; } .author-byline-role { display: block; font-size: 14px; font-weight: 600; color: var(--clr-accent); margin-bottom: 8px; } .author-byline-bio { margin: 0; font-size: 14px; line-height: 1.55; color: var(--clr-text-secondary); } @media (max-width: 520px) { .author-byline { flex-direction: column; align-items: center; text-align: center; } .author-byline-text { text-align: center; } } .author-hero h1 { font-family: 'Merriweather', serif; font-size: 32px; margin-bottom: 4px; } .author-hero .author-title { font-size: 18px; color: var(--clr-accent); font-weight: 600; margin-bottom: 16px; } .author-stats { display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; margin: 20px 0; } .author-stat { text-align: center; } .author-stat-num { font-family: 'Merriweather', serif; font-size: 28px; font-weight: 900; color: var(--clr-accent); } .author-stat-label { font-size: 13px; color: var(--clr-text-secondary); text-transform: uppercase; letter-spacing: 0.5px; } .author-section { margin: 32px 0; } .author-timeline { border-left: 3px solid var(--clr-border); padding-left: 24px; margin: 20px 0; } .author-timeline-item { margin-bottom: 20px; position: relative; } .author-timeline-item::before { content: ''; position: absolute; left: -30px; top: 6px; width: 12px; height: 12px; background: var(--clr-accent); border-radius: 50%; border: 2px solid var(--clr-bg); } .author-timeline-year { font-weight: 700; color: var(--clr-accent); font-size: 14px; } .author-timeline-text { color: #444; } .contact-form { max-width: 560px; margin: 24px auto; } .form-group { margin-bottom: 20px; } .form-group label { display: block; font-weight: 700; margin-bottom: 6px; font-size: 15px; color: var(--clr-text); } .form-group input, .form-group textarea, .form-group select { width: 100%; padding: 12px 16px; border: 1px solid var(--clr-border); border-radius: 8px; font-family: 'Source Sans 3', sans-serif; font-size: 16px; background: var(--clr-surface); color: var(--clr-text); transition: border-color 0.2s; } .form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--clr-accent); } .form-group textarea { min-height: 140px; resize: vertical; } .form-submit { background: var(--clr-accent); color: #fff; border: none; padding: 14px 32px; border-radius: 8px; font-weight: 700; font-size: 16px; cursor: pointer; transition: background 0.2s; font-family: 'Source Sans 3', sans-serif; } .form-submit:hover { background: var(--clr-accent-hover); } .verdict-box { background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%); color: #fff; border-radius: var(--radius); padding: 32px 28px; margin: 32px 0; } .verdict-box h3 { color: var(--clr-gold); margin-top: 0; } .verdict-box p { color: #ccc; } .verdict-score { font-family: 'Merriweather', serif; font-size: 48px; font-weight: 900; color: var(--clr-gold); } @media (max-width: 640px) { .author-hero { padding: 24px 16px; } .author-stats { gap: 16px; } .author-avatar-lg { width: 90px; height: 90px; font-size: 32px; } } .search-dropdown a.search-hit-link { display: block; width: 100%; padding: 10px 14px; text-align: left; font-size: 14px; font-family: inherit; color: var(--clr-text); text-decoration: none; transition: background 0.12s; box-sizing: border-box; } .search-dropdown a.search-hit-link:hover, .search-dropdown a.search-hit-link:focus-visible { background: var(--clr-gold-light); outline: none; }