@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--brand-primary: #2563eb;--brand-secondary: #6366f1;--brand-dark: #0f172a;--surface: #ffffff;--surface-muted: #f8fafc;--surface-elevated: #ffffff;--border: #e2e8f0;--border-subtle: #f1f5f9;--text-primary: #0f172a;--text-secondary: #64748b;--text-muted: #94a3b8;--chart-blue: #3b82f6;--chart-indigo: #6366f1;--chart-emerald: #10b981;--chart-amber: #f59e0b;--chart-rose: #f43f5e;--chart-violet: #8b5cf6;--chart-slate: #94a3b8;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .05);--shadow-md: 0 4px 12px rgba(15, 23, 42, .06);--shadow-lg: 0 8px 24px rgba(37, 99, 235, .08);--radius-lg: 1rem;--radius-xl: 1.25rem;--mobile-nav-height: 5rem}*,*:before,*:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);letter-spacing:-.01em}@keyframes fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in .35s ease-out forwards}.dashboard-shell{background:linear-gradient(180deg,var(--surface) 0%,var(--surface-muted) 100%);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}.dashboard-header-accent{height:3px;border-radius:999px;background:linear-gradient(90deg,var(--brand-primary),var(--brand-secondary));margin-bottom:1.5rem}.dashboard-tab-nav{background:var(--surface-muted);border:1px solid var(--border);border-radius:var(--radius-xl);padding:.35rem;box-shadow:inset 0 1px 2px #0f172a0a}.dashboard-tab-active{background:var(--surface);color:var(--brand-primary);box-shadow:var(--shadow-md);border:1px solid var(--border)}.dashboard-filters{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid var(--border);border-radius:var(--radius-xl)}.stat-card{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.25rem 1.5rem;box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--brand-primary),transparent);opacity:0;transition:opacity .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);border-color:#cbd5e1}.stat-card:hover:before{opacity:1}.stat-card-value{font-size:1.875rem;font-weight:700;letter-spacing:-.03em;line-height:1.1}.chart-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.25rem 1.5rem 1.5rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;min-height:280px;transition:box-shadow .2s ease}.chart-card:hover{box-shadow:var(--shadow-md)}.chart-card-title{font-size:.9375rem;font-weight:600;color:var(--text-primary);margin:0 0 1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-subtle);display:flex;align-items:center;gap:.5rem}.chart-card-title:before{content:"";width:4px;height:1rem;border-radius:2px;background:var(--brand-primary);flex-shrink:0}.chart-card-body{flex:1;position:relative;min-height:220px}.chart-card-body canvas{max-height:100%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.wo-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:flex-end;justify-content:center;padding:0;background:#0f172a8c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}@media (max-width: 1023px){.wo-modal-overlay{bottom:var(--mobile-nav-height);height:calc(100dvh - var(--mobile-nav-height))}}.wo-modal-overlay--top{align-items:flex-start;padding-top:max(0px,env(safe-area-inset-top))}@media (min-width: 640px){.wo-modal-overlay,.wo-modal-overlay--top{align-items:center;padding:1rem}}.wo-modal-panel{display:flex;flex-direction:column;width:100%;max-height:92dvh;background:var(--surface);border:1px solid var(--border);border-radius:1.25rem 1.25rem 0 0;box-shadow:0 24px 48px #0f172a2e;overflow:hidden;animation:fade-in .3s ease-out forwards}@media (min-width: 640px){.wo-modal-panel{max-height:min(90vh,720px);border-radius:var(--radius-xl)}}.wo-modal-panel--voice{max-width:32rem}@media (max-width: 1023px){.wo-modal-panel{display:flex;flex-direction:column;height:100%;max-height:100%;border-radius:0}.wo-modal-body{flex:1;min-height:0;overflow-y:auto}}@media (max-width: 639px){.wo-modal-overlay--top .wo-modal-panel--voice{border-radius:0 0 1rem 1rem}.wo-modal-panel--voice .wo-modal-header{padding:.875rem 1rem .75rem}.wo-modal-panel--voice .wo-modal-header-accent{margin-bottom:.625rem}.wo-modal-panel--voice .wo-modal-header h2{font-size:1rem}.wo-modal-panel--voice .wo-modal-header p{display:none}.wo-modal-panel--voice .wo-modal-icon{width:2.25rem;height:2.25rem;border-radius:.625rem}.wo-modal-panel--voice .wo-modal-body{padding:.625rem 1rem .75rem;min-height:0}.wo-modal-panel--voice .voice-status-banner{padding:.625rem .75rem;font-size:.8125rem;margin-bottom:.625rem}.wo-modal-panel--voice .voice-field{padding:.5rem .75rem;gap:.25rem}.wo-modal-panel--voice .voice-field-label{font-size:.6875rem}.wo-modal-panel--voice .voice-field-value{font-size:.8125rem}.wo-modal-panel--voice .wo-modal-footer{padding:.75rem 1rem;padding-bottom:max(.75rem,env(safe-area-inset-bottom))}.wo-modal-panel--voice .wo-equipment-panel{padding:.75rem;margin-top:.5rem}.wo-modal-panel--voice .wo-equipment-list{max-height:8rem}}.wo-modal-panel--manual{max-width:42rem}@media (max-width: 639px){.wo-modal-panel--manual{display:flex;flex-direction:column;border-radius:0 0 1rem 1rem}.wo-modal-panel--manual .wo-modal-header{padding:.875rem 1rem .75rem}.wo-modal-panel--manual .wo-modal-header p{font-size:.75rem;line-height:1.3}.wo-modal-panel--manual .wo-modal-body{padding:.5rem .75rem .75rem}.wo-modal-panel--manual .wo-modal-footer{padding:.625rem 1rem;padding-bottom:max(.625rem,env(safe-area-inset-bottom))}.wo-modal-form-compact{width:80%;max-width:100%;margin-left:auto;margin-right:auto}.wo-modal-panel--manual .wo-modal-section{margin-bottom:.625rem}.wo-modal-panel--manual .wo-modal-section-title{font-size:.625rem;margin-bottom:.5rem;padding-bottom:.375rem}.wo-modal-panel--manual .wo-form-label{font-size:.6875rem;margin-bottom:.25rem}.wo-modal-panel--manual .wo-form-input,.wo-modal-panel--manual .wo-form-select{font-size:.75rem;padding:.4375rem .5625rem;border-radius:.5rem}.wo-modal-panel--manual .wo-form-grid{gap:.5rem}.wo-modal-panel--manual .wo-alert-error{font-size:.6875rem;padding:.5rem .625rem;margin-bottom:.5rem}.wo-solicitante-combined{font-size:.75rem;padding:.4375rem .5625rem;line-height:1.35}.wo-modal-section--solicitante .wo-modal-section-title{display:none}}.wo-solicitante-mobile-only{display:block}.wo-solicitante-desktop-only{display:none}@media (min-width: 640px){.wo-solicitante-mobile-only{display:none!important}.wo-solicitante-desktop-only{display:grid!important;grid-template-columns:repeat(2,1fr);gap:1rem}}.wo-modal-header{flex-shrink:0;padding:1.25rem 1.25rem 1rem;border-bottom:1px solid var(--border-subtle);background:linear-gradient(180deg,#f8fafc,#fff)}@media (min-width: 640px){.wo-modal-header{padding:1.5rem 1.5rem 1.25rem}}.wo-modal-header-accent{height:3px;border-radius:999px;margin-bottom:1rem}.wo-modal-header-accent--voice{background:linear-gradient(90deg,#10b981,#34d399)}.wo-modal-header-accent--manual{background:linear-gradient(90deg,var(--brand-primary),var(--brand-secondary))}.wo-modal-icon{width:2.75rem;height:2.75rem;border-radius:.875rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wo-modal-icon--voice{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 14px #10b98159}.wo-modal-icon--manual{background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));color:#fff;box-shadow:0 4px 14px #2563eb4d}.wo-modal-close{width:2.25rem;height:2.25rem;border-radius:.625rem;display:flex;align-items:center;justify-content:center;color:var(--text-muted);background:transparent;border:none;cursor:pointer;transition:background .15s ease,color .15s ease}.wo-modal-close:hover{background:#f1f5f9;color:var(--text-primary)}.wo-modal-body{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:1rem 1.25rem 1.25rem}@media (min-width: 640px){.wo-modal-body{padding:1.25rem 1.5rem 1.5rem}}.wo-modal-footer{flex-shrink:0;display:flex;flex-direction:column-reverse;gap:.625rem;padding:1rem 1.25rem;padding-bottom:max(1rem,env(safe-area-inset-bottom));border-top:1px solid var(--border-subtle);background:#f8fafc;position:sticky;bottom:0;z-index:2}@media (min-width: 640px){.wo-modal-footer{flex-direction:row;justify-content:flex-end;align-items:center;gap:.75rem;padding:1rem 1.5rem 1.25rem}}.wo-modal-section{margin-bottom:1.25rem}.wo-modal-section:last-child{margin-bottom:0}.wo-modal-section-title{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-subtle)}.wo-form-label{display:block;font-size:.8125rem;font-weight:500;color:var(--text-secondary);margin-bottom:.375rem}.wo-form-input,.wo-form-select{display:block;width:100%;padding:.625rem .875rem;font-size:.9375rem;line-height:1.4;color:var(--text-primary);background:#fff;border:1px solid var(--border);border-radius:.625rem;box-shadow:var(--shadow-sm);transition:border-color .15s ease,box-shadow .15s ease}.wo-form-input:focus,.wo-form-select:focus{outline:none;border-color:var(--brand-primary);box-shadow:0 0 0 3px #2563eb1f}.wo-form-input--readonly{background:#f8fafc;color:var(--text-secondary);cursor:default}.wo-form-input--readonly:focus{border-color:var(--border);box-shadow:var(--shadow-sm)}.wo-solicitante-combined{display:block;width:100%;border-radius:.5rem;border:1px solid var(--border);background:#f8fafc;color:var(--text-primary);font-weight:500;word-break:break-word}.wo-form-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 640px){.wo-form-grid--2{grid-template-columns:repeat(2,1fr)}}.wo-alert-error{padding:.75rem 1rem;border-radius:.625rem;font-size:.8125rem;font-weight:500;background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.wo-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;border-radius:.625rem;border:none;cursor:pointer;transition:background .15s ease,transform .1s ease,box-shadow .15s ease;width:100%}@media (min-width: 640px){.wo-btn{width:auto}}.wo-btn:active:not(:disabled){transform:scale(.98)}.wo-btn:disabled{opacity:.55;cursor:not-allowed}.wo-btn-primary{background:linear-gradient(135deg,#059669,#10b981);color:#fff;box-shadow:0 2px 8px #10b98159}.wo-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#047857,#059669)}.wo-btn-secondary{background:#fff;color:var(--text-secondary);border:1px solid var(--border)}.wo-btn-secondary:hover:not(:disabled){background:#f8fafc;color:var(--text-primary)}.wo-btn-warning{background:#fffbeb;color:#b45309;border:1px solid #fde68a}.wo-btn-warning:hover:not(:disabled){background:#fef3c7}.wo-btn-danger{background:#fff;color:#dc2626;border:1px solid #fecaca}.wo-btn-danger:hover:not(:disabled){background:#fef2f2}.voice-status-banner{display:flex;align-items:center;justify-content:center;gap:.625rem;padding:.875rem 1rem;margin-bottom:1rem;border-radius:.75rem;font-size:.875rem;font-weight:500;text-align:center;line-height:1.4;background:linear-gradient(135deg,#eff6ff,#e0e7ff);color:#3730a3;border:1px solid #c7d2fe}.voice-status-banner--listening{background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#047857;border-color:#a7f3d0}.voice-status-pulse{width:.5rem;height:.5rem;border-radius:50%;background:#10b981;flex-shrink:0;animation:voice-pulse 1.2s ease-in-out infinite}@keyframes voice-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.35)}}.voice-field{display:flex;flex-direction:column;gap:.375rem;padding:.75rem 1rem;border-radius:.75rem;border:1px solid var(--border-subtle);background:#fafbfc;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}@media (min-width: 480px){.voice-field{flex-direction:row;align-items:center;gap:1rem}}.voice-field-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);flex-shrink:0}@media (min-width: 480px){.voice-field-label{width:28%;min-width:5.5rem}}.voice-field-value{flex:1;font-size:.9375rem;font-weight:500;color:var(--text-primary);min-width:0}.voice-field--active{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.voice-field--active .voice-field-label{color:#4f46e5}.voice-field--filled{opacity:1}.voice-field--pending{opacity:.65}.voice-listening{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-style:italic;color:#059669;font-weight:500}.wo-equipment-panel{margin-top:.5rem;padding:1rem;border-radius:.75rem;background:#f8fafc;border:1px solid var(--border)}.wo-equipment-panel-title{font-size:.8125rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.wo-equipment-list{display:flex;flex-direction:column;gap:.5rem;max-height:12rem;overflow-y:auto}.wo-equipment-item{width:100%;text-align:left;padding:.75rem 1rem;border-radius:.625rem;border:1px solid var(--border);background:#fff;transition:border-color .15s ease,background .15s ease,color .15s ease}.wo-equipment-item:hover{border-color:var(--brand-primary);background:#eff6ff}.wo-equipment-item-tag{font-weight:600;font-size:.875rem;color:var(--text-primary)}.wo-equipment-item-name{font-size:.75rem;color:var(--text-secondary);margin-top:.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wo-equipment-retry{display:block;width:100%;margin-top:.75rem;text-align:center;font-size:.75rem;font-weight:500;color:var(--brand-primary);background:none;border:none;cursor:pointer;padding:.25rem}.wo-equipment-retry:hover{text-decoration:underline}.wo-autocomplete-list{position:absolute;z-index:20;width:100%;margin-top:.25rem;background:#fff;border:1px solid var(--border);border-radius:.625rem;box-shadow:var(--shadow-md);max-height:14rem;overflow-y:auto}.wo-autocomplete-item{padding:.625rem 1rem;font-size:.875rem;cursor:pointer;border-bottom:1px solid var(--border-subtle);transition:background .1s ease}.wo-autocomplete-item:last-child{border-bottom:none}.wo-autocomplete-item:hover{background:#eff6ff}.calc-page{max-width:80rem;margin-left:auto;margin-right:auto}.calc-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);overflow:hidden}.calc-footer-hint{padding-bottom:max(.5rem,env(safe-area-inset-bottom))}@media (max-width: 1023px){.calc-page{padding-bottom:.5rem}}.animate-fade-in-down{animation:fade-in .25s ease-out forwards}
