.app__header{position:sticky;top:0;padding:.4rem 0;text-align:left;color:var(--text-primary);background:var(--bg-secondary);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);border-bottom:.03125rem solid rgba(162,29,39,.35);box-shadow:0 .25rem 1.25rem var(--shadow-color);min-height:3.125rem;display:flex;align-items:center;z-index:1000}[data-theme=light] .app__header{background:var(--bg-primary);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);border-bottom:.03125rem solid rgba(162,29,39,.15);box-shadow:0 .125rem .375rem #a21d270d}.app__header .container{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;width:100%}.app__header-left{display:flex;align-items:center;gap:0;margin-left:0;height:100%}.app__header-menu-toggle{background:transparent;border:none;border-radius:3.125rem;margin-left:.3125rem;width:2.375rem;height:2.375rem;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-secondary);transition:all .15s ease;flex-shrink:0}.app__header-menu-toggle:hover{background:var(--bg-hover);color:var(--text-primary);border-radius:3.125rem}.app__header-menu-toggle svg{width:1.25rem;height:1.25rem}.app__header-menu-toggle[aria-expanded=true]{color:var(--text-primary)}.app__header-menu-toggle[aria-expanded=true]:hover{background:var(--bg-hover)}.app__header-logo{width:auto;height:2.5rem;display:inline-flex}.app__header-logo svg{margin-left:2vw;width:auto;height:100%}.app__header-user-info{display:flex;align-items:center;gap:1rem;margin-right:2vw}.app__header-user-text{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.app__header-username{font-weight:600;font-size:.7rem;color:var(--text-primary);line-height:1.2}.app__header-instance{font-weight:400;font-size:.7rem;color:var(--text-muted);line-height:1.2}.app__header-menu-wrapper{position:relative;z-index:1001}.app__header-domain-button{min-width:2.8125rem;height:2.8125rem;width:2.8125rem;padding:.25rem;border:1px solid var(--border-color-secondary);background:var(--bg-secondary);border-radius:50%;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-right:0}.app__header-domain-button:hover{background:var(--bg-hover);border-color:#a21d2780;transform:translateY(-.0625rem);box-shadow:0 .25rem .75rem var(--shadow-primary)}.app__header-domain-logo{width:80%;height:80%;object-fit:contain}.app__header-menu{position:absolute;top:calc(100% + .25rem);right:0;background:var(--bg-dropdown);border:1px solid rgba(162,29,39,.3);border-radius:.75rem;box-shadow:0 .75rem 2rem #00000040,0 .25rem .75rem var(--shadow-color);min-width:16rem;z-index:7000;overflow:visible;padding:0;animation:menuFadeIn .25s cubic-bezier(.4,0,.2,1);transform-origin:top right}@keyframes menuFadeIn{0%{opacity:0;transform:translateY(-.5rem) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.app__header-menu-profile{padding:.875rem 1.25rem .75rem;display:flex;flex-direction:column;align-items:center;gap:.3rem;background:var(--bg-dropdown);border-radius:.75rem .75rem 0 0}.app__header-menu-entity-name{font-size:.875rem;font-weight:600;color:var(--text-primary);text-align:center;line-height:1.3}.app__header-menu-logo-circle{width:4rem;height:4rem;border-radius:50%;background:#a21d2714;border:2px solid rgba(162,29,39,.5);display:flex;align-items:center;justify-content:center;box-shadow:0 .25rem .85rem var(--shadow-primary);padding:.75rem}[data-theme=light] .app__header-menu-logo-circle{background:#a21d270f}.app__header-menu-logo{width:100%;height:100%;object-fit:contain}.app__header-menu-user-name{font-size:.8125rem;font-weight:500;color:var(--text-secondary);text-align:center;line-height:1.2}.app__header-menu-user-email{font-size:.75rem;font-weight:400;color:var(--text-muted);text-align:center;line-height:1.2;word-break:break-word;max-width:100%}.app__header-menu-divider{height:1px;background:var(--border-color);margin:.375rem 0}.app__header-menu-divider:last-of-type{margin-bottom:.5rem}.app__header-menu-item{width:calc(100% - 1rem);padding:.5rem 1rem;background:transparent;border:none;color:var(--text-secondary);text-align:left;cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1);font-size:.875rem;display:flex;align-items:center;gap:.75rem;border-radius:.5rem;margin:.125rem .5rem}.app__header-menu-item svg{flex-shrink:0;transition:transform .2s cubic-bezier(.4,0,.2,1)}.app__header-menu-item span{font-size:.875rem;line-height:1.5;flex:1}.app__header-menu-item:hover{background:#a21d271a;color:var(--text-primary);transform:translate(.125rem)}.app__header-menu-item:hover svg{transform:translate(.125rem) scale(1.1)}.app__header-menu-item--logout{color:#a21d27;margin-bottom:.5rem}.app__header-menu-item--logout:hover{background:#a21d271a;color:#a21d27}.app__header-menu-item--has-submenu{display:flex;align-items:center;justify-content:space-between}.app__header-menu-item-wrapper{position:relative}.app__header-submenu{position:absolute;right:calc(100% + .5rem);top:0;background:var(--bg-dropdown);border:1px solid rgba(162,29,39,.3);border-radius:.5rem;box-shadow:0 .5rem 1.5rem var(--shadow-color);min-width:8.75rem;z-index:7001;overflow:hidden;animation:submenuSlideIn .2s cubic-bezier(.4,0,.2,1);transform-origin:right center}.app__header-submenu .app__header-menu-item{width:100%;margin:0;border-radius:0;padding:.5rem .75rem;border:1px solid transparent;transition:background-color .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1)}.app__header-submenu .app__header-menu-item:hover{background:#a21d271f;border-color:transparent;color:var(--text-primary);transform:translateY(-.0625rem)}.app__header-submenu .app__header-menu-item:hover svg{transform:none}.app__header-submenu .app__header-menu-item--active{background:transparent;border-color:transparent;color:var(--text-primary)}@keyframes submenuSlideIn{0%{opacity:0;transform:translate(.5rem)}to{opacity:1;transform:translate(0)}}.app__header-menu-item--active{background:#a21d2726;color:var(--text-primary);font-weight:500}.app__header-menu-item--active svg{flex-shrink:0}@media (max-width: 420px){.app__header-menu{min-width:14rem}.app__header-submenu{min-width:3.25rem}.app__header-menu-item--theme-root span,.app__header-menu-item--theme-option span{display:none}.app__header-menu-item--theme-option{justify-content:center;gap:0}.app__header-menu-item--theme-option svg:last-child{display:none}}.app__footer{margin-top:auto;border-top:1px solid rgba(162,29,39,.35);background:var(--bg-secondary);-webkit-backdrop-filter:blur(.875rem);backdrop-filter:blur(.875rem);box-shadow:0 -.625rem 1.875rem var(--shadow-color);position:relative;z-index:1000}[data-theme=light] .app__footer{background:var(--bg-primary);-webkit-backdrop-filter:blur(.875rem);backdrop-filter:blur(.875rem);border-top:1px solid rgba(162,29,39,.15);box-shadow:0 -.125rem .625rem #a21d270d}.app__footer-content{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.9rem 0;font-size:.82rem;letter-spacing:.04em;color:var(--text-muted);text-align:center;flex-direction:column}.app__footer-text{margin:0}.app__footer-logo{flex-shrink:0;display:inline-flex;width:1.625rem;height:1.625rem;filter:drop-shadow(0 .375rem 1.125rem rgba(162,29,39,.28))}.app__footer-logo svg{display:block;width:100%;height:100%}.app__footer-text span{color:var(--text-primary);font-weight:600;letter-spacing:.08em;text-transform:uppercase}@media (min-width: 640px){.app__footer-content{flex-direction:row;text-align:left}}.side-menu-overlay{position:fixed;left:0;top:3.625rem;right:0;bottom:0;background:#0003;z-index:499;pointer-events:none;animation:fadeIn .3s cubic-bezier(.4,0,.2,1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.side-menu{position:fixed;left:0;top:3.625rem;bottom:0;width:3.25rem;background:var(--bg-secondary);border-right:1px solid var(--border-color);display:flex;flex-direction:column;z-index:500;overflow-x:hidden;transition:width .35s cubic-bezier(.4,0,.2,1),background .3s cubic-bezier(.4,0,.2,1),backdrop-filter .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);box-shadow:.125rem 0 .5rem var(--shadow-color);will-change:width}[data-theme=light] .side-menu{background:var(--bg-primary);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);border-right:1px solid rgba(162,29,39,.15);box-shadow:.125rem 0 .375rem #a21d270d}.side-menu--expanded{background:var(--bg-secondary);-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);box-shadow:.25rem 0 .75rem var(--shadow-color);width:12.5rem}[data-theme=light] .side-menu--expanded{background:var(--bg-primary);-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);box-shadow:.25rem 0 .5rem #a21d2714}.side-menu__nav{flex:1;overflow-y:auto;overflow-x:hidden;padding:0}.side-menu__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.side-menu__item{margin:0}.side-menu__button{width:100%;display:flex;align-items:center;justify-content:flex-start;padding:.75rem 0;background:transparent;border:none;border-left:.25rem solid transparent;color:var(--text-secondary);cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1);text-align:left;position:relative;will-change:transform}.side-menu--expanded .side-menu__button{justify-content:flex-start}.side-menu__button:hover{background:var(--bg-hover);color:var(--text-primary);transform:none}[data-theme=light] .side-menu__button:hover{background:#a21d2740;color:var(--text-primary);transform:none}.side-menu__button--active{background:transparent;color:#a21d27;border-left-color:#a21d27;font-weight:700}.side-menu__button--active:hover{background:#a21d2726;transform:none}.side-menu:not(.side-menu--expanded) .side-menu__button:hover,.side-menu:not(.side-menu--expanded) .side-menu__button--active:hover{transform:none}.side-menu__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:3rem;height:1.25rem;color:inherit;transition:transform .2s cubic-bezier(.4,0,.2,1)}.side-menu__icon svg{width:1.25rem;height:1.25rem}.side-menu__icon svg{width:100%;height:100%}.side-menu__button:hover .side-menu__icon{transform:none}.side-menu__label{font-size:.9rem;font-weight:500;white-space:nowrap;overflow:hidden;max-width:0;padding-left:0;opacity:0;transform:translate(-8px);transition:max-width .26s cubic-bezier(.4,0,.2,1),opacity .16s cubic-bezier(.4,0,.2,1),transform .26s cubic-bezier(.4,0,.2,1),padding-left .26s cubic-bezier(.4,0,.2,1);will-change:max-width,opacity,transform}.side-menu--expanded .side-menu__label{max-width:12rem;padding-left:.75rem;opacity:1;transform:translate(0)}.side-menu__button--active .side-menu__label{font-weight:700}.side-menu__nav::-webkit-scrollbar{width:.25rem}.side-menu__nav::-webkit-scrollbar-track{background:transparent}.side-menu__nav::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:.125rem}.side-menu__nav::-webkit-scrollbar-thumb:hover{background:#a21d2766}.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::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{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;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;-moz-box-sizing:border-box;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;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-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:-webkit-grabbing;cursor:-moz-grabbing;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;-moz-box-sizing:border-box;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;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);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;-ms-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}}.maps{display:block;overflow-x:visible}.maps__title{font-size:1.25rem;font-weight:700;color:var(--text-muted);margin:0 0 3rem;text-align:center;letter-spacing:.2em;text-transform:uppercase;position:relative;display:inline-block;width:100%}.maps__title:after{content:"";position:absolute;bottom:-1.5rem;left:50%;transform:translate(-50%);width:8rem;height:3px;background:var(--text-muted);opacity:.6;border-radius:2px}.maps__tabs{display:flex;gap:.5rem;margin-bottom:1rem;position:relative;background:var(--bg-input);border-radius:8px;padding:.25rem;flex-wrap:nowrap;width:100%;overflow:hidden;box-sizing:border-box}.maps__tabs-slider{position:absolute;top:.25rem;left:.25rem;height:calc(100% - .5rem);width:calc(50% - .375rem);background:#a21d2726;border-radius:6px;z-index:0;transition:transform .3s cubic-bezier(.4,0,.2,1);pointer-events:none;transform:translate(0)}.maps__tabs--google-active .maps__tabs-slider{transform:translate(0)}.maps__tabs--osm-active .maps__tabs-slider{transform:translate(calc(100% + .25rem))}.maps__tab{flex:1;padding:.5rem 1rem;background:transparent;border:none;border-radius:6px;font-size:.875rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:color .2s ease,background-color .2s ease;position:relative;z-index:1;white-space:nowrap;flex-shrink:1;min-width:0;box-sizing:border-box;text-align:center}.maps__tab:hover:not(.active){color:var(--text-primary);background:var(--bg-hover-secondary)}.maps__tab.active{color:#a21d27;font-weight:600}.maps__content{border-radius:8px;overflow:hidden}.maps__map{z-index:1;min-height:300px;position:relative}.maps__map>div{height:100%!important;width:100%!important}.maps__fallback{display:flex;align-items:center;justify-content:center;background:var(--bg-input-focus);border-radius:8px}.maps__fallback-content{text-align:center;color:var(--text-muted);padding:2rem}.maps__fallback-content p{margin:0}.maps__fallback-content .spinner{width:44px;height:44px;border-radius:50%;border:4px solid rgba(162,29,39,.15);border-top-color:#a21d27;animation:spin .9s linear infinite}.maps__no-data{padding:3rem;text-align:center;color:var(--text-muted);font-size:1rem;min-height:200px;display:flex;align-items:center;justify-content:center}.maps__info{margin-top:1rem;text-align:center;font-size:.875rem;color:var(--text-secondary);display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.maps__count{font-weight:700;font-size:1rem;color:var(--color-primary);background:#a21d271a;padding:.25rem .75rem;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;min-width:2rem}.maps__label{color:var(--text-muted);font-weight:500}.map-marker{background:transparent!important;border:none}.leaflet-marker-icon{background:transparent!important;border:none!important;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:pointer;transition:opacity .2s ease-out,filter .2s ease-out;pointer-events:auto}.map-marker-leaflet{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:auto}.map-marker-img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:high-quality}.marker-pin{position:relative;display:flex;align-items:center;justify-content:center;transition:transform .3s ease-out}.map-marker-tooltip-wrapper{pointer-events:none;z-index:1000;background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important}.map-marker-tooltip-wrapper.leaflet-tooltip{background:transparent!important;border:none!important;box-shadow:none!important}.leaflet-tooltip-tip,.map-marker-tooltip-wrapper .leaflet-tooltip-tip{display:none!important;opacity:0!important;visibility:hidden!important;width:0!important;height:0!important;border:none!important;background:transparent!important}.leaflet-tooltip:before,.leaflet-tooltip:after{display:none!important;content:none!important}.map-marker-tooltip__desc{background:var(--bg-secondary);color:var(--text-secondary);padding:.2rem .4rem;border-radius:3px;font-weight:500;font-size:.6rem;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-shadow:0 1px 4px var(--shadow-color);border:1px solid var(--border-color);text-align:center;line-height:1.2}.marker-pin--single{width:40px;height:40px}.marker-pin--multiple{width:32px;height:40px}.marker-pin svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));animation:markerBounce .6s ease-out}@keyframes markerBounce{0%{transform:translateY(-20px);opacity:0}50%{transform:translateY(5px)}to{transform:translateY(0);opacity:1}}.marker-pin:before{content:"";position:absolute;width:40px;height:40px;background:#a21d274d;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);animation:markerPulse 2s ease-out infinite}@keyframes markerPulse{0%{transform:translate(-50%,-50%) scale(.5);opacity:1}to{transform:translate(-50%,-50%) scale(2);opacity:0}}.map-marker-img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;backface-visibility:hidden;transform:translateZ(0);will-change:transform}[data-theme=dark] .map-marker-img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:auto}.leaflet-popup-content-wrapper{background:var(--bg-secondary)!important;color:var(--text-primary)!important;border-radius:8px!important}.leaflet-popup-tip{background:var(--bg-secondary)!important}.map-popup{font-family:var(--font-sans, sans-serif);padding:.375rem;min-width:140px}.map-popup__cover-image{width:100%;height:75px;border-radius:4px;margin-bottom:.5rem;object-fit:cover;display:block}.map-popup__cover-placeholder{width:100%;height:75px;border-radius:4px;margin-bottom:.5rem;background:var(--bg-input);display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.map-popup__cover-placeholder svg{width:24px;height:24px;opacity:.6}.map-popup__title{font-size:.875rem;font-weight:600;color:var(--text-primary);margin-bottom:.375rem;text-align:center}.map-popup__sigla{font-size:.75rem;font-weight:500;color:var(--text-muted)!important;display:inline-block;padding:0;background:none!important;border-radius:0;margin-top:0;margin-bottom:.5rem;text-align:center;width:100%;box-sizing:border-box}.map-popup__coords{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border-color)}.map-popup__coord{color:var(--text-secondary)}.map-popup__label{font-weight:600;color:var(--text-primary)}.map-popup__button{width:100%;padding:.375rem .75rem;background:var(--color-primary);color:#fff;border:none;border-radius:4px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.375rem}.map-popup__button:hover{background:#8a1921;transform:translateY(-1px);box-shadow:0 2px 4px #a21d274d}.leaflet-top.leaflet-left{left:auto!important;right:10px!important}.leaflet-control-zoom{border:none!important;box-shadow:0 2px 8px var(--shadow-color)!important;border-radius:8px!important;overflow:hidden}.leaflet-control-zoom a{width:44px!important;height:44px!important;background:var(--bg-secondary)!important;border:none!important;color:var(--text-primary)!important;font-size:24px!important;font-weight:600!important;transition:all .2s ease!important;display:flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;position:relative!important}[data-theme=dark] .leaflet-control-zoom a:hover{opacity:.9}[data-theme=light] .leaflet-control-zoom a:hover{opacity:.8}.leaflet-control-zoom-in:before,.leaflet-control-zoom-out:before{content:attr(title);position:absolute;left:100%;margin-left:8px;white-space:nowrap;font-size:.875rem;font-weight:500;color:var(--text-primary);background:var(--bg-card);padding:.25rem .5rem;border-radius:4px;box-shadow:0 2px 4px var(--shadow-color);opacity:0;transition:opacity .2s ease;pointer-events:none;z-index:1000}.leaflet-control-zoom a:hover:before{opacity:.8}.leaflet-control-attribution{background:var(--bg-card)!important;opacity:.8!important;color:var(--text-secondary)!important}.leaflet-control-attribution a{color:var(--text-primary)!important}@media (max-width: 768px){.maps__tabs{width:100%}.maps__tab{flex:1}}.app:has(.home-card) .app__content{padding-top:2rem;padding-bottom:2rem}.app:has(.home-card) .app__content .container{width:100%;max-width:none;display:flex;justify-content:center}.app:has(.home-card) .cards-grid{width:100%;max-width:90vw;display:flex;flex-direction:column;align-items:center}.home-card{position:relative;padding-top:1.25rem;width:100%;margin-top:2rem;background:var(--bg-card-primary);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-image:radial-gradient(circle at 1px 1px,rgba(162,29,39,.05) 1px,transparent 0);background-size:20px 20px}[data-theme=light] .home-card{background:var(--bg-secondary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-logo-circle{position:absolute;top:-45px;left:50%;transform:translate(-50%);width:85px;height:85px;border-radius:50%;background:var(--bg-secondary);border:2px solid rgba(162,29,39,.5);display:flex;align-items:center;justify-content:center;box-shadow:0 .5rem 1.5rem var(--shadow-primary);z-index:10;animation:fadeSlideUpLogo .3s ease-out .05s both}.home-logo{width:60px;height:60px;display:flex;align-items:center;justify-content:center}.home-logo svg{width:100%;height:100%}.home-content{display:flex;flex-direction:column;align-items:center;padding:.25rem 2rem .5rem}.home-welcome{font-size:2rem;font-weight:600;text-align:center;margin:1.5rem 0 0;display:flex;flex-direction:column;align-items:center;gap:.5rem;line-height:1.2;animation:fadeSlideUp .3s ease-out .1s both}.home-welcome__greeting{font-size:1.25rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.2em;opacity:1;margin-bottom:.25rem}.home-welcome__name{font-size:3rem;font-weight:800;color:var(--text-primary);letter-spacing:-.03em}.home-welcome__subtitle{font-size:1rem;font-weight:500;color:var(--text-muted);opacity:.8;margin-top:.25rem}.home-divider{height:1px;background:linear-gradient(to right,transparent,var(--border-color) 20%,var(--border-color) 80%,transparent);margin:2.5rem 0 3rem}.home-maps-wrapper{padding:0 2rem 2rem;margin-top:1rem;animation:fadeSlideUp .3s ease-out .15s both}.home-maps-title{font-size:1.25rem;font-weight:700;color:var(--text-muted);margin:0 0 3rem;text-align:center;opacity:1;letter-spacing:.2em;text-transform:uppercase;position:relative;display:inline-block;width:100%}.home-maps-title:after{content:"";position:absolute;bottom:-1.5rem;left:50%;transform:translate(-50%);width:8rem;height:3px;background:var(--text-muted);opacity:.6;border-radius:2px}@media (max-width: 640px){.home-card{padding-top:1rem}.home-logo-circle{width:70px;height:70px;top:-35px}.home-logo{width:50px;height:50px}.home-content{padding:.15rem 1.5rem .35rem}.home-welcome{margin-top:1rem}.home-welcome__greeting{font-size:.875rem}.home-welcome__name{font-size:2rem}.home-welcome__subtitle{font-size:.875rem}.home-maps-wrapper{padding:0 1rem 1.5rem}.app:has(.home-card) .cards-grid{max-width:95vw}}.health-page .app__content{padding-top:2rem}.health-page .health-card{position:relative;padding-top:2.25rem;margin-top:1.25rem;animation:fadeSlideUp .3s ease-out .1s both}.health-page .health-card .card__header{margin-top:1.5rem;margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center;text-align:center}.health-page .health-card .card__eyebrow{text-align:center;font-weight:700;font-size:1.25rem;width:100%;position:relative;margin-bottom:1.5rem}.health-page .health-card .card__eyebrow:after{content:"";position:absolute;bottom:-1rem;left:50%;transform:translate(-50%);width:8rem;height:3px;background:var(--text-muted);opacity:.6;border-radius:2px}.health-logo-circle{position:absolute;top:-45px;left:50%;transform:translate(-50%);width:85px;height:85px;border-radius:50%;background:var(--bg-secondary);border:2px solid rgba(162,29,39,.5);display:flex;align-items:center;justify-content:center;box-shadow:0 .5rem 1.5rem var(--shadow-primary);z-index:10;animation:fadeSlideUpLogo .3s ease-out .05s both}.health-logo{width:60px;height:60px;display:flex;align-items:center;justify-content:center}.health-logo svg{width:100%;height:100%}@media (max-width: 640px){.health-page .app__content{padding-top:1.6rem}.health-page .health-card{padding-top:2rem;margin-top:1rem}.health-logo-circle{width:70px;height:70px;top:-35px}.health-logo{width:50px;height:50px}}.button--refresh-health{padding:.75rem 2rem;font-size:.95rem;font-weight:600;background:linear-gradient(135deg,#a21d27,#81151d);border:none;box-shadow:0 2px 8px #a21d274d;transition:all .2s ease}.button--refresh-health:hover:not(:disabled){background:linear-gradient(135deg,#8a1921,#6b1117);transform:translateY(-2px);box-shadow:0 4px 12px #a21d2766}.button--refresh-health:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px #a21d274d}.button--refresh-health:disabled{opacity:.7;cursor:not-allowed}.image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#94a3b899;background:var(--bg-input);border:none;border-radius:4px}.image-placeholder svg{width:20px;height:20px}.confirm-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000}.confirm-dialog{background:var(--bg-card);border-radius:12px;box-shadow:0 20px 60px #0000004d;width:90%;max-width:500px;border:1px solid var(--border-color)}.confirm-dialog__header{padding:1.5rem;border-bottom:1px solid var(--border-color)}.confirm-dialog__title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0}.confirm-dialog__body{padding:1.5rem}.confirm-dialog__message{color:var(--text-secondary);margin:0;line-height:1.6}.confirm-dialog__actions{display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem;border-top:1px solid var(--border-color)}.confirm-dialog__button{padding:.75rem 1.5rem;font-size:1rem;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:background-color .15s ease}.confirm-dialog__button--cancel{background:var(--bg-secondary);color:var(--text-secondary)}.confirm-dialog__button--cancel:hover{background:var(--bg-hover);color:var(--text-primary)}.confirm-dialog__button--confirm{background:#a21d27;color:#fff}.confirm-dialog__button--confirm:hover{background:#8a1821}@media (max-width: 768px){.confirm-dialog{width:95%}.confirm-dialog__header,.confirm-dialog__body,.confirm-dialog__actions{padding:1rem}.confirm-dialog__actions{flex-direction:column-reverse}.confirm-dialog__button{width:100%}}.structure-settings-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;pointer-events:none}.structure-settings-modal{background:var(--bg-card);border-radius:12px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;border:1px solid var(--border-color);pointer-events:auto;position:relative;min-width:400px;min-height:300px;opacity:.98;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.structure-settings-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--border-color);-webkit-user-select:none;user-select:none;flex-shrink:0}.structure-settings-modal__title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0}.structure-settings-modal__close{background:transparent;border:none;color:var(--text-secondary);cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background-color .15s ease,color .15s ease}.structure-settings-modal__close:hover{background:var(--bg-hover);color:var(--text-primary)}.structure-settings-modal__content{display:flex;flex-direction:column;flex:1;overflow:hidden;padding:1rem 1.5rem;min-height:0}.structure-settings-modal__search{margin-bottom:1rem}.structure-settings-modal__search-input{width:100%;padding:.75rem 1rem;font-size:.95rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:6px;color:var(--text-primary);transition:border-color .15s ease}.structure-settings-modal__search-input:focus{outline:none;border-color:#a21d27}.structure-settings-modal__count{text-align:center;color:var(--text-muted);font-size:.9rem;padding-top:1rem;margin-top:1rem;border-top:1px solid var(--border-color)}.structure-settings-modal__fields-list{flex:1;overflow-y:auto;padding:.5rem 0;margin-bottom:1rem}.structure-settings-modal__field-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem;cursor:pointer;border-radius:6px;transition:background-color .15s ease}.structure-settings-modal__field-item:hover{background:var(--bg-hover)}.structure-settings-modal__switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.structure-settings-modal__switch-input{opacity:0;width:0;height:0}.structure-settings-modal__switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--bg-secondary);border:1px solid var(--border-color);transition:.3s;border-radius:24px}.structure-settings-modal__switch-slider:before{position:absolute;content:"";height:18px;width:18px;left:2px;bottom:2px;background-color:var(--text-secondary);transition:.3s;border-radius:50%}.structure-settings-modal__switch-input:checked+.structure-settings-modal__switch-slider{background-color:#a21d27;border-color:#a21d27}.structure-settings-modal__switch-input:checked+.structure-settings-modal__switch-slider:before{transform:translate(20px);background-color:#fff}.structure-settings-modal__field-name{color:var(--text-primary);font-size:.95rem;-webkit-user-select:none;user-select:none;flex:1}.structure-settings-modal__loading{text-align:center;padding:3rem;color:var(--text-secondary);font-size:1rem}.structure-settings-modal__no-results{text-align:center;padding:2rem;color:var(--text-muted);font-size:.95rem}.structure-settings-modal__footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--border-color);flex-shrink:0}.structure-settings-modal__footer-actions{display:flex;gap:1rem}.structure-settings-modal__button{padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:background-color .15s ease}.structure-settings-modal__button--save{background:#a21d27;color:#fff}.structure-settings-modal__button--save:hover:not(:disabled){background:#8a1821}.structure-settings-modal__button--save:disabled{opacity:.5;cursor:not-allowed}.structure-settings-modal__button--cancel{background:var(--bg-secondary);color:var(--text-secondary)}.structure-settings-modal__button--cancel:hover{background:var(--bg-hover);color:var(--text-primary)}.structure-settings-modal__button--reset{background:transparent;color:var(--text-secondary);border:1px solid var(--border-color)}.structure-settings-modal__button--reset:hover{background:var(--bg-hover);color:var(--text-primary)}.structure-settings-modal__fields-list::-webkit-scrollbar{width:8px}.structure-settings-modal__fields-list::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:4px}.structure-settings-modal__fields-list::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.structure-settings-modal__fields-list::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@media (max-width: 768px){.structure-settings-modal{width:95%;max-height:95vh}.structure-settings-modal__header{padding:1rem}.structure-settings-modal__title{font-size:1.25rem}.structure-settings-modal__content{padding:1rem}.structure-settings-modal__actions-bar{flex-wrap:wrap}.structure-settings-modal__count{width:100%;margin-left:0;margin-top:.5rem}.structure-settings-modal__footer{flex-direction:column;gap:1rem;align-items:stretch}.structure-settings-modal__footer-actions{width:100%}.structure-settings-modal__button{flex:1}}.structures-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;margin-top:0;flex-wrap:nowrap;gap:1rem;transition:box-shadow .3s ease,background .3s ease,border-bottom .3s ease;padding:.5rem 0;animation:fadeSlideUp .3s ease-out .05s both;overflow:visible;position:relative;z-index:1}.structures-page-header.scrolled{box-shadow:0 4px 20px #0000004d,0 0 30px #a21d2726}.structures-page-title-wrapper{display:flex;align-items:center;gap:.75rem;min-width:0}.structures-page-title{margin:0;font-size:1.75rem;font-weight:700;color:var(--text-primary);background:linear-gradient(135deg,var(--text-primary) 0%,var(--text-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.structures-page-settings-button{min-width:36px;height:36px;width:36px;padding:0;border:1px solid var(--border-color-secondary);background:var(--bg-button-sort);border-radius:50%;color:var(--text-secondary);font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.structures-page-settings-button:hover{background:var(--bg-hover);border-color:#a21d2780;transform:translateY(-1px);box-shadow:0 4px 12px var(--shadow-primary);color:var(--text-primary)}.structures-page-settings-button svg{flex-shrink:0}.structures-page-actions{display:flex;align-items:center;gap:1rem;flex-wrap:nowrap;flex-shrink:0;overflow:visible;position:relative;z-index:2}.button-sort-wrapper{margin-right:.5rem}.structures-page-items-per-page{display:flex;align-items:center;gap:.4rem;margin-right:.5rem;position:relative;flex-shrink:0}.structures-page-items-per-page-label{font-size:.7rem;color:var(--text-muted);white-space:nowrap}.structures-page-items-per-page-wrapper{position:relative;display:flex;align-items:center}.structures-page-items-per-page-input{width:50px;padding:.2rem 1.5rem .2rem .4rem;background:var(--bg-button-sort);border:1px solid var(--border-color-secondary);border-radius:6px;color:var(--text-primary);font-size:.7rem;font-weight:500;text-align:center;transition:all .15s ease;cursor:text;-webkit-appearance:none;-moz-appearance:textfield;appearance:none}.structures-page-items-per-page-input:hover{border-color:var(--border-color)}.structures-page-items-per-page-input:focus{outline:none;border-color:#a21d2780;background:var(--bg-input-focus)}.structures-page-items-per-page-arrow{position:absolute;right:.3rem;background:none;border:none;color:var(--text-icon);font-size:.6rem;cursor:pointer;padding:0;width:1rem;height:100%;display:flex;align-items:center;justify-content:center;transition:color .15s ease;pointer-events:auto;z-index:1}.structures-page-items-per-page-arrow:hover{color:var(--text-secondary)}.structures-page-items-per-page-dropdown{position:absolute;bottom:calc(100% + .25rem);left:0;background:var(--bg-dropdown);border:1px solid var(--border-color);border-radius:6px;box-shadow:0 -4px 12px var(--shadow-color);z-index:1000;min-width:60px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform-origin:bottom left;animation:dropdownInUp .16s cubic-bezier(.4,0,.2,1);will-change:transform,opacity}.button-sort-dropdown{transform-origin:top right;animation:dropdownInDown .16s cubic-bezier(.4,0,.2,1);will-change:transform,opacity}@keyframes dropdownInDown{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes dropdownInUp{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion: reduce){.structures-page-items-per-page-dropdown,.button-sort-dropdown{animation:none}}.structures-page-items-per-page-option{display:block;width:100%;padding:.4rem .6rem;background:none;border:none;color:var(--text-muted);font-size:.7rem;font-weight:500;text-align:center;cursor:pointer;transition:all .15s ease}.structures-page-items-per-page-option:hover{background:var(--bg-hover);color:var(--text-primary)}.structures-page-items-per-page-option.active{background:#a21d274d;color:var(--text-primary);font-weight:600}.structures-page-meta{font-size:.9rem;gap:.25rem;margin-left:.5rem}.structures-page-meta-total{font-size:.7rem;color:#f8fafca6;font-weight:600;white-space:nowrap}.structures-page-meta-range{font-size:.7rem;color:#f8fafca6;white-space:nowrap}[data-theme=light] .structures-page-meta-total,[data-theme=light] .structures-page-meta-range{color:var(--text-muted)}.structures-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center;padding:3rem 0}.structures-loading p{margin:0;color:var(--text-muted)}.structures-error{padding:2rem;text-align:center;color:#ef4444}.structures-error p{margin-bottom:1rem}.structures-empty{text-align:center;padding:3rem 0;color:#f8fafcbf}.structures-table-wrapper{border-top:1px solid rgba(162,29,39,.2);border-radius:8px 8px 0 0;overflow:hidden;position:relative;animation:fadeSlideUp .3s ease-out .1s both}.structures-table{width:100%;max-width:100%;border-collapse:separate;border-spacing:0;display:block;background:var(--bg-card);border-radius:12px;border:1px solid var(--border-color);overflow-x:auto;overflow-y:hidden;padding-bottom:0;box-sizing:border-box}.structures-table thead{display:table;table-layout:fixed;position:sticky;top:0;z-index:10;width:max-content}.structures-table thead tr:first-child th:first-child{border-top-left-radius:12px}.structures-table thead tr:first-child th:last-child{border-top-right-radius:12px}.structures-table-wrapper{position:relative;overflow:visible;width:100%}.structures-table tbody{display:block;max-height:calc(100vh - 330px);overflow-y:scroll;overflow-x:hidden;width:max-content;padding-right:0;margin-right:0;box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}.structures-table tbody::-webkit-scrollbar{display:none}.structures-table::-webkit-scrollbar{width:4px;height:3px}.structures-table::-webkit-scrollbar:horizontal{margin-left:7px;margin-right:7px;height:6px}.structures-table::-webkit-scrollbar-track{background:none;border-radius:0 12px 12px 0}.structures-table::-webkit-scrollbar-track:horizontal{margin-left:7px;margin-right:7px;background:transparent!important;border-radius:3px}.structures-table::-webkit-scrollbar-thumb{background:#94a3b866;border-radius:3px}.structures-table::-webkit-scrollbar-thumb:hover{background:#a21d2799;cursor:grab}.structures-table::-webkit-scrollbar-thumb:horizontal{background:#94a3b866;border-radius:3px;border:1px solid transparent;background-clip:content-box}.structures-table::-webkit-scrollbar-thumb:horizontal:hover{background:#a21d2799}.structures-table tbody::-webkit-scrollbar{width:8px;display:block}.structures-table tbody::-webkit-scrollbar-track{background:#0f172a4d;border-radius:0 12px 12px 0;margin:0}.structures-table tbody::-webkit-scrollbar-thumb{background:#999ca3;border-radius:8px;min-height:20px}.structures-table-scrollbar{position:absolute;right:2px;width:4px;pointer-events:auto;z-index:5;cursor:pointer}.structures-table-scrollbar-track{position:absolute;right:0;top:0;bottom:0;width:4px;background:transparent!important;border-radius:0 12px 12px 0}.structures-table-scrollbar-thumb{position:absolute;right:0;width:4px;background:#94a3b866;border-radius:4px;transition:background .15s ease;min-height:20px;cursor:grab;-webkit-user-select:none;user-select:none}.structures-table-scrollbar-thumb:hover{background:#a21d2799}.structures-table-scrollbar-thumb:active{cursor:grabbing;background:#a21d27cc}.structures-table-scrollbar-track{cursor:pointer;-webkit-user-select:none;user-select:none}.structures-table tbody tr{display:table;table-layout:fixed;width:max-content}.structures-table thead tr{border-bottom:1.5px solid rgba(162,29,39,.25)}.structures-table th{padding:.65rem 1.05rem;text-align:left;font-weight:600;font-size:.85rem;line-height:1.25;color:var(--text-primary);background:var(--bg-card-primary);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-bottom:1.5px solid rgba(162,29,39,.25);box-shadow:0 1px 2px #0000000a;vertical-align:middle;white-space:nowrap;box-sizing:border-box;position:relative;overflow:hidden;text-overflow:ellipsis;min-width:50px}[data-theme=dark] .structures-table th{border-bottom:1.5px solid rgba(162,29,39,.25);box-shadow:0 1px 2px #0000000a}.structures-table th .column-resizer{position:absolute;top:0;right:0;width:4px;height:100%;cursor:col-resize;-webkit-user-select:none;user-select:none;z-index:20;background:transparent;transition:background-color .15s ease;pointer-events:auto}.structures-table th .column-resizer:hover{background:#94a3b880}.structures-table th .column-resizer.resizing{background:#a21d27e6}.structures-table td{position:relative}.structures-table th:first-child,.structures-table td:first-child{text-align:center;padding:.45rem .5rem;vertical-align:middle}.structures-table th:first-child input[type=checkbox]{margin:0 auto}.structures-table th:nth-child(2),.structures-table td:nth-child(2){text-align:center!important;padding:.45rem .9rem;vertical-align:middle}.structures-table__icona{width:65px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;overflow:hidden;background:var(--bg-input);border:1px solid var(--border-color-secondary);padding:0;box-sizing:border-box;cursor:pointer;transition:transform .2s ease}.structures-table__icona:hover{transform:scale(1.3);z-index:10;position:relative}.structures-table__cover-image{width:100%;height:100%;object-fit:cover;border-radius:4px;display:block;cursor:pointer;transition:transform .2s ease}.structures-table__cover-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#94a3b899;background:var(--bg-input);border:none;border-radius:4px}.structures-table__cover-placeholder svg{width:20px;height:20px}.structures-table th input[type=checkbox],.structures-table td input[type=checkbox]{width:17px;height:17px;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:var(--bg-input);border:1px solid rgba(148,163,184,.35);border-radius:3px;position:relative;transition:background-color .15s ease,border-color .15s ease,transform .15s ease;margin:0 auto;display:block}.structures-table th input[type=checkbox]:checked,.structures-table td input[type=checkbox]:checked{background-color:#a21d27;border-color:#a21d27}.structures-table th input[type=checkbox]:checked:after,.structures-table td input[type=checkbox]:checked:after{content:"";position:absolute;left:5px;top:2px;width:5px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.structures-table th input[type=checkbox]:hover,.structures-table td input[type=checkbox]:hover{border-color:#a21d2780}.structures-table tbody tr{border-bottom:1px solid var(--border-color);border-left:3px solid transparent;transition:background-color .2s ease,transform .15s ease,border-left .2s ease}.structures-table tbody tr:nth-child(2n){background-color:var(--bg-button-secondary)}[data-theme=dark] .structures-table tbody tr:nth-child(2n){background-color:#0f172a4d}.structures-table tbody tr:hover{background-color:var(--bg-hover);border-left-color:#a21d2799;transform:translate(2px)}.structures-table tbody tr:hover .column-resizer{transform:translate(-2px)}.structures-table tbody tr:last-child{border-bottom:none}.structures-pagination-wrapper{display:flex;justify-content:flex-start;align-items:center;position:relative;margin-top:1rem;padding:.25rem 0;gap:1rem;flex-wrap:nowrap}.structures-pagination-toprow{display:flex;align-items:center;justify-content:space-between;flex:1;gap:1rem;min-width:0}.structures-pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;flex:0 0 auto}@media (min-width: 641px){.structures-pagination{position:absolute;left:50%;transform:translate(-50%)}}.structures-pagination-button{min-width:2rem;height:2rem;padding:.375rem .625rem;background:var(--bg-button-sort);border:1px solid var(--border-color-secondary);border-radius:6px;color:var(--text-primary);font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease}.structures-pagination-button:hover:not(:disabled){background:var(--bg-hover);border-color:#a21d2780;transform:translateY(-1px);box-shadow:0 4px 12px var(--shadow-primary)}.structures-pagination-button.active{background:linear-gradient(135deg,#a21d2766,#a21d274d);border-color:#a21d2799;color:var(--text-primary);font-weight:600;box-shadow:0 0 12px #a21d2766,0 2px 8px #a21d274d;animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 0 12px #a21d2766,0 2px 8px #a21d274d}50%{box-shadow:0 0 16px #a21d2780,0 2px 8px #a21d274d}}.structures-pagination-button:disabled{opacity:.4;cursor:not-allowed}.structures-pagination-button:disabled:hover{background:var(--bg-button-sort);border-color:var(--border-color-secondary)}.structures-pagination-button-nav{font-size:1.125rem;font-weight:600;line-height:1}.structures-pagination-ellipsis{display:flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;color:var(--text-muted);font-size:.875rem;-webkit-user-select:none;user-select:none}.structures-table td{padding:.5rem 1.05rem;padding-left:calc(1.05rem - 3px);text-align:left;font-size:.85rem;line-height:1.25;color:var(--text-secondary);vertical-align:middle;white-space:nowrap;box-sizing:border-box;transition:color .2s ease;overflow:hidden;text-overflow:ellipsis;position:relative;min-width:50px}.structures-table tbody tr:hover td{color:var(--text-primary)}.structures-table__maps-button{background:var(--bg-input);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:50%;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:all .2s ease;margin:0 auto;width:36px;height:36px;box-shadow:0 2px 8px var(--shadow-color);position:relative;overflow:hidden}.structures-table__maps-button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(162,29,39,.1),transparent);opacity:0;transition:opacity .2s ease}.structures-table__maps-button:hover{background:var(--bg-hover);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-color:#a21d2766;color:var(--text-primary);transform:translateY(-1px);box-shadow:0 4px 16px var(--shadow-primary)}.structures-table__maps-button:hover:before{opacity:1}.structures-table__maps-button svg{display:block;position:relative;z-index:1;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.structures-table__maps-button:disabled{opacity:.4;cursor:not-allowed;background:var(--bg-input);border-color:var(--border-color);transform:none;box-shadow:none}.structures-table__maps-button:disabled:hover{background:var(--bg-input);border-color:var(--border-color);color:var(--text-secondary);transform:none;box-shadow:none}.structures-table__maps-button:disabled:before{opacity:0}@media (max-width: 768px){.structures-table td{padding:.5rem .85rem}.structures-pagination-wrapper{flex-direction:row;align-items:center;justify-content:space-between;gap:.6rem;margin-top:.8rem;padding:.2rem 0}.structures-page-items-per-page{margin-right:0}.structures-page-header{flex-direction:row;align-items:center;flex-wrap:nowrap;gap:.75rem}.structures-page-actions{gap:.6rem}}@media (max-width: 640px){.structures-page-title{white-space:normal;overflow:visible;text-overflow:clip;font-size:1.4rem;line-height:1.15}.button--sort{padding:.5rem;min-width:36px;width:36px;height:36px;border-radius:50%;gap:0;justify-content:center}.button--sort span{display:none}.structures-table td{padding:.48rem .75rem;font-size:.82rem}.structures-pagination-button{min-width:1.75rem;height:1.75rem;padding:.25rem .5rem;font-size:.75rem}.structures-pagination-wrapper{flex-direction:column;align-items:stretch;gap:.75rem}.structures-pagination-toprow{width:100%;gap:.75rem}.structures-page-items-per-page{width:auto;justify-content:flex-end}.structures-pagination{justify-content:center;position:static;transform:none}}[data-theme=light] .structures-table{background:#fff;border:1px solid rgba(148,163,184,.3);box-shadow:0 2px 8px #00000014,0 1px 3px #0000000d}[data-theme=light] .structures-table-wrapper{border-top:1px solid rgba(148,163,184,.12)}[data-theme=light] .structures-table thead tr{border-bottom:1.5px solid rgba(148,163,184,.3)}[data-theme=light] .structures-table th{background:#f8fafce6;border-bottom:1.5px solid rgba(148,163,184,.3);box-shadow:0 1px 2px #00000008}[data-theme=light] .structures-table tbody tr{border-bottom:1px solid rgba(148,163,184,.1)}[data-theme=light] .structures-table tbody tr:nth-child(2n){background-color:#f8fafcb3}[data-theme=light] .structures-table tbody tr:hover{background-color:#a21d2714;border-left-color:#a21d2799}[data-theme=light] .structures-table th input[type=checkbox],[data-theme=light] .structures-table td input[type=checkbox]{background-color:#f8fafce6;border:1px solid rgba(105,117,133,.55)}[data-theme=light] .structures-table th input[type=checkbox]:hover,[data-theme=light] .structures-table td input[type=checkbox]:hover{border-color:#94a3b859;background-color:#f1f5f9f2}[data-theme=light] .structures-table th input[type=checkbox]:checked,[data-theme=light] .structures-table td input[type=checkbox]:checked{background-color:#fff;border-color:#a21d27}[data-theme=light] .structures-table th input[type=checkbox]:checked:after,[data-theme=light] .structures-table td input[type=checkbox]:checked:after{border-color:#a21d27}[data-theme=light] .structures-table__icona{background:#f8fafce6;border:1px solid rgba(148,163,184,.2)}[data-theme=light] .structures-table__cover-placeholder{background:#f8fafce6;color:#64748bbf}.structures-page .app__content{padding-top:1.2rem;padding-bottom:1rem;min-height:0;display:flex;flex-direction:column}.structures-page .app__content>.container{display:flex;flex-direction:column;flex:1;min-height:0;width:min(98vw,100%);max-width:none;margin:0 auto}.card-primary{background:var(--bg-card-primary);border:1px solid rgba(162,29,39,.45);border-radius:10px;padding:1.75rem;box-shadow:0 20px 45px var(--shadow-primary);margin-top:-2rem;animation:fadeSlideUp .4s ease-out .1s both}.structure-summary__header{margin-bottom:0;text-align:center;animation:fadeSlideUp .4s ease-out .15s both}.structure-summary__divider{height:1px;background:linear-gradient(to right,transparent,var(--border-color) 20%,var(--border-color) 80%,transparent);margin:.875rem 0 1.75rem}.structure-summary__title{font-size:1.75rem;font-weight:600;color:var(--text-primary);margin:0;line-height:1.3}.structure-summary__sigla{font-size:1.1rem;font-weight:500;color:var(--text-muted);display:inline-block;padding:.45rem .875rem;background:transparent;border-radius:5px;margin-top:0}.structure-summary__cover{display:flex;justify-content:center;align-items:center;margin-bottom:1.75rem;animation:fadeSlideUp .4s ease-out .2s both}.structure-summary__cover-image{max-width:1200px;width:100%;height:auto;border-radius:7px;box-shadow:0 2px 7px var(--shadow-color);object-fit:contain}.structure-summary .image-placeholder{max-width:1200px;min-height:400px;background:var(--bg-input, #f5f5f5);border-radius:7px;width:100%}.structure-summary__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;max-width:1200px;margin:0 auto;animation:fadeSlideUp .4s ease-out .25s both}.card-secondary{display:flex;flex-direction:column;gap:.45rem;padding:.875rem;text-align:center;background:var(--bg-secondary);border-radius:5px;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;animation:fadeSlideUp .3s ease-out both}.card-secondary:nth-child(1){animation-delay:.3s}.card-secondary:nth-child(2){animation-delay:.35s}.card-secondary:nth-child(3){animation-delay:.4s}.card-secondary:nth-child(4){animation-delay:.45s}.card-secondary:nth-child(5){animation-delay:.5s}.card-secondary:nth-child(6){animation-delay:.55s}.card-secondary:nth-child(7){animation-delay:.6s}.card-secondary:nth-child(8){animation-delay:.65s}.card-secondary:nth-child(9){animation-delay:.7s}.card-secondary:nth-child(10){animation-delay:.75s}.card-secondary:hover{background:var(--bg-hover-secondary);transform:translateY(-2px)}.structure-summary__label{font-weight:600;font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.structure-summary__value{font-size:.9rem;color:var(--text-primary);line-height:1.5;font-weight:500}.structure-summary__notes{margin-top:1.75rem;padding:1.25rem;background:var(--bg-secondary);border-radius:7px;border:1px solid var(--border-color);text-align:left;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;animation:fadeSlideUp .4s ease-out .8s both}.structure-summary__notes:hover{background:var(--bg-hover-secondary);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow-primary)}.structure-summary__notes-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 .875rem;text-align:center}.structure-summary__notes-content{font-size:.85rem;color:var(--text-secondary);line-height:1.6;margin:0;white-space:pre-wrap}.structure-summary__maps-wrapper{margin-top:1.75rem;animation:fadeSlideUp .4s ease-out .85s both}.structure-summary__content{max-width:1200px;margin:0 auto}@media (max-width: 768px){.structure-summary{padding:0}.card-primary{background:transparent;border:none;box-shadow:none;padding:0;margin-top:0;margin-bottom:0}.structure-summary__header{padding:0;margin-bottom:1.5rem}.structure-summary__cover{padding:0;margin-bottom:2rem}.structure-summary__content{padding:0;max-width:100%;margin-top:0}.structure-summary__grid{grid-template-columns:1fr;gap:1rem;max-width:100%}.structure-summary__notes,.structure-summary__maps-wrapper{margin-top:2rem}}.structure-page__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.structure-page__title{margin:0}.structure-page__tabs{display:flex;gap:8px;margin-bottom:12px}.structure-page__tab{text-decoration:none;color:inherit;padding:8px 10px;border-radius:8px;border:1px solid rgba(0,0,0,.12)}.structure-page__tab.active{font-weight:600}.structure-page__content{min-height:200px}.support-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.support-modal{background:var(--bg-card);border-radius:12px;box-shadow:0 20px 60px #0000004d;width:90%;max-width:600px;border:1px solid var(--border-color)}.support-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--border-color)}.support-modal__title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0}.support-modal__close{background:transparent;border:none;color:var(--text-secondary);cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .15s ease}.support-modal__close:hover{background:var(--bg-hover)}.support-modal__form{padding:1.5rem}.support-modal__field{margin-bottom:1.5rem}.support-modal__field:last-of-type{margin-bottom:0}.support-modal__label{display:block;font-size:.9rem;font-weight:500;color:var(--text-secondary);margin-bottom:.5rem}.support-modal__input,.support-modal__textarea{width:100%;padding:.75rem;font-size:1rem;color:var(--text-primary);background:var(--bg-input);border:1px solid var(--border-color);border-radius:6px;font-family:inherit}.support-modal__input:focus,.support-modal__textarea:focus{outline:none;border-color:#a21d2780;background:var(--bg-secondary)}.support-modal__textarea{resize:vertical;min-height:120px}.support-modal__actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-color)}.support-modal__button{padding:.75rem 1.5rem;font-size:1rem;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:background-color .15s ease}.support-modal__button--cancel{background:var(--bg-secondary);color:var(--text-secondary)}.support-modal__button--cancel:hover{background:var(--bg-hover);color:var(--text-primary)}.support-modal__button--submit{background:#a21d27;color:#fff}.support-modal__button--submit:hover{background:#8a1821}@media (max-width: 768px){.support-modal{width:95%}.support-modal__header,.support-modal__form{padding:1rem}.support-modal__title{font-size:1.25rem}.support-modal__actions{flex-direction:column-reverse}.support-modal__button{width:100%}}.login-page{min-height:100vh;display:flex;flex-direction:column;position:relative}.login-page__container{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;width:100%;max-width:520px;margin:0 auto}.login-card-wrapper{width:100%;position:static;padding-top:60px}.login-card{position:relative;background:var(--bg-card-primary);border:1px solid rgba(162,29,39,.45);border-radius:24px;padding:4.5rem 3.5rem 2.5rem;box-shadow:0 25px 55px var(--shadow-primary);animation:fadeSlide .28s ease-out}.login-logo-circle{position:absolute;top:-66px;left:50%;transform:translate(-50%);width:120px;height:120px;border-radius:50%;background:var(--bg-secondary);border:2px solid rgba(162,29,39,.5);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px var(--shadow-primary);z-index:10;will-change:transform}.login-logo{width:85px;height:85px;display:flex;align-items:center;justify-content:center}.login-logo svg{width:100%;height:100%}.login-title{font-size:1.5rem;font-weight:700;text-align:center;text-transform:uppercase;letter-spacing:.15em;color:var(--text-primary);margin:0 0 2rem}.login-form{display:flex;flex-direction:column;gap:1rem}.login-form__field{display:flex;flex-direction:column}.login-form__input-wrapper{position:relative;display:flex;align-items:center}.login-form__icon{position:absolute;left:1rem;display:flex;align-items:center;justify-content:center;color:var(--text-icon);pointer-events:none;z-index:1}.login-form__input{width:100%;padding:1rem 1rem 1rem 3rem;border-radius:16px;border:1px solid var(--border-color);background:var(--bg-input);color:var(--text-primary);font-size:1rem;transition:all .2s ease}.login-form__input:focus{outline:none;border-color:#a21d2799;background:var(--bg-input-focus);box-shadow:0 0 0 3px #a21d271a}.login-form__input::placeholder{color:var(--text-input-placeholder)}.login-form__input:disabled{opacity:.6;cursor:not-allowed}.login-form__toggle-password{position:absolute;right:1rem;background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:var(--text-icon);transition:color .15s ease;z-index:1}.login-form__toggle-password:hover:not(:disabled){color:var(--text-secondary)}.login-form__toggle-password:disabled{opacity:.5;cursor:not-allowed}.login-form__actions{margin-top:1.25rem;text-align:center}.login-form__actions .button{padding:1rem 2.5rem;font-size:1.05rem;min-width:200px;border-radius:16px}.login-form__help{margin-top:.5rem;text-align:center}.login-form__help-text{color:var(--text-muted);font-size:.9rem;cursor:pointer;transition:color .15s ease,transform .15s ease,text-shadow .15s ease;display:inline-block}.login-form__help-text:hover{color:var(--text-secondary);transform:translateY(-1px) scale(1.05);text-shadow:0 2px 4px rgba(0,0,0,.15)}.login-form__error{padding:.875rem 1rem;border-radius:12px;background:#f8717126;border:1px solid rgba(248,113,113,.3);color:#f87171;font-size:.9rem;margin-bottom:1.5rem;text-align:center}@media (max-width: 640px){.login-card{padding:4rem 2rem 2.25rem}.login-logo-circle{width:120px;height:120px;margin-bottom:1.5rem;top:-70px}.login-logo{width:85px;height:85px}.login-title{font-size:1.25rem;margin-bottom:2rem}}.auth-error-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(155deg,var(--bg-gradient-start),var(--bg-gradient-mid),var(--bg-gradient-end));padding:2rem;position:relative;overflow:hidden}.auth-error-page:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 50%,var(--radial-gradient-1) 0%,transparent 50%),radial-gradient(circle at 70% 50%,var(--radial-gradient-2) 0%,transparent 50%);animation:gradientShift 20s ease infinite;pointer-events:none}@keyframes gradientShift{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(5%,5%) rotate(5deg)}}.auth-error-container{position:relative;z-index:1;width:100%;max-width:28rem}.auth-error-card{background:var(--bg-card-primary);border:1px solid rgba(162,29,39,.45);border-radius:1.5rem;padding:2.5rem 2rem;box-shadow:0 1.5rem 3.5rem var(--shadow-primary);display:flex;flex-direction:column;align-items:center;gap:1.25rem;animation:fadeSlide .28s ease-out}@keyframes fadeSlide{0%{opacity:0;transform:translateY(-.75rem)}to{opacity:1;transform:translateY(0)}}.auth-error-icon{color:#f87171;margin-bottom:.5rem}.auth-error-message{font-size:1rem;font-weight:500;text-align:center;color:var(--text-primary);margin:0}.auth-error-button{padding:.75rem 2rem;background:#a21d27;color:#fff;border:none;border-radius:.75rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 .25rem .75rem #a21d274d;margin-top:.5rem}.auth-error-button:hover{background:#8a1820;transform:translateY(-.0625rem);box-shadow:0 .375rem 1rem #a21d2766}.auth-error-button:active{transform:translateY(0);box-shadow:0 .25rem .75rem #a21d274d}@media (max-width: 640px){.auth-error-card{padding:2rem 1.5rem}.auth-error-icon svg{width:40px;height:40px}}:root{--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-family:var(--font-sans);line-height:1.5;font-weight:400;--color-primary: #a21d27;--primary-color: #a21d27;--bg-primary: #060910;--bg-secondary: rgba(12, 18, 32, .88);--bg-tertiary: rgba(8, 12, 22, .82);--bg-hover: rgba(162, 29, 39, .25);--bg-hover-secondary: rgba(20, 28, 48, .95);--text-primary: #f8fafc;--text-secondary: rgba(248, 250, 252, .9);--text-muted: rgba(241, 245, 249, .78);--border-color: rgba(148, 163, 184, .14);--border-color-secondary: rgba(148, 163, 184, .15);--shadow-color: rgba(3, 8, 20, .45);--shadow-primary: rgba(162, 29, 39, .25);--bg-gradient-start: #05070e;--bg-gradient-mid: #0b1223;--bg-gradient-end: #060910;--bg-card: rgba(12, 18, 32, .88);--bg-card-primary: linear-gradient(155deg, rgba(16, 24, 41, .95), rgba(25, 18, 32, .95));--bg-card-error: linear-gradient(155deg, rgba(32, 18, 24, .95), rgba(22, 14, 18, .98));--bg-status-card: linear-gradient(150deg, rgba(17, 24, 39, .9), rgba(8, 11, 19, .9));--bg-code: rgba(15, 23, 42, .55);--bg-button-secondary: rgba(15, 23, 42, .08);--bg-button-sort: rgba(12, 18, 32, .6);--bg-button-refresh: rgba(12, 18, 32, .6);--bg-dropdown: rgba(12, 18, 32, .95);--bg-overlay: rgba(6, 9, 16, .9);--text-overlay: rgba(248, 250, 252, .8);--radial-gradient-1: rgba(162, 29, 39, .18);--radial-gradient-2: rgba(162, 29, 39, .1);--bg-input: rgba(15, 23, 42, .5);--bg-input-focus: rgba(15, 23, 42, .7);--text-input-placeholder: rgba(248, 250, 252, .5);--text-icon: rgba(248, 250, 252, .6)}[data-theme=light]{color-scheme:light;--bg-primary: rgba(248, 250, 252, .88);--bg-secondary: rgba(248, 250, 252, .95);--bg-tertiary: rgba(248, 250, 252, .9);--bg-hover: rgba(241, 245, 249, .85);--bg-hover-secondary: rgba(241, 245, 249, .85);--text-primary: #0f172a;--text-secondary: rgba(15, 23, 42, .9);--text-muted: rgba(15, 23, 42, .75);--border-color: rgba(162, 29, 39, .2);--border-color-secondary: rgba(162, 29, 39, .15);--shadow-color: rgba(162, 29, 39, .08);--shadow-primary: rgba(162, 29, 39, .25);--bg-gradient-start: #ffffff;--bg-gradient-mid: #ffffff;--bg-gradient-end: #ffffff;--bg-card: rgba(255, 255, 255, .98);--bg-card-primary: linear-gradient(155deg, rgba(255, 255, 255, .99), rgba(255, 255, 255, .98));--bg-card-error: linear-gradient(155deg, rgba(254, 242, 242, .98), rgba(255, 247, 247, .98));--bg-status-card: var(--bg-secondary);--bg-code: rgba(248, 250, 252, .9);--bg-button-secondary: rgba(248, 250, 252, .85);--bg-button-sort: rgba(248, 250, 252, .95);--bg-button-refresh: rgba(248, 250, 252, .95);--bg-dropdown: rgba(255, 255, 255, .99);--bg-overlay: rgba(255, 255, 255, .98);--text-overlay: rgba(15, 23, 42, .8);--radial-gradient-1: rgba(255, 255, 255, .85);--radial-gradient-2: rgba(255, 255, 255, .75);--bg-input: rgba(248, 250, 252, .9);--bg-input-focus: rgba(255, 255, 255, .98);--text-input-placeholder: rgba(15, 23, 42, .5);--text-icon: rgba(15, 23, 42, .6)}[data-theme=dark]{color-scheme:dark}:root{color:var(--text-primary);background-color:var(--bg-primary)}body{margin:0;font-family:var(--font-sans);background:radial-gradient(circle at 10% 10%,var(--radial-gradient-1),transparent 55%),radial-gradient(circle at 92% 8%,var(--radial-gradient-2),transparent 45%),linear-gradient(180deg,var(--bg-gradient-start) 0%,var(--bg-gradient-mid) 45%,var(--bg-gradient-end) 100%);min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column;position:relative}.container{width:min(960px,92%);margin:0 auto}.app__content{flex:1;padding:1.2rem 0 1.5rem}.app__content{margin-left:3rem;transition:margin-left .35s cubic-bezier(.4,0,.2,1)}.app__content .container{padding-left:2rem;padding-right:2rem}body:has(.side-menu--pinned) .app__content{margin-left:12.5rem}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlideUpLogo{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.card{position:relative;background:var(--bg-card);border-radius:18px;padding:1.45rem;border:1px solid var(--border-color);box-shadow:0 25px 55px var(--shadow-color);animation:fadeSlide .28s ease-out}.cards-grid{display:grid;gap:1.6rem}.card--primary{border:1px solid rgba(162,29,39,.45);box-shadow:0 25px 55px var(--shadow-primary);background:var(--bg-card-primary)}.card--error{border:1px solid rgba(248,113,113,.35);box-shadow:0 25px 55px var(--shadow-primary);background:var(--bg-card-error);color:var(--text-primary);max-width:720px;margin:0 auto}.card__header{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;margin-bottom:1.2rem}.card--login{width:60%;margin:0 auto;height:60vh}.card__icon{font-size:2rem;margin-right:.75rem}.card__eyebrow{margin:0;font-size:.78rem;text-transform:uppercase;letter-spacing:.24em;opacity:.7}.card__subtitle{margin:.1rem 0 0;font-size:.95rem;opacity:.85}.card--error h2,.card--error .card__subtitle,.card--error .card__body{color:var(--text-primary);opacity:.92;margin:0}.card__body--muted{font-size:.9rem;opacity:.75}.card--error .card__footer,.card--error button{width:100%}.card__body{margin:0 0 1.25rem;font-size:1rem}.card__list{margin:0;display:grid;gap:1rem;color:var(--text-muted)}.card__footer{display:grid;grid-template-columns:1fr;align-items:stretch;gap:.85rem;margin-top:1.75rem}.card__footer .button{width:100%}.card__meta{font-size:.9rem;opacity:.75}.card__list--inline{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.4rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.68rem 1.3rem;border-radius:999px;border:none;background:linear-gradient(135deg,#a21d27,#81151d);color:#fff3f3;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 28px #a21d2759}.button:disabled{opacity:.65;cursor:wait}.button--secondary{background:var(--bg-button-secondary);color:inherit;border:1px solid var(--border-color-secondary)}.button--sort{background:var(--bg-button-sort);border:1px solid var(--border-color-secondary);color:var(--text-secondary);padding:.55rem 1rem;font-size:.9rem;gap:.2rem;border-radius:999px}.button--sort:hover:not(:disabled){background:var(--bg-hover);border-color:#a21d2780;transform:translateY(-1px);box-shadow:0 4px 12px var(--shadow-primary);color:var(--text-primary)}.button--sort svg{flex-shrink:0}.button-sort-wrapper{position:relative;z-index:1002;isolation:isolate}.button-sort-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:var(--bg-dropdown);border:1px solid rgba(162,29,39,.3);border-radius:8px;box-shadow:0 8px 24px var(--shadow-color);min-width:200px;z-index:1002;overflow:hidden;opacity:0;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease;isolation:isolate}.button-sort-wrapper:hover .button-sort-dropdown,.button-sort-dropdown:not([style*="display: none"]){opacity:1;transform:translateY(0)}.button-sort-option{width:100%;padding:.75rem 1rem;background:transparent;border:none;color:var(--text-secondary);text-align:left;cursor:pointer;transition:background-color .15s ease;display:flex;justify-content:space-between;align-items:center;gap:.5rem;font-size:.875rem}.button-sort-option:hover{background:var(--bg-hover);color:var(--text-primary)}.button-sort-option.active{background:#a21d2740;color:var(--text-primary);font-weight:500}.button-sort-direction{color:#a21d27cc;font-weight:600}.button--refresh{background:var(--bg-button-refresh);border:1px solid var(--border-color-secondary);color:var(--text-secondary);padding:0;min-width:36px;width:36px;height:36px;border-radius:50%}.button--refresh:hover:not(:disabled){background:var(--bg-hover);border-color:#a21d2780;transform:translateY(-1px);box-shadow:0 4px 12px var(--shadow-primary);color:var(--text-primary)}.button--refresh svg{flex-shrink:0}.button--refresh:disabled svg{animation:spin 1s linear infinite}dt{font-size:.85rem;text-transform:uppercase;letter-spacing:.22em;margin:0;opacity:.65}dd{margin:.45rem 0 0;font-size:1.35rem;font-weight:600}.status{display:inline-flex;align-items:center;gap:.38rem;padding:.4rem 1rem;border-radius:999px;font-weight:600;font-size:.8rem;letter-spacing:.16em;text-transform:uppercase}.status--ok{background:#22c55e2e;color:#34d399;border:1px solid rgba(34,197,94,.35)}.status--warn{background:#eab30829;color:#facc15;border:1px solid rgba(234,179,8,.32)}.status--down{background:#a21d272e;color:#f87171;border:1px solid rgba(162,29,39,.4)}.status-grid{display:grid;grid-template-columns:1fr;align-items:stretch;gap:1.1rem;margin-bottom:1.75rem}.status-card{padding:1.15rem 1.25rem;border-radius:16px;background:var(--bg-status-card);border:1px solid var(--border-color);display:grid;gap:.8rem}.status-card__label{margin:0;text-transform:uppercase;letter-spacing:.18em;font-size:.82rem;opacity:.65;color:var(--text-muted)}.status-card__meta{margin:0;font-size:.9rem;opacity:.65}.app__loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;pointer-events:none;background:var(--bg-overlay);z-index:1000}.app__loading-overlay p{margin:0;color:var(--text-overlay);font-size:.95rem}.spinner{width:44px;height:44px;border-radius:50%;border:4px solid rgba(162,29,39,.15);border-top-color:#a21d27;animation:spin .9s linear infinite}code{font-family:Fira Code,SFMono-Regular,Consolas,Liberation Mono,monospace;background-color:var(--bg-code);color:var(--text-primary);padding:.2rem .45rem;border-radius:8px}@keyframes fadeSlide{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@media (min-width: 640px){.app__content{padding:clamp(1.6rem,5vw,3.2rem) 0 clamp(2rem,7vw,4.2rem)}.card{padding:clamp(1.6rem,3vw,2.1rem)}.card__header{flex-direction:row;align-items:flex-start;justify-content:space-between}.card__footer{display:flex;flex-wrap:wrap;align-items:center}.card__footer .button{width:auto}}@media (min-width: 768px){.status-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.cards-grid{gap:clamp(1.6rem,4vw,2.6rem)}}*,*:before,*:after{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}#root{min-height:100vh}
