.rdp-root{--rdp-accent-color: blue;--rdp-accent-background-color: #f0f0ff;--rdp-day-height: 44px;--rdp-day-width: 44px;--rdp-day_button-border-radius: 100%;--rdp-day_button-border: 2px solid transparent;--rdp-day_button-height: 42px;--rdp-day_button-width: 42px;--rdp-selected-border: 2px solid var(--rdp-accent-color);--rdp-disabled-opacity: .5;--rdp-outside-opacity: .75;--rdp-today-color: var(--rdp-accent-color);--rdp-dropdown-gap: .5rem;--rdp-months-gap: 2rem;--rdp-nav_button-disabled-opacity: .5;--rdp-nav_button-height: 2.25rem;--rdp-nav_button-width: 2.25rem;--rdp-nav-height: 2.75rem;--rdp-range_middle-background-color: var(--rdp-accent-background-color);--rdp-range_middle-color: inherit;--rdp-range_start-color: white;--rdp-range_start-background: linear-gradient( var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50% );--rdp-range_start-date-background-color: var(--rdp-accent-color);--rdp-range_end-background: linear-gradient( var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50% );--rdp-range_end-color: white;--rdp-range_end-date-background-color: var(--rdp-accent-color);--rdp-week_number-border-radius: 100%;--rdp-week_number-border: 2px solid transparent;--rdp-week_number-height: var(--rdp-day-height);--rdp-week_number-opacity: .75;--rdp-week_number-width: var(--rdp-day-width);--rdp-weeknumber-text-align: center;--rdp-weekday-opacity: .75;--rdp-weekday-padding: .5rem 0rem;--rdp-weekday-text-align: center;--rdp-gradient-direction: 90deg;--rdp-animation_duration: .3s;--rdp-animation_timing: cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction: -90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity: unset}.rdp-root{position:relative;box-sizing:border-box}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{position:absolute;inset-inline-start:0;top:0;height:var(--rdp-nav-height);display:inline-flex}.rdp-root[data-nav-layout=around] .rdp-button_next{position:absolute;inset-inline-end:0;top:0;height:var(--rdp-nav-height);display:inline-flex;justify-content:center}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:-moz-fit-content;max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}:root{--brand-terracota: #d8552c;--brand-terracota-hover: #f26a42;--brand-terracota-pressed: #c0461f;--brand-warmbg: #f4f2ef;--brand-success: #2fb47c;--brand-warning: #e8a93c;--brand-error: #e5484d;--brand-info: #4a90e2;--brand-muted: #827870;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--safe-right: env(safe-area-inset-right, 0px)}.web-scope .navtools{display:inline-flex;align-items:center;gap:8px}.web-scope .navtool{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:6px;height:38px;min-width:38px;padding:0 10px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--ink);font-family:DM Mono,monospace;font-size:12px;font-weight:500;cursor:pointer;transition:border-color .16s,background .16s,color .16s}.web-scope .navtool:hover{border-color:var(--ink)}.web-scope .navtool svg{width:18px;height:18px}.web-scope .langsel{position:relative}.web-scope .langsel-btn span{letter-spacing:.04em}.web-scope .langsel-menu{position:absolute;right:0;top:calc(100% + 6px);z-index:60;min-width:168px;background:var(--surface);border:1px solid var(--line);border-radius:12px;box-shadow:0 18px 44px -22px #140e0b73;padding:6px;display:flex;flex-direction:column;gap:2px}.web-scope .langsel-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:9px 11px;border-radius:8px;font-size:13px;font-weight:500;color:var(--soft);cursor:pointer;transition:background .14s,color .14s}.web-scope .langsel-item:hover{background:var(--bg-2);color:var(--ink)}.web-scope .langsel-item.active{color:var(--ink);font-weight:600}.web-scope .langsel-item svg{color:var(--clay)}:root{--bg: #fcfcfb;--bg-2: #f5f4f2;--bg-3: #ebeae7;--warmbg: #f4f2ef;--sidebar-w: 240px;--surface: #ffffff;--ink: #231c18;--soft: #4e443e;--tmut: #7c726b;--faint: #aba199;--line: rgba(35, 28, 24, .12);--linesoft: rgba(35, 28, 24, .06);--clay: #d8552c;--clayd: #a53e1c;--claysoft: #f6e7df;--success: #2fb47c;--succsoft: #e2f4ec;--warn: #c77a1a;--warnsoft: #f7ecdc;--info: #4a90e2;--infosoft: #e4eef9;--error: #e5484d;--errsoft: #fbe5e6}.web-scope{color:var(--ink);font-family:Montserrat,sans-serif;line-height:1.55}.web-scope *,.web-scope *:before,.web-scope *:after{box-sizing:border-box}.web-scope .mono{font-family:DM Mono,monospace}.web-scope a{color:inherit}.web-scope svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.web-scope img{max-width:100%}.web-scope .container{max-width:1120px;margin:0 auto;padding:0 40px;position:relative}.web-scope .wnavbar{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 86%,transparent);backdrop-filter:saturate(140%) blur(12px);-webkit-backdrop-filter:saturate(140%) blur(12px);border-bottom:1px solid var(--linesoft)}.web-scope .wnavinner{max-width:1120px;margin:0 auto;padding:0 40px;position:relative}.wnav{display:flex;align-items:center;gap:12px;padding:14px 0}.wnav .brand{display:flex;align-items:center;gap:10px;text-decoration:none}.wnav .brand .b{font-weight:800;font-size:20px;letter-spacing:-.02em;color:var(--ink)}.wnav .links{margin-left:auto;display:flex;gap:26px;align-items:center}.wnav .links a{color:var(--soft);font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.wnav .links a:hover{color:var(--ink)}.wnav .links a.on{color:var(--ink);font-weight:600}.wnav-burger{display:none;margin-left:auto;width:44px;height:44px;align-items:center;justify-content:center;background:none;border:0;color:var(--ink);cursor:pointer}.wnav-drawer{display:none;position:absolute;left:20px;right:20px;top:70px;z-index:40;flex-direction:column;gap:10px;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:16px;box-shadow:0 18px 44px -22px #28191266}.wnav-drawer a:not(.btn){color:var(--soft);font-size:15px;font-weight:500;text-decoration:none;min-height:44px;display:flex;align-items:center}.wnav-drawer .btn{justify-content:center}.web-scope .btn{font-weight:600;font-size:14px;border-radius:10px;padding:11px 20px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .25s ease;border:1px solid transparent;cursor:pointer;font-family:Montserrat,sans-serif}.web-scope .btn-primary{background:var(--clay);color:#fff!important}.web-scope .btn-primary:hover{background:var(--clayd)}.web-scope .btn-ghost{color:var(--ink)!important;border-color:var(--line);background:transparent}.web-scope .btn-ghost:hover{border-color:var(--ink)}.web-scope .nf{min-height:calc(100dvh - 220px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:56px 24px 72px;gap:13px}.web-scope .nf-art{position:relative;width:150px;height:150px;display:grid;place-items:center;margin-bottom:2px}.web-scope .nf-halo{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:radial-gradient(circle,var(--claysoft) 0%,transparent 68%)}.web-scope .nf-sym{position:relative;display:inline-flex;animation:flick 3.6s ease-in-out infinite}.web-scope .nf-sym svg circle,.web-scope .nf-sym svg path{fill:var(--clay)}.web-scope .nf-code{font-family:DM Mono,monospace;font-size:88px;font-weight:500;line-height:1;letter-spacing:-2px;color:var(--ink);margin:2px 0 0}.web-scope .nf-code span{color:var(--clay)}.web-scope .nf-title{font-family:Montserrat,sans-serif;font-weight:300;font-size:26px;color:var(--ink);margin:4px 0 0}.web-scope .nf-title b{font-weight:700}.web-scope .nf-desc{color:var(--tmut);max-width:340px;font-size:15px;margin:2px 0 6px}.web-scope .nf-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:2px}.web-scope .nf-help{color:var(--tmut);font-size:13px;margin-top:16px}.web-scope .nf-help a{color:var(--clayd);text-decoration:none;font-weight:600}.web-scope .nf-help a:hover{text-decoration:underline}@keyframes flick{0%,86%,to{opacity:1}90%{opacity:.22}93%{opacity:1}}@media(prefers-reduced-motion:reduce){.web-scope .nf-sym{animation:none}}.wfooter{background:var(--ink);margin-top:auto}.web-scope .help,.web-scope .contact{min-height:100dvh;display:flex;flex-direction:column}:root[data-theme=dark] .wfooter{background:#0a0a0d;border-top:1px solid var(--line)}.wfooter .wfoot{max-width:1120px;margin:0 auto;padding:34px 40px 30px;display:flex;flex-direction:column;gap:20px}.wfooter .wf-top{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.wfooter .wf-brand{display:flex;align-items:center;gap:9px;text-decoration:none}.wfooter .wf-brand .b{font-weight:800;font-size:18px;color:#fcfcfb;letter-spacing:-.02em}.wfooter .wf-brand .tag{font-family:DM Mono,monospace;font-size:11px;color:#8a7f77;margin-left:2px}.wfooter .wf-social{margin-left:auto;display:flex;gap:10px}.wfooter .sclink{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#a99e96;background:#ffffff0d;transition:all .2s}.wfooter .sclink svg{width:18px;height:18px;fill:currentColor;stroke:none}.wfooter .sclink:hover{color:#fcfcfb;background:#ffffff1f}.wfooter .wf-bot{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding-top:18px;border-top:1px solid rgba(255,255,255,.09)}.wfooter .wf-copy{font-family:DM Mono,monospace;font-size:11.5px;color:#8a7f77;letter-spacing:.01em}.wfooter .links{margin-left:auto;display:flex;gap:22px;align-items:center;flex-wrap:wrap}.wfooter a{color:#a99e96;text-decoration:none;transition:color .2s;font-size:13px}.wfooter a:hover{color:#fcfcfb}.web-scope .card{background:var(--surface);border:1px solid var(--line);border-radius:16px}.web-scope .chips{display:flex;gap:8px;flex-wrap:wrap}.web-scope .chip{font-size:12.5px;font-weight:600;color:var(--soft);border:1px solid var(--line);border-radius:99px;padding:7px 15px;cursor:pointer;transition:all .2s;background:var(--surface);font-family:Montserrat,sans-serif}.web-scope .chip:hover{border-color:var(--ink)}.web-scope .chip.on{background:var(--ink);border-color:var(--ink);color:var(--bg)}.fcard{background:var(--surface);padding:18px 20px;margin-bottom:12px;position:relative}.web-scope .fcard .fsave{position:absolute;top:14px;right:16px;display:inline-flex;padding:3px;background:none;border:none;cursor:pointer;color:var(--tmut);transition:color .15s ease}.web-scope .fcard .fsave:hover,.web-scope .fcard .fsave[aria-pressed=true]{color:var(--clay)}.web-scope .fcard h4 a.fcard-h{color:inherit;text-decoration:none;transition:color .15s ease}.web-scope .fcard h4 a.fcard-h:hover{color:var(--clay);text-decoration:underline}.fcard.hl{border-color:#2fb47c73;background:linear-gradient(180deg,#fdfefd,#f7fbf9)}.fmeta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:9px;min-width:0;padding-right:22px}.web-scope .fml{display:flex;align-items:center;gap:6px;flex:1;min-width:0;overflow:hidden}.web-scope .fmeta .cat{display:inline-block;white-space:nowrap;flex-shrink:0;font-family:DM Mono;font-size:10px;letter-spacing:.09em;text-transform:uppercase;font-weight:500;padding:3px 9px;border-radius:6px;background:var(--bg-2);color:var(--tmut)}.web-scope .fmeta .cat.reg{background:var(--infosoft);color:var(--info)}.web-scope .fmeta .cat.mkt{background:var(--warnsoft);color:var(--warn)}.web-scope .fmeta .cat.gov{background:var(--succsoft);color:var(--success)}.fmeta .ago{font-size:11.5px;color:var(--faint);white-space:nowrap;flex-shrink:0}.web-scope .fmeta .fsrc{font-family:DM Mono;font-size:10.5px;text-decoration:none;white-space:nowrap;flex-shrink:0;border-bottom:1px solid transparent;color:var(--tmut);transition:color .15s,border-color .15s}.web-scope .fmeta a.fsrc:hover{color:var(--clay);border-bottom-color:var(--clay)}.fmeta .gtag{font-family:DM Mono;font-size:11px;font-weight:500;color:var(--success);background:var(--succsoft);padding:3px 9px;border-radius:6px;white-space:nowrap;flex-shrink:1;min-width:0;max-width:46%;overflow:hidden;text-overflow:ellipsis}.fcard .frow{display:flex;gap:14px;align-items:flex-start}.fcard .ci{width:40px;height:40px;border-radius:11px;display:flex;align-items:center;justify-content:center;flex:none}.fcard .ci svg{width:19px;height:19px}.fcard h4{font-size:15.5px;font-weight:700;letter-spacing:-.01em;line-height:1.35;margin-bottom:4px}.fcard p{font-size:13px;color:var(--soft);line-height:1.6}.fcard .lockact{display:inline-flex;align-items:center;gap:7px;margin-top:10px;font-size:12.5px;font-weight:700;color:var(--clayd);text-decoration:none}.fcard .lockact svg{width:14px;height:14px}.fcard button.lockact{background:none;border:none;padding:0;cursor:pointer}.web-scope .fcard.dealable{cursor:pointer}.web-scope .dealrow{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:9px}.web-scope .dealrow .dealdue{font-family:DM Mono;font-size:10.5px;white-space:nowrap;padding:3px 9px;border-radius:6px;background:var(--bg-2);color:var(--tmut)}.web-scope .dealrow .dealdue.soon{background:var(--warnsoft);color:var(--warn);font-weight:700}.web-scope .dealrow .dealgeo{font-family:DM Mono;font-size:10.5px;white-space:nowrap;padding:3px 9px;border-radius:6px;background:var(--infosoft);color:var(--info)}.ftease{padding:18px 20px}.fth{display:flex;align-items:center;gap:11px;margin-bottom:14px}.fth .fthbody{min-width:0}.floc{margin-left:auto;flex:none;display:inline-flex;align-items:center;gap:5px;min-height:30px;padding:5px 10px;background:var(--bg-2);border:1px solid var(--line);border-radius:9px;font-size:11.5px;font-weight:600;color:var(--soft);cursor:pointer;transition:background .18s,color .18s,border-color .18s}.floc:hover{border-color:var(--ink);color:var(--ink)}.floc svg{width:13px;height:13px}.floc:disabled{cursor:progress;opacity:.7}.srclink{color:inherit;text-decoration:underline;text-underline-offset:2px;text-decoration-color:color-mix(in srgb,currentColor 45%,transparent);transition:color .15s,text-decoration-color .15s}.srclink:hover{color:var(--clayd);text-decoration-color:currentColor}.fth .ic{width:38px;height:38px;border-radius:11px;background:var(--bg-2);display:flex;align-items:center;justify-content:center}.fth .ic svg{width:18px;height:18px;color:var(--soft)}.fth .un{font-weight:700;font-size:14.5px}.fth .uo{font-size:11.5px;color:var(--tmut)}.fbest{display:flex;align-items:center;justify-content:space-between;background:var(--bg-2);border:1px solid var(--linesoft);border-radius:12px;padding:11px 14px;margin-bottom:12px}.fbest .btag{font-family:DM Mono;font-size:9.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--success);font-weight:500}.fbest .bn{font-weight:700;font-size:13.5px;margin-top:2px}.fbest .bn span{font-weight:500;color:var(--tmut);font-size:12px}.fbest .bp{font-family:DM Mono;font-weight:500;font-size:21px;color:var(--ink)}.fbest .bp u{text-decoration:none;font-size:11px;color:var(--tmut)}.fempty{display:flex;align-items:center;gap:11px;background:var(--bg-2);border:1px solid var(--linesoft);border-radius:12px;padding:13px 14px;margin-bottom:12px}.fempty .ic{flex:none;width:34px;height:34px;border-radius:10px;background:var(--bg-1);display:flex;align-items:center;justify-content:center}.fempty .ic svg{width:16px;height:16px;stroke:var(--tmut)}.fempty .t{font-size:12.5px;font-weight:500;color:var(--soft);line-height:1.35}.fpumps{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.pump{display:flex;flex-direction:column;align-items:center;gap:3px;background:var(--surface);border:1px solid var(--line);border-radius:11px;padding:10px 4px;cursor:default}.pump svg{width:16px;height:16px}.pump b{font-family:DM Mono;font-weight:500;font-size:13.5px}.pump .pl{font-size:10px;color:var(--tmut)}.ffuels{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:12px}.fbox{display:flex;flex-direction:column;align-items:center;gap:4px;background:var(--surface);border:1px solid var(--line);border-radius:11px;padding:10px 4px}.fbox .ic{display:flex;align-items:center;justify-content:center}.fbox .ic svg{width:16px;height:16px}.fbox .fp{font-family:DM Mono;font-weight:500;font-size:12.5px;color:var(--ink);white-space:nowrap}.fbox .fl{font-size:10px;color:var(--tmut)}.fgridcap{margin:-6px 0 12px;font-size:10.5px;color:var(--tmut);line-height:1.4}.fnotify{display:flex;align-items:center;gap:11px;margin-top:12px;background:var(--claysoft);border-radius:12px;padding:11px 14px;text-decoration:none;transition:background .2s}.fnotify:hover{background:#f1dcd1}.fnotify .ic{width:30px;height:30px;border-radius:9px;background:#fff;display:flex;align-items:center;justify-content:center;flex:none}.fnotify .ic svg{width:15px;height:15px;color:var(--clayd)}.fnotify .t{font-weight:700;font-size:12.5px;color:var(--clayd)}.fnotify .s{font-size:11px;color:#b0633f;line-height:1.45}.fnotify .go{margin-left:auto;color:var(--clayd);font-weight:700}:root[data-theme=dark] .web-scope .fnotify{background:#e2552f21;border:1px solid rgba(226,85,47,.3)}:root[data-theme=dark] .web-scope .fnotify:hover{background:#e2552f33}:root[data-theme=dark] .web-scope .fnotify .ic{background:var(--clay)}:root[data-theme=dark] .web-scope .fnotify .ic svg{color:#fff}:root[data-theme=dark] .web-scope .fnotify .s{color:#c9c7ce}.web-scope .card.acct{padding:20px;background:var(--ink);border-color:var(--ink);color:#fcfcfb;margin-bottom:12px}.acct .top{display:flex;gap:13px;align-items:flex-start;margin-bottom:14px}.acct .ic{width:38px;height:38px;border-radius:11px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;flex:none}.acct .ic svg{width:18px;height:18px;color:#fcfcfb}.acct .t{font-weight:700;font-size:15px}.acct .s{font-size:12.5px;color:#a99e96;line-height:1.55;margin-top:3px}.acct .cta{display:block;text-align:center;background:var(--clay);color:#fff;font-weight:700;font-size:13.5px;border-radius:10px;padding:12px;text-decoration:none;transition:background .2s}.acct .cta:hover{background:var(--clayd)}:root[data-theme=dark] .fcard.hl{background:linear-gradient(180deg,#33c0891f,#33c0890a);border-color:#33c08966}:root[data-theme=dark] .acct{background:#101014;border-color:var(--line)}.authwrap{min-height:100vh;min-height:100dvh;background:var(--warmbg);display:flex;flex-direction:column}.authmain{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 20px}.authcard{width:100%;max-width:420px;background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:38px 40px;box-shadow:0 24px 60px -38px #28191259}.authcard .alogo{display:flex;align-items:center;gap:9px;margin-bottom:26px}.authcard .alogo .b{font-weight:800;font-size:19px;letter-spacing:-.02em}.authcard h1{font-weight:300;font-size:28px;letter-spacing:-.03em;line-height:1.15}.authcard h1 b{font-weight:700}.authcard .lead{font-size:13.5px;color:var(--tmut);line-height:1.6;margin-top:9px}.afields{margin-top:24px;display:flex;flex-direction:column;gap:16px}.field .fl{display:block;font-size:12px;font-weight:600;color:var(--soft);margin-bottom:7px}.finput{display:flex;align-items:center;gap:10px;background:var(--bg-2);border:1.5px solid var(--line);border-radius:12px;padding:13px 15px;transition:border-color .2s,box-shadow .2s}.finput:focus-within{border-color:var(--clay);box-shadow:0 0 0 3px var(--claysoft)}.finput svg{width:17px;height:17px;color:var(--tmut);flex:none}.finput input{border:0;background:transparent;outline:none;flex:1;font-family:Montserrat,sans-serif;font-size:14.5px;font-weight:500;color:var(--ink)}.finput input::-moz-placeholder{color:var(--faint);font-weight:400}.finput input::placeholder{color:var(--faint);font-weight:400}.finput.err{border-color:var(--errstrong);box-shadow:0 0 0 3px var(--errsoft)}.finput.err svg{color:var(--errstrong)}.ferr{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:var(--errstrong);margin-top:7px}.ferr svg{width:13px;height:13px;flex:none}.legal{font-size:11.5px;color:var(--faint);line-height:1.55;margin-top:16px}.legal a{color:var(--tmut);font-weight:600;text-decoration:underline;text-decoration-color:var(--line)}.fbtn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;background:var(--clay);color:#fff;font-family:Montserrat,sans-serif;font-weight:700;font-size:14.5px;border:0;border-radius:12px;padding:15px;cursor:pointer;transition:background .25s;text-align:center;text-decoration:none;margin-top:16px}.fbtn svg{width:18px;height:18px;flex:none}.fbtn:hover{background:var(--clayd)}.fbtn:disabled{opacity:.6;cursor:default}.fdiv{display:flex;align-items:center;gap:14px;color:var(--faint);font-size:11.5px;margin:18px 0;text-transform:uppercase;letter-spacing:.1em;font-family:DM Mono}.fdiv:before,.fdiv:after{content:"";flex:1;height:1px;background:var(--line)}.fghost{display:flex;align-items:center;justify-content:center;gap:10px;border:1.5px solid var(--line);border-radius:12px;padding:13px;font-weight:600;font-size:14px;color:var(--ink);text-decoration:none;cursor:pointer;transition:border-color .2s;background:var(--surface);font-family:Montserrat,sans-serif;width:100%}.fghost:hover{border-color:var(--ink)}.afoot{text-align:center;font-size:13px;color:var(--tmut);margin-top:22px}.afoot a{color:var(--clayd);font-weight:700;text-decoration:none}.authback{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--tmut);text-decoration:none;margin-bottom:18px;transition:color .2s;background:none;border:0;cursor:pointer;font-family:Montserrat,sans-serif}.authback:hover{color:var(--ink)}.authback svg{width:15px;height:15px}.otp{display:flex;gap:8px;margin-top:26px;justify-content:center;flex-wrap:nowrap}.otp input{flex:1 1 0;min-width:0;max-width:48px;height:52px;border:1.5px solid var(--line);border-radius:11px;background:var(--bg-2);text-align:center;font-family:DM Mono,monospace;font-size:21px;font-weight:500;color:var(--ink);outline:none;transition:border-color .2s,box-shadow .2s}.otp input:focus{border-color:var(--clay);box-shadow:0 0 0 3px var(--claysoft)}.otp input.err{border-color:var(--errstrong)}#__tip{position:fixed;z-index:99;background:#26262e;border:1px solid rgba(255,255,255,.12);color:#fcfcfb;font-size:11px;line-height:1.5;border-radius:9px;padding:8px 11px;pointer-events:none;opacity:0;transition:opacity .15s;max-width:230px}#__tip em{font-style:normal;font-family:DM Mono;color:#f6d9cc}@media(max-width:760px){.web-scope .container{padding:0 20px}.wnav .links{display:none}.wnav-burger{display:inline-flex}.wnav-drawer{display:flex}.fpumps{grid-template-columns:repeat(5,1fr);gap:5px}.authcard{padding:30px 24px}}.web-scope .ckb{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:flex;align-items:flex-end;justify-content:center;padding:22px;padding-bottom:calc(22px + var(--safe-bottom, 0px));background:#140e0b57}.web-scope .ckb-card{pointer-events:auto;width:100%;max-width:640px;background:var(--surface);border:1px solid var(--line);border-radius:20px;box-shadow:0 34px 80px -28px #140e0b99;padding:22px 24px}.web-scope .ckb-back{display:inline-flex;align-items:center;gap:6px;background:transparent;border:0;color:var(--tmut);font:inherit;font-size:12.5px;font-weight:600;cursor:pointer;padding:0 0 12px;transition:color .15s}.web-scope .ckb-back:hover{color:var(--ink)}.web-scope .ckb-back svg{width:15px;height:15px}.web-scope .ckb-head{display:flex;gap:12px;align-items:flex-start}.web-scope .ckb-ic{flex:none;width:34px;height:34px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:var(--claysoft);color:var(--clay)}.web-scope .ckb-t{font-weight:700;font-size:15px;color:var(--ink)}.web-scope .ckb-lead{margin:4px 0 0;font-size:12.5px;line-height:1.55;color:var(--tmut)}.web-scope .ckb-lead a{color:var(--tmut);font-weight:600;text-decoration:underline;text-decoration-color:var(--line)}.web-scope .ckb-panel{margin-top:14px;display:grid;gap:8px}.web-scope .ckb-cat{display:flex;align-items:center;gap:11px;padding:12px 14px;background:var(--bg-2);border:1px solid var(--linesoft);border-radius:13px;cursor:pointer;position:relative}.web-scope .ckb-cat.locked{cursor:default}.web-scope .ckb-cat-ic{flex:none;color:var(--tmut);display:inline-flex}.web-scope .ckb-cat-txt{flex:1;display:flex;flex-direction:column;gap:2px}.web-scope .ckb-cat-t{font-weight:600;font-size:13px;color:var(--ink)}.web-scope .ckb-cat-t em{font-style:normal;font-weight:500;color:var(--faint);font-size:11px}.web-scope .ckb-cat-d{font-size:11.5px;color:var(--tmut);line-height:1.45}.web-scope .ckb-sw{flex:none;width:38px;height:22px;border-radius:999px;background:var(--line);position:relative;transition:background .18s}.web-scope .ckb-sw.on{background:var(--clay)}.web-scope .ckb-sw.locked{background:var(--clay);opacity:.45}.web-scope .ckb-knob{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000040;transition:transform .18s}.web-scope .ckb-sw.on .ckb-knob{transform:translate(16px)}:root[data-theme=dark] .web-scope .ckb-knob{background:#e7e5ea}.web-scope .ckb-sr{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.web-scope .ckb-actions{margin-top:16px;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.web-scope .ckb-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--line);background:var(--surface);color:var(--ink);font:inherit;font-weight:600;font-size:13px;padding:10px 16px;border-radius:10px;cursor:pointer;transition:background .15s,border-color .15s}.web-scope .ckb-btn.ghost:hover{background:var(--bg-2)}.web-scope .ckb-btn.primary{background:var(--clay);border-color:var(--clay);color:#fff}.web-scope .ckb-btn.primary:hover{background:var(--brand-terracota-hover, #f26a42);border-color:var(--brand-terracota-hover, #f26a42)}@media(max-width:560px){.web-scope .ckb-actions{justify-content:stretch}.web-scope .ckb-btn{flex:1;text-align:center}}.web-scope .legalpage{max-width:760px;margin:0 auto;padding:40px 24px 80px}.web-scope .legalpage h1{font-size:30px;font-weight:800;color:var(--ink);margin:0 0 6px}.web-scope .legalpage .updated{font-size:12px;color:var(--faint);margin:0 0 8px}.web-scope .legalpage .draftnote{font-size:12px;color:var(--warn);background:var(--warnsoft);border:1px solid rgba(199,122,26,.25);border-radius:10px;padding:10px 12px;margin:0 0 28px}:root[data-theme=dark] .web-scope .legalpage .draftnote{border-color:#e8a93c4d}.web-scope .legalpage h2{font-size:18px;font-weight:700;color:var(--ink);margin:30px 0 8px}.web-scope .legalpage h3{font-size:14.5px;font-weight:700;color:var(--ink);margin:20px 0 6px}.web-scope .legalpage p,.web-scope .legalpage li{font-size:13.5px;line-height:1.7;color:var(--tmut)}.web-scope .legalpage ul{margin:8px 0 8px 18px;display:grid;gap:4px}.web-scope .legalpage a{color:var(--clay);text-decoration:underline;text-decoration-color:var(--line);font-weight:600}.web-scope .legalpage .legaltable{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;border-collapse:collapse;margin:12px 0;font-size:12.5px}.web-scope .legalpage .legaltable th,.web-scope .legalpage .legaltable td{min-width:92px}@media(max-width:640px){.beta-ribbon{display:none!important}}.web-scope .legalpage .legaltable th,.web-scope .legalpage .legaltable td{border:1px solid var(--line);padding:9px 11px;text-align:left;vertical-align:top;color:var(--tmut)}.web-scope .legalpage .legaltable th{background:var(--bg-2);color:var(--ink);font-weight:700}.web-scope .legalpage .ckb-relink{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--line);background:var(--surface);color:var(--ink);font:inherit;font-weight:600;font-size:13px;padding:9px 15px;border-radius:10px;cursor:pointer}.web-scope .srccap{font-size:10.5px;color:var(--faint);margin-top:6px;display:inline-flex;align-items:center;gap:4px}.web-scope .uchip-wrap{position:relative}.web-scope .uchip{display:inline-flex;align-items:center;gap:8px;padding:5px 12px 5px 5px;border:1px solid var(--line);border-radius:999px;background:var(--surface);cursor:pointer;font-family:Montserrat,sans-serif;font-weight:600;font-size:14px;color:var(--ink);transition:border-color .2s}.web-scope .uchip:hover{border-color:var(--ink)}.web-scope .uav{width:30px;height:30px;border-radius:50%;flex:none;display:grid;place-items:center;background:var(--claysoft);color:var(--clayd);font-weight:700;font-size:12px}.web-scope .uchip .unm{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.web-scope .umenu{position:absolute;top:calc(100% + 8px);right:0;min-width:224px;background:var(--surface);border:1px solid var(--line);border-radius:13px;box-shadow:0 12px 32px #00000029;padding:6px;z-index:60}.web-scope .umhead{display:flex;align-items:center;gap:10px;padding:8px 10px 10px}.web-scope .umid{min-width:0}.web-scope .umhead .unm{font-weight:700;font-size:14px;color:var(--ink)}.web-scope .uem{font-size:12px;color:var(--tmut);font-family:DM Mono,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:184px}.web-scope .umitem{display:flex;align-items:center;gap:9px;width:100%;padding:9px 10px;border-radius:9px;border:0;background:transparent;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;color:var(--ink);cursor:pointer;text-decoration:none;text-align:left}.web-scope .umitem:hover{background:var(--bg-3)}.web-scope .umitem.danger{color:var(--clayd)}.web-scope .umsep{height:1px;background:var(--line);margin:5px 6px}.web-scope .muser{display:flex;align-items:center;gap:10px;padding:2px 0 10px;border-bottom:1px solid var(--line);margin-bottom:6px}.web-scope .datepick{display:inline-flex;align-items:center;gap:8px;width:100%;padding:9px 12px;border:1px solid var(--line);border-radius:10px;background:var(--bg-2);color:var(--ink);font-family:DM Mono,monospace;font-size:12.5px;cursor:pointer;text-align:left;transition:border-color .15s}.web-scope .datepick:hover{border-color:var(--clay)}.web-scope .datepick:focus-visible{outline:none;border-color:var(--clay);box-shadow:0 0 0 3px var(--claysoft)}.web-scope .datepick svg{width:14px;height:14px;color:var(--tmut);flex:none}.web-scope .datepick .datepick-ph{color:var(--tmut)}.web-scope .datepick[disabled]{opacity:.55;cursor:not-allowed}.web-scope .busy-fs{display:contents}.web-scope .busy-fs:disabled :is(input,textarea,button,select,.finput,.fselect,.ftext,.repsel){opacity:.6}.web-scope .lp-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--surface);border:1.5px solid var(--line);border-radius:10px;box-shadow:0 4px 20px #0000001f;z-index:50;overflow:hidden}.web-scope .lp-search{width:100%;border:0;border-bottom:1px solid var(--line);background:transparent;padding:9px 13px;font-family:Montserrat,sans-serif;font-size:13px;color:var(--ink);outline:none;box-sizing:border-box}.web-scope .lp-search::-moz-placeholder{color:var(--tmut)}.web-scope .lp-search::placeholder{color:var(--tmut)}.web-scope .lp-list{max-height:200px;overflow-y:auto}.web-scope .lp-item{padding:9px 13px;font-size:13px;color:var(--ink);cursor:pointer;transition:background .12s}.web-scope .lp-item:hover{background:var(--claysoft)}.web-scope .lp-item.active{background:var(--claysoft);font-weight:600;color:var(--clayd)}.web-scope .lp-empty{padding:10px 13px;font-size:13px;color:var(--tmut)}.web-scope .fselect-sel{flex:1;min-width:0;border:0;background:transparent;outline:none;text-align:left;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;color:var(--ink);cursor:pointer;padding:0 22px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.web-scope .fselect-sel:disabled{cursor:not-allowed;opacity:.6}.web-scope .lp-placeholder,.web-scope .lp-placeholder .lp-trigger-label{color:var(--tmut);font-weight:400}.web-scope .lp-pf-wrap{width:100%}.web-scope .lp-trigger.lp-pf{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;font-family:Montserrat,sans-serif;font-size:13.5px;font-weight:500;color:var(--ink);background:var(--bg-2);border:1.5px solid var(--line);border-radius:10px;padding:9px 12px;outline:none;cursor:pointer;text-align:left;transition:border-color .2s,box-shadow .2s}.web-scope .lp-trigger.lp-pf:focus,.web-scope .lp-trigger.lp-pf.open{border-color:var(--clay);box-shadow:0 0 0 3px var(--claysoft)}.web-scope .lp-trigger.lp-pf:disabled{cursor:not-allowed;opacity:.6}.web-scope .lp-trigger.lp-pf .lp-trigger-label{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.web-scope .lp-trigger.lp-pf .lp-chev{flex:none;width:15px;height:15px;color:var(--tmut);pointer-events:none}.web-scope .pf-field .locality-picker{gap:8px}.web-scope .hero{display:grid;grid-template-columns:1.04fr .96fr;gap:56px;align-items:center;padding:64px 0 52px}.web-scope .eyebrow{display:inline-flex;align-items:center;gap:9px;font-family:DM Mono;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--clayd);margin-bottom:22px}.web-scope .eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--clay)}.web-scope .hero h1{font-weight:300;font-size:clamp(38px,4.6vw,58px);letter-spacing:-.035em;line-height:1.04;color:var(--ink)}.web-scope .hero h1 b{font-weight:700}.web-scope .hero .lead{color:var(--soft);font-size:17px;max-width:460px;margin:22px 0 26px;line-height:1.62;text-wrap:pretty}.web-scope .mtcard{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:16px 18px;max-width:460px;box-shadow:0 18px 44px -30px #28191266}.web-scope .mthead{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.web-scope .mttitle{font-weight:700;font-size:16px;letter-spacing:-.01em;color:var(--ink)}.web-scope .mtscope{font-size:12px;color:var(--tmut);margin-top:2px}.web-scope .mtloc{display:inline-flex;align-items:center;gap:6px;flex:none;min-height:36px;background:var(--bg-2);border:1px solid var(--line);border-radius:10px;padding:7px 12px;font-size:12px;font-weight:600;color:var(--soft);cursor:pointer;transition:background .18s,color .18s,border-color .18s}.web-scope .mtloc:hover{border-color:var(--ink);color:var(--ink)}.web-scope .mtloc svg{width:14px;height:14px}.web-scope .mtloc.on{background:var(--claysoft);border-color:var(--clay);color:var(--clayd)}.web-scope .mtloc:disabled{cursor:progress;opacity:.7}.web-scope .mtgrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.web-scope .mtcellwrap{background:var(--bg-2);border:1px solid var(--line);border-radius:12px;padding:12px 13px}.web-scope .mtcell{display:flex;align-items:flex-start;gap:10px}.web-scope .mtic{width:30px;height:30px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;flex:none}.web-scope .mtic svg{width:16px;height:16px}.web-scope .mtic-clay{background:var(--claysoft);color:var(--clay)}.web-scope .mtic-info{background:var(--infosoft);color:var(--info)}.web-scope .mtic-warn{background:var(--warnsoft);color:var(--warn)}.web-scope .mtic-neutral{background:var(--bg-2);color:var(--tmut);border:1px solid var(--line)}.web-scope .mtbody{min-width:0}.web-scope .mtval{display:flex;align-items:baseline;gap:4px}.web-scope .mtval b{font-family:DM Mono;font-weight:500;font-size:18px;letter-spacing:-.01em;color:var(--ink)}.web-scope .mtunit{font-size:11px;color:var(--tmut)}.web-scope .mtlabel{font-size:12px;color:var(--soft);margin-top:1px}.web-scope .mtdelta{font-family:DM Mono;font-size:11px;font-weight:500;margin-top:4px}.web-scope .mtdelta-down{color:var(--success)}.web-scope .mtdelta-up{color:var(--clayd)}.web-scope .mtdelta-flat{color:var(--faint)}.web-scope .mtfuelsub{font-size:10.5px;color:var(--tmut);margin-top:8px;padding-top:7px;border-top:1px dashed var(--line);line-height:1.4}.web-scope .mtfoot{font-family:DM Mono;font-size:9.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--faint);margin-top:12px}.web-scope .mtfoot .mtupd{cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;text-underline-offset:2px}.web-scope .mtskel-bar{position:relative;overflow:hidden;background:var(--bg-3, #eee);border-radius:5px;height:12px}.web-scope .mtskel-bar:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,var(--bg-2, #f6f4f1),transparent);transform:translate(-100%);animation:mtskel-shimmer 1.2s ease-in-out infinite}.web-scope .mtskel-scope{width:150px;height:10px;margin-top:5px}.web-scope .mtskel-val{width:74px;height:16px;margin:2px 0 3px}.web-scope .mtskel-delta{width:48px;height:9px;margin-top:5px}.web-scope .mtskel-foot{width:220px;height:9px}@keyframes mtskel-shimmer{to{transform:translate(100%)}}.web-scope .ptmap{position:relative;width:100%;aspect-ratio:1 / 1.06;border-radius:18px;overflow:visible;border:1px solid var(--line);background:radial-gradient(120% 90% at 60% 28%,#fbf4f0,#f2eeea 58%,#ece7e2);box-shadow:0 22px 50px -34px #28191273}.web-scope .ptmap-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(38% 30% at 62% 42%,rgba(216,85,44,.1),transparent 70%);pointer-events:none}.web-scope .maptitle{position:absolute;left:14px;top:13px;font-family:DM Mono,monospace;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--faint);line-height:1.5;z-index:2;max-width:90px}.web-scope .maptitle .hint{display:block;margin-top:3px;font-size:8.5px;letter-spacing:.02em;text-transform:none;color:var(--clayd)}.web-scope .maplegend{position:absolute;right:13px;top:13px;display:flex;flex-direction:column;gap:5px;font-family:DM Mono,monospace;font-size:9.5px;color:var(--soft);background:var(--surface);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--line);border-radius:9px;padding:8px 10px;z-index:2}.web-scope .maplegend .lr{display:flex;align-items:center;gap:6px}.web-scope .maplegend .sw{width:8px;height:8px;border-radius:50%;flex:none}.web-scope .maplegend .sw-electricity{background:var(--clay)}.web-scope .maplegend .sw-water{background:var(--info)}.web-scope .maplegend .sw-gas_bottle{background:var(--warn)}.web-scope .maplegend .sw-fuel{background:var(--tmut)}.web-scope .ptmap-svg.land{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.web-scope .ptmap-svg .tiles rect.mapmosaic{fill:#fff;stroke:none}.web-scope .ptmap-svg .grat line{stroke:#231c180d;stroke-width:1}.web-scope .ptmap-svg .mapbox{fill:none;stroke:#231c1821;stroke-width:1;stroke-dasharray:3 4}.web-scope .ptmap-svg text.maplabel{font-family:DM Mono,monospace;font-size:8.5px;fill:var(--faint);letter-spacing:.14em;stroke:none;font-weight:500}.web-scope .ptmap-pt{position:absolute;transform:translate(-50%,-50%);width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:transparent;border:0;padding:0;cursor:pointer;z-index:5}.web-scope .ptmap-dot{width:10px;height:10px;border-radius:50%;background:var(--clay);box-shadow:0 1px 3px #28191259;transition:box-shadow .2s}.web-scope .ptmap-ring{position:absolute;width:10px;height:10px;border-radius:50%;border:1.5px solid var(--clay);animation:ptmap-pulse 2.8s ease-out infinite;pointer-events:none}@keyframes ptmap-pulse{0%{transform:scale(1);opacity:.5}80%{opacity:0}to{transform:scale(3.4);opacity:0}}@media(prefers-reduced-motion:reduce){.web-scope .ptmap-ring{animation:none;opacity:0}}.web-scope .ptmap-pt:hover .ptmap-dot,.web-scope .ptmap-pt.active .ptmap-dot{box-shadow:0 0 0 4px #d8552c2e,0 1px 4px #28191259}.web-scope .ptmap-pt.active{z-index:7}.web-scope .mappop{position:absolute;bottom:160%;left:50%;transform:translate(-50%);width:218px;background:var(--surface);border:1px solid var(--line);border-radius:13px;box-shadow:0 20px 44px -18px #2819126b;padding:12px 14px;text-align:left;cursor:default;z-index:6}.web-scope .mappop-h{font-weight:700;font-size:13px;color:var(--ink);text-align:center;margin-bottom:10px;letter-spacing:-.01em}.web-scope .mappop-grid{display:grid;gap:9px}.web-scope .mappop-row{display:flex;align-items:center;gap:9px}.web-scope .mappop-ic{width:24px;height:24px;border-radius:7px;flex:none;display:flex;align-items:center;justify-content:center}.web-scope .mappop-ic svg{width:13px;height:13px}.web-scope .mappop-ic.ic-electricity{color:var(--clay);background:var(--claysoft)}.web-scope .mappop-ic.ic-water{color:var(--info);background:var(--infosoft)}.web-scope .mappop-ic.ic-gas_bottle{color:var(--warn);background:var(--warnsoft)}.web-scope .mappop-ic.ic-fuel{color:var(--tmut);background:var(--bg-2);border:1px solid var(--line)}.web-scope .mappop-cat{flex:1;font-size:11.5px;color:var(--soft)}.web-scope .mappop-cat .mappop-sub{display:block;font-size:9px;color:var(--tmut);margin-top:1px}.web-scope .mappop-val{font-family:DM Mono,monospace;font-size:11.5px;font-weight:500;color:var(--ink);white-space:nowrap}.web-scope .mappop-val u{font-style:normal;text-decoration:none;font-size:9px;color:var(--tmut);margin-left:1px}.web-scope .heroviz{position:relative}.web-scope .lphone{position:absolute;right:-40px;bottom:-26px;width:200px;border-radius:30px;background:#fff;padding:7px;box-shadow:0 24px 54px -24px #28191252;border:1px solid var(--line);z-index:4}.web-scope .lscreen{border-radius:24px;background:var(--warmbg);overflow:hidden;padding:13px 11px}.web-scope .lp-top{display:flex;align-items:center;gap:7px;margin-bottom:11px}.web-scope .lp-logo{display:inline-flex}.web-scope .lp-top .hi{font-weight:700;font-size:11px;color:var(--ink)}.web-scope .lp-top .bell{margin-left:auto;width:15px;height:15px;border-radius:50%;background:var(--clay);position:relative}.web-scope .lopp{background:var(--clay);border-radius:15px;padding:13px;margin-bottom:9px;color:#fff6f2;position:relative;overflow:hidden}.web-scope .lopp .k{font-family:DM Mono;font-size:7px;letter-spacing:.12em;text-transform:uppercase;color:#f6d9cc}.web-scope .lopp .amt{font-family:DM Mono;font-weight:500;font-size:23px;line-height:1.1;margin:3px 0 1px}.web-scope .lopp .desc{font-size:8.5px;color:#fbe7dd;line-height:1.4}.web-scope .lopp .bars{display:flex;gap:3px;align-items:flex-end;height:26px;margin-top:9px}.web-scope .lopp .bars i{flex:1;align-self:flex-end;background:#ffffff52;border-radius:2px}.web-scope .lalert{background:#fff;border:1px solid var(--line);border-radius:11px;padding:9px 10px;margin-bottom:9px;display:flex;gap:7px;align-items:flex-start}.web-scope .lalert .wic{width:18px;height:18px;border-radius:6px;background:var(--warnsoft);display:flex;align-items:center;justify-content:center;flex:none}.web-scope .lalert .wic svg{width:10px;height:10px;stroke:var(--warn);fill:none;stroke-width:2}.web-scope .lalert .t{font-size:9px;font-weight:700;color:var(--ink)}.web-scope .lalert .s{font-size:8px;color:var(--tmut);margin-top:1px;line-height:1.4}.web-scope .lcons{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.web-scope .lcc{background:#fff;border:1px solid var(--line);border-radius:10px;padding:8px 4px;text-align:center}.web-scope .lcc .v{font-family:DM Mono;font-size:10px;font-weight:500;color:var(--ink)}.web-scope .lcc .l{font-size:7px;color:var(--tmut);margin-top:1px}:root[data-theme=dark] .web-scope .ptmap{background:radial-gradient(120% 90% at 60% 28%,#1c1823,#16141b 58%,#101015);box-shadow:0 22px 50px -34px #0009}:root[data-theme=dark] .web-scope .ptmap-glow{background:radial-gradient(38% 30% at 62% 42%,rgba(226,85,47,.2),transparent 70%)}:root[data-theme=dark] .web-scope .ptmap-svg .tiles rect.mapmosaic{fill:#302d3a}:root[data-theme=dark] .web-scope .ptmap-svg .grat line{stroke:#ffffff0d}:root[data-theme=dark] .web-scope .ptmap-svg .mapbox{stroke:#ffffff26}:root[data-theme=dark] .web-scope .maplegend{background:#141419d6}:root[data-theme=dark] .web-scope .lphone{background:#08080b;border-color:var(--line)}:root[data-theme=dark] .web-scope .lalert,:root[data-theme=dark] .web-scope .lcc{background:var(--bg-3);border-color:var(--line)}.web-scope .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.web-scope .strip{display:flex;align-items:center;gap:30px;justify-content:center;padding:24px 0 40px;flex-wrap:wrap;border-top:1px solid var(--linesoft)}.web-scope .strip .lbl{font-family:DM Mono;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--faint)}.web-scope .strip .op{font-weight:700;font-size:15px;color:var(--tmut)}.web-scope .band{background:var(--bg-2);scroll-margin-top:84px}.web-scope .band .container{padding-top:66px;padding-bottom:66px}.web-scope h2.sect{font-weight:300;font-size:34px;letter-spacing:-.025em;margin-bottom:6px}.web-scope h2.sect b{font-weight:700}.web-scope .sub{color:var(--tmut);font-size:15px;margin-bottom:42px}.web-scope .fgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:var(--surface)}.web-scope .featc{padding:30px 26px;border-right:1px solid var(--line)}.web-scope .featc:last-child{border-right:0}.web-scope .fnum{font-family:DM Mono;font-size:11px;color:var(--clayd);letter-spacing:.1em;margin-bottom:16px}.web-scope .featc h3{font-weight:700;font-size:18px;margin-bottom:9px;letter-spacing:-.01em}.web-scope .featc p{color:var(--soft);font-size:13.5px;line-height:1.65}.web-scope .featc .how{font-family:DM Mono;font-size:10px;color:var(--faint);margin-top:13px;letter-spacing:.03em}.web-scope .teaser .container{padding-top:66px;padding-bottom:70px}.web-scope .teasergrid{display:grid;grid-template-columns:1fr 380px;gap:28px;align-items:start}.web-scope .teaser .seeall{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:var(--clayd);text-decoration:none;margin-top:6px}.web-scope .teaser .seeall:hover{text-decoration:underline}.web-scope .quote{padding:70px 0;text-align:center}.web-scope .quote p{font-weight:300;font-size:clamp(24px,3vw,34px);letter-spacing:-.025em;line-height:1.3;max-width:780px;margin:0 auto;color:var(--ink)}.web-scope .quote p b{font-weight:600;color:var(--clayd)}.web-scope .quote .by{font-family:DM Mono;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--tmut);margin-top:24px}.web-scope .ctaband{background:var(--clay)}.web-scope .ctaband .container{padding-top:58px;padding-bottom:58px;text-align:center}.web-scope .ctaband h2{color:#fff6f2;font-weight:300;font-size:34px;letter-spacing:-.025em;margin-bottom:10px}.web-scope .ctaband h2 b{font-weight:700}.web-scope .ctaband p{color:#f6d9cc;font-size:15px;margin-bottom:26px}.web-scope .store-row{display:flex;gap:12px;justify-content:center;align-items:center;flex-wrap:wrap}.web-scope .storebtn{display:flex;align-items:center;gap:9px;background:#ffffff24;border:1px solid rgba(255,255,255,.3);color:#fff6f2;border-radius:11px;padding:11px 20px;font-size:13px;font-weight:600;text-decoration:none;transition:background .2s}.web-scope .storebtn:hover{background:#ffffff38}.web-scope .storebtn.disabled{cursor:default;opacity:.7}.web-scope .storebtn.disabled:hover{background:#ffffff24}.web-scope .storebtn .soon{background:#ffffff2e;border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:2px 8px;font-size:10px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.web-scope .webcta{display:block;margin-top:18px;color:#fbe7dd;font-size:13px}.web-scope .webcta a{color:#fff6f2;font-weight:700}@media(max-width:860px){.web-scope .hero,.web-scope .fgrid,.web-scope .teasergrid{grid-template-columns:1fr}.web-scope .heroviz{display:none}.web-scope .featc{border-right:0;border-bottom:1px solid var(--line)}}.web-scope .feedhead{padding:44px 0 22px}.web-scope .feedhead h1{font-weight:300;font-size:38px;letter-spacing:-.03em}.web-scope .feedhead h1 b{font-weight:700}.web-scope .feedhead p{color:var(--tmut);font-size:15px;margin-top:6px}.web-scope .feedgrid{display:grid;grid-template-columns:1fr 380px;gap:28px;align-items:start;padding-bottom:70px}.web-scope .rail{position:sticky;top:84px;display:flex;flex-direction:column;gap:12px}.web-scope .feed-chips{margin:18px 0}.web-scope .empty{padding:44px 20px;text-align:center;color:var(--tmut);font-size:13.5px;border:1.5px dashed var(--line);border-radius:16px}@media(max-width:920px){.web-scope .feedgrid{grid-template-columns:1fr}.web-scope .rail{position:static}}.contact .chead{padding:46px 0 26px;max-width:660px}.contact .chead .kk{font-family:DM Mono;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--clayd);font-weight:500}.contact .chead h1{font-weight:300;font-size:40px;letter-spacing:-.03em;margin:12px 0 0;line-height:1.08}.contact .chead h1 b{font-weight:700}.contact .chead p{color:var(--tmut);font-size:15.5px;line-height:1.6;margin-top:12px}.web-scope .contact .cgrid{display:grid;grid-template-columns:1fr 360px;gap:28px;align-items:start;padding-bottom:72px}.contact .formcard{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:30px 32px;box-shadow:0 24px 60px -40px #2819124d}.contact .formcard h2{font-weight:700;font-size:18px;letter-spacing:-.01em;margin:0 0 3px}.contact .formcard .fsub{font-size:13px;color:var(--tmut);margin:0 0 22px}.contact .field{margin-bottom:15px}.contact .frow{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact .selwrap{position:relative;display:flex;align-items:center;background:var(--bg-2);border:1.5px solid var(--line);border-radius:12px;padding:0 15px;transition:border-color .2s,box-shadow .2s}.contact .selwrap:focus-within{border-color:var(--clay);box-shadow:0 0 0 3px var(--claysoft)}.contact .selwrap>svg.lead{width:17px;height:17px;color:var(--tmut);flex:none}.contact .selwrap select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:0;background:transparent;outline:none;flex:1;font-family:Montserrat,sans-serif;font-size:14.5px;font-weight:500;color:var(--ink);padding:13px 10px;cursor:pointer}.contact .selwrap select:required:invalid{color:var(--faint);font-weight:400}.contact .selwrap .chev{position:absolute;right:14px;width:16px;height:16px;color:var(--tmut);pointer-events:none}.contact .selwrap .formsel{flex:1;width:auto;height:auto;border:0;background:transparent;box-shadow:none;padding:13px 10px;font-family:Montserrat,sans-serif;font-size:14.5px;font-weight:500;color:var(--ink);cursor:pointer}.contact .selwrap .formsel:focus{outline:none;box-shadow:none}.contact .selwrap .formsel>svg{display:none}.contact .selwrap .formsel[data-placeholder]{color:var(--faint);font-weight:400}.contact .selwrap.err{border-color:var(--errstrong);box-shadow:0 0 0 3px var(--errsoft)}.contact .selwrap.err>svg.lead,.contact .selwrap.err .chev{color:var(--errstrong)}.contact .ftext{display:flex;align-items:flex-start;gap:10px;background:var(--bg-2);border:1.5px solid var(--line);border-radius:12px;padding:13px 15px;transition:border-color .2s,box-shadow .2s}.contact .ftext:focus-within{border-color:var(--clay);box-shadow:0 0 0 3px var(--claysoft)}.contact .ftext svg{width:17px;height:17px;color:var(--tmut);flex:none;margin-top:2px}.contact .ftext textarea{border:0;background:transparent;outline:none;flex:1;font-family:Montserrat,sans-serif;font-size:14.5px;font-weight:500;color:var(--ink);resize:vertical;min-height:120px;line-height:1.55}.contact .ftext textarea::-moz-placeholder{color:var(--faint);font-weight:400}.contact .ftext textarea::placeholder{color:var(--faint);font-weight:400}.contact .ftext.err{border-color:var(--errstrong);box-shadow:0 0 0 3px var(--errsoft)}.contact .ftext.err svg{color:var(--errstrong)}.contact .clegal{font-size:11.5px;color:var(--faint);line-height:1.55;margin:4px 0 18px}.contact .clegal a{color:var(--tmut);font-weight:600;text-decoration:underline;text-decoration-color:var(--line)}.contact .submitrow{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.contact .submitrow .fbtn{width:auto;display:inline-flex;align-items:center;gap:9px;padding:14px 26px;margin-top:0}.contact .submitrow .fbtn svg{width:17px;height:17px}.contact .submitrow .hint{font-size:12px;color:var(--tmut)}.contact .done{text-align:center;padding:26px 10px 14px}.contact .done .dico{width:60px;height:60px;border-radius:50%;background:var(--succsoft);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.contact .done .dico svg{width:28px;height:28px;color:var(--success)}.contact .done h2{font-size:21px;font-weight:700;letter-spacing:-.02em;margin:0 0 8px}.contact .done p{font-size:13.5px;color:var(--tmut);line-height:1.6;max-width:380px;margin:0 auto 20px}.contact .done .again{font-family:inherit;font-size:13px;font-weight:600;color:var(--clayd);background:transparent;border:0;cursor:pointer}.contact .crail{display:flex;flex-direction:column;gap:14px;position:static}.contact .cpanel{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:20px}.contact .pt{font-weight:700;font-size:14px;letter-spacing:-.01em;margin:0 0 14px}.contact .chan{display:flex;align-items:center;gap:12px;padding:11px 0;text-decoration:none;border-top:1px solid var(--linesoft)}.contact .chan:first-of-type{border-top:0;padding-top:0}.contact .chan .ic{width:38px;height:38px;border-radius:11px;background:var(--bg-2);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;flex:none}.contact .chan .ic svg{width:17px;height:17px;color:var(--clayd)}.contact .chan .ct{flex:1;min-width:0}.contact .chan .ct .l{display:block;font-size:11px;color:var(--tmut);font-weight:600}.contact .chan .ct .v{display:block;font-size:13.5px;color:var(--ink);font-weight:600;margin-top:1px}.contact .chan .ct .v.mono{font-family:DM Mono;font-size:12.5px}.contact .chan .go{margin-left:auto;color:var(--faint);font-weight:700;font-size:16px;flex:none}.contact .chan:hover .go{color:var(--clayd)}.contact .resp{display:flex;align-items:flex-start;gap:11px;background:var(--bg-2);border:1px solid var(--line);border-radius:13px;padding:13px 14px}.contact .resp .ic{width:30px;height:30px;border-radius:9px;background:var(--surface);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;flex:none}.contact .resp .ic svg{width:15px;height:15px;color:var(--soft)}.contact .resp p{font-size:12px;color:var(--soft);line-height:1.5;margin:0}.contact .resp b{color:var(--ink)}.contact .social{display:flex;gap:10px;margin-top:4px}.contact .social a{width:40px;height:40px;border-radius:11px;display:flex;align-items:center;justify-content:center;color:var(--soft);background:var(--bg-2);border:1px solid var(--line);transition:all .2s}.contact .social a svg{width:18px;height:18px;fill:currentColor;stroke:none}.contact .social a:hover{color:var(--clayd);border-color:var(--clay)}@media(max-width:920px){.web-scope .contact .cgrid{grid-template-columns:1fr}.contact .chead h1{font-size:34px}}@media(max-width:540px){.contact .frow{grid-template-columns:1fr}.contact .formcard{padding:24px 20px}}.help .chead{padding:46px 0 26px;max-width:660px}.help .chead .kk{font-family:DM Mono;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--clayd);font-weight:500}.help .chead h1{font-weight:300;font-size:40px;letter-spacing:-.03em;margin:12px 0 0;line-height:1.08}.help .chead h1 b{font-weight:700}.help .chead p{color:var(--tmut);font-size:15.5px;line-height:1.6;margin-top:12px}.web-scope .help .cgrid{display:grid;grid-template-columns:1fr 340px;gap:28px;align-items:start;padding-bottom:72px}.help .faqcard{background:var(--surface);border:1px solid var(--line);border-radius:18px;overflow:hidden}.help .faqi{border-top:1px solid var(--linesoft)}.help .faqi:first-child{border-top:0}.help .faqq{display:flex;align-items:center;gap:14px;padding:18px 22px;cursor:pointer;background:none;border:0;width:100%;text-align:left}.help .faqq .qt{flex:1;font-size:15px;font-weight:600;color:var(--ink);line-height:1.4}.help .faqq .qc{width:22px;height:22px;flex:none;position:relative;color:var(--clayd)}.help .faqq .qc:before,.help .faqq .qc:after{content:"";position:absolute;background:currentColor;border-radius:2px;transition:transform .25s}.help .faqq .qc:before{left:4px;right:4px;top:10px;height:2px}.help .faqq .qc:after{top:4px;bottom:4px;left:10px;width:2px}.help .faqi.open .faqq .qc:after{transform:rotate(90deg)}.help .faqa{padding:0 22px 20px 50px}.help .faqa p{font-size:13.5px;color:var(--tmut);line-height:1.65;margin:0}.help .rail{display:flex;flex-direction:column;gap:14px;position:static}.help .panel{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:20px}.help .panel .pt{font-weight:700;font-size:14px;letter-spacing:-.01em;margin:0 0 6px}.help .panel .ps{font-size:12.5px;color:var(--tmut);line-height:1.55;margin:0 0 14px}.help .chan{display:flex;align-items:center;gap:12px;padding:11px 0;text-decoration:none;border-top:1px solid var(--linesoft)}.help .chan:first-of-type{border-top:0;padding-top:0}.help .chan .ic{width:38px;height:38px;border-radius:11px;background:var(--bg-2);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;flex:none}.help .chan .ic svg{width:17px;height:17px;color:var(--clayd)}.help .chan .ct{flex:1;min-width:0}.help .chan .ct .l{display:block;font-size:11px;color:var(--tmut);font-weight:600}.help .chan .ct .v{display:block;font-size:13.5px;color:var(--ink);font-weight:600;margin-top:1px}.help .chan .ct .v.mono{font-family:DM Mono;font-size:12.5px}.help .chan .go{margin-left:auto;color:var(--faint);font-weight:700;font-size:16px;flex:none}.help .chan:hover .go{color:var(--clayd)}.help .ctacard{background:var(--ink);border-radius:16px;padding:20px;color:#fcfcfb}:root[data-theme=dark] .help .ctacard{background:#101014;border:1px solid var(--line)}.help .ctacard .t{font-weight:700;font-size:15px}.help .ctacard .s{font-size:12.5px;color:#a99e96;line-height:1.55;margin:4px 0 14px}.help .ctacard .cta{display:block;text-align:center;background:var(--clay);color:#fff;font-weight:700;font-size:13.5px;border-radius:10px;padding:12px;text-decoration:none;transition:background .2s}.help .ctacard .cta:hover{background:var(--clayd)}@media(max-width:920px){.web-scope .help .cgrid{grid-template-columns:1fr}.help .chead h1{font-size:34px}}.web-scope .nlcard{padding:20px}.web-scope .nlcard .nltop{display:flex;gap:12px;align-items:flex-start;margin-bottom:15px}.web-scope .nlcard .nltop .ic{width:38px;height:38px;border-radius:11px;background:var(--claysoft);display:flex;align-items:center;justify-content:center;flex:none}.web-scope .nlcard .nltop .ic svg{width:18px;height:18px;color:var(--clayd)}.web-scope .nlcard .nltop .t{font-weight:700;font-size:14.5px;color:var(--ink);letter-spacing:-.01em}.web-scope .nlcard .nltop .s{font-size:12px;color:var(--tmut);line-height:1.5;margin-top:3px}.web-scope .nlcard .nlinput{margin-bottom:2px}.web-scope .nlcard .nlconsent{margin:11px 0 14px}.web-scope .nlcard .nlbtn{width:100%;margin-top:0}.web-scope .nlcard .nldone{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:8px 4px 4px}.web-scope .nlcard .nldone .ic{width:46px;height:46px;border-radius:50%;background:var(--succsoft);display:flex;align-items:center;justify-content:center}.web-scope .nlcard .nldone .ic svg{width:22px;height:22px;color:var(--success)}.web-scope .nlcard .nldone>span:nth-child(2){font-weight:700;font-size:14px;color:var(--ink)}.web-scope .nlcard .nldone>span:nth-child(3){font-size:13px;color:var(--tmut);line-height:1.55;font-weight:500}.web-scope .nlconsent{display:flex;align-items:flex-start;gap:8px;cursor:pointer}.web-scope .nlconsent .nlcheck{border-radius:4px;border-color:var(--line)}.web-scope .nlconsent .nlcheck[data-state=checked]{background:var(--clay);border-color:var(--clay)}.web-scope .nlconsent.err .nlcheck{border-color:var(--errstrong)}.web-scope .nlband .nlconsent .nlcheck{border-color:#ffffff4d}.web-scope .nlband .nlconsent.err .nlcheck{border-color:var(--clayd)}.web-scope .nlconsent span{font-size:11px;color:var(--tmut);line-height:1.5}.web-scope .nlconsent a{color:var(--clayd);text-decoration:underline}.web-scope .nlband{display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap;padding-bottom:22px;margin-bottom:22px;border-bottom:1px solid rgba(255,255,255,.1)}.web-scope .nlband .nltext{min-width:220px;flex:1}.web-scope .nlband .nltext .t{font-weight:700;font-size:16px;color:#fcfcfb;letter-spacing:-.01em}.web-scope .nlband .nltext .s{font-size:12.5px;color:#a99e96;line-height:1.5;margin-top:4px}.web-scope .nlband .nlform{width:100%;max-width:420px}.web-scope .nlband .nlrow{display:flex;gap:9px}.web-scope .nlband .nlinput{flex:1;display:flex;align-items:center;background:#ffffff12;border:1.5px solid rgba(255,255,255,.16);border-radius:11px;padding:0 14px;transition:border-color .18s,box-shadow .18s}.web-scope .nlband .nlinput:focus-within{border-color:var(--clay)}.web-scope .nlband .nlinput.err{border-color:var(--clayd);box-shadow:0 0 0 3px #e2552f40}.web-scope .nlband .nlinput input{border:0;background:transparent;outline:none;flex:1;min-width:0;font-family:Montserrat,sans-serif;font-size:13.5px;font-weight:500;color:#fcfcfb;padding:11px 0}.web-scope .nlband .nlinput input::-moz-placeholder{color:#8a8077;font-weight:400}.web-scope .nlband .nlinput input::placeholder{color:#8a8077;font-weight:400}.web-scope .nlband .nlbtn{flex:none;background:var(--clay);color:#fff;font-family:Montserrat,sans-serif;font-weight:700;font-size:13.5px;border:0;border-radius:11px;padding:11px 18px;cursor:pointer;transition:background .2s}.web-scope .nlband .nlbtn:hover{background:var(--clayd)}.web-scope .nlband .nlconsent{margin-top:11px}.web-scope .nlband .nlconsent span{color:#a99e96}.web-scope .nlband .nlconsent a{color:#c9bfb7}.web-scope .nlband .nldone{display:flex;align-items:center;gap:10px;font-size:13.5px;color:#fcfcfb;font-weight:600;flex-wrap:wrap}.web-scope .nlband .nldone .ic{width:28px;height:28px;border-radius:50%;background:#33c08933;display:flex;align-items:center;justify-content:center;flex:none}.web-scope .nlband .nldone .ic svg{width:16px;height:16px;color:var(--success)}.web-scope .nlband .nldone .nldonesub{font-weight:400;color:#a99e96;font-size:12.5px}.web-scope .nl-consent-err{display:block;font-size:11px;line-height:1.5;color:var(--errstrong);margin-top:4px;margin-bottom:2px;margin-left:24px}@media(max-width:760px){.web-scope .nlband .nlform{max-width:none}}.web-scope .appshell{display:grid;grid-template-columns:var(--sidebar-w) 1fr;min-height:100vh;background:var(--warmbg)}.web-scope .sb{background:var(--surface);border-right:1px solid var(--line);display:flex;flex-direction:column;padding:22px 14px;position:sticky;top:0;height:100vh}.web-scope .sb .brand{display:flex;align-items:center;gap:9px;padding:0 10px 20px;text-decoration:none}.web-scope .sb .brand .b{font-weight:800;font-size:18px;letter-spacing:-.02em;color:var(--ink)}.web-scope .sb nav{display:flex;flex-direction:column;gap:3px}.web-scope .sb .nv{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:11px;font-size:13.5px;font-weight:600;color:var(--soft);text-decoration:none;transition:background .2s,color .2s}.web-scope .sb .nv svg{width:18px;height:18px;flex:none}.web-scope .sb .nv:hover{background:var(--bg-2);color:var(--ink)}.web-scope .sb .nv.on{background:var(--claysoft);color:var(--clayd)}.web-scope .sb .spacer{flex:1}.web-scope .sb .ucard{display:flex;align-items:center;gap:10px;padding:11px 10px;border-top:1px solid var(--linesoft)}.web-scope .sb .ucard .av{width:34px;height:34px;border-radius:50%;background:var(--ink);color:var(--bg);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;flex:none}.web-scope .sb .ucard .un{font-weight:700;font-size:13px;line-height:1.2}.web-scope .sb .ucard .ue{font-size:11px;color:var(--tmut)}.web-scope .sb .out{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:10px;font-size:12.5px;font-weight:600;color:var(--tmut);text-decoration:none;transition:color .2s;background:none;border:0;cursor:pointer;width:100%}.web-scope .sb .out svg{width:15px;height:15px}.web-scope .sb .out:hover{color:var(--errstrong)}.web-scope .main{padding:0 0 64px;max-width:none;width:100%;min-width:0}.web-scope .topbar{position:sticky;top:0;z-index:30;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:saturate(140%) blur(10px);-webkit-backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid var(--linesoft)}.web-scope .topbar .tinner{display:flex;align-items:center;gap:14px;max-width:1200px;margin:0 auto;width:100%;padding:10px 36px;min-height:52px}.web-scope .topbar h1{font-weight:300;font-size:23px;line-height:1.15;letter-spacing:-.025em;margin:0}.web-scope .topbar h1 b{font-weight:700}.web-scope .topbar .sub{font-size:12.5px;color:var(--tmut);margin-top:2px}.web-scope .topbar .actions{margin-left:auto;display:flex;gap:9px;align-items:center}.web-scope .main>:not(.topbar){max-width:1128px;margin-left:max(36px,calc((100% - 1128px)/2));margin-right:max(36px,calc((100% - 1128px)/2));box-sizing:border-box}.web-scope .topbar+*{margin-top:16px}.web-scope .hamb{display:none;width:40px;height:40px;align-items:center;justify-content:center;flex:none;margin-left:-6px;border:0;background:none;color:var(--ink);cursor:pointer;border-radius:10px}.web-scope .hamb:hover{background:var(--bg-2)}.web-scope .hamb svg{width:22px;height:22px}.web-scope .iconbtn{width:40px;height:40px;border-radius:12px;background:var(--surface);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:border-color .2s}.web-scope .iconbtn:hover{border-color:var(--ink)}.web-scope .iconbtn svg{width:18px;height:18px;color:var(--soft)}.web-scope .iconbtn.dot:after{content:"";position:absolute;top:9px;right:9px;width:7px;height:7px;border-radius:50%;background:var(--clay);border:1.5px solid var(--surface)}.web-scope .seclab{display:flex;align-items:baseline;gap:10px;margin:26px 0 12px}.web-scope .seclab span{font-size:14px;font-weight:700;letter-spacing:-.01em}.web-scope .seclab a{margin-left:auto;font-size:12px;font-weight:600;color:var(--clayd);text-decoration:none;cursor:pointer}.web-scope .seclab a:hover{text-decoration:underline}.web-scope .homegrid{display:grid;grid-template-columns:1.55fr 1fr;gap:24px;align-items:start}.web-scope .homegrid .hero{background:var(--clay);border-radius:18px;padding:26px 28px;color:#fff6f2;position:relative;overflow:hidden}.web-scope .homegrid .hero .k{display:flex;align-items:center;gap:8px;font-family:DM Mono;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#f6d9cc}.web-scope .homegrid .hero .k .d{width:7px;height:7px;border-radius:50%;background:#fff6f2}.web-scope .homegrid .hero .amt{font-family:DM Mono;font-weight:500;font-size:52px;line-height:1.05;margin:10px 0 4px}.web-scope .homegrid .hero .amt--saving{display:flex;align-items:center;gap:8px}.web-scope .homegrid .hero .amt--saving .arr{font-size:.78em;line-height:1}.web-scope .homegrid .hero .amt--saving.is-saving,.web-scope .homegrid .hero .amt--saving.is-overspend,.web-scope .homegrid .hero .amt--saving.is-flat{color:#fff6f2}.web-scope .homegrid .hero .amt--flatphrase{font-family:inherit;font-size:30px;line-height:1.18;letter-spacing:-.01em;max-width:420px}.web-scope .homegrid .hero .desc{font-size:13.5px;color:#fbe7dd;line-height:1.55;max-width:380px}.web-scope .homegrid .hero .desc b{color:#fff}.web-scope .homegrid .hero .hero-services{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:12px}.web-scope .homegrid .hero .hero-services .hsvc{display:inline-flex;align-items:baseline;gap:5px;font-size:12.5px}.web-scope .homegrid .hero .hero-services .hsvc-lbl{color:#fbe7dd}.web-scope .homegrid .hero .hero-services .hsvc-val{font-family:DM Mono;font-weight:500;color:#fff6f2}.web-scope .homegrid .hero .hbars{position:relative;height:74px;margin-top:18px}.web-scope .homegrid .hero .hbars .base{position:absolute;left:0;right:0;border-top:1.5px dashed rgba(255,255,255,.4)}.web-scope .homegrid .hero .hbars .row{display:flex;gap:8px;align-items:flex-end;height:100%}.web-scope .homegrid .hero .hbars i{flex:1;align-self:flex-end;background:#ffffff57;border-radius:4px 4px 0 0}.web-scope .homegrid .hero .hbars i.hot{background:#ffffffb3}.web-scope .homegrid .hero .hfoot{display:flex;justify-content:space-between;margin-top:10px;font-family:DM Mono;font-size:10.5px;letter-spacing:.06em;color:#f6d9cc}.web-scope .homegrid .hero .hfoot .f2{cursor:pointer;color:#fff6f2;font-weight:500}.web-scope .nrow{display:flex;align-items:center;gap:14px;padding:15px 18px;margin-bottom:10px;cursor:pointer;transition:border-color .2s}.web-scope .nrow:hover{border-color:var(--ink)}.web-scope .nrow .ic{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex:none}.web-scope .nrow .ic svg{width:18px;height:18px}.web-scope .nrow .t{font-weight:700;font-size:13.5px}.web-scope .nrow .s{font-size:12px;color:var(--tmut);margin-top:1px}.web-scope .nrow .s b{font-family:DM Mono;font-weight:500;color:var(--soft)}.web-scope .nrow .chev{margin-left:auto;color:var(--faint);font-size:18px}.web-scope .nrow--overdue{border-color:var(--warn)}.web-scope .nrow .s--overdue{color:var(--warn);font-weight:600}.web-scope .nrow .nact{display:inline-flex;align-items:center;margin-top:8px;padding:5px 11px;border:1px solid var(--line);border-radius:8px;background:var(--bg-2);font-size:11px;font-weight:600;color:var(--ink);cursor:pointer;transition:border-color .2s}.web-scope .nrow .nact:hover{border-color:var(--ink)}.web-scope .cgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.web-scope .ccard{padding:16px}.web-scope .ccard .top{display:flex;align-items:center;gap:9px;margin-bottom:12px}.web-scope .ccard .ci{width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center}.web-scope .ccard .ci svg{width:15px;height:15px}.web-scope .ccard .cn{font-size:12px;font-weight:600;color:var(--soft)}.web-scope .ccard .cv{font-family:DM Mono;font-weight:500;font-size:24px;letter-spacing:-.01em}.web-scope .ccard .cv u{text-decoration:none;font-size:12px;color:var(--tmut);margin-left:2px}.web-scope .ccard .cv .cv-cost{float:right;font-size:12px;color:var(--tmut);font-weight:500}.web-scope .ccard .delta{font-size:11px;font-weight:600;margin-top:5px}.web-scope .ccard .delta.up{color:var(--errstrong)}.web-scope .ccard .delta.dn{color:var(--success)}.web-scope .ccard .delta.nt{color:var(--tmut)}.web-scope .tips{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.web-scope .tipc{padding:16px;display:flex;gap:12px;align-items:flex-start}.web-scope .tipc .ic{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex:none}.web-scope .tipc .ic svg{width:16px;height:16px}.web-scope .tipc .tt{font-weight:700;font-size:12.5px;line-height:1.35}.web-scope .tipc .ts{font-size:11.5px;color:var(--tmut);line-height:1.5;margin-top:3px}.web-scope .tipc .save{display:inline-block;font-family:DM Mono;font-size:11px;color:var(--success);font-weight:500;margin-top:7px}.web-scope .tipc--deal{cursor:pointer}.web-scope .tipc--deal>div{min-width:0}.web-scope .tipc .ts--one{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.web-scope .weather{padding:18px 20px}.web-scope .weather .wtop{display:flex;align-items:center;gap:13px}.web-scope .weather .wtemp{font-family:DM Mono;font-weight:500;font-size:34px}.web-scope .weather .place{font-weight:700;font-size:13.5px}.web-scope .weather .cond{font-size:11.5px;color:var(--tmut)}.web-scope .weather .wsun{margin-left:auto}.web-scope .weather .wsun svg{width:26px;height:26px;color:var(--warn)}.web-scope .weather .solar{display:flex;gap:9px;align-items:center;background:var(--succsoft);border-radius:11px;padding:9px 12px;margin-top:13px}.web-scope .weather .solar .badge{display:inline-flex;align-items:center;gap:6px;font-size:10.5px;font-weight:700;color:var(--success);white-space:nowrap}.web-scope .weather .solar .badge svg{width:13px;height:13px}.web-scope .weather .solar .txt{font-size:11px;color:var(--success);line-height:1.45}.web-scope .weather .wweek{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin-top:13px}.web-scope .weather .wd{text-align:center;background:var(--bg-2);border-radius:10px;padding:8px 2px}.web-scope .weather .wd .dy{font-size:10px;color:var(--tmut);text-transform:uppercase;letter-spacing:.05em}.web-scope .weather .wd .ic{font-size:15px;margin:3px 0}.web-scope .weather .wd .tp{font-family:DM Mono;font-size:12px;font-weight:500}.web-scope .weather .wother{display:flex;gap:9px;align-items:center;margin-top:13px;padding-top:11px;border-top:1px solid var(--line)}.web-scope .weather .wother .wother-ic svg{width:15px;height:15px;stroke:var(--tmut)}.web-scope .weather .wother .wother-body{flex:1;min-width:0}.web-scope .weather .wother .wother-title{font-family:DM Mono;font-size:8.5px;text-transform:uppercase;letter-spacing:.08em;color:var(--tmut)}.web-scope .weather .wother .wother-prompt,.web-scope .weather .wother .wother-line{margin-top:2px;font-size:11px;color:var(--tmut);line-height:1.35}.web-scope .weather .wother .wother-cta{flex-shrink:0;padding:6px 10px;font-size:11px;font-weight:700;color:var(--clay);background:transparent;border:1px solid var(--line);border-radius:8px;cursor:pointer}.web-scope .weather .wother .wother-cta:hover{border-color:var(--clay)}.web-scope .weather .srccap{display:block;margin-top:10px;font-size:10px;color:var(--tmut);text-align:right;letter-spacing:.03em}.web-scope .isle{display:flex;gap:13px;align-items:flex-start;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:15px 17px}.web-scope .isle .ic{width:34px;height:34px;border-radius:10px;background:var(--bg-2);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;flex:none}.web-scope .isle .ic svg{width:16px;height:16px;color:var(--soft)}.web-scope .isle .tt{font-size:12.5px;color:var(--soft);line-height:1.55}.web-scope .isle .tt u{cursor:pointer;color:var(--clayd);font-weight:600}.web-scope .consgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;align-items:start}.web-scope .scan{display:flex;align-items:center;gap:14px;padding:16px 20px;cursor:pointer;border-style:dashed;border-width:1.5px;transition:border-color .2s}.web-scope .scan:hover{border-color:var(--clay)}.web-scope .scan .ic{width:42px;height:42px;border-radius:12px;background:var(--claysoft);display:flex;align-items:center;justify-content:center;flex:none}.web-scope .scan .ic svg{width:19px;height:19px;color:var(--clayd)}.web-scope .scan .t{font-weight:700;font-size:14px}.web-scope .scan .s{font-size:12px;color:var(--tmut)}.web-scope .scan .chev{margin-left:auto;color:var(--faint);font-size:18px}.web-scope .util{padding:18px 20px}.web-scope .uhead{display:flex;align-items:center;gap:11px}.web-scope .uhead .ic{width:36px;height:36px;border-radius:11px;display:flex;align-items:center;justify-content:center;flex:none}.web-scope .uhead .ic svg{width:17px;height:17px}.web-scope .uhead .un{font-weight:700;font-size:13.5px}.web-scope .uhead .uo{font-size:11px;color:var(--tmut)}.web-scope .uhead .tag{margin-left:auto;font-family:DM Mono;font-size:11px;font-weight:500;padding:4px 9px;border-radius:7px}.web-scope .util .big{display:flex;justify-content:space-between;align-items:flex-end;margin:14px 0 4px}.web-scope .util .big .v{font-family:DM Mono;font-weight:500;font-size:28px}.web-scope .util .big .v u{text-decoration:none;font-size:13px;color:var(--tmut)}.web-scope .util .big .c{font-family:DM Mono;font-weight:500;font-size:17px;text-align:right}.web-scope .util .big .cl{font-size:10.5px;color:var(--tmut);text-align:right}.web-scope .util .udelta{font-size:11px;font-weight:600;margin-top:2px}.web-scope .util .udelta.up{color:var(--errstrong)}.web-scope .util .udelta.dn{color:var(--success)}.web-scope .util .hist{margin-top:12px;display:flex;flex-direction:column;gap:7px}.web-scope .util .hrow{display:flex;align-items:center;gap:9px}.web-scope .util .hrow .m{font-family:DM Mono;font-size:10.5px;color:var(--tmut);width:26px}.web-scope .util .hrow .bar{flex:1;height:7px;background:var(--bg-2);border-radius:99px;overflow:hidden}.web-scope .util .hrow .bar i{display:block;height:100%;border-radius:99px}.web-scope .util .hrow .val{font-family:DM Mono;font-size:10.5px;color:var(--soft);width:56px;text-align:right}.web-scope .util .lvl{height:9px;background:var(--bg-2);border-radius:99px;overflow:hidden;margin-top:12px}.web-scope .util .lvl i{display:block;height:100%;background:var(--warn);border-radius:99px}.web-scope .util .gnote{font-size:11.5px;color:var(--tmut);margin-top:9px;line-height:1.5}.web-scope .util .gnote b{font-family:DM Mono;font-weight:500;color:var(--soft)}.web-scope .histsel{display:flex;gap:8px;margin-bottom:16px}.web-scope .histsel-tab{display:flex;align-items:center;gap:8px;padding:8px 14px;border-radius:11px;border:1px solid var(--line);background:var(--surface);font-size:12.5px;font-weight:600;color:var(--soft);text-decoration:none;transition:background .15s,color .15s,border-color .15s}.web-scope .histsel-tab .ic{width:24px;height:24px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex:none}.web-scope .histsel-tab .ic svg{width:13px;height:13px}.web-scope .histsel-tab:hover{border-color:var(--clay);color:var(--ink)}.web-scope .histsel-tab.on{background:var(--claysoft);border-color:var(--claysoft);color:var(--clayd)}.web-scope .histpage-chart{padding:18px 20px;margin-bottom:0}.web-scope .histpage-hist{display:flex;flex-direction:column;gap:7px}.web-scope .histpage-hist .hrow{display:flex;align-items:center;gap:9px}.web-scope .histpage-hist .hrow .m{font-family:DM Mono;font-size:10.5px;color:var(--tmut);width:56px;flex:none}.web-scope .histpage-hist .hrow .bar{flex:1;height:9px;background:var(--bg-2);border-radius:99px;overflow:hidden}.web-scope .histpage-hist .hrow .bar i{display:block;height:100%;border-radius:99px}.web-scope .histpage-hist .hrow .val{font-family:DM Mono;font-size:10.5px;color:var(--soft);width:72px;text-align:right}.web-scope .histpage-skel{padding:18px 20px;display:flex;flex-direction:column;gap:10px}.web-scope .histpage-skel .hrow.skel{height:9px;border-radius:99px;background:var(--bg-2);animation:pulse 1.4s ease-in-out infinite}.web-scope .histpage-empty{display:flex;align-items:center;gap:12px;padding:18px 20px;font-size:13px;color:var(--tmut)}.web-scope .histpage-empty .ic{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex:none}.web-scope .histpage-empty .ic svg{width:16px;height:16px}.web-scope .histpage-list{margin-top:8px}.web-scope .ftable .hist-row-current td{font-weight:700;color:var(--clayd)}.web-scope .histpage-back{margin-top:20px;font-size:13px}.web-scope .histpage-back a{color:var(--tmut);text-decoration:none}.web-scope .histpage-back a:hover{color:var(--clay)}.web-scope .sim{padding:18px 20px}.web-scope .simhead{display:flex;justify-content:space-between;margin-bottom:14px}.web-scope .simhead .potl{font-family:DM Mono;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--tmut)}.web-scope .simhead .pot{font-family:DM Mono;font-weight:500;font-size:21px;color:var(--success);margin-top:3px}.web-scope .simrow{display:flex;align-items:center;gap:13px;padding:12px 0;border-top:1px solid var(--linesoft)}.web-scope .simrow .ic{width:34px;height:34px;border-radius:10px;background:var(--bg-2);display:flex;align-items:center;justify-content:center;flex:none}.web-scope .simrow .ic svg{width:16px;height:16px;color:var(--soft)}.web-scope .simrow .t{font-weight:700;font-size:13px}.web-scope .simrow .s{font-size:11.5px;color:var(--tmut)}.web-scope .simrow .right{margin-left:auto;display:flex;align-items:center;gap:12px}.web-scope .simrow .save{font-family:DM Mono;font-size:12px;font-weight:500;color:var(--success)}.web-scope .tg{width:38px;height:22px;border-radius:99px;background:var(--bg-3);position:relative;cursor:pointer;transition:background .25s;flex:none;border:0;padding:0}.web-scope .tg:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:left .25s}.web-scope .tg.on:after{left:19px}.web-scope .ftable{width:100%;border-collapse:collapse}.web-scope .ftable th{font-family:DM Mono;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--tmut);font-weight:500;text-align:left;padding:10px 14px;border-bottom:1px solid var(--line)}.web-scope .ftable td{padding:13px 14px;border-bottom:1px solid var(--linesoft);font-size:13px;vertical-align:middle}.web-scope .ftable tr:last-child td{border-bottom:0}.web-scope .ftable .num{font-family:DM Mono;font-weight:500}.web-scope .st{display:inline-block;font-size:10.5px;font-weight:700;padding:3px 9px;border-radius:7px}.web-scope .st.pay{background:var(--claysoft);color:var(--clayd)}.web-scope .st.ok{background:var(--succsoft);color:var(--success)}.web-scope .mktgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;align-items:start}.web-scope .mkt{padding:18px 20px}.web-scope .mhead{display:flex;align-items:center;gap:11px;margin-bottom:14px}.web-scope .mhead .ic{width:36px;height:36px;border-radius:11px;display:flex;align-items:center;justify-content:center;flex:none}.web-scope .mhead .ic svg{width:17px;height:17px}.web-scope .mhead .un{font-weight:700;font-size:13.5px}.web-scope .mhead .uo{font-size:11px;color:var(--tmut)}.web-scope .mhead .price{margin-left:auto;text-align:right}.web-scope .mhead .price .p{font-family:DM Mono;font-weight:500;font-size:19px}.web-scope .mhead .price .p em{font-style:normal;font-size:10px;color:var(--tmut)}.web-scope .mhead .price .u{font-size:10.5px;color:var(--tmut)}.web-scope .mhead .price .pb{display:block;font-size:10px;color:var(--success);font-weight:600}.web-scope .cmplab{font-family:DM Mono;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--faint);margin-bottom:10px}.web-scope .crow{display:flex;align-items:center;gap:9px;margin-bottom:8px}.web-scope .crow .nm{font-size:11.5px;color:var(--tmut);width:118px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:none}.web-scope .crow .nm b{color:var(--ink)}.web-scope .crow .bar{flex:1;height:7px;background:var(--bg-2);border-radius:99px;overflow:hidden}.web-scope .crow .bar i{display:block;height:100%;border-radius:99px}.web-scope .crow .pv{font-family:DM Mono;font-size:11px;font-weight:500;width:44px;text-align:right;flex:none}.web-scope .crow.skel{pointer-events:none;height:18px;border-radius:6px;background:var(--bg-2);position:relative;overflow:hidden}.web-scope .crow.skel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,var(--bg-3, #eee),transparent);transform:translate(-100%);animation:mkt-shimmer 1.2s ease-in-out infinite}@keyframes mkt-shimmer{to{transform:translate(100%)}}.web-scope .mkt-empty{padding:10px 0 4px;font-size:11.5px;color:var(--tmut);text-align:center}.web-scope .mnote{display:flex;gap:8px;align-items:flex-start;font-size:11px;color:var(--tmut);line-height:1.5;margin-top:12px}.web-scope .mnote svg{width:14px;height:14px;flex:none;margin-top:1px}.web-scope .mnote b{font-family:DM Mono;font-weight:500;color:var(--soft)}.web-scope .fueltab{padding:18px 20px}.web-scope .ftab-row.skel{height:36px;border-radius:8px;background:var(--bg-2);margin-bottom:4px;position:relative;overflow:hidden}.web-scope .ftab-row.skel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,var(--bg-3, #eee),transparent);transform:translate(-100%);animation:mkt-shimmer 1.2s ease-in-out infinite}.web-scope .fuel-empty{padding:14px 0 8px;font-size:11.5px;color:var(--tmut);text-align:center}.web-scope .ftab-h{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin:14px 0 8px;padding-left:240px}.web-scope .ftab-h .hc{display:flex;align-items:center;justify-content:center;gap:5px;font-family:DM Mono;font-size:10px;color:var(--tmut)}.web-scope .ftab-h .hc svg{width:13px;height:13px}.web-scope .ftab-row{display:flex;align-items:center;padding:9px 0;border-top:1px solid var(--linesoft)}.web-scope .ftab-name{display:flex;align-items:center;gap:10px;width:240px;flex:none}.web-scope .srank{width:22px;height:22px;border-radius:7px;background:var(--bg-2);display:flex;align-items:center;justify-content:center;font-family:DM Mono;font-size:10.5px;color:var(--tmut);flex:none}.web-scope .srank.best{background:var(--claysoft);color:var(--clayd);font-weight:500}.web-scope .ftab-name .nm b{font-size:12.5px}.web-scope .ftab-name .nm .br{font-size:11px;color:var(--tmut)}.web-scope .ftab-name .nm .station-addr{font-size:11px;color:var(--tmut);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.web-scope .ftab-cells{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;flex:1}.web-scope .pc{font-family:DM Mono;font-size:12.5px;text-align:center;padding:6px 2px;border-radius:8px;cursor:default}.web-scope .pc:hover{background:var(--bg-2)}.web-scope .pc.best{background:var(--claysoft);color:var(--clayd);font-weight:500}.web-scope .pc.na{color:var(--faint)}.web-scope .fmapline{display:flex;align-items:center;gap:8px;font-size:11.5px;color:var(--tmut);margin-top:13px}.web-scope .fmapline svg{width:14px;height:14px}.web-scope .fmapline a{margin-left:auto;font-weight:700;color:var(--clayd);font-size:12px;text-decoration:none;cursor:pointer}.web-scope .fmapline a:hover{text-decoration:underline}.web-scope .feedcol{max-width:680px}.web-scope .setgrid{display:grid;grid-template-columns:1fr 1fr;gap:0 28px;align-items:start;max-width:880px}.web-scope .grplab{font-family:DM Mono;font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--tmut);margin:22px 0 9px}.web-scope .grp{padding:4px 18px}.web-scope .drow{display:flex;align-items:center;gap:12px;padding:13px 0;border-top:1px solid var(--linesoft)}.web-scope .drow:first-child{border-top:0}.web-scope .drow .lab{font-size:13px;font-weight:600;color:var(--soft)}.web-scope .drow .lab.strong{color:var(--ink)}.web-scope .drow .hint{font-size:11px;color:var(--tmut);margin-top:1px}.web-scope .drow .val{margin-left:auto;font-size:13px;color:var(--ink);font-weight:500}.web-scope .drow .val.mono{font-family:DM Mono}.web-scope .drow .right{margin-left:auto}.web-scope .drow .chev{margin-left:auto;color:var(--faint)}.web-scope .drow.sel{cursor:pointer}.web-scope .drow .check{margin-left:auto;color:var(--clayd);font-weight:700}.web-scope .drow.dz .lab{color:var(--errstrong)}.web-scope .drow .dzic{width:28px;height:28px;border-radius:8px;background:var(--errsoft);display:flex;align-items:center;justify-content:center}.web-scope .drow .dzic svg{width:14px;height:14px;color:var(--errstrong)}.web-scope .seg{display:inline-flex;background:var(--bg-2);border:1px solid var(--line);border-radius:11px;padding:3px;gap:2px}.web-scope .seg .opt{font-size:12.5px;font-weight:600;color:var(--tmut);padding:8px 18px;border-radius:8px;cursor:pointer;transition:all .2s;border:0;background:none}.web-scope .seg .opt.on{background:var(--surface);color:var(--ink);box-shadow:0 1px 4px #231c181f}.web-scope .logout{display:inline-block;margin-top:26px;font-size:13px;font-weight:700;color:var(--errstrong);cursor:pointer;text-decoration:none;background:none;border:0;padding:0}.web-scope .dmodal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#231c1873}.web-scope .dmodal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:81;width:calc(100% - 32px);max-width:380px;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:22px}.web-scope .dmodal:focus-visible{outline:none}.web-scope .dmodal h3{font-size:16px;font-weight:700;margin:0 0 6px}.web-scope .dmodal p{font-size:12.5px;color:var(--tmut);line-height:1.55;margin:0 0 14px}.web-scope .dmodal p b{color:var(--ink)}.web-scope .dmodal input{width:100%;font-family:DM Mono;font-size:13px;padding:11px 12px;border:1px solid var(--line);border-radius:10px;background:var(--bg-2);color:var(--ink);outline:none}.web-scope .dmodal input:focus{border-color:var(--clay)}.web-scope .dmodal .acts{display:flex;gap:9px;margin-top:16px}.web-scope .dmodal .acts button{flex:1;font-size:13px;font-weight:700;padding:11px 12px;border-radius:10px;cursor:pointer;border:1px solid var(--line);background:var(--surface);color:var(--soft)}.web-scope .dmodal .acts button.danger{border:0;background:var(--errstrong);color:#fff}.web-scope .dmodal .acts button.danger:disabled{opacity:.45;cursor:not-allowed}.web-scope .drow .hic{width:30px;height:30px;border-radius:9px;background:var(--bg-2);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;flex:none}.web-scope .drow .hic svg{width:15px;height:15px;color:var(--clayd)}.web-scope .repmodal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#231c1873}.web-scope .repmodal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:81;width:calc(100% - 32px);max-width:460px;max-height:90vh;overflow-y:auto;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 30px 70px -30px #28191280}.web-scope .repmodal:focus-visible{outline:none}.web-scope .repmodal h3{font-size:18px;font-weight:700;margin:0 0 3px}.web-scope .repmodal .repsub{font-size:12.5px;color:var(--tmut);margin:0 0 16px}.web-scope .repclose{position:absolute;top:14px;right:14px;width:30px;height:30px;border-radius:8px;border:1px solid var(--line);background:var(--bg-2);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--tmut)}.web-scope .repclose:hover{color:var(--ink)}.web-scope .repfield{margin-bottom:13px}.web-scope .repmodal .fl{display:block;font-size:12px;font-weight:600;color:var(--soft);margin-bottom:6px}.web-scope .repsel{position:relative;display:flex;align-items:center;gap:9px;background:var(--bg-2);border:1.5px solid var(--line);border-radius:11px;padding:0 14px;transition:border-color .2s,box-shadow .2s}.web-scope .repsel:focus-within{border-color:var(--clay);box-shadow:0 0 0 3px var(--claysoft)}.web-scope .repsel svg{width:16px;height:16px;color:var(--tmut);flex:none}.web-scope .repsel select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:0;background:transparent;outline:none;flex:1;font-family:Montserrat,sans-serif;font-size:13.5px;font-weight:500;color:var(--ink);padding:12px 18px 12px 0;cursor:pointer}.web-scope .repsel:after{content:"▾";position:absolute;right:14px;color:var(--tmut);pointer-events:none}.web-scope .repsel .formsel{flex:1;width:auto;height:auto;border:0;background:transparent;box-shadow:none;padding:12px 18px 12px 0;font-family:Montserrat,sans-serif;font-size:13.5px;font-weight:500;color:var(--ink);cursor:pointer}.web-scope .repsel .formsel:focus{outline:none;box-shadow:none}.web-scope .repsel .formsel>svg{display:none}.web-scope .reparea{width:100%;background:var(--bg-2);border:1.5px solid var(--line);border-radius:11px;padding:11px 13px;font-family:Montserrat,sans-serif;font-size:13.5px;color:var(--ink);resize:vertical;min-height:84px;line-height:1.55;outline:none;transition:border-color .2s,box-shadow .2s}.web-scope .reparea::-moz-placeholder{color:var(--faint)}.web-scope .reparea::placeholder{color:var(--faint)}.web-scope .reparea:focus{border-color:var(--clay);box-shadow:0 0 0 3px var(--claysoft)}.web-scope .reparea.small{min-height:56px}.web-scope .reparea.err{border-color:var(--errstrong);box-shadow:0 0 0 3px var(--errsoft)}.web-scope .repdiag{background:var(--bg-2);border:1px solid var(--line);border-radius:13px;padding:13px 14px;margin-top:4px}.web-scope .repdiaghead{display:flex;align-items:center;gap:9px}.web-scope .repdiaghead svg{width:15px;height:15px;color:var(--tmut);flex:none}.web-scope .repdiaghead .t{flex:1;font-size:12.5px;font-weight:600;color:var(--ink)}.web-scope .repgrid{display:grid;grid-template-columns:1fr 1fr;gap:8px 14px;margin-top:11px;transition:opacity .2s}.web-scope .repgrid.off{opacity:.45}.web-scope .repcell .k{display:block;font-family:DM Mono;font-size:8px;letter-spacing:.1em;text-transform:uppercase;color:var(--tmut)}.web-scope .repcell .v{display:block;font-family:DM Mono;font-size:11.5px;color:var(--ink);margin-top:2px}.web-scope .repnote{margin-top:11px;padding-top:9px;border-top:1px solid var(--linesoft);font-size:10.5px;color:var(--tmut);line-height:1.45}.web-scope .repsubmit{margin-top:16px;display:flex;align-items:center;justify-content:center;gap:9px}.web-scope .repfoot{margin-top:11px;text-align:center;font-size:11px;color:var(--tmut)}.web-scope .spin{width:15px;height:15px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:repspin .7s linear infinite}@keyframes repspin{to{transform:rotate(360deg)}}.web-scope .repdone{text-align:center;padding:14px 6px}.web-scope .repdone .dico{width:56px;height:56px;border-radius:50%;background:var(--succsoft);display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.web-scope .repdone .dico svg{width:26px;height:26px;color:var(--success)}.web-scope .repdone h3{font-size:19px;font-weight:700;margin:0 0 8px}.web-scope .repdone p{font-size:13px;color:var(--tmut);line-height:1.6;margin:0 auto 18px;max-width:320px}.web-scope .pf-form{display:flex;flex-direction:column;gap:0}.web-scope .pf-form>*:first-child{border-top:0}.web-scope .pf-field{display:flex;flex-direction:column;padding:11px 0;border-top:1px solid var(--linesoft)}.web-scope .pf-field:first-child{border-top:0;padding-top:4px}.web-scope .pf-label{font-size:11.5px;font-weight:600;color:var(--soft);margin-bottom:5px}.web-scope .pf-input{font-family:Montserrat,sans-serif;font-size:13.5px;font-weight:500;color:var(--ink);background:var(--bg-2);border:1.5px solid var(--line);border-radius:10px;padding:9px 12px;outline:none;transition:border-color .2s,box-shadow .2s;width:100%}.web-scope .pf-input:focus{border-color:var(--clay);box-shadow:0 0 0 3px var(--claysoft)}.web-scope .pf-input::-moz-placeholder{color:var(--faint);font-weight:400}.web-scope .pf-input::placeholder{color:var(--faint);font-weight:400}.web-scope .pf-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;font-family:Montserrat,sans-serif;font-size:13.5px;font-weight:500;color:var(--ink);background:var(--bg-2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23a09080' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 12px center;border:1.5px solid var(--line);border-radius:10px;padding:9px 32px 9px 12px;outline:none;cursor:pointer;transition:border-color .2s,box-shadow .2s;width:100%}.web-scope .pf-select:focus{border-color:var(--clay);box-shadow:0 0 0 3px var(--claysoft)}.web-scope .formsel.pf-select{width:100%;height:auto;border:1.5px solid var(--line);border-radius:10px;background:var(--bg-2);padding:9px 12px;font-family:Montserrat,sans-serif;font-size:13.5px;font-weight:500;color:var(--ink);box-shadow:none;cursor:pointer}.web-scope .formsel.pf-select:focus,.web-scope .formsel.pf-select[data-state=open]{border-color:var(--clay);box-shadow:0 0 0 3px var(--claysoft);outline:none}.web-scope .formsel.pf-select>svg{color:var(--tmut);opacity:1}.web-scope .pf-num{font-family:DM Mono,monospace}.web-scope .pf-email-row{display:flex;align-items:center;gap:12px;padding:11px 0;border-top:1px solid var(--linesoft)}.web-scope .pf-email-row .pf-label{margin-bottom:0;white-space:nowrap}.web-scope .pf-email-val{margin-left:auto;font-size:13px;color:var(--ink);font-weight:500}.web-scope .pf-save{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:14px}.web-scope .pf-save-btn{display:inline-flex;align-items:center;gap:7px;font-family:Montserrat,sans-serif;font-size:13px;font-weight:700;color:#fff;background:var(--clay);border:0;border-radius:10px;padding:10px 20px;cursor:pointer;transition:background .2s}.web-scope .pf-save-btn:hover:not(:disabled){background:var(--clayd)}.web-scope .pf-save-btn:disabled{opacity:.6;cursor:default}.web-scope .pf-cancel-btn{display:inline-flex;align-items:center;font-family:Montserrat,sans-serif;font-size:13px;font-weight:600;color:var(--soft);background:transparent;border:1.5px solid var(--line);border-radius:10px;padding:10px 18px;cursor:pointer;transition:border-color .2s,color .2s}.web-scope .pf-cancel-btn:hover{border-color:var(--clay);color:var(--ink)}.web-scope .pf-err{margin-top:5px;font-size:11.5px;font-weight:500;color:var(--warn)}.web-scope .homegrid .hero--empty .desc{margin-bottom:4px}.web-scope .firstcta{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.web-scope .firstcta-btn{display:inline-flex;align-items:center;gap:8px;font-family:Montserrat,sans-serif;font-size:13px;font-weight:700;color:#fff;background:#ffffff29;border:1.5px solid rgba(255,255,255,.35);border-radius:11px;padding:10px 16px;cursor:pointer;text-decoration:none;transition:background .2s,border-color .2s}.web-scope .firstcta-btn svg{width:16px;height:16px}.web-scope .firstcta-btn.primary{background:#fff;color:var(--clayd);border-color:#fff}.web-scope .firstcta-btn:hover{background:#ffffff47}.web-scope .firstcta-btn.primary:hover{background:#ffffffe0}.web-scope .ccard .cv--empty{font-size:12.5px;font-weight:500;color:var(--tmut);line-height:1.4}.web-scope .util .util-empty{margin-top:10px;font-size:12.5px;font-weight:500;color:var(--tmut)}.web-scope a.hero,.web-scope a.hero:hover{text-decoration:none;color:#fff6f2;display:block}.web-scope a.hero{transition:filter .2s}.web-scope a.hero:hover{filter:brightness(1.04)}.web-scope .ccard--btn{text-align:left;width:100%;cursor:pointer;font:inherit;color:inherit;transition:border-color .2s}.web-scope .ccard--btn:hover{border-color:var(--ink)}.web-scope .savpage{max-width:720px}.web-scope .savpage .savhero{background:var(--clay);border-radius:18px;padding:26px 28px;color:#fff6f2;position:relative;overflow:hidden}.web-scope .savpage .savhero .k{display:flex;align-items:center;gap:8px;font-family:DM Mono;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#f6d9cc}.web-scope .savpage .savhero .k .d{width:7px;height:7px;border-radius:50%;background:#fff6f2}.web-scope .savpage .savhero .amt{font-family:DM Mono;font-weight:500;font-size:48px;line-height:1.05;margin:10px 0 4px}.web-scope .savpage .savhero .amt--saving{display:flex;align-items:center;gap:8px}.web-scope .savpage .savhero .amt--saving .arr{font-size:.78em;line-height:1}.web-scope .savpage .savhero .amt--saving.is-saving,.web-scope .savpage .savhero .amt--saving.is-overspend,.web-scope .savpage .savhero .amt--saving.is-flat{color:#fff6f2}.web-scope .savpage .savhero .amt--flatphrase{font-family:inherit;font-size:28px;line-height:1.18;letter-spacing:-.01em;max-width:420px}.web-scope .savpage .savhero .desc{font-size:13.5px;color:#fbe7dd;line-height:1.55;max-width:380px}.web-scope .savhero .savnote{display:flex;align-items:flex-start;gap:7px;margin-top:14px;font-size:11.5px;line-height:1.45;color:#f6d9cc}.web-scope .savhero .savnote svg{width:14px;height:14px;flex:none;margin-top:1px;stroke:#fff6f2}.web-scope .savhero .savcalc-link{color:#fff6f2;font-weight:600;text-decoration:underline}.web-scope .savchart{padding:18px}.web-scope .savchart .bars{display:flex;align-items:flex-end;gap:10px;height:150px}.web-scope .savchart .col{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;gap:6px}.web-scope .savchart .col .val{font-family:DM Mono;font-size:10.5px;color:var(--soft)}.web-scope .savchart .col .bar{width:100%;max-width:38px;background:var(--faint);border-radius:6px 6px 0 0}.web-scope .savchart .col .bar.hot{background:var(--clay)}.web-scope .savchart .col .lab{font-family:DM Mono;font-size:10px;color:var(--tmut);text-transform:capitalize}.web-scope .savchart .labs{display:flex;justify-content:space-between;margin-top:14px;padding-top:12px;border-top:1px solid var(--line);font-size:11.5px;color:var(--tmut)}.web-scope .savchart .labs b{font-family:DM Mono;font-weight:500;color:var(--soft);margin-left:4px}.web-scope .savbreak{padding:14px}.web-scope .savbreak .leg{display:flex;gap:14px;margin-bottom:6px;font-family:DM Mono;font-size:10px}.web-scope .savbreak .leg .dn{color:var(--success)}.web-scope .savbreak .leg .up{color:var(--errstrong)}.web-scope .savbreak .svrow{display:flex;align-items:center;gap:11px;padding:11px 0}.web-scope .savbreak .svrow.div{border-top:1px solid var(--line)}.web-scope .savbreak .svrow .ci{width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex:none}.web-scope .savbreak .svrow .ci svg{width:15px;height:15px}.web-scope .savbreak .svrow .meta{min-width:0;flex:1}.web-scope .savbreak .svrow .meta .nm{font-size:12px;font-weight:600;color:var(--ink)}.web-scope .savbreak .svrow .meta .sub{font-size:10px;color:var(--tmut);margin-top:1px}.web-scope .savbreak .svrow .val{font-family:DM Mono;font-weight:500;font-size:14px;flex:none;display:inline-flex;align-items:center;gap:4px}.web-scope .savbreak .svrow .val .arr{width:14px;height:14px;stroke-width:2.4}.web-scope .savbreak .svrow .val.dn{color:var(--success)}.web-scope .savbreak .svrow .val.up{color:var(--errstrong)}.web-scope .savbreak .svrow .val.nt{color:var(--tmut)}.web-scope .savcalc{padding:16px 18px}.web-scope .savcalc p{font-size:12.5px;line-height:1.6;color:var(--soft);margin:0}.web-scope .savempty{text-align:center;padding:32px 22px}.web-scope .savempty .ic{display:inline-flex;width:44px;height:44px;border-radius:14px;align-items:center;justify-content:center;background:var(--claysoft);margin-bottom:12px}.web-scope .savempty .ic svg{width:22px;height:22px;stroke:var(--clay)}.web-scope .savempty .t{font-size:14px;font-weight:700;color:var(--ink)}.web-scope .savempty .s{margin:6px auto 0;max-width:320px;font-size:11.5px;line-height:1.5;color:var(--tmut)}.web-scope .savtips{display:flex;align-items:center;gap:11px;padding:13px;margin-top:16px;text-decoration:none;color:inherit;transition:border-color .2s}.web-scope .savtips:hover{border-color:var(--ink)}.web-scope .savtips .ic{width:34px;height:34px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex:none}.web-scope .savtips .ic svg{width:17px;height:17px;stroke:var(--clay)}.web-scope .savtips .t{font-size:11.5px;font-weight:700;color:var(--ink)}.web-scope .savtips .s{font-size:10px;color:var(--tmut);margin-top:1px}.web-scope .savtips .chev{margin-left:auto;color:var(--clay);font-size:17px}@media(max-width:1080px){.web-scope .homegrid,.web-scope .consgrid,.web-scope .mktgrid,.web-scope .setgrid{grid-template-columns:1fr}.web-scope .cgrid{grid-template-columns:repeat(2,1fr)}.web-scope .tips{grid-template-columns:1fr}}@media(max-width:980px){.web-scope .appshell{grid-template-columns:1fr}.web-scope .sb{position:fixed;top:0;left:0;bottom:0;width:280px;max-width:84vw;height:100dvh;z-index:100;transform:translate(-100%);transition:transform .28s ease;overflow-y:auto;box-shadow:6px 0 30px #00000038;padding-left:max(14px,env(safe-area-inset-left))}.web-scope .appshell.navopen .sb{transform:translate(0)}.web-scope .sbscrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;border:0;cursor:pointer;background:#140e0b73;animation:sbfade .2s ease}.web-scope .hamb{display:inline-flex}.web-scope .main{padding:0 0 40px}.web-scope .topbar .tinner{padding:13px 20px;gap:10px}.web-scope .main>:not(.topbar){padding-left:20px;padding-right:20px}.web-scope .topbar h1{font-size:20px}.web-scope .topbar .sub{font-size:12px}.web-scope .topbar .actions{gap:7px}.web-scope .iconbtn{width:36px;height:36px}}.web-scope .billupload{position:relative}.web-scope .billupload .bu-body{min-width:0}.web-scope .billupload .bu-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.web-scope .bu-status{display:flex;align-items:center;gap:7px;margin-top:8px;font-size:12px;font-weight:600}.web-scope .bu-status.busy{color:var(--tmut)}.web-scope .bu-status.ok{color:var(--success)}.web-scope .bu-status.review{color:var(--warn)}.web-scope .bu-status.fail{color:var(--clayd)}.web-scope .bu-status .bu-meta{font-weight:500;color:var(--tmut)}.web-scope .bu-spin{width:13px;height:13px;border-radius:50%;border:2px solid var(--bg-3);border-top-color:var(--clay);animation:bu-spin .7s linear infinite;flex:none}@keyframes bu-spin{to{transform:rotate(360deg)}}.web-scope .bolink{display:flex;align-items:center;gap:11px;padding:11px 12px;margin-bottom:10px;background:var(--bg-2);border:1px solid var(--line);border-radius:12px;text-decoration:none;transition:border-color .18s,background .18s}.web-scope .bolink:hover{border-color:var(--clay);background:var(--claysoft)}.web-scope .bolink .bli{width:34px;height:34px;border-radius:9px;flex:none;background:var(--claysoft);color:var(--clayd);display:grid;place-items:center}.web-scope .bolink .bli svg{width:18px;height:18px}.web-scope .bolink .blmid{min-width:0;flex:1}.web-scope .bolink .blt{display:flex;align-items:center;gap:6px;font-weight:700;font-size:13px;color:var(--ink)}.web-scope .bolink .blbadge{font-family:DM Mono,monospace;font-size:10px;font-weight:500;background:var(--clay);color:#fff;padding:1px 6px;border-radius:6px}.web-scope .bolink .bls{font-size:10.5px;color:var(--tmut);margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.web-scope .bolink .blarrow{width:15px;height:15px;color:var(--faint);flex:none}@keyframes sbfade{0%{opacity:0}to{opacity:1}}.web-scope .apperror{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 24px}.web-scope .apperror .aei{width:50px;height:50px;border-radius:14px;background:var(--errsoft);display:grid;place-items:center;margin-bottom:13px}.web-scope .apperror .aei svg{width:24px;height:24px;color:var(--errstrong)}.web-scope .apperror h3{font-size:16px;font-weight:700;color:var(--ink);margin:0}.web-scope .apperror p{font-size:14px;color:var(--tmut);max-width:360px;margin:5px 0 15px;line-height:1.5}.web-scope .apperror .aeretry .spin{animation:aespin .8s linear infinite}@keyframes aespin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.web-scope .apperror .aeretry .spin{animation:none}}.web-scope .apperror.inline{flex-direction:row;text-align:left;align-items:center;gap:12px;padding:16px}.web-scope .apperror.inline .aei{width:38px;height:38px;margin-bottom:0;flex:none}.web-scope .apperror.inline .aei svg{width:19px;height:19px}.web-scope .apperror.inline .aebody{flex:1;min-width:0}.web-scope .apperror.inline h3{font-size:14px}.web-scope .apperror.inline p{font-size:12.5px;max-width:none;margin:2px 0 0}.web-scope .apperror.inline .aeretry{flex:none;padding:8px 14px;font-size:13px}.web-scope a.iconbtn{text-decoration:none}.web-scope .notifwrap{position:relative}.web-scope .notifpanel{position:absolute;top:calc(100% + 8px);right:0;width:360px;max-width:calc(100vw - 32px);background:var(--surface);border:1px solid var(--line);border-radius:16px;box-shadow:0 18px 50px #00000038;z-index:70;overflow:hidden;animation:ntpop .16s ease}@keyframes ntpop{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.web-scope .nphead{display:flex;align-items:center;justify-content:space-between;padding:13px 14px;border-bottom:1px solid var(--linesoft)}.web-scope .nptitle{display:flex;align-items:center;gap:8px}.web-scope .nptitle strong{font-size:14px;font-weight:700;color:var(--ink)}.web-scope .npcount{font-family:DM Mono,monospace;font-size:11px;font-weight:500;background:var(--clay);color:#fff;padding:1px 7px;border-radius:20px}.web-scope .npmark{background:none;border:0;color:var(--clay);font-size:12.5px;font-weight:600;cursor:pointer}.web-scope .npmark:disabled{color:var(--faint);cursor:default}.web-scope .nplist{max-height:380px;overflow-y:auto}.web-scope .ntrow{display:flex;align-items:flex-start;gap:11px;width:100%;text-align:left;padding:12px 14px;background:none;border:0;border-bottom:1px solid var(--linesoft);cursor:pointer;transition:background .15s}.web-scope .ntrow:last-child{border-bottom:0}.web-scope .ntrow:hover{background:var(--bg-2)}.web-scope .ntrow.unread,.web-scope .ntrow.unread:hover{background:var(--claysoft)}.web-scope .npfoot{display:block;text-align:center;padding:12px;font-size:13px;font-weight:600;color:var(--clay);text-decoration:none;border-top:1px solid var(--linesoft)}.web-scope .npfoot:hover{background:var(--bg-2)}.web-scope .ntic{width:34px;height:34px;border-radius:9px;flex:none;display:grid;place-items:center}.web-scope .ntic svg{width:17px;height:17px}.web-scope .ntmid{min-width:0;flex:1;display:flex;flex-direction:column;gap:2px}.web-scope .ntt{font-size:13px;font-weight:700;color:var(--ink);line-height:1.25}.web-scope .ntb{font-size:12px;color:var(--tmut);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.web-scope .ntwhen{font-family:DM Mono,monospace;font-size:10.5px;color:var(--faint);flex:none;white-space:nowrap}.web-scope .ntfilters{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:16px}.web-scope .ntchips{display:flex;gap:8px;flex-wrap:wrap}.web-scope .ntfilter{padding:7px 14px;border-radius:20px;border:1px solid var(--line);background:var(--surface);color:var(--tmut);font-size:13px;font-weight:600;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.web-scope .ntfilter:hover{border-color:var(--ink)}.web-scope .ntfilter.on{background:var(--ink);color:var(--bg);border-color:var(--ink)}.web-scope .ntmarkall{background:none;border:0;color:var(--clay);font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.web-scope .ntcard{padding:0;overflow:hidden}.web-scope .nttable{width:100%;border-collapse:collapse}.web-scope .nttable th{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--tmut);padding:13px 16px;border-bottom:1px solid var(--line);-webkit-user-select:none;-moz-user-select:none;user-select:none}.web-scope .ntth{display:inline-flex;align-items:center;gap:4px}.web-scope .nttable td{padding:13px 16px;border-bottom:1px solid var(--linesoft);vertical-align:middle}.web-scope .nttable tbody tr{cursor:pointer;transition:background .15s}.web-scope .nttable tbody tr:hover{background:var(--bg-2)}.web-scope .nttable tbody tr:last-child td{border-bottom:0}.web-scope .nttable tbody tr.unread,.web-scope .nttable tbody tr.unread:hover{background:var(--claysoft)}.web-scope .ntchip{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:20px;font-size:11.5px;font-weight:700;white-space:nowrap}.web-scope .ntdot{width:6px;height:6px;border-radius:50%;background:currentColor;flex:none}.web-scope .ntcell{display:flex;align-items:center;gap:11px}.web-scope .ntempty{text-align:center;color:var(--tmut);font-size:13.5px;padding:44px 20px}.web-scope .ntpag{display:flex;align-items:center;justify-content:space-between;margin-top:14px;font-family:DM Mono,monospace;font-size:12px;color:var(--tmut)}.web-scope .ntpag-acts{display:flex;gap:6px}.web-scope .ntpag-acts button{width:32px;height:32px;border-radius:9px;border:1px solid var(--line);background:var(--surface);color:var(--ink);cursor:pointer;font-size:15px}.web-scope .ntpag-acts button:disabled{opacity:.4;cursor:default}.web-scope .ntcol-sel{width:44px;text-align:center;padding-right:0}.web-scope .ntcheck{width:16px;height:16px;accent-color:var(--clay);cursor:pointer;margin:0;vertical-align:middle}.web-scope .nttable tbody tr.rowsel,.web-scope .nttable tbody tr.rowsel:hover{background:var(--claysoft)}.web-scope .ntselbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;background:var(--ink);color:var(--bg);border-radius:12px;padding:10px 16px;margin-bottom:14px}.web-scope .ntseln{font-size:13px;font-weight:700}.web-scope .ntselacts{display:flex;gap:6px;flex-wrap:wrap}.web-scope .ntselacts button{background:color-mix(in srgb,var(--bg) 16%,transparent);border:0;color:var(--bg);font-size:12.5px;font-weight:600;padding:7px 12px;border-radius:8px;cursor:pointer;transition:background .15s}.web-scope .ntselacts button:hover{background:color-mix(in srgb,var(--bg) 28%,transparent)}.web-scope .ntselacts .ntselclear{background:none}.web-scope .ntdrawer-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:95;border:0;cursor:pointer;background:#140e0b73;animation:sbfade .2s ease}.web-scope .ntdrawer{position:fixed;top:0;right:0;bottom:0;z-index:100;width:420px;max-width:92vw;background:var(--surface);border-left:1px solid var(--line);box-shadow:-10px 0 40px #00000040;display:flex;flex-direction:column;animation:ntslide .26s ease;padding-right:env(safe-area-inset-right)}@keyframes ntslide{0%{transform:translate(100%)}to{transform:translate(0)}}.web-scope .ntd-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--linesoft)}.web-scope .ntd-close{width:32px;height:32px;border-radius:9px;border:1px solid var(--line);background:var(--bg-2);color:var(--ink);font-size:20px;line-height:1;cursor:pointer}.web-scope .ntd-body{flex:1;overflow-y:auto;padding:22px 18px;display:flex;flex-direction:column}.web-scope .ntd-ic{width:48px;height:48px;border-radius:12px;margin-bottom:16px}.web-scope .ntd-ic svg{width:24px;height:24px}.web-scope .ntd-title{font-size:19px;font-weight:700;color:var(--ink);line-height:1.25;margin:0}.web-scope .ntd-when{font-family:DM Mono,monospace;font-size:11.5px;color:var(--faint);margin-top:6px}.web-scope .ntd-text{font-size:14px;color:var(--tmut);line-height:1.6;margin:16px 0 0}.web-scope .ntd-foot{padding:16px 18px;border-top:1px solid var(--linesoft)}.web-scope .ntd-unread{width:100%;padding:11px;border-radius:10px;border:1px solid var(--line);background:var(--bg-2);color:var(--ink);font-size:13.5px;font-weight:600;cursor:pointer;transition:border-color .15s}.web-scope .ntd-unread:hover{border-color:var(--ink)}@media(max-width:560px){.web-scope .ntcard{overflow-x:auto}.web-scope .nttable{min-width:520px}.web-scope .notifpanel{width:calc(100vw - 24px)}.web-scope .ntdrawer{width:100%;max-width:100%}}.web-scope .house-intro{margin:4px 2px 0;font-size:12.5px;line-height:1.55;color:var(--tmut)}.web-scope .house-intro b{color:var(--ink);font-weight:600}.web-scope .house-prog{margin-top:16px;padding:14px 16px}.web-scope .house-prog-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.web-scope .house-prog-lab{font-size:9px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--tmut)}.web-scope .house-prog-pct{font-size:13px;font-weight:600;color:var(--clay)}.web-scope .house-prog-track{height:6px;border-radius:99px;background:var(--bg-3);overflow:hidden}.web-scope .house-prog-track i{display:block;height:100%;border-radius:99px;background:var(--clay);transition:width .3s}.web-scope .house-grp{padding:4px 0}.web-scope .house-row{display:flex;align-items:center;gap:12px;padding:12px 16px}.web-scope .house-row+.house-row{border-top:1px solid var(--line)}.web-scope .house-row-body{min-width:0;flex:1}.web-scope .house-row-body .t{font-size:13px;font-weight:600;color:var(--ink)}.web-scope .house-step{display:flex;align-items:center;gap:10px;margin-top:8px}.web-scope .house-step-btn{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid var(--line);background:var(--bg-2);color:var(--ink);cursor:pointer;transition:border-color .15s}.web-scope .house-step-btn:hover:not(:disabled){border-color:var(--ink)}.web-scope .house-step-btn:disabled{opacity:.4;cursor:default}.web-scope .house-step-btn svg{width:13px;height:13px}.web-scope .house-step-n{min-width:18px;text-align:center;font-size:13px;font-weight:600;color:var(--ink)}.web-scope .house-note{margin:14px 4px 0;font-size:11px;font-style:italic;color:var(--tmut)}.web-scope .house-foot{display:flex;justify-content:flex-end;margin-top:16px}.web-scope .house-save{margin-top:0;padding:11px 22px;border-radius:11px;border:0;background:var(--clay);color:#fff;font-family:Montserrat,sans-serif;font-size:13.5px;font-weight:700;cursor:pointer;transition:background .2s}.web-scope .house-save:hover:not(:disabled){background:var(--clayd)}.web-scope .house-save:disabled{opacity:.6;cursor:default}.web-scope .boot-retry-screen{min-height:100dvh;display:flex;align-items:center;justify-content:center;background:var(--warmbg);padding:24px}.web-scope .boot-retry-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;max-width:360px}.web-scope .boot-retry-icon{color:var(--tmut);display:flex;align-items:center;justify-content:center}.web-scope .boot-retry-title{font-size:18px;font-weight:700;color:var(--ink);margin:0;letter-spacing:-.01em}.web-scope .boot-retry-body{font-size:14px;color:var(--soft);margin:0;line-height:1.55}.web-scope .boot-retry-btn{display:inline-flex;align-items:center;gap:8px;margin-top:8px}@keyframes boot-retry-spin{to{transform:rotate(360deg)}}.web-scope .boot-retry-spin{animation:boot-retry-spin .9s linear infinite}.web-scope .boot-loading-icon{color:var(--tmut)}.web-scope .bd-back{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--tmut);margin-bottom:14px;transition:color .15s}.web-scope .bd-back:hover{color:var(--clay)}.web-scope .bd-back svg{width:16px;height:16px}.web-scope .bd-header{padding:18px}.web-scope .bd-header-top{display:flex;align-items:flex-start;gap:14px}.web-scope .bd-svc-ic{flex:0 0 auto;width:46px;height:46px;border-radius:12px;display:grid;place-items:center}.web-scope .bd-svc-ic svg{width:22px;height:22px}.web-scope .bd-header-meta{min-width:0}.web-scope .bd-provider{font-size:16px;font-weight:700;color:var(--ink)}.web-scope .bd-period{font-size:13px;color:var(--tmut);margin-top:2px}.web-scope .bd-period:first-letter{text-transform:uppercase}.web-scope .bd-address{font-size:12px;color:var(--tmut);margin-top:4px;line-height:1.4}.web-scope .bd-total{margin-left:auto;text-align:right;flex:0 0 auto}.web-scope .bd-total-lbl{font-family:DM Mono;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--tmut)}.web-scope .bd-total-val{font-size:24px;font-weight:700;color:var(--ink);margin-top:2px}.web-scope .bd-recon{display:inline-flex;align-items:center;gap:7px;margin-top:14px;padding:7px 11px;border-radius:9px;font-size:12.5px;font-weight:600}.web-scope .bd-recon.ok{background:var(--succsoft);color:var(--success)}.web-scope .bd-recon.warn{background:var(--warnsoft);color:var(--warn)}.web-scope .bd-recon-ic{width:16px;height:16px}.web-scope .bd-bases{display:flex;gap:6px;padding:4px;background:var(--bg-2);border:1px solid var(--line);border-radius:11px;margin-bottom:14px}.web-scope .bd-base{position:relative;flex:1;padding:8px 10px;border-radius:8px;font-size:12.5px;font-weight:600;color:var(--tmut);background:transparent;border:0;cursor:pointer;transition:background .15s,color .15s}.web-scope .bd-base:hover{color:var(--ink)}.web-scope .bd-base.on{background:var(--surface);color:var(--clay);box-shadow:0 1px 2px #00000014}.web-scope .bd-cats,.web-scope .bd-svcgroup{display:flex;flex-direction:column;gap:12px}.web-scope .bd-svcgroup+.bd-svcgroup{margin-top:6px}.web-scope .bd-svclab{font-family:DM Mono;font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--tmut);padding:0 2px}.web-scope .bd-cat{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:15px 17px}.web-scope .bd-cat-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.web-scope .bd-cat-name{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--ink)}.web-scope .bd-cat.attention{border-color:var(--warn);background:var(--warnsoft)}.web-scope .bd-attn-ic{width:16px;height:16px;flex:0 0 auto;color:var(--warn)}.web-scope .bd-why{margin-top:12px;padding-top:12px;border-top:1px solid var(--linesoft)}.web-scope .bd-why-toggle{display:inline-flex;align-items:center;gap:5px;background:none;border:none;padding:0;cursor:pointer;font-size:12.5px;font-weight:600;color:var(--warn)}.web-scope .bd-why-toggle:hover{text-decoration:underline}.web-scope .bd-why-ic{width:14px;height:14px;flex:0 0 auto}.web-scope .bd-why-note{margin:8px 0 0;font-size:12.5px;line-height:1.55;color:var(--ink)}.web-scope .bd-cat-note{display:flex;align-items:center;gap:6px;margin-top:8px;font-size:11px;line-height:1.45;color:var(--tmut)}.web-scope .bd-cat-note-ic{width:13px;height:13px;flex:none;stroke:var(--tmut)}.web-scope .bd-cat-amount-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex:0 0 auto}.web-scope .bd-cat-amount{font-size:17px;font-weight:700;color:var(--ink)}.web-scope .bd-cat-rate{display:inline-flex;align-items:center;gap:4px;font-family:DM Mono;font-size:11.5px;color:var(--tmut);white-space:nowrap}.web-scope .bd-cat-rate-lbl{letter-spacing:.04em;text-transform:uppercase;font-size:9.5px}.web-scope .bd-cat-rate-val{font-weight:700}.web-scope .bd-cat-rate .bd-trend-ic{width:13px;height:13px;flex:0 0 auto}.web-scope .bd-cat-rate-from{font-size:10px;font-weight:500;color:var(--tmut)}.web-scope .bd-cat-rate.changed.up{color:var(--errstrong)}.web-scope .bd-cat-rate.changed.down{color:var(--success)}.web-scope .bd-share{height:7px;border-radius:4px;background:var(--bg-3);overflow:hidden;margin-top:11px}.web-scope .bd-share i{display:block;height:100%;border-radius:4px;background:var(--clay)}.web-scope .bd-share-lbl{font-family:DM Mono;font-size:10.5px;color:var(--tmut);margin-top:5px}.web-scope .bd-metrics{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:13px;padding-top:13px;border-top:1px solid var(--linesoft)}.web-scope .bd-metric-lbl{font-family:DM Mono;font-size:9.5px;letter-spacing:.09em;text-transform:uppercase;color:var(--tmut);margin-bottom:6px}.web-scope .bd-trend{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:13px}.web-scope .bd-trend.inline{display:inline-flex;gap:3px;margin-left:8px;font-size:12px}.web-scope .bd-trend-ic{width:15px;height:15px;flex:0 0 auto}.web-scope .bd-trend-pct{font-weight:700}.web-scope .bd-trend.up{color:var(--errstrong)}.web-scope .bd-trend.down{color:var(--success)}.web-scope .bd-trend.flat{color:var(--tmut)}.web-scope .bd-trend.none{color:var(--tmut);font-size:12px;font-style:italic}.web-scope .bd-trend-from{font-size:11.5px;color:var(--tmut);font-weight:500}.web-scope .bd-cons{display:flex;align-items:center;font-size:13px}.web-scope .bd-cons-val{font-weight:700;color:var(--ink)}.web-scope .bd-cons.none{color:var(--tmut);font-size:15px}.web-scope .bd-empty{padding:22px 18px;text-align:center}.web-scope .bd-empty-t{font-size:14px;font-weight:700;color:var(--ink)}.web-scope .bd-empty-s{font-size:12.5px;color:var(--tmut);margin-top:5px;line-height:1.5}@media(max-width:560px){.web-scope .bd-metrics{grid-template-columns:1fr}}.web-scope .rub-sub{font-size:13px;color:var(--tmut);margin:-2px 0 14px;line-height:1.5}.web-scope .rub-basebar{display:flex;align-items:center;gap:10px;margin-bottom:16px;flex-wrap:wrap}.web-scope .rub-base-lbl{font-family:DM Mono;font-size:10px;letter-spacing:.09em;text-transform:uppercase;color:var(--tmut)}.web-scope .rub-base-select{min-width:220px;height:38px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--ink);font-size:13px;font-weight:600;padding:0 12px}.web-scope .rub-contracts{display:flex;flex-direction:column;gap:16px}.web-scope .rub-contract{padding:16px 16px 18px}.web-scope .rub-contract-head{display:flex;align-items:center;gap:13px;padding-bottom:14px;margin-bottom:4px;border-bottom:1px solid var(--linesoft);cursor:pointer;transition:opacity .12s}.web-scope .rub-contract-head:hover{opacity:.9}.web-scope .rub-contract-head:hover .bd-provider{color:var(--clay)}.web-scope .rub-contract-meta{min-width:0}.web-scope .rub-contract-total{margin-left:auto;text-align:right;flex:0 0 auto}.web-scope .rub-contract-total .bd-total-val{font-size:19px}.web-scope .rub-recon-ok{display:inline-flex;align-items:center;gap:4px;margin-top:3px;font-size:11.5px;font-weight:600;color:var(--success)}.web-scope .rub-recon-ok svg{width:13px;height:13px}.web-scope .rub-chev{flex:0 0 auto;font-size:22px;line-height:1;color:var(--tmut)}.web-scope .rub-single{font-size:12px;font-style:italic;color:var(--tmut);margin:12px 0 2px}.web-scope .rub-cats{margin-top:14px}.web-scope .rub-cats .bd-cat{background:var(--bg-2);border-color:var(--linesoft)}.web-scope .ftable tr.bill-row-link{cursor:pointer;transition:background .12s}.web-scope .ftable tr.bill-row-link:hover{background:var(--bg-2)}.web-scope .ftable tr.bill-row-link:focus-visible{outline:2px solid var(--clay);outline-offset:-2px}.web-scope .ftable .bill-chev{color:var(--tmut);font-weight:700}.web-scope .ftable tr.bill-row-static td{color:var(--tmut)}.web-scope .bills-catlab{font-family:DM Mono;font-size:9.5px;text-transform:uppercase;letter-spacing:.1em;color:var(--tmut);margin:6px 2px 5px}.web-scope .bills-catlab .bills-catn{color:var(--faint)}.web-scope .ftable .bill-total{display:block;font-size:9.5px;color:var(--faint);font-weight:400;margin-top:1px}.web-scope .bd-base .bills-tab-lbl{position:relative}.web-scope .bd-base .bills-tab-count{position:absolute;top:-7px;right:-13px;display:inline-flex;align-items:center;justify-content:center;min-width:14px;height:14px;padding:0 3px;border-radius:7px;background:color-mix(in srgb,currentColor 16%,transparent);font-size:8px;font-weight:700;line-height:1;box-sizing:border-box}.web-scope .stmap{height:300px;margin-top:12px;border:1px solid var(--line);border-radius:14px;overflow:hidden;z-index:0}.web-scope .stmap-anchor{background:none;border:none}.web-scope .stmap-pin{display:inline-flex;flex-direction:column;align-items:center;transform:translate(-50%,-100%);padding:3px 8px;border-radius:9px;border:1px solid var(--line);background:var(--surface);box-shadow:0 2px 6px #0000001f;white-space:nowrap}.web-scope .stmap-pin--best{border-color:var(--clay);background:var(--clay)}.web-scope .stmap-pin--best .stmap-pin-brand,.web-scope .stmap-pin--best .stmap-pin-price{color:#fff}.web-scope .stmap-pin-brand{font-size:8px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--tmut)}.web-scope .stmap-pin-price{font-family:DM Mono,monospace;font-size:11px;color:var(--ink)}.web-scope .stmap .leaflet-pane,.web-scope .stmap .leaflet-control{z-index:0}.web-scope .island-prices{padding:12px 4px 4px}.web-scope .island-prices .ip-cap{font-family:DM Mono,monospace;font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:var(--tmut);margin-bottom:8px}.web-scope .island-prices .ip-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-top:1px solid var(--linesoft)}.web-scope .island-prices .ip-name{font-size:13px;color:var(--ink)}.web-scope .island-prices .ip-price{font-family:DM Mono,monospace;font-size:15px;color:var(--clay)}.web-scope .island-prices .ip-meta{margin-top:8px;font-size:9.5px;color:var(--tmut)}.web-scope .stmap .stmap-pop .leaflet-popup-content-wrapper{background:var(--surface);color:var(--ink);border:1px solid var(--line);border-radius:10px;box-shadow:0 4px 14px #0000002e}.web-scope .stmap .stmap-pop .leaflet-popup-content{margin:7px 10px;font-size:11px;line-height:1.45}.web-scope .stmap .stmap-pop .leaflet-popup-content small{color:var(--tmut)}.web-scope .stmap .stmap-pop .leaflet-popup-tip{background:var(--surface);border:1px solid var(--line)}.web-scope .stmap-wrap{position:relative}.web-scope .stmap-geo{position:absolute;top:22px;right:10px;z-index:2;padding:5px 10px;border-radius:999px;border:1px solid var(--line);background:var(--surface);color:var(--ink);font-size:11px;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #00000024}.web-scope .stmap-geo:hover{border-color:var(--clay);color:var(--clay)}.web-scope .stmap-geo:disabled{opacity:.6;cursor:default}.web-scope .feed-skel{height:92px;border-radius:16px;background:var(--bg-2);margin-bottom:12px;position:relative;overflow:hidden}.web-scope .feed-skel.hl{height:150px}.web-scope .feed-skel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,var(--bg-3, #eee),transparent);transform:translate(-100%);animation:mkt-shimmer 1.2s ease-in-out infinite}.web-scope .stmap .leaflet-control-zoom{border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #00000024}.web-scope .stmap .leaflet-control-zoom a{width:28px;height:28px;line-height:28px;font-size:15px;background:var(--surface);color:var(--ink);border-bottom:1px solid var(--linesoft)}.web-scope .stmap .leaflet-control-zoom a:last-child{border-bottom:none}.web-scope .stmap .leaflet-control-zoom a:hover{background:var(--bg-2);color:var(--clay)}.web-scope .stmap .leaflet-control-zoom a.leaflet-disabled{opacity:.4;color:var(--tmut)}.web-scope .boshell{display:grid;grid-template-columns:var(--sidebar-w) 1fr;min-height:100vh;background:var(--warmbg)}.web-scope .bosb{background:#16130f;color:#cfc8c2;display:flex;flex-direction:column;padding:20px 12px;position:sticky;top:0;height:100vh}.web-scope .bosb .brand{display:flex;align-items:center;gap:9px;padding:0 10px 6px;text-decoration:none;flex-shrink:0}.web-scope .bosb .bosb-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;margin:0 -4px;padding:0 4px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.14) transparent}.web-scope .bosb .bosb-scroll::-webkit-scrollbar{width:6px}.web-scope .bosb .bosb-scroll::-webkit-scrollbar-thumb{background:#ffffff24;border-radius:3px}.web-scope .bosb .bosb-scroll::-webkit-scrollbar-thumb:hover{background:#ffffff3d}.web-scope .bosb .bosb-foot{flex-shrink:0;padding-top:10px;margin-top:6px;border-top:1px solid rgba(255,255,255,.06)}.web-scope .bosb .brand .b{font-weight:800;font-size:17px;letter-spacing:-.02em;color:#fcfcfb}.web-scope .bosb .botag{font-family:DM Mono,monospace;font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:#8a7f77;padding:0 10px 18px;flex-shrink:0}.web-scope .bosb .grp{font-family:DM Mono,monospace;font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:#6e645c;padding:14px 10px 6px}.web-scope .bosb nav{display:flex;flex-direction:column;gap:2px}.web-scope .bosb .nv{display:flex;align-items:center;gap:11px;padding:9px 10px;border-radius:9px;font-size:12.5px;font-weight:600;color:#cfc8c2;text-decoration:none;transition:background .2s,color .2s;position:relative}.web-scope .bosb .nv svg{width:16px;height:16px;flex:none}.web-scope .bosb .nv:hover{background:#ffffff12;color:#fcfcfb}.web-scope .bosb .nv.on{background:#e2552f29;color:#f8bfa8}.web-scope .bosb .nv .cnt{margin-left:auto;font-family:DM Mono,monospace;font-size:10px;background:var(--clay);color:#fff;border-radius:99px;padding:1px 7px}.web-scope .bosb .spacer{flex:1}.web-scope .bosb .ucard{display:flex;align-items:center;gap:10px;padding:11px 10px;border-top:1px solid rgba(255,255,255,.09)}.web-scope .bosb .ucard .av{width:34px;height:34px;border-radius:50%;background:var(--clay);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;flex:none}.web-scope .bosb .ucard .un{font-weight:700;font-size:13px;color:#fcfcfb;line-height:1.2}.web-scope .bosb .ucard .ur{font-size:11px;color:#8a7f77}.web-scope .bosb .out{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:10px;font-size:12.5px;font-weight:600;color:#8a7f77;text-decoration:none;transition:color .2s;background:none;border:0;cursor:pointer;width:100%}.web-scope .bosb .out svg{width:14px;height:14px}.web-scope .bosb .out:hover{color:#f2686d}.web-scope .bomain{padding:0 0 64px;max-width:none;width:100%;min-width:0}.web-scope .bohead{position:sticky;top:0;z-index:30;background:color-mix(in srgb,var(--warmbg) 90%,transparent);backdrop-filter:saturate(1.4) blur(10px);-webkit-backdrop-filter:saturate(1.4) blur(10px);border-bottom:1px solid var(--line)}.web-scope .bohead .tinner{display:flex;align-items:center;gap:14px;max-width:1280px;margin:0 auto;width:100%;padding:10px 36px;min-height:52px}.web-scope .bohead h1{font-weight:300;font-size:23px;line-height:1.15;letter-spacing:-.025em;margin:0}.web-scope .bohead h1 b{font-weight:700}.web-scope .bohead .sub{font-size:12.5px;color:var(--tmut);margin-top:2px}.web-scope .bohead .actions{margin-left:auto;display:flex;gap:9px;align-items:center}.web-scope .bohead .actions .botables{margin-bottom:0}.web-scope .bomain>:not(.bohead):not(.bodrawer){max-width:1208px;margin-left:max(36px,calc((100% - 1208px)/2));margin-right:max(36px,calc((100% - 1208px)/2));box-sizing:border-box}.web-scope .bomain>.botables:not(.bohead):not(.bodrawer){width:-moz-fit-content;width:fit-content;max-width:calc(100% - 72px);padding:3px;margin-left:max(36px,calc((100% - 1280px)/2 + 36px));margin-right:auto}.web-scope .bohead+*{margin-top:16px}.web-scope .bobtn{display:inline-flex;align-items:center;gap:7px;font-family:Montserrat,sans-serif;font-weight:700;font-size:12.5px;border-radius:9px;padding:9px 15px;cursor:pointer;border:1px solid transparent;transition:all .2s;text-decoration:none}.web-scope .bobtn svg{width:14px;height:14px}.web-scope .bobtn.pri{background:var(--clay);color:#fff}.web-scope .bobtn.pri:hover{background:var(--clayd)}.web-scope .bobtn.gho{border-color:var(--line);color:var(--ink);background:var(--surface)}.web-scope .bobtn.gho:hover{border-color:var(--ink)}.web-scope .bobtn.dng{background:var(--errsoft);color:var(--errstrong)}.web-scope .bobtn.dngsolid{background:var(--errstrong);color:#fff}.web-scope .bobtn.dngsolid:hover{background:#c93a3f}.web-scope .bobtn.ok{background:var(--succsoft);color:#1f8a5b}.web-scope .bobtn.sm{padding:6px 11px;font-size:11.5px;border-radius:8px}.bomain .card{background:var(--surface);border:1px solid var(--line);border-radius:14px}.web-scope .kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:22px}.web-scope .kpi{padding:16px 18px}.web-scope .kpi .kl{font-family:DM Mono,monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--tmut)}.web-scope .kpi .kv{font-family:DM Mono,monospace;font-weight:500;font-size:27px;letter-spacing:-.01em;margin-top:7px}.web-scope .kpi .kd{font-size:11px;font-weight:600;margin-top:4px}.web-scope .kpi .kd.up{color:var(--success)}.web-scope .kpi .kd.dn{color:var(--errstrong)}.web-scope .kpi .kd.nt{color:var(--tmut)}.web-scope .dboard-stamp{display:flex;align-items:center;gap:6px;font-family:DM Mono,monospace;font-size:11px;color:var(--faint)}.web-scope .dboard-stamp>svg{width:13px;height:13px}.web-scope .dboard-stamp button svg.spin{animation:bospin .8s linear infinite}.web-scope .dboard-stamp button:disabled{opacity:.55;cursor:not-allowed}.web-scope .dboard-hero{display:flex;align-items:stretch;overflow:hidden;margin-bottom:16px}.web-scope .dh-seal{display:flex;align-items:center;gap:11px;padding:18px 22px;border-right:1px solid var(--line);flex-shrink:0;min-width:210px}.web-scope .dh-si{width:36px;height:36px;border-radius:11px;display:flex;align-items:center;justify-content:center;flex:none}.web-scope .dh-si svg{width:18px;height:18px}.web-scope .dh-seal--ok .dh-si{background:var(--succsoft);color:var(--success)}.web-scope .dh-seal--warn .dh-si{background:var(--warnsoft);color:var(--warn)}.web-scope .dh-seal--err .dh-si{background:var(--errsoft);color:var(--errstrong)}.web-scope .dh-hl{font-size:13.5px;font-weight:700}.web-scope .dh-sub{font-size:11.5px;color:var(--tmut);margin-top:3px}.web-scope .dh-stats{display:flex;flex:1;min-width:0}.web-scope .dh-stat{flex:1;display:flex;flex-direction:column;justify-content:center;padding:16px 22px;border-right:1px solid var(--line);text-decoration:none;color:inherit;transition:background .15s;min-width:0}.web-scope .dh-stat:last-child{border-right:0}.web-scope .dh-stat:hover{background:var(--bg-2)}.web-scope .dhs-v{font-family:DM Mono,monospace;font-size:26px;font-weight:500;letter-spacing:-.015em;display:block}.web-scope .dhs-v--hot{color:var(--clayd)}.web-scope .dhs-l{font-size:11px;font-weight:600;color:var(--tmut);display:block;margin-top:5px}.web-scope .dhs-d{font-size:11px;font-weight:700;display:block;margin-top:3px}.web-scope .dhs-d.up{color:var(--success)}.web-scope .dhs-d.dn{color:var(--errstrong)}.web-scope .dhs-d.nt{color:var(--tmut)}.web-scope .dboard-alert{display:flex;align-items:center;gap:10px;padding:11px 16px;border-radius:12px;margin-bottom:16px;border:1px solid transparent;text-decoration:none}.web-scope .dboard-alert svg{width:15px;height:15px;flex:none}.web-scope .dboard-alert.err{background:var(--errsoft);border-color:color-mix(in srgb,var(--errstrong) 22%,transparent)}.web-scope .dboard-alert.err svg,.web-scope .dboard-alert.err .dat,.web-scope .dboard-alert.err .dal{color:var(--errstrong)}.web-scope .dboard-alert.warn{background:var(--warnsoft);border-color:color-mix(in srgb,var(--warn) 22%,transparent)}.web-scope .dboard-alert.warn svg,.web-scope .dboard-alert.warn .dat,.web-scope .dboard-alert.warn .dal{color:var(--warn)}.web-scope .dboard-alert .dat{font-size:12.5px;font-weight:700;flex:1}.web-scope .dboard-alert .dal{font-size:12px;font-weight:700;white-space:nowrap;opacity:.85}.web-scope .dboard-alert .dal:hover{opacity:1}.web-scope .dboard-period{display:flex;align-items:center;gap:10px;margin:16px 0 22px;flex-wrap:wrap}.web-scope .dboard-period .botables{margin-bottom:0}.web-scope .dp-note{font-size:11px;color:var(--faint);margin-left:auto}.web-scope .dboard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:start}@media(max-width:1260px){.web-scope .dboard-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:740px){.web-scope .dboard-grid{grid-template-columns:1fr}}.web-scope .dboard-cat{display:flex;flex-direction:column}.web-scope .dcat-hd{display:flex;align-items:center;gap:9px;padding:13px 16px;border-bottom:1px solid var(--line)}.web-scope .dcat-ic{width:28px;height:28px;border-radius:8px;background:var(--bg-2);display:flex;align-items:center;justify-content:center;flex:none}.web-scope .dcat-ic svg{width:13px;height:13px;color:var(--tmut)}.web-scope .dcat-tl{font-size:13px;font-weight:700;flex:1}.web-scope .dcat-cnt{font-family:DM Mono,monospace;font-size:10px;font-weight:500;border-radius:99px;padding:2px 8px;margin-left:2px}.web-scope .dcat-cnt.warn{background:var(--warnsoft);color:var(--warn)}.web-scope .dcat-cnt.err{background:var(--errsoft);color:var(--errstrong)}.web-scope .dcat-cnt.ok{background:var(--succsoft);color:var(--success)}.web-scope .dcat-lk{font-size:11.5px;font-weight:600;color:var(--clayd);text-decoration:none;white-space:nowrap;margin-left:auto}.web-scope .dmks{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line)}.web-scope .dmk{padding:12px 15px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:background .14s}.web-scope .dmk:nth-child(2n){border-right:0}.web-scope .dmk:nth-last-child(-n+2){border-bottom:0}.web-scope .dmk.lk{cursor:pointer}.web-scope .dmk.lk:hover{background:var(--bg-2)}.web-scope .dmk-l{font-family:DM Mono,monospace;font-size:9.5px;letter-spacing:.07em;text-transform:uppercase;color:var(--tmut)}.web-scope .dmk-v{font-family:DM Mono,monospace;font-size:21px;font-weight:500;letter-spacing:-.01em;margin-top:6px}.web-scope .dmk-d{font-size:11px;font-weight:700;margin-top:3px}.web-scope .dmk-d.up{color:var(--success)}.web-scope .dmk-d.dn{color:var(--errstrong)}.web-scope .dmk-d.nt{color:var(--tmut)}.web-scope .dboard-minichart{padding:12px 16px;border-bottom:1px solid var(--line)}.web-scope .dmc-lbl{font-family:DM Mono,monospace;font-size:9.5px;letter-spacing:.07em;text-transform:uppercase;color:var(--tmut);margin-bottom:8px}.web-scope .dl-r{display:flex;align-items:center;gap:10px;padding:10px 16px;border-bottom:1px solid var(--linesoft);transition:background .13s}.web-scope .dl-r:last-child{border-bottom:0}.web-scope .dl-r.lk{cursor:pointer}.web-scope .dl-r.lk:hover{background:var(--bg-2)}.web-scope .dl-tx{flex:1;min-width:0}.web-scope .dl-tx b{font-size:12.5px;font-weight:600;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.web-scope .dl-tx span{font-size:11px;color:var(--tmut);display:block;margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.web-scope .dl-mt{font-family:DM Mono,monospace;font-size:10.5px;color:var(--tmut);white-space:nowrap;flex:none}.web-scope .dj-r{display:flex;align-items:center;gap:9px;padding:9px 16px;border-bottom:1px solid var(--linesoft);transition:background .13s}.web-scope .dj-r:last-child{border-bottom:0}.web-scope .dj-link{cursor:pointer;color:inherit;text-decoration:none}.web-scope .dj-link:hover{background:var(--bg-2)}.web-scope .dj-dot{width:7px;height:7px;border-radius:50%;flex:none}.web-scope .dj-dot--ok{background:var(--success)}.web-scope .dj-dot--warn{background:var(--warn)}.web-scope .dj-dot--err{background:var(--errstrong);box-shadow:0 0 0 3px var(--errsoft)}.web-scope .dj-dot--off{background:var(--faint)}.web-scope .dj-n{flex:1;font-size:12.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.web-scope .dj-t{font-family:DM Mono,monospace;font-size:10.5px;color:var(--tmut);white-space:nowrap;flex:none}.web-scope .dj-sec-ic{display:inline-flex;align-items:center;color:var(--tmut);flex:none}.web-scope .dboard-extlinks{display:flex;gap:7px;padding:12px 16px;border-top:1px solid var(--line);flex-wrap:wrap}.web-scope .dboard-extlinks a{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:600;color:var(--tmut);text-decoration:none;background:var(--bg-2);border:1px solid var(--line);border-radius:8px;padding:5px 10px;transition:all .15s}.web-scope .dboard-extlinks a svg{width:12px;height:12px}.web-scope .dboard-extlinks a:hover{border-color:var(--ink);color:var(--ink)}.web-scope .dboard-comingsoon{padding:28px 20px 24px;text-align:center}.web-scope .dcs-ic{width:42px;height:42px;border-radius:12px;background:var(--bg-2);display:inline-flex;align-items:center;justify-content:center;margin-bottom:12px}.web-scope .dcs-ic svg{width:20px;height:20px;color:var(--faint)}.web-scope .dboard-comingsoon h4{font-size:13.5px;font-weight:700;color:var(--soft)}.web-scope .dboard-comingsoon p{font-size:12px;color:var(--tmut);line-height:1.65;margin-top:6px}.web-scope .dcs-chips{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-top:14px}.web-scope .dcs-chip{font-size:11px;color:var(--faint);background:var(--bg-2);border:1px dashed var(--line);border-radius:7px;padding:5px 9px}.web-scope .bolab{display:flex;align-items:baseline;gap:10px;margin:22px 0 10px}.web-scope .bolab span{font-size:13px;font-weight:700}.web-scope .bolab a{margin-left:auto;font-size:11.5px;font-weight:600;color:var(--clayd);text-decoration:none;cursor:pointer}.web-scope .botable{width:100%;border-collapse:collapse}.web-scope .botable th{font-family:DM Mono,monospace;font-size:9.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--tmut);font-weight:500;text-align:left;padding:10px 14px;border-bottom:1px solid var(--line);white-space:nowrap}.web-scope .botable td{padding:11px 14px;border-bottom:1px solid var(--linesoft);font-size:12.5px;vertical-align:middle}.web-scope .botable tbody tr{transition:background .15s}.web-scope .botable tbody tr:hover{background:var(--bg-2)}.web-scope .botable tr:last-child td{border-bottom:0}.web-scope .botable .num{font-family:DM Mono,monospace;font-weight:500}.web-scope .botable td .tsub{font-size:11px;color:var(--tmut);margin-top:1px}.web-scope .botable .rowact{display:flex;gap:6px;justify-content:flex-end;opacity:0;transition:opacity .15s}.web-scope .botable tbody tr:hover .rowact{opacity:1}.web-scope .iact{width:28px;height:28px;border-radius:8px;border:1px solid var(--line);background:var(--surface);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.web-scope .iact svg{width:13px;height:13px;color:var(--soft)}.web-scope .iact:hover{border-color:var(--ink)}.web-scope .iact.dng:hover{border-color:var(--errstrong);background:var(--errsoft)}.web-scope .iact.dng:hover svg{color:var(--errstrong)}.web-scope .bobtn:disabled,.web-scope .iact:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.web-scope .bst{display:inline-flex;align-items:center;gap:5px;font-size:10.5px;font-weight:700;padding:3px 9px;border-radius:7px;white-space:nowrap}.web-scope .bst:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor}.web-scope .bst.ok{background:var(--succsoft);color:#1f8a5b}.web-scope .bst.off{background:var(--bg-2);color:var(--tmut)}.web-scope .bst.warn{background:var(--warnsoft);color:var(--warn)}.web-scope .bst.err{background:var(--errsoft);color:var(--errstrong)}.web-scope .bst.clay{background:var(--claysoft);color:var(--clayd)}.web-scope .bst.info{background:var(--infosoft);color:var(--info)}.web-scope .rowsel{border:1.5px solid var(--line);border-radius:8px;background:var(--bg-2);padding:4px 8px;font-family:Montserrat,sans-serif;font-size:11.5px;font-weight:600;color:var(--ink);cursor:pointer;outline:none;transition:border-color .2s,box-shadow .2s}.web-scope .rowsel:hover{border-color:var(--clay)}.web-scope .rowsel:focus{border-color:var(--clay);box-shadow:0 0 0 3px var(--claysoft)}.web-scope .rowsel:disabled{opacity:.55;cursor:not-allowed}.web-scope .bouedit{display:flex;flex-wrap:wrap;gap:14px;width:100%}.web-scope .bouedit .boufield{display:flex;flex-direction:column;gap:5px;flex:1 1 140px}.web-scope .bouedit .boufield>span{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--tmut)}.web-scope .bouedit .rowsel{width:100%;padding:7px 10px}.web-scope .bouedit .boufield .bfsel{width:100%;height:auto;border:1.5px solid var(--line);border-radius:8px;background:var(--bg-2);padding:7px 10px;font-family:Montserrat,sans-serif;font-size:11.5px;font-weight:600;color:var(--ink);box-shadow:none}.web-scope .bouedit .boufield .bfsel:hover{border-color:var(--clay)}.web-scope .bouedit .boufield .bfsel:focus,.web-scope .bouedit .boufield .bfsel[data-state=open]{border-color:var(--clay);box-shadow:0 0 0 3px var(--claysoft);outline:none}.web-scope .bouedit .boufield .bfsel:disabled,.web-scope .bouedit .boufield .bfsel[data-disabled]{opacity:.55;cursor:not-allowed}.web-scope .bosearch{display:flex;align-items:center;gap:9px;background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:9px 13px;min-width:250px}.web-scope .bosearch svg{width:15px;height:15px;color:var(--tmut);flex:none}.web-scope .bosearch input{border:0;background:transparent;outline:none;flex:1;font-family:Montserrat,sans-serif;font-size:12.5px;color:var(--ink)}.web-scope .bosearch input::-moz-placeholder{color:var(--faint)}.web-scope .bosearch input::placeholder{color:var(--faint)}.web-scope .botables{display:inline-flex;background:var(--bg-2);border:1px solid var(--line);border-radius:10px;padding:3px;gap:2px;margin-bottom:16px}.web-scope .botables .opt{font-size:12px;font-weight:600;color:var(--tmut);padding:7px 16px;border-radius:7px;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:7px;white-space:nowrap;flex:0 0 auto;border:0;background:none;font-family:Montserrat,sans-serif}.web-scope .botables .opt.on{background:var(--surface);color:var(--ink);box-shadow:0 1px 4px #231c181f}.web-scope .botables .opt .cnt{font-family:DM Mono,monospace;font-size:10px;background:var(--claysoft);color:var(--clayd);border-radius:99px;padding:1px 7px}.web-scope .bolayout{display:grid;grid-template-columns:1fr 360px;gap:18px;align-items:start}.web-scope .boform{padding:18px 20px;position:sticky;top:76px}.web-scope .boform h3{font-size:14px;font-weight:700;margin:0 0 14px}.web-scope .boform .bf{margin-bottom:13px}.web-scope .boform .bf label{display:block;font-size:11px;font-weight:600;color:var(--soft);margin-bottom:5px}.web-scope .boform .bf input,.web-scope .boform .bf textarea,.web-scope .boform .bf select{width:100%;border:1.5px solid var(--line);border-radius:9px;background:var(--bg-2);padding:9px 12px;font-family:Montserrat,sans-serif;font-size:12.5px;color:var(--ink);outline:none;transition:border-color .2s,box-shadow .2s}.web-scope .boform .bf input:focus,.web-scope .boform .bf textarea:focus,.web-scope .boform .bf select:focus{border-color:var(--clay);box-shadow:0 0 0 3px var(--claysoft)}.web-scope .dregions{display:flex;flex-wrap:wrap;gap:7px}.web-scope .dregion{display:inline-flex;align-items:center;gap:6px;padding:6px 11px;border:1.5px solid var(--line);border-radius:999px;background:var(--bg-2);font-size:12px;font-weight:600;color:var(--soft);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:border-color .15s,background .15s,color .15s}.web-scope .dregion input{width:13px;height:13px;margin:0;accent-color:var(--clay);cursor:pointer}.web-scope .dregion:hover{border-color:var(--clay)}.web-scope .dregion.on{border-color:var(--clay);background:color-mix(in srgb,var(--clay) 12%,transparent);color:var(--ink)}.web-scope .dregion.dis{opacity:.4;cursor:not-allowed}.web-scope .dregion.dis input{cursor:not-allowed}.web-scope .dhint{margin-top:6px;font-size:10.5px;line-height:1.4;color:var(--tmut)}.web-scope .boform .bf .bfsel,.web-scope .dwform .bf .bfsel{width:100%;height:auto;border:1.5px solid var(--line);border-radius:9px;background:var(--bg-2);padding:9px 12px;font-family:Montserrat,sans-serif;font-size:12.5px;font-weight:inherit;color:var(--ink);box-shadow:none}.web-scope .boform .bf .bfsel:focus,.web-scope .boform .bf .bfsel[data-state=open],.web-scope .dwform .bf .bfsel:focus,.web-scope .dwform .bf .bfsel[data-state=open]{border-color:var(--clay);box-shadow:0 0 0 3px var(--claysoft);outline:none}.web-scope .boform .bf input.err{border-color:var(--errstrong)}.web-scope .boform .bf textarea{resize:vertical;min-height:70px;line-height:1.5}.web-scope .boform .bf .mono{font-family:DM Mono,monospace}.web-scope .boform .bf .hint{font-size:10.5px;color:var(--tmut);margin-top:5px}.web-scope .boform .bf .cnt{float:right;font-family:DM Mono,monospace;font-size:10px;color:var(--faint);font-weight:500}.web-scope .boform .frow2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.web-scope .boform .tgline{display:flex;align-items:center;gap:10px;padding:9px 0;font-size:12.5px;font-weight:600;color:var(--soft)}.web-scope .boform .tgline .tg{margin-left:auto}.web-scope .tg{width:36px;height:21px;border-radius:99px;background:var(--bg-3);position:relative;cursor:pointer;transition:background .25s;flex:none;display:inline-block;border:0;padding:0}.web-scope .tg:after{content:"";position:absolute;top:3px;left:3px;width:15px;height:15px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:left .25s}.web-scope .tg.on{background:var(--clay)}.web-scope .tg.on:after{left:18px}.web-scope .bo-fs{display:contents;min-width:0;border:0;margin:0;padding:0}.web-scope .bo-fs:disabled .bf input,.web-scope .bo-fs:disabled .bf textarea,.web-scope .bo-fs:disabled .bfsel,.web-scope .bo-fs:disabled .tg{opacity:.55;cursor:not-allowed}.web-scope .dwform .bf{margin-bottom:13px}.web-scope .dwform .bf label{display:block;font-size:11px;font-weight:600;color:var(--soft);margin-bottom:5px}.web-scope .dwform .bf input,.web-scope .dwform .bf textarea,.web-scope .dwform .bf select{width:100%;border:1.5px solid var(--line);border-radius:9px;background:var(--bg-2);padding:9px 12px;font-family:Montserrat,sans-serif;font-size:12.5px;color:var(--ink);outline:none;transition:border-color .2s,box-shadow .2s}.web-scope .dwform .bf input:focus,.web-scope .dwform .bf textarea:focus,.web-scope .dwform .bf select:focus{border-color:var(--clay);box-shadow:0 0 0 3px var(--claysoft)}.web-scope .dwform .bf input.err{border-color:var(--errstrong)}.web-scope .dwform .bf textarea{resize:vertical;min-height:70px;line-height:1.5}.web-scope .dwform .bf .mono{font-family:DM Mono,monospace}.web-scope .dwform .bf .hint{font-size:10.5px;color:var(--tmut);margin-top:5px}.web-scope .dwform .bf .cnt{float:right;font-family:DM Mono,monospace;font-size:10px;color:var(--faint);font-weight:500}.web-scope .dwform .frow2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.web-scope .dwform .tgline{display:flex;align-items:center;gap:10px;padding:9px 0;font-size:12.5px;font-weight:600;color:var(--soft)}.web-scope .dwform .tgline .tg{margin-left:auto}.web-scope .botoolbar{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.web-scope .botoolbar .botables{margin-bottom:0}.web-scope .botoolbar .botoolbar-spacer{margin-left:auto}.web-scope .radar{padding:0}.web-scope .radrow{display:flex;gap:14px;padding:16px 18px;border-bottom:1px solid var(--linesoft);align-items:flex-start}.web-scope .radrow:last-child{border-bottom:0}.web-scope .radrow .src{width:34px;height:34px;border-radius:10px;background:var(--bg-2);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;flex:none}.web-scope .radrow .src svg{width:16px;height:16px;color:var(--soft)}.web-scope .radrow h4{font-size:13.5px;font-weight:700;line-height:1.35;margin:0}.web-scope .radrow .meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:4px;font-size:11px;color:var(--tmut)}.web-scope .radrow .meta .lnk{font-family:DM Mono,monospace;font-size:10.5px;color:var(--info)}.web-scope .radrow .meta .conf{font-family:DM Mono,monospace;font-size:10.5px}.web-scope .radrow p{font-size:12px;color:var(--soft);line-height:1.55;margin-top:6px;max-width:640px}.web-scope .radrow .racts{margin-left:auto;display:flex;gap:7px;flex:none;align-self:center}.web-scope .confbar{display:inline-flex;align-items:center;gap:6px}.web-scope .confbar .cb{width:54px;height:5px;border-radius:99px;background:var(--bg-3);overflow:hidden;display:inline-block}.web-scope .confbar .cb i{display:block;height:100%;border-radius:99px}.web-scope .radempty{padding:44px 20px;text-align:center;color:var(--tmut);font-size:13px;border:1.5px dashed var(--line);border-radius:14px}.web-scope .chart{display:flex;gap:10px;align-items:flex-end;height:130px;padding:4px 2px 0}.web-scope .chart .cb{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;height:100%;justify-content:flex-end}.web-scope .chart .cb i{width:100%;background:var(--claysoft);border-radius:5px 5px 0 0;position:relative}.web-scope .chart .cb:last-child i{background:var(--clay)}.web-scope .chart .cb .m{font-family:DM Mono,monospace;font-size:9.5px;color:var(--tmut)}.web-scope .pushprev{background:var(--bg-2);border:1px solid var(--line);border-radius:13px;padding:13px 15px;margin-top:4px}.web-scope .pushprev .pp{display:flex;gap:10px;align-items:flex-start;background:var(--surface);border:1px solid var(--line);border-radius:11px;padding:11px 13px;box-shadow:0 6px 18px -12px #2819124d}.web-scope .pushprev .ic{width:28px;height:28px;border-radius:7px;background:var(--clay);display:flex;align-items:center;justify-content:center;flex:none}.web-scope .pushprev .t{font-size:12px;font-weight:700}.web-scope .pushprev .s{font-size:11px;color:var(--tmut);line-height:1.45;margin-top:1px}.web-scope .pushprev .lab{font-family:DM Mono,monospace;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--faint);margin-bottom:8px}.web-scope .bomodal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#140e0b73;z-index:80}.web-scope .bomodal-card{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:81;width:380px;max-width:calc(100vw - 40px);background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:26px 26px 22px;box-shadow:0 30px 70px -30px #2819128c}.web-scope .bomodal-card:focus-visible{outline:none}.web-scope .bomodal-card .mic{width:44px;height:44px;border-radius:13px;background:var(--errsoft);display:flex;align-items:center;justify-content:center;margin-bottom:14px}.web-scope .bomodal-card .mic svg{width:20px;height:20px;color:var(--errstrong)}.web-scope .bomodal-card h3{font-size:16px;font-weight:700;letter-spacing:-.01em;margin:0}.web-scope .bomodal-card p{font-size:12.5px;color:var(--soft);line-height:1.6;margin-top:7px}.web-scope .bomodal-card .macts{display:flex;gap:9px;justify-content:flex-end;margin-top:20px}.web-scope .svctiles{display:inline-flex;gap:4px}.web-scope .svctiles .st{width:22px;height:22px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center}.web-scope .svctiles .st svg{width:11px;height:11px}.web-scope .bohamb{display:none;width:40px;height:40px;align-items:center;justify-content:center;flex:none;margin-left:-6px;border:0;background:none;color:var(--ink);cursor:pointer;border-radius:10px}.web-scope .bohamb:hover{background:var(--bg-3)}.web-scope .bohamb svg{width:22px;height:22px}@media(max-width:1080px){.web-scope .kpis{grid-template-columns:repeat(2,1fr)}.web-scope .bolayout{grid-template-columns:1fr}.web-scope .boform{position:static}}@media(max-width:980px){.web-scope .boshell{grid-template-columns:1fr}.web-scope .bohamb{display:inline-flex}.web-scope .bosb{position:fixed;top:0;left:0;bottom:0;z-index:100;width:280px;max-width:84vw;height:100dvh;transform:translate(-100%);transition:transform .28s ease;overflow-y:auto;box-shadow:6px 0 30px #0006;padding-left:max(16px,env(safe-area-inset-left))}.web-scope .boshell.navopen .bosb{transform:translate(0)}.web-scope .bosbscrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#140e0b80;z-index:90;border:0;cursor:pointer;animation:sbfade .2s ease}.web-scope .bomain{padding:0 0 40px}.web-scope .bohead{top:0;z-index:30}.web-scope .bohead .tinner{padding:12px 18px}.web-scope .bomain>:not(.bohead){padding-left:18px;padding-right:18px}.web-scope .auditbar{top:58px}}.web-scope .bostate{padding:22px;text-align:center;color:var(--tmut);font-size:12.5px}.web-scope .bostate.err{color:var(--errstrong)}.web-scope .bosk{min-height:92px;position:relative;overflow:hidden}.web-scope .bosk:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,var(--bg-2),transparent);transform:translate(-100%);animation:bosk 1.2s ease-in-out infinite}@keyframes bosk{to{transform:translate(100%)}}.web-scope .bospin{width:26px;height:26px;margin:40px auto;border:3px solid var(--linesoft);border-top-color:var(--clay);border-radius:50%;animation:bospin .8s linear infinite}@keyframes bospin{to{transform:rotate(360deg)}}.web-scope .bopage{display:flex;align-items:center;justify-content:space-between;margin-top:12px;font-size:11.5px;color:var(--tmut)}.web-scope .bopage-acts{display:flex;gap:8px}.web-scope .bopage-acts button{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--line);border-radius:9px;color:var(--soft);font-size:15px;line-height:1;cursor:pointer;transition:all .15s}.web-scope .bopage-acts button:hover:not(:disabled){border-color:var(--ink);color:var(--ink)}.web-scope .bopage-acts button:disabled{opacity:.35;cursor:not-allowed}.web-scope .bopage-pslbl{font-size:11.5px;color:var(--tmut);white-space:nowrap}.web-scope .bopage-psz{min-width:64px;height:34px;display:inline-flex;align-items:center}.web-scope .bopage-psz .fbtrigger{height:28px;font-size:11.5px;padding:0 8px}.web-scope .bobtn.sm:disabled{opacity:.45;cursor:not-allowed}.web-scope .auditbar{position:sticky;top:54px;z-index:10;display:flex;flex-wrap:wrap;align-items:stretch;gap:8px;padding-top:12px;padding-bottom:12px;background:var(--warmbg)}.web-scope .fbsel{display:flex;flex-direction:column;gap:3px;background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:6px 11px;min-width:0}.web-scope .fbsel.search{flex:1 1 240px;min-width:200px}.web-scope .fbsel>label{font-family:DM Mono,monospace;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--tmut)}.web-scope .fbsel input{border:0;background:transparent;outline:none;font-family:Montserrat,sans-serif;font-size:12.5px;color:var(--ink);padding:0}.web-scope .fbsel .fbtrigger{height:auto;min-height:0;width:auto;border:0;border-radius:0;background:transparent;box-shadow:none;padding:0;gap:6px;font-family:Montserrat,sans-serif;font-size:12.5px;color:var(--ink);cursor:pointer}.web-scope .fbsel .fbtrigger:focus{outline:none;box-shadow:none}.web-scope .fbsel .fbtrigger>svg{color:var(--tmut);opacity:1}.web-scope .fbsel input[type=date]{font-family:DM Mono,monospace;font-size:12px;min-width:124px}.web-scope .fbsel .datepick{width:auto;min-width:124px;border:0;border-radius:0;background:transparent;padding:0;gap:6px;font-family:Montserrat,sans-serif;font-size:12.5px;color:var(--ink)}.web-scope .fbsel .datepick:hover,.web-scope .fbsel .datepick:focus-visible{border:0;box-shadow:none}.web-scope .fbsel .fbsearch{display:flex;align-items:center;gap:7px}.web-scope .fbsel .fbsearch svg{width:14px;height:14px;color:var(--tmut);flex:none}.web-scope .fbsel .fbsearch input{flex:1;width:100%}.web-scope .fbsel .fbsearch input::-moz-placeholder{color:var(--faint)}.web-scope .fbsel .fbsearch input::placeholder{color:var(--faint)}.web-scope .auditbar>.bobtn{align-self:center}.web-scope .auditcount{font-family:DM Mono,monospace;font-size:11.5px;color:var(--tmut);margin:0 0 12px}.web-scope .botable tr.rowsel td{background:var(--claysoft)}.web-scope .botable td .audtime{color:var(--ink);font-weight:600}.web-scope .botable td .auddate{font-size:10px;color:var(--faint);margin-top:1px}.web-scope .mono.muted{color:var(--tmut)}.web-scope .audaction{display:inline-flex;align-items:center;gap:8px}.web-scope .audaction .mono.muted{font-size:11.5px}.web-scope .oppill{display:inline-flex;align-items:center;font-family:DM Mono,monospace;font-size:10px;font-weight:500;letter-spacing:.04em;padding:2px 8px;border-radius:7px;white-space:nowrap}.web-scope .oppill.op-insert{background:var(--succsoft);color:#1f8a5b}.web-scope .oppill.op-update{background:var(--infosoft);color:var(--info)}.web-scope .oppill.op-delete{background:var(--errsoft);color:var(--errstrong)}.web-scope .oppill.op-auth{background:var(--bg-2);color:var(--soft)}.web-scope .audtable{font-family:DM Mono,monospace;font-size:11px;color:var(--tmut)}.web-scope .audwhen{font-family:DM Mono,monospace;font-size:11.5px;color:var(--soft);margin:8px 0 0}.web-scope .audmeta{display:grid;gap:9px;margin-bottom:16px}.web-scope .audmeta>div{display:grid;grid-template-columns:86px 1fr;gap:8px;align-items:baseline}.web-scope .audmeta dt{font-family:DM Mono,monospace;font-size:9px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--tmut)}.web-scope .audmeta dd{font-size:12px;color:var(--ink);word-break:break-word}.web-scope .audmeta dd.mono{font-family:DM Mono,monospace}.web-scope .audsys{font-size:11px;color:var(--tmut)}.web-scope .auddiff{border:1px solid var(--linesoft);border-radius:10px;overflow:hidden}.web-scope .auddiff-cols{display:grid;grid-template-columns:1fr 1fr}.web-scope .auddiff-cols.one{grid-template-columns:1fr}.web-scope .auddiff-cols>div+div{border-left:1px solid var(--linesoft)}.web-scope .auddiff-head{background:var(--bg-2);font-family:DM Mono,monospace;font-weight:500;font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--tmut);padding:6px 10px;border-bottom:1px solid var(--linesoft)}.web-scope .auddiff.single .auddiff-head{border-radius:0}.web-scope .auddiff-json{margin:0;padding:8px 10px;font-family:DM Mono,monospace;font-size:11.5px;line-height:1.6;color:var(--soft);white-space:pre-wrap;word-break:break-word}.web-scope .auddiff-json .jline{display:block;border-radius:4px}.web-scope .auddiff-json .jline.changed{background:var(--claysoft)}.web-scope .auddiff-json .jline.changed .jkey,.web-scope .auddiff-json .jline.changed .jval{color:var(--clayd)}.web-scope .auddiff-json .jkey{color:var(--ink)}.web-scope .auddiff-json .jval.redacted{color:var(--faint)}.web-scope .audsensitive{display:flex;align-items:flex-start;gap:8px;margin-top:12px;padding:10px 12px;border-radius:10px;background:var(--warnsoft);color:var(--warn);font-size:11.5px;line-height:1.45}.web-scope .audsensitive svg{width:15px;height:15px;flex:none;margin-top:1px}.web-scope .mcounts{display:flex;gap:12px;margin-bottom:18px;flex-wrap:wrap}.web-scope .mcount{flex:1;min-width:128px;background:var(--surface);border:1px solid var(--line);border-radius:13px;padding:13px 16px}.web-scope .mcount .mc-l{font-family:DM Mono;font-size:9.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--tmut)}.web-scope .mcount .mc-v{font-family:DM Mono;font-weight:500;font-size:23px;letter-spacing:-.01em;margin-top:5px}.web-scope .mcount.hot .mc-v{color:var(--clayd)}.web-scope .filterbar{display:flex;flex-wrap:wrap;gap:9px;align-items:center;padding:4px 0 12px;margin-bottom:2px}.web-scope .filterbar .fclear,.web-scope .auditbar .fclear{background:none;border:0;color:var(--tmut);font-size:12.5px;font-weight:600;cursor:pointer;padding:6px 4px}.web-scope .filterbar .fclear:hover,.web-scope .auditbar .fclear:hover{color:var(--ink)}.web-scope .auditbar .fclear:disabled{opacity:.4;cursor:default}.web-scope .tych{display:inline-flex;align-items:center;gap:6px;font-size:10.5px;font-weight:700;padding:3px 9px 3px 7px;border-radius:7px;white-space:nowrap}.web-scope .tych svg{width:12px;height:12px}.web-scope .tych.contacto{background:var(--infosoft);color:var(--info)}.web-scope .tych.reporte{background:var(--warnsoft);color:var(--warn)}.web-scope .tych.sugestao{background:var(--claysoft);color:var(--clayd)}.web-scope .tych.outro{background:var(--bg-2);color:var(--tmut)}.web-scope .orig{display:inline-flex;align-items:center;gap:5px;font-family:DM Mono;font-size:10px;font-weight:500;padding:2px 8px;border-radius:6px;background:var(--bg-2);color:var(--tmut);white-space:nowrap}.web-scope .orig svg{width:11px;height:11px;color:var(--tmut)}.web-scope .undot{width:7px;height:7px;border-radius:50%;background:var(--clay);flex:none;display:inline-block;margin-right:7px;vertical-align:middle}.web-scope tr.unread .tsubj{font-weight:800}.web-scope .bodrawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;pointer-events:none}.web-scope .bodrawer .scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#140e0b6b;opacity:0;transition:opacity .3s}.web-scope .bodrawer .dwpanel{position:absolute;top:0;right:0;height:100%;width:472px;max-width:calc(100vw - 28px);background:var(--surface);border-left:1px solid var(--line);box-shadow:-34px 0 80px -44px #2819128c;transform:translate(100%);transition:transform .34s cubic-bezier(.4,0,.1,1);display:flex;flex-direction:column}.web-scope .bodrawer.show{pointer-events:auto}.web-scope .bodrawer.show .scrim{opacity:1}.web-scope .bodrawer.show .dwpanel{transform:translate(0)}.web-scope .dwhead{padding:18px 22px 16px;border-bottom:1px solid var(--line);flex:none}.web-scope .dwhrow{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.web-scope .dwclose{margin-left:auto;width:30px;height:30px;border-radius:9px;border:1px solid var(--line);background:var(--surface);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--tmut);flex:none}.web-scope .dwclose:hover{border-color:var(--ink);color:var(--ink)}.web-scope .dwclose svg{width:14px;height:14px}.web-scope .dwhead h2{font-weight:300;font-size:18px;letter-spacing:-.02em;line-height:1.3;margin:12px 0 0}.web-scope .dwhead h2 b{font-weight:700}.web-scope .dwmeta{display:flex;gap:9px;flex-wrap:wrap;align-items:center;margin-top:10px;font-family:DM Mono;font-size:11px;color:var(--tmut)}.web-scope .dwbody{flex:1;overflow-y:auto;padding:20px 22px}.web-scope .dwfrom{display:flex;align-items:center;gap:12px;padding-bottom:17px;margin-bottom:17px;border-bottom:1px solid var(--linesoft)}.web-scope .dwfrom .av{width:38px;height:38px;border-radius:50%;background:var(--claysoft);color:var(--clayd);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex:none}.web-scope .dwfrom .nm{font-weight:700;font-size:13.5px}.web-scope .dwfrom .em{font-family:DM Mono;font-size:11.5px;color:var(--tmut);margin-top:1px}.web-scope .dwmsg{font-size:13.5px;line-height:1.75;color:var(--tmut);white-space:pre-wrap}.web-scope .dwfoot{padding:14px 22px 18px;border-top:1px solid var(--line);flex:none;display:flex;flex-direction:column;gap:11px}.web-scope .dwacts{display:flex;gap:8px;flex-wrap:wrap}.web-scope .dwnote{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--tmut)}.web-scope .dwnote svg{width:13px;height:13px;flex:none}.web-scope .bodfields{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px;margin:0 0 6px}.web-scope .bodfields>.full{grid-column:1 / -1}.web-scope .bodfields dt{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--tmut);margin-bottom:3px}.web-scope .bodfields dd{margin:0;font-size:13px;color:var(--ink);word-break:break-word}.web-scope .bodfields dd.mono{font-family:DM Mono,monospace;font-size:12px}.web-scope .botimeline{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:14px}.web-scope .botimeline-state{color:var(--tmut);font-size:12.5px;padding:10px 0}.web-scope .botl-item{display:flex;gap:12px;position:relative}.web-scope .botl-item:not(:last-child):before{content:"";position:absolute;left:13px;top:28px;bottom:-14px;width:1px;background:var(--line)}.web-scope .botl-dot{flex:none;width:27px;height:27px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--claysoft);color:var(--clayd);z-index:1}.web-scope .botl-dot svg{width:13px;height:13px}.web-scope .botl-dot.op-insert{background:var(--oksoft, var(--claysoft));color:var(--ok, var(--clayd))}.web-scope .botl-dot.op-delete{background:var(--errsoft, var(--claysoft));color:var(--errstrong, var(--clayd))}.web-scope .botl-body{flex:1;min-width:0}.web-scope .botl-top{display:flex;align-items:center;gap:8px;font-size:13px}.web-scope .botl-meta{font-size:11px;color:var(--tmut);margin-top:2px}.web-scope .botl-changes{font-size:11.5px;color:var(--tmut);margin-top:4px}.web-scope .diagb{margin-top:20px;background:var(--bg-2);border:1px solid var(--line);border-radius:13px;padding:15px 17px}.web-scope .diagb .dgh{display:flex;align-items:center;gap:8px;font-size:11.5px;font-weight:700;color:var(--tmut);margin-bottom:13px}.web-scope .diagb .dgh svg{width:14px;height:14px;color:var(--tmut)}.web-scope .diagb .dgrid{display:grid;grid-template-columns:1fr 1fr;gap:13px 18px}.web-scope .diagb .dgrid .k{font-family:DM Mono;font-size:9px;letter-spacing:.09em;text-transform:uppercase;color:var(--faint);display:block;margin-bottom:3px}.web-scope .diagb .dgrid .v{font-family:DM Mono;font-size:11.5px;color:var(--ink)}.web-scope .boempty{padding:34px 24px;text-align:center;color:var(--tmut)}.web-scope .boempty .ei{width:40px;height:40px;border-radius:12px;background:var(--bg-2);display:inline-flex;align-items:center;justify-content:center;margin-bottom:12px}.web-scope .boempty .ei svg{width:19px;height:19px;color:var(--faint)}.web-scope .boempty h3{font-size:13.5px;font-weight:700;color:var(--tmut);margin:0}.web-scope .boempty p{font-size:12.5px;line-height:1.5;max-width:280px;margin:5px auto 0}.web-scope .botablecard{overflow-x:auto;overflow-y:hidden}@media(max-width:700px){.web-scope .bodrawer .dwpanel{width:100%;max-width:100%}.web-scope .diagb .dgrid{grid-template-columns:1fr}}.web-scope .mtx{display:block}.web-scope .mtx>b{font-weight:600}.web-scope .mtx .tsub{font-family:DM Mono,monospace;margin-top:2px}.web-scope .when{font-family:DM Mono,monospace;font-size:12px;color:var(--tmut);white-space:nowrap}.web-scope .dwtop{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:4px}.web-scope .dlab{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--tmut);margin:18px 0 9px}.web-scope .docerr{background:var(--errsoft);border-left:3px solid var(--errstrong);border-radius:10px;padding:12px 14px;margin-top:14px}.web-scope .docerr .deh{font-weight:700;color:var(--errstrong);margin-bottom:4px}.web-scope .docerr p{color:var(--tmut);font-size:13px;line-height:1.5}.web-scope .docitems{margin-top:9px}.web-scope .docitems tr.lowconf>td{background:var(--warnsoft)}.web-scope .boerror{padding:52px 24px;text-align:center;color:var(--tmut)}.web-scope .boerror .bei{width:50px;height:50px;border-radius:14px;background:var(--errsoft);display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px}.web-scope .boerror .bei svg{width:24px;height:24px;color:var(--errstrong)}.web-scope .boerror h3{font-size:15px;font-weight:700;color:var(--ink);margin:0 0 6px}.web-scope .boerror p{font-size:14px;color:var(--tmut);max-width:360px;margin:0 auto 16px;line-height:1.5}.web-scope .boerror .acts{display:flex;gap:10px;justify-content:center}.web-scope .boerror .spin{animation:bospin .8s linear infinite}@media(prefers-reduced-motion:reduce){.web-scope .boerror .spin{animation:none}}.web-scope .bosb .appback{display:flex;align-items:center;gap:11px;padding:11px 12px;margin-bottom:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;text-decoration:none;transition:border-color .18s,background .18s}.web-scope .bosb .appback:hover{border-color:var(--clay);background:#e2552f24}.web-scope .bosb .appback .bi{width:34px;height:34px;border-radius:9px;flex:none;background:#e2552f2e;color:#f8bfa8;display:grid;place-items:center}.web-scope .bosb .appback .bi svg{width:18px;height:18px}.web-scope .bosb .appback .abmid{min-width:0;flex:1}.web-scope .bosb .appback .abt{font-weight:700;font-size:13px;color:#fcfcfb}.web-scope .bosb .appback .abs{font-size:10.5px;color:#8a7f77;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.web-scope .bosb .appback .abarrow{width:15px;height:15px;color:#8a7f77;flex:none}@keyframes qapulse{0%,to{opacity:1}50%{opacity:.3}}.web-scope .qa-kpi-suite{font-family:DM Mono,monospace;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--tmut)}.web-scope .qa-kpi-row{display:flex;align-items:center;gap:9px;margin-top:6px}.web-scope .qa-kpi-pct{font-family:DM Mono,monospace;font-size:22px;font-weight:500;letter-spacing:-.01em}.web-scope .qa-kpi-sub{font-family:DM Mono,monospace;font-size:10.5px;color:var(--tmut);margin-top:4px}.web-scope .qa-ok{color:var(--success);font-weight:600}.web-scope .qa-err{color:var(--errstrong);font-weight:600}.web-scope .qa-wrn{color:var(--warn);font-weight:600}.web-scope .qa-dim{color:var(--faint)}.web-scope .qa-suite-pill{text-transform:none;letter-spacing:0}.web-scope .qa-chips{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:14px}.web-scope .qa-chips-status{margin-top:-4px;margin-bottom:16px}.web-scope .qa-chip{display:inline-flex;align-items:center;gap:6px;font-family:Montserrat,sans-serif;font-size:11.5px;font-weight:700;padding:7px 14px;border-radius:9px;cursor:pointer;transition:all .18s;background:var(--surface);border:1.5px solid var(--line);color:var(--tmut);-webkit-user-select:none;-moz-user-select:none;user-select:none}.web-scope .qa-chip:hover{border-color:var(--soft);color:var(--soft)}.web-scope .qa-chip.on{border-color:var(--ink);background:var(--bg-2);color:var(--ink)}.web-scope .qa-chip.web.on{border-color:var(--info);background:var(--infosoft);color:var(--info)}.web-scope .qa-chip.api.on{border-color:var(--warn);background:var(--warnsoft);color:var(--warn)}.web-scope .qa-chip.app.on{border-color:var(--clayd);background:var(--claysoft);color:var(--clayd)}.web-scope .qa-chip.passed.on{border-color:var(--success);background:var(--succsoft);color:var(--success)}.web-scope .qa-chip.failed.on{border-color:var(--errstrong);background:var(--errsoft);color:var(--errstrong)}.web-scope .qa-chip.running.on{border-color:var(--info);background:var(--infosoft);color:var(--info)}.web-scope .botable .qa-mono{font-family:DM Mono,monospace;font-size:11.5px;white-space:nowrap}.web-scope .botable .qa-cnt{font-family:DM Mono,monospace;font-size:12px}.web-scope .botable .qa-cnt.qa-total{font-weight:600;color:var(--ink)}.web-scope .botable .qa-commit .br{font-family:DM Mono,monospace;font-size:11.5px;font-weight:500}.web-scope .botable .qa-commit .sha{font-family:DM Mono,monospace;font-size:10.5px;color:var(--tmut)}.web-scope .qa-sum{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-bottom:18px}.web-scope .qa-sum .qs{background:var(--bg-2);border-radius:11px;padding:11px 14px}.web-scope .qa-sum .qs .qsl{font-family:DM Mono,monospace;font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--tmut);margin-bottom:5px}.web-scope .qa-sum .qs .qsv{font-family:DM Mono,monospace;font-size:22px;font-weight:500;letter-spacing:-.01em}.web-scope .qa-sum .qs.ok .qsv{color:var(--success)}.web-scope .qa-sum .qs.err .qsv{color:var(--errstrong)}.web-scope .qa-sum .qs.wrn .qsv{color:var(--warn)}.web-scope .qa-meta-g{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;margin-bottom:18px}.web-scope .qa-meta-g .qmk{font-family:DM Mono,monospace;font-size:9px;letter-spacing:.09em;text-transform:uppercase;color:var(--faint);margin-bottom:2px}.web-scope .qa-meta-g .qmv{font-family:DM Mono,monospace;font-size:12px;color:var(--ink)}.web-scope .dwhead h2 .qa-run-id{font-family:DM Mono,monospace;font-size:12.5px;color:var(--tmut);font-weight:400;margin-left:6px}.web-scope .dwmeta .qa-mono{font-family:DM Mono,monospace}.web-scope .qa-fail-tog{display:flex;align-items:center;gap:9px;padding:10px 0 14px;margin-bottom:2px;border-bottom:1px solid var(--linesoft);font-size:12.5px;font-weight:700;color:var(--soft)}.web-scope .qa-fail-tog .tg{flex:none}.web-scope .qa-fail-cnt{font-family:DM Mono,monospace;font-size:10px;background:var(--errsoft);color:var(--errstrong);border-radius:99px;padding:1px 7px}.web-scope .qa-res{padding:10px 0;border-bottom:1px solid var(--linesoft)}.web-scope .qa-res:last-child{border-bottom:0}.web-scope .qa-res.fail{background:color-mix(in srgb,var(--errstrong) 7%,transparent);margin:0 -22px;padding:10px 22px}.web-scope .qa-res.flaky{background:color-mix(in srgb,var(--warn) 7%,transparent);margin:0 -22px;padding:10px 22px}.web-scope .qa-res.qarun{background:color-mix(in srgb,var(--info) 5%,transparent);margin:0 -22px;padding:10px 22px}.web-scope .qa-res-title{font-size:12.5px;font-weight:500;line-height:1.45;color:var(--ink);margin-bottom:5px;overflow-wrap:anywhere;word-break:break-word}.web-scope .qa-res-meta{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.web-scope .qa-res-meta .qa-area{font-size:9.5px;padding:2px 7px}.web-scope .qa-res-proj{font-family:DM Mono,monospace;font-size:10px;color:var(--faint)}.web-scope .qa-res-dur{font-family:DM Mono,monospace;font-size:10.5px;color:var(--tmut)}.web-scope .qa-res-ret{font-family:DM Mono,monospace;font-size:10.5px;color:var(--warn)}.web-scope .qa-err-msg{font-family:DM Mono,monospace;font-size:11px;color:var(--errstrong);line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;background:color-mix(in srgb,var(--errstrong) 10%,transparent);border-radius:7px;padding:7px 10px;margin-top:7px}.web-scope .qa-stack-btn{display:inline-flex;align-items:center;gap:5px;font-family:DM Mono,monospace;font-size:10px;color:var(--tmut);cursor:pointer;background:none;border:none;padding:4px 0 2px;transition:color .15s;margin-top:3px}.web-scope .qa-stack-btn:hover{color:var(--ink)}.web-scope .qa-stack-btn svg{width:12px;height:12px;flex:none}.web-scope .qa-stack{font-family:DM Mono,monospace;font-size:10.5px;color:var(--faint);line-height:1.55;background:var(--bg-2);border:1px solid var(--line);border-radius:8px;padding:10px 12px;white-space:pre-wrap;word-break:break-all;margin-top:4px}.web-scope .qa-empty-drawer{padding:36px 0;text-align:center;color:var(--tmut);font-size:12.5px}@media(max-width:1100px){.web-scope .qa-sum{grid-template-columns:repeat(2,1fr)}.web-scope .qa-meta-g{grid-template-columns:1fr}}.web-scope .qa-run-ctl{display:inline-flex;align-items:center;gap:8px}.web-scope .qa-run-ctl .fbsel{min-width:96px}.authcard.ob-card{max-width:480px}.ob-prog{display:flex;align-items:center;gap:13px;margin-bottom:24px}.ob-prog-bar{flex:1;height:3px;background:var(--line);border-radius:99px;overflow:hidden}.ob-prog-fill{height:100%;background:var(--clay);border-radius:99px;transition:width .45s cubic-bezier(.4,0,.2,1)}.ob-prog-label{font-family:DM Mono,monospace;font-size:11px;color:var(--tmut);white-space:nowrap;flex:none}.ob-step{display:none;flex-direction:column}.ob-step.active{display:flex}.ob-step.ob-anim-in{animation:obIn .32s cubic-bezier(.4,0,.2,1)}.ob-step.ob-anim-back{animation:obBack .32s cubic-bezier(.4,0,.2,1)}@keyframes obIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:none}}@keyframes obBack{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:none}}.ob-eyebrow{display:block;font-family:DM Mono,monospace;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--clay);font-weight:500;margin-bottom:9px}.ob-htypes{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:10px}.ob-htype{display:flex;flex-direction:column;gap:7px;padding:14px 10px 13px;border:1.5px solid var(--line);border-radius:14px;cursor:pointer;transition:all .2s;background:var(--bg-2);-webkit-user-select:none;-moz-user-select:none;user-select:none}.ob-htype:hover{border-color:var(--tmut);background:var(--surface)}.ob-htype.selected{border-color:var(--clay);background:var(--claysoft)}.ob-htype-icon{width:38px;height:38px;border-radius:11px;background:var(--surface);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;transition:all .2s}.ob-htype.selected .ob-htype-icon{background:var(--clay);border-color:var(--clay)}.ob-htype-icon svg{width:17px;height:17px;color:var(--tmut);transition:color .2s}.ob-htype.selected .ob-htype-icon svg{color:#fff}.ob-htype-title{font-size:12.5px;font-weight:700;color:var(--tmut);transition:color .2s;line-height:1.2}.ob-htype.selected .ob-htype-title{color:var(--clayd)}.ob-htype-desc{font-size:11px;color:var(--faint);line-height:1.4}.ob-residents-row{display:flex;align-items:center;gap:12px;background:var(--bg-2);border:1.5px solid var(--line);border-radius:12px;padding:12px 15px;margin-top:10px}.ob-residents-hint{flex:1;font-size:12.5px;color:var(--tmut);line-height:1.4}.ob-stepper{display:flex;align-items:center;gap:10px;flex:none}.ob-step-btn{width:30px;height:30px;border-radius:8px;border:1.5px solid var(--line);background:var(--surface);color:var(--ink);font-family:DM Mono,monospace;font-size:17px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;flex:none}.ob-step-btn:hover:not(:disabled){border-color:var(--ink)}.ob-step-btn:disabled{opacity:.3;cursor:not-allowed}.ob-step-val{font-family:DM Mono,monospace;font-size:20px;font-weight:700;color:var(--ink);min-width:24px;text-align:center}.ob-fields{display:flex;flex-direction:column;gap:14px;margin-top:22px}.fselect-wrap{position:relative;display:flex;align-items:center;gap:10px;background:var(--bg-2);border:1.5px solid var(--line);border-radius:12px;padding:13px 15px;transition:border-color .2s}.fselect-wrap:focus-within{border-color:var(--clay);box-shadow:0 0 0 3px var(--claysoft)}.fselect-wrap .fsi{width:17px;height:17px;color:var(--tmut);flex:none}.fselect-wrap select{flex:1;border:0;background:transparent;outline:none;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;color:var(--ink);-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;min-width:0}.fselect-wrap select option{background:var(--surface);color:var(--ink)}.fselect-wrap .farr{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:15px;height:15px;color:var(--tmut);pointer-events:none}.fselect-wrap .formsel{flex:1;width:auto;height:auto;border:0;background:transparent;box-shadow:none;padding:0;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;color:var(--ink);min-width:0;cursor:pointer}.fselect-wrap .formsel:focus{outline:none;box-shadow:none}.fselect-wrap .formsel>svg{display:none}.locality-picker{display:flex;flex-direction:column;gap:8px}.ob-api-note{display:flex;align-items:center;gap:5px;font-size:10.5px;color:var(--faint);margin-top:5px;font-family:DM Mono,monospace}.ob-api-note svg{width:11px;height:11px;flex:none}.ob-loc-outer{position:relative}.ob-loc-suggestions{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--surface);border:1.5px solid var(--clay);border-radius:12px;box-shadow:0 8px 24px #0000001f;list-style:none;margin:0;padding:4px 0;z-index:200;overflow:hidden}.ob-loc-option{display:flex;align-items:center;gap:8px;padding:10px 14px;font-size:13.5px;color:var(--ink);cursor:pointer;transition:background .12s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ob-loc-option:hover{background:var(--claysoft)}.ob-loc-opt-icon{color:var(--clay);flex:none}.ob-loc-source{padding:7px 12px;border-top:1px solid var(--line);font-family:DM Mono,monospace;font-size:10px;color:var(--tmut);cursor:default}.ob-loc-empty{padding:11px 12px;font-size:13px;color:var(--tmut);cursor:default}.ob-completion{background:var(--bg-2);border:1px solid var(--line);border-radius:12px;padding:12px 14px;margin-bottom:18px}.ob-comp-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px}.ob-comp-title{font-size:12px;font-weight:600;color:var(--tmut)}.ob-comp-pct{font-family:DM Mono,monospace;font-size:12px;color:var(--clay);font-weight:500}.ob-comp-bar{height:4px;background:var(--line);border-radius:99px;overflow:hidden}.ob-comp-fill{height:100%;background:var(--clay);border-radius:99px;transition:width .35s}.ob-comp-note{font-size:10.5px;color:var(--faint);margin-top:7px;font-family:DM Mono,monospace;letter-spacing:.01em}.ob-eq-group{border:1px solid var(--line);border-radius:13px;overflow:hidden;margin-bottom:10px}.ob-eq-head{display:flex;align-items:center;gap:11px;padding:12px 14px;cursor:pointer;background:var(--surface);transition:background .15s;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:none;width:100%;text-align:left}.ob-eq-head:hover{background:var(--bg-2)}.ob-eq-head-icon{width:32px;height:32px;border-radius:9px;background:var(--bg-2);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;flex:none}.ob-eq-head-icon svg{width:15px;height:15px;color:var(--clay)}.ob-eq-head-label{font-size:13px;font-weight:700;color:var(--ink);flex:1}.ob-eq-head-count{font-family:DM Mono,monospace;font-size:11px;color:var(--tmut)}.ob-eq-head-chev{width:16px;height:16px;color:var(--faint);transition:transform .2s;flex:none}.ob-eq-group.open .ob-eq-head-chev{transform:rotate(180deg)}.ob-eq-body{display:none;padding:0 14px}.ob-eq-group.open .ob-eq-body{display:block}.ob-eq-item{display:flex;align-items:flex-start;gap:11px;padding:11px 0;border-top:1px solid var(--linesoft)}.ob-eq-text{flex:1;min-width:0}.ob-eq-label{font-size:13px;font-weight:600;color:var(--ink);line-height:1.35}.ob-eq-desc{font-size:11px;color:var(--faint);margin-top:1px;line-height:1.4}.ob-eq-right{display:flex;align-items:center;gap:9px;flex:none}.ob-eq-stepper{display:flex;align-items:center;gap:6px}.ob-eq-sbtn{width:22px;height:22px;border-radius:6px;border:1px solid var(--line);background:var(--bg-2);color:var(--ink);font-family:DM Mono,monospace;font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.ob-eq-sbtn:hover{border-color:var(--ink)}.ob-eq-qty{font-family:DM Mono,monospace;font-size:13px;font-weight:700;color:var(--ink);min-width:16px;text-align:center}.ob-tg-wrap{position:relative;display:inline-flex;cursor:pointer;flex:none}.ob-tg-input{opacity:0;width:0;height:0;position:absolute}.ob-tg{width:40px;height:22px;border-radius:99px;background:var(--line);transition:background .2s;flex:none;position:relative;display:block}.ob-tg:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .2s,background .2s;box-shadow:0 1px 3px #0003}.ob-tg-input:checked+.ob-tg{background:var(--clay)}.ob-tg-input:checked+.ob-tg:after{transform:translate(18px)}.ob-nav{display:flex;gap:9px;margin-top:20px}.ob-nav .fbtn{flex:1;margin-top:0}.ob-back{display:inline-flex;align-items:center;gap:6px;padding:15px 16px;background:transparent;color:var(--tmut);font-family:Montserrat,sans-serif;font-weight:600;font-size:13.5px;border:1.5px solid var(--line);border-radius:12px;cursor:pointer;transition:all .2s;white-space:nowrap;flex:none}.ob-back:hover{border-color:var(--ink);color:var(--ink)}.ob-back svg{width:15px;height:15px;flex:none}.ob-skip{background:transparent;border:1.5px solid var(--line);color:var(--tmut);font-family:Montserrat,sans-serif;font-weight:600;font-size:13.5px;border-radius:12px;padding:15px 16px;cursor:pointer;transition:all .2s;white-space:nowrap;flex:none}.ob-skip:hover{border-color:var(--ink);color:var(--ink)}.ob-nav .ob-finish{flex:2;margin-top:0}.ob-done-wrap{display:flex;flex-direction:column;align-items:center;text-align:center}.ob-done-circle{width:64px;height:64px;border-radius:50%;background:var(--succsoft);border:2px solid var(--success);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.ob-done-circle svg{width:28px;height:28px;color:var(--success);stroke-width:2.5}.ob-done-wrap h1,.ob-done-wrap .lead{text-align:center}.ob-chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:20px 0}.ob-chip{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:99px;font-size:13px;font-weight:600;border:1.5px solid var(--line);color:var(--tmut);background:var(--bg-2)}.ob-chip.primary{background:var(--clay);border-color:var(--clay);color:#fff}.ob-dash-link{display:block;text-align:center;color:var(--tmut);font-size:13px;margin-top:13px;cursor:pointer;text-decoration:underline;text-decoration-color:var(--line);transition:color .2s}.ob-dash-link:hover{color:var(--clayd)}.ob-card .fbtn:disabled{opacity:.36;cursor:not-allowed}@media(max-width:520px){.authcard.ob-card{border-radius:0;border-left:none;border-right:none;padding:28px 20px}.ob-htypes{grid-template-columns:repeat(3,1fr)}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
 */*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Montserrat,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:DM Mono,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background: 36 8% 95%;--foreground: 20 21% 12%;--card: 0 0% 100%;--card-foreground: 20 21% 12%;--popover: 0 0% 100%;--popover-foreground: 20 21% 12%;--primary: 13 67% 51%;--primary-foreground: 0 0% 100%;--primary-soft: 21 56% 92%;--primary-deep: 15 71% 38%;--secondary: 180 77% 24%;--secondary-foreground: 0 0% 100%;--muted: 40 14% 97%;--muted-foreground: 24 8% 47%;--accent: 13 67% 51%;--accent-foreground: 0 0% 100%;--destructive: 358 75% 59%;--destructive-foreground: 0 0% 100%;--border: 34 9% 84%;--line-s: 36 10% 90%;--input: 34 9% 84%;--ring: 13 67% 51%;--soft: 23 11% 27%;--text-2: 24 8% 47%;--text-3: 25 7% 57%;--surf: 40 14% 97%;--surface3: 36 7% 91%;--tile: 24 19% 93%;--petroleo: 180 77% 24%;--track: 27 19% 91%;--char: 22 15% 15%;--success: 156 59% 45%;--warning: 34 77% 44%;--error: 358 75% 59%;--info: 214 71% 59%;--score-poor: 358 75% 59%;--score-avg: 38 80% 57%;--score-good: 13 67% 51%;--score-excellent: 156 59% 45%;--green-light: 156 50% 92%;--green-dark: 156 60% 30%;--gold: 38 80% 57%;--gold-light: 40 80% 92%;--danger: 358 75% 59%;--danger-light: 358 80% 95%;--blue: 214 71% 59%;--blue-light: 214 70% 94%;--blue-dark: 214 60% 35%;--purple: 266 50% 55%;--purple-light: 267 60% 94%;--purple-dark: 266 50% 35%;--header: 0 0% 100%;--header-alt: 40 14% 97%;--radius: .875rem}.dark{--background: 240 9% 6%;--foreground: 0 0% 100%;--card: 240 9% 10%;--card-foreground: 0 0% 100%;--popover: 240 9% 10%;--popover-foreground: 0 0% 100%;--primary: 13 76% 53%;--primary-foreground: 0 0% 100%;--primary-soft: 13 36% 13%;--primary-deep: 14 87% 60%;--secondary: 180 77% 24%;--secondary-foreground: 0 0% 100%;--muted: 240 9% 12%;--muted-foreground: 235 5% 56%;--accent: 13 76% 53%;--accent-foreground: 0 0% 100%;--destructive: 358 86% 68%;--destructive-foreground: 0 0% 100%;--border: 240 3% 14%;--line-s: 240 6% 11%;--input: 240 3% 14%;--ring: 13 76% 53%;--soft: 257 7% 79%;--text-2: 235 5% 56%;--text-3: 233 5% 37%;--surf: 240 9% 12%;--surface3: 240 8% 17%;--tile: 50 9% 9%;--petroleo: 180 77% 24%;--track: 233 10% 18%;--char: 247 9% 14%;--success: 156 58% 47%;--warning: 38 80% 57%;--error: 358 86% 68%;--info: 213 100% 69%;--score-poor: 358 86% 68%;--score-avg: 38 80% 57%;--score-good: 13 76% 53%;--score-excellent: 156 58% 47%;--green-light: 156 59% 12%;--green-dark: 156 60% 70%;--gold: 38 80% 57%;--gold-light: 38 70% 15%;--danger: 358 86% 68%;--danger-light: 358 60% 15%;--blue: 213 100% 69%;--blue-light: 214 50% 15%;--blue-dark: 214 70% 75%;--purple: 266 50% 65%;--purple-light: 267 30% 18%;--purple-dark: 266 60% 78%;--header: 240 9% 10%;--header-alt: 240 9% 12%;--radius: .875rem}html,body,#root{height:100%}body{--tw-bg-opacity: 1;background-color:rgb(244 242 239 / var(--tw-bg-opacity, 1));font-family:Montserrat,sans-serif;--tw-text-opacity: 1;color:hsl(var(--foreground) / var(--tw-text-opacity, 1));-moz-osx-font-smoothing:grayscale;margin:0;min-height:100dvh;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.tabular,[data-numeric]{font-family:DM Mono,monospace;font-variant-numeric:tabular-nums}button,a[role=button]{touch-action:manipulation}:focus-visible{outline:2px solid var(--brand-terracota);outline-offset:2px}.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.bottom-0{bottom:0}.left-2{left:.5rem}.left-\[50\%\]{left:50%}.right-2{right:.5rem}.right-4{right:1rem}.top-0{top:0}.top-3{top:.75rem}.top-4{top:1rem}.top-\[50\%\]{top:50%}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[120\]{z-index:120}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.ml-auto{margin-left:auto}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.\!table{display:table!important}.table{display:table}.grid{display:grid}.hidden{display:none}.h-11{height:2.75rem}.h-14{height:3.5rem}.h-2{height:.5rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-9{height:2.25rem}.h-\[1px\]{height:1px}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-full{height:100%}.h-px{height:1px}.max-h-\[--radix-select-content-available-height\]{max-height:var(--radix-select-content-available-height)}.max-h-\[85dvh\]{max-height:85dvh}.max-h-\[var\(--radix-dropdown-menu-content-available-height\)\]{max-height:var(--radix-dropdown-menu-content-available-height)}.min-h-\[36px\]{min-height:36px}.min-h-\[44px\]{min-height:44px}.min-h-\[48px\]{min-height:48px}.min-h-\[60px\]{min-height:60px}.min-h-dvh{min-height:100dvh}.w-1\/3{width:33.333333%}.w-11{width:2.75rem}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\/3{width:66.666667%}.w-3\.5{width:.875rem}.w-32{width:8rem}.w-4{width:1rem}.w-40{width:10rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[1px\]{width:1px}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.max-w-6xl{max-width:72rem}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.content-center{align-content:center}.items-start{align-items:flex-start}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.rounded-button{border-radius:12px}.rounded-card{border-radius:15px}.rounded-full{border-radius:9999px}.rounded-input{border-radius:11px}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-border{--tw-border-opacity: 1;border-color:hsl(var(--border) / var(--tw-border-opacity, 1))}.border-input{--tw-border-opacity: 1;border-color:hsl(var(--input) / var(--tw-border-opacity, 1))}.border-primary{--tw-border-opacity: 1;border-color:hsl(var(--primary) / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.bg-background{--tw-bg-opacity: 1;background-color:hsl(var(--background) / var(--tw-bg-opacity, 1))}.bg-black\/80{background-color:#000c}.bg-border{--tw-bg-opacity: 1;background-color:hsl(var(--border) / var(--tw-bg-opacity, 1))}.bg-card{--tw-bg-opacity: 1;background-color:hsl(var(--card) / var(--tw-bg-opacity, 1))}.bg-destructive{--tw-bg-opacity: 1;background-color:hsl(var(--destructive) / var(--tw-bg-opacity, 1))}.bg-error{--tw-bg-opacity: 1;background-color:hsl(var(--error) / var(--tw-bg-opacity, 1))}.bg-muted{--tw-bg-opacity: 1;background-color:hsl(var(--muted) / var(--tw-bg-opacity, 1))}.bg-popover{--tw-bg-opacity: 1;background-color:hsl(var(--popover) / var(--tw-bg-opacity, 1))}.bg-primary{--tw-bg-opacity: 1;background-color:hsl(var(--primary) / var(--tw-bg-opacity, 1))}.bg-secondary{--tw-bg-opacity: 1;background-color:hsl(var(--secondary) / var(--tw-bg-opacity, 1))}.bg-terracota{--tw-bg-opacity: 1;background-color:rgb(216 85 44 / var(--tw-bg-opacity, 1))}.bg-tile{--tw-bg-opacity: 1;background-color:hsl(var(--tile) / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-warmbg{--tw-bg-opacity: 1;background-color:rgb(244 242 239 / var(--tw-bg-opacity, 1))}.bg-warmbg\/90{background-color:#f4f2efe6}.fill-current{fill:currentColor}.p-0{padding:0}.p-1{padding:.25rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-2{padding-bottom:.5rem}.pl-2{padding-left:.5rem}.pl-8{padding-left:2rem}.pr-2{padding-right:.5rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-2{padding-top:.5rem}.text-center{text-align:center}.text-right{text-align:right}.font-display{font-family:Montserrat,sans-serif}.font-mono{font-family:DM Mono,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-base{font-size:1rem;line-height:1.5rem}.text-caption{font-size:11px;line-height:1.4}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-wordmark{font-size:18px;letter-spacing:-.01em}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.tracking-tight{letter-spacing:-.025em}.tracking-widest{letter-spacing:.1em}.text-card-foreground{--tw-text-opacity: 1;color:hsl(var(--card-foreground) / var(--tw-text-opacity, 1))}.text-current{color:currentColor}.text-destructive-foreground{--tw-text-opacity: 1;color:hsl(var(--destructive-foreground) / var(--tw-text-opacity, 1))}.text-foreground{--tw-text-opacity: 1;color:hsl(var(--foreground) / var(--tw-text-opacity, 1))}.text-muted-foreground{--tw-text-opacity: 1;color:hsl(var(--muted-foreground) / var(--tw-text-opacity, 1))}.text-popover-foreground{--tw-text-opacity: 1;color:hsl(var(--popover-foreground) / var(--tw-text-opacity, 1))}.text-primary{--tw-text-opacity: 1;color:hsl(var(--primary) / var(--tw-text-opacity, 1))}.text-primary-foreground{--tw-text-opacity: 1;color:hsl(var(--primary-foreground) / var(--tw-text-opacity, 1))}.text-secondary-foreground{--tw-text-opacity: 1;color:hsl(var(--secondary-foreground) / var(--tw-text-opacity, 1))}.text-soft{--tw-text-opacity: 1;color:hsl(var(--soft) / var(--tw-text-opacity, 1))}.text-terracota{--tw-text-opacity: 1;color:rgb(216 85 44 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background) / 1)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.fade-in-0{--tw-enter-opacity: 0}.zoom-in-95{--tw-enter-scale: .95}.duration-200{animation-duration:.2s}.running{animation-play-state:running}.safe-pt{padding-top:var(--safe-top)}.safe-pb{padding-bottom:var(--safe-bottom)}.safe-px{padding-left:var(--safe-left);padding-right:var(--safe-right)}.min-touch{min-width:44px;min-height:44px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}:root{--bg: #fcfcfb;--bg-2: #f5f4f2;--bg-3: #ebeae7;--warmbg: #f4f2ef;--surface: #ffffff;--ink: #231c18;--tmut: #7c726b;--faint: #aba199;--line: rgba(35, 28, 24, .12);--linesoft: rgba(35, 28, 24, .06);--clay: #d8552c;--clayd: #a53e1c;--claysoft: #f6e7df;--succsoft: #e2f4ec;--warn: #c77a1a;--warnsoft: #f7ecdc;--infosoft: #e4eef9;--errsoft: #fbe5e6;--errstrong: #e5484d;color-scheme:light}:root[data-theme=light]{--info: #4a90e2;--success: #2fb47c}:root[data-theme=dark]{--bg: #0e0e11;--bg-2: #16161b;--bg-3: #1f1f26;--warmbg: #100f13;--surface: #16161b;--ink: #f4f3f6;--tmut: #8e8b95;--faint: #5c5963;--line: rgba(255, 255, 255, .11);--linesoft: rgba(255, 255, 255, .06);--clay: #e2552f;--clayd: #f2855e;--claysoft: rgba(226, 85, 47, .18);--succsoft: rgba(51, 192, 137, .16);--warn: #e8a93c;--warnsoft: rgba(232, 169, 60, .16);--infosoft: rgba(98, 168, 255, .16);--errsoft: rgba(242, 104, 109, .16);--errstrong: #f2686d;--info: #62a8ff;--success: #33c089;color-scheme:dark}:root[data-theme=dark]{--background: 240 9% 6%;--foreground: 0 0% 100%;--card: 240 9% 10%;--card-foreground: 0 0% 100%;--popover: 240 9% 10%;--popover-foreground: 0 0% 100%;--primary: 13 76% 53%;--primary-foreground: 0 0% 100%;--primary-soft: 13 36% 13%;--primary-deep: 14 87% 60%;--secondary: 180 77% 24%;--secondary-foreground: 0 0% 100%;--muted: 240 9% 12%;--muted-foreground: 235 5% 56%;--accent: 13 76% 53%;--accent-foreground: 0 0% 100%;--destructive: 358 86% 68%;--destructive-foreground: 0 0% 100%;--border: 240 3% 14%;--line-s: 240 6% 11%;--input: 240 3% 14%;--ring: 13 76% 53%;--soft-hsl: 257 7% 79%;--text-2: 235 5% 56%;--text-3: 233 5% 37%;--surf: 240 9% 12%;--surface3: 240 8% 17%;--tile: 50 9% 9%;--petroleo: 180 77% 24%;--track: 233 10% 18%;--char: 247 9% 14%;--header: 240 9% 10%;--header-alt: 240 9% 12%}body{background:var(--warmbg)}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.file\:text-foreground::file-selector-button{--tw-text-opacity: 1;color:hsl(var(--foreground) / var(--tw-text-opacity, 1))}.placeholder\:text-muted-foreground::-moz-placeholder{--tw-text-opacity: 1;color:hsl(var(--muted-foreground) / var(--tw-text-opacity, 1))}.placeholder\:text-muted-foreground::placeholder{--tw-text-opacity: 1;color:hsl(var(--muted-foreground) / var(--tw-text-opacity, 1))}.hover\:bg-destructive\/80:hover{background-color:hsl(var(--destructive) / .8)}.hover\:bg-primary\/80:hover{background-color:hsl(var(--primary) / .8)}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:bg-surf:hover{--tw-bg-opacity: 1;background-color:hsl(var(--surf) / var(--tw-bg-opacity, 1))}.hover\:bg-terracota-hover:hover{--tw-bg-opacity: 1;background-color:rgb(242 106 66 / var(--tw-bg-opacity, 1))}.hover\:bg-tile:hover{--tw-bg-opacity: 1;background-color:hsl(var(--tile) / var(--tw-bg-opacity, 1))}.hover\:text-foreground:hover{--tw-text-opacity: 1;color:hsl(var(--foreground) / var(--tw-text-opacity, 1))}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-90:hover{opacity:.9}.focus\:bg-accent:focus{--tw-bg-opacity: 1;background-color:hsl(var(--accent) / var(--tw-bg-opacity, 1))}.focus\:text-accent-foreground:focus{--tw-text-opacity: 1;color:hsl(var(--accent-foreground) / var(--tw-text-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-ring:focus{--tw-ring-opacity: 1;--tw-ring-color: hsl(var(--ring) / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: hsl(var(--ring) / var(--tw-ring-opacity, 1))}.focus-visible\:ring-terracota:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(216 85 44 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color: hsl(var(--background) / 1)}.active\:bg-terracota-pressed:active{--tw-bg-opacity: 1;background-color:rgb(192 70 31 / var(--tw-bg-opacity, 1))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:translate-x-4[data-state=checked]{--tw-translate-x: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=active\]\:bg-background[data-state=active]{--tw-bg-opacity: 1;background-color:hsl(var(--background) / var(--tw-bg-opacity, 1))}.data-\[state\=checked\]\:bg-primary[data-state=checked]{--tw-bg-opacity: 1;background-color:hsl(var(--primary) / var(--tw-bg-opacity, 1))}.data-\[state\=open\]\:bg-accent[data-state=open]{--tw-bg-opacity: 1;background-color:hsl(var(--accent) / var(--tw-bg-opacity, 1))}.data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{--tw-bg-opacity: 1;background-color:hsl(var(--input) / var(--tw-bg-opacity, 1))}.data-\[state\=active\]\:text-foreground[data-state=active]{--tw-text-opacity: 1;color:hsl(var(--foreground) / var(--tw-text-opacity, 1))}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{--tw-text-opacity: 1;color:hsl(var(--primary-foreground) / var(--tw-text-opacity, 1))}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{--tw-text-opacity: 1;color:hsl(var(--muted-foreground) / var(--tw-text-opacity, 1))}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=active\]\:shadow[data-state=active]{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}@media(min-width:640px){.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:rounded-card{border-radius:15px}.sm\:text-left{text-align:left}}@media(min-width:768px){.md\:flex{display:flex}.md\:hidden{display:none}}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}
