.m-header{width:100%}.m-header__bar{margin-top:12px;margin-bottom:12px;border-radius:16px;background:var(--colors-text-text-tretiary,#15122b);color:#ffffff;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:64px}.m-header__left,.m-header__right{display:flex;align-items:center;gap:12px;padding:0 12px}.m-header__left{justify-content:flex-start}.m-header__right{justify-content:flex-end}.m-header__logo{display:inline-flex;justify-self:center}.m-icon-btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;color:#fff;background:transparent}.m-icon-btn--accent{background:rgba(160,132,255,.25)}.m-drawer__panel{width:88vw;max-width:360px;background:#fbf5f7;border-radius:0 24px 24px 0;padding:16px}.m-drawer__header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.m-menu{display:grid;gap:8px}.m-menu__item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px 16px;border-radius:20px;color:#15122b;text-decoration:none;background:rgba(21,18,43,.04)}.m-menu__item--active{background:var(--colors-purple-100,#bdafeb);color:#15122b}.m-menu__label{font-size:20px}.m-badge{min-width:28px;height:28px;padding:0 8px;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;background:var(--colors-purple-500,#4d3698);color:#fff;font-weight:600}.m-menu__group{width:100%;height:56px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 12px 0 16px;border-radius:16px;background:transparent;border:0;color:#15122b}.m-menu__group:hover{background:rgba(21,18,43,.04)}.m-menu__arrow{transition:transform .2s ease}.m-menu__group.is-open .m-menu__arrow{transform:rotate(180deg)}.m-submenu{display:grid;gap:8px;padding:0 0 8px 8px}.m-submenu__item{display:block;padding:10px 14px;border-radius:14px;color:#15122b;text-decoration:none;background:rgba(21,18,43,.04)}.m-menu__divider{height:1px;background:rgba(96,68,191,.6);margin:12px 0}@media (min-width:1025px){.m-header{display:none}}.acc-drawer__panel{padding:12px;width:88vw;max-width:360px}.acc-drawer__container{display:flex;flex-direction:column;gap:12px;padding:0;min-width:0}.acc-menu__section,.acc-menu__sections{display:flex;flex-direction:column;gap:2px}.acc-menu__item{display:flex;align-items:center;justify-content:space-between;padding:12px 8px;border-radius:14px;transition:background-color .2s ease}.acc-menu__item--active{background:var(--colors-base-primary-100,#BDAFEB)}.acc-menu__item--inactive{opacity:.5;pointer-events:none}.acc-menu__item-button{padding:0;margin:0;width:20px;height:20px}.acc-menu__item-left{display:flex;align-items:center;gap:8px}.acc-menu__nested{display:grid;grid-template-rows:0fr;gap:4px;padding:0 12px;overflow:hidden;transition:grid-template-rows .3s ease}.acc-menu__nested--open{grid-template-rows:1fr}.acc-menu__nested-content{min-height:0;display:flex;flex-direction:column;gap:4px}