:root {
  --stk-bg: #0f1923;
  --stk-card: #1e293b;
  --stk-green: #14f195;
  --stk-green-dark: #00c853;  
  --stk-text: #e2e8f0;
  --stk-text-sub: #94a3b8;
  --stk-border: rgba(20, 241, 149, 0.15);
  --stk-warning: #f97316;
}

body.tzp-stake-review,
body.tzp-stake-review .site-container,
body.tzp-stake-review #inner-wrap,
body.tzp-stake-review .content-bg,
body.tzp-stake-review .site-content,
body.tzp-stake-review .content-container,
body.tzp-stake-review #primary {
    background-color: var(--stk-bg);
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
}

.stk-wrap {
  max-width: 1050px;
  margin: 0 auto;
  padding: 40px 20px 60px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--stk-text);
  line-height: 1.7;
}
.stk-wrap * { box-sizing: border-box; }
.stk-wrap a { text-decoration: none; color: inherit; }
.stk-wrap h1, .stk-wrap h2, .stk-wrap h3, .stk-wrap h4 { color: #fff; font-weight: 900; margin-top: 0; }
.stk-wrap p, .stk-wrap li, .stk-wrap td { color: var(--stk-text); }


.stk-hero {
  background: radial-gradient(circle at 80% 20%, rgba(20, 241, 149, 0.1) 0%, transparent 50%), var(--stk-card);
  border: 1px solid var(--stk-border);
  border-radius: 20px;
  padding: 45px 40px;
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.stk-hero::before {
  content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 4px; background: var(--stk-green);
  box-shadow: 0 0 20px var(--stk-green);
}
.stk-logo-box { width: 140px; height: 140px; background: rgba(0,0,0,0.3); border: 1px solid rgba(20, 241, 149, 0.3); border-radius: 24px; display: flex; align-items: center; justify-content: center; padding: 20px; flex-shrink: 0; }
.stk-logo-box img { max-width: 100%; height: auto; }
.stk-hero-info { flex: 1; }
.stk-hero-info h1 { font-size: clamp(1.5rem, 3vw, 1.9rem); margin-bottom: 12px; }
.stk-tagline { font-size: 1.1rem; color: var(--stk-text-sub); margin-bottom: 25px; }
.stk-tags { display: flex; gap: 10px; margin-bottom: 25px; flex-wrap: wrap; }
.stk-tag { background: rgba(20, 241, 149, 0.1); color: var(--stk-green); padding: 6px 14px; border-radius: 6px; font-size: 0.85rem; font-weight: 800; border: 1px solid rgba(20, 241, 149, 0.2); }
.stk-btn-group { display: flex; gap: 15px; flex-wrap: wrap; }
.stk-btn { padding: 14px 35px; border-radius: 8px; font-weight: 900; font-size: 1rem; transition: 0.3s; display: inline-flex; align-items: center; justify-content: center; text-transform: uppercase; }
.stk-btn-primary { background: var(--stk-green); color: #000; box-shadow: 0 0 15px rgba(20, 241, 149, 0.3); }
.stk-btn-primary:hover { background: #fff; transform: translateY(-2px); }
.stk-btn-outline { background: rgba(0,0,0,0.3); color: #fff; border: 1px solid #475569; }
.stk-btn-outline:hover { border-color: #fff; }


.stk-stats-container { display: flex; gap: 20px; margin-bottom: 50px; }
.stk-rating-card { background: var(--stk-card); border: 1px solid var(--stk-border); border-radius: 16px; padding: 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 200px; }
.stk-rating-num { font-size: 3.5rem; font-weight: 900; color: var(--stk-green); line-height: 1; margin-bottom: 5px; }
.stk-rating-txt { font-size: 0.9rem; color: var(--stk-text-sub); font-weight: bold; text-transform: uppercase; }
.stk-dash-grid { flex: 1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.stk-dash-item { background: rgba(30, 41, 59, 0.5); border: 1px solid rgba(255,255,255,0.05); padding: 20px; border-radius: 12px; }
.stk-dash-val { font-size: 1.4rem; font-weight: 900; color: #fff; margin-bottom: 5px; font-family: monospace; }
.stk-dash-lbl { font-size: 0.85rem; color: var(--stk-text-sub); }


.stk-h2 { font-size: clamp(1.22rem, 2.3vw, 1.45rem); margin: 60px 0 25px; display: flex; align-items: center; gap: 12px; }
.stk-h2::before { content: ''; width: 24px; height: 24px; background: var(--stk-green); border-radius: 4px; box-shadow: 0 0 10px var(--stk-green); }


.stk-provably-box { background: linear-gradient(135deg, var(--stk-card) 0%, #0a0f1a 100%); border: 1px solid var(--stk-border); border-radius: 20px; padding: 35px; margin-bottom: 40px; }
.stk-provably-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 25px; }
.stk-provably-step { background: rgba(0,0,0,0.3); border-radius: 12px; padding: 20px; border-left: 3px solid var(--stk-green); }
.stk-provably-step strong { color: var(--stk-green); display: block; margin-bottom: 10px; font-size: 1rem; }


.stk-risk-box { background: rgba(249, 115, 22, 0.1); border-left: 4px solid var(--stk-warning); border-radius: 12px; padding: 25px; margin: 30px 0; }
.stk-risk-box h3 { color: var(--stk-warning); margin-bottom: 15px; }


.stk-trustpilot { background: rgba(30, 41, 59, 0.8); border-radius: 16px; padding: 25px; margin: 30px 0; border: 1px solid var(--stk-border); }
.stk-review-card { background: rgba(0,0,0,0.3); border-radius: 12px; padding: 18px; margin-top: 15px; border-left: 3px solid var(--stk-green); }


.stk-rg-box { background: var(--stk-card); border-radius: 16px; padding: 30px; margin: 30px 0; border: 1px solid var(--stk-border); }
.stk-rg-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 20px; }
.stk-rg-item { background: rgba(0,0,0,0.3); border-radius: 12px; padding: 15px; text-align: center; }


.stk-game-card { display: flex; background: var(--stk-card); border: 1px solid rgba(255,255,255,0.05); border-radius: 16px; overflow: hidden; margin-bottom: 25px; }
.stk-game-card:hover { border-color: var(--stk-border); transform: translateX(5px); }
.stk-game-content { padding: 35px; flex: 1; }
.stk-game-content h3 { font-size: clamp(1.05rem, 1.8vw, 1.18rem); color: var(--stk-green); margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }
.stk-game-type { font-size: 0.8rem; background: rgba(255,255,255,0.1); padding: 4px 10px; border-radius: 4px; color: #fff; font-weight: bold; }
.stk-game-desc { font-size: 0.95rem; color: var(--stk-text-sub); line-height: 1.8; margin-top: 15px; }
.stk-game-img { width: 300px; background: #0f172a; display: flex; align-items: center; justify-content: center; padding: 20px; border-left: 1px solid rgba(255,255,255,0.05); }
.stk-game-img img { max-width: 100%; border-radius: 8px; }


.stk-table-wrap { overflow-x: auto; background: var(--stk-card); border-radius: 16px; border: 1px solid rgba(255,255,255,0.05); margin-bottom: 40px; }
.stk-table { width: 100%; border-collapse: collapse; min-width: 650px; }
.stk-table th { background: rgba(0,0,0,0.3); padding: 20px; color: #fff; font-size: 0.95rem; border-bottom: 1px solid rgba(255,255,255,0.1); font-weight: 800; }
.stk-table td { padding: 20px; border-bottom: 1px solid rgba(255,255,255,0.05); font-size: 0.95rem; }
.stk-table tr:last-child td { border-bottom: none; }
.stk-pay-cell { display: flex; align-items: center; gap: 12px; font-weight: bold; color: #fff; }
.stk-pay-cell img { width: 32px; height: 32px; background: rgba(255,255,255,0.1); border-radius: 50%; padding: 4px; }
.stk-pay-tag { font-size: 0.75rem; background: rgba(20, 241, 149, 0.15); color: var(--stk-green); padding: 4px 10px; border-radius: 4px; }


.stk-verdict { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin-bottom: 40px; }
.stk-v-box { background: var(--stk-card); border: 1px solid rgba(255,255,255,0.05); padding: 30px; border-radius: 16px; }
.stk-list { margin: 0; padding: 0; list-style: none; }
.stk-list li { position: relative; padding-left: 28px; margin-bottom: 15px; font-size: 0.95rem; }
.stk-list.pros li::before { content: "✓"; color: var(--stk-green); position: absolute; left: 0; font-weight: bold; font-size: 1.2rem; }
.stk-list.cons li::before { content: "✕"; color: #ef4444; position: absolute; left: 0; font-weight: bold; font-size: 1.1rem; }


.stk-faq details { background: var(--stk-card); border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; margin-bottom: 12px; }
.stk-faq summary { padding: 22px; font-weight: bold; cursor: pointer; color: #fff; display: flex; justify-content: space-between; align-items: center; font-size: 1.05rem; }
.stk-faq summary::-webkit-details-marker { display: none; }
.stk-faq summary::after { content: "+"; color: var(--stk-green); font-size: 1.5rem; }
.stk-faq details[open] summary::after { content: "−"; }
.stk-faq-body { padding: 0 22px 22px; color: var(--stk-text-sub); border-top: 1px solid rgba(255,255,255,0.05); padding-top: 15px; }


.stk-footer-cta { background: linear-gradient(180deg, rgba(20, 241, 149, 0.05) 0%, rgba(15, 25, 35, 0) 100%); border: 1px solid var(--stk-border); padding: 60px 30px; border-radius: 20px; text-align: center; margin-top: 60px; }

@media (max-width: 768px) {
  .stk-wrap { padding: 0 10px 40px; }
  .stk-hero { flex-direction: column; text-align: center; padding: 30px 20px; gap: 20px; }
  .stk-stats-container { flex-direction: column; gap: 15px; }
  .stk-dash-grid { grid-template-columns: repeat(2, 1fr); }
  .stk-provably-grid { grid-template-columns: 1fr; }
  .stk-game-card { flex-direction: column-reverse; }
  .stk-game-img { width: 100%; border-left: none; border-bottom: 1px solid rgba(255,255,255,0.05); }
  .stk-verdict { grid-template-columns: 1fr; }
  .stk-rg-grid { grid-template-columns: 1fr; }
}


.bj-inl-page-stakecom-1 { margin-top:25px; font-size:0.85rem; color:#64748b; }
.bj-inl-page-stakecom-2 { color:var(--stk-text-sub); margin-bottom:30px; font-size:1.1rem; }
.bj-inl-page-stakecom-3 { color: #fff; }
.bj-inl-page-stakecom-4 { color: #ef4444; }
.bj-inl-page-stakecom-5 { color: var(--stk-green); }
.bj-inl-page-stakecom-6 { margin: 0; font-size: 0.85rem; }
.bj-inl-page-stakecom-7 { background: rgba(20, 241, 149, 0.05); padding: 12px; border-radius: 8px; margin-top: 15px; }
.bj-inl-page-stakecom-8 { color: #fff; }
.bj-inl-page-stakecom-9 { color: #fff; }
.bj-inl-page-stakecom-10 { color: #fff; }
.bj-inl-page-stakecom-11 { color: #fff; }
.bj-inl-page-stakecom-12 { color: var(--stk-green); margin-bottom: 10px; }
.bj-inl-page-stakecom-13 { color: #94a3b8; }
.bj-inl-page-stakecom-14 { color: var(--stk-green); font-weight: bold; }
.bj-inl-page-stakecom-15 { color: var(--stk-text-sub); margin-bottom: 25px; }
.bj-inl-page-stakecom-16 { color: var(--stk-green); }
.bj-inl-page-stakecom-17 { color: var(--stk-green); }
.bj-inl-page-stakecom-18 { color: var(--stk-green); }
.bj-inl-page-stakecom-19 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 20px; }
.bj-inl-page-stakecom-20 { color: var(--stk-green); }
.bj-inl-page-stakecom-21 { color: var(--stk-green); }
.bj-inl-page-stakecom-22 { color: var(--stk-green); }
.bj-inl-page-stakecom-23 { margin-top: 20px; }
.bj-inl-page-stakecom-24 { color: var(--stk-green); font-size: clamp(1.05rem, 1.8vw, 1.18rem); margin-bottom: 15px; }
.bj-inl-page-stakecom-25 { background: linear-gradient(135deg, rgba(30, 41, 59, 0.8) 0%, rgba(15, 23, 42, 0.9) 100%); border: 1px solid var(--stk-border); border-radius: 16px; padding: 35px; margin-bottom: 40px; }
.bj-inl-page-stakecom-26 { color: var(--stk-text-sub); margin-bottom: 25px; }
.bj-inl-page-stakecom-27 { font-style: italic; margin-bottom: 8px; }
.bj-inl-page-stakecom-28 { font-style: italic; margin-bottom: 8px; }
.bj-inl-page-stakecom-29 { font-style: italic; margin-bottom: 8px; }
.bj-inl-page-stakecom-30 { font-size: clamp(1.05rem, 1.8vw, 1.18rem); margin-bottom: 15px; }
.bj-inl-page-stakecom-31 { color: var(--stk-green); margin-bottom: 5px; }
.bj-inl-page-stakecom-32 { margin-top: 12px; }
.bj-inl-page-stakecom-33 { margin: 15px 0 0 25px; }
.bj-inl-page-stakecom-34 { margin-top: 15px; font-size: clamp(1.05rem, 1.8vw, 1.18rem); color: #94a3b8; }
.bj-inl-page-stakecom-35 { margin: 0; font-size: clamp(1.05rem, 1.8vw, 1.18rem); }
.bj-inl-page-stakecom-36 { background: rgba(20, 241, 149, 0.05); padding: 15px; border-radius: 12px; margin-top: 20px; }
.bj-inl-page-stakecom-37 { font-size: clamp(1.05rem, 1.8vw, 1.18rem); }
.bj-inl-page-stakecom-38 { display: flex; align-items: center; gap: 8px; }
.bj-inl-page-stakecom-39 { font-size: clamp(1.05rem, 1.8vw, 1.18rem); }
.bj-inl-page-stakecom-40 { display: flex; align-items: center; gap: 8px; }
.bj-inl-page-stakecom-41 { font-size: clamp(1.05rem, 1.8vw, 1.18rem); }
.bj-inl-page-stakecom-42 { display: flex; align-items: center; gap: 8px; }
.bj-inl-page-stakecom-43 { font-size: clamp(1.05rem, 1.8vw, 1.18rem); }
.bj-inl-page-stakecom-44 { display: flex; align-items: center; gap: 8px; }
.bj-inl-page-stakecom-45 { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; align-items: center; margin-bottom: 30px; padding: 12px 20px; background: rgba(30, 41, 59, 0.6); border-radius: 60px; border: 1px solid var(--stk-border); }

.bj-inl-page-stakecom-1 { color: var(--stk-green); }
.bj-inl-page-stakecom-2 { padding: 16px 50px; font-size: 1.15rem; }
