
:root{
  --bg:#090b0f;
  --bg-2:#0f1218;
  --panel:#131821;
  --panel-2:#171d27;
  --line:#252d39;
  --text:#f4f7fb;
  --muted:#aab4c3;
  --brand:#edf3f8;
  --accent:#bdc7d6;
  --danger:#d56060;
  --max:1180px;
  --shadow:0 18px 55px rgba(0,0,0,.28);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{
  margin:0;color:var(--text);background:
    radial-gradient(circle at 75% -10%,rgba(148,163,184,.13),transparent 34rem),
    linear-gradient(180deg,#0b0e13 0%,#090b0f 48%,#0b0e13 100%);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.65;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input{font:inherit}
.container{width:min(calc(100% - 2rem),var(--max));margin-inline:auto}
.skip{position:absolute;left:-9999px;top:auto}
.skip:focus{left:1rem;top:1rem;z-index:999;background:#fff;color:#000;padding:.6rem 1rem;border-radius:.4rem}
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(9,11,15,.86);backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.07)
}
.nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:1.25rem}
.brand{display:flex;align-items:center;gap:.85rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.brand-mark{
  width:38px;height:38px;border:1px solid #778293;border-radius:9px;
  display:grid;place-items:center;background:linear-gradient(145deg,#171c24,#0d1015);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)
}
.brand-mark svg{width:24px;height:24px}
.nav-links{display:flex;align-items:center;gap:1.25rem;color:#d3d9e2;font-size:.93rem}
.nav-links a{padding:.45rem .25rem;border-bottom:1px solid transparent}
.nav-links a:hover,.nav-links a[aria-current="page"]{color:#fff;border-color:#8792a2}
.nav-actions{display:flex;align-items:center;gap:.65rem}
.menu-btn{display:none;background:transparent;color:#fff;border:1px solid var(--line);border-radius:8px;padding:.5rem .7rem}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  min-height:44px;padding:.7rem 1rem;border:1px solid #3a4452;border-radius:8px;
  font-weight:700;background:#11161e;color:#f7f9fc;cursor:pointer;
  transition:.18s ease
}
.btn:hover{transform:translateY(-1px);border-color:#667487;background:#161d27}
.btn.primary{background:#f1f4f8;color:#0b0e12;border-color:#f1f4f8}
.btn.primary:hover{background:#fff}
.btn.ghost{background:transparent}
.hero{padding:7rem 0 4.5rem}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:3.5rem;align-items:center}
.eyebrow{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:#aeb8c6;font-weight:800;margin-bottom:1rem}
h1,h2,h3{line-height:1.1;letter-spacing:-.035em;margin-top:0}
h1{font-size:clamp(3.1rem,8vw,6.7rem);margin-bottom:1.25rem}
h2{font-size:clamp(2rem,4.5vw,3.45rem);margin-bottom:1rem}
h3{font-size:1.35rem;margin-bottom:.65rem}
.lead{font-size:clamp(1.05rem,2vw,1.25rem);color:#bac3cf;max-width:720px}
.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.7rem}
.ip-card{
  border:1px solid #29313d;border-radius:14px;overflow:hidden;background:linear-gradient(145deg,#11161e,#0d1117);
  box-shadow:var(--shadow)
}
.ip-art{aspect-ratio:16/10;object-fit:cover;filter:saturate(.78) contrast(1.02)}
.ip-bottom{padding:1.1rem 1.2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.kicker{font-size:.75rem;color:#8e99a9;text-transform:uppercase;letter-spacing:.13em;font-weight:800}
.ip{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:800}
.section{padding:5rem 0}
.section.tight{padding:3.25rem 0}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2rem}
.section-head p{max-width:650px;margin:0;color:var(--muted)}
.grid{display:grid;gap:1rem}
.grid.three{grid-template-columns:repeat(3,1fr)}
.grid.two{grid-template-columns:repeat(2,1fr)}
.card{
  border:1px solid var(--line);background:linear-gradient(145deg,rgba(22,27,36,.95),rgba(14,18,24,.95));
  border-radius:12px;padding:1.35rem;box-shadow:0 10px 30px rgba(0,0,0,.13)
}
.card p{color:var(--muted);margin-bottom:0}
.card .tag{display:inline-block;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:#9eabba;font-weight:800;margin-bottom:1rem}
.feature-card{padding:0;overflow:hidden}
.feature-card .media{height:220px;background:#0b0e13;overflow:hidden}
.feature-card .media img{width:100%;height:100%;object-fit:cover;transition:.3s ease}
.feature-card:hover .media img{transform:scale(1.025)}
.feature-card .body{padding:1.35rem}
.muted{color:var(--muted)}
.center{text-align:center}
.stat-row{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#10141b}
.stat{padding:1.25rem;border-right:1px solid var(--line)}
.stat:last-child{border-right:0}
.stat strong{display:block;font-size:1.5rem}
.stat span{font-size:.82rem;color:#99a5b5}
.page-hero{padding:4.75rem 0 2.8rem;border-bottom:1px solid rgba(255,255,255,.06)}
.page-hero h1{font-size:clamp(2.7rem,7vw,5.6rem)}
.breadcrumb{color:#8d98a7;font-size:.86rem;margin-bottom:1.25rem}
.breadcrumb a:hover{color:#fff}
.prose{max-width:850px}
.prose h2{font-size:2rem;margin-top:3rem}
.prose h3{margin-top:2rem}
.prose p,.prose li{color:#c1c9d4}
.prose a{color:#fff;text-decoration:underline;text-decoration-color:#596574;text-underline-offset:3px}
.prose code,.code{
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  background:#0a0d12;border:1px solid #28303a;border-radius:6px;padding:.12rem .35rem
}
.code-block{
  background:#080a0e;border:1px solid #242b35;border-radius:10px;padding:1rem 1.1rem;
  overflow:auto;color:#dce4ee;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  white-space:pre-wrap
}
.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:2rem 0}
.gallery img{width:100%;height:290px;object-fit:cover;border-radius:10px;border:1px solid var(--line)}
.rank-path{display:grid;grid-template-columns:1fr 2fr;gap:.75rem 1.4rem}
.rank-path dt{font-size:1.2rem;font-weight:900}
.rank-path dd{margin:0 0 1rem;color:#bdc6d2}
.price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.price{border:1px solid var(--line);border-radius:12px;padding:1.4rem;background:#11161d}
.price .amount{font-size:2rem;font-weight:900;margin:.35rem 0 1rem}
.notice{
  border:1px solid #3a4654;background:#111720;border-radius:10px;padding:1rem 1.1rem;color:#c8d0da
}
.recovery-note{border-left:3px solid #748295;background:#10151c;padding:1rem 1.1rem;color:#b8c1cd;margin:1.5rem 0}
.footer{margin-top:4rem;border-top:1px solid var(--line);padding:3rem 0 2rem;background:#080a0e}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2rem}
.footer h3{font-size:.9rem;text-transform:uppercase;letter-spacing:.12em;color:#9aa6b6}
.footer a{display:block;color:#bac3cf;margin:.35rem 0;font-size:.92rem}
.footer a:hover{color:#fff}
.copyright{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #202731;color:#727f90;font-size:.82rem}
.list-clean{list-style:none;padding:0;margin:0}
.post-list{display:grid;gap:1rem}
.post{display:grid;grid-template-columns:140px 1fr;gap:1.2rem;align-items:center;border:1px solid var(--line);border-radius:11px;padding:.8rem;background:#10141b}
.post-thumb{height:95px;border-radius:8px;object-fit:cover;width:100%;background:#171c24}
.post small{color:#8995a5;text-transform:uppercase;letter-spacing:.08em}
.shop-empty{min-height:48vh;display:grid;place-items:center;text-align:center}
.shop-empty .icon{width:72px;height:72px;margin:0 auto 1.2rem;border:1px solid #3b4552;border-radius:18px;display:grid;place-items:center;font-size:2rem}
hr{border:0;border-top:1px solid var(--line);margin:2.5rem 0}
@media(max-width:900px){
  .hero-grid,.grid.three,.price-grid,.footer-grid{grid-template-columns:1fr 1fr}
  .hero{padding-top:4.5rem}
  .stat-row{grid-template-columns:1fr 1fr}
  .stat:nth-child(2){border-right:0}
  .stat:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .price-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .nav-links{display:none;position:absolute;left:1rem;right:1rem;top:67px;flex-direction:column;align-items:stretch;background:#0d1117;border:1px solid var(--line);padding:.8rem;border-radius:10px;box-shadow:var(--shadow)}
  .nav-links.open{display:flex}
  .menu-btn{display:block}
  .nav-actions>.btn{display:none}
  .hero-grid,.grid.three,.grid.two,.footer-grid,.gallery,.price-grid{grid-template-columns:1fr}
  .hero{padding:4rem 0 3rem}
  .section{padding:3.5rem 0}
  .section-head{display:block}
  .feature-card .media{height:200px}
  .post{grid-template-columns:1fr}
  .post-thumb{height:180px}
  .rank-path{grid-template-columns:1fr}
  .rank-path dd{margin-bottom:1.4rem}
}
