*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;background:#03295C}
body{font-family:Arial,Helvetica,sans-serif;background:#03295C;color:#e8eef6;line-height:1.6;min-height:100vh;overflow-x:hidden}
a{color:#5092C8;text-decoration:none}
a:hover{color:#FBD118}
img{max-width:100%;height:auto}

.wrapper{min-height:100vh;display:flex;flex-direction:column}
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 16px}
.flex{display:flex}.flex-center{align-items:center}.flex-between{justify-content:space-between}.flex-wrap{flex-wrap:wrap}.flex-col{flex-direction:column}
.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.gap-24{gap:24px}.gap-32{gap:32px}
.row{display:flex;flex-wrap:wrap;align-items:center}

.site-header{background:#142F4B;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px rgba(0,0,0,.4)}
.site-header .container{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:10px;padding-bottom:10px}
.logo img{height:56px;width:auto;display:block}
.header-nav{display:flex;gap:4px;flex-wrap:wrap}
.header-nav a{color:#e8eef6;font-size:14px;padding:6px 10px;border-radius:6px;transition:background .2s,color .2s}
.header-nav a:hover{background:#5092C8;color:#fff}
.header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}
.online-count{font-size:12px;color:#9bb8d4;white-space:nowrap}
.online-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#4caf50;margin-right:4px;animation:pulse 1.6s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 18px;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;border:none;transition:transform .15s,box-shadow .15s,background .2s;text-decoration:none;white-space:nowrap}
.btn:hover{transform:translateY(-1px);box-shadow:0 4px 14px rgba(0,0,0,.3)}
.btn-login{background:#5092C8;color:#fff}
.btn-login:hover{background:#3d7db0;color:#fff}
.btn-signup{background:#FBD118;color:#142F4B}
.btn-signup:hover{background:#e6c010;color:#142F4B}
.btn-bonus{background:#FBD118;color:#142F4B}
.btn-bonus:hover{background:#e6c010;color:#142F4B}
.btn-primary{background:#5092C8;color:#fff}
.btn-primary:hover{background:#3d7db0;color:#fff}
.btn-gold{background:#FBD118;color:#142F4B;font-size:16px;padding:12px 28px}
.btn-gold:hover{background:#e6c010;color:#142F4B}
.btn-lg{font-size:16px;padding:14px 32px}
.btn-sm{font-size:13px;padding:6px 14px}

.burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}
.burger span{display:block;width:24px;height:2px;background:#e8eef6;border-radius:2px;transition:transform .3s,opacity .3s}
.burger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.active span:nth-child(2){opacity:0}
.burger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.hero{position:relative;min-height:420px;display:flex;align-items:center;background:#142F4B url('/goldfishka-casino-hero.webp') center/cover no-repeat;overflow:hidden}
.hero::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(3,41,92,.85) 40%,rgba(20,47,75,.6))}
.hero-inner{position:relative;z-index:1;max-width:600px;padding:60px 0}
.hero-inner h1{font-size:clamp(26px,4vw,48px);color:#FBD118;font-weight:900;line-height:1.2;margin-bottom:16px;}
.hero-inner p{font-size:16px;color:#e8eef6;margin-bottom:28px;line-height:1.7}

.breadcrumb{padding:12px 0;font-size:13px;color:#9bb8d4}
.breadcrumb a{color:#9bb8d4}
.breadcrumb a:hover{color:#FBD118}
.breadcrumb span{margin:0 6px;color:#5a7a99}

.box{background:#142F4B;border-radius:12px;padding:28px;margin-bottom:24px}
.box-alt{background:#0d2540;border-radius:12px;padding:28px;margin-bottom:24px}
.box-gold{background:linear-gradient(135deg,#1a3a5c,#142F4B);border:1px solid #FBD118;border-radius:12px;padding:28px;margin-bottom:24px}
.section-title{font-size:22px;font-weight:700;color:#FBD118;margin-bottom:20px}
.section-subtitle{font-size:15px;color:#9bb8d4;margin-bottom:24px}

.jackpot-section{text-align:center}
.jackpot-amount{font-size:clamp(36px,6vw,72px);font-weight:900;color:#FBD118;text-shadow:0 0 30px rgba(251,209,24,.4);animation:jackpotPulse 2s ease-in-out infinite}
@keyframes jackpotPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.03)}}
.jackpot-label{font-size:14px;color:#9bb8d4;margin-top:6px}

.winners-table{width:100%;border-collapse:collapse;overflow-x:auto}
.winners-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
.winners-table th{background:#0d2540;color:#FBD118;font-size:13px;padding:10px 14px;text-align:left;border-bottom:2px solid #5092C8}
.winners-table td{padding:10px 14px;border-bottom:1px solid rgba(80,146,200,.15);font-size:14px;color:#c8dae8}
.winners-table tr:hover td{background:rgba(80,146,200,.08)}
.winner-rank{font-weight:700;color:#FBD118}
.winner-amount{font-weight:700;color:#4caf50}

.wheel-wrap{display:flex;flex-direction:column;align-items:center;gap:20px}
.wheel-canvas-wrap{position:relative}
#wheelCanvas{border-radius:50%;box-shadow:0 0 30px rgba(251,209,24,.25)}
.wheel-pointer{position:absolute;top:-18px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:24px solid #FBD118;z-index:2}
.wheel-result{text-align:center;font-size:18px;font-weight:700;min-height:56px}
.wheel-result.win{color:#FBD118}
.wheel-result.lose{color:#e57373}

.faq-list{display:flex;flex-direction:column;gap:10px}
.faq-item{background:#0d2540;border-radius:8px;overflow:hidden;border:1px solid rgba(80,146,200,.15)}
.faq-question{width:100%;background:none;border:none;color:#e8eef6;font-size:15px;font-weight:600;padding:16px 20px;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:10px;transition:color .2s}
.faq-question:hover{color:#FBD118}
.faq-icon{font-size:18px;transition:transform .3s;flex-shrink:0;color:#5092C8}
.faq-item.active .faq-icon{transform:rotate(45deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s}
.faq-answer.open{max-height:400px;padding:0 20px 16px}
.faq-answer p{font-size:14px;color:#9bb8d4;line-height:1.7}

.reviews-grid{display:flex;gap:20px;flex-wrap:wrap}
.review-card{background:#0d2540;border-radius:10px;padding:20px;flex:1 1 260px;border:1px solid rgba(80,146,200,.15);transition:transform .2s,box-shadow .2s}
.review-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.3)}
.review-avatar{width:48px;height:48px;border-radius:50%;background:#5092C8;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;color:#fff;margin-bottom:12px}
.review-name{font-weight:700;font-size:15px;color:#e8eef6;margin-bottom:4px}
.review-stars{display:flex;gap:2px;margin-bottom:10px}
.review-stars svg{width:16px;height:16px;fill:#FBD118}
.review-text{font-size:14px;color:#9bb8d4;line-height:1.6}

.review-form{background:#0d2540;border-radius:10px;padding:24px;max-width:500px;margin-top:24px}
.review-form h3{color:#FBD118;margin-bottom:16px;font-size:18px}
.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}
.form-group label{font-size:13px;color:#9bb8d4;font-weight:600}
.form-group input,.form-group textarea{background:#0a1e35;border:1px solid rgba(80,146,200,.3);border-radius:6px;color:#e8eef6;font-size:14px;padding:10px 14px;outline:none;transition:border-color .2s;font-family:Arial,Helvetica,sans-serif}
.form-group input:focus,.form-group textarea:focus{border-color:#5092C8}
.form-group textarea{resize:vertical;min-height:90px}
.form-success{background:rgba(76,175,80,.15);border:1px solid #4caf50;border-radius:6px;padding:14px;color:#4caf50;font-size:14px;display:none;margin-top:10px}

.site-footer{background:#142F4B;margin-top:auto;padding:40px 0 20px}
.footer-top{display:flex;flex-wrap:wrap;gap:32px;margin-bottom:32px}
.footer-col{flex:1 1 200px}
.footer-col h4{color:#FBD118;font-size:14px;font-weight:700;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}
.footer-col a{display:block;color:#9bb8d4;font-size:13px;margin-bottom:8px;transition:color .2s}
.footer-col a:hover{color:#FBD118}
.footer-payments{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px;align-items:center}
.payment-badge{background:#0d2540;border:1px solid rgba(80,146,200,.2);border-radius:6px;padding:6px 12px;font-size:12px;font-weight:700;color:#9bb8d4}
.footer-providers{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}
.provider-badge{background:#0d2540;border:1px solid rgba(251,209,24,.15);border-radius:6px;padding:5px 10px;font-size:11px;color:#FBD118}
.footer-bottom{border-top:1px solid rgba(80,146,200,.15);padding-top:20px;text-align:center;font-size:12px;color:#5a7a99;line-height:1.8}
.footer-legal{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:10px}
.footer-legal a{color:#5a7a99;font-size:12px}
.footer-legal a:hover{color:#9bb8d4}

.widget-fixed{position:fixed;bottom:0;left:0;right:0;z-index:200;background:linear-gradient(90deg,#142F4B,#0d2540);border-top:2px solid #FBD118;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 -4px 20px rgba(0,0,0,.4)}
.widget-text{font-size:13px;color:#e8eef6;flex:1}
.widget-bonus{font-size:16px;font-weight:900;color:#FBD118}
.widget-text span{color:#4caf50;font-weight:700}

.bonus-cards{display:flex;gap:20px;flex-wrap:wrap}
.bonus-card{background:#0d2540;border-radius:12px;padding:24px;flex:1 1 220px;border:1px solid rgba(251,209,24,.2);transition:transform .2s,box-shadow .2s;text-align:center}
.bonus-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.35)}
.bonus-card-icon{font-size:36px;margin-bottom:12px}
.bonus-card-title{color:#FBD118;font-weight:700;font-size:16px;margin-bottom:8px}
.bonus-card-desc{color:#9bb8d4;font-size:13px;line-height:1.6}
.bonus-card-value{color:#4caf50;font-size:22px;font-weight:900;margin:10px 0}

.promo-block{background:linear-gradient(135deg,#1a3a5c,#0d2540);border:2px dashed #FBD118;border-radius:16px;padding:32px;text-align:center;margin-bottom:24px}
.promo-code{font-size:clamp(22px,4vw,36px);font-weight:900;color:#FBD118;letter-spacing:3px;background:#0a1e35;border:1px solid #FBD118;border-radius:8px;padding:12px 24px;display:inline-block;margin:16px 0;cursor:pointer;user-select:all;transition:background .2s}
.promo-code:hover{background:#142F4B}
.promo-copy-msg{font-size:13px;color:#4caf50;min-height:20px;margin-top:4px}

.compare-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:24px}
.compare-table{width:100%;border-collapse:collapse;min-width:500px}
.compare-table th{background:#0d2540;color:#FBD118;font-size:13px;padding:12px 16px;text-align:left;border-bottom:2px solid #5092C8}
.compare-table td{padding:11px 16px;border-bottom:1px solid rgba(80,146,200,.12);font-size:14px;color:#c8dae8}
.compare-table tr:hover td{background:rgba(80,146,200,.07)}
.compare-check{color:#4caf50;font-weight:700}
.compare-cross{color:#e57373;font-weight:700}

.info-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
.info-table{width:100%;border-collapse:collapse}
.info-table th{background:#0d2540;color:#FBD118;padding:11px 16px;text-align:left;font-size:13px;border-bottom:2px solid #5092C8}
.info-table td{padding:10px 16px;border-bottom:1px solid rgba(80,146,200,.12);font-size:14px;color:#c8dae8}
.info-table tr:nth-child(even) td{background:rgba(13,37,64,.5)}
.info-table td:first-child{color:#9bb8d4;font-size:13px}

.mirror-table-wrap{overflow-x:auto}
.mirror-table{width:100%;border-collapse:collapse}
.mirror-table th{background:#0d2540;color:#FBD118;padding:11px 16px;text-align:left;font-size:13px;border-bottom:2px solid #5092C8}
.mirror-table td{padding:10px 16px;border-bottom:1px solid rgba(80,146,200,.12);font-size:14px;color:#c8dae8}
.mirror-table td a{color:#5092C8}
.mirror-table td a:hover{color:#FBD118}
.mirror-status{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:700;color:#4caf50}
.mirror-status::before{content:'';width:7px;height:7px;border-radius:50%;background:#4caf50;display:block}

.safety-cards{display:flex;flex-wrap:wrap;gap:16px}
.safety-card{background:#0d2540;border-radius:10px;padding:20px;flex:1 1 200px;border-left:3px solid #5092C8}
.safety-card-title{color:#FBD118;font-weight:700;font-size:14px;margin-bottom:8px}
.safety-card-text{color:#9bb8d4;font-size:13px;line-height:1.6}

.mirror-access-btns{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}

.reg-methods{display:flex;flex-wrap:wrap;gap:16px}
.reg-method{background:#0d2540;border-radius:10px;padding:20px;flex:1 1 180px;text-align:center;border:1px solid rgba(80,146,200,.2);transition:border-color .2s,transform .2s}
.reg-method:hover{border-color:#FBD118;transform:translateY(-2px)}
.reg-method-icon{font-size:32px;margin-bottom:10px}
.reg-method-title{color:#FBD118;font-weight:700;font-size:14px;margin-bottom:6px}
.reg-method-desc{color:#9bb8d4;font-size:12px}

.benefits-grid{display:flex;flex-wrap:wrap;gap:16px}
.benefit-item{background:#0d2540;border-radius:10px;padding:20px;flex:1 1 180px;text-align:center}
.benefit-icon{font-size:32px;margin-bottom:10px}
.benefit-title{color:#FBD118;font-weight:700;font-size:14px;margin-bottom:6px}
.benefit-desc{color:#9bb8d4;font-size:12px;line-height:1.5}

.download-btns{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px}
.download-btn{display:flex;align-items:center;gap:12px;background:#0d2540;border:1px solid rgba(80,146,200,.25);border-radius:10px;padding:14px 24px;transition:border-color .2s,transform .2s;min-width:180px}
.download-btn:hover{border-color:#FBD118;transform:translateY(-2px)}
.download-btn-icon{font-size:28px}
.download-btn-text small{display:block;font-size:11px;color:#9bb8d4}
.download-btn-text strong{display:block;font-size:16px;color:#e8eef6;font-weight:700}

.app-specs{display:flex;flex-wrap:wrap;gap:12px}
.app-spec{background:#0d2540;border-radius:8px;padding:14px 18px;flex:1 1 160px;border-left:2px solid #5092C8}
.app-spec-label{font-size:11px;color:#9bb8d4;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}
.app-spec-value{font-size:14px;color:#e8eef6;font-weight:700}

.slot-iframe-wrap{position:relative;width:100%;padding-bottom:56.25%;border-radius:10px;overflow:hidden;background:#0a1e35;border:1px solid rgba(80,146,200,.2)}
.slot-iframe-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:none}

.slots-features{display:flex;flex-wrap:wrap;gap:14px}
.slot-feature{background:#0d2540;border-radius:10px;padding:16px;flex:1 1 150px;text-align:center;border:1px solid rgba(80,146,200,.12)}
.slot-feature-icon{font-size:28px;margin-bottom:8px}
.slot-feature-title{color:#FBD118;font-size:13px;font-weight:700}

.rtp-table-wrap{overflow-x:auto}
.rtp-table{width:100%;border-collapse:collapse}
.rtp-table th{background:#0d2540;color:#FBD118;padding:10px 14px;text-align:left;font-size:13px;border-bottom:2px solid #5092C8}
.rtp-table td{padding:9px 14px;border-bottom:1px solid rgba(80,146,200,.1);font-size:13px;color:#c8dae8}
.rtp-bar{height:6px;background:#5092C8;border-radius:3px;display:inline-block;min-width:20px}

.content-body{font-size:15px;line-height:1.75;color:#c8dae8}
.content-body h2{font-size:22px;color:#FBD118;font-weight:700;margin:28px 0 12px}
.content-body h3{font-size:18px;color:#5092C8;font-weight:700;margin:22px 0 10px}
.content-body p{margin-bottom:14px}
.content-body ul,.content-body ol{margin:10px 0 16px 24px}
.content-body li{margin-bottom:6px}
.content-body table{width:100%;border-collapse:collapse;margin:16px 0;overflow-x:auto;display:block}
.content-body table th{background:#0d2540;color:#FBD118;padding:10px 14px;text-align:left;border:1px solid rgba(80,146,200,.25)}
.content-body table td{padding:9px 14px;border:1px solid rgba(80,146,200,.15);color:#c8dae8;font-size:13px}
.content-body a{color:#5092C8;text-decoration:underline}
.content-body a:hover{color:#FBD118}
.content-body strong{color:#e8eef6}
.content-body blockquote{border-left:3px solid #5092C8;padding:10px 16px;margin:14px 0;background:#0d2540;border-radius:0 8px 8px 0;color:#9bb8d4;font-style:italic}

.author-block{display:flex;align-items:center;gap:16px;background:#0d2540;border-radius:10px;padding:16px 20px;margin-bottom:20px}
.author-avatar{min-width:56px;height:56px;border-radius:50%;background:#5092C8;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:22px;color:#fff;flex-shrink:0}
.author-name{font-weight:700;color:#e8eef6;font-size:15px}
.author-title{font-size:12px;color:#9bb8d4;margin-top:2px}
.author-link{font-size:12px;color:#5092C8;margin-top:4px;display:block}

.technical-page-content{margin:0 auto}
.technical-page-content h2{font-size:20px;color:#FBD118;font-weight:700;margin:28px 0 10px}
.technical-page-content h3{font-size:16px;color:#5092C8;font-weight:700;margin:20px 0 8px}
.technical-page-content p{font-size:14px;color:#c8dae8;line-height:1.75;margin-bottom:12px}
.technical-page-content ul,.technical-page-content ol{margin:8px 0 14px 22px}
.technical-page-content li{font-size:14px;color:#c8dae8;margin-bottom:6px;line-height:1.6}

.mt1{margin-top:8px}.mt2{margin-top:16px}.mt3{margin-top:24px}.mt4{margin-top:32px}
.mb1{margin-bottom:8px}.mb2{margin-bottom:16px}.mb3{margin-bottom:24px}.mb4{margin-bottom:32px}
.py3{padding-top:24px;padding-bottom:24px}.py4{padding-top:32px;padding-bottom:32px}
.text-center{text-align:center}.text-gold{color:#FBD118}.text-muted{color:#9bb8d4}
.separator{height:1px;background:linear-gradient(90deg,transparent,rgba(80,146,200,.3),transparent);margin:32px 0}

.get-bonus-block{background:linear-gradient(135deg,#1a3a5c 0%,#142F4B 100%);border:2px solid #FBD118;border-radius:16px;padding:32px;text-align:center;margin-bottom:24px}
.get-bonus-block h2{color:#FBD118;font-size:26px;margin-bottom:10px}
.get-bonus-block p{color:#9bb8d4;margin-bottom:20px}

.mobile-slider{display:flex;gap:16px;overflow-x:auto;padding-bottom:12px;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}
.mobile-slider::-webkit-scrollbar{height:4px}
.mobile-slider::-webkit-scrollbar-track{background:#0d2540}
.mobile-slider::-webkit-scrollbar-thumb{background:#5092C8;border-radius:2px}
.mobile-slider .bonus-card{scroll-snap-align:start;flex:0 0 260px}

.bg-dark{background:#0d2540;border-radius:12px;padding:28px;margin-bottom:24px}

.ud-k8x2f{display:none}
.q9w-zml{visibility:hidden;height:0}

@media(max-width:900px){
  .header-nav{display:none;flex-direction:column;position:absolute;top:68px;left:0;right:0;background:#142F4B;padding:12px 16px;z-index:99;border-top:1px solid rgba(80,146,200,.2);gap:4px}
  .header-nav.open{display:flex}
  .header-nav a{padding:10px 12px;border-radius:6px;font-size:15px}
  .site-header .container{flex-wrap:wrap;position:relative}
  .burger{display:flex}
  .bonus-cards{gap:12px}
  .bonus-card{flex:1 1 200px}
  .reviews-grid .review-card{flex:1 1 220px}
  .hero-inner{padding:40px 0}
}
@media(max-width:600px){
  .hero{min-height:300px}
  .hero-inner h1{font-size:24px}
  .box,.box-alt,.box-gold{padding:18px 14px}
  .footer-top{gap:20px}
  .widget-fixed{flex-direction:column;gap:6px;text-align:center}
  .bonus-cards{flex-direction:column}
  .download-btns{flex-direction:column}
  .reg-methods{gap:10px}
  .safety-cards{flex-direction:column}
  .benefits-grid{gap:10px}
  .promo-block {padding: 24px;}
  .btn {white-space: wrap;}
}
@media(max-width:480px){
.header-actions .btn-login {display: none;}
.logo img {height: 42px;}
.promo-block {padding: 20px;}
.promo-code {font-size: 17px;}
}
@media(max-width:420px){
.promo-block {padding: 16px;}
}
.wc-pst-qlx{color:transparent;font-size:0;line-height:0;height:0;overflow:hidden}
.wp-block-rss{display:none}
.wp-block-spacer{height:0}
