
:root{
  --bg:#090a09;
  --panel:#131613;
  --panel2:#0d0f0d;
  --line:#2b302c;
  --text:#f4f7f3;
  --muted:#919991;
  --green:#b7ff31;
  --green2:#7cd800;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at 18% 18%,rgba(183,255,49,.08),transparent 28rem),
    radial-gradient(circle at 82% 58%,rgba(183,255,49,.05),transparent 24rem),
    var(--bg);
  color:var(--text);
  font-family:Inter,Arial,sans-serif;
}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
.noise{
  position:fixed;inset:0;pointer-events:none;z-index:20;opacity:.025;
  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='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.header{
  max-width:1200px;margin:auto;padding:24px 28px;
  display:flex;align-items:center;justify-content:space-between;
}
.logo{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:-.03em}
.dot{width:10px;height:10px;border-radius:50%;background:var(--green);box-shadow:0 0 18px var(--green)}
nav{display:flex;gap:28px;font-size:12px;font-weight:800;letter-spacing:.08em;color:#b8c0b9}
nav a:hover{color:var(--green)}
.connect-small,.main-btn{
  border:0;background:var(--green);color:#090a09;font-weight:900;cursor:pointer;transition:.2s ease
}
.connect-small{padding:12px 20px;border-radius:999px}
.connect-small:hover,.main-btn:hover{transform:translateY(-1px);filter:brightness(1.05)}
main{max-width:1200px;margin:auto;padding:20px 28px 90px}
.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center;min-height:560px;padding:55px 0}
.badge,.live{
  display:inline-flex;align-items:center;border:1px solid #34432f;border-radius:999px;
  padding:8px 12px;color:var(--green);font-size:11px;font-weight:900;letter-spacing:.08em
}
.hero h1{font-size:78px;line-height:.91;letter-spacing:-.07em;margin:22px 0}
.hero h1 em{font-style:normal;color:var(--green)}
.hero p{font-size:18px;color:var(--muted);line-height:1.6}
.hero-cta{
  display:inline-block;margin-top:22px;border:1px solid var(--line);border-radius:999px;padding:14px 20px;font-size:13px;font-weight:900
}
.hero-cta:hover{border-color:var(--green);color:var(--green)}
.hero-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;transform:rotate(1deg)}
.hero-grid img,.gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:14px;border:1px solid #313632}
.hero-grid img:nth-child(2),.hero-grid img:nth-child(5){transform:translateY(22px)}
.mint-section{display:grid;grid-template-columns:minmax(0,740px) 1fr;gap:28px;margin:10px 0 110px}
.mint-panel,.feature-card{
  background:linear-gradient(180deg,rgba(22,25,22,.98),rgba(13,15,13,.98));
  border:1px solid var(--line);border-radius:26px;overflow:hidden
}
.mint-panel{padding:28px;box-shadow:0 30px 90px rgba(0,0,0,.38)}
.panel-top{display:flex;justify-content:space-between;align-items:start}
.kicker{font-size:10px;color:var(--muted);font-weight:900;letter-spacing:.12em}
.panel-top h2{font-size:32px;margin:7px 0 0}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:24px 0}
.stats>div{background:var(--panel2);border:1px solid #242824;border-radius:16px;padding:17px}
.stats span{display:block;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.08em;margin-bottom:8px}
.stats strong{font-size:18px}
.counter{display:grid;grid-template-columns:56px 1fr 56px;gap:10px}
.counter button,.counter input{
  height:56px;background:var(--panel2);color:white;border:1px solid #303630;border-radius:15px;text-align:center;font-weight:900
}
.counter button{font-size:23px;cursor:pointer}
.counter button:hover{border-color:var(--green);color:var(--green)}
.counter input{-moz-appearance:textfield}
.counter input::-webkit-inner-spin-button,.counter input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.total{display:flex;justify-content:space-between;padding:15px 4px 3px;color:var(--muted);font-size:12px}
.total strong{color:white}
.main-btn{width:100%;padding:17px 20px;border-radius:999px;margin-top:10px}
.status{min-height:24px;padding:13px 0 5px;color:var(--muted);font-size:12px;text-align:center;word-break:break-word}
.bar{height:8px;background:#242824;border-radius:99px;overflow:hidden;margin-top:8px}
.bar>div{height:100%;width:0;background:linear-gradient(90deg,var(--green2),var(--green));border-radius:99px;transition:width .35s ease}
.bar-labels{display:flex;justify-content:space-between;color:var(--muted);font-size:11px;margin-top:10px}
.feature-card{position:relative;min-height:385px;background:url("./assets/troll-1.jpeg") center/cover}
.overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(0,0,0,.82))}
.feature-copy{position:absolute;left:24px;right:24px;bottom:24px}
.feature-copy span{color:var(--green);font-size:11px;font-weight:900;letter-spacing:.12em}
.feature-copy h3{font-size:31px;margin:8px 0}
.feature-copy p{color:#d3d9d3;line-height:1.5}
.gallery-section{padding-top:20px}
.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}
.section-head span{color:var(--green);font-size:11px;font-weight:900;letter-spacing:.12em}
.section-head h2{font-size:45px;line-height:1;margin:8px 0 0;letter-spacing:-.05em}
.section-head p{max-width:380px;color:var(--muted);line-height:1.6}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.gallery img{border-radius:18px;transition:.2s ease}
.gallery img:hover{transform:translateY(-4px);border-color:var(--green)}
footer{
  max-width:1200px;margin:auto;padding:26px 28px 44px;border-top:1px solid var(--line);
  display:flex;justify-content:space-between;color:var(--muted);font-size:12px
}
.modal{position:fixed;inset:0;z-index:50;background:rgba(0,0,0,.78);backdrop-filter:blur(12px);display:grid;place-items:center;padding:20px}
.modal-card{width:min(430px,100%);background:#121512;border:1px solid #303630;border-radius:24px;padding:26px;position:relative}
.modal-card h3{font-size:26px;margin:9px 0 20px}
.close{position:absolute;right:18px;top:12px;border:0;background:none;color:white;font-size:28px;cursor:pointer}
.wallet-choice{
  width:100%;display:flex;justify-content:space-between;align-items:center;
  background:#0c0f0d;color:white;border:1px solid #2d332e;border-radius:16px;padding:16px 18px;margin-top:10px;cursor:pointer;text-align:left;font-weight:800
}
.wallet-choice small{color:var(--muted);font-weight:600}
.wallet-choice:hover{border-color:var(--green)}
.hidden{display:none!important}
@media(max-width:880px){
  nav{display:none}
  .hero{grid-template-columns:1fr;gap:38px;padding-top:30px}
  .hero h1{font-size:58px}
  .mint-section{grid-template-columns:1fr}
}
@media(max-width:580px){
  .header,main,footer{padding-left:16px;padding-right:16px}
  .hero h1{font-size:45px}
  .hero p{font-size:15px}
  .hero-grid{gap:6px}
  .hero-grid img{border-radius:9px}
  .mint-panel{padding:18px}
  .stats{grid-template-columns:1fr}
  .stats>div{display:flex;justify-content:space-between;align-items:center}
  .stats span{margin:0}
  .section-head{display:block}
  .section-head h2{font-size:35px}
  .section-head p{margin-top:18px}
  .gallery{grid-template-columns:repeat(2,1fr);gap:8px}
}
