:root{--base-width:1360px;--app-bg:#f2f4f7;--card-bg:#fff;--card-header:#e6e8eb;--border:#dde0e7;--tooltip-bg:rgba(0,0,0,.9);--txt-primary:rgba(0,0,0,.85);--txt-secondary:rgba(0,0,0,.65);--txt-tertiary:rgba(0,0,0,.35);--txt-support:rgba(0,0,0,.2);--txt-inverse-primary:hsla(0,0%,100%,.9);--txt-inverse-secondary:hsla(0,0%,100%,.6);--txt-inverse-tertiary:hsla(0,0%,100%,.3);--txt-inverse-support:hsla(0,0%,100%,.15);--blue:#195ef1;--green:#1da73c;--dark-green:#01792b;--orange:#f17719;--red:#ff373b;--yellow:#e6c525;--purple:#5856de;--op-01:rgba(0,0,0,.01);--op-03:rgba(0,0,0,.03);--op-05:rgba(0,0,0,.05);--op-08:rgba(0,0,0,.08);--op-10:rgba(0,0,0,.1);--op-15:rgba(0,0,0,.15);--op-20:rgba(0,0,0,.2);--op-30:rgba(0,0,0,.3)}*,:after,:before{box-sizing:border-box;margin:0}:disabled{cursor:default}a{display:flex;line-height:1;text-decoration:none}a:focus{outline:none}[role=button],button{cursor:pointer}button{font-family:inherit;padding:0}button,input{border:none;outline:none}input{background:transparent;font:inherit}html{overflow-x:hidden;scrollbar-gutter:stable}body{background:var(--app-bg);font-family:Geist,Arial,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0)}::-webkit-scrollbar{height:4px;width:0}::-webkit-scrollbar-thumb{background-color:transparent;background-color:#0006;border-radius:50px}::-webkit-scrollbar-corner{background-color:transparent}.copyable{cursor:copy}.clickable{cursor:pointer}.overflow_ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dot{background:var(--txt-tertiary);border-radius:50%;height:3px;transition:all .2s ease;width:3px}.dot.large{height:5px;width:5px}.highlighted{position:relative}.highlighted:hover:after{opacity:.3}.highlighted:after{background:currentcolor;border-radius:50px;bottom:-4px;content:"";height:2px;left:0;opacity:0;pointer-events:none;position:absolute;right:0;transition:all .2s ease}.arrow-up{border-bottom:3px solid var(--txt-support);border-left:3px solid transparent;border-right:3px solid transparent;height:0;width:0}.arrow-up.active{border-bottom:3px solid var(--txt-secondary)}.arrow-down{border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid var(--txt-support);height:0;width:0}.arrow-down.active{border-top:3px solid var(--txt-secondary)}.flex{display:flex}.flex-wide{width:100%}.gap--2{gap:2px}.gap--3{gap:3px}.gap--4{gap:4px}.gap--6{gap:6px}.gap--8{gap:8px}.gap--10{gap:10px}.gap--12{gap:12px}.gap--14{gap:14px}.gap--16{gap:16px}.gap--20{gap:20px}.gap--24{gap:24px}.gap--32{gap:32px}.gap--40{gap:40px}.gap--48{gap:48px}.gap--58{gap:58px}.justify-center{justify-content:center}.items-center{align-items:center}.justify-items-center{justify-items:center}.content-center{align-content:center}.justify-between{justify-content:space-between}.items-between{align-items:space-between}.justify-items-between{justify-items:space-between}.content-between{align-content:space-between}.justify-around{justify-content:space-around}.items-around{align-items:space-around}.justify-items-around{justify-items:space-around}.content-around{align-content:space-around}.justify-evenly{justify-content:space-evenly}.items-evenly{align-items:space-evenly}.justify-items-evenly{justify-items:space-evenly}.content-evenly{align-content:space-evenly}.justify-start{justify-content:flex-start}.items-start{align-items:flex-start}.justify-items-start{justify-items:flex-start}.content-start{align-content:flex-start}.justify-end{justify-content:flex-end}.items-end{align-items:flex-end}.justify-items-end{justify-items:flex-end}.content-end{align-content:flex-end}.wrap-nowrap{flex-wrap:nowrap}.wrap-wrap{flex-wrap:wrap}.wrap-wrapReverse{flex-wrap:wrap-reverse}.flex-direction-row{flex-direction:row}.flex-direction-column{flex-direction:column}.flex-direction-rowReversed{flex-direction:row-reverse}.flex-direction-columnReversed{flex-direction:column-reverse}.fz--8{font-size:8px}.fz--10{font-size:10px}.fz--11{font-size:11px}.fz--12{font-size:12px}.fz--13{font-size:13px}.fz--14{font-size:14px}.fz--15{font-size:15px}.fz--16{font-size:16px}.fz--18{font-size:18px}.fz--20{font-size:20px}.fz--24{font-size:24px}.fz--26{font-size:26px}.fz--32{font-size:32px}.fz--36{font-size:36px}.fz--38{font-size:38px}.fz--40{font-size:40px}.fw--400{font-weight:400}.fw--500{font-weight:500}.fw--600{font-weight:600}.fw--700{font-weight:700}.lh--100{line-height:1}.lh--110{line-height:1.1}.lh--120{line-height:1.2}.lh--130{line-height:1.3}.lh--140{line-height:1.4}.lh--150{line-height:1.5}.lh--160{line-height:1.6}.lh--180{line-height:1.8}.ta--center{text-align:center}.ta--left{text-align:left}.ta--right{text-align:right}.color--primary{color:var(--txt-primary)}.color--secondary{color:var(--txt-secondary)}.color--tertiary{color:var(--txt-tertiary)}.color--support{color:var(--txt-support)}.color--primary-inverse{color:var(--txt-inverse-primary)}.color--secondary-inverse{color:var(--txt-inverse-secondary)}.color--tertiary-inverse{color:var(--txt-inverse-tertiary)}.color--support-inverse{color:var(--txt-inverse-support)}.color--blue{color:var(--blue)}.color--orange{color:var(--orange)}.color--green{color:var(--green)}.color--dark-green{color:var(--dark-green)}.color--red{color:var(--red)}.color--yellow{color:var(--yellow)}.color--purple{color:var(--purple)}.fill--primary{fill:var(--txt-primary)}.fill--secondary{fill:var(--txt-secondary)}.fill--tertiary{fill:var(--txt-tertiary)}.fill--support{fill:var(--txt-support)}.fill--primary-inverse{fill:var(--txt-inverse-primary)}.fill--secondary-inverse{fill:var(--txt-inverse-secondary)}.fill--tertiary-inverse{fill:var(--txt-inverse-tertiary)}.fill--support-inverse{fill:var(--txt-inverse-support)}.fill--blue{fill:var(--blue)}.fill--orange{fill:var(--orange)}.fill--green{fill:var(--green)}.fill--dark-green{fill:var(--dark-green)}.fill--red{fill:var(--red)}.fill--yellow{fill:var(--yellow)}.fill--purple{fill:var(--purple)}.no-wrap{white-space:nowrap}.mono{font-family:Geist Mono}.tabular{font-variant:tabular-nums}.selectable{-webkit-user-select:text;-moz-user-select:text;user-select:text}
