/* hiremepls.lol — plain, warm, one accent. */
@font-face { font-family: "Space Grotesk"; font-weight: 500; font-display: swap; src: url("/fonts/SpaceGrotesk-500.ttf") format("truetype"); }
@font-face { font-family: "Space Grotesk"; font-weight: 700; font-display: swap; src: url("/fonts/SpaceGrotesk-700.ttf") format("truetype"); }
@font-face { font-family: "DM Sans"; font-weight: 400; font-display: swap; src: url("/fonts/DMSans-400.ttf") format("truetype"); }
@font-face { font-family: "DM Sans"; font-weight: 500; font-display: swap; src: url("/fonts/DMSans-500.ttf") format("truetype"); }
@font-face { font-family: "DM Sans"; font-weight: 600; font-display: swap; src: url("/fonts/DMSans-600.ttf") format("truetype"); }
@font-face { font-family: "DM Sans"; font-weight: 700; font-display: swap; src: url("/fonts/DMSans-700.ttf") format("truetype"); }
:root {
  --bg: #faf9f5; --fg: #141414; --muted: #6f6e68; --line: #e7e4dc; --card: #ffffff; --soft: #f1efe8;
  --accent: #2342ff; --accent-fg: #fff; --accent-soft: #e9edff;
  --gold: #f6c84c; --silver: #cfd3d8; --bronze: #dca672; --ok: #168a4a; --bad: #c43a2f;
  --radius: 14px; --serif: "Space Grotesk", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --sans: "DM Sans", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
[data-theme="dark"] {
  --bg: #0f0f10; --fg: #ecebe6; --muted: #9b9a93; --line: #27272b; --card: #17171a; --soft: #1d1d21;
  --accent: #7b93ff; --accent-fg: #0b0b0c; --accent-soft: #1b2140;
  --gold: #d9ad2f; --silver: #8e949c; --bronze: #b9864f;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg: #0f0f10; --fg: #ecebe6; --muted: #9b9a93; --line: #27272b; --card: #17171a; --soft: #1d1d21;
    --accent: #7b93ff; --accent-fg: #0b0b0c; --accent-soft: #1b2140;
    --gold: #d9ad2f; --silver: #8e949c; --bronze: #b9864f;
  }
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--fg); font: 16px/1.5 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
img, svg { max-width: 100%; }
code { font: 0.92em var(--mono); background: var(--soft); padding: 1px 6px; border-radius: 6px; word-break: break-all; }
h1, h2, h3 { margin: 0 0 .4em; line-height: 1.15; letter-spacing: -0.01em; }
h2 { font-size: 1.35rem; margin-top: 2rem; }
p { margin: 0 0 1em; }
.muted { color: var(--muted); }
.small { font-size: .875rem; }
.center { text-align: center; }
.hidden { display: none !important; }
.display { font-family: var(--serif); font-weight: 700; letter-spacing: -0.03em; }
h1.display { font-size: clamp(2.1rem, 6vw, 3.5rem); }
.display.huge { font-size: clamp(4rem, 18vw, 8rem); line-height: 1; margin: .1em 0; }
h2 { font-family: var(--serif); font-weight: 700; }

/* header / footer */
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; max-width: 940px; margin: 0 auto; padding: 18px 20px; flex-wrap: wrap; }
@media (max-width: 640px) { .site-header { padding: 14px 16px; } .site-nav { gap: 12px; font-size: .88rem; } .brand { font-size: 1.05rem; } }
.brand { font-family: var(--serif); font-weight: 700; font-size: 1.2rem; display: inline-flex; align-items: center; gap: 10px; letter-spacing: -0.02em; }
.brand:hover { text-decoration: none; }
.brand-logo { display: inline-grid; place-items: center; width: 34px; height: 34px; }
.brand-logo img, .brand-logo svg { width: 34px; height: 34px; display: block; }
.brand .meme { width: 36px; height: 36px; border-radius: 9px; object-fit: cover; margin-left: 2px; box-shadow: 0 0 0 1px var(--line); }
.site-nav { display: flex; align-items: center; gap: 18px; font-size: .95rem; }
.site-nav a { color: var(--muted); }
.site-nav a:hover { color: var(--fg); text-decoration: none; }
.theme-toggle { border: 1px solid var(--line); background: var(--card); color: var(--fg); border-radius: 999px; width: 34px; height: 34px; cursor: pointer; font-size: 16px; }
.site-main { max-width: 940px; margin: 0 auto; padding: 8px 20px 60px; }
.site-footer { max-width: 940px; margin: 0 auto; padding: 28px 20px 48px; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; display: grid; gap: 6px; }
.footer-pay { font-size: .8rem; }
.narrow { max-width: 640px; margin: 0 auto; }
.wide { max-width: 1100px; margin: 0 auto; }

/* hero */
.hero { text-align: center; padding: 22px 0 10px; }
.status-pill { display: inline-flex; align-items: center; gap: 6px; font-size: .85rem; color: var(--muted); background: var(--soft); border-radius: 999px; padding: 5px 14px; margin-bottom: 26px; }
.status-pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 0 3px color-mix(in srgb, var(--ok) 20%, transparent); }
.status-pill a { color: var(--fg); }
.claim-form h1 { margin-bottom: 14px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: .25em; }
.rank-word { color: var(--accent); }
.stepper { display: inline-flex; align-items: center; gap: 6px; }
.stepper .step { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line); background: var(--card); color: var(--muted); font: 500 20px/1 var(--sans); cursor: pointer; }
.stepper .step:hover { color: var(--fg); border-color: var(--fg); }
.amount-wrap { display: inline-flex; align-items: baseline; color: var(--accent); font-family: var(--serif); font-weight: 700; }
.amount-wrap input { font: inherit; color: inherit; background: transparent; border: 0; border-bottom: 2px solid var(--accent); width: 4.2ch; min-width: 3ch; padding: 0; text-align: left; outline: none; -moz-appearance: textfield; }
.amount-wrap input::-webkit-outer-spin-button, .amount-wrap input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.stepper.inline { font-size: 1.6rem; }
.hero-sub { max-width: 560px; margin: 0 auto 22px; color: var(--muted); }
.hero-sub strong { color: var(--fg); font-weight: 600; }
.claim-stack { display: grid; gap: 10px; max-width: 760px; margin: 0 auto; }
.claim-stack > input { height: 50px; border: 1px solid var(--line); background: var(--card); color: var(--fg); border-radius: 12px; padding: 0 16px; font: inherit; min-width: 0; width: 100%; }
.claim-stack > input:focus { outline: 2px solid var(--accent); outline-offset: 1px; border-color: transparent; }
.claim-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.claim-row input, .claim-row select { height: 50px; border: 1px solid var(--line); background: var(--card); color: var(--fg); border-radius: 12px; padding: 0 16px; font: inherit; min-width: 0; }

.claim-row input:focus, .claim-row select:focus, .form input:focus, .form select:focus, .form textarea:focus { outline: 2px solid var(--accent); outline-offset: 1px; border-color: transparent; }
.hint { margin-top: 12px; font-size: .9rem; }
.pay-note { opacity: .8; }
@media (max-width: 640px) { .claim-row { grid-template-columns: 1fr; } .claim-row select { max-width: none; } }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 44px; padding: 0 18px; border-radius: 12px; border: 1px solid var(--line); background: var(--card); color: var(--fg); font: 500 .95rem var(--sans); cursor: pointer; white-space: nowrap; }
.btn:hover { text-decoration: none; border-color: var(--fg); }
.btn.primary { background: var(--accent); border-color: var(--accent); color: var(--accent-fg); }
.btn.primary:hover { filter: brightness(1.08); }
.btn.primary:disabled { opacity: .45; cursor: not-allowed; filter: none; }
.btn.big { height: 52px; padding: 0 26px; font-size: 1.05rem; width: 100%; }
.btn.small { height: 32px; padding: 0 12px; font-size: .82rem; border-radius: 9px; }
.btn.ghost { background: transparent; }

/* category chips */
.chips-scroller { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 26px -20px 10px; padding: 0 20px; scrollbar-width: none; }
.chips-scroller::-webkit-scrollbar { display: none; }
.chips { display: flex; gap: 8px; width: max-content; }
.chip { display: inline-flex; align-items: center; height: 30px; padding: 0 12px; border-radius: 999px; border: 1px solid var(--line); background: var(--card); font-size: .82rem; color: var(--fg); white-space: nowrap; }
.chip:hover { text-decoration: none; border-color: var(--fg); }
.chip.on { background: var(--fg); color: var(--bg); border-color: var(--fg); }

/* leaderboard */
.entries { list-style: none; margin: 8px 0 0; padding: 0; }
.entry { display: grid; grid-template-columns: 52px 48px 1fr; gap: 14px; align-items: start; padding: 18px 14px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); margin-bottom: 10px; }
.entry.podium { border-width: 2px; }
.entry.p1 { border-color: var(--gold); background: color-mix(in srgb, var(--gold) 10%, var(--card)); }
.entry.p2 { border-color: var(--silver); background: color-mix(in srgb, var(--silver) 12%, var(--card)); }
.entry.p3 { border-color: var(--bronze); background: color-mix(in srgb, var(--bronze) 10%, var(--card)); }
.rank { display: grid; place-items: center; height: 48px; }
.rank span { display: inline-grid; place-items: center; min-width: 44px; height: 30px; padding: 0 8px; border-radius: 999px; background: var(--soft); font: 600 .85rem var(--sans); color: var(--muted); }
.p1 .rank span { background: var(--gold); color: #2a2000; }
.p2 .rank span { background: var(--silver); color: #1d1f22; }
.p3 .rank span { background: var(--bronze); color: #2b1a07; }
.avatar { --s: 48px; display: inline-grid; place-items: center; width: var(--s); height: var(--s); border-radius: 50%; background: hsl(var(--h) 45% 88%); color: hsl(var(--h) 45% 28%); font: 600 calc(var(--s) * .36) var(--sans); letter-spacing: .02em; flex: none; }
[data-theme="dark"] .avatar { background: hsl(var(--h) 35% 24%); color: hsl(var(--h) 50% 85%); }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) .avatar { background: hsl(var(--h) 35% 24%); color: hsl(var(--h) 50% 85%); } }
.entry-body { min-width: 0; }
.entry-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.entry-name { font-weight: 600; font-size: 1.05rem; }
.entry-amount { font-family: var(--serif); font-weight: 700; font-size: 1.2rem; color: var(--accent); white-space: nowrap; letter-spacing: -0.02em; }
.entry-headline { margin: 2px 0 8px; color: var(--fg); opacity: .85; }
.entry-meta { display: flex; flex-wrap: wrap; gap: 6px 12px; align-items: center; font-size: .82rem; color: var(--muted); }
.entry-meta .chip { height: 26px; padding: 0 10px; font-size: .78rem; }
.entry-meta .clicks { font-weight: 600; color: var(--bad); }
.claim { margin-left: auto; color: var(--accent); font-weight: 500; }
@media (max-width: 560px) {
  .entry { grid-template-columns: 40px 1fr; }
  .entry .avatar { display: none; }
  .entry-head { flex-wrap: wrap; }
  .claim { margin-left: 0; width: 100%; }
}
.divider { list-style: none; text-align: center; margin: 18px 0; color: var(--muted); font-size: .75rem; letter-spacing: .12em; font-weight: 600; }
.divider span { background: var(--soft); padding: 4px 12px; border-radius: 999px; }
.feed-slot { list-style: none; }
.activity { border: 1px dashed var(--line); border-radius: var(--radius); padding: 14px 16px; margin: 4px 0 14px; }
.activity h3 { font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.activity ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.activity li { display: flex; gap: 10px; font-size: .9rem; align-items: baseline; }
.activity li a { font-weight: 600; }
.activity .time { margin-left: auto; white-space: nowrap; }
.empty { text-align: center; padding: 40px 0; }
.pager { display: flex; justify-content: center; align-items: center; gap: 16px; margin: 24px 0; }

/* forms */
.form { display: grid; gap: 16px; margin-top: 18px; }
.field { display: grid; gap: 6px; }
.field > span { font-weight: 600; font-size: .9rem; }
.field > span em { font-style: normal; font-weight: 400; color: var(--muted); }
.form input:not([type="checkbox"]):not([type="file"]), .form select, .form textarea, .pick-row select { height: 46px; border: 1px solid var(--line); background: var(--card); color: var(--fg); border-radius: 12px; padding: 0 14px; font: inherit; width: 100%; }
.form input[type="file"] { font: inherit; }
.field-group { border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 16px 16px; display: grid; gap: 12px; margin: 0; }
.field-group legend { font-weight: 600; font-size: .9rem; padding: 0 6px; }
.field-group legend em { font-style: normal; font-weight: 400; color: var(--muted); }
.check { display: flex; gap: 10px; align-items: center; font-size: .95rem; }
.amount-field .stepper { justify-self: start; }
.form .amount-wrap input[type="number"], .amount-wrap input[type="number"] { font-size: 2rem; width: 5ch; height: auto; border: 0; border-bottom: 2px solid var(--accent); border-radius: 0; background: transparent; padding: 0; box-shadow: none; }
.claim-form .amount-wrap input[type="number"] { font-size: inherit; }
.errors { border: 1px solid var(--bad); color: var(--bad); border-radius: var(--radius); padding: 10px 16px; margin: 12px 0; }
.errors ul { margin: 0; padding-left: 18px; }
.notice { background: var(--accent-soft); border-radius: var(--radius); padding: 12px 16px; }
.existing-card { display: flex; gap: 14px; align-items: center; border: 1px solid var(--line); border-radius: var(--radius); padding: 14px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.inline { display: inline-flex; gap: 6px; align-items: center; flex-wrap: wrap; }
.inline input, .inline select { height: 32px; border: 1px solid var(--line); border-radius: 8px; background: var(--card); color: var(--fg); padding: 0 8px; font: inherit; font-size: .85rem; }
.inline-form { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.inline-form input { flex: 1; min-width: 220px; height: 40px; border: 1px solid var(--line); border-radius: 10px; background: var(--card); color: var(--fg); padding: 0 12px; font: inherit; }
.danger { margin-top: 30px; }

/* profile */
.profile { max-width: 720px; margin: 0 auto; }
.profile-head { display: flex; gap: 18px; align-items: center; margin: 14px 0 18px; }
.profile-head h1 { font-size: 2rem; }
.lede { font-size: 1.1rem; }
.meta-row { color: var(--muted); font-size: .9rem; }
.profile-rank, .stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 18px 0; }
.stat { border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 16px; background: var(--card); display: grid; gap: 2px; }
.stat-label { font-size: .8rem; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.stat-value { font-size: 1.7rem; line-height: 1.1; }
@media (max-width: 560px) { .profile-rank, .stat-grid { grid-template-columns: 1fr 1fr; } }
.profile-links, .profile-cta { display: flex; flex-wrap: wrap; gap: 10px; margin: 14px 0; }
.bid-history ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.bid-history li { display: flex; gap: 12px; align-items: baseline; padding: 8px 0; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.bid-history li > span:first-child { font-family: var(--serif); font-weight: 700; font-size: 1.05rem; min-width: 70px; }
.bid-history .time { margin-left: auto; }
.deposit { font-size: .8rem; padding: 2px 8px; border-radius: 999px; background: var(--soft); color: var(--muted); }
.deposit.held { color: var(--ok); }
.share { margin-top: 24px; font-size: .9rem; }

/* pay */
.crumbs { font-size: .85rem; }
.pay-tabs { display: flex; gap: 6px; border-bottom: 1px solid var(--line); margin: 10px 0 18px; overflow-x: auto; scrollbar-width: none; }
.pay-tabs::-webkit-scrollbar { display: none; }
.tab-btn { background: none; border: 0; border-bottom: 2px solid transparent; padding: 10px 12px; font: 500 .95rem var(--sans); color: var(--muted); cursor: pointer; white-space: nowrap; margin-bottom: -1px; }
.tab-btn.on { color: var(--fg); border-bottom-color: var(--fg); }
.tab { display: none; }
.tab.on { display: block; }
.asset-pick { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.pill { display: inline-flex; align-items: center; gap: 10px; text-align: left; padding: 8px 14px 8px 10px; border-radius: 12px; border: 1px solid var(--line); background: var(--card); color: var(--fg); font: 600 .95rem var(--sans); cursor: pointer; }
.pill > span { display: grid; line-height: 1.15; }
.pill small { font-weight: 400; color: var(--muted); font-size: .72rem; }
.pill img { width: 28px; height: 28px; border-radius: 50%; flex: none; }
.pill.on { border-color: var(--accent); background: var(--accent-soft); }
.wallet-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 12px; }
.pick-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
@media (max-width: 560px) { .pick-row { grid-template-columns: 1fr; } }
.quote { border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; background: var(--card); display: grid; grid-template-columns: 1fr 160px; gap: 16px; align-items: start; min-height: 120px; }
.quote[data-loading="1"]::before { content: "Preparing your quote…"; color: var(--muted); }
.quote .qr { width: 160px; height: 160px; background: #fff; border-radius: 10px; padding: 6px; }
.quote .qr svg { display: block; width: 100%; height: 100%; }
.quote .big { font-family: var(--serif); font-weight: 700; font-size: 1.6rem; line-height: 1.1; word-break: break-all; letter-spacing: -0.02em; }
.quote .label { font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-top: 10px; }
.quote .addr { font: .9rem var(--mono); word-break: break-all; }
.quote .actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.quote .err { color: var(--bad); grid-column: 1 / -1; }
@media (max-width: 560px) { .quote { grid-template-columns: 1fr; } .quote .qr { margin: 0 auto; } }
.copy { cursor: pointer; }
.copy.done { color: var(--ok); }
.pay-status { margin-top: 22px; display: flex; align-items: center; gap: 10px; color: var(--muted); }
.pay-status.paid { color: var(--ok); font-weight: 600; }
.spinner { width: 14px; height: 14px; border: 2px solid var(--line); border-top-color: var(--accent); border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.payout-box { border: 1px solid var(--line); border-radius: var(--radius); padding: 10px 16px; margin-top: 18px; }
.payout-box summary { cursor: pointer; font-weight: 600; }
.payout-box form { margin-top: 10px; }
.paid .cta-row { margin: 18px 0; }
.edit-box { border: 1px dashed var(--accent); border-radius: var(--radius); padding: 14px 16px; margin: 16px 0; text-align: left; }

/* prose pages */
.prose h2 { margin-top: 2rem; }
.prose ol, .prose ul { padding-left: 22px; }
.prose li { margin-bottom: 8px; }
.prose .split { list-style: none; padding: 0; display: grid; gap: 10px; }
.prose .split li { border: 1px solid var(--line); border-radius: var(--radius); padding: 12px 16px; background: var(--card); }
.prose .split strong { font-family: var(--serif); font-weight: 700; font-size: 1.5rem; margin-right: 10px; color: var(--accent); }
.cat-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.cat-list li { display: grid; grid-template-columns: 1fr auto; gap: 4px 14px; align-items: center; border: 1px solid var(--line); border-radius: var(--radius); padding: 12px 16px; background: var(--card); }
.cat-list .cat-name { font-weight: 600; font-size: 1.05rem; }
.cat-list .muted { grid-column: 1; font-size: .85rem; }
.cat-list .claim { grid-column: 2; grid-row: 1 / 3; font-size: .9rem; }
.bars { display: flex; align-items: flex-end; gap: 4px; height: 140px; border-bottom: 1px solid var(--line); padding-bottom: 2px; }
.bar { flex: 1; background: var(--accent); border-radius: 4px 4px 0 0; height: max(var(--v), 2%); position: relative; opacity: .85; }
.bar span { position: absolute; top: -18px; left: 50%; transform: translateX(-50%); font-size: .65rem; color: var(--muted); }
.mini-top { list-style: none; padding: 0; display: grid; gap: 8px; }
.mini-top li { display: flex; gap: 10px; align-items: center; }

/* admin */
.admin .table { width: 100%; border-collapse: collapse; font-size: .85rem; margin-bottom: 10px; }
.admin .table th, .admin .table td { text-align: left; padding: 8px 8px; border-bottom: 1px solid var(--line); vertical-align: top; }
.admin .table th { font-weight: 600; color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .06em; }
.admin tr.bad td { color: var(--bad); }
.admin tr.muted td { opacity: .6; }

/* drop zone */
.dropzone { position: relative; border: 2px dashed var(--line); border-radius: var(--radius); padding: 18px 18px; background: var(--card); cursor: pointer; transition: border-color .15s, background .15s; }
.dropzone:hover, .dropzone.over, body.dragging .dropzone { border-color: var(--accent); background: var(--accent-soft); }
.dropzone .dz-input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.dropzone .dz-idle, .dropzone .dz-busy, .dropzone .dz-done { display: flex; align-items: center; gap: 12px; }
.dropzone .dz-busy, .dropzone .dz-done { display: none; }
.dropzone.busy .dz-idle, .dropzone.has-file .dz-idle { display: none; }
.dropzone.busy .dz-busy { display: flex; }
.dropzone.has-file .dz-done { display: flex; }
.dropzone .dz-icon { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--soft); font-size: 20px; flex: none; }
.dropzone .dz-icon.ok { background: color-mix(in srgb, var(--ok) 18%, var(--card)); color: var(--ok); }
.dropzone .dz-text { line-height: 1.35; }
.dropzone .dz-browse { background: none; border: 0; padding: 0; font: inherit; color: var(--accent); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.dropzone .dz-file { font-weight: 600; flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dropzone .dz-error:empty { display: none; }
.dropzone .dz-error { color: var(--bad); margin-top: 8px; font-size: .85rem; }
.dropzone.compact { padding: 12px 16px; text-align: left; }
.hero-extras { display: flex; gap: 10px; align-items: stretch; }
.hero-extras .dropzone { flex: 1; }
.hero-extras .li-btn { height: auto; }
@media (max-width: 640px) { .hero-extras { flex-direction: column; } .hero-extras .li-btn { height: 44px; } }
.autofilled { background: color-mix(in srgb, var(--accent) 8%, var(--card)) !important; }
.autofill-note { margin: 0; }

/* linkedin */
.linkedin-row { display: flex; gap: 8px; align-items: center; }
.linkedin-row input { flex: 1; min-width: 0; }
.li-mark { display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 4px; background: #0a66c2; color: #fff; font: 700 12px/1 var(--sans); }
.li-btn { white-space: nowrap; }
.li-connected { display: inline-flex; align-items: center; gap: 6px; font-size: .9rem; white-space: nowrap; }
.verified { display: inline-grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; background: #0a66c2; color: #fff; font-size: 10px; margin-left: 6px; vertical-align: 2px; }

/* validation tips */
.tip { display: block; color: var(--bad); font-size: .85rem; margin-top: 2px; }
.tip.group-tip { margin: 4px 0 0; }
input.invalid, select.invalid { outline: 2px solid var(--bad); outline-offset: 1px; border-color: transparent; }

/* ticker */
.ticker { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; overflow: hidden; border-top: 1px solid var(--line); background: color-mix(in srgb, var(--card) 92%, transparent); backdrop-filter: blur(8px); font-size: .85rem; white-space: nowrap; scrollbar-width: none; }
.ticker::-webkit-scrollbar { display: none; }
body:has(.ticker) { padding-bottom: 40px; }
.toasts { bottom: 56px; }
.ticker-track { display: inline-flex; gap: 36px; padding: 8px 0; animation: tick 60s linear infinite; will-change: transform; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.tk { display: inline-flex; gap: 6px; align-items: baseline; color: var(--fg); }
.tk:hover { text-decoration: none; color: var(--accent); }
.tk-amt { color: var(--accent); font-weight: 700; }
.tk-time { color: var(--muted); font-size: .78rem; }
@keyframes tick { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }

/* toasts */
.toasts { position: fixed; right: 16px; bottom: 16px; display: grid; gap: 8px; z-index: 50; max-width: min(360px, calc(100vw - 32px)); }
.toast { background: var(--fg); color: var(--bg); padding: 12px 14px; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.25); font-size: .9rem; animation: toast-in .25s ease-out; }
.toast a { color: inherit; font-weight: 700; }
.toast .muted { color: inherit; opacity: .7; }
@keyframes toast-in { from { transform: translateY(10px); opacity: 0; } to { transform: none; opacity: 1; } }

/* flashbacks */
.flashbacks { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.site-header, .site-main, .site-footer { position: relative; z-index: 1; }
.flash { position: absolute; width: min(520px, 80vw); background: #fff; color: #202124; border-radius: 8px; padding: 14px 18px; font: 13px/1.45 Arial, Helvetica, sans-serif; box-shadow: 0 1px 3px rgba(0,0,0,.2); opacity: 0; transform: translateY(8px) rotate(var(--r, 0deg)); animation: flash var(--d, 9s) ease-in-out forwards; }
.flash .f-sub { font-size: 15px; font-weight: 600; margin-bottom: 6px; }
.flash .f-from { color: #5f6368; margin-bottom: 8px; }
.flash mark { background: #fff2a8; color: inherit; padding: 0 2px; }
.flash.stare { padding: 0; width: 220px; overflow: hidden; border-radius: 50%; filter: grayscale(1) contrast(1.1); }
.flash.stare img { display: block; width: 100%; height: 100%; object-fit: cover; }
@keyframes flash { 0% { opacity: 0; } 15% { opacity: var(--o, .13); } 70% { opacity: var(--o, .13); } 100% { opacity: 0; transform: translateY(-10px) rotate(var(--r, 0deg)); } }
[data-theme="dark"] .flash { --o: .07; }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) .flash { --o: .07; } }
@media (prefers-reduced-motion: reduce) { .flashbacks { display: none; } }

/* share */
.share-box { margin-top: 28px; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; background: var(--card); }
.share-preview { display: block; width: 100%; height: auto; border-radius: 10px; margin-bottom: 12px; }
.share-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 8px; }

.pick-label { margin: 4px 0 6px; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; }
.chain-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 10px; }
.chain-grid li { border: 1px solid var(--line); border-radius: var(--radius); padding: 12px 14px; background: var(--card); }
.chain-head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.chain-head img { border-radius: 50%; }
.card-mark { display: inline-grid; place-items: center; width: 28px; height: 28px; }
.token-row { display: flex; flex-wrap: wrap; gap: 6px 10px; }
.tok { display: inline-flex; align-items: center; gap: 4px; font-size: .78rem; color: var(--muted); }
.tok img { border-radius: 50%; }
.legal h2 { font-size: 1.15rem; margin-top: 1.6rem; }
.legal li { margin-bottom: 10px; }
.ana-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.ana-grid h3 { font-size: .85rem; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 4px; }
