.sz-mm{--mm-ink:var(--rd-head,#edf6ec);--mm-muted:var(--rd-body,#abc4b7);--mm-panel:var(--rd-glass,#102c25);--mm-line:var(--rd-border-hover,#345447);--mm-accent:var(--rd-accent,#96dfac);max-width:1240px;margin:auto;padding:32px 24px 60px;color:var(--mm-ink);font:14px/1.6 var(--rd-sans, sans-serif)}.sz-mm *{box-sizing:border-box}.sz-mm button{font:inherit;color:inherit;cursor:pointer;touch-action:manipulation}.sz-mm button:disabled{opacity:.45;cursor:default}.sz-mm button:focus-visible,.sz-mm a:focus-visible{outline:3px solid var(--mm-accent);outline-offset:3px}.sz-mm__heading h1{font:clamp(30px,4vw,48px)/1.2 var(--rd-serif,serif);margin:8px 0}.sz-mm__heading p{margin:8px 0;color:var(--mm-muted)}.sz-mm__eyebrow{font-size:11px;letter-spacing:2px;text-transform:uppercase}.sz-mm h2{font:24px/1.2 var(--rd-serif,serif);margin:0 0 12px}.sz-mm h3{font-size:12px;margin:0;line-height:1.4}.sz-mm__button{background:transparent;border:1px solid var(--mm-line);border-radius:9px;padding:9px 13px}.sz-mm__button--primary{background:var(--rd-green,#35a862);color:var(--rd-on-green,#04130a)!important;border:0;border-radius:25px;font-weight:700;padding:12px 20px}.sz-mm__paths{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:24px 0}.sz-mm__path{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:10px;padding:24px;border:1px solid var(--mm-line);border-radius:14px;background:var(--mm-panel);min-height:145px}.sz-mm__path strong{color:var(--mm-accent)}.sz-mm__small{font-size:11px;color:var(--mm-muted)}.sz-mm__tabs,.sz-mm__actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin:15px 0}.sz-mm__tabs [aria-pressed=true]{background:var(--mm-accent);color:var(--rd-page-color,#082418)}.sz-mm__rules{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.sz-mm__rules span{font-size:11px;border:1px solid var(--mm-line);padding:5px 10px;border-radius:20px}.sz-mm__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.sz-mm__card{border:1px solid var(--mm-line);border-radius:10px;overflow:hidden;background:var(--mm-panel)}.sz-mm__card.is-selected{border-color:var(--mm-accent)}.sz-mm__photo{width:100%;height:100px;object-fit:cover;display:block;background:var(--mm-panel)}.sz-mm__card-body{padding:10px}.sz-mm__name{min-height:52px;overflow-wrap:anywhere}.sz-mm__price{font-weight:700;font-size:13px;margin:5px 0}.sz-mm__qty{display:flex;justify-content:space-between;align-items:center;border:1px solid var(--mm-line);border-radius:7px;margin-top:7px}.sz-mm__qty button{height:34px;width:32px;border:0;background:none}.sz-mm__choose{width:100%;font-size:11px!important;padding:8px 4px;color:var(--mm-accent)!important}.sz-mm__tray{border:1px solid var(--mm-line);border-radius:13px;padding:13px;margin:18px 0;background:var(--mm-panel)}.sz-mm__tray-head{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:12px}.sz-mm__tray-head button{padding:6px 12px}.sz-mm__rail{display:flex;gap:9px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;padding:10px 0;scrollbar-width:thin}.sz-mm__tile{flex:0 0 145px;scroll-snap-align:start;border:1px solid var(--mm-line);border-radius:9px;padding:10px;min-height:120px;position:relative}.sz-mm__tile>img{width:36px;height:36px;object-fit:cover;border-radius:50%;margin-bottom:7px}.sz-mm__tile button[data-remove-group]{position:absolute;right:5px;top:5px;border:0;background:transparent;min-height:30px;min-width:30px}.sz-mm__tile h3{min-height:32px}.sz-mm__tile.is-ready{border-color:var(--mm-accent)}.sz-mm__empty{border-style:dashed;display:grid;place-items:center;color:var(--mm-muted)}.sz-mm__grade{grid-column:1/-1;width:100%;max-width:620px;justify-self:center;border:1px solid var(--mm-accent);border-radius:12px;padding:12px;background:var(--mm-panel)}.sz-mm__grade-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.sz-mm__grade-head h2{font-size:18px;margin:0}.sz-mm__grades{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:10px 0}.sz-mm__grade-item{padding:10px;border:1px solid var(--mm-line);border-radius:9px}.sz-mm__grade-foot{display:flex;justify-content:space-between;align-items:center;gap:10px}.sz-mm__dock{position:sticky;bottom:calc(80px + env(safe-area-inset-bottom,0px));background:var(--rd-m-card,#0b110b);color:var(--mm-ink);border:1px solid var(--mm-line);border-radius:12px;padding:13px 16px;display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:20px;z-index:4}.sz-mm__summary{border:1px solid var(--mm-line);padding:20px;border-radius:12px;max-width:720px;margin:20px 0}.sz-mm__line{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--mm-line);padding:12px 0}.sz-mm__line .sz-mm__qty{min-width:115px}.sz-mm__total{display:flex;justify-content:space-between;margin:14px 0;gap:15px}.sz-mm__money{white-space:nowrap}.sz-mm details{font-size:11px;color:var(--mm-muted);margin:10px 0}.sz-mm summary{cursor:pointer;color:var(--mm-accent)}.sz-mm [hidden]{display:none!important}@media(max-width:1000px){.sz-mm__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:600px){.sz-mm{padding:22px 14px 35px}.sz-mm__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.sz-mm__photo{height:82px}.sz-mm__card-body{padding:8px}.sz-mm__name{min-height:68px;font-size:11px!important}.sz-mm__paths{gap:10px}.sz-mm__path{padding:16px}.sz-mm__path h2{font-size:20px}.sz-mm__dock{padding:10px}.sz-mm__dock .sz-mm__button{font-size:12px}.sz-mm__grade{padding:10px}.sz-mm__line{gap:10px}.sz-mm__line h3{max-width:170px}}@media(max-width:360px){.sz-mm__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
