/*
Theme Name: TrustedPlayHub
Theme URI: https://trustedplayhub.com
Author: ChatGPT
Author URI: https://trustedplayhub.com
Description: A clean, compliance-first theme that auto-creates Home, About Us, and policy pages upon activation. Includes a prebuilt landing with verified-brand cards, legal disclaimers, and responsive design.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trustedplayhub
Tags: responsive, minimal, compliance, accessibility-ready
*/
:root {
  --bg: #0b0f1a;
  --bg-soft: #12182a;
  --card: #0f1424;
  --text: #e8ecff;
  --muted: #a9b1d6;
  --accent: #66e0ff;
  --accent-2: #a855f7;
  --ok: #22c55e;
  --warn: #f59e0b;
  --danger: #ef4444;
  --ring: rgba(102, 224, 255, .35);
  --radius: 18px;
}
* { box-sizing: border-box; }
html, body { margin:0; padding:0; color: var(--text); background: radial-gradient(1200px 700px at 10% -10%, rgba(168,85,247,.25), transparent), radial-gradient(900px 600px at 90% 15%, rgba(102,224,255,.15), transparent), var(--bg); font-family: system-ui, -apple-system, Segoe UI, Roboto, Inter, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
.container { width: min(1200px, 92vw); margin: 0 auto; }
.site-header { position: sticky; top:0; z-index:40; backdrop-filter: blur(8px); background: linear-gradient(180deg, rgba(11,15,26,.8), rgba(11,15,26,.3) 60%, transparent); border-bottom: 1px solid rgba(255,255,255,.06); }
.header-inner { display:flex; align-items:center; justify-content:space-between; gap:16px; padding: 14px 0; }
.brand { display:flex; align-items:center; gap:12px; }
.brand img { width:36px; height:36px; border-radius:12px; }
.brand-name { font-weight:700; letter-spacing:.3px; }
.nav ul { display:flex; flex-wrap:wrap; gap: 10px 18px; list-style:none; padding:0; margin:0; }
.nav a { padding:8px 10px; border-radius:10px; }
.nav a:hover { background: rgba(255,255,255,.06); text-decoration:none; }
.cta { display:inline-flex; align-items:center; gap:8px; padding:10px 14px; border:1px solid rgba(255,255,255,.12); border-radius:12px; background: linear-gradient(180deg, rgba(102,224,255,.1), rgba(102,224,255,.03)); box-shadow: 0 0 0 3px transparent; transition: box-shadow .2s; }
.cta:hover { box-shadow: 0 0 0 3px var(--ring); text-decoration:none; }
.hero { padding: 40px 0 10px; }
.hero-grid { display:grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items:center; }
.hero h1 { font-size: clamp(28px, 3.6vw, 48px); line-height:1.07; margin: 10px 0; }
.hero p.lead { color: var(--muted); font-size: clamp(16px, 1.4vw, 18px); }
.badges { display:flex; flex-wrap:wrap; gap:8px; margin-top:14px; }
.badge { font-size:13px; color:#bfe9ff; border:1px solid rgba(102,224,255,.35); padding:6px 10px; border-radius:999px; background: rgba(10,20,35,.6); }
.hero-card { background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)); border:1px solid rgba(255,255,255,.08); border-radius: var(--radius); padding:18px; display:flex; gap:14px; align-items:center; }
.hero-illu { display:flex; align-items:center; justify-content:center; }
.hero-illu .avatar { width: 100%; max-width: 340px; border-radius: 24px; border:1px solid rgba(255,255,255,.08); background: radial-gradient(500px 300px at 50% 0%, rgba(102,224,255,.12), rgba(168,85,247,.12)); }
.section { padding: 28px 0; }
.section h2 { font-size: clamp(22px, 2.6vw, 34px); margin: 8px 0 14px; }
.grid { display:grid; gap:16px; grid-template-columns: repeat(12, 1fr); }
.card { grid-column: span 12; background: var(--card); border:1px solid rgba(255,255,255,.08); border-radius: var(--radius); padding:18px; }
.card.compact { padding:14px; }
@media(min-width: 860px){
  .hero { padding: 70px 0 30px; }
  .grid.cols-3 > .card { grid-column: span 4; }
  .grid.cols-2 > .card { grid-column: span 6; }
}
.kpis { display:flex; gap:14px; flex-wrap:wrap; }
.kpi { flex:1; min-width:180px; border:1px dashed rgba(255,255,255,.14); border-radius:16px; padding:12px; background: rgba(255,255,255,.03); }
.kpi .v { font-size:20px; font-weight:700; }
.list { display:grid; gap:10px; }
.list li { display:flex; align-items:flex-start; gap:10px; }
.brand-cards .brand-card { display:flex; flex-direction:column; gap:10px; border-radius:16px; border:1px solid rgba(255,255,255,.08); background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.01)); padding:14px; }
.brand-card .meta { display:flex; align-items:center; gap:8px; flex-wrap:wrap; color:var(--muted); font-size:12px; }
.brand-card .cta-mini { align-self:flex-start; padding:8px 10px; border-radius:12px; border:1px solid rgba(255,255,255,.12); }
.notice { font-size: 13px; color: var(--muted); }
.site-footer { margin-top: 40px; padding: 26px 0 50px; background: linear-gradient(180deg, rgba(255,255,255,.04), transparent); border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { display:grid; gap:16px; grid-template-columns: repeat(12, 1fr); }
.footer-col { grid-column: span 12; }
@media(min-width: 860px){
  .footer-col { grid-column: span 3; }
}
.small { font-size: 13px; color: var(--muted); }
.hr { height:1px; background: rgba(255,255,255,.08); margin:14px 0; }
.banner-18 { display:flex; gap:10px; align-items:flex-start; background: linear-gradient(90deg, rgba(239,68,68,.12), rgba(245,158,11,.12)); border:1px solid rgba(255,255,255,.08); border-radius:14px; padding:12px; }
.table { width:100%; border-collapse: collapse; }
.table th, .table td { padding:10px; border-bottom:1px solid rgba(255,255,255,.08); text-align:left; }
input[type="search"]{ width:100%; padding:10px 12px; background:#0c1222; color:var(--text); border:1px solid rgba(255,255,255,.14); border-radius:12px; outline:none; }
.filter-row { display:flex; gap:10px; flex-wrap:wrap; }
.btn { display:inline-flex; align-items:center; gap:8px; padding:10px 14px; border-radius:12px; border:1px solid rgba(255,255,255,.14); background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)); }
.btn:hover { border-color: rgba(255,255,255,.24); text-decoration:none; }
