/* TOP-UA.casino Static Styles */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

:root{
  --bg: hsl(225,25%,12%);
  --fg: hsl(45,100%,96%);
  --card: hsl(225,20%,16%);
  --primary: hsl(48,100%,55%);
  --primary-fg: hsl(225,25%,12%);
  --secondary: hsl(225,15%,22%);
  --muted: hsl(220,10%,60%);
  --accent: hsl(0,75%,55%);
  --accent-fg: hsl(0,0%,100%);
  --border: hsl(48,60%,45%);
  --border-dim: hsl(225,15%,25%);
  --radius: 0.75rem;
}

body{background:var(--bg);color:var(--fg);font-family:'Inter',sans-serif;line-height:1.6;min-height:100vh;display:flex;flex-direction:column}
a{color:var(--primary);text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3{color:var(--fg);line-height:1.3}
img{max-width:100%;height:auto}
ul{list-style:none}

.container{max-width:1200px;margin:0 auto;padding:0 1rem}
.text-muted{color:var(--muted)}
.text-xs{font-size:.75rem}
.text-sm{font-size:.875rem}
.text-center{text-align:center}
.link{color:var(--primary)}
.link:hover{text-decoration:underline}

/* Header */
.site-header{border-bottom:1px solid rgba(255,255,255,.1);background:rgba(30,35,50,.85);backdrop-filter:blur(8px);position:sticky;top:0;z-index:50}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem}
.logo{font-size:1.25rem;font-weight:800;color:var(--fg);text-decoration:none}
.logo .accent{color:var(--primary)}
.header-right{display:flex;align-items:center;gap:1rem}
.age-badge{background:var(--accent);color:var(--accent-fg);font-weight:700;padding:.2rem .6rem;border-radius:999px;font-size:.7rem}
.desktop-nav{display:none;gap:1.25rem}
.desktop-nav a{color:var(--muted);font-size:.875rem;text-decoration:none}
.desktop-nav a:hover{color:var(--fg)}
.menu-btn{background:none;border:none;color:var(--fg);font-size:1.25rem;cursor:pointer;display:block}
.mobile-nav{display:none;flex-direction:column;gap:.75rem;padding:1rem;background:rgba(30,35,50,.95);border-top:1px solid rgba(255,255,255,.1)}
.mobile-nav.open{display:flex}
.mobile-nav a{color:var(--muted);font-size:.875rem;text-decoration:none}
@media(min-width:768px){.desktop-nav{display:flex}.menu-btn{display:none}.mobile-nav{display:none!important}}

/* Disclosure */
.disclosure{background:rgba(40,45,60,.6);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:.75rem 1rem;display:flex;align-items:flex-start;gap:.75rem;font-size:.75rem;color:var(--muted);margin:1rem 0}
.disclosure-icon{color:var(--primary);flex-shrink:0}

/* Cards */
.card{background:var(--card);border:2px solid var(--border);border-radius:var(--radius);padding:1.5rem;position:relative;transition:border-color .3s}
.card:hover{border-color:var(--primary)}
.card-badge{position:absolute;top:-.75rem;right:1rem;background:var(--accent);color:var(--accent-fg);font-size:.7rem;font-weight:700;padding:.25rem .75rem;border-radius:999px}
.card-age{position:absolute;top:-.75rem;left:1rem;background:var(--primary);color:var(--primary-fg);font-size:.7rem;font-weight:700;padding:.25rem .5rem;border-radius:999px}
.card-brand{text-align:center;font-size:1.75rem;font-weight:900;margin:1rem 0 .5rem}
.card-rating{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem;color:var(--primary);font-weight:700}
.card-bonus{background:var(--secondary);border:1px solid var(--border-dim);border-radius:var(--radius);padding:.75rem;text-align:center;font-weight:600;font-size:.875rem;margin-bottom:1rem}
.card-payments{display:none;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}
@media(min-width:768px){.card-payments{display:flex}}
.card-payments span{background:var(--secondary);border:1px solid var(--border-dim);padding:.25rem .6rem;border-radius:var(--radius);font-size:.75rem;color:var(--muted)}
.card-license{font-size:.75rem;color:var(--muted);margin-bottom:1rem;display:none}
@media(min-width:768px){.card-license{display:block}}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;padding:.75rem 1.5rem;border-radius:var(--radius);border:none;cursor:pointer;font-size:.875rem;text-decoration:none;transition:opacity .2s}
.btn-primary{background:var(--primary);color:var(--primary-fg);width:100%}
.btn-primary:hover{opacity:.9;text-decoration:none}
.btn-secondary{background:var(--secondary);color:var(--fg)}
.btn-secondary:hover{opacity:.8;text-decoration:none}
.btn-hotline{background:var(--primary);color:var(--primary-fg)}
.btn-email{background:var(--secondary);color:var(--fg)}

/* Grid */
.grid-2{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:768px){.grid-2{grid-template-columns:1fr 1fr}}
.grid-3{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:768px){.grid-3{grid-template-columns:1fr 1fr 1fr}}

/* Trust section */
.trust-card{background:var(--card);border:1px solid var(--border-dim);border-radius:var(--radius);padding:1.25rem}
.trust-card h3{font-weight:600;margin:.75rem 0 .5rem;font-size:1rem}
.trust-card p{font-size:.875rem;color:var(--muted)}

/* Age warning */
.age-warning{background:rgba(220,50,50,.1);border:1px solid rgba(220,50,50,.3);border-radius:var(--radius);padding:1.5rem;text-align:center;margin:2rem 0}
.age-warning .big{font-size:3rem;font-weight:900;color:var(--accent-fg)}

/* Footer */
.site-footer{border-top:1px solid rgba(255,255,255,.1);background:rgba(30,35,50,.5);margin-top:4rem;padding:2.5rem 0}
.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}
@media(min-width:768px){.footer-grid{grid-template-columns:1fr 1fr 1fr}}
.footer-grid h3{font-weight:600;margin-bottom:1rem;font-size:1rem}
.footer-grid ul{list-style:none}
.footer-grid li{margin-bottom:.5rem}
.footer-grid li a{color:var(--muted);font-size:.875rem}
.footer-grid li a:hover{color:var(--primary)}
.age-box{background:rgba(220,50,50,.15);border:1px solid rgba(220,50,50,.3);border-radius:var(--radius);padding:.75rem;margin-top:1rem}
.age-big{font-size:2rem;font-weight:900;color:var(--accent-fg)}
.license-box{background:rgba(40,45,60,.5);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:.75rem;margin-bottom:.75rem}
.footer-bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:.75rem;color:var(--muted)}
.footer-bottom p{margin-bottom:.5rem}

/* Content pages */
.page-content{max-width:48rem;margin:0 auto;padding:3rem 1rem}
.page-content h1{font-size:1.875rem;font-weight:900;margin-bottom:1.5rem}
.page-content h2{font-size:1.25rem;font-weight:700;margin-top:2rem;margin-bottom:.75rem}
.page-content h3{font-size:1.1rem;font-weight:600;margin-top:1rem;margin-bottom:.5rem}
.page-content p{color:var(--muted);margin-bottom:1rem;font-size:.875rem}
.page-content ol,.page-content ul.disc{padding-left:1.5rem;color:var(--muted);font-size:.875rem}
.page-content ol{list-style:decimal}
.page-content ul.disc{list-style:disc}
.page-content li{margin-bottom:.5rem}
.page-content strong{color:var(--fg)}

/* Hotline box */
.hotline-box{background:rgba(200,170,50,.1);border:1px solid rgba(200,170,50,.3);border-radius:var(--radius);padding:1.5rem;margin-bottom:2rem}
.hotline-box h2{margin-top:0}
.hotline-buttons{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}
@media(min-width:640px){.hotline-buttons{flex-direction:row}}

/* Review hero */
.review-hero{background:var(--card);border:2px solid var(--border);border-radius:var(--radius);padding:2rem;margin-bottom:2rem}
.review-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}
@media(min-width:768px){.review-header{flex-direction:row;align-items:center;justify-content:space-between}}
.review-title{display:flex;align-items:center;gap:.75rem}
.review-title h1{font-size:1.875rem;margin:0}
.rating-box{display:flex;align-items:center;gap:.5rem;background:rgba(200,170,50,.1);border:1px solid rgba(200,170,50,.3);border-radius:var(--radius);padding:.5rem 1rem;color:var(--primary);font-weight:700;font-size:1.1rem}
.bonus-bar{background:var(--secondary);border:1px solid var(--border-dim);border-radius:var(--radius);padding:1rem;display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-weight:700}

/* Table */
.info-table{width:100%;border-collapse:collapse;font-size:.875rem}
.info-table td{padding:.75rem 1.25rem}
.info-table tr:nth-child(even){background:rgba(40,45,60,.3)}
.info-table td:first-child{font-weight:600;color:var(--fg);width:35%}
.info-table td:last-child{color:var(--muted)}

/* Compare table */
.compare-table{width:100%;border-collapse:collapse;font-size:.875rem;min-width:500px}
.compare-table th{padding:1rem 1.25rem;text-align:center;font-weight:700;border-bottom:1px solid var(--border-dim)}
.compare-table th:first-child{text-align:left}
.compare-table td{padding:.75rem 1.25rem;text-align:center;color:var(--muted)}
.compare-table td:first-child{text-align:left;font-weight:600;color:var(--fg)}
.compare-table tr:nth-child(even){background:rgba(40,45,60,.2)}
.table-wrap{overflow-x:auto;background:var(--card);border:1px solid var(--border-dim);border-radius:var(--radius)}

/* Pros/Cons */
.pros-cons{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}
@media(min-width:768px){.pros-cons{grid-template-columns:1fr 1fr}}
.pros-box,.cons-box{background:var(--card);border:1px solid var(--border-dim);border-radius:var(--radius);padding:1.5rem}
.pros-box h3,.cons-box h3{font-weight:700;margin-bottom:.75rem}
.pros-box li,.cons-box li{font-size:.875rem;color:var(--muted);margin-bottom:.5rem}

/* Breadcrumb */
.breadcrumb{font-size:.875rem;color:var(--muted);margin-bottom:1.5rem}
.breadcrumb a{color:var(--muted)}
.breadcrumb a:hover{color:var(--primary)}

/* Section headings */
.section-heading{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;margin-top:2rem;margin-bottom:.75rem}

/* Contacts grid */
.contacts-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:768px){.contacts-grid{grid-template-columns:1fr 1fr}}

/* Icon placeholder */
.icon{display:inline-block;width:1.25rem;height:1.25rem;line-height:1.25rem;text-align:center;flex-shrink:0}

/* Payment tags */
.payment-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}
.payment-tag{background:var(--secondary);border:1px solid var(--border-dim);padding:.3rem .75rem;border-radius:var(--radius);font-size:.75rem;color:var(--fg)}

/* Verdict */
.verdict{background:var(--card);border:1px solid var(--border-dim);border-radius:var(--radius);padding:1.5rem;margin-top:2rem}
.verdict h2{margin-top:0}

.affiliate-note{font-size:.625rem;color:var(--muted);margin-top:.5rem}
