:root{--bg: #08080a;--bg-2: #0e0e12;--surface: #131318;--surface-2: #1a1a21;--line: #26262f;--line-soft: #1e1e26;--text: #f0ece4;--text-2: #a8a49c;--text-3: #6d6a64;--gold: #d4af37;--gold-2: #f0d675;--gold-dim: #8a7126;--green: #3fbf7f;--red: #e05252;--blue: #5b9bd5;--purple: #9b7fd4;--radius: 14px;--radius-sm: 9px;--maxw: 1140px;--font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--display: "Bebas Neue", var(--font);--mono: "JetBrains Mono", ui-monospace, monospace;color-scheme:dark}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}html,body{max-width:100%;overflow-x:clip}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:15px;line-height:1.62;-webkit-font-smoothing:antialiased;overflow-x:hidden}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:radial-gradient(1000px 600px at 80% -10%,rgba(212,175,55,.1),transparent 60%),radial-gradient(700px 500px at -10% 20%,rgba(155,127,212,.06),transparent 60%)}img{max-width:100%;height:auto;display:block}a{color:var(--gold-2);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{line-height:1.2;margin:0 0 .5em;font-weight:800;letter-spacing:-.01em}p{margin:0 0 1em}hr{border:none;border-top:1px solid var(--line);margin:2rem 0}:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-radius:4px}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 18px}.wrap-narrow{max-width:760px;margin:0 auto;padding:0 18px}.display{font-family:var(--display);letter-spacing:.02em;font-weight:400}.mono{font-family:var(--mono);font-size:.9em}.muted{color:var(--text-2)}.dim{color:var(--text-3)}.gold{color:var(--gold-2)}.green{color:var(--green)}.red{color:var(--red)}.center{text-align:center}.card{background:linear-gradient(180deg,var(--surface),var(--bg-2));border:1px solid var(--line);border-radius:var(--radius);padding:18px}.card-hover{transition:border-color .18s,transform .18s,box-shadow .18s}.card-hover:hover{border-color:var(--gold-dim);transform:translateY(-2px);box-shadow:0 10px 30px -14px #d4af3759}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 20px;border-radius:100px;font-weight:700;font-size:14px;border:1px solid var(--line);background:var(--surface-2);color:var(--text);cursor:pointer;transition:.16s;font-family:inherit;text-decoration:none;min-height:44px}.btn:hover{border-color:var(--gold-dim);text-decoration:none}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-gold{background:linear-gradient(135deg,var(--gold),#b8942c);color:#14110a;border-color:transparent}.btn-gold:hover{filter:brightness(1.08)}.btn-ghost{background:transparent}.btn-sm{padding:7px 14px;font-size:13px;min-height:36px}.chip{display:inline-flex;align-items:center;gap:6px;padding:4px 11px;border-radius:100px;font-size:12px;font-weight:700;background:var(--surface-2);border:1px solid var(--line);color:var(--text-2);letter-spacing:.02em}.chip-gold{background:#d4af3721;border-color:#d4af3759;color:var(--gold-2)}.chip-green{background:#3fbf7f1f;border-color:#3fbf7f4d;color:var(--green)}.chip-red{background:#e052521f;border-color:#e052524d;color:var(--red)}.bar{height:7px;border-radius:100px;background:var(--surface-2);overflow:hidden;border:1px solid var(--line-soft)}.bar>i{display:block;height:100%;background:linear-gradient(90deg,var(--gold-dim),var(--gold-2));border-radius:100px;transition:width .5s cubic-bezier(.2,.9,.3,1)}.grid{display:grid;gap:14px}.grid>*{min-width:0}.g2{grid-template-columns:repeat(2,minmax(0,1fr))}.g3{grid-template-columns:repeat(3,minmax(0,1fr))}.g4{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:900px){.g3,.g4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.g2,.g3,.g4{grid-template-columns:1fr}.g4-keep{grid-template-columns:repeat(2,minmax(0,1fr))}}.section-title{font-family:var(--display);font-size:clamp(26px,5vw,38px);margin:0 0 4px;letter-spacing:.03em}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:6px}.tablewrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius-sm)}table{border-collapse:collapse;width:100%;font-size:13.5px;min-width:440px}th,td{padding:10px 13px;text-align:left;border-bottom:1px solid var(--line-soft);vertical-align:top}th{background:var(--surface-2);font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-2);font-weight:800;white-space:nowrap}tr:last-child td{border-bottom:none}.skeleton{background:linear-gradient(90deg,var(--surface) 25%,var(--surface-2) 50%,var(--surface) 75%);background-size:200% 100%;animation:sk 1.3s infinite;border-radius:var(--radius-sm)}@keyframes sk{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes pop{0%{transform:scale(.85);opacity:0}60%{transform:scale(1.04)}to{transform:scale(1);opacity:1}}@keyframes slideup{0%{transform:translateY(14px);opacity:0}to{transform:translateY(0);opacity:1}}.anim-in{animation:slideup .38s cubic-bezier(.2,.9,.3,1) both}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}.hdr.svelte-12qhfyh{position:sticky;top:0;z-index:60;background:#08080adb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.hdr-in.svelte-12qhfyh{display:flex;align-items:center;gap:14px;height:62px}.brand.svelte-12qhfyh{display:flex;align-items:center;gap:10px;color:var(--text);text-decoration:none;flex-shrink:0}.brand.svelte-12qhfyh:hover{text-decoration:none}.mark.svelte-12qhfyh{width:34px;height:34px;display:grid;place-items:center;flex-shrink:0;border:1.5px solid var(--gold);border-radius:9px;color:var(--gold);font-size:18px;background:#d4af3717}.bt.svelte-12qhfyh{display:flex;flex-direction:column;line-height:1}.bt.svelte-12qhfyh b:where(.svelte-12qhfyh){font-size:19px;letter-spacing:.05em}.bt.svelte-12qhfyh small:where(.svelte-12qhfyh){font-size:9px;letter-spacing:.3em;color:var(--text-3)}.desk.svelte-12qhfyh{display:flex;gap:3px;margin-left:auto}.desk.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:7px 12px;border-radius:8px;font-size:13.5px;font-weight:600;color:var(--text-2);text-decoration:none;white-space:nowrap}.desk.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text);background:var(--surface);text-decoration:none}.desk.svelte-12qhfyh a.on:where(.svelte-12qhfyh){color:var(--gold-2);background:#d4af371a}.right.svelte-12qhfyh{display:flex;align-items:center;gap:9px;margin-left:auto}.desk.svelte-12qhfyh+.right:where(.svelte-12qhfyh){margin-left:0}.xp.svelte-12qhfyh{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:100px;background:#d4af371a;border:1px solid rgba(212,175,55,.3);font-size:12.5px;font-weight:800;color:var(--gold-2);text-decoration:none;white-space:nowrap}.xp.svelte-12qhfyh:hover{text-decoration:none;filter:brightness(1.1)}.lvicon.svelte-12qhfyh{font-size:14px}.strk.svelte-12qhfyh{color:#ff9d4d}.burger.svelte-12qhfyh{display:none;width:42px;height:42px;border:1px solid var(--line);background:var(--surface);border-radius:10px;cursor:pointer;position:relative}.burger.svelte-12qhfyh span:where(.svelte-12qhfyh),.burger.svelte-12qhfyh span:where(.svelte-12qhfyh):before,.burger.svelte-12qhfyh span:where(.svelte-12qhfyh):after{content:"";position:absolute;left:11px;width:18px;height:2px;background:var(--text);border-radius:2px;transition:.2s}.burger.svelte-12qhfyh span:where(.svelte-12qhfyh){top:20px}.burger.svelte-12qhfyh span:where(.svelte-12qhfyh):before{top:-6px;left:0}.burger.svelte-12qhfyh span:where(.svelte-12qhfyh):after{top:6px;left:0}.burger.svelte-12qhfyh span.x:where(.svelte-12qhfyh){background:transparent}.burger.svelte-12qhfyh span.x:where(.svelte-12qhfyh):before{transform:rotate(45deg) translate(4px,4px)}.burger.svelte-12qhfyh span.x:where(.svelte-12qhfyh):after{transform:rotate(-45deg) translate(4px,-4px)}.mob.svelte-12qhfyh{display:none;border-top:1px solid var(--line);padding:8px 12px 14px}.mob.svelte-12qhfyh a:where(.svelte-12qhfyh){display:flex;align-items:center;gap:11px;padding:12px 14px;border-radius:10px;color:var(--text-2);font-weight:600;text-decoration:none}.mob.svelte-12qhfyh a.on:where(.svelte-12qhfyh){color:var(--gold-2);background:#d4af371a}@media(max-width:940px){.desk.svelte-12qhfyh{display:none}.burger.svelte-12qhfyh,.mob.svelte-12qhfyh{display:block}.bt.svelte-12qhfyh b:where(.svelte-12qhfyh){font-size:17px}}@media(max-width:400px){.xpn.svelte-12qhfyh{display:none}.bt.svelte-12qhfyh small:where(.svelte-12qhfyh){display:none}}main.svelte-12qhfyh{min-height:70vh}footer.svelte-12qhfyh{border-top:1px solid var(--line);margin-top:70px;padding:38px 0 30px;background:var(--bg-2)}.fgrid.svelte-12qhfyh{display:grid;grid-template-columns:2fr 1fr 1fr;gap:26px;margin-bottom:26px}@media(max-width:700px){.fgrid.svelte-12qhfyh{grid-template-columns:1fr;gap:20px}}.fbrand.svelte-12qhfyh{font-size:20px;letter-spacing:.05em;display:block;margin-bottom:8px}.fgrid.svelte-12qhfyh>div:where(.svelte-12qhfyh)>b:where(.svelte-12qhfyh):not(.fbrand){display:block;margin-bottom:9px;font-size:13px}.fgrid.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;padding:3px 0;font-size:13.5px;color:var(--text-2)}.fgrid.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--gold-2)}.fgrid.svelte-12qhfyh p:where(.svelte-12qhfyh){font-size:13px;margin:0;max-width:42ch}.disc.svelte-12qhfyh{font-size:12px;color:var(--text-3);border-top:1px solid var(--line);padding-top:18px;line-height:1.7}.toast.svelte-12qhfyh{position:fixed;left:50%;bottom:24px;transform:translate(-50%);z-index:100;display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#1c1710,#14120c);border:1px solid var(--gold-dim);color:var(--gold-2);padding:12px 20px;border-radius:100px;font-weight:700;font-size:14px;box-shadow:0 14px 40px -10px #000c;animation:pop .3s both;max-width:calc(100vw - 32px)}.toast.badge.svelte-12qhfyh{border-color:var(--purple);color:#cbb6f5;background:linear-gradient(135deg,#1a1524,#120f18)}.ti.svelte-12qhfyh{font-size:18px}
