:root{--bg: #eef6ff;--bg-2: #dff1ff;--text: #10233b;--brand: #2563eb;--brand-2: #38bdf8;--muted: #4a6480;--card: #ffffff;--shadow-soft: 0 12px 28px rgba(37, 99, 235, .12);--shadow-hover: 0 16px 32px rgba(56, 189, 248, .2)}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:radial-gradient(circle at top right,#c8e7ff 0%,transparent 35%),radial-gradient(circle at bottom left,#d6ecff 0%,transparent 30%),linear-gradient(170deg,var(--bg) 0%,var(--bg-2) 100%);color:var(--text);line-height:1.6}.container{width:min(1050px,92%);margin:0 auto}.auth-main .container.container--dashboard{width:min(1720px,97%);max-width:100%}.site-header{position:sticky;top:0;background:#eff7ffdb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #cde5ff;z-index:20;box-shadow:0 8px 20px #2563eb14}.nav-wrap{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.65rem 1rem;padding:.9rem 0}.dash-header-nav{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem}.dash-nav-btn{display:inline-flex;align-items:center;gap:.4rem;border:1px solid rgba(37,99,235,.35);background:#fff;color:var(--text);font-weight:600;font-size:.78rem;padding:.38rem .7rem;border-radius:999px;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.dash-nav-icon{width:1.05rem;height:1.05rem;flex-shrink:0;color:var(--brand);transition:color .2s ease}.dash-nav-icon path,.dash-nav-icon circle,.dash-nav-icon rect{stroke:currentColor}.dash-nav-btn:hover{border-color:var(--brand);color:var(--brand)}.dash-nav-btn:hover .dash-nav-icon{color:var(--brand)}.dash-nav-btn--active{background:linear-gradient(135deg,var(--brand),#1d4ed8);border-color:transparent;color:#fff}.dash-nav-btn--active .dash-nav-icon{color:#e8f0ff}.dash-nav-btn--active:hover,.dash-nav-btn--active:hover .dash-nav-icon{color:#fff}.site-header .dash-header-nav>.button,.dashboard-layout .button,.dashboard-layout .clima-preset,.dashboard-layout .cob-year-nav{display:inline-flex;align-items:center;justify-content:center;gap:.42rem;border-radius:9999px;margin-top:0;vertical-align:middle}.site-header .dash-header-nav>.button.button-add{padding:.38rem .78rem;font-size:.78rem;font-weight:600}.button.button-add .dash-nav-icon,.clima-preset.button .dash-nav-icon,.cob-year-nav.button .dash-nav-icon{color:var(--brand)}.button.button-add:hover .dash-nav-icon,.clima-preset.button:hover .dash-nav-icon,.cob-year-nav.button:hover:not(:disabled) .dash-nav-icon{color:var(--brand)}.button:not(.button-add):not(.custom-panel-remove) .dash-nav-icon{color:#fffffff2}.custom-panel-remove.button .dash-nav-icon{color:#b91c1c}.custom-panel-remove.button:hover .dash-nav-icon{color:#991b1b}.nav-wrap h1{margin:0;color:#0f4fd8;font-size:1.35rem;letter-spacing:.04em}.brand{display:inline-flex;align-items:center;gap:.65rem;text-decoration:none}.brand img{width:40px;height:40px;object-fit:contain;filter:drop-shadow(0 4px 10px rgba(15,79,216,.45))}nav{display:flex;gap:1rem}nav a{position:relative;text-decoration:none;color:var(--text);font-weight:600;padding:.2rem .1rem;transition:color .25s ease,transform .25s ease}nav a:after{content:"";position:absolute;left:0;bottom:-.28rem;width:100%;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--brand),var(--brand-2));transform:scaleX(0);transform-origin:center;transition:transform .3s ease}nav a:hover{color:var(--brand);transform:translateY(-2px)}nav a:hover:after{transform:scaleX(1)}.section{padding:4.5rem 0;position:relative;overflow:clip}.hero-carousel{background:linear-gradient(140deg,#f7fbff,#e6f4ff);border:1px solid #c9e4ff;border-radius:18px;box-shadow:var(--shadow-soft);padding:0 0 .85rem;overflow:hidden;position:relative}.carousel-track{position:relative;min-height:min(68vh,540px);border-radius:18px;overflow:hidden;background:linear-gradient(180deg,#d9f0ff,#c8eaff 55%,#e8f7ff)}.slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .8s ease}.slide.is-active{opacity:1;z-index:1}.slide img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:saturate(1.08) contrast(1.02)}.slide-caption{position:absolute;inset:auto 1.2rem 1.2rem 1.2rem;z-index:2;background:linear-gradient(140deg,#081933c7,#115fc28c);border:1px solid rgba(188,225,255,.35);border-radius:12px;padding:.85rem 1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.slide-caption h2{margin:0;color:#e8f5ff;text-shadow:0 2px 14px rgba(0,0,0,.5);font-size:clamp(1.2rem,3.2vw,2rem);opacity:0;transform:translateY(10px)}.slide-caption p{margin:.35rem 0 0;color:#dff2ff;font-size:clamp(.92rem,1.7vw,1.05rem);opacity:0;transform:translateY(10px)}.slide-caption small{display:block;margin-top:.35rem;color:#c3e7ff;font-size:.86rem;opacity:0;transform:translateY(10px)}.slide.is-active .slide-caption h2{animation:textIn .75s ease .2s forwards}.slide.is-active .slide-caption p{animation:textIn .75s ease .35s forwards}.slide.is-active .slide-caption small{animation:textIn .75s ease .5s forwards}.carousel-dots{display:flex;gap:.45rem;justify-content:center;margin:.9rem 0 .45rem}.carousel-dots button{width:8px;height:8px;border-radius:50%;border:0;background:#96cfff;opacity:.6;cursor:pointer;transition:transform .2s ease,opacity .2s ease,background .2s ease}.carousel-dots button.is-active{background:#1f7fe8;opacity:1;transform:scale(1.25)}.hero-domain{display:table;margin:.1rem auto 0;padding:.22rem .7rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.04em;color:#2f5f92;background:#e7f6ffd9;border:1px solid rgba(156,204,240,.55);box-shadow:0 3px 10px #3a79ba24}.section h3{margin-top:0;font-size:1.8rem;color:#1047b7}.alt{background:linear-gradient(180deg,#c7e9ff26,#fff0)}.section .container{transition:transform .3s ease,box-shadow .3s ease}.section .container:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}#equipos .container,#contacto .container,#ingresar .container,.alt .container{background:var(--card);border:1px solid #d1e8ff;border-radius:14px;padding:2rem;box-shadow:var(--shadow-soft)}#equipos .container:hover{transform:none;box-shadow:var(--shadow-soft)}.catalog-title{margin:2rem 0 .35rem;font-size:1.35rem;color:#1047b7}.catalog-intro{margin:0 0 1.25rem;color:var(--muted);font-size:.95rem}.catalog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:.5rem}@media(max-width:700px){.catalog-grid{grid-template-columns:1fr}}.product-card{display:flex;gap:.85rem;align-items:stretch;padding:.85rem;border-radius:12px;border:1px solid #cfe6ff;background:linear-gradient(145deg,#fbfdff,#eef6ff);box-shadow:0 4px 14px #2563eb14;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.product-card:hover{transform:translateY(-3px);box-shadow:0 10px 22px #2563eb24;border-color:#a8d4ff}.product-thumb{flex:0 0 88px;width:88px;height:88px;border-radius:10px;overflow:hidden;background:linear-gradient(180deg,#d9f0ff,#e8f5ff);border:1px solid #c5e3ff}.product-thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.35rem}.product-name{margin:0;font-size:1rem;color:#0f4fd8;line-height:1.25}.product-desc{margin:0;font-size:.82rem;color:var(--muted);line-height:1.45;flex:1}.product-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-top:.25rem;padding-top:.45rem;border-top:1px dashed #c8dff5}.product-actions{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.product-price{font-weight:800;font-size:1rem;color:#0b3d8a;letter-spacing:.02em}.button-cart{margin-top:0;padding:.28rem .55rem;font-size:.7rem;white-space:nowrap;line-height:1.2;box-shadow:0 4px 10px #2563eb33}.button-add{margin-top:0;padding:.28rem .55rem;font-size:.7rem;white-space:nowrap;line-height:1.2;background:transparent;color:#1f5fbf;border:1px solid #7eb8f0;box-shadow:none}.button-add:hover{background:#2563eb14;border-color:#4f9ae8;box-shadow:0 2px 8px #2563eb1f}ul{padding-left:1.1rem}.button{display:inline-block;margin-top:.8rem;background:linear-gradient(120deg,var(--brand),var(--brand-2));color:#fff;text-decoration:none;padding:.7rem 1rem;border-radius:8px;font-weight:700;box-shadow:0 10px 20px #2563eb40;transition:transform .25s ease,box-shadow .25s ease,opacity .25s ease}.button:hover{opacity:.95;transform:translateY(-2px);box-shadow:0 14px 24px #2563eb52}.site-footer{border-top:1px solid #cfe7ff;padding:1rem 0;color:var(--muted);text-align:center;background:#ffffff80}@keyframes textIn{to{opacity:1;transform:translateY(0)}}@media(max-width:720px){.nav-wrap{flex-direction:column;gap:.6rem}nav{flex-wrap:wrap;justify-content:center}.carousel-track{min-height:380px}.hero-domain{font-size:.66rem}.product-card{flex-direction:column;align-items:center;text-align:center}.product-thumb{flex:none;width:100%;max-width:160px;height:120px}.product-row{flex-direction:row;justify-content:space-between;align-items:center}.product-actions{flex-wrap:nowrap}.button-cart,.button-add{padding:.26rem .48rem;font-size:.66rem}}.auth-body{min-height:100vh;display:flex;flex-direction:column}.auth-main{flex:1;padding:2rem 0 3rem}.auth-shell{max-width:480px}.auth-card{background:var(--card);border:1px solid #d1e8ff;border-radius:14px;padding:1.5rem 1.35rem 1.75rem;box-shadow:var(--shadow-soft)}.dashboard-card{max-width:560px;margin:0 auto}.auth-tabs{display:flex;gap:.35rem;margin-bottom:1.25rem;flex-wrap:wrap}.auth-tab{flex:1;min-width:0;padding:.45rem .5rem;border:1px solid #b8d9f5;border-radius:8px;background:#eef6ff;color:#1a4a7a;font-weight:700;font-size:.82rem;cursor:pointer;transition:background .2s ease,border-color .2s ease}.auth-tab.is-active{background:linear-gradient(120deg,var(--brand),var(--brand-2));color:#fff;border-color:transparent}.auth-panel{display:none}.auth-panel.is-active{display:block}.auth-panel h2{margin:0 0 1rem;font-size:1.35rem;color:#1047b7}.auth-panel h3{margin:1rem 0 .5rem;font-size:1rem;color:#1047b7}.auth-form label{display:block;margin-bottom:.85rem;font-weight:600;font-size:.88rem;color:var(--text)}.auth-form input{display:block;width:100%;margin-top:.35rem;padding:.55rem .65rem;border:1px solid #b8d4ef;border-radius:8px;font-size:1rem;background:#fbfdff}.auth-form .button{margin-top:.5rem;width:100%;border:0;cursor:pointer;font-family:inherit}.auth-hint{font-size:.82rem;color:var(--muted);line-height:1.45;margin:0 0 1rem}.auth-divider{border:0;border-top:1px dashed #c8dff5;margin:1.25rem 0}.auth-msg{padding:.65rem .75rem;border-radius:8px;font-size:.88rem;margin-bottom:1rem}.auth-msg--ok{background:#e3f5e8;color:#1b5e2a;border:1px solid #a8dcb5}.auth-msg--error{background:#fdeaea;color:#8b1c1c;border:1px solid #f0b4b4}.dash-dl{display:grid;grid-template-columns:auto 1fr;gap:.35rem 1rem;margin:1rem 0}.dash-dl dt{margin:0;font-weight:700;color:#1047b7}.dash-dl dd{margin:0;color:var(--text)}.site-header nav .button{margin-top:0}.dashboard-layout{width:100%;max-width:100%;margin:0 auto;display:flex;flex-direction:column;gap:1.15rem}.dashboard-status{text-align:center;color:var(--muted)}.dashboard-panels,.dash-panel{display:flex;flex-direction:column;gap:1.15rem}.dash-panel[hidden]{display:none!important}.dashboard-h3{margin:1.25rem 0 .35rem;font-size:1rem;color:#1e3a5f}.dashboard-h3:first-of-type{margin-top:.5rem}.dashboard-h3--variables-title{margin-top:1.75rem;margin-bottom:.5rem;font-size:1.28rem;font-weight:800;letter-spacing:-.02em;color:#0f172a;border-bottom:1px solid rgba(30,58,95,.12);padding-bottom:.35rem}.dashboard-user-device-block{margin-top:.35rem;padding:.85rem 1rem;border-radius:10px;background:#2563eb0d;border:1px solid rgba(37,99,235,.1)}.dashboard-user-device-block .dashboard-h3{margin-top:0;margin-bottom:.5rem;font-size:.92rem;font-weight:700;color:#1e40af}.dashboard-user-device-block .clima-field--usuario-mac{margin-bottom:0}.dashboard-user-device-block .clima-field--usuario-tipo{margin-top:.65rem;margin-bottom:0;max-width:28rem}.dashboard-user-device-block .clima-field--usuario-desc,.dashboard-user-device-block .clima-field--usuario-mac-alta{margin-top:.65rem;margin-bottom:0}.visor-vinculos-block{margin-top:.85rem;padding:.75rem .85rem;border-radius:8px;background:#0f172a08;border:1px solid rgba(30,58,95,.12)}.dashboard-h4{margin:0 0 .35rem;font-size:.88rem;font-weight:700;color:#1e3a5f}.visor-vinculos-hint{margin-top:0;margin-bottom:.5rem}.visor-estaciones-list{display:flex;flex-direction:column;gap:.35rem;max-height:12rem;overflow:auto}.visor-estacion-item{display:flex;align-items:center;gap:.5rem;font-size:.88rem;color:#0f172a}.visor-estacion-item input{flex-shrink:0}.visor-estaciones-empty{margin:0;font-size:.82rem;color:var(--muted)}.dashboard-user-device-actions{display:flex;flex-wrap:wrap;gap:.5rem .65rem;margin-top:.75rem;align-items:center}.dashboard-user-device-actions .button{margin-top:0}.dashboard-user-device-hint{margin-top:.55rem;margin-bottom:0;font-size:.78rem;line-height:1.4}.button-danger-outline{background:#fff;color:#b91c1c;border:1px solid rgba(185,28,28,.55);box-shadow:0 4px 12px #b91c1c1f}.button-danger-outline:hover{background:#fef2f2;color:#991b1b;box-shadow:0 6px 14px #b91c1c2e}.clima-field--usuario-mac-alta{max-width:28rem}.dashboard-hint{margin:0 0 .65rem;font-size:.82rem;color:var(--muted)}.clima-field--usuario-mac,.clima-field--usuario-desc{max-width:28rem;margin-bottom:.25rem}.clima-field--usuario-desc .clima-input{width:100%;box-sizing:border-box}.dash-device-list{margin:0;padding-left:1.2rem;color:var(--text);font-size:.9rem}.dash-device-list li{margin-bottom:.35rem}.dash-device-list-empty{list-style:none;padding-left:0;color:var(--muted);font-size:.86rem}.dash-device-list-empty code{font-size:.8rem}.dash-var-panel{display:grid;grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));gap:.45rem 1rem;margin:0 0 .5rem;max-width:42rem}.dash-var-panel label{display:flex;align-items:center;gap:.4rem;font-size:.88rem;cursor:pointer;color:var(--text)}.dash-var-panel--rich label.dash-var-option{align-items:flex-start;flex-direction:row;gap:.5rem;padding:.35rem .25rem;border-radius:6px}.dash-var-panel--rich label.dash-var-option:hover{background:#2563eb0f}.dash-var-option__text{display:flex;flex-direction:column;gap:.1rem;line-height:1.25}.dash-var-option__code{font-weight:700;font-size:.82rem;letter-spacing:.02em;color:#1e40af}.dash-var-option__name{font-size:.8rem;color:var(--muted);font-weight:400}.clima-table .th-var{text-align:left;vertical-align:bottom;min-width:4.5rem}.clima-table .th-var__code{display:block;font-weight:700;font-size:.72rem;color:#1e40af;letter-spacing:.03em}.clima-table .th-var__desc{display:block;font-size:.68rem;color:var(--muted);font-weight:400;margin-top:.15rem;line-height:1.2}.dash-var-panel-msg{margin-top:.35rem;font-size:.82rem}.dash-var-panel-msg--err{color:#b45309}.dash-device-config-url{font-size:.78rem;word-break:break-all;max-width:42rem}.dash-device-config-url code{font-size:.76rem}.dash-var-unified-wrap{margin-top:.5rem;max-width:56rem}.dash-unified-mac-hint{margin:0}.dash-unified-device-row{margin-bottom:.75rem}.dash-device-name-field{display:flex;flex-direction:column;gap:.35rem;max-width:28rem}.dash-device-name-field span{font-size:.86rem;font-weight:600;color:var(--text)}.dash-unified-table-scroll{overflow-x:auto;margin-bottom:.65rem}.dash-unified-vars-table{width:100%;border-collapse:collapse;font-size:.82rem}.dash-unified-vars-table th,.dash-unified-vars-table td{border:1px solid #e2e8f0;padding:.4rem .5rem;vertical-align:middle;text-align:left}.dash-unified-vars-table th{background:#f8fafc;font-weight:600;color:#334155}.dash-unified-th-cb,.dash-unified-td-cb{width:3.25rem;text-align:center!important;white-space:nowrap}.dash-unified-td-cb input{width:1rem;height:1rem;cursor:pointer}.dash-unified-td-desc{color:var(--muted);font-size:.8rem;line-height:1.3}.dash-unified-vars-table .clima-input{width:100%;min-width:0;box-sizing:border-box}.dash-unified-actions{display:flex;align-items:center;gap:.75rem}.dash-etiquetas-editor-wrap{margin-top:.5rem;max-width:52rem}.dash-etiquetas-mac-hint{margin:0}.dash-etiquetas-table{width:100%;border-collapse:collapse;font-size:.82rem;margin-bottom:.75rem}.dash-etiquetas-table th,.dash-etiquetas-table td{border:1px solid #e2e8f0;padding:.35rem .5rem;vertical-align:middle;text-align:left}.dash-etiquetas-table th{background:#f8fafc;font-weight:600;color:#334155}.dash-etiq-code{font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap;color:#1e40af}.dash-etiquetas-table .clima-input{width:100%;min-width:0;box-sizing:border-box}.dash-etiquetas-actions{display:flex;align-items:center;gap:.75rem}.dashboard-h2{margin:0 0 .75rem;font-size:1.35rem;color:#1047b7}.dashboard-user-card{padding-bottom:1.25rem}.dashboard-user-card .dash-dl--inline{padding:.65rem 0 .15rem;border-bottom:1px solid rgba(148,163,184,.25);margin-bottom:.15rem}.dashboard-user-card .button{margin-top:0;flex-shrink:0;align-self:flex-start}.dashboard-user-row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem}.dash-dl--inline{margin:0;flex:1;min-width:200px}.dashboard-gauges-card{max-width:none;width:100%}.gauges-header{margin-bottom:1rem}.gauges-title{margin:0 0 .25rem;font-size:1.2rem;color:#1047b7}.gauges-date{margin:0;font-size:.88rem;color:var(--muted);text-transform:capitalize}.gauges-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media(min-width:900px){.gauges-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.gauge-card{background:linear-gradient(165deg,#fff,#f0f8ff 42%,#e8f4fc);border:1px solid rgba(56,189,248,.35);border-radius:20px;padding:1.15rem 1rem 1.1rem;text-align:center;box-shadow:0 4px 6px #2563eb0a,0 12px 28px #2563eb1a,inset 0 1px #ffffffe6;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.gauge-card:focus-within{outline:2px solid rgba(37,99,235,.35);outline-offset:2px}.gauge-card--round:hover{transform:translateY(-2px);box-shadow:0 8px 12px #2563eb0f,0 20px 36px #2563eb1f,inset 0 1px #fffffff2}.gauge-card--compass{grid-column:1 / -1}@media(min-width:900px){.gauge-card--compass{grid-column:span 1}}.gauge-label{margin:0 0 .5rem;font-size:.72rem;color:#1e40af;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.gauge-svg-wrap{max-width:220px;margin:0 auto}.gauge-svg-wrap--round{max-width:200px;filter:drop-shadow(0 6px 12px rgba(37,99,235,.12))}.gauge-svg{width:100%;height:auto;display:block}.gauge-svg--round{overflow:visible}.gauge-face{stroke:#93c5fd8c;stroke-width:1.25}.gauge-hub{fill:#1d4ed8;stroke:#fff;stroke-width:2.5;filter:drop-shadow(0 2px 3px rgba(15,23,42,.25))}.gauge-tick-mark{stroke:#1e40af59;stroke-width:1.5;stroke-linecap:round}.gauge-tick-label{font-size:8.5px;fill:#64748b;font-weight:600}.gauge-current{font-size:1.85rem;font-weight:800;letter-spacing:.02em;background:linear-gradient(135deg,#0f172a,#1d4ed8 55%,#0891b2);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1.15;cursor:help;border-radius:8px;padding:.15rem .25rem;margin:.35rem -.25rem .55rem}.gauge-ultimo-line{font-size:.78rem;color:var(--muted);cursor:help;border-radius:8px;padding:.2rem .35rem;margin:0 -.35rem .5rem}.gauge-ultimo-line .gauge-ultimo{color:#047857;font-weight:800;font-size:.92rem;cursor:help}.gauge-ultimo-line .gauge-mm-when,.compass-ultimo-line .gauge-mm-when{margin-top:.15rem}.compass-ultimo-line{margin:.35rem 0 .55rem;font-size:.78rem;color:var(--muted);cursor:help;border-radius:8px;padding:.2rem .35rem}.compass-ultimo{color:#047857;font-weight:700;cursor:help}.gauge-minmax{display:flex;justify-content:stretch;align-items:stretch;gap:.55rem;font-size:.78rem;color:var(--muted);padding-top:.45rem;margin-top:.15rem;border-top:1px solid rgba(186,230,253,.8)}.gauge-mm-cell{flex:1;min-width:0;cursor:help;padding:.45rem .4rem .4rem;border-radius:12px;background:#ffffffb8;border:1px solid rgba(147,197,253,.55);box-shadow:0 1px 2px #0f172a0a;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.gauge-mm-cell:hover{border-color:#2563eb73;background:#fffffff2;box-shadow:0 2px 8px #2563eb14}.gauge-mm-cell--compass{text-align:left}.gauge-mm-label{display:block;font-size:.65rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.gauge-minmax strong{color:#0f172a;font-size:.88rem;font-weight:800;cursor:help}.gauge-mm-when{display:block;margin-top:.2rem;font-size:.68rem;font-weight:500;color:#64748b;line-height:1.3}.gauge-needle-legend{margin:.4rem 0 0;font-size:.62rem;color:var(--muted);line-height:1.45;text-align:center;max-width:22rem;margin-left:auto;margin-right:auto}.compass-svg,.compass-svg--polished{width:100%;max-width:220px;height:auto;display:block;margin:0 auto;filter:drop-shadow(0 8px 16px rgba(37,99,235,.14))}.compass-outer-ring{fill:#f1f5f9;stroke:#93c5fd;stroke-width:1.5}.compass-degree-tick{stroke:#1e3a8a59;stroke-width:1}.compass-degree-tick--major{stroke:#1d4ed88c;stroke-width:1.8}.compass-needle-red{fill:#dc2626;stroke:#991b1b;stroke-width:.5;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.compass-needle-gray{fill:#94a3b8;stroke:#64748b;stroke-width:.5}.compass-cap{fill:#1d4ed8;stroke:#fff;stroke-width:2.5;filter:drop-shadow(0 2px 4px rgba(15,23,42,.3))}.compass-n{font-size:19px;font-weight:800;fill:#1d4ed8}.compass-ew{font-size:17px;font-weight:800;fill:#1e3a5f}.compass-sub{font-size:11px;fill:#475569;font-weight:700}.compass-readout{margin:.55rem 0 .25rem;font-size:1.55rem;font-weight:800;color:#0b3d8a;cursor:help;border-radius:10px;padding:.15rem .35rem;display:inline-block}.compass-degrees{display:inline-block;margin-right:.35rem;background:linear-gradient(135deg,#0f172a,#2563eb);-webkit-background-clip:text;background-clip:text;color:transparent}.compass-cardinal{color:#0891b2;font-size:1.15rem;font-weight:800}.compass-subtitle{margin:0 0 .65rem;font-size:.72rem;color:var(--muted);line-height:1.35}.gauge-minmax--compass{flex-direction:column;align-items:stretch;text-align:left;gap:.45rem}.gauges-disclaimer{margin:1rem 0 0;font-size:.75rem;color:var(--muted);line-height:1.4}.gauges-disclaimer code{font-size:.7rem;background:#e8f2fc;padding:.1rem .25rem;border-radius:4px}@media(max-width:520px){.gauges-grid{grid-template-columns:1fr}.gauge-card--compass{grid-column:1}.gauge-current{font-size:1.6rem}}.dashboard-clima-toolbar-card,.dashboard-cobertura-card,.dashboard-clima-charts-card,.dashboard-clima-table-card{max-width:none;width:100%}.clima-toolbar-title{margin:0 0 .5rem;font-size:1.15rem;color:#1047b7}.clima-toolbar-help{margin:0 0 1rem;font-size:.85rem;color:var(--muted);line-height:1.45}.clima-toolbar-row{display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:flex-end;margin-bottom:.85rem}.clima-field{display:flex;flex-direction:column;gap:.25rem;font-size:.78rem;font-weight:700;color:#334155}.clima-field span{text-transform:uppercase;letter-spacing:.04em}.clima-input{min-width:12rem;padding:.45rem .55rem;border:1px solid rgba(37,99,235,.35);border-radius:10px;font-size:.9rem;background:#fff;color:var(--text)}.clima-presets{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.85rem}.clima-preset{margin-top:0;padding:.42rem .8rem;font-size:.8rem;font-weight:650;border-radius:10px;background:#fff;color:#1e40af;border:1px solid #bfdbfe;box-shadow:0 1px 2px #2563eb0f}.clima-preset:hover{background:#eff6ff;border-color:#93c5fd;box-shadow:0 2px 8px #2563eb1a}.clima-msg{margin:.75rem 0 0;font-size:.82rem;line-height:1.4}.clima-msg--err{color:#b91c1c}.clima-msg--ok{color:#0f766e}.clima-section-title{margin:0 0 .75rem;font-size:1.05rem;color:#1047b7}.cobertura-toolbar-row{align-items:flex-end}.cob-year-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem .65rem}.cob-year-lbl{font-size:1.05rem;font-weight:800;color:#0f172a;min-width:3.5rem;text-align:center}.cob-year-nav{padding:.38rem .72rem;font-size:.78rem;font-weight:600}.cob-year-nav:disabled{opacity:.45;cursor:not-allowed}.cob-year-nav:disabled .dash-nav-icon{opacity:.55}.clima-table-actions{margin-bottom:.65rem}.gantt-year-wrap{width:100%;max-width:100%;overflow-x:auto;padding-bottom:.35rem;box-sizing:border-box}.gantt-row{display:flex;align-items:stretch;gap:.5rem;margin-bottom:4px;width:100%;min-width:0}.gantt-row--months{margin-bottom:6px}.gantt-row-label{width:10rem;flex-shrink:0;font-size:.72rem;font-weight:700;color:#475569;line-height:14px;display:flex;align-items:center}.gantt-row-label--code{justify-content:flex-start;font-size:.7rem;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:.06em;color:#1e40af;cursor:help}.gantt-row-label--muted{color:#94a3b8;font-weight:600}.gantt-row-track{flex:1;display:flex;gap:1px;min-width:0}.gantt-row-track--months{align-items:stretch}.gantt-months{display:flex;width:100%;min-height:1.1rem}.gantt-month-cell{font-size:.58rem;font-weight:600;color:#64748b;text-align:center;line-height:1.15;padding:2px 1px 0;border-left:1px solid rgba(148,163,184,.45);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gantt-month-cell:first-child{border-left:none}.gantt-cell{flex:1;min-width:0;height:14px;border-radius:1px;box-sizing:border-box}.gantt-cell--empty{background:#ebedf0;outline:1px solid rgba(0,0,0,.04)}.cobertura-lead{margin:0 0 1rem;font-size:.84rem;color:var(--muted);line-height:1.5}.cobertura-empty,.cobertura-loading{margin:0;padding:.75rem 0;font-size:.88rem;color:var(--muted)}.cobertura-err{color:#b91c1c}.cobertura-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .75rem;margin-bottom:.65rem}.cobertura-total-num{font-size:1.65rem;font-weight:800;color:#0f172a;letter-spacing:-.02em}.cobertura-total-label{font-size:.82rem;color:var(--muted);font-weight:600}.cobertura-aviso{margin:0 0 .65rem;font-size:.78rem;color:#0f766e;line-height:1.4}.cobertura-scroll{display:flex;gap:.45rem;overflow-x:auto;padding-bottom:.35rem;margin-bottom:.5rem;width:100%;max-width:100%;align-items:flex-start;justify-content:flex-start}.cobertura-week-col.cobertura-week-col--dow{flex:0 0 2.35rem;width:2.35rem;align-items:stretch}.cobertura-month-slot--empty .cobertura-month-lbl--placeholder{color:transparent}.cobertura-dow{box-sizing:border-box;width:100%;height:100%;min-height:0;display:flex;align-items:center;justify-content:flex-end;font-size:9px;font-weight:700;color:#64748b;line-height:1;text-align:right;padding-right:3px;overflow:hidden}.cobertura-weeks{display:flex;gap:3px;flex:1 1 auto;width:100%;min-width:0}.cobertura-week-col{display:flex;flex-direction:column;gap:3px;align-items:stretch;flex:1 1 0;min-width:0;width:auto}.cobertura-month-slot{flex:0 0 14px;height:14px;min-height:14px;max-height:14px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;overflow:hidden;line-height:1;padding:0;font-size:9px;font-weight:700;color:#475569;text-align:center;min-width:0;width:100%}.cobertura-month-lbl{white-space:nowrap;line-height:1;display:block}.cobertura-week-stack{display:grid;grid-template-rows:repeat(7,12px);gap:3px;width:100%;height:102px;flex:0 0 auto}.cobertura-week-stack>.cobertura-cell{width:100%;height:12px;min-height:12px;max-height:12px;aspect-ratio:auto}.cobertura-cell{width:12px;height:12px;border-radius:2px;box-sizing:border-box}button.cobertura-cell,button.gantt-cell{-moz-appearance:none;appearance:none;-webkit-appearance:none;margin:0;padding:0;border:0;font:inherit;color:inherit;background-clip:padding-box}button.cobertura-cell{display:block}.cobertura-cell--click,.gantt-cell--click{cursor:pointer}.cobertura-cell--click:hover,.gantt-cell--click:hover{outline:1px solid #1d4ed8;outline-offset:0;position:relative;z-index:1}.cobertura-cell--out{background:transparent;border:1px dashed rgba(148,163,184,.35);opacity:.35}.cobertura-cell--var{outline:1px solid rgba(15,23,42,.08)}.cobertura-block-title{margin:.85rem 0 .4rem;font-size:.78rem;font-weight:800;color:#334155;letter-spacing:.02em;text-transform:uppercase}.cobertura-vars-section{margin-top:1rem;padding-top:.5rem;border-top:1px solid rgba(148,163,184,.35)}.cobertura-cal-heatmaps{margin-top:1.35rem;padding-top:1rem;border-top:1px solid rgba(148,163,184,.45)}.cobertura-block-title--cal{margin-top:0}.cobertura-cal-lead{margin:0 0 .85rem;font-size:.78rem;color:var(--muted);line-height:1.45}.cob-heatmap-cal-root{width:100%}.cobertura-range-hint--sub{margin-bottom:0}.cobertura-vars-section--nested{margin-top:.85rem;padding-top:.65rem;border-top:1px dashed rgba(148,163,184,.35)}.cobertura-vars-lead{margin:0 0 .75rem;font-size:.78rem;color:var(--muted);line-height:1.45}.cobertura-var-block{margin-bottom:1.1rem}.cobertura-var-title{margin:0 0 .2rem;font-size:.88rem;font-weight:700;color:#0f172a}.cobertura-var-desc{margin:0 0 .45rem;font-size:.72rem;color:var(--muted);line-height:1.4}.cobertura-var-legend-wrap{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin-top:.35rem;font-size:.65rem;color:var(--muted)}.cobertura-var-legend-wrap--hue{flex-direction:column;align-items:stretch}.cobertura-var-legend-cap{flex-shrink:0;max-width:4.5rem;line-height:1.2;align-self:center}.cobertura-var-legend-stack{flex:1;min-width:7rem;display:flex;flex-direction:column;gap:3px}.cobertura-var-legend-hue-stack{width:100%;display:flex;flex-direction:column;gap:3px}.cobertura-var-legend{width:100%;height:8px;border-radius:3px;outline:1px solid rgba(15,23,42,.12)}.cobertura-var-legend--hue{background:linear-gradient(90deg,#c31d1d,#c3c31d,#1dc31d,#1dc3c3,#1d1dc3,#c31dc3,#c31d1d)}.cobertura-var-legend-lbls{display:flex;justify-content:space-between;width:100%;font-size:.6rem;color:#64748b;gap:.25rem}.cobertura-l0{background:#ebedf0;outline:1px solid rgba(0,0,0,.04)}.cobertura-l1{background:#9be9a8}.cobertura-l2{background:#40c463}.cobertura-l3{background:#30a14e}.cobertura-l4{background:#216e39}.cobertura-legend{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.68rem;color:var(--muted);margin-bottom:.75rem;width:100%;max-width:100%;box-sizing:border-box}.cobertura-legend-cells{display:flex;gap:3px;align-items:stretch;flex:1 1 10rem;min-width:0;max-width:100%}.cobertura-legend-cells>.cobertura-cell{flex:1 1 0;min-width:0;width:auto;height:12px;flex-shrink:1}.cobertura-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));gap:.65rem 1rem;margin-bottom:.5rem}.cobertura-stat{display:flex;flex-direction:column;gap:.15rem}.cobertura-stat-label{font-size:.68rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.cobertura-stat-val{font-size:.92rem;color:#0f172a}.cobertura-stat-sub{font-size:.72rem;color:var(--muted)}.cobertura-range-hint{margin:0;font-size:.72rem;color:var(--muted)}.clima-charts-empty{margin:0;padding:1rem;text-align:center;color:var(--muted);font-size:.9rem}.clima-charts-col{display:flex;flex-direction:column;gap:1.15rem;width:100%}.clima-chart-panel{width:100%;max-width:100%;background:linear-gradient(165deg,#fff,#f8fbff);border:1px solid rgba(56,189,248,.32);border-radius:14px;padding:.55rem .65rem .65rem;box-sizing:border-box}.clima-chart-panel-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.4rem .75rem;margin-bottom:.25rem}.clima-chart-panel-title{font-size:.95rem;font-weight:800;color:#1047b7}.clima-chart-winbar{display:inline-flex;flex-wrap:wrap;gap:0;align-items:center;padding:.18rem;border-radius:11px;background:#eef4fb;border:1px solid #d7e6f7}.clima-winbtn{display:inline-flex;align-items:center;justify-content:center;gap:.22rem;font-size:.72rem;font-weight:650;padding:.38rem .7rem;min-width:0;border-radius:8px;border:1px solid transparent;background:transparent;color:#334155;cursor:pointer;line-height:1.2;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.clima-winbtn .dash-nav-icon{width:.82rem;height:.82rem;flex-shrink:0;color:var(--brand)}.clima-winbtn:hover{background:#ffffffbf;color:#1e40af}.clima-winbtn--on{background:#fff;color:#1d4ed8;border-color:#bfdbfe;box-shadow:0 1px 3px #2563eb1f;font-weight:750}.clima-winbtn--on .dash-nav-icon{color:#1d4ed8}.clima-chart-micro{margin:0 0 .2rem;font-size:.68rem;color:#0f766e;line-height:1.35}.clima-chart-zoomlegend{margin:0 0 .35rem;font-size:.65rem;color:var(--muted);line-height:1.35}.clima-chart-stack{width:100%;box-sizing:border-box}.clima-chart-canvas{position:relative;width:100%;height:min(340px,55vw);min-height:260px}.clima-chart-canvas canvas{display:block;width:100%!important;height:100%!important}.clima-chart-navigator{position:relative;width:100%;padding-bottom:.15rem;margin-top:.15rem;-webkit-user-select:none;user-select:none;touch-action:none}.clima-chart-navigator-lane{position:relative;width:100%;height:28px}.clima-chart-navigator-track{position:absolute;left:0;right:0;top:50%;z-index:0;height:8px;margin-top:-4px;border-radius:4px;background:#0f172a1a;cursor:pointer}.clima-chart-navigator-window{position:absolute;left:0;top:0;z-index:1;height:100%;min-width:28px;box-sizing:border-box;border-radius:8px;background:#2563eb33;border:1px solid rgba(29,78,216,.88);cursor:grab}.clima-chart-navigator-window:active{cursor:grabbing}.clima-chart-navigator-window:focus-visible{outline:2px solid rgba(37,99,235,.65);outline-offset:2px}.clima-chart-navigator-drag{display:block;position:absolute;left:12px;right:12px;top:0;bottom:0}.clima-chart-navigator-handle{position:absolute;top:0;bottom:0;width:12px;border-radius:6px;background:#1d4ed86b;cursor:ew-resize;z-index:2}.clima-chart-navigator-handle--left{left:0}.clima-chart-navigator-handle--right{right:0}.clima-chart-navigator-micro{margin:.35rem 0 0;font-size:.62rem;color:var(--muted);line-height:1.35}.clima-table-scroll{max-height:420px;overflow:auto;border:1px solid rgba(56,189,248,.28);border-radius:12px}.clima-table{width:100%;border-collapse:collapse;font-size:.82rem}.clima-table thead th{position:sticky;top:0;z-index:1;background:#e0f2fe;color:#0f172a;text-align:left;padding:.55rem .65rem;font-weight:800;border-bottom:1px solid rgba(37,99,235,.2);white-space:nowrap}.clima-table tbody td{padding:.45rem .65rem;border-bottom:1px solid rgba(226,232,240,.9)}.clima-table .th-var--num,.clima-table .td-num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.clima-table .td-fecha{white-space:nowrap;font-variant-numeric:tabular-nums}.clima-table tbody tr:nth-child(2n){background:#f8fafcd9}.clima-tabla-vacio{text-align:center;color:var(--muted);padding:1.25rem!important}.gauges-disclaimer--subtle{font-size:.72rem;color:var(--muted)}.dashboard-custom-panel-card{padding:1rem 1.15rem 1.25rem}.custom-panel-page{display:flex;flex-direction:column;gap:.85rem}.custom-panel-head{margin:0}.custom-panel-save-msg.custom-panel-save-ok{color:#0f766e}.custom-panel-grid{display:grid;grid-template-columns:1fr;gap:1rem;width:100%;align-items:start}@media(min-width:720px){.custom-panel-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.custom-panel-cell{display:flex;flex-direction:column;gap:.45rem;min-width:0;padding:.55rem .65rem .65rem;border-radius:12px;border:1px solid rgba(148,163,184,.45);background:linear-gradient(180deg,#fff,#f8fafc);box-sizing:border-box}.custom-panel-cell--collapsed{border-color:#94a3b852}.custom-panel-cell--expanded{border-color:#2563eb59;box-shadow:0 0 0 1px #2563eb14}.custom-panel-cell-topbar{display:flex;align-items:stretch;justify-content:space-between;gap:.45rem;min-height:2.35rem}.custom-panel-cell-topbar-actions{display:flex;align-items:center;gap:.15rem}.custom-panel-cell-expanded{display:flex;flex-direction:column;gap:.45rem;padding-top:.15rem;border-top:1px solid rgba(226,232,240,.95)}.custom-panel-icon-row{display:flex;flex-wrap:wrap;align-items:center;gap:.2rem;padding-top:.35rem}.panel-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:none;border-radius:9999px;background:transparent;color:#475569;cursor:pointer;line-height:0;transition:background .15s ease,color .15s ease}.panel-icon-btn svg{display:block;flex-shrink:0}.panel-icon-btn:hover{background:#2563eb1a;color:#1d4ed8}.panel-icon-btn--danger:hover{background:#b91c1c1a;color:#b91c1c}.panel-icon-btn--edit-subtle{opacity:.38;color:#64748b}.panel-icon-btn--edit-subtle:hover{opacity:1;color:#1d4ed8}.panel-icon-btn--toggle{color:#64748b}.panel-icon-btn--toggle:hover{color:#0f172a}.custom-panel-field{display:flex;flex-direction:column;gap:.25rem;min-width:0}.custom-panel-field span{font-size:.72rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.04em}.custom-panel-field .clima-input{width:100%;max-width:100%;box-sizing:border-box}.custom-panel-remove{align-self:flex-start;margin-top:.25rem;font-size:.8rem;font-weight:600;padding:.38rem .72rem;background:#fff;border:1px solid rgba(185,28,28,.45);color:#b91c1c}.custom-panel-remove:hover{background:#fef2f2}.custom-panel-cell-body{min-height:0;min-width:0}.custom-panel-cell--empty .custom-panel-cell-body{min-height:3rem}.panel-cell-placeholder{margin:0;font-size:.82rem;color:#64748b;line-height:1.4}.panel-cell-placeholder--muted{text-align:center;padding:1rem 0;color:#cbd5e1}.panel-widget-mount--gauge .gauge-card{margin:0 auto;max-width:100%}.panel-widget-mount--gauge .gauge-needle-legend{display:none}.panel-widget-mount--gauge .compass-subtitle{font-size:.62rem}.panel-widget-mount--chart{position:relative;width:100%;min-height:0;height:auto;display:flex;flex-direction:column;gap:.45rem}.clima-chart-stack--panel{flex:1;min-height:0;display:flex;flex-direction:column;gap:.25rem}.clima-chart-stack--panel .panel-chart-canvas-inner{flex:1;min-height:0}.panel-chart-canvas-inner{position:relative;width:100%;height:168px;flex:0 0 auto}.panel-chart-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;margin:0;display:flex;align-items:center;justify-content:center;background:#f8fafc;color:#64748b;font-size:.85rem}.panel-chart-canvas-inner canvas{display:block;max-width:100%;height:100%!important}.gauge-card--mini-stat{padding:.65rem .75rem .75rem;max-width:100%}.gauge-mini-stat-main{margin:.35rem 0 .5rem;font-size:1.35rem;font-weight:800;color:#0f172a;line-height:1.2}.gauge-mini-stat-unit{font-size:.75rem;font-weight:600;color:#64748b}.gauge-mini-stat-row{display:flex;flex-wrap:wrap;gap:.35rem .85rem;font-size:.72rem;color:#475569}.custom-panel-vista-bar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.5rem .85rem;padding:.5rem 0;margin-bottom:.25rem;border-bottom:1px solid rgba(148,163,184,.35)}.custom-panel-field--inline{flex-direction:row;align-items:center;gap:.45rem}.custom-panel-field--inline span{margin:0;white-space:nowrap}.custom-panel-field--inline .clima-input{min-width:9rem}.custom-panel-inline-check{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;color:var(--text);text-transform:none;letter-spacing:normal}.custom-panel-drag-track{flex:0 0 auto;align-self:center;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:none;border-radius:9999px;background:transparent;color:#64748b;opacity:.38;cursor:grab;user-select:none;-webkit-user-select:none;line-height:0;transition:background .15s ease,color .15s ease,opacity .15s ease}.custom-panel-drag-track:hover{background:#2563eb1a;color:#1d4ed8;opacity:1}.custom-panel-drag-track:active{cursor:grabbing}.custom-panel-cell--dragging .custom-panel-drag-track{cursor:grabbing;opacity:1;color:#1d4ed8}.custom-panel-drag-grip{display:block;width:1.125rem;height:2px;border-radius:999px;background:currentColor;box-shadow:0 -4px 0 currentColor,0 4px 0 currentColor}.custom-panel-cell--dragging{opacity:.55;outline:2px dashed #2563eb}:root{--font-ui: "DM Sans", "Segoe UI", sans-serif;--font-display: "Source Serif 4", Georgia, serif;--dash-gap: 1.1rem;--dash-radius: 14px;--dash-border: #c5ddf5}body,.auth-body{font-family:var(--font-ui)}.dashboard-h2,.gauges-title,.clima-toolbar-title,.auth-card h2{font-family:var(--font-display);letter-spacing:-.02em}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-shell .auth-main{flex:1}.auth-card--elevated{box-shadow:0 18px 40px #10233b1a}.auth-msg--ok{color:#0f766e;background:#ecfdf8;border:1px solid #99f6e4;padding:.65rem .85rem;border-radius:10px}.auth-msg--err,.dash-var-panel-msg--err{color:#b91c1c}.auth-footer-note{text-align:center;margin-top:1rem;color:var(--muted)}.dash-header .dash-nav-btn{text-decoration:none}.dash-header.site-header{background:#f8fbffeb;border-bottom:1px solid #d6e7f8;box-shadow:0 4px 18px #10233b0d}.dash-header .nav-wrap{align-items:center;gap:.85rem 1.25rem;padding:.7rem 0}.dash-header .brand{gap:.55rem}.dash-header .brand h1{font-family:var(--font-display);font-size:1.35rem;letter-spacing:-.03em;margin:0}.dash-header-nav{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem}.dash-header-nav-tabs{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.15rem;padding:.22rem;border-radius:12px;background:#e8f1fb;border:1px solid #d0e3f6;box-shadow:inset 0 1px #ffffffb3}.dash-header .dash-nav-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border:1px solid transparent;background:transparent;color:#475569;font-family:var(--font-ui);font-weight:600;font-size:.82rem;letter-spacing:.01em;padding:.45rem .85rem;border-radius:9px;cursor:pointer;line-height:1.2;box-shadow:none;transition:background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease}.dash-header .dash-nav-btn:hover{background:#ffffffb8;color:#1d4ed8;border-color:transparent}.dash-header .dash-nav-btn--active{background:#fff;color:#1d4ed8;border-color:#c7dbf5;box-shadow:0 1px 3px #2563eb1f;font-weight:700}.dash-header .dash-nav-btn--active:hover{color:#1d4ed8;background:#fff}.dash-header .dash-logout-btn{display:inline-flex;align-items:center;justify-content:center;margin-top:0;padding:.48rem .95rem;font-family:var(--font-ui);font-size:.82rem;font-weight:650;line-height:1.2;border-radius:10px;border:1px solid #fecaca;background:#fff;color:#b91c1c;box-shadow:0 1px 2px #b91c1c0f;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.dash-header .dash-logout-btn:hover{background:#fef2f2;border-color:#fca5a5;box-shadow:0 2px 8px #b91c1c1a;color:#991b1b}@media(max-width:720px){.dash-header-nav,.dash-header-nav-tabs{width:100%}.dash-header .dash-logout-btn{margin-left:auto}}.dash-user-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem 1.25rem;padding:.85rem 1.1rem;margin-bottom:var(--dash-gap);background:#ffffffb8;border:1px solid var(--dash-border);border-radius:var(--dash-radius);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.dash-user-strip__label{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:.15rem}.section-stack{display:flex;flex-direction:column;gap:var(--dash-gap)}.dash-section-card{padding:1.15rem 1.25rem 1.35rem;border-radius:var(--dash-radius)}.dash-section-head{margin-bottom:1rem}.dash-section-head--row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.85rem 1.25rem}.dash-section-lead{margin:.25rem 0 0;color:var(--muted);max-width:52rem;font-size:.95rem}.dash-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem 1rem}.dash-form-grid__full{grid-column:1 / -1}.visor-vinculos-block--open{margin:1rem 0;padding:.85rem 1rem;border:1px dashed #93c5fd;border-radius:12px;background:#f0f9ff}.clima-toolbar-heading{margin-bottom:.75rem}.clima-presets{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.75rem}.clima-filter-bar>.button.button-add{margin-top:0;padding:.5rem 1rem;font-size:.85rem;border-radius:10px;font-weight:650}.clima-msg{margin:.75rem 0 0;color:var(--muted)}.clima-charts-host{display:flex;flex-direction:column;gap:1.25rem}.clima-chart-block{height:280px;position:relative}.clima-chart-title{margin:0 0 .5rem;font-size:1rem;font-family:var(--font-display)}.clima-charts-empty,.clima-table-empty,.cobertura-empty,.cobertura-loading{color:var(--muted);padding:.5rem 0}.clima-table-scroll{overflow:auto;max-height:min(70vh,720px);border:1px solid var(--dash-border);border-radius:10px}.clima-table{width:100%;border-collapse:collapse;font-size:.88rem}.clima-table th,.clima-table td{padding:.4rem .55rem;border-bottom:1px solid #e2eef9;text-align:left;white-space:nowrap}.clima-table thead th{position:sticky;top:0;background:#f5faff;z-index:1}.cobertura-controls{display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:end}.cobertura-year-nav{display:flex;align-items:center;gap:.5rem}.cobertura-year-label{min-width:3.5rem;text-align:center;font-size:1.15rem}.cobertura-heat-year{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.85rem;margin-top:.75rem}.cobertura-month{background:#f8fbff;border:1px solid #dbeafe;border-radius:10px;padding:.55rem}.cobertura-month-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:.4rem}.cobertura-month-cells{display:flex;flex-wrap:wrap;gap:3px}.cobertura-day-cell{width:10px;height:10px;border-radius:2px;display:inline-block}.cobertura-month-empty{color:#94a3b8;font-size:.85rem}.dash-placeholder-card .dash-placeholder-body{color:var(--text);line-height:1.55}.cargar-dropzone{margin-top:1rem;padding:1.1rem 1.2rem;border:1px dashed #93c5fd;border-radius:12px;background:#f0f9ff}.cargar-file-label{display:inline-flex;align-items:center;gap:.75rem;cursor:pointer}.cargar-file-label input[type=file]{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden}.cargar-results{margin:1rem 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.45rem}.cargar-result--ok{color:#0f766e}.cargar-result--err{color:#b91c1c}.cargar-result-detail{color:var(--muted);font-weight:400}.gauges-root .gauges-grid{margin-top:.5rem}.usuario-layout{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:var(--dash-gap);align-items:start}.usuario-sidebar{display:flex;flex-direction:column;gap:var(--dash-gap)}.usuario-card{margin:0}.usuario-dl{margin:0;display:grid;gap:.85rem}.usuario-dl dt{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0 0 .15rem}.usuario-dl dd{margin:0;font-weight:600;word-break:break-word}.usuario-device-stack{display:flex;flex-direction:column;gap:.75rem}.usuario-card--vars .dash-unified-table-scroll{max-height:min(62vh,640px)}.clima-chart-canvas{height:280px;position:relative}.clima-charts-col{display:flex;flex-direction:column;gap:1.25rem}@media(max-width:960px){.usuario-layout{grid-template-columns:1fr}}@media(max-width:800px){.dash-user-strip,.dash-form-grid{grid-template-columns:1fr}}.vda-modal-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:1.25rem}.vda-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;padding:0;background:#0f203a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.vda-modal{position:relative;z-index:1;width:min(640px,100%);max-height:min(88vh,900px);display:flex;flex-direction:column;background:#fff;border:1px solid var(--dash-border);border-radius:16px;box-shadow:0 28px 60px #10233b38}.vda-modal--lg{width:min(820px,100%)}.vda-modal--xl{width:min(1120px,100%)}.vda-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.15rem .75rem;border-bottom:1px solid #e8f1fb}.vda-modal-title{margin:0;font-family:var(--font-display);font-size:1.35rem;letter-spacing:-.02em}.vda-modal-x{border:0;background:#f1f5f9;color:#334155;width:2rem;height:2rem;border-radius:999px;font-size:1.25rem;line-height:1;cursor:pointer}.vda-modal-x:hover{background:#e2e8f0}.vda-modal-body{padding:1rem 1.15rem 1.15rem;overflow:auto}.vda-modal-foot{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem;padding:.85rem 1.15rem 1.1rem;border-top:1px solid #e8f1fb;background:#f8fbff;border-radius:0 0 16px 16px}.vda-modal-foot .button{margin-top:0}.vda-modal .dash-unified-table-scroll{max-height:min(52vh,520px)}.usuario-hub{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--dash-gap);align-items:stretch}.usuario-hub-card{margin:0;display:flex;flex-direction:column;min-height:100%}.usuario-kicker{margin:0 0 .2rem;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2563eb}.usuario-device-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem;max-height:220px;overflow:auto}.usuario-device-chip{width:100%;text-align:left;border:1px solid var(--dash-border);background:#fff;border-radius:12px;padding:.65rem .8rem;cursor:pointer;display:flex;flex-direction:column;gap:.1rem}.usuario-device-chip:hover{border-color:#93c5fd;background:#f8fbff}.usuario-device-chip--on{border-color:#2563eb;background:linear-gradient(165deg,#eff6ff,#fff);box-shadow:0 0 0 1px #2563eb33}.usuario-device-chip-name{font-weight:700;color:var(--text)}.usuario-device-chip-meta{font-size:.8rem;color:var(--muted)}.usuario-hub-actions{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:auto;padding-top:1rem}.usuario-hub-actions .button{margin-top:0}.usuario-var-count{margin:0 0 .55rem;font-weight:600}.usuario-var-pills{display:flex;flex-wrap:wrap;gap:.35rem}.usuario-pill{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;font-size:.78rem;font-weight:700}.clima-filter-bar{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.85rem 1.25rem}.clima-filter-bar-copy{flex:1 1 220px;margin-bottom:0}.clima-filter-chips{margin:0;display:grid;grid-template-columns:repeat(3,minmax(8rem,1fr));gap:.65rem 1.1rem;flex:2 1 360px}.clima-filter-chips dt{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0 0 .15rem}.clima-filter-chips dd{margin:0;font-weight:650;font-size:.92rem;line-height:1.35}.clima-filter-bar>.button{margin-top:.15rem;align-self:center}.clima-charts-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:720px){.clima-charts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.clima-chart-head-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .65rem}.clima-expand-btn{font-size:.78rem;font-weight:650;padding:.4rem .85rem;border-radius:10px;border:1px solid #bfdbfe;background:#fff;color:#1d4ed8;cursor:pointer;box-shadow:0 1px 2px #2563eb0f;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.clima-expand-btn:hover{background:#eff6ff;border-color:#93c5fd;box-shadow:0 2px 8px #2563eb1f}.clima-chart-extremes{list-style:none;margin:.35rem 0 .55rem;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem}.clima-chart-extreme{min-width:0;padding:.4rem .5rem;border-radius:10px;background:#f8fbff;border:1px solid #e2eef9}.clima-chart-extreme--min{border-color:#bae6fd;background:#f0f9ff}.clima-chart-extreme--max{border-color:#fecaca;background:#fef2f2}.clima-chart-extreme--avg{border-color:#e2e8f0}.clima-chart-extreme-k{display:block;font-size:.62rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:.1rem}.clima-chart-extreme strong{display:block;font-size:.88rem;color:var(--text);font-variant-numeric:tabular-nums}.clima-chart-extreme time{display:block;margin-top:.1rem;font-size:.68rem;color:#64748b;line-height:1.3}.clima-chart-panel--expanded .clima-chart-extremes{gap:.55rem}@media(max-width:520px){.clima-chart-extremes{grid-template-columns:1fr}}.clima-chart-canvas--lg{height:min(58vh,520px)}.clima-chart-panel--expanded{border:0;background:transparent;padding:0;box-shadow:none}.panel-chart-stats{display:flex;flex-direction:column;gap:.45rem}.panel-chart-stats-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.panel-chart-stats-title{margin:0;font-size:.95rem;font-weight:800;color:#1047b7;font-family:var(--font-display)}.panel-chart-stats-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:.4rem .65rem}.panel-widget-mount--expanded .panel-chart-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.panel-widget-mount--expanded .panel-chart-canvas-inner{height:min(58vh,520px)}.panel-chart-stats-grid li{min-width:0;padding:.4rem .5rem;border-radius:10px;background:#f8fbff;border:1px solid #e2eef9}.panel-chart-stats-k{display:block;font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:.12rem}.panel-chart-stats-grid strong{display:block;font-size:.92rem;color:var(--text)}.panel-chart-stats-grid time{display:block;margin-top:.12rem;font-size:.72rem;color:#475569;line-height:1.3}.panel-chart-foot{margin:0;font-size:.75rem;color:#475569;line-height:1.4}@media(max-width:1100px){.usuario-hub,.clima-filter-chips{grid-template-columns:1fr}}
