
:root {
  --bg: #f7f1e4;
  --panel: #fffaf0;
  --panel-soft: #eef7ff;
  --text: #14223a;
  --muted: #657083;
  --gold: #ff8a1f;
  --gold-2: #ffb84d;
  --green: #1674d1;
  --deep: #082653;
  --line: rgba(18, 82, 154, .18);
  --content: #fffaf0;
  --body: #283449;
  --max: 1360px;
  --radius: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--body);
  background: linear-gradient(180deg, #fff8ea, #f0f7ff 48%, #fff3df);
  line-height: 1.65;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(255, 138, 31, .16), transparent 32%),
    linear-gradient(315deg, rgba(22, 116, 209, .12), transparent 40%),
    radial-gradient(circle at 50% 0, rgba(255, 255, 255, .6), transparent 36%),
    #f7f1e4;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.ybssx-site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(8, 38, 83, .96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(8,38,83,.18);
}
.ybssx-header-inner {
  min-height: 70px; width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.ybssx-logo { flex: 0 0 auto; }
.ybssx-logo img { width: 160px; max-height: 42px; object-fit: contain; }
.ybssx-site-nav { display: flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 800; text-transform: uppercase; color: #fff; flex: 1 1 auto; flex-wrap: nowrap; justify-content: center; min-width: 0; }
.ybssx-site-nav a { text-decoration: none; white-space: nowrap; padding: 7px 9px; border-radius: 999px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); }
.ybssx-site-nav a:hover { background: rgba(255,138,31,.2); color: #fff4d4; }
.ybssx-header-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.ybssx-btn, .ybssx-header-actions a {
  display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 20px;
  border-radius: 999px; border: 1px solid rgba(255,255,255,.18); background: linear-gradient(180deg, #ffb23f, #ff7a18);
  color: #1a2235; font-weight: 900; line-height: 1; text-decoration: none; box-shadow: 0 10px 24px rgba(255,122,24,.28);
}
.ybssx-btn-dark { background: #1674d1 !important; color: #fff !important; border-color: rgba(255,255,255,.24) !important; box-shadow: 0 10px 24px rgba(22,116,209,.28) !important; }
.ybssx-menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 8px; background: #1674d1; color: #fff; }
.ybssx-menu-toggle span { display: block; height: 3px; margin: 7px 6px; background: currentColor; }
.ybssx-hero { color: #fff; border-bottom: 1px solid var(--line); background: #082653; background-size: cover; background-position: center; }
.ybssx-hero-inner { min-height: 430px; padding: 74px max(24px, calc((100vw - var(--max)) / 2)) 70px; display: grid; grid-template-columns: minmax(300px, 590px) 1fr; align-items: center; gap: 30px; background: linear-gradient(90deg, rgba(8,38,83,.94), rgba(22,116,209,.68) 50%, rgba(255,138,31,.14)); }
.ybssx-hero-kicker { color: #ffcf75; font-weight: 900; text-transform: uppercase; letter-spacing: .02em; }
h1,h2,h3 { margin: 0 0 18px; color: var(--text); line-height: 1.15; }
.ybssx-hero h1 { color: #fff8dc; font-size: clamp(34px, 3vw, 54px); max-width: 720px; text-shadow: 0 3px 18px rgba(8,38,83,.75); }
.ybssx-hero p { max-width: 640px; margin: 0 0 26px; color: rgba(255,255,255,.9); font-size: 18px; }
.ybssx-section { padding: 64px 20px; }
.ybssx-container { width: 100%; max-width: var(--max); margin: 0 auto; }
.ybssx-content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 28px; align-items: start; }
.ybssx-review-content, .ybssx-side-box { background: rgba(255,250,240,.94); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 16px 36px rgba(8,38,83,.12); }
.ybssx-review-content { padding: 30px; min-width: 0; }
.ybssx-review-content p { margin: 0 0 18px; }
.ybssx-review-content h2 { margin-top: 34px; font-size: 28px; color: var(--green); }
.ybssx-review-content h3 { margin-top: 24px; font-size: 21px; color: var(--deep); }
.ybssx-review-content ul, .ybssx-review-content ol { padding-left: 22px; margin: 0 0 22px; }
.ybssx-review-content li { margin: 7px 0; }
.ybssx-review-content table { display: block; width: 100%; max-width: 100%; border-collapse: collapse; margin: 22px 0; overflow-x: auto; border-radius: 8px; }
.ybssx-review-content thead, .ybssx-review-content tbody { display: table; width: 100%; min-width: 620px; table-layout: fixed; }
.ybssx-review-content th, .ybssx-review-content td { border: 1px solid rgba(18,82,154,.18); padding: 11px 12px; vertical-align: top; }
.ybssx-review-content th { background: #eaf4ff; color: var(--deep); text-align: left; }
.ybssx-review-content tr:nth-child(even) td { background: rgba(22,116,209,.045); }
.ybssx-article-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 22px; color: var(--muted); font-size: 14px; }
.ybssx-article-meta span { background: rgba(22,116,209,.08); border: 1px solid rgba(18,82,154,.14); padding: 7px 10px; border-radius: 999px; }
.ybssx-article-figure { margin: 26px 0; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fffaf0; }
.ybssx-article-figure img { width: 100%; aspect-ratio: 16/7.5; object-fit: cover; }
.ybssx-article-figure figcaption { padding: 10px 12px; color: var(--muted); font-size: 13px; }
.ybssx-author-box { display: grid; grid-template-columns: 96px 1fr; gap: 18px; margin-top: 34px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #eef7ff; }
.ybssx-author-avatar { width: 96px; height: 96px; border-radius: 50%; object-fit: contain; background: #fffaf0 url('/assets/img/vegasino-fav.webp') center / 70% no-repeat; border: 2px solid var(--gold); }
.ybssx-author-body p { margin: 6px 0 10px; color: var(--muted); }
.ybssx-author-body strong { color: var(--green); font-size: 18px; }
.ybssx-author-links { display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: 13px; }
.ybssx-sidebar { position: sticky; top: 84px; }
.ybssx-side-box { padding: 18px; }
.ybssx-side-box strong { display: block; margin-bottom: 12px; color: var(--green); font-size: 18px; }
.ybssx-toc-nav { display: grid; gap: 6px; margin-bottom: 18px; max-height: 62vh; overflow: auto; padding-right: 4px; }
.ybssx-toc-nav a { text-decoration: none; padding: 8px 9px; border-radius: 8px; background: rgba(22,116,209,.08); color: var(--body); font-size: 13px; line-height: 1.25; }
.ybssx-toc-nav a:hover { background: rgba(255,138,31,.2); color: var(--deep); }
.ybssx-toc-sub { margin-left: 12px; opacity: .9; }
.ybssx-site-footer { background: #082653; border-top: 1px solid rgba(255,255,255,.14); }
.ybssx-footer-main { padding: 38px 20px; display: grid; grid-template-columns: minmax(180px, .8fr) minmax(260px, 1.2fr) minmax(260px, 1.2fr) minmax(170px, .7fr); gap: 24px; align-items: start; }
.ybssx-footer-badges { display: grid; gap: 14px; align-content: start; justify-items: start; }
.ybssx-footer-badge { display: flex; gap: 10px; align-items: center; color: #fff; }
.ybssx-footer-badge img { max-width: 160px; object-fit: contain; }
.ybssx-footer-badge-text { width: 76px; height: 54px; border-radius: 8px; border: 1px solid rgba(255,255,255,.24); justify-content: center; flex-direction: column; font-weight: 900; color: #ffcf75; }
.ybssx-footer-badge-text small { color: rgba(255,255,255,.74); font-size: 10px; }
.ybssx-footer-copy-block p { margin: 0 0 16px; color: rgba(255,255,255,.78); }
.ybssx-footer-menu { display: grid; gap: 10px; align-content: start; }
.ybssx-footer-menu a { color: #ffcf75; text-decoration: none; }
.ybssx-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 20px; }
.ybssx-footer-bottom .ybssx-container { display: flex; justify-content: space-between; gap: 20px; color: #fff; }
@media (max-width: 1100px) {
  .ybssx-header-inner { flex-wrap: wrap; padding: 10px 16px; }
  .ybssx-site-nav { order: 3; width: 100%; flex-basis: 100%; flex-wrap: wrap; justify-content: flex-start; }
  .ybssx-content-layout, .ybssx-footer-main { grid-template-columns: 1fr; }
  .ybssx-sidebar { position: static; }
}
@media (max-width: 760px) {
  .ybssx-menu-toggle { display: block; }
  .ybssx-site-nav { display: none; }
  .ybssx-site-nav.ybssx-is-open { display: grid; grid-template-columns: 1fr 1fr; }
  .ybssx-header-actions { width: 100%; }
  .ybssx-header-actions a { flex: 1; }
  .ybssx-hero-inner { min-height: 360px; grid-template-columns: 1fr; padding: 54px 20px; }
  .ybssx-review-content { padding: 20px; }
  .ybssx-author-box { grid-template-columns: 1fr; }
  .ybssx-footer-bottom .ybssx-container { flex-direction: column; }
}
