:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--font-ui:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-code:ui-monospace,"SFMono-Regular",Consolas,monospace;--shadow-card:0 3px 12px #24294006;--shadow-popover:0 12px 40px #171d301f;--shadow-dialog:0 24px 80px #171d3033;--overlay:#171d307a;--radius:.75rem;--background:#f5f6fb;--foreground:#242940;--card:#fff;--card-foreground:#242940;--popover:#fff;--popover-foreground:#242940;--primary:#3659d9;--primary-foreground:#fff;--secondary:#edf0fc;--secondary-foreground:#354eaa;--muted:#f0f2f8;--muted-foreground:#626b82;--accent:#e9edff;--accent-foreground:#304fc3;--destructive:#c13551;--destructive-foreground:#fff;--destructive-soft:#fff0f3;--border:#e0e4ef;--input:#ced4e4;--ring:#5673eb;--success:#177456;--success-soft:#e5f6ee;--warning:#8a5810;--warning-soft:#fff3d6;--category-purple:#7352b8;--category-purple-soft:#f1ebff;--category-pink:#aa407c;--category-pink-soft:#fceaf3;--category-teal:#14776d;--category-teal-soft:#e3f6f2;--chart-1:#5673eb;--chart-2:#20a786;--chart-3:#f2b644;--chart-4:#9b72df;--chart-5:#e576a9;--sidebar:#fff;--sidebar-foreground:#242940;--sidebar-primary:#3659d9;--sidebar-primary-foreground:#fff;--sidebar-accent:#e9edff;--sidebar-accent-foreground:#304fc3;--sidebar-border:#e0e4ef;--sidebar-ring:#5673eb;--motion-fast:.16s;--motion-enter:.28s;--motion-ease:cubic-bezier(.2,.8,.2,1)}.dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#171d30;--foreground:#edf0fa;--card:#20283e;--card-foreground:#edf0fa;--popover:#20283e;--popover-foreground:#edf0fa;--primary:#9cafff;--primary-foreground:#171d30;--secondary:#293552;--secondary-foreground:#c3ceff;--muted:#283148;--muted-foreground:#b0bad0;--accent:#303e63;--accent-foreground:#c3ceff;--destructive:#ff9eaf;--destructive-foreground:#301721;--destructive-soft:#492938;--border:#3a4561;--input:#53617e;--ring:#9cafff;--success:#7cdbb3;--success-soft:#223e38;--warning:#f4cd7e;--warning-soft:#453b27;--category-purple:#c8afff;--category-purple-soft:#37304f;--category-pink:#f5aed6;--category-pink-soft:#492e43;--category-teal:#80d8d0;--category-teal-soft:#243f43;--sidebar:var(--card);--sidebar-foreground:var(--foreground);--sidebar-primary:var(--primary);--sidebar-primary-foreground:var(--primary-foreground);--sidebar-accent:var(--accent);--sidebar-accent-foreground:var(--accent-foreground);--sidebar-border:var(--border);--sidebar-ring:var(--ring)}[data-category=RES]{--category-color:var(--category-purple);--category-soft:var(--category-purple-soft)}[data-category=CERDO]{--category-color:var(--category-pink);--category-soft:var(--category-pink-soft)}[data-category=POLLO]{--category-color:var(--warning);--category-soft:var(--warning-soft)}[data-category=OTROS]{--category-color:var(--category-teal);--category-soft:var(--category-teal-soft)}.category-badge{color:var(--category-color);background:var(--category-soft);border-color:#0000}@keyframes workspace-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes value-update{0%{background-color:var(--accent)}to{background-color:#0000}}@keyframes sale-confirm{0%{opacity:0;transform:scale(.85)}65%{opacity:1;transform:scale(1.05)}to{transform:scale(1)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important;animation-delay:0s!important}}@media (prefers-reduced-motion:no-preference){[data-slot=button]{transition:background-color var(--motion-fast),color var(--motion-fast),border-color var(--motion-fast),box-shadow var(--motion-fast),scale var(--motion-fast)}[data-slot=button]:not(:disabled):active{scale:.98}[data-slot=input],[data-slot=textarea],[data-slot=select-trigger]{transition:border-color var(--motion-fast),box-shadow var(--motion-fast)}[data-slot=tabs-content]{animation:workspace-enter .18s var(--motion-ease)}}*{box-sizing:border-box}body{font-family:var(--font-ui);color:var(--foreground);background:var(--background);font-synthesis:none;margin:0}main{max-width:1500px;margin:auto;padding:42px 40px}header,.toolbar,.section-heading,.row,footer{justify-content:space-between;align-items:center;gap:16px;display:flex}header{margin-bottom:32px}.eyebrow{letter-spacing:.18em;color:var(--primary);font-size:11px;font-weight:700}h1{letter-spacing:-1.5px;margin:10px 0;font-size:clamp(28px,3vw,36px)}h2{margin:0 0 20px;font-size:21px}h3{margin:0;font-size:18px}.muted{color:var(--muted-foreground);line-height:1.6}.small,small{font-size:12px}small{color:var(--muted-foreground);overflow-wrap:anywhere;max-width:260px;margin-top:6px;display:block}button{font:inherit;background:var(--primary);color:var(--primary-foreground);cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:10px;padding:11px 17px;font-size:13px;font-weight:600}button:hover{background:var(--accent);color:var(--accent-foreground)}button:disabled{opacity:.45;cursor:default}.secondary{color:var(--foreground);background:var(--card);border-color:var(--border)}.text-button{color:var(--destructive);background:0 0;padding:8px}label{color:var(--muted-foreground);flex-direction:column;gap:7px;font-size:12px;font-weight:600;display:flex}input,select,textarea{font:inherit;color:var(--foreground);background:var(--card);border:1px solid var(--input);border-radius:10px;min-width:0;padding:11px 12px}input:focus,select:focus,textarea:focus,button:focus-visible{outline:3px solid var(--ring);outline-offset:2px}.toolbar{flex-wrap:wrap;justify-content:flex-start;align-items:end;margin-bottom:28px}.toolbar select{min-width:200px}.toolbar .small{margin-left:auto}nav{border-bottom:1px solid var(--border);gap:8px;margin-bottom:28px;padding-bottom:12px;display:flex;overflow-x:auto}nav button{color:var(--muted-foreground);background:0 0}nav button.active{background:var(--accent);color:var(--primary)}.metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-bottom:10px;display:grid}.metrics article{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:24px}.metrics article>span{color:var(--muted-foreground);font-size:13px}.metrics strong{letter-spacing:-1px;margin-top:14px;font-size:32px;display:block}section{margin-top:28px}.store-grid{grid-template-columns:repeat(auto-fit,minmax(min(340px,100%),1fr));gap:20px;display:grid}.store-card{border:1px solid var(--border);background:var(--card);border-radius:16px;padding:24px}.store-total{margin:25px 0;font-size:29px;display:block}.badge{background:var(--success-soft);color:var(--success);white-space:nowrap;border-radius:20px;padding:6px 10px;font-size:11px;display:inline-block}.badge.warning{color:var(--warning);background:var(--warning-soft)}dl{grid-template-columns:1fr auto;gap:12px;margin-bottom:25px;font-size:12px;display:grid}dt{color:var(--muted-foreground)}dd{text-align:right;margin:0}.table-wrap{border:1px solid var(--border);background:var(--card);border-radius:16px;overflow:auto}table{border-collapse:collapse;text-align:left;width:100%;font-size:13px}th{background:var(--muted);text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);padding:16px;font-size:11px}td{border-top:1px solid var(--muted);vertical-align:top;padding:18px 16px}details summary{cursor:pointer;color:var(--primary)}details p{min-width:240px;line-height:1.7}.empty{border:1px dashed var(--border);border-radius:16px;max-width:750px;padding:44px;line-height:1.8}.error{background:var(--destructive-soft);border:1px solid var(--border);color:var(--destructive);border-radius:10px;margin:16px 0;padding:14px;font-size:13px;line-height:1.6}footer{justify-content:center;margin:24px 0;font-size:13px}.modal{background:var(--card);width:min(500px,100%);max-height:90vh;box-shadow:var(--shadow-dialog);border-radius:18px;margin:0;padding:28px;overflow:auto}.modal form{gap:18px;display:grid}.modal p{font-size:14px;line-height:1.7}.modal textarea{width:100%;min-height:85px;margin-bottom:16px}.checkbox{flex-direction:row;align-items:center}.section-heading{margin-bottom:20px}.section-heading h2{margin:0}.section-heading p{margin-bottom:0}@media (max-width:800px){main{padding:24px 16px}header{flex-direction:column;align-items:start}h1{font-size:30px}.metrics{grid-template-columns:1fr}.metrics strong{font-size:28px}.store-grid{grid-template-columns:1fr}.toolbar .small{margin-left:0}.section-heading{flex-direction:column;align-items:start}}dialog.modal{border:0;margin:auto}dialog.modal::backdrop{background:var(--overlay)}.header-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.login-screen{place-items:center;min-height:100svh;padding:36px 20px;display:grid}.login-content{width:min(100%,440px)}.login-brand{letter-spacing:.13em;color:var(--muted-foreground);justify-content:center;align-items:center;gap:12px;margin-bottom:30px;font-size:11px;font-weight:700;display:flex}.login-brand-mark{background:var(--primary);width:30px;height:30px;color:var(--primary-foreground);letter-spacing:-.04em;border-radius:9px;place-items:center;font-size:17px;display:grid}.login-brand-divider{color:var(--muted-foreground);margin:0 9px;font-weight:400}.login-card{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow-card);border-radius:18px;margin:0;padding:36px}.login-icon{background:var(--accent);width:48px;height:48px;color:var(--primary);border:1px solid var(--border);border-radius:13px;place-items:center;margin-bottom:26px;display:grid}.login-card .eyebrow{margin:0 0 10px;font-size:10px}.login-card h1{letter-spacing:-1px;margin:0;font-size:clamp(24px,4vw,28px);line-height:1.2}.login-description{margin:12px 0 28px;font-size:13px}.login-card form{gap:20px;display:grid}.login-card label{color:var(--foreground);gap:9px;font-size:12px}.login-card input{width:100%;min-height:46px;font-size:14px;font-weight:400}.login-card input::placeholder{color:var(--muted-foreground)}.password-field{display:block;position:relative}.password-field input{padding-right:48px}.password-toggle{width:40px;height:40px;color:var(--muted-foreground);background:0 0;place-items:center;padding:0;display:grid;position:absolute;top:3px;right:3px}.login-submit{width:100%;min-height:46px;margin-top:4px;font-size:14px}.login-error{margin:0}.login-caption{text-align:center;color:var(--muted-foreground);margin:24px 0 0;font-size:12px}@media (max-width:480px){.login-card{padding:28px 24px}.login-screen{padding:28px 16px}}.login-field{gap:9px;display:grid}.login-card input:focus,.login-card button:focus-visible{outline-color:var(--ring)}@media (max-width:480px){.login-card input{font-size:16px}}header>div,.store-card,.metrics article{min-width:0}h1,h3{overflow-wrap:anywhere}.row{flex-wrap:wrap}.row h3{flex:1}button,input,select{min-height:40px}input[type=checkbox]{min-height:auto;accent-color:var(--primary)}button:disabled{pointer-events:none}.toolbar{border:1px solid var(--border);background:var(--card);border-radius:16px;padding:20px}.metrics article{border-top:3px solid var(--primary);box-shadow:var(--shadow-card)}.metrics article:nth-child(2){border-top-color:var(--category-purple)}.metrics article:nth-child(3){border-top-color:var(--warning)}.store-card{box-shadow:var(--shadow-card)}.store-card>.row:last-child{justify-content:flex-start;gap:8px}.store-card .text-button{margin-left:auto}.badge{border-radius:8px;align-items:center;gap:6px;display:inline-flex}.badge:before{content:"";background:currentColor;border-radius:50%;width:6px;height:6px}tbody tr:hover{background:var(--secondary)}.store-total,.metrics strong{font-variant-numeric:tabular-nums}.empty{background:var(--card);color:var(--muted-foreground)}.modal form>h2{line-height:1.3}@media (prefers-reduced-motion:no-preference){button{transition:background-color var(--motion-fast),color var(--motion-fast),scale var(--motion-fast)}button:not(:disabled):active{scale:.98}header,.metrics article,.store-card,.empty,dialog[open]{animation:workspace-enter var(--motion-enter)var(--motion-ease)}input,select,textarea{transition:border-color var(--motion-fast),box-shadow var(--motion-fast)}}@media (max-width:800px){.toolbar{gap:12px;padding:16px}.toolbar label{flex:130px}.toolbar select,.toolbar input{width:100%;min-width:0}.toolbar label:first-child{flex-basis:100%}.store-card{padding:18px}.store-card .row>.badge{white-space:normal}.modal{width:calc(100% - 32px);padding:22px}.section-heading>input{width:100%}}.category-badge{border-radius:7px;padding:5px 8px;font-size:11px;font-weight:600;display:inline-flex}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.animated-number{font-variant-numeric:tabular-nums;display:inline-block}.animated-number>[aria-hidden]{display:inline-block}.live-status{align-items:center;gap:6px;display:inline-flex}.live-dot{background:var(--muted-foreground);border-radius:50%;width:7px;height:7px}.live-dot.connected{background:#168454;box-shadow:0 0 0 3px #16845415}.toolbar button[aria-pressed=true]{border-color:var(--primary);color:var(--primary)}@media (prefers-reduced-motion:no-preference){.animated-number .is-updating{animation:.65s ease-out number-refresh}@keyframes number-refresh{0%{color:var(--primary);filter:blur(.35px);transform:translateY(2px)}to{color:inherit;filter:blur();transform:translateY(0)}}}
