@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);:root{--stg-primary:#4F46E5;--stg-primary-hover:#4338CA;--stg-primary-light:#EEF2FF;--stg-secondary:#7C3AED;--stg-success:#10B981;--stg-success-hover:#059669;--stg-accent:#FF7A59;--stg-accent-hover:#F56545;--stg-background:#F2F4F7;--stg-surface:#FFFFFF;--stg-sidebar:#1E1B4B;--stg-sidebar-hover:#312E81;--stg-hero:#0F172A;--stg-text:#111827;--stg-text-muted:#6B7280;--stg-text-inverse:#F9FAFB;--stg-border:#E5E7EB;--stg-shadow:0 1px 3px rgba(15, 23, 42, 0.08),0 4px 12px rgba(15, 23, 42, 0.06);--stg-shadow-lg:0 8px 24px rgba(15, 23, 42, 0.12);--stg-radius:10px;--stg-radius-lg:12px;--stg-font:'Poppins',system-ui,-apple-system,sans-serif;--stg-chart-completed:#10B981;--stg-chart-progress:#4F46E5;--stg-chart-pending:#FF7A59}*,::after,::before{box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased}body{margin:0;font-family:var(--stg-font);font-weight:400;color:var(--stg-text);background:var(--stg-background);line-height:1.5}.stg-display{font-size:clamp(2rem, 4vw, 3rem);font-weight:700;line-height:1.15;letter-spacing:-.02em}.stg-h1{font-size:1.75rem;font-weight:600;margin:0 0 .5rem}.stg-h2{font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.stg-h3{font-size:1rem;font-weight:600;margin:0 0 .25rem}.stg-text-muted{color:var(--stg-text-muted);font-size:.875rem}.stg-text-success{color:var(--stg-success);font-weight:500}.stg-text-accent{color:var(--stg-accent)}.stg-logo{display:inline-block;text-decoration:none;line-height:0}.stg-logo__img{display:block;width:auto;height:auto;max-width:100%;max-height:72px}.stg-logo--compact .stg-logo__img{max-height:52px}.stg-logo--on-dark{background:#fff;border-radius:var(--stg-radius);padding:.5rem .75rem;box-shadow:var(--stg-shadow)}.stg-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;font-family:var(--stg-font);font-size:.9375rem;font-weight:500;border-radius:var(--stg-radius);border:2px solid transparent;cursor:pointer;text-decoration:none;transition:background .15s,color .15s,border-color .15s,box-shadow .15s}.stg-btn--primary{background:var(--stg-primary);color:#fff}.stg-btn--primary:hover{background:var(--stg-primary-hover)}.stg-btn--success{background:var(--stg-success);color:#fff}.stg-btn--success:hover{background:var(--stg-success-hover)}.stg-btn--outline{background:0 0;color:var(--stg-text-inverse);border-color:rgba(255,255,255,.5)}.stg-btn--outline:hover{border-color:#fff;background:rgba(255,255,255,.08)}.stg-btn--outline-dark{background:var(--stg-surface);color:var(--stg-primary);border-color:var(--stg-primary)}.stg-btn--outline-dark:hover{background:var(--stg-primary-light)}.stg-btn--danger{background:var(--stg-danger,#dc2626);color:#fff}.stg-btn--danger:hover{background:#b91c1c}.stg-btn--outline-danger{background:0 0;color:var(--stg-danger,#dc2626);border:1px solid var(--stg-danger,#dc2626)}.stg-btn--outline-danger:hover{background:var(--stg-danger,#dc2626);color:#fff}.stg-btn--ghost{background:0 0;color:var(--stg-text-muted)}.stg-btn--ghost:hover{color:var(--stg-primary);background:var(--stg-primary-light)}.stg-btn--sm{padding:.375rem .875rem;font-size:.8125rem}.stg-btn--block{width:100%}.stg-toggle{position:relative;display:inline-block;width:44px;height:24px;cursor:pointer;vertical-align:middle}.stg-toggle input{opacity:0;width:0;height:0;position:absolute}.stg-toggle__track{position:absolute;inset:0;border-radius:999px;background:#ef4444;transition:background .2s}.stg-toggle__track::after{content:'';position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.15);transition:transform .2s}.stg-toggle input:checked+.stg-toggle__track{background:#22c55e}.stg-toggle input:checked+.stg-toggle__track::after{transform:translateX(20px)}.stg-toggle input:disabled+.stg-toggle__track{opacity:.5;cursor:not-allowed}.stg-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:0 0;border-radius:var(--stg-radius);cursor:pointer;transition:background .15s,color .15s;color:var(--stg-text-muted);padding:0;text-decoration:none}.stg-icon-btn:hover{background:var(--stg-primary-light);color:var(--stg-primary)}.stg-icon-btn--whatsapp{color:#25d366}.stg-icon-btn--whatsapp:hover{background:#dcfce7;color:#16a34a}.stg-icon-btn--email{color:var(--stg-primary)}.stg-icon-btn--email:hover{background:var(--stg-primary-light);color:var(--stg-primary-hover)}.stg-icon-btn svg{width:18px;height:18px}.stg-card{background:var(--stg-surface);border-radius:var(--stg-radius-lg);box-shadow:var(--stg-shadow);padding:1.25rem 1.5rem}.stg-card--stat{padding:1.25rem}.stg-stat__label{font-size:.8125rem;color:var(--stg-text-muted);font-weight:500;margin:0 0 .25rem}.stg-stat__value{font-size:clamp(1.35rem, 4vw, 1.75rem);font-weight:700;margin:0;color:var(--stg-text)}.stg-stat__trend{font-size:.75rem;font-weight:500;margin-top:.35rem}.stg-badge{display:inline-block;padding:.2rem .6rem;font-size:.75rem;font-weight:500;border-radius:999px}.stg-badge--success{background:#d1fae5;color:#047857}.stg-badge--primary{background:var(--stg-primary-light);color:var(--stg-primary)}.stg-badge--accent{background:#ffedd5;color:#c2410c}.stg-badge--pending{background:#fef3c7;color:#b45309}.stg-table-wrap{overflow-x:auto;margin-top:1rem}.stg-table{width:100%;border-collapse:collapse;font-size:.875rem}.stg-table th{text-align:left;font-weight:600;color:var(--stg-text-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;padding:.65rem .75rem;border-bottom:1px solid var(--stg-border)}.stg-sort-link{color:inherit;text-decoration:none;display:inline-flex;align-items:center;gap:.3em;cursor:pointer;white-space:nowrap;user-select:none}.stg-sort-link--active,.stg-sort-link:hover{color:var(--stg-primary)}.stg-sort-icon{font-size:.65em;line-height:1}.stg-table td{padding:.85rem .75rem;border-bottom:1px solid var(--stg-border);vertical-align:middle}.stg-table tbody tr:hover{background:rgba(79,70,229,.04)}.stg-table__primary{display:block;font-weight:500;color:var(--stg-text)}.stg-table__muted{display:block;font-size:.75rem;color:var(--stg-text-muted)}.stg-table__user{display:flex;align-items:center;gap:.5rem}.stg-table__actions{text-align:right;white-space:nowrap}.stg-table__empty{text-align:center;padding:2.5rem 1rem!important;color:var(--stg-text-muted)}.stg-avatar--sm{width:28px;height:28px;font-size:.65rem}.stg-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.25rem}.stg-filter-bar,.stg-toolbar-form{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.stg-input--inline,.stg-select--inline{width:auto;min-width:0;flex:1 1 140px;max-width:100%}.stg-pagination{margin-top:1rem;font-size:.875rem}.stg-pagination nav{display:flex;gap:.35rem;flex-wrap:wrap}.stg-pagination a,.stg-pagination span{padding:.35rem .65rem;border-radius:var(--stg-radius);text-decoration:none;color:var(--stg-text)}.stg-pagination a:hover{background:var(--stg-primary-light)}.stg-pagination .relative span[aria-current=page] span{background:var(--stg-primary);color:#fff}@media (min-width:1024px){.stg-grid--visit-detail{grid-template-columns:1fr 1fr}}.stg-visit-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem}.stg-visit-header__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.stg-visit-header__seller{display:flex;align-items:center;gap:.75rem}.stg-dl{margin:1rem 0 0}.stg-dl__row{display:grid;grid-template-columns:120px 1fr;gap:.5rem 1rem;padding:.5rem 0;border-bottom:1px solid var(--stg-border);font-size:.875rem}.stg-dl__row:last-child{border-bottom:none}.stg-dl dt{margin:0;font-weight:500;color:var(--stg-text-muted)}.stg-dl dd{margin:0;color:var(--stg-text)}.stg-visit-notes{margin:.75rem 0 0;line-height:1.6;font-size:.9375rem}.stg-media-placeholder{background:var(--stg-background);border:1px dashed var(--stg-border);border-radius:var(--stg-radius);padding:1.5rem;text-align:center;margin-top:.5rem}.stg-media-placeholder p{margin:0;font-weight:500}.stg-media-list{margin:.5rem 0 0;padding-left:1.25rem;font-size:.875rem}.stg-input,.stg-select{width:100%;padding:.625rem .875rem;font-family:var(--stg-font);font-size:.9375rem;border:1px solid var(--stg-border);border-radius:var(--stg-radius);background:var(--stg-surface);color:var(--stg-text);transition:border-color .15s,box-shadow .15s}.stg-input:focus,.stg-select:focus{outline:0;border-color:var(--stg-primary);box-shadow:0 0 0 3px rgba(79,70,229,.2)}.stg-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.35rem;color:var(--stg-text)}.stg-field{margin-bottom:1rem}.stg-alert{padding:.75rem 1rem;border-radius:var(--stg-radius);margin-bottom:1rem;font-size:.875rem}.stg-alert--error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.stg-alert--success{background:#d1fae5;color:#047857;border:1px solid #a7f3d0}.stg-admin{display:flex;min-height:100vh;min-height:100dvh;height:100vh;height:100dvh;position:relative;overflow:hidden}.stg-landing-backdrop,.stg-sidebar-backdrop{display:none;position:fixed;inset:0;z-index:90;background:rgba(15,23,42,.55);-webkit-tap-highlight-color:transparent}.stg-admin--nav-open .stg-sidebar-backdrop,.stg-landing--nav-open .stg-landing-backdrop{display:block}.stg-scroll-lock{overflow:hidden}.stg-menu-btn{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;border-radius:var(--stg-radius);background:var(--stg-primary-light);color:var(--stg-primary);cursor:pointer;flex-shrink:0;-webkit-tap-highlight-color:transparent}.stg-menu-btn:hover{background:#e0e7ff}.stg-menu-btn--inverse{background:rgba(255,255,255,.1);color:var(--stg-text-inverse)}.stg-menu-btn--inverse:hover{background:rgba(255,255,255,.18)}.stg-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.stg-sidebar{width:260px;flex-shrink:0;background:var(--stg-sidebar);color:var(--stg-text-inverse);display:flex;flex-direction:column;padding:0 0 1.25rem;z-index:100}.stg-sidebar__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:1rem 1rem 1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:.75rem}.stg-sidebar__brand{flex:1;min-width:0}.stg-sidebar #stg-sidebar-close{display:none}.stg-sidebar__nav{flex:1;padding:0 .75rem;overflow-y:auto;-webkit-overflow-scrolling:touch}.stg-sidebar__link{display:flex;align-items:center;gap:.75rem;padding:.65rem 1rem;margin-bottom:.15rem;color:rgba(249,250,251,.75);text-decoration:none;font-size:.9375rem;font-weight:500;border-radius:var(--stg-radius);border-left:3px solid transparent;transition:background .15s,color .15s}.stg-sidebar__link:hover{background:var(--stg-sidebar-hover);color:var(--stg-text-inverse)}.stg-sidebar__link--active{background:var(--stg-primary);color:#fff;border-left-color:#a5b4fc}.stg-sidebar__icon{width:1.25rem;height:1.25rem;opacity:.9}.stg-sidebar__badge{margin:0 1rem .75rem;padding:.35rem .65rem;font-size:.75rem;font-weight:600;color:rgba(249,250,251,.85);background:rgba(255,255,255,.08);border-radius:var(--stg-radius);line-height:1.3}.stg-field-error{margin:.35rem 0 0;font-size:.875rem;color:var(--stg-danger,#dc2626)}.stg-access-code{display:inline-block;padding:.2rem .5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8125rem;background:var(--stg-surface-muted,#f3f4f6);border:1px solid var(--stg-border);border-radius:var(--stg-radius);letter-spacing:.03em;word-break:break-all}.stg-input--mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;letter-spacing:.03em}.stg-metadata{margin:0;padding:.5rem .65rem;max-width:100%;max-height:8rem;overflow:auto;font-size:.6875rem;line-height:1.45;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;background:var(--stg-surface-muted,#f3f4f6);border:1px solid var(--stg-border);border-radius:var(--stg-radius);white-space:pre-wrap;word-break:break-word}.stg-table--sync-logs td[data-label=Metadata]{min-width:12rem}.stg-impersonation-bar{flex-shrink:0;background:linear-gradient(90deg,#4f46e5 0,#6366f1 100%);color:#fff;border-bottom:1px solid rgba(255,255,255,.15)}.stg-impersonation-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;padding:.65rem 1rem;max-width:100%}.stg-impersonation-bar__text{margin:0;font-size:.875rem;line-height:1.4;flex:1;min-width:min(100%,12rem)}.stg-impersonation-bar__label{display:block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;opacity:.85;margin-bottom:.15rem}.stg-impersonation-bar__hint{opacity:.9;font-weight:400}.stg-impersonation-bar__form{margin:0;flex-shrink:0}.stg-btn--impersonation-exit{background:#fff;color:var(--stg-primary);border:none;font-weight:600}.stg-btn--impersonation-exit:hover{background:#eef2ff}.stg-inline-form{display:inline;margin:0}.stg-table__action-group{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.stg-admin--impersonating .stg-topbar{top:0}.stg-admin__main{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.stg-header-sticky{position:sticky;top:0;z-index:50;flex-shrink:0;padding-top:env(safe-area-inset-top,0);transition:box-shadow .2s,background-color .2s,border-color .2s}.stg-header-sticky.is-scrolled{box-shadow:var(--stg-shadow-lg)}.stg-header-sticky--dark{z-index:110;background:rgba(15,23,42,.82);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid transparent}.stg-header-sticky--dark.is-scrolled{background:rgba(15,23,42,.96);border-bottom-color:rgba(255,255,255,.08);box-shadow:0 4px 24px rgba(0,0,0,.35)}.stg-topbar{background:var(--stg-surface);border-bottom:1px solid var(--stg-border);padding:.75rem 1rem;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.stg-topbar.is-scrolled{border-bottom-color:transparent}.stg-topbar__start{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1}.stg-topbar__title{font-size:1.0625rem;font-weight:600;margin:0;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stg-topbar__actions{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;width:100%}.stg-topbar__date,.stg-topbar__user{font-size:.875rem}.stg-topbar__logout{display:inline;margin:0}.stg-input--topbar{flex:1;min-width:0;max-width:100%}.stg-content{padding:1.5rem;flex:1}.stg-grid{display:grid;gap:1.25rem}.stg-grid--stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stg-grid--2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}@media (min-width:1024px){.stg-grid--dashboard{grid-template-columns:2fr 1fr}}.stg-chart-bar{display:flex;align-items:flex-end;gap:.5rem;height:140px;padding-top:1rem}.stg-chart-bar__col{flex:1;background:linear-gradient(180deg,var(--stg-primary) 0,#818cf8 100%);border-radius:6px 6px 0 0;min-height:20%}.stg-donut{width:120px;height:120px;border-radius:50%;background:conic-gradient(var(--stg-chart-completed) 0deg 162deg,var(--stg-chart-progress) 162deg 270deg,var(--stg-chart-pending) 270deg 360deg);margin:0 auto;position:relative}.stg-donut::after{content:'';position:absolute;inset:22%;background:var(--stg-surface);border-radius:50%}.stg-legend{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1rem;font-size:.8125rem}.stg-legend__item{display:flex;align-items:center;gap:.35rem}.stg-legend__dot{width:10px;height:10px;border-radius:50%}.stg-map-placeholder{background:linear-gradient(135deg,#e0e7ff 0,#f2f4f7 50%,#d1fae5 100%);border-radius:var(--stg-radius);min-height:220px;display:flex;align-items:center;justify-content:center;color:var(--stg-text-muted);font-size:.875rem}.stg-map{position:relative;border-radius:var(--stg-radius);min-height:280px;height:320px;width:100%;overflow:hidden;border:1px solid var(--stg-border);z-index:0}.stg-map--empty{background:linear-gradient(135deg,#e0e7ff 0,#f2f4f7 50%,#d1fae5 100%)}.stg-map--empty::after{content:'Sin puntos en el mapa para los filtros actuales';position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:var(--stg-text-muted);font-size:.875rem;text-align:center;padding:0 1rem;pointer-events:none;z-index:500}.stg-map--empty .leaflet-container{opacity:.35}.stg-seller-header__profile{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.stg-avatar--lg{width:56px;height:56px;font-size:1rem}.stg-filter-form__grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.stg-filter-form__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}@media (min-width:1024px){.stg-grid--seller-detail{grid-template-columns:1.4fr 1fr}}.stg-ranking{list-style:none;margin:0;padding:0}.stg-ranking__item{display:flex;align-items:center;gap:.75rem;padding:.65rem 0;border-bottom:1px solid var(--stg-border)}.stg-ranking__item:last-child{border-bottom:none}.stg-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--stg-primary),var(--stg-secondary));color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;flex-shrink:0}.stg-landing{min-height:100vh;min-height:100dvh;background:var(--stg-hero);color:var(--stg-text-inverse);position:relative}.stg-landing__nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;gap:1rem}.stg-landing #stg-landing-menu-toggle{display:none;margin-left:auto}.stg-landing__links{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.stg-landing__nav-close{display:none}.stg-landing__tagline{color:rgba(249,250,251,.7);margin:0 0 1rem;font-weight:500;font-size:.9375rem}.stg-landing__title{color:#fff;margin:0}.stg-landing__lead{margin:1.25rem 0 0;color:rgba(249,250,251,.8);max-width:32rem;font-size:1rem;line-height:1.6}.stg-landing__preview-inner{background:var(--stg-background);padding:1rem;min-height:220px}.stg-landing__preview-stats{margin-bottom:1rem}.stg-landing__links a{color:rgba(249,250,251,.85);text-decoration:none;font-size:.9375rem;font-weight:500}.stg-landing__links a:hover{color:#fff}.stg-landing__hero{padding:2rem 1.25rem 3rem;max-width:1200px;margin:0 auto;display:grid;gap:2rem;align-items:center}@media (min-width:900px){.stg-landing__hero{grid-template-columns:1fr 1fr;padding:4rem 2rem 5rem;gap:2.5rem}.stg-landing__nav{padding:1.25rem 2rem}.stg-landing__lead{font-size:1.0625rem}}.stg-landing__highlight{color:var(--stg-success)}.stg-landing__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.stg-landing__preview{border-radius:var(--stg-radius-lg);box-shadow:var(--stg-shadow-lg);overflow:hidden;border:1px solid rgba(255,255,255,.1)}.stg-auth-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1.25rem;background:var(--stg-surface);border-bottom:1px solid var(--stg-border)}.stg-auth-bar.is-scrolled{border-bottom-color:transparent}.stg-auth{min-height:calc(100dvh - 57px);display:flex;align-items:center;justify-content:center;padding:1.25rem;background:var(--stg-background)}.stg-auth__card{width:100%;max-width:420px}.stg-auth__header{text-align:center;margin-bottom:2rem}.stg-palette{display:flex;flex-wrap:wrap;gap:1rem}.stg-swatch{width:80px;text-align:center;font-size:.7rem;color:var(--stg-text-muted)}.stg-swatch__color{height:48px;border-radius:8px;margin-bottom:.35rem;box-shadow:var(--stg-shadow)}@media (max-width:1023px){.stg-menu-btn{display:inline-flex}.stg-admin{flex-direction:column;height:auto;min-height:100dvh;overflow:visible}.stg-sidebar{position:fixed;top:0;left:0;height:100%;height:100dvh;width:min(280px,88vw);transform:translateX(-100%);transition:transform .25s;box-shadow:var(--stg-shadow-lg)}.stg-admin--nav-open .stg-sidebar{transform:translateX(0)}.stg-sidebar #stg-sidebar-close{display:inline-flex}.stg-admin__main{overflow:visible;width:100%;min-height:100vh;min-height:100dvh}@media (min-width:640px){.stg-topbar__actions{width:auto;margin-left:auto;justify-content:flex-end}}}@media (min-width:1024px){.stg-topbar{padding:.875rem 1.5rem;flex-wrap:nowrap;align-items:center}.stg-topbar__start{flex:0 1 auto}.stg-topbar__title{font-size:1.125rem}.stg-topbar__actions{width:auto;flex-wrap:nowrap;flex-shrink:0}.stg-input--topbar{width:auto;min-width:180px;flex:none}}@media (min-width:768px){.stg-hide-desktop{display:none!important}}@media (max-width:767px){.stg-metadata{max-height:none}.stg-hide-mobile{display:none!important}.stg-impersonation-bar__hint{display:none}.stg-impersonation-bar__inner{padding:.75rem 1rem}.stg-btn--impersonation-exit,.stg-impersonation-bar__form{width:100%}.stg-table__action-group{flex-direction:column;align-items:stretch}.stg-btn--block-mobile,.stg-table__action-group .stg-btn{width:100%}.stg-content{padding:1rem}.stg-card{padding:1rem 1.125rem}.stg-grid--stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.stg-grid--2{grid-template-columns:1fr}.stg-filter-bar,.stg-toolbar-form{flex-direction:column;align-items:stretch;width:100%}.stg-filter-bar .stg-input--inline,.stg-filter-bar .stg-select--inline,.stg-toolbar-form .stg-input--inline,.stg-toolbar-form .stg-select--inline{flex:1 1 auto;width:100%}.stg-filter-bar .stg-btn,.stg-toolbar-form .stg-btn{width:100%}.stg-dl__row{grid-template-columns:1fr;gap:.15rem}.stg-visit-header{flex-direction:column;align-items:flex-start}.stg-visit-header__seller{width:100%;padding-top:.75rem;border-top:1px solid var(--stg-border)}.stg-table--responsive thead{display:none}.stg-table--responsive tbody tr{display:block;margin-bottom:.75rem;padding:.75rem;background:var(--stg-background);border:1px solid var(--stg-border);border-radius:var(--stg-radius)}.stg-table--responsive tbody tr:hover{background:var(--stg-background)}.stg-table--responsive td{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.5rem 0;border-bottom:none;text-align:right}.stg-table--responsive td::before{content:attr(data-label);font-weight:600;font-size:.75rem;color:var(--stg-text-muted);text-transform:uppercase;letter-spacing:.03em;text-align:left;flex-shrink:0}.stg-table--responsive td[data-label=""]::before{display:none}.stg-table--responsive td[data-label=""]{justify-content:stretch;padding-top:.75rem}.stg-table--responsive .stg-table__user{justify-content:flex-end}.stg-table--responsive .stg-table__muted,.stg-table--responsive .stg-table__primary{text-align:right}.stg-table--responsive .stg-table__empty{display:block;text-align:center}.stg-table--responsive .stg-table__empty::before{display:none}.stg-table--responsive tfoot.stg-table__foot-mobile tr{display:block;background:var(--stg-primary-light);border-color:var(--stg-primary)}.stg-table--responsive tfoot.stg-table__foot-mobile td{display:flex}.stg-table--responsive tfoot .stg-table__foot-label{display:none}.stg-table-wrap{margin-left:-.25rem;margin-right:-.25rem}.stg-landing #stg-landing-menu-toggle{display:inline-flex}.stg-landing__links{position:fixed;top:0;right:0;width:min(300px,90vw);height:100%;height:100dvh;flex-direction:column;align-items:stretch;gap:0;padding:4.5rem 1.25rem 1.5rem;background:var(--stg-sidebar);box-shadow:var(--stg-shadow-lg);transform:translateX(100%);transition:transform .25s;overflow-y:auto;z-index:100}.stg-landing--nav-open .stg-landing__links{transform:translateX(0)}.stg-landing__nav-close{display:inline-flex!important;position:absolute;top:1rem;right:1rem}.stg-landing__links a:not(.stg-btn){padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:1rem}.stg-landing__links .stg-btn{margin-top:1rem}.stg-landing__actions{flex-direction:column}.stg-landing__actions .stg-btn{width:100%}.stg-landing__nav{flex-wrap:nowrap}}@media (max-width:380px){.stg-grid--stats{grid-template-columns:1fr}}@media (min-width:768px) and (max-width:1023px){.stg-content{padding:1.25rem}}.stg-dashboard-section{margin-top:.5rem;padding-top:1rem;border-top:1px solid var(--stg-border)}.stg-chart-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.stg-week-nav{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;padding:.125rem 0}.stg-week-nav__arrows{display:inline-flex;align-items:stretch;flex-shrink:0}.stg-week-nav__label{font-size:.9375rem;font-weight:600;color:var(--stg-text);min-width:0;text-align:left;white-space:nowrap}.stg-week-nav__btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid var(--stg-border);border-radius:var(--stg-radius);background:var(--stg-surface);color:var(--stg-text);font-size:1.25rem;line-height:1;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.stg-week-nav__btn--prev{border-radius:var(--stg-radius) 0 0 var(--stg-radius)}.stg-week-nav__btn--next{border-radius:0 var(--stg-radius) var(--stg-radius) 0;margin-left:-1px}.stg-week-nav__arrows .stg-week-nav__btn:hover:not(:disabled){position:relative;z-index:1}.stg-week-nav__btn:hover:not(:disabled){background:var(--stg-primary-light);border-color:var(--stg-primary);color:var(--stg-primary)}.stg-week-nav__btn:disabled{opacity:.35;cursor:not-allowed}.stg-week-nav__today{padding:.35rem .85rem;border:1px solid var(--stg-border);border-radius:var(--stg-radius);background:var(--stg-surface);color:var(--stg-text);font-size:.8125rem;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.stg-week-nav__today:hover:not(:disabled){background:var(--stg-primary-light);border-color:var(--stg-primary);color:var(--stg-primary)}.stg-week-nav__today:disabled{opacity:.45;cursor:default}.stg-chart-wrap{position:relative;width:100%;min-height:220px}.stg-chart-wrap--pie{max-width:340px;margin:0 auto}.stg-tab-group{display:inline-flex;border-radius:var(--stg-radius);border:1px solid var(--stg-border);overflow:hidden}.stg-tab{display:inline-block;padding:.35rem .85rem;font-size:.8125rem;background:0 0;border:none;cursor:pointer;color:var(--stg-text-secondary);text-decoration:none;transition:background .15s,color .15s}.stg-tab:hover{background:var(--stg-surface-muted,#f3f4f6)}.stg-tab--active{background:var(--stg-primary,#4f46e5);color:#fff}.stg-tab--active:hover{background:var(--stg-primary,#4f46e5)}.stg-collapsible{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s}.stg-collapsible--open{grid-template-rows:1fr}.stg-collapsible__inner{overflow:hidden}.stg-form--inline{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem}.stg-form--inline .stg-field{flex:1 1 auto;min-width:140px;margin-bottom:0}.stg-table--compact td,.stg-table--compact th{padding:.45rem .6rem;font-size:.875rem}.stg-map{background:var(--stg-surface-muted,#f3f4f6)}@media (max-width:640px){.stg-form--inline .stg-field{flex:1 1 100%}.stg-chart-wrap--pie{max-width:100%}.stg-chart-header{flex-direction:column;align-items:flex-start}}@media (max-width:420px){.stg-week-nav__label{flex:1 1 100%;text-align:left;white-space:normal}}@media (hover:none) and (pointer:coarse){.stg-btn,.stg-menu-btn,.stg-sidebar__link{min-height:44px}.stg-sidebar__link{padding-top:.75rem;padding-bottom:.75rem}}