:root{--bg:#faf6ee;--bg-soft:#f2ecdf;--surface:#fffdf8;--surface-2:#f2ecdf;--border:#e6dccb;--ink:#221026;--text:#221026;--text-dim:#6f6675;--brand:#7a33e0;--brand-2:#5a21b6;--accent:#ff3d8a;--mint:#16c79a;--ok:#12b886;--warn:#e8590c;--radius:18px;--radius-sm:12px;--shadow:0 10px 30px #1c181514;--sticker:4px 4px 0 var(--ink);--sticker-sm:3px 3px 0 var(--ink);--font:"Inter", "Segoe UI", system-ui, -apple-system, sans-serif;--font-display:"Bricolage Grotesque", "Inter", "Segoe UI", system-ui, sans-serif}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;min-height:100vh;margin:0;padding:0}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.02em;margin:0 0 .4em;font-weight:800;line-height:1.04}p{color:var(--text-dim);line-height:1.65}button{cursor:pointer;font-family:inherit}.container{width:100%;max-width:1140px;margin:0 auto;padding:0 24px}.btn{border:2px solid var(--ink);color:#fff;background:var(--brand);box-shadow:var(--sticker-sm);border-radius:999px;justify-content:center;align-items:center;gap:9px;padding:14px 26px;font-size:16px;font-weight:700;transition:transform .1s,box-shadow .1s,background .15s;display:inline-flex}.btn:hover{box-shadow:5px 5px 0 var(--ink);transform:translate(-1px,-1px)}.btn:active{box-shadow:1px 1px 0 var(--ink);transform:translate(2px,2px)}.btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:var(--sticker-sm);transform:none}.btn.ghost{background:var(--surface);color:var(--ink)}.btn.outline{color:var(--ink);background:0 0}.btn.dark{background:var(--ink);color:var(--bg)}.btn.accent{background:var(--accent);color:#fff}.btn.block{width:100%}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.card.sticker{border:2px solid var(--ink);box-shadow:var(--sticker)}.muted{color:var(--text-dim)}.pill{background:var(--surface);border:2px solid var(--ink);color:var(--ink);box-shadow:var(--sticker-sm);border-radius:999px;align-items:center;gap:7px;padding:7px 14px;font-size:13px;font-weight:700;display:inline-flex}input[type=text],input[type=email]{background:var(--surface);border:2px solid var(--ink);border-radius:var(--radius-sm);width:100%;color:var(--text);box-shadow:var(--sticker-sm);outline:none;padding:14px 16px;font-family:inherit;font-size:16px;transition:box-shadow .1s}input::placeholder{color:#b3a994}input:focus{box-shadow:4px 4px 0 var(--brand)}label{color:var(--ink);margin-bottom:8px;font-size:14px;font-weight:700;display:block}.fade-in{animation:.45s cubic-bezier(.16,1,.3,1) both fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.coin.svelte-ct3afm{vertical-align:-.18em;flex:none;display:inline-block}.site-header.svelte-12qhfyh{z-index:30;background:color-mix(in srgb, var(--bg) 88%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1.5px solid var(--ink);position:sticky;top:0}.bar.svelte-12qhfyh{justify-content:space-between;align-items:center;height:70px;display:flex}.logo.svelte-12qhfyh{font-family:var(--font-display);align-items:center;gap:10px;display:inline-flex}.logo.svelte-12qhfyh .mark:where(.svelte-12qhfyh){background:var(--brand);border:2px solid var(--ink);width:32px;height:32px;box-shadow:var(--sticker-sm);border-radius:8px;place-items:center;display:grid}.logo.svelte-12qhfyh .word:where(.svelte-12qhfyh){color:var(--ink);letter-spacing:-.02em;font-size:22px;font-weight:800}.logo.svelte-12qhfyh .tld:where(.svelte-12qhfyh){color:var(--brand)}nav.svelte-12qhfyh{align-items:center;gap:16px;display:flex}.btn.small.svelte-12qhfyh{padding:9px 18px;font-size:14px}.credits.svelte-12qhfyh{color:var(--ink)}.avatar.svelte-12qhfyh{border:2px solid var(--ink);background:var(--brand);color:#fff;width:36px;height:36px;font-family:var(--font-display);box-shadow:var(--sticker-sm);border-radius:50%;flex:none;place-items:center;padding:0;font-size:15px;font-weight:800;transition:transform .1s,box-shadow .1s;display:grid;overflow:hidden}.avatar.svelte-12qhfyh:hover{box-shadow:4px 4px 0 var(--ink);transform:translate(-1px,-1px)}.avatar.svelte-12qhfyh img:where(.svelte-12qhfyh){object-fit:cover;width:100%;height:100%;display:block}.account.svelte-12qhfyh{display:inline-flex;position:relative}.menu-backdrop.svelte-12qhfyh{z-index:40;cursor:default;background:0 0;border:none;padding:0;position:fixed;inset:0}.menu.svelte-12qhfyh{z-index:50;background:var(--surface);border:2px solid var(--ink);width:250px;box-shadow:var(--sticker);border-radius:14px;flex-direction:column;gap:2px;padding:8px;animation:.12s svelte-12qhfyh-menuPop;display:flex;position:absolute;top:calc(100% + 10px);right:0}@keyframes svelte-12qhfyh-menuPop{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.menu-head.svelte-12qhfyh{border-bottom:1.5px solid var(--border);align-items:center;gap:10px;margin-bottom:4px;padding:8px 8px 10px;display:flex}.m-avatar.svelte-12qhfyh{border:2px solid var(--ink);background:var(--brand);color:#fff;width:38px;height:38px;font-family:var(--font-display);border-radius:50%;flex:none;place-items:center;font-size:16px;font-weight:800;display:grid;overflow:hidden}.m-avatar.svelte-12qhfyh img:where(.svelte-12qhfyh){object-fit:cover;width:100%;height:100%}.m-id.svelte-12qhfyh{min-width:0}.m-id.svelte-12qhfyh strong:where(.svelte-12qhfyh){color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:14px;display:block;overflow:hidden}.m-id.svelte-12qhfyh span:where(.svelte-12qhfyh){color:var(--text-dim);white-space:nowrap;text-overflow:ellipsis;font-size:12px;display:block;overflow:hidden}.menu-balance.svelte-12qhfyh{color:var(--ink);padding:6px 8px;font-size:13px;font-weight:700}.menu-balance.svelte-12qhfyh strong:where(.svelte-12qhfyh){color:var(--brand)}.menu-item.svelte-12qhfyh{text-align:left;width:100%;color:var(--ink);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:10px 8px;font-family:inherit;font-size:14px;font-weight:700;display:block}.menu-item.svelte-12qhfyh:hover{background:var(--bg-soft)}.menu-item.danger.svelte-12qhfyh{color:#d62828}.menu-item.danger.svelte-12qhfyh:hover{background:#fdeaea}main.svelte-12qhfyh{min-height:calc(100vh - 190px)}.site-footer.svelte-12qhfyh{border-top:1.5px solid var(--ink);background:var(--bg-soft);margin-top:60px;padding:30px 0}.foot.svelte-12qhfyh{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.foot-logo.svelte-12qhfyh{font-family:var(--font-display);color:var(--ink);font-size:18px;font-weight:800}.foot-logo.svelte-12qhfyh .tld:where(.svelte-12qhfyh){color:var(--brand)}.foot.svelte-12qhfyh p:where(.svelte-12qhfyh){flex:1;min-width:220px;margin:0;font-size:13px}.foot-tiktok.svelte-12qhfyh{color:var(--brand);white-space:nowrap;font-size:13px;font-weight:700}.foot-links.svelte-12qhfyh{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.foot-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-dim);white-space:nowrap;font-size:13px;font-weight:700}.foot-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--brand)}.foot-tiktok.svelte-12qhfyh strong:where(.svelte-12qhfyh){color:var(--ink)}.foot-tiktok.svelte-12qhfyh:hover{color:var(--accent)}@media (width<=540px){.bar.svelte-12qhfyh{height:60px}nav.svelte-12qhfyh{gap:10px}.avatar.svelte-12qhfyh{width:32px;height:32px}.logo.svelte-12qhfyh{gap:8px}.logo.svelte-12qhfyh .mark:where(.svelte-12qhfyh){border-radius:7px;width:26px;height:26px}.logo.svelte-12qhfyh .mark:where(.svelte-12qhfyh) svg:where(.svelte-12qhfyh){width:15px;height:15px}.logo.svelte-12qhfyh .word:where(.svelte-12qhfyh){font-size:18px}.btn.small.svelte-12qhfyh{padding:8px 13px;font-size:13px}.credits.svelte-12qhfyh{padding:6px 10px;font-size:12px}}@media (width<=880px){.site-footer.svelte-12qhfyh{padding-bottom:88px}}
