:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#10213f;background:#f2f6fb;font-synthesis:none;--blue: #0d47a1;--blue-2: #1976d2;--navy: #071b3c;--green: #15803d;--orange: #f97316;--muted: #60718d;--line: #d8e2ef;--surface: #ffffff;--danger: #b91c1c}*{box-sizing:border-box}html{min-height:100%;background:#f2f6fb}body{margin:0;min-width:320px;min-height:100vh}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.56}.hidden{display:none!important}.app-shell{min-height:100vh;padding-bottom:82px}.app-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:68px;padding:10px 16px;background:#fffffff5;border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:10px;min-width:0}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;background:#e8f2ff;color:var(--blue)}.brand-mark svg{width:25px;height:25px;stroke-width:2}.brand-copy{min-width:0}.brand-copy strong{display:block;font-size:15px;line-height:1.1}.brand-copy span{display:block;color:var(--muted);font-size:11px;margin-top:3px}.env-badge{display:inline-flex;align-items:center;height:24px;padding:0 8px;border-radius:999px;background:#fff3d6;color:#8a4b00;font-size:10px;font-weight:800}.header-actions{display:flex;align-items:center;gap:8px}.icon-button{width:42px;height:42px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--blue);display:inline-grid;place-items:center}.icon-button:hover{background:#eef6ff}.icon-button:focus-visible,.button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(25,118,210,.28);outline-offset:2px}.icon-button svg{width:21px;height:21px}.main{width:min(1180px,100%);margin:0 auto;padding:18px 14px 36px}.page-heading{margin-bottom:18px}.eyebrow{color:var(--blue);font-size:12px;font-weight:800;text-transform:uppercase}h1{margin:4px 0 6px;font-size:clamp(25px,6vw,36px);line-height:1.12;letter-spacing:0}h2,h3,p{margin-top:0}.support{color:var(--muted);margin-bottom:0;line-height:1.5}.meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;margin-top:12px;color:var(--muted);font-size:13px}.meta-item{display:inline-flex;align-items:center;gap:6px}.meta-item svg{width:16px;height:16px}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:16px}.period-label{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--navy);font-weight:700}.period-label svg{width:18px}.toolbar-actions{display:flex;align-items:center;gap:8px}.fleet-section{margin-bottom:16px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:10px}.section-heading h2{margin:3px 0 0;font-size:18px}.fleet-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.fleet-card{min-width:0;min-height:82px;padding:12px;display:flex;align-items:center;gap:10px;background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:0 7px 22px #0f335d0f}.fleet-card:last-child{grid-column:1 / -1}.fleet-icon{flex:0 0 36px;width:36px;height:36px;display:grid;place-items:center;border-radius:8px;background:#e8f2ff;color:var(--blue)}.fleet-icon svg{width:20px;height:20px;stroke-width:2}.fleet-copy{min-width:0}.fleet-copy strong{display:block;color:var(--navy);font-size:23px;line-height:1}.fleet-copy span{display:block;margin-top:6px;color:var(--muted);font-size:11px;font-weight:800;line-height:1.2}.fleet-alerts .fleet-icon{background:#feecec;color:#c62828}.fleet-analysis .fleet-icon{background:#fff4d9;color:#a66300}.fleet-maintenance-status .fleet-icon{background:#ffeddf;color:#c95400}.fleet-released .fleet-icon{background:#e8f7ed;color:var(--green)}.executive-grid,.indicator-grid{display:grid;gap:12px}.executive-card,.indicator-card,.panel{background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:0 8px 28px #0f335d12}.executive-card{overflow:hidden}.executive-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px}.module-title{display:flex;align-items:center;gap:10px}.module-icon{width:42px;height:42px;border-radius:8px;display:grid;place-items:center}.module-icon svg{width:23px;height:23px}.maintenance .module-icon{background:#e7f1ff;color:var(--blue)}.fuel .module-icon{background:#e9f9ef;color:var(--green)}.executive-head h2{font-size:18px;margin:0}.executive-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line)}.metric{padding:16px;min-width:0}.metric+.metric{border-left:1px solid var(--line)}.metric span{display:block;color:var(--muted);font-size:12px;margin-bottom:5px}.metric strong{display:block;font-size:clamp(21px,6vw,30px);line-height:1.15;overflow-wrap:anywhere}.executive-foot{padding:12px 16px 16px}.fuel .executive-body .metric:nth-child(3){grid-column:1 / -1;border-left:0;border-top:1px solid var(--line)}.button{min-height:42px;border:0;border-radius:8px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;text-decoration:none}.button svg{width:18px;height:18px}.button-primary{background:var(--blue);color:#fff}.button-primary:hover{background:#0a3a85}.button-secondary{background:#e9eef5;color:#34445d}.button-secondary:hover{background:#dce4ee}.button-success{background:var(--green);color:#fff}.button-block{width:100%}.indicator-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:16px}.indicator-card{padding:14px;min-width:0}.indicator-card span{display:block;color:var(--muted);font-size:12px;min-height:30px}.indicator-card strong{display:block;margin-top:7px;font-size:clamp(19px,5vw,27px);overflow-wrap:anywhere}.panel{margin-top:16px;overflow:hidden}.panel-header{padding:16px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:10px}.panel-header h2{margin:0;font-size:18px}.result-count{color:var(--muted);font-size:13px}.records{display:grid}.record{appearance:none;width:100%;border:0;border-bottom:1px solid var(--line);background:#fff;padding:15px 16px;text-align:left;color:inherit}.record:last-child{border-bottom:0}.record:hover{background:#f7fbff}.record-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.record-title{font-weight:800}.record-value{font-weight:900;white-space:nowrap}.record-subtitle{color:var(--muted);font-size:13px;margin-top:5px;line-height:1.4}.record-meta{display:flex;flex-wrap:wrap;gap:6px 12px;margin-top:10px;font-size:12px;color:#41516a}.status{display:inline-flex;align-items:center;min-height:25px;padding:0 9px;border-radius:999px;background:#edf2f7;font-size:11px;font-weight:800}.status.finalizada{background:#e5edf7;color:#254568}.empty,.error-state{padding:32px 18px;text-align:center;color:var(--muted)}.empty svg,.error-state svg{width:38px;height:38px;margin-bottom:10px;color:#8ba0bb}.error-state{color:var(--danger)}.bottom-nav{position:fixed;z-index:35;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(3,1fr);padding:7px max(8px,env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));background:#fffffffa;border-top:1px solid var(--line)}.nav-item{min-height:54px;border:0;background:transparent;color:var(--muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:11px;font-weight:700}.nav-item svg{width:21px;height:21px}.nav-item.active{color:var(--blue)}.overlay{position:fixed;inset:0;z-index:60;background:#06142b94;display:grid;align-items:end;padding:14px}.sheet{width:min(620px,100%);max-height:min(88vh,760px);margin:0 auto;background:#fff;border-radius:8px;overflow:auto;box-shadow:0 24px 70px #0000003d}.sheet-header{position:sticky;top:0;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:17px;background:#fff;border-bottom:1px solid var(--line)}.sheet-header h2{margin:0;font-size:19px}.sheet-body{padding:17px}.sheet-footer{position:sticky;bottom:0;display:flex;justify-content:flex-end;gap:8px;padding:14px 17px;background:#fff;border-top:1px solid var(--line)}.form-grid{display:grid;gap:13px}.field label{display:block;margin-bottom:6px;font-size:13px;font-weight:800}.field input,.field select{width:100%;min-height:44px;border:1px solid #becde0;border-radius:8px;background:#fff;padding:0 12px;color:var(--navy)}.active-filter{display:inline-flex;align-items:center;justify-content:center;min-width:19px;height:19px;border-radius:999px;background:var(--orange);color:#fff;font-size:10px;font-weight:900}.login-page,.state-page{min-height:100vh;display:grid;place-items:center;padding:22px;background:#edf4fb}.login-card,.state-card{width:min(430px,100%);background:#fff;border:1px solid var(--line);border-radius:8px;padding:24px;box-shadow:0 18px 55px #0c386c1f}.login-logo{display:flex;align-items:center;gap:12px;margin-bottom:22px}.login-logo img{width:68px;height:68px;object-fit:contain}.login-logo h1{font-size:25px;margin:0}.login-logo p{color:var(--muted);margin:4px 0 0;font-size:13px}.login-form{display:grid;gap:14px}.message{min-height:20px;color:var(--danger);font-size:13px;line-height:1.45}#toast.message{position:fixed;z-index:90;left:50%;bottom:88px;width:min(430px,calc(100% - 28px));min-height:auto;transform:translate(-50%);padding:13px 15px;border-radius:8px;background:#10213f;color:#fff;box-shadow:0 12px 36px #00000038}.state-card{text-align:center}.state-icon{width:58px;height:58px;border-radius:8px;margin:0 auto 16px;display:grid;place-items:center;background:#e8f2ff;color:var(--blue)}.state-icon svg{width:30px;height:30px}.state-card h1{font-size:24px}.loading-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:#edf4fb;text-align:center}.loading-mark{width:74px;height:74px;margin:0 auto 15px;animation:pulse 1.2s ease-in-out infinite}.skeleton{background:linear-gradient(90deg,#edf2f7 25%,#f7f9fc,#edf2f7 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;color:transparent!important;border-radius:5px}@keyframes pulse{50%{transform:scale(.95);opacity:.72}}@keyframes shimmer{to{background-position:-200% 0}}@media(min-width:720px){.main{padding:26px 24px 46px}.fleet-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.fleet-card:last-child{grid-column:auto}.executive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.indicator-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.field.span-2{grid-column:span 2}.overlay{align-items:center}.bottom-nav{left:50%;right:auto;width:min(520px,calc(100% - 28px));transform:translate(-50%);bottom:14px;border:1px solid var(--line);border-radius:8px;box-shadow:0 10px 32px #0f335d21}.app-shell{padding-bottom:94px}}@media(min-width:1024px){.app-header{padding-inline:28px}.brand-copy strong{font-size:17px}}
