@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;700&display=swap";
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_5972bc34-module__OU16Qa__className{font-family:Inter,Inter Fallback;font-style:normal}
:root{--bg-main:#060912;--bg-card:#0c121e;--bg-card-hover:#131a29;--bg-surface:#131b29;--text-primary:#f8fafc;--text-secondary:#8493a8;--text-tertiary:#52627a;--accent-teal:#0ebdb5;--accent-teal-subtle:#0ebdb51a;--accent-green:#08b87c;--accent-red:#f43f5e;--accent-yellow:#eab308;--accent-purple:#8b5cf6;--accent-blue:#0ea5e9;--border-color:#ffffff0d;--border-light:#ffffff1a;--radius-xs:4px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-full:9999px}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-main);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}@keyframes pulse-icon{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.pulsing-icon{animation:2s ease-in-out infinite pulse-icon}.text-teal{color:var(--accent-teal)}.text-green{color:var(--accent-green)}.text-red{color:var(--accent-red)}.text-yellow{color:var(--accent-yellow)}.text-secondary{color:var(--text-secondary)}.text-tertiary{color:var(--text-tertiary)}.bg-teal-subtle{background-color:var(--accent-teal-subtle)}.font-mono{font-family:JetBrains Mono,monospace}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.flex{display:flex}.flex-col{flex-direction:column;display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.dashboard-container{flex-direction:column;gap:1rem;max-width:1440px;margin:0 auto;padding:1.5rem 2rem;display:flex}.top-header{color:var(--text-primary);letter-spacing:-.01em;font-size:.8125rem;font-weight:600}.section-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.section-title-wrap{align-items:center;gap:.75rem;display:flex}.section-icon{border-radius:var(--radius-sm);background:var(--bg-surface);border:1px solid var(--border-color);width:28px;height:28px;color:var(--accent-teal);justify-content:center;align-items:center;display:flex}.section-title{letter-spacing:-.01em;font-size:1rem;font-weight:700}.section-subtitle{color:var(--text-tertiary);margin-top:.125rem;font-size:.65rem}.deco-line{background:var(--accent-teal);border-radius:4px;width:4px;height:18px}.badge{border-radius:var(--radius-full);background:var(--bg-surface);color:var(--text-secondary);align-items:center;gap:.375rem;padding:.3rem .6rem;font-size:.7rem;font-weight:500;display:flex}.badge.online{color:var(--accent-green);background:#08b87c1a;border:1px solid #08b87c33}.status-dot{border-radius:50%;width:6px;height:6px}.status-dot.green{background-color:var(--accent-green)}.status-dot.red{background-color:var(--accent-red)}.status-dot.yellow{background-color:var(--accent-yellow)}.status-dot.teal{background-color:var(--accent-teal);box-shadow:0 0 10px #0ebdb580}.hero-card{border-radius:var(--radius-xl);border:1px solid var(--border-color);background:linear-gradient(100deg,#091a27 0%,#06111f 100%);flex-direction:column;margin-bottom:1rem;padding:1.5rem 1.75rem;display:flex;position:relative;overflow:hidden}.hero-bg{opacity:.35;mix-blend-mode:overlay;pointer-events:none;background-image:url("/Tower Infrastructure.png");background-position:50% 25%;background-size:cover;position:absolute;inset:0}.hero-content{z-index:1;position:relative}.hero-badges{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.hero-title{letter-spacing:-.03em;text-shadow:0 2px 10px #00000080;margin-bottom:.1rem;font-size:2.125rem;font-weight:900}.hero-subtitle{color:var(--text-secondary);margin-bottom:1.75rem;font-size:.75rem}.hero-stats-bar{gap:.75rem;display:flex}.stat-item{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-md);background:#0c121e99;border:1px solid #ffffff08;flex:1;align-items:center;gap:.75rem;padding:.6rem 1rem;display:flex}.stat-icon-wrap{width:26px;height:26px;color:var(--accent-teal);background:#0ebdb51a;border-radius:6px;justify-content:center;align-items:center;display:flex}.stat-label{color:var(--text-tertiary);margin-bottom:.1rem;font-size:.6rem}.stat-value{font-size:.8125rem;font-weight:600}.system-status-bar{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);align-items:center;margin-bottom:1rem;padding:.75rem 1.25rem;display:flex}.status-main{align-items:center;gap:1rem;margin-right:2rem;display:flex}.shield-icon{width:32px;height:32px;color:var(--accent-green);background:#08b87c1a;border-radius:8px;justify-content:center;align-items:center;display:flex}.status-tags{flex:1;gap:.5rem;display:flex}.status-tag{border-radius:var(--radius-full);color:var(--accent-green);background:0 0;border:1px solid #08b87c33;align-items:center;gap:.375rem;padding:.3rem .6rem;font-size:.65rem;font-weight:500;display:flex}.status-summary{text-align:right}.status-summ-title{color:var(--text-tertiary);font-size:.65rem}.status-summ-val{color:var(--text-secondary);font-size:.65rem}.sensor-grid{grid-template-rows:auto auto;grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.sensor-card-main{background:linear-gradient(180deg,var(--bg-card)0%,#0ebdb50d 100%);border-radius:var(--radius-md);border:1px solid #0ebdb526;flex-direction:column;grid-row:span 2;padding:1.25rem;display:flex}.sensor-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);flex-direction:column;justify-content:space-between;padding:1rem 1.25rem;display:flex}.sensor-header{justify-content:space-between;align-items:flex-start;display:flex}.sensor-icon{background:var(--bg-surface);border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.sensor-label{text-transform:uppercase;letter-spacing:.03em;color:var(--text-tertiary);margin-bottom:.1rem;font-size:.65rem;font-weight:500}.sensor-value-main{align-items:baseline;gap:.375rem;margin:1rem 0 .5rem;font-size:2.75rem;font-weight:800;line-height:1;display:flex}.sensor-unit{color:var(--accent-teal);font-size:.8125rem;font-weight:600}.sensor-range{color:var(--text-tertiary);font-size:.65rem}.progress-bar-container{background:var(--bg-surface);border-radius:2px;height:3px;margin:.75rem 0 .5rem;overflow:hidden}.progress-bar-fill{background:var(--accent-teal);border-radius:2px;height:100%}.progress-labels{color:var(--text-tertiary);justify-content:space-between;font-size:.55rem;display:flex}.sensor-value-small{align-items:baseline;gap:.25rem;font-size:1.25rem;font-weight:700;display:flex}.sensor-unit-small{color:var(--text-secondary);font-size:.8125rem}.tolerance-badge{border-radius:var(--radius-sm);background:0 0;border:1px solid #ffffff0d;flex-direction:column;align-items:flex-end;padding:.25rem .5rem;display:flex}.tolerance-label{color:var(--text-tertiary);font-size:.55rem}.tolerance-val{font-size:.7rem;font-weight:500}.card-footer-text{color:var(--text-tertiary);margin-top:auto;padding-top:.5rem;font-size:.6rem}.charts-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.chart-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:1rem}.chart-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.chart-title{color:var(--text-primary);font-size:.75rem;font-weight:600}.time-badge{border:1px solid var(--border-color);border-radius:var(--radius-xs);color:var(--text-tertiary);background:#ffffff08;padding:.2rem .4rem;font-size:.6rem}.chart-container{width:100%;height:160px}.history-section{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:1.25rem}.history-tabs{border-bottom:1px solid #ffffff08;gap:.5rem;margin-bottom:.75rem;padding-bottom:.75rem;display:flex}.history-tab{color:var(--text-secondary);border-radius:var(--radius-full);align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.75rem;font-weight:600;display:flex}.history-tab.active{color:var(--text-primary);background:#ffffff0d}.tab-count{font-size:.65rem;font-weight:600}.tab-count.gray{color:var(--text-secondary);background:#ffffff1a;border-radius:10px;padding:.1rem .4rem}.tab-count.green{color:var(--accent-green);background:#08b87c1a;border-radius:10px;padding:.1rem .4rem}.tab-count.yellow{color:var(--accent-yellow);background:#eab3081a;border-radius:10px;padding:.1rem .4rem}.tab-count.red{color:var(--accent-red);background:#f43f5e1a;border-radius:10px;padding:.1rem .4rem}.history-table{border-collapse:collapse;width:100%}.table-scroll-container::-webkit-scrollbar{width:6px}.table-scroll-container::-webkit-scrollbar-track{background:#ffffff05;border-radius:4px}.table-scroll-container::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.table-scroll-container::-webkit-scrollbar-thumb:hover{background:#fff3}.history-table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);padding-bottom:.75rem;font-size:.6rem;font-weight:600}.history-table td{vertical-align:middle;border-bottom:1px solid #ffffff08;padding:.75rem 0}.history-table tr:last-child td{border-bottom:none}.time-col{flex-direction:column;display:flex}.param-name{align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;display:flex}.param-icon-wrap{border-radius:var(--radius-xs);width:24px;height:24px;color:var(--text-secondary);background:#ffffff08;justify-content:center;align-items:center;display:flex}.change-val{align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;display:flex}.history-time-wrap{align-items:baseline;gap:.75rem;display:flex}.history-val-wrap{align-items:baseline;gap:.25rem;display:flex}.status-badge{border-radius:var(--radius-full);align-items:center;gap:.375rem;padding:.25rem .5rem;font-size:.65rem;font-weight:600;display:inline-flex}.status-badge.red{color:var(--accent-red);background:#f43f5e1a;border:1px solid #f43f5e33}.status-badge.green{color:var(--accent-green);background:#08b87c1a;border:1px solid #08b87c33}.sitemap-page{background:var(--bg-main);flex-direction:column;height:100vh;display:flex;overflow:hidden}.sitemap-content{flex:1;display:flex;overflow:hidden}.sitemap-header{border-bottom:1px solid var(--border-color);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;background:#0c121ef2;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;display:flex}.sitemap-header-left{align-items:center;gap:.75rem;display:flex}.sitemap-logo{width:36px;height:36px;color:var(--accent-teal);background:linear-gradient(135deg,#0ebdb526,#6366f126);border:1px solid #0ebdb540;border-radius:10px;justify-content:center;align-items:center;display:flex}.sitemap-title{color:var(--text-primary);letter-spacing:-.01em;font-size:.9rem;font-weight:700}.sitemap-subtitle{color:var(--text-tertiary);margin-top:.1rem;font-size:.65rem}.sitemap-header-stats{align-items:center;gap:1rem;display:flex}.sitemap-stat{border-radius:var(--radius-full);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:#ffffff08;align-items:center;gap:.375rem;padding:.3rem .6rem;font-size:.7rem;transition:all .2s;display:flex}.sitemap-stat.online{border-color:#08b87c33}.sitemap-stat.warning{border-color:#eab30833}.sitemap-stat.offline{border-color:#f43f5e33}.sitemap-stat:hover{background:#ffffff0f;transform:translateY(-1px)}.sitemap-stat.active{background:#0ebdb51a;border-color:#0ebdb559;box-shadow:0 0 8px #0ebdb526}.sitemap-stat.online.active{background:#08b87c1f;border-color:#08b87c66;box-shadow:0 0 8px #08b87c26}.sitemap-stat.warning.active{background:#eab3081f;border-color:#eab30866;box-shadow:0 0 8px #eab30826}.sitemap-stat.offline.active{background:#f43f5e1f;border-color:#f43f5e66;box-shadow:0 0 8px #f43f5e26}.sitemap-stat-value{color:var(--text-primary);font-weight:700}.sitemap-stat-label{color:var(--text-tertiary);font-size:.65rem}.sitemap-logout-btn{color:#fb7185;cursor:pointer;background:#f43f5e14;border:1px solid #f43f5e33;border-radius:8px;align-items:center;gap:.375rem;padding:.45rem .75rem;font-size:.72rem;font-weight:600;transition:all .2s;display:flex}.sitemap-logout-btn:hover{background:#f43f5e2e;border-color:#f43f5e66}.site-sidebar{border-right:1px solid var(--border-color);background:#0c121efa;flex-direction:column;width:320px;min-width:320px;display:flex;overflow:hidden}.site-sidebar-header{justify-content:space-between;align-items:center;padding:1rem 1rem .75rem;display:flex}.site-sidebar-title{color:var(--text-primary);align-items:center;gap:.5rem;font-size:.8rem;font-weight:700;display:flex}.site-sidebar-count{color:var(--text-tertiary);border-radius:var(--radius-full);background:#ffffff0d;padding:.2rem .5rem;font-size:.65rem}.site-sidebar-search{margin-bottom:.5rem;padding:0 1rem;position:relative}.site-sidebar-search-icon{color:var(--text-tertiary);pointer-events:none;position:absolute;top:50%;left:1.65rem;transform:translateY(-50%)}.site-sidebar-input{border:1px solid var(--border-color);width:100%;color:var(--text-primary);background:#ffffff0a;border-radius:8px;outline:none;padding:.5rem .75rem .5rem 2rem;font-family:inherit;font-size:.72rem;transition:border-color .2s}.site-sidebar-input:focus{border-color:#0ebdb566}.site-sidebar-input::placeholder{color:var(--text-tertiary)}.site-sidebar-filters{flex-wrap:wrap;gap:.375rem;padding:.25rem 1rem .75rem;display:flex}.site-filter-btn{border-radius:var(--radius-full);color:var(--text-tertiary);border:1px solid var(--border-color);cursor:pointer;background:0 0;padding:.25rem .5rem;font-size:.6rem;font-weight:600;transition:all .15s}.site-filter-btn:hover{color:var(--text-secondary);border-color:#0ebdb54d}.site-filter-btn.active{color:var(--accent-teal);background:#0ebdb51f;border-color:#0ebdb54d}.site-sidebar-list{flex:1;padding:0 .5rem;overflow-y:auto}.site-sidebar-list::-webkit-scrollbar{width:4px}.site-sidebar-list::-webkit-scrollbar-track{background:0 0}.site-sidebar-list::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:4px}.site-sidebar-item{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;width:100%;margin-bottom:.25rem;padding:.65rem .75rem;transition:all .15s;display:flex}.site-sidebar-item:hover{border-color:var(--border-color);background:#ffffff08}.site-sidebar-item.selected{background:#0ebdb514;border-color:#0ebdb533}.site-sidebar-item-left{align-items:center;gap:.6rem;min-width:0;display:flex}.site-sidebar-status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.site-sidebar-item-info{flex-direction:column;min-width:0;display:flex}.site-sidebar-item-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;max-width:150px;font-size:.72rem;font-weight:600;overflow:hidden}.site-sidebar-item-code{color:var(--text-tertiary);font-family:JetBrains Mono,monospace;font-size:.6rem}.site-sidebar-item-right{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.site-sidebar-item-area{color:var(--text-tertiary);white-space:nowrap;background:#ffffff0a;border-radius:4px;padding:.15rem .35rem;font-size:.55rem}.site-sidebar-item-meta{color:var(--text-tertiary);align-items:center;gap:.2rem;font-size:.6rem;display:flex}.site-sidebar-chevron{color:var(--text-tertiary);opacity:.4;transition:opacity .15s}.site-sidebar-item:hover .site-sidebar-chevron{opacity:1}.site-sidebar-empty{color:var(--text-tertiary);flex-direction:column;align-items:center;gap:.5rem;padding:2rem;font-size:.75rem;display:flex}.site-sidebar-close-btn{display:none}.sitemap-map-wrapper{flex:1;position:relative;overflow:hidden}.site-map-leaflet{width:100%;height:100%}.sidebar-toggle-btn{z-index:1000;color:#475569;cursor:pointer;background:#ffffffeb;border:1px solid #00000014;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex;position:absolute;top:.75rem;left:.75rem;box-shadow:0 2px 8px #0000001a}.sidebar-toggle-btn:hover{color:#0ebdb5;background:#fff;transform:scale(1.05);box-shadow:0 4px 12px #00000026}.sitemap-preview-overlay{z-index:1000;animation:.3s slideInRight;position:absolute;top:1rem;right:1rem}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.site-preview-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:var(--radius-md);background:#0c121ef5;border:1px solid #ffffff14;width:320px;overflow:hidden;box-shadow:0 8px 32px #00000080,0 0 0 1px #ffffff08}.site-preview-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:flex-start;padding:1rem 1rem .75rem;display:flex}.site-preview-title-wrap{flex-direction:column;gap:.4rem;display:flex}.site-preview-name{color:var(--text-primary);letter-spacing:-.01em;font-size:.85rem;font-weight:700}.site-preview-status{border-radius:var(--radius-full);align-items:center;gap:.35rem;width:fit-content;padding:.2rem .5rem;font-size:.6rem;font-weight:600;display:inline-flex}.site-preview-close{width:24px;height:24px;color:var(--text-tertiary);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;font-size:1rem;transition:all .15s;display:flex}.site-preview-close:hover{color:var(--text-primary);background:#ffffff14}.site-preview-body{flex-direction:column;gap:.5rem;padding:.75rem 1rem;display:flex}.site-preview-info-row{justify-content:space-between;align-items:center;display:flex}.site-preview-label{color:var(--text-tertiary);align-items:center;gap:.35rem;font-size:.65rem;display:flex}.site-preview-value{color:var(--text-secondary);font-size:.7rem;font-weight:500}.site-preview-btn{color:#fff;background:linear-gradient(135deg,var(--accent-teal),#6366f1cc);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:calc(100% - 2rem);margin:.5rem 1rem 1rem;padding:.6rem;font-size:.75rem;font-weight:600;transition:all .2s;display:flex}.site-preview-btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #0ebdb54d}@media (max-width:768px){.site-sidebar{z-index:2000;background:var(--bg-card);height:100vh;animation:.35s cubic-bezier(.2,.8,.2,1) forwards slideInMobile;position:fixed;top:0;bottom:0;left:0;box-shadow:4px 0 24px #0009}.site-sidebar-close-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.1rem;transition:all .2s;display:flex}.site-sidebar-close-btn:hover{color:var(--text-primary);background:#ffffff0d}.mobile-map-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1999;background:#00000080;animation:.3s forwards fadeInOverlay;display:block;position:fixed;inset:0}.sitemap-header{position:relative}.sitemap-header-stats{display:none}.site-preview-card{width:calc(100vw - 2rem)}.sitemap-preview-overlay{z-index:2000;inset:auto 1rem 1rem}.dashboard-container{gap:1rem;padding:1rem .5rem}header{flex-wrap:wrap;position:relative;gap:.75rem!important}header>div{flex-wrap:wrap;width:100%}.hero-stats-bar{grid-template-columns:1fr;gap:.75rem;padding:1rem;display:grid}.hero-badges{flex-wrap:wrap;gap:.5rem}.sensor-grid{grid-template-columns:1fr;gap:1rem}.sensor-card,.sensor-card-main{grid-column:1!important}.system-status-bar{flex-direction:column;gap:1rem;padding:1rem;align-items:flex-start!important}.status-tags{flex-wrap:wrap;justify-content:flex-start}.status-summary{border-top:1px solid #ffffff0d;align-items:flex-start;width:100%;padding-top:1rem}.charts-grid{grid-template-columns:1fr;gap:1.5rem}.history-section{max-width:100%;padding:1rem;overflow:hidden}.history-time-wrap,.history-val-wrap{flex-direction:column;align-items:flex-start;gap:.1rem}.history-tabs{flex-wrap:wrap;gap:.25rem}.history-tab{padding:.35rem .5rem;font-size:.65rem}.table-scroll-container{width:100%;max-width:100%;margin:0;padding:0;overflow-x:auto}.hide-mobile{display:none!important}.history-table{min-width:100%}.logout-mobile-btn{z-index:2100;width:auto!important;min-width:unset!important;padding:.5rem!important;position:absolute!important;top:.85rem!important;right:.75rem!important}.show-mobile{line-height:1.1;display:inline-block!important}.status-col-mobile{padding-left:1.25rem!important}}.show-mobile,.mobile-map-overlay{display:none}@keyframes slideInMobile{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}
