.header{width:100%}.header__bar{margin-top:24px;margin-bottom:24px;border-radius:32px;background:var(--colors-text-text-tretiary,#15122b);color:#ffffff}.header__inner{height:112px;padding-left:40px;padding-right:40px;display:flex;align-items:center;justify-content:space-between}.header__logo{display:inline-flex;align-items:center}@media (max-width:1024px){.header__inner{height:72px;padding-left:16px;padding-right:16px}}.header__right{gap:20px}.header__nav,.header__right{display:flex;align-items:center}.header__nav{gap:24px;color:var(--colors-base-primary-50,#ece7f8);font-size:15px}.nav-trigger{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:8px;background:transparent;border:0;color:inherit;cursor:pointer;transition:background .2s ease,color .2s ease;-webkit-font-smoothing:unset;-moz-osx-font-smoothing:unset}.nav-trigger:hover{background:rgba(255,255,255,.05);color:#ffffff}.nav-link{padding:4px 8px;border-radius:8px;color:inherit;text-decoration:none;transition:background .2s ease,color .2s ease}.nav-link:hover{background:rgba(255,255,255,.05);color:#ffffff}.menu-panel{min-width:280px;border-radius:24px;background:linear-gradient(180deg,#2f2955,#2a254d);border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 24px rgba(0,0,0,.3)}.menu-item{padding:14px 16px!important;border-radius:20px!important;color:var(--colors-base-primary-50,#ece7f8);transition:background .2s ease,color .2s ease}.menu-item:hover,.menu-item[data-hover]{background:rgba(255,255,255,.08)!important}.header__controls{display:flex;align-items:center;gap:12px}.icon-button{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background:var(--colors-base-primary-700,#201c40);transition:background .2s ease,border-color .2s ease;color:var(--colors-base-primary-50,#ece7f8)}.icon-button:hover{background:rgba(255,255,255,.1)}.account-button{height:48px;display:inline-flex;align-items:center;gap:8px;border-radius:9999px;padding-left:16px;padding-right:16px;text-decoration:none;background:var(--colors-base-primary-700,#201c40);color:var(--colors-base-primary-50,#ece7f8);transition:background .2s ease}.account-button:hover{background:rgba(255,255,255,.15)}.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}.m-modal{position:fixed;inset:0;pointer-events:none;z-index:60}.m-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5);opacity:0;transition:opacity .2s}.m-modal__panel{position:absolute;left:50%;top:12%;transform:translateX(-50%) scale(.96);width:calc(100vw - 32px);max-width:520px;background:#fbf5f7;border-radius:32px;padding:24px;transition:transform .25s ease;box-shadow:0 20px 60px rgba(0,0,0,.25)}.m-modal--open{pointer-events:auto}.m-modal--open .m-modal__panel{transform:translateX(-50%) scale(1)}.m-modal--open .m-modal__backdrop{opacity:1}.acc-drawer__panel{padding:12px;width:88vw;max-width:360px}.acc-drawer__container,.acc-menu__sections{display:flex;flex-direction:column;gap:12px}.acc-menu__section{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{border-radius:12px;background:var(--colors-base-primary-100,#BDAFEB)}.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}.m-brand{display:flex;justify-content:center;margin:40px 0 24px}.m-actions{display:grid;gap:16px}.m-btn{height:56px;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.m-btn--primary{background:var(--colors-purple-500,#4d3698);color:#fff}.m-btn--ghost{background:rgba(96,68,191,.16);color:#15122b}@media (min-width:1025px){.m-header{display:none}}