.vc-dashboard__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.vc-dashboard__header h1{margin:0}.vc-dashboard__header p{margin:.25rem 0 0;color:var(--theme-elevation-500)}.vc-dashboard__header-actions{display:flex;gap:.5rem;flex-shrink:0;padding-top:.25rem}.vc-dashboard__filters{display:grid;grid-gap:.75rem;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));align-items:end;margin-bottom:1.25rem}.vc-dashboard__filters label{display:grid;grid-gap:.2rem;gap:.2rem}.vc-dashboard__filters label>span{font-weight:600;color:var(--theme-elevation-500)}.vc-dashboard__filters input:not([type=checkbox]),.vc-dashboard__filters select{height:40px;border-radius:var(--style-radius-s);border:1px solid var(--theme-elevation-250);background:var(--theme-input-bg);color:var(--theme-text);padding:0 .5rem}.vc-dashboard__filter-checkbox{display:flex;align-items:center;gap:.4rem;align-self:end;padding-bottom:.5rem;cursor:pointer}.vc-dashboard__filters-btn{height:40px;align-self:end;border:1px solid var(--theme-elevation-800);border-radius:var(--style-radius-s);background:var(--theme-elevation-800);color:var(--theme-elevation-0);font-weight:600;padding:0 1rem;cursor:pointer;width:100%}.vc-dashboard__filters-btn:hover{background:var(--theme-elevation-600)}.vc-dashboard__filters-btn:disabled{opacity:.5;cursor:not-allowed}.vc-dashboard__btn-spinner{display:inline-block;width:14px;height:14px;border:2px solid var(--theme-elevation-0);border-top:2px solid rgba(0,0,0,0);border-radius:999px;animation:vc-dashboard-spin .7s linear infinite;margin-right:.375rem;vertical-align:middle}@keyframes vc-dashboard-spin{to{transform:rotate(1turn)}}.vc-dashboard__kpi-grid{display:grid;grid-gap:.75rem;gap:.75rem;grid-template-columns:repeat(7,1fr);margin-bottom:1.25rem}.vc-dashboard__kpi-grid--productos{grid-template-columns:repeat(3,1fr)}.vc-dashboard__kpi-grid--categorias-kpis{grid-template-columns:repeat(5,minmax(0,1fr))}.vc-dashboard__kpi-grid--categorias-growth{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.vc-dashboard__kpi-grid--productos-longtail{grid-template-columns:repeat(5,1fr)}.vc-dashboard__kpi-grid--creditos,.vc-dashboard__kpi-grid--saldos{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.vc-dashboard__kpi-grid--analytics{grid-template-columns:repeat(4,minmax(0,1fr))}.vc-dashboard__kpi-grid--analytics-main{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.vc-dashboard__kpi-grid--analytics-outcomes{grid-template-columns:repeat(5,minmax(0,1fr))}.vc-dashboard__tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.vc-dashboard__tab{border:1px solid var(--theme-elevation-250);background:var(--theme-elevation-50);color:var(--theme-text);border-radius:999px;font-weight:600;padding:.45rem .9rem;cursor:pointer}.vc-dashboard__tab.is-active{background:var(--theme-elevation-800);border-color:var(--theme-elevation-800);color:var(--theme-elevation-0)}.vc-kpi-card{padding:.65rem .85rem;display:grid;grid-template-rows:auto 1fr auto;grid-gap:.15rem;gap:.15rem;min-height:88px;align-content:start}.vc-kpi-card h3{margin:0;font-size:.9rem;font-weight:500;color:var(--theme-elevation-500);line-height:1.3}.vc-kpi-card p{margin:0;font-weight:800;font-size:1.4rem;line-height:1.1;letter-spacing:-.025em;align-self:center}.vc-kpi-delta{font-size:1.1rem;font-weight:500;min-height:1rem;align-self:end;line-height:1.2}.vc-kpi-delta--positive{color:#4ea4ff}.vc-kpi-delta--negative{color:#dc2626}.vc-kpi-delta--neutral,.vc-kpi-subtext{color:var(--theme-elevation-500)}.vc-kpi-subtext{font-size:.85rem;align-self:end}.vc-badge{display:inline-block;font-weight:600;padding:.1rem .4rem;border-radius:999px}.vc-badge--positive{background:var(--theme-success-100);color:var(--theme-success-600)}.vc-badge--negative{background:var(--theme-error-100);color:var(--theme-error-600)}.vc-badge--neutral{background:var(--theme-elevation-100);color:var(--theme-elevation-500)}.vc-badge--abc-a{background:color-mix(in srgb,var(--theme-success-100) 75%,transparent);color:var(--theme-success-600)}.vc-badge--abc-b{background:color-mix(in srgb,var(--theme-elevation-100) 85%,transparent);color:var(--theme-elevation-700)}.vc-badge--abc-c{background:color-mix(in srgb,var(--theme-error-100) 75%,transparent);color:var(--theme-error-600)}.vc-text--positive{color:var(--theme-success-600);font-weight:600}.vc-text--negative{color:var(--theme-error-600);font-weight:600}.vc-text--neutral{color:var(--theme-elevation-500);font-weight:600}.vc-variation{display:inline-flex;align-items:center;gap:.22rem;font-weight:700;letter-spacing:-.01em;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.vc-variation--positive{color:#4ea4ff}.vc-variation--negative{color:#dc2626}.vc-variation--neutral{color:var(--theme-elevation-500)}.vc-dashboard__panel{border:1px solid var(--theme-elevation-150);border-radius:var(--style-radius-m);padding:1rem;margin-bottom:1.25rem}.vc-dashboard__two-column{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);grid-gap:.75rem;gap:.75rem;margin-bottom:1.25rem}.vc-dashboard__two-column>.vc-dashboard__panel{margin-bottom:0}.vc-dashboard__panel-header{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;flex-wrap:wrap;margin-bottom:.5rem}.vc-dashboard__panel-header h2{margin:0;font-size:1.1rem}.vc-dashboard__panel-header p{margin:0;color:var(--theme-elevation-500)}.vc-chart-empty{border:1px dashed var(--theme-elevation-250);border-radius:var(--style-radius-s);color:var(--theme-elevation-500);text-align:center;padding:2rem 1rem}.vc-status{display:inline-block;border-radius:999px;padding:.15rem .55rem;font-weight:700;font-size:.82rem}.vc-status--good{background:color-mix(in srgb,var(--theme-success-100) 85%,transparent);color:var(--theme-success-600)}.vc-status--needs-improvement{background:color-mix(in srgb,#f59e0b 18%,transparent);color:#b45309}.vc-status--poor{background:color-mix(in srgb,var(--theme-error-100) 85%,transparent);color:var(--theme-error-600)}.vc-dashboard__map-wrap{overflow-x:auto}.vc-dashboard__svg-map{width:100%;min-width:620px;height:auto;border:1px solid var(--theme-elevation-150);border-radius:var(--style-radius-s);background:color-mix(in srgb,var(--theme-elevation-0) 85%,transparent)}.vc-dashboard__svg-stage{font-size:12px;fill:var(--theme-elevation-600);font-weight:700;text-anchor:middle}.vc-dashboard__svg-label{font-size:10px;fill:var(--theme-elevation-800)}.vc-funnel-explorer{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));grid-gap:.65rem;gap:.65rem;overflow-x:auto;padding-bottom:.25rem}.vc-funnel-explorer__step{border:1px solid var(--theme-elevation-150);border-radius:var(--style-radius-s);padding:.55rem;background:color-mix(in srgb,var(--theme-elevation-0) 90%,transparent);min-width:150px}.vc-funnel-explorer__step>header{margin-bottom:.4rem}.vc-funnel-explorer__step>header p{margin:0;color:var(--theme-elevation-600);font-size:.84rem;font-weight:700}.vc-funnel-explorer__step ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:.45rem;gap:.45rem}.vc-funnel-explorer__step li{display:grid;grid-gap:.2rem;gap:.2rem}.vc-funnel-explorer__node-head{display:flex;justify-content:space-between;gap:.4rem;align-items:center}.vc-funnel-explorer__node-head span{color:var(--theme-text);font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vc-funnel-explorer__node-head strong{font-size:.8rem;color:var(--theme-elevation-700)}.vc-funnel-explorer__bar-track{height:6px;border-radius:999px;background:var(--theme-elevation-100);overflow:hidden}.vc-funnel-explorer__bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#2563eb,#0f766e)}.vc-funnel-explorer__step small{color:var(--theme-elevation-500);font-size:.72rem}.vc-dashboard__table-wrap{overflow-x:auto}.vc-dashboard__table-wrap table{width:100%;border-collapse:collapse}.vc-dashboard__table-wrap td,.vc-dashboard__table-wrap th{border-bottom:1px solid var(--theme-elevation-150);padding:.5rem;text-align:left}.vc-dashboard__table-wrap th{font-size:1rem;font-weight:600;color:var(--theme-elevation-500)}.vc-dashboard__table-wrap tfoot th{color:var(--theme-text)}.vc-dashboard__pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--theme-elevation-150);color:var(--theme-elevation-600);flex-wrap:wrap}.vc-dashboard__pagination-actions{display:flex;align-items:center;gap:.75rem}.vc-dashboard__table-link{color:var(--theme-text);font-weight:400;text-decoration:none}.vc-dashboard__table-link:focus-visible,.vc-dashboard__table-link:hover{text-decoration:underline}.vc-dashboard__table-meta{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.vc-dashboard__table-meta small{color:var(--theme-elevation-500)}.vc-dashboard__th-button{border:0;background:rgba(0,0,0,0);color:inherit;font:inherit;font-weight:600;padding:0;cursor:pointer}.vc-dashboard__th-button:focus-visible,.vc-dashboard__th-button:hover{text-decoration:underline}.vc-dashboard__inline-control{display:inline-flex;align-items:center;gap:.5rem}.vc-dashboard__inline-control>span{color:var(--theme-elevation-500);font-weight:600}.vc-dashboard__inline-control select{height:34px;border-radius:var(--style-radius-s);border:1px solid var(--theme-elevation-250);background:var(--theme-input-bg);color:var(--theme-text);padding:0 .5rem}.vc-dashboard__section{margin-bottom:1.25rem}.vc-dashboard__section h2{margin:0 0 .75rem;font-size:1.1rem}.vc-dashboard__accounts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:.75rem;gap:.75rem}.vc-dashboard__account-filter{display:flex;align-items:center;gap:.5rem;cursor:pointer}.vc-dashboard__account-filter input{cursor:pointer}.vc-dashboard__account-filter span{font-weight:500;color:var(--theme-text)}.vc-dashboard__panels-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.vc-dashboard__panel--full-width{grid-column:1/-1}.vc-dashboard__map-toolbar{display:flex;gap:.45rem;align-items:center;margin-bottom:.65rem}.vc-dashboard__map-btn{border:1px solid var(--theme-elevation-250);border-radius:var(--style-radius-s);background:var(--theme-elevation-50);color:var(--theme-text);padding:.2rem .55rem;cursor:pointer;font-weight:700}.vc-dashboard__map-btn:hover{background:var(--theme-elevation-100)}.vc-dashboard__map-zoom-wrap{overflow:auto;border:1px solid var(--theme-elevation-150);border-radius:var(--style-radius-s);background:#202327;padding:.5rem .5rem .2rem;min-height:520px}.vc-dashboard__map-zoom-content{display:flex;justify-content:center;align-items:center;min-height:500px}.vc-dashboard__geo-grid{display:grid;grid-template-columns:minmax(0,3fr) minmax(260px,1fr);grid-gap:.75rem;gap:.75rem}.vc-dashboard__geo-aside{border:1px solid var(--theme-elevation-150);border-radius:var(--style-radius-s);padding:.7rem;background:color-mix(in srgb,var(--theme-elevation-0) 94%,transparent);min-height:520px}.vc-dashboard__geo-aside h3{margin:0 0 .6rem;font-size:1rem}.vc-dashboard__geo-list{margin:0;padding:0;list-style:none;display:grid;grid-gap:.55rem;gap:.55rem}.vc-dashboard__geo-row{display:flex;justify-content:space-between;gap:.4rem;align-items:center}.vc-dashboard__geo-row span{color:var(--theme-text);font-size:.94rem}.vc-dashboard__geo-row strong{font-size:.94rem}.vc-dashboard__geo-track{height:8px;border-radius:999px;background:color-mix(in srgb,var(--theme-elevation-150) 70%,transparent);overflow:hidden}.vc-dashboard__geo-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#5b8fff,#2b55d9)}.vc-dashboard__geo-meta{margin-top:.2rem;display:flex;justify-content:space-between;align-items:center;gap:.45rem}.vc-dashboard__feedback{padding:.75rem 1rem;border-radius:var(--style-radius-s);margin-bottom:1rem}.vc-dashboard__feedback--error{background:var(--theme-error-100);color:var(--theme-error-600)}.vc-dashboard__insights{margin:0;padding-left:1.1rem;display:grid;grid-gap:.35rem;gap:.35rem}.vc-dashboard__insights li{color:var(--theme-elevation-700)}.vc-dashboard__range-hint{margin:-.5rem 0 .9rem;color:var(--theme-elevation-500)}.vc-badge--segment-new{background:var(--theme-elevation-100);color:var(--theme-elevation-700)}.vc-badge--segment-repeat{background:color-mix(in srgb,var(--theme-success-100) 75%,transparent);color:var(--theme-success-600)}.vc-badge--segment-collector{background:color-mix(in srgb,var(--theme-elevation-100) 85%,transparent);color:var(--theme-elevation-800)}.vc-heatmap-panel{--vc-heatmap-low:color-mix(in srgb,var(--theme-success-100) 35%,var(--theme-elevation-50));--vc-heatmap-high:var(--theme-success-600);--vc-heatmap-text-soft:var(--theme-text);--vc-heatmap-text-strong:var(--theme-elevation-0);padding-bottom:.75rem}.vc-heatmap__legend{display:flex;align-items:center;gap:.6rem;margin-bottom:.75rem;color:var(--theme-elevation-500)}.vc-heatmap__legend-gradient{width:min(220px,45vw);height:10px;border-radius:999px;border:1px solid var(--theme-elevation-150);background:linear-gradient(90deg,var(--vc-heatmap-low),var(--vc-heatmap-high))}@media(max-width:1200px){.vc-dashboard__geo-grid,.vc-dashboard__panels-grid{grid-template-columns:1fr}.vc-dashboard__geo-aside{min-height:auto}}.vc-heatmap__wrap{overflow-x:auto}.vc-heatmap{width:100%;min-width:760px;border-collapse:separate;border-spacing:.2rem}.vc-heatmap td,.vc-heatmap th{text-align:center}.vc-heatmap thead th{padding:.1rem 0}.vc-heatmap tbody th,.vc-heatmap thead th{font-size:1rem;font-weight:600;color:var(--theme-elevation-500)}.vc-heatmap tbody th{width:60px}.vc-heatmap__cell{min-width:92px;min-height:34px;border-radius:var(--style-radius-s);border:1px solid color-mix(in srgb,var(--theme-elevation-200) 75%,transparent);font-weight:700;padding:.4rem .35rem}.vc-heatmap__cell--empty{background:var(--theme-elevation-50);color:var(--theme-elevation-300)}@media(max-width:1100px){.vc-dashboard__kpi-grid{grid-template-columns:repeat(3,1fr)}.vc-dashboard__filters,.vc-dashboard__kpi-grid--analytics-outcomes{grid-template-columns:repeat(2,minmax(0,1fr))}.vc-dashboard__two-column{grid-template-columns:1fr}.vc-funnel-explorer{grid-template-columns:repeat(3,minmax(160px,1fr))}}@media(max-width:600px){.vc-dashboard__header{flex-direction:column}.vc-dashboard__kpi-grid{grid-template-columns:repeat(2,1fr)}.vc-dashboard__filters,.vc-dashboard__tabs{grid-template-columns:1fr}.vc-dashboard__tabs{display:grid}.vc-dashboard__svg-map{min-width:540px}.vc-funnel-explorer{grid-template-columns:repeat(2,minmax(160px,1fr))}.vc-heatmap{min-width:680px}.vc-heatmap__cell{min-width:84px}}.vc-summary-grid{display:grid;grid-gap:1rem;gap:1rem;margin-bottom:var(--base)}.vc-summary-grid--4{grid-template-columns:repeat(4,1fr)}.vc-summary-grid--3{grid-template-columns:repeat(3,1fr)}.vc-summary-grid--2{grid-template-columns:repeat(2,1fr)}.vc-summary-grid--auto{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.vc-kpi-card--compact{padding:.5rem .75rem}.vc-kpi-card-delta{font-size:12px;margin-top:4px}.vc-summary-abc{width:100%;border-collapse:collapse;font-size:11px}.vc-summary-abc td,.vc-summary-abc th{padding:1px 8px;text-align:right;border-bottom:1px solid var(--theme-elevation-100)}.vc-summary-abc td:first-child,.vc-summary-abc th:first-child{text-align:left;padding-left:0}.vc-summary-abc td:last-child,.vc-summary-abc th:last-child{padding-right:0}.vc-summary-abc th{font-size:10px;font-weight:600;color:var(--theme-elevation-600);padding-top:0}.vc-summary-abc th,.vc-summary-abc thead tr:last-child th{border-bottom-color:var(--theme-elevation-150)}.vc-widget__title{margin:0 0 var(--base) 0;font-size:16px;font-weight:600}.vc-widget__subtitle{margin:0 0 8px;text-transform:uppercase}.vc-widget__empty,.vc-widget__subtitle{font-size:13px;color:var(--theme-elevation-600)}.vc-widget__empty{margin:0}.vc-widget__empty--success{color:var(--theme-success-500)}.vc-alert-stack{display:flex;flex-direction:column;gap:8px}.vc-alert-line{font-size:12px;font-weight:600}.vc-alert-line--error{color:var(--theme-error-500)}.vc-alert-line--warning{color:var(--theme-warning-500)}.vc-alert-line--neutral{color:var(--theme-elevation-600)}.vc-vencimiento-list{margin:0;padding:0 0 0 16px;font-size:13px;color:var(--theme-text)}.vc-vencimiento-tag--venta{color:var(--theme-success-500)}.vc-vencimiento-tag--gasto{color:var(--theme-error-500)}.vc-artist-list{margin:0;padding:0 0 0 16px;font-size:13px;color:var(--theme-text)}.vc-flex-row{display:flex;gap:1rem;flex-wrap:wrap}.vc-flex-row--last{margin-bottom:var(--base)}.vc-kpi-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:1rem;gap:1rem}td.vc-text-right,th.vc-text-right{text-align:right}.vc-discogs-assistant-modal__overlay,.vc-discogs-modal__overlay,.vc-discogs-variant-modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999}.vc-discogs-assistant-modal__content,.vc-discogs-modal__content{background:var(--theme-elevation-0);border-radius:var(--style-radius-m);max-width:800px;width:90vw;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.vc-discogs-modal__content--wide{max-width:1180px}.vc-discogs-assistant-modal__header,.vc-discogs-modal__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--theme-elevation-150)}.vc-discogs-assistant-modal__header h2,.vc-discogs-modal__header h2{margin:0;font-size:1.25rem}.vc-discogs-assistant-modal__close,.vc-discogs-modal__close{color:var(--theme-elevation-500);padding:.25rem}.vc-discogs-assistant-modal__close:hover,.vc-discogs-modal__close:hover{color:var(--theme-text)}.vc-discogs-assistant-modal__close svg,.vc-discogs-modal__close svg{width:20px;height:20px}.vc-discogs-assistant-modal__body,.vc-discogs-modal__body{flex:1 1;overflow-y:auto;overflow-x:hidden;padding:1.5rem}.vc-discogs-modal__search-section{display:grid;grid-gap:1rem;gap:1rem}.vc-discogs-modal__error{background:var(--theme-error-100);color:var(--theme-error-600);padding:.75rem;border-radius:var(--style-radius-s);font-weight:500}.vc-discogs-modal__candidates{display:grid;grid-gap:.75rem;gap:.75rem;max-height:400px;overflow-y:auto}.vc-discogs-modal__candidates-panel{display:grid;grid-gap:1rem;gap:1rem}.vc-discogs-modal__candidate-item{display:flex;gap:1rem;width:100%;padding:.75rem;border:1px solid var(--theme-elevation-150);border-radius:var(--style-radius-s);background:rgba(0,0,0,0);color:inherit;cursor:pointer;font:inherit;text-align:left;transition:all .2s ease}.vc-discogs-modal__candidate-item:hover{background:var(--theme-elevation-50);border-color:var(--theme-elevation-300)}.vc-discogs-modal__candidate-item--table{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(0,1.35fr) minmax(84px,.6fr) minmax(64px,.45fr);align-items:center;grid-gap:.75rem;gap:.75rem}.vc-discogs-modal__filter{border:1px solid var(--theme-elevation-250);border-radius:var(--style-radius-s);background:var(--theme-input-bg);color:var(--theme-text);font:inherit;padding:.75rem;width:100%}.vc-discogs-modal__thumbnail{width:60px;height:60px;object-fit:cover;border-radius:var(--style-radius-s);flex-shrink:0}.vc-discogs-modal__thumbnail--empty{background:var(--theme-elevation-100)}.vc-discogs-modal__candidate-info{flex:1 1;display:grid;grid-gap:.2rem;gap:.2rem;min-width:0}.vc-discogs-modal__candidate-primary{display:flex;align-items:center;gap:1rem;min-width:0}.vc-discogs-modal__candidate-title{font-weight:600;color:var(--theme-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vc-discogs-modal__candidate-subtitle{color:var(--theme-elevation-700);font-size:.88rem;overflow-wrap:anywhere}.vc-discogs-modal__candidate-meta{display:flex;gap:.5rem;flex-wrap:wrap;font-size:.85rem;color:var(--theme-elevation-600);overflow-wrap:anywhere}.vc-discogs-modal__candidate-description{color:var(--theme-elevation-500);display:-webkit-box;font-size:.85rem;line-height:1.35;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.vc-discogs-modal__preview{grid-template-columns:150px 1fr}.vc-discogs-modal__preview,.vc-discogs-modal__preview-layout{display:grid;grid-gap:1.5rem;gap:1.5rem}.vc-discogs-modal__preview-summary{display:grid;grid-template-columns:180px minmax(0,1fr);grid-gap:1.25rem;gap:1.25rem;align-items:start}.vc-discogs-modal__preview-left img{width:150px;height:auto;border-radius:var(--style-radius-m);border:1px solid var(--theme-elevation-150)}.vc-discogs-modal__preview-right{display:grid;grid-gap:1rem;gap:1rem}.vc-discogs-modal__preview-right h3{margin:0;font-size:1.25rem;color:var(--theme-text)}.vc-discogs-modal__preview-right h4{margin:0 0 .5rem;font-size:.95rem;color:var(--theme-elevation-600);text-transform:uppercase;letter-spacing:.05em}.vc-discogs-modal__preview-right p{margin:0;color:var(--theme-elevation-600)}.vc-discogs-modal__detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem;grid-column:1/-1}.vc-discogs-modal__detail-item{display:grid;grid-gap:.35rem;gap:.35rem;padding:.85rem;border:1px solid var(--theme-elevation-150);border-radius:var(--style-radius-s);background:var(--theme-elevation-50)}.vc-discogs-modal__detail-item span{color:var(--theme-elevation-600);font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}.vc-discogs-modal__preview-artists{font-weight:600;color:var(--theme-text)}.vc-discogs-modal__field-selector,.vc-discogs-modal__image-selector{display:grid;grid-gap:.5rem;gap:.5rem}.vc-discogs-modal__field-checkbox,.vc-discogs-modal__image-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:var(--style-radius-s);transition:background .2s ease;flex-wrap:wrap}.vc-discogs-modal__field-checkbox:hover,.vc-discogs-modal__image-checkbox:hover{background:var(--theme-elevation-50)}.vc-discogs-modal__field-checkbox input,.vc-discogs-modal__image-checkbox input{cursor:pointer;flex-shrink:0}.vc-discogs-modal__field-label{display:flex;align-items:center;gap:.4rem;flex:1 1}.vc-discogs-modal__field-name{color:var(--theme-elevation-600);font-size:.9rem}.vc-discogs-modal__field-name:after{content:":"}.vc-discogs-modal__field-new{color:var(--theme-text)}.vc-discogs-modal__field-overwrite-badge{font-size:.78rem;padding:.15rem .5rem;border-radius:999px;background:var(--theme-warning-100,#fef3c7);color:var(--theme-warning-700,#92400e);border:1px solid var(--theme-warning-300,#fcd34d);white-space:nowrap}.vc-discogs-modal__images-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));grid-gap:.75rem;gap:.75rem}.vc-discogs-modal__image-checkbox{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:.5rem}.vc-discogs-modal__image-checkbox img{width:70px;height:70px;object-fit:cover;border-radius:var(--style-radius-s);border:2px solid rgba(0,0,0,0);transition:border-color .2s ease}.vc-discogs-modal__image-checkbox input:checked+img{border-color:var(--theme-success-500)}.vc-discogs-assistant-modal__footer,.vc-discogs-modal__footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid var(--theme-elevation-150);background:var(--theme-elevation-50)}.vc-discogs-modal__btn-back,.vc-discogs-modal__btn-cancel,.vc-discogs-modal__btn-submit{border:none;border-radius:var(--style-radius-s);padding:.6rem 1.2rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.95rem}.vc-discogs-modal__btn-submit{background:var(--theme-elevation-800);color:var(--theme-elevation-0)}.vc-discogs-modal__btn-submit:hover:not(:disabled){background:var(--theme-elevation-600)}.vc-discogs-modal__btn-submit:disabled{opacity:.5;cursor:not-allowed}.vc-discogs-modal__btn-back{background:rgba(0,0,0,0);color:var(--theme-text);border:1px solid var(--theme-elevation-250)}.vc-discogs-modal__btn-back:hover{background:var(--theme-elevation-100)}.vc-discogs-modal__btn-cancel{background:rgba(0,0,0,0);color:var(--theme-elevation-600);border:none}.vc-discogs-modal__btn-cancel:hover{color:var(--theme-text)}.vc-discogs-variant-autofill__mount{display:none}.vc-discogs-variant-autofill__button-wrapper{margin-top:1.5rem;margin-bottom:1rem}.vc-discogs-trigger-btn .btn{height:2.75rem;border-radius:var(--style-radius-s);padding:0 1rem;font-weight:500;letter-spacing:0}.vc-discogs-modal__preview-meta{display:flex;flex-direction:column;gap:.25rem;margin-top:.75rem}.vc-discogs-modal__preview-artist{font-size:.95rem}.vc-discogs-modal__preview-title{font-size:.9rem;color:var(--theme-elevation-600)}.vc-discogs-modal__preview-year{font-size:.85rem;color:var(--theme-elevation-500)}.vc-discogs-modal__filters{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;margin-bottom:.75rem}.vc-discogs-modal__filters-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.vc-discogs-modal__filter-group{display:grid;grid-gap:.35rem;gap:.35rem;position:relative}.vc-discogs-modal__filter-group span{color:var(--theme-elevation-700);font-size:.88rem;font-weight:600}.vc-discogs-modal__filter-trigger{height:2.5rem;width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;border:1px solid var(--theme-elevation-250);border-radius:var(--style-radius-s);background:var(--theme-input-bg);color:var(--theme-text);padding:0 .75rem;font:inherit;text-align:left;cursor:pointer}.vc-discogs-modal__filter-trigger svg{width:14px;height:14px;flex-shrink:0}.vc-discogs-modal__filter-trigger-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vc-discogs-modal__filter-menu{position:absolute;top:calc(100% + .35rem);left:0;right:0;z-index:20;display:grid;grid-gap:.35rem;gap:.35rem;max-height:220px;overflow-y:auto;padding:.65rem;border:1px solid var(--theme-elevation-150);border-radius:var(--style-radius-s);background:var(--theme-elevation-0);box-shadow:0 12px 30px rgba(0,0,0,.12)}.vc-discogs-modal__filter-option{display:flex;gap:.5rem;align-items:center;color:var(--theme-text);font-size:.9rem}.vc-discogs-modal__filter-option span{flex:1 1;min-width:0}.vc-discogs-modal__filter-count{color:var(--theme-elevation-500);font-size:.85rem;font-weight:600}.vc-discogs-modal__filter-select{height:2rem;border:1px solid var(--theme-elevation-250);border-radius:var(--style-radius-s);background:var(--theme-input-bg);color:var(--theme-text);padding:0 .5rem;font-size:.875rem;flex:1 1;min-width:120px}.vc-discogs-modal__filter-select:focus{outline:none;border-color:var(--theme-elevation-500)}.vc-discogs-modal__filter-input{height:2.5rem;border:1px solid var(--theme-elevation-250);border-radius:var(--style-radius-s);background:var(--theme-input-bg);color:var(--theme-text);padding:0 .75rem;font-size:.875rem;width:100%}.vc-discogs-modal__filter-input:focus{outline:none;border-color:var(--theme-elevation-500)}.vc-discogs-modal__search-row{display:flex;gap:.75rem;align-items:center}.vc-discogs-modal__search-row .btn{flex-shrink:0}.vc-discogs-modal__search-input{height:2.75rem;width:100%;border:1px solid var(--theme-elevation-250);border-radius:var(--style-radius-s);background:var(--theme-input-bg);color:var(--theme-text);padding:0 .9rem;font-size:.95rem}.vc-discogs-modal__search-input:focus{outline:none;border-color:var(--theme-elevation-500)}.vc-discogs-modal__results-head{display:flex;justify-content:space-between;gap:1rem;color:var(--theme-elevation-600);font-size:.88rem}.vc-discogs-modal__candidate-table{display:grid;grid-gap:.75rem;gap:.75rem}.vc-discogs-modal__candidate-table-head{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(0,1.35fr) minmax(84px,.6fr) minmax(64px,.45fr);grid-gap:.75rem;gap:.75rem;padding:0 .75rem;color:var(--theme-elevation-700);font-size:.88rem;font-weight:700}.vc-discogs-modal__candidate-cell{color:var(--theme-text);font-size:.9rem;min-width:0;overflow-wrap:anywhere}.vc-discogs-modal__empty{padding:1rem;border:1px dashed var(--theme-elevation-250);border-radius:var(--style-radius-s);color:var(--theme-elevation-600)}.vc-discogs-modal__notes,.vc-discogs-modal__tracklist{display:grid;grid-gap:.75rem;gap:.75rem;padding:1rem;border:1px solid var(--theme-elevation-150);border-radius:var(--style-radius-s)}.vc-discogs-modal__tracklist-items{display:grid;grid-gap:.5rem;gap:.5rem}.vc-discogs-modal__track-item{display:grid;grid-template-columns:64px 1fr 72px;grid-gap:.75rem;gap:.75rem;align-items:center;padding-bottom:.5rem;border-bottom:1px solid var(--theme-elevation-100)}.vc-discogs-modal__track-duration,.vc-discogs-modal__track-position{color:var(--theme-elevation-600);font-size:.85rem}.vc-discogs-modal__track-title{color:var(--theme-text);font-size:.92rem}.vc-discogs-variant-btn{border:1px solid var(--theme-elevation-250);border-radius:var(--style-radius-s);background:var(--theme-elevation-50);color:var(--theme-text);padding:.4rem .75rem;cursor:pointer;font-weight:600;font-size:.85rem;transition:all .2s ease}.vc-discogs-variant-btn:hover{background:var(--theme-elevation-100);border-color:var(--theme-elevation-400)}.vc-discogs-assistant-btn{border:1px solid var(--theme-elevation-250);border-radius:var(--style-radius-s);background:var(--theme-elevation-50);color:var(--theme-text);padding:.6rem 1.2rem;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .2s ease}.vc-discogs-assistant-btn:hover:not(:disabled){background:var(--theme-elevation-100);border-color:var(--theme-elevation-400)}.vc-discogs-assistant-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:900px){.vc-discogs-modal__content--wide{width:min(96vw,1100px)}.vc-discogs-modal__candidate-item--table,.vc-discogs-modal__candidate-table-head,.vc-discogs-modal__detail-grid,.vc-discogs-modal__filters-grid,.vc-discogs-modal__preview-summary,.vc-discogs-modal__track-item{grid-template-columns:1fr}.vc-discogs-modal__search-row{flex-direction:column;align-items:stretch}}.vc-stock-badge{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;white-space:nowrap}.vc-stock-badge--ok{background:var(--theme-success-50);color:var(--theme-success-500)}.vc-stock-badge--warning{background:var(--theme-warning-50);color:var(--theme-warning-500)}.vc-stock-badge--danger{background:var(--theme-error-50);color:var(--theme-error-500)}.vc-stock-badge--neutral{color:var(--theme-elevation-400)}.vc-margen-badge{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;white-space:nowrap}.vc-margen-badge--good{background:var(--theme-success-50);color:var(--theme-success-500)}.vc-margen-badge--warning{background:var(--theme-warning-50);color:var(--theme-warning-500)}.vc-margen-badge--danger{background:var(--theme-error-50);color:var(--theme-error-500)}.vc-margen-badge--neutral{color:var(--theme-elevation-400)}.vc-dashboard__kpi-grid--inventario{grid-template-columns:repeat(5,minmax(0,1fr))}.vc-inventario__section{margin-bottom:2rem}.vc-inventario__section h2,.vc-inventario__section h3{margin-bottom:.75rem}.vc-inventario__empty{color:var(--theme-elevation-450);font-style:italic}.vc-inventario__table{width:100%;border-collapse:collapse;font-size:.875rem}.vc-inventario__table th{text-align:left;padding:.5rem .75rem;border-bottom:2px solid var(--theme-elevation-200);font-weight:600;white-space:nowrap}.vc-inventario__table td{padding:.5rem .75rem;border-bottom:1px solid var(--theme-elevation-100)}.vc-inventario__table tr:last-child td{border-bottom:none}.vc-inventario__tops-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:2rem}@media(max-width:900px){.vc-inventario__tops-grid{grid-template-columns:1fr}}.vc-inventario__pie-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:2rem}@media(max-width:900px){.vc-inventario__pie-grid{grid-template-columns:1fr}}.vc-inventario__pie-card{background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-150);border-radius:var(--style-radius-m);padding:1.25rem;min-width:0;overflow:hidden}.vc-inventario__pie-card h3{margin-bottom:1rem;font-size:.9rem;font-weight:600}.vc-inventario__filters{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 0}.vc-inventario__filters__refresh{margin-left:auto}.vc-inventario__filter-btn{padding:.5rem 1rem;border:1px solid var(--theme-elevation-200);background:var(--theme-elevation-0);border-radius:var(--style-radius-s);font-size:.875rem;cursor:pointer;transition:all .15s ease;color:var(--theme-elevation-600)}.vc-inventario__filter-btn:hover{border-color:var(--theme-elevation-400);background:var(--theme-elevation-50)}.vc-inventario__filter-btn--active{background:var(--theme-elevation-700);color:var(--theme-elevation-50);border-color:var(--theme-elevation-700)}.vc-inventario__edit-link{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:3px;transition:all .15s ease;text-decoration:none}.vc-inventario__edit-link:hover{background:var(--theme-elevation-100);transform:scale(1.1)}.vc-inventario__edit-link:active{transform:scale(.95)}.vc-inventario__count{font-size:.875rem;color:var(--theme-elevation-600);margin:0}.vc-inventario__col--right{text-align:right}.vc-inventario__stock-table{font-size:.9rem}.vc-inventario__stock-table td,.vc-inventario__stock-table th{padding:.4rem .5rem}.vc-inventario__product-link{color:var(--theme-text);text-decoration:none;cursor:pointer}.vc-inventario__product-link:hover{text-decoration:underline}.vc-inventario__pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--theme-elevation-150);flex-wrap:wrap}.vc-inventario__pagination-controls{display:flex;align-items:center;gap:.75rem}.vc-inventario__pagination-btn{padding:.4rem .8rem;border:1px solid var(--theme-elevation-200);background:var(--theme-elevation-0);border-radius:var(--style-radius-s);font-size:.875rem;cursor:pointer;transition:all .15s ease;color:var(--theme-text)}.vc-inventario__pagination-btn:hover:not(:disabled){border-color:var(--theme-elevation-400);background:var(--theme-elevation-50)}.vc-inventario__pagination-btn:disabled{opacity:.5;cursor:not-allowed}.vc-inventario__pagination-select{padding:.4rem .5rem;border:1px solid var(--theme-elevation-200);background:var(--theme-elevation-0);border-radius:var(--style-radius-s);font-size:.875rem;color:var(--theme-text);cursor:pointer}.vc-inventario__pagination-select:hover{border-color:var(--theme-elevation-400)}.vc-inventario__pagination-info{font-size:.875rem;color:var(--theme-elevation-600)}.vc-dashboard__alertas{margin-block:1.5rem}.vc-alertas-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(420px,1fr));grid-gap:1rem;gap:1rem;margin-top:1rem}.vc-alerta-panel{border-radius:var(--style-radius-m);border:1px solid var(--theme-elevation-200);overflow:hidden}.vc-alerta-panel__header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;gap:.5rem;border-bottom:1px solid var(--theme-elevation-150)}.vc-alerta-panel__header h3{margin:0;font-size:.875rem;font-weight:600}.vc-alerta-panel__header p{margin:.2rem 0 0;font-size:.8rem;color:var(--theme-elevation-500);line-height:1.3}.vc-alerta-panel__empty{margin:0;padding:.75rem 1rem;font-size:.8rem;color:var(--theme-elevation-500)}.vc-alerta-panel .vc-dashboard__table-wrap{max-height:280px;overflow-y:auto}.vc-alerta-panel .vc-dashboard__table-wrap table{font-size:.8rem}.vc-alerta-panel .vc-dashboard__table-wrap td,.vc-alerta-panel .vc-dashboard__table-wrap th{padding:.4rem .75rem;font-size:.8rem}.vc-alerta-panel .vc-dashboard__table-wrap .vc-alerta-th--sortable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.vc-alerta-panel .vc-dashboard__table-wrap .vc-alerta-th--sortable:hover{background:var(--theme-elevation-100)}.vc-alerta-panel .vc-dashboard__table-wrap .vc-alerta-th--sortable.vc-alerta-th--active{color:var(--theme-text)}.vc-alerta-panel .vc-dashboard__table-wrap .vc-alerta-sort-icon{font-size:.65rem;opacity:.5}.vc-alerta-panel--urgente{border-color:color-mix(in srgb,var(--theme-error-500,#ef4444) 40%,transparent)}.vc-alerta-panel--urgente .vc-alerta-panel__header{background:color-mix(in srgb,var(--theme-error-500,#ef4444) 8%,transparent)}.vc-alerta-panel--oportunidad{border-color:color-mix(in srgb,#f59e0b 40%,transparent)}.vc-alerta-panel--oportunidad .vc-alerta-panel__header{background:color-mix(in srgb,#f59e0b 8%,transparent)}.vc-alerta-panel--positivo{border-color:color-mix(in srgb,var(--theme-success-500,#22c55e) 40%,transparent)}.vc-alerta-panel--positivo .vc-alerta-panel__header{background:color-mix(in srgb,var(--theme-success-500,#22c55e) 8%,transparent)}.vc-alerta-panel--info{border-color:color-mix(in srgb,#6366f1 40%,transparent)}.vc-alerta-panel--info .vc-alerta-panel__header{background:color-mix(in srgb,#6366f1 8%,transparent)}.vc-alerta-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;padding-inline:.4rem;border-radius:999px;font-size:.75rem;font-weight:700;flex-shrink:0}.vc-alerta-count--urgente{background:color-mix(in srgb,var(--theme-error-500,#ef4444) 15%,transparent);color:var(--theme-error-500,#ef4444)}.vc-alerta-count--oportunidad{background:color-mix(in srgb,#f59e0b 15%,transparent);color:#b45309}.vc-alerta-count--positivo{background:color-mix(in srgb,var(--theme-success-500,#22c55e) 15%,transparent);color:var(--theme-success-500,#22c55e)}.vc-alerta-count--info{background:color-mix(in srgb,#6366f1 15%,transparent);color:#6366f1}.vc-dashboard__table-more{margin:0;padding:.5rem .75rem;font-size:.75rem;color:var(--theme-elevation-500);border-top:1px solid var(--theme-elevation-150)}.vc-dashboard__kpi-grid--oc-llegadas{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.vc-oc-calendario__semana{border:1px solid var(--theme-elevation-150);border-radius:var(--style-radius-m);margin-bottom:1rem;overflow:hidden}.vc-oc-calendario__semana-header{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;flex-wrap:wrap;padding:.75rem 1rem;background:var(--theme-elevation-50);border-bottom:1px solid var(--theme-elevation-150)}.vc-oc-calendario__semana-header h3{margin:0;font-size:1rem;font-weight:700}.vc-oc-calendario__semana-meta{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center;font-size:.85rem;color:var(--theme-elevation-500)}.vc-oc-calendario__semana-rango{font-size:.8rem;color:var(--theme-elevation-400)}.vc-oc-calendario__dia{padding:.75rem 1rem;border-bottom:1px solid var(--theme-elevation-100)}.vc-oc-calendario__dia:last-child{border-bottom:none}.vc-oc-calendario__dia-header{font-size:.82rem;font-weight:700;color:var(--theme-elevation-500);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.vc-oc-table{width:100%;border-collapse:collapse;font-size:.88rem}.vc-oc-table th{text-align:left;font-size:.75rem;font-weight:600;color:var(--theme-elevation-500);padding:.25rem .5rem;border-bottom:1px solid var(--theme-elevation-150)}.vc-oc-table td{padding:.3rem .5rem;vertical-align:middle}.vc-oc-table tbody tr:hover{background:var(--theme-elevation-50)}.vc-oc-table__link{color:var(--theme-text);text-decoration:underline;-webkit-text-decoration-color:var(--theme-elevation-300);text-decoration-color:var(--theme-elevation-300)}.vc-oc-table__link:hover{color:var(--theme-success-500,#22c55e);-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor}.vc-dashboard__alert-panel{border:1px solid var(--theme-error-500,#ef4444);border-radius:var(--style-radius-m);padding:1rem;margin-bottom:1.25rem;background:color-mix(in srgb,var(--theme-error-500,#ef4444) 6%,transparent)}.vc-dashboard__alert-panel h2{margin:0 0 .5rem;font-size:1rem;color:var(--theme-error-500,#ef4444)}.vc-dashboard__alert-panel--atencion{border-color:var(--theme-error-500,#ef4444)}.vc-dashboard__alert-desc{font-size:.85rem;color:var(--theme-elevation-500);margin:0 0 .75rem}.vc-dashboard__kpi-grid--pedidos-estados{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.vc-dashboard__kpi-grid--pedidos-alertas{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.vc-badge--warning{background:color-mix(in srgb,#f59e0b 20%,transparent);color:#b45309}.vc-pedidos-table-wrap{overflow-x:auto;margin-bottom:1rem}.vc-pedidos-table{width:100%;border-collapse:collapse;font-size:.88rem;min-width:700px}.vc-pedidos-table th{text-align:left;font-size:.75rem;font-weight:600;color:var(--theme-elevation-500);padding:.35rem .5rem;border-bottom:1px solid var(--theme-elevation-200);white-space:nowrap}.vc-pedidos-table td{padding:.35rem .5rem;vertical-align:middle;border-bottom:1px solid var(--theme-elevation-100)}.vc-pedidos-table tbody tr:last-child td{border-bottom:none}.vc-pedidos-table tbody tr:hover{background:var(--theme-elevation-50)}.vc-pedidos-table__row--vencida td{background:color-mix(in srgb,var(--theme-error-500,#ef4444) 4%,transparent)}.vc-pedidos-table__producto{font-weight:500}.vc-table__muted{color:var(--theme-elevation-400);font-size:.85em}.vc-table__negative{color:var(--theme-error-500,#ef4444);font-weight:500}.vc-pedidos-calendario__semana{border:1px solid var(--theme-elevation-150);border-radius:var(--style-radius-m);margin-bottom:1rem;overflow:hidden}.vc-pedidos-calendario__semana-header{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;flex-wrap:wrap;padding:.65rem 1rem;background:var(--theme-elevation-50);border-bottom:1px solid var(--theme-elevation-150)}.vc-pedidos-calendario__dia{padding:.6rem 1rem;border-bottom:1px solid var(--theme-elevation-100)}.vc-pedidos-calendario__dia:last-child{border-bottom:none}.vc-pedidos-calendario__dia-label{font-size:.8rem;font-weight:700;color:var(--theme-elevation-500);text-transform:uppercase;margin-bottom:.35rem}.vc-pedidos-calendario__pedido-item{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.88rem;padding:.2rem 0}.vc-dashboard__section-title{font-size:1rem;font-weight:600;margin:1.5rem 0 .75rem;color:var(--theme-elevation-700);border-bottom:1px solid var(--theme-elevation-150);padding-bottom:.35rem}.vc-dashboard__empty{color:var(--theme-elevation-500);font-style:italic;padding:1rem 0}.vc-dashboard__loading{color:var(--theme-elevation-500);padding:.5rem 0}