@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--logout{font-weight:600;color:var(--stg-text,#1f2937);background:var(--stg-surface,#fff);border:1px solid var(--stg-border,#e5e7eb);box-shadow:0 1px 2px rgba(15,23,42,.06)}.stg-btn--logout:hover{color:var(--stg-primary);border-color:var(--stg-primary);background:var(--stg-primary-light);box-shadow:0 1px 3px rgba(79,70,229,.12)}.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--narrow{max-width:36rem}.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__value--name{font-size:clamp(1rem, 2.5vw, 1.25rem);line-height:1.3;word-break:break-word}.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{font-size:.875rem}.stg-pagination--compact{margin:0}.stg-pagination-nav__inner{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.stg-pagination-nav__arrow{display:inline-flex;align-items:center;padding:.5rem;color:var(--stg-text);text-decoration:none}.stg-pagination-nav__arrow:hover{color:var(--stg-primary)}.stg-pagination-nav__arrow--disabled{color:#9ca3af;cursor:not-allowed}.stg-pagination-nav__page{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;padding:.5rem .75rem;color:var(--stg-text);text-decoration:none;border-radius:4px;transition:background .15s}.stg-pagination-nav__page:hover{background:var(--stg-background)}.stg-pagination-nav__page--active{background:var(--stg-primary);color:#fff;font-weight:500}.stg-pagination-nav__ellipsis,.stg-pagination-nav__status{padding:.5rem .75rem;color:var(--stg-text-muted)}@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-settings-rows{display:grid;gap:0;max-width:32rem}.stg-settings-row{display:grid;grid-template-columns:minmax(10rem,12rem) 1fr;gap:.75rem 1.25rem;align-items:center;padding:.85rem 0;border-bottom:1px solid var(--stg-border)}.stg-settings-row:last-child{border-bottom:none}.stg-settings-row__label{margin:0;font-size:.9375rem;font-weight:500;color:var(--stg-text)}.stg-settings-row__control{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.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:0}.stg-media-item{margin-bottom:.75rem}.stg-media-item__img{display:block;width:100%;max-width:360px;height:auto;border-radius:var(--stg-radius);border:1px solid var(--stg-border)}.stg-media-item__audio{display:block;width:100%;max-width:360px}.stg-field-inline{display:flex;gap:.5rem;align-items:center}.stg-field-inline__country{flex:0 0 5rem;max-width:5rem;text-align:center}.stg-field-inline__grow{flex:1;min-width:0}.stg-field-inline__btn{flex-shrink:0;white-space:nowrap}.stg-map--visit-detail{margin-top:1rem;min-height:220px;height:260px}.stg-map--dashboard{height:420px;border-radius:var(--stg-radius)}.stg-select--chart-filter{min-width:180px}.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-toast-container{position:fixed;bottom:1.25rem;right:1.25rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem;max-width:min(24rem,calc(100vw - 2rem));pointer-events:none}.stg-toast{pointer-events:auto;display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;border-radius:var(--stg-radius-lg);box-shadow:var(--stg-shadow-lg);font-size:.875rem;line-height:1.45;animation:.28s ease-out stg-toast-in}.stg-toast--success{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.stg-toast--error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.stg-toast__text{flex:1;min-width:0}.stg-toast__close{flex-shrink:0;width:1.75rem;height:1.75rem;margin:-.2rem -.35rem -.2rem 0;padding:0;border:none;border-radius:var(--stg-radius);background:0 0;color:inherit;font-size:1.25rem;line-height:1;cursor:pointer;opacity:.65;transition:opacity .15s,background .15s}.stg-toast__close:hover{opacity:1;background:rgba(0,0,0,.06)}.stg-toast--dismiss{animation:.28s ease-in forwards stg-toast-out}@keyframes stg-toast-in{from{opacity:0;transform:translateY(.75rem) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes stg-toast-out{from{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(.5rem) scale(.98)}}@media (max-width:767px){.stg-toast-container{left:1rem;right:1rem;bottom:1rem;max-width:none}}.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--stats-dashboard{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:1100px){.stg-grid--stats-dashboard{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.stg-metadata{max-height:none}.stg-grid--stats-dashboard{grid-template-columns:1fr;gap:.75rem}}.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[data-empty-message]::after{content:attr(data-empty-message)}.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{display:flex;min-height:280px;background:var(--stg-background);font-size:10px;line-height:1.4;pointer-events:none;user-select:none}.stg-landing-preview__sidebar{flex:0 0 28%;max-width:7.5rem;background:#fff;border-right:1px solid var(--stg-border);padding:.65rem .5rem;display:none}.stg-landing-preview__brand{display:flex;align-items:center;gap:.35rem;margin-bottom:.75rem;padding:0 .15rem}.stg-landing-preview__brand-icon{flex-shrink:0;width:1.25rem;height:1.25rem;border-radius:50%;background:var(--stg-primary);color:#fff;font-size:.625rem;font-weight:700;display:flex;align-items:center;justify-content:center}.stg-landing-preview__brand-name{font-size:.5625rem;font-weight:700;color:var(--stg-primary);line-height:1.2}.stg-landing-preview__nav{display:flex;flex-direction:column;gap:.15rem}.stg-landing-preview__nav-item{display:flex;align-items:center;gap:.35rem;padding:.3rem .35rem;border-radius:6px;color:var(--stg-text-muted);font-size:.5625rem;font-weight:500;white-space:nowrap}.stg-landing-preview__nav-item svg{width:.75rem;height:.75rem;flex-shrink:0}.stg-landing-preview__nav-item--active{color:var(--stg-primary);background:var(--stg-primary-light)}.stg-landing-preview__nav-item--muted{opacity:.55}.stg-landing-preview__main{flex:1;min-width:0;display:flex;flex-direction:column}.stg-landing-preview__topbar{display:flex;align-items:center;justify-content:space-between;padding:.5rem .65rem;background:#fff;border-bottom:1px solid var(--stg-border)}.stg-landing-preview__menu-icon svg{width:1rem;height:1rem;color:var(--stg-text-muted)}.stg-landing-preview__topbar-actions{display:flex;align-items:center;gap:.4rem}.stg-landing-preview__icon-btn svg{width:.875rem;height:.875rem;color:var(--stg-text-muted)}.stg-landing-preview__avatar{width:1.25rem;height:1.25rem;border-radius:50%;background:linear-gradient(135deg,#818cf8,#4f46e5);color:#fff;font-size:.4375rem;font-weight:600;display:flex;align-items:center;justify-content:center}.stg-landing-preview__body{flex:1;padding:.5rem;display:flex;flex-direction:column;gap:.5rem}.stg-landing-preview__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.4rem}.stg-landing-preview__stat{background:#fff;border-radius:8px;padding:.45rem .5rem;box-shadow:0 1px 2px rgba(15,23,42,.05);position:relative}.stg-landing-preview__stat-label{display:block;font-size:.5rem;color:var(--stg-text-muted);font-weight:500;margin-bottom:.15rem}.stg-landing-preview__stat-value{display:block;font-size:.875rem;font-weight:700;color:var(--stg-text);line-height:1.1}.stg-landing-preview__stat-trend{position:absolute;top:.45rem;right:.5rem;font-size:.4375rem;font-weight:600;color:var(--stg-success)}.stg-landing-preview__row{display:grid;gap:.4rem}.stg-landing-preview__row--map{grid-template-columns:1.4fr 1fr}.stg-landing-preview__period{padding:.5rem .55rem .45rem}.stg-landing-preview__period-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.35rem;margin-bottom:.35rem}.stg-landing-preview__period-title{margin:0;flex-shrink:0}.stg-landing-preview__tabs{display:inline-flex;border:1px solid var(--stg-border);border-radius:5px;overflow:hidden;flex-shrink:0}.stg-landing-preview__tab{padding:.15rem .35rem;font-size:.4375rem;font-weight:500;color:var(--stg-text-muted);background:#fff;white-space:nowrap}.stg-landing-preview__tab--active{background:var(--stg-primary);color:#fff}.stg-landing-preview__period-nav{display:flex;align-items:center;flex-wrap:wrap;gap:.3rem;margin-bottom:.4rem}.stg-landing-preview__period-today{padding:.12rem .35rem;border:1px solid var(--stg-border);border-radius:5px;font-size:.4375rem;font-weight:500;color:var(--stg-text);background:#fff}.stg-landing-preview__period-arrows{display:inline-flex;border:1px solid var(--stg-border);border-radius:5px;overflow:hidden}.stg-landing-preview__period-arrow{display:flex;align-items:center;justify-content:center;width:.9rem;height:.9rem;font-size:.5625rem;color:var(--stg-text);background:#fff;line-height:1}.stg-landing-preview__period-arrow+.stg-landing-preview__period-arrow{border-left:1px solid var(--stg-border)}.stg-landing-preview__period-arrow--disabled{opacity:.35}.stg-landing-preview__period-range{font-size:.4375rem;font-weight:600;color:var(--stg-text);white-space:nowrap}.stg-landing-preview__bar-chart{display:flex;gap:.25rem;align-items:stretch;min-height:5.5rem}.stg-landing-preview__bar-yaxis{display:flex;flex-direction:column;justify-content:space-between;flex-shrink:0;width:.65rem;padding-bottom:1.1rem;font-size:.375rem;color:var(--stg-text-muted);text-align:right;line-height:1}.stg-landing-preview__bar-area{position:relative;flex:1;min-width:0;display:flex;flex-direction:column}.stg-landing-preview__bar-grid{position:absolute;inset:0 0 1.1rem;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}.stg-landing-preview__bar-grid span{display:block;border-top:1px solid #e5e7eb}.stg-landing-preview__bar-grid span:first-child{border-top:none}.stg-landing-preview__bars{position:relative;z-index:1;display:flex;align-items:stretch;justify-content:space-between;gap:.15rem;flex:1;min-height:4.15rem}.stg-landing-preview__bar-col{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;min-height:0}.stg-landing-preview__bar-plot{flex:1;width:100%;display:flex;align-items:flex-end;justify-content:center;min-height:0}.stg-landing-preview__bar-stack{width:72%;max-width:1.5rem;display:flex;flex-direction:column-reverse;justify-content:flex-start;height:100%;min-height:0}.stg-landing-preview__bar-segment{display:block;width:100%;min-height:1px;border-radius:2px 2px 0 0}.stg-landing-preview__bar-segment:first-child{border-radius:3px 3px 0 0}.stg-landing-preview__bar-label{flex-shrink:0;margin-top:.2rem;font-size:.375rem;color:var(--stg-text-muted);text-align:center;line-height:1.2;white-space:nowrap}.stg-landing-preview__bar-legend{list-style:none;margin:.45rem 0 0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem .6rem}.stg-landing-preview__bar-legend li{display:flex;align-items:center;gap:.2rem;font-size:.4375rem;color:var(--stg-text-muted)}.stg-landing-preview__legend-dot{width:.375rem;height:.375rem;border-radius:2px;flex-shrink:0}.stg-landing-preview__card{background:#fff;border-radius:8px;padding:.45rem .5rem;box-shadow:0 1px 2px rgba(15,23,42,.05);min-width:0}.stg-landing-preview__card-title{margin:0 0 .35rem;font-size:.5625rem;font-weight:600;color:var(--stg-text)}.stg-landing-preview__map{padding:0;overflow:hidden;min-height:4.5rem}.stg-landing-preview__map-svg{display:block;width:100%;height:100%;min-height:4.5rem}.stg-landing-preview__activity-list{list-style:none;margin:0;padding:0}.stg-landing-preview__activity-list li{display:flex;align-items:center;gap:.35rem;padding:.25rem 0;border-bottom:1px solid var(--stg-border)}.stg-landing-preview__activity-list li:last-child{border-bottom:none;padding-bottom:0}.stg-landing-preview__activity-avatar{flex-shrink:0;width:1rem;height:1rem;border-radius:50%;font-size:.375rem;font-weight:600;color:#fff;display:flex;align-items:center;justify-content:center}.stg-landing-preview__activity-avatar--blue{background:#4f46e5}.stg-landing-preview__activity-avatar--green{background:#10b981}.stg-landing-preview__activity-avatar--purple{background:#8b5cf6}.stg-landing-preview__activity-avatar--orange{background:#f59e0b}.stg-landing-preview__activity-list li>div{flex:1;min-width:0;display:flex;flex-direction:column}.stg-landing-preview__activity-list strong{font-size:.5rem;font-weight:600;color:var(--stg-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stg-landing-preview__activity-list span{font-size:.4375rem;color:var(--stg-text-muted)}.stg-landing-preview__activity-list time{flex-shrink:0;font-size:.4375rem;color:var(--stg-text-muted)}@media (min-width:480px){.stg-landing-preview{font-size:11px;min-height:320px}.stg-landing-preview__stats{grid-template-columns:repeat(4,1fr)}.stg-landing-preview__stat-value{font-size:1rem}}@media (min-width:640px){.stg-landing-preview__sidebar{display:block}.stg-landing-preview{font-size:12px;min-height:380px}.stg-landing-preview__body{padding:.65rem;gap:.65rem}.stg-landing-preview__map,.stg-landing-preview__map-svg{min-height:5.5rem}.stg-landing-preview__bar-chart{min-height:6.5rem}.stg-landing-preview__bars{min-height:5rem}}@media (min-width:900px){.stg-landing-preview{min-height:420px}.stg-landing-preview__sidebar{max-width:8.5rem}}.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-landing--page{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh}.stg-landing-section{padding:3rem 1.25rem;border-top:1px solid rgba(255,255,255,.08)}.stg-landing-section--alt{background:rgba(15,23,42,.45)}.stg-landing-section__inner{max-width:1200px;margin:0 auto}.stg-landing-section__inner--narrow{max-width:42rem;text-align:center}.stg-landing-section__title{margin:0 0 1rem;font-size:clamp(1.5rem, 3vw, 2.125rem);font-weight:700;color:#fff}.stg-landing-section__lead{margin:0;max-width:42rem;color:rgba(249,250,251,.78);font-size:1.0625rem;line-height:1.65}.stg-landing-section__inner--narrow .stg-landing-section__lead{margin:0 auto 1.5rem}.stg-landing-features{display:grid;gap:1.25rem;margin-top:1.5rem}@media (min-width:640px){.stg-landing-features{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.stg-landing-features{grid-template-columns:repeat(4,minmax(0,1fr))}}.stg-landing-feature{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:var(--stg-radius-lg);padding:1.25rem 1.35rem}.stg-landing-feature__title{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#fff}.stg-landing-feature p{margin:0;font-size:.9375rem;line-height:1.55;color:rgba(249,250,251,.72)}.stg-landing-resources{list-style:none;margin:1rem 0 0;padding:0;display:grid;gap:.75rem}.stg-landing-resources a{color:rgba(249,250,251,.85);text-decoration:none;font-weight:500}.stg-landing-resources a:hover{color:var(--stg-success)}.stg-landing-footer{margin-top:auto;border-top:1px solid rgba(255,255,255,.1);background:rgba(15,23,42,.65);padding:2.5rem 1.25rem 1.5rem}.stg-landing-footer__inner{max-width:1200px;margin:0 auto;display:grid;gap:2rem}@media (min-width:768px){.stg-landing-footer__inner{grid-template-columns:1.4fr repeat(3,1fr);gap:2rem 1.5rem}.stg-page-split{grid-template-columns:1.4fr 1fr}}.stg-landing-footer__tagline{margin:1rem 0 0;max-width:22rem;font-size:.9375rem;line-height:1.55;color:rgba(249,250,251,.65)}.stg-landing-footer__heading{margin:0 0 .85rem;font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:rgba(249,250,251,.5)}.stg-landing-footer__links{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}.stg-landing-footer__links a{color:rgba(249,250,251,.82);text-decoration:none;font-size:.9375rem;transition:color .15s}.stg-landing-footer__links a:hover{color:#fff}.stg-landing-footer__social-wrap{max-width:1200px;margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.stg-landing-footer__social-label{margin:0;font-size:.875rem;font-weight:500;color:rgba(249,250,251,.55)}.stg-landing-footer__social{display:flex;flex-wrap:wrap;gap:.65rem}.stg-landing-footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:999px;background:rgba(255,255,255,.08);color:rgba(249,250,251,.9);transition:background .15s,color .15s,transform .15s}.stg-landing-footer__social-link:hover{background:var(--stg-primary);color:#fff;transform:translateY(-1px)}.stg-landing-footer__social-link svg{width:1.125rem;height:1.125rem}.stg-landing-footer__bottom{max-width:1200px;margin:1.5rem auto 0;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.08)}.stg-landing-footer__copy{margin:0;font-size:.8125rem;color:rgba(249,250,251,.45)}.stg-landing__link--active{color:#fff;font-weight:600}.stg-landing-section__cta{margin:1.5rem 0 0}.stg-landing-section__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.85rem;margin-top:1.5rem}.stg-link-arrow{display:inline-flex;align-items:center;gap:.35rem;color:var(--stg-success);font-weight:600;text-decoration:none;transition:color .15s,gap .15s}.stg-link-arrow:hover{color:#fff;gap:.5rem}.stg-link-arrow::after{content:"→"}.stg-btn--lg{padding:.75rem 1.75rem;font-size:1rem}.stg-input--error{border-color:var(--stg-danger,#dc2626);box-shadow:0 0 0 3px rgba(220,38,38,.15)}.stg-required{color:var(--stg-danger,#dc2626)}.stg-page{flex:1}.stg-page-hero{padding:2.5rem 1.25rem 3rem;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(79,70,229,.12) 0,transparent 100%)}.stg-page-hero__inner{max-width:48rem;margin:0 auto;text-align:center}.stg-page-hero__eyebrow{margin:0 0 .75rem;font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--stg-success)}.stg-page-hero__title{margin:0;font-size:clamp(2rem, 4.5vw, 3rem);font-weight:700;line-height:1.15;color:#fff}.stg-page-hero__lead{margin:1rem auto 0;max-width:40rem;font-size:1.0625rem;line-height:1.65;color:rgba(249,250,251,.78)}.stg-page-hero__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.85rem;margin-top:1.75rem}.stg-page-section{padding:3rem 1.25rem;border-top:1px solid rgba(255,255,255,.06)}.stg-page-section--alt{background:rgba(15,23,42,.45)}.stg-page-section__inner{max-width:1200px;margin:0 auto}.stg-page-section__inner--narrow{max-width:42rem}.stg-page-section__title{margin:0 0 1rem;font-size:clamp(1.5rem, 3vw, 2.125rem);font-weight:700;color:#fff}.stg-page-section__title--center{text-align:center}.stg-page-section__lead{margin:0 0 1.5rem;max-width:42rem;font-size:1.0625rem;line-height:1.65;color:rgba(249,250,251,.75)}.stg-page-section__lead--center{margin-left:auto;margin-right:auto;text-align:center}.stg-page-steps{margin:0;padding:0;list-style:none;display:grid;gap:1rem;counter-reset:stg-step}.stg-page-steps li{display:grid;gap:.35rem;padding:1.15rem 1.25rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:var(--stg-radius-lg)}.stg-page-steps li strong{color:#fff;font-size:1rem}.stg-page-steps li span{color:rgba(249,250,251,.72);font-size:.9375rem;line-height:1.55}.stg-page-split{display:grid;gap:1.5rem;align-items:start}.stg-page-list{margin:0;padding-left:1.25rem;color:rgba(249,250,251,.78);line-height:1.65}.stg-page-list li+li{margin-top:.5rem}.stg-page-list--center{max-width:36rem;margin:0 auto}.stg-page-panel{background:rgba(79,70,229,.15);border:1px solid rgba(129,140,248,.25);border-radius:var(--stg-radius-lg);padding:1.35rem 1.5rem}.stg-page-panel__title{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#fff}.stg-page-checklist{margin:0;padding:0;list-style:none;display:grid;gap:.65rem}.stg-page-checklist li{position:relative;padding-left:1.5rem;color:rgba(249,250,251,.82);font-size:.9375rem;line-height:1.5}.stg-page-checklist li::before{content:"✓";position:absolute;left:0;color:var(--stg-success);font-weight:700}.stg-page-features{display:grid;gap:1rem}@media (min-width:640px){.stg-page-features{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.stg-page-features{grid-template-columns:repeat(3,minmax(0,1fr))}.stg-page-features--2{grid-template-columns:repeat(2,minmax(0,1fr))}}.stg-page-feature{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:var(--stg-radius-lg);padding:1.25rem 1.35rem}.stg-page-feature h3{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#fff}.stg-page-feature p{margin:0;font-size:.9375rem;line-height:1.55;color:rgba(249,250,251,.72)}.stg-page-feature code{font-size:.8125rem;padding:.1rem .35rem;border-radius:4px;background:rgba(255,255,255,.1);color:#e0e7ff}.stg-page-note{margin:1.5rem 0 0;font-size:.875rem;color:rgba(249,250,251,.55)}.stg-page-note--center{text-align:center}.stg-page-note a{color:var(--stg-success);text-decoration:none}.stg-page-note a:hover{text-decoration:underline}.stg-page-cta{padding:3rem 1.25rem 4rem;border-top:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,transparent 0,rgba(79,70,229,.18) 100%)}.stg-page-cta__inner{max-width:36rem;margin:0 auto;text-align:center}.stg-page-cta h2{margin:0;font-size:clamp(1.5rem, 3.5vw, 2.125rem);color:#fff}.stg-page-cta p{margin:.75rem 0 1.5rem;color:rgba(249,250,251,.75);line-height:1.6}.stg-pricing{display:grid;gap:1.25rem;margin-top:2rem}@media (min-width:900px){.stg-pricing{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}}.stg-pricing-card{position:relative;display:flex;flex-direction:column;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:var(--stg-radius-lg);padding:1.75rem 1.5rem}.stg-pricing-card--featured{border-color:rgba(16,185,129,.45);background:rgba(16,185,129,.08);box-shadow:0 12px 40px rgba(0,0,0,.2)}.stg-pricing-card__badge{position:absolute;top:-.65rem;left:50%;transform:translateX(-50%);padding:.2rem .75rem;border-radius:999px;background:var(--stg-success);color:#fff;font-size:.75rem;font-weight:600;white-space:nowrap}.stg-pricing-card__name{margin:0;font-size:1.125rem;font-weight:700;color:#fff}.stg-pricing-card__price{margin:.75rem 0;font-size:1.75rem;font-weight:700;color:#fff;line-height:1.2}.stg-pricing-card__price span{display:block;margin-top:.15rem;font-size:.9375rem;font-weight:500;color:rgba(249,250,251,.6)}.stg-pricing-card__desc{margin:0 0 1.25rem;font-size:.9375rem;line-height:1.55;color:rgba(249,250,251,.72)}.stg-pricing-card__features{flex:1;margin:0 0 1.5rem;padding:0;list-style:none;display:grid;gap:.55rem}.stg-pricing-card__features li{position:relative;padding-left:1.35rem;font-size:.875rem;line-height:1.45;color:rgba(249,250,251,.82)}.stg-pricing-card__features li::before{content:"✓";position:absolute;left:0;color:var(--stg-success);font-weight:700}.stg-page-table-wrap{overflow-x:auto;margin-top:1rem;border-radius:var(--stg-radius-lg);border:1px solid rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.stg-page-table{width:100%;min-width:36rem;border-collapse:collapse;font-size:.9375rem}.stg-page-table td,.stg-page-table th{padding:.85rem 1rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.08);color:rgba(249,250,251,.82)}.stg-page-table th{background:rgba(255,255,255,.06);color:#fff;font-weight:600}.stg-page-table tr:last-child td{border-bottom:none}.stg-page-faq{display:grid;gap:.65rem;margin-top:1rem}.stg-page-faq__item{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:var(--stg-radius);overflow:hidden}.stg-page-faq__item summary{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.15rem;cursor:pointer;font-weight:600;color:#fff;list-style:none}.stg-page-faq__item summary::-webkit-details-marker{display:none}.stg-page-faq__item summary::after{content:"+";flex-shrink:0;color:rgba(249,250,251,.5)}.stg-page-faq__item[open] summary::after{content:"−"}.stg-page-faq__item p{margin:0;padding:0 1.15rem 1rem;font-size:.9375rem;line-height:1.6;color:rgba(249,250,251,.72)}.stg-page-faq__item a{color:var(--stg-success)}.stg-resource-grid{display:grid;gap:1rem;margin-top:1rem}@media (min-width:640px){.stg-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.stg-resource-card{display:flex;flex-direction:column;gap:.5rem;padding:1.35rem 1.5rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:var(--stg-radius-lg);text-decoration:none;color:inherit;transition:border-color .15s,background .15s,transform .15s}.stg-resource-card:hover{border-color:rgba(16,185,129,.35);background:rgba(255,255,255,.06);transform:translateY(-2px)}.stg-resource-card__icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:var(--stg-radius);background:rgba(79,70,229,.25);color:#c7d2fe}.stg-resource-card__icon svg{width:1.25rem;height:1.25rem}.stg-resource-card h3{margin:0;font-size:1.0625rem;font-weight:600;color:#fff}.stg-resource-card p{margin:0;flex:1;font-size:.9375rem;line-height:1.55;color:rgba(249,250,251,.72)}.stg-resource-card__link{font-size:.875rem;font-weight:600;color:var(--stg-success)}.stg-contact-page{flex:1;padding:2.5rem 1.25rem 3.5rem}.stg-contact-page__inner{max-width:36rem;margin:0 auto}.stg-contact-page__header{text-align:center;margin-bottom:1.75rem}.stg-contact-page__title{margin:0;font-size:clamp(2rem, 4.5vw, 2.75rem);font-weight:700;color:#fff}.stg-contact-page__lead{margin:.75rem 0 0;color:rgba(249,250,251,.75);line-height:1.6}.stg-contact-page__card{background:#fff;color:var(--stg-text);padding:1.75rem 1.5rem}.stg-contact-page__row{display:grid;gap:0}@media (min-width:480px){.stg-contact-page__row{grid-template-columns:1fr 1fr;gap:0 1rem}}.stg-contact-page__phone{display:grid;grid-template-columns:7rem 1fr;gap:.5rem}.stg-contact-page__message-meta{display:flex;justify-content:space-between;gap:.75rem;margin-top:.35rem;font-size:.8125rem}.stg-contact-page__submit{width:100%;margin-top:.5rem}@media (max-width:899px){.stg-pricing-card--featured{order:-1}}.stg-contact-page__attempts{margin:1rem 0 0;text-align:center;font-size:.8125rem;color:rgba(249,250,251,.5)}.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-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-settings-row{grid-template-columns:1fr;gap:.35rem;align-items:start}.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-filter-form__grid{grid-template-columns:1fr}.stg-card--narrow{max-width:none}.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}.stg-page-hero{padding:1.75rem 1rem 2.25rem}.stg-page-section{padding:2rem 1rem}.stg-page-cta{padding:2rem 1rem 3rem}.stg-contact-page{padding:1.75rem 1rem 2.5rem}.stg-contact-page__card{padding:1.25rem 1rem}.stg-landing-section{padding:2rem 1rem}.stg-landing-section__actions,.stg-page-hero__actions{flex-direction:column;align-items:stretch}.stg-landing-section__actions .stg-btn,.stg-page-cta .stg-btn,.stg-page-hero__actions .stg-btn{width:100%}.stg-page-table-wrap{margin-left:-.25rem;margin-right:-.25rem;border-radius:var(--stg-radius)}.stg-page-table td,.stg-page-table th{padding:.65rem .75rem;font-size:.8125rem}.stg-pricing-card{padding:1.5rem 1.15rem}.stg-pricing-card--featured{margin-top:.5rem}.stg-resource-card{padding:1.15rem 1.2rem}.stg-page-steps li{padding:1rem}.stg-contact-page__message-meta{flex-direction:column;align-items:flex-start;gap:.25rem}}@media (max-width:479px){.stg-contact-page__phone,.stg-contact-page__row{grid-template-columns:1fr}}@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:stretch}.stg-chart-header .stg-tab-group{width:100%;display:flex}.stg-chart-header .stg-tab{flex:1;text-align:center}.stg-chart-header .stg-select--inline,.stg-select--chart-filter{width:100%;min-width:0}.stg-map--dashboard{height:280px}.stg-map--visit-detail{height:220px;min-height:200px}.stg-media-item__audio,.stg-media-item__img{max-width:100%}.stg-field-inline--stack-sm{flex-direction:column;align-items:stretch}.stg-field-inline--stack-sm .stg-field-inline__country{flex:1 1 auto;max-width:none;width:100%}.stg-field-inline--stack-sm .stg-field-inline__btn{width:100%}.stg-table__action-group--icons{flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.stg-table__action-group--icons .stg-btn{width:auto;flex:1 1 auto;min-width:0}}@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}}