.wnav.svelte-15drtgh{position:fixed;left:16px;top:50%;transform:translateY(-50%);max-height:calc(100vh - 32px);display:flex;flex-direction:column;gap:6px;padding:8px;background:#1a1a1a;border:1px solid #3d3d3d;border-radius:10px;box-shadow:0 4px 16px #00000080;z-index:45;min-width:176px;animation:svelte-15drtgh-wnav-in .2s ease-out}.wnav-collapsed.svelte-15drtgh{min-width:0;padding:0;background:transparent;border:0;box-shadow:none}@keyframes svelte-15drtgh-wnav-in{0%{opacity:0;transform:translateY(-50%) translate(-8px)}to{opacity:1;transform:translateY(-50%) translate(0)}}.wnav-toggle.svelte-15drtgh{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:transparent;border:1px solid #3d3d3d;color:#d4a574;font-family:inherit;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;padding:4px 10px;border-radius:5px;cursor:pointer;align-self:stretch}.wnav-toggle.svelte-15drtgh:hover{background:#d4a5741a;border-color:#d4a574}.wnav-collapsed.svelte-15drtgh .wnav-toggle:where(.svelte-15drtgh){border-color:#d4a5748c;background:#d4a5740f;padding:8px 12px;box-shadow:0 2px 10px #00000059}.wnav-collapsed.svelte-15drtgh .wnav-toggle:where(.svelte-15drtgh):hover{background:#d4a57424;border-color:#d4a574}.wnav-toggle-label.svelte-15drtgh{font-size:.68rem}.wnav-list.svelte-15drtgh{list-style:none;margin:0;padding:0;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.wnav-item.svelte-15drtgh{display:flex;align-items:center;gap:8px;width:100%;padding:6px 8px;background:transparent;border:0;border-left:2px solid transparent;border-radius:4px;color:silver;font-family:inherit;font-size:.76rem;text-align:left;cursor:pointer;transition:background .12s,color .12s,border-left-color .12s}.wnav-item.svelte-15drtgh:hover{background:#ffffff0a;color:#e8e8e8}.wnav-item-active.svelte-15drtgh{color:#d4a574;border-left-color:#d4a574;background:#d4a5740d}.wnav-dot.svelte-15drtgh{display:inline-block;width:6px;height:6px;border-radius:50%;background:#4d4d4d;flex-shrink:0;transition:background .12s}.wnav-item-active.svelte-15drtgh .wnav-dot:where(.svelte-15drtgh){background:#6ddb8a}.wnav-name.svelte-15drtgh{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:1179px){.wnav.svelte-15drtgh{left:12px;top:auto;bottom:16px;transform:none;max-height:60vh;animation:svelte-15drtgh-wnav-in-mobile .2s ease-out}@keyframes svelte-15drtgh-wnav-in-mobile{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}}.guide-container.svelte-15drtgh{max-width:880px;margin:0 auto;padding:2rem 1rem 4rem;color:#d8d8d8}.hero.svelte-15drtgh{position:relative;text-align:center;margin-bottom:3.5rem;padding:2.5rem 1.5rem 2.75rem;border:1px solid rgba(212,165,116,.22);border-radius:18px;background:radial-gradient(120% 140% at 50% -20%,rgba(212,165,116,.14),transparent 60%),linear-gradient(180deg,#1c1a17,#151515);overflow:hidden}.hero.svelte-15drtgh:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(212,165,116,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(212,165,116,.05) 1px,transparent 1px);background-size:34px 34px;-webkit-mask-image:radial-gradient(80% 80% at 50% 0%,#000 30%,transparent 75%);mask-image:radial-gradient(80% 80% at 50% 0%,#000 30%,transparent 75%);pointer-events:none}.hero.svelte-15drtgh>:where(.svelte-15drtgh){position:relative}.hero.svelte-15drtgh .back-link:where(.svelte-15drtgh){position:absolute;top:1rem;left:1.25rem}.hero-eyebrow.svelte-15drtgh{text-transform:uppercase;letter-spacing:3px;font-size:.68rem;font-weight:700;color:#d4a574;margin:.5rem 0 .35rem}.hero-title.svelte-15drtgh{font-size:2.6rem;font-weight:800;color:#f2e6d6;margin:0;letter-spacing:-.5px}.hero-sub.svelte-15drtgh{color:#a6a6a6;font-size:1.02rem;max-width:34rem;margin:.75rem auto 0;line-height:1.6}.hero-chips.svelte-15drtgh{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1.5rem}.hero-chip.svelte-15drtgh{background:#d4a57414;border:1px solid rgba(212,165,116,.35);color:#e8c89f;font-family:inherit;font-size:.78rem;font-weight:600;padding:6px 14px;border-radius:999px;cursor:pointer;transition:background .15s,border-color .15s,transform .15s}.hero-chip.svelte-15drtgh:hover{background:#d4a57429;border-color:#d4a574;transform:translateY(-1px)}.back-link.svelte-15drtgh{color:#d4a574;text-decoration:none;font-size:.85rem;opacity:.8;transition:opacity .2s}.back-link.svelte-15drtgh:hover{opacity:1}.guide-section.svelte-15drtgh{position:relative;margin-bottom:2.5rem;padding:1.75rem 1.75rem 1.9rem;border:1px solid rgba(255,255,255,.07);border-radius:16px;background:linear-gradient(180deg,#ffffff06,#fff0);scroll-margin-top:1rem}.guide-section.svelte-15drtgh:before{content:"";position:absolute;left:0;top:1.75rem;bottom:1.75rem;width:3px;border-radius:3px;background:linear-gradient(#d4a574,#d4a57426)}.rps-grid.svelte-15drtgh{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin:1rem 0}@media(max-width:768px){.rps-grid.svelte-15drtgh{grid-template-columns:repeat(2,1fr)}}.rps-card.svelte-15drtgh{background:#1e1e1e;border:1px solid #333;border-radius:8px;padding:.75rem;display:flex;flex-direction:column;font-family:inherit}.rps-card-title.svelte-15drtgh{font-family:inherit;font-size:.85rem;font-weight:600;color:#e0e0e0;margin:0 0 .25rem;display:flex;justify-content:space-between;align-items:baseline}.rps-card-weight.svelte-15drtgh{font-size:.7rem;color:#888;font-weight:400}.rps-card-desc.svelte-15drtgh{font-family:inherit;font-size:.7rem;color:#777;margin:0 0 .5rem;line-height:1.3;min-height:2.2rem}.rps-footnote.svelte-15drtgh{font-size:.65rem;color:#666;margin:.4rem 0 0;font-style:italic}.rps-grades.svelte-15drtgh{display:flex;flex-direction:column;gap:.15rem;margin-top:auto}.rps-grade-line.svelte-15drtgh{display:flex;align-items:baseline;font-family:inherit;font-size:.75rem;gap:.5rem}.rps-grade-line.svelte-15drtgh>span:where(.svelte-15drtgh):first-child{width:1.2rem;font-weight:700;text-align:center;flex-shrink:0}.rps-grade-line.svelte-15drtgh>span:where(.svelte-15drtgh):last-child{color:#aaa}.g5.svelte-15drtgh{color:#e5cc80}.g4.svelte-15drtgh{color:#e268a8}.g3.svelte-15drtgh{color:#ff8000}.g2.svelte-15drtgh{color:#0070dd}.g1.svelte-15drtgh{color:#666}.re-footnote.svelte-15drtgh{font-size:.7rem;color:#666;font-style:italic;margin-top:.25rem}.re-list.svelte-15drtgh{display:flex;flex-wrap:wrap;gap:.4rem;margin:.75rem 0}.re-item.svelte-15drtgh{background:#1e1e1e;border:1px solid #333;border-radius:6px;padding:.3rem .65rem;font-size:.75rem;color:#ccc}.formula-box.svelte-15drtgh{background:#1a1a1a;border:1px solid #444;border-radius:6px;padding:.6rem 1rem;font-family:Courier New,monospace;font-size:.8rem;color:#d4a574;margin:.5rem 0 1rem;text-align:center}.role-weight-table.svelte-15drtgh{display:flex;flex-direction:column;gap:0;margin:.75rem 0 1rem;border:1px solid #333;border-radius:6px;overflow:hidden}.role-weight-row.svelte-15drtgh{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;font-size:.8rem;color:#b0b0b0}.role-weight-row.svelte-15drtgh span:where(.svelte-15drtgh){padding:.4rem .6rem;border-bottom:1px solid rgba(255,255,255,.04)}.role-weight-header.svelte-15drtgh{background:#d4a5741a;color:#d4a574;font-weight:600}.role-weight-row.svelte-15drtgh:last-child span:where(.svelte-15drtgh){border-bottom:none}.eyebrow.svelte-15drtgh{text-transform:uppercase;letter-spacing:2px;font-size:.64rem;font-weight:700;color:#9c7b52;margin:0 0 .35rem}.section-title.svelte-15drtgh{font-size:1.5rem;font-weight:700;color:#f0e3d2;margin:0 0 1rem;padding-bottom:.6rem;border-bottom:1px solid rgba(212,165,116,.18);letter-spacing:-.2px}.subsection-title.svelte-15drtgh{font-family:inherit;font-size:1.05rem;font-weight:700;color:#dcdcdc;margin:1.6rem 0 .75rem}.guide-section.svelte-15drtgh p:where(.svelte-15drtgh){color:#b0b0b0;line-height:1.75;margin:0 0 1rem}.guide-section.svelte-15drtgh p.lead:where(.svelte-15drtgh){color:#c4c4c4;font-size:1rem}.guide-section.svelte-15drtgh a:where(.svelte-15drtgh){color:#e0b988;text-decoration:none;border-bottom:1px solid rgba(224,185,136,.3);transition:border-color .15s}.guide-section.svelte-15drtgh a:where(.svelte-15drtgh):hover{border-bottom-color:#e0b988}.guide-section.svelte-15drtgh code:where(.svelte-15drtgh){background:#d4a57424;padding:.1rem .4rem;border-radius:5px;color:#e8c89f;font-size:.85em}.spread.svelte-15drtgh{display:grid;grid-template-columns:1fr 1.15fr;gap:1.5rem;align-items:center;margin-bottom:.5rem}.spread-copy.svelte-15drtgh p:where(.svelte-15drtgh){margin-bottom:0}@media(max-width:720px){.spread.svelte-15drtgh{grid-template-columns:1fr}}.tool-screen.svelte-15drtgh{margin:0;border:1px solid rgba(255,255,255,.09);border-radius:12px;overflow:hidden;background:#131313;box-shadow:0 10px 30px #00000073}.ts-chrome.svelte-15drtgh{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#1d1d1d;border-bottom:1px solid rgba(255,255,255,.06)}.ts-dot.svelte-15drtgh{width:9px;height:9px;border-radius:50%;background:#3a3a3a}.ts-dot.svelte-15drtgh:nth-child(1){background:#4a3f34}.ts-title.svelte-15drtgh{margin-left:8px;font-size:.7rem;font-weight:700;letter-spacing:.5px;color:#9a9a9a}.ts-body.svelte-15drtgh{padding:10px}.ts-body.svelte-15drtgh svg:where(.svelte-15drtgh){display:block;width:100%;height:auto}.tool-screen.svelte-15drtgh .svg-grade{fill:#f0e3d2;font-size:26px;font-weight:800}.tool-screen.svelte-15drtgh .svg-cap{fill:#8a8a8a;font-size:9px}.tool-screen.svelte-15drtgh .svg-lbl{fill:#a7a7a7;font-size:10px}.tool-screen.svelte-15drtgh .svg-lbl-warn{fill:#f0a04b}.tool-screen.svelte-15drtgh .svg-tab{fill:#9a9a9a;font-size:10px;font-weight:600}.tool-screen.svelte-15drtgh .svg-tab-on{fill:#16130f}.tool-screen.svelte-15drtgh .svg-chip{font-size:9px;font-weight:700}.tool-screen.svelte-15drtgh .svg-chip-good{fill:#6ddb8a}.tool-screen.svelte-15drtgh .svg-chip-bad{fill:#f87171}.tool-screen.svelte-15drtgh .svg-pin{fill:#fff;font-size:9px;font-weight:800}.tool-screen.svelte-15drtgh .svg-leg{fill:#b0b0b0;font-size:10px}.tool-screen.svelte-15drtgh .svg-tile-cap{fill:#8a8a8a;font-size:9px}.tool-screen.svelte-15drtgh .svg-tile-val{fill:#ececec;font-size:16px;font-weight:800}.tool-screen.svelte-15drtgh .svg-tile-delta{font-size:10px;font-weight:700}.tool-screen.svelte-15drtgh .svg-up,.tool-screen.svelte-15drtgh .svg-down{fill:#6ddb8a}.tool-screen.svelte-15drtgh .svg-week text{fill:#777;font-size:9px}.flow.svelte-15drtgh{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1.25rem;padding:0}.flow-step.svelte-15drtgh{display:flex;align-items:center;gap:8px;flex:1 1 auto;min-width:0;background:#d4a5740f;border:1px solid rgba(212,165,116,.18);border-radius:10px;padding:8px 12px}.flow-num.svelte-15drtgh{flex-shrink:0;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;background:#d4a574;color:#16130f;font-size:.72rem;font-weight:800;border-radius:50%}.flow-label.svelte-15drtgh{font-size:.82rem;color:#d0c3b2;font-weight:600;line-height:1.3}.pipeline.svelte-15drtgh{display:flex;align-items:stretch;gap:0;margin:1rem 0 1.25rem;flex-wrap:wrap}.pl-node.svelte-15drtgh{flex:1 1 140px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;padding:14px 10px;background:#1a1a1a;border:1px solid rgba(255,255,255,.08);border-radius:12px}.pl-node-end.svelte-15drtgh{border-color:#d4a57466;background:#d4a5740f}.pl-icon.svelte-15drtgh{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#d4a5741f;color:#e8c89f;font-size:.72rem;font-weight:800;letter-spacing:.5px}.pl-name.svelte-15drtgh{font-size:.86rem;font-weight:700;color:#e4e4e4}.pl-sub.svelte-15drtgh{font-size:.72rem;color:#8a8a8a}.pl-arrow.svelte-15drtgh{align-self:center;flex:0 0 34px;height:2px;margin:0 -1px;background:linear-gradient(90deg,#d4a57440,#d4a574);position:relative}.pl-arrow.svelte-15drtgh:after{content:"";position:absolute;right:-1px;top:50%;transform:translateY(-50%);border-left:7px solid #d4a574;border-top:5px solid transparent;border-bottom:5px solid transparent}@media(max-width:560px){.pl-arrow.svelte-15drtgh{flex-basis:20px;transform:none}}.feature-grid.svelte-15drtgh{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.85rem;margin-top:1.25rem}.feature-grid-2x2.svelte-15drtgh{grid-template-columns:1fr 1fr}@media(max-width:560px){.feature-grid-2x2.svelte-15drtgh{grid-template-columns:1fr}}.feature-card.svelte-15drtgh{position:relative;background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:1.1rem 1.1rem 1rem;transition:border-color .15s,transform .15s}.feature-card.svelte-15drtgh:hover{border-color:#d4a57459;transform:translateY(-2px)}.fc-mark.svelte-15drtgh{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:9px;background:#d4a5741f;color:#d4a574;font-size:.72rem;font-weight:800;letter-spacing:.5px;margin-bottom:.6rem}.feature-card.svelte-15drtgh strong:where(.svelte-15drtgh){display:block;color:#ececec;font-size:.95rem;margin-bottom:.3rem}.feature-card.svelte-15drtgh p:where(.svelte-15drtgh){color:#9a9a9a;font-size:.83rem;line-height:1.55;margin:0}.step-list.svelte-15drtgh{display:flex;flex-direction:column;gap:1rem}.step.svelte-15drtgh{display:flex;gap:.85rem;align-items:flex-start}.step-number.svelte-15drtgh{flex-shrink:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:#d4a57424;border:1px solid rgba(212,165,116,.3);color:#d4a574;border-radius:50%;font-weight:800;font-size:.85rem}.step.svelte-15drtgh strong:where(.svelte-15drtgh){color:#e8e8e8;display:block;margin-bottom:.25rem;font-size:.95rem}.step.svelte-15drtgh p:where(.svelte-15drtgh){color:#9a9a9a;font-size:.9rem;line-height:1.6;margin:0}.guide-section.svelte-15drtgh p.callout:where(.svelte-15drtgh){margin-top:1.25rem;padding:.9rem 1.1rem;background:#d4a57412;border:1px solid rgba(212,165,116,.22);border-left-width:3px;border-radius:10px;color:#cdbfac;font-size:.9rem;line-height:1.6}.callout-tag.svelte-15drtgh{display:inline-block;text-transform:uppercase;letter-spacing:1px;font-size:.62rem;font-weight:800;color:#16130f;background:#d4a574;padding:2px 8px;border-radius:5px;margin-right:8px;vertical-align:middle}.option-list.svelte-15drtgh{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin:1rem 0 0;padding:0}.option-card.svelte-15drtgh{background:#ffffff06;border:1px solid rgba(255,255,255,.07);border-radius:10px;padding:.85rem 1rem;color:#a6a6a6;font-size:.9rem;line-height:1.6;transition:border-color .15s}.option-card.svelte-15drtgh:hover{border-color:#d4a57447}.option-card.svelte-15drtgh strong:where(.svelte-15drtgh){color:#e6d3ba;font-weight:700}.guide-footer.svelte-15drtgh{text-align:center;padding-top:2.5rem;margin-top:1rem;border-top:1px solid rgba(255,255,255,.06);color:#666;font-size:.85rem}.footer-brand.svelte-15drtgh{color:#d4a574;font-weight:800;font-size:1.05rem;margin:0 0 .35rem}.footer-tools.svelte-15drtgh{margin:0 0 .75rem;font-size:.85rem}.footer-tools.svelte-15drtgh a:where(.svelte-15drtgh){color:#999;text-decoration:none;transition:color .2s}.footer-tools.svelte-15drtgh a:where(.svelte-15drtgh):hover{color:#d4a574}.footer-sep.svelte-15drtgh{color:#444;margin:0 .5rem}.guide-footer.svelte-15drtgh .back-link:where(.svelte-15drtgh){display:inline-block;margin-top:.25rem}
