.rtp-hero{text-align:center;padding:2.5rem 1rem 1.5rem}.rtp-hero h1{font-size:2rem;margin-bottom:.5rem}.rtp-slogan{font-size:1.2rem;color:var(--gold);font-weight:700;margin-bottom:.5rem}.rtp-desc{color:var(--text-muted);font-size:.92rem;max-width:680px;margin:0 auto;line-height:1.7}.rtp-layout{display:grid;grid-template-columns:340px 1fr;gap:2rem;margin-top:1.5rem}.rtp-input-panel{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:1.5rem;position:sticky;top:80px;align-self:start}.rtp-input-panel h2{font-size:1.15rem;margin:0 0 1rem}.rtp-label{display:block;font-size:.85rem;font-weight:600;color:var(--text-secondary);margin-bottom:.3rem;margin-top:.8rem}.rtp-label:first-of-type{margin-top:0}.rtp-select,.rtp-input{width:100%;padding:.7rem .9rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;color:var(--text-primary);font-size:.95rem;font-family:inherit;outline:none;transition:border-color .2s}.rtp-select:focus,.rtp-input:focus{border-color:var(--gold)}.rtp-btn-add{display:block;width:100%;margin-top:1.2rem;padding:.85rem;background:var(--gold);color:#000;border:none;border-radius:10px;font-size:1rem;font-weight:800;font-family:inherit;cursor:pointer;transition:all .2s}.rtp-btn-add:hover{transform:translateY(-2px);box-shadow:0 4px 16px #39ff144d}.rtp-io-row{display:flex;gap:.5rem;margin-top:1rem;flex-wrap:wrap}.rtp-btn-io{flex:1;min-width:0;padding:.55rem .5rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;color:var(--text-secondary);font-size:.78rem;font-weight:600;font-family:inherit;cursor:pointer;text-align:center;transition:border-color .2s;display:flex;align-items:center;justify-content:center;gap:.3rem}.rtp-btn-io:hover{border-color:var(--gold);color:var(--gold)}.rtp-btn-danger:hover{border-color:#ef4444;color:#ef4444}.rtp-result-panel{min-width:0}.rtp-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.rtp-stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1rem;text-align:center;display:flex;flex-direction:column;gap:.2rem}.rtp-stat-highlight{border-color:var(--gold);background:#39ff140a}.rtp-stat-label{font-size:.75rem;color:var(--text-muted);font-weight:600}.rtp-stat-value{font-size:1.6rem;font-weight:900;color:var(--text-primary)}.rtp-stat-unit{font-size:.7rem;color:var(--text-muted)}.rtp-alert{padding:1rem 1.2rem;border-radius:10px;margin-top:1rem;font-size:.9rem;line-height:1.6}.rtp-alert-ok{background:#39ff140f;border:1px solid rgba(57,255,20,.2);color:var(--text-secondary)}.rtp-alert-win{background:#39ff141a;border:1px solid rgba(57,255,20,.3);color:#39ff14}.rtp-alert-warn{background:#f5b80014;border:1px solid rgba(245,184,0,.25);color:#f5b800}.rtp-alert-danger{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#f87171}.rtp-chart-wrap{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.2rem;margin-top:1rem;height:320px;position:relative}.rtp-chart-note{font-size:.72rem;color:var(--text-muted);text-align:center;margin:.5rem 0 0}.rtp-table-wrap{overflow-x:auto}.rtp-table{width:100%;border-collapse:collapse;font-size:.85rem}.rtp-table th{text-align:left;padding:.7rem .6rem;color:var(--gold);font-weight:700;border-bottom:2px solid var(--border);white-space:nowrap;font-size:.8rem}.rtp-table td{padding:.6rem;border-bottom:1px solid var(--border);color:var(--text-secondary);white-space:nowrap}.rtp-table tr:hover td{background:var(--bg-card-hover)}.rtp-btn-del{background:none;border:1px solid var(--border);color:var(--text-muted);border-radius:6px;width:28px;height:28px;cursor:pointer;font-size:.75rem;transition:all .2s}.rtp-btn-del:hover{border-color:#ef4444;color:#ef4444;background:#ef44441a}.rtp-empty{text-align:center;color:var(--text-muted);padding:2rem;font-size:.9rem}.rtp-faq{max-width:820px;margin:2rem auto 0}.rtp-faq h3{font-size:1.15rem;margin-bottom:.5rem}.casino-check-cta{margin:2.5rem 0;padding:2rem 1.8rem;background:linear-gradient(135deg,#f5b8000f,#f5b80005);border:2px solid rgba(245,184,0,.35);border-radius:16px;text-align:center}.casino-check-cta .cta-icon{font-size:2.5rem;margin-bottom:.5rem}.casino-check-cta h3{margin:0 0 .8rem;font-size:1.3rem;color:var(--text-primary)}.casino-check-cta p{color:var(--text-secondary);line-height:1.8;max-width:520px;margin:0 auto}.cta-check-btn{display:inline-block;margin-top:1.2rem;padding:.95rem 2rem;background:linear-gradient(135deg,#f5b800,#e09900);border-radius:12px;color:#000;font-weight:800;font-size:1.05rem;text-decoration:none;transition:all .2s}.cta-check-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #f5b80059;color:#000}@media (max-width: 900px){.rtp-layout{grid-template-columns:1fr}.rtp-input-panel{position:static}.rtp-stats-row{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.rtp-hero h1{font-size:1.5rem}.rtp-slogan{font-size:1rem}.rtp-stats-row{grid-template-columns:repeat(2,1fr);gap:.5rem}.rtp-stat-value{font-size:1.3rem}.rtp-chart-wrap{height:260px}.rtp-io-row{flex-direction:column}.casino-check-cta{padding:1.5rem 1.2rem}.casino-check-cta h3{font-size:1.15rem}.cta-check-btn{font-size:.95rem;padding:.85rem 1.5rem;width:100%}}
