@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--bg-primary:#040814;--bg-secondary:#0f172a;--bg-card:#0f172aa6;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--accent-primary:#3b82f6;--accent-hover:#60a5fa;--accent-gradient:linear-gradient(135deg, #2563eb 0%, #06b6d4 100%);--accent-glow:0 0 24px #2563eb66;--success:#10b981;--success-bg:#10b98126;--warning:#f59e0b;--warning-bg:#f59e0b26;--danger:#ef4444;--danger-bg:#ef444426;--border-color:#ffffff14;--border-highlight:#ffffff26;--font-sans:"Inter", sans-serif;--font-display:"Outfit", sans-serif;--shadow-sm:0 2px 8px #0003;--shadow-md:0 8px 24px #0006;--shadow-lg:0 20px 40px #0009;--radius-sm:.5rem;--radius-md:.875rem;--radius-lg:1.25rem;--radius-xl:2rem;--transition-fast:.2s cubic-bezier(.16, 1, .3, 1);--transition-normal:.4s cubic-bezier(.16, 1, .3, 1);--bg-input-focus:#0f172acc;--fin-cost:#10b981;--fin-cost-muted:#10b981cc;--fin-sale-unit:#60a5fa;--fin-sale-unit-muted:#60a5facc;--fin-sale-total:#facc15;--fin-sale-total-muted:#facc15cc;--fin-utility:#a78bfa;--fin-envio:#9ca3af;--bg-analysis-box:#0000004d}*{box-sizing:border-box;margin:0;padding:0}button,input,select,textarea{font-family:inherit}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:radial-gradient(circle at 15% 10%,#2563eb1f 0%,#0000 40%),radial-gradient(circle at 85% 90%,#8b5cf614 0%,#0000 40%),radial-gradient(circle,#06b6d408 0%,#0000 60%);background-attachment:fixed;min-height:100vh;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:.5rem;font-weight:700;line-height:1.2}h1{font-size:2.75rem}h2{font-size:1.85rem}h3{font-size:1.35rem;font-weight:600}p{color:var(--text-secondary);font-size:.95rem}.glass-panel{background:var(--bg-card);-webkit-backdrop-filter:blur(24px);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:all var(--transition-normal);border-top:1px solid #ffffff26;position:relative;overflow:hidden}.glass-panel:before{content:"";border-radius:var(--radius-lg);opacity:0;transition:opacity var(--transition-normal);z-index:0;pointer-events:none;background:linear-gradient(135deg,#ffffff0d 0%,#0000 100%);position:absolute;inset:0}.glass-panel>*{z-index:1;position:relative}.glass-panel:hover{border-color:var(--border-highlight);box-shadow:var(--shadow-lg), 0 0 0 1px #ffffff08;transform:translateY(-2px)}.glass-panel:hover:before{opacity:1}.btn{font-size:.82rem;font-family:var(--font-sans);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);letter-spacing:.02em;border:1px solid #0000;outline:none;justify-content:center;align-items:center;padding:.5rem 1.1rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:var(--accent-gradient);color:#fff;border:1px solid #ffffff1a;box-shadow:0 4px 15px #2563eb40}.btn-primary:hover{box-shadow:var(--accent-glow);filter:brightness(1.1);transform:translateY(-2px)scale(1.02)}.btn-primary:active{transform:translateY(0)scale(.98)}.btn-secondary{color:var(--text-primary);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0a}.btn-secondary:hover{border-color:var(--border-highlight);background:#ffffff14;box-shadow:0 4px 12px #0003}.hover-scale{transition:transform var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast)}.hover-scale:hover{transform:translateY(-4px)}.form-group{width:100%;margin-bottom:1.5rem}.form-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:block}.form-control{border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;color:var(--text-primary);font-family:var(--font-sans);transition:all var(--transition-fast);background-color:#00000040;padding:.85rem 1.2rem;font-size:.95rem;box-shadow:inset 0 2px 4px #0000001a}.form-control::placeholder{color:var(--text-muted)}.form-control:focus{background-color:var(--bg-input-focus);border-color:var(--accent-primary);outline:none;box-shadow:0 0 0 4px #2563eb26,inset 0 2px 4px #0000001a}.form-control:disabled,input:disabled,select:disabled,textarea:disabled{color:var(--text-muted)!important;opacity:.55!important;cursor:not-allowed!important;-webkit-text-fill-color:var(--text-muted)!important;background-color:#ffffff08!important;border-color:#ffffff0d!important}select.form-control{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-position:right 1.2rem center;background-repeat:no-repeat;background-size:1.2em;padding-right:3rem}table{border-collapse:separate;border-spacing:0;width:100%}th{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--border-highlight);background:#0003;padding:1.2rem 1rem;font-size:.75rem;font-weight:600}th:first-child{border-top-left-radius:var(--radius-md)}th:last-child{border-top-right-radius:var(--radius-md)}td{vertical-align:middle;transition:background-color var(--transition-fast);border-bottom:1px solid #ffffff0a;padding:1.2rem 1rem}tbody tr{transition:all var(--transition-fast)}tbody tr:hover{background-color:#ffffff0a;transform:scale(1.002)}.badge{letter-spacing:.05em;border-radius:2rem;padding:.35rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{border:2px solid var(--bg-primary);background:#ffffff26;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.w-full{width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.5s cubic-bezier(.16,1,.3,1) forwards fadeIn}.hover-dropdown-item:hover{color:var(--accent-hover)!important;background-color:#ffffff0d!important}.theme-light{--bg-primary:#f8fafc;--bg-secondary:#f1f5f9;--bg-card:#ffffffd9;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--accent-primary:#2563eb;--accent-hover:#1d4ed8;--accent-gradient:linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);--accent-glow:0 0 24px #2563eb26;--border-color:#0f172a14;--border-highlight:#0f172a26;--success:#059669;--warning:#d97706;--danger:#dc2626;--fin-cost:#059669;--fin-cost-muted:#059669cc;--fin-sale-unit:#2563eb;--fin-sale-unit-muted:#2563ebcc;--fin-sale-total:#c27803;--fin-sale-total-muted:#c27803cc;--fin-utility:#7c3aed;--fin-envio:#475569;--bg-analysis-box:#0f172a0a;--bg-input-focus:#fff}.theme-light body{background-color:var(--bg-primary);color:var(--text-primary);background-image:radial-gradient(circle at 15% 10%,#3b82f60f 0%,#0000 40%),radial-gradient(circle at 85% 90%,#8b5cf60a 0%,#0000 40%),radial-gradient(circle,#0f172a03 0%,#0000 60%)}.theme-light h1,.theme-light h2,.theme-light h3,.theme-light h4,.theme-light h5,.theme-light h6{color:#0f172a}.theme-light .glass-panel{border-top:1px solid #fff9;box-shadow:0 8px 30px #0f172a0d}.theme-light input,.theme-light select,.theme-light textarea{color:#0f172a!important;background-color:#ffffffe6!important;border-color:#0f172a1a!important}.theme-light input:focus,.theme-light select:focus,.theme-light textarea:focus{color:#0f172a!important;border-color:var(--accent-primary)!important;background-color:#fff!important;box-shadow:0 0 0 4px #2563eb26,inset 0 2px 4px #0000000d!important}.theme-light .form-control:disabled,.theme-light input:disabled,.theme-light select:disabled,.theme-light textarea:disabled{color:var(--text-muted)!important;-webkit-text-fill-color:var(--text-muted)!important;opacity:.65!important;background-color:#0f172a0a!important;border-color:#0f172a14!important}.theme-light input::placeholder,.theme-light textarea::placeholder{color:#94a3b8!important}.theme-light [style*="color: white"],.theme-light [style*=color\:white],.theme-light [style*="color: #fff"],.theme-light [style*="color:#fff"],.theme-light [style*="color: #ffffff"],.theme-light [style*="color:#ffffff"],.theme-light [style*="color: rgb(255, 255, 255)"],.theme-light [style*="color:rgb(255,255,255)"],.theme-light [style*="color:rgba(255,255,255"],.theme-light [style*="color: rgba(255, 255, 255"]{color:var(--text-primary)!important}.theme-light .btn-primary,.theme-light .btn-primary *,.theme-light .tab-button.active,.theme-light .tab-button.active *,.theme-light .badge,.theme-light .badge *,.theme-light .selected-row,.theme-light .selected-row *,.theme-light .active-row,.theme-light .active-row *,.theme-light button[style*="background: var(--accent-primary)"],.theme-light button[style*="background:var(--accent-primary)"],.theme-light button[style*="background: var(--success)"],.theme-light button[style*="background:var(--success)"]{color:#fff!important}.theme-light [style*="background: rgba(0, 0, 0"],.theme-light [style*="background:rgba(0,0,0"],.theme-light [style*="background-color: rgba(0, 0, 0"],.theme-light [style*="background-color:rgba(0,0,0"]{background:#0f172a0a!important}.theme-light [style*="border: 1px solid rgba(255, 255, 255"],.theme-light [style*="border:1px solid rgba(255,255,255"],.theme-light [style*="border: 1px solid rgba(255,255,255"],.theme-light [style*="border-bottom: 1px solid rgba(255, 255, 255"],.theme-light [style*="border-bottom:1px solid rgba(255,255,255"],.theme-light [style*="border-top: 1px solid rgba(255, 255, 255"],.theme-light [style*="border-top:1px solid rgba(255,255,255"]{border-color:#0f172a14!important}.theme-light .flex[style*="background: #0a0a0c"],.theme-light .flex[style*="background:#0a0a0c"],.theme-light div[style*="background: #0a0a0c"],.theme-light div[style*="background:#0a0a0c"],.theme-light div[style*="background: rgb(10, 10, 12)"]{background:var(--bg-primary)!important}.theme-light aside[style*="background: rgba(8, 12, 28, 0.85)"],.theme-light aside[style*="background:rgba(8,12,28,0.85)"],.theme-light aside[style*="background: rgba(8,12,28,0.85)"]{background:#fff!important;border-right:1px solid #0f172a14!important}.theme-light option[style*="background: #0a0a0c"],.theme-light option[style*="background:#0a0a0c"]{color:var(--text-primary)!important;background:#fff!important}.theme-light .calendar-grid-cell{background:#0f172a05!important;border-color:#0f172a0f!important}.theme-light .calendar-grid-cell:hover{background:#0f172a0d!important;border-color:#0f172a1f!important}.theme-light .calendar-grid-cell.today{background:#2563eb0a!important;border:2px solid #2563eb!important}.theme-light ::-webkit-scrollbar-track{background:var(--bg-primary)}.theme-light ::-webkit-scrollbar-thumb{border:2px solid var(--bg-primary);background:#0f172a26}.theme-light ::-webkit-scrollbar-thumb:hover{background:#0f172a4d}.theme-retro{--bg-primary:#3a6ea5;--bg-secondary:#d4d0c8;--bg-card:#d4d0c8;--text-primary:#000;--text-secondary:#0052a3;--text-muted:gray;--accent-primary:#06c;--accent-hover:#39f;--accent-gradient:linear-gradient(90deg, #06c 0%, #39f 100%);--accent-glow:none;--bg-input-focus:#fff;--border-color:gray;--border-highlight:#fff;--success:green;--success-bg:#0080001a;--warning:olive;--warning-bg:#8080001a;--danger:maroon;--danger-bg:#8000001a;--font-sans:"Tahoma", "Courier New", monospace;--font-display:"Tahoma", "Courier New", monospace;--fin-utility:#38bdf8;--bg-analysis-box:#0000000d;--radius-sm:0px!important;--radius-md:0px!important;--radius-lg:0px!important;--radius-xl:0px!important}.theme-retro body{color:var(--text-primary);font-family:Tahoma,Courier New,monospace;background-color:var(--bg-primary)!important;background-image:none!important}.theme-retro,.theme-retro *{font-family:Tahoma,Courier New,monospace!important}.theme-retro .glass-panel{box-shadow:none!important;-webkit-backdrop-filter:none!important;background:#d4d0c8!important;border:2px solid gray!important;border-color:#fff gray gray #fff!important;border-radius:0!important;transform:none!important}.theme-retro .glass-panel:hover{box-shadow:none!important;transform:none!important}.theme-retro h3{color:#fff!important;background:linear-gradient(90deg,#06c 0%,#39f 100%)!important;border-radius:0!important;align-items:center!important;gap:6px!important;margin-bottom:.75rem!important;padding:4px 8px!important;font-size:.82rem!important;font-weight:700!important;display:flex!important}.theme-retro h3 svg{stroke:#fff!important;fill:#0000!important}.theme-retro .form-control,.theme-retro input,.theme-retro select,.theme-retro textarea{color:#000!important;background-color:#fff!important;border:2px solid #fff!important;border-color:gray #fff #fff gray!important;border-radius:0!important;outline:none!important;height:auto!important;padding:4px 8px!important}.theme-retro .btn{color:#000!important;box-shadow:none!important;background:#d4d0c8!important;border:2px solid gray!important;border-color:#fff gray gray #fff!important;border-radius:0!important;padding:4px 12px!important;font-weight:700!important}.theme-retro .btn:active{border-color:gray #fff #fff gray!important;padding:5px 11px 3px 13px!important}.theme-retro .btn:hover{filter:none!important;background:#e4e0d8!important;transform:none!important}.theme-retro .btn-primary{color:#000!important;background:#d4d0c8!important;border:2px solid #000!important;outline:1px solid #fff!important}.theme-retro .flex[style*="background: #0a0a0c"],.theme-retro .flex[style*="background:#0a0a0c"],.theme-retro div[style*="background: #0a0a0c"],.theme-retro div[style*="background:#0a0a0c"],.theme-retro div[style*="background: rgb(10, 10, 12)"]{background:var(--bg-primary)!important}.theme-retro aside[style*="background: rgba(8, 12, 28, 0.85)"],.theme-retro aside[style*="background:rgba(8,12,28,0.85)"],.theme-retro aside[style*="background: rgba(8,12,28,0.85)"]{background:#d4d0c8!important;border-color:#fff gray gray #fff!important;border-right-style:solid!important;border-right-width:2px!important;border-radius:0!important}.theme-retro .nav-section-title{color:gray!important;border-bottom:1px solid gray!important;margin-top:10px!important;padding-bottom:2px!important;font-weight:700!important}.theme-retro aside button{color:#000!important;box-shadow:none!important;background:0 0!important;border-radius:0!important}.theme-retro aside button[style*="background: var(--accent-gradient)"],.theme-retro aside button[style*="background:var(--accent-gradient)"]{color:#fff!important;background:navy!important;border:1px dotted #fff!important}.theme-retro [style*="color: white"],.theme-retro [style*=color\:white],.theme-retro [style*="color: #fff"],.theme-retro [style*="color:#fff"],.theme-retro [style*="color: #ffffff"],.theme-retro [style*="color:#ffffff"],.theme-retro [style*="color: rgb(255, 255, 255)"],.theme-retro [style*="color:rgb(255,255,255)"],.theme-retro [style*="color:rgba(255,255,255"],.theme-retro [style*="color: rgba(255, 255, 255"]{color:#000!important}.theme-retro h3,.theme-retro h3 *,.theme-retro h3[style*=color],.theme-retro h3[style*=color] *,.theme-retro .tab-button.active,.theme-retro .tab-button.active *,.theme-retro .tab-button-underlined.active,.theme-retro .tab-button-underlined.active *,.theme-retro .nav-button-sidebar.active,.theme-retro .nav-button-sidebar.active *,.theme-retro .badge,.theme-retro .badge *,.theme-retro .selected-row,.theme-retro .selected-row *,.theme-retro .active-row,.theme-retro .active-row *,.theme-retro aside button[style*="background: #0066cc"] *,.theme-retro aside button[style*="background:#0066cc"] *,.theme-retro button[style*="var(--accent-gradient)"],.theme-retro button[style*="var(--accent-gradient)"] *,.theme-retro button[style*="background: var(--accent-gradient)"],.theme-retro button[style*="background: var(--accent-gradient)"] *,.theme-retro button[style*="background:var(--accent-gradient)"],.theme-retro button[style*="background:var(--accent-gradient)"] *{color:#fff!important}.theme-retro main>header h1,.theme-retro main>header p,.theme-retro main>div>header h1,.theme-retro main>div>header p,.theme-retro header h1,.theme-retro header p,.theme-retro header h1 *,.theme-retro header p *{color:#fff!important;text-shadow:1px 1px 1px #000!important}.theme-retro span[style*="background: #ef4444"],.theme-retro span[style*="background:#ef4444"],.theme-retro span[style*="background-color: #ef4444"],.theme-retro span[style*="background-color:#ef4444"],.theme-retro [style*="background: #ef4444"] *,.theme-retro [style*="background:#ef4444"] *,.theme-retro .badge-danger,.theme-retro .badge-danger *{color:#fff!important}.theme-retro th{color:#000!important;background:#d4d0c8!important;border:2px solid gray!important;border-color:#fff gray gray #fff!important;border-radius:0!important;padding:4px 6px!important;font-size:.72rem!important;font-weight:700!important}.theme-retro tr{color:#000!important;background:#fff!important}.theme-retro td{color:#000!important;border:1px solid #d4d0c8!important;padding:4px 6px!important;font-size:.8rem!important}.theme-retro tbody tr:hover{color:#fff!important;background-color:#06c!important}.theme-retro tbody tr:hover td{color:#fff!important}.theme-retro option[style*="background: #0a0a0c"],.theme-retro option[style*="background:#0a0a0c"]{color:#000!important;background:#fff!important}.theme-retro .calendar-grid-cell{background:#fff!important;border:1px solid gray!important;border-radius:0!important}.theme-retro .calendar-grid-cell:hover{background:#e4e0d8!important;border-color:#000!important}.theme-retro .calendar-grid-cell.today{background:#f1efe9!important;border:2px solid #06c!important}.theme-retro ::-webkit-scrollbar{width:16px!important;height:16px!important}.theme-retro ::-webkit-scrollbar-track{background:#f1efe9!important}.theme-retro ::-webkit-scrollbar-thumb{background:#d4d0c8!important;border:2px solid gray!important;border-color:#fff gray gray #fff!important;border-radius:0!important}.theme-retro ::-webkit-scrollbar-thumb:hover{background:#e4e0d8!important}.theme-retro .tab-container{box-shadow:none!important;background:#d4d0c8!important;border:2px solid #fff!important;border-color:gray #fff #fff gray!important;border-radius:0!important;padding:2px!important;display:inline-flex!important}.theme-retro .tab-button{color:#000!important;background:0 0!important;border:none!important;border-radius:0!important;padding:4px 12px!important;font-weight:700!important}.theme-retro .tab-button:hover{color:#000!important;background:#e4e0d8!important}.theme-retro .tab-button.active{color:#fff!important;box-shadow:none!important;background:#06c!important}.theme-retro .tab-button.active *{color:#fff!important}.theme-retro .tab-button-underlined{color:#000!important;background:0 0!important;border-bottom:2px solid #0000!important;border-radius:0!important;font-weight:700!important}.theme-retro .tab-button-underlined:hover{color:#000!important;background:#e4e0d8!important}.theme-retro .tab-button-underlined.active{color:#06c!important;background:#e4e0d8!important;border-bottom-color:#06c!important}.theme-retro div[style*="background: rgba(0, 0, 0, 0.25)"],.theme-retro div[style*="background:rgba(0,0,0,0.25)"],.theme-retro div[style*="background: rgba(0, 0, 0, 0.2)"],.theme-retro div[style*="background:rgba(0,0,0,0.2)"]{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#d4d0c8!important;border:2px solid #fff!important;border-color:gray #fff #fff gray!important;border-radius:0!important;padding:2px!important}.theme-retro div[style*="background: rgba(0, 0, 0, 0.25)"] button,.theme-retro div[style*="background:rgba(0,0,0,0.25)"] button,.theme-retro div[style*="background: rgba(0, 0, 0, 0.2)"] button,.theme-retro div[style*="background:rgba(0,0,0,0.2)"] button{color:#000!important;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important}.theme-retro div[style*="background: rgba(0, 0, 0, 0.25)"] button[style*=accent-gradient],.theme-retro div[style*="background:rgba(0,0,0,0.25)"] button[style*=accent-gradient],.theme-retro div[style*="background: rgba(0, 0, 0, 0.2)"] button[style*=accent-gradient],.theme-retro div[style*="background:rgba(0,0,0,0.2)"] button[style*=accent-gradient],.theme-retro div[style*="background: rgba(0, 0, 0, 0.25)"] button[style*="var(--accent-gradient)"],.theme-retro div[style*="background:rgba(0,0,0,0.25)"] button[style*="var(--accent-gradient)"],.theme-retro div[style*="background: rgba(0, 0, 0, 0.2)"] button[style*="var(--accent-gradient)"],.theme-retro div[style*="background:rgba(0,0,0,0.2)"] button[style*="var(--accent-gradient)"]{color:#fff!important;background:#06c!important}.theme-retro [style*="color: #c084fc"],.theme-retro [style*="color:#c084fc"],.theme-retro [style*="color: #8b5cf6"],.theme-retro [style*="color:#8b5cf6"],.theme-retro [style*="color: #a78bfa"],.theme-retro [style*="color:#a78bfa"],.theme-retro [style*="color: #7c3aed"],.theme-retro [style*="color:#7c3aed"],.theme-retro [style*="color: #a855f7"],.theme-retro [style*="color:#a855f7"],.theme-retro [style*="color: rgb(168, 85, 247)"],.theme-retro [style*="color:rgb(168,85,247)"],.theme-retro [style*="color: rgb(139, 92, 246)"],.theme-retro [style*="color:rgb(139,92,246)"]{color:#38bdf8!important}.theme-retro div[style*="background: rgba(139, 92, 246, 0.15)"],.theme-retro div[style*="background:rgba(139,92,246,0.15)"],.theme-retro div[style*="background: rgba(139, 92, 246, 0.12)"],.theme-retro div[style*="background:rgba(139,92,246,0.12)"],.theme-retro div[style*="background: rgba(139, 92, 246, 0.08)"],.theme-retro div[style*="background:rgba(139,92,246,0.08)"],.theme-retro div[style*="background: rgba(168, 85, 247, 0.08)"],.theme-retro div[style*="background:rgba(168,85,247,0.08)"],.theme-retro div[style*="background: rgba(168, 85, 247, 0.12)"],.theme-retro div[style*="background:rgba(168,85,247,0.12)"],.theme-retro span[style*="background: rgba(168, 85, 247"],.theme-retro span[style*="background:rgba(168,85,247"],.theme-retro span[style*="background: rgba(139, 92, 246"],.theme-retro span[style*="background:rgba(139,92,246"],.theme-retro span[style*="background: rgba(167, 139, 250"],.theme-retro span[style*="background:rgba(167,139,250"]{background:#38bdf81a!important}.theme-retro div[style*="border: 1px solid rgba(139, 92, 246, 0.25)"],.theme-retro div[style*="border:1px solid rgba(139,92,246,0.25)"],.theme-retro div[style*="border: 1px solid rgba(168, 85, 247, 0.25)"],.theme-retro div[style*="border:1px solid rgba(168,85,247,0.25)"],.theme-retro span[style*=border][style*="168, 85, 247"],.theme-retro span[style*=border][style*="168,85,247"],.theme-retro span[style*=border][style*="139, 92, 246"],.theme-retro span[style*=border][style*="139,92,246"],.theme-retro span[style*=border][style*="167, 139, 250"],.theme-retro span[style*=border][style*="167,139,250"]{border-color:#38bdf833!important}.theme-retro div[style*=box-shadow][style*="139, 92, 246"],.theme-retro div[style*=box-shadow][style*="168, 85, 247"]{box-shadow:0 0 12px #38bdf826!important}.theme-retro [style*=border-left][style*=c084fc],.theme-retro [style*=border-left][style*=C084FC],.theme-retro [style*=border-left][style*="8b5cf6"],.theme-retro [style*=border-left][style*="8B5CF6"],.theme-retro [style*=border-left][style*=a855f7],.theme-retro [style*=border-left][style*=A855F7]{border-left-color:#38bdf8!important}.theme-retro [style*="background: #8b5cf6"],.theme-retro [style*="background:#8b5cf6"],.theme-retro [style*="background: #c084fc"],.theme-retro [style*="background:#c084fc"],.theme-retro [style*="background: #a855f7"],.theme-retro [style*="background:#a855f7"]{background:#38bdf8!important}.theme-retro [style*="background: linear-gradient"][style*=c084fc],.theme-retro [style*=background\:linear-gradient][style*=c084fc],.theme-retro [style*="background: linear-gradient"][style*=a855f7],.theme-retro [style*=background\:linear-gradient][style*=a855f7]{background:linear-gradient(90deg,#38bdf8 0%,#06c 100%)!important}.theme-retro .badge-quote{color:#38bdf8!important;background:#38bdf81f!important;border:1px solid #38bdf840!important}.theme-retro svg[color*=c084fc],.theme-retro svg[color*=C084FC],.theme-retro svg[color*="8b5cf6"],.theme-retro svg[color*="8B5CF6"],.theme-retro svg[color*=a78bfa],.theme-retro svg[color*=A78BFA],.theme-retro svg[color*="7c3aed"],.theme-retro svg[color*="7C3AED"],.theme-retro svg[color*=a855f7],.theme-retro svg[color*=A855F7],.theme-retro svg[stroke*=c084fc],.theme-retro svg[stroke*=C084FC],.theme-retro svg[stroke*="8b5cf6"],.theme-retro svg[stroke*="8B5CF6"],.theme-retro svg[stroke*=a78bfa],.theme-retro svg[stroke*=A78BFA],.theme-retro svg[stroke*="7c3aed"],.theme-retro svg[stroke*="7C3AED"],.theme-retro svg[stroke*=a855f7],.theme-retro svg[stroke*=A855F7],.theme-retro svg[style*="color: #c084fc"],.theme-retro svg[style*="color:#c084fc"],.theme-retro svg[style*="color: #8b5cf6"],.theme-retro svg[style*="color:#8b5cf6"],.theme-retro svg[style*="color: #a78bfa"],.theme-retro svg[style*="color:#a78bfa"]{color:#38bdf8!important;stroke:#38bdf8!important}.theme-retro svg[color*=c084fc] *,.theme-retro svg[color*=C084FC] *,.theme-retro svg[color*="8b5cf6"] *,.theme-retro svg[color*="8B5CF6"] *,.theme-retro svg[color*=a78bfa] *,.theme-retro svg[color*=A78BFA] *,.theme-retro svg[color*="7c3aed"] *,.theme-retro svg[color*="7C3AED"] *,.theme-retro svg[color*=a855f7] *,.theme-retro svg[color*=A855F7] *,.theme-retro svg[stroke*=c084fc] *,.theme-retro svg[stroke*=C084FC] *,.theme-retro svg[stroke*="8b5cf6"] *,.theme-retro svg[stroke*="8B5CF6"] *,.theme-retro svg[stroke*=a78bfa] *,.theme-retro svg[stroke*=A78BFA] *,.theme-retro svg[stroke*="7c3aed"] *,.theme-retro svg[stroke*="7C3AED"] *,.theme-retro svg[stroke*=a855f7] *,.theme-retro svg[stroke*=A855F7] *,.theme-retro svg[style*="color: #c084fc"] *,.theme-retro svg[style*="color:#c084fc"] *,.theme-retro svg[style*="color: #8b5cf6"] *,.theme-retro svg[style*="color:#8b5cf6"] *,.theme-retro svg[style*="color: #a78bfa"] *,.theme-retro svg[style*="color:#a78bfa"] *{stroke:#38bdf8!important}.theme-retro svg[fill*=c084fc],.theme-retro svg[fill*=C084FC],.theme-retro svg[fill*="8b5cf6"],.theme-retro svg[fill*="8B5CF6"],.theme-retro svg[fill*=a78bfa],.theme-retro svg[fill*=A78BFA],.theme-retro svg[fill*="7c3aed"],.theme-retro svg[fill*="7C3AED"],.theme-retro svg[fill*=a855f7],.theme-retro svg[fill*=A855F7]{fill:#38bdf8!important}.theme-rose{--bg-primary:#120212;--bg-secondary:#1d031e;--bg-card:#1d031fa6;--text-primary:#fdf2f8;--text-secondary:#fbcfe8;--text-muted:#f472b6;--accent-primary:#ec4899;--accent-hover:#f472b6;--accent-gradient:linear-gradient(135deg, #db2777 0%, #a78bfa 100%);--accent-glow:0 0 24px #ec489973;--bg-input-focus:#1d031fd9;--border-color:#ec489926;--border-highlight:#ec48994d;--success:#10b981;--success-bg:#10b98126;--warning:#f59e0b;--warning-bg:#f59e0b26;--danger:#ef4444;--danger-bg:#ef444426;--fin-cost:#10b981;--fin-cost-muted:#10b981cc;--fin-sale-unit:#f472b6;--fin-sale-unit-muted:#f472b6cc;--fin-sale-total:#fbcfe8;--fin-sale-total-muted:#fbcfe8cc;--fin-utility:#c084fc;--fin-envio:#9ca3af;--bg-analysis-box:#ec48990d}.theme-rose body{background-color:var(--bg-primary);background-image:radial-gradient(circle at 15% 10%,#db277726 0%,#0000 45%),radial-gradient(circle at 85% 90%,#8813371a 0%,#0000 40%),radial-gradient(circle,#ec489908 0%,#0000 60%)}.theme-rose .flex[style*="background: #0a0a0c"],.theme-rose .flex[style*="background:#0a0a0c"],.theme-rose div[style*="background: #0a0a0c"],.theme-rose div[style*="background:#0a0a0c"],.theme-rose div[style*="background: rgb(10, 10, 12)"]{background:var(--bg-primary)!important}.theme-rose aside[style*="background: rgba(8, 12, 28, 0.85)"],.theme-rose aside[style*="background:rgba(8,12,28,0.85)"],.theme-rose aside[style*="background: rgba(8,12,28,0.85)"]{background:var(--bg-secondary)!important;border-right:1px solid var(--border-color)!important}.theme-rose option[style*="background: #0a0a0c"],.theme-rose option[style*="background:#0a0a0c"]{background-color:var(--bg-secondary)!important;background:var(--bg-secondary)!important;color:var(--text-primary)!important}.theme-rose .calendar-grid-cell{border-color:var(--border-color)!important;background:#ec489905!important}.theme-rose .calendar-grid-cell:hover{border-color:var(--border-highlight)!important;background:#ec48990f!important}.theme-rose .calendar-grid-cell.today{border:2px solid var(--accent-primary)!important;background:#ec48990d!important}.theme-rose ::-webkit-scrollbar-track{background:var(--bg-primary)}.theme-rose ::-webkit-scrollbar-thumb{border:2px solid var(--bg-primary);background:#ec489940}.theme-rose ::-webkit-scrollbar-thumb:hover{background:#ec489973}.theme-amber{--bg-primary:#0a0805;--bg-secondary:#171109;--bg-card:#171109a6;--text-primary:#fffbeb;--text-secondary:#fef3c7;--text-muted:#f59e0b;--accent-primary:#f59e0b;--accent-hover:#fbbf24;--accent-gradient:linear-gradient(135deg, #d97706 0%, #ea580c 100%);--accent-glow:0 0 24px #f59e0b66;--bg-input-focus:#171109d9;--border-color:#f59e0b26;--border-highlight:#f59e0b4d;--success:#10b981;--success-bg:#10b98126;--warning:#fbbf24;--warning-bg:#fbbf2426;--danger:#ef4444;--danger-bg:#ef444426;--fin-cost:#10b981;--fin-cost-muted:#10b981cc;--fin-sale-unit:#fbbf24;--fin-sale-unit-muted:#fbbf24cc;--fin-sale-total:#fef3c7;--fin-sale-total-muted:#fef3c7cc;--fin-utility:#ea580c;--fin-envio:#9ca3af;--bg-analysis-box:#f59e0b0d}.theme-amber body{background-color:var(--bg-primary);background-image:radial-gradient(circle at 15% 10%,#d977061f 0%,#0000 45%),radial-gradient(circle at 85% 90%,#78350414 0%,#0000 40%),radial-gradient(circle,#f59e0b08 0%,#0000 60%)}.theme-amber .flex[style*="background: #0a0a0c"],.theme-amber .flex[style*="background:#0a0a0c"],.theme-amber div[style*="background: #0a0a0c"],.theme-amber div[style*="background:#0a0a0c"],.theme-amber div[style*="background: rgb(10, 10, 12)"]{background:var(--bg-primary)!important}.theme-amber aside[style*="background: rgba(8, 12, 28, 0.85)"],.theme-amber aside[style*="background:rgba(8,12,28,0.85)"],.theme-amber aside[style*="background: rgba(8,12,28,0.85)"]{background:var(--bg-secondary)!important;border-right:1px solid var(--border-color)!important}.theme-amber option[style*="background: #0a0a0c"],.theme-amber option[style*="background:#0a0a0c"]{background-color:var(--bg-secondary)!important;background:var(--bg-secondary)!important;color:var(--text-primary)!important}.theme-amber .calendar-grid-cell{border-color:var(--border-color)!important;background:#f59e0b05!important}.theme-amber .calendar-grid-cell:hover{border-color:var(--border-highlight)!important;background:#f59e0b0f!important}.theme-amber .calendar-grid-cell.today{border:2px solid var(--accent-primary)!important;background:#f59e0b0d!important}.theme-amber ::-webkit-scrollbar-track{background:var(--bg-primary)}.theme-amber ::-webkit-scrollbar-thumb{border:2px solid var(--bg-primary);background:#f59e0b40}.theme-amber ::-webkit-scrollbar-thumb:hover{background:#f59e0b73}.theme-daltonico{--bg-primary:#000;--bg-secondary:#0d0e12;--bg-card:#16161ad9;--text-primary:#fff;--text-secondary:#cdd5e0;--text-muted:#8492a6;--accent-primary:#2962ff;--accent-hover:#448aff;--accent-gradient:linear-gradient(135deg, #1a237e 0%, #2962ff 100%);--accent-glow:0 0 24px #2962ff73;--border-color:#ffffff26;--border-highlight:#ffffff4d;--success:#2962ff;--success-bg:#2962ff26;--warning:#fff;--warning-bg:#ffffff26;--danger:#d50000;--danger-bg:#d5000026;--fin-cost:#2962ff;--fin-cost-muted:#2962ffcc;--fin-sale-unit:#fff;--fin-sale-unit-muted:#fffc;--fin-sale-total:#cdd5e0;--fin-sale-total-muted:#cdd5e0cc;--fin-utility:#1a237e;--fin-envio:#8492a6;--bg-analysis-box:#ffffff0d;--bg-input-focus:#050505}.theme-daltonico body{background-color:var(--bg-primary);color:var(--text-primary);background-image:radial-gradient(circle at 15% 10%,#2962ff26 0%,#0000 45%),radial-gradient(circle at 85% 90%,#1a237e1a 0%,#0000 45%),radial-gradient(circle,#ffffff03 0%,#0000 60%)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin-reverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes pulse{0%,to{opacity:.6;transform:scale(.9)}50%{opacity:1;transform:scale(1.15)}}@keyframes skeletonPulse{0%,to{background-color:#ffffff08}50%{background-color:#ffffff14}}.skeleton-item{border-radius:var(--radius-sm);animation:1.5s ease-in-out infinite skeletonPulse}.premium-table-container{border-radius:var(--radius-lg);box-shadow:none;-webkit-backdrop-filter:none;background:0 0;border:none;margin-top:1rem;overflow-x:auto}.premium-table{border-collapse:separate;border-spacing:0;text-align:left;width:100%}.premium-table th{font-family:var(--font-sans);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;-webkit-user-select:none;user-select:none;background:#00000040;border-bottom:1px solid #ffffff0f;padding:1.1rem .65rem;font-size:.7rem;font-weight:600}.premium-table th:first-child{border-top-left-radius:var(--radius-lg)}.premium-table th:last-child{border-top-right-radius:var(--radius-lg)}.premium-table tbody tr{transition:all var(--transition-fast);background:0 0}.premium-table tbody tr:hover{box-shadow:var(--shadow-md);background:#ffffff06;transform:translateY(-.5px)}.premium-table td{vertical-align:middle;transition:all var(--transition-fast);border-bottom:1px solid #ffffff05;padding:1.1rem .65rem}.premium-table tr.selected-row{background:#3b82f60a!important}.premium-table tr.selected-row td{border-bottom:1px solid #2563eb1a}.premium-table tr.active-row{background:#3b82f624!important}.premium-table tr.active-row td{border-bottom:1px solid #3b82f659!important}.premium-table tr.active-row:hover{background:#3b82f62e!important}.tab-container{border:1px solid var(--border-color);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000040;border-radius:2rem;align-self:flex-start;gap:4px;padding:4px;display:inline-flex;box-shadow:0 4px 12px #0000001a}.tab-button{cursor:pointer;color:var(--text-secondary);transition:all var(--transition-fast);background:0 0;border:none;border-radius:2rem;outline:none;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:700;display:inline-flex}.tab-button:hover{color:var(--text-primary);background:#ffffff08}.tab-button.active{background:var(--accent-gradient)!important;color:#fff!important;box-shadow:var(--accent-glow)!important}.tab-container-underlined{background:#00000026;border-bottom:1px solid #ffffff0f;gap:0;display:flex}.tab-button-underlined{cursor:pointer;color:var(--text-secondary);transition:all var(--transition-fast);background:0 0;border:none;border-bottom:2px solid #0000;outline:none;align-items:center;gap:8px;padding:1rem 1.75rem;font-size:.85rem;font-weight:700;display:flex}.tab-button-underlined:hover{color:var(--text-primary);background:#ffffff05}.tab-button-underlined.active{color:#fff!important;border-bottom-color:var(--accent-primary)!important}.nav-section-title{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);-webkit-user-select:none;user-select:none;margin-top:1.25rem;margin-bottom:.4rem;padding-left:.85rem;font-size:.65rem;font-weight:800}.theme-daltonico [style*=\#10b981],.theme-daltonico [style*=\#10B981],.theme-daltonico [style*=\#059669],.theme-daltonico [style*=\#059669],.theme-daltonico [style*=\#34d399],.theme-daltonico [style*=\#34D399],.theme-daltonico [style*=\#2dd4bf],.theme-daltonico [style*=\#2DD4BF],.theme-daltonico [style*="16, 185, 129"],.theme-daltonico [style*="16,185,129"],.theme-daltonico [style*="5, 150, 105"],.theme-daltonico [style*="5,150,105"],.theme-daltonico [style*="52, 211, 153"],.theme-daltonico [style*="52,211,153"],.theme-daltonico [style*="45, 212, 191"],.theme-daltonico [style*="45,212,191"]{color:var(--success)!important;border-color:var(--success)!important}.theme-daltonico [style*=background][style*=\#10b981],.theme-daltonico [style*=background][style*=\#10B981],.theme-daltonico [style*=background][style*=\#059669],.theme-daltonico [style*=background][style*=\#059669],.theme-daltonico [style*=background][style*=\#34d399],.theme-daltonico [style*=background][style*=\#34D399],.theme-daltonico [style*=background][style*=\#2dd4bf],.theme-daltonico [style*=background][style*=\#2DD4BF],.theme-daltonico [style*=background][style*="16, 185, 129"],.theme-daltonico [style*=background][style*="16,185,129"],.theme-daltonico [style*=background][style*="5, 150, 105"],.theme-daltonico [style*=background][style*="5,150,105"],.theme-daltonico [style*=background][style*="52, 211, 153"],.theme-daltonico [style*=background][style*="52,211,153"],.theme-daltonico [style*=background][style*="45, 212, 191"],.theme-daltonico [style*=background][style*="45,212,191"]{background-color:var(--success-bg)!important;background:var(--success-bg)!important}.theme-daltonico [style*=\#f59e0b],.theme-daltonico [style*=\#F59E0B],.theme-daltonico [style*=\#fbbf24],.theme-daltonico [style*=\#FBBF24],.theme-daltonico [style*=\#d97706],.theme-daltonico [style*=\#D97706],.theme-daltonico [style*=\#fcd34d],.theme-daltonico [style*=\#FCD34D],.theme-daltonico [style*=\#facc15],.theme-daltonico [style*=\#FACC15],.theme-daltonico [style*="245, 158, 11"],.theme-daltonico [style*="245,158,11"],.theme-daltonico [style*="251, 191, 36"],.theme-daltonico [style*="251,191,36"],.theme-daltonico [style*="217, 119, 6"],.theme-daltonico [style*="217,119,6"],.theme-daltonico [style*="252, 211, 77"],.theme-daltonico [style*="252,211,77"],.theme-daltonico [style*="250, 204, 21"],.theme-daltonico [style*="250,204,21"]{color:var(--warning)!important;border-color:var(--warning)!important}.theme-daltonico [style*=background][style*=\#f59e0b],.theme-daltonico [style*=background][style*=\#F59E0B],.theme-daltonico [style*=background][style*=\#fbbf24],.theme-daltonico [style*=background][style*=\#FBBF24],.theme-daltonico [style*=background][style*=\#d97706],.theme-daltonico [style*=background][style*=\#D97706],.theme-daltonico [style*=background][style*=\#fcd34d],.theme-daltonico [style*=background][style*=\#FCD34D],.theme-daltonico [style*=background][style*=\#facc15],.theme-daltonico [style*=background][style*=\#FACC15],.theme-daltonico [style*=background][style*="245, 158, 11"],.theme-daltonico [style*=background][style*="245,158,11"],.theme-daltonico [style*=background][style*="251, 191, 36"],.theme-daltonico [style*=background][style*="251,191,36"],.theme-daltonico [style*=background][style*="217, 119, 6"],.theme-daltonico [style*=background][style*="217,119,6"],.theme-daltonico [style*=background][style*="252, 211, 77"],.theme-daltonico [style*=background][style*="252,211,77"],.theme-daltonico [style*=background][style*="250, 204, 21"],.theme-daltonico [style*=background][style*="250,204,21"]{background-color:var(--warning-bg)!important;background:var(--warning-bg)!important}.theme-daltonico [style*=\#ef4444],.theme-daltonico [style*=\#EF4444],.theme-daltonico [style*=\#f87171],.theme-daltonico [style*=\#F87171],.theme-daltonico [style*=\#dc2626],.theme-daltonico [style*=\#DC2626],.theme-daltonico [style*=\#fca5a5],.theme-daltonico [style*=\#FCA5A5],.theme-daltonico [style*=\#f43f5e],.theme-daltonico [style*=\#F43F5E],.theme-daltonico [style*="239, 68, 68"],.theme-daltonico [style*="239,68,68"],.theme-daltonico [style*="248, 113, 113"],.theme-daltonico [style*="248,113,113"],.theme-daltonico [style*="220, 38, 38"],.theme-daltonico [style*="220,38,38"],.theme-daltonico [style*="252, 165, 165"],.theme-daltonico [style*="252,165,165"],.theme-daltonico [style*="244, 63, 94"],.theme-daltonico [style*="244,63,94"]{color:var(--danger)!important;border-color:var(--danger)!important}.theme-daltonico [style*=background][style*=\#ef4444],.theme-daltonico [style*=background][style*=\#EF4444],.theme-daltonico [style*=background][style*=\#f87171],.theme-daltonico [style*=background][style*=\#F87171],.theme-daltonico [style*=background][style*=\#dc2626],.theme-daltonico [style*=background][style*=\#DC2626],.theme-daltonico [style*=background][style*=\#fca5a5],.theme-daltonico [style*=background][style*=\#FCA5A5],.theme-daltonico [style*=background][style*=\#f43f5e],.theme-daltonico [style*=background][style*=\#F43F5E],.theme-daltonico [style*=background][style*="239, 68, 68"],.theme-daltonico [style*=background][style*="239,68,68"],.theme-daltonico [style*=background][style*="248, 113, 113"],.theme-daltonico [style*=background][style*="248,113,113"],.theme-daltonico [style*=background][style*="220, 38, 38"],.theme-daltonico [style*=background][style*="220,38,38"],.theme-daltonico [style*=background][style*="252, 165, 165"],.theme-daltonico [style*=background][style*="252,165,165"],.theme-daltonico [style*=background][style*="244, 63, 94"],.theme-daltonico [style*=background][style*="244,63,94"]{background-color:var(--danger-bg)!important;background:var(--danger-bg)!important}.theme-daltonico [style*=\#c084fc],.theme-daltonico [style*=\#C084FC],.theme-daltonico [style*=\#8b5cf6],.theme-daltonico [style*=\#8B5CF6],.theme-daltonico [style*=\#a78bfa],.theme-daltonico [style*=\#A78BFA],.theme-daltonico [style*=\#818cf8],.theme-daltonico [style*=\#818CF8],.theme-daltonico [style*=\#06b6d4],.theme-daltonico [style*=\#06B6D4],.theme-daltonico [style*=\#38bdf8],.theme-daltonico [style*=\#38BDF8],.theme-daltonico [style*="192, 132, 252"],.theme-daltonico [style*="192,132,252"],.theme-daltonico [style*="139, 92, 246"],.theme-daltonico [style*="139,92,246"],.theme-daltonico [style*="167, 139, 250"],.theme-daltonico [style*="167,139,250"],.theme-daltonico [style*="129, 140, 248"],.theme-daltonico [style*="129,140,248"],.theme-daltonico [style*="6, 182, 212"],.theme-daltonico [style*="6,182,212"],.theme-daltonico [style*="56, 189, 248"],.theme-daltonico [style*="56,189,248"]{color:var(--accent-primary)!important;border-color:var(--accent-primary)!important}.theme-daltonico [style*=background][style*=\#c084fc],.theme-daltonico [style*=background][style*=\#C084FC],.theme-daltonico [style*=background][style*=\#8b5cf6],.theme-daltonico [style*=background][style*=\#8B5CF6],.theme-daltonico [style*=background][style*=\#a78bfa],.theme-daltonico [style*=background][style*=\#A78BFA],.theme-daltonico [style*=background][style*=\#818cf8],.theme-daltonico [style*=background][style*=\#818CF8],.theme-daltonico [style*=background][style*=\#06b6d4],.theme-daltonico [style*=background][style*=\#06B6D4],.theme-daltonico [style*=background][style*=\#38bdf8],.theme-daltonico [style*=background][style*=\#38BDF8],.theme-daltonico [style*=background][style*="192, 132, 252"],.theme-daltonico [style*=background][style*="192,132,252"],.theme-daltonico [style*=background][style*="139, 92, 246"],.theme-daltonico [style*=background][style*="139,92,246"],.theme-daltonico [style*=background][style*="167, 139, 250"],.theme-daltonico [style*=background][style*="167,139,250"],.theme-daltonico [style*=background][style*="129, 140, 248"],.theme-daltonico [style*=background][style*="129,140,248"],.theme-daltonico [style*=background][style*="6, 182, 212"],.theme-daltonico [style*=background][style*="6,182,212"],.theme-daltonico [style*=background][style*="56, 189, 248"],.theme-daltonico [style*=background][style*="56,189,248"]{background-color:var(--accent-glow)!important;background:var(--accent-glow)!important}.theme-daltonico svg[stroke=\#10b981],.theme-daltonico svg[stroke=\#10B981],.theme-daltonico svg[stroke=\#059669],.theme-daltonico svg[stroke=\#059669],.theme-daltonico svg[stroke=\#34d399],.theme-daltonico svg[stroke=\#34D399],.theme-daltonico svg[stroke=\#2dd4bf],.theme-daltonico svg[stroke=\#2DD4BF]{stroke:var(--success)!important}.theme-daltonico svg[stroke=\#f59e0b],.theme-daltonico svg[stroke=\#F59E0B],.theme-daltonico svg[stroke=\#fbbf24],.theme-daltonico svg[stroke=\#FBBF24],.theme-daltonico svg[stroke=\#d97706],.theme-daltonico svg[stroke=\#D97706],.theme-daltonico svg[stroke=\#fcd34d],.theme-daltonico svg[stroke=\#FCD34D],.theme-daltonico svg[stroke=\#facc15],.theme-daltonico svg[stroke=\#FACC15]{stroke:var(--warning)!important}.theme-daltonico svg[stroke=\#ef4444],.theme-daltonico svg[stroke=\#EF4444],.theme-daltonico svg[stroke=\#f87171],.theme-daltonico svg[stroke=\#F87171],.theme-daltonico svg[stroke=\#dc2626],.theme-daltonico svg[stroke=\#DC2626],.theme-daltonico svg[stroke=\#fca5a5],.theme-daltonico svg[stroke=\#FCA5A5],.theme-daltonico svg[stroke=\#f43f5e],.theme-daltonico svg[stroke=\#F43F5E]{stroke:var(--danger)!important}.theme-daltonico svg[stroke=\#c084fc],.theme-daltonico svg[stroke=\#C084FC],.theme-daltonico svg[stroke=\#8b5cf6],.theme-daltonico svg[stroke=\#8B5CF6],.theme-daltonico svg[stroke=\#a78bfa],.theme-daltonico svg[stroke=\#A78BFA],.theme-daltonico svg[stroke=\#818cf8],.theme-daltonico svg[stroke=\#818CF8],.theme-daltonico svg[stroke=\#06b6d4],.theme-daltonico svg[stroke=\#06B6D4],.theme-daltonico svg[stroke=\#38bdf8],.theme-daltonico svg[stroke=\#38BDF8]{stroke:var(--accent-primary)!important}.theme-daltonico svg[fill=\#10b981],.theme-daltonico svg[fill=\#10B981],.theme-daltonico svg[fill=\#059669],.theme-daltonico svg[fill=\#059669],.theme-daltonico svg[fill=\#34d399],.theme-daltonico svg[fill=\#34D399],.theme-daltonico svg[fill=\#2dd4bf],.theme-daltonico svg[fill=\#2DD4BF]{fill:var(--success)!important}.theme-daltonico svg[fill=\#f59e0b],.theme-daltonico svg[fill=\#F59E0B],.theme-daltonico svg[fill=\#fbbf24],.theme-daltonico svg[fill=\#FBBF24],.theme-daltonico svg[fill=\#d97706],.theme-daltonico svg[fill=\#D97706],.theme-daltonico svg[fill=\#fcd34d],.theme-daltonico svg[fill=\#FCD34D],.theme-daltonico svg[fill=\#facc15],.theme-daltonico svg[fill=\#FACC15]{fill:var(--warning)!important}.theme-daltonico svg[fill=\#ef4444],.theme-daltonico svg[fill=\#EF4444],.theme-daltonico svg[fill=\#f87171],.theme-daltonico svg[fill=\#F87171],.theme-daltonico svg[fill=\#dc2626],.theme-daltonico svg[fill=\#DC2626],.theme-daltonico svg[fill=\#fca5a5],.theme-daltonico svg[fill=\#FCA5A5],.theme-daltonico svg[fill=\#f43f5e],.theme-daltonico svg[fill=\#F43F5E]{fill:var(--danger)!important}.theme-daltonico svg[fill=\#c084fc],.theme-daltonico svg[fill=\#C084FC],.theme-daltonico svg[fill=\#8b5cf6],.theme-daltonico svg[fill=\#8B5CF6],.theme-daltonico svg[fill=\#a78bfa],.theme-daltonico svg[fill=\#A78BFA],.theme-daltonico svg[fill=\#818cf8],.theme-daltonico svg[fill=\#818CF8],.theme-daltonico svg[fill=\#06b6d4],.theme-daltonico svg[fill=\#06B6D4],.theme-daltonico svg[fill=\#38bdf8],.theme-daltonico svg[fill=\#38BDF8]{fill:var(--accent-primary)!important}.theme-light img[alt=Logo],.theme-retro img[alt=Logo]{filter:invert()brightness(.15)!important}
