.mhw-fab{position:fixed;bottom:24px;left:24px;width:64px;height:64px;border-radius:50%;border:none;background:transparent;padding:0;cursor:pointer;z-index:60;-webkit-tap-highlight-color:transparent;transition:transform .2s ease}.mhw-fab:hover{transform:scale(1.08)}.mhw-fab:active{transform:scale(.95)}.mhw-fab__badge{position:absolute;top:2px;right:2px;width:14px;height:14px;border-radius:50%;background:#e53e3e;border:2px solid #fff;box-shadow:0 1px 4px #0003;animation:mhw-badge-pop .3s cubic-bezier(.34,1.56,.64,1)}@keyframes mhw-badge-pop{0%{transform:scale(0)}to{transform:scale(1)}}.mhw-fab__img{width:64px;height:64px;border-radius:50%;display:block;object-fit:cover;filter:drop-shadow(0 4px 14px rgba(22,112,255,.3))}.mhw-fab:before{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border-radius:50%;border:2px solid rgba(22,112,255,.4);animation:mhw-pulse 2.6s ease-out infinite;pointer-events:none}.mhw-fab[aria-expanded=true]:before{animation:none;opacity:0}@keyframes mhw-pulse{0%{transform:scale(1);opacity:1}70%{transform:scale(1.3);opacity:0}to{transform:scale(1.3);opacity:0}}.mhw-panel{display:none;position:fixed;bottom:100px;left:24px;width:400px;max-height:60vh;background:#fff;border-radius:20px;box-shadow:0 8px 48px #00000024,0 2px 8px #0000000f;z-index:61;overflow:hidden;transform:translateY(16px);opacity:0;flex-direction:column;transition:transform .28s cubic-bezier(.34,1.56,.64,1),opacity .2s ease,min-height .3s cubic-bezier(.4,0,.2,1)}.mhw-panel.is-open{transform:translateY(0);opacity:1}.mhw-panel--news-open{min-height:40vh}.mhw-panel__header{display:flex;align-items:center;gap:10px;padding:14px 16px 12px;border-bottom:1px solid #f0f0f0}.mhw-panel__logo{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}.mhw-panel__title{font-size:.875rem;font-weight:700;color:#111;flex:1;letter-spacing:-.01em}.mhw-panel__close{width:28px;height:28px;border-radius:50%;border:none;background:#f4f4f5;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;color:#666;flex-shrink:0;transition:background .15s}.mhw-panel__close:hover{background:#e4e4e7}.mhw-panel__close svg{width:10px;height:10px}.mhw-tabs{display:flex;border-bottom:1px solid #f0f0f0;padding:0 4px}.mhw-tab{flex:1;padding:10px 4px;font-size:.78rem;font-weight:500;border:none;background:none;cursor:pointer;color:#999;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s,border-color .15s;white-space:nowrap;font-family:inherit}.mhw-tab.is-active{color:#1670ff;border-bottom-color:#1670ff;font-weight:700}.mhw-tab:hover:not(.is-active){color:#444}.mhw-tab-panels{padding:12px;overflow-y:auto;flex:1;scrollbar-width:thin;scrollbar-color:#e0e0e0 transparent}.mhw-tab-panels::-webkit-scrollbar{width:4px}.mhw-tab-panels::-webkit-scrollbar-track{background:transparent}.mhw-tab-panels::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:4px}.mhw-pane{display:none}.mhw-pane.is-active{display:block}.mhw-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.mhw-grid-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:18px 12px 14px;border:1px solid #e5e7eb;border-radius:14px;text-decoration:none;color:inherit;background:#fff;transition:border-color .15s,box-shadow .15s,transform .15s}.mhw-grid-item:hover{border-color:#1670ff;box-shadow:0 4px 16px #1670ff1a;transform:translateY(-2px);color:inherit}.mhw-grid-item__icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--icon-bg, rgba(22, 112, 255, .1));flex-shrink:0}.mhw-grid-item__icon svg{width:22px;height:22px;color:var(--icon-color, #1670ff);stroke:var(--icon-color, #1670ff)}.mhw-grid-item__name{font-size:.75rem;font-weight:600;color:#111;line-height:1.3}.mhw-grid-item__sub{font-size:.65rem;color:#aaa;margin-top:-4px;line-height:1.3}.mhw-service-list{display:flex;flex-direction:column;gap:6px}.mhw-service-row{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.mhw-service-row__icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:none;flex-shrink:0;overflow:hidden}.mhw-service-row__icon-img{width:100%;height:100%;object-fit:contain}.mhw-service-row__icon svg{width:18px;height:18px;color:var(--icon-color, #1670ff);stroke:var(--icon-color, #1670ff)}.mhw-service-row__name{flex:1;font-size:.8rem;font-weight:600;color:#111}.mhw-service-row__actions{display:flex;gap:5px;flex-shrink:0}.mhw-action-btn{display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 10px;border-radius:10px;border:1px solid #e5e7eb;background:#fafafa;text-decoration:none;color:#666;cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s,background .15s}.mhw-action-btn svg{width:15px;height:15px;stroke:currentColor}.mhw-action-btn span{font-size:.6rem;font-weight:700;letter-spacing:.02em;line-height:1}.mhw-action-btn:hover{border-color:#1670ff;color:#1670ff;background:#1670ff0d}.mhw-news-list{display:flex;flex-direction:column;gap:8px}.mhw-news-empty{font-size:.78rem;color:#aaa;text-align:center;padding:20px 0;margin:0}.mhw-news-item{padding:11px 13px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;display:flex;flex-direction:column;gap:4px}.mhw-news-item--has-detail{cursor:pointer;transition:background .15s,border-color .15s}.mhw-news-item--has-detail:hover{background:#f9fafb;border-color:#d1d5db}.mhw-news-detail__date{display:block;font-size:.7rem;color:#6b7280;margin-bottom:8px}.mhw-news-detail__image{display:block;width:calc(100% + 28px);height:80px;object-fit:contain}.mhw-news-detail__title{font-size:1rem;font-weight:700;color:#111;margin:10px 0 6px;line-height:1.3;text-align:center}.mhw-news-detail__meta{display:flex;align-items:center;gap:7px;margin-bottom:12px}.mhw-news-detail__body{font-size:.85rem;line-height:1.65;color:#374151}.mhw-news-detail__body p{margin:0 0 .75em}.mhw-news-detail__body p:last-child{margin-bottom:0}.mhw-news-detail__body ul,.mhw-news-detail__body ol{padding-left:1.25em;margin:0 0 .75em}.mhw-news-detail__body li{margin-bottom:.25em}.mhw-news-detail__body a{color:#4f46e5}.mhw-news-item__top{display:flex;align-items:center;gap:7px}.mhw-news-badge{font-size:.6rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:2px 7px;border-radius:20px;background:#1670ff1a;color:#1670ff;flex-shrink:0}.mhw-news-date{font-size:.68rem;color:#bbb}.mhw-news-title{font-size:.8rem;font-weight:700;color:#111;margin:0;line-height:1.3;text-decoration:none}a.mhw-news-title:hover{color:#1670ff}.mhw-news-body{font-size:.72rem;color:#777;margin:0;line-height:1.5}.mhw-today-heading{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#aaa;margin:0 0 6px}.mhw-today-events{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.mhw-today-empty{font-size:.78rem;color:#aaa;text-align:center;padding:20px 0;margin:0}.mhw-today-loading{animation:mhw-fade-pulse 1.4s ease-in-out infinite}@keyframes mhw-fade-pulse{0%,to{opacity:1}50%{opacity:.4}}.mhw-today-event{padding:10px 12px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;display:flex;flex-direction:column;gap:4px}.mhw-today-event__top{display:flex;align-items:center;gap:7px}.mhw-today-event__chip{font-size:.6rem;font-weight:700;letter-spacing:.04em;padding:2px 6px;border-radius:4px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.mhw-today-event__chip--logo{background:none!important;padding:0}.mhw-today-event__chip-logo{display:block;height:24px;max-width:50px;width:auto;object-fit:contain}.mhw-today-event__name{font-size:.78rem;font-weight:600;color:#111;line-height:1.3}.mhw-today-event__time{font-size:.7rem;color:#888;padding-left:1px}.mhw-events-all-link{display:flex;align-items:center;gap:7px;font-size:.75rem;font-weight:600;color:#1670ff;text-decoration:none;padding:8px 0 2px;border-top:1px solid #f0f0f0;transition:opacity .15s}.mhw-events-all-link:hover{opacity:.75}.mhw-events-all-link svg{width:14px;height:14px;flex-shrink:0}.mhw-contact{display:flex;flex-direction:column;gap:16px}.mhw-contact-section{display:flex;flex-direction:column;gap:4px}.mhw-contact-label{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#aaa;margin-bottom:2px}.mhw-contact-row{display:flex;align-items:flex-start;gap:8px;padding:5px 0;text-decoration:none;color:#333;font-size:.78rem;line-height:1.4;transition:color .15s}.mhw-contact-row svg{width:14px;height:14px;flex-shrink:0;margin-top:2px;color:#aaa}a.mhw-contact-row:hover{color:#1670ff}a.mhw-contact-row:hover svg{color:#1670ff}.mhw-hours{display:flex;flex-direction:column;gap:3px}.mhw-hours-row{display:flex;justify-content:space-between;font-size:.78rem;color:#333}.mhw-hours-row span:first-child{color:#666}.mhw-socials{display:flex;gap:6px;flex-wrap:wrap;margin-top:2px}.mhw-social-btn{width:34px;height:34px;border-radius:8px;border:1px solid #e5e7eb;background:#fafafa;display:flex;align-items:center;justify-content:center;color:#555;text-decoration:none;transition:border-color .15s,color .15s,background .15s}.mhw-social-btn svg{width:16px;height:16px}.mhw-social-btn:hover{border-color:#1670ff;color:#1670ff;background:#1670ff0d}.mhw-panel-body{position:relative;overflow:hidden;flex:1;display:flex;flex-direction:column}.mhw-sub-pane{display:none;position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;border-radius:inherit;overflow:hidden;flex-direction:column;z-index:2}.mhw-sub-pane.is-entering{display:flex;animation:mhw-slide-in .28s ease forwards}.mhw-sub-pane.is-active{display:flex}.mhw-sub-pane.is-leaving{display:flex;animation:mhw-slide-out .24s ease forwards}@keyframes mhw-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes mhw-slide-out{0%{transform:translate(0)}to{transform:translate(100%)}}.mhw-sub-pane__header{display:flex;align-items:center;gap:8px;padding:10px 14px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.mhw-sub-back{display:flex;align-items:center;gap:4px;font-size:.75rem;font-weight:600;color:#1670ff;border:none;background:none;cursor:pointer;padding:4px 0;font-family:inherit}.mhw-sub-pane__title{font-size:.8rem;font-weight:700;color:#111;flex:1;text-align:right}.mhw-sub-pane__body{flex:1;overflow-y:auto;padding:12px 14px;scrollbar-width:thin;scrollbar-color:#e0e0e0 transparent}.mhw-tracker-form{display:flex;gap:6px;margin-bottom:12px;align-items:center}input.mhw-tracker-input{flex:1;height:36px;padding:0 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:.82rem;font-family:inherit;background:#fff;box-sizing:border-box;margin:0}.mhw-tracker-input:focus{outline:none;border-color:#1670ff}.mhw-tracker-submit{height:36px;padding:0 14px;background:#1670ff;color:#fff;border:none;border-radius:8px;font-size:.82rem;font-weight:600;cursor:pointer;white-space:nowrap;font-family:inherit;flex-shrink:0}.mhw-tracker-submit:hover{background:#0e5de0}.mhw-tracker-status{padding:8px 12px;border-left:3px solid #1670ff;border-radius:0 8px 8px 0;background:#1670ff0d;margin-bottom:12px}.mhw-tracker-status__label{font-size:.7rem;color:#888;margin:0}.mhw-tracker-status__value{font-size:.82rem;font-weight:600;color:#111;margin:2px 0 0}.mhw-tracker-steps{display:flex;flex-direction:column}.mhw-tracker-step{display:flex;gap:10px;position:relative}.mhw-tracker-step:not(:last-child) .mhw-tracker-step__dot:after{content:"";position:absolute;top:20px;left:9px;width:2px;bottom:-8px;background:#e5e7eb}.mhw-tracker-step__dot{width:20px;height:20px;border-radius:50%;border:2px solid #e5e7eb;background:#fff;flex-shrink:0;position:relative;margin-top:2px;display:flex;align-items:center;justify-content:center}.mhw-tracker-step.completed .mhw-tracker-step__dot{background:#22c55e;border-color:#22c55e}.mhw-tracker-step.completed .mhw-tracker-step__dot svg{width:10px;height:10px}.mhw-tracker-step.current .mhw-tracker-step__dot{border-color:#1670ff;animation:mhw-step-pulse 1.8s ease-in-out infinite}@keyframes mhw-step-pulse{0%,to{box-shadow:0 0 #1670ff66}50%{box-shadow:0 0 0 5px #1670ff00}}.mhw-tracker-step.current .mhw-tracker-step__dot:before{content:"";width:8px;height:8px;border-radius:50%;background:#1670ff}.mhw-tracker-step__content{flex:1;display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:16px;min-width:0}.mhw-tracker-step__name{font-size:.78rem;font-weight:600;color:#111}.mhw-tracker-step.pending .mhw-tracker-step__name{color:#aaa;font-weight:500}.mhw-tracker-step__date{font-size:.68rem;color:#aaa;white-space:nowrap;margin-left:8px}.mhw-tracker-full-link{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:4px;padding:8px 0;border-top:1px solid #f0f0f0;font-size:.75rem;font-weight:600;color:#1670ff;text-decoration:none;transition:opacity .15s}.mhw-tracker-full-link:hover{opacity:.75}.mhw-tracker-loading{text-align:center;padding:24px 0}.mhw-tracker-loading:after{content:"";display:inline-block;width:20px;height:20px;border:2px solid #e5e7eb;border-top-color:#1670ff;border-radius:50%;animation:mhw-spin .7s linear infinite}@keyframes mhw-spin{to{transform:rotate(360deg)}}.mhw-tracker-error{font-size:.78rem;color:#dc2626;text-align:center;padding:16px 0;margin:0}.mhw-con-form{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}input.mhw-con-input{height:36px;padding:0 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:.82rem;font-family:inherit;background:#fff;box-sizing:border-box;margin:0}input.mhw-con-input:focus{outline:none;border-color:#1670ff}.mhw-con-submit{height:36px;background:#1670ff;color:#fff;border:none;border-radius:8px;font-size:.82rem;font-weight:600;cursor:pointer;font-family:inherit;width:100%}.mhw-con-submit:hover{background:#0e5de0}.mhw-con-submit:disabled{background:#93b4f5;cursor:not-allowed}.mhw-con-summary{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:10px}.mhw-con-summary__number{font-size:.78rem;font-weight:700;color:#111}.mhw-con-summary__count{font-size:.68rem;color:#888;margin-top:2px}.mhw-con-items{display:flex;flex-direction:column;gap:6px}.mhw-con-item{display:flex;gap:10px;align-items:flex-start;padding:10px;border:1px solid #e5e7eb;border-radius:10px;background:#fff}.mhw-con-item__thumb{width:48px;height:80px;border-radius:4px;overflow:hidden;flex-shrink:0;background:#f4f4f5}.mhw-con-item__thumb img{width:100%;height:100%;object-fit:cover;display:block}.mhw-con-item__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.55rem;color:#aaa;text-align:center}.mhw-con-item__body{flex:1;min-width:0}.mhw-con-item__top{display:flex;align-items:flex-start;gap:6px;margin-bottom:2px}.mhw-con-item__name{flex:1;font-size:.78rem;font-weight:700;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.mhw-con-item__set{font-size:.68rem;color:#888;margin-bottom:3px;line-height:1.4}.mhw-con-item__grade{font-size:.7rem;color:#444;font-weight:500}.mhw-con-item__meta{font-size:.65rem;color:#aaa;margin-top:2px}.mhw-con-badge{font-size:.58rem;font-weight:700;letter-spacing:.04em;padding:2px 7px;border-radius:20px;white-space:nowrap;flex-shrink:0}.mhw-con-badge--blue{background:#1670ff1a;color:#1670ff}.mhw-con-badge--indigo{background:#4f46e51a;color:#4f46e5}.mhw-con-badge--green{background:#16a34a1a;color:#16a34a}.mhw-con-badge--emerald{background:#0596691a;color:#059669}.mhw-con-badge--orange{background:#ea580c1a;color:#ea580c}.mhw-con-badge--amber{background:#d977061a;color:#d97706}.mhw-con-badge--purple{background:#9333ea1a;color:#9333ea}.mhw-con-badge--red{background:#dc26261a;color:#dc2626}.mhw-con-badge--gray{background:#6b72801a;color:#6b7280}.mhw-social-footer{display:flex;justify-content:center;gap:12px;padding:8px 12px 10px;border-top:1px solid #f0f0f0}.mhw-social-footer__btn{display:flex;align-items:center;justify-content:center;color:#bbb;text-decoration:none;transition:color .2s}.mhw-social-footer__btn:hover{color:#666}.mhw-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:60;opacity:0;pointer-events:none;transition:opacity .25s ease}.mhw-backdrop.is-open{opacity:1;pointer-events:auto}@media(max-width:480px){.mhw-backdrop{display:block}.mhw-panel{bottom:0;left:0;right:0;width:100%;border-radius:20px 20px 0 0;transform:translateY(100%);opacity:1;transition:transform .32s cubic-bezier(.32,.72,0,1),min-height .3s cubic-bezier(.4,0,.2,1);max-height:85vh;display:flex;flex-direction:column}.mhw-panel.is-open{transform:translateY(0);opacity:1}.mhw-tab-panels{max-height:unset;flex:1;overflow-y:auto}.mhw-fab{left:16px;bottom:16px}}.mhw-sub-pane input[type=radio]{position:static;width:16px;height:16px;flex-shrink:0;cursor:pointer;accent-color:#1670ff;margin:0}.mhw-go-delivery-opt{position:relative}.mhw-go-delivery-opt input[type=radio]{position:absolute;left:0;top:0;width:1px;height:1px;opacity:0;pointer-events:none}.mhw-go-progress{display:flex;gap:4px;margin-bottom:16px}.mhw-go-progress[hidden]{display:none}.mhw-go-step{flex:1;height:3px;border-radius:2px;background:#e5e7eb;transition:background .2s ease}.mhw-go-step--active{background:#1670ff}.mhw-go-step--done{background:#22c259}.mhw-go-notifications{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.mhw-go-notifications:empty{display:none}.mhw-go-notification{font-size:.78rem;line-height:1.4;padding:10px 12px;border-radius:6px;border-left:3px solid}.mhw-go-notification--error{background:#fef2f2;color:#991b1b;border-left-color:#dc2626}.mhw-go-notification--success{background:#f0fdf4;color:#166534;border-left-color:#22c259}.mhw-go-intro{display:flex;flex-direction:column;gap:14px}.mhw-go-intro__heading{font-size:.9rem;font-weight:700;margin:0;color:#111}.mhw-go-intro__rows{display:flex;flex-direction:column;gap:10px}.mhw-go-intro__row{display:flex;align-items:flex-start;gap:10px}.mhw-go-intro__row-icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#eff6ff;color:#1670ff;display:flex;align-items:center;justify-content:center}.mhw-go-intro__row-icon svg{width:14px;height:14px}.mhw-go-intro__row-text{flex:1;min-width:0}.mhw-go-intro__row-title{font-size:.78rem;font-weight:700;color:#111;margin-bottom:1px}.mhw-go-intro__row-desc{font-size:.72rem;color:#666;line-height:1.45}.mhw-go-intro__note{font-size:.7rem;text-align:center;color:#999;padding:8px 10px;background:#f9fafb;border-radius:6px;line-height:1.4;margin:0}.mhw-go-intro-start{width:100%}.mhw-go-desc{font-size:.78rem;color:#555;margin:0 0 12px;line-height:1.45}.mhw-go-cert-list{display:flex;flex-direction:column;gap:8px}.mhw-go-cert-row{display:flex;align-items:center;gap:8px}input.mhw-go-cert-input{flex:1;height:44px;padding:0 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;color:#111;background:#fff;margin:0;-webkit-appearance:none;appearance:none}input.mhw-go-cert-input:focus{outline:none;border-color:#1670ff;box-shadow:0 0 0 3px #1670ff1f}.mhw-go-cert-remove{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:none;border:none;color:#9ca3af;cursor:pointer;border-radius:8px;transition:color .15s,background .15s}.mhw-go-cert-remove:hover{color:#dc2626;background:#fef2f2}.mhw-go-cert-remove[hidden]{visibility:hidden;pointer-events:none}.mhw-go-add-cert{display:flex;align-items:center;gap:6px;margin-top:10px;padding:0;background:none;border:none;font-size:.78rem;font-weight:600;color:#1670ff;cursor:pointer}.mhw-go-add-cert:hover{opacity:.8}.mhw-go-add-cert:disabled{color:#adb5bd;cursor:not-allowed}.mhw-go-form{display:flex;flex-direction:column;gap:12px}.mhw-go-field{display:flex;flex-direction:column;gap:5px}.mhw-go-field>label{font-size:.75rem;font-weight:600;color:#374151}input.mhw-go-input{height:44px;padding:0 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;color:#111;background:#fff;width:100%;margin:0;-webkit-appearance:none;appearance:none}input.mhw-go-input:focus{outline:none;border-color:#1670ff;box-shadow:0 0 0 3px #1670ff1f}.mhw-go-field-row{display:flex;gap:10px}.mhw-go-field-row .mhw-go-field{flex:1;min-width:0}.mhw-go-field--error input.mhw-go-input,.mhw-go-field--error input.mhw-go-cert-input{border-color:#dc2626;box-shadow:none}.mhw-go-field-error{font-size:.7rem;color:#dc2626;margin:0}.mhw-go-delivery-opts{display:flex;flex-direction:column;gap:8px;margin-top:4px}.mhw-go-delivery-opt{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1.5px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:.82rem;font-weight:500;color:#374151;transition:border-color .15s,background .15s;-webkit-user-select:none;user-select:none}.mhw-go-delivery-opt:has(input:checked){border-color:#1670ff;background:#f0f6ff;color:#1670ff;font-weight:600}.mhw-go-delivery-opt__body{display:flex;align-items:center;gap:8px}.mhw-go-delivery-opt__body svg{width:16px;height:16px;flex-shrink:0}.mhw-go-honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.mhw-go-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:16px;padding-top:14px;border-top:1px solid #f0f0f0}.mhw-go-back-step{background:none;border:none;font-size:.78rem;font-weight:600;color:#6b7280;cursor:pointer;min-height:44px;padding:0 4px}.mhw-go-back-step:hover{color:#374151}.mhw-go-btn--primary{height:44px;padding:0 20px;background:#1670ff;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s}.mhw-go-btn--primary:hover{background:#0e5de0}.mhw-go-btn--primary:disabled{background:#93b4f5;cursor:not-allowed}.mhw-go-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px 8px 8px;gap:10px}.mhw-go-success__icon{width:52px;height:52px;color:#22c259}.mhw-go-success__heading{font-size:1rem;font-weight:700;color:#111;margin:0}.mhw-go-success__ref{font-size:.78rem;margin:0;color:#555}.mhw-go-purchase-number{font-weight:700;color:#1670ff}.mhw-go-success__note{font-size:.78rem;color:#555;line-height:1.55;margin:0;max-width:280px}.mhw-go-done{width:100%;margin-top:6px}.mhw-panel--graded-open{min-height:60vh}
/*# sourceMappingURL=/cdn/shop/t/24/assets/mana-hub-widget.css.map */
