.mb-more-backdrop{position:fixed;inset:0;z-index:120;background:rgba(2,31,23,.42);display:flex;align-items:flex-end;justify-content:center;padding:14px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.mb-more-sheet{width:min(560px,100%);background:#fff;border-radius:26px 26px 18px 18px;padding:10px 16px calc(18px + env(safe-area-inset-bottom));box-shadow:0 -18px 50px rgba(4,57,40,.24);animation:mbMoreUp .2s ease both}.mb-more-handle{width:46px;height:5px;border-radius:999px;background:#d9e5df;margin:2px auto 12px}.mb-more-sheet header{display:flex;align-items:center;justify-content:space-between;gap:16px}.mb-more-sheet header small{font-size:9px;letter-spacing:.14em;color:#9a7725;font-weight:800}.mb-more-sheet h2{margin:4px 0 12px;color:#073f30;font-size:24px}.mb-more-close{border:0;background:#edf6f1;color:#0b5b42;width:38px;height:38px;border-radius:50%;font-size:24px;line-height:1}.mb-more-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.mb-more-grid button,.mb-more-grid a{min-height:92px;border:1px solid #e3eee8;border-radius:18px;background:linear-gradient(180deg,#fbfefc,#f2f8f5);display:grid;place-items:center;align-content:center;gap:8px;text-decoration:none;color:#0a573f;font:inherit;padding:12px 8px}.mb-more-grid b{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#e8f5ee;color:#0a6749;font-size:18px}.mb-more-grid span{font-size:11px;font-weight:750;text-align:center}.mb-more-grid a:nth-child(4) b,.mb-more-grid button:nth-child(2) b{background:#fff4dc;color:#9a7220}@keyframes mbMoreUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@media(min-width:801px){.mb-more-backdrop{display:none!important}}@media(max-width:380px){.mb-more-grid{grid-template-columns:repeat(2,1fr)}.mb-more-sheet h2{font-size:22px}}.mb-more-language{margin-top:12px;border:1px solid #e3eee8;border-radius:16px;background:#f8fbf9;padding:11px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.mb-more-language>span{font-size:11px;font-weight:800;color:#174b3b}.mb-more-language select{min-width:140px;border:1px solid #d6e6de;border-radius:11px;background:#fff;color:#0b5b42;padding:9px 10px;font:inherit;font-size:11px;font-weight:750}@media(max-width:380px){.mb-more-language select{min-width:122px}}