.river-tree-section{--rt-tint: rgb(var(--btn-bg-color) / .05);--rt-highlight-tint: rgb(var(--btn-bg-color) / .1);--rt-or: #2f6b4a;--rt-wa: #1f6fb2;--rt-gold: #b8863a;--rt-water: #0e8fd6;--rt-heart: #d1373f;--rt-land: #1d6f57;padding:var(--section-padding, 50px) 0}.river-tree-app{background:rgb(var(--body-bg-color));color:rgb(var(--body-text-color));font-family:var(--base-font-family);font-size:var(--base-text-size, 14px);line-height:var(--base-line-height, 1.6)}.river-tree-app *,.river-tree-app *:before,.river-tree-app *:after{box-sizing:border-box}.river-tree-masthead{display:flex;align-items:baseline;gap:.9rem;flex-wrap:wrap;padding-bottom:1.1rem;margin-bottom:1.4rem;border-bottom:1px solid var(--heading-divider-col, #e2e2e2)}.river-tree-h1{font-family:var(--heading-font-family);font-weight:var(--heading-font-weight, 400);text-transform:var(--heading-text-transform, none);font-size:var(--larger-text-size, 30px);margin:0;text-wrap:balance;color:rgb(var(--body-text-color))}.river-tree-tagline{font-style:italic;color:rgb(var(--body-text-color));opacity:.8;font-size:1rem;margin:.3rem 0 0}.river-tree-stats{margin-left:auto;display:flex;gap:1.4rem;align-items:baseline}.river-tree-stat{text-align:right}.river-tree-stat b{font-variant-numeric:tabular-nums;font-weight:600;font-size:1.1rem;color:rgb(var(--body-text-color));display:block}.river-tree-stat span{font-size:.68rem;letter-spacing:.06em;text-transform:uppercase;color:rgb(var(--body-text-color));opacity:.65}.river-tree-layout{display:grid;grid-template-columns:minmax(260px,320px) 1fr;gap:2rem}.river-tree-rail{padding-right:1.6rem;border-right:1px solid var(--heading-divider-col, #e2e2e2);display:flex;flex-direction:column;gap:1.15rem;overflow-y:auto;max-height:82vh;position:sticky;top:1rem;align-self:start}.river-tree-rail-block{display:flex;flex-direction:column;gap:.55rem}.river-tree-rail-label{font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:rgb(var(--body-text-color));opacity:.65;font-weight:600}.river-tree-search-wrap{position:relative}.river-tree-search-wrap input{width:100%;padding:.55rem .7rem .55rem 2.1rem;border-radius:var(--btn-border-radius, 3px);border:1px solid rgb(var(--btn-bg-color) / .35);background:rgb(var(--body-bg-color));color:rgb(var(--body-text-color));font:inherit;font-size:.92rem}.river-tree-search-wrap input:focus-visible{outline:2px solid rgb(var(--btn-bg-color));outline-offset:1px}.river-tree-search-wrap svg{position:absolute;left:.65rem;top:50%;transform:translateY(-50%);width:15px;height:15px;stroke:rgb(var(--body-text-color));opacity:.7}.river-tree-search-results{display:flex;flex-direction:column;max-height:220px;overflow-y:auto;border:1px solid var(--heading-divider-col, #e2e2e2);border-radius:var(--btn-border-radius, 3px);background:rgb(var(--body-bg-color))}.river-tree-search-results:empty{display:none;border:none}.river-tree-search-result{text-align:left;padding:.45rem .65rem;border:none;background:none;color:rgb(var(--body-text-color));font:inherit;font-size:.85rem;cursor:pointer;border-bottom:1px solid var(--heading-divider-col, #e2e2e2);width:100%}.river-tree-search-result:last-child{border-bottom:none}.river-tree-search-result:hover,.river-tree-search-result:focus-visible{background:var(--rt-tint)}.river-tree-search-result .rt-sr-code{color:rgb(var(--body-text-color));opacity:.65;font-size:.78rem}.river-tree-legend{display:flex;flex-direction:column;gap:.35rem}.river-tree-legend-row{display:flex;align-items:center;gap:.6rem;font:inherit;font-size:.82rem;color:rgb(var(--body-text-color));opacity:.85;background:none;border:1px solid transparent;border-radius:var(--btn-border-radius, 3px);padding:.22rem .4rem;margin:0 -.4rem;width:calc(100% + .8rem);cursor:pointer;text-align:left}.river-tree-legend-row:hover{background:var(--rt-tint);opacity:1}.river-tree-legend-row:focus-visible{outline:2px solid rgb(var(--btn-bg-color));outline-offset:1px}.river-tree-legend-row[aria-pressed=true]{background:var(--rt-highlight-tint);border-color:rgb(var(--btn-bg-color) / .4);opacity:1}.river-tree-legend-row b{color:rgb(var(--body-text-color));font-weight:600;margin-left:auto;font-variant-numeric:tabular-nums;font-size:.78rem;opacity:1}.river-tree-state-toggle{display:flex;gap:.5rem}.river-tree-state-btn{flex:1;padding:.4rem .5rem;border-radius:var(--btn-border-radius, 3px);border:1px solid rgb(var(--btn-bg-color));background:rgb(var(--body-bg-color));color:rgb(var(--btn-bg-color));font:inherit;font-size:.8rem;font-weight:600;cursor:pointer}.river-tree-state-btn.or{border-color:var(--rt-or);color:var(--rt-or)}.river-tree-state-btn.wa{border-color:var(--rt-wa);color:var(--rt-wa)}.river-tree-state-btn.or[aria-pressed=true]{background:var(--rt-or);color:#fff}.river-tree-state-btn.wa[aria-pressed=true]{background:var(--rt-wa);color:#fff}.river-tree-state-btn:focus-visible{outline:2px solid rgb(var(--btn-bg-color));outline-offset:1px}.river-tree-path-card{border:1px solid var(--heading-divider-col, #e2e2e2);border-radius:var(--btn-border-radius, 3px);padding:.8rem .85rem;background:var(--rt-tint);min-height:3.6rem}.river-tree-path-card .river-tree-empty{font-style:italic;color:rgb(var(--body-text-color));opacity:.75;font-size:.88rem;margin:0}.river-tree-path-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.river-tree-path-list li{position:relative;padding:.2rem 0 .2rem 1.05rem;font-size:.85rem}.river-tree-path-list li:before{content:"";position:absolute;left:.2rem;top:0;bottom:0;width:1.5px;background:rgb(var(--btn-bg-color) / .3)}.river-tree-path-list li:first-child:before{top:50%}.river-tree-path-list li:last-child:before{bottom:50%}.river-tree-path-list li:after{content:"";position:absolute;left:-.5px;top:50%;transform:translateY(-50%);width:5px;height:5px;border-radius:50%;background:rgb(var(--btn-bg-color))}.river-tree-path-list li:last-child:after{background:rgb(var(--btn-bg-color));width:6px;height:6px}.river-tree-path-list .rt-code{color:rgb(var(--body-text-color));opacity:.65;font-size:.72rem}.river-tree-pane{overflow-x:auto;min-width:0}.river-tree-toolbar{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:.9rem}.river-tree-hint{font-style:italic;color:rgb(var(--body-text-color));opacity:.75;font-size:.92rem;margin:0}.river-tree-toolbar-btns{display:flex;gap:.5rem;flex:none}.river-tree-toolbar-btn{padding:.35rem .7rem;border-radius:var(--btn-border-radius, 3px);border:1px solid rgb(var(--btn-bg-color) / .45);background:rgb(var(--body-bg-color));color:rgb(var(--btn-bg-color));font:inherit;font-size:.78rem;font-weight:600;cursor:pointer}.river-tree-toolbar-btn:hover{background:var(--rt-tint)}.river-tree-toolbar-btn:focus-visible{outline:2px solid rgb(var(--btn-bg-color));outline-offset:1px}.river-tree-root{min-width:560px}.rt-node{position:relative}.rt-node-row{display:flex;align-items:center;gap:.6rem;padding:.45rem .5rem;border-radius:var(--btn-border-radius, 3px);cursor:pointer;position:relative}.rt-node-row:hover{background:var(--rt-tint)}.rt-node-row:focus-visible{outline:2px solid rgb(var(--btn-bg-color));outline-offset:-1px}.rt-node-row.on-path{background:var(--rt-highlight-tint)}.rt-node-row.is-target{background:var(--rt-highlight-tint);box-shadow:inset 0 0 0 1.5px rgb(var(--btn-bg-color))}.rt-twisty{width:18px;height:18px;flex:none;display:flex;align-items:center;justify-content:center;color:rgb(var(--body-text-color));opacity:.7;transition:transform .15s ease}.rt-twisty svg{width:10px;height:10px}.rt-node.expanded>.rt-node-row .rt-twisty{transform:rotate(90deg)}.rt-twisty.leafless{visibility:hidden}.rt-type-icon,.rt-legacy-icon,.rt-fav-icon,.rt-gauge-icon{flex:none;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.rt-type-icon svg,.rt-legacy-icon svg,.rt-fav-icon svg,.rt-gauge-icon svg{max-width:100%;max-height:100%}.rt-legacy-icon{color:var(--rt-gold);opacity:.85}.rt-fav-icon{color:rgb(var(--body-text-color));opacity:.35;padding:0;border:none;background:none;cursor:pointer;border-radius:50%}.rt-fav-icon:hover{opacity:.65;background:rgb(var(--btn-bg-color) / .1)}.rt-fav-icon:focus-visible{outline:2px solid rgb(var(--btn-bg-color));outline-offset:1px}.rt-fav-icon.is-fav{color:var(--rt-heart);opacity:1}.rt-fav-icon.is-fav:hover{background:rgb(var(--btn-bg-color) / .1)}.rt-gauge-icon{padding:0;border:none;background:none;cursor:pointer;border-radius:50%}.rt-gauge-icon:hover,.rt-gauge-icon:focus-visible{background:rgb(var(--btn-bg-color) / .12)}.rt-gauge-icon:focus-visible{outline:2px solid rgb(var(--btn-bg-color));outline-offset:1px}.rt-gauge-modal{display:none}.rt-gauge-modal.open{display:block}.rt-gauge-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:9998}.rt-gauge-modal-panel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;background:rgb(var(--body-bg-color));color:rgb(var(--body-text-color));border-radius:var(--btn-border-radius, 3px);padding:1.3rem 1.4rem 1.1rem;max-width:min(560px,92vw);max-height:88vh;overflow-y:auto;box-shadow:0 10px 40px #00000059}.rt-gauge-modal-title{margin:0 1.8rem .7rem 0;font-family:var(--heading-font-family);font-size:1.05rem}.rt-gauge-modal-img{display:block;width:100%;height:auto;border-radius:2px;background:rgb(var(--body-text-color) / .06)}.rt-gauge-modal-note{font-size:.75rem;opacity:.65;margin:.6rem 0 0}.rt-gauge-modal-close{position:absolute;top:.7rem;right:.8rem;width:28px;height:28px;border:none;background:none;font-size:1.4rem;line-height:1;color:rgb(var(--body-text-color));opacity:.6;cursor:pointer;border-radius:50%}.rt-gauge-modal-close:hover{opacity:1;background:rgb(var(--btn-bg-color) / .12)}.rt-node-label{font-weight:500;color:rgb(var(--body-text-color))}.rt-node.depth-0>.rt-node-row .rt-node-label,.rt-node.depth-1>.rt-node-row .rt-node-label{font-family:var(--heading-font-family);font-weight:600;font-size:1.02rem}.rt-node-code{font-size:.74rem;color:rgb(var(--body-text-color));opacity:.6}.rt-state-chip{font-size:.62rem;font-weight:700;letter-spacing:.04em;padding:.06rem .34rem;border-radius:4px;flex:none}.rt-state-chip.or{color:#fff;background:var(--rt-or)}.rt-state-chip.wa{color:#fff;background:var(--rt-wa)}.rt-leaf-count{margin-left:auto;font-variant-numeric:tabular-nums;font-size:.7rem;color:rgb(var(--body-text-color));opacity:.55;flex:none;padding-left:.5rem}.rt-children{margin-left:11px;padding-left:22px;border-left:1.5px solid rgb(var(--btn-bg-color) / .2);display:none}.rt-node.expanded>.rt-children{display:block}.rt-node.on-path>.rt-children{border-left-color:rgb(var(--btn-bg-color))}.rt-no-results{font-size:.83rem;color:rgb(var(--body-text-color));opacity:.75;padding:.4rem .65rem}@media(max-width:760px){.river-tree-layout{grid-template-columns:1fr;gap:1.2rem}.river-tree-rail{position:static;max-height:none;padding-right:0;padding-bottom:1.2rem;border-right:none;border-bottom:1px solid var(--heading-divider-col, #e2e2e2)}.river-tree-stats{margin-left:0}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/chart-river-tree.css.map */
