@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Manrope:wght@400;600&display=swap";:root{color-scheme:dark;--bg: #0d1117;--bg-soft: #121826;--panel: #161e2f;--panel-strong: #1b2538;--border: #22304a;--text: #f4f6fb;--muted: #94a3b8;--accent: #6c6ff9;--accent-strong: #4f53ff;--accent-soft: rgba(108, 111, 249, .18);--success: #36d399;--danger: #ff6b8a;--shadow: 0 20px 50px rgba(0, 0, 0, .35);--sidebar-bg: #111725;--sidebar-text: #dbe4f3;--sidebar-muted: #94a3b8;--sidebar-input: #1a2336;--sidebar-input-text: #dbe4f3}[data-theme=light]{color-scheme:light;--bg: #f4f6fb;--bg-soft: #eef1f8;--panel: #ffffff;--panel-strong: #f3f6ff;--border: #dde4f3;--text: #1c2333;--muted: #637089;--accent: #5b63ff;--accent-strong: #4b53f5;--accent-soft: rgba(91, 99, 255, .18);--shadow: 0 18px 35px rgba(24, 35, 56, .12);--sidebar-bg: #ffffff;--sidebar-text: #1c2333;--sidebar-muted: #637089;--sidebar-input: #eef1ff;--sidebar-input-text: #1c2333}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Plus Jakarta Sans,Manrope,sans-serif;background:radial-gradient(circle at 20% 0%,rgba(108,111,249,.18),transparent 45%),radial-gradient(circle at 80% 10%,rgba(78,129,255,.12),transparent 45%),var(--bg);color:var(--text);min-height:100vh}#root{min-height:100vh}button,input,textarea,select,option{font-family:inherit}input::placeholder{color:#94a3b8cc}.app-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.sidebar{background:var(--sidebar-bg);color:var(--sidebar-text);padding:22px;display:flex;flex-direction:column;gap:18px;border-right:1px solid var(--border)}.sidebar-brand{display:flex;align-items:center;gap:12px}.brand-mark{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),#8fc7ff);color:#fff;font-weight:700;letter-spacing:.04em;box-shadow:0 10px 20px #6c6ff940}.brand-title{font-size:18px;font-weight:700}.brand-subtitle{font-size:12px;color:var(--sidebar-muted)}.sidebar-search input{width:100%;border:none;border-radius:14px;padding:12px 14px;background:var(--sidebar-input);color:var(--sidebar-input-text);box-shadow:inset 0 0 0 1px #6c6ff933}.sidebar-nav{display:grid;gap:8px}.nav-section{display:grid;gap:8px;padding:8px;border-radius:16px;background:#ffffff05;border:1px solid transparent}.nav-section.active-section{border-color:#6c6ff938;background:#6c6ff90f}.nav-section-toggle{border:none;background:transparent;color:var(--sidebar-muted);display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 8px;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.nav-section-meta{display:inline-flex;align-items:center;gap:10px}.nav-section-icon{width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#6c6ff91f;color:#cbd5ff;font-size:11px;font-weight:800}.nav-section-caret{font-size:12px;color:var(--sidebar-muted);transition:transform .18s ease}.nav-section-caret.collapsed{transform:rotate(-90deg)}.nav-section-controls{display:inline-flex;align-items:center;gap:8px}.nav-folder-badge{min-width:20px;height:20px;padding:0 6px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:#fff;box-shadow:0 0 0 2px #ffffff0f}.nav-folder-badge.bordado{background:linear-gradient(135deg,#ff6b8a,#ff8d6b)}.nav-folder-badge.sublimado{background:linear-gradient(135deg,#3b82f6,#22d3ee)}.nav-folder-badge.dtf{background:linear-gradient(135deg,#22c55e,#84cc16)}.nav-folder-badge.neutral{background:linear-gradient(135deg,#6c6ff9,#8fc7ff)}.nav-section-items{display:grid;gap:6px}.nav-item{border:none;background:transparent;color:var(--sidebar-text);text-align:left;padding:12px 14px;border-radius:14px;cursor:pointer;transition:.2s ease;display:flex;align-items:center;gap:12px;font-weight:600;margin-left:8px}.nav-item-production{border:1px solid rgba(248,196,64,.45);color:#f8c440;box-shadow:inset 0 0 0 1px #f8c44014}.nav-item-production:not(.active):hover{background:#f8c44024;color:#ffd977;border-color:#f8c440bf;box-shadow:0 12px 20px #f8c44029}.nav-badge{margin-left:auto;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#ff4d6d;color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 0 2px #ff4d6d40}.nav-item.active,.nav-item:hover{background:#6c6ff9;color:#fff;box-shadow:0 12px 20px #6c6ff940}.nav-icon{width:18px;height:18px;display:inline-block;background-size:contain;background-repeat:no-repeat;filter:saturate(.9)}.nav-item.active .nav-icon,.nav-item:hover .nav-icon{filter:brightness(10)}.nav-dashboard{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4H11V11H4V4Z' stroke='%2394a3b8' stroke-width='2'/%3E%3Cpath d='M13 4H20V9H13V4Z' stroke='%2394a3b8' stroke-width='2'/%3E%3Cpath d='M13 11H20V20H13V11Z' stroke='%2394a3b8' stroke-width='2'/%3E%3Cpath d='M4 13H11V20H4V13Z' stroke='%2394a3b8' stroke-width='2'/%3E%3C/svg%3E")}.nav-logos{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='4' width='18' height='14' rx='2' stroke='%2394a3b8' stroke-width='2'/%3E%3Cpath d='M7 15L10 12L13 15L17 10' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.nav-produccion{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M12 5V19' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.nav-settings{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 15.5C13.933 15.5 15.5 13.933 15.5 12C15.5 10.067 13.933 8.5 12 8.5C10.067 8.5 8.5 10.067 8.5 12C8.5 13.933 10.067 15.5 12 15.5Z' stroke='%2394a3b8' stroke-width='2'/%3E%3Cpath d='M19.4 15C19.531 14.638 19.632 14.261 19.699 13.874L21.5 12L19.699 10.126C19.632 9.739 19.531 9.362 19.4 9L20.5 6.5L18.4 5.6L16 7.2C15.638 7.069 15.261 6.968 14.874 6.901L13 5.1L11.126 6.901C10.739 6.968 10.362 7.069 10 7.2L7.6 5.6L5.5 6.5L6.6 9C6.469 9.362 6.368 9.739 6.301 10.126L4.5 12L6.301 13.874C6.368 14.261 6.469 14.638 6.6 15L5.5 17.5L7.6 18.4L10 16.8C10.362 16.931 10.739 17.032 11.126 17.099L13 18.9L14.874 17.099C15.261 17.032 15.638 16.931 16 16.8L18.4 18.4L20.5 17.5L19.4 15Z' stroke='%2394a3b8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.nav-sublimados{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7H20' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M4 12H14' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M4 17H11' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='18' cy='16' r='3' stroke='%2394a3b8' stroke-width='2'/%3E%3C/svg%3E")}.nav-produccion_sublimado{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 19H20' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M7 16V9' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M12 16V5' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M17 16V12' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.nav-dtf{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='5' width='16' height='14' rx='2' stroke='%2394a3b8' stroke-width='2'/%3E%3Cpath d='M7 9H17' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M7 13H14' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M7 17H11' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.nav-produccion_dtf{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 19H20' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M7 16V11' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M12 16V7' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M17 16V9' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.nav-catalogo_ventas{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='5' width='16' height='14' rx='2' stroke='%2394a3b8' stroke-width='2'/%3E%3Cpath d='M8 9H16' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M8 13H13' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.nav-cotizaciones_ventas{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='4' width='14' height='16' rx='2' stroke='%2394a3b8' stroke-width='2'/%3E%3Cpath d='M8 9H16' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M8 13H14' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M8 17H12' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.theme-toggle{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--border);background:var(--panel);color:var(--text);border-radius:14px;padding:10px 12px;font-weight:600;margin-bottom:12px;cursor:pointer}.toggle-dot{width:36px;height:20px;background:var(--bg-soft);border-radius:999px;position:relative;border:1px solid var(--border)}.toggle-dot:after{content:"";width:14px;height:14px;border-radius:999px;position:absolute;top:2px;left:3px;background:var(--accent);transition:transform .2s ease}.toggle-dot.light:after{transform:translate(16px)}.sidebar-footer{margin-top:8px}.sidebar-user-card{display:grid;gap:4px;margin-bottom:12px;padding:12px 14px;border:1px solid rgba(108,111,249,.18);border-radius:16px;background:#0e1422b8;box-shadow:inset 0 1px #ffffff0a}.sidebar-user-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--sidebar-muted)}.sidebar-user-name{font-size:14px;color:var(--sidebar-text)}.sidebar-user-role{font-size:12px;color:var(--muted)}.main-area{display:flex;flex-direction:column;background:var(--bg)}.topbar{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:1px solid var(--border);background:var(--panel)}.topbar-title{font-size:20px;font-weight:700}.topbar-subtitle{font-size:12px;color:var(--muted)}.topbar-user{display:flex;align-items:center;gap:16px}.user-email{font-size:14px;font-weight:600}.user-role{font-size:12px;color:var(--muted)}.content-area{padding:32px}.page-header{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px}.page-actions{display:grid;grid-template-columns:minmax(260px,1fr) auto auto auto;align-items:end;gap:16px;width:100%}.select-field{display:flex;align-items:center;gap:8px;padding:12px 14px;border-radius:16px;background:var(--panel-strong);border:1px solid rgba(108,111,249,.25);color:var(--muted);font-size:13px;box-shadow:0 8px 20px #0f172a29;min-width:150px;justify-content:space-between}.select-field.preview-filter{background:linear-gradient(135deg,#6c6ff92e,#0f172a66);border-color:#6c6ff966}.select-field select{border:none;background:transparent;color:var(--text);font-weight:600}.select-field select option{background:var(--panel-strong);color:var(--text)}.page-header h1{font-size:28px;margin-bottom:6px}.page-header p{color:var(--muted)}.search-field input{width:min(640px,100%);padding:18px 18px 18px 52px;border-radius:18px;border:1px solid rgba(108,111,249,.4);background:var(--panel-strong);color:var(--text);font-size:16px;font-weight:600;box-shadow:0 14px 30px #0f172a40}.search-field{position:relative;display:grid;gap:8px;min-width:260px}.search-field:before{content:"";position:absolute;left:16px;top:50%;width:16px;height:16px;transform:translateY(70%);background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='7' stroke='%2394a3b8' stroke-width='2'/%3E%3Cpath d='M20 20L17 17' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;opacity:.8}.search-meta{display:grid;gap:2px;font-size:12px;color:var(--muted)}.search-meta span:first-child{color:var(--text);font-weight:600}.metric-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.metric-card{background:var(--panel);border:1px solid var(--border);border-radius:18px;padding:18px;box-shadow:var(--shadow)}.metric-card p{color:var(--muted);font-size:13px;margin-bottom:10px}.metric-card h3{font-size:26px}.metric-card.accent{background:linear-gradient(135deg,#6c6ff92e,#536fff14);border-color:#6c6ff966}.dashboard-grid{column-count:3;column-gap:18px}.panel-card{background:var(--panel-strong);border:1px solid var(--border);border-radius:20px;padding:20px;box-shadow:var(--shadow);min-height:280px;break-inside:avoid;margin-bottom:18px}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.panel-pill{padding:6px 12px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:12px;font-weight:600}.bar-chart{display:grid;grid-template-columns:repeat(7,1fr);align-items:end;gap:10px;height:180px}.bar-item{display:grid;gap:8px;justify-items:center;color:var(--muted);font-size:11px}.bar{width:100%;border-radius:12px;background:linear-gradient(180deg,var(--accent),rgba(108,111,249,.25));min-height:12px;transition:.3s ease}.top-list{display:grid;gap:14px}.top-item{display:flex;align-items:center;gap:12px;background:var(--bg-soft);border-radius:14px;padding:10px;border:1px solid transparent;text-align:left;width:100%}.top-item img{width:46px;height:46px;border-radius:12px;object-fit:cover}.top-item span{color:var(--muted);font-size:12px}.logo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px}.logo-card{background:var(--panel);border:1px solid var(--border);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow);transition:transform .2s ease,border-color .2s ease;cursor:pointer;min-height:420px}.logo-card.volatile{border-color:#f8c440e6;background:linear-gradient(180deg,#f8c4402e,#f8c4400a);box-shadow:0 18px 40px #f8c44040}.logo-card.review-state{border-color:#22d3eeb3;background:linear-gradient(180deg,#22d3ee2e,#22d3ee0d);box-shadow:0 18px 40px #22d3ee33}.logo-card:hover{transform:translateY(-4px);border-color:#6c6ff966}.logo-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.logo-preview{background:var(--bg-soft);height:220px;overflow:hidden}.logo-preview img{width:100%;height:100%;object-fit:contain;background:#0b0f14}.logo-body{padding:16px;flex:1;display:grid;gap:10px}.logo-header h3{font-size:18px;margin-bottom:6px;overflow-wrap:anywhere}.logo-title-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px 10px}.logo-card .logo-title-row .title-group{min-width:0}.logo-card .logo-title-row .sku-row{grid-column:1 / -1}.logo-card .logo-title-row .status-pill{justify-self:end;align-self:start}.status-pill{padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600}.status-pill.activo{background:#36d39929;color:#36d399;border:1px solid rgba(54,211,153,.4)}.status-pill.inactivo{background:#ff6b8a29;color:#ff6b8a;border:1px solid rgba(255,107,138,.4)}.status-pill.revision{background:#22d3ee29;color:#82f6f4;border:1px solid rgba(34,211,238,.42)}.logo-meta{color:var(--muted);font-size:13px}.tag-row{display:flex;flex-wrap:wrap;gap:6px}.tag-chip{padding:4px 10px;border-radius:999px;background:#6c6ff929;border:1px solid rgba(108,111,249,.4);font-size:12px;max-width:96px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logo-actions{padding:0 16px 16px;display:grid;gap:10px}.primary-button,.ghost-button{border:none;border-radius:12px;padding:12px 14px;cursor:pointer;font-weight:600;transition:.2s ease}.primary-button{background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#fff}.primary-button:disabled{opacity:.6;cursor:not-allowed}.ghost-button{background:transparent;border:1px solid var(--border);color:var(--text)}.ghost-button:hover{border-color:var(--accent);color:var(--accent)}.ghost-button.danger{border-color:#ff6b8a66;color:#ff6b8a}.ghost-button.danger:hover{border-color:#ff6b8ab3;color:#ff6b8a}.pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:24px;color:var(--muted)}.alert{padding:12px 16px;border-radius:12px;margin-bottom:18px;border:1px solid transparent}.alert.error{background:#ff6b8a1f;border-color:#ff6b8a66;color:#ffd5de}.empty-state{padding:40px;text-align:center;border:1px dashed var(--border);border-radius:16px;color:var(--muted)}.loading-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:18px}.skeleton-card{height:320px;border-radius:20px;background:linear-gradient(120deg,var(--panel),var(--panel-strong),var(--panel));background-size:200% 200%;animation:shimmer 1.4s ease infinite}.placeholder-page{padding:40px;border-radius:16px;background:var(--panel);border:1px solid var(--border)}.hidden-input{display:none}.modal-overlay{position:fixed;inset:0;background:#06090fb3;display:grid;place-items:center;z-index:60;padding:24px}.modal-card{background:var(--panel-strong);border-radius:24px;border:1px solid var(--border);max-width:860px;width:100%;padding:24px;box-shadow:var(--shadow);max-height:calc(100vh - 48px);overflow-y:auto}.modal-card{background:radial-gradient(circle at 12% 0%,rgba(108,111,249,.22),transparent 42%),radial-gradient(circle at 92% 12%,rgba(123,191,255,.12),transparent 38%),var(--panel-strong)}.modal-header{display:flex;flex-direction:column;gap:12px;justify-content:space-between;align-items:stretch;margin-bottom:20px}.modal-subtitle{color:var(--muted);font-size:13px}.modal-body{display:grid;gap:24px;grid-template-columns:minmax(320px,1.25fr) minmax(260px,.85fr);align-items:start}.modal-body.ventas{grid-template-columns:1fr}.modal-body.ventas .modal-preview{height:auto;aspect-ratio:4 / 3}.modal-body.ventas .modal-details{grid-template-columns:1fr}.modal-preview{border-radius:18px;overflow:hidden;background:var(--bg-soft);height:360px;position:relative;border:1px solid rgba(108,111,249,.22);box-shadow:inset 0 0 0 1px #ffffff08}.modal-preview img{width:100%;height:100%;object-fit:contain;background:#0b0f14}.preview-empty-overlay{position:absolute;inset:0;display:grid;place-content:center;gap:12px;text-align:center;padding:18px;background:linear-gradient(180deg,#0d11176b,#0d1117d1)}.preview-empty-overlay p{color:var(--muted);font-weight:600}.modal-details{display:grid;gap:16px}.modal-main-column{display:grid;gap:14px}.modal-side-panel{border:1px solid rgba(108,111,249,.2);border-radius:16px;padding:14px;background:linear-gradient(180deg,#11192894,#11192840)}.modal-actions{display:grid;gap:10px}.action-group{display:grid;grid-template-columns:1fr 1fr;gap:8px}.status-button{width:100%}.edit-button{margin-top:0}.modal-edit-main{width:100%;min-height:44px}.modal-side-panel .ghost-button{width:100%;min-height:40px}.modal-side-panel .primary-button{width:100%;min-height:42px}.preview-button{position:absolute;top:14px;right:14px;background:#0f172abf;color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:12px;padding:8px 12px;font-weight:600;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.preview-button:disabled{opacity:.7;cursor:not-allowed}.modal-form{margin-top:24px;border-top:1px solid var(--border);padding-top:20px;display:grid;gap:16px}.upload-modal{max-width:520px}.upload-zone{border:1px dashed rgba(108,111,249,.5);border-radius:18px;padding:28px;display:grid;gap:12px;text-align:center;background:#6c6ff914}.upload-zone.dragover{border-color:#6c6ff9e6;background:#6c6ff92e}.upload-icon{font-size:28px;color:var(--accent)}.confirm-card{max-width:420px}.confirm-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:16px}.form-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.field{display:grid;gap:8px;font-size:13px;color:var(--muted)}.checkbox-field{grid-template-columns:auto 1fr;align-items:center;gap:10px}.checkbox-field input{width:18px;height:18px;accent-color:#f8c440}.checkbox-inline{border:1px solid rgba(248,196,64,.35);border-radius:12px;padding:10px 12px;background:#f8c44014}.pending-warning{grid-column:1 / -1;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,107,138,.45);background:#ff6b8a1f;color:#ff9ab0;font-size:13px;font-weight:600}.field input,.field select,.field textarea{padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:var(--panel);color:var(--text)}.field textarea{min-height:86px;resize:vertical}.field select option{background:var(--panel);color:var(--text)}.field-hint{color:var(--muted);font-size:12px}.field-full{grid-column:1 / -1}.detail-row{display:grid;gap:8px;color:var(--muted)}.detail-row strong{color:var(--text)}.detail-row .status-pill{display:inline-flex;align-items:center;justify-content:center}.logo-data-panel{border:1px solid var(--border);border-radius:14px;padding:12px;background:#6c6ff90f;display:grid;gap:10px}.modal-data-foot{border-top:1px dashed rgba(148,163,184,.3);margin-top:4px}.logo-data-panel h4{font-size:13px;color:var(--text)}.logo-data-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.logo-data-grid div{display:grid;gap:3px}.logo-data-grid span{color:var(--muted);font-size:11px}.logo-data-grid strong{color:var(--text);font-size:12px;overflow-wrap:anywhere}.mono-cell{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.muted-text{color:var(--muted);font-size:13px}.toast-stack{position:fixed;right:24px;top:24px;display:grid;gap:12px;z-index:70}.toast{padding:12px 16px;border-radius:12px;border:1px solid var(--border);background:var(--panel-strong);display:flex;align-items:center;justify-content:space-between;gap:16px;min-width:260px;box-shadow:var(--shadow)}.toast-success{border-color:#36d39980}.toast-error{border-color:#ff6b8a80}.toast-close{background:transparent;border:none;color:var(--muted);cursor:pointer;font-size:18px}.error-boundary{margin:40px auto;max-width:520px;background:var(--panel);border:1px solid var(--border);border-radius:18px;padding:24px;display:grid;gap:12px;box-shadow:var(--shadow)}.production-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.production-admin-table-shell{border:1px solid var(--border);border-radius:18px;background:#11172580;overflow:hidden}.production-admin-table{display:grid;gap:10px;padding:12px}.production-admin-row{display:grid;grid-template-columns:92px minmax(200px,1.25fr) minmax(140px,.95fr) minmax(170px,1fr) minmax(220px,1.4fr) minmax(170px,.95fr) minmax(170px,1fr);gap:12px;align-items:center;padding:14px;border-radius:16px;border:1px solid rgba(108,111,249,.22)}.production-admin-row.paused{border-color:#94a3b866!important;background:linear-gradient(180deg,#78839424,#3641512e)!important;filter:saturate(.35);opacity:.78}.production-admin-head{background:#6c6ff91f;border-color:#6c6ff940;font-size:12px;font-weight:700;color:var(--muted)}.production-admin-work,.production-admin-client,.production-admin-assignee,.production-admin-flow,.production-admin-dates,.production-admin-actions{display:grid;gap:8px;min-width:0}.production-admin-thumb{width:76px;height:76px;padding:0;border-radius:14px;overflow:hidden;border:1px solid rgba(148,163,184,.22);background:#0a0e14cc;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.production-admin-thumb:hover{transform:translateY(-1px);border-color:#6c6ff96b;box-shadow:0 14px 26px #0f172a3d}.production-admin-thumb img{width:100%;height:100%;display:block;object-fit:cover;background:#0b0f14}.production-admin-work strong,.production-admin-client span,.production-admin-dates span,.production-admin-flow span,.production-admin-actions button{min-width:0}.production-admin-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.production-admin-client span,.production-admin-dates span{color:var(--muted);font-size:13px}.production-admin-actions{align-content:start}.table-track{min-width:220px}.production-card{border-radius:16px;border:1px solid var(--border);background:var(--panel);padding:16px;display:grid;gap:10px}.production-card.paused{border-color:#94a3b86b;background:linear-gradient(180deg,#76849629,#2e374538);box-shadow:0 0 0 1px #94a3b82e,0 14px 28px #0f172a29;filter:saturate(.35);opacity:.8}.production-card.paused .status-pill,.production-card.paused .tag-chip,.production-card.paused .assigned-chip,.production-admin-row.paused .status-pill,.production-admin-row.paused .tag-chip,.production-admin-row.paused .assigned-chip{filter:saturate(.7)}.production-card.urgency-atrasado{box-shadow:0 0 0 1px #ff6b8a4d,0 18px 40px #ff6b8a26}.production-card.urgency-hoy{box-shadow:0 0 0 1px #f8c44042,0 18px 40px #f8c4401f}.production-card.urgency-proximo{box-shadow:0 0 0 1px #7bbfff33,0 18px 36px #7bbfff1a}.production-card.danger{border-color:#ff6b8a99;background:linear-gradient(170deg,#ff6b8a3d,#50142633)}.production-card.ok{border-color:#36d39973}.production-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.production-pill-stack{display:grid;gap:6px;justify-items:end}.production-head h3{font-size:18px;overflow-wrap:anywhere}.production-preview{width:100%;aspect-ratio:16 / 10;border-radius:12px;overflow:hidden;background:#0a0e14a6;border:1px solid rgba(148,163,184,.24)}.production-preview img{width:100%;height:100%;object-fit:contain;background:#0b0f14}.production-note{color:var(--muted);font-size:13px}.urgency-pill.atrasado{background:#ff6b8a2e;color:#ff8ca5;border:1px solid rgba(255,107,138,.45)}.urgency-pill.hoy{background:#f8c4402e;color:#ffd86c;border:1px solid rgba(248,196,64,.45)}.urgency-pill.proximo{background:#7bbfff29;color:#9fd6ff;border:1px solid rgba(123,191,255,.42)}.urgency-pill.programado{background:#6c6ff924;color:#b9c4ff;border:1px solid rgba(108,111,249,.35)}.urgency-pill.sin_fecha{background:#94a3b81f;color:#a8b6cb;border:1px solid rgba(148,163,184,.24)}.production-status-track{display:grid;grid-template-columns:repeat(auto-fit,minmax(68px,1fr));gap:8px}.production-step{position:relative;display:grid;justify-items:center;gap:6px;text-align:center;border:none;padding:0;background:transparent;appearance:none;color:#66758d}.production-step-hitbox{position:absolute;inset:-4px;border:none;background:transparent;cursor:pointer;border-radius:12px}.production-step-hitbox:disabled{cursor:default}.production-step:not(:last-child):after{content:"";position:absolute;top:16px;left:calc(50% + 18px);width:calc(100% - 36px);height:2px;border-radius:999px;background:#94a3b838}.production-step.active:not(:last-child):after{background:currentColor;opacity:.55}.production-step-dot{width:32px;height:32px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:2px solid currentColor;background:#0f172a8c;font-size:12px;font-weight:700;z-index:1}.production-step-label{font-size:11px;font-weight:700;letter-spacing:.01em;color:inherit}.production-step.active.recibido{color:#8fa3bf}.production-step.active.en_proceso{color:#f8c440}.production-step.active.en_revision{color:#5eead4}.production-step.active.pausado{color:#f59e0b}.production-step.active.completado{color:#7be495}.production-step.current .production-step-dot,.production-step.active .production-step-dot{box-shadow:0 0 0 6px #ffffff08}.production-step.current.recibido .production-step-dot,.production-step.active.recibido .production-step-dot{background:#8fa3bf29}.production-step.current.en_proceso .production-step-dot,.production-step.active.en_proceso .production-step-dot{background:#f8c4402e}.production-step.current.en_revision .production-step-dot,.production-step.active.en_revision .production-step-dot{background:#5eead42e}.production-step.current.pausado .production-step-dot,.production-step.active.pausado .production-step-dot{background:#f59e0b33}.production-step.current.completado .production-step-dot,.production-step.active.completado .production-step-dot{background:#7be49529}.production-step:not(.active) .production-step-dot{border-color:#94a3b84d;background:#0f172a4d;color:#66758d}.production-step:not(.active):not(:last-child):after{background:#94a3b82e}.production-step.clickable{cursor:pointer}.production-step:has(.production-step-hitbox:hover){transform:translateY(-1px)}.production-step:has(.production-step-hitbox:hover) .production-step-dot{border-color:#f8c440b8;background:#f8c44024}.production-date.estimate{color:#f8c440;font-weight:700}.workload-strip{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.workload-chip{display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:14px;border:1px solid rgba(108,111,249,.28);background:#6c6ff91a}.workload-chip span{color:var(--muted);font-size:12px;font-weight:700}.workload-chip strong{color:var(--text);font-size:15px}.assigned-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.assigned-chip{display:inline-flex;align-items:center;min-height:34px;padding:6px 12px;border-radius:999px;border:1px solid rgba(148,163,184,.22);background:#94a3b814;color:#a8b6cb;font-size:12px;font-weight:700}.assigned-chip.filled{border-color:#7bbfff57;background:#7bbfff1f;color:#b6e1ff}.assignment-select{min-width:170px;padding:10px 12px;border-radius:12px;border:1px solid rgba(108,111,249,.25);background:var(--panel-strong);color:var(--text)}.assignment-select option{background:var(--panel-strong);color:var(--text)}.production-date{color:var(--muted);font-size:12px}.production-actions{display:grid;gap:8px}.readonly-note{margin-top:6px;color:#f8c440;font-size:12px;font-weight:700}.error-boundary pre{font-size:12px;color:var(--muted);white-space:pre-wrap}.login-page{min-height:100vh;display:grid;place-items:center;position:relative;padding:24px}.login-card{width:min(420px,100%);background:var(--panel);border:1px solid var(--border);border-radius:20px;padding:36px;box-shadow:var(--shadow);display:grid;gap:24px;z-index:2}.login-title{font-size:28px;font-weight:700}.login-subtitle{color:var(--muted)}.login-form{display:grid;gap:18px}.input-field{display:grid;gap:8px;font-size:14px;color:var(--muted)}.input-field input,.input-field select{padding:12px 14px;border-radius:12px;border:1px solid var(--border);background:var(--panel);color:var(--text)}.login-footer{text-align:center;color:var(--muted);font-size:13px}.login-glow{position:absolute;width:420px;height:420px;background:radial-gradient(circle,rgba(108,111,249,.25),transparent 60%);filter:blur(40px);z-index:1}.loading-screen{min-height:100vh;display:grid;place-content:center;gap:16px;color:var(--muted)}.spinner{width:46px;height:46px;border:4px solid rgba(255,255,255,.08);border-top-color:var(--accent);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@media(max-width:1024px){.app-shell{grid-template-columns:1fr}.page-actions{grid-template-columns:1fr;align-items:stretch}.sidebar{flex-direction:row;align-items:center;justify-content:space-between;border-right:none;border-bottom:1px solid var(--border)}.sidebar-search{display:none}.sidebar-nav{grid-auto-flow:column;gap:6px}.nav-item{padding:10px 12px}.sidebar-footer{display:none}.topbar{flex-direction:column;align-items:flex-start;gap:12px}.topbar-user{width:100%;justify-content:space-between}.content-area{padding:24px}.production-admin-row{grid-template-columns:1fr}.production-admin-head{display:none}}@media(max-width:720px){.sidebar-nav{display:none}.modal-body{grid-template-columns:1fr}.modal-card{padding:18px;border-radius:18px}.action-group{grid-template-columns:1fr}.toast-stack{right:16px;left:16px}.production-status-track{gap:6px}.production-step-label{font-size:10px}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:0% 50%}to{background-position:100% 50%}}.header-actions{display:flex;align-items:center;gap:10px}.modal-card.fullscreen{width:min(1100px,96vw)}.modal-card.fullscreen .modal-preview{height:auto;aspect-ratio:16 / 9}.top-item.clickable{cursor:pointer;border-color:#6c6ff933}.top-item.clickable:hover{border-color:#6c6ff980}.preview-modal{max-width:780px}.dashboard-layout{display:grid;grid-template-columns:minmax(320px,1.4fr) minmax(220px,.7fr);gap:18px;margin-bottom:18px}.stats-stack{display:grid;gap:12px}.metric-card.compact{min-height:auto}.bar-chart.big{height:220px}@media(max-width:1200px){.dashboard-grid{column-count:2}}@media(max-width:900px){.dashboard-grid{column-count:1}.dashboard-layout{grid-template-columns:1fr}}.modal-title-row{display:flex;align-items:flex-start;gap:12px;flex-wrap:wrap}.dashboard-page .magic-bento{margin-top:8px}.mb-kpi-row{display:flex;flex-wrap:wrap;gap:10px;color:var(--muted);font-size:12px}.mb-kpi-row span{padding:4px 8px;border-radius:999px;border:1px solid rgba(108,111,249,.24);background:#6c6ff914}.mb-kpi-trend{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;border:1px solid rgba(108,111,249,.25);font-size:12px;font-weight:700}.mb-kpi-trend.up{color:#36d399;border-color:#36d39973;background:#36d3991f}.mb-kpi-trend.down{color:#ff6b8a;border-color:#ff6b8a73;background:#ff6b8a1f}.mb-client-list{display:grid;gap:8px}.mb-client-row{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:8px 10px;border-radius:10px;border:1px solid rgba(108,111,249,.2);background:#6c6ff914}.mb-client-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text)}.mb-client-row strong{color:#c9d6ff}.mb-demand-shell{display:grid;gap:12px}.mb-demand-header{display:grid;gap:4px}.mb-demand-kicker{font-size:11px;letter-spacing:.08em;color:var(--muted);font-weight:700}.mb-demand-total{font-size:30px;line-height:1;color:#e9fef2}.mb-demand-shell .bar-chart.big{height:190px;padding:8px 2px 0}.mb-demand-shell .bar{background:linear-gradient(180deg,#43d39e,#43d39e3d);border-radius:10px 10px 6px 6px}.mb-demand-shell .bar-item span{opacity:.65}.mb-demand-axis{display:flex;justify-content:space-between;color:var(--muted);font-size:12px}.modal-title-meta{display:flex;flex-direction:column;gap:6px;min-width:0;flex:1 1 260px}.title-stack{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;min-width:0}.copy-combined{align-self:flex-start;margin-left:0}.title-group{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0;flex:1 1 180px}.sku-row{display:inline-flex;align-items:center;gap:8px;background:#6c6ff91f;border:1px solid rgba(108,111,249,.3);border-radius:12px;padding:6px 10px;max-width:100%;flex-wrap:wrap}.sku-label{font-size:12px;font-weight:700;color:var(--muted)}.sku-value{font-size:16px;font-weight:700;color:#f8c440;letter-spacing:.04em;word-break:break-all}.copy-button{border:1px solid rgba(108,111,249,.3);background:#6c6ff91f;color:var(--text);border-radius:10px;padding:6px 10px;font-size:12px;font-weight:600;cursor:pointer}.copy-button:hover{border-color:#6c6ff999}.copy-hero{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#5f66ff,#7b8cff);color:#fff;border-color:#8fc7ff73;padding:10px 16px;font-size:13px;font-weight:700;box-shadow:0 10px 22px #5f66ff59}.copy-hero:hover{border-color:#c8dcffcc;filter:brightness(1.04)}.copy-hero-icon{font-size:14px;line-height:1}.copy-inline{margin-left:6px}@media(max-width:720px){.logo-data-grid{grid-template-columns:1fr}}.catalogo-page .catalogo-actions{grid-template-columns:minmax(280px,1fr) auto}.catalogo-filter-toolbar{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr)) auto;gap:10px;margin-bottom:12px}.catalogo-filter-summary{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.catalogo-groups{display:grid;gap:18px}.catalogo-provider-group{border:1px solid rgba(var(--provider-color),.35);border-radius:18px;padding:14px;background:linear-gradient(180deg,rgba(var(--provider-color),.09),rgba(var(--provider-color),.02))}.catalogo-provider-header{--provider-color: 108, 111, 249;display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding:8px 10px;border-radius:12px;border:1px solid rgba(var(--provider-color),.45);background:rgba(var(--provider-color),.12)}.catalogo-provider-header h3{font-size:17px}.catalogo-provider-header span{font-size:12px;color:var(--muted);font-weight:700}.catalogo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.catalogo-card{--provider-color: 108, 111, 249;border-radius:18px;border:1px solid rgba(var(--provider-color),.32);background:var(--panel);box-shadow:var(--shadow);overflow:hidden;display:grid;grid-template-rows:180px 1fr;box-shadow:var(--shadow),inset 0 0 0 1px rgba(var(--provider-color),.08)}.catalogo-preview img{width:100%;height:100%;object-fit:cover;background:#0b0f14}.catalogo-body{padding:14px;display:grid;gap:8px}.catalogo-title-row{display:flex;justify-content:space-between;gap:8px;align-items:flex-start}.catalogo-title-row h3{font-size:17px}.catalogo-actions-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:6px}.catalogo-modal{max-width:1000px}.catalogo-variants-block{margin-top:18px;border-top:1px solid var(--border);padding-top:16px;display:grid;gap:12px}.catalogo-variants-list{display:grid;gap:8px;max-height:220px;overflow:auto;padding-right:4px}.catalogo-variant-row{border:1px solid var(--border);border-radius:12px;padding:10px;display:flex;justify-content:space-between;gap:10px;align-items:center;background:#6c6ff90f}.catalogo-variant-actions{display:flex;gap:8px}.accounts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.account-card{border:1px solid var(--border);border-radius:18px;background:var(--panel);padding:16px;display:grid;gap:14px;box-shadow:var(--shadow)}.account-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.account-head h3{font-size:18px}.account-meta{display:grid;gap:6px;color:var(--muted);font-size:13px}.form-grid.compact{grid-template-columns:1fr}.metrics-table-shell{margin-top:18px}.metrics-table{display:grid;gap:8px}.metrics-row{display:grid;grid-template-columns:1.1fr 1.6fr .8fr 1fr .9fr .9fr 1.2fr;gap:12px;align-items:center;padding:12px 14px;border-radius:12px;border:1px solid rgba(108,111,249,.12);background:#6c6ff90d}.metrics-row-pending{grid-template-columns:1fr 1.5fr .8fr 1fr .9fr .9fr 1.2fr}.metrics-head{background:#6c6ff91f;border-color:#6c6ff940;font-size:12px;font-weight:700;color:var(--muted)}.metrics-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mb-user-focus{display:grid;gap:10px}.notifications-shell{position:relative}.notification-bell{position:relative;width:44px;height:44px;border-radius:14px;border:1px solid var(--border);background:var(--panel);color:var(--text);display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--shadow)}.notification-bell.open{border-color:#6c6ff966;box-shadow:0 0 0 3px #6c6ff91f}.notification-bell-icon{font-size:18px;line-height:1}.notification-badge{position:absolute;top:-6px;right:-6px;min-width:22px;height:22px;border-radius:999px;padding:0 6px;background:linear-gradient(135deg,#ff6a88,#ff3d71);color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--bg)}.notifications-popover{position:absolute;top:calc(100% + 10px);right:0;width:min(360px,84vw);max-height:420px;overflow:auto;padding:14px;border-radius:18px;border:1px solid var(--border);background:var(--panel);box-shadow:var(--shadow);z-index:40;display:grid;gap:12px}.notification-popup{position:absolute;top:calc(100% + 10px);right:0;width:min(340px,78vw);padding:14px;border-radius:16px;border:1px solid var(--border);background:var(--panel);box-shadow:var(--shadow);z-index:41}.notification-popup p{margin-top:8px;color:var(--muted);line-height:1.45}.notification-popup-close{width:28px;height:28px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:var(--text);font-size:18px;line-height:1}.notifications-popover-head{display:flex;justify-content:space-between;align-items:center;gap:12px;color:var(--muted);font-size:13px}.notifications-list{display:grid;gap:10px}.notification-item,.notification-admin-card{border:1px solid var(--border);border-radius:16px;padding:14px;background:#6c6ff90d}.notification-item.state-info,.notification-admin-card.state-info{border-color:#5b63ff52;background:#5b63ff14}.notification-item.state-aviso,.notification-admin-card.state-aviso{border-color:#f8c44057;background:#f8c4401a}.notification-item.state-urgente,.notification-admin-card.state-urgente{border-color:#ff5a7457;background:#ff5a7417}.notification-item.state-exito,.notification-admin-card.state-exito{border-color:#43d39e52;background:#43d39e17}.notification-popup.state-info{border-color:#5b63ff52;background:linear-gradient(135deg,#5b63ff26,#5b63ff0d)}.notification-popup.state-aviso{border-color:#f8c44057;background:linear-gradient(135deg,#f8c44029,#f8c4400d)}.notification-popup.state-urgente{border-color:#ff5a7457;background:linear-gradient(135deg,#ff5a7429,#ff5a740d)}.notification-popup.state-exito{border-color:#43d39e52;background:linear-gradient(135deg,#43d39e29,#43d39e0d)}.notification-item-head,.notification-admin-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.notification-item p,.notification-admin-head p{margin-top:8px;color:var(--muted);line-height:1.45}.notification-state.info{background:#5b63ff26;color:#b9c3ff}.notification-state.aviso{background:#f8c4402e;color:#ffe08a}.notification-state.urgente{background:#ff5a742e;color:#ffb0c2}.notification-state.exito{background:#43d39e2e;color:#9df0ce}.notifications-empty{color:var(--muted);font-size:14px}.notifications-admin-list{display:grid;gap:14px}.notification-admin-badges{display:flex;gap:8px;flex-wrap:wrap}.audit-table .audit-row{grid-template-columns:1.1fr 1fr 1fr .8fr .8fr 1fr 1.6fr}.audit-meta-cell{white-space:normal!important;line-height:1.35}.cotizacion-page{display:grid;gap:20px}.cotizacion-actions{display:flex;gap:12px;align-items:center}.cotizacion-builder-modal{width:min(96vw,1680px);max-height:92vh;overflow:hidden;border-radius:28px;background:var(--panel);border:1px solid var(--border);box-shadow:0 30px 90px #05154057;display:grid;grid-template-columns:520px minmax(0,1fr)}.cotizacion-builder-panel{padding:28px 24px;border-right:1px solid rgba(108,111,249,.14);overflow:auto;display:grid;gap:18px;background:radial-gradient(circle at top left,rgba(91,99,255,.14),transparent 44%),linear-gradient(180deg,rgba(255,255,255,.02),transparent)}.cotizacion-builder-preview{overflow:auto;background:linear-gradient(180deg,#101424f0,#070a12fa);padding:18px}.cotizacion-builder-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.cotizacion-builder-header h3{font-size:28px}.cotizacion-builder-header p{margin-top:6px;color:var(--muted);line-height:1.4}.cotizacion-builder-summary{display:flex;flex-wrap:wrap;gap:10px}.cotizacion-builder-summary span{border-radius:999px;padding:8px 12px;background:#6c6ff91c;border:1px solid rgba(108,111,249,.16);font-size:13px}.cotizacion-builder-lines{display:grid;gap:16px}.cotizacion-line-card{border-radius:20px;border:1px solid rgba(108,111,249,.15);background:#6c6ff90f;padding:18px;display:grid;gap:14px}.cotizacion-line-head{display:flex;justify-content:space-between;align-items:center;gap:16px}.quote-builder-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.quote-reference-block{display:grid;gap:10px}.quote-reference-results{display:flex;flex-wrap:wrap;gap:8px;max-height:112px;overflow:auto;padding-right:4px}.quote-reference-option{border-radius:999px;border:1px solid rgba(108,111,249,.18);background:#6c6ff914;color:var(--text);padding:8px 12px;font-size:13px}.quote-reference-option.active{border-color:#43d39e6b;background:#43d39e29;color:#b6ffe6}.quote-reference-empty{color:var(--muted);font-size:13px;padding:10px 12px;border-radius:12px;background:#ffffff08}.cotizacion-line-totals{display:flex;justify-content:space-between;gap:12px;align-items:center;color:var(--muted)}.cotizacion-line-totals strong{color:var(--text);font-size:16px}.cotizacion-builder-footer{display:flex;justify-content:space-between;gap:12px;align-items:center}.cotizacion-sheet{position:relative;overflow:hidden;border-radius:28px;background:linear-gradient(180deg,#fff,#f7faff);color:#182a63;min-height:1600px;padding:72px 72px 56px;box-shadow:0 24px 70px #0515402e}.cotizacion-background{position:absolute;pointer-events:none;opacity:1}.cotizacion-bg-top-left{top:0;left:-120px;width:420px;height:280px;background:linear-gradient(135deg,#4ba8ff80,#4ba8ff1f);transform:skew(-30deg)}.cotizacion-bg-top-right{top:-10px;right:-80px;width:520px;height:340px;background:linear-gradient(135deg,#152c68fa,#152c68fa) top right / 230px 110px no-repeat,linear-gradient(135deg,#267ed8d9,#78c2ff40);clip-path:polygon(18% 0,100% 0,100% 100%,0 100%)}.cotizacion-bg-bottom-right{right:-120px;bottom:-60px;width:520px;height:360px;background:linear-gradient(135deg,#152c68fa,#152c68fa) bottom right / 230px 120px no-repeat,linear-gradient(135deg,#4ba8ff80,#4ba8ff1a);clip-path:polygon(24% 0,100% 0,100% 100%,0 100%)}.cotizacion-header,.cotizacion-contact-grid,.cotizacion-table-wrap,.cotizacion-bottom,.cotizacion-footer-brand,.cotizacion-title,.cotizacion-extra-note{position:relative;z-index:1}.cotizacion-header{display:flex;justify-content:space-between;gap:32px;align-items:flex-start}.cotizacion-brand-block{max-width:680px}.cotizacion-brand{font-size:84px;line-height:.92;font-weight:900;letter-spacing:-.06em;text-transform:uppercase}.cotizacion-brand-line{width:100%;max-width:560px;height:6px;background:#24356f;margin:12px 0 16px}.cotizacion-brand-block p{font-size:22px;margin:4px 0}.cotizacion-date-card{width:360px;border:2px solid #24356f}.cotizacion-date-head{background:#172a68;color:#fff;text-align:center;font-size:34px;font-weight:800;padding:6px 0 10px}.cotizacion-date-grid{display:grid;grid-template-columns:repeat(3,1fr);text-align:center}.cotizacion-date-grid div{border-right:1px solid #24356f;border-top:1px solid #24356f;padding:10px 8px;font-size:24px;font-weight:800}.cotizacion-date-grid div:nth-child(3n){border-right:0}.cotizacion-contact-grid{margin-top:48px;display:grid;grid-template-columns:240px 1fr;border:2px solid #24356f}.cotizacion-contact-label,.cotizacion-contact-value{min-height:68px;display:flex;align-items:center;padding:0 18px;border-top:1px solid #24356f;font-size:28px}.cotizacion-contact-label:nth-child(-n+2),.cotizacion-contact-value:nth-child(-n+2){border-top:0}.cotizacion-contact-label{background:#172a68;color:#fff;font-weight:700;border-right:2px solid #24356f}.cotizacion-title{text-align:center;font-size:74px;line-height:1;letter-spacing:-.04em;margin:74px 0 30px;font-weight:900}.cotizacion-table-wrap{display:grid;gap:0}.cotizacion-table{display:grid;grid-template-columns:150px 1fr 150px 130px}.cotizacion-table>div{border-right:2px solid #24356f;border-top:2px solid #24356f}.cotizacion-table>div:last-child{border-right:2px solid #24356f}.cotizacion-table-head>div{min-height:72px;background:#172a68;color:#fff;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:700}.cotizacion-table-row>div{min-height:116px;background:#ffffffb8}.cotizacion-table-footer>div{min-height:74px;background:#fffc;border-bottom:2px solid #24356f}.cotizacion-cell{padding:12px 14px}.quantity-cell,.price-cell,.total-cell,.cotizacion-footer-label,.cotizacion-footer-amount{display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700}.quantity-cell input{width:100%;border:0;background:transparent;text-align:center;font-size:28px;font-weight:700;color:#182a63}.description-cell{display:grid;align-content:center;gap:10px}.quote-line-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.quote-line-grid input,.quote-line-grid select{min-height:42px;border-radius:10px;border:1px solid rgba(24,42,99,.16);background:#182a630d;color:#182a63;padding:0 12px;font-size:14px}.quote-description-text{min-height:42px;font-size:17px;line-height:1.4;font-weight:600}.cotizacion-footer-label{justify-content:flex-start;padding-left:22px}.cotizacion-footer-amount{font-size:28px}.cotizacion-extra-note{margin-top:16px;font-size:22px;font-weight:700}.cotizacion-bottom{margin-top:110px;display:grid;grid-template-columns:1fr 360px;gap:30px;align-items:start}.cotizacion-observations h3{font-size:36px;margin-bottom:12px;font-weight:900}.cotizacion-observations p{font-size:20px;line-height:1.45;margin:6px 0}.cotizacion-seller-block{text-align:center;align-self:center;display:grid;gap:10px}.cotizacion-seller-name,.cotizacion-seller-position,.cotizacion-seller-phone{font-size:30px;line-height:1.12;font-weight:800;text-transform:uppercase}.cotizacion-seller-position{font-size:44px}.cotizacion-footer-brand{margin-top:72px;text-align:center;font-size:26px;font-weight:800}.cotizacion-pieces-chip{position:sticky;bottom:18px;margin-top:24px;display:inline-flex;gap:20px;padding:12px 18px;border-radius:999px;background:#172a68eb;color:#fff;font-weight:700;z-index:5}.cotizacion-sheet-compact{min-height:1220px;transform-origin:top left}.preview-cell{font-size:20px}.preview-description-cell{align-content:start}.quote-board-page{display:grid;gap:22px}.quote-toolbar{grid-template-columns:minmax(280px,1fr) auto auto}.quote-summary-strip{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:16px}.quote-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:18px}.quote-card{display:grid;gap:14px;padding:18px;border-radius:20px;border:1px solid rgba(108,111,249,.18);background:radial-gradient(circle at top right,rgba(108,111,249,.12),transparent 40%),var(--panel);box-shadow:var(--shadow)}.quote-card-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.quote-card-head h3{font-size:19px}.quote-card-head p{color:var(--muted);font-size:13px;margin-top:5px}.quote-status{white-space:nowrap}.quote-status.draft{background:#6c6ff929;color:#b9c3ff;border:1px solid rgba(108,111,249,.32)}.quote-status.sent{background:#43d39e29;color:#a5f0ce;border:1px solid rgba(67,211,158,.3)}.quote-status.archived{background:#94a3b829;color:#d3d9e3;border:1px solid rgba(148,163,184,.28)}.quote-card-meta{display:grid;gap:6px;color:var(--muted);font-size:13px}.quote-card-totals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.quote-card-totals div{display:grid;gap:4px;padding:12px;border-radius:14px;background:#6c6ff914;border:1px solid rgba(108,111,249,.12)}.quote-card-totals strong{font-size:18px}.quote-card-totals span{color:var(--muted);font-size:12px}.quote-card-lines{display:grid;gap:8px}.quote-line-chip{display:flex;gap:10px;align-items:center;padding:10px 12px;border-radius:12px;background:#ffffff08;border:1px solid rgba(108,111,249,.08);font-size:13px}.quote-line-chip strong{color:var(--text)}.quote-line-chip span{color:var(--muted)}.quote-line-chip.muted{color:var(--muted);justify-content:center}.quote-card-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.cotizacion-quick-modal{width:min(96vw,1520px);max-width:none;padding:0;overflow:hidden;height:min(88vh,980px)}.cotizacion-quick-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:24px 24px 18px;border-bottom:1px solid rgba(108,111,249,.12)}.cotizacion-quick-head h3{font-size:28px}.cotizacion-quick-head p{margin-top:6px;color:var(--muted)}.cotizacion-quick-actions{display:flex;gap:10px;align-items:center}.cotizacion-quick-layout{display:grid;grid-template-columns:minmax(0,1.35fr) 360px;min-height:0;height:calc(min(88vh,980px) - 94px)}.cotizacion-quick-form{padding:22px 24px 24px;overflow:auto;display:grid;gap:18px;min-height:0}.cotizacion-seller-inline{display:flex;flex-wrap:wrap;gap:10px}.cotizacion-seller-inline span{padding:8px 12px;border-radius:999px;background:#6c6ff91f;border:1px solid rgba(108,111,249,.16);font-size:13px}.quote-editor-lines{display:grid;gap:14px}.quote-editor-card{display:grid;gap:14px;padding:16px;border-radius:18px;border:1px solid rgba(108,111,249,.14);background:#6c6ff90d}.quote-editor-card-head{display:flex;justify-content:space-between;gap:12px;align-items:center}.quote-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.quote-editor-foot{display:flex;justify-content:space-between;gap:16px;align-items:center;color:var(--muted);font-size:13px}.quote-editor-foot strong{color:var(--text);white-space:nowrap}.cotizacion-quick-foot{display:flex;justify-content:flex-start}.cotizacion-quick-preview{border-left:1px solid rgba(108,111,249,.12);padding:22px;background:linear-gradient(180deg,#070c18f0,#0b111ffa);overflow:auto;min-height:0}.cotizacion-preview-shell{position:sticky;top:0;display:flex;justify-content:center}.quote-print-mini-viewport{width:100%;max-width:300px;height:430px;overflow:hidden;border-radius:22px;display:flex;justify-content:center;align-items:flex-start}.quote-print-mini{width:760px;min-height:1120px;display:grid;gap:14px;padding:16px;border-radius:24px;background:#fff;color:#111;box-shadow:0 18px 50px #05154038;transform:scale(.38);transform-origin:top center}.quote-print-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.quote-print-brand-logo{width:180px;display:block;filter:grayscale(1) contrast(1.4)}.quote-print-head p{font-size:11px;margin-top:3px}.quote-print-date{min-width:110px;border-radius:14px;overflow:hidden;border:1px solid #111111;text-align:center}.quote-print-date strong{display:block;padding:8px 10px 6px;background:#111;color:#fff;font-size:12px}.quote-print-date span{display:block;padding:10px;font-size:12px;font-weight:700}.quote-print-contact{display:grid;gap:8px}.quote-print-contact div{display:grid;grid-template-columns:88px 1fr;border:1px solid #111111}.quote-print-contact strong{padding:8px 10px;background:#111;color:#fff;font-size:12px}.quote-print-contact span{padding:8px 10px;font-size:12px}.quote-print-title{text-align:center;text-transform:uppercase;font-size:22px;line-height:1;font-weight:900;letter-spacing:-.04em}.quote-print-table{display:grid;grid-template-columns:56px 1fr 88px 88px}.quote-print-table span{min-height:46px;padding:8px;border-top:1px solid #111111;border-right:1px solid #111111;font-size:11px;display:flex;align-items:center}.quote-print-table span:first-child{border-left:1px solid #111111}.quote-print-table-head span{background:#111;color:#fff;font-size:11px;font-weight:700;justify-content:center;min-height:38px}.quote-print-description-cell{display:grid!important;align-content:start;gap:4px}.quote-print-ref{display:block;padding:3px 5px;border:1px solid #111111;background:#f0f0f0;color:#111;font-size:10px;font-weight:800}.quote-print-description-cell em{color:#111;font-style:normal;line-height:1.2}.quote-print-table-row span:last-child,.quote-print-table-head span:last-child{justify-content:flex-end}.quote-print-table-row.empty span{min-height:34px}.quote-print-footer{display:flex;justify-content:space-between;gap:12px;align-items:center;padding-top:8px;border-top:1px dashed #111111;font-size:12px}.quote-print-notes{display:grid;gap:6px;font-size:11px;color:#111}.quote-print-seller{display:grid;gap:4px;justify-items:center;text-align:center;padding-top:8px;border-top:1px dashed #111111;font-size:12px;max-width:180px;margin-inline:auto}.quote-print-seller span:last-child{font-size:10px;line-height:1.15;overflow-wrap:anywhere}@media print{.no-print,.sidebar,.topbar,.page-header,.page-actions{display:none!important}.content-area{padding:0!important}.cotizacion-page{display:block}.cotizacion-sheet{box-shadow:none;border-radius:0;min-height:auto;padding:40px 44px 36px}}@media(max-width:1024px){.catalogo-page .catalogo-actions,.catalogo-filter-toolbar{grid-template-columns:1fr}.cotizacion-sheet{padding:28px 22px 34px;min-height:auto}.cotizacion-builder-modal{grid-template-columns:1fr;width:min(98vw,980px)}.cotizacion-builder-preview{padding:14px}.cotizacion-header,.cotizacion-bottom{grid-template-columns:1fr;display:grid}.cotizacion-brand{font-size:54px}.cotizacion-date-card{width:100%}.cotizacion-contact-grid{grid-template-columns:1fr}.cotizacion-contact-label{border-right:0}.cotizacion-title{font-size:42px}.cotizacion-table{grid-template-columns:96px 1fr 120px 120px}.quote-line-grid{grid-template-columns:1fr 1fr}.quote-builder-grid{grid-template-columns:1fr}.cotizacion-builder-footer,.cotizacion-line-totals{flex-direction:column;align-items:stretch}.quote-toolbar,.quote-summary-strip,.quote-card-actions,.cotizacion-quick-layout,.quote-editor-grid{grid-template-columns:1fr}.cotizacion-quick-head,.quote-card-head{flex-direction:column}.quote-card-totals,.quote-card-actions{grid-template-columns:1fr}.cotizacion-quick-preview{border-left:0;border-top:1px solid rgba(108,111,249,.12)}}.magic-bento{width:100%}.magic-bento .card-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:14px;max-width:none;padding:0}.magic-bento-card{position:relative;border-radius:18px;min-height:180px;padding:16px;border:1px solid rgba(108,111,249,.2);background:radial-gradient(circle at 12% 0%,rgba(var(--card-accent),.16),transparent 50%),linear-gradient(170deg,#0d1422f2,#0a0f1af0);box-shadow:0 12px 30px #00000040;overflow:hidden;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;grid-column:span 3}[data-theme=light] .magic-bento-card{background:radial-gradient(circle at 12% 0%,rgba(var(--card-accent),.1),transparent 52%),linear-gradient(170deg,#fffffff5,#f7fafff5);box-shadow:0 12px 28px #1823381f}.magic-bento-card:hover{transform:translateY(-3px);border-color:rgba(var(--glow-color),.7)}.magic-bento-card--border-glow:after{content:"";position:absolute;inset:-1px;border-radius:inherit;pointer-events:none;background:radial-gradient(300px circle at var(--glow-x, 50%) var(--glow-y, 50%),rgba(var(--glow-color),.28),transparent 55%);opacity:0;transition:opacity .25s ease}.magic-bento-card--border-glow:hover:after{opacity:1}.magic-bento-card__header{display:flex;justify-content:space-between;align-items:center;gap:12px;position:relative;z-index:2}.magic-bento-card__label{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;background:rgba(var(--card-accent),.2);color:#c5d3ff}[data-theme=light] .magic-bento-card__label{color:#384b81}.magic-bento-card__content{display:grid;gap:10px;margin-top:12px;position:relative;z-index:2}.magic-bento-card__title{margin:0;font-size:17px;font-weight:700;line-height:1.25}.magic-bento-card__description{margin:0;color:var(--muted);font-size:13px}.magic-bento-card--text-autohide .magic-bento-card__title,.magic-bento-card--text-autohide .magic-bento-card__description{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.magic-bento-card--text-autohide .magic-bento-card__title,.magic-bento-card--text-autohide .magic-bento-card__description{-webkit-line-clamp:2;line-clamp:2}.mb-ripple-button{border:1px solid rgba(108,111,249,.35);background:#6c6ff929;color:#dfe7ff;border-radius:10px;padding:6px 10px;font-size:11px;font-weight:700;cursor:pointer}[data-theme=light] .mb-ripple-button{color:#445892}.mb-stars{position:absolute;inset:0;pointer-events:none;z-index:1}.mb-particle{position:absolute;width:4px;height:4px;left:var(--mb-left);top:var(--mb-top);border-radius:999px;background:rgba(var(--glow-color),.8);opacity:0;transform:scale(.6)}.magic-bento-card:hover .mb-particle{animation:mb-float 2.8s ease-in-out infinite;animation-delay:var(--mb-delay)}.magic-bento--spotlight .magic-bento-card:hover{--glow-x: 50%;--glow-y: 50%}@keyframes mb-float{0%{opacity:0;transform:translateY(0) scale(.8)}35%{opacity:.9}to{opacity:0;transform:translateY(-18px) scale(1)}}@media(max-width:1280px){.magic-bento .card-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.magic-bento-card{grid-column:span 4}}@media(max-width:900px){.magic-bento .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.magic-bento-card{grid-column:span 4;min-height:150px}}
