.sigo-auth-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top left,rgba(37,99,235,.18),transparent 34%),radial-gradient(circle at bottom right,rgba(14,165,233,.12),transparent 30%),linear-gradient(145deg,#eef4ff,#f8fafc 52%,#eef2f7)}.sigo-auth-card{width:min(440px,100%);padding:32px;border:1px solid rgba(148,163,184,.24);border-radius:28px;background:#fffffff5;box-shadow:0 28px 70px #0f172a24;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.sigo-auth-brand{display:flex;align-items:center;gap:13px;margin-bottom:28px}.sigo-auth-brand-mark{width:50px;height:50px;flex:0 0 auto;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,#1d4ed8,#3b82f6);color:#fff;font-weight:900;letter-spacing:.06em;box-shadow:0 12px 28px #2563eb47}.sigo-auth-brand-copy strong,.sigo-auth-brand-copy span{display:block}.sigo-auth-brand-copy strong{font-size:19px;letter-spacing:.05em;color:#0f172a}.sigo-auth-brand-copy span{margin-top:3px;color:#64748b;font-size:12px;line-height:1.35}.sigo-auth-card h1{margin:0 0 8px;font-size:clamp(28px,6vw,36px);letter-spacing:-.035em;color:#0f172a}.sigo-auth-subtitle{margin:0 0 24px;color:#64748b;line-height:1.55;font-size:14px}.sigo-auth-form{display:grid;gap:16px}.sigo-auth-field{display:grid;gap:7px}.sigo-auth-field>span{color:#334155;font-size:13px;font-weight:750}.sigo-auth-field input{width:100%;min-height:50px;padding:12px 14px;border:1px solid #dbe3ee;border-radius:14px;background:#fff;color:#0f172a;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.sigo-auth-field input:focus{border-color:#60a5fa;box-shadow:0 0 0 4px #2563eb1a}.sigo-password-wrap{position:relative}.sigo-password-wrap input{padding-right:82px}.sigo-password-toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#2563eb;font-size:12px;font-weight:800;padding:8px}.sigo-auth-error,.sigo-auth-success{padding:12px 14px;border-radius:13px;font-size:13px;line-height:1.45}.sigo-auth-error{border:1px solid #fecaca;background:#fff7f7;color:#b91c1c}.sigo-auth-success{border:1px solid #bbf7d0;background:#f0fdf4;color:#166534}.sigo-auth-submit{width:100%;min-height:52px;border:0;border-radius:14px;background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff;font-weight:850;box-shadow:0 12px 24px #2563eb3d;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.sigo-auth-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 15px 30px #2563eb47}.sigo-auth-submit:disabled{cursor:wait;opacity:.65}.sigo-auth-secondary{border:0;background:transparent;color:#2563eb;font-size:13px;font-weight:750;padding:4px 0;justify-self:center}.sigo-auth-trial,.sigo-auth-subscription{width:100%;min-height:50px;border-radius:14px;font-size:14px;font-weight:850}.sigo-auth-trial{border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8}.sigo-auth-subscription{border:1px solid #d9e0ea;background:#fff;color:#0f172a}.sigo-subscription-card{display:grid;gap:14px;padding:18px;border:1px solid #e3e9f2;border-radius:20px;background:#fff;box-shadow:0 14px 34px #0f172a12}.sigo-subscription-provider{display:flex;align-items:center;gap:12px}.sigo-subscription-provider strong,.sigo-subscription-provider small{display:block}.sigo-subscription-provider strong{color:#0f172a;font-size:17px}.sigo-subscription-provider small{margin-top:3px;color:#64748b;font-size:12px}.sigo-subscription-logo{width:46px;height:46px;flex:0 0 auto;display:grid;place-items:center;border-radius:14px;background:#eaf6ff;color:#009ee3;font-weight:950;letter-spacing:-.04em}.sigo-mercadopago-button{background:linear-gradient(135deg,#009ee3,#118fd1);box-shadow:0 12px 24px #009ee338}.sigo-subscription-note{margin:0;color:#64748b;font-size:11px;line-height:1.45;text-align:center}.sigo-auth-help{margin-top:22px;padding-top:18px;border-top:1px solid #edf1f6;text-align:center;color:#94a3b8;font-size:11px}@media(max-width:560px){.sigo-auth-screen{place-items:stretch;padding:0;background:#f4f7fb}.sigo-auth-card{width:100%;min-height:100vh;padding:34px 20px 28px;border:0;border-radius:0;box-shadow:none;background:#f8fafc}.sigo-auth-brand{margin-bottom:42px}.sigo-auth-field input,.sigo-auth-submit,.sigo-auth-trial,.sigo-auth-subscription{min-height:54px;font-size:16px}.sigo-subscription-card{border-radius:18px;padding:16px}}:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f4f7fb;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #f4f7fb;--surface: #ffffff;--surface-soft: #f8fafc;--text: #172033;--muted: #718096;--line: #e6ebf2;--primary: #2563eb;--primary-dark: #1d4ed8;--sidebar: #101827;--sidebar-soft: #1b2638;--success: #16a34a;--warning: #d97706;--danger: #dc2626;--radius: 18px;--shadow: 0 12px 32px rgba(20, 31, 51, .08)}*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);color:var(--text)}button,input,select,textarea{font:inherit}button{cursor:pointer}.sigo-root{min-height:100vh;background:var(--bg)}.sigo-tenant-bar{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 18px;border-bottom:1px solid #dfe7f1;background:#f4f7fbf5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.sigo-tenant-copy{display:flex;align-items:baseline;gap:10px;min-width:0}.sigo-tenant-copy strong{font-size:18px;letter-spacing:.06em;color:#0f172a}.sigo-tenant-copy span{color:#64748b;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sigo-tenant-copy small{color:#334155;font-weight:750}.sigo-tenant-state{width:min(720px,calc(100% - 32px));margin:48px auto;padding:28px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow);color:var(--text)}.sigo-tenant-state h1{margin:0 0 10px;font-size:24px}.sigo-tenant-state p{margin:0;color:var(--muted);line-height:1.6}.app{min-height:100vh;display:grid;grid-template-columns:250px 1fr}.sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:22px 16px;background:linear-gradient(180deg,#0f172a,#111c31);color:#fff}.brand{display:flex;align-items:center;gap:12px;padding:8px 8px 24px}.brand-logo{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#3b82f6,#60a5fa);font-size:19px;font-weight:800;box-shadow:0 10px 26px #2563eb59}.brand strong,.brand span{display:block}.brand strong{font-size:16px;letter-spacing:.06em}.brand span{margin-top:3px;color:#9fb0c9;font-size:12px}.menu{display:grid;gap:6px}.menu-item{width:100%;border:0;border-radius:12px;padding:11px 12px;display:flex;align-items:center;gap:10px;color:#bdc8d8;background:transparent;text-align:left;transition:.18s ease}.menu-item:hover{background:#ffffff12;color:#fff}.menu-item.active{background:linear-gradient(90deg,#2563eb42,#2563eb1f);color:#fff;box-shadow:inset 3px 0 #60a5fa}.menu-icon{min-width:30px;height:30px;padding:0 6px;border-radius:9px;display:grid;place-items:center;background:#ffffff12;font-size:11px;font-weight:800}.sidebar-bottom{margin-top:auto}.user-card{display:flex;align-items:center;gap:10px;padding:12px;border-radius:14px;background:#ffffff0f}.avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#e8efff;color:#2555c7;font-weight:800}.user-card strong,.user-card span{display:block}.user-card strong{font-size:13px}.user-card span{margin-top:2px;color:#9fb0c9;font-size:11px}.main{min-width:0}.topbar{height:82px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 30px;background:#ffffffe0;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:64px;z-index:10}.topbar h1{margin:0;font-size:22px}.topbar p{margin:4px 0 0;color:var(--muted);font-size:12px}.topbar-actions{display:flex;gap:8px}.content{padding:28px 30px 48px;max-width:1500px;margin:0 auto}.welcome,.page-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.welcome{padding:26px 28px;border-radius:24px;background:linear-gradient(120deg,#fff 10%,#edf5ff);border:1px solid #dfe9f7;box-shadow:var(--shadow)}.welcome h2,.page-header h2{margin:0 0 7px;font-size:26px;letter-spacing:-.02em}.welcome p,.page-header p{margin:0;color:var(--muted);line-height:1.55}.primary-button,.admin-button,.icon-button{border:1px solid transparent;border-radius:11px;padding:10px 14px;font-weight:700;transition:.18s ease}.primary-button{background:var(--primary);color:#fff;box-shadow:0 7px 18px #2563eb38}.primary-button:hover{background:var(--primary-dark);transform:translateY(-1px)}.admin-button,.icon-button{background:#fff;color:#334155;border-color:var(--line)}.admin-button:hover,.icon-button:hover{background:#f8fafc}.danger-button{color:var(--danger)}.danger-button:hover{background:#fff7f7;border-color:#fecaca}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px}.stat-card{position:relative;overflow:hidden;min-height:128px;padding:20px;border-radius:var(--radius);background:var(--surface);border:1px solid var(--line);box-shadow:0 7px 22px #141f330d}.stat-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(#3b82f6,#60a5fa)}.stat-card span,.stat-card small{display:block;color:var(--muted)}.stat-card span{font-size:13px;font-weight:700}.stat-card strong{display:block;margin:13px 0 6px;font-size:27px;letter-spacing:-.03em}.stat-card small{font-size:12px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.8fr);gap:18px}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 8px 24px #141f330e;padding:20px}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.panel h3{margin:0 0 4px;font-size:17px}.panel p{color:var(--muted)}.panel-header p{margin:0;font-size:12px}.quick-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.quick-actions button{min-height:86px;border:1px solid var(--line);border-radius:14px;background:var(--surface-soft);color:#334155;font-weight:700}.quick-actions button:hover{border-color:#c7d7f1;background:#f1f6ff}.quick-actions span{display:block;margin-bottom:7px;font-size:22px}.empty-state,.empty-products,.coming-soon{text-align:center;padding:34px 16px;color:var(--muted)}.empty-state strong,.empty-state span{display:block}.empty-state strong{color:var(--text);margin:10px 0 6px}.empty-icon{font-size:30px}.empty-icon.large{font-size:38px}.product-tools{display:flex;gap:10px;margin-bottom:16px}.product-tools input{flex:1;min-width:0;border:1px solid var(--line);border-radius:12px;padding:12px 14px;background:#fff;outline:none}.product-tools input:focus,input:focus,select:focus,textarea:focus{border-color:#93b4ef;box-shadow:0 0 0 3px #2563eb14}.product-actions{flex-wrap:wrap}.row-actions{display:flex;gap:7px;flex-wrap:wrap}.table-wrapper{overflow-x:auto}.products-table{width:100%;border-collapse:collapse;min-width:820px}.products-table th{padding:11px 12px;text-align:left;color:#64748b;background:#f8fafc;border-bottom:1px solid var(--line);font-size:11px;text-transform:uppercase;letter-spacing:.04em}.products-table td{padding:13px 12px;border-bottom:1px solid #edf1f5;font-size:13px;vertical-align:middle}.products-table tbody tr:hover{background:#fbfdff}.products-table td strong,.products-table td small{display:block}.products-table td small{margin-top:4px;color:var(--muted)}.table-empty{padding:28px;text-align:center;color:var(--muted)}.modal-backdrop{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:20px;background:#0f172a85;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal{width:min(760px,100%);max-height:90vh;overflow:auto;border-radius:20px;background:#fff;box-shadow:0 30px 80px #0000003d;padding:24px}.modal-header{margin-bottom:18px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.form-group{display:grid;gap:6px}.form-group label{font-size:12px;color:#526174;font-weight:700}.form-group input,.form-group select,.form-group textarea,input,select,textarea{border:1px solid var(--line);border-radius:10px;padding:10px 12px;background:#fff;outline:none}.form-span-2{grid-column:1 / -1}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.form-error{margin:14px 0 0;padding:10px 12px;border-radius:10px;background:#fff7f7;color:var(--danger)!important;font-size:13px}.sigo-matriz-content{max-width:1600px}.sigo-matriz-kicker{display:inline-block;margin-bottom:8px;color:#2563eb;font-size:11px;font-weight:900;letter-spacing:.12em}.sigo-matriz-search{width:min(380px,100%);min-height:44px}.sigo-matriz-success{margin:0 0 14px;padding:10px 12px;border-radius:10px;background:#f0fdf4;color:#166534;font-size:13px}.sigo-matriz-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.sigo-matriz-company{border:1px solid var(--line);border-radius:18px;padding:18px;background:#fff;box-shadow:0 7px 22px #141f330a}.sigo-matriz-company h4{margin:0;font-size:18px}.sigo-matriz-company p{margin:6px 0 4px;font-size:13px}.sigo-matriz-company small{color:var(--muted)}.sigo-matriz-title-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.sigo-status{display:inline-flex;align-items:center;min-height:25px;padding:4px 9px;border-radius:999px;font-size:11px;font-weight:850}.sigo-status.active{background:#ecfdf3;color:#15803d}.sigo-status.suspended{background:#fff1f2;color:#be123c}.sigo-status.support{background:#eef5ff;color:#1d4ed8}.sigo-matriz-metrics{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.sigo-matriz-metrics span{padding:7px 9px;border:1px solid #e8edf4;border-radius:10px;background:#f8fafc;color:#64748b;font-size:11px}.sigo-matriz-metrics strong{color:#0f172a}.sigo-matriz-actions{display:flex;flex-wrap:wrap;gap:8px}.sigo-return-company{white-space:nowrap}@media(max-width:1050px){.stats{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid,.sigo-matriz-grid{grid-template-columns:1fr}}@media(max-width:760px){.sigo-tenant-bar{position:sticky;top:0;align-items:stretch;flex-direction:column;padding:8px 10px 10px;gap:8px;box-shadow:0 6px 18px #0f172a0f}.sigo-tenant-copy{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:2px 8px}.sigo-tenant-copy strong{font-size:17px}.sigo-tenant-copy span{font-size:11px;white-space:nowrap}.sigo-tenant-copy small{grid-column:1 / -1;font-size:11px;margin-top:2px}.sigo-context-actions{display:flex;overflow-x:auto;gap:6px;padding-bottom:2px;scrollbar-width:none}.sigo-context-actions::-webkit-scrollbar{display:none}.sigo-context-actions button{flex:0 0 auto;padding:8px 11px;border-radius:999px;font-size:12px}.sigo-tenant-bar>div:last-child{width:100%!important;min-width:0!important}.sigo-return-company{width:100%;min-height:42px}.app{display:block}.sidebar{position:sticky;top:0;z-index:18;height:auto;padding:7px 9px;box-shadow:0 8px 24px #0f172a2e}.brand{display:none}.menu{display:flex;gap:5px;overflow-x:auto;padding:1px 0;scrollbar-width:none}.menu::-webkit-scrollbar{display:none}.menu-item{min-width:max-content;width:auto;padding:9px 12px;border-radius:999px;font-size:13px;background:#ffffff09}.menu-item.active{box-shadow:none;background:#2563eb;color:#fff}.menu-icon,.sidebar-bottom{display:none}.topbar{top:48px;height:auto;min-height:60px;padding:11px 14px}.topbar>.topbar-actions{display:none}.topbar h1{font-size:19px}.product-actions{display:flex;width:100%}.product-actions button{flex:1}.content{padding:16px 12px 30px}.welcome,.page-header{align-items:flex-start;flex-direction:column;gap:12px}.welcome{padding:18px;border-radius:18px}.welcome h2,.page-header h2{font-size:22px}.stats{grid-template-columns:1fr 1fr;gap:9px}.stat-card{min-height:104px;padding:14px;border-radius:15px}.stat-card strong{font-size:23px}.quick-actions{grid-template-columns:1fr 1fr}.product-tools{flex-direction:column}.form-grid{grid-template-columns:1fr}.form-span-2{grid-column:auto}.modal{padding:16px;border-radius:16px}.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}.sigo-matriz-panel{padding:14px}.sigo-matriz-tools{align-items:stretch;flex-direction:column}.sigo-matriz-search{width:100%}.sigo-matriz-company{padding:15px}.sigo-matriz-actions button{flex:1 1 140px}}@media(max-width:460px){.stats,.quick-actions{grid-template-columns:1fr}.welcome h2,.page-header h2{font-size:21px}.sigo-tenant-copy span{max-width:230px}}.barcode-scanner{display:grid;gap:12px}.barcode-actions{display:flex;gap:8px;flex-wrap:wrap}.barcode-entry-row{display:grid;grid-template-columns:minmax(220px,1fr) auto auto;gap:8px;align-items:center}.barcode-entry-row input{min-width:0;min-height:46px}.barcode-help{margin:0;opacity:.72;font-size:13px;line-height:1.45}.barcode-camera-button{white-space:nowrap}.camera-scanner-shell{display:grid;gap:10px;max-width:560px}.camera-preview-wrap{position:relative;overflow:hidden;width:100%;aspect-ratio:4 / 3;border-radius:16px;background:#07111f;box-shadow:0 12px 28px #0f172a2e}.camera-preview{width:100%;height:100%;display:block;object-fit:cover}.camera-scan-frame{position:absolute;left:8%;right:8%;top:34%;height:32%;border:3px solid rgba(255,255,255,.96);border-radius:14px;box-shadow:0 0 0 999px #02081738,inset 0 0 0 1px #2563eb73;pointer-events:none}.camera-scan-frame:after{content:"";position:absolute;left:7%;right:7%;top:50%;height:2px;background:#22c55e;box-shadow:0 0 12px #22c55ef2}.camera-status{display:grid;gap:4px;padding:11px 13px;border:1px solid #dbe7f5;border-radius:12px;background:#f8fbff}.camera-status strong{color:#0f172a;font-size:13px}.camera-status span{color:#64748b;font-size:12px;line-height:1.45}@media(max-width:760px){.barcode-actions{display:grid;grid-template-columns:1fr 1fr}.barcode-actions button{min-height:44px;padding:9px 10px;font-size:13px}.barcode-entry-row{grid-template-columns:1fr 1fr}.barcode-entry-row input{grid-column:1 / -1;min-height:54px;font-size:16px;border-radius:14px}.barcode-entry-row button{min-height:48px}.barcode-camera-button{white-space:normal}.camera-scanner-shell{max-width:none}.camera-preview-wrap{aspect-ratio:3 / 4;max-height:66vh;border-radius:14px}.camera-scan-frame{left:7%;right:7%;top:39%;height:22%}}@media(max-width:430px){.barcode-actions,.barcode-entry-row{grid-template-columns:1fr}.barcode-entry-row input{grid-column:auto}.barcode-entry-row button{width:100%}}.sigo-root{background:radial-gradient(circle at 8% 0%,rgba(59,130,246,.08),transparent 28rem),linear-gradient(180deg,#f7f9fd,#f3f6fb)}.sigo-tenant-bar{min-height:66px;padding:8px 18px;border-bottom-color:#94a3b838;box-shadow:0 6px 24px #0f172a0b}.sigo-tenant-copy{position:relative;padding-left:48px;min-height:42px;align-items:center;flex-wrap:wrap;row-gap:2px}.sigo-tenant-copy:before{content:"S";position:absolute;left:0;top:50%;width:38px;height:38px;transform:translateY(-50%);display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,#1d4ed8,#60a5fa);color:#fff;font-size:18px;font-weight:900;box-shadow:0 10px 24px #2563eb40}.sigo-tenant-copy strong{font-size:17px}.sigo-tenant-copy small{padding:4px 8px;border-radius:999px;background:#eef4ff;color:#2555c7;font-size:11px}.sigo-context-actions{align-items:center}.sigo-context-actions button{min-height:40px}.sigo-company-switcher{display:flex;align-items:center;gap:8px;min-width:330px;padding:7px 8px 7px 12px;border:1px solid rgba(148,163,184,.22);border-radius:16px;background:#ffffffeb;box-shadow:0 7px 20px #0f172a0d}.sigo-company-field{min-width:0;flex:1}.sigo-company-eyebrow{display:block;margin-bottom:2px;color:#94a3b8;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.sigo-company-select{width:100%;border:0!important;padding:0 24px 0 0!important;background:transparent!important;box-shadow:none!important;color:#172033;font-weight:800;font-size:13px}.sigo-company-actions{display:flex;gap:5px}.sigo-company-button{min-height:36px;border:1px solid #e5eaf2;border-radius:10px;padding:7px 9px;background:#fff;color:#475569;font-weight:800;font-size:11px}.sigo-company-button>span:first-child{display:none}.sigo-company-button:hover{background:#f8fafc;border-color:#d8e0ea}.sigo-company-logout{color:#b42318}.products-page>.page-header{padding:18px 20px;border:1px solid #e3eaf4;border-radius:20px;background:linear-gradient(135deg,#fffffffa,#eff6ffdb);box-shadow:0 12px 30px #0f172a0e}.products-page>.panel:first-of-type{position:relative;overflow:hidden;border-color:#dbe7fb;background:linear-gradient(145deg,#fff,#f7fbff);box-shadow:0 16px 38px #2563eb12}.products-page>.panel:first-of-type:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2563eb,#60a5fa,#93c5fd)}.products-page>.panel:first-of-type h3{display:flex;align-items:center;gap:9px;font-size:19px}.products-page>.panel:first-of-type h3:before{content:"▣";display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#eaf2ff;color:#2563eb;font-size:15px}.product-tools input{min-height:48px;border-radius:14px;box-shadow:0 5px 18px #0f172a09}.panel{transition:box-shadow .18s ease,transform .18s ease}@media(hover:hover){.panel:hover{box-shadow:0 14px 34px #141f3313}}@media(max-width:760px){body{padding-bottom:env(safe-area-inset-bottom)}.sigo-tenant-bar{position:sticky;top:0;z-index:40;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px 10px;min-height:0;padding:9px 11px 8px;background:#f8fafcf7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sigo-tenant-copy{grid-column:1 / -1;display:grid;grid-template-columns:auto minmax(0,1fr);padding-left:42px;min-height:36px;gap:0 7px}.sigo-tenant-copy:before{width:34px;height:34px;border-radius:11px}.sigo-tenant-copy strong{font-size:16px;align-self:end}.sigo-tenant-copy>span{font-size:10px;align-self:end;max-width:none!important}.sigo-tenant-copy small{grid-column:1 / -1;justify-self:start;margin-top:2px;padding:2px 7px;font-size:10px}.sigo-context-actions{grid-column:1 / -1;display:flex;gap:6px;overflow-x:auto;padding:1px 1px 3px;scrollbar-width:none}.sigo-context-actions::-webkit-scrollbar{display:none}.sigo-context-actions button{flex:0 0 auto;min-height:34px;padding:7px 11px;border-radius:11px;font-size:11px;box-shadow:none}.sigo-company-switcher{grid-column:1 / -1;width:100%;min-width:0;padding:5px 6px 5px 10px;border-radius:13px;box-shadow:none;background:#fff}.sigo-company-eyebrow{font-size:8px;margin-bottom:0}.sigo-company-select{font-size:12px;min-height:23px}.sigo-company-actions{flex:0 0 auto}.sigo-company-button{width:34px;height:34px;min-height:34px;padding:0;display:grid;place-items:center;border-radius:10px;font-size:15px}.sigo-company-button>span:first-child{display:inline}.sigo-company-button>span:last-child{display:none}.sigo-operation-only .sidebar{position:fixed;left:10px;right:10px;bottom:calc(8px + env(safe-area-inset-bottom));top:auto;z-index:45;height:68px;padding:6px;border:1px solid rgba(148,163,184,.2);border-radius:20px;background:#0f172af5;box-shadow:0 18px 45px #0f172a47;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sigo-operation-only .sidebar .menu{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;overflow:visible;height:100%}.sigo-operation-only .sidebar .menu-item{min-width:0;width:100%;height:100%;padding:5px 2px;display:flex;flex-direction:column;justify-content:center;gap:2px;border-radius:15px;color:#aebbd0;background:transparent;font-size:10px;font-weight:750;text-align:center}.sigo-operation-only .sidebar .menu-item.active{background:linear-gradient(145deg,#2563eb,#3b82f6);color:#fff;box-shadow:0 7px 17px #2563eb52}.sigo-operation-only .sidebar .menu-icon{display:grid;min-width:0;width:23px;height:23px;padding:0;border-radius:8px;font-size:8px;background:#ffffff17}.sigo-operation-only .sidebar .menu-item.active .menu-icon{background:#ffffff29}.sigo-operation-only .topbar{display:none}.sigo-operation-only .content{padding:12px 12px 102px}.products-page>.page-header{margin-bottom:12px;padding:15px;border-radius:17px}.products-page>.page-header h2{font-size:24px}.products-page>.page-header p{display:none}.product-actions{display:grid!important;grid-template-columns:.8fr 1.2fr;width:100%;gap:8px}.product-actions button{width:100%;min-height:46px;border-radius:13px}.products-page>.panel:first-of-type{padding:16px;border-radius:18px}.products-page>.panel:first-of-type>p{margin:6px 0 12px;font-size:13px;line-height:1.4}.products-page .table-wrapper{margin:0 -4px}.products-page .products-table{min-width:700px}.modal-backdrop{padding:8px;align-items:end}.modal{width:100%;max-height:92vh;padding:18px 15px calc(18px + env(safe-area-inset-bottom));border-radius:22px 22px 0 0}}@media(max-width:430px){.sigo-tenant-copy>span{display:none}.sigo-context-actions button{padding:7px 10px}.products-page>.page-header h2{font-size:22px}.products-page>.panel:first-of-type h3{font-size:18px}}@media(max-width:760px){:root{--mobile-nav-height: 74px}html,body,#root,.sigo-root{width:100%;min-height:100%;overscroll-behavior-y:none}body{background:#f6f8fc;-webkit-tap-highlight-color:transparent}button,a,select,input{touch-action:manipulation}.sigo-tenant-bar{padding:8px 10px 7px;gap:6px;border-bottom:1px solid rgba(148,163,184,.18);box-shadow:0 4px 16px #0f172a0a}.sigo-tenant-copy{min-height:34px;padding-left:41px}.sigo-tenant-copy:before{width:33px;height:33px;border-radius:11px;box-shadow:0 7px 18px #2563eb38}.sigo-tenant-copy strong{font-size:15px;letter-spacing:.04em}.sigo-tenant-copy small{background:transparent;color:#526174;padding:0;font-size:10px;font-weight:750}.sigo-context-actions{margin:0 -2px;padding:2px 2px 1px}.sigo-context-actions button{min-height:32px;padding:6px 10px;border-radius:999px;font-size:10.5px;font-weight:800}.sigo-company-switcher{min-height:45px;border:1px solid #e7ecf3;border-radius:14px;padding:5px 5px 5px 10px;box-shadow:0 4px 12px #0f172a08}.sigo-company-eyebrow{display:none}.sigo-company-select{min-height:34px;font-size:13px;color:#0f172a}.sigo-company-button{width:34px;height:34px;border-radius:11px;background:#f8fafc;border-color:#e8edf4}.sigo-operation-only .sidebar{position:fixed;inset:auto 0 0;z-index:60;height:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom));padding:6px 8px calc(6px + env(safe-area-inset-bottom));border:0;border-top:1px solid rgba(148,163,184,.22);border-radius:0;background:#fffffff7;box-shadow:0 -10px 28px #0f172a14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.sigo-operation-only .sidebar .menu{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2px;height:100%}.sigo-operation-only .sidebar .menu-item{min-width:0;width:100%;height:100%;padding:5px 2px 3px;display:flex;flex-direction:column;justify-content:center;gap:4px;border-radius:14px;color:#64748b;background:transparent;font-size:10px;font-weight:800;letter-spacing:.01em}.sigo-operation-only .sidebar .menu-item.active{color:#1d4ed8;background:#eff6ff;box-shadow:none}.sigo-operation-only .sidebar .menu-icon{position:relative;display:grid;place-items:center;width:25px;height:25px;min-width:25px;margin:0 auto;padding:0;border-radius:9px;background:transparent;color:currentColor;font-size:0;font-weight:900}.sigo-operation-only .sidebar .menu-icon:before{font-size:21px;line-height:1;font-family:ui-sans-serif,system-ui,sans-serif}.sigo-operation-only .sidebar .menu>button:nth-child(1) .menu-icon:before{content:"⌂"}.sigo-operation-only .sidebar .menu>button:nth-child(2) .menu-icon:before{content:"▦"}.sigo-operation-only .sidebar .menu>button:nth-child(3) .menu-icon:before{content:"$";font-size:18px}.sigo-operation-only .sidebar .menu>button:nth-child(6) .menu-icon:before{content:"▤"}.sigo-operation-only .sidebar .menu>button:nth-child(3) .menu-icon{width:34px;height:34px;margin-top:-9px;border-radius:12px;background:linear-gradient(145deg,#2563eb,#3b82f6);color:#fff;box-shadow:0 8px 18px #2563eb47}.sigo-operation-only .sidebar .menu>button:nth-child(3).active{background:transparent;color:#1d4ed8}.sigo-operation-only .sidebar .menu>button:nth-child(3).active .menu-icon{background:linear-gradient(145deg,#1d4ed8,#2563eb)}.sigo-operation-only .content{padding:13px 12px calc(var(--mobile-nav-height) + 28px + env(safe-area-inset-bottom))}.sigo-operation-only .topbar{display:none!important}.page-header,.products-page>.page-header{margin-bottom:12px;padding:0 2px;border:0;background:transparent;box-shadow:none}.page-header h2,.products-page>.page-header h2{margin:0;font-size:25px;line-height:1.15;letter-spacing:-.035em}.page-header p,.products-page>.page-header p{display:none}.panel,.products-page>.panel:first-of-type{border:1px solid #e5ebf4;border-radius:20px;box-shadow:0 8px 22px #0f172a0e;background:#fff}.products-page>.panel:first-of-type:before{height:3px}.primary-button,.admin-button,.icon-button{min-height:44px;border-radius:13px}.product-tools input,.barcode-entry-row input{min-height:52px;border-radius:15px;font-size:16px}.barcode-camera-button{min-height:52px;font-weight:850}.modal-backdrop{align-items:end;padding:0;background:#0f172a70}.modal{width:100%;max-height:92vh;border-radius:24px 24px 0 0;padding:20px 16px calc(20px + env(safe-area-inset-bottom));box-shadow:0 -24px 60px #0f172a2e}.modal:before{content:"";display:block;width:42px;height:5px;margin:-8px auto 14px;border-radius:999px;background:#d6dde7}}@media(min-width:761px){.sidebar{box-shadow:12px 0 35px #0f172a14}.menu-item{min-height:46px}.content{padding-top:24px}.panel{border-color:#e3e9f1}}.welcome{position:relative;overflow:hidden;min-height:180px;align-items:center;padding:30px 32px;border:1px solid #dfe8f5;border-radius:26px;background:radial-gradient(circle at 88% 10%,rgba(96,165,250,.28),transparent 17rem),linear-gradient(135deg,#fff,#f4f8ff 55%,#eaf3ff);box-shadow:0 18px 44px #0f172a12}.welcome:after{content:"";position:absolute;width:220px;height:220px;right:-85px;bottom:-115px;border-radius:50%;background:#2563eb0f}.welcome h2{font-size:clamp(27px,3vw,38px);letter-spacing:-.045em;color:#0f172a}.welcome p{max-width:610px;font-size:0;color:#64748b}.welcome p:after{content:"Ventas, productos y stock en un solo lugar. Todo listo para trabajar.";font-size:15px;line-height:1.6}.welcome .topbar-actions{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:10px;min-width:280px}.welcome .topbar-actions button{min-height:50px;border-radius:15px;font-weight:850}.products-page .panel{overflow:hidden}.products-page .products-table th{background:#f8fafc;color:#7b8798;font-size:10px;letter-spacing:.07em}.products-page .products-table td{min-height:58px;padding-top:15px;padding-bottom:15px}.products-page .products-table td:first-child strong{font-size:14px;color:#111827}.products-page .row-actions .admin-button,.products-page .row-actions .icon-button{border-radius:10px}@media(min-width:761px){.app{grid-template-columns:232px 1fr}.sidebar{padding:18px 13px;background:linear-gradient(180deg,#0d1728,#111d31 58%,#142238)}.brand{padding:8px 8px 18px}.menu{gap:4px}.menu-item{min-height:44px;border-radius:12px}.menu-item.active{background:#1e3355;box-shadow:inset 3px 0 #60a5fa}.topbar{height:72px;top:66px;padding:0 26px;background:#fffffff0}.content{padding:24px 26px 48px}}@media(max-width:760px){.sigo-root{background:#f6f8fc}.sigo-context-actions{order:3;padding-top:0}.sigo-context-actions .admin-button{background:#f8fafc;border-color:#e7ecf3;color:#526174}.welcome{min-height:0;margin:2px 0 12px;padding:22px 18px 18px;border-radius:22px}.welcome h2{margin-bottom:7px;font-size:27px;line-height:1.1}.welcome p:after{font-size:13px;line-height:1.45}.welcome .topbar-actions{display:grid!important;grid-template-columns:1fr 1fr;width:100%;min-width:0;margin-top:16px}.welcome .topbar-actions button{min-height:48px;padding:10px 9px;font-size:13px}.sigo-operation-only .sidebar .menu-item{color:#6b7788}.sigo-operation-only .sidebar .menu-item.active{color:#1d4ed8;background:transparent}.sigo-operation-only .sidebar .menu-item.active:after{content:"";position:absolute;bottom:1px;width:22px;height:3px;border-radius:999px;background:#2563eb}.sigo-operation-only .sidebar .menu-item{position:relative}.sigo-operation-only .sidebar .menu>button:nth-child(3) .menu-icon{width:38px;height:38px;margin-top:-12px;border-radius:14px;background:linear-gradient(145deg,#1d4ed8,#3b82f6);box-shadow:0 9px 22px #2563eb4d}.products-page>.panel:first-of-type h3:before{content:"⌁"}.products-page>.panel:first-of-type>p{color:#718096}.products-page .products-table{min-width:640px}.panel{padding:16px}.primary-button,.admin-button,.icon-button,.sigo-company-button{-webkit-tap-highlight-color:transparent}}.arca-launcher{position:fixed;right:18px;bottom:18px;z-index:70;display:flex;align-items:center;gap:9px;min-height:54px;padding:7px 13px 7px 8px;border:1px solid rgba(37,99,235,.16);border-radius:17px;background:#fff;color:#172033;box-shadow:0 16px 36px #0f172a29}.arca-launcher-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,#2563eb,#60a5fa);color:#fff;font-weight:950;font-size:18px}.arca-launcher>span:last-child{display:grid;text-align:left}.arca-launcher strong{font-size:13px;line-height:1.1}.arca-launcher small{margin-top:3px;color:#64748b;font-size:10px;font-weight:800}.arca-overlay{position:fixed;inset:0;z-index:100;overflow:auto;background:#f4f7fb}.arca-overlay-topbar{position:sticky;top:0;z-index:5;min-height:64px;display:flex;align-items:center;gap:12px;padding:10px 16px;border-bottom:1px solid #e5ebf3;background:#fffffff5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.arca-overlay-topbar>div{display:grid}.arca-overlay-topbar strong{font-size:14px}.arca-overlay-topbar small{color:#64748b;font-size:11px}.arca-company-picker{margin-left:auto;min-width:240px}.arca-overlay-content{max-width:1280px;margin:0 auto;padding:24px}.arca-head{align-items:flex-start}.arca-kicker{display:inline-block;margin-bottom:7px;color:#2563eb;font-size:10px;font-weight:950;letter-spacing:.13em}.arca-status{display:inline-flex;align-items:center;min-height:34px;padding:7px 11px;border-radius:999px;font-size:11px;font-weight:900;white-space:nowrap}.arca-status.pending{background:#eff6ff;color:#1d4ed8}.arca-status.warning{background:#fff7ed;color:#c2410c}.arca-status.ready{background:#ecfdf3;color:#15803d}.arca-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:18px}.arca-step{display:grid;grid-template-columns:auto 1fr;column-gap:9px;align-items:center;padding:13px;border:1px solid #e6ebf2;border-radius:16px;background:#fff;opacity:.64}.arca-step>span{grid-row:1 / 3;width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:#eef2f7;color:#64748b;font-weight:900}.arca-step strong{font-size:12px}.arca-step small{color:#64748b;font-size:10px}.arca-step.active{opacity:1;border-color:#cdddf7;box-shadow:0 8px 22px #2563eb0f}.arca-step.active>span{background:#2563eb;color:#fff}.arca-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.arca-card{min-width:0}.arca-card .form-actions{margin-top:6px}.arca-connect-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.arca-link{display:flex;align-items:center;justify-content:center;min-height:46px;text-align:center;text-decoration:none}.arca-security-note{display:grid;gap:4px;margin-top:14px;padding:12px;border:1px solid #dbe7f5;border-radius:13px;background:#f8fbff}.arca-security-note strong{color:#0f172a;font-size:12px}.arca-security-note span{color:#64748b;font-size:11px;line-height:1.45}.arca-pv-list{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.arca-pv-list span{padding:7px 9px;border:1px solid #e5ebf2;border-radius:999px;background:#f8fafc;color:#475569;font-size:10px;font-weight:800}.arca-emit-card>.primary-button{width:100%;min-height:50px}.arca-emit-card>small{display:block;margin-top:9px;color:#64748b;line-height:1.45}@media(max-width:760px){.arca-launcher{right:12px;bottom:calc(83px + env(safe-area-inset-bottom));min-height:48px;padding:5px 10px 5px 6px;border-radius:15px}.arca-launcher-icon{width:35px;height:35px;border-radius:11px}.arca-launcher strong{font-size:12px}.arca-overlay-topbar{min-height:58px;padding:8px 10px}.arca-overlay-topbar{flex-wrap:wrap}.arca-overlay-topbar .admin-button{min-height:40px}.arca-company-picker{order:3;width:100%;min-width:0;margin-left:0}.arca-overlay-content{padding:14px 10px 28px}.arca-head{gap:9px}.arca-head h2{font-size:25px}.arca-head p{display:block!important;font-size:12px;line-height:1.45}.arca-status{min-height:30px;padding:6px 10px}.arca-steps{grid-template-columns:repeat(4,minmax(84px,1fr));overflow-x:auto;padding-bottom:3px;scrollbar-width:none}.arca-steps::-webkit-scrollbar{display:none}.arca-step{min-width:115px;padding:10px;grid-template-columns:auto 1fr}.arca-step>span{width:28px;height:28px;border-radius:9px}.arca-grid{grid-template-columns:1fr;gap:12px}.arca-card{padding:16px;border-radius:18px}.arca-connect-actions{grid-template-columns:1fr}.arca-link{min-height:48px}.arca-card .form-grid{grid-template-columns:1fr}.arca-card .form-span-2{grid-column:auto}.arca-card .form-actions button{width:100%;min-height:48px}}.sigo-reports-page{max-width:1180px;margin:0 auto}.sigo-reports-heading{margin-bottom:16px}.sigo-report-catalog{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:24px}.sigo-report-card{border:1px solid #e4eaf3;border-radius:22px;padding:28px 24px;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;text-align:center;background:#fff;color:#45557c;box-shadow:0 12px 28px #1f293712;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.sigo-report-card:hover{transform:translateY(-2px);border-color:#cfd8ea;box-shadow:0 18px 38px #1f29371a}.sigo-report-card.highlighted{background:linear-gradient(145deg,#4355cb,#4c60d5);color:#fff;border-color:transparent}.sigo-report-card strong{font-size:23px;line-height:1.15;letter-spacing:-.02em}.sigo-report-card>span:last-child{max-width:470px;font-size:15px;line-height:1.45;opacity:.93}.sigo-report-icon{width:66px;height:66px;display:grid;place-items:center;border-radius:20px;background:#f1f5ff;color:#465784;font-size:32px;font-weight:900}.sigo-report-card.highlighted .sigo-report-icon{background:#ffffff29;color:#fff}.sigo-report-detail{scroll-margin-top:120px;margin-bottom:16px}.sigo-detail-title{display:flex;align-items:center;gap:10px;margin-bottom:14px}.sigo-detail-title>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#eef3ff;color:#4056c7;font-weight:900}.sigo-detail-title h3{margin:0}.sigo-health-inline{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px;padding:12px 14px;border-radius:14px;background:#f7f9fd;color:#526174}.sigo-health-inline strong{color:#172033}.sigo-stock-risk-note{margin:18px 0 12px;color:#5a6880;line-height:1.5}.sigo-stock-risk-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.sigo-stock-risk-item{border:1px solid #e3e8f1;border-radius:16px;padding:14px 15px;background:#fff;box-shadow:0 8px 20px #1f29370d}.sigo-stock-risk-item>div{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.sigo-stock-risk-item strong{color:#172033;line-height:1.25}.sigo-stock-risk-item>div>span{flex:0 0 auto;font-size:11px;font-weight:800;letter-spacing:.04em;border-radius:999px;padding:5px 8px;background:#eef2f7;color:#526174}.sigo-stock-risk-item p{margin:9px 0 5px;color:#5f6d82;line-height:1.4;font-size:13px}.sigo-stock-risk-item small{color:#34445c;font-weight:700}.sigo-stock-risk-item.risk-sin_stock{border-color:#f2b8b5;background:#fff7f6}.sigo-stock-risk-item.risk-sin_stock>div>span{background:#fde2e0;color:#a3312d}.sigo-stock-risk-item.risk-urgente{border-color:#f4c59e;background:#fff9f2}.sigo-stock-risk-item.risk-urgente>div>span{background:#ffead6;color:#9b4c0c}.sigo-stock-risk-item.risk-proximo{border-color:#ead98c;background:#fffdf3}.sigo-stock-risk-item.risk-proximo>div>span{background:#fff3b5;color:#7d6212}.sigo-stock-risk-item.risk-revisar>div>span{background:#e4efff;color:#2d5b9a}@media(max-width:760px){.sigo-reports-page{width:100%}.sigo-reports-heading{padding:0 2px;margin-bottom:12px}.sigo-reports-heading h2{font-size:28px}.sigo-report-catalog{grid-template-columns:1fr;gap:14px}.sigo-report-card{min-height:250px;border-radius:24px;padding:30px 24px}.sigo-report-card strong{font-size:26px}.sigo-report-card>span:last-child{font-size:18px;line-height:1.42}.sigo-report-icon{width:72px;height:72px;font-size:36px;border-radius:22px}.sigo-report-detail{border-radius:22px;scroll-margin-top:190px}.sigo-stock-risk-grid{grid-template-columns:1fr}.sigo-stock-risk-item>div{flex-direction:column;gap:8px}}@media(max-width:430px){.sigo-report-card{min-height:230px;padding:24px 18px}.sigo-report-card strong{font-size:24px}.sigo-report-card>span:last-child{font-size:16px}}.sigo-income-launch-card{order:-10}.sigo-income-overlay{position:fixed;inset:0;z-index:118;overflow:auto;background:#f4f7fb}.sigo-income-overlay-topbar{position:sticky;top:0;z-index:5;min-height:64px;display:flex;align-items:center;gap:12px;padding:10px 16px;border-bottom:1px solid #e4eaf3;background:#fffffff7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sigo-income-overlay-topbar>div{display:grid}.sigo-income-overlay-topbar strong{color:#172033;font-size:14px}.sigo-income-overlay-topbar small{color:#64748b;font-size:11px}.sigo-income-overlay-content{width:min(1180px,100%);margin:0 auto;padding:24px 18px 54px}.sigo-income-block{border:1px solid #e2e8f0;border-radius:24px;background:#fff;box-shadow:0 16px 40px #0f172a0f;overflow:hidden}.sigo-income-heading{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:24px;border-bottom:1px solid #edf1f6}.sigo-income-heading h3{margin:5px 0 6px;color:#172033;font-size:28px}.sigo-income-heading p{margin:0;color:#64748b;line-height:1.5}.sigo-income-kicker{color:#2563eb;font-size:11px;font-weight:950;letter-spacing:.12em}.sigo-income-presets{display:flex;flex-wrap:wrap;gap:8px;padding:16px 24px;background:#f8fafc;border-bottom:1px solid #edf1f6}.sigo-income-presets button{min-height:40px;padding:8px 13px;border:1px solid #dbe3ee;border-radius:11px;background:#fff;color:#40516e;font-weight:800}.sigo-income-presets button.active{border-color:#2563eb;background:#2563eb;color:#fff}.sigo-income-custom-range{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end;padding:16px 24px;border-bottom:1px solid #edf1f6}.sigo-income-custom-range label{display:grid;gap:6px;color:#475569;font-size:12px;font-weight:800}.sigo-income-custom-range input{min-height:44px;padding:9px 11px;border:1px solid #d8e1ec;border-radius:11px;background:#fff;color:#172033}.sigo-income-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid #edf1f6}.sigo-income-summary>div{min-height:132px;display:flex;flex-direction:column;justify-content:center;gap:9px;padding:22px;text-align:center;border-right:1px solid #edf1f6}.sigo-income-summary>div:last-child{border-right:0}.sigo-income-summary span{color:#64748b;font-size:13px;font-weight:800}.sigo-income-summary strong{color:#172033;font-size:25px;letter-spacing:-.03em}.sigo-income-summary>div:nth-child(2) strong{color:#4f7d55}.sigo-income-summary>div:nth-child(3) strong{color:#d66565}.sigo-income-summary>div:nth-child(4) strong{color:#3974a9}.sigo-income-state{margin:22px 24px;padding:18px;border-radius:14px;background:#f8fafc;color:#64748b}.sigo-income-state.error{background:#fff4f4;color:#b42318}.sigo-income-table-wrap{overflow:auto}.sigo-income-table{width:100%;border-collapse:collapse;min-width:720px}.sigo-income-table th,.sigo-income-table td{padding:14px 16px;border-bottom:1px solid #edf1f6;text-align:right}.sigo-income-table th{position:sticky;top:0;background:#f8fafc;color:#526174;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.sigo-income-table th:first-child,.sigo-income-table td:first-child{text-align:left}.sigo-income-table td{color:#34445c}.sigo-income-table td:first-child{display:grid;gap:2px}.sigo-income-table td:first-child strong{color:#172033;text-transform:capitalize}.sigo-income-table td:first-child small{color:#94a3b8}.sigo-income-table tr.empty-day td{color:#a0aabc;background:#fbfcfe}@media(max-width:760px){.sigo-income-overlay-topbar{min-height:58px;padding:8px 10px}.sigo-income-overlay-content{padding:12px 10px 28px}.sigo-income-block{border-radius:20px}.sigo-income-heading{padding:18px 16px;flex-direction:column}.sigo-income-heading h3{font-size:25px}.sigo-income-heading .admin-button{width:100%}.sigo-income-presets{padding:12px;gap:7px}.sigo-income-presets button{flex:1 1 calc(50% - 8px)}.sigo-income-custom-range{grid-template-columns:1fr;padding:14px}.sigo-income-summary{grid-template-columns:1fr 1fr}.sigo-income-summary>div{min-height:112px;padding:16px 10px}.sigo-income-summary>div:nth-child(2){border-right:0}.sigo-income-summary>div:nth-child(-n+2){border-bottom:1px solid #edf1f6}.sigo-income-summary strong{font-size:21px}.sigo-income-table th,.sigo-income-table td{padding:12px 13px}}.sigo-cart-overlay{position:fixed;inset:0;z-index:118;overflow:auto;background:#f4f7fb}.sigo-cart-topbar{position:sticky;top:0;z-index:5;min-height:64px;display:flex;align-items:center;gap:12px;padding:10px 16px;border-bottom:1px solid #e5ebf3;background:#fffffff7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sigo-cart-topbar>div{display:grid}.sigo-cart-topbar strong{font-size:14px;color:#172033}.sigo-cart-topbar small{font-size:11px;color:#64748b}.sigo-cart-content{width:min(1180px,100%);margin:0 auto;padding:20px 16px 56px}.sigo-cart-menu-item .menu-icon{font-size:18px}.sigo-returns-menu-item .menu-icon{font-size:22px}.sigo-returns-page{max-width:1180px;margin:0 auto}.sigo-return-warning{display:grid;gap:4px;margin:0 0 16px;padding:14px 16px;border:1px solid #fde2aa;border-radius:16px;background:#fff9eb;color:#8a5a13}.sigo-return-warning strong{font-size:13px}.sigo-return-warning span{font-size:12px;line-height:1.45}.sigo-return-success{padding:12px 14px;border-radius:14px;background:#ecfdf3;color:#166534;font-weight:800}.sigo-return-sales-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.sigo-return-sale-card{display:grid;gap:5px;text-align:left;padding:14px;border:1px solid #e1e8f0;border-radius:15px;background:#fff;color:#334155}.sigo-return-sale-card:hover,.sigo-return-sale-card.active{border-color:#4f67d8;box-shadow:0 0 0 3px #4f67d814}.sigo-return-sale-card strong{font-size:15px;color:#172033}.sigo-return-sale-card span{font-size:11px;color:#64748b}.sigo-return-sale-card b{font-size:16px;color:#2563eb}.sigo-return-reason{margin-top:16px}.sigo-return-reason input{min-height:48px}.sigo-return-qty{width:95px;min-height:40px;padding:8px;border:1px solid #d5deea;border-radius:10px}.sigo-return-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:16px}.sigo-return-actions>div{display:grid;margin-right:auto}.sigo-return-actions>div span{font-size:11px;color:#64748b}.sigo-return-actions>div strong{font-size:20px;color:#172033}.sigo-return-actions .danger-button{min-height:44px;padding:10px 15px;border:1px solid #f4b5b5;border-radius:12px;background:#fff5f5;color:#b42318;font-weight:850}.sigo-return-editor small{display:block;margin-top:3px;color:#94a3b8}.sigo-cart-context-button,.sigo-returns-context-button{white-space:nowrap}@media(max-width:760px){.sigo-cart-topbar{min-height:58px;padding:8px 10px}.sigo-cart-content{padding:10px 8px 34px}.sigo-return-sales-grid{grid-template-columns:1fr 1fr}.sigo-return-actions{align-items:stretch}.sigo-return-actions>div{width:100%;margin-right:0}.sigo-return-actions button{width:100%}.sigo-returns-page .page-header{gap:10px}.sigo-returns-page .page-header h2{font-size:25px}}@media(max-width:480px){.sigo-return-sales-grid{grid-template-columns:1fr}.sigo-return-sale-card{padding:12px}.sigo-return-qty{width:78px}.sigo-cart-context-button,.sigo-returns-context-button{font-size:12px;padding-left:9px;padding-right:9px}}.sigo-mobile-operations-actions,.sigo-mobile-drawer-layer{display:none}@media(max-width:760px){.sigo-mobile-operations-actions{position:absolute;left:12px;right:12px;z-index:28;display:flex;justify-content:space-between;align-items:center;pointer-events:none}.sigo-operation-only .content{padding-top:82px!important}.sigo-mobile-operations-actions>button{pointer-events:auto;min-height:46px;display:flex;align-items:center;gap:8px;padding:8px 13px;border:1px solid #dce5f0;border-radius:15px;background:#fffffffa;color:#172033;box-shadow:0 8px 20px #0f172a1a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);font:inherit}.sigo-mobile-menu-trigger{border-color:#dce5f0;background:#fffffffc;color:#172033}.sigo-mobile-operations-actions span{font-size:19px;line-height:1}.sigo-mobile-operations-actions strong{font-size:12px}.sigo-mobile-cart-trigger{border-color:#c7dafd!important;background:linear-gradient(145deg,#2563eb,#3b82f6)!important;color:#fff!important;box-shadow:0 8px 20px #2563eb3d!important}.sigo-mobile-drawer-layer{position:fixed;inset:0;z-index:150;display:block}.sigo-mobile-drawer-backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:#0f172a7a}.sigo-mobile-drawer{position:absolute;left:0;top:0;bottom:0;width:min(86vw,390px);overflow:auto;background:#fff;box-shadow:22px 0 58px #0f172a38;animation:sigoDrawerIn .18s ease-out}@keyframes sigoDrawerIn{0%{transform:translate(-18px);opacity:.72}to{transform:translate(0);opacity:1}}.sigo-mobile-drawer-head{position:sticky;top:0;z-index:2;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;min-height:76px;padding:12px 14px;border-bottom:1px solid #e8edf4;background:#fffffffa;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sigo-mobile-drawer-logo{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(145deg,#2563eb,#60a5fa);color:#fff;font-weight:950;font-size:22px;box-shadow:0 8px 20px #2563eb38}.sigo-mobile-drawer-head>div:nth-child(2){display:grid;gap:2px;min-width:0}.sigo-mobile-drawer-head strong{color:#101827;font-size:18px}.sigo-mobile-drawer-head span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#64748b;font-size:12px;font-weight:750}.sigo-mobile-drawer-head>button{width:42px;height:42px;border:0;border-radius:13px;background:#f3f6fa;color:#334155;font-size:28px;line-height:1}.sigo-mobile-drawer-nav{display:grid;gap:3px;padding:12px 12px calc(28px + env(safe-area-inset-bottom))}.sigo-mobile-drawer-nav button{font:inherit}.sigo-mobile-drawer-primary{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:11px;width:100%;margin-bottom:7px;padding:13px 14px;border:0;border-radius:17px;background:linear-gradient(145deg,#2563eb,#3b82f6);color:#fff;text-align:left;box-shadow:0 10px 24px #2563eb38}.sigo-mobile-drawer-primary>span{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#ffffff29;font-size:22px}.sigo-mobile-drawer-primary>div{display:grid;gap:3px}.sigo-mobile-drawer-primary strong{font-size:14px}.sigo-mobile-drawer-primary small{color:#dbeafe;font-size:10.5px;line-height:1.35}.sigo-mobile-drawer-nav section{border-bottom:1px solid #edf1f6}.sigo-mobile-drawer-section,.sigo-mobile-drawer-item{width:100%;min-height:55px;display:grid;grid-template-columns:38px minmax(0,1fr) 24px;align-items:center;gap:10px;padding:9px 10px;border:0;border-bottom:1px solid #edf1f6;background:#fff;color:#526174;text-align:left}.sigo-mobile-drawer-section{border-bottom:0}.sigo-mobile-drawer-section>span,.sigo-mobile-drawer-item>span{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#eef4ff;color:#315ac7;font-size:18px;font-weight:900}.sigo-mobile-drawer-section strong,.sigo-mobile-drawer-item strong{color:#46546a;font-size:14.5px;font-weight:780}.sigo-mobile-drawer-section b,.sigo-mobile-drawer-item b{justify-self:end;color:#8a98aa;font-size:20px;font-weight:500}.sigo-mobile-drawer-submenu{display:grid;gap:2px;padding:0 8px 8px 49px}.sigo-mobile-drawer-submenu button{min-height:42px;padding:8px 10px;border:0;border-radius:10px;background:#f8fafc;color:#64748b;text-align:left;font-size:12.5px;font-weight:700}.sigo-operation-only .sidebar .sigo-cart-menu-item,.sigo-operation-only .sidebar .sigo-returns-menu-item,.sigo-operation-only .sidebar .sigo-settings-menu-item,.sigo-cart-context-button,.sigo-returns-context-button,.sigo-settings-context-button{display:none!important}}.sigo-permission-modal{width:min(900px,calc(100vw - 30px));max-height:92vh;overflow:auto}.sigo-permission-presets{display:flex;flex-wrap:wrap;gap:9px;margin:4px 0 16px}.sigo-permission-warning{margin:12px 0;padding:12px 14px;border:1px solid #f2d79a;border-radius:14px;background:#fff9e9;color:#7a5712;line-height:1.45}.sigo-permission-groups{display:grid;gap:15px}.sigo-permission-group{border:1px solid #e4eaf2;border-radius:18px;padding:16px;background:#fff}.sigo-permission-group>div:first-child h3{margin:0 0 4px;color:#172033}.sigo-permission-group>div:first-child p{margin:0 0 12px;color:#6b778b;font-size:13px}.sigo-permission-list{display:grid;gap:7px}.sigo-permission-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;min-height:68px;padding:10px 12px;border:1px solid #edf1f6;border-radius:14px;background:#fafbfd;cursor:pointer}.sigo-permission-row>span{display:grid;gap:3px;min-width:0}.sigo-permission-row strong{color:#263449;font-size:14px}.sigo-permission-row small{color:#6b778b;line-height:1.35}.sigo-permission-row em{width:max-content;max-width:100%;padding:3px 7px;border-radius:999px;background:#eef3fb;color:#53637b;font-size:10px;font-style:normal;font-weight:800}.sigo-permission-row input[type=checkbox]{width:24px;height:24px;accent-color:#2563eb}.sigo-permission-row.disabled{opacity:.55;cursor:not-allowed}.sigo-permission-actions{position:sticky;bottom:-1px;margin-top:17px;padding:12px 0 2px;background:linear-gradient(to top,#fff 72%,#fff0)}.sigo-user-permission-summary{display:flex;flex-wrap:wrap;gap:5px;margin-top:5px}.sigo-user-permission-summary span{padding:3px 7px;border-radius:999px;background:#eef3fb;color:#5b6880;font-size:10px;font-weight:750}@media(max-width:760px){.sigo-permission-modal{width:100%;max-height:94vh}.sigo-permission-group{padding:12px;border-radius:16px}.sigo-permission-row{min-height:72px;padding:10px;gap:10px}.sigo-permission-row small{font-size:11.5px}}@media(max-width:760px){.sigo-company-logout{width:auto!important;min-width:72px;padding:0 12px!important;display:inline-flex!important;align-items:center;justify-content:center;gap:6px;color:#b42318!important;border-color:#fecaca!important;background:#fff7f7!important;font-size:12px!important;font-weight:850!important}.sigo-company-logout>span:first-child{display:inline!important;font-size:14px}.sigo-company-logout>span:last-child{display:inline!important}}.sigo-help-launcher{position:fixed;left:18px;bottom:18px;z-index:70;display:flex;align-items:center;gap:9px;min-height:54px;padding:7px 13px 7px 8px;border:1px solid rgba(37,99,235,.16);border-radius:17px;background:#fff;color:#172033;box-shadow:0 16px 36px #0f172a29}.sigo-help-launcher-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,#0f766e,#14b8a6);color:#fff;font-weight:950;font-size:19px}.sigo-help-launcher>span:last-child{display:grid;text-align:left}.sigo-help-launcher strong{font-size:13px;line-height:1.1}.sigo-help-launcher small{margin-top:3px;color:#64748b;font-size:10px;font-weight:800}.sigo-help-overlay{position:fixed;inset:0;z-index:110;overflow:auto;background:#f4f7fb}.sigo-help-topbar{position:sticky;top:0;z-index:5;min-height:64px;display:flex;align-items:center;gap:12px;padding:10px 16px;border-bottom:1px solid #e5ebf3;background:#fffffff7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sigo-help-topbar>div{display:grid}.sigo-help-topbar strong{font-size:14px}.sigo-help-topbar small{color:#64748b;font-size:11px}.sigo-help-content{width:min(1040px,100%);margin:0 auto;padding:24px 18px 54px}.sigo-help-hero{padding:26px;border:1px solid #dfe8f5;border-radius:24px;background:linear-gradient(145deg,#fff,#eef7ff);box-shadow:0 16px 40px #0f172a0f}.sigo-help-kicker{display:inline-block;color:#2563eb;font-size:10px;font-weight:950;letter-spacing:.14em}.sigo-help-hero h1{margin:8px 0;font-size:clamp(28px,5vw,40px);letter-spacing:-.04em;color:#0f172a}.sigo-help-hero p{max-width:760px;margin:0;color:#64748b;line-height:1.55}.sigo-help-search{display:grid;gap:7px;margin-top:20px}.sigo-help-search>span{color:#334155;font-size:12px;font-weight:850}.sigo-help-search input{width:100%;min-height:50px;padding:12px 14px;border:1px solid #d8e2ef;border-radius:14px;background:#fff;color:#0f172a;outline:none}.sigo-help-search input:focus{border-color:#60a5fa;box-shadow:0 0 0 4px #2563eb17}.sigo-help-quickstart{display:grid;grid-template-columns:1.4fr repeat(5,1fr);gap:8px;align-items:center;margin:16px 0;padding:14px;border:1px solid #e4eaf2;border-radius:18px;background:#fff}.sigo-help-quickstart>strong{padding:0 6px;font-size:12px;color:#334155}.sigo-help-quickstart>div{display:flex;align-items:center;gap:7px;min-height:38px;padding:7px 9px;border-radius:11px;background:#f8fafc;color:#475569;font-size:11px;font-weight:800}.sigo-help-quickstart span{width:22px;height:22px;display:grid;place-items:center;border-radius:7px;background:#2563eb;color:#fff;font-size:10px}.sigo-help-topics{display:grid;gap:10px}.sigo-help-topic{border:1px solid #e3e9f1;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 8px 24px #0f172a09}.sigo-help-topic summary{list-style:none;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:15px 16px;cursor:pointer}.sigo-help-topic summary::-webkit-details-marker{display:none}.sigo-help-topic-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#eef4ff;color:#2563eb;font-size:17px;font-weight:950}.sigo-help-topic summary>span:nth-child(2){display:grid;gap:3px}.sigo-help-topic summary strong{color:#172033;font-size:14px}.sigo-help-topic summary small{color:#64748b;font-size:11px;line-height:1.4}.sigo-help-chevron{color:#94a3b8;transition:transform .18s ease}.sigo-help-topic[open] .sigo-help-chevron{transform:rotate(180deg)}.sigo-help-topic-body{padding:0 18px 18px 68px;border-top:1px solid #eef2f7}.sigo-help-topic-body ol{margin:14px 0 0;padding-left:20px;color:#334155}.sigo-help-topic-body li{margin:0 0 9px;padding-left:3px;line-height:1.5;font-size:13px}.sigo-help-tip{display:grid;gap:4px;margin-top:13px;padding:12px 13px;border-radius:13px;background:#fff7ed;color:#9a3412}.sigo-help-tip strong{font-size:11px}.sigo-help-tip span{font-size:12px;line-height:1.45}.sigo-help-empty{padding:24px;border:1px dashed #cbd5e1;border-radius:16px;background:#fff;color:#64748b;text-align:center}.sigo-help-support{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:center;margin-top:18px;padding:22px;border-radius:22px;background:linear-gradient(145deg,#0f172a,#1e293b);color:#fff}.sigo-help-support h2{margin:6px 0 7px;font-size:22px}.sigo-help-support p{margin:0;color:#cbd5e1;font-size:12px;line-height:1.5}.sigo-help-support .sigo-help-kicker{color:#7dd3fc}.sigo-help-support-actions{display:grid;gap:9px}.sigo-help-contact{display:flex;align-items:center;gap:10px;min-height:58px;padding:10px 12px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:#ffffff12;color:#fff;text-decoration:none}.sigo-help-contact>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#ffffff1a}.sigo-help-contact div{display:grid}.sigo-help-contact small{color:#cbd5e1;font-size:10px}.sigo-help-contact strong{margin-top:2px;font-size:13px;word-break:break-word}@media(max-width:760px){.sigo-help-launcher{left:12px;bottom:calc(83px + env(safe-area-inset-bottom));min-height:48px;padding:5px 9px 5px 6px;border-radius:15px}.sigo-help-launcher-icon{width:35px;height:35px;border-radius:11px}.sigo-help-launcher strong{font-size:12px}.sigo-help-topbar{min-height:58px;padding:8px 10px}.sigo-help-topbar .admin-button{min-height:40px}.sigo-help-content{padding:12px 10px 28px}.sigo-help-hero{padding:18px 16px;border-radius:20px}.sigo-help-hero h1{font-size:28px}.sigo-help-hero p{font-size:12px}.sigo-help-quickstart{grid-template-columns:1fr 1fr;padding:10px}.sigo-help-quickstart>strong{grid-column:1 / -1}.sigo-help-topic summary{padding:13px;gap:10px}.sigo-help-topic-icon{width:36px;height:36px;border-radius:11px}.sigo-help-topic-body{padding:0 14px 14px}.sigo-help-topic-body ol{padding-left:22px}.sigo-help-support{grid-template-columns:1fr;padding:18px 15px;border-radius:20px}}.sigo-settings-menu-item{margin-top:4px}.sigo-settings-menu-item .menu-icon{font-size:10px;font-weight:900;letter-spacing:.03em}.sigo-settings-context-button{white-space:nowrap}.sigo-settings-overlay{position:fixed;inset:0;z-index:115;overflow:auto;background:#f4f7fb}.sigo-settings-topbar{position:sticky;top:0;z-index:5;min-height:64px;display:flex;align-items:center;gap:12px;padding:10px 16px;border-bottom:1px solid #e5ebf3;background:#fffffff7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sigo-settings-topbar>div{display:grid}.sigo-settings-topbar strong{font-size:14px}.sigo-settings-topbar small{color:#64748b;font-size:11px}.sigo-settings-content{width:min(1180px,100%);margin:0 auto;padding:24px 18px 54px}@media(max-width:760px){.sigo-settings-topbar{min-height:58px;padding:8px 10px}.sigo-settings-content{padding:12px 10px 28px}.sigo-settings-context-button{min-height:42px}}
