*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fbfaf8;color:#171717}a{text-decoration:none;color:inherit}.nav{height:76px;border-bottom:1px solid #e8e4df;display:flex;align-items:center;justify-content:space-between;padding:0 6%;position:sticky;top:0;background:rgba(251,250,248,.94);backdrop-filter:blur(10px);z-index:5}.brand{font-size:23px;font-weight:800;letter-spacing:-.8px}.brand-mark{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#171717;color:#fff;margin-right:7px}.nav nav{display:flex;gap:28px;color:#68645f;font-size:14px}.nav-cta,.primary{border:0;background:#171717;color:white;padding:12px 18px;border-radius:12px;font-weight:700;cursor:pointer}.hero{max-width:1000px;margin:0 auto;text-align:center;padding:92px 24px 70px}.eyebrow{font-size:11px;font-weight:800;letter-spacing:2px;color:#f06d4f}.hero h1{font-size:clamp(48px,8vw,88px);line-height:.95;letter-spacing:-5px;margin:18px 0}.hero h1 span{color:#f06d4f}.hero>p{max-width:600px;margin:24px auto;color:#6d6964;font-size:18px;line-height:1.6}.hero-actions{display:flex;gap:12px;justify-content:center;align-items:center}.secondary{padding:12px 18px;border:1px solid #dcd7d1;border-radius:12px;color:#4d4944;font-weight:700}.stats{display:flex;justify-content:center;gap:70px;margin-top:60px}.stats div{display:flex;flex-direction:column}.stats strong{font-size:27px}.stats small{color:#858079;margin-top:3px}.section{max-width:1000px;margin:0 auto;padding:70px 24px}.section.compact{padding-top:20px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}.section h2{font-size:40px;letter-spacing:-2px;margin:8px 0 0}.section select{border:1px solid #dcd7d1;background:white;border-radius:10px;padding:10px 13px}.board{display:flex;flex-direction:column;gap:10px}.row{display:grid;grid-template-columns:70px 1fr 130px 120px 100px;align-items:center;background:white;border:1px solid #e7e2dc;border-radius:16px;padding:16px 18px}.rank{font-size:22px;font-weight:900}.site{display:flex;align-items:center;gap:12px}.avatar{width:42px;height:42px;border-radius:12px;background:#f0ede8;display:grid;place-items:center;font-weight:800}.site strong{display:block}.site small{color:#89837c}.bid{text-align:right;font-weight:900;font-size:19px}.cat{color:#77716b;font-size:13px}..outbid{justify-self:end;border:1px solid #d8d2cb;background:#fff;padding:9px 12px;border-radius:10px;font-weight:700;cursor:pointer}.chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}.chips button{background:white;border:1px solid #ded8d2;padding:12px 16px;border-radius:999px;cursor:pointer;font-weight:700}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:35px}.steps>div{background:white;border:1px solid #e7e2dc;border-radius:18px;padding:22px}.steps b{color:#f06d4f}.steps h3{margin-bottom:6px}.steps p{color:#77716b;line-height:1.5}.modal{position:fixed;inset:0;background:rgba(0,0,0,.45);display:grid;place-items:center;padding:20px;z-index:10}.hidden{display:none}.modal-card{width:min(480px,100%);background:#fff;border-radius:22px;padding:30px;position:relative}.close{position:absolute;right:18px;top:15px;border:0;background:#eee;border-radius:50%;width:32px;height:32px;font-size:20px;cursor:pointer}.modal-card h2{font-size:36px;letter-spacing:-1.5px;margin:10px 0}.muted,.modal-msg{color:#77716b}.modal-card label{display:block;font-size:13px;font-weight:700;margin-top:18px}.modal-card input,.modal-card select{display:block;width:100%;margin-top:7px;padding:13px;border:1px solid #d9d3cc;border-radius:10px;font-size:15px;background:#fff}.full{width:100%;margin-top:22px}.modal-msg{margin-bottom:0}@media(max-width:760px){.nav nav{display:none}.hero{padding-top:65px}.hero h1{letter-spacing:-3px}.stats{gap:24px}.stats strong{font-size:21px}.section h2{font-size:32px}.section-head{align-items:start;gap:15px}.row{grid-template-columns:48px 1fr auto;gap:8px}.row .cat,.row .outbid{display:none}.bid{text-align:left;font-size:17px}.steps{grid-template-columns:1fr 1fr}}
.modal-msg.error{color:#c0392b}
.modal-msg.success{color:#2f7d4a}
.payment-note{font-size:12px;line-height:1.5;color:#8a847d;margin:10px 0 0}
.primary:disabled{opacity:.65;cursor:not-allowed}
.footer {
  padding: 32px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  font-size: 14px;
  border-top: 1px solid #e5e5e5;
  margin-top: 60px;
}

.footer a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer a:hover {
  color: #171717;
  text-decoration: underline;
}
