:root{--mc-bg: #f4f4f5;--mc-surface: #ffffff;--mc-sidebar: #ffffff;--mc-sidebar-border: #e4e4e7;--mc-primary: #0d9488;--mc-primary-hover: #0f766e;--mc-primary-soft: #ccfbf1;--mc-money: #059669;--mc-text: #18181b;--mc-text-secondary: #52525b;--mc-muted: #a1a1aa;--mc-border: #e4e4e7;--mc-radius: 12px;--mc-radius-sm: 8px;--mc-shadow-sm: 0 1px 2px rgba(24, 24, 27, .04);--mc-font: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--el-color-primary: #0d9488;--el-color-primary-dark-2: #0f766e;--el-border-radius-base: 8px}*{box-sizing:border-box}body{margin:0;font-family:var(--mc-font);background:var(--mc-bg);color:var(--mc-text);-webkit-font-smoothing:antialiased;line-height:1.5}a{color:var(--mc-primary);text-decoration:none}a:hover{color:var(--mc-primary-hover)}.mc-shell{display:flex;min-height:100vh;--el-component-size: 40px;--el-input-inner-height: 38px}.mc-side{width:220px;background:var(--mc-sidebar);border-right:1px solid var(--mc-sidebar-border);display:flex;flex-direction:column;flex-shrink:0;position:sticky;top:0;height:100vh}.mc-brand{display:flex;align-items:center;gap:12px;padding:20px 16px 14px}.mc-brand-mark{width:36px;height:36px;border-radius:var(--mc-radius-sm);display:flex;align-items:center;justify-content:center;background:var(--mc-primary-soft);color:var(--mc-primary);font-size:18px}.mc-brand-avatar{width:36px;height:36px;border-radius:var(--mc-radius-sm);object-fit:cover;flex-shrink:0}.mc-brand strong{display:block;font-size:14px;font-weight:600;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mc-brand em{display:block;font-size:11px;color:var(--mc-muted);font-style:normal;font-weight:500;text-transform:uppercase;letter-spacing:.06em;margin-top:2px}.mc-nav{flex:1;padding:8px 10px;overflow-y:auto}.mc-nav a{display:flex;align-items:center;gap:10px;padding:9px 12px;margin-bottom:2px;border-radius:var(--mc-radius-sm);color:var(--mc-text-secondary);font-size:14px;font-weight:500}.mc-nav a:hover{background:#f4f4f5;color:var(--mc-text)}.mc-nav a.on{background:var(--mc-primary-soft);color:var(--mc-primary);font-weight:600}.mc-nav-divider{height:1px;background:var(--mc-border);margin:10px 8px}.mc-side-foot{padding:12px 10px 16px;border-top:1px solid var(--mc-border)}.mc-side-foot a{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:var(--mc-radius-sm);color:var(--mc-text-secondary);font-size:13px}.mc-side-foot a.danger{color:#dc2626}.mc-side-guest-link{margin-bottom:6px;font-weight:600}.mc-side-guest-link--primary{color:#2563eb!important;background:#eff6ff}.mc-main{flex:1;min-width:0;display:flex;flex-direction:column}.mc-mob-header{display:none;align-items:center;gap:4px;padding:0 8px;height:48px;background:var(--mc-surface);border-bottom:1px solid var(--mc-border);position:sticky;top:0;z-index:20;flex-shrink:0}.mc-mob-btn{width:40px;height:40px;border:0;background:transparent;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;color:var(--mc-text);font-size:20px;cursor:pointer;flex-shrink:0}.mc-mob-btn:active{background:#f4f4f5}.mc-mob-btn--spacer{pointer-events:none;visibility:hidden}.mc-mob-title{flex:1;margin:0;font-size:16px;font-weight:600;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mc-top{display:flex;align-items:center;justify-content:space-between;padding:20px 28px 12px;background:var(--mc-bg);position:sticky;top:0;z-index:10}.mc-page-title{margin:0;font-size:22px;font-weight:700;letter-spacing:-.02em}.mc-top-actions{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-left:auto}.mc-top-actions--only{width:100%;justify-content:flex-end}.mc-top--flush{padding:8px 16px;min-height:0;background:var(--mc-surface);border-bottom:1px solid var(--mc-border)}.mc-mob-header__actions{display:flex;align-items:center;flex-shrink:0}.mc-notify-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;border-radius:8px;background:transparent;color:var(--mc-text);font-size:20px;text-decoration:none;cursor:pointer;flex-shrink:0}.mc-notify-btn:active,.mc-notify-btn:hover{background:#f4f4f5;color:var(--mc-text)}.mc-notify-btn--desktop{color:var(--mc-muted)}.mc-notify-btn--desktop:hover{color:var(--mc-primary)}.mc-notify-btn__badge{position:absolute;top:4px;right:2px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#ef4444;color:#fff;font-size:10px;font-style:normal;line-height:16px;text-align:center;font-weight:700;pointer-events:none}.mc-notify-list{list-style:none;margin:0;padding:0}.mc-notify-item+.mc-notify-item{border-top:1px solid var(--mc-border)}.mc-notify-item__btn{display:block;width:100%;padding:14px 4px;border:0;background:transparent;text-align:left;cursor:pointer}.mc-notify-item__btn:hover{background:#fafafa}.mc-notify-item.is-unread .mc-notify-item__title{font-weight:700}.mc-notify-item__title{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--mc-text)}.mc-notify-item__dot{width:8px;height:8px;border-radius:50%;background:#ef4444;flex-shrink:0}.mc-notify-item__body{display:block;margin-top:4px;font-size:13px;color:var(--mc-muted);line-height:1.45}.mc-notify-item__time{display:block;margin-top:6px;font-size:12px;color:#a1a1aa}.mc-content{flex:1;padding:0 28px 40px;min-width:0;max-width:100%;box-sizing:border-box}.mc-box{background:var(--mc-surface);border:1px solid var(--mc-border);border-radius:var(--mc-radius);padding:22px 24px;box-shadow:var(--mc-shadow-sm);min-width:0;max-width:100%;box-sizing:border-box}.mc-box h3{margin:0 0 18px;font-size:16px;font-weight:600}.mc-menu-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.mc-menu-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px 8px;border-radius:var(--mc-radius-sm);border:1px solid var(--mc-border);background:#fafafa;color:var(--mc-text);text-decoration:none;font-size:12px;text-align:center;line-height:1.3;transition:background .15s,border-color .15s,color .15s}.mc-menu-item:hover,.mc-menu-item.router-link-active{background:var(--mc-primary-soft);border-color:#99f6e4;color:var(--mc-primary)}.mc-menu-item__icon{width:40px;height:40px;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--mc-primary);box-shadow:var(--mc-shadow-sm)}.mc-menu-item__label{display:block;word-break:break-word}.mc-setting-list{display:flex;flex-direction:column;margin-top:8px;border:1px solid var(--mc-border);border-radius:var(--mc-radius-sm);overflow:hidden;background:#fff}.mc-setting-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;width:100%;max-width:100%;margin:0;padding:14px 16px;border:0;border-bottom:1px solid var(--mc-border);background:#fff;text-align:left;font:inherit;cursor:pointer;color:var(--mc-text);box-sizing:border-box}.mc-setting-row:last-child{border-bottom:0}.mc-setting-row:hover{background:#fafafa}.mc-setting-row:active{background:#f4f4f5}.mc-setting-row__label{font-size:14px;font-weight:600}.mc-setting-row__val{font-size:13px;color:var(--mc-primary);font-weight:600;white-space:nowrap}.mc-setting-row__val.muted{color:var(--mc-muted);font-weight:500}.mc-setting-row__act{font-size:13px;color:var(--mc-text-secondary);white-space:nowrap}.mc-addr__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.mc-addr__head h3{margin:0}.mc-addr__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px}.mc-addr__list>*{min-width:0}.mc-addr__card{border:1px solid var(--mc-border);border-radius:var(--mc-radius-sm);padding:14px 16px;background:#fff}.mc-addr__card.is-default{border-color:#99f6e4;background:#f0fdfa}.mc-addr__card-top{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:6px}.mc-addr__card-act{margin-left:auto}.mc-wallet-preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}.mc-wallet-preview-grid>*{min-width:0}.mc-field-preview{box-sizing:border-box;width:100%;min-height:40px;padding:10px 14px;border-radius:var(--mc-radius-sm, 8px);background:#f4f4f5;border:1px solid #e4e4e7;color:#71717a;font-size:14px;line-height:1.45;word-break:break-all;cursor:default;-webkit-user-select:text;user-select:text;pointer-events:none}.mc-field-preview--addr{min-height:64px;font-size:13px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;line-height:1.5;color:#52525b}.mc-wallet-arrow{text-align:center;color:#a1a1aa;font-size:18px;line-height:1;margin:4px 0 12px}.mc-addr__badge{font-size:11px;font-weight:600;color:var(--mc-primary);background:var(--mc-primary-soft);padding:2px 8px;border-radius:999px}.mc-addr__line{margin:0;font-size:13px;line-height:1.45;color:var(--mc-text);word-break:break-word}.mc-addr__email{margin:4px 0 0;font-size:12px}.mc-addr__actions{display:flex;flex-wrap:wrap;gap:4px;margin-top:10px}.mc-addr-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 12px;width:100%;max-width:100%}.mc-addr-form-grid>*{min-width:0}.mc-addr-form-span{grid-column:1 / -1}.mc-addr-form .el-form-item{margin-bottom:14px}.mc-addr-form .el-form-item__label{margin-bottom:4px!important;line-height:1.3;font-size:13px}.mc-addr-form .el-form-item__content,.mc-addr-form .el-input,.mc-addr-form .el-textarea{width:100%;max-width:100%}.mc-addr-form-check{margin-bottom:4px!important}.mc-addr-drawer .el-drawer__body{display:flex;flex-direction:column;padding:0;overflow:hidden}.mc-addr-drawer__body{flex:1;min-height:0;overflow-y:auto;padding:8px 16px 12px;-webkit-overflow-scrolling:touch}.mc-addr-drawer__foot{flex-shrink:0;display:flex;gap:10px;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--mc-border);background:#fff}.mc-addr-drawer__btn{flex:1;height:42px;margin:0!important}@media(max-width:900px){.mc-addr__list{grid-template-columns:1fr}.mc-addr__head{flex-direction:row;align-items:center;justify-content:space-between;gap:8px}.mc-addr__head h3{flex:1;min-width:0}.mc-addr__head .el-button{flex-shrink:0}.mc-addr-drawer.el-drawer.btt{border-radius:16px 16px 0 0;overflow:hidden}.mc-addr-drawer .el-drawer__header{margin-bottom:0;padding:14px 16px 10px}.mc-addr-form-grid{grid-template-columns:1fr;gap:0}.mc-addr-form .el-form-item{margin-bottom:12px}}@media(min-width:901px){.mc-addr-drawer .el-drawer__body{height:100%}}.mc-dash{display:flex;flex-direction:column;gap:0}.mc-dash-hero{background:linear-gradient(145deg,#0f766e,#0d9488 48%,#14b8a6);color:#fff;border-radius:var(--mc-radius);padding:20px 18px 18px;margin-bottom:16px;box-shadow:0 8px 24px #0d948838}.mc-dash-hero__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:18px}.mc-dash-hero__user{display:flex;align-items:center;gap:12px;min-width:0}.mc-dash-hero__lang{flex-shrink:0;display:inline-flex;align-items:center;gap:4px;margin:2px 0 0;padding:6px 12px;border:0;border-radius:999px;background:#ffffff2e;color:#fff;font:inherit;font-size:12px;font-weight:600;line-height:1.2;cursor:pointer;white-space:nowrap}.mc-dash-hero__lang:hover,.mc-dash-hero__lang:focus-visible{background:#ffffff42;outline:none}.mc-dash-hero__lang:active{background:#ffffff52}.mc-dash-hero__lang .el-icon{font-size:12px;opacity:.9}.mc-dash-hero__avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.35);flex-shrink:0}.mc-dash-hero__avatar--ph{display:inline-flex;align-items:center;justify-content:center;background:#fff3;font-size:18px;font-weight:700}.mc-dash-hero__meta{display:flex;flex-direction:column;gap:6px;min-width:0}.mc-dash-hero__meta strong{font-size:17px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mc-dash-hero__badge{align-self:center;padding:2px 10px;border-radius:999px;background:#ffffff2e;font-size:11px;font-weight:600;flex-shrink:0;white-space:nowrap}.mc-dash-hero__level-row{display:flex;align-items:center;gap:10px;min-width:0;width:100%;max-width:360px}.mc-dash-hero__exp{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.mc-dash-hero__exp-label{flex-shrink:0;font-size:10px;font-weight:600;opacity:.78;letter-spacing:.04em}.mc-dash-hero__exp-bar{flex:1;min-width:88px;height:8px;border-radius:999px;background:#ffffff38;overflow:hidden}.mc-dash-hero__exp-bar>i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#fde68a,#fbbf24);transition:width .35s ease}.mc-dash-hero__exp-text{flex-shrink:0;font-size:11px;font-weight:600;opacity:.92;white-space:nowrap;letter-spacing:.02em}.mc-dash-hero__balance{margin-bottom:16px}.mc-dash-hero__label{display:block;font-size:12px;opacity:.85;margin-bottom:4px}.mc-dash-hero__amount{display:block;font-size:32px;font-weight:700;letter-spacing:-.02em;line-height:1.1}.mc-dash-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:16px}.mc-dash-hero__stat{background:#ffffff1f;border-radius:10px;padding:10px 8px;text-align:center}.mc-dash-hero__stat em{display:block;font-style:normal;font-size:10px;opacity:.8;margin-bottom:4px;line-height:1.25}.mc-dash-hero__stat strong{display:block;font-size:14px;font-weight:700}.mc-dash-hero__pending{display:block;margin-top:2px;font-size:11px;color:#b45309;font-style:normal}.mc-points-tasks{list-style:none;margin:12px 0 0;padding:0}.mc-points-task{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #eef2f7}.mc-points-task:last-child{border-bottom:0}.mc-points-task__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.mc-points-task__pts{font-weight:700;color:#0f766e;white-space:nowrap}.mc-points-task__st{font-size:12px;color:#64748b;white-space:nowrap}.mc-points-task.done .mc-points-task__st{color:#16a34a}.mc-points-task.done{opacity:.72}.mc-dash-hero__actions{display:flex;gap:10px}.mc-dash-hero__cta{display:flex;align-items:center;justify-content:center;gap:6px;flex:1;min-width:0;padding:12px;border-radius:10px;background:#fff;color:#0f766e;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .15s}.mc-dash-hero__cta:hover{opacity:.92;color:#0f766e}.mc-dash-hero__cta--alt{background:#ffffff2e;color:#fff;border:1px solid rgba(255,255,255,.42)}.mc-dash-hero__cta--alt:hover{color:#fff;opacity:.92}.mc-dash-hero__cs{margin:12px 0 0;font-size:11px;opacity:.85;line-height:1.4;word-break:break-all}.mc-dash-menu{padding:0;margin-bottom:8px}@media(max-width:900px){.mc-dash-menu{margin-bottom:8px;padding-bottom:8px}}.mc-dash-cs{margin-bottom:16px;padding-top:0}.mc-dash-cs__tabs{display:flex;gap:0;margin:0 -24px 16px;padding:0 8px;border-bottom:1px solid var(--mc-border)}.mc-dash-cs__tab{flex:1;border:0;background:transparent;padding:14px 8px 12px;font-size:14px;font-weight:500;color:#64748b;cursor:pointer;position:relative;white-space:nowrap}.mc-dash-cs__tab.on{color:var(--mc-primary);font-weight:600}.mc-dash-cs__tab.on:after{content:"";position:absolute;left:16%;right:16%;bottom:0;height:2px;border-radius:2px 2px 0 0;background:var(--mc-primary)}.mc-dash-cs__panel{min-height:120px}.mc-dash-cs__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.mc-dash-cs__grid .mc-cs-card{border:1px solid var(--mc-border);box-shadow:none;margin:0;height:100%}.mc-dash-cs__faq-item{border:1px solid var(--mc-border);border-radius:var(--mc-radius-sm);background:#fff;overflow:hidden}.mc-dash-cs__faq-item .mc-acc__head{width:100%;padding:14px 16px}.mc-dash-cs__faq-item .mc-acc__body{padding:0 16px 14px}.mc-dash-cs__form{max-width:none}.mc-dash-cs__form--grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px;align-items:start}.mc-dash-cs__form--grid>.el-form-item{margin-bottom:18px}.mc-dash-cs__form--grid .mc-dash-cs__form-span{grid-column:1 / -1}.mc-dash-cs__submit{border:0;cursor:pointer;height:42px;padding:0 22px;margin-top:4px;font-size:14px}.mc-dash-cs__btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 14px;border-radius:8px;background:var(--mc-primary);color:#fff;font-size:13px;font-weight:600;text-decoration:none}.mc-dash-cs__btn:hover{color:#fff;opacity:.92}@media(max-width:900px){.mc-dash-cs{display:none!important}.mc-dash-cs__tabs{margin:0 -14px 12px}.mc-dash-cs__tab{font-size:13px;padding:12px 4px 10px}.mc-dash-cs__grid,.mc-dash-cs__form--grid{grid-template-columns:1fr}}@media(max-width:900px){.mc-content:has(.mc-dash){padding-top:0}.mc-dash-hero{border-radius:0;margin:0 -16px 12px;padding:16px 16px 18px}.mc-dash-hero__amount{font-size:28px}.mc-dash-hero__stat em{font-size:9px}}@media(min-width:901px){.mc-dash-menu{display:none}.mc-dash-hero{display:grid;grid-template-columns:1fr auto;grid-template-areas:"user actions" "balance balance" "stats stats" "cs cs";gap:20px 24px;align-items:center;padding:24px 28px 22px;margin-bottom:20px}.mc-dash-hero__top{grid-area:user;margin:0;align-items:center}.mc-dash-hero__lang-wrap{display:none!important}.mc-dash-hero__avatar{width:48px;height:48px}.mc-dash-hero__meta{flex-direction:column;align-items:flex-start;gap:8px}.mc-dash-hero__meta strong{font-size:18px}.mc-dash-hero__badge{align-self:center;padding:3px 12px;font-size:12px}.mc-dash-hero__level-row{flex:1;min-width:220px;max-width:440px;width:100%}.mc-dash-hero__exp-bar{min-width:120px;height:9px}.mc-dash-hero__actions{grid-area:actions;flex:none;gap:10px}.mc-dash-hero__cta{flex:none;min-width:112px;height:40px;padding:0 22px}.mc-dash-hero__balance{grid-area:balance;margin:0;padding-top:4px;border-top:1px solid rgba(255,255,255,.16)}.mc-dash-hero__label{font-size:13px;margin-bottom:6px}.mc-dash-hero__amount{font-size:40px;letter-spacing:-.03em}.mc-dash-hero__stats{grid-area:stats;margin:0;gap:12px}.mc-dash-hero__stat{text-align:left;padding:14px 18px}.mc-dash-hero__stat em{font-size:12px;margin-bottom:6px}.mc-dash-hero__stat strong{font-size:18px}.mc-dash-hero__cs{grid-area:cs;margin:0}}.mc-menu-foot{display:flex;gap:16px;margin-top:16px;padding-top:16px;border-top:1px solid var(--mc-border);flex-wrap:wrap}.mc-menu-foot__link{display:inline-flex;align-items:center;gap:6px;border:0;background:none;padding:0;font:inherit;font-size:13px;color:var(--mc-primary);cursor:pointer;text-decoration:none}.mc-menu-foot__link--danger{color:#dc2626}.mc-locale-dropdown.el-popper{max-height:min(280px,45dvh)}.mc-locale-dropdown .el-dropdown-menu{max-height:min(280px,45dvh);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.mc-locale-dropdown .el-dropdown-menu__item{line-height:36px;padding:0 14px}.mc-locale-flag-img{width:20px;height:15px;object-fit:cover;border-radius:2px;flex-shrink:0;vertical-align:middle}.mc-locale-btn-inner,.mc-locale-opt{display:inline-flex;align-items:center;gap:8px}.mc-locale-opt{min-width:140px}.mc-menu-grid--sheet{padding-bottom:8px}.mc-menu-drawer .el-drawer__body{padding-top:0}@media(max-width:900px){.mc-menu-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.mc-tag{display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:600;background:var(--mc-primary-soft);color:var(--mc-primary)}.mc-login-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.mc-login-brand-panel{display:flex;flex-direction:column;justify-content:center;padding:48px;background:linear-gradient(145deg,#0f766e,#14b8a6);color:#fff}.mc-login-brand-panel .el-icon{font-size:48px;margin-bottom:24px}.mc-login-brand-panel h1{margin:0 0 12px;font-size:32px;font-weight:700}.mc-login-brand-panel p{margin:0;opacity:.9;max-width:360px;line-height:1.6}.mc-login-form-panel{display:flex;align-items:center;justify-content:center;padding:32px;background:var(--mc-bg)}.mc-login-card{width:100%;max-width:400px;background:var(--mc-surface);border:1px solid var(--mc-border);border-radius:var(--mc-radius);padding:28px;box-shadow:var(--mc-shadow-sm)}.mc-login-card-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.mc-login-card-head h2{margin:0 0 4px;font-size:22px}.mc-login-sub{margin:0;color:var(--mc-muted);font-size:13px}.mc-login-btn{width:100%;margin-top:8px}.mc-register-card{max-width:520px}.mc-register-form{max-height:min(70vh,720px);overflow-y:auto;padding-right:4px}.mc-captcha-row{display:flex;gap:10px;align-items:stretch;flex-wrap:wrap}.mc-captcha-row .el-input{flex:1;min-width:120px}.mc-form-item-label-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex:1;min-width:0}.mc-form-item-label-with-star:before{content:"*";color:var(--el-color-danger);margin-right:4px}.mc-register-form .el-form-item__label:has(.mc-form-item-label-row){display:inline-flex!important;align-items:center;width:100%}.mc-captcha-row .mc-otp-send-btn{height:40px;padding:0 14px;flex-shrink:0;white-space:nowrap}.mc-otp-help-btn{display:inline-flex;align-items:center;gap:4px;padding:0;border:0;background:none;color:var(--mc-muted);font-size:13px;cursor:pointer;line-height:1.4}.mc-otp-help-btn:hover{color:var(--mc-primary)}.mc-otp-help-btn .el-icon{font-size:14px}.mc-otp-help-body{font-size:13px;line-height:1.55;color:var(--mc-text)}.mc-otp-help-body p{margin:0 0 8px}.mc-otp-help-body ul{margin:0;padding-left:18px}.mc-otp-help-body li+li{margin-top:6px}.mc-captcha-img{height:40px;width:auto;min-width:100px;object-fit:contain;border-radius:8px;cursor:pointer;border:1px solid var(--mc-border);background:#fff}.mc-shell .el-input__wrapper{min-height:40px;padding:4px 14px}.mc-shell .el-textarea__inner{padding:12px 14px;line-height:1.5;min-height:108px}.mc-shell .el-form-item__label{margin-bottom:6px!important;line-height:1.4;color:var(--mc-text-secondary)}.mc-field-tip{margin:6px 0 0;font-size:12px}.mc-field-tip.ok{color:#0f766e}.mc-field-tip.err{color:#dc2626}.mc-register-links{margin:16px 0 0;text-align:center;font-size:14px}.mc-register-links+.mc-register-links{margin-top:8px}.mc-register-links a{color:var(--mc-primary);text-decoration:none}.mc-register-links a:hover{text-decoration:underline}.mc-register-legal{margin:12px 0 0;font-size:12px;color:var(--mc-muted);line-height:1.55}.mc-register-legal a{color:var(--mc-primary)}.mc-pagination{display:flex;justify-content:center;margin-top:20px}@media(max-width:900px){.mc-login-page{grid-template-columns:1fr}.mc-login-brand-panel{padding:32px 24px;min-height:auto}.mc-shell{flex-direction:column}.mc-side{display:none}.mc-shell--tabbar,.mc-shell--tabbar.mc-shell--flush{padding-bottom:calc(56px + env(safe-area-inset-bottom,0px))}.mc-shell--tabbar:has(.mc-cart){padding-bottom:calc(56px + env(safe-area-inset-bottom,0px))}.mc-content:has(.mc-cart){padding:0}.mc-mob-header{display:flex}.mc-top--desktop{display:none}.mc-tabbar{display:flex}.mc-dash{display:flex;flex-direction:column;min-height:calc(100dvh - 104px - env(safe-area-inset-bottom,0px))}.mc-dash-menu{display:flex;flex-direction:column;flex:1;margin-top:8px}.mc-dash-menu .mc-menu-foot{margin-top:auto;padding:20px 4px 8px;border-top:1px solid var(--mc-border);justify-content:center}.mc-top{padding:12px 16px}.mc-content{padding:12px 16px 20px;overflow-x:hidden}.mc-shell,.mc-main{max-width:100%;overflow-x:hidden}.mc-order-card__top,.mc-order-card__row,.mc-order-total-row{gap:8px}.mc-order-card__top strong,.mc-order-item__body{min-width:0;word-break:break-word}.mc-invite-share{flex-direction:column}}.mc-hint{margin:0 0 16px;color:var(--mc-muted);font-size:13px;line-height:1.5}.mc-sub{margin:0 0 16px;color:var(--mc-text-secondary);font-size:13px}.mc-muted{color:var(--mc-muted);font-size:13px}.mc-h1{margin:0 0 8px;font-size:22px;font-weight:700;letter-spacing:-.02em}.mc-pay{max-width:520px;margin:0 auto;padding:24px 16px 48px}.mc-pay__box{margin-top:20px;padding:24px;background:#f8fafc;border-radius:12px;text-align:center}.mc-pay__ok h2{color:#059669}.mc-pay__err{color:#b91c1c}.mc-pay__box .el-button{margin:8px 6px 0}.mc-pay .mc-muted{color:#6b7280;margin-top:8px}.mc-pay__countdown{color:#b45309;font-weight:600;margin-top:10px}.mc-pay-details{margin-top:12px;padding:14px 16px;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:10px}.mc-pay-details__row{margin-bottom:12px}.mc-pay-details__row:last-child{margin-bottom:0}.mc-pay-details__label{font-size:12px;color:#6b7280;margin-bottom:4px}.mc-pay-details__val{font-size:14px;color:#111827;word-break:break-all;line-height:1.45}.mc-pay-details__link{font-size:14px;color:#2563eb;word-break:break-all}.mc-pay-details__qr{display:block;width:168px;max-width:100%;height:auto;border-radius:8px;border:1px solid #e5e7eb;background:#f9fafb}.mc-pay-details__note{margin-top:12px;padding-top:10px;border-top:1px dashed #e5e7eb;white-space:pre-wrap;font-size:13px;color:#374151;line-height:1.5}.mc-pay-ins{margin-top:12px;padding:12px 14px;text-align:left;white-space:pre-wrap;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-size:14px;line-height:1.55}.mc-checkin__head-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.mc-checkin__head h3{margin-bottom:8px}.mc-checkin__sub{margin:0;color:var(--mc-muted);font-size:13px;line-height:1.55}.mc-checkin__tabs{display:inline-flex;flex-shrink:0;padding:3px;border-radius:10px;background:#f4f4f5;border:1px solid var(--mc-border)}.mc-checkin__tab{border:0;background:transparent;cursor:pointer;padding:8px 14px;font-size:13px;font-weight:600;color:#71717a;border-radius:8px;line-height:1.2}.mc-checkin__tab.on{background:#fff;color:#0f172a;box-shadow:0 1px 2px #0f172a14}.mc-checkin__body{display:flex;flex-direction:column;gap:4px;margin-top:18px}.mc-checkin-earn{padding:16px 18px;margin-bottom:16px;border-radius:10px;background:linear-gradient(160deg,#f0fdfa,#f8fafc);border:1px solid #ccfbf1}.mc-checkin-earn__row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.mc-checkin-earn__label{font-size:13px;color:#57534e}.mc-checkin-earn__tag{flex-shrink:0;font-size:11px;line-height:1;padding:4px 8px;border-radius:4px;color:#0f766e;background:#0f766e1a}.mc-checkin-earn__value{font-size:28px;font-weight:700;letter-spacing:-.02em;color:#0f172a;line-height:1.2}.mc-checkin-earn__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid rgba(13,148,136,.12)}.mc-checkin-earn__stat{min-width:0;display:flex;flex-direction:column;gap:4px}.mc-checkin-earn__stat span{font-size:11px;color:#78716c;line-height:1.3}.mc-checkin-earn__stat strong{font-size:15px;font-weight:700;color:#0f172a}.mc-checkin-earn__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}.mc-checkin-earn__meta{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1;font-size:12px;color:#78716c;line-height:1.4}.mc-checkin-earn__next{color:#0f766e}.mc-checkin-earn__btn{flex-shrink:0;min-width:112px}.mc-checkin-action__msg{margin:0 0 14px;font-size:13px;color:var(--mc-primary)}.mc-checkin-action__warn{margin:0 0 14px;font-size:13px;line-height:1.5;color:#a16207}.mc-checkin-rules{margin:0 0 8px;padding:0;border:1px solid var(--mc-border);border-radius:8px;background:#fafafa}.mc-checkin-rules summary{cursor:pointer;list-style:none;padding:10px 14px;font-size:13px;font-weight:600;color:#44403c;-webkit-user-select:none;user-select:none}.mc-checkin-rules summary::-webkit-details-marker{display:none}.mc-checkin-rules summary:after{content:"›";float:right;font-weight:400;color:#a8a29e;transform:rotate(90deg)}.mc-checkin-rules[open] summary:after{transform:rotate(-90deg)}.mc-checkin-rules ul{margin:0;padding:0 14px 12px 32px;color:#57534e;font-size:12px;line-height:1.75}.mc-checkin-cal{margin-top:8px;padding-top:18px;border-top:1px solid var(--mc-border)}.mc-checkin-cal__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.mc-checkin-cal__head strong{font-size:15px;font-weight:600}.mc-checkin-cal__nav{width:32px;height:32px;border:1px solid var(--mc-border);border-radius:8px;background:#fff;color:var(--mc-text);font-size:18px;line-height:1;cursor:pointer}.mc-checkin-cal__nav:disabled{opacity:.35;cursor:not-allowed}.mc-checkin-cal__week,.mc-checkin-cal__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;text-align:center}.mc-checkin-cal__week{margin-bottom:8px;color:var(--mc-muted);font-size:12px;align-items:center;justify-items:center}.mc-checkin-cal__week span{width:100%;text-align:center}.mc-checkin-cal__cell{display:flex;align-items:center;justify-content:center;min-width:0;min-height:0;width:100%;aspect-ratio:1}.mc-checkin-cal__day{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:100%;height:100%;border-radius:50%;font-size:clamp(12px,2.8vw,15px);color:var(--mc-text)}.mc-checkin-cal__day.empty{visibility:hidden}.mc-checkin-cal__day.future{color:#c4c4c4}.mc-checkin-cal__day.checked{background:var(--mc-primary);color:#fff;font-weight:600}.mc-checkin-cal__day.today:not(.checked){box-shadow:inset 0 0 0 2px var(--mc-primary);color:var(--mc-primary);font-weight:600}.mc-checkin-cal__legend{display:flex;align-items:center;gap:6px;margin:14px 0 0;color:var(--mc-muted);font-size:12px}.mc-checkin-cal__legend .dot{width:10px;height:10px;border-radius:50%;margin-left:10px}.mc-checkin-cal__legend .dot:first-child{margin-left:0}.mc-checkin-cal__legend .dot.checked{background:var(--mc-primary)}.mc-checkin-cal__legend .dot.today{box-shadow:inset 0 0 0 2px var(--mc-primary);background:transparent}.mc-redeem{margin-top:18px}.mc-redeem__aside .mc-checkin-earn{margin-bottom:0}.mc-redeem__stats{margin-top:12px;padding-top:14px;gap:0}.mc-redeem__stats .mc-checkin-earn__stat{padding:0 14px;text-align:center;border-right:1px solid rgba(13,148,136,.12)}.mc-redeem__stats .mc-checkin-earn__stat:first-child{padding-left:0;text-align:left}.mc-redeem__stats .mc-checkin-earn__stat:last-child{padding-right:0;border-right:0;text-align:right}.mc-redeem__stats .mc-checkin-earn__stat strong{font-size:18px}.mc-redeem__row{display:flex;align-items:center;gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid rgba(13,148,136,.12)}.mc-redeem__field{flex:0 0 88px;width:88px;height:36px;margin:0;padding:0 10px;border:1px solid #d6d3d1;border-radius:8px;background:#fff;text-align:center;font-size:14px;font-weight:700;color:#0f172a;outline:none;box-sizing:border-box;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.mc-redeem__field::-webkit-outer-spin-button,.mc-redeem__field::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.mc-redeem__field:focus{border-color:#0d9488;box-shadow:0 0 0 2px #0d94881f}.mc-redeem__all{flex:0 0 auto;height:36px;padding:0 12px;border:1px solid #d6d3d1;border-radius:8px;background:#fff;font-size:13px;font-weight:600;color:#57534e;cursor:pointer;white-space:nowrap}.mc-redeem__all:hover:not(:disabled){border-color:#0d9488;color:#0f766e;background:#f0fdfa}.mc-redeem__all:disabled{opacity:.4;cursor:not-allowed}.mc-redeem__go{margin-left:auto;flex:0 0 auto;height:36px;min-width:104px;padding:0 16px;border:0;border-radius:8px;background:var(--mc-primary);font-size:13px;font-weight:600;color:#fff;cursor:pointer;white-space:nowrap}.mc-redeem__go:hover:not(:disabled){filter:brightness(1.05)}.mc-redeem__go:disabled{opacity:.45;cursor:not-allowed}.mc-redeem__cost-hint{margin:8px 0 0;font-size:12px;color:#78716c;line-height:1.4}.mc-redeem__tasks{margin-top:18px;padding:18px 20px;border-radius:10px;border:1px solid var(--mc-border);background:#fff}.mc-redeem__tasks-head h4{margin:0 0 6px;font-size:15px;font-weight:700;color:#0f172a}.mc-redeem__tasks-head p{margin:0 0 4px;font-size:12px;line-height:1.5;color:#78716c}.mc-redeem__tasks-empty{margin:16px 0 0;font-size:13px;color:#94a3b8}.mc-points-task__go{flex-shrink:0;border:0;background:transparent;color:var(--mc-primary);font-size:12px;font-weight:600;cursor:pointer;padding:4px 0}@media(max-width:640px){.mc-checkin__head-row{flex-direction:column}.mc-checkin__tabs{width:100%}.mc-checkin__tab{flex:1;text-align:center}}@media(min-width:901px){.mc-checkin__sub{max-width:520px}.mc-checkin__body{display:grid;grid-template-columns:minmax(300px,380px) minmax(0,1fr);gap:28px;align-items:stretch}.mc-checkin__aside{display:flex;flex-direction:column;min-width:0}.mc-checkin-earn{padding:20px 22px;margin-bottom:14px}.mc-checkin-earn__value{font-size:36px}.mc-checkin-earn__foot{flex-direction:column;align-items:stretch;gap:14px}.mc-checkin-earn__btn{width:100%;min-height:44px}.mc-checkin-rules{margin-bottom:0}.mc-checkin-cal{margin-top:0;padding:20px 22px 18px;border:1px solid var(--mc-border);border-radius:12px;background:#fff;min-width:0;width:100%;max-width:none;height:100%;display:flex;flex-direction:column;box-sizing:border-box}.mc-checkin-cal__head,.mc-checkin-cal__week,.mc-checkin-cal__legend{flex-shrink:0}.mc-checkin-cal__grid{flex:1 1 0;min-height:0;gap:8px;grid-auto-rows:minmax(0,1fr)}.mc-checkin-cal__cell{aspect-ratio:auto;width:100%;height:100%}.mc-checkin-cal__day{width:auto;height:100%;max-width:100%;aspect-ratio:1;font-size:clamp(13px,1.1vw,18px)}.mc-redeem{display:grid;grid-template-columns:minmax(300px,380px) minmax(0,1fr);gap:28px;align-items:start}.mc-redeem__aside .mc-checkin-earn{padding:20px 22px}.mc-redeem__tasks{margin-top:0;min-height:100%}}@media(min-width:1200px){.mc-checkin__body,.mc-redeem{grid-template-columns:minmax(320px,400px) minmax(0,1fr);gap:36px}}.mc-flash-list{display:flex;flex-direction:column;gap:12px}.mc-flash-card{display:flex;gap:14px;padding:14px;border:1px solid var(--mc-border);border-radius:var(--mc-radius-sm);background:#fafafa}.mc-flash-card__cover{width:88px;height:88px;object-fit:cover;border-radius:8px;flex-shrink:0;background:#fff}.mc-flash-card__body{flex:1;min-width:0}.mc-flash-card__body h4{margin:0 0 6px;font-size:15px;font-weight:600;color:var(--mc-text)}.mc-flash-card__meta{margin:6px 0;font-size:13px;line-height:1.45;color:var(--mc-text)}.mc-flash-card__warn{margin:6px 0 0;color:#b45309;font-size:13px}.mc-flash-card__action{margin-top:10px}@media(max-width:480px){.mc-flash-card{flex-direction:column}.mc-flash-card__cover{width:100%;height:140px}}.mc-presale-hint{margin:0 0 16px;padding:12px 14px;border-radius:8px;background:#fff7ed;border:1px solid #ffedd5;color:#9a3412;font-size:13px;line-height:1.5}.mc-presale-join{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;align-items:center}.mc-presale-join__amt{width:140px;max-width:100%}.mc-presale-share{margin-top:12px;padding-top:10px;border-top:1px dashed var(--mc-border);font-size:13px}.mc-presale-share p{margin:0 0 8px}.mc-presale-share__actions{display:flex;flex-wrap:wrap;gap:8px}.mc-form-narrow{max-width:420px}.mc-wallet-hero{display:flex;flex-direction:column;gap:6px;padding:18px 16px;margin-bottom:12px;border-radius:10px;border:1px solid var(--mc-border);background:#fff}.mc-wallet-hero span{font-size:13px;color:var(--mc-muted)}.mc-wallet-hero strong{font-size:28px;font-weight:700;letter-spacing:-.02em;color:var(--mc-text);font-variant-numeric:tabular-nums;line-height:1.15}.mc-wallet-metrics{display:grid;grid-template-columns:1fr 1fr;gap:1px;border:1px solid var(--mc-border);border-radius:10px;background:var(--mc-border);overflow:hidden}.mc-wallet-metric{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:12px 14px;background:#fff;border:0}.mc-wallet-metric span{font-size:12px;color:var(--mc-muted);line-height:1.3}.mc-wallet-metric strong{font-size:16px;font-weight:650;color:var(--mc-text);font-variant-numeric:tabular-nums;line-height:1.2}.mc-wallet-tabs{display:flex;gap:8px;margin-bottom:16px}.mc-wallet-tab{flex:1;padding:10px 12px;border:1px solid var(--mc-border);border-radius:var(--mc-radius-sm);background:#fafafa;color:var(--mc-text-secondary);font-size:14px;font-weight:600;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.mc-wallet-tab.on{background:var(--mc-primary);border-color:var(--mc-primary);color:#fff}.mc-wallet-panel .mc-hint{margin-bottom:12px}.mc-wallet-pane{max-width:none}.mc-wallet-rules{margin:20px 0 0;padding:0;border:0;background:transparent}.mc-wallet-rules p{margin:0;font-size:12px;line-height:1.55;color:var(--mc-muted)}.mc-wallet-rules p+p{margin-top:4px}.mc-wallet-empty-ep{padding:28px 12px 12px}.mc-wallet-empty-ep .el-empty__description{margin-top:8px}.mc-wallet-empty__btn{display:inline-flex;align-items:center;justify-content:center;margin-top:4px;min-height:36px;padding:0 16px;border-radius:var(--mc-radius-sm);background:var(--mc-primary);color:#fff!important;font-size:14px;font-weight:600;text-decoration:none}.mc-wallet-empty__btn:hover{opacity:.92}.mc-wallet-pending{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-start;justify-content:space-between;padding:12px 0;border-bottom:1px solid #eef2f7}.mc-wallet-pending:last-child{border-bottom:0}.mc-wallet-pending__main{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.mc-wallet-pending__main strong{font-size:18px}.mc-wallet-pending__cd{display:block;font-style:normal;color:#e6a23c;font-size:13px;margin-top:2px}.mc-wallet-recharge-intro{margin-top:12px;margin-bottom:0;white-space:pre-wrap}.mc-wallet-pending__actions{display:flex;flex-wrap:wrap;gap:8px}.mc-wallet-inline-note{margin:8px 0 0;font-size:12px;color:var(--mc-muted);line-height:1.4}.mc-wallet-manage{margin:8px 0 0;font-size:13px}.mc-wallet-manage a{color:var(--mc-primary);text-decoration:none;font-weight:600}.mc-service-page{background:#eef1f6}.mc-service-tabs{display:flex;gap:0;background:#fff;border-bottom:1px solid #e8ecf2;flex-shrink:0}.mc-service-tabs__item{flex:1;border:0;background:transparent;padding:14px 4px 12px;font-size:14px;font-weight:500;color:#64748b;cursor:pointer;position:relative;white-space:nowrap}.mc-service-tabs__item.on{color:var(--mc-primary);font-weight:600}.mc-service-tabs__item.on:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:28px;height:3px;border-radius:3px 3px 0 0;background:var(--mc-primary)}.mc-dash-cs__grid--faq{grid-template-columns:repeat(2,minmax(0,1fr))}.mc-faq-card{border:0;border-radius:12px;background:#fff;box-shadow:0 1px 4px #0f172a0f;overflow:hidden;flex-shrink:0}.mc-faq-card .mc-acc__head{font-size:14px;padding:14px 16px}.mc-faq-card .mc-acc__body{padding:0 16px 14px}.mc-faq-list__ans{margin:0;font-size:13px;line-height:1.65;color:#52525b;white-space:pre-line;word-break:break-word}.mc-service-panel{padding:12px;display:flex;flex-direction:column;gap:12px}.mc-cs-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 4px #0f172a0f}.mc-cs-card__channel{display:inline-flex;align-items:center;gap:6px;margin:14px 14px 0;padding-bottom:10px;font-size:14px;font-weight:600;color:#334155;border-bottom:2px solid transparent}.mc-cs-card__channel--active,.mc-cs-card__channel--wa{color:#2563eb;border-bottom-color:#2563eb}.mc-cs-card__channel--wa{color:#16a34a;border-bottom-color:#16a34a}.mc-cs-card__channel--tg{color:#0284c7;border-bottom-color:#0284c7}.mc-cs-card__channel--mail{color:#2563eb;border-bottom-color:#2563eb}.mc-cs-card__channel-icon{display:inline-flex;color:#25d366}.mc-cs-card__channel-icon--tg{color:#229ed9}.mc-cs-card__channel-el{font-size:16px}.mc-cs-card__body{display:grid;grid-template-columns:56px 1fr auto;gap:10px 12px;align-items:center;padding:14px 14px 16px}.mc-cs-card__avatar{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mc-cs-card__avatar--wa{background:#25d366;color:#fff}.mc-cs-card__avatar--tg{background:#229ed9;color:#fff}.mc-cs-card__avatar--live{background:#e2e8f0;color:#64748b;font-size:26px}.mc-cs-card__avatar--mail{background:#dbeafe;color:#2563eb;font-size:26px}.mc-cs-card__email{word-break:break-all}.mc-cs-card__info{min-width:0}.mc-cs-card__name{margin:0 0 6px;font-size:13px;font-weight:600;color:#1e293b;line-height:1.35}.mc-cs-card__phone{margin:0 0 4px;display:flex;align-items:center;gap:6px;font-size:13px;color:#475569}.mc-cs-card__copy{border:0;background:none;padding:2px;color:#2563eb;cursor:pointer;display:inline-flex;align-items:center}.mc-cs-card__hours{margin:0;font-size:12px;color:#94a3b8}.mc-cs-card__muted{margin:0 0 4px;font-size:12px;color:#94a3b8;line-height:1.4}.mc-cs-card__action{display:inline-flex;align-items:center;justify-content:center;min-width:72px;padding:8px 12px;border:0;border-radius:8px;background:#2563eb;color:#fff!important;font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap;cursor:pointer;line-height:1.2}.mc-cs-card__action:hover{opacity:.92}.mc-cs-card__action--disabled{background:#cbd5e1;cursor:not-allowed}.mc-cs-card__form{padding:4px 14px 16px}.mc-cs-card__form .el-form-item{margin-bottom:14px}.mc-cs-card__form .el-form-item__label{font-size:13px;color:#64748b;padding-bottom:4px}.mc-cs-card__submit{width:100%;margin-top:4px;padding:12px;border:0;border-radius:8px;background:#2563eb;color:#fff;font-size:15px;font-weight:600;cursor:pointer}.mc-cs-card__submit:disabled{opacity:.7;cursor:wait}@media(max-width:900px){.mc-cs-card__body{grid-template-columns:48px minmax(0,1fr) auto;gap:8px 10px}.mc-cs-card__action{min-width:0}}@media(max-width:380px){.mc-cs-card__body{grid-template-columns:48px 1fr;grid-template-rows:auto auto}.mc-cs-card__action{grid-column:1 / -1;width:100%;min-height:40px}}@media(min-width:901px){.mc-service-page{margin:0;border-radius:var(--mc-radius);overflow:hidden}}.mc-dialog-order{margin:0 0 8px;font-size:14px}.mc-dialog-contact a{color:#0f766e;text-decoration:none}.mc-dialog-contact a:hover{text-decoration:underline}.mc-toolbar{margin-bottom:12px}.mc-invite-share{display:flex;gap:20px;align-items:flex-start;padding:16px;margin-bottom:20px;border:1px solid var(--mc-border);border-radius:var(--mc-radius-sm);background:linear-gradient(160deg,#f0fdfa,#fafafa 55%)}.mc-invite-qr{flex-shrink:0;width:148px;text-align:center}.mc-invite-qr img{width:148px;height:148px;display:block;border-radius:12px;background:#fff;border:1px solid var(--mc-border)}.mc-invite-qr__ph{width:148px;height:148px;display:flex;align-items:center;justify-content:center;border-radius:12px;border:1px dashed var(--mc-border);background:#fff;color:var(--mc-muted);font-size:13px}.mc-invite-qr>span{display:block;margin-top:8px;font-size:12px;color:var(--mc-muted)}.mc-invite-fields{flex:1;min-width:0;display:flex;flex-direction:column;gap:14px;padding-top:4px}.mc-invite-field em{display:block;margin-bottom:6px;font-style:normal;font-size:13px;color:var(--mc-muted)}.mc-invite-field__row{display:flex;align-items:center;gap:8px;min-width:0}.mc-invite-field__box{flex:1;min-width:0;box-sizing:border-box;height:var(--el-component-size, 32px);padding:0 12px;border:1px solid var(--mc-border);border-radius:var(--el-border-radius-base, 4px);background:#fff;color:var(--mc-text);font-size:14px;font-weight:600;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.02em;display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mc-invite-field__row .el-button{flex-shrink:0}.mc-invite-panel{margin-top:18px;padding-top:16px;border-top:1px solid var(--mc-border)}.mc-invite-metrics{border:1px solid var(--mc-border);border-radius:10px;background:#fff;overflow:hidden}.mc-invite-metric{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-top:1px solid var(--mc-border)}.mc-invite-metric:first-child{border-top:0}.mc-invite-metric span{font-size:13px;color:var(--mc-muted)}.mc-invite-metric strong{font-size:16px;font-weight:650;color:var(--mc-text);font-variant-numeric:tabular-nums}.mc-invite-foot{margin:12px 0 0;font-size:12px;line-height:1.55;color:var(--mc-muted)}@media(max-width:560px){.mc-invite-share{flex-direction:column;align-items:center}.mc-invite-fields{width:100%}}.mc-tag--ok{background:#ecfdf5;color:#059669}.mc-tag--warn{background:#ffedd5;color:#c2410c}.mc-tag--muted{background:#f4f4f5;color:var(--mc-muted)}.mc-order-list{display:flex;flex-direction:column;gap:12px}.mc-order-card{background:var(--mc-surface);border:1px solid var(--mc-border);border-radius:var(--mc-radius-sm);padding:16px 18px}.mc-order-card__top{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px;font-size:14px}.mc-order-card__meta{color:var(--mc-text-secondary);font-size:13px;margin-bottom:8px}.mc-order-card__row{display:flex;justify-content:space-between;font-size:13px;margin-bottom:8px}.mc-order-card__track{font-size:12px;color:var(--mc-muted);margin-bottom:10px}.mc-order-card__track--warn{color:var(--mc-warn, #e6a23c)}.mc-order-card__actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:space-between}.mc-order-card__actions-main{display:flex;flex-wrap:wrap;gap:8px;align-items:center;flex:1;min-width:0}.mc-order-review{margin-top:8px}.mc-order-items{display:flex;flex-direction:column;gap:12px;margin:16px 0}.mc-order-item{display:flex;gap:12px;align-items:flex-start}.mc-order-item__img{width:56px;height:56px;border-radius:8px;object-fit:cover;background:#f4f4f5;flex-shrink:0}.mc-order-item__img--empty{display:block}.mc-order-item__body{flex:1;min-width:0;font-size:13px}.mc-order-item__sub{font-weight:600;white-space:nowrap}.mc-order-totals{border-top:1px solid var(--mc-border);padding-top:12px;margin-bottom:16px}.mc-order-total-row{display:flex;justify-content:space-between;padding:4px 0;font-size:13px}.mc-order-total-row--strong{font-weight:700;font-size:15px;margin-top:6px}.mc-addr{font-size:13px;line-height:1.6;color:var(--mc-text-secondary)}.mc-track-events{list-style:none;padding:0;margin:12px 0 0}.mc-track-events li{display:flex;gap:12px;padding:8px 0;border-top:1px dashed var(--mc-border);font-size:13px}.mc-ev-time{color:var(--mc-muted);min-width:140px}.mc-shell--flush .mc-content--flush{padding:0;max-width:none}.mc-products{display:flex;background:var(--mc-bg);overflow:hidden}.mc-products__cats{width:118px;flex:0 0 118px;min-height:0;background:#f4f5f7;border-right:1px solid var(--mc-border);overflow-y:auto;-webkit-overflow-scrolling:touch;position:relative;padding:8px 0 12px}.mc-products__main{flex:1;min-width:0;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:12px;background:#fff;position:relative}.mc-products__group{margin:0 6px 4px}.mc-products__group.is-all{margin:0 6px 6px;padding:0;border-bottom:0;background:#fff;border-radius:10px;box-shadow:0 1px 2px #0f172a0a;overflow:hidden}.mc-products__cat.is-flat{background:#fff;color:var(--mc-primary);font-weight:600;box-shadow:inset 3px 0 0 var(--mc-primary)}.mc-products__cat.is-flat:hover{background:#fff;color:var(--mc-primary)}.mc-products__cat.is-flat.on{background:#fff;color:var(--mc-primary);box-shadow:inset 3px 0 0 var(--mc-primary)}.mc-products__cat.is-flat .mc-products__cat-arrow{display:none}.mc-products__group.is-open{background:#fff;border-radius:10px;box-shadow:0 1px 2px #0f172a0a;overflow:hidden}.mc-products__cat{display:flex;align-items:center;justify-content:space-between;gap:6px;width:100%;border:0;background:transparent;text-align:left;padding:11px 10px;font-size:13px;line-height:1.35;color:#57534e;cursor:pointer;word-break:break-word;border-radius:8px;transition:background .15s ease,color .15s ease}.mc-products__cat:hover{background:#ffffffb3;color:#0f172a}.mc-products__group.is-open>.mc-products__cat{border-radius:10px 10px 0 0}.mc-products__cat.on,.mc-products__cat.open{background:#fff;color:var(--mc-primary);font-weight:600}.mc-products__cat.on{box-shadow:inset 3px 0 0 var(--mc-primary)}.mc-products__cat-name{flex:1;min-width:0}.mc-products__cat-arrow{width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);transition:transform .18s ease;flex-shrink:0;opacity:.55;margin-right:2px}.mc-products__cat.open .mc-products__cat-arrow{transform:rotate(-135deg);opacity:.85}.mc-products__subs{background:#fff;padding:2px 0 8px;display:flex;flex-direction:column;gap:2px}.mc-products__sub{display:flex;align-items:flex-start;gap:8px;width:100%;border:0;background:transparent;text-align:left;padding:8px 10px 8px 12px;font-size:12px;line-height:1.4;color:#64748b;cursor:pointer;word-break:break-word;border-radius:0;transition:background .15s ease,color .15s ease}.mc-products__sub:hover{background:#f8fafc;color:#0f172a}.mc-products__sub-dot{width:5px;height:5px;margin-top:6px;border-radius:50%;background:#cbd5e1;flex-shrink:0}.mc-products__sub.on{color:var(--mc-primary);font-weight:600;background:#0d948814;box-shadow:inset 3px 0 0 var(--mc-primary)}.mc-products__sub.on .mc-products__sub-dot{background:var(--mc-primary)}.mc-products__sub-text{flex:1;min-width:0}.mc-products__sub-hint{padding:8px 12px 10px;font-size:11px;color:var(--mc-muted)}.mc-products__hint{padding:28px 8px;text-align:center}.mc-buy{padding-bottom:8px}.mc-buy__gallery{position:relative;width:100%;aspect-ratio:1;max-height:280px;border-radius:10px;overflow:hidden;background:#f4f4f5;margin-bottom:14px}.mc-buy__badges{position:absolute;top:8px;left:8px;z-index:2;display:flex;flex-direction:row;align-items:center;gap:5px;max-width:calc(100% - 52px);pointer-events:none}.mc-buy__badges.is-duo{gap:4px;max-width:calc(100% - 48px)}.mc-buy__badge{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;font-size:10px;font-weight:600;letter-spacing:.04em;line-height:1;border-radius:6px;background:#fffffff0;box-shadow:0 1px 3px #0f172a14,0 0 0 1px #0f172a0d}.mc-buy__badges.is-duo .mc-buy__badge{padding:4px 8px;font-size:9px;border-radius:5px}.mc-buy__badge:before{content:"";width:5px;height:5px;border-radius:50%;flex-shrink:0}.mc-buy__badges.is-duo .mc-buy__badge:before{width:4px;height:4px}.mc-buy__badge--hot{color:#e11d48}.mc-buy__badge--hot:before{background:#f43f5e}.mc-buy__badge--new{color:#2563eb}.mc-buy__badge--new:before{background:#3b82f6}.mc-buy__off-badge{position:absolute;top:8px;right:8px;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:36px;padding:4px 8px 5px;background:#18181bd1;color:#fde68a;border-radius:6px;font-weight:600;line-height:1.1;text-align:center;box-shadow:0 2px 8px #0f172a29;pointer-events:none}.mc-buy__off-badge-label{font-size:8px;letter-spacing:.08em;color:#fde68ab8}.mc-buy__off-badge-pct{font-size:12px;font-weight:700;letter-spacing:-.02em;margin-top:1px;color:#fde68a}.mc-buy__gallery.has-off .mc-buy__badges{max-width:calc(100% - 54px)}.mc-buy__gallery img{width:100%;height:100%;object-fit:cover;display:block}.mc-buy__info{min-width:0}.mc-buy__title{margin:0 0 10px;font-size:17px;font-weight:700;line-height:1.35;color:#111}.mc-buy__coa{position:absolute;right:10px;bottom:10px;z-index:2;display:inline-flex;align-items:center;gap:8px;margin:0;padding:8px 12px 8px 10px;border:1.5px solid #1a7a3a;border-radius:10px;background:#fff;color:#1a7a3a;cursor:pointer;line-height:1.15;box-shadow:0 4px 14px #0f172a38;transition:transform .15s ease,background .15s ease,box-shadow .15s ease}.mc-buy__coa:hover{background:#f0faf0;box-shadow:0 6px 18px #0f172a47}.mc-buy__coa:active{transform:translateY(1px);box-shadow:0 2px 8px #0f172a2e}.mc-buy__coa-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:7px;background:#e8f5e8;flex-shrink:0}.mc-buy__coa-copy{display:flex;flex-direction:column;align-items:flex-start;gap:1px;min-width:0;line-height:1.15}.mc-buy__coa-copy em{font-style:normal;font-size:10px;font-weight:600;color:#3f7a4f;letter-spacing:.02em}.mc-buy__coa-copy strong{font-size:13px;font-weight:800;letter-spacing:.06em;color:#14532d}.mc-buy__intro{margin:0 0 12px;font-size:13px;line-height:1.55;color:#555}.mc-buy__social{display:flex;flex-direction:column;gap:8px;margin:0 0 14px}.mc-buy__social-row{display:flex;align-items:flex-start;gap:8px}.mc-buy__social-ico{flex-shrink:0;width:16px;height:16px;margin-top:1px;color:#1f2937;line-height:0}.mc-buy__social-ico svg{display:block}.mc-buy__social-v{margin:0;min-width:0;flex:1;font-size:13px;line-height:1.45;color:#374151}.mc-buy__social-n{color:#111827;font-weight:700;font-variant-numeric:tabular-nums}.mc-buy__social-flag{display:inline-block;width:1.2em;height:.9em;vertical-align:-.12em;margin:0 2px;border-radius:1px;box-shadow:0 0 0 1px #00000014;background-size:cover}.mc-buy__social-date{color:#9ca3af;font-weight:400}@media(max-width:900px){.mc-buy__social{gap:7px;margin:0 0 12px}.mc-buy__social-v{font-size:12px;line-height:1.4}}.mc-buy__block{margin-bottom:14px}.mc-buy__label{display:block;margin-bottom:8px;font-size:13px;font-weight:600;color:#333}.mc-buy__label--inline{margin:0;flex-shrink:0}.mc-buy__specs{display:flex;flex-wrap:wrap;gap:8px}.mc-buy__spec{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:7px 14px;border:1px solid #dcdfe6;border-radius:6px;background:#fff;color:#333;font-size:13px;line-height:1.3;cursor:pointer;text-align:center;white-space:nowrap}.mc-buy__spec.on{border-color:var(--mc-primary);color:var(--mc-primary);background:#0d94880f;box-shadow:inset 0 0 0 1px var(--mc-primary)}@media(max-width:900px){.mc-buy__specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mc-buy__spec{width:100%;min-width:0;padding:8px 10px;font-size:12px;white-space:normal}}.mc-buy__empty{margin:8px 0 16px}.mc-buy__price{margin:4px 0 16px;font-size:22px;font-weight:700;color:#c0392b;letter-spacing:-.02em}.mc-buy__price--promo{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 10px}.mc-buy__price-sale{font-size:22px;font-weight:700;color:#c0392b}.mc-buy__price-was{font-size:16px;font-weight:500;color:#9ca3af;text-decoration:line-through}.mc-buy__price-save{font-size:14px;font-weight:650;color:#16a34a}.mc-buy__actions{display:flex;flex-direction:column;gap:12px;margin-bottom:8px}.mc-buy__qty-row{display:flex;align-items:center;gap:12px}.mc-buy__qty{display:inline-flex;align-items:center;border:1px solid #dcdfe6;border-radius:8px;overflow:hidden;background:#fff}.mc-buy__qty-btn{width:36px;height:36px;border:0;background:#f7f7f8;color:#333;font-size:18px;line-height:1;cursor:pointer}.mc-buy__qty-btn:active{background:#eee}.mc-buy__qty-input{width:48px;height:36px;border:0;border-left:1px solid #dcdfe6;border-right:1px solid #dcdfe6;text-align:center;font-size:14px;font-variant-numeric:tabular-nums;-moz-appearance:textfield}.mc-buy__qty-input::-webkit-outer-spin-button,.mc-buy__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.mc-buy__cart{width:100%;height:44px;border:0;border-radius:10px;background:#0b1f3a;color:#fff;font-size:15px;font-weight:650;cursor:pointer}.mc-buy__cart:active{opacity:.92}.mc-prod-info{margin-top:8px}.mc-prod-info__desktop{display:none}.mc-acc-list{margin-top:12px}.mc-acc{border-top:1px solid #e5e7eb}.mc-acc:last-child{border-bottom:1px solid #e5e7eb}.mc-acc__head{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:16px 2px;border:0;background:transparent;font-size:15px;font-weight:700;color:#111;cursor:pointer;text-align:left;line-height:1.3}.mc-acc__icon{flex-shrink:0;width:1.2em;text-align:center;font-size:18px;font-weight:400;color:#6b7280;line-height:1}.mc-acc__body{padding:0 0 16px}.mc-prod-tabs{margin-top:20px}.mc-prod-tabs__nav{display:flex;align-items:stretch;gap:28px;border-bottom:1px solid #e5e7eb;margin-bottom:16px}.mc-prod-tabs__tab{position:relative;padding:12px 2px 14px;border:0;background:transparent;font-size:15px;font-weight:500;color:#9ca3af;cursor:pointer;line-height:1.2}.mc-prod-tabs__tab.on{color:#1f2937;font-weight:650}.mc-prod-tabs__tab.on:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:#4b5563;border-radius:2px 2px 0 0}.mc-prod-tabs__panel{padding:4px 0 8px}.mc-acc__html{font-size:13px;line-height:1.65;color:#444;word-break:break-word}.mc-acc__html :deep(img){max-width:100%;height:auto;border-radius:6px}.mc-acc__html :deep(p){margin:0 0 .75em}.mc-acc__html :deep(p:last-child){margin-bottom:0}.mc-reviews{display:flex;flex-direction:column;gap:12px;max-width:520px}.mc-review{padding:14px 16px;background:#f3f4f6;border-radius:8px}.mc-review__head{display:flex;align-items:center;gap:8px;margin-bottom:6px}.mc-review__flag{display:inline-block;width:1.2em;height:.9em;border-radius:1px;box-shadow:0 0 0 1px #00000014;background-size:cover;flex-shrink:0}.mc-review__name{font-size:13px;font-weight:600;color:#374151}.mc-review__stars{color:#f59e0b;font-size:13px;letter-spacing:1px;margin-bottom:6px;line-height:1}.mc-review__text{margin:0;font-size:13px;line-height:1.5;color:#6b7280;white-space:pre-wrap}.mc-products__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.mc-products__card{display:block;width:100%;border:1px solid #e8eaed;border-radius:12px;overflow:hidden;background:#fff;color:inherit;text-align:left;padding:0;cursor:pointer;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.mc-products__card:hover{color:inherit;transform:translateY(-2px);border-color:#d5ebe7;box-shadow:0 8px 20px #0f172a0f}.mc-products__img{position:relative;aspect-ratio:1;background:#f4f4f5;overflow:hidden}.mc-products__badges{position:absolute;top:7px;left:7px;z-index:2;display:flex;flex-direction:row;align-items:center;gap:4px;max-width:calc(100% - 46px);pointer-events:none}.mc-products__badges.is-duo{gap:3px;max-width:calc(100% - 44px)}.mc-products__badge{display:inline-flex;align-items:center;gap:3px;padding:4px 8px;font-size:9px;font-weight:600;letter-spacing:.04em;line-height:1;border-radius:5px;background:#fffffff0;box-shadow:0 1px 3px #0f172a14,0 0 0 1px #0f172a0d}.mc-products__badges.is-duo .mc-products__badge{padding:3px 6px;font-size:8px;border-radius:4px;gap:2px}.mc-products__badge:before{content:"";width:4px;height:4px;border-radius:50%;flex-shrink:0}.mc-products__badges.is-duo .mc-products__badge:before{width:3px;height:3px}.mc-products__badge--hot{color:#e11d48}.mc-products__badge--hot:before{background:#f43f5e}.mc-products__badge--new{color:#2563eb}.mc-products__badge--new:before{background:#3b82f6}.mc-products__off-badge{position:absolute;top:7px;right:7px;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:32px;padding:3px 7px 4px;background:#18181bd1;color:#fde68a;border-radius:5px;font-weight:600;line-height:1.1;text-align:center;box-shadow:0 2px 6px #0f172a24;pointer-events:none}.mc-products__off-badge-label{font-size:7px;letter-spacing:.08em;color:#fde68ab8}.mc-products__off-badge-pct{font-size:10px;font-weight:700;letter-spacing:-.02em;margin-top:1px;color:#fde68a}.mc-products__img.has-off .mc-products__badges{max-width:calc(100% - 42px)}.mc-products__img img{width:100%;height:100%;object-fit:cover;display:block}.mc-products__img-empty{display:block;width:100%;height:100%}.mc-products__name{margin:10px 10px 4px;font-size:13px;line-height:1.4;font-weight:600;color:#1e293b;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.8em}.mc-products__skel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.mc-products__skel-card{aspect-ratio:.75;border-radius:var(--mc-radius-sm);background:linear-gradient(90deg,#f4f4f5 25%,#ececef 37%,#f4f4f5 63%);background-size:400% 100%;animation:mc-skel 1.2s ease infinite}@keyframes mc-skel{0%{background-position:100% 50%}to{background-position:0 50%}}.mc-tabbar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:100;height:calc(56px + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:#fff;border-top:1px solid var(--mc-border);box-shadow:0 -4px 16px #18181b0a}.mc-tabbar__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;position:relative;color:var(--mc-muted);text-decoration:none;font-size:11px;font-weight:600}.mc-tabbar__item .el-icon{font-size:20px}.mc-tabbar__item.on,.mc-tabbar__item:hover{color:var(--mc-primary)}.mc-tabbar__badge{position:absolute;top:2px;right:calc(50% - 22px);min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#ef4444;color:#fff;font-size:10px;font-style:normal;line-height:16px;text-align:center;font-weight:700}@media(max-width:900px){.mc-tabbar{display:flex}}@media(min-width:901px){.mc-products{min-height:calc(100vh - 64px);border-radius:var(--mc-radius);overflow:hidden;border:1px solid var(--mc-border)}.mc-products__cats{width:220px;flex:0 0 220px;padding:12px 8px 16px}.mc-products__group{margin:0 0 6px}.mc-products__group.is-all{margin-bottom:10px;padding-bottom:0}.mc-products__cat{padding:12px 14px;font-size:14px;border-radius:10px}.mc-products__sub{padding:10px 14px 10px 16px;font-size:13px;border-radius:8px;margin:0 6px}.mc-products__sub.on{border-radius:8px;box-shadow:none;background:#0d94881a}.mc-products__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.mc-products__skel{grid-template-columns:repeat(4,minmax(0,1fr))}.mc-buy{display:grid;grid-template-columns:minmax(220px,38%) minmax(0,1fr);gap:28px 32px;align-items:start;padding-bottom:12px}.mc-buy__gallery{margin:0;max-height:none;aspect-ratio:1}.mc-buy__title{font-size:20px;margin-bottom:10px}.mc-buy__actions{flex-direction:row;align-items:center;flex-wrap:wrap;gap:14px}.mc-buy__cart{width:auto;min-width:160px;padding:0 22px}.mc-prod-info__mobile{display:none}.mc-prod-info__desktop{display:block}.mc-prod-tabs__tab{font-size:16px}.mc-reviews{max-width:560px}.mc-shell--flush .mc-content--flush{padding:16px 20px 24px}.mc-cart{min-height:calc(100vh - 80px);border-radius:var(--mc-radius);overflow:hidden}.mc-cart-dock{position:sticky;bottom:0;margin-top:auto}}@media(min-width:1280px){.mc-products__grid,.mc-products__skel{grid-template-columns:repeat(5,minmax(0,1fr))}}.mc-cart{display:flex;flex-direction:column;min-height:calc(100vh - 104px - env(safe-area-inset-bottom,0px));background:#f2f3f5}.mc-cart__bar{display:flex;align-items:center;gap:8px;padding:12px 14px;background:#fff;border-bottom:1px solid #eceef2;flex-shrink:0}.mc-cart__bar h2{margin:0;font-size:16px;font-weight:700;color:#111}.mc-cart__count{font-size:12px;color:#888;background:#f3f4f6;border-radius:999px;padding:1px 8px}.mc-cart__manage{margin-left:auto;border:0;background:none;color:#333;font-size:15px;font-weight:500;cursor:pointer}.mc-cart__go{display:inline-flex;margin-top:8px;padding:10px 20px;border-radius:999px;background:#ff5000;color:#fff!important;font-size:14px;font-weight:600;text-decoration:none}.mc-cart__list{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:10px 10px 12px;display:flex;flex-direction:column;gap:10px}.mc-cart-group{background:#fff;border-radius:10px;padding:12px 10px 8px}.mc-cart-group__head{display:grid;grid-template-columns:22px 56px 1fr;gap:10px;align-items:center;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #f0f0f0}.mc-cart-group__img{width:56px;height:56px;border-radius:8px;overflow:hidden;background:#f7f8fa;display:flex;align-items:center;justify-content:center}.mc-cart-group__img img{width:100%;height:100%;object-fit:contain}.mc-cart-group__name{font-size:15px;font-weight:700;color:#111;text-decoration:none;line-height:1.35;word-break:break-word}.mc-cart-line{display:grid;grid-template-columns:22px 1fr auto;gap:8px;align-items:center;padding:10px 0;border-top:1px dashed #f0f0f0}.mc-cart-line:first-of-type{border-top:0}.mc-cart-check--sm{width:18px;height:18px;font-size:10px}.mc-cart-line__main{min-width:0}.mc-cart-line__spec{font-size:14px;font-weight:600;color:#222;line-height:1.35;white-space:pre-line;margin-bottom:6px}.mc-cart-line__meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.mc-cart-check{width:20px;height:20px;border-radius:50%;border:1.5px solid #c8c8c8;background:#fff;padding:0;display:inline-flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;flex-shrink:0;font-size:12px}.mc-cart-check.on{background:#ff5000;border-color:#ff5000}.mc-cart-item__img-empty{color:#ccc;font-size:28px}.mc-cart-item__price{font-size:16px;font-weight:700;color:#ff5000;min-width:0}.mc-cart-qty{display:inline-flex;align-items:center;border:1px solid #e5e5e5;border-radius:4px;overflow:hidden;flex-shrink:0;margin-left:auto}.mc-cart-qty button{width:28px;height:28px;border:0;background:#fafafa;color:#333;cursor:pointer;font-size:16px;line-height:1}.mc-cart-qty input{width:36px;height:28px;border:0;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;text-align:center;font-size:13px;font-weight:600;outline:none;-moz-appearance:textfield}.mc-cart-qty input::-webkit-outer-spin-button,.mc-cart-qty input::-webkit-inner-spin-button{-webkit-appearance:none}.mc-cart-item__del{margin-top:8px;border:0;background:none;padding:0;color:#999;font-size:12px;cursor:pointer}.mc-cart-coupon{background:#fff;border-radius:10px;padding:12px;flex-shrink:0}.mc-cart-coupon__label{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#333;margin-bottom:8px}.mc-cart-coupon__row{display:flex;gap:8px;align-items:stretch}.mc-cart-coupon__row input{flex:1;min-width:0;height:36px;border:1px solid #e5e5e5;border-radius:6px;padding:0 10px;font-size:13px;text-transform:uppercase;outline:none}.mc-cart-coupon__row input:disabled{background:#f6ffed;color:#389e0d;font-weight:600}.mc-cart-coupon__row button{flex-shrink:0;height:36px;padding:0 14px;border:0;border-radius:6px;background:#ff5000;color:#fff;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.mc-cart-coupon__row button.is-on{background:#52c41a}.mc-cart-coupon__foot{margin-top:10px;display:flex;flex-direction:column;gap:6px}.mc-cart-coupon__msg{margin:0;font-size:12px;color:#ff4d4f;line-height:1.5;word-break:break-word;overflow-wrap:anywhere}.mc-cart-coupon__msg.ok{color:#52c41a}.mc-cart-coupon__hint{margin:0;font-size:12px;color:#666;line-height:1.5;word-break:break-word;overflow-wrap:anywhere}.mc-cart-dock{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border-top:1px solid #eceef2;flex-shrink:0;position:sticky;bottom:0;z-index:5}.mc-cart-dock__all{font-size:13px;color:#333;cursor:pointer;margin-right:auto}.mc-cart-dock__total{display:flex;flex-direction:column;align-items:flex-end;line-height:1.2}.mc-cart-dock__total em{font-style:normal;font-size:11px;color:#999}.mc-cart-dock__total strong{font-size:17px;font-weight:800;color:#ff5000}.mc-cart-dock__btn{display:inline-flex;align-items:center;justify-content:center;min-width:108px;height:40px;padding:0 16px;border-radius:20px;background:#ff5000;color:#fff!important;font-size:14px;font-weight:700;text-decoration:none}.mc-cart-dock__btn.disabled{opacity:.45;pointer-events:none}.mc-cart-dock__danger{margin-left:auto;height:36px;padding:0 18px;border:0;border-radius:18px;background:#ff4d4f;color:#fff;font-size:13px;font-weight:600;cursor:pointer}.mc-cart-dock__danger:disabled{opacity:.4;cursor:not-allowed}@media(max-width:900px){.mc-shell--tabbar:has(.mc-cart){height:100dvh;min-height:0;overflow:hidden}.mc-shell--tabbar:has(.mc-cart) .mc-main{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.mc-content:has(.mc-cart){flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.mc-cart{flex:1;min-height:0;height:auto}.mc-cart__list{padding-bottom:calc(72px + env(safe-area-inset-bottom,0px))}.mc-cart-coupon{padding:14px}.mc-cart-coupon__label{font-size:14px;margin-bottom:10px}.mc-cart-coupon__row{flex-direction:column;gap:10px}.mc-cart-coupon__row input{width:100%;height:42px;font-size:14px;padding:0 12px}.mc-cart-coupon__row button{width:100%;height:42px;font-size:14px}.mc-cart-coupon__foot{margin-top:12px;gap:8px}.mc-cart-coupon__msg,.mc-cart-coupon__hint{font-size:13px}.mc-cart-coupon__hint{padding:8px 10px;background:#f7f8fa;border-radius:6px;color:#555}.mc-cart-dock{position:fixed;left:0;right:0;bottom:calc(56px + env(safe-area-inset-bottom,0px));z-index:98}}@media(max-width:900px){.mc-shell--tabbar:has(.mc-products),.mc-shell--tabbar:has(.mc-service-page){height:100vh;height:100dvh;min-height:0;overflow:hidden}.mc-shell--tabbar:has(.mc-products) .mc-main,.mc-shell--tabbar:has(.mc-service-page) .mc-main{flex:1;min-height:0;overflow:hidden}.mc-content:has(.mc-products),.mc-content:has(.mc-service-page){padding:0;flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.mc-products{flex:1;min-height:0;max-height:100%;overflow:hidden}.mc-products__cats,.mc-products__main{min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.mc-products__main{padding-bottom:24px}.mc-service-page{flex:1;min-height:0;margin:0;display:flex;flex-direction:column;overflow:hidden}.mc-service-tabs{flex-shrink:0}.mc-service-panel{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.mc-dash-cs__grid--faq{grid-template-columns:1fr}}.mc-checkout{max-width:1100px;margin:0 auto;width:100%;box-sizing:border-box;overflow-x:hidden}.mc-checkout__layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,.9fr);gap:16px;align-items:start;width:100%}.mc-checkout .mc-box{min-width:0;max-width:100%;box-sizing:border-box;overflow:hidden}.mc-checkout__main h3,.mc-checkout__sum h3{margin:0 0 14px;font-size:16px}.mc-checkout__main h4{margin:0 0 10px;font-size:14px;color:#111827}.mc-co-block{margin:18px 0}.mc-co-form{margin-top:8px;width:100%;max-width:100%}.mc-co-addr__selected{display:flex;gap:12px;align-items:flex-start;justify-content:space-between;padding:12px 14px;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc}.mc-co-addr__selected-main{min-width:0;flex:1}.mc-co-addr__selected-top{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:4px}.mc-co-addr__line{margin:0;font-size:13px;color:#374151;line-height:1.45;word-break:break-word}.mc-co-addr__links{display:flex;flex-wrap:wrap;gap:10px 14px;align-items:center;margin-top:10px;font-size:13px}.mc-co-addr__pick{margin-top:10px;display:flex;flex-direction:column;gap:8px}.mc-co-addr__option{text-align:left;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;width:100%;box-sizing:border-box}.mc-co-addr__option.on,.mc-co-addr__option:hover{border-color:#09398c;background:#f5f8ff}.mc-co-addr__option-name{display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-weight:600;margin-bottom:4px}.mc-co-addr__option p{margin:0;font-size:12px;color:#6b7280;word-break:break-word}.mc-co-fold-head{display:flex;align-items:center;gap:8px;width:100%;padding:0;border:0;background:transparent;cursor:pointer;text-align:left;font:inherit;color:inherit}.mc-co-fold-head:disabled{cursor:default;opacity:.7}.mc-co-fold-head__title{font-size:15px;font-weight:700;color:#111827;flex-shrink:0}.mc-co-fold-head__val{flex:1;min-width:0;text-align:right;font-size:13px;font-weight:600;color:#09398c;white-space:nowrap}.mc-co-fold-head__hint{flex:1;text-align:right;font-size:12px;color:#9ca3af}.mc-co-fold-head__chev{flex-shrink:0;font-size:14px;color:#6b7280;transition:transform .2s ease}.mc-co-fold-head.is-open .mc-co-fold-head__chev{transform:rotate(180deg)}.mc-co-fold-body{margin-top:10px}.mc-co-options{display:flex;flex-direction:column;gap:8px}.mc-co-option{display:flex;align-items:center;gap:12px;width:100%;max-width:100%;box-sizing:border-box;text-align:left;padding:12px 14px;border:2px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer}.mc-co-option:hover{border-color:#09398c;background:#f5f8ff}.mc-co-option.on{border-color:#09398c;background:#eef3ff}.mc-co-option:disabled,.mc-co-option.is-disabled{opacity:.55;cursor:not-allowed}.mc-co-option:disabled:hover,.mc-co-option.is-disabled:hover{border-color:#e5e7eb;background:#fff}.mc-co-option__warn{color:#dc2626!important}.mc-co-option__body{flex:1;min-width:0}.mc-co-option__body strong{display:block;font-size:14px;color:#111827;word-break:break-word}.mc-co-option__body span{display:block;margin-top:2px;font-size:12px;color:#6b7280;word-break:break-word}.mc-co-option em{font-style:normal;font-weight:700;color:#09398c;white-space:nowrap;flex-shrink:0}.mc-co-points{margin-top:10px}.mc-co-notes{margin:18px 0 0}.mc-co-notes__label{display:block;margin-bottom:8px;font-size:14px;font-weight:600;color:#111827;line-height:1.4}.mc-co-notes .el-textarea{width:100%}.mc-co-combo-hint{margin:6px 0 0;font-size:12px;color:var(--mc-muted);line-height:1.45}.mc-co-totals__remain{display:flex;justify-content:space-between;margin-top:6px;font-size:14px;font-weight:600;color:#09398c}.mc-co-err{color:#b42318;font-size:13px;margin:8px 0;word-break:break-word}.mc-co-err--hint{color:#b45309}.mc-co-coupon-hint{margin:-4px 0 8px;font-size:12px;color:#888;line-height:1.5;word-break:break-word;overflow-wrap:anywhere}.mc-co-submit{width:100%;margin-top:8px}.mc-co-terms{margin-top:12px;font-size:12px;color:#6b7280;line-height:1.5;word-break:break-word}.mc-co-terms a{color:#09398c}.mc-co-sum-list{display:flex;flex-direction:column;gap:12px;margin-bottom:14px}.mc-co-sum-item{display:flex;gap:10px;align-items:flex-start;min-width:0}.mc-co-sum-item img,.mc-co-sum-empty{width:52px;height:52px;border-radius:6px;object-fit:cover;background:#f3f4f6;flex-shrink:0}.mc-co-sum-info{flex:1;min-width:0;font-size:13px}.mc-co-sum-info strong{display:block;color:#111827;word-break:break-word}.mc-co-sum-info span{display:block;margin-top:2px;color:#6b7280;font-size:12px}.mc-co-sum-item em{font-style:normal;font-weight:600;font-size:13px;white-space:nowrap;flex-shrink:0}.mc-co-totals{border-top:1px solid #e5e7eb;padding-top:12px;font-size:13px}.mc-co-totals>div{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px;color:#374151;min-width:0}.mc-co-totals>div>span:first-child{min-width:0;word-break:break-word}.mc-co-totals .neg{color:#b42318;flex-shrink:0}.mc-co-totals code{font-family:ui-monospace,monospace;font-size:11px;background:#f0f4ff;padding:1px 6px;border-radius:3px;margin-left:4px}.mc-co-x{border:0;background:none;color:#e74c3c;cursor:pointer;padding:0 2px;font-size:12px}.mc-co-totals__strong{font-weight:700;font-size:15px;color:#111827!important;margin-top:4px;padding-top:8px;border-top:1px solid #e5e7eb}.mc-co-back{display:inline-block;margin-top:12px;font-size:13px;color:#09398c}@media(max-width:900px){.mc-shell--flush .mc-content:has(.mc-checkout){padding:12px 12px 20px;overflow-x:hidden}.mc-checkout{padding:0}.mc-checkout .mc-box{padding:16px 14px}.mc-checkout__layout{grid-template-columns:1fr;gap:12px}.mc-checkout__sum{order:-1}.mc-co-addr__selected{flex-direction:column;align-items:stretch}.mc-co-option{align-items:flex-start;padding:12px}.mc-setting-list,.mc-setting-row{max-width:100%}.mc-setting-row{grid-template-columns:minmax(0,1fr) auto auto;gap:8px;padding:12px 10px}.mc-setting-row__label,.mc-setting-row__val{min-width:0;overflow:hidden;text-overflow:ellipsis}.mc-box{padding:16px 14px}}.mc-profile-avatar{display:flex;align-items:center;gap:16px;margin:12px 0 16px}.mc-profile-avatar__pic{width:72px;height:72px;border-radius:var(--mc-radius-sm);overflow:hidden;flex-shrink:0;background:var(--mc-primary-soft);display:flex;align-items:center;justify-content:center}.mc-profile-avatar__pic img{width:100%;height:100%;object-fit:cover}.mc-profile-avatar__ph{font-size:28px;font-weight:600;color:var(--mc-primary)}.mc-profile-avatar__label{margin:0 0 8px;font-size:13px;color:var(--mc-muted)}.mc-profile-avatar__file{display:none}.mc-profile-avatar__reason{margin-top:10px;margin-bottom:0}
