:root {
  color-scheme: dark;
  --bg: #050505;
  --panel: rgba(20, 19, 17, 0.82);
  --panel-border: rgba(212, 173, 74, 0.2);
  --text: #f6f3ec;
  --muted: #a39e94;
  --gold: #e9bd67;
  --gold-light: #ffe9a9;
  --green: #86c88d;
  --font: "DM Sans", system-ui, sans-serif;
  --display: "Playfair Display", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--text); font-family: var(--font); }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .14; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E"); mix-blend-mode: screen; }
.page-glow { position: fixed; width: 52vw; height: 52vw; top: -24vw; left: 24%; background: radial-gradient(circle, rgba(207, 164, 64, .16), transparent 66%); filter: blur(30px); pointer-events: none; }
.site-shell { width: min(1180px, calc(100% - 48px)); margin: auto; position: relative; }
.topbar { height: 90px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; }
.brand { color: var(--text); text-decoration: none; display: inline-flex; gap: 10px; align-items: center; font-size: 14px; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { color: var(--gold-light); font-size: 26px; transform: rotate(-18deg); display: inline-block; }
.nav-links { display: flex; gap: 32px; }
.nav-links a { color: #8d887f; text-decoration: none; font-size: 12px; transition: color .2s; }
.nav-links a:hover { color: var(--gold-light); }
.hero { min-height: 760px; position: relative; text-align: center; padding: 132px 0 78px; overflow: hidden; }
.hero::after { content: ""; position: absolute; z-index: -1; bottom: 0; left: -10%; width: 120%; height: 45%; opacity: .28; background: linear-gradient(180deg, transparent, #17140e), radial-gradient(ellipse at 50% 100%, #302919 0, transparent 58%); clip-path: polygon(0 100%, 0 77%, 10% 82%, 17% 67%, 24% 84%, 34% 69%, 40% 80%, 50% 58%, 56% 82%, 65% 70%, 73% 84%, 84% 61%, 91% 79%, 100% 68%, 100% 100%); }
.hero-arc { position: absolute; width: 125%; height: 270px; top: 54px; left: -12.5%; border: 1px solid rgba(240, 213, 128, .74); border-left-color: transparent; border-right-color: transparent; border-radius: 50%; box-shadow: 0 -2px 16px rgba(229, 191, 90, .3), inset 0 8px 20px rgba(229, 191, 90, .06); opacity: .9; }
.eyebrow { color: #b9a37a; text-transform: uppercase; letter-spacing: .2em; font-size: 10px; font-weight: 700; margin: 0 0 18px; }
h1 { max-width: 760px; margin: 0 auto 20px; font-family: var(--display); font-size: clamp(42px, 6vw, 76px); line-height: 1.05; letter-spacing: -.045em; font-weight: 600; }
h1 span { background: linear-gradient(100deg, #f8da8c, #bb7c2c); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-copy { color: var(--muted); line-height: 1.7; font-size: 14px; margin: 0 auto 28px; }
.telegram-cta, .dialog-action { border: 0; cursor: pointer; color: #1c160b; background: linear-gradient(120deg, #f8d982, #c38b34); border-radius: 999px; padding: 14px 23px; display: inline-flex; gap: 10px; align-items: center; font: 700 12px var(--font); box-shadow: 0 7px 25px rgba(224, 171, 70, .24); transition: transform .2s, box-shadow .2s; }
.telegram-cta:hover, .dialog-action:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(224, 171, 70, .38); }
.telegram-icon, .telegram-dialog-icon { font-size: 13px; transform: rotate(-18deg); }
.cta-note { color: #69645b; font-size: 11px; margin: 14px 0 0; }
.latest-panel { max-width: 1050px; margin: 105px auto 0; padding: 26px; text-align: left; border: 1px solid var(--panel-border); background: linear-gradient(135deg, rgba(35, 30, 20, .74), rgba(11, 11, 10, .7)); border-radius: 20px; box-shadow: 0 22px 80px rgba(0,0,0,.42); backdrop-filter: blur(14px); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 20px; }
.section-heading .eyebrow { margin-bottom: 8px; }
h2 { font: 600 26px var(--display); letter-spacing: -.03em; margin: 0; }
.live-status { color: #8d887f; font-size: 11px; display: inline-flex; gap: 7px; align-items: center; }
.live-status i { display: block; width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 9px var(--green); }
.result-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.result-card { min-height: 180px; border: 1px solid rgba(255,255,255,.08); background: rgba(7,7,6,.55); border-radius: 14px; padding: 18px; position: relative; overflow: hidden; }
.result-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: .7; }
.result-route { color: #eee6d5; font-weight: 700; font-size: 15px; margin-bottom: 7px; }
.result-date, .result-meta { color: #8d887f; font-size: 11px; }
.result-price { color: var(--gold-light); font: 700 22px var(--display); margin: 16px 0 6px; }
.result-seller { color: #b9a37a; font-size: 11px; margin-top: 12px; }
.result-badge { display: inline-block; margin-top: 11px; padding: 4px 7px; color: #b7d7b9; border: 1px solid rgba(134,200,141,.25); border-radius: 999px; font-size: 10px; }
.empty-state { color: var(--muted); font-size: 13px; text-align: center; padding: 25px; margin: 0; }
.how-it-works { padding: 74px 0 100px; text-align: center; }
.how-it-works h2 { margin-bottom: 28px; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; text-align: left; }
.steps article { border-top: 1px solid rgba(233,189,103,.25); padding: 18px 4px; }
.steps span { color: var(--gold); font: 700 11px var(--font); letter-spacing: .15em; }
.steps h3 { margin: 18px 0 8px; font-size: 15px; }
.steps p { color: var(--muted); line-height: 1.6; font-size: 12px; margin: 0; }
.footer { display: flex; justify-content: space-between; color: #59564f; border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0 30px; font-size: 11px; }
.telegram-dialog { color: var(--text); width: min(390px, calc(100% - 32px)); background: #17140f; border: 1px solid var(--panel-border); border-radius: 18px; padding: 30px; text-align: center; box-shadow: 0 25px 100px #000; }
.telegram-dialog::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(5px); }
.telegram-dialog-icon { display: inline-block; color: var(--gold-light); font-size: 28px; margin-bottom: 12px; }
.telegram-dialog h2 { margin-bottom: 12px; }
.telegram-dialog p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.telegram-dialog code { color: var(--gold-light); font-size: 11px; }
.dialog-close { position: absolute; right: 15px; top: 12px; background: none; border: 0; color: var(--muted); cursor: pointer; font-size: 25px; }
.dialog-action { margin-top: 12px; padding: 11px 19px; }
@media (max-width: 720px) {
  .site-shell { width: min(100% - 28px, 560px); }
  .topbar { height: 74px; }
  .nav-links { gap: 13px; }
  .nav-links a { font-size: 10px; }
  .hero { padding-top: 110px; min-height: auto; }
  .hero-arc { top: 48px; height: 180px; width: 180%; left: -40%; }
  h1 { font-size: clamp(39px, 12vw, 58px); }
  .desktop-only { display: none; }
  .latest-panel { margin-top: 78px; padding: 17px; }
  .section-heading { align-items: flex-start; gap: 10px; }
  .result-grid, .steps { grid-template-columns: 1fr; }
  .result-card { min-height: 145px; }
  .footer { flex-direction: column; gap: 8px; }
}
