:root{--bg: #fdfcfa;--bg-2: #f5f3ee;--ink: #181818;--ink-hover: #2c2c2c;--ink-soft: #4a4a4a;--ink-muted: #736d68;--rule: #e8e4dd;--accent: oklch(.66 .19 30);--good: oklch(.62 .14 150);--sans: "Geist", -apple-system, system-ui, sans-serif;--mono: "Geist Mono", ui-monospace, SFMono-Regular, monospace}html.dark{--bg: #1a1816;--bg-2: #252320;--ink: #f5f3ee;--ink-hover: #fdfcfa;--ink-soft: #c8c4be;--ink-muted: #8a8480;--rule: #3a352f;--accent: oklch(.72 .19 30);--good: oklch(.72 .14 150);color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--sans);font-size:16px;line-height:1.5;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased}a{color:inherit}.ff-wrap{max-width:1180px;margin:0 auto;padding:0 1.75rem}@media(max-width:720px){.ff-wrap{padding:0 1.25rem}}.ff-text-hero{padding:3rem 0 2rem;max-width:720px}.ff-text-hero-eyebrow{font-family:var(--mono);font-size:.6875rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-muted);font-weight:500;margin:0 0 1rem}.ff-text-hero-title{font-size:clamp(2rem,4.5vw,2.75rem);font-weight:600;letter-spacing:-.025em;line-height:1.1;margin:0 0 1rem}.ff-text-hero-desc{font-size:1.0625rem;line-height:1.55;color:var(--ink-soft);margin:0;max-width:36rem}.wl-form{display:flex;gap:.5rem;margin:1.75rem 0 .5rem;max-width:720px}.wl-form input[type=url]{flex:1;min-width:0;padding:.8rem .95rem;font:inherit;font-size:.9375rem;color:var(--ink);background:var(--bg);border:1px solid var(--rule);border-radius:6px}.wl-form input[type=url]:focus{outline:2px solid var(--ink);outline-offset:1px}.wl-form button{padding:.8rem 1.15rem;font:inherit;font-size:.875rem;font-weight:500;background:var(--ink);color:var(--bg);border:0;border-radius:6px;cursor:pointer;white-space:nowrap}.wl-form button:disabled{opacity:.6;cursor:default}@media(max-width:560px){.wl-form{flex-direction:column}}.wl-hint{font-size:.8125rem;color:var(--ink-muted);margin:0 0 .5rem}.wl-status{font-size:.9rem;line-height:1.5;padding:.7rem .9rem;border-radius:6px;border:1px solid var(--rule);background:var(--bg-2);margin:.75rem 0 0;max-width:720px}.wl-status a{text-decoration:underline}.wl-status-ok{border-color:var(--good)}.wl-status-error{border-color:var(--accent)}.ff-section{padding:2.5rem 0 3rem;border-top:1px solid var(--rule);margin-top:2rem}.ff-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem}.ff-section-eyebrow{font-family:var(--mono);font-size:.6875rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-muted);font-weight:500;margin:0 0 .4rem}.ff-section-title{font-size:1.5rem;font-weight:600;letter-spacing:-.02em;margin:0}.wl-meter{font-family:var(--mono);font-size:.75rem;color:var(--ink-muted)}.wl-upgrade{font-size:.875rem;padding:.75rem .9rem;border:1px solid var(--rule);border-radius:6px;background:var(--bg-2);margin:0 0 1rem}.wl-upgrade a{text-decoration:underline}.wl-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.wl-row{display:grid;grid-template-columns:72px minmax(0,1fr) 200px;gap:1rem;align-items:start;padding:1rem;border:1px solid var(--rule);border-radius:8px;background:var(--bg)}@media(max-width:640px){.wl-row{grid-template-columns:56px minmax(0,1fr)}.wl-price{grid-column:1 / -1}}.wl-img img,.wl-img-empty{width:72px;height:72px;object-fit:contain;border-radius:6px;background:var(--bg-2);display:block}@media(max-width:640px){.wl-img img,.wl-img-empty{width:56px;height:56px}}.wl-eyebrow{font-family:var(--mono);font-size:.6875rem;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-muted);margin:0 0 .25rem}.wl-title{display:block;font-weight:500;text-decoration:none;line-height:1.35;margin-bottom:.3rem}.wl-title:hover{text-decoration:underline}.wl-meta{font-size:.8125rem;color:var(--ink-muted);margin:0 0 .5rem}.wl-chip{display:inline-block;font-family:var(--mono);font-size:.6875rem;padding:.2rem .5rem;border-radius:999px;border:1px solid var(--rule);color:var(--ink-soft)}.wl-chip-down{border-color:var(--good);color:var(--good)}.wl-chip-up{border-color:var(--accent);color:var(--accent)}.wl-chip-gone{opacity:.8}.wl-price{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:.35rem}@media(max-width:640px){.wl-price{align-items:flex-start;text-align:left}}.wl-now{font-family:var(--mono);font-size:1.25rem;font-weight:600}.wl-was{font-family:var(--mono);font-size:.8125rem;color:var(--ink-muted)}.wl-muted{color:var(--ink-muted);font-size:.875rem;font-weight:400}.wl-target{display:flex;flex-direction:column;gap:.2rem;font-size:.6875rem;font-family:var(--mono);letter-spacing:.04em;text-transform:uppercase;color:var(--ink-muted)}.wl-target-input{display:inline-flex;align-items:center;gap:.2rem;border:1px solid var(--rule);border-radius:6px;padding:.25rem .5rem;background:var(--bg)}.wl-target-input input{width:6.5rem;border:0;background:transparent;font:inherit;font-size:.875rem;color:var(--ink);text-transform:none;letter-spacing:0}.wl-target-input input:focus{outline:none}.wl-remove{font:inherit;font-size:.8125rem;color:var(--ink-muted);background:none;border:0;padding:.2rem 0;cursor:pointer;text-decoration:underline}.wl-remove:hover{color:var(--ink)}.wl-empty{padding:2rem 1rem;text-align:center;border:1px dashed var(--rule);border-radius:8px;color:var(--ink-soft)}.wl-empty a{text-decoration:underline}.wl-gate{padding:1.25rem;border:1px solid var(--accent);border-radius:8px;background:var(--bg-2);max-width:720px;margin-top:1.5rem}.wl-gate h2{margin:0 0 .4rem;font-size:1.125rem}.wl-gate p{margin:0 0 .75rem;color:var(--ink-soft);font-size:.9375rem}.wl-gate a.cta{display:inline-flex;padding:.65rem 1.1rem;background:var(--ink);color:var(--bg);border-radius:6px;text-decoration:none;font-size:.875rem;font-weight:500}[hidden]{display:none!important}
