@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;700&display=swap";:root{--bg: #0e0e0e;--surface-1: #ffffff;--surface-2: #f2f3f5;--surface-hover: #fffbe5;--border-1: #1f1f1f;--text-1: #0f1115;--text-2: #4d5560;--text-3: #8a93a0;--accent: #ffd400;color:var(--text-1);background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#app{min-width:320px;min-height:100vh;margin:0}button,a{font:inherit}button{border:0;cursor:pointer}.sr-only{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;margin:-1px;clip:rect(0,0,0,0);white-space:nowrap}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#d8dadf;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#c2c5cc}.app-shell{min-height:100vh;background:var(--bg)}.top-nav{display:flex;height:56px;align-items:center;gap:16px;border-bottom:1px solid var(--border-1);padding:0 24px;color:#fff;background:#0e0e0e}.top-nav--menu-open{border-bottom-color:transparent}.brand{display:flex;align-items:center;gap:8px;margin-right:40px;flex:0 0 auto;border:0;padding:0;color:inherit;background:transparent;cursor:pointer}.brand__mark{display:grid;width:28px;height:28px;place-items:center;border-radius:6px;color:#111;background:var(--accent);font-size:13px;font-weight:900;line-height:1}.brand__mark--logo{display:block;width:30px;height:30px;border-radius:0;object-fit:contain;background:transparent}.brand__text{display:flex;align-items:baseline;gap:6px}.brand__text span{font-size:15px;font-weight:900;line-height:1}.brand__text small{color:#ffffff8c;font-size:11px;font-weight:500;letter-spacing:.18em;line-height:1;text-transform:uppercase}.top-tabs{display:flex;align-items:center;gap:4px;min-width:0}.top-nav__desktop-nav{display:flex;min-width:0;flex:1 1 auto}.top-nav__desktop-nav .top-tabs{flex:1 1 auto}.top-nav__menu-toggle{display:none;width:40px;height:40px;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#fff;background:#ffffff0a}.top-nav__menu-toggle:hover,.top-nav__menu-toggle[aria-expanded=true]{background:#ffffff14}.top-nav__menu-toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.top-nav__drawer{position:relative;z-index:50;border-bottom:1px solid var(--border-1);padding:0 24px 16px;background:#0e0e0e}.top-nav__overlay,.user-menu__backdrop{position:fixed;inset:0;z-index:49;background:#00000059}.top-tabs__entry{position:relative}.top-tabs__item{display:inline-flex;min-height:30px;align-items:center;border-radius:6px;padding:0 12px;color:#ffffffc7;font-size:13px;line-height:1;text-decoration:none;background:transparent}.top-tabs__item--dropdown{gap:6px}.top-tabs__item--dropdown svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}.top-tabs__item:hover{background:#ffffff14}.top-tabs__item--active{color:#111;background:var(--accent);font-weight:700}.top-tabs__item--active:hover{background:var(--accent)}.top-tabs__menu{position:absolute;top:calc(100% - 1px);left:0;z-index:20;min-width:160px;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:6px;background:#161616;box-shadow:0 18px 45px #00000052}.top-tabs__menu-item{display:flex;width:100%;min-height:32px;align-items:center;border-radius:6px;padding:0 10px;color:#ffffffc7;background:transparent;font-size:13px;text-align:left}.top-tabs__menu-item:hover{color:#fff;background:#ffffff14}.top-tabs__menu-item--active{color:#111;background:var(--accent);font-weight:700}.top-tabs__menu-item--active:hover{color:#111;background:var(--accent)}.top-tabs--mobile{display:grid;gap:8px}.top-tabs--mobile .top-tabs__entry{width:100%}.top-tabs--mobile .top-tabs__item{width:100%;min-height:42px;justify-content:space-between;border:1px solid rgba(255,255,255,.08);padding:0 14px;background:#ffffff0a}.top-tabs--mobile .top-tabs__item--active{color:#111;background:var(--accent);border-color:var(--accent);font-weight:700}.top-tabs--mobile .top-tabs__menu{position:static;min-width:0;margin-top:8px;border-color:#ffffff14;box-shadow:none}.top-tabs--mobile .top-tabs__menu-item{min-height:38px}.top-tabs-menu-enter-active,.top-tabs-menu-leave-active{transition:opacity .16s ease,transform .16s ease}.top-tabs-menu-enter-from,.top-tabs-menu-leave-to{opacity:0;transform:translateY(-4px)}.top-tabs-menu-enter-to,.top-tabs-menu-leave-from{opacity:1;transform:translateY(0)}.user-menu{position:relative;margin-left:auto}.user-menu__trigger{display:inline-flex;min-height:42px;align-items:center;gap:10px;padding:0;color:#d7d7d7;background:transparent;transition:color .16s ease}.user-menu__trigger:hover,.user-menu__trigger[aria-expanded=true]{color:#fff}.user-menu__email{display:grid;max-width:280px;min-width:0;gap:2px;overflow:hidden;text-align:left}.user-menu__email small{overflow:hidden;color:#8f949d;font-size:.66rem;font-weight:700;letter-spacing:.04em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.user-menu__email strong{overflow:hidden;color:#fff;font-size:.78rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.user-menu__avatar,.user-menu__panel-avatar{display:grid;place-items:center;border-radius:999px;color:#111;background:var(--accent);font-weight:700}.user-menu__avatar{width:28px;height:28px;flex:0 0 auto;font-size:11px}.user-menu__panel-avatar{width:42px;height:42px;flex:0 0 auto;font-size:.9rem}.user-menu__panel{position:absolute;top:calc(100% + 10px);right:0;z-index:50;width:min(320px,calc(100vw - 32px));border:1px solid #e6e7ea;border-radius:12px;padding:16px;color:var(--text-1);background:linear-gradient(180deg,#fff,#fbfbfc);box-shadow:0 18px 45px #00000038}.user-menu__summary{display:flex;align-items:flex-start;gap:12px}.user-menu__identity{min-width:0}.user-menu__identity strong,.user-menu__identity span{display:block;overflow-wrap:anywhere}.user-menu__identity strong{margin-bottom:4px;font-size:.98rem}.user-menu__identity span{color:var(--text-2);font-size:.86rem}.user-menu__label{margin:0 0 6px;color:var(--text-3);font-size:.71rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.user-menu__roles{margin-top:16px;padding-top:14px;border-top:1px solid #e6e7ea}.user-menu__roles ul{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none}.user-menu__roles li{border-radius:999px;padding:5px 9px;color:#111;background:#fff6cc;font-size:.78rem;font-weight:700}.user-menu__roles>span{color:var(--text-2);font-size:.84rem}.user-menu__logout{display:inline-flex;width:100%;min-height:40px;align-items:center;justify-content:center;gap:8px;margin-top:16px;border:1px solid #f0d978;border-radius:8px;padding:0 14px;color:#111;background:#fff7d1;font-size:.82rem;font-weight:700;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.user-menu__logout:hover{border-color:#e7ca4a;background:#ffeeb2}.user-menu__logout svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.user-menu-fade-enter-active,.user-menu-fade-leave-active{transition:opacity .18s ease,transform .18s ease}.user-menu-fade-enter-from,.user-menu-fade-leave-to{opacity:0;transform:translateY(-6px)}.user-menu-fade-enter-to,.user-menu-fade-leave-from{opacity:1;transform:translateY(0)}.top-nav-drawer-enter-active,.top-nav-drawer-leave-active{transition:opacity .18s ease,transform .18s ease}.top-nav-drawer-enter-from,.top-nav-drawer-leave-to{opacity:0;transform:translateY(-6px)}.top-nav-drawer-enter-to,.top-nav-drawer-leave-from{opacity:1;transform:translateY(0)}.auth-screen{display:grid;min-height:100vh;place-items:center;padding:24px;background:var(--bg)}.auth-card{display:grid;width:min(360px,100%);justify-items:start;border:1px solid #1f1f1f;border-radius:8px;padding:24px;color:#fff;background:#141414;box-shadow:0 18px 45px #00000047}.auth-card__brand{display:inline-flex;align-items:center;gap:16px;margin-bottom:26px}.auth-card__logo{display:block;width:72px;height:72px;object-fit:contain}.auth-card__brand span{color:#fff;font-size:2.05rem;font-weight:900;line-height:.95}.auth-card__brand small{color:#ffffff8f;font-size:1.12rem;font-weight:700;letter-spacing:.28em;line-height:1}.auth-card p,.auth-card__error{margin:0;color:#ffffffad;font-size:.95rem}.auth-card button{min-height:38px;margin-top:20px;border-radius:6px;padding:0 16px;color:#111;background:var(--accent);font-weight:800}.auth-card__error{margin-top:12px;color:#ffb4a8}.app-content{width:min(1320px,calc(100% - 32px));min-height:calc(100vh - 56px);margin:0 auto;padding:32px 0 48px;background:var(--bg)}.access-state{display:grid;min-height:calc(100vh - 120px);place-items:center}.access-state__card{display:grid;width:min(540px,100%);gap:12px;border:1px solid #1f1f1f;border-radius:8px;padding:28px;color:#fff;background:#141414;box-shadow:0 18px 45px #00000047}.access-state__card p,.access-state__card h1,.access-state__card span{margin:0}.access-state__card p{color:var(--accent);font-size:.8rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.access-state__card h1{font-size:clamp(1.8rem,4vw,2.4rem);line-height:1.05}.access-state__card span{color:#ffffffad;font-size:.95rem}.stores-panel{border:1px solid #e6e7ea;border-radius:8px;background:var(--surface-1);box-shadow:0 18px 45px #0000002e}.dashboard-workspace{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start}.dashboard-column{display:grid;gap:18px;align-items:start}.fleet-health-panel{overflow:hidden;border:1px solid #e6e7ea;border-radius:8px;background:var(--surface-1);box-shadow:0 18px 45px #0000002e}.fleet-health-panel__loading{padding:20px}.fleet-health-panel__loading-grid{display:grid;grid-template-columns:220px minmax(220px,.9fr) minmax(180px,.6fr);align-items:center;gap:24px}.fleet-health-panel__loading-grid i{width:160px;height:160px;border-radius:999px}.fleet-health-panel__loading-grid div{display:grid;gap:14px}.fleet-health-panel__loading-grid span{height:18px}.fleet-health-panel__body{display:grid;grid-template-columns:minmax(220px,260px) minmax(0,1fr);align-items:center;gap:24px;padding:26px 28px 28px}.fleet-health-panel__donut{display:grid;width:170px;height:170px;place-items:center;border-radius:999px;margin:0 auto}.fleet-health-panel__donut-center{display:flex;flex-direction:column;justify-content:center;align-items:center;width:116px;height:116px;padding-top:8px;border-radius:999px;background:var(--surface-1);text-align:center}.fleet-health-panel__donut-center strong{color:var(--text-1);font-size:2rem;font-weight:900;line-height:1;transform:translateY(1px)}.fleet-health-panel__donut-center span{margin-top:4px;color:var(--text-3);font-size:.72rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.fleet-health-panel__legend{display:grid;gap:16px;min-width:0}.fleet-health-panel__legend-row{display:grid;grid-template-columns:minmax(0,1fr) 3ch 4ch;align-items:center;gap:16px;min-width:0}.fleet-health-panel__legend-label{display:inline-flex;min-width:0;align-items:center;gap:10px;color:var(--text-1);font-size:.96rem;font-weight:500}.fleet-health-panel__legend-label{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.fleet-health-panel__legend-dot{width:12px;height:12px;border-radius:4px;flex:0 0 auto}.fleet-health-panel__legend-dot--online{background:#1dbb86}.fleet-health-panel__legend-dot--warning{background:#f59e0b}.fleet-health-panel__legend-dot--offline{background:#f43f5e}.fleet-health-panel__legend-row strong{color:var(--text-1);font-size:.98rem;font-weight:800;text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums;justify-self:end}.fleet-health-panel__legend-row>span:last-child{color:var(--text-3);font-size:.9rem;text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums;justify-self:end}.dashboard-panel-link{display:inline-flex;min-height:34px;align-items:center;flex:0 0 auto;gap:4px;padding:0 2px;color:var(--text-2);background:transparent;font-size:.86rem;font-weight:700;letter-spacing:0;white-space:nowrap}.dashboard-panel-link:hover{color:var(--text-1);background:transparent}.dashboard-issues-panel{overflow:hidden;border:1px solid #e6e7ea;border-radius:8px;background:var(--surface-1);box-shadow:0 18px 45px #0000002e}.dashboard-issues-panel__actions{display:flex;align-items:center;gap:10px}.dashboard-issues-panel__actions button{min-height:34px;border-radius:6px;padding:0 12px;color:#111;background:var(--accent);font-size:.88rem;font-weight:800}.dashboard-issues-panel__actions button:disabled{cursor:not-allowed;opacity:.58}.dashboard-issues-panel__loading{padding:20px}.dashboard-issue-feed{display:grid;padding:10px 0 12px}.dashboard-issue-feed__item{display:grid;grid-template-columns:14px minmax(0,1fr) auto;gap:12px;width:100%;align-items:start;padding:11px 16px;color:var(--text-1);background:transparent;text-align:left}.dashboard-issue-feed__item:hover,.dashboard-issue-feed__item:focus{background:#fffdf0;outline:none}.dashboard-issue-feed__dot{width:10px;height:10px;border-radius:999px;margin-top:7px}.dashboard-issue-feed__dot--critical{background:#f43f5e}.dashboard-issue-feed__dot--warning{background:#f59e0b}.dashboard-issue-feed__dot--info{background:#10b981}.dashboard-issue-feed__content{display:grid;min-width:0;gap:4px}.dashboard-issue-feed__entity{display:flex;min-width:0;align-items:baseline;gap:6px;color:var(--text-3);font-size:.9rem;line-height:1.25}.dashboard-issue-feed__entity strong{overflow:hidden;color:var(--text-1);font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:.92rem;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.dashboard-issue-feed__entity span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-issue-feed__summary{overflow:hidden;color:var(--text-2);font-size:.9rem;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.dashboard-issue-feed__age{color:var(--text-3);font-size:.86rem;font-weight:800;line-height:1.3;white-space:nowrap}.dashboard-issues-table-wrap{overflow-x:auto}.dashboard-issues-table{width:100%;min-width:640px;border-collapse:collapse}.dashboard-issues-table th{padding:10px 16px;color:var(--text-3);background:#fbfbfc;font-size:.7rem;font-weight:900;text-align:left;text-transform:uppercase}.dashboard-issues-table td{border-top:1px solid #eceef1;padding:12px 16px;color:var(--text-2);font-size:.86rem;vertical-align:middle}.dashboard-issues-table tbody tr{cursor:pointer}.dashboard-issues-table tbody tr:hover,.dashboard-issues-table tbody tr:focus{background:#fffdf0;outline:none}.dashboard-issues-table td>strong{display:block;color:var(--text-1);font-size:.9rem;font-weight:800;line-height:1.35}.issues-filters{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.dashboard-issues-table td>span{display:inline-flex}.dashboard-issues-table td>span:not(.issue-badge){margin-top:4px;color:var(--text-3);font-size:.78rem}.dashboard-issues-table code,.issue-modal__meta code{color:var(--text-1);font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:.74rem;font-weight:800}.dashboard-issues-table time{color:var(--text-2);font-size:.82rem;font-weight:700}.dashboard-issues-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #e6e7ea;padding:12px 16px;background:var(--surface-1)}.dashboard-issues-pagination span{color:var(--text-3);font-size:.8rem;font-weight:600}.dashboard-issues-pagination div{display:flex;gap:8px}.dashboard-issues-pagination button{min-height:30px;border-radius:5px;padding:0 10px;color:var(--text-1);background:var(--surface-2);font-size:.74rem;font-weight:800}.dashboard-issues-pagination button:hover{background:var(--surface-hover)}.dashboard-issues-pagination button:disabled{cursor:not-allowed;color:var(--text-3);opacity:.62;background:var(--surface-2)}.issue-modal{display:flex;width:min(860px,100%);max-height:min(820px,calc(100vh - 48px));flex-direction:column;overflow:hidden;border:1px solid #e6e7ea;border-radius:8px;background:var(--surface-1);box-shadow:0 28px 80px #00000061}.issue-modal__header,.issue-modal__footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.issue-modal__header{border-bottom:1px solid #e6e7ea;padding:18px 20px 16px}.issue-modal__header p{margin:0 0 5px;color:var(--text-3);font-size:.72rem;font-weight:900;text-transform:uppercase}.issue-modal__header h2{margin:0;color:var(--text-1);font-size:1.1rem;line-height:1.2}.issue-modal__header button{display:grid;width:32px;height:32px;flex:0 0 auto;place-items:center;border-radius:6px;color:var(--text-2);background:transparent}.issue-modal__header button:hover{color:var(--text-1);background:var(--surface-2)}.issue-modal__header button:disabled{cursor:not-allowed;opacity:.58}.issue-modal__header svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:2.3}.issue-modal__body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:16px 20px}.issue-modal__badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.issue-modal__description{margin:0 0 16px;color:var(--text-2);font-size:.9rem;line-height:1.55}.issue-modal__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 0 16px}.issue-modal__meta div{min-width:0;border:1px solid #e6e7ea;border-radius:7px;padding:10px 12px;background:#fbfcfd}.issue-modal__meta dt,.issue-modal__section h3,.issue-resolve-form span{display:block;margin-bottom:6px;color:var(--text-3);font-size:.68rem;font-weight:900;text-transform:uppercase}.issue-modal__meta dd{overflow:hidden;margin:0;color:var(--text-1);font-size:.82rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.issue-modal__section{margin-bottom:16px}.issue-modal__section pre{max-height:220px;overflow:auto;border:1px solid #e6e7ea;border-radius:7px;margin:0;padding:12px;color:var(--text-1);background:#fbfcfd;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:.78rem;line-height:1.55}.issue-modal__footer{border-top:1px solid #e6e7ea;padding:14px 20px;justify-content:flex-end;background:var(--surface-2)}.issue-resolve-form{display:grid;gap:8px;margin-top:16px}.issue-resolve-form textarea{width:100%;min-height:120px;resize:vertical;border:1px solid #e6e7ea;border-radius:8px;padding:12px 13px;color:var(--text-1);background:var(--surface-1);font:inherit;font-size:.9rem;line-height:1.5;outline:none}.issue-resolve-form textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #fff6cc}.sales-hero-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.sales-period-control{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:8px}.sales-period-custom{display:inline-flex;align-items:center;gap:0;overflow:hidden;border:1px solid #e6e7ea;border-radius:7px;background:var(--surface-1);box-shadow:0 10px 28px #0000002e}.sales-period-custom label{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 10px}.sales-period-custom label+label{border-left:1px solid #e6e7ea}.sales-period-custom span{color:var(--text-3);font-size:.68rem;font-weight:800;text-transform:uppercase}.sales-period-custom input{width:124px;border:0;color:var(--text-1);background:transparent;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:.76rem;font-weight:800;outline:none}.sales-loading{display:grid;gap:18px}.sales-loading__metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden;border:1px solid #e6e7ea;border-radius:8px;background:var(--surface-1);box-shadow:0 18px 45px #0000002e}.sales-loading__metric{min-height:102px;border-right:1px solid #e6e7ea;padding:17px 20px}.sales-loading__metric:last-child{border-right:0}.sales-loading__metric span,.sales-loading__metric strong,.sales-loading__metric small,.sales-loading__panel header span,.sales-loading__panel header small,.sales-loading__row i,.sales-loading__row span,.sales-loading__row b,.sales-loading__row em{display:block;overflow:hidden;border-radius:999px;background:linear-gradient(90deg,#f0f1f3,#fafafa 48%,#f0f1f3);background-size:220% 100%;animation:sales-loading-shimmer 1.15s linear infinite}.sales-loading__metric span{width:74px;height:10px;margin-bottom:13px}.sales-loading__metric strong{width:96px;height:25px}.sales-loading__metric small{width:132px;height:10px;margin-top:13px}.sales-loading__panel{min-height:344px;border:1px solid #e6e7ea;border-radius:8px;background:var(--surface-1);box-shadow:0 18px 45px #0000002e}.sales-loading__panel header{border-bottom:1px solid #e6e7ea;padding:14px 18px 10px;background:#fbfbfc}.sales-loading__panel header span{width:68px;height:13px}.sales-loading__panel header small{width:190px;height:10px;margin-top:8px}.sales-loading__row{display:grid;grid-template-columns:28px minmax(130px,1fr) minmax(110px,150px) 76px;align-items:center;gap:10px;min-height:53px;padding:0 18px}.sales-loading__row i{width:12px;height:12px}.sales-loading__row span{width:min(130px,100%);height:14px}.sales-loading__row b{width:100%;height:22px}.sales-loading__row em{width:58px;height:12px;justify-self:end}.sales-loading__panel--wide{min-height:300px}@keyframes sales-loading-shimmer{0%{background-position:120% 0}to{background-position:-120% 0}}.content-loading{display:grid;gap:16px;padding-bottom:48px}.content-loading__summary{display:grid;gap:1px;overflow:hidden;border:1px solid #e6e7ea;border-radius:8px;background:#e6e7ea}.content-loading__summary--four{grid-template-columns:repeat(4,minmax(0,1fr))}.content-loading__summary--five{grid-template-columns:repeat(5,minmax(0,1fr))}.content-loading__summary article{min-height:76px;padding:14px 16px;background:var(--surface-1)}.content-loading__toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.content-loading__toolbar span{width:min(520px,100%);height:38px;border-radius:6px}.content-loading__toolbar strong{width:158px;height:38px;border-radius:6px}.content-loading__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.content-loading__card{min-height:232px;border:1px solid #e6e7ea;border-radius:8px;padding:16px;background:var(--surface-1);box-shadow:0 16px 38px #00000029}.content-loading__card header{display:flex;align-items:center;gap:12px;margin-bottom:14px}.content-loading__card header i{width:52px;height:52px;border-radius:7px}.content-loading__card header span{width:92px;height:18px}.content-loading__card>strong{width:70%;height:18px;margin-bottom:10px}.content-loading__card>small{display:block;width:42%;height:12px;margin-bottom:20px}.content-loading__card div{display:flex;flex-wrap:wrap;gap:8px}.content-loading__card b{width:120px;height:28px;border-radius:6px}.content-loading__table{overflow:hidden;border:1px solid #e6e7ea;border-radius:8px;background:var(--surface-1);box-shadow:0 16px 38px #00000029}.content-loading__table header{border-bottom:1px solid #e6e7ea;padding:14px 18px 10px;background:#fbfbfc}.content-loading__table header span{width:92px;height:13px}.content-loading__table header small{display:block;width:210px;height:10px;margin-top:8px}.content-loading__table-row{display:grid;align-items:center;gap:12px;min-height:56px;border-bottom:1px solid #eceef1;padding:0 18px}.content-loading__table-row:last-child{border-bottom:0}.content-loading__table-row--wide{grid-template-columns:70px 126px minmax(170px,1fr) 120px 96px}.content-loading__table-row--audit{grid-template-columns:130px 120px 110px minmax(120px,.9fr) minmax(190px,1.3fr)}.content-loading__table-row--stores{grid-template-columns:42px minmax(180px,1.05fr) minmax(220px,.95fr) 88px;min-height:64px;padding:0 20px}.content-loading__table-row i{width:26px;height:26px;border-radius:6px}.content-loading__table-row span{height:14px}.content-loading__table-row b,.content-loading__table-row strong{height:18px}.content-loading__table-row em{height:24px;border-radius:999px}.content-loading__summary span,.content-loading__summary strong,.content-loading__toolbar span,.content-loading__toolbar strong,.content-loading__card i,.content-loading__card span,.content-loading__card strong,.content-loading__card small,.content-loading__card b,.content-loading__table header span,.content-loading__table header small,.content-loading__table-row i,.content-loading__table-row span,.content-loading__table-row b,.content-loading__table-row strong,.content-loading__table-row em{display:block;overflow:hidden;background:linear-gradient(90deg,#f0f1f3,#fafafa 48%,#f0f1f3);background-size:220% 100%;animation:sales-loading-shimmer 1.15s linear infinite}.content-loading__summary span{width:84px;height:10px;margin-bottom:12px;border-radius:999px}.content-loading__summary strong{width:72px;height:23px;border-radius:999px}.sales-dashboard-grid{display:grid;grid-template-columns:minmax(460px,.95fr) minmax(0,1fr);gap:18px;align-items:start}.sales-dashboard-stack{display:grid;gap:18px}.sales-placeholder-panel{border:1px solid #e6e7ea;border-radius:8px;background:var(--surface-1);box-shadow:0 18px 45px #0000002e}.sales-placeholder-panel h2{margin:0;color:var(--text-1);font-size:.96rem;font-weight:800}.sales-placeholder-panel p{margin:4px 0 0;color:var(--text-3);font-size:.76rem;font-weight:700}.sales-placeholder-panel{min-height:300px;padding:20px}.stores-panel{margin-top:24px;overflow:hidden}.stores-panel--compact{margin-top:0}.stores-panel__status{padding:20px;color:var(--text-2);font-size:.92rem}.stores-panel__status--error{color:#9f1d12}.stores-workspace{display:grid;grid-template-columns:minmax(280px,380px) minmax(0,1fr);gap:16px;align-items:start}.stores-directory,.stores-detail-card{overflow:hidden;border:1px solid #e6e7ea;border-radius:8px;background:var(--surface-1);box-shadow:0 16px 38px #00000029}.stores-directory__header,.stores-detail-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border-bottom:1px solid #e6e7ea;padding:16px 18px}.stores-directory__header h2,.stores-detail-card__header h2{margin:0;color:var(--text-1);font-size:1rem;line-height:1.2}.stores-directory__header p,.stores-detail-card__header p{margin:4px 0 0;color:var(--text-2);font-size:.82rem}.stores-directory__loading,.stores-directory__empty{padding:16px 18px 18px}.stores-directory__loading{display:grid;gap:8px}.stores-directory__list{display:grid;padding:8px 0}.stores-list-item{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:53px;border:0;border-radius:0;padding:0 18px;color:var(--text-2);background:transparent;text-align:left}.stores-list-item:hover,.stores-list-item--active{background:#fffbe5}.stores-list-item__rank{color:var(--text-3);font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:.73rem;font-weight:700}.stores-list-item__main{display:grid;min-width:0;gap:4px}.stores-list-item__main strong{overflow:hidden;color:var(--text-1);font-size:.86rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.stores-list-item__main span{color:var(--text-3);font-size:.72rem;font-weight:700}.stores-list-item__meta{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px}.stores-detail-column{display:grid;gap:16px}.stores-detail-card__header-actions{display:inline-flex;align-items:center;gap:8px}.stores-detail-card__body{padding:18px}.stores-detail-card__empty{padding:20px 18px 22px;color:var(--text-2);font-size:.92rem}.stores-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.stores-detail-field{border:1px solid #eef0f3;border-radius:8px;padding:12px 14px;background:#fafbfc}.stores-detail-field--wide{grid-column:1 / -1}.stores-detail-field>span{display:block;margin-bottom:7px;color:var(--text-3);font-size:.68rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.stores-detail-field>strong{color:var(--text-1);font-size:.88rem;font-weight:700;line-height:1.45}.stores-machine-panel{margin-top:16px;border-top:1px solid #e6e7ea;padding-top:16px}.stores-machine-panel header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.stores-machine-panel__header-actions{display:inline-flex;align-items:center;gap:10px}.stores-machine-panel h3{margin:0;color:var(--text-1);font-size:.92rem;font-weight:800}.stores-machine-panel p{margin:0;color:var(--text-3);font-size:.76rem;font-weight:700}.stores-machine-panel__loading,.stores-machine-panel__empty{color:var(--text-2);font-size:.88rem}.stores-machine-panel__empty--error{color:#9f1d12}.stores-machine-list{display:grid;gap:8px}.stores-machine-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #e6e7ea;border-radius:8px;padding:10px 12px;background:var(--surface-1)}.stores-machine-row__body strong,.stores-machine-row__body span{display:block}.stores-machine-row__body strong{color:var(--text-1);font-size:.84rem;font-weight:800}.stores-machine-row__body span{margin-top:3px;color:var(--text-3);font-size:.74rem}.stores-machine-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #eceef1;margin-top:12px;padding-top:12px}.stores-machine-pagination span{color:var(--text-3);font-size:.76rem;font-weight:700}.stores-machine-pagination div{display:flex;gap:8px}.stores-machine-pagination button{min-height:30px;border-radius:5px;padding:0 10px;color:var(--text-1);background:var(--surface-2);font-size:.74rem;font-weight:800}.stores-machine-pagination button:hover{background:var(--surface-hover)}.stores-machine-pagination button:disabled{cursor:not-allowed;color:var(--text-3);opacity:.62;background:var(--surface-2)}.stores-modal{display:flex;flex-direction:column;width:min(720px,100%);max-height:min(720px,calc(100vh - 48px));overflow:hidden;border:1px solid #e6e7ea;border-radius:8px;background:var(--surface-1);box-shadow:0 28px 80px #00000061}.stores-modal--wide{width:min(920px,100%)}.stores-modal__header,.stores-modal__footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.stores-modal__header{border-bottom:1px solid #e6e7ea;padding:18px 20px 16px}.stores-modal__header p{margin:0 0 5px;color:var(--text-3);font-size:.72rem;font-weight:900;text-transform:uppercase}.stores-modal__header h2{margin:0;color:var(--text-1);font-size:1.1rem;line-height:1.2}.stores-modal__subtitle{display:block;margin-top:6px;color:var(--text-2);font-size:.86rem;line-height:1.4}.stores-modal__close{display:grid;width:32px;height:32px;place-items:center;border-radius:6px;color:var(--text-2);background:transparent}.stores-modal__close:hover{color:var(--text-1);background:var(--surface-2)}.stores-modal__close svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:2.3}.stores-modal__body{flex:1 1 auto;display:flex;flex-direction:column;min-height:0;overflow-y:auto;padding:16px 20px}.stores-modal__note{margin:0 0 14px;color:var(--text-2);font-size:.84rem;line-height:1.4}.stores-modal__footer{flex-shrink:0;border-top:1px solid #e6e7ea;padding:14px 20px 18px;justify-content:flex-end;background:var(--surface-1)}.stores-form{display:grid;gap:12px}.stores-form__grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(180px,.8fr);gap:12px}.stores-form__field{display:grid;gap:6px}.stores-form__field--wide{grid-column:1 / -1}.stores-form__field span{color:var(--text-3);font-size:.66rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.stores-form input,.stores-form textarea{width:100%;min-height:38px;border:1px solid #e6e7ea;border-radius:6px;padding:0 10px;color:var(--text-1);background:var(--surface-1);font:inherit;font-size:.86rem;outline:none}.stores-form textarea{min-height:90px;padding-top:10px;resize:vertical}.stores-form input::placeholder,.stores-form textarea::placeholder{color:var(--text-3)}.stores-form textarea{line-height:1.45}.stores-form input:focus,.stores-form textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #fff6cc}.stores-form__error{grid-column:1 / -1;border:1px solid #f1c4c0;border-radius:6px;margin:0;padding:10px 12px;color:#8a1f17;background:#fff5f4;font-size:.84rem;font-weight:800}.stores-machine-form-list{display:grid;gap:10px;border:1px solid #e6e7ea;border-radius:8px;padding:12px;background:#fafbfc}.stores-machine-form-head{display:grid;grid-template-columns:34px minmax(0,1.2fr) minmax(180px,1fr) minmax(160px,.8fr) 38px;gap:10px;align-items:center;padding:0 0 2px;color:var(--text-3);font-size:.66rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.stores-machine-form-head span:nth-child(1){visibility:hidden}.stores-machine-form-head__add{display:grid;width:34px;height:34px;place-items:center;justify-self:end;align-self:center;border:1px solid #dfba00;border-radius:6px;color:#111;background:var(--accent)}.stores-machine-form-head__add:hover{background:#ffe24d}.stores-machine-form-row{display:grid;grid-template-columns:34px minmax(0,1.2fr) minmax(180px,1fr) minmax(160px,.8fr) 38px;gap:10px;align-items:center;border:0;padding:0;background:transparent}.stores-machine-form-row__index{display:grid;width:34px;height:34px;place-items:center;border-radius:999px;color:#111;background:#fff4b0;font-size:.78rem;font-weight:900}.stores-machine-form-field{display:grid;gap:6px}.stores-machine-form-field span{color:var(--text-3);font-size:.66rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.stores-machine-form-field .sr-only{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;margin:-1px;clip:rect(0,0,0,0);white-space:nowrap}.stores-machine-form-field input{width:100%;min-height:38px;border:1px solid #e6e7ea;border-radius:6px;padding:0 10px;color:var(--text-1);background:var(--surface-1);font:inherit;font-size:.86rem;outline:none}.stores-machine-form-field input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #fff6cc}.stores-machine-form-field--machine{min-width:0}.stores-machine-prefix-input{display:flex;align-items:center;border:1px solid #e6e7ea;border-radius:6px;background:var(--surface-1);overflow:hidden}.stores-machine-prefix-input:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #fff6cc}.stores-machine-prefix-input span{display:grid;min-height:38px;place-items:center;padding:0 10px;color:var(--text-2);background:var(--surface-2);font-size:.8rem;font-weight:900;text-transform:uppercase}.stores-machine-prefix-input input{border:0;border-radius:0;box-shadow:none}.stores-machine-form-row__remove{display:grid;width:34px;height:34px;place-items:center;min-height:34px;border-radius:6px;padding:0;font-size:.82rem;font-weight:900}.stores-machine-form-row__remove{color:var(--text-1);background:var(--surface-2)}.stores-machine-form-row__remove:hover{background:var(--surface-hover)}.stores-machine-form-row__remove:disabled{cursor:not-allowed;opacity:.55}.stores-machine-form-row__remove svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5}.stores-machine-form-head__add svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5}.stores-machine-form-row__actions{display:grid;grid-auto-flow:column;gap:8px;justify-content:end}.stores-machine-form-row__actions{justify-self:end;align-self:center}.stores-machine-form-row+.stores-machine-form-row{border-top:1px solid #eef0f3;padding-top:12px}.stores-form__actions{display:flex;justify-content:flex-end}.product-category-filter{position:relative;flex:0 0 auto;width:min(220px,100%)}.product-toolbar__count{flex:0 0 auto;color:#ffffff9e;font-size:.82rem;font-weight:700}.product-toolbar__actions{display:flex;align-items:center;gap:14px;flex:0 0 auto}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.product-results{display:flex;flex-direction:column;gap:14px}.product-card{position:relative;display:flex;min-height:152px;flex-direction:column;overflow:hidden;border:1px solid #e6e7ea;border-radius:8px;background:var(--surface-1);box-shadow:0 10px 24px #0000001a}.product-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #e6e7ea;border-radius:8px;padding:12px 16px;background:var(--surface-1);box-shadow:0 10px 22px #00000014}.product-pagination span{color:var(--text-3);font-size:.8rem;font-weight:600}.product-pagination div{display:flex;gap:8px}.product-pagination button{min-height:30px;border-radius:5px;padding:0 10px;color:var(--text-1);background:var(--surface-2);font-size:.74rem;font-weight:800}.product-pagination button:hover{background:var(--surface-hover)}.product-pagination button:disabled{cursor:not-allowed;color:var(--text-3);opacity:.62;background:var(--surface-2)}.product-card__edit{position:absolute;top:8px;right:8px;display:grid;width:26px;height:26px;place-items:center;border:1px solid #e6e7ea;border-radius:6px;color:var(--text-2);background:#ffffffeb}.product-card__edit:hover{color:#111;background:#fff6cc}.product-card__edit svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.product-card__header{display:flex;align-items:flex-start;gap:8px;padding:10px 12px 8px}.product-card__identity{padding-right:26px;min-width:0}.product-card__meta{display:flex;align-items:flex-start;gap:8px;margin-bottom:4px;color:var(--text-3);font-size:.74rem}.product-card__brand{display:inline-flex;max-width:100%;min-height:16px;align-items:center;border-radius:3px;padding:2px 6px;overflow:visible;font-size:.65rem;font-weight:900;text-transform:uppercase;white-space:normal;line-height:1.2}.product-card h2{overflow:hidden;margin:0;color:var(--text-1);font-size:.94rem;font-weight:800;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.product-card__identity p{margin:4px 0 0;color:var(--text-3);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.72rem}.product-card__price{display:flex;align-items:baseline;gap:6px;padding:0 12px 6px}.product-card__price span{color:var(--text-3);font-size:.74rem;font-weight:800;text-transform:uppercase}.product-card__price span:last-child{color:var(--text-3);font-weight:600;text-transform:none}.product-card__price strong{color:var(--text-1);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.9rem}.product-card__sizes{display:flex;flex-wrap:wrap;gap:5px;min-height:0;align-content:flex-start;padding:0 12px 8px}.sku-pill{display:inline-flex;min-height:24px;align-items:center;gap:6px;border:1px solid #e6e7ea;border-radius:6px;padding:0 7px;color:var(--text-1);background:var(--surface-1);font-size:.74rem}.sku-pill strong{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;border-top:1px solid #e6e7ea;padding:6px 12px;color:var(--text-3);background:var(--surface-2);font-size:.7rem}.modal-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:24px;background:#0000008f}.sku-modal{width:min(720px,100%);max-height:min(720px,calc(100vh - 48px));overflow:hidden;border:1px solid #e6e7ea;border-radius:8px;background:var(--surface-1);box-shadow:0 28px 80px #00000061}.sku-modal__header,.sku-modal__footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.sku-modal__header{border-bottom:1px solid #e6e7ea;padding:18px 20px}.sku-modal__header p{margin:0 0 5px;color:var(--text-3);font-size:.72rem;font-weight:900;text-transform:uppercase}.sku-modal__header h2{margin:0;color:var(--text-1);font-size:1.1rem;line-height:1.2}.sku-modal__close,.sku-editor__remove{display:grid;place-items:center;border-radius:6px;color:var(--text-2);background:transparent}.sku-modal__close{width:32px;height:32px}.sku-modal__close:hover,.sku-editor__remove:hover{color:var(--text-1);background:var(--surface-2)}.sku-modal__close svg,.sku-editor__remove svg,.sku-editor__add svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:2.3}.sku-modal__body{max-height:calc(100vh - 210px);overflow-y:auto;padding:16px 20px}.sku-editor__head,.sku-editor__row{display:grid;grid-template-columns:minmax(160px,1fr) 150px 150px 36px;gap:10px;align-items:center}.sku-editor__head{margin-bottom:8px;color:var(--text-3);font-size:.68rem;font-weight:900;text-transform:uppercase}.sku-editor__row{margin-bottom:8px}.sku-editor__row input,.sku-editor__code{width:100%;min-height:36px;border:1px solid #e6e7ea;border-radius:6px;padding:0 10px;color:var(--text-1);background:var(--surface-1);font:inherit;font-size:.86rem;outline:none}.sku-editor__code{display:flex;align-items:center;color:var(--text-2);background:var(--surface-2);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.sku-editor__row input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #fff6cc}.sku-editor__row label{display:flex;align-items:center;border:1px solid #e6e7ea;border-radius:6px;background:var(--surface-1)}.sku-editor__row label:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #fff6cc}.sku-editor__row label input{border:0;box-shadow:none}.sku-editor__row label span{padding:0 10px;color:var(--text-3);font-size:.78rem;font-weight:800}.sku-editor__remove{width:36px;height:36px}.sku-editor__add{display:inline-flex;min-height:36px;align-items:center;gap:7px;border:1px dashed #cfd3da;border-radius:6px;margin-top:4px;padding:0 11px;color:var(--text-2);background:var(--surface-1);font-size:.86rem;font-weight:800}.sku-editor__add:hover{color:var(--text-1);background:var(--surface-hover)}.sku-editor__add:disabled,.sku-editor__remove:disabled,.sku-modal__close:disabled{cursor:not-allowed;opacity:.55}.sku-modal__error{border:1px solid #f1c4c0;border-radius:6px;margin:0 0 14px;padding:10px 12px;color:#8a1f17;background:#fff5f4;font-size:.84rem;font-weight:800}.sku-modal__footer{border-top:1px solid #e6e7ea;padding:14px 20px;justify-content:flex-end;background:var(--surface-2)}.confirm-dialog{width:min(420px,100%);border:1px solid #e6e7ea;border-radius:8px;padding:20px;background:var(--surface-1);box-shadow:0 28px 80px #00000061}.confirm-dialog__header h2{margin:0 0 10px;color:var(--text-1);font-size:1.05rem;font-weight:800;letter-spacing:0}.confirm-dialog p{margin:0;color:var(--text-2);font-size:.9rem;line-height:1.5}.confirm-dialog__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.product-form{display:grid;grid-template-columns:minmax(180px,1fr) minmax(140px,180px) 180px;gap:12px;margin-bottom:18px}.product-form label{display:grid;gap:6px}.product-form label span{color:var(--text-3);font-size:.68rem;font-weight:900;text-transform:uppercase}.product-form input{width:100%;min-height:38px;border:1px solid #e6e7ea;border-radius:6px;padding:0 10px;color:var(--text-1);background:var(--surface-1);font:inherit;font-size:.88rem;outline:none}.product-form input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #fff6cc}.integrations-list{display:grid;gap:12px;max-width:640px}.integration-card{appearance:none;display:grid;grid-template-columns:152px minmax(0,1fr);gap:12px;align-items:stretch;width:100%;min-height:188px;border:1px solid #e6e7ea;border-radius:12px;padding:14px;color:inherit;text-align:left;background:var(--surface-1);box-shadow:0 12px 28px #0f11150d}.integration-card:hover{border-color:#d8dadf;box-shadow:0 14px 30px #0f111514}.integration-card:focus-visible{outline:3px solid #fff2a6;outline-offset:2px}.integration-card__logo{display:grid;align-content:center;justify-items:center;gap:8px;border-radius:10px;padding:12px;background:#fff;border:1px solid #eef0f3}.integration-card__logo img{width:100%;max-height:120px;object-fit:contain}.integration-card__body{display:grid;align-content:center;gap:4px;padding:4px 2px 4px 0;min-width:0}.integration-card__body h2{margin:0;color:var(--text-1);font-size:1.02rem;line-height:1.15}.integration-card__body p{margin:0;color:var(--text-2);font-size:.9rem;line-height:1.4}.integration-detail{padding-bottom:48px}.integration-detail__icon{display:grid;width:48px;height:48px;flex:0 0 auto;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:8px;padding:6px;background:#fff}.integration-detail__icon img{width:100%;height:100%;object-fit:contain}.integration-management-grid{display:grid;gap:18px}.integration-table-panel{overflow:visible}.integration-table-panel header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border-bottom:0;margin-bottom:14px;padding:0;background:transparent}.integration-table-panel header p{margin:0 0 5px;color:var(--text-3);font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.integration-table-panel h2{margin:0;color:var(--text-1);font-size:1rem;font-weight:700;letter-spacing:0}.integration-table-panel__controls{display:flex;align-items:flex-end;gap:12px}.integration-table-panel__select{display:grid;gap:4px}.integration-table-wrap{overflow-x:auto;border:1px solid #e6e7ea;border-radius:8px;background:#fff}.integration-table{width:100%;min-width:760px;border-collapse:collapse}.integration-table th,.integration-table td{border-bottom:1px solid #eceef1;padding:12px 16px;text-align:left;vertical-align:middle}.integration-table th{color:var(--text-3);background:#fafbfc;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.integration-table td{max-width:280px;overflow:hidden;color:var(--text-2);font-size:.84rem;text-overflow:ellipsis;white-space:nowrap}.integration-table tbody tr:last-child td{border-bottom:0}.integration-table strong{color:var(--text-1);font-size:.86rem;font-weight:700}.integration-table code{font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:.78rem}.integration-table input{width:100%;min-height:34px;border:1px solid #e6e7ea;border-radius:6px;padding:0 10px;color:var(--text-1);background:var(--surface-1);font:inherit;font-size:.84rem;outline:none}.integration-table input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #fff6cc}.integration-table__input--dirty{border-color:#dfba00;background:#fffbe5;box-shadow:inset 0 0 0 1px #fff1a6}.integration-table__input--dirty:focus{border-color:#d1ae00;box-shadow:0 0 0 3px #fff6cc,inset 0 0 0 1px #fff1a6}.integration-table-empty{padding:22px;color:var(--text-3);font-size:.88rem;text-align:center}.integration-table-note{margin:12px 0 0;color:var(--text-2);font-size:.84rem}.integration-table-note--error{color:#8a1f17}.integration-table-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:760px;border-top:1px solid #eceef1;padding:12px 16px;background:#fff}.integration-table-pagination span{color:var(--text-3);font-size:.76rem;font-weight:700}.integration-table-pagination div{display:flex;align-items:center;gap:8px}.integration-table-pagination button{min-height:30px;border-radius:5px;padding:0 10px;color:var(--text-1);background:var(--surface-2);font-size:.74rem;font-weight:800}.integration-table-pagination button:hover{background:var(--surface-hover)}.integration-table-pagination button:disabled{cursor:not-allowed;color:var(--text-3);opacity:.62;background:var(--surface-2)}.machine-selection-note{margin:-4px 0 16px;color:#ffffff9e;font-size:.84rem}.machine-panel{margin-bottom:48px}.machine-table-wrap{overflow-x:auto}.machine-table{width:100%;min-width:1120px;border-collapse:collapse}.machine-table th,.machine-table td{border-bottom:1px solid #eceef1;padding:14px 16px;text-align:left;vertical-align:middle}.machine-table th{color:var(--text-3);background:#fafbfc;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.machine-table td{color:var(--text-2);font-size:.86rem;font-weight:400}.machine-table tbody tr{cursor:pointer}.machine-table tbody tr:hover,.machine-table tbody tr:focus{background:#fffbe5;outline:none}.machine-table tbody tr:last-child td{border-bottom:0}.machine-table strong,.machine-table span{display:block}.machine-table strong{color:var(--text-1);font-size:.9rem;font-weight:500}.machine-table td>span{margin-top:4px;color:var(--text-3);font-size:.76rem}.machine-table code{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.82rem}.machine-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #eceef1;padding:12px 16px}.machine-pagination span{color:var(--text-3);font-size:.8rem;font-weight:600}.machine-pagination div{display:flex;gap:8px}.machine-pagination button{min-height:30px;border-radius:5px;padding:0 10px;color:var(--text-1);background:var(--surface-2);font-size:.74rem;font-weight:800}.machine-pagination button:hover{background:var(--surface-hover)}.machine-pagination button:disabled{cursor:not-allowed;color:var(--text-3);opacity:.62}.machine-device-id{color:var(--text-1)!important;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:.78rem!important;font-weight:500!important}.machine-last-seen strong,.machine-last-seen span{font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace}.machine-last-seen strong{font-size:.76rem;font-weight:500}.machine-last-seen span{margin-top:3px;font-size:.67rem}.audit-pagination button{min-height:38px;border-radius:6px;padding:0 12px;color:var(--text-1);background:var(--surface-1)}.audit-pagination button:hover{background:var(--surface-hover)}.audit-pagination button:disabled{cursor:not-allowed;color:var(--text-3);opacity:.62}.audit-panel{margin-bottom:48px}.audit-table-wrap{overflow-x:auto}.audit-table{width:100%;min-width:1060px;border-collapse:collapse}.audit-table th,.audit-table td{border-bottom:1px solid #eceef1;padding:13px 16px;text-align:left;vertical-align:middle}.audit-table th{color:var(--text-3);background:#fafbfc;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.audit-table td{max-width:320px;overflow:hidden;color:var(--text-2);font-size:.84rem;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.audit-table tbody tr{cursor:pointer}.audit-table tbody tr:hover,.audit-table tbody tr:focus{background:#fffbe5;outline:none}.audit-table tbody tr:last-child td{border-bottom:0}.audit-table strong{color:var(--text-1);font-size:.86rem;font-weight:600}.audit-table code{font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:.78rem}.audit-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #eceef1;padding:12px 16px}.audit-pagination span{color:var(--text-3);font-size:.8rem;font-weight:600}.audit-pagination div{display:flex;gap:8px}.audit-modal{width:min(820px,100%);max-height:min(820px,calc(100vh - 48px));overflow:auto;border:1px solid #e6e7ea;border-radius:8px;background:var(--surface-1);box-shadow:0 28px 80px #00000061}.audit-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid #e6e7ea;padding:18px 20px}.audit-modal__header p{margin:0 0 5px;color:var(--text-3);font-size:.72rem;font-weight:900;text-transform:uppercase}.audit-modal__header h2{margin:0;color:var(--text-1);font-size:1.1rem;line-height:1.2}.audit-modal__header button{display:grid;width:32px;height:32px;flex:0 0 auto;place-items:center;border-radius:6px;color:var(--text-2);background:transparent}.audit-modal__header button:hover{color:var(--text-1);background:var(--surface-2)}.audit-modal__header svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:2.3}.audit-modal__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:16px 20px}.audit-modal__meta div{min-width:0;border:1px solid #e6e7ea;border-radius:7px;padding:10px 12px;background:#fbfcfd}.audit-modal__meta dt{margin-bottom:5px;color:var(--text-3);font-size:.68rem;font-weight:800;text-transform:uppercase}.audit-modal__meta dd{overflow:hidden;margin:0;color:var(--text-1);font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.audit-modal__section{padding:0 20px 16px}.audit-modal__section h3{margin:0 0 8px;color:var(--text-3);font-size:.72rem;font-weight:900;text-transform:uppercase}.audit-modal__section p,.audit-modal__section pre{margin:0}.audit-modal__section pre{max-height:240px;overflow:auto;border:1px solid #e6e7ea;border-radius:7px;padding:12px;color:var(--text-1);background:#fbfcfd;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:.78rem;line-height:1.5;white-space:pre-wrap}.machine-icon{width:14px;height:14px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.machine-type-cell{display:inline-flex;align-items:center;gap:7px;min-width:130px;color:var(--text-2);font-size:.82rem;font-weight:500}.linked-sizes{display:flex;flex-wrap:wrap;gap:6px;min-width:170px}.linked-sizes>span{display:inline-flex;min-height:22px;align-items:center;gap:6px;border:1px solid #e6e7ea;border-radius:5px;padding:0 6px;color:var(--text-1);background:var(--surface-2);font-size:.7rem}.linked-sizes strong{font-size:inherit;font-weight:500}.linked-sizes em{color:var(--text-2);font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-style:normal;font-size:.68rem}.machine-detail{padding-bottom:48px}.machine-detail__header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px;margin-bottom:20px;color:#fff}.machine-detail__back{display:inline-flex;min-height:34px;align-items:center;justify-content:center;border-radius:6px;padding:0 11px;font-size:.78rem;font-weight:600}.machine-detail__back{gap:6px;color:#ffffffc7;background:#ffffff14}.machine-detail__back:hover{color:#fff;background:#ffffff21}.machine-detail__back svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.machine-detail__identity{display:flex;min-width:0;align-items:center;gap:14px}.machine-detail__icon{display:grid;width:46px;height:46px;flex:0 0 auto;place-items:center;border:1px solid rgba(255,212,0,.34);border-radius:8px;color:#111;background:var(--accent)}.machine-detail__icon .machine-icon{width:24px;height:24px}.machine-detail__identity p,.machine-detail-panel__head p{margin:0 0 5px;color:var(--text-3);font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.machine-detail__identity h1{margin:0;overflow:hidden;color:#fff;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:clamp(1.35rem,2.2vw,2.1rem);font-weight:700;letter-spacing:0;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}.machine-detail__identity span{display:block;margin-top:6px;overflow:hidden;color:#ffffffa3;font-size:.86rem;text-overflow:ellipsis;white-space:nowrap}.machine-detail__summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid #e6e7ea;border-radius:8px;margin-bottom:18px;background:#e6e7ea}.machine-detail__summary>div{min-width:0;padding:15px;background:#fff}.machine-detail__summary>div>span{display:block;margin-bottom:8px;color:var(--text-3);font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.machine-detail__summary>div>strong{display:block;overflow:hidden;color:var(--text-1);font-size:.92rem;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.machine-detail__grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:18px}.machine-detail__main{display:grid;gap:18px}.machine-detail-panel{border:1px solid #e6e7ea;border-radius:8px;background:#fff;box-shadow:0 16px 38px #00000024}.machine-detail-panel{padding:18px}.machine-detail-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}.machine-detail-panel__head h2{margin:0;color:var(--text-1);font-size:1rem;font-weight:700;letter-spacing:0}.machine-detail-panel__head>span{border-radius:999px;padding:5px 8px;color:#6a4f00;background:#fff6cc;font-size:.7rem;font-weight:700;white-space:nowrap}.machine-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.machine-field{display:grid;gap:7px}.machine-field span{color:var(--text-3);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.machine-field input{width:100%;min-height:38px;border:1px solid #dfe2e6;border-radius:6px;padding:0 10px;color:var(--text-1);background:#fff;font:inherit;font-size:.86rem;outline:none}.machine-field input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #fff6cc}.machine-field input[readonly]{color:var(--text-2);background:#f8f9fb;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace}.machine-sku-list{display:grid;gap:8px}.machine-sku-row{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid #e6e7ea;border-radius:7px;padding:11px 12px;background:#fbfcfd}.machine-sku-row input{width:16px;height:16px;accent-color:var(--accent)}.machine-sku-row strong,.machine-sku-row small{display:block}.machine-sku-row strong{color:var(--text-1);font-size:.88rem;font-weight:600}.machine-sku-row small{margin-top:3px;color:var(--text-3);font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:.7rem}.machine-sku-row em{color:var(--text-1);font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:.78rem;font-style:normal;font-weight:600}.machine-detail-empty{margin:0;color:var(--text-2);font-size:.9rem}.auth-card button,.dashboard-issues-panel__actions button,.pagination-controls__button{font-weight:600}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.machine-detail__header{grid-template-columns:1fr}.machine-detail__summary{grid-template-columns:repeat(2,minmax(0,1fr))}.machine-detail__grid{grid-template-columns:1fr}}@media(max-width:960px){.dashboard-workspace{grid-template-columns:1fr;gap:16px}.dashboard-column{gap:16px}.fleet-health-panel__loading-grid,.fleet-health-panel__body{grid-template-columns:1fr}.fleet-health-panel__loading-grid{gap:18px}.fleet-health-panel__loading-grid i{margin:0 auto}.fleet-health-panel__body{gap:18px;padding:22px 22px 24px}.fleet-health-panel__legend-row{gap:12px}.dashboard-issue-feed__item{grid-template-columns:14px minmax(0,1fr);gap:10px 12px}.dashboard-issue-feed__content{gap:6px}.dashboard-issue-feed__entity{flex-wrap:wrap}.dashboard-issue-feed__summary{white-space:normal}.dashboard-issue-feed__age{grid-column:2;margin-top:-2px}.dashboard-issues-pagination{align-items:flex-start;flex-direction:column}}@media(max-width:860px){.top-nav{padding:0 14px}.top-nav__desktop-nav{display:none}.top-nav__menu-toggle{display:inline-grid;margin-left:auto;flex:0 0 auto}.top-nav__drawer{padding:0 14px 14px}.user-menu{margin-left:0}}@media(max-width:900px){.sales-loading__metrics,.sales-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.top-nav{gap:10px}.brand{margin-right:16px}.brand__text small,.user-menu__email{display:none}.app-content{width:min(100% - 24px,1320px);padding-top:24px}.dashboard-issues-panel>.card-header,.fleet-health-panel>.card-header,.dashboard-issues-panel__actions,.issue-modal__header,.issue-modal__footer{align-items:flex-start;flex-direction:column}.dashboard-workspace{grid-template-columns:1fr}.page-hero__actions{width:100%}.fleet-health-panel__loading-grid,.fleet-health-panel__body{grid-template-columns:1fr}.fleet-health-panel__loading-grid i{margin:0 auto}.fleet-health-panel__legend-row{grid-template-columns:minmax(0,1fr) 3ch 4ch}.fleet-health-panel__body{padding:20px 16px 18px}.fleet-health-panel__legend-label{white-space:normal}.issue-modal__meta{grid-template-columns:1fr}.issue-modal__footer{align-items:stretch}.issue-modal__footer .secondary-button,.issue-modal__footer .primary-button{width:100%}.sales-hero-actions .primary-button{display:none}.sales-hero-actions{width:100%;align-items:flex-start;flex-direction:column}.sales-period-control{width:100%;justify-content:flex-start}.sales-period-custom{width:100%;flex-wrap:wrap}.sales-period-custom label{flex:1 1 150px}.sales-period-custom label+label{border-left:0;border-top:1px solid #e6e7ea}.sales-period-custom input{width:100%}.sales-loading__metrics,.sales-dashboard-grid,.content-loading__summary,.content-loading__cards{grid-template-columns:1fr}.content-loading__toolbar{align-items:flex-start;flex-direction:column}.content-loading__toolbar span,.content-loading__toolbar strong{width:100%}.sales-loading__metric:last-child{border-bottom:0}.sales-loading__row{grid-template-columns:22px minmax(0,1fr) minmax(96px,120px)}.integration-card{grid-template-columns:1fr}.integration-table{min-width:680px}.integration-table-panel__controls,.integration-table-pagination{align-items:flex-start;flex-direction:column}.content-loading__table-row,.content-loading__table-row--wide,.content-loading__table-row--audit,.content-loading__table-row--stores{grid-template-columns:26px minmax(0,1fr)}.content-loading__table-row b,.content-loading__table-row strong,.content-loading__table-row em{grid-column:2 / -1}.sales-loading__row em{grid-column:2 / -1;text-align:left;justify-self:start}.product-grid,.stores-workspace,.stores-detail-grid,.stores-form__grid{grid-template-columns:1fr}.stores-modal--wide{width:min(100%,920px)}.stores-machine-form-head{grid-template-columns:34px 1fr auto}.stores-machine-form-head span:nth-child(3),.stores-machine-form-head span:nth-child(4){display:none}.stores-machine-form-row{grid-template-columns:34px 1fr auto}.stores-machine-form-field--machine,.stores-machine-form-field{grid-column:1 / -1}.stores-machine-form-row__remove{justify-self:start}.stores-machine-form-row__actions{justify-self:end}.stores-list-item{grid-template-columns:28px minmax(0,1fr);align-items:center}.stores-list-item__meta{grid-column:2 / -1;justify-content:flex-start}.stores-directory__header,.stores-machine-pagination,.stores-modal__footer{align-items:flex-start;flex-direction:column}.product-category-filter{width:100%}.product-toolbar__actions{justify-content:space-between;width:100%}.stores-panel>.card-header{align-items:flex-start;flex-direction:column}.sku-editor__head{display:none}.sku-editor__row{grid-template-columns:1fr 1fr 36px}.sku-editor__row>input,.sku-editor__code{grid-column:1 / -1}.product-form,.machine-detail__summary,.machine-form-grid{grid-template-columns:1fr}.machine-detail-panel__head{align-items:flex-start;flex-direction:column}.machine-sku-row{grid-template-columns:18px minmax(0,1fr)}.machine-sku-row em{grid-column:2}}:root{--mobile-shell-padding-x: 16px;--mobile-shell-padding-x-tight: 12px;--mobile-stack-gap: 12px;--mobile-touch-target: 44px}.filter-toolbar__search,.filter-toolbar__filters,.filter-toolbar__actions,.page-hero__body,.page-hero__actions,.pagination-controls__summary,.pagination-controls__actions,.user-menu__identity,.user-menu__summary{min-width:0}.issues-card-list{display:none}.issue-card{display:grid;gap:12px;padding:14px;border:1px solid #e6e7ea;border-radius:8px;background:#fff}.issue-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.issue-card__body{min-width:0}.issue-card__body strong{display:block;color:var(--text-1)}.issue-card__body span{display:block;margin-top:3px;color:var(--text-3);font-size:.82rem}.issue-card__meta span{color:var(--text-3);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.issue-card__meta time{margin:0}.issue-card__body{display:grid;gap:10px}.issue-card__meta{display:grid;gap:4px}@media(max-width:1024px){.filter-toolbar,.page-hero,.pagination-controls{gap:var(--mobile-stack-gap)!important}.filter-toolbar{align-items:stretch!important}.filter-toolbar__search,.filter-toolbar__filters,.filter-toolbar__actions,.page-hero__body,.page-hero__actions,.pagination-controls__summary,.pagination-controls__actions{width:100%!important}.filter-toolbar__search,.filter-toolbar__filters,.filter-toolbar__actions{flex:1 1 100%!important}.filter-toolbar__filters,.filter-toolbar__actions,.page-hero__actions{justify-content:flex-start!important}.filter-toolbar__search>*,.filter-toolbar__filters>*,.filter-toolbar__actions>*,.page-hero__actions>*,.pagination-controls__actions>*{min-width:0;max-width:100%}.page-hero{align-items:flex-start!important}.page-hero__actions{flex-wrap:wrap!important}.pagination-controls{align-items:stretch!important}.pagination-controls__summary{text-align:left!important}.pagination-controls__actions{justify-content:space-between!important;gap:var(--mobile-stack-gap)!important}.pagination-controls__button{flex:1 1 0!important;min-width:0}.segmented-control{max-width:100%;overflow-x:auto;scrollbar-width:thin}.segmented-control::-webkit-scrollbar{height:6px}}@media(max-width:860px){.app-shell{min-height:100dvh}.top-nav{padding-left:var(--mobile-shell-padding-x)!important;padding-right:var(--mobile-shell-padding-x)!important}.top-nav__menu-toggle,.user-menu__trigger,.top-tabs--mobile .top-tabs__item,.top-tabs--mobile .top-tabs__menu-item{min-height:var(--mobile-touch-target)}.top-nav__drawer{max-height:calc(100dvh - 96px);overflow-y:auto}.top-tabs--mobile,.top-tabs--mobile .top-tabs__entry,.top-tabs--mobile .top-tabs__menu,.top-tabs--mobile .top-tabs__item,.top-tabs--mobile .top-tabs__menu-item{width:100%}.top-tabs--mobile .top-tabs__item,.top-tabs--mobile .top-tabs__menu-item{white-space:normal}.user-menu{min-width:0}.user-menu__panel{width:min(320px,calc(100vw - (var(--mobile-shell-padding-x) * 2)))!important;max-width:calc(100vw - (var(--mobile-shell-padding-x) * 2))}.app-content{padding-left:var(--mobile-shell-padding-x)!important;padding-right:var(--mobile-shell-padding-x)!important}}@media(max-width:640px){.sales-hero-actions,.sales-error-machine-card__header-actions,.machine-detail__header,.machine-detail-panel__head,.machine-config-syncs__head,.stores-machine-panel header,.stores-machine-panel__header-actions,.stores-modal__footer,.issue-modal__footer,.issues-filters{width:100%}.sales-dashboard-grid,.sales-dashboard-stack,.sales-product-list,.sales-store-list,.sales-error-reasons,.sales-error-machine-card__body,.sales-size-bars,.sales-hour-controls{gap:12px!important}.machine-detail,.machine-detail__main,.machine-detail__grid,.machine-command-sliders,.machine-label-fields{grid-template-columns:1fr!important}.issue-modal__meta{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.issue-modal__meta div{padding:8px 10px!important}.issue-modal__meta dt{font-size:.63rem!important;margin-bottom:4px!important}.issue-modal__meta dd{font-size:.8rem!important}.issue-modal__header{padding:14px 16px!important}.issue-modal__body,.issue-modal__footer{padding:12px 16px!important}.machine-detail__header,.machine-detail-panel__head,.machine-config-syncs__head,.stores-machine-panel header,.stores-machine-panel__header-actions,.stores-modal__footer,.issue-modal__footer,.issues-filters{align-items:stretch!important;flex-direction:column!important;gap:12px!important}.machine-detail__back{justify-self:start}.machine-detail__summary{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1px!important;background:#e6e7ea!important}.machine-detail__summary>div{border-top:0!important;padding:12px 14px!important}.machine-detail__summary>div>span{font-size:.63rem!important;margin-bottom:6px!important}.machine-detail__summary>div>strong{font-size:.88rem!important}.machine-detail__icon{width:40px!important;height:40px!important}.machine-detail__identity{gap:10px!important}.machine-detail__identity h1{font-size:1.25rem!important}.machine-config-sync,.machine-config-sync__meta{grid-template-columns:minmax(0,1fr)!important;gap:10px!important}.machine-config-sync__status,.machine-config-sync__date,.machine-config-sync__actions{justify-self:start!important}.machine-config-sync__actions{width:100%}.machine-toolbar__filters,.machine-command-slider,.stores-machine-panel__header-actions>*,.issues-filters>*{width:100%}.stores-machine-row{align-items:flex-start!important;gap:10px!important}.stores-machine-pagination,.stores-modal__footer,.issue-modal__footer{gap:10px!important}.sales-product-card .sales-product-list .sales-product-row,.sales-store-card .sales-store-list .sales-store-row,.sales-error-card .sales-error-reasons .sales-error-reason-row,.sales-error-machine-card .sales-error-machine-card__body .sales-error-machine-row,.sales-size-card .sales-size-card__body .sales-size-row{grid-template-columns:minmax(0,1fr)!important;gap:10px!important;padding:12px!important}.sales-product-card .sales-product-row__rank,.sales-store-card .sales-store-row__rank,.sales-error-card .sales-error-reason-row__rank{width:24px!important;height:24px!important}.sales-product-card .sales-product-row__name,.sales-store-card .sales-store-row__identity,.sales-error-card .sales-error-reason-row__identity,.sales-error-machine-card .sales-error-machine-row span,.sales-size-card .sales-size-row__label{min-width:0}.sales-product-card .sales-product-row__bar,.sales-store-card .sales-store-row__bar,.sales-error-card .sales-error-reason-row__bar,.sales-error-machine-card .sales-error-machine-row>i,.sales-size-card .sales-size-row__bar{width:100%!important;min-width:0}.sales-product-card .sales-product-row__revenue,.sales-store-card .sales-store-row__fills,.sales-error-card .sales-error-reason-row__count,.sales-error-machine-card .sales-error-machine-row em,.sales-size-card .sales-size-card__body .sales-size-row em{justify-self:start!important;text-align:left!important;transform:none!important}.sales-product-card .sales-product-row__name strong,.sales-store-card .sales-store-row__identity strong,.sales-error-card .sales-error-reason-row__identity strong,.sales-error-machine-card .sales-error-machine-row strong,.sales-error-machine-card .sales-error-machine-row small{white-space:normal!important}.sales-size-card__body{gap:12px!important}.sales-size-pie-wrap{max-width:260px;margin-inline:auto}.sales-hour-controls{align-items:stretch!important}.machine-table-wrap,.dashboard-issues-table-wrap{display:none}.issues-card-list{display:grid}.issues-card-list{gap:0}.dashboard-issues-panel>.card-header{padding:14px 16px 12px!important;gap:8px!important}.dashboard-issue-feed{padding:4px 0 6px!important}.dashboard-issue-feed__item{padding:8px 14px!important;gap:6px 10px!important}.dashboard-issue-feed__content{gap:2px!important}.dashboard-issue-feed__dot{margin-top:4px!important}.dashboard-issue-feed__entity{font-size:.82rem!important}.dashboard-issue-feed__entity strong{font-size:.84rem!important}.dashboard-issue-feed__summary{font-size:.82rem!important;color:var(--text-3)!important}.dashboard-issue-feed__age{font-size:.74rem!important}.issue-card{gap:10px;padding:12px 14px}.issue-card{border:none;border-radius:0;border-bottom:1px solid #e6e7ea;box-shadow:none}.issue-card:last-child{border-bottom:none}.machine-last-seen strong,.machine-last-seen span{font-size:.75rem}.issue-card__header{flex-wrap:wrap}.stores-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.stores-detail-field{padding:10px 12px!important}.stores-detail-field>span{margin-bottom:4px!important;font-size:.65rem!important}.stores-detail-field>strong{font-size:.82rem!important}.stores-list-item{grid-template-columns:20px minmax(0,1fr) auto!important;align-items:center!important;min-height:0!important;padding:10px 14px!important;gap:8px!important}.stores-list-item__meta{grid-column:3!important;grid-row:1!important;justify-content:flex-end!important}.sales-error-machine-card .sales-error-machine-card__body .sales-error-machine-row{grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;gap:4px 10px!important;align-items:start!important}.sales-error-machine-card .sales-error-machine-card__body .sales-error-machine-row>span{grid-column:1;grid-row:1}.sales-error-machine-card .sales-error-machine-card__body .sales-error-machine-row>em{grid-column:2;grid-row:1;align-self:start;justify-self:end!important;text-align:right!important;padding-top:1px;white-space:nowrap}.sales-error-machine-card .sales-error-machine-card__body .sales-error-machine-row>i{grid-column:1 / span 2;grid-row:2;width:100%!important;min-width:0}.sales-error-machine-card .sales-error-machine-card__body .sales-error-machine-row strong,.sales-error-machine-card .sales-error-machine-card__body .sales-error-machine-row small{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}}@media(max-width:560px){.top-nav,.app-content{padding-left:var(--mobile-shell-padding-x-tight)!important;padding-right:var(--mobile-shell-padding-x-tight)!important}.filter-toolbar__actions,.page-hero__actions,.pagination-controls__actions{flex-wrap:wrap!important}.filter-toolbar__actions>*,.page-hero__actions>*,.pagination-controls__actions>*{width:100%}.pagination-controls__button,.primary-button--full,.secondary-button--full{width:100%!important}.primary-button,.secondary-button,.top-tabs--mobile .top-tabs__item,.top-tabs--mobile .top-tabs__menu-item{white-space:normal!important}.primary-button,.secondary-button{min-height:var(--mobile-touch-target);text-align:center}.user-menu__panel{position:fixed!important;top:68px!important;left:var(--mobile-shell-padding-x-tight)!important;right:var(--mobile-shell-padding-x-tight)!important;z-index:51!important;width:auto!important;max-width:none;max-height:calc(100dvh - 80px);overflow-y:auto}.sales-loading__metrics,.sales-dashboard-grid{gap:12px!important}}@media(max-width:720px){.stores-form{grid-template-columns:1fr!important}.stores-modal,.stores-modal--wide{width:min(100%,calc(100vw - 24px))!important}.stores-modal__body{gap:16px!important}.stores-machine-form-head{display:none!important}.stores-machine-form-list{gap:12px!important}.stores-machine-form-row{background:#f8f9fb;border:1px solid #e6e7ea;border-radius:10px;gap:10px!important;grid-template-columns:1fr!important;padding:14px!important}.stores-machine-form-row__index,.stores-machine-form-row__actions{grid-row:auto!important}.stores-machine-form-row__actions{justify-self:end}.stores-machine-form-field,.stores-machine-form-field--machine,.stores-machine-prefix-input{width:100%}}@media(max-width:560px){.stores-modal__header{align-items:flex-start!important}.stores-modal__footer{align-items:stretch!important;flex-direction:column-reverse!important}.stores-modal__footer>*{width:100%}}
