.mtabbar{flex:none;display:grid;grid-template-columns:repeat(5,1fr);gap:2px;padding:8px 6px calc(env(safe-area-inset-bottom, 0px) + 8px);border-top:1px solid rgba(255,255,255,.08);background:linear-gradient(0deg,#0f1413,#0a0c0b);font-family:var(--font-sans),"Hanken Grotesk",system-ui,sans-serif;-webkit-tap-highlight-color:transparent}.mtabbar--fixed{position:fixed;left:0;right:0;bottom:0;z-index:45;background:rgba(10,12,11,.92);backdrop-filter:blur(18px) saturate(1.4);box-shadow:0 -12px 30px -18px rgba(0,0,0,.8)}@media (min-width:640px){.mtabbar--fixed{display:none}}.mtabbar--6{grid-template-columns:repeat(6,1fr)}.mtabbar a,.mtabbar button{display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px 0;border-radius:12px;color:rgba(255,255,255,.42);font-size:9.5px;font-weight:600;letter-spacing:.1px;text-decoration:none;transition:color .15s;background:none;border:none;font-family:inherit;cursor:pointer}.mtabbar a .ic,.mtabbar button .ic{position:relative;display:grid;place-items:center}.mtabbar a svg,.mtabbar button svg{width:22px;height:22px}.mtabbar a.on,.mtabbar button.on{color:#39d6c0}.mtabbar a:active,.mtabbar button:active{color:rgba(255,255,255,.96)}.mtabbar a .badge{position:absolute;top:-6px;left:11px;min-width:15px;height:15px;padding:0 4px;border-radius:8px;background:#f5564c;color:#fff;font-size:9px;font-weight:700;display:grid;place-items:center}html.light .mtabbar{border-top:1px solid rgba(20,30,28,.1);background:linear-gradient(0deg,#eef2f0,#ffffff)}html.light .mtabbar--fixed{background:rgba(255,255,255,.9);box-shadow:0 -12px 30px -18px rgba(20,30,28,.22)}html.light .mtabbar a,html.light .mtabbar button{color:rgba(22,32,30,.55)}html.light .mtabbar a.on,html.light .mtabbar button.on{color:#12a08c}html.light .mtabbar a:active,html.light .mtabbar button:active{color:rgba(22,32,30,.92)}.mmore-backdrop{position:fixed;inset:0;z-index:60;background:rgba(0,0,0,.45);backdrop-filter:blur(2px)}.mmore-sheet{position:fixed;left:0;right:0;bottom:0;z-index:61;padding:8px 16px calc(env(safe-area-inset-bottom, 0px) + 16px);border-radius:22px 22px 0 0;border-top:1px solid rgba(255,255,255,.1);background:rgba(13,17,16,.97);backdrop-filter:blur(26px) saturate(1.5);box-shadow:0 -22px 55px -22px rgba(0,0,0,.75);font-family:var(--font-sans),"Hanken Grotesk",system-ui,sans-serif;color:#f4f4f2;max-height:82vh;overflow-y:auto}.mmore-grip{width:38px;height:4px;border-radius:999px;background:rgba(255,255,255,.22);margin:4px auto 12px}.mmore-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding:0 2px}.mmore-head span{font-size:15px;font-weight:700;letter-spacing:.2px}.mmore-head button{background:none;border:none;color:rgba(255,255,255,.55);padding:6px;cursor:pointer}.mmore-head button svg{width:20px;height:20px}.mmore-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.mmore-item{display:flex;align-items:center;gap:10px;padding:13px 14px;border-radius:14px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.07);color:#f4f4f2;text-decoration:none;font-size:13px;font-weight:600;-webkit-tap-highlight-color:transparent}.mmore-item:active{background:rgba(255,255,255,.12)}.mmore-item.on{border-color:rgba(57,214,192,.5);background:rgba(57,214,192,.08)}.mmore-ic{display:grid;place-items:center}.mmore-ic svg{width:18px;height:18px;color:#39d6c0}.mmore-settings{margin-top:14px;display:grid;gap:8px}.mmore-srow{justify-content:space-between;padding:9px 14px;border-radius:14px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.07);font-weight:600}.mmore-logout,.mmore-srow{display:flex;align-items:center;font-size:13px}.mmore-logout{justify-content:center;gap:8px;width:100%;padding:12px;margin-top:2px;border-radius:14px;border:1px solid rgba(245,86,76,.3);background:rgba(245,86,76,.1);color:#ff7a70;font-weight:700;font-family:inherit;cursor:pointer}.mmore-logout svg{width:16px;height:16px}.mmore-logout:active{background:rgba(245,86,76,.2)}html.light .mmore-sheet{background:rgba(255,255,255,.98);border-top-color:rgba(20,30,28,.1);color:#12201d;box-shadow:0 -22px 55px -22px rgba(20,30,28,.25)}html.light .mmore-grip{background:rgba(20,30,28,.18)}html.light .mmore-head button{color:rgba(20,30,28,.5)}html.light .mmore-item,html.light .mmore-srow{background:rgba(20,30,28,.04);border-color:rgba(20,30,28,.08);color:#12201d}html.light .mmore-item.on{border-color:rgba(18,160,140,.45);background:rgba(18,160,140,.08)}