html,body{width:100%;height:100%;overflow:hidden}body{display:grid;place-items:start center}.smt-shell{width:min(100vw,var(--mf-smt-width));height:min(100vh,var(--mf-smt-height));display:grid;grid-template-rows:var(--mf-smt-header-height) minmax(0,1fr) var(--mf-smt-nav-height);background:var(--mf-color-bg);overflow:hidden}.smt-header{display:flex;align-items:center;justify-content:space-between;padding:0 var(--mf-space-4);background:var(--mf-color-surface);border-bottom:1px solid var(--mf-color-line)}.smt-brand,.smt-header-context,.smt-operation{display:flex;align-items:center}.smt-brand{gap:var(--mf-space-2)}.smt-brand-mark{width:36px;height:36px;display:grid;place-items:center;border-radius:999px;background:var(--mf-color-brand);color:#fff;font-weight:900}.smt-brand strong{color:var(--mf-color-brand);font-size:20px}.smt-header-context{gap:8px}.smt-terminal,.smt-operation,.smt-clock{min-height:36px;display:inline-flex;align-items:center;padding:0 12px;border:1px solid var(--mf-color-line);border-radius:999px;background:#fff;font-size:14px;font-weight:800}.smt-terminal{background:var(--mf-color-brand-soft);color:var(--mf-color-brand)}.smt-operation{gap:8px}.smt-operation i{width:9px;height:9px;border-radius:999px;background:var(--mf-color-success)}.smt-workspace{min-width:0;min-height:0;overflow:hidden}.smt-order{height:100%;display:grid;grid-template-columns:148px minmax(0,1fr) 360px;gap:12px;padding:12px}.smt-categories,.smt-products,.smt-cart{min-width:0;min-height:0;border:1px solid var(--mf-color-line);border-radius:16px;background:#fff;overflow:hidden}.smt-categories{padding:10px}.smt-categories>div{display:grid;gap:8px}.smt-category{min-height:52px;padding:0 14px;border-radius:12px;background:var(--mf-color-bg);color:var(--mf-color-muted);font-weight:900;text-align:left}.smt-category.is-active{background:var(--mf-color-brand);color:#fff}.smt-products{display:grid;grid-template-rows:auto minmax(0,1fr)}.smt-section-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--mf-color-line)}.smt-section-header p,.smt-section-header h1{margin:0}.smt-section-header p{color:var(--mf-color-brand);font-size:12px;font-weight:900}.smt-section-header h1{margin-top:3px;font-size:24px}.smt-section-header>span{padding:8px 12px;border-radius:999px;background:#fff7cc;color:#6d5700;font-size:12px;font-weight:900}.smt-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:12px;overflow-y:auto}.smt-product-card{min-height:150px;display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:14px;border:1px solid var(--mf-color-line);border-radius:14px;background:#fff;text-align:left}.smt-product-card:active{background:var(--mf-color-brand-soft)}.smt-product-card .badge{padding:5px 8px;border-radius:999px;background:var(--mf-color-brand-soft);color:var(--mf-color-brand);font-size:11px;font-weight:900}.smt-product-card strong{font-size:17px}.smt-product-card small{color:var(--mf-color-muted);line-height:1.4}.smt-product-card b{margin-top:auto;font-size:24px;color:var(--mf-color-brand)}.smt-cart{display:grid;grid-template-rows:auto minmax(0,1fr) auto}.smt-cart>header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--mf-color-line)}.smt-cart p,.smt-cart h2{margin:0}.smt-cart header p{color:var(--mf-color-muted);font-size:12px;font-weight:800}.smt-cart h2{margin-top:2px;font-size:22px}.smt-cart header button{min-height:36px;padding:0 12px;border-radius:10px;background:var(--mf-color-bg);font-weight:800}.smt-cart-items{padding:10px;overflow-y:auto}.smt-empty{display:grid;place-items:center;height:100%;color:var(--mf-color-muted)}.smt-cart-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:12px 8px;border-bottom:1px solid var(--mf-color-line)}.smt-cart-row strong,.smt-cart-row small{display:block}.smt-cart-row small{margin-top:4px;color:var(--mf-color-muted)}.smt-qty{display:grid;grid-template-columns:36px 30px 36px;align-items:center;text-align:center}.smt-qty button{min-width:36px;min-height:36px;border-radius:10px;background:var(--mf-color-brand-soft);color:var(--mf-color-brand);font-size:20px;font-weight:900}.smt-cart>footer{display:grid;gap:10px;padding:12px;border-top:1px solid var(--mf-color-line)}.smt-cart>footer>div{display:flex;align-items:center;justify-content:space-between}.smt-cart>footer>div>strong{font-size:28px;color:var(--mf-color-brand)}#checkout-button{min-height:50px;border-radius:14px;background:var(--mf-color-brand);color:#fff;font-weight:900}#navigation-slot{min-width:0;min-height:0}.smt-navigation{height:var(--mf-smt-nav-height);grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding:8px 16px}.smt-navigation .mf-navigation__item{min-height:48px;grid-template-columns:28px auto;grid-template-rows:1fr;place-content:center;align-items:center;gap:8px;padding:0 12px;border-radius:999px}@media(width:1280px) and (height:800px){.smt-shell{width:1280px;height:800px}}
