*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--yellow: #F5C800;--yellow-light: #FFF8D6;--black: #1a1a1a;--gray-100: #f7f7f7;--gray-200: #eeeeee;--gray-300: #dddddd;--gray-400: #bbbbbb;--gray-600: #666666;--gray-800: #333333;--white: #ffffff;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 4px 12px rgba(0,0,0,.1);--radius: 8px;--radius-lg: 12px;--transition: all .2s ease}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--white);color:var(--black);display:flex;flex-direction:column;min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f0f0f0}::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--yellow)}h1,h2,h3,.display{font-family:Barlow Condensed,sans-serif;letter-spacing:.04em;text-transform:uppercase}.card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.25rem 1.5rem;margin-bottom:1.25rem}.card-title.with-action{display:flex;align-items:center;justify-content:space-between;gap:1rem}.card-title{font-family:Barlow Condensed,sans-serif;font-size:1.15rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;border-bottom:2px solid var(--yellow);padding-bottom:.4rem;margin-bottom:.9rem}.field{display:flex;flex-direction:column;gap:.25rem}.field label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-600)}.field input,.field select{width:100%;min-width:0;font:inherit;font-size:.9rem;padding:.45rem .6rem;border:1.5px solid var(--gray-300);border-radius:var(--radius);background:var(--white);transition:var(--transition)}.field input:focus,.field select:focus{outline:none;border-color:var(--yellow);box-shadow:0 0 0 3px #f5c80040}.btn{font:inherit;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.55rem 1.2rem;border:none;border-radius:var(--radius);background:var(--yellow);color:var(--black);cursor:pointer;transition:var(--transition)}.btn:hover{filter:brightness(.95);box-shadow:var(--shadow-md)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.secondary{background:var(--gray-200)}.grid{display:grid;gap:.9rem}.grid.c2{grid-template-columns:repeat(2,1fr)}.grid.c3{grid-template-columns:repeat(3,1fr)}.grid.c4{grid-template-columns:repeat(4,1fr)}@media(max-width:720px){.grid.c3,.grid.c4{grid-template-columns:repeat(2,1fr)}}.result-row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;background:var(--gray-100);border-left:4px solid var(--gray-300);border-radius:var(--radius);padding:.55rem .85rem;margin-top:.55rem}.result-row.primary{background:var(--yellow);border-left-color:var(--black)}.result-row .lbl{font-size:.75rem;font-weight:600;color:var(--gray-800)}.result-row .val{font-family:JetBrains Mono,monospace;font-size:1.05rem;font-weight:700;white-space:nowrap}.result-row .unit{font-size:.7rem;font-weight:500;color:var(--gray-600)}.note{font-size:.74rem;color:var(--gray-600);background:var(--yellow-light);border-radius:var(--radius);padding:.5rem .75rem;margin-top:.55rem;line-height:1.5}.mini-table{width:100%;border-collapse:collapse;font-size:.8rem;margin-top:.55rem}.mini-table th{background:var(--black);color:var(--white);font-weight:600;padding:.4rem .55rem;text-align:left;font-size:.7rem;text-transform:uppercase;letter-spacing:.03em}.mini-table td{border:1px solid var(--gray-200);padding:.35rem .55rem;font-family:JetBrains Mono,monospace;font-size:.78rem}.table-scroll{overflow-x:auto}.error{background:#fef2f2;border-left:4px solid #dc2626;color:#991b1b;border-radius:var(--radius);padding:.55rem .85rem;font-size:.8rem;margin-top:.55rem}.badge{display:inline-block;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 8px;border-radius:10px;background:var(--gray-200);color:var(--gray-800);margin-right:4px}.badge.spiral{background:var(--yellow);color:var(--black)}.badge.basket{background:var(--black);color:var(--white)}.calc-actions{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-top:1rem}mark.ff-mark{background:var(--yellow);color:var(--black);font-weight:700;border-radius:2px;padding:0 1px}.ref-table-wrap{margin:.5rem 0 1rem}.ref-table-bar{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.35rem}.ref-table-title{font-family:JetBrains Mono,monospace;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--gray-600)}.ref-count{font-size:.68rem;color:var(--gray-600);white-space:nowrap}.ref-table{width:100%;border-collapse:collapse;font-size:.76rem}.ref-table th{background:var(--black);color:var(--white);font-weight:600;font-size:.66rem;text-transform:uppercase;letter-spacing:.03em;padding:.4rem .5rem;text-align:left;vertical-align:bottom;border:1px solid #3a3a3a;white-space:pre-line}.ref-table thead tr+tr th{background:var(--gray-800)}.ref-table td{border:1px solid var(--gray-200);padding:.3rem .5rem;font-family:JetBrains Mono,monospace;font-size:.74rem;white-space:pre-line;vertical-align:top}.ref-table td.nw,.ref-table th.nw{white-space:nowrap}.ref-table tbody tr:nth-child(2n) td{background:#fbfbfb}.ref-table tbody tr:hover td{background:var(--yellow-light)}.ref-table tbody th{background:var(--gray-100);color:var(--black);font-family:JetBrains Mono,monospace;font-size:.72rem;font-weight:700;text-transform:none;letter-spacing:0;vertical-align:middle;border:1px solid var(--gray-300)}.ref-table tbody th.dc-grp-size{background:var(--yellow-light)}.ref-table td.hl{font-weight:700;background:var(--yellow-light)}.ref-table td.dc-od{font-weight:700}.ref-table td.dc-na,.ref-table td.dc-blank{color:var(--gray-400);font-style:italic}.ref-table td.dc-box-weak{color:#9a6b00}.ref-table td.catch-cell{font-family:Inter,sans-serif;font-size:.7rem}.ref-table td.ff-flag-note{font-family:Inter,sans-serif;font-size:.7rem;color:var(--gray-600)}.ref-table tr.dc-grp-start td,.ref-table tr.dc-grp-start th{border-top:2px solid var(--gray-400)}.ref-table tr.tj-group-row td{background:var(--gray-100);font-weight:700}.ref-table td.inherited,.ref-table th.inherited{color:var(--gray-400);font-weight:400}.ref-table td.tbadge{font-family:Inter,sans-serif;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;text-align:center}.ref-table td.tbadge.fs{color:#1a7f37}.ref-table td.tbadge.xfs{color:#0b5cad}.ref-table td.tbadge.sfs{color:#9a6b00}.ref-table td.tbadge.xsh{color:#b42318}.ref-table td.ref-empty{font-family:Inter,sans-serif;color:var(--gray-600);font-style:italic;text-align:center}.ref-table tr.ff-hit td:first-child,.ref-table tr.ff-hit th:first-child{border-left:3px solid var(--yellow)}.ref-hit mark.ff-mark{background:#ffe680}.ref-html{font-size:.8rem;line-height:1.55;color:var(--gray-800);margin:.5rem 0 .75rem}.ref-html a{color:var(--black);font-weight:600}.ref-html ul,.ref-html ol{padding-left:1.3rem}.ref-html li{margin-bottom:.2rem}.ref-html .notes-box,.ref-html .dc-torque-legend{background:var(--yellow-light);border-left:4px solid var(--yellow);border-radius:var(--radius);padding:.6rem .85rem;font-size:.76rem}.ref-html .legend-box{border:1px solid var(--gray-200);border-radius:var(--radius);padding:.6rem .85rem;background:var(--gray-100)}.ref-html .legend-title{font-size:.64rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-600);margin-bottom:.4rem}.ref-html .legend-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.4rem 1rem}.ref-html .legend-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.74rem}.ref-html .legend-code{font-family:JetBrains Mono,monospace;font-weight:700;margin-right:.35rem}.ref-html .type-badge{display:inline-block;min-width:2.4rem;text-align:center;font-size:.62rem;font-weight:700;padding:2px 6px;border-radius:10px;background:var(--gray-200);color:var(--gray-800)}.ref-html .type-badge.fs{background:#dcf5e3;color:#1a7f37}.ref-html .type-badge.xfs{background:#dbeafe;color:#0b5cad}.ref-html .type-badge.sfs{background:#fff1c2;color:#9a6b00}.ref-html .type-badge.xsh{background:#fde2e1;color:#b42318}.ref-html .tj-notes-source{font-size:.7rem;color:var(--gray-600);font-style:italic}.ref-html .ff-flag{color:#9a6b00;font-weight:700}@media print{body{background:#fff;display:block}.header,.sidebar,.export-pdf,.btn{display:none!important}.content{max-width:none;padding:0}.card{box-shadow:none;break-inside:avoid}.table-scroll{overflow:visible}.result-row,tr,figure{break-inside:avoid}thead{display:table-header-group}}.result-row.svelte-1hybqol{flex-wrap:wrap}.result-row.svelte-1hybqol .val:where(.svelte-1hybqol){white-space:normal;text-align:right;margin-left:auto}.result-row.svelte-1hybqol .unit:where(.svelte-1hybqol){display:block}.result-row.by-drift.svelte-1hybqol{border-left:4px solid #3b82f6}.detail.svelte-1hybqol{margin-top:.9rem}.detail.svelte-1hybqol summary:where(.svelte-1hybqol){cursor:pointer;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-600);margin-bottom:.4rem}.compat.svelte-1hybqol td:where(.svelte-1hybqol):first-child{font-family:Inter,sans-serif}.compat.svelte-1hybqol tr.hl:where(.svelte-1hybqol) td:where(.svelte-1hybqol){background:var(--yellow-light)}.muted.svelte-1hybqol{font-weight:400;color:var(--gray-500)}.footnote.svelte-1hybqol{font-size:.7rem;color:var(--gray-500);margin-top:.45rem;line-height:1.5}.export-pdf.svelte-6gdl3s{font-size:.7rem;padding:.4rem .8rem;white-space:nowrap}.summary.svelte-1i2ou4m{font-size:.82rem;color:var(--gray-600);margin:.9rem 0 .6rem}.err.svelte-1i2ou4m{color:#dc2626;font-weight:700}.result-row.govern.svelte-1i2ou4m{background:var(--yellow)}tr.sel.svelte-1i2ou4m td:where(.svelte-1i2ou4m){background:var(--yellow-light);font-weight:700}.footnote.svelte-1i2ou4m{font-size:.7rem;color:var(--gray-500);margin-top:.45rem}td.lbl.svelte-jumae0{font-family:Inter,sans-serif;font-weight:600;color:var(--gray-600)}td.nom.svelte-jumae0{background:var(--yellow-light);font-weight:700}.os-cards.svelte-107rkh0{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:.7rem}.os-card.svelte-107rkh0{border:1px solid var(--gray-200);border-radius:var(--radius);padding:.7rem .8rem;background:var(--white);box-shadow:var(--shadow-sm)}.os-od.svelte-107rkh0{font-family:Barlow Condensed,sans-serif;font-size:1.35rem;font-weight:800}.os-meta.svelte-107rkh0{font-size:.68rem;color:var(--gray-600);line-height:1.5}.os-load.svelte-107rkh0{margin-top:4px;font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:700;color:var(--gray-800)}.check.svelte-mk4nao{font-size:.72rem;font-weight:700;padding:3px 10px;border-radius:12px}.check.ok.svelte-mk4nao{background:#f0fdf4;color:#15803d}.check.bad.svelte-mk4nao{background:#fef2f2;color:#b91c1c}.wrap.svelte-1p5flvg{display:flex;justify-content:center;background:#fafafa;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:.5rem}.runchart.svelte-znn6of{margin-top:1rem}.runchart.svelte-znn6of summary:where(.svelte-znn6of){cursor:pointer;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-600);margin-bottom:.4rem}td.hd.svelte-znn6of{font-weight:700;vertical-align:top}.mm.svelte-znn6of{font-weight:400;color:var(--gray-400);font-size:.68rem}.two-col.svelte-ydy1hu{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.row3.svelte-ydy1hu{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.45rem;align-items:end}.row3.wb.svelte-ydy1hu{grid-template-columns:1.2fr 1fr 1fr}.mud-grid.svelte-ydy1hu{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem}.section-label.svelte-ydy1hu{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-600);margin-bottom:.4rem}.opt.svelte-ydy1hu{color:var(--gray-400);font-size:.7rem;font-weight:400}tr.frac.svelte-ydy1hu td:where(.svelte-ydy1hu){background:#fef2f2}.over.svelte-ydy1hu .result-row:nth-child(2){background:#fef2f2;border-left-color:#dc2626}.chart.svelte-ydy1hu{width:100%;max-width:760px;height:auto;display:block;margin-top:.8rem;border:1px solid var(--gray-200);border-radius:8px;background:#fff}@media(max-width:820px){.two-col.svelte-ydy1hu,.mud-grid.svelte-ydy1hu{grid-template-columns:1fr}}.calc-layout.svelte-16d1twb{display:flex;gap:1.25rem;align-items:flex-start}.calc-list.svelte-16d1twb{width:210px;flex-shrink:0;display:flex;flex-direction:column;gap:3px;max-height:75vh;overflow-y:auto;padding-right:4px}.calc-tab.svelte-16d1twb{font:inherit;font-size:.74rem;font-weight:600;text-align:left;padding:.45rem .6rem;border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white);cursor:pointer;transition:var(--transition)}.calc-tab.svelte-16d1twb:hover{border-color:var(--yellow)}.calc-tab.active.svelte-16d1twb{background:var(--yellow);border-color:var(--yellow);font-weight:700}input.cell.svelte-16d1twb{width:90px;font:inherit;font-size:.78rem;padding:3px 6px;border:1px solid var(--gray-300);border-radius:4px}@media(max-width:820px){.calc-layout.svelte-16d1twb{flex-direction:column}.calc-list.svelte-16d1twb{width:100%;flex-direction:row;flex-wrap:wrap;max-height:none}}.desc.svelte-1fzf659{font-size:.78rem;color:var(--gray-600);margin:-.4rem 0 .9rem}.hint.svelte-1fzf659{font-size:.7rem;color:var(--gray-400)}.resolved.svelte-1fzf659{font-size:.72rem;color:#a07d00;font-weight:600;min-height:1.05em;margin-top:.5rem}.placeholder.svelte-1fzf659{margin-top:1rem;padding:1.25rem;text-align:center;color:var(--gray-400);font-size:.85rem;font-style:italic;border:2px dashed var(--gray-200);border-radius:var(--radius)}.warn.svelte-1fzf659{margin-top:1rem;padding:1rem 1.25rem;border:1.5px solid #e0b400;background:#fffbea;border-radius:var(--radius);color:#7a5a00;font-size:.85rem}.summary.svelte-1fzf659{font-size:.8rem;color:var(--gray-600);margin:1rem 0 .7rem}.footnote.svelte-1fzf659{font-size:.7rem;color:var(--gray-400);margin-top:1rem;line-height:1.55}.hint.svelte-110z3mg{font-size:.7rem;color:var(--gray-400)}tr.hl.svelte-110z3mg td:where(.svelte-110z3mg){background:var(--yellow-light)}.placeholder.svelte-110z3mg{margin-top:1rem;padding:1.25rem;text-align:center;color:var(--gray-400);font-size:.85rem;font-style:italic;border:2px dashed var(--gray-200);border-radius:var(--radius)}.footnote.svelte-110z3mg{font-size:.72rem;color:var(--gray-400);margin-top:.8rem;line-height:1.5}.chatbox.svelte-kb7vui{display:flex;flex-direction:column;height:72vh}.msgs.svelte-kb7vui{flex:1;overflow-y:auto;padding-right:6px}.empty.svelte-kb7vui{padding:1.5rem 0}.suggestion.svelte-kb7vui{display:block;font:inherit;font-size:.78rem;text-align:left;width:100%;padding:.5rem .75rem;margin-bottom:6px;border:1px dashed var(--gray-300);border-radius:var(--radius);background:var(--gray-100);cursor:pointer;transition:var(--transition)}.suggestion.svelte-kb7vui:hover{border-color:var(--yellow);background:var(--yellow-light)}.msg.svelte-kb7vui{margin-bottom:.9rem;max-width:85%}.msg.user.svelte-kb7vui{margin-left:auto}.msg.svelte-kb7vui .who:where(.svelte-kb7vui){font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-600);margin-bottom:3px}.msg.user.svelte-kb7vui .who:where(.svelte-kb7vui){text-align:right}.msg.svelte-kb7vui .body:where(.svelte-kb7vui){font-size:.85rem;line-height:1.55;white-space:pre-wrap;padding:.6rem .85rem;border-radius:var(--radius-lg);background:var(--gray-100);border:1px solid var(--gray-200)}.msg.user.svelte-kb7vui .body:where(.svelte-kb7vui){background:var(--yellow-light);border-color:var(--yellow)}.msg.svelte-kb7vui .body.md:where(.svelte-kb7vui){white-space:normal;overflow-x:auto}.msg.svelte-kb7vui .body.md:where(.svelte-kb7vui) p{margin:0 0 .5em}.msg.svelte-kb7vui .body.md:where(.svelte-kb7vui) p:last-child{margin-bottom:0}.msg.svelte-kb7vui .body.md:where(.svelte-kb7vui) ul,.msg.svelte-kb7vui .body.md:where(.svelte-kb7vui) ol{margin:.3em 0 .6em;padding-left:1.4em}.msg.svelte-kb7vui .body.md:where(.svelte-kb7vui) li{margin-bottom:.2em}.msg.svelte-kb7vui .body.md:where(.svelte-kb7vui) h1,.msg.svelte-kb7vui .body.md:where(.svelte-kb7vui) h2,.msg.svelte-kb7vui .body.md:where(.svelte-kb7vui) h3,.msg.svelte-kb7vui .body.md:where(.svelte-kb7vui) h4{font-size:.95rem;margin:.7em 0 .35em}.msg.svelte-kb7vui .body.md:where(.svelte-kb7vui) code{font-size:.78rem;background:var(--gray-200);border-radius:4px;padding:1px 4px}.msg.svelte-kb7vui .body.md:where(.svelte-kb7vui) pre{background:var(--gray-200);border-radius:var(--radius);padding:.6rem .75rem;overflow-x:auto;margin:.4em 0 .7em}.msg.svelte-kb7vui .body.md:where(.svelte-kb7vui) pre code{background:transparent;padding:0}.msg.svelte-kb7vui .body.md:where(.svelte-kb7vui) table{border-collapse:collapse;margin:.5em 0 .8em;font-size:.8rem;width:100%}.msg.svelte-kb7vui .body.md:where(.svelte-kb7vui) th,.msg.svelte-kb7vui .body.md:where(.svelte-kb7vui) td{border:1px solid var(--gray-300);padding:.3rem .55rem;text-align:left;vertical-align:top}.msg.svelte-kb7vui .body.md:where(.svelte-kb7vui) th{background:var(--gray-200);font-weight:700;white-space:nowrap}.msg.svelte-kb7vui .body.md:where(.svelte-kb7vui) tr:nth-child(2n) td{background:#00000005}.msg.svelte-kb7vui .body.md:where(.svelte-kb7vui) blockquote{border-left:3px solid var(--gray-300);margin:.4em 0 .7em;padding:.1em 0 .1em .75em;color:var(--gray-600)}.msg.svelte-kb7vui .body.md:where(.svelte-kb7vui) hr{border:none;border-top:1px solid var(--gray-300);margin:.7em 0}.msg.svelte-kb7vui .tools:where(.svelte-kb7vui){margin-top:4px}.sysmsg.svelte-kb7vui{font-size:.72rem;color:var(--gray-600);font-style:italic;text-align:center;margin:.6rem 0}.filechip.svelte-kb7vui{align-self:flex-start;font-size:.72rem;font-weight:600;background:var(--yellow-light);border:1px solid var(--yellow);border-radius:14px;padding:3px 10px;margin:.5rem 0 0}.filechip.svelte-kb7vui .x:where(.svelte-kb7vui){font:inherit;border:none;background:transparent;cursor:pointer;margin-left:4px}.composer.svelte-kb7vui{display:flex;gap:.5rem;align-items:flex-end;margin-top:.75rem}.composer.svelte-kb7vui textarea:where(.svelte-kb7vui){flex:1;font:inherit;font-size:.85rem;padding:.5rem .7rem;border:1.5px solid var(--gray-300);border-radius:var(--radius);resize:none}.composer.svelte-kb7vui textarea:where(.svelte-kb7vui):focus{outline:none;border-color:var(--yellow);box-shadow:0 0 0 3px #f5c80040}.ref-layout.svelte-1e9jchf{display:grid;grid-template-columns:290px minmax(0,1fr);gap:1.25rem;align-items:start}.ref-nav.svelte-1e9jchf{position:sticky;top:80px;max-height:calc(100vh - 100px);display:flex;flex-direction:column;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.ref-search.svelte-1e9jchf{position:relative;padding:.75rem;border-bottom:1px solid var(--gray-200)}.ref-search.svelte-1e9jchf input:where(.svelte-1e9jchf){width:100%;font:inherit;font-size:.8rem;padding:.5rem 1.8rem .5rem .65rem;border:1.5px solid var(--gray-300);border-radius:var(--radius);background:var(--white)}.ref-search.svelte-1e9jchf input:where(.svelte-1e9jchf):focus{outline:none;border-color:var(--yellow);box-shadow:0 0 0 3px #f5c80040}.ref-clear.svelte-1e9jchf{position:absolute;right:1.1rem;top:50%;transform:translateY(-50%);border:none;background:transparent;font-size:1.1rem;line-height:1;color:var(--gray-600);cursor:pointer}.ref-toc.svelte-1e9jchf,.ref-results.svelte-1e9jchf{overflow-y:auto;padding:.5rem}.ref-group.svelte-1e9jchf{display:flex;align-items:center;gap:.5rem;width:100%;font:inherit;font-size:.78rem;font-weight:700;text-align:left;padding:.5rem;border:none;border-radius:var(--radius);background:transparent;color:var(--gray-800);cursor:pointer;transition:var(--transition)}.ref-group.svelte-1e9jchf:hover,.ref-group.open.svelte-1e9jchf{background:var(--yellow-light)}.ref-group-num.svelte-1e9jchf{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:22px;font-size:.62rem;border-radius:6px;background:var(--gray-200)}.ref-group.open.svelte-1e9jchf .ref-group-num:where(.svelte-1e9jchf){background:var(--yellow)}.ref-group-title.svelte-1e9jchf{flex:1}.ref-group-count.svelte-1e9jchf{font-size:.62rem;font-weight:600;color:var(--gray-600)}.ref-section-link.svelte-1e9jchf{display:flex;gap:.5rem;align-items:baseline;width:100%;font:inherit;font-size:.74rem;text-align:left;padding:.35rem .5rem .35rem 1.1rem;border:none;border-left:3px solid transparent;border-radius:var(--radius);background:transparent;color:var(--gray-800);cursor:pointer}.ref-section-link.svelte-1e9jchf:hover{background:var(--gray-100)}.ref-section-link.active.svelte-1e9jchf{background:var(--yellow-light);border-left-color:var(--yellow);font-weight:700}.ref-section-num.svelte-1e9jchf{font-family:JetBrains Mono,monospace;font-size:.66rem;color:var(--gray-600);min-width:2.6rem}.ref-results-head.svelte-1e9jchf{font-size:.72rem;font-weight:700;color:var(--gray-800);padding:.35rem .5rem .5rem}.ref-results-label.svelte-1e9jchf{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--gray-400);padding:.4rem .5rem .2rem}.ref-results-empty.svelte-1e9jchf{font-size:.75rem;color:var(--gray-600);padding:.5rem}.ref-hit.svelte-1e9jchf{display:flex;flex-direction:column;gap:2px;width:100%;font:inherit;text-align:left;padding:.4rem .5rem;margin-bottom:2px;border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white);cursor:pointer}.ref-hit.svelte-1e9jchf:hover{border-color:var(--yellow);background:var(--yellow-light)}.ref-hit.section.svelte-1e9jchf{font-size:.74rem;font-weight:600;flex-direction:row;gap:.5rem;align-items:baseline}.ref-hit-where.svelte-1e9jchf{font-size:.66rem;font-weight:700;color:var(--gray-600)}.ref-hit-num.svelte-1e9jchf{font-family:JetBrains Mono,monospace;font-size:.62rem;color:var(--black);margin-right:.4rem}.ref-hit-cells.svelte-1e9jchf{font-family:JetBrains Mono,monospace;font-size:.68rem;color:var(--gray-800);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.ref-content.svelte-1e9jchf{min-width:0;position:relative}.ref-card.svelte-1e9jchf{padding:1.25rem 1.5rem 1.5rem}.ref-crumb.svelte-1e9jchf{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--gray-400)}.ref-title.svelte-1e9jchf{font-family:Barlow Condensed,sans-serif;font-size:1.45rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--yellow);padding-bottom:.4rem;margin:.2rem 0 .5rem}.ref-title-num.svelte-1e9jchf{display:inline-block;font-family:JetBrains Mono,monospace;font-size:.75rem;letter-spacing:0;background:var(--yellow);border-radius:6px;padding:2px 8px;margin-right:.6rem;vertical-align:middle}.ref-meta.svelte-1e9jchf{font-size:.78rem;color:var(--gray-600);margin-bottom:.9rem}.ref-filter.svelte-1e9jchf{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.ref-filter.svelte-1e9jchf input:where(.svelte-1e9jchf){flex:1;min-width:0;font:inherit;font-size:.85rem;padding:.45rem .65rem;border:1.5px solid var(--gray-300);border-radius:var(--radius);background:var(--white)}.ref-filter.svelte-1e9jchf input:where(.svelte-1e9jchf):focus{outline:none;border-color:var(--yellow);box-shadow:0 0 0 3px #f5c80040}.ref-filter-info.svelte-1e9jchf{font-size:.68rem;color:var(--gray-600);white-space:nowrap}.ref-h2.svelte-1e9jchf{font-size:1.1rem;margin:1.1rem 0 .35rem}.ref-h3.svelte-1e9jchf{font-size:.85rem;color:var(--gray-800);margin:.9rem 0 .35rem}.ref-figure.svelte-1e9jchf{margin:.5rem 0 1rem;padding:.75rem;text-align:center;border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white)}.ref-figure.svelte-1e9jchf img:where(.svelte-1e9jchf){max-width:100%;height:auto}.ref-figure.svelte-1e9jchf figcaption:where(.svelte-1e9jchf){margin-top:.5rem;font-size:.74rem;color:var(--gray-600);font-style:italic;line-height:1.45}.ref-welcome.svelte-1e9jchf p:where(.svelte-1e9jchf){font-size:.85rem;color:var(--gray-800)}.ref-loading.svelte-1e9jchf{font-size:.8rem;color:var(--gray-600);padding:.75rem 0}@media(max-width:900px){.ref-layout.svelte-1e9jchf{grid-template-columns:1fr}.ref-nav.svelte-1e9jchf{position:static;max-height:360px}}.legal.svelte-1mw3dol{max-width:1100px}.legal-line.svelte-1mw3dol{font-size:.58rem;line-height:1.55;color:var(--gray-600);margin-bottom:.25rem}.legal-line.svelte-1mw3dol strong:where(.svelte-1mw3dol){color:var(--gray-800)}.assist.svelte-1mw3dol{font-size:.62rem;font-weight:600;color:var(--gray-800)}.assist.svelte-1mw3dol a:where(.svelte-1mw3dol){color:var(--black);text-decoration:underline;text-underline-offset:2px}.assist.svelte-1mw3dol a:where(.svelte-1mw3dol):hover{color:#a07d00}.header.svelte-1n46o8q{background:var(--white);border-bottom:2px solid var(--yellow);padding:0 2rem;height:68px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;box-shadow:var(--shadow-sm)}.header-left.svelte-1n46o8q{display:flex;align-items:center}.header-logo.svelte-1n46o8q{height:44px;width:auto;display:block}.header-divider.svelte-1n46o8q{width:1px;height:38px;background:var(--gray-300);margin:0 14px}.header-title.svelte-1n46o8q .accent:where(.svelte-1n46o8q){color:var(--yellow)}.header-title.svelte-1n46o8q{font-family:Barlow Condensed,sans-serif;font-size:1.5rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.header-subtitle.svelte-1n46o8q{font-size:.6rem;color:var(--gray-600);letter-spacing:.15em;text-transform:uppercase;margin-top:2px}.header-link.svelte-1n46o8q{font-size:.75rem;font-weight:600;color:var(--gray-600);text-decoration:none;padding:6px 14px;border:1.5px solid var(--gray-300);border-radius:20px;transition:var(--transition);letter-spacing:.04em}.header-link.svelte-1n46o8q:hover{border-color:var(--yellow);background:var(--yellow);color:var(--black)}.layout.svelte-1n46o8q{display:flex;flex:1}.sidebar.svelte-1n46o8q{width:250px;flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid var(--gray-200);padding:1.25rem .75rem;background:var(--gray-100)}.section-label.svelte-1n46o8q{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--gray-400);padding:0 .5rem .5rem}.nav-item.svelte-1n46o8q{display:flex;align-items:center;gap:.6rem;width:100%;font:inherit;font-size:.8rem;font-weight:600;text-align:left;padding:.55rem .6rem;border:none;border-left:3px solid transparent;border-radius:var(--radius);background:transparent;color:var(--gray-800);text-decoration:none;cursor:pointer;transition:var(--transition);margin-bottom:2px}.nav-item.svelte-1n46o8q:hover{background:var(--yellow-light)}.nav-item.active.svelte-1n46o8q{background:var(--yellow-light);border-left-color:var(--yellow);font-weight:700}.nav-num.svelte-1n46o8q{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:22px;font-size:.62rem;font-weight:700;background:var(--gray-200);border-radius:6px}.nav-item.active.svelte-1n46o8q .nav-num:where(.svelte-1n46o8q){background:var(--yellow)}.content.svelte-1n46o8q{flex:1;padding:1.5rem 2rem;max-width:1100px}.footer.svelte-1n46o8q{border-top:1px solid var(--gray-200);background:var(--gray-100);padding:.9rem 2rem 1.1rem;color:var(--gray-600)}.footer-brand.svelte-1n46o8q{font-size:.7rem;font-weight:600;margin-bottom:.45rem}.footer.svelte-1n46o8q span:where(.svelte-1n46o8q){color:#a07d00;font-weight:700}@media(max-width:820px){.layout.svelte-1n46o8q{flex-direction:column}.sidebar.svelte-1n46o8q{width:100%;flex-direction:row;flex-wrap:wrap;gap:4px}.nav-item.svelte-1n46o8q{width:auto}.section-label.svelte-1n46o8q{width:100%}}
