@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");:root{color-scheme:light;--font-plus-jakarta:"Plus Jakarta Sans",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--bg:#ececec;--panel:#f6f6f6;--line:#c8c8c8;--line-2:#b8b8b8;--text:#2f2f2f;--muted:#5a5a5a;--ease:cubic-bezier(0.2,0.8,0.2,1)}*{box-sizing:border-box}body{margin:0;font-family:var(--font-plus-jakarta),ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--text);background:var(--bg);min-height:100vh;min-height:100dvh}.protocolPage{max-width:920px;margin:0 auto;padding:clamp(14px,2.4vw,28px) clamp(14px,2.4vw,28px) 48px}.protocolTop{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:clamp(20px,3vw,32px)}.protocolBrand{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:var(--text);font-weight:700;letter-spacing:.02em}.protocolBrandCore{font-size:1rem}.protocolBrandDivider{width:1px;height:18px;background:var(--line-2)}.protocolBrandWord{font-size:.95rem;font-weight:600;color:var(--muted)}.protocolNav{display:flex;align-items:center;gap:8px}.protocolNavLink{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:999px;font-size:.82rem;font-weight:600;text-decoration:none;color:var(--text);border:1px solid var(--line);background:linear-gradient(180deg,#fafafa,#ececec);transition:border-color .15s var(--ease),background .15s var(--ease),transform .12s var(--ease)}.protocolNavLink:hover{border-color:var(--line-2);background:#f3f3f3;transform:translateY(-1px)}.protocolNavCta{font-weight:700}.protocolMain{display:flex;flex-direction:column;gap:clamp(16px,2vw,22px)}.panel{background:var(--panel);border-radius:12px;padding:clamp(18px,2.4vw,26px)}.wire{border:1px solid var(--line);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.65)}.wireInner{border:1px solid var(--line-2)}.protocolPill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);background:linear-gradient(180deg,#f0f0f0,#e4e4e4);margin-bottom:12px}.protocolH1{margin:0 0 10px;font-size:clamp(1.35rem,2.6vw,1.75rem);font-weight:700;line-height:1.25;letter-spacing:-.02em}.protocolLead{margin:0 0 18px;font-size:.95rem;line-height:1.55;color:var(--muted);max-width:62ch}.protocolHeroActions{display:flex;flex-wrap:wrap;gap:10px}.protocolBtn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:10px;font-size:.86rem;font-weight:700;text-decoration:none;border:1px solid var(--line);cursor:pointer;transition:border-color .15s var(--ease),background .15s var(--ease),transform .12s var(--ease)}.protocolBtnPrimary{color:var(--text);background:linear-gradient(180deg,#f4f4f4,#dedede)}.protocolBtnPrimary:hover{border-color:var(--line-2);background:linear-gradient(180deg,#f8f8f8,#e4e4e4);transform:translateY(-1px)}.protocolBtnGhost{color:var(--muted);background:transparent}.protocolBtnGhost:hover{background:rgba(0,0,0,.04);border-color:var(--line-2)}.protocolBtnSm{padding:8px 12px;font-size:.8rem}.protocolSection{padding:4px 0}.protocolSectionHead{display:flex;align-items:center;gap:8px;color:var(--muted);margin-bottom:6px}.protocolH2{margin:0;font-size:1rem;font-weight:700;color:var(--text)}.protocolMuted{margin:0 0 12px;font-size:.84rem;color:var(--muted);line-height:1.45}.protocolGrid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}@media (max-width:720px){.protocolGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:440px){.protocolGrid{grid-template-columns:minmax(0,1fr)}.protocolTop{flex-direction:column;align-items:flex-start}}.protocolTile{display:flex;flex-direction:column;gap:4px;padding:12px;border-radius:10px;text-decoration:none;color:var(--text);background:linear-gradient(180deg,#fafafa,#efefef);min-height:72px;transition:border-color .15s var(--ease),background .15s var(--ease),transform .12s var(--ease)}.protocolTile:hover{border-color:var(--line-2);background:#f6f6f6;transform:translateY(-1px)}.protocolTileName{font-size:.86rem;font-weight:700}.protocolTileHint{font-size:.72rem;color:var(--muted);line-height:1.3}.protocolFootInner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:14px;gap:14px;color:var(--muted)}@media (max-width:640px){.protocolFootInner{grid-template-columns:1fr;text-align:left}}.protocolH3{margin:0 0 6px;font-size:.92rem;font-weight:700;color:var(--text)}.protocolFootCopy{margin:0}.protocolFooter{margin-top:28px;padding-top:16px;border-top:1px solid var(--line);font-size:.75rem;color:var(--muted);display:flex;align-items:center;gap:10px;flex-wrap:wrap}.protocolFooterDot{width:4px;height:4px;border-radius:50%;background:var(--line-2)}.edxChromeStack{flex:1 1;display:flex;flex-direction:column;min-height:0}.edxChromeStack>:first-child{flex:1 1 auto}@media (min-width:901px){.edxChromeStack{height:calc(100dvh - var(--edx-utility-h, 36px))}}.edxMainViewport{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}@media (min-width:901px){.edxMainViewport{overflow-y:auto;overflow-x:hidden}}.edxSiteFooter{margin-top:12px;padding:10px max(env(safe-area-inset-right),var(--page-pad-x,16px)) max(12px,env(safe-area-inset-bottom)) max(env(safe-area-inset-left),var(--page-pad-x,16px));width:100%;border-top:1px solid var(--line,#d1d1d1);background:color-mix(in srgb,var(--panel,#fbfbfb) 88%,transparent);font-size:.78rem;color:var(--muted,#666);position:relative;z-index:5}@media (min-width:901px){html body.edx-with-utility-chrome .workspaceCenter>.edxSiteFooter{margin-top:auto!important;margin-left:0!important;width:100%!important;max-width:100%!important;transform:translateY(-8px)}}[data-edx-theme=dark] .edxSiteFooter{background:color-mix(in srgb,var(--panel,#161616) 92%,transparent);border-top-color:var(--line,#3a3a3a)}.edxSiteFooterInner{max-width:min(1320px,100%);margin:0 auto;display:flex;flex-direction:column;gap:10px;padding:0;border-top:none;background:transparent;border-radius:0}@supports selector(:has(*)){:root{--edx-shell-gap:clamp(8px,1.1vw,14px);--edx-shell-inset-x:max(env(safe-area-inset-left,0px),var(--page-pad-x,16px))}.edxMainViewport:has(.workspaceSidebarCollapsed) .edxSiteFooter{margin-left:calc(var(--edx-shell-inset-x) + 56px + var(--edx-shell-gap))!important;width:calc(100% - (var(--edx-shell-inset-x) + 56px + var(--edx-shell-gap)))!important}.edxMainViewport:not(:has(.workspaceSidebarCollapsed)) .edxSiteFooter{margin-left:calc(var(--edx-shell-inset-x) + clamp(176px, 18vw, 252px) + var(--edx-shell-gap))!important;width:calc(100% - (var(--edx-shell-inset-x) + clamp(176px, 18vw, 252px) + var(--edx-shell-gap)))!important}}[data-edx-theme=dark] .edxSiteFooterInner{border-top-color:transparent;background:transparent}.edxFooterRow{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.edxFooterRowSplit{justify-content:space-between}.edxFooterNav{display:flex;flex-wrap:wrap;gap:12px;list-style:none;padding:0;margin:0}.edxFooterNav a{color:var(--text,#424242);text-decoration:none;font-weight:500}.edxFooterNav a:hover{text-decoration:underline}.edxFooterSocial{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.edxFooterSocial a{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;border:1px solid var(--line,#d1d1d1);color:var(--text,#424242);text-decoration:none;transition:background-color .14s ease,transform .12s ease}.edxFooterSocial a:hover{background:rgba(0,0,0,.04);transform:translateY(-1px)}[data-edx-theme=dark] .edxFooterSocial a:hover{background:hsla(0,0%,100%,.06)}.edxFooterMeta{font-size:.72rem;color:var(--muted,#777)}.edxFooterKicker{font-size:.66rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted,#707070);margin:0 0 6px}@media (max-width:900px){.edxSiteFooter{margin-top:10px!important;margin-left:0!important;width:100%!important;max-width:100%!important;transform:none!important;padding:10px max(env(safe-area-inset-right,0px),12px) max(14px,env(safe-area-inset-bottom,0px)) max(env(safe-area-inset-left,0px),12px)}.edxSiteFooterInner{gap:12px}.edxFooterRowSplit{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:10px}.edxFooterRowSplit>.edxFooterSocial,.edxFooterRowSplit>nav{width:100%}.edxFooterNav{gap:8px 10px}.edxFooterNav li{flex:0 0 auto}.edxFooterNav a{display:inline-flex;align-items:center;min-height:28px;padding:0 2px}.edxFooterSocial{width:100%;justify-content:flex-start;gap:10px}.edxFooterMeta{font-size:.7rem;line-height:1.35}}@media (max-width:560px){.edxSiteFooter{padding-left:max(env(safe-area-inset-left,0px),10px);padding-right:max(env(safe-area-inset-right,0px),10px)}.edxSiteFooterInner{gap:10px}.edxFooterNav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:4px 10px;gap:4px 10px;width:100%}.edxFooterNav a{min-height:30px;font-size:.72rem}.edxFooterSocial a{width:30px;height:30px}.edxFooterKicker{margin-bottom:4px}.edxFooterMeta{font-size:.68rem}}:root{--edx-utility-h:36px;--edx-app-topbar-h:calc(2 * var(--edx-utility-h));--edx-chrome-stack-h:calc(var(--edx-utility-h) + var(--edx-app-topbar-h));--edx-app-topbar-pad-y:6px}.edxUtilityTopBar{position:relative;top:auto;z-index:72;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;width:100%;flex-shrink:0;min-height:var(--edx-utility-h);background:#262626;border-bottom:1px solid hsla(0,0%,100%,.14)}.edxUtilityTopBarInner{justify-content:space-between;row-gap:6px;box-sizing:border-box;min-height:0;padding-top:4px;padding-bottom:4px;padding-left:max(env(safe-area-inset-left,0px),var(--page-pad-x,16px));padding-right:max(env(safe-area-inset-right,0px),var(--page-pad-x,16px));max-width:none}.edxUtilityCluster,.edxUtilityTopBarInner{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.edxUtilityShoutbar{flex:1 1 auto;min-width:180px;max-width:52vw;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;padding:0 6px;gap:8px}.edxUtilityShoutLead{display:inline-flex;align-items:center;justify-content:center;width:20px;min-width:20px;color:hsla(0,0%,100%,.82)}.edxUtilityShoutViewport{flex:1 1 auto;min-width:0;overflow:hidden}.edxUtilityShoutbarTrack{display:inline-flex;align-items:center;gap:16px;min-width:max-content;white-space:nowrap;animation:edxShoutMarquee 36s linear infinite}@keyframes edxShoutMarquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.edxUtilityShoutItem{display:inline-flex;align-items:center;gap:6px;font-size:.68rem;font-weight:650;letter-spacing:.02em;color:hsla(0,0%,100%,.78)}.edxUtilityShoutItem:not(:last-child):after{content:"•";color:hsla(0,0%,100%,.38);margin-left:2px}.edxUtilityChip{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:flex-start;gap:6px;min-height:26px;margin:0;padding:3px 10px;border:1px solid hsla(0,0%,100%,.18);border-radius:6px;background:hsla(0,0%,100%,.02);color:hsla(0,0%,100%,.9);cursor:pointer;text-decoration:none;flex-shrink:0;font:inherit;line-height:1.25}.edxUtilityChip svg{flex-shrink:0;color:hsla(0,0%,100%,.88);border:none!important;outline:none!important;box-shadow:none!important;background:transparent!important;border-radius:999px}.edxUtilityChip:hover{color:hsla(0,0%,100%,.98);border-color:hsla(0,0%,100%,.32);background:hsla(0,0%,100%,.06)}.edxUtilityChip:hover svg{color:hsla(0,0%,100%,.96)}.edxUtilityChip:focus-visible{outline:1px solid hsla(0,0%,100%,.5);outline-offset:2px}.edxUtilityChipPlain{padding-left:0;padding-right:0}.edxUtilityChipPlain,.edxUtilityChipPlain:hover{border:none;background:transparent}.edxUtilityChipLabel{font-size:.68rem;font-weight:650;letter-spacing:.02em;white-space:nowrap}.edxUtilityLangWrap{display:inline-flex;align-items:center;gap:4px;min-height:24px;padding:2px 4px 2px 8px;border:1px solid hsla(0,0%,100%,.18);border-radius:6px;background:hsla(0,0%,100%,.02);color:hsla(0,0%,100%,.88);flex-shrink:0}.edxUtilityLangWrap svg{flex-shrink:0;opacity:.9}.edxUtilityLangHeading{font-size:.72rem;font-weight:650;letter-spacing:.03em;color:hsla(0,0%,100%,.72);white-space:nowrap}.edxUtilitySelectLabeled{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;padding:1px 20px 1px 6px;min-height:20px;border:none;border-left:1px solid hsla(0,0%,100%,.18);border-radius:0 3px 3px 0;background:transparent;font-size:.68rem;font-weight:650;letter-spacing:.02em;color:hsla(0,0%,100%,.92);cursor:pointer;max-width:min(84px,24vw);line-height:1.25;background-image:linear-gradient(45deg,transparent 50%,hsla(0,0%,100%,.45) 0),linear-gradient(135deg,hsla(0,0%,100%,.45) 50%,transparent 0);background-position:calc(100% - 8px) calc(50% + 1px),calc(100% - 5px) calc(50% + 1px);background-size:3.5px 3.5px,3.5px 3.5px;background-repeat:no-repeat}.edxUtilitySelectLabeled:hover{color:hsla(0,0%,100%,.98)}.edxUtilityLangWrapPlain{border:none;background:transparent;padding-left:0;padding-right:0}.edxUtilityLangWrapPlain .edxUtilitySelectLabeled{border-left:none;padding-left:2px}.edxUtilityMenuShell{position:relative;display:inline-flex}.edxUtilityFlyout{position:absolute;top:calc(100% + 6px);right:0;width:min(300px,92vw);z-index:85;padding:10px;border-radius:4px;border:1px solid hsla(0,0%,100%,.18);background:#2a2a2a}.edxUtilityFlyout.edxUtilityFlyoutFixed{position:fixed;top:calc(var(--edx-utility-h) + 8px);right:max(env(safe-area-inset-right,0px),var(--page-pad-x,16px));width:min(280px,92vw)}.edxUtilityFlyoutHead{margin:0 0 6px;font-size:.78rem;font-weight:750;color:hsla(0,0%,100%,.9)}.edxUtilityFlyoutBody{margin:0;font-size:.72rem;line-height:1.45;color:hsla(0,0%,100%,.65)}.edxUtilityFlyoutLink{color:hsla(0,0%,100%,.82);text-decoration:underline;text-underline-offset:2px}.edxUtilityFlyout .edxUtilityFieldLabel{display:block;font-size:.62rem;font-weight:750;letter-spacing:.07em;text-transform:uppercase;color:hsla(0,0%,100%,.52);margin:12px 0 6px}.edxUtilityFlyout .edxUtilityFieldLabel:first-child{margin-top:0}.edxUtilitySegRow{display:flex;gap:4px;flex-wrap:wrap}.edxUtilitySegBtn{margin:0;flex:1 1;min-width:72px;padding:5px 7px;border-radius:3px;border:1px solid hsla(0,0%,100%,.16);background:transparent;color:hsla(0,0%,100%,.86);font-size:.66rem;font-weight:700;cursor:pointer}.edxUtilitySegBtn:hover{border-color:hsla(0,0%,100%,.28);color:hsla(0,0%,100%,.95)}.edxUtilitySegBtnActive{background:hsla(0,0%,100%,.06)!important;border-color:hsla(0,0%,100%,.32)!important;color:#f0f0f0!important}.edxUtilityCheckRow{display:flex;align-items:center;gap:8px;margin-top:4px;font-size:.72rem;font-weight:600;color:hsla(0,0%,100%,.86)}.edxUtilityHint{margin:10px 0 0;font-size:.65rem;line-height:1.35;color:hsla(0,0%,100%,.48)}.edxUtilityFlyout input[type=checkbox]{accent-color:#9a9a9a;width:14px;height:14px}body.edx-with-utility-chrome .page>header.topbar:first-of-type,body.edx-with-utility-chrome main.page>header.topbar:first-of-type{top:0!important}html[data-edx-theme=dark]{color-scheme:dark}html[data-edx-theme=dark] :root{--bg:#141414;--panel:#1c1c1c;--text:#ececec;--muted:#9a9a9a;--line:#3a3a3a;--line-2:#474747}html.edx-font-sm body{font-size:93.75%}html.edx-font-md body{font-size:100%}html.edx-font-lg body{font-size:112.5%}html.edx-pref-reduce-motion *,html.edx-pref-reduce-motion :after,html.edx-pref-reduce-motion :before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}@media (max-width:560px){.edxUtilityTopBarInner{justify-content:space-between;align-items:center;gap:10px;row-gap:8px}.edxUtilityCluster{justify-content:flex-start;gap:8px;flex:1 1 auto;min-width:0}.edxUtilityShoutbar{display:none}.edxUtilityCluster:last-of-type{justify-content:flex-end;flex:1 1 auto}.edxUtilityChip{gap:5px;padding:2px 8px;min-height:23px}.edxUtilityChipLabel,.edxUtilityLangHeading{font-size:.64rem}.edxUtilityLangWrap{gap:5px;padding:2px 4px 2px 8px;min-height:23px}.edxUtilitySelectLabeled{font-size:.64rem;padding:2px 24px 2px 8px;max-width:min(132px,44vw)}}@media (max-width:900px){.edxUtilityTopBar{position:static!important;top:auto!important}.edxUtilityTopBarInner{row-gap:8px}.edxUtilityShoutbar{max-width:100%;order:3;flex:1 1 100%;padding-left:0;padding-right:0}.edxUtilityChipLabel,.edxUtilityLangHeading{display:none!important}.edxUtilityChip{padding-left:7px;padding-right:7px}.edxUtilityChip,.edxUtilityLangWrap{min-width:28px;justify-content:center;gap:0}.edxUtilityLangWrap{padding-left:6px;padding-right:6px}.edxUtilitySelectLabeled{max-width:26px;min-width:26px;padding:0;border-left:0;color:transparent;background-image:linear-gradient(45deg,transparent 50%,hsla(0,0%,100%,.95) 0),linear-gradient(135deg,hsla(0,0%,100%,.95) 50%,transparent 0);background-position:calc(100% - 7px) 50%,calc(100% - 3px) 50%;background-size:6px 6px,6px 6px;background-repeat:no-repeat}}html body.edx-with-utility-chrome{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh}html body.edx-with-utility-chrome header.topbar{padding:var(--edx-app-topbar-pad-y,4px) max(env(safe-area-inset-right,0px),var(--page-pad-x,16px)) var(--edx-app-topbar-pad-y,4px) max(env(safe-area-inset-left,0px),var(--page-pad-x,16px))!important;height:var(--edx-app-topbar-h,64px)!important;min-height:var(--edx-app-topbar-h,64px)!important;max-height:var(--edx-app-topbar-h,64px)!important;box-sizing:border-box!important;align-items:center!important;flex-wrap:nowrap!important}html body.edx-with-utility-chrome header.topbar.topbarWithCenter{height:auto!important;max-height:none!important;min-height:var(--edx-app-topbar-h,64px)!important;align-items:center!important;grid-row-gap:4px!important;row-gap:4px!important;grid-column-gap:clamp(10px,1.8vw,18px)!important;column-gap:clamp(10px,1.8vw,18px)!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;grid-template-areas:"leading center right"!important}html body.edx-with-utility-chrome header.topbar .topbarLeading{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important;grid-area:leading;justify-self:start}html body.edx-with-utility-chrome header.topbar .topbarCenterNav{grid-area:center;justify-self:center;display:inline-flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:10px!important}html body.edx-with-utility-chrome header.topbar .topbarRight{grid-area:right;justify-self:end;display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:nowrap!important;row-gap:0!important;min-width:0!important}html body.edx-with-utility-chrome header.topbar .brand{padding:0!important;margin:0!important;gap:8px!important;align-items:center!important}html body.edx-with-utility-chrome header.topbar .brandApp,html body.edx-with-utility-chrome header.topbar .brandCore{line-height:1.2!important}html body.edx-with-utility-chrome header.topbar .brandDivider{align-self:center!important;height:16px!important}html body.edx-with-utility-chrome header.topbar .edxGeoBrandCluster{align-items:center!important}html body.edx-with-utility-chrome header.topbar .headerAvatar,html body.edx-with-utility-chrome header.topbar .menuButton{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;padding:0!important;box-sizing:border-box!important}html body.edx-with-utility-chrome header.topbar .headerAvatar svg,html body.edx-with-utility-chrome header.topbar .menuButton svg{width:15px!important;height:15px!important}html body.edx-with-utility-chrome header.topbar .assemblyHeaderNavItem,html body.edx-with-utility-chrome header.topbar .consoleHeaderNavItem{padding:5px 12px!important;min-height:30px!important;box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:4px!important}html body.edx-with-utility-chrome header.topbar .docsHeaderNavTrigger{min-height:30px!important;padding:5px 12px!important;box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;gap:6px!important;border-radius:4px!important}html body.edx-with-utility-chrome header.topbar .walletControl{display:flex!important;align-items:center!important}html body.edx-with-utility-chrome header.topbar .walletControlButton{min-height:30px!important;padding:3px 10px!important;gap:8px!important;align-items:center!important;box-sizing:border-box!important}html body.edx-with-utility-chrome header.topbar .walletControlMain{flex-direction:row!important;align-items:center!important;flex-wrap:nowrap!important;gap:6px 10px!important;min-width:0!important}html body.edx-with-utility-chrome header.topbar .walletSpectreRow{display:inline-flex!important;flex-direction:row!important;align-items:center!important;flex-wrap:nowrap!important;gap:4px!important;margin:0!important;padding:0 0 0 8px!important;border-left:1px solid hsla(0,0%,100%,.14)!important}html body.edx-with-utility-chrome header.topbar .walletControlAddress{font-size:.68rem!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:min(160px,28vw)!important}html body.edx-with-utility-chrome header.topbar .walletSpectreValue{font-size:.72rem!important;line-height:1!important}html body.edx-with-utility-chrome header.topbar .walletSpectreBadge{font-size:.55rem!important;padding:0 4px!important;line-height:1.15!important}html body.edx-with-utility-chrome header.topbar .walletControlIcon{width:22px!important;height:22px!important;min-width:22px!important;flex-shrink:0!important}html body.edx-with-utility-chrome .edxHeaderSearchDropdown,html body.edx-with-utility-chrome .headerNotificationsPanel,html body.edx-with-utility-chrome .howItWorksPanel{background:rgba(58,58,58,.98)!important;border:1px solid hsla(0,0%,100%,.18)!important;box-shadow:0 14px 30px rgba(0,0,0,.36)!important;color:#f2f2f2!important}html body.edx-with-utility-chrome section.workspaceShell>.workspaceRail,html body.edx-with-utility-chrome section.workspaceShell>.workspaceSidebar{position:-webkit-sticky!important;position:sticky!important;top:calc(var(--edx-app-topbar-h, 64px) + 8px)!important;align-self:start!important;max-height:calc(100dvh - var(--edx-app-topbar-h, 64px) - 16px)!important;overflow:auto!important;z-index:1!important}@media (min-width:901px){html,html body.edx-with-utility-chrome{height:100dvh;overflow:hidden}html body.edx-with-utility-chrome main.page{min-height:calc(100dvh - var(--edx-app-topbar-h, 64px))!important}html body.edx-with-utility-chrome .edxMainViewport>.page{min-height:0!important}html body.edx-with-utility-chrome main.page{--edx-category-bar-h:0px;min-height:calc(100vh - var(--edx-chrome-stack-h, 96px))!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}html body.edx-with-utility-chrome main.page:has(.marketCategorySlick),html body.edx-with-utility-chrome main.page:has(.newsCategorySlick){--edx-category-bar-h:42px}html body.edx-with-utility-chrome main.page>section.workspaceShell{height:calc(100vh - var(--edx-chrome-stack-h, 96px) - var(--edx-category-bar-h, 0px))!important;min-height:calc(100vh - var(--edx-chrome-stack-h, 96px) - var(--edx-category-bar-h, 0px))!important;max-height:calc(100vh - var(--edx-chrome-stack-h, 96px) - var(--edx-category-bar-h, 0px))!important;overflow:visible!important;align-items:stretch!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceCenter{height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important;overflow-y:auto!important;overflow-x:hidden!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceRail,html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar{position:-webkit-sticky!important;position:sticky!important;top:0!important;height:100%!important;min-height:100%!important;max-height:100%!important;overflow-y:auto!important;overflow-x:hidden!important}html body.edx-with-utility-chrome .marketCategorySlick,html body.edx-with-utility-chrome .newsCategorySlick{min-height:42px!important;padding-top:7px!important;padding-bottom:7px!important;align-items:center!important}html body.edx-with-utility-chrome .marketCategorySlickInner,html body.edx-with-utility-chrome .newsCategorySlickInner{min-height:28px!important;align-items:center!important}html body.edx-with-utility-chrome .marketCategoryChip,html body.edx-with-utility-chrome .newsCategoryChip{min-height:28px!important;padding:7px 10px!important;line-height:1.2!important}}@media (max-width:900px){html body.edx-with-utility-chrome{--edx-mobile-bottombar-h:70px}}html body.edx-with-utility-chrome.edx-wireframe-topbar header.topbar{padding:var(--edx-app-topbar-pad-y,4px) max(env(safe-area-inset-right,0px),var(--page-pad-x,16px)) var(--edx-app-topbar-pad-y,4px) max(env(safe-area-inset-left,0px),var(--page-pad-x,16px))!important;height:var(--edx-app-topbar-h,64px)!important;min-height:var(--edx-app-topbar-h,64px)!important;max-height:var(--edx-app-topbar-h,64px)!important;box-sizing:border-box!important;align-items:center!important;flex-wrap:nowrap!important}html body.edx-with-utility-chrome.edx-wireframe-topbar header.topbar .brandDivider{height:16px!important}html body.edx-with-utility-chrome.edx-wireframe-topbar header.topbar .headerAvatar,html body.edx-with-utility-chrome.edx-wireframe-topbar header.topbar .menuButton{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important}html body.edx-with-utility-chrome.edx-wireframe-topbar header.topbar .walletControlButton{min-height:30px!important;padding:3px 10px!important}html body.edx-with-utility-chrome.edx-wireframe-topbar header.topbar .walletControlIcon{width:22px!important;height:22px!important;min-width:22px!important}@media (max-width:900px){html body.edx-with-utility-chrome header.topbar:not(.topbarWithCenter){height:auto!important;max-height:none!important;min-height:var(--edx-app-topbar-h,64px)!important;flex-wrap:wrap!important;align-items:center!important;row-gap:6px!important;padding:var(--edx-app-topbar-pad-y,4px) max(env(safe-area-inset-right,0px),var(--page-pad-x,16px)) var(--edx-app-topbar-pad-y,4px) max(env(safe-area-inset-left,0px),var(--page-pad-x,16px))!important}html body.edx-with-utility-chrome header.topbar .topbarRight{flex-wrap:wrap!important;row-gap:8px!important}html body.edx-with-utility-chrome section.workspaceShell>.workspaceRail,html body.edx-with-utility-chrome section.workspaceShell>.workspaceSidebar{position:static!important;top:auto!important;max-height:none!important;overflow:visible!important}}@media (max-width:1200px) and (min-width:901px){html body.edx-with-utility-chrome header.topbar .walletControlAddress{max-width:min(120px,20vw)!important}html body.edx-with-utility-chrome header.topbar .topbarCenterNav{gap:8px!important}html body.edx-with-utility-chrome main.page>section.workspaceShell{gap:clamp(8px,1vw,12px)!important}}@media (max-width:900px){html body.edx-with-utility-chrome main.page{min-height:auto!important;overflow:visible!important}html body.edx-with-utility-chrome main.page>section.workspaceShell{display:grid!important;grid-template-columns:1fr!important;grid-gap:8px!important;gap:8px!important}html body.edx-with-utility-chrome main.page>section.workspaceShell,html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceCenter,html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceRail,html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}html body.edx-with-utility-chrome header.topbar.topbarWithCenter{grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"leading right" "center center"!important;row-gap:8px!important}html body.edx-with-utility-chrome header.topbar .topbarCenterNav{justify-self:start!important;width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;flex-wrap:nowrap!important;padding-bottom:2px!important}html body.edx-with-utility-chrome header.topbar .walletControlAddress{max-width:min(150px,52vw)!important}html body.edx-with-utility-chrome .menuDropdown.menuLauncherShell{right:0!important;left:auto!important;max-width:min(320px,calc(100vw - 16px))!important}html body.edx-with-utility-chrome .tableWrap{overflow-x:auto!important;-webkit-overflow-scrolling:touch}}@media (max-width:640px){html body.edx-with-utility-chrome header.topbar{padding-left:max(env(safe-area-inset-left,0px),10px)!important;padding-right:max(env(safe-area-inset-right,0px),10px)!important}html body.edx-with-utility-chrome header.topbar .topbarRight{gap:8px!important}}@media (max-width:900px){html body.edx-with-utility-chrome{--edx-mobile-bottombar-h:68px}html body.edx-with-utility-chrome main.page{padding-bottom:calc(var(--edx-mobile-bottombar-h) + 14px)!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar{position:fixed!important;left:0!important;right:0!important;bottom:0!important;top:auto!important;z-index:120!important;width:100%!important;height:var(--edx-mobile-bottombar-h)!important;min-height:var(--edx-mobile-bottombar-h)!important;max-height:var(--edx-mobile-bottombar-h)!important;margin:0!important;padding:6px max(env(safe-area-inset-right,0px),8px) calc(6px + env(safe-area-inset-bottom, 0px)) max(env(safe-area-inset-left,0px),8px)!important;overflow:visible!important;border-top:1px solid hsla(0,0%,100%,.16)!important;box-sizing:border-box!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .sidebarRailToggle{display:none!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .sidebarStack{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;gap:6px!important;margin:0!important;width:100%!important;max-width:100%!important;overflow:visible!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .tab,html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .tabActive{flex:1 1!important;width:auto!important;min-width:0!important;max-width:100%!important;height:46px!important;min-height:46px!important;margin:0!important;padding:4px!important;border-radius:10px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .tab>span{display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:0!important;min-height:0!important;width:100%!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .sidebarNavLabel{display:none!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .edxSidebarCreateShell{flex:1 1!important;min-width:0!important;max-width:100%!important;margin:0!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .edxSidebarCreateBody,html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .edxSidebarCreateCaret,html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .edxSidebarCreateLabel,html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .edxSidebarCreateMainLink,html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .edxSidebarCreateMenu{display:none!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .edxSidebarCreate,html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .edxSidebarCreate--iconOnly,html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .edxSidebarCreate--split{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-width:0!important;height:46px!important;min-height:46px!important;padding:0!important;border-radius:10px!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .edxSidebarCreateLead{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:46px!important;border:0!important;background:transparent!important;border-radius:10px!important}html body.edx-with-utility-chrome header.topbar .howItWorksLabel,html body.edx-with-utility-chrome header.topbar .walletControlAddress,html body.edx-with-utility-chrome header.topbar .walletControlShift,html body.edx-with-utility-chrome header.topbar .walletSpectreRow,html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .sidebarTitle,html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar p.status{display:none!important}html body.edx-with-utility-chrome header.topbar .howItWorksWrap{display:inline-flex!important}html body.edx-with-utility-chrome header.topbar .walletControl,html body.edx-with-utility-chrome header.topbar .walletControlButton{width:34px!important;min-width:34px!important;max-width:34px!important;height:34px!important;min-height:34px!important;padding:0!important;justify-content:center!important}html body.edx-with-utility-chrome header.topbar .walletControlMain{display:none!important}html body.edx-with-utility-chrome header.topbar .walletControlIcon{width:16px!important;height:16px!important;min-width:16px!important}html body.edx-with-utility-chrome header.topbar .brand{gap:6px!important}html body.edx-with-utility-chrome header.topbar .brandCore{font-size:.64rem!important;letter-spacing:.1em!important;display:inline!important}html body.edx-with-utility-chrome header.topbar .brandDivider{display:inline-block!important;height:12px!important}html body.edx-with-utility-chrome header.topbar .brandApp{font-size:.72rem!important;letter-spacing:.04em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:28vw!important}html body.edx-with-utility-chrome header.topbar.topbarWithCenter{grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"leading right" "center center"!important;row-gap:8px!important}html body.edx-with-utility-chrome header.topbar .topbarRight{grid-area:right!important;display:grid!important;grid-template-columns:repeat(5,auto)!important;align-items:center!important;justify-content:end!important;grid-column-gap:8px!important;column-gap:8px!important;grid-row-gap:6px!important;row-gap:6px!important}html body.edx-with-utility-chrome header.topbar .topbarRight .edxHeaderSearchRoot{grid-column:1/-1!important;order:2!important;width:100%!important}html body.edx-with-utility-chrome header.topbar .topbarRight .edxHeaderSearchBox{width:100%!important;min-width:0!important}html body.edx-with-utility-chrome header.topbar .topbarRight .menuWrap{order:1!important}html body.edx-with-utility-chrome header.topbar .topbarRight .headerNotificationsRoot{order:3!important}html body.edx-with-utility-chrome header.topbar .topbarRight .walletControlWrap{order:4!important}html body.edx-with-utility-chrome header.topbar .topbarRight .headerAvatar{order:5!important}html body.edx-with-utility-chrome main.page{--edx-mobile-category-h:0px}}@media (max-width:900px){html body.edx-with-utility-chrome main.page:has(.marketCategorySlick),html body.edx-with-utility-chrome main.page:has(.newsCategorySlick){--edx-mobile-category-h:42px}html,html body.edx-with-utility-chrome{overflow-x:hidden!important;max-width:100vw!important}html body.edx-with-utility-chrome header.topbar .docsHeaderNavRoot,html body.edx-with-utility-chrome header.topbar .topbarCenterNav{display:none!important}html body.edx-with-utility-chrome main.page,html body.edx-with-utility-chrome main.page>section.workspaceShell,html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceCenter{width:100%!important;max-width:100vw!important;min-width:0!important;overflow-x:hidden!important}html body.edx-with-utility-chrome main.page .actions,html body.edx-with-utility-chrome main.page .grid,html body.edx-with-utility-chrome main.page .panel,html body.edx-with-utility-chrome main.page .panelSubtle,html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceCenter>*{min-width:0!important;max-width:100%!important}html body.edx-with-utility-chrome main.page canvas,html body.edx-with-utility-chrome main.page img,html body.edx-with-utility-chrome main.page svg,html body.edx-with-utility-chrome main.page table,html body.edx-with-utility-chrome main.page video{max-width:100%!important}html body.edx-with-utility-chrome main.page pre{max-width:100%!important;overflow-x:auto!important}html body.edx-with-utility-chrome header.topbar.topbarWithCenter{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"leading right"!important;align-items:center!important;grid-column-gap:8px!important;column-gap:8px!important;grid-row-gap:0!important;row-gap:0!important;min-height:54px!important;height:auto!important;padding-top:6px!important;padding-bottom:6px!important}html body.edx-with-utility-chrome header.topbar .topbarCenterNav{display:none!important}html body.edx-with-utility-chrome header.topbar .topbarLeading{min-width:0!important;overflow:hidden!important}html body.edx-with-utility-chrome header.topbar .topbarRight{display:grid!important;grid-template-columns:repeat(5,auto)!important;align-items:center!important;justify-content:flex-end!important;grid-column-gap:8px!important;column-gap:8px!important;grid-row-gap:6px!important;row-gap:6px!important;width:auto!important;max-width:100%!important;overflow:visible!important}html body.edx-with-utility-chrome header.topbar .topbarRight .edxHeaderSearchRoot{position:static!important;grid-column:1/-1!important;width:100%!important;max-width:100%!important;order:6!important;z-index:1!important}html body.edx-with-utility-chrome header.topbar .topbarRight .edxHeaderSearchBox{width:100%!important;min-width:0!important;height:40px!important;min-height:40px!important;border-radius:8px!important;padding:0 10px!important;justify-content:flex-start!important;gap:8px!important;background:rgba(60,60,60,.98)!important;border:1px solid hsla(0,0%,100%,.22)!important;color:#f2f2f2!important}html body.edx-with-utility-chrome header.topbar .topbarRight .edxHeaderSearchInput{display:block!important}html body.edx-with-utility-chrome header.topbar .topbarRight .edxHeaderSearchClear{display:inline-flex!important}html body.edx-with-utility-chrome .mobileSearchBarStrip{display:block!important;width:calc(100% + (var(--page-pad-x, 12px) * 2))!important;margin-left:calc(-1 * var(--page-pad-x, 12px))!important;margin-right:calc(-1 * var(--page-pad-x, 12px))!important;padding:6px 10px!important;background:rgba(68,68,68,.96)!important;border-top:1px solid hsla(0,0%,100%,.06)!important;border-bottom:1px solid hsla(0,0%,100%,.08)!important;box-sizing:border-box!important}html body.edx-with-utility-chrome .mobileSearchBarStrip .edxHeaderSearchRoot{width:100%!important;max-width:100%!important;padding:0!important;z-index:1!important}html body.edx-with-utility-chrome .mobileSearchBarStripInner{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:stretch!important;grid-gap:8px!important;gap:8px!important;width:100%!important;max-width:100%!important}html body.edx-with-utility-chrome .mobileSearchBarStripInner .edxHeaderSearchRoot{grid-column:1!important;min-width:0!important;width:100%!important}html body.edx-with-utility-chrome .mobileSearchBarStripInner .edxHeaderSearchRootOpen{grid-column:1/-1!important}html body.edx-with-utility-chrome .mobileSearchBarStrip .edxHeaderSearchBox{width:100%!important;min-width:0!important;border-radius:8px!important;margin:0!important;background:rgba(55,55,55,.98)!important;border:1px solid hsla(0,0%,100%,.18)!important;box-shadow:none!important}html body.edx-with-utility-chrome main.page>.menuBackdrop~.mobileSearchBarStrip{opacity:0!important;pointer-events:none!important}html body.edx-with-utility-chrome .mobileSearchBarStripInner .howItWorksWrap{grid-column:2!important;display:inline-flex!important;align-items:center!important;justify-self:end!important}html body.edx-with-utility-chrome .mobileSearchBarStripInner .edxHeaderSearchRootOpen+.howItWorksWrap{display:none!important}html body.edx-with-utility-chrome .mobileSearchBarStripInner .howItWorksTrigger{height:40px!important;min-height:40px!important;padding:0 10px!important;border-radius:8px!important;background:rgba(55,55,55,.98)!important;border:1px solid hsla(0,0%,100%,.18)!important;color:#fff!important;gap:6px!important}html body.edx-with-utility-chrome .mobileSearchBarStripInner .howItWorksLabel{display:inline-block!important;color:#fff!important;opacity:1!important;font-size:.56rem!important;letter-spacing:.08em!important;white-space:nowrap!important}html body.edx-with-utility-chrome .edxWalletBackdropPortal,html body.edx-with-utility-chrome .headerNotificationsBackdrop,html body.edx-with-utility-chrome .howItWorksBackdrop,html body.edx-with-utility-chrome .menuBackdrop,html body.edx-with-utility-chrome main.page .menuBackdrop{z-index:12050!important}html body.edx-with-utility-chrome main.page:has(.menuBackdrop)>header.topbar{position:relative!important;z-index:12090!important}html body.edx-with-utility-chrome main.page:has(.menuBackdrop)>header.topbar .menuWrap,html body.edx-with-utility-chrome main.page:has(.menuBackdrop)>header.topbar .topbarRight{position:relative!important;z-index:12100!important}html body.edx-with-utility-chrome .menuDropdown.menuLauncherShell{z-index:12100!important;min-width:0!important;pointer-events:auto!important}html body.edx-with-utility-chrome main.page,html body.edx-with-utility-chrome main.page>section.workspaceShell{padding-top:0!important}html body.edx-with-utility-chrome header.topbar .topbarRight>*{flex:0 0 auto!important}html body.edx-with-utility-chrome header.topbar .headerAvatar,html body.edx-with-utility-chrome header.topbar .headerNotificationsTrigger,html body.edx-with-utility-chrome header.topbar .menuButton,html body.edx-with-utility-chrome header.topbar .walletControl,html body.edx-with-utility-chrome header.topbar .walletControlButton{width:34px!important;min-width:34px!important;max-width:34px!important;height:34px!important;min-height:34px!important}html body.edx-with-utility-chrome header.topbar,html body.edx-with-utility-chrome header.topbar .edxHeaderSearchRoot,html body.edx-with-utility-chrome header.topbar .headerNotificationsRoot,html body.edx-with-utility-chrome header.topbar .menuWrap,html body.edx-with-utility-chrome header.topbar .topbarRight,html body.edx-with-utility-chrome header.topbar .walletControlWrap{overflow:visible!important}html body.edx-with-utility-chrome .edxHeaderSearchDropdown,html body.edx-with-utility-chrome .headerNotificationsPanel,html body.edx-with-utility-chrome .howItWorksPanel,html body.edx-with-utility-chrome .menuDropdown,html body.edx-with-utility-chrome .walletPopup{position:fixed!important;top:calc(var(--edx-chrome-stack-h, 96px) + 8px)!important;right:max(env(safe-area-inset-right,0px),8px)!important;left:auto!important;bottom:auto!important;width:min(360px,calc(100vw - 16px))!important;max-width:calc(100vw - 16px)!important;z-index:12060!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .sidebarStack{justify-content:space-evenly!important;gap:8px!important;position:relative!important;padding:0 14px!important;align-items:center!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .edxSidebarCreateShell{position:relative!important;left:auto!important;top:auto!important;transform:translateY(-24%)!important;z-index:3!important;width:58px!important;display:inline-flex!important;justify-content:center!important;order:3!important;margin:0 auto!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .tab,html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .tabActive{z-index:1!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .mobileBottomNavItem{flex:1 1!important;min-width:0!important;max-width:72px!important;height:46px!important;min-height:46px!important;border-radius:10px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:4px!important;margin:0!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .tab.mobileBottomNavItem{background:transparent!important;border:1px solid transparent!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .tabActive.mobileBottomNavItem{background:hsla(0,0%,100%,.08)!important;border:1px solid hsla(0,0%,100%,.18)!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .mobileBottomWalletItem{display:inline-flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;overflow:visible!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .mobileBottomWalletItem .walletControlWrap{position:static!important;overflow:visible!important;line-height:1!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .mobileBottomWalletItem .sidebarNavLabel{display:inline-block!important;width:100%!important;text-align:center!important;font-size:.56rem!important;line-height:1!important;letter-spacing:.02em!important;opacity:1!important;color:#fff!important;white-space:nowrap!important;margin-top:2px!important;visibility:visible!important;overflow:visible!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .mobileBottomWalletItem .walletControlButton{width:22px!important;min-width:22px!important;max-width:22px!important;height:22px!important;min-height:22px!important;border-radius:0!important;padding:0!important;background:transparent!important;border:1px solid transparent!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .mobileBottomWalletItem .walletControlIcon{width:18px!important;height:18px!important;border:none!important;background:transparent!important;border-radius:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .edxSidebarCreate,html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .edxSidebarCreate--iconOnly,html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .edxSidebarCreate--split{width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important;border-radius:999px!important;border:1px solid hsla(0,0%,100%,.26)!important;background:linear-gradient(180deg,#5a5a5a,#3f3f3f)!important;color:#f3f3f3!important;box-shadow:0 8px 20px rgba(0,0,0,.3)!important;transform:none!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .tab>span{flex-direction:column!important;gap:3px!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar .sidebarNavLabel{display:inline-block!important;font-size:.56rem!important;line-height:1!important;letter-spacing:.02em!important;opacity:.94!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceCenter .grid{grid-template-columns:minmax(0,1fr)!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceCenter .actions,html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceCenter .panel,html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceCenter .panelSubtle,html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceCenter .tableWrap{min-width:0!important;max-width:100%!important}}@media (min-width:901px){html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar.workspaceSidebarCollapsed .tab,html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar.workspaceSidebarCollapsed .tabActive{height:56px!important;min-height:56px!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar.workspaceSidebarCollapsed .tab>span,html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar.workspaceSidebarCollapsed .tabActive>span{display:inline-flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important}html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar.workspaceSidebarCollapsed .tab .sidebarNavLabel,html body.edx-with-utility-chrome main.page>section.workspaceShell>.workspaceSidebar.workspaceSidebarCollapsed .tabActive .sidebarNavLabel{display:inline-block!important;font-size:.54rem!important;line-height:1!important;letter-spacing:.02em!important;text-align:center!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body.edx-with-utility-chrome .edxHeaderSearchDropdown,html body.edx-with-utility-chrome .headerNotificationsPanel,html body.edx-with-utility-chrome .howItWorksPanel,html body.edx-with-utility-chrome .menuDropdown{background:rgba(58,58,58,.98)!important;border:1px solid hsla(0,0%,100%,.18)!important;box-shadow:0 14px 30px rgba(0,0,0,.36)!important}}