.sheet-row{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-logo);border-radius:16px;grid-template-columns:52px 1fr;align-items:center;gap:12px;padding:11px;display:grid}.sheet-thumb{background:var(--canvas-bg);border:1px solid var(--color-border);border-radius:5px;width:52px;height:73px;overflow:hidden}.sheet-thumb img{object-fit:contain;width:100%;height:100%}.sheet-body{gap:8px;min-width:0;display:grid}.sheet-top{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.sheet-info{gap:2px;min-width:0;display:grid}.sheet-info strong{font-size:14px;font-weight:800}.sheet-sub{color:var(--color-text-muted);font-size:11px}.sheet-delete{background:var(--color-surface-muted);width:26px;height:26px;color:var(--color-brand);cursor:pointer;border:0;border-radius:7px;flex:none;place-items:center;display:grid}.sheet-delete svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.sheet-bottom{justify-content:space-between;align-items:center;gap:8px;display:flex}.sheet-price{text-align:end}.sheet-line{color:var(--color-text);font-size:14px;font-weight:800}.sheet-unit{color:var(--color-text-muted);font-size:10.5px}.cart-screen.cart-screen{padding-bottom:92px}.cart-list{gap:.85rem;display:grid}.cart-empty{text-align:center;flex-direction:column;align-items:center;gap:.8rem;padding:2.5rem 1.25rem;display:flex}.cart-empty-icon{background:var(--color-surface-muted);border:1.5px dashed var(--color-border);width:78px;height:78px;color:var(--color-brand);border-radius:50%;justify-content:center;align-items:center;display:flex}.cart-empty-icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:34px;height:34px}.cart-empty h2{margin:0;font-size:1.15rem;font-weight:800}.cart-empty .muted{max-width:16rem;line-height:1.55}.cart-empty-cta{width:100%;max-width:16rem;margin-top:.4rem}.cart-bar{inset-inline:0;z-index:20;background:var(--color-surface);border-top:1px solid var(--color-border-soft);padding:11px 16px calc(13px + env(safe-area-inset-bottom));align-items:center;gap:12px;display:flex;position:fixed;bottom:0}.cart-bar-total{flex-direction:column;line-height:1.2;display:flex}.cart-bar-total span{color:var(--color-text-muted);font-size:11px;font-weight:600}.cart-bar-total strong{font-size:18px;font-weight:800}.cart-bar-cta{background:var(--color-brand);color:var(--color-on-brand);box-shadow:var(--shadow-logo);border-radius:13px;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:14.5px;font-weight:800;text-decoration:none;display:inline-flex}.cart-bar-cta svg{fill:none;stroke:currentColor;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}
