:root {
  --ink: #edf8f3;
  --muted: #8fa79d;
  --panel: rgba(11, 27, 23, 0.88);
  --panel-solid: #0b1b17;
  --line: rgba(157, 255, 208, 0.14);
  --mint: #68f7b4;
  --lime: #c8ff5a;
  --coral: #ff896f;
  --danger: #ff6c7d;
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; color: var(--ink); background: #07110f; font-family: "Manrope", sans-serif; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; z-index: -3; background: linear-gradient(rgba(104,247,180,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(104,247,180,.025) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to bottom, black, transparent 78%); }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.hidden { display: none !important; }
.ambient { position: fixed; width: 420px; height: 420px; border-radius: 50%; filter: blur(90px); opacity: .17; z-index: -2; pointer-events: none; }
.ambient-one { background: var(--mint); top: -160px; right: -120px; }
.ambient-two { background: #ffb75a; left: -220px; top: 55%; }
.shell { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }
.narrow { width: min(520px, calc(100% - 36px)); padding-block: 64px; }
.site-header { height: 78px; width: min(1240px, calc(100% - 32px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 700 19px "Space Grotesk", sans-serif; letter-spacing: -.02em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(200,255,90,.55); border-radius: 12px; color: #07110f; background: var(--lime); font-size: 13px; box-shadow: 0 0 28px rgba(200,255,90,.18); }
.main-nav { display: flex; align-items: center; gap: 18px; color: var(--muted); font-size: 14px; }
.button { border: 0; border-radius: 13px; padding: 13px 18px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 800; transition: transform .2s ease, border-color .2s ease, opacity .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:disabled { cursor: not-allowed; opacity: .45; transform: none; }
.button.primary { color: #07110f; background: linear-gradient(135deg, var(--lime), var(--mint)); box-shadow: 0 12px 35px rgba(104,247,180,.15); }
.button.ghost { color: var(--ink); background: rgba(255,255,255,.035); border: 1px solid var(--line); }
.button.compact { padding: 10px 14px; background: var(--ink); color: #07110f; }
.button.full { width: 100%; }
.verify-action { margin-top: 10px; color: var(--ink); background: #153a30; border: 1px solid rgba(104,247,180,.28); }
.hero { min-height: 660px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 56px; padding-block: 76px 90px; }
.eyebrow, .panel-kicker { color: var(--mint); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.hero h1, .dashboard-heading h1 { font: 700 clamp(46px, 7vw, 82px)/.98 "Space Grotesk", sans-serif; letter-spacing: -.055em; margin: 19px 0 24px; }
.hero h1 span { color: var(--lime); }
.hero-copy > p { color: var(--muted); font-size: 18px; line-height: 1.75; max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 34px; color: #b8cec4; font-size: 12px; }
.trust-row span::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 10px var(--mint); }
.hero-visual { display: grid; place-items: center; }
.gate-card { position: relative; width: min(100%, 480px); padding: 30px; border-radius: 30px; background: linear-gradient(145deg, rgba(19,49,40,.94), rgba(8,22,18,.96)); border: 1px solid rgba(200,255,90,.21); box-shadow: 0 35px 100px rgba(0,0,0,.42), inset 0 1px rgba(255,255,255,.06); transform: rotate(2deg); }
.gate-card::after { content: ""; position: absolute; inset: 10px -11px -12px 12px; border: 1px solid rgba(104,247,180,.12); border-radius: 30px; z-index: -1; }
.gate-top { color: var(--muted); font-size: 11px; letter-spacing: .16em; font-weight: 800; }
.status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); margin-right: 7px; box-shadow: 0 0 15px var(--lime); }
.route-line { margin: 48px 0; padding: 24px; display: flex; gap: 14px; justify-content: center; border-radius: 17px; background: rgba(0,0,0,.22); font: 600 clamp(18px,4vw,27px) "Space Grotesk"; }
.route-line b { color: var(--lime); }
.flow-track { display: flex; justify-content: space-between; position: relative; }
.flow-track::before { content: ""; position: absolute; left: 9px; right: 9px; top: 8px; height: 2px; background: linear-gradient(90deg,var(--mint),var(--lime)); }
.flow-track i { width: 18px; height: 18px; border: 4px solid var(--panel-solid); border-radius: 50%; background: var(--lime); z-index: 1; }
.flow-labels { display: flex; justify-content: space-between; margin-top: 10px; color: var(--muted); font-size: 11px; }
.steps { padding-block: 70px 110px; }
.section-heading { max-width: 690px; }
.section-heading span { color: var(--coral); font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: .15em; }
.section-heading h2 { margin: 12px 0 34px; font: 600 clamp(32px,5vw,52px)/1.08 "Space Grotesk"; letter-spacing: -.04em; }
.step-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.step-grid article, .panel { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); backdrop-filter: blur(18px); }
.step-grid article { padding: 28px; }
.step-grid article > b { color: var(--coral); font: 700 13px "Space Grotesk"; }
.step-grid h3 { margin: 34px 0 10px; font: 600 21px "Space Grotesk"; }
.step-grid p, .microcopy { color: var(--muted); line-height: 1.7; font-size: 13px; }
.panel { padding: 26px; }
.auth-panel { margin: 0 auto; max-width: 490px; }
.auth-panel h2 { font: 700 36px "Space Grotesk"; margin: 12px 0 7px; }
.auth-panel > p { color: var(--muted); margin: 0 0 27px; }
.form-stack { display: grid; gap: 16px; }
label { display: grid; gap: 7px; color: #bcd0c7; font-size: 12px; font-weight: 700; }
input { width: 100%; color: var(--ink); background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 12px; padding: 13px 14px; outline: none; transition: border-color .2s, box-shadow .2s; }
input:focus { border-color: rgba(104,247,180,.7); box-shadow: 0 0 0 3px rgba(104,247,180,.08); }
.auth-links { display: flex; justify-content: space-between; margin-top: 17px; }
.text-button { border: 0; background: none; padding: 5px 0; color: var(--mint); cursor: pointer; font-weight: 700; font-size: 12px; }
.support-link { display: block; margin-top: 20px; text-align: center; color: var(--muted); font-size: 12px; }
.dashboard-shell { padding-block: 50px 90px; }
.dashboard-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 34px; }
.dashboard-heading h1 { font-size: clamp(42px,6vw,70px); margin: 10px 0; }
.dashboard-heading p { color: var(--muted); margin: 0; }
.dashboard-grid { display: grid; grid-template-columns: 330px 1fr; gap: 18px; align-items: start; }
.profile-panel { position: sticky; top: 18px; }
.dashboard-main { display: grid; gap: 18px; }
.panel-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 20px; }
.panel-title h2 { font: 650 21px "Space Grotesk"; margin: 0; }
.badge { padding: 5px 8px; color: var(--lime); background: rgba(200,255,90,.08); border: 1px solid rgba(200,255,90,.18); border-radius: 999px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.logo-editor { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.brand-logo { width: 68px; height: 68px; object-fit: cover; border-radius: 20px; background: #132b24; border: 1px solid var(--line); }
.link-form { display: grid; grid-template-columns: .7fr 1.3fr auto; gap: 12px; align-items: end; }
.link-list { display: grid; gap: 11px; }
.empty-state { padding: 34px; text-align: center; color: var(--muted); border: 1px dashed var(--line); border-radius: 16px; }
.link-item { padding: 15px; border-radius: 16px; background: rgba(255,255,255,.025); border: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; gap: 13px; }
.link-item h3 { margin: 0 0 5px; font-size: 14px; }
.link-item p { margin: 0; color: var(--muted); font-size: 11px; overflow-wrap: anywhere; }
.link-meta { display: flex; gap: 12px; margin-top: 10px; color: #bdd0c8; font-size: 10px; }
.link-actions { display: flex; align-items: center; gap: 8px; }
.icon-button { border: 1px solid var(--line); color: var(--ink); background: rgba(255,255,255,.035); border-radius: 10px; padding: 8px 10px; cursor: pointer; font-size: 11px; font-weight: 800; }
.icon-button.danger { color: var(--danger); }
.verify-shell { min-height: calc(100vh - 78px); display: grid; place-items: center; padding-block: 40px; }
.verify-card { width: min(520px,100%); padding: 28px; border-radius: 30px; background: linear-gradient(160deg, rgba(15,39,32,.97), rgba(7,17,15,.98)); border: 1px solid rgba(104,247,180,.19); box-shadow: 0 34px 90px rgba(0,0,0,.4); }
.creator-identity { display: flex; align-items: center; gap: 14px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.verify-logo { width: 58px; height: 58px; border-radius: 18px; object-fit: cover; background: #153a30; }
.creator-identity span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.creator-identity h1 { margin: 4px 0 0; font: 650 22px "Space Grotesk"; }
.route-label { display: inline-block; margin-top: 24px; color: var(--coral); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.verify-card h2 { font: 650 30px "Space Grotesk"; margin: 10px 0; }
.verify-card p { color: var(--muted); line-height: 1.65; font-size: 13px; }
.instruction-list { margin: 23px 0; padding: 17px 17px 17px 38px; border: 1px solid var(--line); border-radius: 16px; color: #bfd2ca; font-size: 12px; line-height: 2; }
.timer-row { display: flex; justify-content: space-between; margin-top: 17px; color: var(--muted); font-size: 11px; }
.timer-row b { color: var(--lime); font-family: "Space Grotesk"; }
.loader-block, .error-state { min-height: 330px; display: grid; place-items: center; align-content: center; text-align: center; }
.spinner { width: 44px; height: 44px; border-radius: 50%; border: 3px solid rgba(104,247,180,.15); border-top-color: var(--mint); animation: spin .85s linear infinite; }
.report-button { display: block; margin: 19px auto 0; color: var(--muted); }
.stat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-bottom: 18px; }
.stat-card { padding: 18px; border-radius: 18px; border: 1px solid var(--line); background: var(--panel); }
.stat-card span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.stat-card b { display: block; margin-top: 8px; font: 650 28px "Space Grotesk"; }
.owner-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.owner-secondary-grid { margin-top: 18px; align-items: start; }
.inline-form { display: flex; gap: 8px; }
.chip-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.chip { display: inline-flex; align-items: center; gap: 7px; border-radius: 999px; padding: 7px 10px; color: #bed1c8; background: rgba(255,255,255,.035); border: 1px solid var(--line); font-size: 11px; }
.chip button { border: 0; background: none; color: var(--danger); cursor: pointer; }
.toast { position: fixed; left: 50%; bottom: 24px; transform: translate(-50%,20px); z-index: 100; max-width: min(420px,calc(100% - 30px)); padding: 12px 16px; color: #07110f; background: var(--ink); border-radius: 12px; box-shadow: 0 15px 50px rgba(0,0,0,.4); opacity: 0; pointer-events: none; transition: .25s ease; font-size: 12px; font-weight: 800; }
.toast.show { opacity: 1; transform: translate(-50%,0); }
.toast.error { color: white; background: #9b3041; }
.reveal { animation: rise .7s both; }
.delay-one { animation-delay: .12s; }
@keyframes rise { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:translateY(0); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 850px) {
  .main-nav > a { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-block: 64px; }
  .hero-visual { margin-top: 10px; }
  .step-grid, .dashboard-grid, .owner-grid { grid-template-columns: 1fr; }
  .profile-panel { position: static; }
  .link-form { grid-template-columns: 1fr; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .site-header { height: 68px; }
  .main-nav { gap: 8px; }
  .hero h1 { font-size: 48px; }
  .gate-card { padding: 22px; }
  .route-line { margin: 34px 0; }
  .dashboard-heading { align-items: flex-start; flex-direction: column; }
  .panel, .verify-card { padding: 20px; border-radius: 20px; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .link-item { grid-template-columns: 1fr; }
  .link-actions { justify-content: flex-start; }
}
