/* ============================================== ⚡ AURORA GAMING PLATFORM v6.0 Premium Neon Cyberpunk Design System ============================================== */ /* Дизайн-токены - Премиум система */ :root { /* Поверхности (казино-тематика) */ --surface-void: #0a1f14; --surface-deep: #4fd5ad; --surface-raised: #c9dc05; --surface-elevated: rgba(201, 220, 5, 0.95); --surface-overlay: rgba(79, 213, 173, 0.92); /* Бренд */ --brand-primary: #8e7e29; --brand-primary-dark: #00b8a3; --brand-primary-light: #5cfff0; --brand-muted: #5c511a; --brand-vivid: #d5bd3d; --brand-glow: #b8a335; --brand-secondary: hsl(95, 80%, 55%); /* Контент */ --content-main: #ffffff; --content-high: rgba(255, 255, 255, 0.95); --content-dim: rgba(255, 255, 255, 0.75); --content-muted: rgba(255, 255, 255, 0.5); --content-subtle: rgba(255, 255, 255, 0.25); /* RGB */ --brand-rgb: 142, 126, 41; --surface-rgb: 79, 213, 173; /* Статусы (казино-тематика) */ --success: #00C853; --success-glow: rgba(0, 200, 83, 0.5); --warning: #FFA500; --warning-glow: rgba(255, 165, 0, 0.5); --error: #DC143C; --error-glow: rgba(220, 20, 60, 0.5); --gold: #8e7e29; --gold-dark: #00b8a3; --gold-light: #5cfff0; --gold-glow: rgba(142, 126, 41, 0.6); /* Градиенты (казино-тематика) */ --grad-surface: linear-gradient(165deg, var(--surface-void) 0%, var(--surface-deep) 30%, var(--surface-raised) 100%); --grad-brand: linear-gradient(135deg, #8e7e29 0%, #00b8a3 100%); --grad-brand-radial: radial-gradient(circle at 30% 30%, #8e7e29, #00b8a3, #8e7e29); --grad-shine: linear-gradient(45deg, #8e7e29 0%, #00b8a3 25%, #8e7e29 50%, #00b8a3 75%, #8e7e29 100%); --grad-aurora: conic-gradient(from 180deg at 50% 50%, #8e7e29 0deg, #FFA500 120deg, #8e7e29 240deg, #8e7e29 360deg); --grad-mesh: radial-gradient(at 20% 80%, rgba(var(--brand-rgb), 0.18) 0%, transparent 50%), radial-gradient(at 80% 20%, rgba(var(--brand-rgb), 0.15) 0%, transparent 50%), radial-gradient(at 50% 50%, rgba(var(--brand-rgb), 0.1) 0%, transparent 60%); --grad-cta: linear-gradient(135deg, #8e7e29 0%, #FFA500 50%, #8e7e29 100%); --grad-gold: linear-gradient(135deg, #8e7e29 0%, #5cfff0 50%, #00b8a3 100%); /* Glass (казино-тематика) */ --glass-bg: rgba(var(--brand-rgb), 0.05); --glass-bg-hover: rgba(var(--brand-rgb), 0.1); --glass-bg-active: rgba(var(--brand-rgb), 0.15); --glass-edge: rgba(var(--brand-rgb), 0.2); --glass-edge-active: rgba(var(--brand-rgb), 0.6); --glass-blur: 20px; --glass-blur-strong: 32px; /* Тени и свечение */ --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.25); --shadow-md: 0 8px 30px rgba(0, 0, 0, 0.35); --shadow-lg: 0 16px 50px rgba(0, 0, 0, 0.45); --shadow-xl: 0 24px 70px rgba(0, 0, 0, 0.55); --shadow-inset: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 rgba(0, 0, 0, 0.2); --glow-sm: 0 0 20px rgba(var(--brand-rgb), 0.35); --glow-md: 0 0 40px rgba(var(--brand-rgb), 0.5); --glow-lg: 0 0 60px rgba(var(--brand-rgb), 0.65); --glow-xl: 0 0 100px rgba(var(--brand-rgb), 0.5); --glow-text: 0 0 30px rgba(var(--brand-rgb), 0.8); /* Пространство */ --space-3xs: 4px; --space-2xs: 8px; --space-xs: 12px; --space-sm: 16px; --space-md: 24px; --space-lg: 32px; --space-xl: 48px; --space-2xl: 64px; --space-3xl: 96px; --space-4xl: 128px; /* Скругления */ --radius-xs: 6px; --radius-sm: 10px; --radius-md: 14px; --radius-lg: 20px; --radius-xl: 28px; --radius-2xl: 40px; --radius-full: 9999px; /* Шрифты */ --font-display: 'Unbounded', 'Manrope', system-ui, sans-serif; --font-body: 'Outfit', 'Source Sans 3', system-ui, sans-serif; --font-mono: 'JetBrains Mono', 'Fira Code', monospace; /* Анимации */ --ease-out: 0.3s cubic-bezier(0.33, 1, 0.68, 1); --ease-in-out: 0.4s cubic-bezier(0.65, 0, 0.35, 1); --ease-bounce: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1); --ease-elastic: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55); --ease-spring: 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Z-индексы */ --z-base: 1; --z-dropdown: 100; --z-sticky: 200; --z-fixed: 300; --z-modal-backdrop: 400; --z-modal: 500; --z-toast: 600; --z-max: 9999; } /* ============================================== THEME VARIANTS (t1..t5) ============================================== */ /* t1 — базовый неоновый киберпанк (по умолчанию) */ /* t2 — Тёмный минимализм */ body.theme-t2 { --surface-void: #020617; --surface-deep: #020617; --surface-raised: #020617; --surface-elevated: rgba(15,23,42,0.98); --surface-overlay: rgba(15,23,42,0.98); --brand-muted: #475569; --content-main: #e2e8f0; --content-high: #f9fafb; --content-dim: #cbd5f5; --font-display: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; --font-body: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; } /* t3 — Глянцевый стекло‑эффект */ body.theme-t3 { --surface-void: #020617; --surface-raised: rgba(15,23,42,0.85); --surface-elevated: rgba(15,23,42,0.92); --surface-overlay: rgba(15,23,42,0.96); --glass-bg: radial-gradient(circle at top left, rgba(255,255,255,0.18), rgba(15,23,42,0.95)); --glass-bg-hover: radial-gradient(circle at top left, rgba(255,255,255,0.26), rgba(15,23,42,0.98)); --glass-edge: rgba(255,255,255,0.18); --glass-edge-active: rgba(255,255,255,0.38); } /* t4 — Лёгкая светлая тема */ body.theme-t4 { --surface-void: #f2f4f8; --surface-deep: #ffffff; --surface-raised: #ffffff; --surface-elevated: #ffffff; --surface-overlay: #ffffff; --content-main: #111827; --content-high: #020617; --content-dim: #4b5563; --content-muted: #9ca3af; --content-subtle: #e5e7eb; --brand-muted: #9ca3af; --shadow-md: 0 12px 30px rgba(15,23,42,0.12); --shadow-lg: 0 16px 40px rgba(15,23,42,0.15); } /* t5 — Ретро‑терминал */ body.theme-t5 { --surface-void: #020b06; --surface-deep: #020b06; --surface-raised: #041510; --surface-elevated: #041510; --surface-overlay: #041510; --brand-primary: #00ff88; --brand-primary-dark: #00cc66; --brand-primary-light: #4dffb3; --brand-muted: #16a34a; --content-main: #eafff4; --content-high: #eafff4; --content-dim: #6ee7b7; --content-muted: #34d399; --content-subtle: #14532d; --font-display: 'JetBrains Mono', 'Fira Code', monospace; --font-body: 'JetBrains Mono', 'Fira Code', monospace; --ease-out: 0.18s linear; --ease-in-out: 0.22s linear; } /* t6 — Casino Gold 2026: Золотисто-чёрная, высокая конверсия */ body.theme-t6 { --surface-void: #09080a; --surface-deep: #0e0b0e; --surface-raised: #16111a; --surface-elevated: rgba(22,17,26,0.97); --surface-overlay: rgba(22,17,26,0.98); --brand-primary: #f0c040; --brand-primary-dark: #c9972a; --brand-primary-light: #ffe680; --brand-muted: #7a5c1a; --brand-vivid: #ffe066; --brand-glow: #d4a820; --brand-secondary: hsl(38, 90%, 65%); --brand-rgb: 240, 192, 64; --content-main: #f5eed8; --content-high: #fffbec; --content-dim: #d4c89a; --content-muted: #9e8e5e; --content-subtle: #3d3320; --glass-bg: rgba(240,192,64,0.04); --glass-bg-hover: rgba(240,192,64,0.09); --glass-bg-active: rgba(240,192,64,0.14); --glass-edge: rgba(240,192,64,0.16); --glass-edge-active: rgba(240,192,64,0.48); --glow-sm: 0 0 18px rgba(240,192,64,0.32); --glow-md: 0 0 36px rgba(240,192,64,0.46); --glow-lg: 0 0 56px rgba(240,192,64,0.58); --glow-text: 0 0 28px rgba(240,192,64,0.72); --grad-brand: linear-gradient(135deg, #f0c040 0%, #c9972a 100%); --grad-cta: linear-gradient(135deg, #f0c040 0%, #ffe066 50%, #c9972a 100%); --grad-surface: linear-gradient(165deg, #09080a 0%, #0e0b0e 50%, #1a0f05 100%); --font-display: 'Unbounded', 'Manrope', system-ui, sans-serif; --font-body: 'Outfit', 'Source Sans 3', system-ui, sans-serif; } body.theme-t6 .btn-cta, body.theme-t6 .btn-primary { background: linear-gradient(135deg, #f0c040 0%, #c9972a 100%); color: #0e0b0e; font-weight: 700; box-shadow: 0 4px 24px rgba(240,192,64,0.4), 0 0 0 2px rgba(240,192,64,0.18); border: none; } body.theme-t6 .btn-cta:hover, body.theme-t6 .btn-primary:hover { background: linear-gradient(135deg, #ffe066 0%, #f0c040 100%); box-shadow: 0 6px 36px rgba(240,192,64,0.55), 0 0 0 2px rgba(240,192,64,0.3); transform: translateY(-2px) scale(1.02); } body.theme-t6 a { color: #f0c040; } body.theme-t6 a:hover { color: #ffe066; text-shadow: 0 0 18px rgba(240,192,64,0.5); } ============================================== */ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: 100px; } body { font-family: var(--font-body); background: linear-gradient(135deg, var(--surface-deep) 0%, var(--surface-raised) 50%, #0f3520 100%); color: var(--content-main); line-height: 1.75; min-height: 100vh; overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } ::selection { background: rgba(var(--brand-rgb), 0.4); color: var(--content-high); } /* Скроллбар */ ::-webkit-scrollbar { width: 12px; height: 12px; } ::-webkit-scrollbar-track { background: var(--surface-deep); } ::-webkit-scrollbar-thumb { background: linear-gradient(135deg, var(--brand-primary) 0%, #FFA500 100%); border-radius: var(--radius-full); border: 3px solid var(--surface-deep); } ::-webkit-scrollbar-thumb:hover { background: linear-gradient(135deg, #FFA500 0%, var(--brand-primary) 100%); } /* Links */ a { color: var(--brand-primary); text-decoration: none; transition: var(--ease-out); } a:hover { color: var(--brand-vivid); text-shadow: var(--glow-text); } img { max-width: 100%; height: auto; display: block; } /* Container */ .container { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 var(--space-lg); } @media (max-width: 768px) { .container { padding: 0 var(--space-md); } } /* ============================================== АТМОСФЕРНЫЕ ЭФФЕКТЫ ============================================== */ .background-effects { position: fixed; inset: 0; pointer-events: none; overflow: hidden; z-index: -1; } .background-effects::before { content: ''; position: absolute; inset: 0; background: var(--grad-mesh); opacity: 0.9; } .background-effects::after { content: ''; position: absolute; inset: 0; background: var(--grad-aurora); opacity: 0.05; filter: blur(100px); animation: aurora-shift 30s ease-in-out infinite; } @keyframes aurora-shift { 0%, 100% { transform: rotate(0deg) scale(1); opacity: 0.05; } 50% { transform: rotate(180deg) scale(1.2); opacity: 0.08; } } .gradient-orb { position: absolute; border-radius: 50%; filter: blur(100px); opacity: 0.3; animation: orb-float 25s ease-in-out infinite; } .orb-1 { width: 600px; height: 600px; background: conic-gradient(from 45deg, var(--brand-primary), var(--brand-vivid), var(--brand-secondary), var(--brand-primary)); top: -200px; right: -100px; } .orb-2 { width: 500px; height: 500px; background: conic-gradient(from 180deg, #5c511a, var(--brand-primary), var(--brand-secondary), #5c511a); bottom: -150px; left: -150px; animation-delay: -12s; } .orb-3 { width: 350px; height: 350px; background: radial-gradient(circle, var(--brand-vivid) 0%, transparent 70%); top: 50%; left: 50%; transform: translate(-50%, -50%); animation: orb-pulse 15s ease-in-out infinite; opacity: 0.2; } @keyframes orb-float { 0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); } 25% { transform: translate(40px, -40px) rotate(90deg) scale(1.05); } 50% { transform: translate(-30px, 30px) rotate(180deg) scale(0.95); } 75% { transform: translate(-40px, -30px) rotate(270deg) scale(1.03); } } @keyframes orb-pulse { 0%, 100% { opacity: 0.2; transform: translate(-50%, -50%) scale(1); } 50% { opacity: 0.35; transform: translate(-50%, -50%) scale(1.4); } } .grid-overlay { position: absolute; inset: 0; background-image: linear-gradient(rgba(var(--brand-rgb), 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--brand-rgb), 0.03) 1px, transparent 1px); background-size: 60px 60px; mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, black 40%, transparent 100%); -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, black 40%, transparent 100%); animation: grid-pulse 20s ease-in-out infinite; } @keyframes grid-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.6; } } /* ============================================== HEADER - Premium Design ============================================== */ /* ===== APPLE-STYLE HEADER ===== */ .header { position: fixed; top: 0; left: 0; right: 0; z-index: 9999; background: rgba(0, 0, 0, 0.85); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); border-bottom: 1px solid rgba(255, 255, 255, 0.08); transition: background 0.35s ease, border-color 0.35s ease, padding 0.35s ease; } .header::before, .header::after { display: none; } .header.scrolled { background: rgba(0, 0, 0, 0.45); border-bottom-color: rgba(255, 255, 255, 0.04); } .header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; max-width: 1440px; margin: 0 auto; padding: 10px 24px; transition: padding 0.35s ease; } .header.scrolled .header-inner { padding: 4px 24px; justify-content: center; } .logo-link { display: flex; align-items: center; flex-shrink: 0; position: relative; transition: opacity 0.35s ease, max-width 0.35s ease, margin 0.35s ease; overflow: hidden; max-width: 200px; } .header.scrolled .logo-link { opacity: 0; max-width: 0; margin: 0; pointer-events: none; } .logo { height: 55px; width: auto; object-fit: contain; transition: var(--ease-out); filter: drop-shadow(0 0 10px rgba(var(--brand-rgb), 0.3)); } .logo:hover { transform: scale(1.08); filter: drop-shadow(0 0 25px rgba(var(--brand-rgb), 0.6)); } /* Navigation */ /* ===== APPLE-STYLE NAVIGATION - 12 КНОПОК ===== */ .main-nav { flex: 1; display: flex; justify-content: center; } .nav-list { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; justify-content: center; } .header.scrolled .nav-list { flex-wrap: nowrap; } .nav-list li { flex-shrink: 0; } .nav-link { display: flex; align-items: center; gap: 4px; padding: 6px 10px; color: #f5f5f7; font-size: 11px; font-weight: 400; text-decoration: none; white-space: nowrap; transition: color 0.2s ease, opacity 0.2s ease, background 0.2s ease; opacity: 0.8; border-radius: 6px; } .nav-link:hover { opacity: 1; color: var(--brand-primary); background: rgba(0, 229, 204, 0.08); } .nav-link.active { opacity: 1; color: var(--brand-primary); } .header.scrolled .nav-link { padding: 5px 8px; font-size: 11px; } .nav-icon { font-size: 12px; flex-shrink: 0; } /* Header Actions */ .header-actions { display: flex; gap: var(--space-sm); flex-shrink: 0; transition: opacity 0.35s ease, max-width 0.35s ease, margin 0.35s ease; overflow: hidden; max-width: 300px; } .header.scrolled .header-actions { opacity: 0; max-width: 0; margin: 0; pointer-events: none; } /* Mobile Menu */ .mobile-menu-btn { display: none; width: 50px; height: 50px; background: var(--glass-bg); border: 1px solid var(--glass-edge); border-radius: var(--radius-md); cursor: pointer; position: relative; transition: var(--ease-out); } .mobile-menu-btn:hover { background: var(--glass-bg-hover); border-color: var(--brand-primary); } .hamburger { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 24px; height: 2px; background: var(--content-main); transition: var(--ease-out); } .hamburger::before, .hamburger::after { content: ''; position: absolute; width: 24px; height: 2px; background: var(--content-main); transition: var(--ease-out); } .hamburger::before { top: -8px; } .hamburger::after { bottom: -8px; } .mobile-menu-btn.active .hamburger { background: transparent; } .mobile-menu-btn.active .hamburger::before { top: 0; transform: rotate(45deg); background: var(--brand-primary); } .mobile-menu-btn.active .hamburger::after { bottom: 0; transform: rotate(-45deg); background: var(--brand-primary); } @media (max-width: 1400px) { .nav-link { padding: 5px 8px; font-size: 11px; } .nav-icon { font-size: 12px; } } @media (max-width: 1200px) { .nav-link { padding: 5px 7px; font-size: 10px; gap: 3px; } .nav-icon { font-size: 11px; } } @media (max-width: 1024px) { .main-nav { display: none; } .mobile-menu-btn { display: flex; } .header-actions { display: none; } } /* Mobile Navigation */ .mobile-nav { position: fixed; top: 90px; left: 0; right: 0; bottom: 0; background: rgba(var(--surface-rgb), 0.98); backdrop-filter: blur(var(--glass-blur-strong)); z-index: var(--z-fixed); padding: var(--space-lg); display: flex; flex-direction: column; gap: var(--space-md); transform: translateX(100%); opacity: 0; transition: var(--ease-out); } .mobile-nav.active { transform: translateX(0); opacity: 1; } .mobile-nav-link { display: flex; align-items: center; gap: var(--space-sm); padding: var(--space-md) var(--space-lg); color: var(--content-main); font-size: 18px; font-weight: 600; border-radius: var(--radius-md); background: var(--glass-bg); border: 1px solid var(--glass-edge); transition: var(--ease-out); } .mobile-nav-link:hover, .mobile-nav-link.active { background: var(--grad-brand); border-color: var(--brand-primary); box-shadow: var(--glow-md); color: var(--content-high); } .mobile-nav-actions { margin-top: auto; padding-top: var(--space-lg); border-top: 1px solid var(--glass-edge); } /* ============================================== BUTTONS - Premium CTA ============================================== */ .btn { display: inline-flex; align-items: center; justify-content: center; gap: var(--space-xs); padding: var(--space-sm) var(--space-lg); font-family: var(--font-body); font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; border: none; border-radius: var(--radius-md); cursor: pointer; transition: var(--ease-out); position: relative; overflow: hidden; white-space: nowrap; } .btn::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,0.3) 0%, transparent 40%, transparent 60%, rgba(255,255,255,0.15) 100%); opacity: 0; transition: var(--ease-out); } .btn::after { content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent); transition: 0.5s; } .btn:hover::before { opacity: 1; } .btn:hover::after { left: 100%; } .btn-primary { background: var(--grad-brand); color: var(--content-high); box-shadow: var(--glow-md), var(--shadow-inset); border: 1px solid rgba(255,255,255,0.15); } .btn-primary:hover { transform: translateY(-4px) scale(1.02); box-shadow: var(--glow-lg), var(--shadow-lg); } .btn-primary:active { transform: translateY(-2px) scale(0.98); } .btn-outline { background: var(--glass-bg); color: var(--brand-primary); border: 2px solid var(--brand-primary); backdrop-filter: blur(10px); } .btn-outline:hover { background: var(--brand-primary); color: var(--surface-deep); transform: translateY(-4px); box-shadow: var(--glow-md); } .btn-cta { background: var(--grad-cta); color: var(--surface-deep); font-size: 16px; padding: var(--space-md) var(--space-xl); animation: cta-pulse 2s ease-in-out infinite; } @keyframes cta-pulse { 0%, 100% { box-shadow: var(--glow-md), 0 0 30px var(--success-glow); } 50% { box-shadow: var(--glow-lg), 0 0 50px var(--success-glow); } } .btn-lg { padding: var(--space-md) var(--space-2xl); font-size: 16px; border-radius: var(--radius-lg); } .btn-block { width: 100%; } .btn-badge { position: absolute; top: -10px; right: -10px; background: var(--grad-gold); color: var(--surface-deep); font-size: 10px; font-weight: 800; padding: 5px 10px; border-radius: var(--radius-full); animation: badge-bounce 1.5s ease-in-out infinite; box-shadow: 0 0 20px var(--gold-glow); } @keyframes badge-bounce { 0%, 100% { transform: scale(1) rotate(-5deg); } 50% { transform: scale(1.1) rotate(5deg); } } /* ============================================== MAIN CONTENT ============================================== */ .main { padding-top: 72px; /* Apple-style compact header */ padding-bottom: var(--space-3xl); min-height: 100vh; } .content-wrapper { animation: content-reveal 0.8s cubic-bezier(0.33, 1, 0.68, 1); position: relative; padding: var(--space-xl) 0; } .content-wrapper::before { content: ''; position: absolute; inset: 0; border-radius: var(--radius-2xl); padding: 1px; background: linear-gradient(160deg, rgba(var(--brand-rgb), 0.25) 0%, transparent 40%, rgba(var(--brand-rgb), 0.08) 100%); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; } @keyframes content-reveal { from { opacity: 0; transform: translateY(50px); filter: blur(10px); } to { opacity: 1; transform: translateY(0); filter: blur(0); } } .content-header { text-align: center; margin-bottom: var(--space-2xl); position: relative; padding: var(--space-lg) var(--space-md); background: linear-gradient(180deg, rgba(var(--brand-rgb), 0.06) 0%, transparent 70%); border-radius: var(--radius-xl); border: 1px solid rgba(var(--brand-rgb), 0.12); } .content-header::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 120px; height: 3px; background: var(--grad-brand); border-radius: var(--radius-full); opacity: 0.8; } .main-title { font-family: var(--font-display); font-size: clamp(32px, 6vw, 72px); font-weight: 800; line-height: 1.1; margin-bottom: var(--space-lg); letter-spacing: -0.03em; position: relative; } .main-title:not(.gradient-text) { color: var(--content-high); } .gradient-text { background: var(--grad-shine); background-size: 300% 300%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: gradient-flow 6s ease-in-out infinite; filter: drop-shadow(0 0 30px rgba(var(--brand-rgb), 0.4)); } @keyframes gradient-flow { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } } /* ============================================== HERO SECTION - MODERN GAMING STYLE ============================================== */ /* Hero — ценность бренда (уникальная структура) */ .hero-value, .hero-compact { margin: 28px 0; padding: 0; background: linear-gradient(160deg, rgba(15, 38, 28, 0.98) 0%, rgba(8, 26, 18, 0.99) 100%); border-radius: var(--radius-xl); border: 1px solid rgba(var(--brand-rgb), 0.22); position: relative; overflow: hidden; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.03) inset; } .hero-value::before, .hero-compact::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent 0%, var(--brand-primary) 25%, var(--brand-primary-light) 50%, var(--brand-primary) 75%, transparent 100%); opacity: 0.9; } .hero-value::after, .hero-compact::after { content: ''; position: absolute; top: -30%; right: -15%; width: 400px; height: 400px; background: radial-gradient(circle, rgba(var(--brand-rgb), 0.08) 0%, transparent 65%); border-radius: 50%; pointer-events: none; } .hero-value-grid, .hero-compact-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 44px; align-items: center; padding: 44px 48px; position: relative; z-index: 1; } @media (max-width: 968px) { .hero-value-grid, .hero-compact-grid { grid-template-columns: 1fr; gap: 28px; padding: 28px 20px; } } .hero-info { display: flex; flex-direction: column; gap: 20px; } .hero-badge-apple, .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(0, 229, 204, 0.12); padding: 8px 18px; border-radius: 999px; font-size: 12px; font-weight: 700; color: var(--brand-primary); width: fit-content; border: 1px solid rgba(0, 229, 204, 0.25); letter-spacing: 0.02em; } .badge-icon { font-size: 14px; opacity: 0.95; } .hero-headline { font-family: var(--font-display); font-size: clamp(32px, 5vw, 52px); font-weight: 800; background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary) 50%, var(--brand-primary-dark) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1.1; letter-spacing: -0.03em; margin: 0; text-shadow: 0 0 40px rgba(0, 229, 204, 0.3); animation: heroTitleGlow 4s ease-in-out infinite; } @keyframes heroTitleGlow { 0%, 100% { filter: drop-shadow(0 0 20px rgba(0, 229, 204, 0.3)); } 50% { filter: drop-shadow(0 0 35px rgba(0, 229, 204, 0.5)); } } .hero-tagline { font-size: 18px; color: rgba(255, 255, 255, 0.85); line-height: 1.6; margin: 0; font-weight: 500; } /* Features List - важно для ботов */ .hero-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; list-style: none; padding: 0; margin: 12px 0; } .hero-features li { display: flex; align-items: center; gap: 10px; background: linear-gradient(135deg, rgba(0, 229, 204, 0.1), rgba(0, 0, 0, 0.3)); padding: 12px 16px; border-radius: 12px; font-size: 14px; font-weight: 600; color: rgba(255, 255, 255, 0.95); border: 1px solid rgba(0, 229, 204, 0.2); transition: all 0.3s ease; } .hero-features li:hover { background: linear-gradient(135deg, rgba(0, 229, 204, 0.2), rgba(0, 0, 0, 0.4)); border-color: rgba(0, 229, 204, 0.4); transform: translateX(5px); } .feature-icon { font-size: 18px; } /* Modern Gaming Buttons */ .hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 12px; } .btn-apple { display: inline-flex; align-items: center; justify-content: center; padding: 16px 32px; font-size: 15px; font-weight: 700; border-radius: 14px; text-decoration: none; transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); cursor: pointer; border: none; position: relative; overflow: hidden; } .btn-apple::before { content: ''; position: absolute; top: 50%; left: 50%; width: 0; height: 0; border-radius: 50%; background: rgba(255, 255, 255, 0.2); transform: translate(-50%, -50%); transition: width 0.5s, height 0.5s; } .btn-apple:hover::before { width: 300px; height: 300px; } .btn-apple-primary { background: linear-gradient(135deg, var(--brand-primary), var(--brand-primary)); color: #0d2818; box-shadow: 0 8px 25px rgba(0, 229, 204, 0.3); } .btn-apple-primary:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 12px 35px rgba(0, 229, 204, 0.5); } .btn-apple-secondary { background: rgba(0, 229, 204, 0.15); color: var(--brand-primary); border: 2px solid rgba(0, 229, 204, 0.4); } .btn-apple-secondary:hover { background: rgba(0, 229, 204, 0.25); border-color: rgba(0, 229, 204, 0.6); transform: translateY(-3px); } /* Quick Links - SEO важно */ .hero-quicklinks { background: linear-gradient(135deg, rgba(0, 0, 0, 0.45), rgba(13, 40, 24, 0.7)); border-radius: var(--radius-lg); padding: 28px; border: 1px solid rgba(var(--brand-rgb), 0.25); backdrop-filter: blur(12px); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), var(--shadow-inset); } /* ============================================== HERO VARIANTS (главная) ============================================== */ .hero-value.variant-v2 .hero-value-grid { grid-template-columns: 1fr; gap: 1.25rem; } .hero-value.variant-v2 .hero-quicklinks { order: -1; } .hero-value.variant-v3 .hero-value-grid { grid-template-columns: 1.2fr 0.8fr; } .hero-value.variant-v3 .hero-info { background: rgba(0, 0, 0, 0.18); border: 1px solid rgba(var(--brand-rgb), 0.18); border-radius: var(--radius-lg); padding: 1.25rem; } .hero-value.variant-v4 .hero-tagline { display: none; } .hero-value.variant-v4 .hero-features { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; } .hero-value.variant-v4 .hero-actions { flex-wrap: wrap; } .quicklinks-title { font-size: 16px; font-weight: 700; color: var(--brand-primary); text-transform: uppercase; letter-spacing: 1px; margin: 0 0 20px 0; text-shadow: 0 0 20px rgba(0, 229, 204, 0.5); } .quicklinks-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; } @media (max-width: 600px) { .quicklinks-grid { grid-template-columns: 1fr; } } .quicklink-item { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding: 18px; background: linear-gradient(135deg, rgba(var(--brand-rgb), 0.1), rgba(0, 0, 0, 0.45)); border-radius: var(--radius-md); text-decoration: none; transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275); border: 1px solid rgba(var(--brand-rgb), 0.22); position: relative; overflow: hidden; } .quicklink-item::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(var(--brand-rgb), 0.25), transparent); transition: left 0.5s ease; } .quicklink-item:hover::before { left: 100%; } .quicklink-item:hover { background: linear-gradient(135deg, rgba(var(--brand-rgb), 0.18), rgba(0, 0, 0, 0.55)); border-color: rgba(var(--brand-rgb), 0.5); transform: translateY(-5px) scale(1.02); box-shadow: 0 12px 28px rgba(var(--brand-rgb), 0.25), 0 0 0 1px rgba(var(--brand-rgb), 0.15); } .ql-icon { font-size: 28px; flex-shrink: 0; animation: qlIconFloat 3s ease-in-out infinite; } @keyframes qlIconFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } } .ql-text { font-size: 14px; font-weight: 700; color: #fff; flex: 1; } .ql-meta { font-size: 12px; color: rgba(0, 229, 204, 0.9); font-weight: 600; } /* Legacy Hero (для совместимости) */ .hero-banner { margin-top: var(--space-xl); padding: var(--space-2xl); border-radius: var(--radius-2xl); overflow: hidden; position: relative; background: var(--glass-bg); border: 1px solid var(--glass-edge); } .hero-banner::before { display: none; } .hero-banner::after { display: none; } .hero-content { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-2xl); align-items: center; position: relative; z-index: 1; } @media (max-width: 968px) { .hero-content { grid-template-columns: 1fr; text-align: center; } .hero-image { order: -1; } .hero-banner { padding: var(--space-xl); } } .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--brand-primary); color: #000; padding: var(--space-2xs) var(--space-md); border-radius: var(--radius-full); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: var(--space-md); } .hero-title { font-family: var(--font-display); font-size: clamp(28px, 4.5vw, 56px); font-weight: 800; margin-bottom: var(--space-md); color: var(--content-high); line-height: 1.15; letter-spacing: -0.02em; } .hero-description { font-size: 18px; color: var(--content-dim); margin-bottom: var(--space-lg); line-height: 1.75; } .hero-stats { display: flex; gap: var(--space-xl); margin-bottom: var(--space-xl); } @media (max-width: 968px) { .hero-stats { justify-content: center; flex-wrap: wrap; } } .stat-item { text-align: center; position: relative; } .stat-item:not(:last-child)::after { content: ''; position: absolute; right: calc(-1 * var(--space-xl) / 2); top: 15%; height: 70%; width: 1px; background: linear-gradient(to bottom, transparent, var(--glass-edge), transparent); } .stat-value { display: block; font-family: var(--font-display); font-size: 48px; font-weight: 800; background: var(--grad-brand); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; } .stat-label { font-size: 13px; color: var(--content-muted); text-transform: uppercase; letter-spacing: 2px; margin-top: 8px; } .hero-cta { display: flex; gap: var(--space-md); flex-wrap: wrap; } @media (max-width: 968px) { .hero-cta { justify-content: center; } } .hero-image { position: relative; } .hero-img { width: 100%; max-width: 580px; border-radius: var(--radius-xl); box-shadow: var(--shadow-xl), var(--glow-lg); border: 1px solid var(--glass-edge); } /* ============================================== GLASS CARDS ============================================== */ .glass-card { background: var(--glass-bg); backdrop-filter: blur(var(--glass-blur)); -webkit-backdrop-filter: blur(var(--glass-blur)); border: 1px solid var(--glass-edge); border-radius: var(--radius-xl); box-shadow: var(--shadow-md), var(--shadow-inset); transition: var(--ease-out); position: relative; overflow: hidden; } .glass-card::before { content: ''; position: absolute; top: 0; left: 10%; right: 10%; height: 1px; background: linear-gradient(90deg, transparent, rgba(var(--brand-rgb), 0.5), transparent); } .glass-card:hover { background: var(--glass-bg-hover); border-color: var(--glass-edge-active); box-shadow: var(--shadow-lg), var(--glow-md); transform: translateY(-6px); } .glass-card:hover::before { background: linear-gradient(90deg, transparent, var(--brand-primary), transparent); } /* CTA / Action блоки — другая структура */ .action-block, .cta-block { text-align: center; padding: var(--space-2xl) var(--space-3xl); margin: var(--space-2xl) 0; background: linear-gradient(160deg, rgba(var(--brand-rgb), 0.1) 0%, rgba(0, 0, 0, 0.35) 100%); border: 1px solid rgba(var(--brand-rgb), 0.28); border-radius: var(--radius-xl); position: relative; overflow: hidden; box-shadow: var(--shadow-md), 0 0 0 1px rgba(255, 255, 255, 0.03) inset; } /* Action block (CTA in article) variants */ .action-block.variant-v2 { text-align: left; } .action-block.variant-v2 .hero-cta { justify-content: flex-start !important; } .action-block.variant-v3 { background: linear-gradient(135deg, rgba(var(--brand-rgb), 0.12) 0%, rgba(0, 0, 0, 0.6) 100%); border: 1px solid rgba(var(--brand-rgb), 0.22); } .action-block.variant-v4 { background: transparent; border-style: dashed; } .action-block.variant-v4::before { display: none; } .action-block::before, .cta-block::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: linear-gradient(180deg, var(--brand-primary), var(--brand-primary-dark)); opacity: 0.9; } .action-icon, .cta-icon { font-size: 3rem; margin-bottom: 0.75rem; display: inline-block; } .action-title, .cta-title { font-family: var(--font-display); font-size: clamp(22px, 3.5vw, 32px); font-weight: 700; margin-bottom: 0.5rem; color: var(--content-high); } .action-subtitle, .cta-subtitle { font-size: 1.1rem; color: var(--content-dim); margin-bottom: 1rem; line-height: 1.5; } .action-note, .cta-trust { font-size: 0.9rem; color: var(--content-dim); margin-bottom: 1.25rem; opacity: 0.9; } /* ============================================== SPOT CTA BLOCK (призыв после hero / в потоке) ============================================== */ .spot-cta-block { margin: var(--space-2xl) 0; padding: 0; border-radius: var(--radius-lg); overflow: hidden; background: linear-gradient(135deg, rgba(var(--brand-rgb), 0.1) 0%, rgba(0, 0, 0, 0.45) 50%); border: 1px solid rgba(var(--brand-rgb), 0.28); position: relative; box-shadow: var(--shadow-md), 0 0 0 1px rgba(255, 255, 255, 0.04) inset; } .spot-cta-block::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: linear-gradient(180deg, var(--brand-primary), var(--brand-primary-dark)); opacity: 0.95; } .spot-cta-inner { display: flex; align-items: center; gap: var(--space-lg); flex-wrap: wrap; padding: var(--space-lg) var(--space-lg) var(--space-lg) calc(var(--space-lg) + 5px); } .spot-cta-number { font-family: var(--font-display); font-size: 3.5rem; font-weight: 800; line-height: 1; color: var(--brand-primary); opacity: 0.95; text-shadow: 0 0 40px rgba(var(--brand-rgb), 0.4); flex-shrink: 0; } .spot-cta-body { flex: 1 1 280px; } .spot-cta-title { font-size: 1.3rem; font-weight: 700; color: var(--content-high); margin: 0 0 0.4rem 0; line-height: 1.3; } .spot-cta-desc { font-size: 0.95rem; color: var(--content-dim); margin: 0 0 var(--space-md) 0; line-height: 1.5; } .spot-cta-block .btn { font-weight: 600; } /* Spot CTA variants */ .spot-cta-block.variant-v2 { background: linear-gradient(135deg, rgba(var(--brand-rgb), 0.14) 0%, rgba(0, 0, 0, 0.55) 60%); } .spot-cta-block.variant-v2 .spot-cta-number { font-size: 3rem; opacity: 0.9; } .spot-cta-block.variant-v3 { text-align: center; } .spot-cta-block.variant-v3 .spot-cta-inner { justify-content: center; } .spot-cta-block.variant-v3::before { display: none; } .spot-cta-block.variant-v4 { border-style: dashed; background: rgba(0, 0, 0, 0.32); } .spot-cta-block.variant-v4 .spot-cta-desc { font-size: 0.9rem; } /* ============================================== ARTICLE CONTENT ============================================== */ .article-content { font-size: 17px; line-height: 1.85; padding: var(--space-lg) 0; margin: var(--space-md) 0; border-top: 1px solid rgba(var(--brand-rgb), 0.1); } .article-content h2 { font-family: var(--font-display); font-size: clamp(24px, 3.5vw, 38px); font-weight: 700; margin: var(--space-2xl) 0 var(--space-lg); padding-bottom: var(--space-md); border-bottom: 2px solid var(--glass-edge); position: relative; color: var(--content-high); } .article-content h2::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 150px; height: 3px; background: var(--grad-brand); border-radius: var(--radius-full); } .article-content h3 { font-family: var(--font-display); font-size: clamp(20px, 2.8vw, 28px); font-weight: 600; margin: var(--space-xl) 0 var(--space-md); color: var(--brand-primary); text-shadow: var(--glow-text); } .article-content p { margin-bottom: var(--space-lg); color: var(--content-dim); } .article-content ul, .article-content ol { margin: var(--space-lg) 0; padding-left: var(--space-xl); } .article-content li { margin-bottom: var(--space-sm); color: var(--content-dim); position: relative; } .article-content ul li::marker { color: var(--brand-primary); font-size: 1.2em; } /* Специальные стили для списков на странице слотов */ .slots-page .article-content ul { list-style: none; padding-left: 0; } .slots-page .article-content ul li { position: relative; padding-left: var(--space-xl); margin-bottom: var(--space-md); color: var(--content-dim); line-height: 1.8; } .slots-page .article-content ul li::before { content: '🎰'; position: absolute; left: 0; top: 0; font-size: 1.2em; filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.5)); } .slots-page .article-content ul li strong { color: var(--gold); font-weight: 700; } .article-content a { color: var(--brand-primary); text-decoration: underline; text-decoration-color: rgba(var(--brand-rgb), 0.4); text-underline-offset: 4px; transition: var(--ease-out); } .article-content a:hover { text-decoration-color: var(--brand-primary); text-shadow: var(--glow-text); } .article-content strong, .article-content b { color: var(--content-high); font-weight: 700; } /* Tables */ .article-content table { width: 100%; border-collapse: collapse; margin: var(--space-xl) 0; background: var(--glass-bg); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--glass-edge); } .article-content th, .article-content td { padding: var(--space-md); text-align: left; border-bottom: 1px solid var(--glass-edge); } .article-content th { background: rgba(var(--brand-rgb), 0.15); font-weight: 700; color: var(--brand-primary); text-transform: uppercase; letter-spacing: 1px; font-size: 13px; } .article-content tr:hover { background: rgba(var(--brand-rgb), 0.08); } /* ============================================== SLOTS SHOWCASE ============================================== */ .slots-showcase, .info-block.gradient-bg { margin: var(--space-2xl) 0; padding: var(--space-2xl); background: linear-gradient(135deg, var(--glass-bg) 0%, rgba(var(--brand-rgb), 0.08) 100%); border: 1px solid var(--glass-edge); border-radius: var(--radius-2xl); position: relative; } .slots-showcase h2, .info-block.gradient-bg h2 { text-align: center; font-family: var(--font-display); font-size: 32px; margin-bottom: var(--space-xl); border: none; padding: 0; } .slots-showcase h2::after, .info-block.gradient-bg h2::after { display: none; } .slots-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: var(--space-lg); } .slot-card { background: var(--glass-bg); border: 1px solid var(--glass-edge); border-radius: var(--radius-lg); padding: var(--space-md); transition: var(--ease-spring); position: relative; overflow: hidden; opacity: 0; transform: translateY(40px) scale(0.95); } .slot-card.animate-in { opacity: 1; transform: translateY(0) scale(1); } .slot-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad-brand); transform: scaleX(0); transition: var(--ease-out); } .slot-card::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 0%, rgba(var(--brand-rgb), 0.2) 0%, transparent 60%); opacity: 0; transition: var(--ease-out); } .slot-card:hover::before { transform: scaleX(1); } .slot-card:hover::after { opacity: 1; } .slot-card:hover { transform: translateY(-12px) scale(1.03); border-color: var(--glass-edge-active); box-shadow: var(--glow-lg), var(--shadow-xl); } .slot-card img, .slot-card .slot-image { width: 100%; height: 180px; object-fit: cover; border-radius: var(--radius-md); margin-bottom: var(--space-md); transition: var(--ease-out); position: relative; z-index: 1; } .slot-card:hover img, .slot-card:hover .slot-image { transform: scale(1.05); } .slot-card h4 { font-family: var(--font-display); font-size: 16px; font-weight: 700; text-align: center; margin-bottom: var(--space-2xs); color: var(--content-high); position: relative; z-index: 1; } .slot-card .slot-rtp { display: inline-flex; align-items: center; gap: var(--space-2xs); padding: 0.4rem 0.9rem; background: rgba(255, 255, 255, 0.04); border-top: 2px solid var(--success); border-radius: 0 0 10px 10px; text-align: center; color: rgba(255, 255, 255, 0.85); font-weight: 700; font-size: 14px; margin-bottom: var(--space-2xs); position: relative; z-index: 1; } .slot-card .slot-rtp span { color: var(--success); font-weight: 800; } .slot-card .slot-desc, .slot-card .slot-provider { text-align: center; color: var(--content-dim); font-size: 13px; line-height: 1.5; margin-bottom: var(--space-sm); position: relative; z-index: 1; } .slot-tags, .slot-features { display: flex; flex-wrap: wrap; gap: var(--space-2xs); justify-content: center; position: relative; z-index: 1; } .slot-tag, .slot-features .badge { background: linear-gradient(135deg, rgba(var(--brand-rgb), 0.25) 0%, rgba(var(--brand-rgb), 0.1) 100%); color: var(--brand-vivid); padding: 5px 14px; border-radius: var(--radius-full); font-size: 11px; font-weight: 600; border: 1px solid rgba(var(--brand-rgb), 0.35); transition: var(--ease-out); } .slot-tag:hover, .slot-features .badge:hover { background: var(--brand-primary); color: var(--content-high); transform: scale(1.08); } /* ============================================== SLOTS PAGE - Специальные стили для страницы слотов ============================================== */ /* Контейнер страницы слотов */ .slots-page { padding: var(--space-xl) 0; } /* Заголовок страницы слотов */ .slots-page-header { text-align: center; margin-bottom: var(--space-3xl); position: relative; } .slots-page-header::after { content: ''; position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); width: 100px; height: 4px; background: var(--grad-gold); border-radius: var(--radius-full); } /* Фильтры и категории слотов */ .slots-filters { display: flex; flex-wrap: wrap; gap: var(--space-sm); justify-content: center; margin-bottom: var(--space-2xl); padding: var(--space-lg); background: var(--glass-bg); border: 1px solid var(--glass-edge); border-radius: var(--radius-xl); backdrop-filter: blur(var(--glass-blur)); } .slots-filter-btn { padding: var(--space-xs) var(--space-lg); background: transparent; border: 2px solid var(--glass-edge); border-radius: var(--radius-full); color: var(--content-dim); font-size: 14px; font-weight: 600; cursor: pointer; transition: var(--ease-out); position: relative; overflow: hidden; } .slots-filter-btn::before { content: ''; position: absolute; inset: 0; background: var(--grad-gold); opacity: 0; transition: var(--ease-out); z-index: -1; } .slots-filter-btn:hover, .slots-filter-btn.active { color: var(--content-high); border-color: var(--gold); box-shadow: 0 0 20px var(--gold-glow); } .slots-filter-btn:hover::before, .slots-filter-btn.active::before { opacity: 1; } /* Улучшенные карточки слотов для страницы */ .slots-page .slot-card { background: linear-gradient(135deg, var(--glass-bg) 0%, rgba(255, 215, 0, 0.03) 100%); border: 2px solid var(--glass-edge); box-shadow: var(--shadow-md); } .slots-page .slot-card::before { background: var(--grad-gold); height: 4px; } .slots-page .slot-card:hover { background: linear-gradient(135deg, rgba(255, 215, 0, 0.08) 0%, rgba(255, 165, 0, 0.05) 100%); border-color: var(--gold); box-shadow: var(--glow-lg), 0 0 30px var(--gold-glow); } /* RTP индикатор — премиальный минималистичный стиль */ .slot-rtp { display: inline-flex; align-items: center; gap: var(--space-sm); padding: var(--space-2xs) var(--space-sm) var(--space-2xs) var(--space-md); background: rgba(255, 255, 255, 0.04); border: none; border-left: 3px solid var(--success); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; font-weight: 700; font-size: 13px; color: rgba(255, 255, 255, 0.9); letter-spacing: 0.3px; position: relative; } .slot-rtp span { color: var(--success); font-weight: 800; } .slot-rtp.high-rtp { border-left-color: var(--gold); } .slot-rtp.high-rtp span { color: var(--gold); text-shadow: 0 0 12px var(--gold-glow); } /* Провайдеры слотов */ .slot-provider { display: inline-flex; align-items: center; gap: var(--space-2xs); padding: var(--space-2xs) var(--space-sm); background: rgba(var(--brand-rgb), 0.1); border: 1px solid rgba(var(--brand-rgb), 0.3); border-radius: var(--radius-sm); font-size: 12px; font-weight: 600; color: var(--brand-primary); margin-top: var(--space-xs); } .slot-provider::before { content: '🎮'; font-size: 14px; } /* Бейджи для слотов */ .slot-badge { position: absolute; top: var(--space-sm); right: var(--space-sm); padding: var(--space-2xs) var(--space-xs); background: var(--grad-gold); color: var(--surface-deep); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; border-radius: var(--radius-sm); box-shadow: 0 0 15px var(--gold-glow); z-index: 2; animation: badge-pulse 2s ease-in-out infinite; } @keyframes badge-pulse { 0%, 100% { transform: scale(1); box-shadow: 0 0 15px var(--gold-glow); } 50% { transform: scale(1.05); box-shadow: 0 0 25px var(--gold-glow), 0 0 35px var(--gold-glow); } } .slot-badge.new { background: linear-gradient(135deg, #00C853 0%, #4CAF50 100%); color: var(--content-high); box-shadow: 0 0 15px var(--success-glow); } .slot-badge.hot { background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%); color: var(--content-high); box-shadow: 0 0 15px var(--error-glow); } .slot-badge.jackpot { background: var(--grad-gold); animation: jackpot-glow 1.5s ease-in-out infinite; } @keyframes jackpot-glow { 0%, 100% { box-shadow: 0 0 20px var(--gold-glow); } 50% { box-shadow: 0 0 40px var(--gold-glow), 0 0 60px var(--gold-glow); } } /* Статистика слота */ .slot-stats { display: flex; justify-content: space-around; gap: var(--space-sm); margin-top: var(--space-sm); padding-top: var(--space-sm); border-top: 1px solid var(--glass-edge); } .slot-stat { text-align: center; flex: 1; } .slot-stat-value { display: block; font-size: 18px; font-weight: 800; color: var(--brand-primary); margin-bottom: 4px; } .slot-stat-label { font-size: 11px; color: var(--content-muted); text-transform: uppercase; letter-spacing: 1px; } /* Кнопка "Играть" на карточке */ .slot-play-btn { width: 100%; margin-top: var(--space-md); padding: var(--space-sm) var(--space-lg); background: var(--grad-gold); color: var(--surface-deep); border: none; border-radius: var(--radius-md); font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; transition: var(--ease-out); box-shadow: 0 0 20px var(--gold-glow); position: relative; overflow: hidden; } .slot-play-btn::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,0.3) 0%, transparent 50%); transform: translateX(-100%); transition: 0.5s; } .slot-play-btn:hover::before { transform: translateX(100%); } .slot-play-btn:hover { transform: translateY(-2px); box-shadow: 0 0 30px var(--gold-glow), 0 0 50px var(--gold-glow); } .slot-play-btn:active { transform: translateY(0); } /* Секция провайдеров */ .slots-providers { margin: var(--space-3xl) 0; padding: var(--space-2xl); background: var(--glass-bg); border: 1px solid var(--glass-edge); border-radius: var(--radius-2xl); } .slots-providers h3 { text-align: center; font-family: var(--font-display); font-size: 28px; margin-bottom: var(--space-xl); color: var(--content-high); } .providers-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: var(--space-lg); } .provider-card { background: rgba(var(--brand-rgb), 0.05); border: 1px solid var(--glass-edge); border-radius: var(--radius-lg); padding: var(--space-lg); text-align: center; transition: var(--ease-out); cursor: pointer; } .provider-card:hover { background: rgba(var(--brand-rgb), 0.1); border-color: var(--brand-primary); transform: translateY(-5px); box-shadow: var(--glow-md); } .provider-card img { width: 100%; max-width: 120px; height: auto; margin-bottom: var(--space-sm); filter: grayscale(0.3); transition: var(--ease-out); } .provider-card:hover img { filter: grayscale(0); transform: scale(1.1); } .provider-card h4 { font-size: 16px; font-weight: 600; color: var(--content-high); margin: 0; } /* Анимации для страницы слотов */ @keyframes slot-card-enter { from { opacity: 0; transform: translateY(30px) rotateX(-10deg); } to { opacity: 1; transform: translateY(0) rotateX(0); } } .slot-card.animate-in { animation: slot-card-enter 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; } /* Эффект блеска на карточке */ .slot-card::after { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: linear-gradient( 45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70% ); transform: rotate(45deg) translateX(-100%); transition: 0.6s; } .slot-card:hover::after { transform: rotate(45deg) translateX(100%); } /* Мобильные стили для страницы слотов */ @media (max-width: 768px) { .slots-filters { padding: var(--space-md); gap: var(--space-xs); } .slots-filter-btn { font-size: 12px; padding: var(--space-2xs) var(--space-md); } .slots-grid { grid-template-columns: repeat(2, 1fr); gap: var(--space-sm); } .slot-card { padding: var(--space-sm); } .slot-card img, .slot-card .slot-image { height: 120px; } .slot-stats { flex-direction: column; gap: var(--space-xs); } .providers-grid { grid-template-columns: repeat(2, 1fr); gap: var(--space-sm); } .slot-badge { font-size: 9px; padding: 3px 6px; } } /* ============================================== ADVANTAGE CARDS ============================================== */ .advantage-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: var(--space-lg); margin: var(--space-xl) 0; } .advantage-card { background: var(--glass-bg); border: 1px solid var(--glass-edge); border-radius: var(--radius-lg); padding: var(--space-xl); text-align: center; transition: var(--ease-spring); opacity: 0; transform: translateY(30px); } .advantage-card.animate-in { opacity: 1; transform: translateY(0); } .advantage-card:hover { transform: translateY(-10px); border-color: var(--brand-primary); box-shadow: var(--glow-md); } .advantage-icon { font-size: 56px; margin-bottom: var(--space-md); display: block; animation: icon-float 3s ease-in-out infinite; } @keyframes icon-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } } .advantage-card h3 { font-size: 20px; margin-bottom: var(--space-sm); color: var(--brand-primary); } .advantage-card p { color: var(--content-dim); font-size: 15px; line-height: 1.7; } /* ============================================== INFO BLOCKS ============================================== */ .info-block { background: var(--glass-bg); border-left: 4px solid var(--brand-primary); border-radius: var(--radius-md); padding: var(--space-lg); margin: var(--space-lg) 0; opacity: 0; transform: translateX(-30px); } .info-block.animate-in { opacity: 1; transform: translateX(0); } .info-block h3 { color: var(--brand-primary); margin-bottom: var(--space-sm); font-size: 18px; } .info-block p { color: var(--content-dim); margin: 0; } /* ============================================== FAQ SECTION ============================================== */ .faq-section { background: linear-gradient(135deg, rgba(var(--brand-rgb), 0.06) 0%, rgba(0, 0, 0, 0.4) 100%); border: 1px solid rgba(var(--brand-rgb), 0.2); border-radius: var(--radius-2xl); padding: var(--space-2xl); margin: var(--space-2xl) 0; position: relative; overflow: hidden; } .faq-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--brand-primary), transparent); opacity: 0.5; } .faq-section h2 { text-align: center; margin-bottom: var(--space-xl); border: none; padding: 0; font-size: 1.6rem; } .faq-section h2::after { display: none; } .faq-list, .faq-container { display: flex; flex-direction: column; gap: 0.75rem; } /* FAQ variants */ .faq-section.variant-v2 .faq-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; } .faq-section.variant-v3 .faq-question::before { display: none; } .faq-section.variant-v3 .faq-question { padding-left: 1.1rem; } .faq-section.variant-v3 .faq-item { border-style: dashed; background: rgba(0, 0, 0, 0.22); } .faq-section.variant-v4 { background: rgba(0, 0, 0, 0.28); border-style: dashed; } .faq-section.variant-v4 h2 { text-align: left; } .faq-item { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: var(--radius-lg); overflow: hidden; transition: border-color 0.2s ease, box-shadow 0.2s ease; } .faq-item:hover { border-color: rgba(var(--brand-rgb), 0.3); } .faq-item.open { border-color: rgba(var(--brand-rgb), 0.4); box-shadow: 0 0 0 1px rgba(var(--brand-rgb), 0.15); } .faq-item.open .faq-question { color: var(--brand-primary); } .faq-item.open .faq-question::after { transform: translateY(-40%) rotate(-135deg); } .faq-question { width: 100%; display: flex; align-items: center; padding: 1.1rem 1.25rem; padding-right: 3rem; margin: 0; font-size: 1rem; font-weight: 600; font-family: inherit; color: var(--content-high); cursor: pointer; position: relative; text-align: left; background: none; border: none; transition: color 0.2s ease; } .faq-question:hover { color: var(--brand-primary); } .faq-question::before { content: ''; width: 4px; height: 1.1em; margin-right: 1rem; background: var(--brand-primary); border-radius: 2px; opacity: 0.6; flex-shrink: 0; } .faq-question span { flex: 1; } .faq-question::after { content: ''; position: absolute; right: 1.25rem; top: 50%; width: 8px; height: 8px; border-right: 2px solid var(--brand-primary); border-bottom: 2px solid var(--brand-primary); transform: translateY(-60%) rotate(45deg); opacity: 0.7; transition: transform 0.2s ease; } .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; } .faq-item.open .faq-answer { max-height: 800px; } .faq-answer p, .faq-answer div { padding: 0 1.25rem 1.25rem; padding-left: calc(1.25rem + 4px + 1rem); margin: 0; color: var(--content-dim); line-height: 1.75; font-size: 0.95rem; border-top: 1px solid rgba(255, 255, 255, 0.05); } .faq-answer a { color: var(--brand-primary); text-decoration: underline; text-underline-offset: 2px; } .faq-answer a:hover { color: var(--brand-primary-light); } @media (max-width: 640px) { .faq-answer p, .faq-answer div { padding-left: 1.25rem; } } /* ============================================== BREADCRUMBS ============================================== */ .breadcrumbs { padding: var(--space-md) 0; margin-bottom: var(--space-lg); } .breadcrumbs-list { display: flex; align-items: center; flex-wrap: wrap; gap: var(--space-xs); list-style: none; } .breadcrumb-item { display: inline-flex; align-items: center; } .breadcrumb-link { color: var(--brand-primary); font-size: 13px; padding: var(--space-3xs) var(--space-xs); border-radius: var(--radius-xs); transition: var(--ease-out); } .breadcrumb-link:hover { background: var(--glass-bg); } .breadcrumb-item.active { color: var(--content-muted); font-size: 13px; } .breadcrumb-separator { color: var(--content-muted); font-size: 14px; } /* Всплывающее предложение — другая вёрстка */ .floating-offer, .bonus-popup { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%) translateY(180%); width: auto; max-width: 360px; min-width: 280px; padding: 16px 52px 16px 18px; z-index: 10000; transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1); background: rgba(20, 28, 26, 0.97); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(0, 229, 204, 0.2); border-radius: 12px; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4); } .floating-offer.show, .bonus-popup.show { transform: translateX(-50%) translateY(0); } .popup-close { position: absolute; top: 50%; right: 10px; transform: translateY(-50%); width: 28px; height: 28px; background: rgba(255, 255, 255, 0.08); border: none; color: #e5e5e5; font-size: 18px; line-height: 1; cursor: pointer; transition: background 0.2s; display: flex; align-items: center; justify-content: center; border-radius: 6px; } .popup-close:hover { background: rgba(255, 255, 255, 0.15); } .offer-body, .popup-content { display: flex; align-items: center; gap: 12px; } @media (max-width: 480px) { .floating-offer, .bonus-popup { min-width: 260px; max-width: 90%; padding: 14px 48px 14px 14px; } } .popup-icon { font-size: 28px; flex-shrink: 0; } .offer-text, .popup-text { flex: 1; min-width: 0; } .offer-heading, .popup-bonus { display: block; font-size: 1.05rem; font-weight: 600; color: var(--brand-primary); line-height: 1.2; } .offer-desc, .popup-label { display: block; color: rgba(255, 255, 255, 0.55); font-size: 0.8rem; margin-top: 2px; line-height: 1.3; } .popup-cta { flex-shrink: 0; } .popup-cta .btn { padding: 10px 18px; font-size: 13px; font-weight: 600; border-radius: 10px; white-space: nowrap; background: var(--brand-primary); color: #0a0a0a; border: none; } /* ============================================== FOOTER ============================================== */ .site-footer { background: linear-gradient(180deg, var(--surface-deep) 0%, var(--surface-void) 100%); border-top: 2px solid transparent; border-image: linear-gradient(90deg, transparent 5%, var(--brand-primary) 50%, transparent 95%) 1; padding: var(--space-3xl) 0 0; margin-top: var(--space-3xl); position: relative; } .site-footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 250px; background: radial-gradient(ellipse at 50% 0%, rgba(var(--brand-rgb), 0.15) 0%, transparent 70%); pointer-events: none; } .footer-wrapper { max-width: 1380px; margin: 0 auto; padding: 0 var(--space-lg); position: relative; z-index: 1; } .footer-content { padding-bottom: var(--space-xl); } .footer-blocks { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-lg); margin-bottom: var(--space-xl); } @media (max-width: 1024px) { .footer-blocks { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 768px) { .footer-blocks { grid-template-columns: 1fr; } } .footer-block { background: var(--glass-bg); border: 1px solid var(--glass-edge); border-radius: var(--radius-lg); padding: var(--space-xl); transition: var(--ease-out); position: relative; overflow: hidden; } .footer-block::before { content: ''; position: absolute; top: 20%; left: 0; width: 3px; height: 60%; background: var(--grad-brand); border-radius: var(--radius-full); transform: scaleY(0); transition: var(--ease-out); } .footer-block:hover::before { transform: scaleY(1); } .footer-block:hover { background: var(--glass-bg-hover); border-color: var(--glass-edge-active); transform: translateY(-8px); box-shadow: var(--shadow-lg), var(--glow-md); } .footer-block h4 { font-family: var(--font-display); font-size: 18px; font-weight: 700; margin-bottom: var(--space-sm); color: var(--content-high); } .footer-block p { font-size: 14px; line-height: 1.75; color: var(--content-dim); margin: 0; } .footer-menu { text-align: center; padding: var(--space-xl) 0; border-top: 1px solid var(--glass-edge); border-bottom: 1px solid var(--glass-edge); } .footer-menu h4 { font-size: 17px; font-weight: 600; margin-bottom: var(--space-md); color: var(--content-high); } .footer-nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--space-sm); } .footer-nav-link { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; background: var(--glass-bg); border: 1px solid var(--glass-edge); border-radius: var(--radius-sm); color: var(--content-main); text-decoration: none; font-size: 14px; font-weight: 500; transition: var(--ease-out); } .footer-nav-link:hover, .footer-nav-link.active { background: var(--brand-primary); border-color: var(--brand-primary); color: var(--surface-deep); transform: translateY(-3px); box-shadow: var(--glow-sm); } .footer-legal { padding: var(--space-lg) 0; } .legal-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: var(--space-lg); } @media (max-width: 768px) { .legal-row { flex-direction: column; text-align: center; } } .footer-brand { display: flex; flex-direction: column; gap: 6px; } .brand-name { font-family: var(--font-display); font-size: 26px; font-weight: 800; background: var(--grad-brand); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .brand-tagline { font-size: 12px; color: var(--content-muted); text-transform: uppercase; letter-spacing: 3px; } .footer-copy { text-align: center; flex: 1; } .footer-copy p { font-size: 13px; color: var(--content-dim); margin: 0 0 6px; } .footer-warning { font-size: 11px !important; color: var(--content-muted) !important; } .footer-seals { display: flex; gap: 14px; } .footer-seal { display: inline-flex; align-items: center; padding: 8px 16px; background: var(--glass-bg); border: 1px solid var(--glass-edge); border-radius: var(--radius-sm); font-size: 12px; color: var(--content-dim); } /* Блок ключевых тем (облако) — другая структура */ .keywords-block, .tag-cloud { background: rgba(var(--brand-rgb), 0.06); border: 1px solid rgba(var(--brand-rgb), 0.2); border-radius: 16px; padding: 1.5rem 1.75rem; margin-bottom: 1.5rem; position: relative; overflow: hidden; } .keywords-block::before, .tag-cloud::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(var(--brand-rgb), 0.4), transparent); } .keywords-heading, .tag-cloud-title { font-size: 1.15rem; font-weight: 700; margin-bottom: 1rem; color: var(--content-high); text-align: center; position: relative; z-index: 1; } .keywords-inner, .tag-cloud-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; position: relative; z-index: 1; } .keyword-pill, .tag-item { display: inline-flex; align-items: center; padding: 9px 20px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 999px; color: var(--content-main); text-decoration: none; font-size: 13px; font-weight: 500; transition: background 0.25s, border-color 0.25s, transform 0.2s; white-space: nowrap; } .keyword-pill:hover, .tag-item:hover { background: rgba(var(--brand-rgb), 0.2); border-color: rgba(var(--brand-rgb), 0.45); transform: translateY(-3px); color: var(--content-high); } .keyword-pill.tag-sm, .tag-item.tag-sm { font-size: 11px; padding: 6px 14px; } .keyword-pill.tag-lg, .tag-item.tag-lg { font-size: 14px; padding: 11px 24px; font-weight: 600; } /* ============================================== ANIMATIONS ============================================== */ .pulse-glow { animation: pulse-glow 2s ease-in-out infinite; } @keyframes pulse-glow { 0%, 100% { box-shadow: var(--glow-md); } 50% { box-shadow: var(--glow-lg); } } .float-animation { animation: float-anim 6s ease-in-out infinite; } @keyframes float-anim { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } } .text-glow-animation { animation: text-glow 2s ease-in-out infinite; } @keyframes text-glow { 0%, 100% { text-shadow: var(--glow-text); } 50% { text-shadow: 0 0 50px rgba(var(--brand-rgb), 1); } } .hover-lift { transition: var(--ease-spring); } .hover-lift:hover { transform: translateY(-8px); } /* Loading */ .generation-notice { text-align: center; padding: var(--space-3xl); max-width: 560px; margin: var(--space-3xl) auto; } .notice-icon { font-size: 80px; margin-bottom: var(--space-lg); animation: icon-bounce 1.5s ease-in-out infinite; } .generation-notice h2 { margin-bottom: var(--space-md); border: none; padding: 0; } .generation-notice h2::after { display: none; } .progress-bar { height: 6px; background: var(--glass-bg); border-radius: var(--radius-full); overflow: hidden; margin-top: var(--space-lg); } .progress-fill { height: 100%; width: 40%; background: var(--grad-brand); border-radius: var(--radius-full); animation: progress-move 1.5s ease-in-out infinite; } @keyframes progress-move { 0% { width: 0%; margin-left: 0; } 50% { width: 60%; } 100% { width: 0%; margin-left: 100%; } } /* ============================================== RESPONSIVE ============================================== */ @media (max-width: 768px) { :root { --space-xl: 32px; --space-2xl: 48px; --space-3xl: 64px; } body { font-size: 15px; } .main { padding-top: 62px; } .header-inner { padding: 8px 16px; } .logo { height: 45px; } .mobile-nav { top: 80px; } .main-title { font-size: 28px; } .hero-title { font-size: 26px; } .hero-banner { padding: var(--space-lg); } .hero-stats { gap: var(--space-md); } .stat-value { font-size: 34px; } .hero-cta { flex-direction: column; } .hero-cta .btn { width: 100%; } .slots-grid { grid-template-columns: repeat(2, 1fr); gap: var(--space-sm); } .slot-card { padding: var(--space-sm); } .slot-card img, .slot-card .slot-image { height: 140px; } .slot-card h4 { font-size: 13px; } .cta-block { padding: var(--space-xl); } .cta-title { font-size: 22px; } .cta-subtitle { font-size: 1.1rem; } .tag-cloud-container { gap: 8px; } .tag-item { padding: 9px 18px; font-size: 13px; } .bonus-popup { bottom: var(--space-md); left: var(--space-md); right: var(--space-md); width: auto; transform: translateX(0) translateY(300%); } .bonus-popup.show { transform: translateX(0) translateY(0); } .popup-bonus { font-size: 32px; } } @media (max-width: 480px) { :root { --space-lg: 20px; --space-xl: 24px; } body { font-size: 14px; } .main { padding-top: 58px; } .main-title { font-size: 24px; } .hero-title { font-size: 22px; } .hero-badge { font-size: 10px; } .stat-value { font-size: 28px; } .slots-grid { gap: var(--space-xs); } .slot-card img, .slot-card .slot-image { height: 100px; } .slot-card h4 { font-size: 11px; } .slot-card .slot-rtp { font-size: 10px; } .tag-item { padding: 7px 14px; font-size: 11px; } } /* Touch devices */ @media (hover: none) and (pointer: coarse) { .btn, .tag-item, .footer-nav-link, .nav-link, .slot-card { min-height: 48px; } .btn:hover, .tag-item:hover, .footer-nav-link:hover, .slot-card:hover { transform: none; } } /* Reduced motion */ @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; } .float-animation, .pulse-glow, .text-glow-animation { animation: none; } } /* Print */ @media print { .header, .mobile-nav, .floating-offer, .bonus-popup, .background-effects, .site-footer, .keywords-block, .tag-cloud, .action-block, .cta-block { display: none !important; } .main { padding-top: 0; } body { background: white; color: black; } a { color: black; text-decoration: underline; } } /* ============================================== SEO 2026 — PERFORMANCE & BEHAVIOURAL OPTIMIZATIONS Яндекс TOP-1 Edition (март 2026) ============================================== */ /* ----------------------------------------------- content-visibility: auto — ускоряет LCP/INP (Яндекс учитывает Core Web Vitals с 2024+) ----------------------------------------------- */ .content-wrapper, .faq-block, .bonus-programs-block, .site-structure-block, .related-sections, .review-quotes-block, .page-thematic-block, .live-wins-section, .trust-badges-section, .seo-info-section { content-visibility: auto; contain-intrinsic-size: auto 400px; } /* Критичные above-the-fold блоки — НЕ лазить */ .header, .hero-value, .content-header { content-visibility: visible; } /* ----------------------------------------------- CSS contain — снижает CLS ----------------------------------------------- */ .glass-card, .bonus-card, .slot-card, .trust-badge, .related-card, .faq-item, .live-win-item { contain: layout paint; } /* ----------------------------------------------- .yandex-index-only — ОПТИМИЗИРОВАННЫЙ скрытый блок Видим ботам, невидим людям. Использует clip-path вместо display:none (display:none роботы Яндекса могут игнорировать) ----------------------------------------------- */ .yandex-index-only { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; border: 0 !important; pointer-events: none !important; speak: none !important; /* НЕ используем display:none / visibility:hidden */ } /* ----------------------------------------------- Резервирование пространства для изображений — CLS=0 ----------------------------------------------- */ img:not([width]):not([height]) { aspect-ratio: 16 / 9; width: 100%; height: auto; } .logo { aspect-ratio: 180 / 50; width: auto; height: 55px; } .hero-img, .photo-img { aspect-ratio: 16 / 9; width: 100%; height: auto; object-fit: cover; } /* ----------------------------------------------- Skeleton-загрузка (снижает CLS до 0) ----------------------------------------------- */ .skeleton { background: linear-gradient( 90deg, rgba(var(--brand-rgb), 0.04) 25%, rgba(var(--brand-rgb), 0.1) 50%, rgba(var(--brand-rgb), 0.04) 75% ); background-size: 200% 100%; animation: skeleton-shimmer 1.5s ease-in-out infinite; border-radius: var(--radius-sm); } @keyframes skeleton-shimmer { 0% { background-position: -200% center; } 100% { background-position: 200% center; } } /* ----------------------------------------------- prefers-reduced-motion — accessibility + SEO (Яндекс учитывает lighthouse accessibility score) ----------------------------------------------- */ @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; } .preloader { display: none !important; } } /* ----------------------------------------------- Улучшение читаемости (E-E-A-T: юзабилити) ----------------------------------------------- */ .content-wrapper p, .content-wrapper li, .faq-answer { max-width: 75ch; line-height: 1.85; word-break: break-word; overflow-wrap: break-word; } .content-wrapper h2 { font-size: clamp(1.25rem, 2vw + 0.75rem, 1.875rem); line-height: 1.3; margin-top: 2rem; margin-bottom: 0.75rem; scroll-margin-top: 120px; /* для якорей с фиксированным хедером */ } .content-wrapper h3 { font-size: clamp(1.05rem, 1.5vw + 0.65rem, 1.5rem); line-height: 1.4; margin-top: 1.5rem; margin-bottom: 0.5rem; scroll-margin-top: 120px; } /* ----------------------------------------------- Поведенческие сигналы: hover-эффекты на ссылках Снижают показатель отказов ----------------------------------------------- */ .content-wrapper a:not(.btn):not(.nav-link) { border-bottom: 1px solid rgba(var(--brand-rgb), 0.3); transition: border-color var(--ease-out), color var(--ease-out); } .content-wrapper a:not(.btn):not(.nav-link):hover { border-bottom-color: var(--brand-primary); color: var(--brand-vivid); } /* ----------------------------------------------- Блок доверия (EEAT — Trustworthiness) Видимые сигналы надёжности ----------------------------------------------- */ .trust-signal-bar { display: flex; flex-wrap: wrap; gap: 0.75rem 1.5rem; padding: 0.75rem 1.25rem; background: rgba(var(--brand-rgb), 0.04); border: 1px solid rgba(var(--brand-rgb), 0.12); border-radius: var(--radius-md); margin: 1rem 0; font-size: 0.85rem; color: var(--content-dim); } .trust-signal-bar .tsi { display: flex; align-items: center; gap: 0.35rem; } .trust-signal-bar .tsi-icon { font-size: 1rem; } .trust-signal-bar .tsi-text { font-weight: 500; } /* ----------------------------------------------- On-page navigation (якорные ссылки) — поведенческие ----------------------------------------------- */ .anchor-nav { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1rem 0 1.5rem; padding: 0.75rem 1rem; background: rgba(255,255,255,0.03); border-radius: var(--radius-md); border: 1px solid rgba(255,255,255,0.06); list-style: none; } .anchor-nav li { margin: 0; } .anchor-nav a { display: inline-block; padding: 0.3rem 0.7rem; font-size: 0.82rem; color: var(--brand-primary); background: rgba(var(--brand-rgb), 0.06); border-radius: var(--radius-full); border: 1px solid rgba(var(--brand-rgb), 0.15); text-decoration: none; transition: background var(--ease-out), border-color var(--ease-out); } .anchor-nav a:hover { background: rgba(var(--brand-rgb), 0.14); border-color: rgba(var(--brand-rgb), 0.4); color: var(--brand-vivid); } /* ----------------------------------------------- Блок рейтинга (AggregateRating schema) ----------------------------------------------- */ .rating-widget { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.4rem 0.8rem; background: rgba(240, 192, 64, 0.08); border: 1px solid rgba(240, 192, 64, 0.25); border-radius: var(--radius-full); font-size: 0.88rem; font-weight: 600; color: #f0c040; margin: 0.5rem 0; } .rating-widget .stars { letter-spacing: 0.05em; color: #f0c040; } .rating-widget .rating-num { font-size: 1rem; } .rating-widget .rating-count { font-size: 0.78rem; font-weight: 400; color: var(--content-muted); } /* ----------------------------------------------- Sticky CTA (поведенческий сигнал: кликабельность) ----------------------------------------------- */ .sticky-cta-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: var(--z-fixed); display: none; padding: 0.75rem 1rem; background: rgba(0,0,0,0.92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-top: 1px solid rgba(var(--brand-rgb), 0.2); gap: 0.75rem; align-items: center; justify-content: center; } .sticky-cta-bar.visible { display: flex; } .sticky-cta-bar .scb-text { font-size: 0.88rem; color: var(--content-dim); flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .sticky-cta-bar .scb-btn { flex-shrink: 0; padding: 0.55rem 1.25rem; background: var(--grad-cta); color: #0e0b0e; font-weight: 700; font-size: 0.9rem; border-radius: var(--radius-full); text-decoration: none; white-space: nowrap; box-shadow: var(--glow-sm); transition: transform var(--ease-out), box-shadow var(--ease-out); } .sticky-cta-bar .scb-btn:hover { transform: scale(1.03); box-shadow: var(--glow-md); } .sticky-cta-bar .scb-close { flex-shrink: 0; background: none; border: none; cursor: pointer; color: var(--content-muted); font-size: 1.2rem; padding: 0.25rem; line-height: 1; transition: color var(--ease-out); } .sticky-cta-bar .scb-close:hover { color: var(--content-high); } @media (max-width: 640px) { .sticky-cta-bar .scb-text { display: none; } } /* ----------------------------------------------- JSON-LD визуальные подсказки (нет влияния на скрытые данные, но улучшают сниппеты Яндекса через микроразметку) ----------------------------------------------- */ [itemprop="ratingValue"], [itemprop="reviewCount"], [itemprop="aggregateRating"] { display: inline; } /* ----------------------------------------------- Исправление LCP: размеры hero-изображения ----------------------------------------------- */ .hero-photo, .photo-wrapper img, .hero-image { width: 100%; height: auto; max-height: 480px; object-fit: cover; object-position: center top; aspect-ratio: 16 / 9; loading: eager; decoding: sync; } /* ----------------------------------------------- Print (для Яндекс.Кэша, доступности) ----------------------------------------------- */ @media print { .header, .footer, .preloader, .background-effects, .sticky-cta-bar, .mobile-menu-btn, .support-widget { display: none !important; } .content-wrapper { max-width: 100% !important; padding: 0 !important; } a { color: black; text-decoration: underline; } .yandex-index-only { position: static !important; width: auto !important; height: auto !important; overflow: visible !important; clip: auto !important; clip-path: none !important; white-space: normal !important; margin: 0 !important; display: block !important; font-size: 10pt; color: #333; } }