.destiny-key{font-family:Braytech Symbols!important;transition:opacity .25s}.button.disabled .destiny-key{opacity:.5}.destiny-key span{color:#fffc}.destiny-key.windows span:first-child{color:#777}.wrapper.dark .destiny-key span:not(:first-child){color:#333}.wrapper.dark .destiny-key.windows span{color:#ccc}.wrapper.dark .destiny-key.windows span:first-child{color:#444}.button{--accent: var(--foreground);position:relative;width:100%;max-width:250px;height:38px;padding:0 1rem;display:grid;grid-auto-flow:column;justify-content:space-between;align-items:center;letter-spacing:.2px;font-size:16px;-webkit-user-select:none;user-select:none;cursor:pointer;color:color-mix(in srgb,var(--accent) 80%,transparent);background-color:color-mix(in srgb,var(--accent) 10%,transparent);transition:color .25s,background-color .25s,box-shadow .25s}.button.shallow,.button.disabled.shallow{background-color:transparent}.button:not(.custom){box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--accent) 20%,transparent)}.button:not(.custom):before{content:"";position:absolute;top:0;left:0;z-index:3;width:100%;height:100%;pointer-events:none;background-color:transparent;box-shadow:inset 0 0 0 1px transparent;transition:box-shadow .25s,background-color .25s}.button:not(.custom):after{content:"";position:absolute;left:0;top:0;width:calc(100% + 4px);height:calc(100% + 4px);z-index:3;pointer-events:none;box-shadow:0 0 0 2px transparent;transform:scale(var(--ui-scale-0)) translate3d(-2px,-2px,0);transition:box-shadow .25s,transform .25s}.button:active{background-color:color-mix(in srgb,var(--accent) 40%,transparent);color:color-mix(in srgb,var(--foreground) 100%,transparent);z-index:2}.button:active:before{box-shadow:inset 0 0 0 1px var(--accent);background-color:color-mix(in srgb,var(--accent) 20%,transparent)}.button:active:after{box-shadow:0 0 0 2px var(--accent);transform:scale(1) translate3d(-2px,-2px,0)}@media (hover: hover){.button:hover{background-color:color-mix(in srgb,var(--accent) 40%,transparent);color:color-mix(in srgb,var(--foreground) 100%,transparent);z-index:2}.button:hover:before{box-shadow:inset 0 0 0 1px var(--accent);background-color:color-mix(in srgb,var(--accent) 20%,transparent)}.button:hover:after{box-shadow:0 0 0 2px var(--accent);transform:scale(1) translate3d(-2px,-2px,0)}}.wrapper.reduced-motion .button,.wrapper.reduced-motion .button:before,.wrapper.reduced-motion .button:after{transition:unset}.button.outlined{text-transform:uppercase;font-size:14px;background-color:color-mix(in srgb,var(--foreground) 15%,transparent)}.button.outlined:before{box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--foreground) 30%,transparent)}.button.square{padding:0;width:38px;display:flex;justify-content:center}.button .text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.button .text:last-child:not(:first-child,.icon+.text,.destiny-key+.text){padding:0 0 0 10px}.button.disabled{pointer-events:none;cursor:default;color:color-mix(in srgb,var(--foreground) 40%,transparent);background-color:color-mix(in srgb,var(--foreground) 5%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--foreground) 10%,transparent)}.button.disabled:active:before{box-shadow:inset 0 0 0 1px transparent;background-color:transparent}.button.disabled:active:after{box-shadow:0 0 0 2px transparent}@media (hover: hover){.button.disabled:hover:before{box-shadow:inset 0 0 0 1px transparent;background-color:transparent}.button.disabled:hover:after{box-shadow:0 0 0 2px transparent}}.button.primed{background-color:var(--error)}.button.cta:not(.tip-highlight) .text{padding:0 2rem 0 0}.button.cta .icon{animation:cta-sparkle 1.5s both infinite}.button.cta.tip-highlight .fill{background-color:unset}.wrapper.reduced-motion .button.cta .icon{animation-play-state:paused}.button.inverted{color:#000;background-color:#0000001a}.button.inverted:before{background-color:#0000;box-shadow:inset 0 0 0 1px #28282800}.button.inverted.outlined{color:#0006}.button.inverted.outlined:before{box-shadow:inset 0 0 0 1px #28282866}.button.inverted:after{box-shadow:0 0 0 2px #28282800}.button.inverted.disabled{color:#0006;background-color:#00000006}.button.inverted:active{background-color:#0006;color:#000}.button.inverted:active:before{box-shadow:inset 0 0 0 1px #282828;background-color:#0003}.button.inverted:active:after{box-shadow:0 0 0 2px #282828}.button.inverted.disabled:active{color:#0006;background-color:#00000006}@media (hover: hover){.button.inverted:hover{background-color:#0006;color:#000}.button.inverted:hover:before{box-shadow:inset 0 0 0 1px #282828;background-color:#0003}.button.inverted:hover:after{box-shadow:0 0 0 2px #282828}.button.inverted.disabled:hover{color:#0006;background-color:#00000006}}.button.inverted.cta.sparkle:before{background:linear-gradient(135deg,#0000,#0000 30%,#0006,#0000 70%,#0000);background-repeat:no-repeat;background-size:400%}.button.inverted.cta.sparkle:active:before{background:#0000001a linear-gradient(135deg,#0000,#0000 30%,#0006,#0000 70%,#0000);background-repeat:no-repeat;background-size:400%}@media (hover: hover){.button.inverted.cta.sparkle:hover:before{background:#0000001a linear-gradient(125deg,#0000,#0000 30%,#0006,#0000 70%,#0000);background-repeat:no-repeat;background-size:400%}}.button.action{grid-template-columns:1fr min-content}.button.action .icon{width:24px;height:24px;display:grid;justify-content:center;align-content:center}.button.action .icon:first-child{width:38px;height:38px;margin:0}.button.action .text:last-child{padding-left:0}.button.action .icon{opacity:.8;transition:opacity .5s}.button.action:active .icon{opacity:1}@media (hover: hover){.button.action:hover .icon{opacity:1}}#error-boundary{padding:4rem 3rem 3rem;display:grid;justify-content:center;grid-template-columns:1fr;min-height:calc(100vh - var(--titlebar-height))}#error-boundary .properties{max-width:800px;width:100%;margin:0 auto;font-size:16px}#error-boundary .properties .name{margin:0 0 1rem;font-size:38px;font-weight:500;color:color-mix(in srgb,var(--foreground) 100%,transparent)}#error-boundary .properties .stack{word-break:break-all;padding:10px;margin:1rem 0 0;font-family:monospace;font-size:12px;line-height:1.6;background-color:var(--error);color:#000}#error-boundary .properties .stack pre{white-space:pre-wrap}#error-boundary .properties .stack pre:not(:last-child){margin:0 0 6px}#error-boundary .properties .next{max-width:690px;margin:2rem 0 1rem}#error-boundary .properties .actions{display:grid;gap:3px}@media screen and (max-width: 600px){#error-boundary{padding:3rem 2rem 2rem}#error-boundary .properties{font-size:14px}#error-boundary .properties .name{font-size:24px}#error-boundary .properties .stack{font-size:10px}}@font-face{font-family:"Aldine 401 BT";src:url(/static/bundle/Aldine401BT-Regular-P4pz7BYo.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Cromwell;src:url(/static/bundle/CromwellNF-CKsVYA5g.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Braytech Symbols;src:url(/static/bundle/Braytech-Symbols-IyyYLJAj.woff2) format("woff2");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:Neue Haas Grotesk Display;src:url(/static/bundle/NHaasGroteskDSPro-55Rg-DCrPBECq.woff2) format("woff2");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:Neue Haas Grotesk Display;src:url(/static/bundle/NHaasGroteskDSPro-56It-Co-q_Lcv.woff2) format("woff2");font-weight:400;font-style:italic;font-display:block}@font-face{font-family:Neue Haas Grotesk Display;src:url(/static/bundle/NHaasGroteskDSPro-65Md-Vh0bOocS.woff2) format("woff2");font-weight:500;font-style:normal;font-display:block}@font-face{font-family:Neue Haas Grotesk Display;src:url(/static/bundle/NHaasGroteskDSPro-66MdIt-DlmDkamZ.woff2) format("woff2");font-weight:500;font-style:italic;font-display:block}@font-face{font-family:Neue Haas Grotesk Display;src:url(/static/bundle/NHaasGroteskDSPro-75Bd-DQAxhhWe.woff2) format("woff2");font-weight:700;font-style:normal;font-display:block}@font-face{font-family:Neue Haas Grotesk Display;src:url(/static/bundle/NHaasGroteskDSPro-76BdIt-CfPkVYS5.woff2) format("woff2");font-weight:700;font-style:italic;font-display:block}@font-face{font-family:Neue Haas Grotesk Text;src:url(/static/bundle/NHaasGroteskTXPro-55Rg-BPs-uVRv.woff2) format("woff2");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:Neue Haas Grotesk Text;src:url(/static/bundle/NHaasGroteskTXPro-56It-C0IlXUYl.woff2) format("woff2");font-weight:400;font-style:italic;font-display:block}@font-face{font-family:Neue Haas Grotesk Text;src:url(/static/bundle/NHaasGroteskTXPro-65Md-VMYclGbC.woff2) format("woff2");font-weight:500;font-style:normal;font-display:block}@font-face{font-family:Neue Haas Grotesk Text;src:url(/static/bundle/NHaasGroteskTXPro-66MdIt-DGvsGKyv.woff2) format("woff2");font-weight:500;font-style:italic;font-display:block}*{-webkit-tap-highlight-color:transparent;box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,hr{margin:0;padding:0;border:0;font-size:100%;font:inherit}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}:root{--sat: env(safe-area-inset-top);--sar: env(safe-area-inset-right);--sab: env(safe-area-inset-bottom);--sal: env(safe-area-inset-left);--font-display: "Neue Haas Grotesk Display", "Braytech Symbols", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";--font-text: "Neue Haas Grotesk Text", "Braytech Symbols", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";--font-serif: "Cromwell", "Braytech Symbols", serif, "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";--foreground: #000000;--background: #ffffff;--energy-solar: #f1631d;--energy-arc: #6de8f1;--energy-void: #a777c5;--energy-stasis: #427cff;--energy-strand: #38e266;--ammo-primary: #ffffff;--ammo-special: #7af48b;--ammo-heavy: #b286ff;--light: #e5d163;--braytech: #e3315b;--tier-exotic: hsl(48, 61%, 50%);--tier-legendary: hsl(279, 36%, 29%);--tier-rare: hsl(213, 34%, 48%);--tier-uncommon: hsl(126, 35%, 32%);--tier-common: hsl(32, 11%, 74%);--tier-exotic-dark: hsl(48, 71%, 5%);--tier-legendary-dark: hsl(279, 36%, 5%);--tier-rare-dark: hsl(213, 34%, 6%);--tier-uncommon-dark: hsl(126, 35%, 5%);--tier-common-dark: hsl(32, 11%, 74%);--progress: #5aa366;--error: #dc513b;--warning: #f3d95c;--success: #2f99ac;--experience: #00d4d4;--bungie-blue: #58ccff;--stat-masterwork: hsl(48, 61%, 50%);--perk-blue: hsl(205, 43%, 55%);--stat-add: hsl(116, 32%, 56%);--stat-subtract: hsl(0, 40%, 50%);--stat-add-mod: hsl(48, 61%, 70%);--enhanced: #f3cf55;--deepsight: #d2523a;--item-max-stack: #7d7035;--ui-scale: var(--ui-scale-1);--ui-scale-0: 1.021;--ui-scale-1: 1.017;--ui-scale-2: 1.05;--ui-scale-3: 1.004, 1.1;--titlebar-height: env(titlebar-area-height, 40px);--header-height: calc(112px + var(--titlebar-height));--header-offset: calc(env(safe-area-inset-top)*.8) ;--view-height: calc(100vh - var(--header-height) - var(--header-offset));--platform-xbox: #4caf50;--platform-playstation: #3f51b5;--platform-steam: #165b83;--platform-blizzard: #009ae4;--platform-stadia: #da2b48;--platform-epic: #242424;--class-titan: #893238;--class-titan-rich: hsl(356, 67%, 57%);--class-hunter: #5c828b;--class-hunter-rich: hsl(191, 40%, 55%);--class-warlock: #b68f28;--class-warlock-rich: hsl(44, 94%, 54%);--class-titan-d1: #4b7f95;--class-hunter-d1: #7f624c;--class-warlock-d1: #2a7863;--sockets-grid: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Crect x='21.74707' y='19.5' width='8.25293' height='1.5' style='fill: %23fff;opacity: 0.03'/%3E%3Crect x='19.49414' y='21.74554' width='1.5' height='8.25446' style='fill: %23fff;opacity: 0.03'/%3E%3Cpolygon points='21.001 21 21.001 19.5 20.994 19.5 19.494 19.5 19.494 21 20.994 21 21.001 21' style='fill: %23fff;opacity: 0.15'/%3E%3Crect x='19.49414' width='1.5' height='3.75153' style='fill: %23fff;opacity: 0.03'/%3E%3Crect x='21.74707' y='4.4976' width='8.25293' height='1.5' style='fill: %23fff;opacity: 0.03'/%3E%3Crect x='19.49414' y='6.74414' width='1.5' height='12.01031' style='fill: %23fff;opacity: 0.03'/%3E%3Crect x='6.7478' y='4.5' width='12.00195' height='1.5' style='fill: %23fff;opacity: 0.03'/%3E%3Crect x='4.49414' width='1.5' height='3.75446' style='fill: %23fff;opacity: 0.03'/%3E%3Crect y='4.5' width='3.74854' height='1.5' style='fill: %23fff;opacity: 0.03'/%3E%3Cpolygon points='5.994 4.5 4.494 4.5 4.494 6 5.994 6 6.002 6 6.002 4.5 5.994 4.5' style='fill: %23fff;opacity: 0.15'/%3E%3Cpolygon points='20.99 4.5 19.49 4.5 19.49 6 20.99 6 20.998 6 20.998 4.5 20.99 4.5' style='fill: %23fff;opacity: 0.15'/%3E%3Crect x='6.73828' y='19.5' width='12.01025' height='1.5' style='fill: %23fff;opacity: 0.03'/%3E%3Crect x='4.49414' y='6.74554' width='1.5' height='12.00891' style='fill: %23fff;opacity: 0.03'/%3E%3Crect y='19.5' width='3.74854' height='1.5' style='fill: %23fff;opacity: 0.03'/%3E%3Crect x='4.49414' y='19.5' width='1.49866' height='1.5' style='fill: %23fff;opacity: 0.15'/%3E%3Crect x='4.49414' y='21.74554' width='1.5' height='8.25446' style='fill: %23fff;opacity: 0.03'/%3E%3C/svg%3E%0A");color-scheme:dark}@media (prefers-color-scheme: dark){:root{--background: #101313}}@media screen and (max-width: 600px){:root{--header-height: 112px}}::selection{background:#e33d31;color:var(--foreground)}body{font-family:var(--font-display);font-weight:400;font-size:14px;letter-spacing:.2px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;overflow-y:scroll;cursor:default;background-color:var(--background);color:color-mix(in srgb,var(--foreground) 80%,transparent)}a{position:relative;text-decoration:none;color:inherit;cursor:pointer}strong{font-weight:500}em{font-style:italic;letter-spacing:.5px}button{font-weight:400;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:unset;padding:0;margin:0;height:2rem;text-align:unset}blockquote{padding-left:12px;border-left:2px solid color-mix(in srgb,var(--foreground) 20%,transparent)}.cf:before,.cf:after{content:"";display:table}.cf:after{clear:both}.di{clear:both}svg{pointer-events:none}#x>.wrapper>.main{min-height:100vh}.view{width:100%;min-height:var(--view-height);display:grid;align-items:flex-start;align-content:flex-start}.view.center{align-items:stretch;align-content:stretch}.bind,.view .frame{width:100%;max-width:1920px;margin:0 auto}.view .frame{padding:4rem 3rem 3rem;display:grid;gap:3rem}.view .frame.has-sticky-nav{padding-bottom:calc(60px + 3rem)}.view .frame.has-header{padding:3rem}.view .frame.has-sub-views{grid-template-columns:60px 1fr}.view .frame.has-sub-views.flip-subview-nav:not(.horizontal-subviews){grid-template-columns:1fr 60px}.view .frame .container{display:grid;gap:3rem;align-content:flex-start}.view .frame .container.center{align-items:stretch;align-content:stretch}.view .frame.has-sub-views:not(.horizontal-subviews) .container{grid-column:2;grid-row:-1/1}.view .frame.has-sub-views.flip-subview-nav:not(.horizontal-subviews) .container{grid-column:1/2}.view .frame.has-sub-views.flip-subview-nav:not(.horizontal-subviews) .module.views{grid-column:2}.module.loading{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.view .frame.has-sub-views:not(.horizontal-subviews) .module.loading{grid-column:-1/1;grid-row:1}.module.loading .progress-bar{width:100%;max-width:360px}.module.loading .info{text-align:center}.module.loading .info strong{font-weight:400;color:color-mix(in srgb,var(--foreground) 60%,transparent)}.module.views{grid-column:1;grid-row:1;position:relative;z-index:1;--ui-scale: var(--ui-scale-2);border-bottom:1px solid color-mix(in srgb,var(--foreground) 20%,transparent)}.view .frame.has-sub-views.horizontal-subviews .module.views{border-bottom:unset}.module.views .list{position:sticky;width:60px;top:calc(3rem + var(--header-offset));display:grid;grid-template-columns:1fr;gap:3px}.module.views .list li{display:grid;margin:0;height:60px;color:color-mix(in srgb,var(--foreground) 80%,transparent)}.module.views .list li .icon{width:100%;display:grid;justify-items:center;align-items:center}.module.views .list li .icon svg{width:32px;height:48px}.module.views .list li:before{box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--foreground) 20%,transparent)}.module.views .list li:active:before{box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--foreground) 100%,transparent)}.module.views .list li a.active{background-color:color-mix(in srgb,var(--foreground) 30%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--foreground) 40%,transparent)}.module.views .list li a.tip-highlight .border,.module.views .list li a.tip-highlight .fill{background-color:transparent}.module.views .list li:has(a.active) .icon svg{color:var(--foreground)}.module.views .list li.linked:active{background-color:color-mix(in srgb,var(--foreground) 40%,transparent);z-index:2}@media (hover: hover){.module.views .list li.linked:hover{background-color:color-mix(in srgb,var(--foreground) 40%,transparent);z-index:2}.module.views .list li:hover:before{box-shadow:inset 0 0 0 2px var(--foreground)}}.module.views .list li.disabled{color:color-mix(in srgb,var(--foreground) 40%,transparent);pointer-events:none}@media screen and (max-width: 600px){.view .frame{padding:3rem 2rem 2rem;gap:2rem}.view .frame.has-header{padding:2rem}.view .frame.has-sub-views{grid-template-columns:40px 1fr}.view .frame.has-sub-views.flip-subview-nav:not(.horizontal-subviews){grid-template-columns:1fr 40px}.view .frame.has-sub-views.horizontal-subviews{grid-template-columns:1fr;grid-template-rows:40px 1fr}.view .frame .container{gap:2rem}.module.views .list{width:40px;top:calc(2rem + var(--header-offset));grid-template-columns:1fr}.view .frame.has-sub-views.horizontal-subviews .module.views .list{width:100%;grid-template-columns:repeat(auto-fill,40px);border-right:1px solid color-mix(in srgb,var(--foreground) 10%,transparent)}.view .frame.has-sub-views.horizontal-subviews.flip-subview-nav .module.views .list{direction:rtl;border-right:unset;border-left:1px solid color-mix(in srgb,var(--foreground) 10%,transparent)}.module.views .list li{height:40px}.module.views .list li .icon svg{width:24px;height:32px}}#x>.wrapper{background-color:var(--background);color:color-mix(in srgb,var(--foreground) 80%,transparent);transition:background-color 1s}:root{--scrollbar-width: 10px}@media (any-pointer: fine){::-webkit-scrollbar{width:var(--scrollbar-width)}#x ::-webkit-scrollbar{width:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:0}::-webkit-scrollbar-thumb{background:var(--scrollbar-draggy);border-radius:0}::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-draggy-hover)}}h2{margin:0 0 8px;font-size:18px;line-height:1}h3{margin:0 0 1rem;font-size:28px;line-height:1.2}h4{font-size:16px}h4,h5,h6{margin:0 0 1rem;color:color-mix(in srgb,var(--foreground) 60%,transparent)}h6{margin:0 0 10px}h4:not(:first-child),h5:not(:first-child){margin-top:2rem}h6:not(:first-child){margin-top:1rem}h4,h5,h6{padding:0 0 6px;display:grid;grid-auto-flow:column;justify-content:space-between;border-bottom:2px solid color-mix(in srgb,var(--foreground) 10%,transparent)}h5{padding:0 0 3px;border-bottom-width:1px}h6{padding:0;border-bottom:none}h4.no-underline,h5.no-underline{padding-bottom:unset;border-bottom:unset}h4.small-caps{margin-bottom:12px;padding:0;border-bottom:0px;text-transform:uppercase;font-family:var(--font-text);font-size:12px;letter-spacing:1px}h4 span,h5 span{display:grid;grid-auto-flow:column;gap:4px}h4 span span:first-child,h5 span span:first-child{color:color-mix(in srgb,var(--foreground) 80%,transparent)}h5 span:first-child:not(:last-child){display:inline;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}h4+h5,h4+h5:not(:first-child){margin-top:0}@media screen and (max-width: 600px){h2{font-size:16px}h3{font-size:24px}}p{margin:0 0 6px;line-height:1.6}p:last-child{margin:0}blockquote{margin:0 0 6px}blockquote:last-child{margin:0}p code,li code{padding:2px 1px;background-color:color-mix(in srgb,var(--foreground) 10%,transparent);font-family:monospace;font-size:13px;line-height:1}.annotated{text-decoration:underline;text-decoration-line:underline;text-decoration-thickness:1px;text-decoration-style:dotted;text-decoration-color:color-mix(in srgb,var(--foreground) 40%,transparent);text-underline-position:from-font;cursor:help;transition:color .25s}.annotated:active{color:color-mix(in srgb,var(--foreground) 100%,transparent)}@media (hover: hover){.annotated:hover{color:color-mix(in srgb,var(--foreground) 100%,transparent)}}.hyperlink{display:inline-block;text-decoration:underline;text-decoration-line:underline;text-decoration-thickness:2px;text-decoration-style:solid;text-decoration-color:color-mix(in srgb,var(--foreground) 20%,transparent);text-underline-position:under;cursor:pointer;transition:color .25s,text-decoration-color .25s}.hyperlink:active{color:var(--foreground);text-decoration-color:color-mix(in srgb,var(--foreground) 60%,transparent)}@media (hover: hover){.hyperlink:hover{color:var(--foreground);text-decoration-color:color-mix(in srgb,var(--foreground) 60%,transparent)}}.hyperlink.external:after{content:" ";padding:0 0 0 3px}p .hyperlink,li .hyperlink,.info .hyperlink{text-underline-position:from-font;text-decoration-thickness:1px}.image:not(.padded){position:absolute;left:0;top:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:contain;opacity:0;transition:opacity .5s}.image.padded{position:relative;width:100%;background-repeat:no-repeat;background-position:center;background-size:cover;opacity:0;transition:opacity .5s}.image.dl{opacity:1}.wrapper.reduced-motion .image{transition:unset}.image img{width:100%;height:100%;object-fit:cover}.info{font-size:14px}.info:not(.icon,.background-color){font-style:italic;letter-spacing:.8px;color:color-mix(in srgb,var(--foreground) 40%,transparent)}.info.icon{display:flex;align-items:flex-start;gap:8px;font-size:14px;line-height:16px}.info.background-color{--foreground: #000000;--background: #ffffff;padding:6px 8px;border-radius:2px;color:color-mix(in srgb,var(--foreground) 80%,transparent);background-color:color-mix(in srgb,var(--background) 80%,transparent)}.info.translucent{padding:6px 8px;border-radius:2px;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}.info.icon:not(:last-of-type){margin:0 0 6px}.info.icon .icon{display:flex}.info.icon:has(.text p) .icon{margin:3px 0 0}.info.icon .icon svg{width:16px;color:var(--foreground)}.info.background-color.warning{background-color:var(--warning)}.info.background-color.progress{--foreground: #ffffff;background:linear-gradient(to right,var(--progress) 50%,transparent);color:var(--foreground)}.info.background-color.progress.icon .icon svg{color:var(--foreground)}.info.icon .text{flex:1}.info.icon .text strong{font-weight:400;color:var(--foreground)}h4+.info{margin:20px 0 0}.info ul{list-style-type:disc;padding:0 0 0 2rem;margin:0 0 1rem}.info ul:last-child{margin:0}.info ul li{position:relative;line-height:1.6;max-width:600px;margin:0 0 6px}.info ul li ul{padding:0 0 0 18px}.info ul li:last-child{margin:0}.info.attention{position:relative;padding:1rem 0;text-align:center}.info.attention p{line-height:1.6}.info.attention:before,.info.attention:after{content:"";position:absolute;left:50%;top:0;width:20%;height:1px;transform:translate(-50%);background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}.info.attention:after{top:unset;bottom:0}@media screen and (max-width: 600px){.info.minor{font-size:12px}.info.minor:not(.icon){letter-spacing:.5px}}.description.flair p{font-size:16px;line-height:1.6;color:color-mix(in srgb,var(--foreground) 60%,transparent)}.description.flair p strong{font-weight:400;color:color-mix(in srgb,var(--foreground) 80%,transparent)}.description.flair ul{list-style-type:disc;padding:0 0 0 2rem;margin:0 0 6px}.description.flair ul:last-child{margin-bottom:0}.description.flair ul li{line-height:1.6}@media screen and (max-width: 600px){.description.flair p,.description.flair li{font-size:14px;line-height:1.6;color:color-mix(in srgb,var(--foreground) 80%,transparent)}.description.flair p strong{color:var(--foreground)}}.list li.linked{position:relative;display:flex;align-items:center;color:color-mix(in srgb,var(--foreground) 80%,transparent);background-color:color-mix(in srgb,var(--foreground) 10%,transparent);-webkit-user-select:none;user-select:none;transition:color .25s,background-color .25s,box-shadow .25s}.list li.linked:before{content:"";position:absolute;left:0;top:0;z-index:3;width:100%;height:100%;pointer-events:none;box-shadow:inset 0 0 0 1px transparent;transition:box-shadow .25s,background-color .25s}.list li.linked:after{content:"";position:absolute;left:0;top:0;width:calc(100% + 4px);height:calc(100% + 4px);z-index:3;pointer-events:none;box-shadow:0 0 0 2px transparent;transform:scale(var(--ui-scale)) translate3d(-2px,-2px,0);transition:box-shadow .25s,transform .25s}.wrapper.reduced-motion .list li,.wrapper.reduced-motion .list li.linked:before,.wrapper.reduced-motion .list li.linked:after{transition:none}.list li.linked:active{background-color:var(--linked-fill-active, color-mix(in srgb, var(--foreground) 40%, transparent));color:color-mix(in srgb,var(--foreground) 100%,transparent);z-index:4}.list li.linked:active:before{box-shadow:inset 0 0 0 1px var(--linked-inset-active, var(--foreground));background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}.list li.linked:active:after{box-shadow:0 0 0 2px var(--linked-outset-active, color-mix(in srgb, var(--foreground) 60%, transparent));transform:scale(1) translate3d(-2px,-2px,0);z-index:4}@media (hover: hover){.list li.linked:hover{background-color:var(--linked-fill-active, color-mix(in srgb, var(--foreground) 40%, transparent));color:var(--foreground);z-index:4}.list li.linked:hover:before{box-shadow:inset 0 0 0 1px var(--linked-inset-active, var(--foreground));background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}.list li.linked:hover:after{box-shadow:0 0 0 2px var(--linked-outset-active, color-mix(in srgb, var(--foreground) 60%, transparent));transform:scale(1) translate3d(-2px,-2px,0);z-index:4}}.list li>a:not(.button):not(.hyperlink){position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;padding:0 1rem;z-index:2}.list.settings li{height:unset;display:block;padding:5px 0;margin:0 0 7px}.list.settings li:last-child{margin:0}.list.settings li .check-box{width:100%}.list.settings li .check-box .text{justify-content:space-between}.list.settings li .check-box .text .spinner{position:absolute;right:0;top:3px;opacity:0}.list.settings li .check-box.loading .text .spinner{opacity:1}.list.settings li .info{margin:10px 0 0;max-width:300px;font-size:12px;font-style:italic;letter-spacing:.5px;color:color-mix(in srgb,var(--foreground) 40%,transparent);-webkit-user-select:none;user-select:none}.list.settings li .info p{line-height:1.4}input,label{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;font:inherit;font-size:18px;line-height:initial;margin:0;padding:0;height:38px;display:inline-flex;align-items:center;color:inherit;background-color:transparent;outline:none;white-space:normal;box-sizing:inherit;border-radius:0;color-scheme:dark}textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;font:inherit;font-size:18px;line-height:in1itial;margin:0;padding:0;display:block;color:inherit;background-color:transparent;outline:none;white-space:normal;box-sizing:inherit;border-radius:0}input::placeholder,label .placeholder,textarea::placeholder{color:inherit;opacity:.4;transition:opacity .25s}:focus{outline:none}.form .field{position:relative}.form .field:not(+.info){margin:0 0 1rem}.form .field:last-child{margin:0}.form .field:after{content:"";position:absolute;left:0;top:0;width:calc(100% + 4px);height:calc(100% + 4px);z-index:3;pointer-events:none;box-shadow:0 0 0 2px transparent;transform:scale(var(--ui-scale)) translate3d(-2px,-2px,0);transition:color .25s,background-color .25s,transform .25s,box-shadow .25s}.form .field.disabled{color:color-mix(in srgb,var(--foreground) 40%,transparent);pointer-events:none}.form .field+.info{max-width:512px;font-size:12px}.form .field+.info:not(:last-child){margin:10px 0 1rem}.form .field+.info p strong{font-weight:400;color:color-mix(in srgb,var(--foreground) 60%,transparent)}.form .field input,.form .field label,.form .field textarea,.form .field button{padding:0 1rem;background-color:color-mix(in srgb,var(--foreground) 10%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--foreground) 20%,transparent);transition:background-color .25s,box-shadow .25s,color .25s}.form .field input,.form .field label,.form .field textarea{background-color:transparent}.form .field input:disabled,.form .field.disabled label,.form .field textarea:disabled,.form .field button:disabled{background-color:color-mix(in srgb,var(--foreground) 5%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--foreground) 10%,transparent)}.form .field textarea{resize:none;line-height:1.6;padding:.5rem 1rem}.form .field input,.form .field label,.form .field textarea{width:100%}.form .field input:focus::placeholder,.form .field label:focus .placeholder,.form .field textarea:focus::placeholder{opacity:.6}.form .field:active input,.form .field:active label,.form .field:active textarea,.form .field:active button{z-index:2;background-color:color-mix(in srgb,var(--foreground) 40%,transparent);color:var(--foreground);box-shadow:inset 0 0 0 1px #d6d6d6}.form .field:active:after{box-shadow:0 0 0 2px #d6d6d6;transform:scale(1) translate3d(-2px,-2px,0)}.form .field:active input::placeholder,.form .field:active label .placeholder,.form .field:active textarea::placeholder{opacity:.6}@media (hover: hover){.form .field:hover input,.form .field:hover label,.form .field:hover textarea,.form .field:hover button{z-index:2;background-color:color-mix(in srgb,var(--foreground) 40%,transparent);color:var(--foreground);box-shadow:inset 0 0 0 1px #d6d6d6}.form .field:hover:after{box-shadow:0 0 0 2px #d6d6d6;transform:scale(1) translate3d(-2px,-2px,0)}.form .field:hover input::placeholder,.form .field:hover label .placeholder,.form .field:hover textarea::placeholder{opacity:.6}}.form .field input:focus,.form .field label:focus,.form .field textarea:focus,.form .field button:focus{z-index:2;background-color:color-mix(in srgb,var(--foreground) 40%,transparent);color:var(--foreground);box-shadow:inset 0 0 0 1px #d6d6d6}.form .field:has(input:focus):after,.form .field:has(label:focus):after,.form .field:has(textarea:focus):after{box-shadow:0 0 0 2px #d6d6d6;transform:scale(1) translate3d(-2px,-2px,0)}.form .field .spinner{position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none}.form .field input[type=file]{display:none}.wrapper.reduced-motion .form .field input,.wrapper.reduced-motion .form .field label,.wrapper.reduced-motion .form .field textarea,.wrapper.reduced-motion .form .field button,.wrapper.reduced-motion .form .field:after{transition:none}.corners{position:absolute;width:100%;left:0;--corners-size: 7px}.corners.large{--corners-size: 16px}.corners:before,.corners:after{content:"";position:absolute;left:0;width:var(--corners-size);height:var(--corners-size);border-color:var(--border-color, var(--foreground));border-style:solid;border-width:1px 0 0 1px}.corners:after{border-width:1px 1px 0 0;left:initial;right:0}.corners.t{top:0}.corners.b{bottom:8px}.corners.large.b{bottom:17px}.corners.b:before{border-width:0 0 1px 1px}.corners.b:after{border-width:0 1px 1px 0}header .module.header{padding:unset}header .module.header h2,header .module.header h3{margin:0 0 1rem;font-size:28px;letter-spacing:1px;line-height:1.2;color:color-mix(in srgb,var(--foreground) 80%,transparent)}header .module.header:has(h3) h2{margin:0 0 6px;font-size:14px;font-weight:500;text-transform:uppercase}header .module.header .description p{max-width:600px;font-size:16px;line-height:1.4;color:color-mix(in srgb,var(--foreground) 60%,transparent)}@media screen and (max-width: 600px){header .module.header h2,header .module.header h3{font-size:22px}header .module.header:has(h3) h2{font-size:14px}header .module.header .description p{font-size:14px;color:color-mix(in srgb,var(--foreground) 80%,transparent)}}.sticky-nav{position:sticky;left:0;bottom:0;width:100%;z-index:10;font-size:14px;-webkit-user-select:none;user-select:none;background-color:#08080800;-webkit-backdrop-filter:blur(12px) brightness(1.1);backdrop-filter:blur(12px) brightness(1.1)}.sticky-nav.page{padding-bottom:calc(env(safe-area-inset-bottom)/2)}.sticky-nav.inline{padding:0 1rem}.sticky-nav .wrapper{padding:0 3rem;margin:0 auto;max-width:1920px;height:60px;display:flex;align-items:center;justify-content:space-between}.sticky-nav.mini .wrapper{height:40px}.sticky-nav ul{display:flex}.sticky-nav ul li .button{width:fit-content;max-width:unset;height:52px;padding:0 1rem;background-color:transparent;box-shadow:unset;gap:6px}.sticky-nav.condensed ul li .button{padding:0 8px}.sticky-nav.mini ul li .button{height:32px}.sticky-nav ul li .button .icon{display:flex;justify-content:center;width:20px;aspect-ratio:1/1;font-size:16px}.sticky-nav ul li .button .icon svg{width:100%}.sticky-nav ul li .button .text strong{font-weight:400}.sticky-nav ul li .button:not(.disabled) .text strong{color:var(--foreground)}@media screen and (max-width: 600px){.sticky-nav{position:sticky}.sticky-nav.inline{padding:0}.sticky-nav .wrapper{padding:0 2rem;font-size:12px}.sticky-nav ul{gap:0}.sticky-nav .destiny-key{margin-top:2px}.sticky-nav .button.secondary .text{display:none}}.wrapper.dark .sticky-nav{background-color:#080808cc}.sticky-nav .fraction{display:grid;grid-auto-flow:column;gap:4px;color:color-mix(in srgb,var(--foreground) 60%,transparent)}.sticky-nav .fraction span:first-child{color:color-mix(in srgb,var(--foreground) 80%,transparent)}.platform{width:36px;height:36px;margin:1px 1rem 1px 1px;display:flex;align-items:center;justify-content:center;background:linear-gradient(45deg,var(--accent),transparent);color:#fff;font-size:16px}.platform.xbox{--accent: var(--platform-xbox)}.platform.xbox:before{content:""}.platform.playstation{--accent: var(--platform-playstation)}.platform.playstation:before{content:""}.platform.steam{--accent: var(--platform-steam)}.platform.steam:before{content:""}.platform.battlenet{--accent: var(--platform-blizzard)}.platform.battlenet:before{content:""}.platform.stadia{--accent: var(--platform-stadia)}.platform.stadia:before{content:""}.platform.epic{--accent: var(--platform-epic)}.platform.epic:before{content:""}.recharts-default-legend .recharts-legend-item:last-child{margin-right:0!important}@keyframes fade-in-logo-feature{0%{opacity:0}to{opacity:1}}@keyframes animation-background-highlight{0%{background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}50%{background-color:color-mix(in srgb,var(--foreground) 30%,transparent)}to{background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}}@keyframes animation-header-word-mark{0%{background-position-x:200%}20%{background-position-x:-200%}50%,to{background-position-x:-200%}}@keyframes animation-masterwork-header{0%{background-position-x:200%}40%{background-position-x:-200%}to{background-position-x:-200%}}@keyframes rotate-linear{0%{transform-origin:center center;transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(360deg)}}@keyframes rotate-and-scale-out{0%,to{transform-origin:center center;transform:scale(0);opacity:0}12.5%{opacity:.4}25%{transform:scale(1.2);opacity:0}}@keyframes rotate-and-scale-in{0%{transform-origin:center center;transform:scale(1.2);opacity:0}to{transform:scale(1);opacity:1}}@keyframes containment{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@keyframes fade-and-scale-out{0%{transform-origin:center center;transform:scale(0);opacity:0}50%{opacity:1}to{transform:scale(1.5);opacity:0}}@keyframes maps-screenshot-highlight{0%{transform:scale(0) rotate(0);opacity:0}25%{transform:scale(1) rotate(45deg);opacity:1}50%{transform:scale(2) rotate(90deg);opacity:0}to{transform:scale(0) rotate(360deg);opacity:0}}@keyframes maps-rotate-sleep{0%{transform-origin:center center;transform:rotate(0)}88%{transform:rotate(0)}to{transform:rotate(90deg)}}@keyframes maps-rotate-sleep-45{0%{transform-origin:center center;transform:rotate(45deg)}88%{transform:rotate(45deg)}to{transform:rotate(135deg)}}@keyframes maps-rotate-linear-scale-2{0%{transform-origin:center center;transform:rotate(0) scale(2)}50%{transform:rotate(180deg) scale(2)}to{transform:rotate(360deg) scale(2)}}@keyframes maps-tracking-pulse{0%{transform-origin:center center;transform:scale(0);opacity:0}50%{opacity:1}to{transform:scale(1);opacity:0}}@keyframes maps-scale-in-and-scale-out{0%,to{transform-origin:center center;transform:scale(1)}50%{transform:scale(1.2)}}@keyframes fast-travel-arrow{0%{transform:translateY(-8%);opacity:0}20%{opacity:1}50%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(0)}}@keyframes animation-toast-in{0%{opacity:0;transform:scale(2) translateY(200px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes animation-toast-out{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(2) translateY(200px)}}@keyframes animation-toast-bar{0%,20%{width:100%;opacity:1}72%{opacity:.8}90%{opacity:.4}96%{opacity:.2}to{width:0%;opacity:0}}@keyframes tracked-pulse{0%{transform-origin:center center;transform:scale(0);opacity:0}80%{transform:scale(1);opacity:0}90%{opacity:1}to{transform:scale(7);opacity:0}}@keyframes standing-crucible-chevron-scale-small{0%,20%,to{transform-origin:center center;transform:scale(1)}10%{transform:scale(1.05)}}@keyframes standing-crucible-chevron-scale{0%,20%,to{transform:scale(1);transform-origin:center center}10%{transform:scale(1.075)}}@keyframes standing-crucible-knife-bob-1{0%,60%,to{transform:translate3d(-10px,-10px,0)}30%{transform:translateZ(0)}}@keyframes standing-crucible-knife-bob-2{0%,60%,to{transform:translate3d(10px,-10px,0)}30%{transform:translateZ(0)}}@keyframes standing-crucible-knife-bob-3{0%,60%,to{transform:translate3d(10px,10px,0)}30%{transform:translateZ(0)}}@keyframes standing-crucible-knife-bob-4{0%,60%,to{transform:translate3d(-10px,10px,0)}30%{transform:translateZ(0)}}@keyframes standing-iron-banner-gradient{0%{transform-origin:center center;opacity:0;transform:rotate(0)}10%{opacity:1}35%{transform:rotate(45deg) scale(1.2)}60%{opacity:1}70%{opacity:0;transform:rotate(90deg)}90%{opacity:0;transform:rotate(90deg)}to{opacity:0;transform:rotate(0)}}@keyframes cta-sparkle{0%{transform:translate(-80%);opacity:0}20%{opacity:1}50%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(0)}}@keyframes compass-jitter{0%{transform-origin:center center;transform:rotate(0)}50%{transform:rotate(45deg)}to{transform-origin:center center;transform:rotate(0)}}@keyframes animation-wave-x{0%{background-position-x:calc(-200% + var(--animation-wave-x-offset, 0px))}to{background-position-x:calc(200% + var(--animation-wave-x-offset, 0px))}}@keyframes animation-wave-y{0%{background-position-y:calc(-200% + var(--animation-wave-y-offset, 0px))}to{background-position-y:calc(200% + var(--animation-wave-y-offset, 0px))}}@keyframes sparkle-horizontal{0%{background-position:200% 50%}66%,to{background-position:-200% 50%}}@keyframes sparkle-vertical{0%{background-position:50% 200%}66%,to{background-position:50% -200%}}@keyframes trials-scale-fade-in{0%{opacity:0;transform:scale(7)}to{opacity:1;transform:scale(1)}}@keyframes trials-scale-fade-in-loss{0%{transform-origin:center center;opacity:0;transform:scale(4) rotate(0)}to{opacity:1;transform:scale(1) rotate(360deg)}}@keyframes engram-sparkle{0%{background-position-x:200%}66%,to{background-position-x:-200%}}@keyframes engram-sparkle-fill{0%,10%{background-position-x:300%}40%,to{background-position-x:-300%}}.spinner{position:relative;width:48px;height:48px;pointer-events:none;transition:opacity .25s;opacity:.5}.spinner svg{width:48px;height:48px}.spinner.mini,.spinner.mini svg{width:24px;height:24px}.spinner{fill:var(--foreground)}.pride .spinner{opacity:1;animation:pride 3s linear infinite}.spinner svg{overflow:visible}@keyframes pride{0%,to{fill:#ff4b33}17%{fill:#ffb833}34%{fill:#fde34e}50%{fill:#95ff6b}67%{fill:#337aff}83%{fill:#ff57b9}}#loading{--foreground: #ffffff;position:fixed;top:0;left:0;padding:0;width:100%;height:100%;max-width:unset;display:flex;flex-flow:row wrap;align-items:center;align-content:center;text-align:center;z-index:2;color:var(--foreground);background-color:#888;font-family:var(--font-text);pointer-events:none;-webkit-user-select:none;user-select:none}.wrapper.dark #loading{background-color:#141414}#loading .bg{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#fff;overflow:hidden}#loading .bg .grad{position:absolute;left:0;top:0;width:100%;height:100%;--color-a-0: red;--color-a-1: rgba(255, 0, 0, 0);--color-b-0: lime;--color-b-1: rgba(0, 255, 0, 0);--color-c-0: blue;--color-c-1: rgba(0, 0, 255, 0);background:linear-gradient(225deg,var(--color-a-0) 0%,var(--color-a-1) 60%),linear-gradient(135deg,var(--color-b-0) 0%,var(--color-c-1) 60%),linear-gradient(0deg,var(--color-c-0),var(--color-c-1) 80%)}#loading .bg .grad{--color-a-0: #575042;--color-a-1: transparent;--color-b-0: #575042;--color-b-1: transparent;--color-c-0: #16e6d4;--color-c-1: transparent}.wrapper.pride #loading .bg,.wrapper.dark.pride #loading .bg{background-color:#fff}.wrapper.pride #loading .bg .grad,.wrapper.dark.pride #loading .bg .grad{--color-a-0: #e82c8b;--color-a-1: #e82c8b00;--color-b-0: #ffe159;--color-b-1: #ffe15900;--color-c-0: #8dcf89;--color-c-1: #8dcf8900;--color-d-0: #69e0b4;--color-d-1: #69e0b400;--color-e-0: #3655ca;--color-e-1: #3655ca00;background:linear-gradient(217deg,var(--color-a-0),var(--color-b-1) 60%),linear-gradient(157deg,var(--color-b-0),var(--color-c-1) 60%),linear-gradient(110deg,var(--color-c-0),var(--color-d-1) 60%),linear-gradient(70deg,var(--color-d-0),var(--color-e-1) 60%),linear-gradient(-7deg,var(--color-e-0),var(--color-a-1) 60%)}#loading .bg .containment{position:absolute;left:0;top:23.6%;width:100%;height:60%;display:flex;justify-content:center;align-items:center}#loading .bg .containment{opacity:0;transform:scale(.6);animation:containment 4s cubic-bezier(.65,.05,.36,1) 2s 1 forwards}#loading .bg .containment svg{width:auto;height:100%;fill:#fff;opacity:.1}#loading .middle{position:absolute;bottom:7rem;left:0;width:100%;gap:2rem;display:flex;flex-direction:column;align-items:center;font-family:var(--font-text)}#loading .middle .name svg{width:auto;height:32px;fill:#fff}#loading .middle .status{width:max-content;display:flex;align-items:center;gap:1rem;font-size:14px;letter-spacing:.5px;color:#fffc}#loading .middle .status.error{width:auto}#loading .middle .progress{width:320px;background-color:#fff3}#loading .middle .progress .fill{height:4px;background-color:#fff}#loading .logo{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}#loading .logo svg{width:192px;height:auto;fill:#fff}#loading .f{position:absolute;top:0;right:0;bottom:0;left:0;padding:calc(env(safe-area-inset-top) + 3rem) 3rem 3rem 3rem;display:flex;justify-content:space-between;--multiplier: .75}#loading .f .l{display:flex;flex-direction:column;justify-content:space-between}#loading .f .l .t{display:flex;gap:calc(16px * var(--multiplier))}#loading .f .l .t .icon{width:calc(48px * var(--multiplier))}#loading .f .l .t .text{display:flex;flex-direction:column;align-items:start;justify-content:space-between;font-size:calc(22px * var(--multiplier));color:#fff6}#loading .f .l .t .text svg{margin-left:calc(2px * var(--multiplier));height:calc(21px * var(--multiplier));color:#fff}#loading .f .l .b{width:calc(48px * var(--multiplier));height:2px;background-color:#fff3}#loading .f .r{display:flex;flex-direction:column;justify-content:space-between}#loading .f .r .t{margin:2px 0 0;display:flex;justify-items:right;align-items:center;gap:6px;text-orientation:mixed;writing-mode:vertical-rl;font-family:var(--font-display);font-size:14px;font-weight:500;text-transform:uppercase;color:#fff6}#loading .f .r .t span{color:#fffc}#loading .f .r .b{width:12px;height:2px;background-color:#fff3}@media screen and (orientation: portrait){#loading .bg .containment{top:28%;height:50%}}@media screen and (max-width: 600px){#loading .f{padding:calc(env(safe-area-inset-top) + 2rem) 2rem 2rem 2rem;--multiplier: .5}#loading .f .r .t{font-size:12px}#loading .f .r .b{width:10px}#loading .middle{gap:1rem}#loading .middle .name svg{height:20px}#loading .middle .progress{width:200px}#loading .middle .progress .fill{height:3px}}#route-loading{padding:3rem;min-height:calc(100vh - 82px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}#route-loading.full{height:100vh}#route-loading.full.with-nav{height:calc(100vh - var(--titlebar-height))}@media screen and (max-width: 600px){#route-loading{padding:2rem}}._section_d8fat_1{display:grid;grid-template-columns:12px 1fr;gap:2rem}._section_d8fat_1 ._header_d8fat_7{position:relative;border-bottom:2px solid color-mix(in srgb,var(--foreground) 40%,transparent)}._section_d8fat_1 ._header_d8fat_7 ._sticky_d8fat_12{position:sticky;top:calc(3rem + var(--header-offset));display:grid;gap:2rem}._section_d8fat_1 ._header_d8fat_7 ._sticky_d8fat_12 h3{margin:0;padding:0 0 1rem;display:flex;gap:2rem;writing-mode:vertical-rl;text-orientation:mixed;font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}._section_d8fat_1 ._header_d8fat_7 ._sticky_d8fat_12 h3 span{display:flex;flex-flow:row wrap;column-gap:4px;font-weight:400;color:color-mix(in srgb,var(--foreground) 60%,transparent)}._section_d8fat_1 ._header_d8fat_7 ._sticky_d8fat_12 h3 span span:not(:last-child):first-child{color:color-mix(in srgb,var(--foreground) 80%,transparent)}._section_d8fat_1 ._header_d8fat_7 ._sticky_d8fat_12 h3 span strong{font-weight:400;color:color-mix(in srgb,var(--foreground) 80%,transparent)}._section_d8fat_1._squished_d8fat_49{grid-template-columns:1fr;grid-template-rows:min-content 1fr;gap:1rem}._section_d8fat_1._squished_d8fat_49 ._header_d8fat_7{padding:0 0 6px;border-bottom:1px solid color-mix(in srgb,var(--foreground) 10%,transparent)}._section_d8fat_1._squished_d8fat_49 ._header_d8fat_7 ._sticky_d8fat_12{position:unset}._section_d8fat_1._squished_d8fat_49 ._header_d8fat_7 ._sticky_d8fat_12 h3{padding:0;gap:1rem;justify-content:space-between;font-size:inherit;font-weight:inherit;writing-mode:horizontal-tb;text-orientation:sideways;letter-spacing:inherit;text-transform:unset}@media screen and (max-width: 600px){._section_d8fat_1 ._header_d8fat_7 ._sticky_d8fat_12{top:calc(2rem + var(--header-offset))}._section_d8fat_1._squishy_d8fat_81{grid-template-columns:1fr;grid-template-rows:min-content 1fr;gap:1rem}._section_d8fat_1._squishy_d8fat_81 ._header_d8fat_7{padding:0 0 6px;border-bottom:1px solid color-mix(in srgb,var(--foreground) 10%,transparent)}._section_d8fat_1._squishy_d8fat_81 ._header_d8fat_7 ._sticky_d8fat_12{position:unset}._section_d8fat_1._squishy_d8fat_81 ._header_d8fat_7 ._sticky_d8fat_12 h3{padding:0;gap:1rem;justify-content:space-between;font-size:inherit;font-weight:inherit;writing-mode:horizontal-tb;text-orientation:sideways;letter-spacing:inherit;text-transform:unset}}.dialog{--foreground: #ffffff;--shadow-strength: .4;position:fixed;top:0;left:0;width:100%;height:100%;z-index:27;padding:env(safe-area-inset-top) 0 0;display:grid;align-items:center;overflow-y:scroll;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;scroll-padding-top:env(safe-area-inset-top);color:color-mix(in srgb,var(--foreground) 80%,transparent);cursor:not-allowed}.wrapper.dark .dialog{--shadow-strength: .6}.dialog .shell{position:relative}.dialog .wrapper{position:relative;width:100%}.dialog .wrapper-max{cursor:default;box-shadow:0 40px 80px rgba(0,0,0,var(--shadow-strength))}.dialog .background .border-top{position:absolute;left:0;top:0;width:100%;height:1rem;border-top:2px solid rgba(255,255,255,.6);background-color:#fff3;-webkit-backdrop-filter:blur(7px) brightness(1.2) saturate(1.2);backdrop-filter:blur(7px) brightness(1.2) saturate(1.2)}.dialog.error .background .border-top{background-color:var(--error)}.dialog.warning .background .border-top{background-color:var(--warning);background-color:#ccb333}.dialog.success .background .border-top{background-color:var(--success)}.dialog .background .acrylic{position:absolute;left:0;top:1rem;width:100%;height:calc(100% - 1rem);background-color:#0009;-webkit-backdrop-filter:blur(7px) brightness(1.2) saturate(1.2);backdrop-filter:blur(7px) brightness(1.2) saturate(1.2);transform:translateZ(0)}.dialog .container.wrapper{position:relative;width:100%;max-width:1280px;padding:4rem 3rem 3rem;margin:0 auto;display:grid}.dialog .container.wrapper .header{margin:0 0 1rem;-webkit-user-select:none;user-select:none}.dialog:not(.glass) .sticky-nav .wrapper{max-width:1280px}.wrapper.medium .dialog:not(.glass) .sticky-nav .destiny-key.windows span:first-child,.wrapper.medium .dialog:not(.glass) .sticky-nav .destiny-key:not(.steam) span{color:#333}.wrapper.medium .dialog:not(.glass) .sticky-nav{background-color:#080808cc}.dialog.notification .container.wrapper{grid-template-columns:1fr 2fr;padding:1rem 0 0;max-width:1920px}.dialog.notification .container.wrapper>div:first-child{display:grid;justify-content:right;background:linear-gradient(to right,#8c8c8c00,#8c8c8c33)}.dialog.error .container.wrapper>div:first-child{background:linear-gradient(to right,#dc513b00,#dc513b33)}.dialog.warning .container.wrapper>div:first-child{background:linear-gradient(to right,#ffd50000,#ffd50033)}.dialog.success .container.wrapper>div:first-child{background:linear-gradient(to right,#dc513b00,#2f99ac33)}.dialog.notification .container.wrapper div .icon{position:relative;height:100px;width:100px;margin:2rem;pointer-events:none}.dialog.notification.warning .container.wrapper div .icon{color:var(--warning)}.dialog.notification .container.wrapper .text .name{padding:1rem 2rem;background:linear-gradient(to right,rgba(255,255,255,.05),transparent);font-size:24px;text-transform:uppercase;letter-spacing:6px;line-height:1.6;word-break:break-word}.dialog.error .container.wrapper .text .name{background-color:#dc513b1a}.dialog.warning .container.wrapper .text .name{background-color:#ffd5001a}.dialog.success .container.wrapper .text .name{background-color:#2f99ac1a}.dialog.notification .container.wrapper .text .description{padding:1rem 2rem;max-width:calc(600px + 4rem);font-size:16px;color:color-mix(in srgb,var(--foreground) 80%,transparent)}.dialog.notification .container.wrapper .text .description p{line-height:1.4}.dialog.notification .container.wrapper .text .description strong{font-weight:400;color:var(--foreground)}.dialog.notification .container.wrapper .text .description ul,.dialog.notification .container.wrapper .text .description ol{list-style-type:disc;padding:0 0 0 2rem;margin:0 0 1rem}.dialog.notification .container.wrapper .text .description ul:last-child,.dialog.notification .container.wrapper .text .description ol:last-child{margin-bottom:0}.dialog.notification .container.wrapper .text .description ol{list-style-type:none}.dialog.notification .container.wrapper .text .description ul li,.dialog.notification .container.wrapper .text .description ol li{line-height:1.6}.dialog.notification .container.wrapper .text .description ol{counter-reset:list}.dialog.notification .container.wrapper .text .description ol li{position:relative;padding:0 0 0 1rem}.dialog.notification .container.wrapper .text .description ol li:before{counter-increment:list;content:counter(list);position:absolute;left:-18px}.dialog.notification .container.wrapper .text .description h2{font-size:24px;margin:20px 0 8px}.dialog.notification .container.wrapper .text .description h3{margin:20px 0 8px;font-size:20px;font-weight:400;letter-spacing:normal}.dialog.notification .container.wrapper .text .description .error{color:var(--error)}.dialog.notification .container.wrapper .text .description .warning{color:var(--warning)}.dialog.notification .container.wrapper div.has-image{justify-content:unset}.dialog.notification .container.wrapper .has-image .icon{margin:0;width:100%;height:unset;aspect-ratio:16/9}.dialog.notification .container.wrapper .has-image.portrait .icon{aspect-ratio:9/16}.dialog.notification .container.wrapper .has-image .icon .image{background-size:cover;background-position-x:left}.dialog.notification .container.wrapper.fullscreen{grid-template-columns:1fr}.dialog.glass{padding:0}.dialog.glass .background .border-top{display:none}.dialog.glass .background .acrylic{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#0006;-webkit-backdrop-filter:blur(10px) brightness(1.2) saturate(1.2);backdrop-filter:blur(10px) brightness(1.2) saturate(1.2);transform:translateZ(0)}.dialog.glass .container.wrapper{position:relative;width:100%;min-height:calc(100vh - 60px)}@media screen and (max-width: 600px){.dialog .container.wrapper,.dialog.notification .container.wrapper{padding:1rem 0 0;grid-template-columns:auto}.dialog.full .container.wrapper{padding:3rem 2rem}.dialog .container.wrapper .header .name{font-size:32px}.dialog.notification .container.wrapper div:not(.has-image) .icon{display:none}.dialog.notification .container.wrapper .has-image{grid-template-columns:1fr}.dialog.notification .container.wrapper:not(.fullscreen) .has-image .icon{padding-bottom:28%}.dialog.notification .container.wrapper .text .name{padding:1.4rem 2rem 1rem;font-size:18px}.dialog.notification .container.wrapper .text .description{font-size:14px}.dialog.notification .container.wrapper .text .description h2{font-size:22px}.dialog.notification .container.wrapper .text .description h3{font-size:18px}}.check-box{display:grid;grid-template-columns:16px;align-items:center;gap:8px;-webkit-user-select:none;user-select:none;transition:opacity .25s}.check-box .box{display:flex;background-color:color-mix(in srgb,var(--foreground) 10%,transparent);transition:background-color .25s}.check-box .box svg{width:100%}.check-box .box svg rect{fill:color-mix(in srgb,var(--foreground) 40%,transparent);transform:scaleX(3);transform-origin:center center;transition:fill .25s,transform .5s}.check-box.text{grid-template-columns:16px auto}.check-box .text{height:100%;display:flex;align-items:center;font-size:14px;color:color-mix(in srgb,var(--foreground) 80%,transparent);white-space:pre-wrap;-webkit-user-select:none;user-select:none;transition:color .25s}.check-box.disabled{pointer-events:none;opacity:.4}.check-box.checked .box{background-color:var(--progress)}.check-box.checked .box svg rect{fill:#fff;transform:scaleY(5)}.check-box.checked.disabled .box{background-color:#5aa36666}.check-box:not(.checked):active .box{background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}.check-box:active .text{color:color-mix(in srgb,var(--foreground) 100%,transparent)}@media (hover: hover){.check-box:not(.checked):hover .box{background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}.check-box:hover .text{color:color-mix(in srgb,var(--foreground) 100%,transparent)}}.list.collection-items{--columns: 3;--item-size: 48px;--item-border-inset-width: 2px;--item-border-inset-color: #b9b9b9;display:grid;grid-template-columns:repeat(var(--columns),1fr);align-content:start;gap:7px}.list.collection-items .collectible{--border-width: 1px;container-type:inline-size;padding:0;margin:0;height:initial;display:flex;gap:10px;font-size:14px;background-color:#0000001a;color:color-mix(in srgb,var(--foreground) 40%,transparent)}.list.collection-items .collectible.completed:not(:active){background-color:color-mix(in srgb,var(--foreground) 10%,transparent);color:color-mix(in srgb,var(--foreground) 80%,transparent)}@media (hover: hover){.list.collection-items .collectible.completed:hover{background-color:color-mix(in srgb,var(--foreground) 40%,transparent);color:color-mix(in srgb,var(--foreground) 100%,transparent)}}.list.collection-items .collectible:before{box-shadow:inset 0 0 0 var(--border-width) color-mix(in srgb,var(--foreground) 30%,transparent)}.list.collection-items .collectible.placeholder{height:38px;-webkit-user-select:none;user-select:none;background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}.list.collection-items .collectible .icon{position:relative;flex:0 0 var(--item-size);width:var(--item-size);margin:1px;aspect-ratio:1;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}.list.collection-items .collectible .icon .image.dl{opacity:.4}.list.collection-items .collectible.completed .icon .image.dl{opacity:1}.list.collection-items .collectible .text{flex:1 1 100%;min-width:0}.list.collection-items .collectible .text .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list.collection-items .collectible .text .type{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;color:color-mix(in srgb,var(--foreground) 40%,transparent)}.list.collection-items .collectible .commonality{padding-right:10px;color:color-mix(in srgb,var(--foreground) 40%,transparent)}.list.collection-items .highlight{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.list.collection-items .highlight:before{content:"";top:0;right:0;bottom:0;left:0;position:absolute;--i0: calc(0% + var(--border-width));--i1: calc(100% - var(--border-width));clip-path:polygon(0% 0%,0% 100%,100% 100%,100% 0%,var(--i0) 0%,var(--i0) var(--i0),var(--i1) var(--i0),var(--i1) var(--i1),var(--i0) var(--i1),var(--i0) 0%);background:linear-gradient(135deg,transparent 0%,transparent 30%,var(--foreground) 50%,transparent 70%,transparent 100%);background-size:800% 100%;background-repeat:no-repeat;animation:sparkle-horizontal 3s linear .3s 10 forwards reverse}.list.collection-items .highlight:after{content:"";top:0;right:0;bottom:0;left:0;position:absolute;background:linear-gradient(135deg,transparent 0%,transparent 10%,color-mix(in srgb,var(--foreground) 10%,transparent) 40%,color-mix(in srgb,var(--foreground) 25%,transparent) 50%,color-mix(in srgb,var(--foreground) 10%,transparent) 60%,transparent 90%,transparent 100%);background-size:800% 100%;background-repeat:no-repeat;pointer-events:none;animation:sparkle-horizontal 3s linear 10 forwards reverse}.list.collection-items .all-completed{grid-column:1/-1;grid-template-columns:auto;background-color:#0000!important}.list.collection-items .all-completed:hover{background-color:#0000!important}.list.collection-items .all-completed:before{box-shadow:none}@media screen and (max-width: 1280px){.list.collection-items{--columns: 2}}@media screen and (max-width: 1024px){.list.collection-items{--columns: 3}}@media screen and (max-width: 768px){.list.collection-items{--columns: 2}}@media screen and (max-width: 600px){.list.collection-items{--columns: 1;--item-size: 38px}.list.collection-items .collectible .text .type{display:none}.list.collection-items .collectible .text .commonality{grid-row:unset}}.list.collection-items.items{gap:3px}.list.collection-items.items .collectible{grid-template-columns:1fr}.list.collection-items.items .collectible:before{box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--item-border-inset-color)}.list.collection-items .collectible:not(.completed){--item-border-inset-color: #7a7a7a}.list.collection-items.items .collectible:active:before{box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--foreground)}@media (hover: hover){.list.collection-items.items .collectible:hover:before{box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--foreground)}}.list.collection-items.items .collectible .icon{width:100%;height:unset;margin:unset}.list.collection-items.items .collectible .text,.list.collection-items.items .collectible .commonality{display:none}.progress-bar{display:flex;height:20px;margin:0 0 4px}.progress-bar.chunky{height:28px}.progress-bar:last-child{margin:0}.progress-bar .box{position:relative;flex-basis:20px;margin:0 8px 0 0;padding:3px;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--foreground) 60%,transparent)}.progress-bar .box .fill{width:14px;height:14px;background-color:color-mix(in srgb,var(--foreground) 10%,transparent);transition:background-color .25s}.progress-bar.completed .box .fill{background-color:var(--progress)}.progress-bar .bar{flex-basis:calc(100% - 28px);position:relative;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}.progress-bar .bar.full{flex-basis:100%}.progress-bar .bar .fill{position:absolute;top:0;left:0;width:100%;max-width:100%;height:100%;background-color:var(--progress);transition:background-color .25s,width 1s ease-in-out}.wrapper.dark .progress-bar:not(.completed) .box .fill{background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}.wrapper.dark .progress-bar .bar{background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}.progress-bar.intervals>.bar{background-color:transparent}.progress-bar.intervals .bar .bars{display:flex;gap:4px;height:100%;transition:opacity .5s}.progress-bar .bar .text{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;column-gap:10px;align-items:center;font-size:14px;color:color-mix(in srgb,var(--foreground) 80%,transparent)}.progress-bar .bar .text .description{padding:0 0 0 8px;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:20px}.progress-bar .bar .text .value{padding:0 8px 0 0}.progress-bar .bar .text .value.prev{flex:0;color:color-mix(in srgb,var(--foreground) 60%,transparent)}.list.medals{display:flex;flex-flow:row wrap;align-items:flex-start;column-gap:10px;row-gap:6px}.list.medals li{display:flex}.list.medals li:has(.text){flex-flow:column;gap:10px}.list.medals li .text{width:100%;font-size:11px;letter-spacing:.5px;text-transform:uppercase;text-align:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.list.medals li svg{width:48px;height:auto;fill:#fff;overflow:visible}.list.medals li .medal{display:flex;--accent: #ffffff}.list.medals li .medal div{position:relative;display:flex}.list.medals li .medal div:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;animation:sparkle-vertical 7s linear 0s infinite forwards;background:linear-gradient(340deg,transparent 0%,transparent 45%,var(--accent) 50%,transparent 75%,transparent 100%);background-position:50% 200%;background-repeat:no-repeat;background-size:600% 600%;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 454 559.2'%3E%3Cpath d='M0,0V411.65L227,559.2,454,411.65V0ZM442,405.14,227,544.89,12,405.14V12H442Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 454 559.2'%3E%3Cpath d='M0,0V411.65L227,559.2,454,411.65V0ZM442,405.14,227,544.89,12,405.14V12H442Z'/%3E%3C/svg%3E");-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.list.medals li .medal.shimmer svg .outline{fill:none}.list.medals li .medal.superintendent{--accent: #249682}.list.medals li .medal.superintendent svg .eye{opacity:0;transform-origin:center center}.list.medals li .medal.superintendent.confused svg .eye.full.left{opacity:1}.list.medals li .medal.superintendent.confused svg .eye.full.right{opacity:0;animation:medal-superintendent-confused 10s linear 0s infinite}.list.medals li .medal.superintendent.confused svg .eye.confused.right{opacity:1;animation:medal-superintendent-confused 10s linear 0s infinite reverse}@keyframes medal-superintendent-confused{0%,20%{opacity:0}21%,to{opacity:1}}.list.medals li .medal.icicle{--accent: #ff00ff}.list.medals li .medal.for-you svg .rays path{transform-origin:center center;animation:medal-for-you 1s ease-in-out 0s infinite}@keyframes medal-for-you{0%,to{transform:rotate(0)}50%{transform:rotate(5deg)}}.list.medals li .medal.for-you{--accent: #e0c931}.list.medals li .medal.for-you.sunglas{--accent: #fef401}.list.medals li .medal.icicle svg .icicle-1{transform-origin:center center;animation:medal-icicle-1 3s ease-in-out 0s infinite}@keyframes medal-icicle-1{0%,to{transform:translate(0)}50%{transform:translate(4%,4%)}}.list.medals li .medal.icicle svg .icicle-2{transform-origin:center center;animation:medal-icicle-2 1.2s ease-in-out 0s infinite}@keyframes medal-icicle-2{0%,to{transform:translate(0)}50%{transform:translate(4%,-4%)}}.list.medals li .medal.icicle svg .icicle-3{transform-origin:center center;animation:medal-icicle-3 2s ease-in-out .2s infinite}@keyframes medal-icicle-3{0%,to{transform:translate(0)}50%{transform:translate(-4%,4%)}}.list.medals li .medal.patron.submind{--accent: #ff4133}.list.medals li .medal.patron.submind svg .border{transform-origin:center center;animation:medal-submind 10s ease-in-out 0s infinite}@keyframes medal-submind{0%,20%{transform:scale(1) rotate(360deg)}21%,40%{transform:scale(1.18) rotate(0)}41%,60%{transform:scale(1.1) rotate(0)}61%,to{transform:scale(1) rotate(360deg)}}.list.medals li .medal.bungie{--accent: #58ccff}.list.medals li .medal.charitable svg{overflow:visible}.list.medals li .medal.charitable svg .hearts g{transform-origin:center center;transform:scale(0);opacity:0;animation:medal-hearts-1 2s linear 0s infinite}.list.medals li .medal.charitable svg .hearts g:nth-child(2){animation-delay:.25s}.list.medals li .medal.charitable svg .hearts g:nth-child(3){animation-delay:.5s}.list.medals li .medal.charitable svg .hearts g:nth-child(4){animation-delay:.75s}.list.medals li .medal.charitable svg .hearts g:nth-child(5){animation-delay:1s}.list.medals li .medal.charitable svg .hearts g:nth-child(6){animation-delay:1.25s}.list.medals li .medal.charitable svg .hearts g:nth-child(7){animation-delay:1.5s}.list.medals li .medal.charitable svg .hearts g:nth-child(8){animation-delay:1.75s}.list.medals li .medal.charitable svg .hearts g:nth-child(9){animation:medal-hearts-2 2s linear 1s infinite}@keyframes medal-hearts-1{0%{transform:scale(0);opacity:0}60%{transform:scale(1);opacity:.75}to{transform:scale(2);opacity:0}}@keyframes medal-hearts-2{0%,50%{transform:scale(0);opacity:0}80%{transform:scale(2) translateY(2%);opacity:.75}to{transform:scale(4) translateY(4%);opacity:0}}.member-link{position:relative;width:100%;height:38px;display:grid;grid-template-columns:38px 1fr calc(28px + 1rem);transition:color .25s,background-color .25s,box-shadow .25s;cursor:pointer;color:color-mix(in srgb,#ffffff 80%,transparent);--background: color-mix(in srgb, var(--foreground) 15%, transparent);background-color:var(--background);-webkit-user-select:none;user-select:none}.member-link.placeholder{cursor:default;background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}.member-link.no-overlay{cursor:default}.member-link:before{content:"";position:absolute;top:0;left:0;z-index:3;width:100%;height:100%;pointer-events:none;box-shadow:inset 0 0 0 1px #d6d6d600;transition:box-shadow .25s,background-color .25s}.member-link:after{content:"";position:absolute;width:calc(100% + 4px);height:calc(100% + 4px);z-index:3;pointer-events:none;box-shadow:0 0 0 2px #d6d6d600;transform:scale(var(--ui-scale-0)) translate3d(-2px,-2px,0);transition:box-shadow .25s,transform .25s}.member-link .accent{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none}.member-link .emblem{position:relative;width:38px;aspect-ratio:1/1;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}.member-link .emblem .image{background-size:cover}.member-link .text{position:relative;align-self:center;padding:0 6px 0 1rem;font-size:16px;color:color-mix(in srgb,var(--foreground) 40%,transparent);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.member-link .text span{color:color-mix(in srgb,var(--foreground) 80%,transparent)}.member-link.accent{--foreground: #ffffff}.member-link .text:last-child{grid-column:span 2;padding:0 1rem}.member-link .medals{position:relative;height:100%;width:calc(28px + 1rem);padding:0 1rem 0 0;display:flex;justify-content:center;align-items:center;pointer-events:none}.member-link .medals svg{width:100%;max-height:26px;fill:var(--foreground);overflow:visible}.member-link .medals svg .outline{fill:transparent}.member-link:not(.placeholder):active{--background: color-mix(in srgb, var(--foreground) 40%, transparent);z-index:2}.member-link:not(.placeholder):active .text span{color:var(--foreground)}.member-link:not(.placeholder):active:before{box-shadow:inset 0 0 0 1px #d6d6d6;background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}.member-link:not(.placeholder):active:after{box-shadow:0 0 0 2px #d6d6d6;transform:scale(1) translate3d(-2px,-2px,0)}@media (hover: hover){.member-link:not(.placeholder):hover{--background: color-mix(in srgb, var(--foreground) 40%, transparent);z-index:2}.member-link:not(.placeholder):hover .text span{color:var(--foreground)}.member-link:not(.placeholder):hover:before{box-shadow:inset 0 0 0 1px #d6d6d6;background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}.member-link:not(.placeholder):hover:after{box-shadow:0 0 0 2px #d6d6d6;transform:scale(1) translate3d(-2px,-2px,0)}}.wrapper.reduced-motion .member-link:not(.placeholder),.wrapper.reduced-motion .member-link:not(.placeholder):before,.wrapper.reduced-motion .member-link:not(.placeholder):after{transition:unset}.member-link.wait{cursor:wait}.member-link.wait:before{box-shadow:inset 0 0 0 1px #d6d6d600;background-color:transparent}.member-link.wait:after{box-shadow:0 0 0 2px #d6d6d600}.member-link.wait:active{--background: color-mix(in srgb, var(--foreground) 15%, transparent)}@media (hover: hover){.member-link.wait:hover{--background: color-mix(in srgb, var(--foreground) 15%, transparent)}}.member-link.variant-square{width:38px;grid-template-columns:1fr}.member-link.variant-name{grid-template-columns:1fr}.member-link.variant-feature{--background: transparent;max-width:max-content}.member-link.variant-feature .emblem{background-color:transparent}.member-link.variant-feature .text{padding:0 0 0 10px;font-size:20px;color:var(--bungie-blue)}.member-link.variant-feature-micro{height:24px;grid-template-columns:24px 1fr calc(28px + 1rem)}.member-link.variant-feature-micro .emblem{width:24px}.member-link.variant-feature-micro .text{padding:0 0 0 10px;font-size:14px;line-height:1.8}@media screen and (max-width: 600px){.member-link{width:100%;max-width:100%}.member-link .text{font-size:14px}.member-link.variant-feature{grid-template-columns:24px 1fr calc(28px + 1rem)}.member-link.variant-feature .emblem{width:24px;align-self:center}}.member-hyperlink{display:flex;align-items:center}.member-hyperlink .emblem{position:relative;width:24px;aspect-ratio:1}.member-hyperlink .text{padding:0 0 0 10px;font-size:14px;line-height:1.8}.member-hyperlink .text .hyperlink{color:var(--bungie-blue)}.member-hyperlink .text .hyperlink span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:color-mix(in srgb,var(--foreground) 80%,transparent)}.dialog.member .container{position:relative}.dialog.member.loading .container{min-height:240px;grid-template-columns:1fr;justify-items:center;align-items:center}.dialog.member .container .wrapper{width:100%;max-width:1280px;margin:0 auto}.dialog.member .container .facts{padding:3rem 3rem 0;background-color:#ffffff0d}.dialog.member .container .facts .wrapper{display:grid;grid-template-columns:1fr max-content;justify-content:space-between}.dialog.member .container .facts .bungie-name{font-size:36px;line-height:38px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dialog.member .container .facts .bungie-name span{color:var(--bungie-blue)}.dialog.member .container .facts .parameters{align-self:center;display:flex;flex-flow:row wrap;align-items:center;gap:2rem}.dialog.member .container .facts .parameters .param{color:var(--param-color);font-size:16px;line-height:18px}.dialog.member .container .facts .parameters .param span{margin:0 6px 0 0;font-size:18px}.dialog.member .container .facts .parameters .param:has(svg){display:flex;align-items:center;gap:6px}.dialog.member .container .facts .parameters .param svg{height:18px;fill:var(--param-color, #ffffff)}.dialog.member .container .facts .parameters .param.membership-id{--param-color: rgba(255, 255, 255, 0)}.dialog.member .container .facts .parameters .param.season-rank{--param-color: var(--experience)}.dialog.member .container .facts .parameters .param.active-score{--param-color: #f2e296}.dialog.member .container .facts .parameters .param.active-score span{margin:0 3px 0 -3px}.dialog.member .container .facts .parameters .param.competitive-rating{--param-color: #d2242b}.dialog.member .container .facts .parameters .param.guardian-rank span{margin:unset;font-size:16px;line-height:18px;color:#fff}.dialog.member .container .facts .parameters .param.guardian-rank span span:last-child{margin:unset;color:#fff9}.dialog.member .container .facts .parameters .param.guardian-rank span:last-child{margin:0 0 0 6px;color:#fffc}.dialog.member .container .facts .inline-views{margin:1rem 0 0;grid-column:-1/1;display:flex;justify-content:space-between;align-items:center}.dialog.member .container .facts .inline-views ul{display:grid;grid-auto-flow:column;justify-content:start;gap:12px}.dialog.member .container .facts .inline-views ul li .tab{position:relative;padding:0 4px;height:40px;display:flex;align-items:center;gap:10px;font-size:16px;color:#fff9;transition:color .25s;cursor:pointer}.dialog.member .container .facts .inline-views ul li .tab.disabled{pointer-events:none;color:#fff3}.dialog.member .container .facts .inline-views ul li .tab.active{background:radial-gradient(60% 40% at 50% 100%,color-mix(in srgb,var(--foreground) 20%,transparent),#0000);color:#fff}.dialog.member .container .facts .inline-views ul li .tab:before{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:4px;background-color:#fff;transition:transform .2s;transform:scaleX(0)}.dialog.member .container .facts .inline-views ul li .tab.active:before{transform:scaleX(1)}@media (hover: hover){.dialog.member .container .facts .inline-views ul li .tab:hover,.dialog.member .container .facts .inline-views ul li .tab.active:hover{color:#fff}}.dialog.member .container .main{padding:2rem 3rem}.dialog.member .container .main .wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.dialog.member .container .main .column{display:grid;align-content:start;gap:2rem}.dialog.member .container .main.profile .group{display:grid;grid-template-columns:48px 1fr;gap:1rem}.dialog.member .container .main.profile .group .text .name{font-size:18px;line-height:1.2;color:#fff}.dialog.member .container .main.profile .group .text .name a{text-underline-position:from-font;text-decoration-thickness:1px}.dialog.member .container .main.profile .group .text .motto{margin:4px 0 0;line-height:1.2;color:#fffc}.dialog.member .container .main.profile .group .text .about{margin:6px 0 0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;word-break:break-word;color:#fff9}.dialog.member .container .main.profile .group .text .about p{line-height:1.4}.dialog.member .container .main.profile .section .ranks{display:flex;flex-flow:row wrap;align-items:flex-start;column-gap:10px;row-gap:6px}.dialog.member .container .main.profile .section .ranks .rank{width:48px}.dialog.member .container .main.profile .section .ranks .rank .icon{position:relative;width:48px;aspect-ratio:1/1;margin:0 0 6px;display:flex;justify-content:center;align-items:center}.dialog.member .container .main.profile .section .ranks .rank .icon svg{width:auto;height:32px;fill:#fffc}.dialog.member .container .main.profile .section .ranks .rank .icon .image{position:relative;height:40px}.dialog.member .container .main.profile .section .ranks .rank.crucible .icon svg,.dialog.member .container .main.profile .section .ranks .rank.gambit .icon svg,.dialog.member .container .main.profile .section .ranks .rank.iron-banner .icon svg{height:30px}.dialog.member .container .main.profile .section .ranks .rank .value{display:flex;justify-content:center;gap:3px;font-size:10px;letter-spacing:.5px;text-transform:uppercase;text-align:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:color-mix(in srgb,var(--foreground) 40%,transparent)}.dialog.member .container .main.profile .section .ranks .rank .value span:first-child{color:color-mix(in srgb,var(--foreground) 80%,transparent)}.dialog.member .container .main.profile .commendations-widget .value.total{font-size:20px;line-height:1.2}.dialog.member .container .main.profile .recently-discovered .list.collection-items{--columns: 1}.dialog.member .container .main.profile .recently-discovered .list.collection-items{display:grid;grid-template-columns:repeat(auto-fill,24px);gap:7px;justify-items:stretch;align-items:stretch;--ui-scale: var(--ui-scale-2)}.dialog.member .container .main.profile .recently-discovered .list.collection-items li{aspect-ratio:1/1;height:unset;margin:0;display:block}.dialog.member .container .main.profile .recently-discovered .list.collection-items li .icon{position:absolute;height:100%;width:100%;margin:0}.dialog.member .container .main.profile .recently-discovered .list.collection-items li .text,.dialog.member .container .main.profile .recently-discovered .list.collection-items li .commonality{display:none}.dialog.member .container .main.profile .recently-discovered .list.collection-items li:before{box-shadow:inset 0 0 0 1px #7a7a7a}.dialog.member .container .main.profile .recently-discovered .list.collection-items li.completed:before{box-shadow:inset 0 0 0 1px #b9b9b9}.dialog.member .container .main.profile .section .fireteam{display:grid;align-content:start}.dialog.member .container .main.profile .section .fireteam.offline{align-content:unset}.dialog.member .container .main.profile .section .fireteam .info{padding:2rem 0;align-self:center;text-align:center}.dialog.member .container .main.profile .section .fireteam .list.fireteam-members{display:grid;gap:3px}.dialog.member .container .main.profile .section .fireteam .list.fireteam-members .placeholder{position:relative;width:100%;height:38px;background-color:#ffffff0d}.dialog.member .container .main.equipment .character.placeholder .text{padding:2px 8px;height:17px;justify-self:center;align-self:center;box-shadow:0 0 0 1px color-mix(in srgb,var(--foreground) 10%,transparent);font-size:10px;letter-spacing:1px;text-transform:uppercase;color:color-mix(in srgb,var(--foreground) 20%,transparent)}.dialog.member .container .main.equipment .section .light{gap:0;font-weight:500;color:var(--light)}.dialog.member .container .main.equipment .section .light span{writing-mode:sideways-rl;font-weight:500;color:var(--light)}.dialog.member .container .main.equipment .character .info.warning{margin:0 0 1rem}.dialog.member .container .main.equipment .character .loadout .stats{padding:1rem 16px 0;display:flex;justify-content:space-between}.dialog.member .container .main.equipment .character .loadout .stats .stat{display:flex;align-items:center;gap:4px;color:color-mix(in srgb,var(--accent) 66%,#ffffff)}.dialog.member .container .main.equipment .character .loadout .stats .stat.max{color:color-mix(in srgb,var(--accent) 33%,#ffffff)}.dialog.member .container .main.equipment .character .loadout .stats .stat .icon{font-size:10px}.dialog.member .container .main.equipment .character .loadout .stats .stat .text{font-size:12px}.dialog.member .container .main.equipment .character .loadout{--accent: #ffffff;display:flex;flex-direction:column;background:linear-gradient(to bottom,color-mix(in srgb,var(--accent) 60%,transparent) 0%,transparent 75%)}.dialog.member .container .main.equipment .character .loadout .item{padding:8px 16px;display:grid;grid-template-columns:32px 1fr auto;gap:10px}.dialog.member .container .main.equipment .character .loadout .item:nth-child(2){padding:1rem 16px;grid-template-columns:32px 1fr}.dialog.member .container .main.equipment .character .loadout .item:nth-child(2) .plugs{display:flex;flex-wrap:wrap}.dialog.member .container .main.equipment .character .loadout .item.exotic{background:linear-gradient(135deg,color-mix(in srgb,var(--tier-exotic) 20%,transparent),transparent)}.dialog.member .container .main.equipment .character .loadout .item .icon{--item-border-inset-width: 2px;--item-border-inset-color: #b9b9b9;position:relative;width:100%;aspect-ratio:1}.dialog.member .container .main.equipment .character .loadout .item.super{padding:8px 16px}.dialog.member .container .main.equipment .character .loadout .item.super .icon .border svg{position:absolute;width:100%}.dialog.member .container .main.equipment .character .loadout .item .icon:not(.noBorder){background-color:#fff3;box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--item-border-inset-color)}.dialog.member .container .main.equipment .character .loadout .item .icon:not(.noBorder):before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--item-border-inset-color)}.dialog.member .container .main.equipment .character .loadout .item .icon.masterworked:before{box-shadow:inset 0 0 0 var(--item-border-inset-width) transparent}.dialog.member .container .main.equipment .character .loadout .item .icon .sheen{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;--i0: calc(0% + var(--item-border-inset-width));--i1: calc(100% - var(--item-border-inset-width));clip-path:polygon(0% 0%,0% 100%,100% 100%,100% 0%,var(--i0) 0%,var(--i0) var(--i0),var(--i1) var(--i0),var(--i1) var(--i1),var(--i0) var(--i1),var(--i0) 0%);overflow:hidden;pointer-events:none}.dialog.member .container .main.equipment .character .loadout .item .icon .sheen:after{content:"";position:absolute;top:-100%;right:-100%;bottom:-100%;left:-100%;background:linear-gradient(to bottom,transparent 30%,#ffffff 50%,transparent 70%);animation:rotate-linear 6s linear infinite}.wrapper.reduced-motion .dialog.member .container .main.equipment .character .loadout .item .icon .sheen:after{animation-play-state:paused}.dialog.member .container .main.equipment .character .loadout .item .text{flex:1 1 100%;min-width:0}.dialog.member .container .main.equipment .character .loadout .item .text .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px}.dialog.member .container .main.equipment .character .loadout .item .text .type{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;line-height:1.4;color:#fff9}.dialog.member .container .main.equipment .character .loadout .item .breaker-type{width:20px;height:20px;border-radius:2px;align-self:center;display:flex;align-items:center;justify-content:center;background-color:color-mix(in srgb,var(--experience) 40%,transparent);color:var(--experience)}.dialog.member .container .main.equipment .character .loadout .item.missing{--foreground: #e88f4e}.dialog.member .container .main.equipment .character .loadout .item.missing .icon .corners{--border-color: color-mix(in srgb, var(--foreground) 50%, transparent)}.dialog.member .container .main.equipment .character .loadout .item.missing .text{grid-column:span 2;font-size:12px;text-transform:uppercase;color:var(--foreground)}.dialog.member .container .main.equipment .character .loadout .item .plugs{display:grid;grid-template-columns:repeat(7,24px);align-items:center;gap:3px}.dialog.member .container .main.equipment .character .loadout .item .plugs .plug{padding:unset;display:unset}.dialog.member .container .main.equipment .character .loadout .item .plugs .plug .icon{--item-border-inset-width: 1px;width:24px;height:24px}.dialog.member .container .main.equipment .character .state{padding:12px 16px;font-style:italic;font-size:12px;letter-spacing:.5px;color:#fff9}.dialog.member .container .main.meta .section .info{margin:0 0 1rem;max-width:270px}@media screen and (max-width: 1023px){.dialog.member .container .facts .wrapper{grid-template-columns:1fr;gap:1rem}.dialog.member .container .facts .parameters .param.membership-id{display:none}.dialog.member .container .main .wrapper{grid-template-columns:1fr}}@media screen and (max-width: 600px){.dialog.member .container .facts{padding:2rem 2rem 0}.dialog.member .container .facts .bungie-name{font-size:28px;line-height:30px}.dialog.member .container .facts .parameters{gap:1rem;min-height:32px}.dialog.member .container .facts .parameters .param.guardian-rank{padding:0 0 0 4px}.dialog.member .container .facts .parameters .param.guardian-rank span:last-child{display:none}.dialog.member .container .facts .parameters .param.guardian-rank span span:last-child{display:initial}.dialog.member .container .facts .inline-views{margin:unset}.dialog.member .container .main{padding:2rem}.dialog.member .container .main .wrapper{grid-template-columns:1fr;gap:2rem}.dialog.member .container .main.equipment{grid-template-columns:1fr}}.list.member-links{--columns: 2;display:grid;grid-template-columns:repeat(var(--columns),1fr);gap:3px}._emblem_1uu8q_1{container-type:inline-size;width:100%;aspect-ratio:474/96;--foreground: #ffffff;color:var(--foreground)}._emblem_1uu8q_1 ._image_1uu8q_9{background-size:cover}._emblem_1uu8q_1 ._image_1uu8q_9._missing_1uu8q_13{width:unset;height:80%;top:2.2cqw;left:2.2cqw;aspect-ratio:1/1;background-size:contain}._emblem_1uu8q_1 ._identity_1uu8q_22{position:absolute;left:20cqw;top:2.5cqw;z-index:4}._emblem_1uu8q_1 ._displayName_1uu8q_29,._emblem_1uu8q_1 ._classType_1uu8q_30{margin:0 0 1cqw;font-family:var(--font-text);font-size:5.2cqw;line-height:1;text-shadow:1px 2px 1px rgba(0,0,0,.1),1px 1px 0 rgba(0,0,0,.2)}._emblem_1uu8q_1 ._displayName_1uu8q_29{max-width:224px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._emblem_1uu8q_1 ._groupName_1uu8q_45,._emblem_1uu8q_1 ._race_1uu8q_46{font-family:var(--font-text);font-size:3.8cqw;line-height:1;opacity:.4}._emblem_1uu8q_1 ._light_1uu8q_53{position:absolute;right:2.71494cqw;top:2.5cqw;z-index:4;font-size:7cqw;font-weight:500;font-family:var(--font-text);line-height:6cqw;color:var(--light);text-shadow:0 2px 1px rgba(0,0,0,.2)}._emblem_1uu8q_1 ._metric_1uu8q_66 ._progress_1uu8q_66{position:absolute;right:11.17cqw;bottom:2cqw;z-index:4;font-family:var(--font-text);font-size:3.8cqw;color:color-mix(in srgb,var(--foreground) 80%,transparent)}._emblem_1uu8q_1 ._metric_1uu8q_66 ._gonfalon_1uu8q_76{position:absolute;top:-1px;right:1.809955cqw;z-index:4;width:8.044cqw;aspect-ratio:36/105}._emblem_1uu8q_1 ._metric_1uu8q_66 ._gonfalon_1uu8q_76 ._trait_1uu8q_85{top:unset;bottom:9cqw;left:0;width:100%;height:unset;aspect-ratio:1/1;background-size:86%}._emblem_1uu8q_1 ._metric_1uu8q_66 ._gonfalon_1uu8q_76 ._metric_1uu8q_66{top:unset;bottom:3.2cqw;left:0;width:100%;height:unset;aspect-ratio:1/1;background-size:82%}._emblem_1uu8q_1 ._metric_1uu8q_66 ._gonfalon_1uu8q_76 ._banner_1uu8q_105._complete_1uu8q_105._dl_1uu8q_105{opacity:0}._emblem_1uu8q_1 ._metric_1uu8q_66 ._gonfalon_1uu8q_76._complete_1uu8q_105 ._banner_1uu8q_105._complete_1uu8q_105._dl_1uu8q_105{opacity:1}._emblemMetric_1uu8q_113{display:flex;gap:10px;line-height:1.2}._emblemMetric_1uu8q_113 ._icon_1uu8q_119{flex:0 1;display:flex;height:14px;align-items:center}._emblemMetric_1uu8q_113 ._icon_1uu8q_119 svg{margin:4px 0 0;width:16px;fill:color-mix(in srgb,var(--foreground) 80%,transparent)}._emblemMetric_1uu8q_113 ._path_1uu8q_132{flex:1;color:color-mix(in srgb,var(--foreground) 80%,transparent)}._emblemMetric_1uu8q_113 ._path_1uu8q_132 span:not(:last-child):after{content:" // ";color:color-mix(in srgb,var(--foreground) 60%,transparent)}._emblemMetric_1uu8q_113 ._progress_1uu8q_66{flex:0 1;color:color-mix(in srgb,var(--foreground) 100%,transparent)}.characters-list{display:grid;align-content:start;gap:1rem}.characters-list .character .button{height:unset;max-width:unset;padding:unset;display:flex;background-color:#ffffff1a}.characters-list .character .button:not(.disabled):after{transform:scale(1.017,1.1) translate3d(-2px,-2px,0)}.characters-list .character .button:not(.disabled):active:before{box-shadow:inset 0 0 0 1px #d6d6d6cc}.characters-list .character .button:not(.disabled):active:after{transform:scale(1) translate3d(-2px,-2px,0)}@media (hover: hover){.characters-list .character .button:not(.disabled):hover:before{box-shadow:inset 0 0 0 1px #d6d6d6cc}.characters-list .character .button:not(.disabled):hover:after{transform:scale(1) translate3d(-2px,-2px,0)}}.characters-list .character .button .image.emblem:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--foreground);opacity:0;transition:opacity .25s}.characters-list .character .button.linked:active .image.emblem:before{opacity:.2}@media (hover: hover){.characters-list .character .button.linked:hover .image.emblem:before{opacity:.2}}.characters-list .character .title{margin:13px 0 0;padding:0 4px;position:relative;height:26px;display:grid;grid-template-columns:24px auto;gap:6px;--titleColor: var(--foreground);color:var(--titleColor);background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}.characters-list .character .title.coloured{--titleColor: hsl(283, 70%, 64%);background-color:#bf63e326}.characters-list .character .title.coloured.gilded{--titleColor: hsl(35, 80%, 65%);background-color:#edb25e26}.characters-list .character .title .icon{display:grid;align-content:center}.characters-list .character .title .icon svg{height:25px;width:auto}.characters-list .character .title .text{align-self:center;font-size:14px}.characters-list .character .title .text span{margin:0 0 0 3px}.characters-list .character .title .text span sup{font-size:70%;vertical-align:top}.characters-list .character .title:before,.characters-list .character .title:after{content:"";position:absolute;top:-4px;left:0;width:100%;height:2px;background-color:var(--titleColor);opacity:.4}.characters-list .character .title:after{top:unset;bottom:-4px}.characters-list .character .state{margin:10px 0 0}.characters-list .character .title~.state{margin:16px 0 0}.characters-list .character:last-child .state{margin-bottom:0}.characters-list .character .state div{display:inline}.characters-list .character .state div:after{content:""}.characters-list .character .state .activity{display:block;margin:0 0 2px}.characters-list .character .time-played{margin:10px 0 0;display:flex;justify-content:space-between;font-size:12px;text-transform:uppercase;color:color-mix(in srgb,var(--foreground) 40%,transparent)}.characters-list .character .state .time-before,.characters-list .character .state time{color:color-mix(in srgb,var(--foreground) 40%,transparent)}.characters-list .character .time-played .progress{width:100%;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}.characters-list .character .time-played .progress .segment{container-type:inline-size;position:relative;height:2px;background-color:color-mix(in srgb,var(--foreground) 80%,transparent)}.characters-list .character .time-played .progress .segment .value{position:absolute;left:0;top:10px;width:max-content;display:flex;gap:3px;color:color-mix(in srgb,var(--foreground) 40%,transparent);font-family:var(--font-text)}.characters-list .character .time-played .progress .segment .value span:first-child{color:color-mix(in srgb,var(--foreground) 80%,transparent)}.characters-list .character.placeholder{position:relative;width:100%;aspect-ratio:474/96;display:flex;justify-content:center;align-items:center}.characters-list .character.placeholder .corners{--border-color: color-mix(in srgb, var(--foreground) 10%, transparent)}.characters-list .character.placeholder span{padding:2px 8px;height:17px;box-shadow:0 0 0 1px color-mix(in srgb,var(--foreground) 10%,transparent);font-size:10px;letter-spacing:1px;text-transform:uppercase;color:color-mix(in srgb,var(--foreground) 20%,transparent)}.characters-list.mini{width:100%;height:unset;padding-bottom:unset}.characters-list.mini .character .button{height:38px;display:grid;grid-template-columns:54px 1fr min-content;justify-content:space-between;align-items:center;color:color-mix(in srgb,var(--foreground) 80%,transparent)}.characters-list.mini .character .button .image.emblem,.characters-list.mini .character .button .image.emblem.missing{position:relative;left:0;top:0;width:38px;height:100%;background-size:cover}.characters-list.mini .character .button .class{position:unset;left:unset;top:unset;font-size:16px}.characters-list.mini .character .button .light{position:relative;right:unset;top:unset;padding:0 1rem 0 0;font-size:16px;font-weight:500;line-height:1;color:var(--light);text-shadow:0 1px 1px rgba(0,0,0,.8)}.commendations-widget{container-type:inline-size;margin:0 0 1rem;display:grid;grid-template-columns:48px 1fr max-content;gap:1rem;align-items:center}.commendations-widget .icon{display:flex;justify-content:center;align-items:center}.commendations-widget .icon svg{width:32px;color:var(--foreground)}.commendations-widget .value{color:color-mix(in srgb,var(--foreground) 60%,transparent)}.commendations-widget .value.total{font-size:24px}.commendations-widget .values{display:flex;gap:1rem}.commendations-widget .value span{color:var(--foreground)}.commendations-widget .distribution{grid-column:-1/1;display:flex;gap:3px}.commendations-widget .distribution .category{container-type:inline-size;position:relative;height:2px;background-color:var(--accent, rgba(255, 255, 255, .1))}.commendations-widget .distribution .category:before{content:"";position:absolute;left:0;bottom:2px;width:100%;height:16px;background:linear-gradient(to bottom,transparent,color-mix(in srgb,var(--accent, var(--foreground)) 30%,transparent))}.commendations-widget .distribution .category.uncommended{width:100%;background-color:#ffffff1a}.commendations-widget .distribution .category:before{content:unset}.commendations-widget .distribution .category .value{position:absolute;left:0;top:8px;color:var(--accent);font-family:var(--font-text);font-size:10px;opacity:.8}@container (max-width: 300px){.commendations-widget .values{gap:10px}}@container (max-width: 30px){.commendations-widget .distribution .category .value{display:none}}.clan-banner{position:relative;display:flex}.clan-banner .loading{position:absolute;width:100%;height:100%;display:grid;justify-content:center;align-content:center}.clan-banner .image{position:relative;width:100%;max-width:422px;aspect-ratio:422/738}.clan-banner.graphic .image{max-width:402px}._releases_1rrrn_1{display:flex;flex-direction:column;gap:6px}._expansion_1rrrn_7{display:flex;align-items:center;gap:6px}._expansion_1rrrn_7 ._icon_1rrrn_13{width:24px;height:24px;padding:2px;display:flex;justify-content:center;align-items:center;color:color-mix(in srgb,var(--foreground) 20%,transparent)}._expansion_1rrrn_7 ._icon_1rrrn_13 svg{width:auto;height:100%}._expansion_1rrrn_7 ._seasons_1rrrn_28{display:flex;align-items:center;gap:2px}._expansion_1rrrn_7 ._hr_1rrrn_34{width:48px;height:1px;background:linear-gradient(to left,color-mix(in srgb,var(--foreground) 20%,transparent),transparent)}._expansion_1rrrn_7 ._season_1rrrn_28 ._icon_1rrrn_13{padding:4px}._icon_1rrrn_13._owned_1rrrn_44{color:color-mix(in srgb,var(--foreground) 80%,transparent)}._apps_1ekvp_1{display:flex;flex-direction:column;gap:6px}._app_1ekvp_1{display:flex;align-items:center;gap:6px}._app_1ekvp_1 ._icon_1ekvp_13{width:24px;height:24px;padding:2px;display:flex;justify-content:center;align-items:center}._app_1ekvp_1 ._icon_1ekvp_13 svg{width:auto;height:100%}._app_1ekvp_1 ._text_1ekvp_27 a{text-underline-position:from-font;text-decoration-thickness:1px}.select{position:relative;width:100%;min-width:206px;max-width:256px;height:38px;z-index:7}.select.disabled{pointer-events:none}.select.disabled .options .button{color:color-mix(in srgb,var(--foreground) 40%,transparent)}.select.disabled:not(.expanded) .options .button{background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}.select.expanded{z-index:12}.select:not(.inline) .options{position:absolute;left:-4px;top:-4px;width:calc(100% + 8px);padding:4px}.select:not(.groups):not(.expanded) .options{display:grid;gap:3px}.select.expanded .options{--scrollbar-width: 3px;--scrollbar-track: linear-gradient(to bottom, rgba(255, 255, 255, .2), transparent);--scrollbar-draggy: rgba(255, 255, 255, .6);--scrollbar-draggy-hover: rgba(255, 255, 255, .8);display:grid;gap:3px;background-color:#97989bbf;box-shadow:0 20px 60px #0000004d;-webkit-backdrop-filter:brightness(1.5) blur(5px);backdrop-filter:brightness(1.5) blur(5px);max-height:60vh;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}.wrapper.dark .select.expanded .options{background-color:#3b3b3bbf;box-shadow:0 20px 60px #000000e6}.select:not(.expanded) .options .option:not(.selected){display:none}.select .options .group{display:flex;flex-direction:column;gap:3px}.select.expanded .options .group:not(:first-child){border-top:1px solid #fff3;padding:3px 0 0}.select .options .button{max-width:unset}.select .options .button a{position:absolute;left:0;top:0;width:100%;height:100%}.select:not(.expanded) .options .button a{pointer-events:none}.select:not(.expanded) .options .option.selected .text:after{content:"";position:absolute;right:1rem;top:0;height:100%;display:flex;align-items:center;font-size:16px}.select.expanded .options .option.selected{background-color:color-mix(in srgb,var(--foreground) 30%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--foreground) 40%,transparent);color:var(--foreground)}.select.cta .options:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(135deg,transparent 0%,transparent 30%,color-mix(in srgb,var(--foreground) 40%,transparent) 50%,transparent 70%,transparent 100%);background-repeat:no-repeat;background-size:200%;animation:sparkle-horizontal 1.2s linear 0s infinite forwards reverse;pointer-events:none;box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--foreground) 5%,transparent)}.wrapper.reduced-motion .select.cta .options:after{animation:unset;background-position-x:50%}.select .options .button.with-icon{justify-content:left;padding-left:0;gap:10px}.select .options .button.with-icon .icon{position:relative;width:36px;aspect-ratio:1/1;margin:1px}.commonality-graph{container-type:inline-size}.commonality-graph.loading{min-height:25vh;display:grid;align-content:center;justify-items:center}.commonality-graph .type{max-width:800px;margin:3rem auto 0;display:grid;grid-template-columns:1fr 240px;justify-content:center;align-items:center;gap:2rem}.commonality-graph .type .text h6{font-size:16px;color:color-mix(in srgb,var(--foreground) 80%,transparent)}.commonality-graph .type>.text .description.flair p{font-size:14px}.commonality-graph .type>.text .description.flair strong{font-weight:400;color:color-mix(in srgb,var(--foreground) 80%,transparent)}.commonality-graph .select{max-width:unset}@media screen and (max-width: 1024px){.commonality-graph .type{margin:2rem 0}}@container (max-width: 600px){.commonality-graph .type{margin:1rem auto;display:grid;grid-template-columns:1fr;gap:1rem}.commonality-graph .type .text h6{font-size:14px;color:color-mix(in srgb,var(--foreground) 80%,transparent)}.commonality-graph .type>.text .description.flair p{color:color-mix(in srgb,var(--foreground) 60%,transparent)}}.dialog.records-detail .record-state{position:fixed;left:0;top:0;width:100%;height:100%;--background: #e3d488;background:radial-gradient(circle at top left,var(--background) 0%,transparent 60%);opacity:0;transition:opacity .25s}.dialog.records-detail .record-state.unredeemed{--background: rgb(123, 220, 193)}.dialog.records-detail .record-state:not(.completed).tracked{--background: rgb(181, 252, 115)}.dialog.records-detail .record-state.completed.seasonal-challenge{--background: rgb(39, 212, 243)}.dialog.records-detail .record-state.completed.pattern{--background: var(--deepsight)}.dialog.records-detail .record-state.completed.gilded{--background: rgb(237, 178, 94)}.dialog.records-detail .record-state.tracked,.dialog.records-detail .record-state.completed,.dialog.records-detail .record-state.unredeemed{opacity:.6}.dialog.records-detail .container.wrapper{max-width:unset;padding:0}.dialog.records-detail .wrap{width:100%;max-width:1920px;margin:0 auto;padding:calc(3rem + env(safe-area-inset-top)*.8) 3rem 3rem;display:grid;grid-template-columns:320px 2fr;gap:2rem;align-items:stretch}.dialog.records-detail .wrap .record{position:relative;z-index:0}.dialog.records-detail .wrap .record .sticky{position:sticky;top:calc(3rem + var(--header-offset));display:flex;flex-direction:column;gap:1.5rem}.dialog.records-detail .wrap .record .properties{--item-size: 80px;--item-border-inset-width: 3px;--item-border-inset-color: rgb(185, 185, 185);--item-border-inset-masterworked-color: hsl(52deg, 61%, 55%);display:grid;column-gap:1rem;row-gap:10px;grid-template-columns:var(--item-size) 24px;justify-content:space-between;align-items:start}.dialog.records-detail .wrap .record .properties.item{grid-template-columns:var(--item-size) 1fr 24px}.dialog.records-detail .wrap .record .properties.item .text{grid-column:2;grid-row:1}.dialog.records-detail .wrap .record .properties .icon{position:relative;width:var(--item-size);height:var(--item-size)}.dialog.records-detail .wrap .record .properties.item .icon{background-color:#ffffff1a;box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--item-border-inset-color)}.dialog.records-detail .wrap .record .properties.item .icon:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:4;box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--item-border-inset-color)}.dialog.records-detail .wrap .record .properties .track{cursor:pointer}.dialog.records-detail .wrap .record .properties .track svg{width:100%;height:auto;overflow:visible}.wrapper:not(.reduced-motion) .dialog.records-detail .wrap .record .properties .track.is-tracked .grid{transform-origin:center center;transform-box:fill-box;animation:rotate-linear 3s both infinite linear}.wrapper:not(.reduced-motion) .dialog.records-detail .wrap .record .properties .track.is-tracked .pulse path{transform-origin:center center;animation:tracked-pulse 4s linear infinite}.wrapper:not(.reduced-motion) .dialog.records-detail .wrap .record .properties .track.is-tracked .pulse path:last-child{animation-delay:.3s}.dialog.records-detail .wrap .record .properties .text{display:grid;gap:6px;grid-column:span 2}.dialog.records-detail .wrap .record .properties .text .name{word-break:break-word;font-size:24px;line-height:28px;color:#fff}.dialog.records-detail .wrap .record .properties .text .type{word-break:break-word;font-size:16px;line-height:1;color:#fffc}.dialog.records-detail .wrap .record .properties .description{grid-column:-1/1;margin:6px 0 0}.dialog.records-detail .wrap .record .properties .description p{font-size:16px;line-height:1.4;color:#fff9}.dialog.records-detail .wrap .record .properties .description ul{list-style-type:disc;padding:0 0 0 2rem;line-height:1.4}.dialog.records-detail .wrap .record .properties .description ul li{display:list-item;color:inherit}.dialog.records-detail .wrap .record .properties+.button{max-width:unset}.dialog.records-detail .wrap .record .sticky>div>.value{display:inline-block;font-size:24px;line-height:18px;margin:0 0 10px}.dialog.records-detail .wrap .record .sticky>div>.info p{line-height:1.4}.dialog.records-detail .wrap .record .expiration h4{margin-bottom:.5rem}.dialog.records-detail .wrap .record .expiration .value{font-size:20px;line-height:1.4;margin-bottom:5px}.dialog.records-detail .wrap .record .objectives .objective{margin:0 0 4px}.dialog.records-detail .wrap .record .objectives .objective:last-child,.dialog.records-detail .wrap .record .objectives .objective .progress-bar{margin:0}.dialog.records-detail .wrap .record .objectives.with-intervals .objective{display:flex;gap:10px}.dialog.records-detail .wrap .record .objectives .objective .progress-bar{width:100%}.dialog.records-detail .wrap .record .objectives .objective.unredeemed .progress-bar .bar .fill{background-color:#7bdcc199}.dialog.records-detail .wrap .record .objectives .objective.unredeemed .progress-bar .box .fill{background-color:#7bdcc1}.dialog.records-detail .wrap .record .objectives .objective.completed .progress-bar .box .fill{background-color:#e3d48899}.dialog.records-detail .wrap .record.seasonal-challenge .objectives .objective.completed .progress-bar .box .fill{background-color:#27d4f3}.dialog.records-detail .wrap .record.pattern .objectives .objective.completed .progress-bar .box .fill{background-color:var(--deepsight)}.dialog.records-detail .wrap .record.gilded .objectives .objective.completed .progress-bar .box .fill{background-color:#edb25e}.dialog.records-detail .wrap .record .objectives .objective.unredeemed .progress-bar .bar .fill,.dialog.records-detail .wrap .record .objectives .objective.completed .progress-bar .bar .fill{background-color:#5aa36600}.dialog.records-detail .wrap .record .objectives .objective .score{width:36px;height:20px;display:flex;align-items:center;justify-content:end;gap:2px;font-size:14px;color:#fffc}.dialog.records-detail .wrap .record .objectives .objective .score span{font-size:12px;color:#fff6}.dialog.records-detail .wrap .record .items{width:100%}.dialog.records-detail .wrap .record .items .collection-items.rewards{grid-template-columns:1fr}.dialog.records-detail .wrap .record .items .inventory-items.rewards+.collection-items.rewards{margin:1rem 0 0}.dialog.records-detail .wrap .record .items .inventory-items.rewards{grid-template-columns:minmax(100px,320px)}.dialog.records-detail .wrap .record .items .inventory-items.rewards li{color:#fff6}.dialog.records-detail .wrap .record .items .inventory-items.rewards li.completed,.dialog.records-detail .wrap .record .items .inventory-items.rewards li:active{color:#fffc}.dialog.records-detail .wrap .record .items .inventory-items.rewards li.completed:active{color:#fff}@media (hover: hover){.dialog.records-detail .wrap .record .items .inventory-items.rewards li:hover{color:#fffc}.dialog.records-detail .wrap .record .items .inventory-items.rewards li.completed:hover{color:#fff}}.dialog.records-detail .wrap .record .actions{margin:.5rem 0 0}.dialog.records-detail .wrap .content{position:relative;z-index:0;padding:0 0 0 calc(2rem - 1px);border-left:1px solid rgba(255,255,255,.1);display:grid;gap:2rem;grid-template-rows:min-content 1fr}.dialog.records-detail .wrap .content .views{border-right:1px solid rgba(255,255,255,.1)}.dialog.records-detail .wrap .content .views ul{padding:0 2rem 0 0;width:max-content;display:grid;grid-auto-flow:column;justify-content:start;gap:12px}.dialog.records-detail .wrap .content .views ul li .tab{position:relative;padding:0 4px;height:40px;display:flex;align-items:center;gap:10px;font-size:16px;color:#fff9;transition:color .25s;cursor:pointer}.dialog.records-detail .wrap .content .views ul li .tab.disabled{pointer-events:none;color:#fff3}.dialog.records-detail .wrap .content .views ul li .tab.active{background:radial-gradient(60% 40% at 50% 100%,color-mix(in srgb,var(--foreground) 20%,transparent),#0000);color:#fff}.dialog.records-detail .wrap .content .views ul li .tab:before{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:4px;background-color:#fff;transition:transform .2s;transform:scaleX(0)}.dialog.records-detail .wrap .content .views ul li .tab.active:before{transform:scaleX(1)}@media (hover: hover){.dialog.records-detail .wrap .content .views ul li .tab:hover,.dialog.records-detail .wrap .content .views ul li .tab.active:hover{color:#fff}}.dialog.records-detail .wrap .members{display:flex;flex-direction:column;gap:2rem}.dialog.records-detail .wrap .members.no-members{min-height:25vh}.dialog.records-detail .wrap .members.no-members .info{text-align:center}.dialog.records-detail .wrap .members .section:last-child{flex:1}.dialog.records-detail .wrap .members .section.loading{min-height:10rem}.dialog.records-detail .wrap .members .section.loading .spinner{align-self:center;justify-self:center}.dialog.records-detail .wrap .members .tags{--columns: 6;display:grid;grid-template-columns:repeat(var(--columns),1fr);align-items:start;gap:3px}.dialog.records-detail .wrap .members .tags:not(:last-child){margin:0 0 1rem}.dialog.records-detail .wrap .members .tags .member{position:relative;display:grid;gap:10px}.dialog.records-detail .wrap .members .tags .member .medal.energy{--energy-solar-outline: hsl(20, 90%, 20%);--energy-arc-outline: hsl(184, 82%, 20%);--energy-void-outline: hsl(278, 39%, 20%);--energy-stasis-outline: hsl(222, 100%, 20%);--energy-strand-outline: hsl(136, 65%, 20%);position:relative;display:flex;justify-content:center;align-items:center}.dialog.records-detail .wrap .members .tags .member .medal.energy svg{max-height:20px}.dialog.records-detail .wrap .members .tags .member .medal.energy svg .outline{opacity:.6!important}.dialog.records-detail .wrap .members .tags.with-objectives{--columns: 3;gap:1rem}.dialog.records-detail .wrap .members .tags.with-objectives .member .member-link{max-width:unset}@media screen and (max-width: 1680px){.dialog.records-detail .wrap .members .tags{--columns: 5}}@media screen and (max-width: 1440px){.dialog.records-detail .wrap .members .tags{--columns: 4}}@media screen and (max-width: 1280px){.dialog.records-detail .wrap .members .tags{--columns: 3}.dialog.records-detail .wrap .members .tags.with-objectives{--columns: 2}}@media screen and (max-width: 1024px){.dialog.records-detail .wrap .members .tags{--columns: 2}}@media screen and (max-width: 1023px){.dialog.records-detail .wrap .members .tags,.dialog.records-detail .wrap .members .tags.with-objectives{--columns: 1}}@media screen and (max-width: 768px){.dialog.records-detail .wrap{grid-template-columns:1fr;grid-template-rows:max-content 1fr}.dialog.records-detail .wrap .content{padding:0;border-left:unset}.dialog.records-detail .wrap .members .tags{--columns: 3}.dialog.records-detail .wrap .members .tags.with-objectives{--columns: 2}}@media screen and (max-width: 600px){.dialog.records-detail .wrap .record{gap:1.5rem}.dialog.records-detail .wrap .record .sticky{top:calc(2rem + var(--header-offset))}.dialog.records-detail .wrap{padding:calc(2rem + env(safe-area-inset-top)*.8) 2rem 2rem;gap:2rem}.dialog.records-detail .wrap .record .properties{--item-size: 42px}.dialog.records-detail .wrap .record .properties.item{--item-size: 60px;--item-border-inset-width: 2px}.dialog.records-detail .wrap .members .tags,.dialog.records-detail .wrap .members .tags.with-objectives{--columns: 1}}ul.inventory-items{--item-border-inset-width: 2px;--item-border-inset-color: #bababa;--item-border-inset-unavailable-color: #7a7a7a;--item-border-inset-masterworked-color: hsl(52deg 61% 55%);--item-border-inset-unavailable-masterworked-color: hsl(52, 61%, 40%);--item-float-color: #000000;--item-float-background-color: #b9b9b9;--item-size-panel: 48px;--item-size-micro: 24px;display:grid;grid-template-columns:repeat(auto-fill,var(--item-size));gap:3px}ul.inventory-items.micro{--item-size: var(--item-size-micro)}ul.inventory-items.as-panels{display:flex;flex-direction:column;--item-size: var(--item-size-panel)}ul.inventory-items li.item{--ui-scale: var(--ui-scale-2);display:block;position:relative}ul.inventory-items.as-panels li.item{display:flex;gap:1rem;flex:1}ul.inventory-items:not(.linked,.as-panels) li.item:not(.no-border):before{content:"";position:absolute;top:0;left:0;z-index:3;width:100%;height:100%;pointer-events:none;box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--item-border-inset-color);transition:box-shadow .25s,background-color .25s}ul.inventory-items:not(.linked,.as-panels) li.item:not(.no-border).unavailable:before{box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--item-border-inset-unavailable-color)}ul.inventory-items:not(.linked,.as-panels) li.item:not(.no-border).masterworked.unavailable:before{box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--item-border-inset-unavailable-masterworked-color)}ul.inventory-items.as-panels li.item:not(.no-border) .icon:before{content:"";position:absolute;top:0;left:0;z-index:3;width:100%;height:100%;pointer-events:none;box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--item-border-inset-color)}ul.inventory-items li.item.deepsight,ul.inventory-items li.item.completed.deepsight{--item-border-inset-color: var(--deepsight)}ul.inventory-items li.item.deepsight.completed{--item-float-color: #ffffff;--item-float-background-color: var(--deepsight)}ul.inventory-items li.item.deepsight .state.completed{--fill: var(--deepsight)}ul.inventory-items li.item .icon{position:relative;aspect-ratio:1/1;pointer-events:none;display:flex;container-type:inline-size}ul.inventory-items li.item .icon .shaped{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,var(--deepsight) 20%,rgba(210,81,58,0) 70%)}ul.inventory-items li.item .icon .shaped svg{position:absolute;left:12cqw;bottom:12cqw;width:25cqw}ul.inventory-items li.item.light .icon .shaped svg{bottom:28cqw}ul.inventory-items li.item .icon .image{pointer-events:none}ul.inventory-items li.item .icon .spinner{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);opacity:1;z-index:3}ul.inventory-items li.item .icon .corners{--border-color: color-mix(in srgb, var(--foreground) 40%, transparent)}ul.inventory-items li.item .state{position:absolute;z-index:5;display:flex;pointer-events:none}ul.inventory-items li.item .state svg{width:100%;height:auto;overflow:visible;fill:#fff}ul.inventory-items li.item .state svg .outline{opacity:.4!important;fill:#000}ul.inventory-items li.item .state.completed{bottom:0;right:0;width:55cqw;height:55cqw}ul.inventory-items li.item .state.expired{left:0;top:0;width:55cqw;height:55cqw}ul.inventory-items li.item .state.tracked{top:0;right:12cqw;width:30cqw}ul.inventory-items li.item .state.locked{position:absolute;right:8%;top:8%;width:19cqw}ul.inventory-items li.item.completed{--item-border-inset-color: #bcad71}ul.inventory-items li.item.expired{--item-border-inset-color: #b34949}ul.inventory-items li.item.tracked{--item-border-inset-color: #b5fc73;--item-border-inset-width: 3px}ul.inventory-items li.item.tracked .state.tracked .grid{transform-origin:center center;transform-box:fill-box;animation:rotate-linear 3s both infinite linear}ul.inventory-items li.item.tracked .state.tracked .pulse path{transform-origin:center center;animation:tracked-pulse 4s linear infinite;stroke-width:10px!important}ul.inventory-items li.item.tracked .state.tracked .pulse path:last-child{animation-delay:.3s}ul.inventory-items li.item .light{position:absolute;left:var(--item-border-inset-width);bottom:var(--item-border-inset-width);z-index:5;display:flex;align-items:center;gap:1px;padding:0 2cqw 0 0;background-color:var(--item-float-background-color);color:var(--item-float-color);font-size:22cqw;font-family:var(--font-text);line-height:1;pointer-events:none;transition:color .25s,background-color .25s}ul.inventory-items li.item .light .value{padding:3cqw 0 2cqw 2cqw}ul.inventory-items li.item .light .energy{display:flex;align-items:center;--energy-solar: hsl(20, 75%, 65%);--energy-arc: hsl(183, 50%, 72%);--energy-void: hsl(277, 40%, 70%);--energy-stasis: hsl(222, 100%, 71%);--energy-strand: hsl(136, 65%, 65%);--energy-solar-outline: hsl(20, 90%, 20%);--energy-arc-outline: hsl(184, 82%, 20%);--energy-void-outline: hsl(278, 39%, 20%);--energy-stasis-outline: hsl(222, 100%, 20%);--energy-strand-outline: hsl(136, 65%, 20%)}ul.inventory-items li.item .light .energy svg{height:22cqw;max-width:22cqw;overflow:visible}ul.inventory-items li.item .light .energy svg .outline{opacity:1!important}ul.inventory-items li.item .light .energy .energy-kinetic{display:none}ul.inventory-items li.item .progress-bar{position:absolute;left:var(--item-border-inset-width);bottom:var(--item-border-inset-width);width:calc(100% - 4px);height:12.5%;margin:0;pointer-events:none}ul.inventory-items li.item .progress-bar .bar .text{display:none}ul.inventory-items li.item .quantity{position:absolute;right:var(--item-border-inset-width);bottom:var(--item-border-inset-width);z-index:5;padding:3cqw 8cqw 2cqw;background-color:var(--item-float-background-color);color:var(--item-float-color);font-size:22cqw;font-family:var(--font-text);line-height:1;pointer-events:none;transition:color .25s,background-color .25s}ul.inventory-items li.item .quantity.max-stack{--item-float-background-color: var(--item-max-stack);--item-float-color: #ffffff}ul.inventory-items.as-panels li.item .text{min-width:0;flex:1 1 0}ul.inventory-items.as-panels li.item .text:last-child{flex:0 1 auto}ul.inventory-items.as-panels li.item .text .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}ul.inventory-items li.item.unavailable:before{background-color:#0006;box-shadow:inset 0 0 0 2px var(--item-border-inset-unavailable-color)}ul.inventory-items li.item .sheen{position:absolute;top:0;right:0;bottom:0;left:0;width:var(--item-size);z-index:3;--i0: calc(0% + var(--item-border-inset-width));--i1: calc(100% - var(--item-border-inset-width));clip-path:polygon(0% 0%,0% 100%,100% 100%,100% 0%,var(--i0) 0%,var(--i0) var(--i0),var(--i1) var(--i0),var(--i1) var(--i1),var(--i0) var(--i1),var(--i0) 0%);overflow:hidden;pointer-events:none}ul.inventory-items li.item .sheen:after{content:"";position:absolute;top:-100%;right:-100%;bottom:-100%;left:-100%;background:linear-gradient(to bottom,transparent 30%,#ffffff 50%,transparent 70%);animation:rotate-linear 6s linear infinite}ul.inventory-items.as-panels.micro li.item .sheen{width:var(--item-size-micro)}ul.inventory-items.as-panels li.item .sheen{width:var(--item-size-panel)}.wrapper.reduced-motion ul.inventory-items li.item .sheen:after{animation-play-state:paused}ul.inventory-items li.item.masterworked.unavailable:before{box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--item-border-inset-unavailable-masterworked-color)}ul.inventory-items li.item.linked:active,ul.inventory-items li.item.linked:active .quantity.max-stack{--item-float-background-color: var(--foreground) !important;--item-border-inset-color: var(--foreground);--item-float-color: #000000}ul.inventory-items li.item.linked:active:before,ul.inventory-items li.item.linked.unavailable:active:before{box-shadow:inset 0 0 0 2px var(--foreground);background-color:#fff6}@media (hover: hover){ul.inventory-items li.item.linked:hover,ul.inventory-items li.item.linked:hover .quantity.max-stack{--item-float-background-color: var(--foreground) !important;--item-border-inset-color: var(--foreground);--item-float-color: #000000}ul.inventory-items li.item.linked:hover:before,ul.inventory-items li.item.linked.unavailable:hover:before{box-shadow:inset 0 0 0 2px var(--foreground);background-color:#fff6}}ul.inventory-items li.item.linked.no-border:not(:active){background-color:transparent}ul.inventory-items li.item.linked.no-border:not(:active):before{box-shadow:inset 0 0 0 2px #b9b9b900}@media (hover: hover){ul.inventory-items li.item.linked.no-border:not(:hover){background-color:transparent}ul.inventory-items li.item.linked.no-border:not(:hover):before{box-shadow:inset 0 0 0 2px #b9b9b900}}ul.inventory-items.actions li.item.linked{cursor:pointer}ul.inventory-items li.item.wrapper .icon:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 96 96'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='48' y1='96' x2='48' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%231e3059'/%3E%3Cstop offset='1' stop-color='%231e3059' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='96' height='96' style='fill:url(%23linear-gradient)'/%3E%3Cpath d='M50,83.12a7.35,7.35,0,0,0,4.19-11.28l2.06-1.4a9.53,9.53,0,0,1,1.47,3.34,9.67,9.67,0,0,1-.54,6.14,9.83,9.83,0,0,1-9.62,5.93V66.21a8.63,8.63,0,0,1,2.44.16Z' style='fill:%23fff'/%3E%3Cpath d='M46.19,66.38v2.53a7.43,7.43,0,0,0-5.3,5.75h5.3v2.48h-5.3a7.33,7.33,0,0,0,5.3,6v2.55a9.84,9.84,0,0,1,0-19.29Z' style='fill:%23fff'/%3E%3Cpath d='M96,75.32l-34.77-1a13.33,13.33,0,0,0-26.46,0L0,75.32v1.4l34.77,1a13.34,13.34,0,0,0,26.46,0l34.77-1ZM48,88A12,12,0,1,1,60,76,12,12,0,0,1,48,88Z' style='fill:%23d1f7ff;opacity:0.4'/%3E%3C/svg%3E")}ul.inventory-items li.item.placeholder{aspect-ratio:1/1;--item-border-inset-width: 1px;--item-border-inset-color: rgba(255, 255, 255, .1);background-color:#ffffff06}ul.inventory-items li.item.placeholder.obscured{background-color:#ffffff1a}ul.inventory-items li.item.shadow .icon .image.dl{opacity:.4}ul.inventory-items li.item.shadow:active .icon .image.dl{opacity:1}@media (hover: hover){ul.inventory-items li.item.shadow:hover .icon .image.dl{opacity:1}}@media screen and (max-width: 600px){ul.inventory-items li.item .state svg .outline{opacity:.2!important}}ul.inventory-items.micro li.item{--item-font-size: 8px;--item-border-inset-width: 1px;align-items:center}ul.inventory-items.as-panels.micro li.item{gap:10px}ul.inventory-items li.item.masterworked{--item-border-inset-color: var(--item-border-inset-masterworked-color)}ul.inventory-items.as-panels.micro li.item .icon{flex:0 0 var(--item-size-micro)}ul.inventory-items.as-panels.micro li.item .icon:before{box-shadow:inset 0 0 0 1px var(--item-border-inset-color)}ul.inventory-items.as-panels.micro li.item:active{color:var(--foreground)}@media (hover: hover){ul.inventory-items.as-panels.micro li.item:hover{color:var(--foreground)}}ul.inventory-items.micro li.item .quantity{padding:4.5cqw 12cqw 3cqw;font-size:33cqw}ul.inventory-items li.item.super .image.super{padding:2px}ul.inventory-items li.item.super .border svg{position:absolute;width:100%}ul.inventory-items li.item.linked.marked:before,ul.inventory-items li.item.marked .icon:before{background:linear-gradient(to bottom,color-mix(in srgb,var(--error) 0%,transparent),color-mix(in srgb,var(--error) 60%,transparent) 50%)}ul.inventory-items li.item.marked .icon img{filter:saturate(0)}ul.inventory-items li.item.marked{--item-float-background-color: var(--error) !important;--item-border-inset-color: var(--error);--item-float-color: #ffffff}ul.inventory-items li.item.linked.marked:active:before,ul.inventory-items li.item.marked:active .icon:before{background-color:#fff6}ul.inventory-items li.item.marked:active{--item-float-background-color: #b9b9b9 !important;--item-border-inset-color: #ffffff;--item-float-color: #000000}@media (hover: hover){ul.inventory-items li.item.linked.marked:hover:before,ul.inventory-items li.item.marked:hover .icon:before{background-color:#fff6}ul.inventory-items li.item.marked:hover{--item-float-background-color: #b9b9b9 !important;--item-border-inset-color: #ffffff;--item-float-color: #000000}}.list.record-items{--columns: 3;display:grid;grid-template-columns:repeat(var(--columns),1fr);align-content:start;gap:7px}.list.record-items .record{--border-width: 1px;position:relative;container-type:inline-size;margin:0;padding:0 0 1rem;height:initial;display:flex;flex-flow:row wrap;align-content:space-between;gap:1rem;background-color:transparent;font-size:14px}.list.record-items .record:before{content:"";position:absolute;left:0;top:0;z-index:3;width:100%;height:100%;pointer-events:none;box-shadow:inset 0 0 0 var(--border-width) color-mix(in srgb,var(--foreground) 30%,transparent);transition:box-shadow .25s,background-color .25s}.list.record-items .record.linked{cursor:pointer}.list.record-items .record.redacted{align-items:flex-start}.list.record-items .record .aside{margin:0 1rem 1rem;font-size:14px;font-style:italic;letter-spacing:.8px;color:color-mix(in srgb,var(--foreground) 40%,transparent)}.list.record-items .record .properties{--item-size: 42px;--item-border-inset-width: 2px;--item-border-inset-color: rgb(185, 185, 185);width:100%;padding:1rem 1rem 0;display:flex}.list.record-items .record .properties .icon{position:relative;width:var(--item-size);height:var(--item-size);flex:0 0 var(--item-size)}.list.record-items .record .properties.item{--item-size: 48px}.list.record-items .record .properties.item .list.inventory-items{display:block;position:relative;z-index:4;cursor:default}.list.record-items .record .properties.item .list.inventory-items .icon{background-color:color-mix(in srgb,var(--foreground) 10%,transparent);box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--item-border-inset-color)}.list.record-items .record .properties.item .list.inventory-items .icon:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:4;box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--item-border-inset-color)}.list.record-items .record .properties .text{margin:0 0 0 1rem;flex:1 1 100%;min-width:0;display:flex;flex-direction:column;column-gap:10px}.list.record-items .record .properties .text .pair{display:flex;gap:2px}.list.record-items .record .properties .text .name{flex:1 1 100%;min-width:0;font-size:16px;color:color-mix(in srgb,var(--foreground) 90%,transparent);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list.record-items .record .properties .text .meta{position:relative;z-index:3;display:flex}.list.record-items .record .properties .text .meta div{position:relative;margin:0 1rem 0 0}.list.record-items .record .properties .text .meta div:after{content:"  /  ";position:absolute;right:-1rem;white-space:pre-wrap;color:color-mix(in srgb,var(--foreground) 40%,transparent);pointer-events:none}.list.record-items .record .properties .text .meta>div:last-child{margin:0}.list.record-items .record .properties .text .meta>div:last-child:after{content:none}.list.record-items .record .properties .text .meta .expiration svg{width:14px}.list.record-items .record .properties .text .description{flex:1 1 100%;margin:8px 0 0;color:color-mix(in srgb,var(--foreground) 60%,transparent)}.list.record-items .record:not(.verbose) .properties .text .description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.list.record-items .record .properties .text .description p{line-height:1.4}.list.record-items .record .properties .text .description ul{padding:0 0 0 2rem;list-style-type:disc;line-height:1.4}.list.record-items .record .properties .text .description ul li{display:list-item;color:inherit}@container (max-width: 310px){.list.record-items .record .properties .text .name{font-size:14px}.list.record-items .record .properties .text .description{margin:4px 0 0;font-size:12px}.list.record-items .record .properties .text .description ul li{font-size:12px}.list.record-items .record .properties .text .meta{display:none}}.list.record-items .record .handler{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}.list.record-items .record .objectives{padding:0 1rem}.list.record-items .record .definition{width:100%;display:flex;flex-direction:column;gap:1rem}.list.record-items .record .items{width:100%}.list.record-items .record .collection-items.rewards{position:relative;z-index:3;padding:0 1rem;grid-template-columns:1fr}.list.record-items .record .collection-items.rewards li{background-color:#0000001a;color:color-mix(in srgb,var(--foreground) 40%,transparent)}.list.record-items .record .collection-items.rewards li.completed{background-color:color-mix(in srgb,var(--foreground) 10%,transparent);color:color-mix(in srgb,var(--foreground) 80%,transparent)}.list.record-items .record .inventory-items.rewards+.collection-items.rewards{margin:1rem 0 0}.list.record-items .record .inventory-items.rewards{padding:0 1rem;grid-template-columns:100%;position:relative;z-index:3}.list.record-items .record .inventory-items.rewards li{color:color-mix(in srgb,var(--foreground) 40%,transparent)}.list.record-items .record .inventory-items.rewards li.completed{color:color-mix(in srgb,var(--foreground) 80%,transparent)}.list.record-items .record .collection-items.rewards li:active{background-color:color-mix(in srgb,var(--foreground) 40%,transparent);color:color-mix(in srgb,var(--foreground) 100%,transparent)}.list.record-items .record .inventory-items.rewards li:active{color:color-mix(in srgb,var(--foreground) 80%,transparent)}.list.record-items .record .inventory-items.rewards li.completed:active{color:color-mix(in srgb,var(--foreground) 100%,transparent)}@media (hover: hover){.list.record-items .record .collection-items.rewards li:hover{background-color:color-mix(in srgb,var(--foreground) 40%,transparent);color:color-mix(in srgb,var(--foreground) 100%,transparent)}.list.record-items .record .inventory-items.rewards li:hover{color:color-mix(in srgb,var(--foreground) 80%,transparent)}.list.record-items .record .inventory-items.rewards li.completed:hover{color:color-mix(in srgb,var(--foreground) 100%,transparent)}}.list.record-items .record ul.transitory{margin:0 1rem;position:relative;width:max-content;z-index:5;display:flex;gap:3px}.list.record-items .record ul.transitory li{transition:transform .25s}.list.record-items .record ul.transitory li:nth-child(2){transform:translate(-50%)}.list.record-items .record ul.transitory li:nth-child(3){transform:translate(-100%)}.list.record-items .record ul.transitory li:nth-child(4){transform:translate(-150%)}.list.record-items .record ul.transitory li:nth-child(5){transform:translate(-200%)}.list.record-items .record ul.transitory li:nth-child(6){transform:translate(-250%)}.list.record-items .record ul.transitory li:nth-child(7){transform:translate(-300%)}.list.record-items .record ul.transitory li:nth-child(8){transform:translate(-350%)}.list.record-items .record ul.transitory li:nth-child(9){transform:translate(-400%)}.list.record-items .record ul.transitory li:nth-child(10){transform:translate(-450%)}.list.record-items .record ul.transitory li:nth-child(11){transform:translate(-500%)}.list.record-items .record ul.transitory li:nth-child(12){transform:translate(-550%)}@media (hover: hover){.list.record-items .record ul.transitory:hover li{transform:translate(0)}}.list.record-items .record ul.transitory li svg{width:24px;height:24px;pointer-events:unset;overflow:visible}.list.record-items .record ul.transitory li svg .progress{fill:none;stroke:color-mix(in srgb,var(--foreground) 40%,transparent);stroke-width:4}.list.record-items .record ul.transitory li svg .progress.fill{stroke:var(--progress);transition:stroke-dashoffset .25s}.list.record-items .record ul.transitory li svg .progress.fill.complete{stroke:#e3d488}.list.record-items .record ul.transitory li svg image{transition:opacity .25s}.list.record-items .record ul.transitory li svg .hover{fill:none;stroke:var(--foreground);stroke-width:3;transition:transform .25s,opacity .25s;transform:scale(.9);opacity:0}.list.record-items .record ul.transitory li svg:active .hover{transform:scale(1);opacity:1}@media (hover: hover){.list.record-items .record ul.transitory li svg:hover image{opacity:0}.list.record-items .record ul.transitory li svg:hover .hover{transform:scale(1);opacity:1}}.list.record-items .record.linked:active{background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}@media (hover: hover){.list.record-items .record.linked:hover{background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}}.list.record-items .record.redacted:before{content:"";position:absolute;top:0;left:0;z-index:3;width:100%;height:100%;pointer-events:none}.list.record-items .record.completed{--border-width: 2px;background-color:#e3d48833;box-shadow:inset 0 0 0 var(--border-width) #e3d488}.list.record-items .record.completed .progress-bar.completed .box .fill{background-color:#e3d48899}.list.record-items .record.completed .progress-bar .bar .fill{background-color:#e3d48800}.list.record-items .record .progress-bar.intervals .bar.completed:not(.unredeemed) .fill{background-color:#e3d48866}.list.record-items .record.linked.completed:active{background-color:#e3d48866}@media (hover: hover){.list.record-items .record.linked.completed:hover{background-color:#e3d48866}}.list.record-items .record .background{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;pointer-events:none}.list.record-items .record .background svg{position:absolute;width:300px;opacity:.5;--fill: var(--foreground)}.wrapper.dark .list.record-items .record .background svg{opacity:.33}.list.record-items .record .background.challenge svg{width:200px;right:-25px;top:50%;transform:translateY(-50%);opacity:.1}.wrapper.dark .list.record-items .record .background.challenge svg{opacity:.05}.list.record-items .record .background.gild svg{width:1140px;transform:translate(-533px,-533px);opacity:.5;color:var(--foreground)}.list.record-items .record.completed.gilded .background.gild svg{opacity:1;color:#f5c2a3}.wrapper.dark .list.record-items .record.completed.gilded .background.gild svg{opacity:1;color:#eb8647}.list.record-items .record.completed.gilded{--border-width: 2px;background-color:#edb25e33;box-shadow:inset 0 0 0 var(--border-width) #edb25e}.list.record-items .record.completed.gilded .progress-bar.completed .box .fill{background-color:#edb25ecc}.list.record-items .record.completed.gilded .progress-bar .bar .fill{background-color:#edb25e00}.list.record-items .record.linked.completed.gilded:active{background-color:#edb25e66}@media (hover: hover){.list.record-items .record.linked.completed.gilded:hover{background-color:#edb25e66}}.list.record-items .record.completed.seasonal-challenge{--border-width: 2px;background-color:#27d4f333;box-shadow:inset 0 0 0 var(--border-width) #27d4f3}.list.record-items .record.completed.seasonal-challenge .progress-bar.completed .box .fill{background-color:#27d4f3cc}.list.record-items .record.completed.seasonal-challenge .progress-bar .bar .fill{background-color:#27d4f300}.list.record-items .record.linked.completed.seasonal-challenge:active{background-color:#27d4f366}@media (hover: hover){.list.record-items .record.linked.completed.seasonal-challenge:hover{background-color:#27d4f366}}.list.record-items .record.completed.pattern{--border-width: 2px;background-color:#d2513a66;box-shadow:inset 0 0 0 var(--border-width) var(--deepsight)}.list.record-items .record.completed.pattern .progress-bar.completed .box .fill{background-color:#d2513acc}.list.record-items .record.completed.pattern .progress-bar .bar .fill{background-color:#d2513a00}.list.record-items .record.linked.completed.pattern:active{background-color:#d2513a66}@media (hover: hover){.list.record-items .record.linked.completed.pattern:hover{background-color:#d2513a66}}.list.record-items .record.unredeemed{--border-width: 2px;background-color:#7bdcc133;box-shadow:inset 0 0 0 var(--border-width) #7bdcc1}.list.record-items .record.unredeemed:not(.has-intervals) .progress-bar .bar .fill{background-color:#7bdcc100}.list.record-items .record .progress-bar .bar.unredeemed .fill{background-color:#7bdcc199}.list.record-items .record.unredeemed .progress-bar.completed .box .fill{background-color:#7bdcc1}@media (hover: hover){.list.record-items .record.linked.unredeemed:hover{background-color:#7bdcc166}}.list.record-items .record .progress-bar .bar,.list.record-items .record.unredeemed .progress-bar .bar,.list.record-items .record.completed .progress-bar .bar,.list.record-items .record.unredeemed .progress-bar.intervals .bar,.list.record-items .record.completed .progress-bar.intervals .bar.completed{background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}.wrapper.dark .list.record-items .record .progress-bar:not(.completed) .box .fill{background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}.list.record-items .record.tracked{--border-width: 2px;background-color:#b5fc7333;box-shadow:inset 0 0 0 var(--border-width) #b5fc73}.list.record-items .record.linked.tracked:active{background-color:#b5fc7366}@media (hover: hover){.list.record-items .record.linked.tracked:hover{background-color:#b5fc7366}}.list.record-items .record .track{position:absolute;top:1px;right:33%;width:20px;cursor:pointer;opacity:0;transition:opacity .25s;z-index:5}.list.record-items .record .track svg{width:100%;height:auto;overflow:visible}@media (hover: hover){.list.record-items .record:hover .track{opacity:1}}.list.record-items .record.tracked .track{opacity:1}.wrapper:not(.reduced-motion) .list.record-items .record.tracked .track .grid{transform-origin:center center;transform-box:fill-box;animation:rotate-linear 3s both infinite linear}.wrapper:not(.reduced-motion) .list.record-items .record.tracked .track .pulse path{transform-origin:center center;animation:tracked-pulse 4s linear infinite}.wrapper:not(.reduced-motion) .list.record-items .record.tracked .track .pulse path:last-child{animation-delay:.3s}.list.record-items .highlight{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.list.record-items .highlight:before{content:"";top:0;right:0;bottom:0;left:0;position:absolute;--i0: calc(0% + var(--border-width));--i1: calc(100% - var(--border-width));clip-path:polygon(0% 0%,0% 100%,100% 100%,100% 0%,var(--i0) 0%,var(--i0) var(--i0),var(--i1) var(--i0),var(--i1) var(--i1),var(--i0) var(--i1),var(--i0) 0%);background:linear-gradient(135deg,transparent 0%,transparent 30%,var(--foreground) 50%,transparent 70%,transparent 100%);background-size:800% 100%;background-repeat:no-repeat;animation:sparkle-horizontal 3s linear .3s 10 forwards reverse}.list.record-items .highlight:after{content:"";top:0;right:0;bottom:0;left:0;position:absolute;background:linear-gradient(135deg,transparent 0%,transparent 10%,color-mix(in srgb,var(--foreground) 10%,transparent) 40%,color-mix(in srgb,var(--foreground) 25%,transparent) 50%,color-mix(in srgb,var(--foreground) 10%,transparent) 60%,transparent 90%,transparent 100%);background-size:800% 100%;background-repeat:no-repeat;pointer-events:none;animation:sparkle-horizontal 3s linear 10 forwards reverse}.list.record-items .record.selected{background-color:#0084ff1a!important}@media screen and (max-width: 1500px){.list.record-items{--columns: 2}}@media screen and (max-width: 1024px){.list.record-items .record .track{opacity:1}}@media screen and (max-width: 600px){.list.record-items{--columns: 1}.list.record-items .record .properties{--item-size: 28px}.list.record-items .record .properties.item,.list.record-items .record .properties.item .list.inventory-items{--item-size: 32px;--item-border-inset-width: 1px}.list.record-items .record .background.gild svg{width:740px;transform:translate(-340px,-340px)}}.wrapper.light .list.record-items .record .properties:not(.item) .icon .image{filter:invert(1)}.list.record-items.placeholder{pointer-events:none}.list.record-items.placeholder .record.tracked{--border-width: 2px;background-color:transparent;box-shadow:unset}.list.record-items.placeholder .record.tracked:before{box-shadow:inset 0 0 0 var(--border-width) color-mix(in srgb,var(--foreground) 10%,transparent)}.list.record-items.placeholder .record .icon,.list.record-items.placeholder .record .name,.list.record-items.placeholder .record .meta .commonality,.list.record-items.placeholder .record .meta .score,.list.record-items.placeholder .record .description{min-height:14px;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}.list.record-items.placeholder .record .properties .text .meta div:after{content:" "}.list.record-items.placeholder .record .pair{justify-content:space-between}.list.record-items.placeholder .record .name{flex:unset;width:100px}.list.record-items.placeholder .record .meta .commonality{width:50px}.list.record-items.placeholder .record .meta .score{width:30px}.list.record-items.table{--columns: 1}.list.record-items.table .record{padding:6px 0;border-bottom:1px solid color-mix(in srgb,var(--foreground) 10%,transparent);display:flex;align-items:center}.list.record-items.table .record .icon{position:relative;width:32px;height:32px;flex:0 0 32px}.list.record-items.table .record .list.inventory-items.as-panels{grid-template-columns:100%}.list.record-items.table .record .text{color:color-mix(in srgb,var(--foreground) 60%,transparent)}.list.record-items.table .record .text .name{color:color-mix(in srgb,var(--foreground) 80%,transparent)}.list.record-items.table .record .text p{line-height:1.4;max-width:600px}.list.record-items.table .record .text ul{list-style-type:disc;padding:0 0 0 2rem;margin:0 0 6px}.list.record-items.table .record .text ul:last-child{margin-bottom:0}.list.record-items.table .record .text ul li{display:list-item;line-height:1.6}._row_1y7ya_1{padding:6px 0;border-bottom:1px solid color-mix(in srgb,var(--foreground) 10%,transparent);display:flex;gap:10px}._row_1y7ya_1 ._col_1y7ya_8._record_1y7ya_12{flex:1 1 35%;display:flex;gap:1rem;--item-size: 42px}._row_1y7ya_1 ._col_1y7ya_8._record_1y7ya_12 ._icon_1y7ya_19{position:relative;width:var(--item-size);height:var(--item-size);flex:0 0 var(--item-size)}._row_1y7ya_1 ._col_1y7ya_8._record_1y7ya_12 ._text_1y7ya_26 ._description_1y7ya_26{flex:1 1 100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;color:color-mix(in srgb,var(--foreground) 60%,transparent)}._row_1y7ya_1 ._col_1y7ya_8._record_1y7ya_12 ._text_1y7ya_26 ._description_1y7ya_26 p{line-height:1.4}._row_1y7ya_1 ._col_1y7ya_8._record_1y7ya_12 ._text_1y7ya_26 ._description_1y7ya_26 ul{padding:0 0 0 2rem;list-style-type:disc;line-height:1.4}._row_1y7ya_1 ._col_1y7ya_8._record_1y7ya_12 ._text_1y7ya_26 ._description_1y7ya_26 ul li{display:list-item;color:inherit}._row_1y7ya_1 ._col_1y7ya_8._objectives_1y7ya_50{flex:1 1 25%}._row_1y7ya_1 ._col_1y7ya_8._commonality_1y7ya_54{flex:1 1 5%}._row_1y7ya_1 ._col_1y7ya_8._score_1y7ya_58{flex:1 1 auto}.search .options{position:relative;margin:0 0 1rem;height:38px;display:grid;grid-template-columns:1fr max-content;align-content:center}.search .options .text.watermark{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none;text-align:center;line-height:.8;font-size:25vw;font-weight:500;color:#ffffff0d}.search .options .actions .button{background-color:#fff0}.search .options .actions .button.dismiss{font-size:24px}.search .options .actions .button:active{background-color:#fff6}.search .options .actions .button.dismiss:active{background-color:var(--error)}@media (hover: hover){.search .options .actions .button:hover{background-color:#fff6}.search .options .actions .button.dismiss:hover{background-color:var(--error)}}.search:not(.inline.is-loading) .form .field:before{content:attr(data-count);position:absolute;right:0;top:0;height:38px;padding:0 1rem;display:grid;align-content:center;font-size:18px;color:#fff6}.search:not(.has-results) .form .field{margin:0}.search .results{display:grid;grid-template-columns:1fr}.search.has-results .results{margin:1rem 0 0}.search .results .type{width:100%}.search:not(.has-results) .results{justify-items:center;align-items:center}.search .results>.info,.search .results>.spinner{align-self:center;justify-self:center;grid-column:1/-1}.search .results>.info{padding:2rem 0}.search.inline .results .list.record-items,.search.inline .results .list.metric-items{--columns: 1}.search.inline .results .list.collection-items{--columns: 2}@media screen and (max-width: 600px){.search .options .text.watermark{font-size:30vw}.search.inline .results .list.record-items,.search.inline .results .list.collection-items{--columns: 1}}.list.quest-items{--columns: 4;--item-size: 48px;--item-border-inset-width: 2px;--item-border-inset-color: #b9b9b9;display:grid;grid-template-columns:repeat(var(--columns),1fr);gap:10px}.list.quest-items li.item{height:unset;margin:0;padding:1rem;display:grid;grid-template-columns:48px auto;align-items:start;gap:1rem;-webkit-user-select:none;user-select:none;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}.list.quest-items li.item:before{box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--foreground) 30%,transparent)}.list.quest-items li.item:active:before{box-shadow:inset 0 0 0 1px #fff}@media (hover: hover){.list.quest-items li.item:hover:before{box-shadow:inset 0 0 0 1px #fff}}.list.quest-items li.item.exotic{background:linear-gradient(45deg,color-mix(in srgb,var(--foreground) 10%,transparent),#cdae3266)}.list.quest-items li.item .icon{aspect-ratio:1;box-shadow:inset 0 0 0 1px #fff3;background-color:#0003}.list.quest-items li.item .icon .image{position:relative;box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--item-border-inset-color)}.list.quest-items li.item .icon.no-border{display:flex;justify-content:center;align-items:center}.list.quest-items li.item .icon.no-border .image{width:38px;box-shadow:unset}.list.quest-items li.item .text{display:grid;align-items:start}.list.quest-items li.item .text .name{font-size:16px;margin:0 0 3px}.list.quest-items li.item .text .description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;color:color-mix(in srgb,var(--foreground) 60%,transparent)}.list.quest-items li.item .text .description p{font-size:14px;line-height:1.4}.list.quest-items li.item .text .description ul{list-style-type:disc;padding:0 0 0 2rem;margin:0 0 1rem}.list.quest-items li.item .text .description ul li{display:list-item;font-size:14px;line-height:1.6;color:color-mix(in srgb,var(--foreground) 60%,transparent)}.list.quest-items li.item .text .description ul:last-child{margin-bottom:0}.list.quest-items li.item.tracked{background-color:#b6ee8140;box-shadow:inset 0 0 0 2px #b5fc73}.list.quest-items li.item.linked.tracked:active{background-color:#b6ee8199}@media (hover: hover){.list.quest-items li.item.linked.tracked:hover{background-color:#b6ee8199}}.list.quest-items li.item .track{position:absolute;top:1px;right:25%;width:20px;cursor:pointer;opacity:0;transition:opacity .25s;z-index:5}.list.quest-items li.item .track svg{width:100%;height:auto;overflow:visible}.list.quest-items li.item:active .track{opacity:1}@media (hover: hover){.list.quest-items li.item:hover .track{opacity:1}}.list.quest-items li.item.tracked .track{opacity:1}.wrapper:not(.reduced-motion) .list.quest-items li.item.tracked .track .grid{transform-origin:center center;transform-box:fill-box;animation:rotate-linear 3s both infinite linear}.wrapper:not(.reduced-motion) .list.quest-items li.item.tracked .track .pulse path{stroke-width:10px!important;transform-origin:center center;animation:tracked-pulse 4s linear infinite}.wrapper:not(.reduced-motion) .list.quest-items li.item.tracked .track .pulse path:last-child{animation-delay:.3s}.list.quest-items li.item .progress-bar{position:absolute;left:0;bottom:0;width:100%;height:5px;margin:0}.list.quest-items li.item .progress-bar .bar{background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}.list.quest-items li.item .progress-bar .bar .fill{background-color:color-mix(in srgb,var(--foreground) 80%,transparent)}@media screen and (max-width: 1024px){.list.quest-items li.item .track{opacity:1}}@media screen and (max-width: 600px){.list.quest-items li.item .progress-bar{height:5px}}.list.metric-items{--columns: 3;display:grid;grid-template-columns:repeat(var(--columns),1fr);align-content:start;gap:7px}.list.metric-items li.metric{--border-width: 1px;margin:0;height:unset;display:grid;grid-template-columns:auto min-content;align-content:space-between;background-color:color-mix(in srgb,var(--foreground) 10%,transparent);box-shadow:inset 0 0 0 var(--border-width) color-mix(in srgb,var(--foreground) 30%,transparent);font-size:14px}.list.metric-items li.metric.redacted{align-items:flex-start}.list.metric-items li.metric .definition{padding:1rem;display:grid}.list.metric-items li.metric .definition .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;line-height:16px;margin:0 0 7px}.list.metric-items li.metric .definition .progress{grid-column:span 2;font-size:24px;line-height:1;color:var(--foreground)}.list.metric-items li.metric .definition .description{color:color-mix(in srgb,var(--foreground) 60%,transparent);margin:10px 0 0;font-style:italic;letter-spacing:.5px}.list.metric-items li.metric .icon{margin:0 1rem 0 0;width:36px;align-self:start}.list.metric-items li.metric .gonfalon{position:relative;width:100%;aspect-ratio:36/105}.list.metric-items li.metric .gonfalon .trait{top:unset;bottom:33%;left:0;width:100%;height:unset;aspect-ratio:1/1;background-size:86%}.list.metric-items li.metric .gonfalon .metric{top:unset;bottom:11%;left:0;width:100%;height:unset;padding:0;aspect-ratio:1/1;background-size:74%}.list.metric-items li.metric .gonfalon .banner.complete.dl{opacity:0}.list.metric-items li.metric .gonfalon.complete .banner.complete.dl{opacity:1}.list.metric-items li.metric .progress-bar{grid-column:span 2;height:7px}.list.metric-items li.metric .progress-bar .bar{background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}.list.metric-items li.metric .progress-bar .bar .fill{background-color:color-mix(in srgb,var(--foreground) 80%,transparent)}.list.metric-items li.metric.completed{--border-width: 2px;background-color:#e3d48826;box-shadow:inset 0 0 0 var(--border-width) #e3d488}.list.metric-items li.metric.completed .progress-bar{display:none}.list.metric-items li.metric.completed .progress-bar .bar,.list.metric-items li.metric.completed .progress-bar .bar .fill{background-color:#bcad7100}.list.metric-items li.metric .progress-bar .bar.completed .fill{background-color:#bcad7199}.list.metric-items li.metric.linked{cursor:pointer}.list.metric-items li.metric.linked.completed:hover{background-color:#e3d48866}.list.metric-items li.metric.completed .progress-bar .bars{opacity:0}.list.metric-items .highlight{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.list.metric-items .highlight:before{content:"";top:0;right:0;bottom:0;left:0;position:absolute;--i0: calc(0% + var(--border-width));--i1: calc(100% - var(--border-width));clip-path:polygon(0% 0%,0% 100%,100% 100%,100% 0%,var(--i0) 0%,var(--i0) var(--i0),var(--i1) var(--i0),var(--i1) var(--i1),var(--i0) var(--i1),var(--i0) 0%);background:linear-gradient(135deg,transparent 0%,transparent 30%,var(--foreground) 50%,transparent 70%,transparent 100%);background-size:800% 100%;background-repeat:no-repeat;animation:sparkle-horizontal 3s linear .3s 10 forwards reverse}.list.metric-items .highlight:after{content:"";top:0;right:0;bottom:0;left:0;position:absolute;background:linear-gradient(135deg,transparent 0%,transparent 10%,color-mix(in srgb,var(--foreground) 10%,transparent) 40%,color-mix(in srgb,var(--foreground) 25%,transparent) 50%,color-mix(in srgb,var(--foreground) 10%,transparent) 60%,transparent 90%,transparent 100%);background-size:800% 100%;background-repeat:no-repeat;pointer-events:none;animation:sparkle-horizontal 3s linear 10 forwards reverse}.list.metric-items .all-completed{grid-column:1/-1}@media screen and (max-width: 1440px){.list.metric-items{--columns: 2}}@media screen and (max-width: 1024px){.list.metric-items{--columns: 1}}@media screen and (max-width: 600px){.list.metric-items li.metric .progress-bar{height:5px}}#search-dialog{--foreground: rgba(255, 255, 255, .8);position:fixed;top:0;left:0;width:100%;height:100%;z-index:21;overflow:hidden;display:none;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#search-dialog.visible{display:unset}#search-dialog .shade{position:fixed;top:0;left:0;width:100%;height:100%;background-color:color-mix(in srgb,#101313 75%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateZ(0)}.wrapper.dark #search-dialog .shade{background-color:color-mix(in srgb,var(--background) 75%,transparent)}#search-dialog .container{position:fixed;width:100%;height:100%;overflow-x:hidden;overflow-y:scroll;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}#search-dialog .container .wrapper{width:100%;max-width:1024px;min-height:100%;margin:0 auto;padding:calc(var(--header-height) + var(--header-offset)) 0 0}#search-dialog .container .search{margin:0;padding:0 3rem calc(env(safe-area-inset-bottom)*.8 + 3rem);min-height:calc(100vh - (var(--header-height) + var(--header-offset)));scroll-margin-top:calc(3rem + var(--header-offset));display:grid;grid-template-rows:repeat(2,max-content) 1fr}#search-dialog .container .search.has-results{grid-template-rows:repeat(3,max-content) 1fr max-content}#search-dialog .container .search .filters{position:relative;margin:1rem 0 2rem;height:44px;overflow-x:auto;-webkit-mask-image:linear-gradient(to right,#000 80%,#0000);mask-image:linear-gradient(to right,#000 80%,#0000)}#search-dialog .container .search .filters ul{padding:0 2rem 0 0;width:max-content;display:grid;grid-auto-flow:column;justify-content:start;gap:12px}#search-dialog .container .search .filters ul li .tab{position:relative;padding:0 4px;height:40px;display:grid;grid-auto-flow:column;align-items:center;gap:10px;font-size:16px;color:#fff9;transition:color .25s;cursor:pointer}#search-dialog .container .search .filters ul li .tab.disabled{pointer-events:none;color:#fff3}#search-dialog .container .search .filters ul li .tab.active{background:radial-gradient(60% 40% at 50% 100%,color-mix(in srgb,var(--foreground) 20%,transparent),#0000);color:#fff}#search-dialog .container .search .filters ul li .tab:before{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:4px;background-color:#fff;transition:transform .2s;transform:scaleX(0)}#search-dialog .container .search .filters ul li .tab.active:before{transform:scaleX(1)}@media (hover: hover){#search-dialog .container .search .filters ul li .tab:hover,#search-dialog .container .search .filters ul li .tab.active:hover{color:#fff}}#search-dialog .container .search .filters ul li .tab .count{color:#fff9}#search-dialog .container .search .results{margin:0;gap:2rem}#search-dialog .container .search.has-results .results{align-content:start}#search-dialog .container .search .form+.results{margin:2rem 0 0}#search-dialog .container .search .results>.info,#search-dialog .container .search .results>.spinner{align-self:center;justify-self:center;text-align:center}#search-dialog .container .search .results .list.record-items,#search-dialog .container .search .results .list.quest-items,#search-dialog .container .search .results .list.metric-items{--columns: 2}#search-dialog .container .search .results .list.collection-items{--columns: 3}#search-dialog .container .search .results .list.member-links{--columns: 4}#search-dialog .container .search .actions{display:grid;grid-template-columns:max-content auto;gap:3px;justify-content:space-between;margin:2rem 0 0}#search-dialog .container .search .options .actions{margin:unset}#search-dialog .container .search .actions{grid-template-columns:max-content auto;justify-content:unset}#search-dialog .container .search .actions div{display:grid;gap:3px}#search-dialog .container .search .actions .page{grid-template-columns:repeat(2,200px)}#search-dialog .container .search .actions .depth{font-size:16px;font-family:var(--font-text);align-items:center;text-align:right}#search-dialog .container .search .results .suggestions{padding:2rem 0 0;align-self:start;display:grid;grid-template-columns:2fr 1fr;gap:3rem;font-size:16px;color:#fff9}#search-dialog .container .search .results .suggestions .key{grid-column:-1/1;text-align:center}#search-dialog .container .search .results .suggestions .key h3{margin:0;font-weight:400;letter-spacing:normal;color:#fffc}#search-dialog .container .search .results .suggestions .examples ul{padding:0 0 0 1rem}#search-dialog .container .search .results .suggestions .examples ul li{line-height:1.8}@media screen and (max-width: 1024px){#search-dialog .container .search .results .list.collection-items{--columns: 2}#search-dialog .container .search .results .list.member-links{--columns: 3}}@media screen and (max-width: 768px){#search-dialog .container .wrapper{padding:0}#search-dialog .container .search{padding-top:3rem;min-height:calc(100vh - var(--header-offset))}#search-dialog .container .search .results .list.record-items,#search-dialog .container .search .results .list.quest-items,#search-dialog .container .search .results .list.metric-items{--columns: 1}#search-dialog .container .search .results .list.collection-items,#search-dialog .container .search .results .list.member-links{--columns: 2}#search-dialog .container .search .results .suggestions{grid-template-columns:1fr;row-gap:1rem}}@media screen and (max-width: 600px){#search-dialog .container .search{padding:calc(2rem + var(--header-offset)) 2rem calc(env(safe-area-inset-bottom)*.8 + 2rem);scroll-margin-top:calc(2rem + var(--header-offset))}#search-dialog .container .search .results{padding:0 0 2rem}#search-dialog .container .search:not(.has-results) .results{align-items:unset}#search-dialog .container .search.has-results .results{padding:0;align-items:start}#search-dialog .container .search .actions{grid-template-columns:max-content 1fr}#search-dialog .container .search .actions .page{grid-template-columns:repeat(2,1fr)}#search-dialog .container .search .actions div{grid-template-columns:1fr}#search-dialog .container .search .actions div .button{max-width:unset}#search-dialog .container .search .actions .page{grid-template-columns:38px max-content}#search-dialog .container .search .actions .page .button:first-child{justify-content:center}#search-dialog .container .search .actions .depth{font-size:14px}#search-dialog .container .search .actions div:not(:first-child):last-child{justify-self:right}#search-dialog .container .search .results .suggestions{padding:0;font-size:14px;color:#fffc}#search-dialog .container .search .results .list.collection-items,#search-dialog .container .search .results .list.member-links{--columns: 1}}.dialog.settings.search .groups{margin:1rem 0 0;display:grid;grid-template-columns:2fr 1fr;gap:3rem}.dialog.settings.search ul.list.settings{display:grid}.dialog.settings.search .groups>div:first-child ul.list.settings{grid-template-columns:minmax(240px,300px)}.dialog.settings.search h4~.text{margin:0 0 1rem;-webkit-user-select:none;user-select:none}@media screen and (max-width: 1280px){.dialog.settings.search .groups{grid-template-columns:1fr 1fr}}@media screen and (max-width: 1024px){.dialog.settings.search .groups{grid-template-columns:auto}}@media screen and (max-width: 600px){.dialog.settings.search .container.wrapper{padding:3rem 2rem 2rem}.dialog.settings.search .groups{gap:2rem}.dialog.settings.search ul.list.settings,.dialog.settings.search .groups>div:first-child ul.list.settings{grid-template-columns:auto}}.list.bing-items{--columns: 2;display:grid;grid-template-columns:repeat(var(--columns),1fr);gap:7px;align-content:start}.list.bing-items .linked{box-shadow:inset 0 0 0 2px #fff6}.list.bing-items .linked .background{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;pointer-events:none}.list.bing-items .linked .background svg{position:absolute;width:240px;right:-30px;top:-60px;opacity:.1;fill:#fff}.list.bing-items .linked .definition{align-self:start}.list.bing-items .linked .definition .properties{padding:1rem}.list.bing-items .linked .definition .properties .text .name{font-size:18px;color:#ffffffe6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list.bing-items .linked .definition .properties .text .description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;margin:8px 0 0}.list.bing-items .linked .definition .properties .text .description p{line-height:1.4;color:#fff9}@media screen and (max-width: 600px){.list.bing-items{--columns: 1}.list.bing-items .linked .background svg{width:160px;right:-30px;top:-30px}}.pane{--foreground: #ffffff;--acrylic-background: color-mix(in srgb, color-mix(in srgb, var(--background) 90%, #ffffff 20%) 75%, transparent);--acrylic-border: color-mix(in srgb, var(--background) 80%, #ffffff 100%);--shadow-strength: .4;--multiplier: .75;position:fixed;top:0;left:0;width:100%;height:100%;z-index:27;overflow-x:hidden;overflow-y:scroll;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;scroll-padding-top:env(safe-area-inset-top);color:color-mix(in srgb,var(--foreground) 80%,transparent);cursor:not-allowed}.wrapper.dark .pane{--acrylic-background: #18191b;--acrylic-border: #5d5d60;--shadow-strength: 1}.pane .shell{position:relative}.pane .wrapper{position:relative;width:100%;margin:0 auto;max-width:1920px}.pane .wrapper-max{position:absolute;right:0;width:100%;max-width:var(--width, 50%);height:100vh;padding:0 3rem;box-shadow:0 0 120px rgba(0,0,0,var(--shadow-strength));transform:translateZ(0) translate(200px);transition:transform .25s;cursor:default}.pane.left .wrapper-max{right:unset;left:0}.pane .wrapper-max{transform:translateZ(0) translate(0)}.pane .background .acrylic{position:absolute;left:0;top:0;width:100%;height:100%;-webkit-backdrop-filter:blur(10px) brightness(1.2) saturate(1.2);backdrop-filter:blur(10px) brightness(1.2) saturate(1.2);transform:translateZ(0);background-color:color-mix(in srgb,var(--acrylic-background) 75%,transparent);border-left:1px solid var(--acrylic-border)}.pane.left .background .acrylic{border-left:unset;border-right:1px solid var(--acrylic-border)}@media screen and (max-width: 1921px) and (min-width: 601px){.pane.expanded .background .acrylic{border-left:unset}}@media screen and (min-width: 1921px){.pane .background .acrylic,.pane.left .background .acrylic{border-left:1px solid var(--acrylic-border);border-right:1px solid var(--acrylic-border)}}.pane .layout{position:relative;height:100vh;display:grid;grid-template-rows:max-content 1fr max-content}.pane .layout header{padding:calc(calc(env(safe-area-inset-top) + 48px) + calc(var(--multiplier) * 60px)) 0 2rem 0;display:flex;flex-flow:row wrap;justify-content:space-between;align-items:baseline;gap:1rem;border-bottom:1px solid rgba(255,255,255,.2);font-size:calc(var(--multiplier) * 48px);color:#ffffffe6}.pane .layout .content{--scrollbar-width: 3px;--scrollbar-track: linear-gradient(to bottom, rgba(255, 255, 255, .2), transparent);--scrollbar-draggy: rgba(255, 255, 255, .6);--scrollbar-draggy-hover: rgba(255, 255, 255, .8)}.pane .layout .section{--header-offset: 0px}.pane .layout .sticky-nav{position:unset;left:unset;top:unset;background-color:unset;-webkit-backdrop-filter:unset;backdrop-filter:unset;margin-bottom:calc(env(safe-area-inset-bottom)/2);height:60px;border-top:1px solid rgba(255,255,255,.2);display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 1024px){.pane .wrapper-max{max-width:72%}.pane .layout header{font-size:24px}}@media screen and (max-width: 600px){.pane{--multiplier: .5}.pane .wrapper-max{max-width:85%;padding:0 2rem}}.error-view{justify-self:center;max-width:800px;width:100%}.error-view .properties{width:100%;margin:0 auto}.error-view .properties .name{font-size:38px;font-weight:700;margin:-10px 0 7px;color:color-mix(in srgb,var(--foreground) 100%,transparent);text-transform:uppercase;border-bottom:2px solid color-mix(in srgb,var(--foreground) 40%,transparent);padding-bottom:7px;margin-bottom:1rem}.error-view .properties .description{color:color-mix(in srgb,var(--foreground) 60%,transparent);font-size:16px}.error-view .properties .description~.button,.error-view .properties .description~.spinner{margin:1rem 0 0}.error-view .properties .description:not(:last-child){margin-bottom:1rem}@media screen and (max-width: 600px){.error-view.inline{padding:0}.error-view .properties .name{margin-top:-6px;font-size:24px}.error-view .properties .description{font-size:14px}}.bungie-auth.loading{display:grid;justify-content:center;align-content:center;min-height:500px}.bungie-auth.mini.loading{min-height:79px}.bungie-auth.mini .description.flair{margin:0 0 1rem}.bungie-auth .text~.button{margin:1rem 0 0}.bungie-auth.detailed{display:grid;grid-template-columns:repeat(2,1fr);align-content:start;gap:2rem}.bungie-auth.detailed .member{grid-column:span 2;position:relative;aspect-ratio:2048/799;display:grid;align-content:stretch;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}.bungie-auth.detailed .member .image.background{background-size:cover}.bungie-auth.detailed .member .image.background.dl{opacity:.8}.bungie-auth.detailed .member .wrapper{padding:1rem 2rem 2rem;position:relative;display:grid;align-content:space-between}.bungie-auth.detailed .member .wrapper .bnet-id{justify-self:right;font-size:10px;letter-spacing:10px;color:#fff6}.bungie-auth.detailed .member .wrapper .properties{display:grid;grid-template-columns:48px auto;gap:1rem}.bungie-auth.detailed .member .wrapper .properties .icon{position:relative;height:unset;padding-bottom:100%}.bungie-auth.detailed .member .wrapper .properties .icon.shadow{box-shadow:0 15px 25px 10px #0006}.bungie-auth.detailed .member .wrapper .properties .text{position:relative;display:grid;align-content:center}.bungie-auth.detailed .member .wrapper .properties .text .display-name{font-size:22px;font-weight:500;letter-spacing:.3px;color:#fff;text-shadow:1px 2px 1px rgba(0,0,0,.1),1px 1px 0 rgba(0,0,0,.2)}.bungie-auth.detailed .member .wrapper .properties .text .first-access{font-size:14px;color:#fff9}.bungie-auth.detailed .actions .info~.button{margin:1rem 0 0}.bungie-auth .memberships .list{max-width:320px;display:grid;gap:3px}.bungie-auth .memberships .list li.linked{padding:0 1rem 0 0;display:grid;justify-content:space-between;grid-template-columns:56px 1fr 22px;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--foreground) 20%,transparent);cursor:pointer;font-size:16px;-webkit-user-select:none;user-select:none}.bungie-auth .memberships .list li.linked:hover{z-index:3}.bungie-auth .memberships .list li.linked .display-name{width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.bungie-auth .memberships .list li.linked .cross-save{width:22px;height:22px;opacity:.4}.bungie-auth .memberships .list li.linked .cross-save svg{width:auto;height:100%;fill:var(--foreground)}.bungie-auth .features{margin:2rem 0;display:grid;row-gap:1rem}.bungie-auth .features li{display:grid;grid-template-columns:32px 1fr;column-gap:1rem;align-content:start}.bungie-auth .features li .icon{padding:3px 0 0}.bungie-auth .features li .icon svg{fill:currentColor}.bungie-auth .features li .text .name{margin:0 0 3px;font-size:16px}.bungie-auth .features li .text .description{max-width:400px;color:color-mix(in srgb,var(--foreground) 60%,transparent)}.bungie-auth .patreon{position:relative}.bungie-auth .patreon .medals{position:absolute;right:3rem;top:0;height:100%;display:grid;align-items:center;opacity:.4;pointer-events:none}.bungie-auth .patreon .medals .list.medals{display:grid;grid-template-columns:repeat(2,96px)}.bungie-auth .patreon .medals .list.medals li svg{width:96px}.bungie-auth .patreon .description.flair{position:relative}.bungie-auth .patreon .description.flair strong{font-weight:400;color:color-mix(in srgb,var(--foreground) 80%,transparent)}.bungie-auth .patreon .actions{margin:2rem 0 0;display:grid;grid-auto-flow:column;justify-content:space-between;gap:3px}.bungie-auth .patreon form{margin:1rem 0 0}.bungie-auth .patreon .actions .button~.button{margin:0}@media screen and (max-width: 768px){.bungie-auth.detailed{grid-template-columns:1fr}.bungie-auth.detailed .member{grid-column:unset}}@media screen and (max-width: 600px){.bungie-auth.detailed{gap:1rem}.bungie-auth.detailed .member .wrapper{padding:1rem}.bungie-auth.detailed .member .wrapper .properties{grid-template-columns:36px auto}.bungie-auth.detailed .member .wrapper .properties .icon.shadow{box-shadow:unset}.bungie-auth.detailed .member .wrapper .properties .text .display-name{font-size:18px;text-shadow:unset}.bungie-auth.detailed .member .wrapper .properties .text .first-access{font-size:12px}.bungie-auth .patreon .description.flair strong{color:var(--foreground)}.bungie-auth .patreon .medals{right:-1rem;opacity:.4}.bungie-auth .patreon .medals .list.medals{display:grid;grid-template-columns:repeat(2,72px)}.bungie-auth .patreon .medals .list.medals li svg{width:72px}.bungie-auth .patreon .actions{margin:1rem 0 0}.bungie-auth .memberships{max-width:unset}}@media screen and (max-width: 420px){.bungie-auth.detailed .member{aspect-ratio:unset;background-color:unset}.bungie-auth.detailed .member .wrapper{position:unset;padding:unset}.bungie-auth.detailed .member .wrapper .bnet-id{justify-self:unset;font-size:12px;letter-spacing:unset}.bungie-auth.detailed .member .wrapper .bnet-id span{padding:0 6px}.bungie-auth.detailed .member .wrapper .properties{grid-template-columns:48px auto}.bungie-auth.detailed .member .wrapper .properties .text .display-name{font-size:20px;color:color-mix(in srgb,var(--foreground) 80%,transparent)}.bungie-auth.detailed .member .wrapper .properties .text .first-access{font-size:14px}.bungie-auth .features{margin:1rem 0}}.bungie-auth.no-auth{display:grid}.pane.friends{--width: 24%}.pane.friends.expanded{--width: 100%}.pane.friends .wrapper-max{max-width:var(--width)}.pane.friends .layout header{padding:calc(var(--titlebar-height) + var(--header-offset)) 0 0;height:calc(var(--header-height) + var(--header-offset));align-items:stretch;border-bottom:unset}.pane.friends .layout header .glaze{position:absolute;right:-1.5rem;top:calc(var(--header-offset) + calc(var(--titlebar-height) / 2) - 2rem);width:100%;max-width:270px;aspect-ratio:1/1;-webkit-mask-image:linear-gradient(30deg,#0000 20%,#0003);mask-image:linear-gradient(30deg,#0000 20%,#0003)}.pane.friends .layout header .glaze svg{fill:#fff}.pane.friends .layout header .glaze.bungie{right:-2rem;top:calc(var(--header-offset) + calc(var(--titlebar-height) / 2));max-width:270px;-webkit-mask-image:linear-gradient(30deg,#0000000d 40%,#000);mask-image:linear-gradient(30deg,#0000000d 40%,#000)}.pane.friends .layout header .glaze.bungie{color:var(--bungie-blue)}.pane.friends .layout header .wrapper{display:grid;align-content:space-between}.pane.friends .layout header .wrapper .bungie-net-user{display:grid;grid-template-columns:24px 1fr;align-items:center;gap:10px}.pane.friends .layout header .wrapper .bungie-net-user .icon:not(.transparent){background-color:#ffffff1a}.pane.friends .layout header .wrapper .bungie-net-user .icon .image{position:relative;width:24px;aspect-ratio:1/1}.pane.friends .layout header .wrapper .bungie-net-user .text{display:grid}.pane.friends .layout header .wrapper .bungie-net-user .text .name{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pane.friends .layout header .wrapper .bungie-net-user .text .name.long{font-size:14px}.pane.friends .layout header .wrapper .views ul{display:grid;grid-auto-flow:column;justify-content:start;gap:12px}.pane.friends .layout header .wrapper .views ul li .tab{position:relative;padding:0 4px 6px;height:74px;display:flex;align-items:center;gap:10px;font-size:16px;color:color-mix(in srgb,var(--foreground) 60%,transparent);transition:color .25s;cursor:pointer}.pane.friends .layout header .wrapper .views ul li .tab span{padding:0 0 0 7px;color:color-mix(in srgb,var(--foreground) 80%,transparent)}.pane.friends .layout header .wrapper .views ul li .tab.active,.pane.friends .layout header .wrapper .views ul li .tab.active span{color:var(--foreground)}.pane.friends .layout header .wrapper .views ul li .tab.active{background:radial-gradient(60% 40% at 50% 100%,color-mix(in srgb,var(--foreground) 20%,transparent),#0000)}.pane.friends .layout header .wrapper .views ul li .tab:before{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:4px;background-color:var(--foreground);transition:transform .2s;transform:scaleX(0)}.pane.friends .layout header .wrapper .views ul li .tab.active:before{transform:scaleX(1)}@media (hover: hover){.pane.friends .layout header .wrapper .views ul li .tab:hover{color:var(--foreground)}.pane.friends .layout header .wrapper .views ul li .tab.active:hover{color:var(--foreground)}}.pane.friends .layout header .wrapper .views ul li .tab.disabled{pointer-events:none;color:color-mix(in srgb,var(--foreground) 20%,transparent)}.pane.friends .layout header .wrapper .views ul li .tab.disabled:before{transform:scaleX(0)}.pane.friends .layout .content{position:relative;padding:3rem 0;display:grid}.pane.friends .layout .content.center{justify-content:center;align-content:center}.pane.friends .layout .content.center .error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.pane.friends .layout .content.center .error .info .text{color:var(--warning)}.pane.friends .layout .content.center .error .button{max-width:max-content}.pane.friends .layout .content .roster{display:grid;align-content:space-between;gap:3px}.pane.friends .layout .content .roster ul{display:grid;gap:3px}.pane.friends .layout .content .roster .member-link{max-width:unset}.pane.friends .layout .content .roster .actions{display:flex;justify-content:space-between;align-items:center}.pane.friends .layout .content .roster .actions .count{display:flex;flex-flow:row wrap;column-gap:4px;font-size:16px}.pane.friends .layout .content .roster .actions .count span{display:flex;flex-flow:row wrap;column-gap:4px}.pane.friends .layout .content .roster .actions .count span:before{content:"/"}.pane.friends .layout .content .upsell{display:flex;flex-direction:column;gap:1rem}@media screen and (max-width: 1440px){.pane.friends{--width: 34%}}@media screen and (max-width: 1024px){.pane.friends{--width: 44%}}@media screen and (max-width: 600px){.pane.friends,.pane.friends.expanded{--width: calc(100% - 4rem - 40px) }.pane.friends .layout header .glaze{right:-1rem}.pane.friends .layout header{padding:calc(var(--titlebar-height) / 2 + var(--header-offset)) 0 0}.pane.friends .layout header .wrapper .views ul li .tab{padding:0 4px;height:54px}.pane.friends .layout .content{padding:2rem 0}.pane.friends .layout .content .roster .actions .count{font-size:14px}}@media screen and (max-width: 400px){.pane.friends,.pane.friends.expanded{--width: calc(100% - 2rem - 20px) }}._pages_1szh6_1{display:flex;justify-content:center;gap:7px}._pages_1szh6_1._compact_1szh6_7{gap:4px}._pages_1szh6_1._compact_1szh6_7 ._page_1szh6_1{width:4px}._pages_1szh6_1 ._page_1szh6_1{width:30px;height:4px;background-color:var(--foreground);opacity:.2;transition:opacity .5s}._pages_1szh6_1 ._page_1szh6_1._active_1szh6_23{opacity:.8;transition:opacity .25s}._pages_1szh6_1._compact_1szh6_7 ._page_1szh6_1{transition:opacity .5s,width .25s}._pages_1szh6_1._compact_1szh6_7 ._page_1szh6_1._active_1szh6_23{width:30px;transition:opacity .25s,width .25s}.pane.friends.expanded .layout .content{overflow:hidden;overflow-y:auto}.pane.friends .layout .content .fireteam{display:grid;grid-template-columns:repeat(6,1fr);align-items:start;gap:1rem}.pane.friends .layout .content .fireteam .member .header{margin:0 0 1rem;display:flex;align-items:center;gap:1rem;font-size:16px}.pane.friends .layout .content .fireteam .member .header .n{white-space:nowrap}.pane.friends .layout .content .fireteam .member .header span{flex:1 1 100%;height:1px;background:linear-gradient(to right,rgba(255,255,255,.2),transparent)}.pane.friends .layout .content .fireteam .member .header .light{color:var(--light)}.pane.friends .layout .content .fireteam .member .info.warning{margin:0 0 1rem}.pane.friends .layout .content .fireteam .member .loadout .stats{padding:1rem 16px 0;display:flex;justify-content:space-between}.pane.friends .layout .content .fireteam .member .loadout .stats .stat{display:flex;align-items:center;gap:4px;color:color-mix(in srgb,var(--accent) 66%,#ffffff)}.pane.friends .layout .content .fireteam .member .loadout .stats .stat.max{color:color-mix(in srgb,var(--accent) 33%,#ffffff)}.pane.friends .layout .content .fireteam .member .loadout .stats .stat .icon{font-size:10px}.pane.friends .layout .content .fireteam .member .loadout .stats .stat .text{font-size:12px}.pane.friends .layout .content .fireteam .member .loadout{--accent: #ffffff;display:flex;flex-direction:column;background:linear-gradient(to bottom,color-mix(in srgb,var(--accent) 60%,transparent) 0%,transparent 75%)}.pane.friends .layout .content .fireteam .member .loadout .item{padding:8px 16px;display:grid;grid-template-columns:32px 1fr auto;gap:10px}.pane.friends .layout .content .fireteam .member .loadout .item:nth-child(2){padding:1rem 16px;grid-template-columns:32px 1fr}.pane.friends .layout .content .fireteam .member .loadout .item:nth-child(2) .plugs{display:flex;flex-wrap:wrap}.pane.friends .layout .content .fireteam .member .loadout .item.exotic{background:linear-gradient(135deg,color-mix(in srgb,var(--tier-exotic) 20%,transparent),transparent)}.pane.friends .layout .content .fireteam .member .loadout .item .icon{--item-border-inset-width: 2px;--item-border-inset-color: #b9b9b9;position:relative;width:100%;aspect-ratio:1;flex:0 0 32px}.pane.friends .layout .content .fireteam .member .loadout .item.super .icon .border svg{position:absolute;width:100%}.pane.friends .layout .content .fireteam .member .loadout .item .icon:not(.noBorder){background-color:#fff3;box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--item-border-inset-color)}.pane.friends .layout .content .fireteam .member .loadout .item .icon:not(.noBorder):before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--item-border-inset-color)}.pane.friends .layout .content .fireteam .member .loadout .item .icon.masterworked:before{box-shadow:inset 0 0 0 var(--item-border-inset-width) transparent}.pane.friends .layout .content .fireteam .member .loadout .item .icon .sheen{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;--i0: calc(0% + var(--item-border-inset-width));--i1: calc(100% - var(--item-border-inset-width));clip-path:polygon(0% 0%,0% 100%,100% 100%,100% 0%,var(--i0) 0%,var(--i0) var(--i0),var(--i1) var(--i0),var(--i1) var(--i1),var(--i0) var(--i1),var(--i0) 0%);overflow:hidden;pointer-events:none}.pane.friends .layout .content .fireteam .member .loadout .item .icon .sheen:after{content:"";position:absolute;top:-100%;right:-100%;bottom:-100%;left:-100%;background:linear-gradient(to bottom,transparent 30%,#ffffff 50%,transparent 70%);animation:rotate-linear 6s linear infinite}.wrapper.reduced-motion .pane.friends .layout .content .fireteam .member .loadout .item .icon .sheen:after{animation-play-state:paused}.pane.friends .layout .content .fireteam .member .loadout .item .text{flex:1 1 100%;min-width:0}.pane.friends .layout .content .fireteam .member .loadout .item .text .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px}.pane.friends .layout .content .fireteam .member .loadout .item .text .type{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;line-height:1.4;color:#fff9}.pane.friends .layout .content .fireteam .member .loadout .item .breaker-type{width:20px;height:20px;border-radius:2px;align-self:center;display:flex;align-items:center;justify-content:center;background-color:color-mix(in srgb,var(--experience) 40%,transparent);color:var(--experience)}.pane.friends .layout .content .fireteam .member .loadout .item.missing{--foreground: #e88f4e}.pane.friends .layout .content .fireteam .member .loadout .item.missing .icon .corners{--border-color: color-mix(in srgb, var(--foreground) 50%, transparent)}.pane.friends .layout .content .fireteam .member .loadout .item.missing .text{grid-column:span 2;font-size:12px;text-transform:uppercase;color:var(--foreground)}.pane.friends .layout .content .fireteam .member .loadout .item .plugs{display:grid;grid-template-columns:repeat(7,24px);align-items:center;gap:3px}.pane.friends .layout .content .fireteam .member .loadout .item .plugs .plug{padding:unset;display:unset}.pane.friends .layout .content .fireteam .member .loadout .item .plugs .plug .icon{--item-border-inset-width: 1px;width:24px;height:24px}.pane.friends .layout .content .fireteam .member .state{padding:12px 16px;font-style:italic;font-size:12px;letter-spacing:.5px;color:#fff9}@media screen and (max-width: 1820px){.pane.friends .layout .content .fireteam{padding:0 2rem 0 0;grid-template-columns:repeat(4,1fr);gap:2rem}}@media screen and (max-width: 1366px){.pane.friends .layout .content .fireteam{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1023px){.pane.friends .layout .content .fireteam{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.pane.friends .layout .content .fireteam{grid-template-columns:1fr}}@media screen and (max-width: 600px){.pane.friends .layout .content .fireteam{padding:0}.pane.friends .layout .content .fireteam .member .header{font-size:14px}}.dialog.getting-started .text{font-size:16px;line-height:1.6;color:#fff9}.dialog.getting-started .tips{margin:2rem 0 0;display:grid;grid-template-columns:repeat(3,1fr);column-gap:3rem;row-gap:1rem}.dialog.getting-started .tips .tip{display:grid;grid-template-columns:34px 1fr;column-gap:1rem;align-content:start}.dialog.getting-started .tips .tip .icon{display:grid;justify-content:center;font-size:22px}.dialog.getting-started .tips .tip .icon .destiny-key{font-size:24px}.wrapper.medium .dialog.getting-started .tips .tip .icon .destiny-key span{color:#1b1b1b}.dialog.getting-started .tips .tip .name{display:grid;align-content:center;font-size:20px;color:#fffc}.dialog.getting-started .tips .tip .description{margin:6px 0 0;grid-column:2;font-size:14px;line-height:1.6;color:#fff9}.dialog.getting-started .tips .tip .description strong{font-weight:unset;color:#fffc}@media screen and (max-width: 1024px){.dialog.getting-started .tips{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 600px){.dialog.getting-started .container.wrapper{padding:3rem 2rem 2rem;min-height:100vh;align-content:start}.dialog.getting-started .tips{grid-template-columns:1fr;column-gap:2rem}.dialog.getting-started .tips .tip{grid-template-columns:26px 1fr}.dialog.getting-started .tips .tip .icon{font-size:18px}.dialog.getting-started .tips .tip .icon .destiny-key{font-size:20px}.dialog.getting-started .tips .tip .name{font-size:16px}}#header .ui .character-select{z-index:1;-webkit-user-select:none;user-select:none}#header .ui .character-select .character{position:relative}#header .ui .character-select .character .wrapper{position:absolute;width:calc(100% + 2rem);left:-1rem;top:-1rem;padding:1rem;background-color:color-mix(in srgb,var(--background) 75%,transparent);box-shadow:0 20px 60px #0000004d;-webkit-backdrop-filter:brightness(1.5) blur(5px);backdrop-filter:brightness(1.5) blur(5px)}.wrapper.dark #header .ui .character-select .character .wrapper{background-color:color-mix(in srgb,var(--background) 75%,transparent);box-shadow:0 20px 60px #000}.wrapper.dark.black #header .ui .character-select .character .wrapper{background-color:color-mix(in srgb,var(--background) 90%,transparent);box-shadow:0 20px 160px #000}#header .ui .character-select .character .basic{display:grid;grid-template-columns:1fr max-content;column-gap:1rem;row-gap:4px}#header .ui .character-select .character .basic div:nth-child(2n):not(.clan){display:grid;justify-items:right}#header .ui .character-select .character .basic .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:36px;font-weight:500;letter-spacing:2px;line-height:40px;color:var(--foreground)}#header .ui .character-select .character .basic .name span{color:var(--bungie-blue)}#header .ui .character-select .character .basic .rank{grid-column:2;grid-row:1;display:flex;align-items:center;font-family:var(--font-text);font-size:36px;line-height:40px;text-align:right;color:color-mix(in srgb,var(--foreground) 30%,transparent)}#header .ui .character-select .character .basic.long{row-gap:0}#header .ui .character-select .character .basic.long .name,#header .ui .character-select .character .basic.long .rank{font-size:26px;line-height:30px}#header .ui .character-select .character .basic.long .name{letter-spacing:1px}#header .ui .character-select .character .basic .clan{font-size:18px;color:color-mix(in srgb,var(--foreground) 60%,transparent);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#header .ui .character-select .character .progress{margin:1rem 0 0}#header .ui .character-select .character .progress .progress-bar{--progress: var(--experience)}#header .ui .character-select .character .progress .progress-bar .bar{background-color:unset}#header .ui .character-select .character .progress .progress-bar .bar .text{display:flex;align-items:unset;justify-content:space-between}#header .ui .character-select .character .progress .progress-bar .bar .text .description,#header .ui .character-select .character .progress .progress-bar .bar .text .value{padding:0;font-size:10px;font-family:var(--font-text);line-height:1.4;letter-spacing:1px;text-transform:uppercase;color:var(--progress)}#header .ui .character-select .character .progress .progress-bar .bar:before{content:"";position:absolute;left:0;top:100%;width:100%;height:2px;background-color:#ffffff1a}#header .ui .character-select .character .progress .progress-bar .bar .fill{height:2px;top:100%}#header .ui .character-select .character .progress .progress-bar .bar .fill:before{content:"";position:absolute;left:0;bottom:2px;width:100%;height:20px;background:linear-gradient(to bottom,transparent,color-mix(in srgb,var(--progress) 30%,transparent))}#header .ui .character-select .character .characters{margin:1rem 0;display:flex;flex-flow:row wrap;gap:3px}#header .ui .character-select .character .characters .button{max-width:unset;height:unset;padding:10px 1rem;display:flex;flex-basis:100%;gap:1rem;box-shadow:unset}#header .ui .character-select .character .characters .button:after{--ui-scale-0: 1.017, 1.1}#header .ui .character-select .character .characters .button .icon{position:relative;flex-basis:48px;aspect-ratio:1/1}#header .ui .character-select .character .characters .button .text{flex:1}#header .ui .character-select .character .characters .button .text .race{font-size:14px;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#header .ui .character-select .character .characters .button .light{position:relative;text-align:right;font-size:24px;font-weight:500;font-family:var(--font-text);letter-spacing:.2px;color:var(--light);text-shadow:1px 1px 0 rgba(0,0,0,.15)}#header .ui .character-select .character .characters .button .background{overflow:hidden;background-color:unset}#header .ui .character-select .character .characters .button .background .icon{position:absolute;right:0;top:0;width:unset;height:100%;aspect-ratio:3/1;display:grid;align-items:center;justify-items:center}#header .ui .character-select .character .characters .button .background .icon svg{height:200%}#header .ui .character-select .character .characters .button .background.titan{background:linear-gradient(to right,#89323800 50%,#89323866)}#header .ui .character-select .character .characters .button .background.titan .icon svg{fill:url(#class-gradient-titan)}#header .ui .character-select .character .characters .button .background.hunter{background:linear-gradient(to right,#5c828b00 50%,#5c828b66)}#header .ui .character-select .character .characters .button .background.hunter .icon svg{fill:url(#class-gradient-hunter)}#header .ui .character-select .character .characters .button .background.warlock{background:linear-gradient(to right,#b68f2800 50%,#b68f2866)}#header .ui .character-select .character .characters .button .background.warlock .icon svg{height:120%;fill:url(#class-gradient-warlock)}#header .ui .character-select .character .characters .button a{position:absolute;left:0;top:0;width:100%;height:100%}#header .ui .character-select .character .actions{display:flex;gap:3px;justify-content:right}#header .ui .character-select .character .actions .button{max-width:max-content}#header .ui .character-select{display:grid;grid-template-columns:60px 1fr;column-gap:3rem}#header .ui .character-select .icon-active{grid-row:span 3;position:relative;left:50%;top:50%;width:96px;height:96px;transform:translate(-50%,-50%);pointer-events:none}#header .ui .character-select .wrapper{position:relative}#header .ui .character-select .active{position:absolute;width:100%}#header .ui .character-select .active .button{position:relative;z-index:10;width:100%;max-width:unset;height:96px;padding:0;margin:0;display:block;grid-template-columns:1fr;grid-template-rows:max-content max-content max-content;background-color:transparent;box-shadow:unset}#header .ui .character-select .active .button:active{background-color:color-mix(in srgb,var(--foreground) 40%,transparent)}@media (hover: hover){#header .ui .character-select .active .button:hover{background-color:color-mix(in srgb,var(--foreground) 40%,transparent)}}#header .ui .character-select .active .name{position:relative;margin:0 0 9px -3px;padding:0 0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:36px;font-weight:500;letter-spacing:2px;line-height:40px;color:#fff;text-shadow:1px 2px 1px rgba(0,0,0,.1),1px 1px 0 rgba(0,0,0,.2)}#header .ui .character-select .active .basic{display:grid;grid-auto-flow:column;align-items:center;justify-content:left;column-gap:12px;font-family:var(--font-text);font-size:14px;letter-spacing:2px;line-height:1;text-transform:uppercase;white-space:pre-wrap;color:#fff9;text-shadow:1px 1px 0 rgba(0,0,0,.15)}#header .ui .character-select .active .basic div{display:flex;align-items:center}#header .ui .character-select .active .basic svg{width:20px;height:14px;fill:#fff9;overflow:visible;filter:drop-shadow(1px 1px 0 rgba(0,0,0,.2))}#header .ui .character-select .active .basic .light{position:relative;font-weight:500;letter-spacing:.2px;color:var(--light);opacity:1;text-shadow:1px 1px 0 rgba(0,0,0,.2)}#header .ui .character-select .active .progress-bar{margin:21px 0 0;width:100%;height:11px}#header .ui .character-select .active .progress-bar .bar:before{content:"";position:absolute;width:calc(100% + 4px);height:calc(100% + 4px);box-shadow:0 0 0 1px color-mix(in srgb,var(--foreground) 20%,transparent);transform:translate(-2px,-2px)}#header .ui .character-select .active .progress-bar .bar .fill{background-color:color-mix(in srgb,var(--foreground) 60%,transparent);transition:width 1s}#header .ui .character-select .active .progress-bar .bar{background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}.wrapper.pride #header .ui .character-select .active .progress-bar .bar .fill{background:linear-gradient(90deg,#fff,#a8dcfd,#feadc8,#ff573d,#ff9830,#ffe52e,#49a857,#344de0,#7a26bb,#5e3c24,#16100a,#5e3c24,#7a26bb,#344de0,#49a857,#ffe52e,#ff9830,#ff573d,#feadc8,#a8dcfd,#fff);background-size:400%;animation:animation-wave-x 20s linear infinite}.wrapper.pride.reduced-motion #header .ui .character-select .active .progress-bar .bar .fill{animation-play-state:paused}#header .ui .character-select .active .button:after{--ui-scale-0: 1.017, 1.08}#header .ui .character-select .active .button .tip .border{position:absolute;left:50%;top:50%;width:calc(100% + 8px);height:calc(100% + 8px);transform:translate(-50%,-50%);background-color:color-mix(in srgb,var(--foreground) 10%,transparent);mask:linear-gradient(#ffffff,#ffffff) top,linear-gradient(#ffffff,#ffffff) bottom,linear-gradient(#ffffff,#ffffff) left,linear-gradient(#ffffff,#ffffff) right;-webkit-mask-size:100% 2px,100% 2px,2px 100%,2px 100%;mask-size:100% 2px,100% 2px,2px 100%,2px 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}#header .ui .character-select .active .button .tip .border:before{content:"";position:absolute;left:0%;top:0%;width:100%;height:100%;animation:sparkle-horizontal 3s linear .3s infinite forwards reverse;background:linear-gradient(135deg,transparent 0%,transparent 30%,var(--foreground) 50%,transparent 70%,transparent 100%);background-position:50% 200%;background-size:600% 600%;background-repeat:no-repeat}#header .ui .character-select .active .button .tip .fill{position:absolute;left:50%;top:50%;width:100%;height:100%;transform:translate(-50%,-50%);background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}#header .ui .character-select .active .button .tip .fill:before{content:"";position:absolute;left:0%;top:0%;width:100%;height:100%;animation:sparkle-horizontal 3s linear 0s infinite forwards reverse;background:linear-gradient(135deg,transparent 0%,transparent 30%,var(--foreground) 50%,transparent 70%,transparent 100%);background-position:50% 200%;background-size:600% 600%;background-repeat:no-repeat}#header .ui .character-select .active .refresh{position:absolute;right:-3px;top:-3px;width:24px;height:24px}#header .ui .character-select .active .refresh .spinner{--foreground: #ffffff;position:absolute;right:0;top:0;opacity:0;z-index:4}#header .ui .character-select .active .refresh .spinner.visible{opacity:.8;filter:drop-shadow(1px 1px 0 rgba(0,0,0,.2))}#header .ui .character-select .active .refresh .stale{position:absolute;right:0;top:0;width:24px;height:24px;margin:3px;z-index:5;cursor:pointer;filter:drop-shadow(1px 1px rgba(0,0,0,.15));opacity:0;transition:opacity .25s;pointer-events:none}#header .ui .character-select .active .refresh .stale svg{width:24px}#header .ui .character-select .active .refresh .stale:not(.error) svg{transform:scale(.8492)}#header .ui .character-select .active .refresh .stale.visible{opacity:1;pointer-events:unset}@media screen and (max-width: 1280px){#header .ui .character-select .active .button{width:100%;max-width:512px}#header.profile .views ul{margin:0}#header .ui .character-select .character .basic .name{font-size:22px;line-height:25px}#header .ui .character-select .character .basic .rank{font-size:22px;line-height:25px;color:color-mix(in srgb,var(--foreground) 40%,transparent)}#header .ui .character-select .character .basic .clan{font-size:16px}#header .ui .character-select .character .basic.long .name,#header .ui .character-select .character .basic.long .rank{font-size:17px;line-height:20px}#header .ui .character-select .character .basic.long .clan{font-size:12px}}@media screen and (max-width: 600px){#header .ui .character-select .character .wrapper{top:-13px}#header .ui .character-select .character .basic{row-gap:1px}#header .ui .character-select .character .basic .name{letter-spacing:1px}#header .ui .character-select .character .basic .rank{font-size:22px;color:color-mix(in srgb,var(--foreground) 40%,transparent)}#header .ui .character-select .character .basic .clan{font-size:14px}#header .ui .character-select .character .characters .button .icon{flex-basis:32px}#header .ui .character-select .character .characters .button .text .class{font-size:14px}#header .ui .character-select .character .characters .button .text .race{font-size:12px}#header .ui .character-select .character .characters .button .light{font-size:18px}#header .ui .character-select .character .characters .button .background .icon{aspect-ratio:2/1}#header .ui .character-select .character .characters .button .background .icon svg{height:180%}#header .ui .character-select .character .characters .button .background.warlock .icon svg{height:110%}#header .ui .character-select .character .actions .button{padding:0 10px;font-size:14px}#header .ui .character-select{grid-template-columns:40px 1fr;column-gap:2rem}#header .ui .character-select .icon-active{width:64px;height:64px}#header .ui .character-select .active .button{height:64px}#header .ui .character-select .active .name{margin:0 0 4px -2px;padding:0 0 0 1px;font-size:22px;font-weight:500;line-height:23px;letter-spacing:1px}#header .ui .character-select .active .basic{column-gap:10px;font-size:12px;letter-spacing:2px}#header .ui .character-select .active .basic svg{width:16px;height:12px;fill:color-mix(in srgb,var(--foreground) 60%,transparent)}#header .ui .character-select .active .progress-bar{margin:17px 0 0;height:7px}}.tip-highlight{--accent: var(--foreground)}.tip-highlight .border{position:absolute;left:50%;top:50%;width:100%;height:100%;transform:translate(-50%,-50%);background-color:color-mix(in srgb,var(--accent) 20%,transparent);mask:linear-gradient(#ffffff,#ffffff) top,linear-gradient(#ffffff,#ffffff) bottom,linear-gradient(#ffffff,#ffffff) left,linear-gradient(#ffffff,#ffffff) right;-webkit-mask-size:100% 2px,100% 2px,2px 100%,2px 100%;mask-size:100% 2px,100% 2px,2px 100%,2px 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.tip-highlight .border:before{content:"";position:absolute;left:0%;top:0%;width:100%;height:100%;animation:sparkle-horizontal 3s linear .3s infinite forwards reverse;background:linear-gradient(135deg,transparent 0%,transparent 30%,var(--accent) 50%,transparent 70%,transparent 100%);background-position:50% 200%;background-size:600% 600%;background-repeat:no-repeat}.tip-highlight .fill{position:absolute;left:50%;top:50%;width:calc(100% - 4px);height:calc(100% - 4px);transform:translate(-50%,-50%);background-color:color-mix(in srgb,var(--accent) 20%,transparent)}.tip-highlight .fill:before{content:"";position:absolute;left:0%;top:0%;width:100%;height:100%;animation:sparkle-horizontal 3s linear 0s infinite forwards reverse;background:linear-gradient(135deg,transparent 0%,transparent 30%,var(--accent) 50%,transparent 70%,transparent 100%);background-position:50% 200%;background-size:600% 600%;background-repeat:no-repeat}.wrapper.reduced-motion .tip-highlight .border:before,.wrapper.reduced-motion .tip-highlight .fill:before{animation-play-state:paused}#footer{width:100%;-webkit-user-select:none;user-select:none;background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}.wrapper.dark #footer{background-color:color-mix(in srgb,var(--foreground) 3%,transparent)}#footer .wrapper{width:100%;max-width:1920px;margin:0 auto;grid-template-columns:auto auto;justify-content:space-between;align-content:flex-start;padding:2rem 3rem calc(env(safe-area-inset-top) + 2rem);display:grid;grid-template-columns:60px 1fr;column-gap:3rem}#footer.flip-subview-nav .wrapper{grid-template-columns:1fr 60px}#footer.flip-subview-nav .wrapper .container{grid-column:1/2}#footer.flip-subview-nav .wrapper .icon{grid-column:2}#footer .wrapper .container{grid-column:2;grid-row:-1/1;display:grid;grid-template-columns:6fr 1fr 1fr 2fr;column-gap:3rem;row-gap:2rem}#footer:not(.flip-subview-nav) .wrapper .container{position:relative}#footer:not(.flip-subview-nav) .wrapper .container:after{content:"";position:absolute;top:0;right:0;width:1px;height:100%;background:linear-gradient(to bottom,#fff3 25%,#fff0)}#footer .wrapper h4{display:flex;gap:3px;justify-content:unset;font-size:16px;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#footer .wrapper h4 span{display:initial;color:var(--foreground)}#footer .wrapper .icon svg{fill:color-mix(in srgb,var(--foreground) 40%,transparent)}.wrapper.dark #footer .wrapper .icon svg{fill:color-mix(in srgb,var(--foreground) 20%,transparent)}#footer .wrapper ul{display:flex;flex-flow:row wrap;gap:10px;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#footer .wrapper ul li{flex-basis:100%}#footer .wrapper ul li a svg{position:relative;margin:0 0 0 5px;width:14px;top:2px}#footer .wrapper .support ul li:last-child a svg{top:3px}@media screen and (max-width: 1366px){#footer .wrapper .container{grid-template-columns:2fr 1fr 1fr 2fr}}@media screen and (max-width: 1024px){#footer .wrapper .container{grid-template-columns:1fr 1fr 1fr;column-gap:2rem}#footer .wrapper .version{grid-column:span 3}}@media screen and (max-width: 600px){#footer .wrapper{padding:2rem 2rem calc(env(safe-area-inset-top) + 2rem);grid-template-columns:40px 1fr;column-gap:2rem}#footer.flip-subview-nav .wrapper{grid-template-columns:1fr 40px}#footer .wrapper .container{grid-template-columns:1fr;row-gap:1.5rem}#footer .wrapper h4{margin:0 0 10px}#footer .wrapper .version{grid-column:unset}#footer:not(.flip-subview-nav) .wrapper .help{border-right:unset}}#header{--max-width: calc(1920px - 6rem) ;position:relative;height:calc(var(--titlebar-height) + var(--header-offset));-webkit-user-select:none;user-select:none}#header.wide{--max-width: 100%}#header .braytech{position:absolute;left:env(titlebar-area-x,0);top:0;width:env(titlebar-area-width,100%);height:calc(var(--titlebar-height) + var(--header-offset));padding:var(--header-offset) 3rem 0;-webkit-app-region:drag;z-index:20;transform:translateZ(0);border-bottom:1px solid color-mix(in srgb,var(--foreground) 10%,transparent);-webkit-backdrop-filter:blur(10px) brightness(1.1) saturate(1.2);backdrop-filter:blur(10px) brightness(1.1) saturate(1.2)}#header.nav-open .braytech{--foreground: #ffffff;position:fixed}#header .braytech .wrapper{width:100%;height:var(--titlebar-height);max-width:var(--max-width);transition:max-width 1s;margin:0 auto;display:flex;align-items:center;justify-content:space-between}#header .braytech .logo{-webkit-app-region:no-drag}#header .braytech .logo div{width:120px;height:18px;animation:animation-header-word-mark 8s linear infinite;--base: color-mix(in srgb, var(--foreground) 80%, transparent);background:linear-gradient(to right,transparent 20%,var(--foreground) 40%,var(--foreground) 60%,transparent 80%),var(--base);background-size:200%;background-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201850%20202'%3e%3cpath%20d='m345,30.71h110.26c37.15,0,48.87,14.3,48.87,34.97,0,17.09-9.93,27.81-24.64,32.98,17.88,4.57,32.78,14.5,32.78,35.36,0,23.25-13.91,39.34-48.87,39.34h-118.41V30.71Zm95.56,57.02c9.74,0,16.89-.79,16.89-11.92s-6.76-11.32-16.89-11.32h-48.87v23.24h48.87Zm7.95,51.85c8.54,0,15.3-.6,15.3-11.72s-7.15-11.72-15.3-11.72h-56.82v23.44h56.82Z'/%3e%3cpath%20d='m528.98,30.71h116.23c39.14,0,58.61,14.9,58.61,43.71,0,19.67-10.73,32.58-30,38.35,18.28,1.19,29.8,11.72,29.8,29.2v31.39h-46.69v-23.84c0-12.72-3.58-16.49-16.29-16.49h-64.97v40.33h-46.69V30.71Zm105.1,64.97c12.52,0,21.06-2.38,21.06-13.91s-8.54-13.71-21.06-13.71h-58.41v27.62h58.41Z'/%3e%3cpath%20d='m794.81,30.71h59.6l72.91,142.65h-49.87l-12.52-26.42h-80.86l-12.72,26.42h-49.67l73.11-142.65Zm54.04,82.65l-24.44-51.06-24.44,51.06h48.87Z'/%3e%3cpath%20d='m971.43,125.67l-77.29-94.97h58.01l42.52,55.83,42.72-55.83h58.01l-77.28,94.97v47.68h-46.69v-47.68Z'/%3e%3cpath%20d='m1109.31,30.71h169.67v39.34h-61.39v103.31h-46.69v-103.31h-61.59V30.71Z'/%3e%3cpath%20d='m1298.46,30.71h145.83v35.16h-99.14v20.07h95.17v31.99h-95.17v20.26h99.14v35.16h-145.83V30.71Z'/%3e%3cpath%20d='m1462.17,102.03c0-45.3,37.55-74.7,94.77-74.7,52.85,0,90,24.44,93.77,60.99h-49.67c-2.38-12.32-19.47-21.85-44.11-21.85-28.01,0-46.09,14.3-46.09,35.56s18.08,35.96,46.09,35.96c24.64,0,41.72-9.54,44.11-22.05h49.67c-3.77,36.95-40.93,61.39-93.77,61.39-57.22,0-94.77-29.6-94.77-75.3Z'/%3e%3cpath%20d='m1670.38,30.71h46.69v51.66h85.43V30.71h46.69v142.65h-46.69v-51.85h-85.43v51.85h-46.69V30.71Z'/%3e%3cpath%20d='m1.17,98.02C2.05,45.3,46.16,1.78,98,1c.14,48.16-39.53,95.77-96.84,97.02Z'/%3e%3cpath%20d='m103.83,201c.32-49.37,40.32-95.47,97.17-96.89-.76,23.1-9.55,45.21-24.84,62.53-19.04,21.7-43.41,32.65-72.33,34.36h0Z'/%3e%3cpath%20d='m1,104.11c28.92,1.71,53.29,12.67,72.33,34.36,15.29,17.32,24.08,39.43,24.84,62.53C41.32,199.58,1.32,153.47,1,104.11h0Z'/%3e%3cpath%20d='m200.83,98.02c-51.84-.78-95.95-44.3-96.84-97.02,57.31,1.25,96.98,48.86,96.84,97.02Z'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201850%20202'%3e%3cpath%20d='m345,30.71h110.26c37.15,0,48.87,14.3,48.87,34.97,0,17.09-9.93,27.81-24.64,32.98,17.88,4.57,32.78,14.5,32.78,35.36,0,23.25-13.91,39.34-48.87,39.34h-118.41V30.71Zm95.56,57.02c9.74,0,16.89-.79,16.89-11.92s-6.76-11.32-16.89-11.32h-48.87v23.24h48.87Zm7.95,51.85c8.54,0,15.3-.6,15.3-11.72s-7.15-11.72-15.3-11.72h-56.82v23.44h56.82Z'/%3e%3cpath%20d='m528.98,30.71h116.23c39.14,0,58.61,14.9,58.61,43.71,0,19.67-10.73,32.58-30,38.35,18.28,1.19,29.8,11.72,29.8,29.2v31.39h-46.69v-23.84c0-12.72-3.58-16.49-16.29-16.49h-64.97v40.33h-46.69V30.71Zm105.1,64.97c12.52,0,21.06-2.38,21.06-13.91s-8.54-13.71-21.06-13.71h-58.41v27.62h58.41Z'/%3e%3cpath%20d='m794.81,30.71h59.6l72.91,142.65h-49.87l-12.52-26.42h-80.86l-12.72,26.42h-49.67l73.11-142.65Zm54.04,82.65l-24.44-51.06-24.44,51.06h48.87Z'/%3e%3cpath%20d='m971.43,125.67l-77.29-94.97h58.01l42.52,55.83,42.72-55.83h58.01l-77.28,94.97v47.68h-46.69v-47.68Z'/%3e%3cpath%20d='m1109.31,30.71h169.67v39.34h-61.39v103.31h-46.69v-103.31h-61.59V30.71Z'/%3e%3cpath%20d='m1298.46,30.71h145.83v35.16h-99.14v20.07h95.17v31.99h-95.17v20.26h99.14v35.16h-145.83V30.71Z'/%3e%3cpath%20d='m1462.17,102.03c0-45.3,37.55-74.7,94.77-74.7,52.85,0,90,24.44,93.77,60.99h-49.67c-2.38-12.32-19.47-21.85-44.11-21.85-28.01,0-46.09,14.3-46.09,35.56s18.08,35.96,46.09,35.96c24.64,0,41.72-9.54,44.11-22.05h49.67c-3.77,36.95-40.93,61.39-93.77,61.39-57.22,0-94.77-29.6-94.77-75.3Z'/%3e%3cpath%20d='m1670.38,30.71h46.69v51.66h85.43V30.71h46.69v142.65h-46.69v-51.85h-85.43v51.85h-46.69V30.71Z'/%3e%3cpath%20d='m1.17,98.02C2.05,45.3,46.16,1.78,98,1c.14,48.16-39.53,95.77-96.84,97.02Z'/%3e%3cpath%20d='m103.83,201c.32-49.37,40.32-95.47,97.17-96.89-.76,23.1-9.55,45.21-24.84,62.53-19.04,21.7-43.41,32.65-72.33,34.36h0Z'/%3e%3cpath%20d='m1,104.11c28.92,1.71,53.29,12.67,72.33,34.36,15.29,17.32,24.08,39.43,24.84,62.53C41.32,199.58,1.32,153.47,1,104.11h0Z'/%3e%3cpath%20d='m200.83,98.02c-51.84-.78-95.95-44.3-96.84-97.02,57.31,1.25,96.98,48.86,96.84,97.02Z'/%3e%3c/svg%3e");-webkit-mask-position:center left;mask-position:center left;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;transition:background .25s}#header .braytech .logo div:active{--base: var(--foreground)}@media (hover: hover){#header .braytech .logo div:hover{--base: var(--foreground)}}.wrapper.reduced-motion #header .braytech .logo div{animation-play-state:paused}#header .ui{-webkit-app-region:no-drag;display:grid;grid-auto-flow:column}#header .braytech .ui{height:var(--titlebar-height)}#header .views ul{position:relative;display:flex}#header .views ul li svg{width:16px;fill:var(--foreground);opacity:.6}#header .views ul li a{padding:0 10px;height:var(--titlebar-height);display:flex;align-items:center;font-size:calc(var(--titlebar-height) * .4);font-family:var(--font-text);color:color-mix(in srgb,var(--foreground) 80%,transparent);transition:color .2s,background-color .1s,box-shadow .1s}#header .views ul li a span{margin:0 0 0 3px;font-size:calc(var(--titlebar-height) * .35);line-height:calc(var(--titlebar-height) * .4)}#header .views ul li a.dismiss{font-size:12px;letter-spacing:.5px;text-transform:uppercase}#header .views ul li a.dismiss span{margin:0 3px 0 0}#header .views ul li a.active{color:var(--foreground)}#header .views ul li a:before{content:"";position:absolute;bottom:-3px;left:0;width:100%;height:3px;background-color:var(--foreground);transition:transform .2s;transform:scaleX(0)}#header .views ul li a:active{color:var(--foreground)}#header .views ul li a.active:before{transform:scaleX(1)}#header .views ul li a.active:active{color:var(--foreground)}@media (hover: hover){#header .views ul li a:hover,#header .views ul li a.active:hover{color:var(--foreground)}}#header .views ul li a.tip-highlight .border,#header .views ul li a.tip-highlight .fill{width:32px;height:var(--titlebar-height);background-color:#ffffff0d}#header .braytech .views ul li a:active{background-color:#ffffff1a;box-shadow:inset 0 0 0 2px #fff6}#header .braytech .views ul li .binding{position:absolute;left:50%;top:50%;transform:translate(-50%,90%);font-size:17px}#header .nav{--foreground: #ffffff;position:fixed;top:0;left:0;width:100%;height:100%;padding:calc(var(--titlebar-height) + var(--header-offset)) 0 0;z-index:17;color:var(--foreground);background-color:color-mix(in srgb,#101313 75%,transparent);-webkit-backdrop-filter:blur(7px) brightness(1.2) saturate(1.2);backdrop-filter:blur(7px) brightness(1.2) saturate(1.2);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}.wrapper.dark #header .nav{background-color:color-mix(in srgb,var(--background) 75%,transparent)}#header .nav .wrap{max-width:var(--max-width);width:100%;margin:0 auto;min-height:calc(100% - 176px);display:grid}#header .nav .wrap .types{padding:3rem;display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}#header .nav .wrap .types .type{position:relative}#header .nav .wrap .types .type:before{content:"";position:absolute;top:0;left:0;width:1px;height:100%;background:linear-gradient(to bottom,#fff3 75%,#fff0)}#header .nav .wrap .types .type li{position:relative;padding:10px 1rem;display:grid;grid-template-columns:24px 1fr;gap:1rem;font-family:var(--font-text)}#header .nav .wrap .types .type li .icon{color:color-mix(in srgb,var(--foreground) 80%,transparent);font-size:16px}#header .nav .wrap .types .type li .icon svg{fill:color-mix(in srgb,var(--foreground) 80%,transparent)}#header .nav .wrap .types .type li .text .name{line-height:1;font-size:16px}#header .nav .wrap .types .type li .text .description{display:block;margin:6px 0 0;color:color-mix(in srgb,var(--foreground) 50%,transparent);font-family:var(--font-display)}#header .nav .wrap .types .type li .text .description p{line-height:1.4}#header .nav .wrap .types .type li .text .description ul{padding:0 0 0 2rem;list-style:disc}#header .nav .wrap .types .type li .text .description ul li{display:list-item;padding:unset}#header .nav .wrap .types .type li a{position:absolute;top:0;left:0;width:100%;height:100%;color:color-mix(in srgb,var(--foreground) 90%,transparent);transition:background-color .25s,box-shadow .25s}#header .nav .wrap .types .type li a:before{content:"";position:absolute;bottom:0;height:100%;left:-4px;width:4px;background-color:color-mix(in srgb,var(--foreground) 100%,transparent);transition:transform .2s;transform:scaleX(0)}#header .nav .wrap .types .type li a.active:before{transform:scaleX(1)}#header .nav .wrap .types .type li a.active{background-color:color-mix(in srgb,var(--foreground) 5%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--foreground) 20%,transparent)}#header .nav .wrap .types .type li a:active,#header .nav .wrap .types .type li a.active:active{background-color:color-mix(in srgb,var(--foreground) 10%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--foreground) 40%,transparent)}@media (hover: hover){#header .nav .wrap .types .type li a:hover,#header .nav .wrap .types .type li a.active:hover{background-color:color-mix(in srgb,var(--foreground) 10%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--foreground) 40%,transparent)}}#header .nav .wrap .types .type.ancillary:before{background:linear-gradient(to bottom,#fff3 50%,#fff0)}#header .nav .wrap .types .type.featured-program{grid-column:span 2;padding:0 0 0 4rem;display:flex;flex-direction:column;justify-content:center;align-items:left;gap:2rem}#header .nav .wrap .types .type.featured-program:before{background:linear-gradient(to bottom,#fff3,#fff0)}#header .nav .wrap .types .featured-program .wrapper{position:relative;max-width:24vw;display:flex;gap:2rem}#header .nav .wrap .types .featured-program .wrapper .icon{margin:6px 0 0;width:48px;display:flex;justify-content:right;align-items:start}#header .nav .wrap .types .featured-program .wrapper .icon svg{width:100%}#header .nav .wrap .types .featured-program .wrapper .text{flex:1}#header .nav .wrap .types .featured-program .wrapper .text .name{margin:0 0 10px;font-size:20px}#header .nav .wrap .types .featured-program .wrapper .text .description.flair p{line-height:1.4}#header .nav .wrap .types .featured-program .wrapper .text .url{margin:10px 0 0}#header .nav .wrap .types .featured-program .divider{width:100%;height:1px;background:linear-gradient(to right,#fff3,#fff0)}@media screen and (max-width: 1280px){#header .views ul li a{font-size:13px}#header .views ul li a span{font-size:12px;line-height:13px}#header .views ul li a.dismiss{font-size:13px}#header .views ul li a.dismiss span{font-size:13px;line-height:13px}#header .nav .wrap .types{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 1024px){#header .nav .wrap .types{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){#header .nav .wrap .types{grid-template-columns:1fr}#header .nav .wrap .types .type li{grid-template-columns:24px 1fr;gap:1rem}#header .nav .wrap .types .type.progression ul{display:grid;grid-template-columns:repeat(3,1fr);column-gap:14px;row-gap:1rem}#header .nav .wrap .types .type.progression li{padding:10px 0;display:grid;grid-template-columns:1fr;justify-items:center;align-content:center}#header .nav .wrap .types .type.progression li .icon{display:flex}#header .nav .wrap .types .type.progression li .icon svg{width:auto;height:32px}#header .nav .wrap .types .type.progression li .text{display:grid;grid-template-columns:1fr}#header .nav .wrap .types .type.progression li .text .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px}#header .nav .wrap .types .type.progression li .text .description{display:none}}@media screen and (max-width: 600px){#header .braytech{padding:var(--header-offset) 2rem 0;border-bottom:1px solid color-mix(in srgb,var(--foreground) 20%,transparent)}#header .nav .wrap .types{padding:2rem 1rem;gap:2rem}#header .nav .wrap .types .type:before{content:unset}}#header .profile .ui{position:relative;max-width:1920px;padding:0 3rem;margin:0 auto;grid-auto-flow:unset;justify-content:space-between;grid-template-columns:60px minmax(184px,536px) 1fr;gap:1rem}#header.with-profile{height:calc(var(--header-height) + var(--header-offset))}#header.with-profile .braytech{--foreground: #ffffff}#header.with-profile .profile{position:relative;width:100%;height:calc(var(--header-height) + var(--header-offset));padding:calc(var(--titlebar-height) + var(--header-offset)) 0 0;z-index:10}#header.with-profile .background{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background-color:#fff3}#header.with-profile .background .image{background-size:cover;background-position:center bottom}#header.with-profile .background .image.very-light:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#00000026}#header.with-profile .background .image.missing.dl{opacity:0}#header.with-profile .character-select{margin:38px 0 0;grid-column:span 2}#header .profile .ui .views{margin:32px 0 0}#header .profile .ui .views ul{position:relative;justify-content:right}#header .profile .ui .views ul li{margin:0 6px}#header .profile .ui .views ul li a{padding:0 4px;height:80px;font-size:16px;color:#fff9;text-shadow:1px 1px 0 rgba(0,0,0,.1)}#header .profile .ui .views ul li a:before{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:4px;background-color:var(--foreground);transition:transform .2s;transform:scaleX(0)}#header .profile .ui .views ul li a.active{background:radial-gradient(60% 40% at 50% 100%,#fff3,#fff0);color:#fff;text-shadow:1px 1px 0 rgba(0,0,0,.3)}#header .profile .ui .views ul li a.active:before{transform:scaleX(1)}@media (hover: hover){#header .profile .ui .views ul li a:hover,#header .profile .ui .views ul li a.active:hover{color:#fff}}#header .profile .ui .views ul li .binding{position:absolute;left:0;top:50%;transform:translate(15%,-150%);font-size:17px;color:#fffc}@media screen and (max-width: 1280px){#header .profile .ui{grid-template-columns:60px 1fr 1fr}}@media screen and (max-width: 768px){#header .profile .ui{grid-template-columns:60px 1fr}}@media screen and (max-width: 600px){#header .profile .ui{padding:0 2rem;grid-template-columns:1fr}#header.with-profile .profile{padding:var(--header-offset) 0 0;height:calc(112px + var(--header-offset))}#header.with-profile .background .image{background-position:40% bottom}#header.with-profile .character-select{margin:64px 0 0;grid-column:unset}}.item-details{--multiplier: .75}@media screen and (min-width: 601px){.wrapper:not(.dark) .item-details{background-color:#3c3d42cc}.wrapper:not(.dark) .item-details.cream{background-color:transparent;--color-a-0: #606162;--color-a-1: transparent;--color-b-0: #a3978f;--color-b-1: transparent;--color-c-0: #2a2828;--color-c-1: transparent;background:linear-gradient(225deg,var(--color-a-0) 0%,var(--color-a-1) 60%),linear-gradient(135deg,var(--color-b-0) 0%,var(--color-c-1) 60%),linear-gradient(0deg,var(--color-c-0),var(--color-c-1) 80%)}.wrapper:not(.dark) .dialog.item-details.cream{--color-a-0: color-mix(in srgb, #606162 60%, transparent);--color-b-0: color-mix(in srgb, #a3978f 60%, transparent);--color-c-0: color-mix(in srgb, #2a2828 60%, transparent)}}.item-details .error-view{margin:4rem 0}.item-details .container.details{position:relative;width:100%;max-width:unset;margin:0;padding:0 0 3rem;display:grid;grid-template-rows:max-content}.item-details .container.details .stack{display:grid;grid-template-rows:max-content auto;gap:3rem;min-height:min((100vh - 60px - 3rem),(1660px + 4rem) / 16 * 9)}.item-details .container.details .wrapper{position:relative;width:100%;max-width:calc(1660px + 6rem);min-height:unset;margin:0 auto;padding:0 3rem;display:grid}@media screen and (max-width: 600px){.item-details{--multiplier: .5}.item-details .container.details{padding:0 0 2rem}.item-details .container.details .stack{gap:2rem;min-height:min((100vh - 60px - 2rem),(1660px + 4rem) / 16 * 9)}.item-details .container.details .wrapper{padding:0 2rem}}.item-details .sticky-nav.page ul{opacity:1;transition:opacity .25s}.item-details.show-lore .sticky-nav.page ul,.item-details.show-commonality .sticky-nav.page ul{opacity:0;transition:opacity .25s}.item-sockets{position:relative;display:grid;grid-template-columns:repeat(auto-fill,var(--item-size));column-gap:3px;row-gap:16px;-webkit-user-select:none;user-select:none;--item-border-inset-width: 2px;--item-border-inset-color: #cdcdcd;--item-expander-items: 4}.item-sockets .socket{display:grid;grid-template-rows:repeat(auto-fill,var(--item-size));align-self:stretch}.item-sockets .socket.scroll{max-height:128px;overflow-x:hidden;overflow-y:scroll;--scrollbar-width: 3px;--scrollbar-track: linear-gradient(to bottom, rgba(255, 255, 255, .2), transparent);--scrollbar-draggy: rgba(255, 255, 255, .6);--scrollbar-draggy-hover: rgba(255, 255, 255, .8)}.item-sockets.with-text .socket{grid-template-rows:1fr}.item-sockets .socket .plug{position:relative}.item-sockets .socket .plug:not(.fake){cursor:pointer}.item-sockets.with-text .socket .plug{display:grid;grid-template-columns:var(--item-size) 1fr;gap:10px;align-items:center;aspect-ratio:unset}.item-sockets .socket.completed>.plug{--item-border-inset-color: #bcad71}.item-sockets .socket.completed.deepsight>.plug{--item-border-inset-color: var(--deepsight)}.item-sockets .socket .plug .icon{position:relative;width:var(--item-size);height:var(--item-size)}.item-sockets .socket .plug .icon .image.super{left:calc((var(--item-size) * (1 - 44 / 48)) / 2);top:calc((var(--item-size) * (1 - 44 / 48)) / 2);width:calc(var(--item-size) * (44 / 48));height:calc(var(--item-size) * (44 / 48))}.item-sockets .socket .plug .icon .border svg{position:absolute;width:100%}.item-sockets .socket .plug .icon .spinner{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);opacity:1;z-index:3}.item-sockets .socket .plug .icon .objective .progress-bar{position:absolute;left:0;bottom:0;width:100%;height:16%}.item-sockets .socket .plug .icon .objective .progress-bar .bar{background-color:#0003}.item-sockets .socket .plug.disabled{cursor:default!important}.item-sockets .socket .plug.disabled:not(.active) .icon .image.dl{opacity:.4!important}.item-sockets .socket .plug.disabled:active{color:#cc1b00!important;background-color:var(--error)!important}.item-sockets .socket .plug.disabled:before{--item-border-inset-color: #747474}.item-sockets .socket .plug.disabled:active:before{box-shadow:inset 0 0 0 2px #dc503bcc!important;background-color:transparent!important}.item-sockets .socket .plug.disabled:active:after{box-shadow:0 0 0 2px var(--error)!important}.item-sockets .socket.columned{--socket-columns: 2;grid-template-columns:repeat(var(--socket-columns),var(--item-size));grid-column:span var(--socket-columns);justify-content:space-between}.item-sockets .socket .plug.solar .icon .image{background-color:var(--energy-solar)}.item-sockets .socket .plug.arc .icon .image{background-color:var(--energy-arc)}.item-sockets .socket .plug.void .icon .image{background-color:var(--energy-void)}.item-sockets .socket .plug.stasis .icon .image{background-color:var(--energy-stasis)}.item-sockets .socket .plug .icon .energy-cost{position:absolute;right:calc(var(--item-size) * .1666667);top:calc(var(--item-size) * .0833334);font-family:var(--font-text);font-size:calc(var(--item-size) * .21875);font-weight:500;pointer-events:none;-webkit-user-select:none;user-select:none}.item-sockets .socket .plug .state{position:absolute;right:0;top:0;width:55%;height:55%;z-index:5}.item-sockets .socket .plug .state svg{width:100%;height:auto;overflow:visible;fill:#fff}.item-sockets .socket .plug .state.completed{top:unset;bottom:0}.item-sockets .socket .plug .selected{position:absolute;left:0;top:0;width:var(--item-size);height:var(--item-size);--fill: var(--item-border-inset-color);pointer-events:none}.item-sockets .socket.deepsight .plug .state.completed{--fill: var(--deepsight)}.item-sockets .socket .plug.no-border:before{--item-border-inset-color: #cdcdcd00}.item-sockets .socket .plug:before{content:"";position:absolute;top:0;left:0;width:var(--item-size);height:var(--item-size);box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--item-border-inset-color);z-index:3;background-color:transparent;transition:box-shadow .25s,background-color .25s,transform .25s;pointer-events:none}.item-sockets .socket .plug:after{content:"";position:absolute;top:0;left:0;width:var(--item-size);height:var(--item-size);box-shadow:0 0 0 var(--item-border-inset-width) var(--item-border-inset-color);z-index:3;transform:scale(1) translateZ(0);opacity:0;transition:box-shadow .25s,transform .25s,opacity .25s;pointer-events:none}.item-sockets .socket .plug:not(.fake):active:before{z-index:4;background-color:color-mix(in srgb,var(--foreground) 40%,transparent);--item-border-inset-color: var(--foreground)}.item-sockets .socket .plug:not(.fake):active:after{z-index:4;opacity:1;transform:scale(1.08) translateZ(0);--item-border-inset-color: var(--foreground)}@media (hover: hover){.item-sockets .socket .plug:not(.fake):hover:before{z-index:4;background-color:color-mix(in srgb,var(--foreground) 40%,transparent);--item-border-inset-color: var(--foreground)}.item-sockets .socket .plug:not(.fake):hover:after{z-index:4;opacity:1;transform:scale(1.08) translateZ(0);--item-border-inset-color: var(--foreground)}}.item-sockets .socket .plug a{position:absolute;left:0;top:0;width:100%;height:100%}@media screen and (max-width: 600px){.item-sockets{row-gap:10px}.item-sockets .socket.scroll{max-height:84px}}.item-sockets.perks:not(.intrinsic)>.socket:not(:last-child):after{content:"";position:absolute;top:0;right:-9px;width:2px;height:100%;background-color:color-mix(in srgb,var(--foreground) 15%,transparent)}.item-sockets.perks{gap:16px;background-image:var(--sockets-grid)}.item-sockets.perks .socket{position:relative;column-gap:6px;row-gap:10px}.item-sockets.perks .socket .plug.active{background-color:var(--perk-blue)}.item-sockets.perks .socket .plug.enhanced{background:radial-gradient(circle farthest-side at 50% 100%,#f4cf5599 20%,#f4cf5500 70%)}.item-sockets.perks .socket .plug.active.enhanced{background:radial-gradient(circle farthest-side at 50% 100%,#f4cf5599 20%,#f4cf5500 70%),var(--perk-blue)}.item-sockets.perks .socket .plug.enhanced .enhanced-arrow{position:absolute;left:-4%;top:12%;width:100%;height:64%;z-index:3;pointer-events:none}.item-sockets.perks .socket .plug.enhanced .enhanced-arrow svg{height:100%;width:auto}.item-sockets.perks .socket .plug.enhance .icon:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2080'%3e%3cpath%20d='M80,15.36V0h-15.36c6.23,3.85,11.5,9.12,15.36,15.36Z'%20fill='%23d2523a'/%3e%3cpath%20d='M80,64.64c-3.85,6.23-9.12,11.5-15.36,15.36h15.36v-15.36Z'%20fill='%23d2523a'/%3e%3cpath%20d='M0,64.64v15.36h15.36c-6.23-3.85-11.5-9.12-15.36-15.36Z'%20fill='%23d2523a'/%3e%3cpath%20d='M15.36,0H0v15.36C3.85,9.12,9.12,3.85,15.36,0Z'%20fill='%23d2523a'/%3e%3c/svg%3e");pointer-events:none}.item-sockets.perks .socket .plug:before{box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--foreground) 40%,transparent)}.item-sockets.perks .socket .plug,.item-sockets.perks .socket .plug a,.item-sockets.perks .socket .plug:before,.item-sockets.perks .socket .plug:after{border-radius:100%}.item-sockets.perks .socket .plug .icon .image{background-size:78%}.item-sockets.perks .socket .plug.favoured--1:before{box-shadow:inset 0 0 0 2px #ccc,0 0 0 3px #48ff0066}.item-sockets.perks .socket .plug.favoured-0:before{box-shadow:inset 0 0 0 2px #ccc,0 0 0 3px #c6aa3c99}.item-sockets.perks .socket .plug.favoured-1:before{box-shadow:inset 0 0 0 2px #ccc,0 0 0 3px #149cb866}.item-sockets.perks .socket .plug.favoured-2:before{box-shadow:inset 0 0 0 2px #ccc,0 0 0 3px #d42b0d66}.wrapper.dark .item-sockets.perks .socket .plug.favoured-0:before{box-shadow:inset 0 0 0 2px #ccc,0 0 0 3px #c6aa3ccc}.wrapper.dark .item-sockets.perks .socket .plug.favoured-1:before{box-shadow:inset 0 0 0 2px #ccc,0 0 0 3px #149cb899}.wrapper.dark .item-sockets.perks .socket .plug.favoured-2:before{box-shadow:inset 0 0 0 2px #ccc,0 0 0 3px #d42b0d99}.item-sockets.perks.intrinsic{grid-template-columns:1fr}.item-sockets.perks.intrinsic .socket{display:flex;flex-flow:row wrap}.item-sockets.perks.intrinsic .socket.scroll{padding:0 0 1rem;-webkit-mask-image:linear-gradient(to bottom,black 80%,transparent);mask-image:linear-gradient(to bottom,black 80%,transparent)}.item-sockets.perks.intrinsic .socket .adaptor{display:flex;flex-direction:row;gap:16px}.item-sockets.perks.intrinsic .socket .plug{cursor:default}.item-sockets.perks.intrinsic .socket .plug:before{box-shadow:inset 0 0 0 2px transparent}.item-sockets.perks.intrinsic .socket .plug:not(.exotic):before,.item-sockets.perks.intrinsic .socket .plug:not(.exotic):after{content:none}.item-sockets.perks.intrinsic .socket .plug .icon .image{background-size:100%}.item-sockets.perks.intrinsic .socket .text{display:grid;align-content:start;row-gap:4px}.item-sockets.perks.intrinsic .socket .text .name{font-size:16px}.item-sockets.perks.intrinsic .socket .text .description{font-size:14px;color:color-mix(in srgb,var(--foreground) 60%,transparent)}.item-sockets.perks.intrinsic .socket .text .description p{max-width:600px;line-height:1.4}.item-sockets.perks.intrinsic .socket .text .description p:last-child{margin:0}.item-sockets.perks.intrinsic .socket .text .description ul{list-style-type:disc;padding:0 0 0 2rem;line-height:1.4}@media screen and (max-width: 600px){.item-sockets.perks.intrinsic .socket .text .name{font-size:14px}.item-sockets.perks.intrinsic .socket .text .description{font-size:12px}}.item-sockets .socket.energy-meter{grid-column:-1/1;width:100%;max-width:calc(var(--item-size) * 10 + 3px * 9);display:grid;grid-template-columns:var(--item-size) auto;column-gap:3px;--tiers-height: calc(var(--item-size) * .25)}.item-sockets .socket.energy-meter .affinity{width:var(--item-size);height:var(--item-size)}.item-sockets .socket.energy-meter .affinity .plug{display:grid;justify-content:center;align-content:center;font-size:calc(var(--item-size) * .65);color:#fff}.item-sockets .socket.energy-meter .socket.affinity .plug:before{box-shadow:inset 0 0 0 2px #ccc0}.item-sockets .socket.energy-meter .socket.affinity .plug:active:before{box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--foreground) 40%,transparent)}@media (hover: hover){.item-sockets .socket.energy-meter .socket.affinity .plug:hover:before{box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--foreground) 40%,transparent)}}.item-sockets .socket.energy-meter .masterwork{display:grid;grid-template-columns:repeat(10,1fr);gap:4px}.item-sockets .socket.energy-meter .masterwork:not(.tiers){grid-template-rows:auto var(--tiers-height)}.item-sockets .socket.energy-meter .upgrade{grid-column:-1/1;display:grid;grid-auto-flow:column;justify-content:space-between;align-content:center;padding:calc(var(--item-size) * .02) calc(var(--item-size) * .5);color:#fff;font-size:calc(var(--item-size) * .333333)}.item-sockets .socket.energy-meter .upgrade>div{display:grid;grid-auto-flow:column;gap:calc(var(--item-size) * .2);align-items:center}.item-sockets .socket.energy-meter .upgrade .value{font-weight:500}.item-sockets .socket.energy-meter .upgrade .capacity .text{text-transform:uppercase}.item-sockets .socket.energy-meter .upgrade .capacity .value{font-size:calc(var(--item-size) * .5);line-height:calc(var(--item-size) * .416667)}.item-sockets .socket.energy-meter .upgrade .unused.debt{color:var(--error)}.item-sockets .socket.energy-meter .tiers{grid-column:-1/1;align-items:center}.item-sockets .socket.energy-meter .tiers .tier{height:var(--tiers-height)}.item-sockets .socket.energy-meter .tiers .tier.disabled{height:calc(var(--tiers-height) / 2);background-color:#0003}.item-sockets .socket.energy-meter .tiers .tier.unused{box-shadow:inset 0 0 0 calc(var(--item-size) * .0625) #fff}.item-sockets .socket.energy-meter .tiers .tier.used{background-color:var(--foreground)}.item-sockets .socket.energy-meter .tiers .tier.used.debt{background-color:var(--error)}.item-sockets .socket.energy-meter .affinity,.item-sockets .socket.energy-meter .upgrade,.item-sockets .socket.energy-meter .upgrade-icon{background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}@media screen and (max-width: 600px){.item-sockets .socket.energy-meter{--tiers-height: 10px}.item-sockets .socket.energy-meter .upgrade{padding:2px 10px}.item-sockets .socket.energy-meter .upgrade>div{gap:6px}.item-sockets .socket.energy-meter .masterwork:not(.tiers){grid-template-rows:auto 12px}}.item-sockets .socket .expander{position:absolute;left:0;top:calc(var(--item-size) + 20px);z-index:21;display:flex;flex-direction:column;gap:1rem}.item-sockets .socket .expander.right{left:unset;right:0}.item-sockets .socket .expander.pages{left:-23px}.item-sockets .socket .expander .bushing{display:flex;gap:3px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.item-sockets .socket .expander .button.next,.item-sockets .socket .expander .button.prev{width:20px;max-width:unset;height:auto;max-height:unset;padding:0;display:flex;justify-content:center}.item-sockets .socket .expander .socket.options{width:calc(((7 * var(--item-size)) + (6 * 3px)));height:calc(3 * var(--item-size) + 2 * 3px);display:flex;flex-flow:row wrap;align-content:flex-start;gap:3px}.item-sockets .socket.expanded .plug .icon{flex:0 0 var(--item-size)}.item-sockets .socket.expanded .placeholder .icon{position:relative;width:var(--item-size);height:var(--item-size);--foreground: rgba(255, 255, 255, .2)}.item-sockets .socket.expanded>.plug .icon:before{content:"";position:absolute;left:0;bottom:-10px;width:var(--item-size);height:4px;background-color:color-mix(in srgb,var(--foreground) 30%,transparent);pointer-events:none}.item-sockets .socket .expander.with-text .socket.options{height:186px}.item-sockets .socket .expander.with-text .socket.options .plug{--item-size: 24px;--item-border-inset-width: 1px;display:flex;width:100%;gap:10px;align-items:start}.item-sockets .socket .expander.with-text .socket.options .placeholder{width:100%}.item-sockets .socket .expander.with-text .socket.options .placeholder .icon{--item-size: 24px}.item-sockets .socket .expander.with-text .socket.options .plug .text{flex:1 1 auto;align-self:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width: 600px){.item-sockets .socket .expander{top:calc(var(--item-size) + 10px)}.item-sockets .socket .expander .socket.options{width:calc((6 * var(--item-size)) + (5 * 3px));height:calc(4 * var(--item-size) + 3 * 3px)}.item-sockets .socket.expanded>.plug .icon:before{bottom:-6px;height:3px}}.item-stats{display:grid;gap:8px;--bar-height: 16px;-webkit-user-select:none;user-select:none}.item-stats .stat{display:grid;grid-template-columns:minmax(120px,160px) auto;align-items:center;line-height:1;color:color-mix(in srgb,var(--foreground) 60%,transparent)}.item-stats .stat .name{padding:0 16px 0 0;display:block;font-size:14px;line-height:var(--bar-height);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-stats .stat .value{position:relative;height:var(--bar-height);display:flex;align-items:center;color:var(--foreground)}.item-stats.no-bars .stat .value{justify-content:right}.item-stats .stat .value.bar{height:var(--bar-height);background-color:color-mix(in srgb,var(--foreground) 4%,transparent)}.item-stats .stat .value.bar .int{position:absolute;right:10px;top:0;height:100%;display:grid;align-content:center;font-size:14px;font-family:var(--font-text);opacity:.6}.item-stats .stat .value .bar{position:relative;height:100%;background-color:var(--foreground)}.item-stats .stat .value .bar:before{content:attr(data-value);position:absolute;right:-16px;top:0;width:100%;height:100%;font-weight:400;font-size:10px;display:flex;align-items:center;justify-content:flex-end;opacity:0}.item-stats .stat .value .bar.masterwork{background-color:var(--stat-masterwork)}.item-stats .stat .value .bar.mod{background-color:var(--stat-add-mod)}.item-stats .stat .value .bar.mod-{background-color:var(--stat-subtract)}.item-stats .stat .value .bar.preview{background-color:var(--stat-add)}.item-stats .stat .value .bar.preview-{background-color:var(--stat-subtract)}.item-stats .stat .value .text{font-size:16px;font-family:var(--font-text)}.item-stats .stat .value ul{display:grid;grid-auto-flow:column}.item-stats .stat .value svg{position:relative;top:1px;margin:0 0 0 6px}.item-stats .stat .value ul li:not(:first-child):not(:first-child:last-child) .text:before{content:"+";position:relative;top:-1px;padding:0 5px;font-size:12px;color:color-mix(in srgb,var(--foreground) 40%,transparent)}.item-stats .stat .value .text.masterwork{color:var(--stat-masterwork)}.item-stats .stat .value .text.mod{color:var(--stat-add-mod)}.item-stats .stat .value .text.mod-{color:var(--stat-subtract)}.item-stats .stat .value .text.preview{color:var(--stat-add)}.item-stats .stat .value .text.preview-{color:var(--stat-subtract)}.item-stats .stat .value .text.range{white-space:nowrap;color:color-mix(in srgb,var(--foreground) 60%,transparent)}.item-stats .stat .value .text.range span{color:var(--foreground)}.item-stats .stat .value .text.range.preview span{color:var(--stat-add)}.item-stats .stat .value .text.range.preview- span{color:var(--stat-subtract)}@media screen and (max-width: 600px){.item-stats .stat{grid-template-columns:minmax(60px,130px) auto}.item-stats .stat .value.bar .int{font-size:12px}}.item-details .container.components{display:grid;grid-template-columns:38fr 62fr;gap:3rem;pointer-events:none;opacity:0;transition:opacity .5s}.item-details .container.components.visible{pointer-events:unset;opacity:1}.item-details .container.components .sockets{display:grid;align-content:start;gap:2rem}.item-details .container.components .sockets .category .item-sockets+.item-sockets{margin:1rem 0 0}.item-details .container.components .stats{display:grid;grid-template-columns:58fr 42fr;align-content:end;gap:2rem}.item-details .container.components .stats .extended{grid-column:2}.item-details .container.components .shaped{grid-column:2;display:grid;grid-template-columns:1fr max-content;gap:1rem}.item-details .container.components .shaped .progress{display:grid;align-content:space-between}.item-details .container.components .shaped .progress .title{font-size:16px}.item-details .container.components .shaped .progress-bar .bar .fill{--progress: var(--deepsight)}.item-details .container.components .shaped .progress-bar .bar .text .description{display:flex;justify-content:space-between}.item-details .container.components .item-stats .stat .value.bar,.item-details .container.components .shaped .progress-bar{box-shadow:0 0 0 3px #00000012}.item-details .container.components .peaches{padding:0 2rem 0 0;border-right:1px solid rgba(255,255,255,.1);display:grid;align-content:start;gap:4px}.item-details .container.components .peaches .primary{margin:0 0 10px;display:grid;justify-items:right;align-content:start}.item-details .container.components .peaches .primary .name{font-size:calc(var(--multiplier) * 24px);color:#fffc}.item-details .container.components .peaches .primary .value{display:flex;align-items:center;gap:3px;font-family:var(--font-text);font-size:calc(var(--multiplier) * 64px);font-weight:600;line-height:1;color:#fff}.item-details .container.components .peaches .primary .value .icon{font-size:calc(var(--multiplier) * 54px);font-weight:400}.item-details .container.components .peaches .secondary{display:flex;justify-content:right;align-items:center;gap:10px}.item-details .container.components .peaches .secondary .icon{display:flex;color:#fff}.item-details .container.components .peaches .secondary .icon svg{height:20px}.item-details .container.components .peaches .secondary .text{display:flex;gap:3px}.item-details .container.components .peaches .secondary .text strong,.item-details .container.components .peaches .secondary.ammo-type .text{color:#fff}.item-details .container.components .peaches .secondary.kill-tracker{margin:1rem 0 0}.item-details .container.components .cream{transition:backdrop-filter .25s}.item-details .container.components .cream:active{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (hover: hover){.item-details .container.components .cream:hover{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}@media screen and (max-width: 1024px){.item-details .container.components{aspect-ratio:unset;grid-template-columns:1fr;gap:2rem}.item-details .container.components .sockets{gap:1rem}.item-details .container.components .stats{grid-template-columns:1fr;align-content:unset;column-gap:1rem}.item-details .container.components .shaped{grid-column:unset;grid-row:2}.item-details .container.components .peaches{padding:unset;border-right:unset;gap:unset;border-bottom:1px solid rgba(255,255,255,.1)}.item-details .container.components .peaches .primary,.item-details .container.components .peaches .secondary{padding:10px 0;border-top:1px solid rgba(255,255,255,.1)}.item-details .container.components .peaches .primary{margin:0;justify-content:center;align-items:end;gap:10px}.item-details .container.components .peaches .primary .name{grid-column:2;grid-row:1;font-size:16px}.item-details .container.components .peaches .secondary{justify-content:center;align-items:center}.item-details .container.components .peaches .secondary.kill-tracker{margin:unset}}.item-details header .accent{position:absolute;top:0;left:0;width:100%;height:calc(env(safe-area-inset-top) + 48px)}.item-details header .accent:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:8px}.item-details header .accent.exotic,.item-details header .accent.exotic:before{background:linear-gradient(to right,color-mix(in srgb,var(--tier-exotic) 60%,transparent),color-mix(in srgb,var(--tier-exotic) 30%,transparent) 30%,color-mix(in srgb,var(--tier-exotic) 10%,transparent))}.item-details header .accent.legendary,.item-details header .accent.legendary:before{background:linear-gradient(to right,color-mix(in srgb,var(--tier-legendary) 60%,transparent),color-mix(in srgb,var(--tier-legendary) 30%,transparent) 30%,color-mix(in srgb,var(--tier-legendary) 10%,transparent))}.item-details header .accent.rare,.item-details header .accent.rare:before{background:linear-gradient(to right,color-mix(in srgb,var(--tier-rare) 60%,transparent),color-mix(in srgb,var(--tier-rare) 30%,transparent) 30%,color-mix(in srgb,var(--tier-rare) 10%,transparent))}.item-details header .accent.uncommon,.item-details header .accent.uncommon:before{background:linear-gradient(to right,color-mix(in srgb,var(--tier-uncommon) 60%,transparent),color-mix(in srgb,var(--tier-uncommon) 30%,transparent) 30%,color-mix(in srgb,var(--tier-uncommon) 10%,transparent))}.item-details header .accent.common,.item-details header .accent.common:before{background:linear-gradient(to right,color-mix(in srgb,var(--tier-common) 60%,transparent),color-mix(in srgb,var(--tier-common) 30%,transparent) 30%,color-mix(in srgb,var(--tier-common) 10%,transparent))}.item-details header .accent .lattice{position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(/static/bundle/masterwork-header-wide-DmB5oEQA.png);background-position:center bottom;background-repeat:no-repeat;opacity:0;transition:opacity .25s}.item-details header .accent .lattice:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;animation:animation-masterwork-header 4s linear infinite;background:linear-gradient(to right,#fff0 20%,#fff,#fff,#fff0 80%);background-size:200%;background-repeat:no-repeat;-webkit-mask-image:url(/static/bundle/masterwork-header-wide-DmB5oEQA.png);mask-image:url(/static/bundle/masterwork-header-wide-DmB5oEQA.png);-webkit-mask-position:center bottom;mask-position:center bottom;-webkit-mask-size:unset;mask-size:unset;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.item-details header .accent.masterworked .lattice{opacity:1}.wrapper.reduced-motion .item-details header .accent .lattice:before{animation-play-state:paused}.item-details .container.wrapper header .foundry-background{position:absolute;top:0;left:0;width:100%;height:100%}.item-details .container.wrapper header .foundry-background .wrapper{position:relative;max-width:1920px;height:100%;padding:unset}.item-details .container.wrapper header .foundry-background .image{width:75%;max-width:569px;height:unset;aspect-ratio:1}.item-details .container.wrapper header .foundry-background .image.dl{opacity:.75}.item-details header{padding:calc(calc(env(safe-area-inset-top) + 48px) + calc(var(--multiplier) * 60px)) 0 0}.item-details header .icon-and-name{position:relative;display:grid;grid-template-columns:calc(var(--multiplier) * 96px) auto;column-gap:calc(var(--multiplier) * 24px);row-gap:calc(var(--multiplier) * 36px)}.item-details header .icon-and-name .icon{position:relative;width:100%;aspect-ratio:1}.item-details header .icon-and-name .icon:not(.noBorder){background-color:#ffffff1a;box-shadow:inset 0 0 0 calc(var(--multiplier) * 3px) #b9b9b9}.item-details header .icon-and-name .icon:not(.noBorder):before{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;z-index:4;box-shadow:inset 0 0 0 calc(var(--multiplier) * 3px) #b9b9b9}.item-details header .icon-and-name .icon.masterworked:before{box-shadow:inset 0 0 0 calc(var(--multiplier) * 3px) #b9b9b900}.item-details header .icon-and-name .icon .sheen{position:absolute;left:0;top:0;width:100%;height:100%;z-index:3;pointer-events:none;overflow:hidden;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Crect x='2' y='2' width='44' height='44' /%3E%3C/svg%3E"),linear-gradient(#ffffff,#ffffff);mask-composite:exclude;-webkit-mask-composite:destination-out}.item-details header .icon-and-name .icon .sheen:after{content:"";position:absolute;top:-100%;right:-100%;bottom:-100%;left:-100%;background:linear-gradient(to bottom,transparent 30%,#ffffff 50%,transparent 70%);animation:rotate-linear 6s linear infinite}.wrapper.reduced-motion .item-details header .icon-and-name .icon .sheen:after{animation-play-state:paused}.item-details header .icon-and-name .text .name{display:flex;align-items:baseline;margin:calc(var(--multiplier) * -7px) 0 0;word-break:break-word;font-family:var(--font-text);font-size:calc(var(--multiplier) * 72px);font-weight:500;letter-spacing:0px;line-height:1;color:var(--foreground)}.item-details header .icon-and-name .text .name .lockToggle{position:relative;top:2px;margin:0 8px;display:inline-flex;color:#fff9;transition:color .25s}.item-details header .icon-and-name .text .name .lockToggle:active{color:#fff}@media (hover: hover){.item-details header .icon-and-name .text .name .lockToggle:hover{color:#fff}}.item-details header .icon-and-name .text .name .lockToggle svg{height:calc(var(--multiplier) * 56px)}.item-details header .icon-and-name .text .type{margin:calc(var(--multiplier) * 2px) 0 0;font-family:var(--font-text);font-size:calc(var(--multiplier) * 32px);letter-spacing:0px;line-height:1;color:color-mix(in srgb,var(--foreground) 60%,transparent)}.item-details header .icon-and-name .description.flair{grid-column:span 2;max-width:600px;font-style:italic;letter-spacing:.5px}.item-details header .icon-and-name .description.flair p{font-size:18px;line-height:1.2;color:color-mix(in srgb,var(--foreground) 80%,transparent)}@media screen and (max-width: 600px){.item-details .container.details header .wrapper{padding:0 .5rem 0 2rem}.item-details header .icon-and-name .description.flair{padding:0 2rem 0 0}.item-details header .icon-and-name .description.flair p{font-size:14px;line-height:1.4}}@media screen and (min-width: 1024px){._surface_1t5xo_25{position:absolute;left:50%;top:0;width:100%;height:100%;max-width:1920px;max-height:1080px;transform:translate(-50%);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 1080'%3E%3Cdefs%3E%3CradialGradient id='lad' gradientTransform='translate(0.1 -0.8) scale(1.75, 1.75)'%3E%3Cstop offset='75%25' stop-color='black'/%3E%3Cstop offset='100%25' stop-color='transparent'/%3E%3C/radialGradient%3E%3CradialGradient id='rad' cx='0.5' cy='0.25' r='0.5' fx='0.75' fy='0'%3E%3Cstop offset='75%25' stop-color='black' /%3E%3Cstop offset='100%25' stop-color='transparent' /%3E%3C/radialGradient%3E%3CradialGradient id='lin' cx='0.5' cy='0.5' r='0.6' fx='0.5' fy='0.5'%3E%3Cstop offset='55%25' stop-color='white' /%3E%3Cstop offset='100%25' stop-color='transparent' /%3E%3C/radialGradient%3E%3Cmask id='mas'%3E%3Crect x='0' y='0' width='1920' height='1920' fill='url(%23lin)'/%3E%3C/mask%3E%3C/defs%3E%3Crect x='0' y='0' width='1920' height='1440' fill='url(%23rad)' mask='url(%23mas)' /%3E%3C!-- %3Crect x='0' y='0' width='1920' height='1080' fill='url(%23lad)' /%3E --%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 1080'%3E%3Cdefs%3E%3CradialGradient id='lad' gradientTransform='translate(0.1 -0.8) scale(1.75, 1.75)'%3E%3Cstop offset='75%25' stop-color='black'/%3E%3Cstop offset='100%25' stop-color='transparent'/%3E%3C/radialGradient%3E%3CradialGradient id='rad' cx='0.5' cy='0.25' r='0.5' fx='0.75' fy='0'%3E%3Cstop offset='75%25' stop-color='black' /%3E%3Cstop offset='100%25' stop-color='transparent' /%3E%3C/radialGradient%3E%3CradialGradient id='lin' cx='0.5' cy='0.5' r='0.6' fx='0.5' fy='0.5'%3E%3Cstop offset='55%25' stop-color='white' /%3E%3Cstop offset='100%25' stop-color='transparent' /%3E%3C/radialGradient%3E%3Cmask id='mas'%3E%3Crect x='0' y='0' width='1920' height='1920' fill='url(%23lin)'/%3E%3C/mask%3E%3C/defs%3E%3Crect x='0' y='0' width='1920' height='1440' fill='url(%23rad)' mask='url(%23mas)' /%3E%3C!-- %3Crect x='0' y='0' width='1920' height='1080' fill='url(%23lad)' /%3E --%3E%3C/svg%3E");-webkit-mask-size:100% 100%;mask-size:100% 100%}._surface_1t5xo_25 ._screenshot_1t5xo_38{position:fixed;top:-200%;left:-200%;width:500%;height:500%;overflow:scroll;transform:scale(.2);transform-origin:center center;scrollbar-width:none}._surface_1t5xo_25 ._screenshot_1t5xo_38::-webkit-scrollbar{display:none}._surface_1t5xo_25 ._screenshot_1t5xo_38 ._image_1t5xo_54{position:absolute;min-width:calc(100% + 100% * var(--scroll-amount));min-height:calc(100% + 100% * var(--scroll-amount));--scroll-amount: .05}}._surface_1t5xo_25._blur_1t5xo_62{opacity:.5}._surface_1t5xo_25._blur_1t5xo_62 ._screenshot_1t5xo_38 ._image_1t5xo_54{background-size:cover;filter:blur(70px)}@media screen and (max-width: 1023px){._surface_1t5xo_25{position:absolute;width:100%;aspect-ratio:16/14}._surface_1t5xo_25 ._screenshot_1t5xo_38 ._image_1t5xo_54{background-size:cover;background-position:70% center;-webkit-mask-image:radial-gradient(100% 100% at 80% 0%,rgba(0,0,0,.6) 50%,transparent);mask-image:radial-gradient(100% 100% at 80% 0%,rgba(0,0,0,.6) 50%,transparent)}}@media screen and (max-width: 600px){._surface_1t5xo_25._center_1t5xo_86{position:absolute;left:50%;top:50%;width:100%;height:100%;transform:translate(-50%,-50%);aspect-ratio:unset;-webkit-mask-size:100% 100%;mask-size:100% 100%}._surface_1t5xo_25._center_1t5xo_86 ._screenshot_1t5xo_38{position:absolute;left:0%;top:0%;width:100%;height:100%}._surface_1t5xo_25._center_1t5xo_86 ._screenshot_1t5xo_38 ._image_1t5xo_54{background-position:center center}}._extended_1ugxi_1{width:100%;height:max-content;padding:1rem 0;justify-self:right;-webkit-user-select:none;user-select:none;border-top:1px solid color-mix(in srgb,var(--foreground) 10%,transparent);border-bottom:1px solid color-mix(in srgb,var(--foreground) 10%,transparent);color:color-mix(in srgb,var(--foreground) 80%,transparent);transition:backdrop-filter .25s}._extended_1ugxi_1:not(._stat_1ugxi_13):active{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (hover: hover){._extended_1ugxi_1:not(._stat_1ugxi_13):hover{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}._extended_1ugxi_1 ul{display:flex;flex-direction:column;gap:4px;color:color-mix(in srgb,var(--foreground) 80%,transparent)}._extended_1ugxi_1 ul li ul{display:grid;grid-template-columns:minmax(120px,160px) auto;gap:unset}._extended_1ugxi_1 ul li ul li{word-break:break-word;color:color-mix(in srgb,var(--foreground) 60%,transparent)}._extended_1ugxi_1 ul li ul li:last-child{display:flex;align-items:center;color:var(--foreground)}._extended_1ugxi_1 ul li ul li p{line-height:1.4}._extended_1ugxi_1 ul li ul li code{-webkit-user-select:text;user-select:text}._extended_1ugxi_1 ul li ul li p~p{color:color-mix(in srgb,var(--foreground) 80%,transparent)}._extended_1ugxi_1 ul li ul li p~p strong{font-weight:400;color:var(--foreground)}@media screen and (max-width: 1024px){._extended_1ugxi_1{width:100%;align-self:flex-end}}@media screen and (max-width: 600px){._extended_1ugxi_1 ul li ul{grid-template-columns:minmax(60px,130px) auto}}.item-details .container.em{align-content:start;gap:2rem}.item-details .container.em .emblem{width:100%;max-width:474px;position:relative;background-color:#ffffff0d}.item-details .container.em .emblem.banner{max-width:unset;aspect-ratio:unset;background-color:#ffffff0d}.item-details .container.em .emblem.banner .wrap{position:relative;aspect-ratio:1150/64.79}.item-details .container.em .emblem.banner .wrap .image.secondary-special{background-position:center bottom;background-size:cover}.item-details .container.em .emblem.banner .wrap .image.secondary-overlay{top:25%;background-position:5% center;background-size:contain}.item-details .container.components .sockets .category.super .item-sockets{--item-size: 72px}.pane.dupes{--multiplier: .75}.pane.dupes .layout header{padding:calc(env(safe-area-inset-top) + 48px + var(--multiplier) * 60px) 0 2rem;font-size:calc(48px * var(--multiplier));font-weight:500;text-transform:uppercase;color:#ffffffe6}.pane.dupes.static .layout header{padding:calc(env(safe-area-inset-top) + 88px + var(--multiplier) * 60px) 0 2rem}.pane.dupes .layout header span:not(:last-child):first-child{font-weight:500;text-transform:uppercase}.pane.dupes .layout header span span{font-weight:400;color:#fff9}.pane.dupes .layout .content{padding:2rem 2rem 2rem 0;overflow:hidden;overflow-y:auto;--item-size: 48px;display:flex;flex-direction:column;gap:2rem}.pane.dupes .layout .content .row{display:flex;flex-flow:row wrap;gap:1rem}.pane.dupes .layout .content .row .meta{flex:1 0 100%;position:relative;padding:0 0 6px 1px;display:flex;align-items:center;justify-content:space-between}.pane.dupes .layout .content .row .meta:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:linear-gradient(to right,#fff3,#fff0)}.pane.dupes .layout .content .row .meta .inventory-items.micro{--item-size-micro: 32px}.pane.dupes .layout .content .row .meta .inventory-items.micro li.item{--item-font-size: 7px}.pane.dupes .layout .content .row .meta .list.inventory-items .item .text{flex:1 0 auto}.pane.dupes .layout .content .row .meta .id{color:#fff6}.pane.dupes .layout .content .row .stats{flex:0 0 250px}.pane.dupes .layout .content .row .sockets{padding:0 0 0 42px;flex:1 1;display:flex;gap:1rem}.pane.dupes .layout .content .row .sockets .item-sockets.perks{flex:1}.pane.dupes .layout .content .row .sockets .item-sockets.perks.intrinsic{flex:0}.pane.dupes .layout .content .row .sockets .item-sockets.perks.intrinsic:last-child{flex:1}.pane.dupes .layout .content .row.armor .sockets{flex-direction:column}.pane.dupes .layout .content .row.armor .sockets .item-sockets.perks{flex:0}.pane.dupes .layout .content .row.exotic .sockets .item-sockets.perks.intrinsic{display:flex}.pane.dupes .layout .content .row.exotic .sockets .item-sockets.perks.intrinsic .socket:has(.plug+.text){flex:1}@media screen and (max-width: 600px){.pane.dupes{--multiplier: .5}}.expander{--item-expander-items: 4}.expander.expanded .item{position:relative}.expander.expanded .item:before{content:"";position:absolute;left:0;bottom:-10px;width:var(--item-size);height:4px;background-color:color-mix(in srgb,var(--foreground) 30%,transparent);pointer-events:none}.expander .content{position:absolute;left:-1rem;top:calc(var(--item-size) + 20px);width:calc(100% + 2rem);max-height:calc((var(--item-size) * var(--item-expander-items)) + (10px * (var(--item-expander-items) - 1)) + 1rem);padding:1rem;z-index:21;background-color:color-mix(in srgb,var(--background) 75%,transparent);-webkit-backdrop-filter:brightness(1.5) blur(5px);backdrop-filter:brightness(1.5) blur(5px);box-shadow:0 20px 60px #0003;overflow-y:auto}.pane.loadout .background .acrylic{background:linear-gradient(to bottom,color-mix(in srgb,var(--color) 100%,transparent),color-mix(in srgb,var(--acrylic-background) 75%,transparent) 20%)}.pane.loadout .layout>.content{overflow:hidden;overflow-y:auto}.pane.loadout .layout>header{position:relative}.pane.loadout .layout>header>.image{aspect-ratio:1;width:unset;left:3rem;transform:scale(1.5);filter:blur(2px);opacity:.2}.pane.loadout .layout header span:not(:last-child):first-child{font-weight:500;text-transform:uppercase}.pane.loadout .layout header span span{font-weight:400;color:#fff9}.pane.loadout .appearance{position:relative;display:grid;grid-template-columns:repeat(2,max-content) minmax(192px,1fr);gap:3px}.pane.loadout .appearance .option.color,.pane.loadout .appearance .option.icon{width:38px;min-width:unset}.pane.loadout .appearance .option .expander{--item-size: 38px}.pane.loadout .appearance .option .expander .content{display:grid;grid-template-columns:repeat(auto-fill,38px);gap:3px}.pane.loadout .appearance .option.color .button{background-color:var(--color)}.pane.loadout .appearance .option.color .button.disabled{background-color:color-mix(in srgb,var(--color) 40%,transparent)}.pane.loadout .appearance .option.icon .button .image{transition:opacity .25s}.pane.loadout .appearance .option.icon .button.selected{background-color:color-mix(in srgb,var(--foreground) 30%,transparent)}.pane.loadout .appearance .option.icon .button.disabled .image.dl{opacity:.4}.pane.loadout .appearance .option .button .sheen{--item-border-inset-width: 1px;position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;--i0: calc(0% + var(--item-border-inset-width));--i1: calc(100% - var(--item-border-inset-width));clip-path:polygon(0% 0%,0% 100%,100% 100%,100% 0%,var(--i0) 0%,var(--i0) var(--i0),var(--i1) var(--i0),var(--i1) var(--i1),var(--i0) var(--i1),var(--i0) 0%);overflow:hidden;pointer-events:none}.pane.loadout .appearance .option .button .sheen:after{content:"";position:absolute;top:-100%;right:-100%;bottom:-100%;left:-100%;background:linear-gradient(to bottom,transparent 30%,#ffffff 50%,transparent 70%);animation:rotate-linear 6s linear infinite}.pane.loadout .appearance .select{min-width:unset}.wrapper.reduced-motion .pane.loadout .appearance .select .option .button .sheen:after{animation-play-state:paused}.pane.loadout .types{margin:3rem 2rem 3rem 0;display:grid;align-content:start;gap:3rem}.pane.loadout .types .items{display:grid;grid-template-columns:repeat(2,1fr);align-items:start;gap:2rem}.pane.loadout .types .items .item{--item-size: 56px;--item-border-inset-width: 2px;--item-border-inset-color: #b9b9b9;display:grid;grid-template-columns:var(--item-size) 1fr;align-items:center;gap:1rem}.pane.loadout .types .items .item .icon{position:relative;width:100%;aspect-ratio:1}.pane.loadout .types .items .item .icon:not(.noBorder){background-color:#fff3;box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--item-border-inset-color)}.pane.loadout .types .items .item .icon:not(.noBorder):before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--item-border-inset-color)}.pane.loadout .types .items .item .icon.masterworked:before{box-shadow:inset 0 0 0 var(--item-border-inset-width) transparent}.pane.loadout .types .items .item .icon .border svg{position:absolute;width:100%}.pane.loadout .types .items .item .icon .sheen{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;--i0: calc(0% + var(--item-border-inset-width));--i1: calc(100% - var(--item-border-inset-width));clip-path:polygon(0% 0%,0% 100%,100% 100%,100% 0%,var(--i0) 0%,var(--i0) var(--i0),var(--i1) var(--i0),var(--i1) var(--i1),var(--i0) var(--i1),var(--i0) 0%);overflow:hidden;pointer-events:none}.pane.loadout .types .items .item .icon .sheen:after{content:"";position:absolute;top:-100%;right:-100%;bottom:-100%;left:-100%;background:linear-gradient(to bottom,transparent 30%,#ffffff 50%,transparent 70%);animation:rotate-linear 6s linear infinite}.wrapper.reduced-motion .pane.loadout .types .items .item .icon .sheen:after{animation-play-state:paused}.pane.loadout .types .items .item .text{display:grid;align-items:center}.pane.loadout .types .items .item .text .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:20px}.pane.loadout .types .items .item .text .type{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:16px;line-height:1.4;color:#fff9}.pane.loadout .types .items .item.missing{--foreground: #e88f4e}.pane.loadout .types .items .item.missing .icon .corners{--border-color: color-mix(in srgb, var(--foreground) 50%, transparent)}.pane.loadout .types .items .item.missing .text{grid-column:span 2;font-size:12px;text-transform:uppercase;color:var(--foreground)}.pane.loadout .types .items .item .plugs{grid-column:-1/1;display:grid;grid-template-columns:1fr;gap:10px}.pane.loadout .types .items .item .plugs .plug{--item-plug-size: 32px;--item-border-inset-width: 1px;display:grid;grid-template-columns:var(--item-size) 1fr;align-content:start;gap:1rem}.pane.loadout .types .items .item .plugs .plug .icon{justify-self:right;width:var(--item-plug-size)}.pane.loadout .types .items .item .plugs .plug .text .name{font-size:16px}.pane.loadout .types .items .item .plugs .plug .text .type{font-size:12px;display:none}.pane.loadout .types .items.subclass .item{grid-column:-1/1}.pane.loadout .types .items.subclass .item .plugs{grid-template-columns:repeat(2,1fr)}@media screen and (max-width: 1366px){.pane.loadout .types .items{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 1024px){.pane.loadout{grid-template-columns:1fr}}@media screen and (max-width: 600px){.pane.loadout{gap:2rem}.pane.loadout .layout>header>.image{width:50%;left:unset;right:1rem;transform:unset;filter:blur(1px)}.pane.loadout .appearance{width:100%;grid-template-columns:repeat(2,max-content) minmax(128px,1fr)}.pane.loadout .sticky{position:unset}.pane.loadout .types{margin:2rem 2rem 2rem 0;gap:2rem}.pane.loadout .types .items{grid-template-columns:1fr}.pane.loadout .types .items .item{--item-size: 48px}.pane.loadout .types .items .item .text .name{font-size:16px}.pane.loadout .types .items .item .text .type{font-size:12px}.pane.loadout .types .items.subclass .item .plugs{grid-template-columns:1fr}.pane.loadout .types .items .item .plugs{gap:6px}.pane.loadout .types .items .item .plugs .plug{--item-plug-size: 24px}.pane.loadout .types .items .item .plugs .plug .text .name{font-size:14px}.pane.loadout .types .items .item .plugs .plug .text .type{font-size:10px}}.pane.lore{--multiplier: .75}.pane.lore .layout header{padding:calc(env(safe-area-inset-top) + 48px + var(--multiplier) * 60px) 0 2rem;font-size:calc(48px * var(--multiplier));font-weight:500;text-transform:uppercase;color:#ffffffe6}.pane.lore.static .layout header{padding:calc(env(safe-area-inset-top) + 88px + var(--multiplier) * 60px) 0 2rem}.pane.lore .layout .content{padding:2rem 2rem 2rem 0;overflow:hidden;overflow-y:auto}.pane.lore .layout .content .description p{font-size:24px;line-height:1.4}.pane.lore .layout .content .description p:not(:last-child){margin:0 0 1rem}.pane.lore .layout .content .description .flavor{text-transform:uppercase}@media screen and (max-width: 1024px){.pane.lore .layout .content .description p{font-size:18px}}@media screen and (max-width: 600px){.pane.lore{--multiplier: .5}.pane.lore .layout .content .description p{font-size:18px}}.pane.commonality{--multiplier: .75}.pane.commonality .layout header{padding:calc(env(safe-area-inset-top) + 48px + var(--multiplier) * 60px) 0 2rem}.pane.commonality.static .layout header{padding:calc(env(safe-area-inset-top) + 88px + var(--multiplier) * 60px) 0 2rem}.pane.commonality .layout header span:first-child{font-size:calc(48px * var(--multiplier));font-weight:500;text-transform:uppercase;color:#ffffffe6}.pane.commonality .layout header span:last-child{font-size:calc(32px * var(--multiplier));color:#fff9}.pane.commonality .layout .commonality-graph{padding:2rem 0}@media screen and (max-width: 600px){.pane.commonality{--multiplier: .5}}.tooltip{position:fixed;display:flex;align-items:start;gap:1rem;z-index:2000;color:#fffc;font-size:16px;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none;transition:opacity .1s;opacity:0}.tooltip .wrapper{box-shadow:0 30px 60px #00000080}.wrapper.dark .tooltip .wrapper{box-shadow:0 30px 60px #000000e6}.tooltip.visible{opacity:1}.tooltip .wrapper{position:relative}.tooltip .acrylic{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:brightness(1.5) blur(5px);backdrop-filter:brightness(1.5) blur(5px);transform:translateZ(0)}.tooltip .frame{position:relative}.tooltip .frame:not(.actions){pointer-events:none;width:440px}.tooltip.visible .frame.actions{pointer-events:all}.tooltip .frame .actions{padding:8px 16px;background-color:#000000eb}.tooltip .frame .actions .destiny-key span{color:#333}.tooltip .frame .actions .destiny-key.windows span{color:#ccc}.tooltip .frame .actions .destiny-key.windows span:first-child{color:#444}.tooltip .frame .actions ul{display:flex;justify-content:right;gap:12px}.tooltip .frame .actions ul li{display:flex;gap:6px}.tooltip .header{padding:12px 16px 10px;margin:0;background-color:color-mix(in srgb,var(--tier-common) 80%,transparent);color:#fff;font-family:var(--font-text)}.tooltip .header .text>div{display:flex;justify-content:space-between;min-height:16px}.tooltip .header .text>div>div{display:flex;align-items:center;column-gap:6px}.tooltip .header .text .name{font-size:24px;font-weight:500;letter-spacing:1px;line-height:1.2;text-transform:uppercase;word-break:break-word}.tooltip .header .text .kind{min-height:16px;opacity:.6}.tooltip .header .text .rarity{opacity:.3;text-align:right}.tooltip .header .text .state{height:16px;display:flex;gap:6px}.tooltip .header .text .state div{display:flex;opacity:.8}.tooltip .header .text .state div svg{height:16px;width:12px;--fill: #ffffff}.tooltip .frame.common .header .text .state .locked svg{--fill: #000000}.tooltip .frame .highlight span{text-transform:lowercase}.tooltip .highlight{padding:12px 16px 0;font-size:14px;line-height:1.4;color:var(--light)}.tooltip .highlight:last-child{padding-bottom:14px}.tooltip .highlight.notice{padding:7px 16px 6px;background-color:color-mix(in srgb,var(--tier-common) 95%,transparent);color:#000;font-size:13px;line-height:1.4;font-family:var(--font-text)}.tooltip .highlight.major{padding:7px 16px 6px;background-color:color-mix(in srgb,var(--error) 80%,transparent);color:color-mix(in srgb,var(--foreground) 90%,transparent);font-size:13px;line-height:1.4;font-family:var(--font-text)}.tooltip .main{background-color:#050505d9}.tooltip .main .screenshot{position:relative;height:unset;padding-bottom:56%;background-color:#ffffff0d}.tooltip .main .screenshot .image{background-size:cover}.tooltip .attributes{position:relative}.tooltip .line{height:1px;background-color:#fff3}.tooltip .flair,.tooltip .source{padding:12px 16px;font-style:italic;font-size:14px;letter-spacing:.8px;color:#fffc;word-break:break-word}.tooltip .source{color:#fff9}.tooltip .source p{line-height:1.4}.tooltip .source p~p strong{font-weight:400;color:#fffc}.tooltip .description{padding:12px 16px;line-height:1.6;font-size:14px}.tooltip .description.supplement{color:#fff9}.tooltip .description .destination{padding:0 0 10px;line-height:1.4;font-size:16px;color:#f5eac4}.tooltip .description .destination:last-child{padding:0}.tooltip .description:last-child .destination:last-child{padding:0}.tooltip .description ul{list-style-type:disc;padding:0 0 0 2rem;margin:0 0 6px}.tooltip .description ul:last-child{margin-bottom:0}.tooltip .description ul li{line-height:1.6}.tooltip .quantity{padding:0 16px 16px;font-size:14px;color:#ffffffb3}.tooltip .quantity span{text-transform:uppercase}.tooltip .quantity span.max{color:var(--item-max-stack)}.tooltip .expiry{padding:0 16px 16px;font-style:italic;font-size:14px;letter-spacing:.8px;color:#f2110d}.tooltip .frame.no-name .header .text{padding:0}.tooltip .frame.no-name .header .text .name{display:none}.tooltip .frame .objectives{padding:0 16px 16px}.tooltip .frame .objectives .progress{display:grid;gap:3px}.tooltip .frame .objectives .progress-bar .bar{background-color:#0003}.tooltip .frame .objectives .progress-bar.completed .bar{background-color:#0000001a}.tooltip .frame .objectives .progress-bar.completed .bar .fill{background-color:#5aa36600}.tooltip .frame .objectives>.text{display:flex;justify-content:space-between;color:#ffffffb3;line-height:1.4;font-size:14px;margin:0 0 4px 24px}.tooltip .frame .objectives>.text:last-child{margin:0 0 0 24px}.tooltip .frame .notification{padding:12px 16px;border-top:1px solid rgba(255,255,255,.2);display:flex;flex-direction:row;align-items:start;gap:16px}.tooltip .frame .notification .icon{flex:0 0 32px;display:flex;justify-content:center}.tooltip .frame .notification .icon svg{width:18px;color:#fff}.tooltip .frame .notification .text{font-size:14px}.tooltip .frame .notification .text p{line-height:1.4}.tooltip .frame .notification .text ul{list-style-type:disc;padding:0 0 0 2rem;margin:0 0 6px}.tooltip .frame .notification .text ul:first-child{padding-left:4px}.tooltip .frame .notification .text ul:last-child{margin-bottom:0}.tooltip .frame .notification .text ul li{line-height:1.6}.tooltip .frame .notification.ui_display_style_deepsight,.tooltip .frame .notification.ui_display_style_crafting{border-top:1px solid var(--deepsight);background-color:color-mix(in srgb,var(--deepsight) 20%,transparent);color:color-mix(in srgb,var(--deepsight) 60%,#ffffff)}.tooltip .frame .notification.ui_display_style_craftingable .icon svg path{fill:currentColor}@media screen and (max-width: 600px){.tooltip{position:fixed;display:grid;grid-template-rows:min-content;gap:0;transform:translate(0)!important;width:100%;height:100%;overflow-y:scroll;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;-webkit-backdrop-filter:brightness(.6) blur(7px);backdrop-filter:brightness(.6) blur(7px)}.tooltip.visible{pointer-events:all}.tooltip .wrapper .acrylic:last-child:not(:first-child){display:none}.tooltip .window{margin:32px;position:relative}.tooltip .frame,.tooltip .frame:not(.actions){position:relative;width:100%}.tooltip{padding:calc(env(safe-area-inset-top) + 1rem) 1rem 0}.tooltip .wrapper:first-child:last-child{margin:0 0 env(safe-area-inset-top)}}.tooltip .frame.actions{--acrylic-background: color-mix(in srgb, color-mix(in srgb, var(--background) 90%, #ffffff 20%) 75%, transparent);width:240px;background-color:var(--acrylic-background)}.wrapper.dark .tooltip .frame.actions{--acrylic-background: color-mix(in srgb, color-mix(in srgb, var(--background) 90%, #000000 20%) 85%, transparent)}.tooltip .frame.actions ul{padding:3px;display:grid;gap:3px}.tooltip .frame.actions ul li{display:grid;grid-template-columns:38px 1fr;gap:3px}.tooltip .frame.actions ul li>div{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:3px}.tooltip .frame.actions ul li .icon{position:relative;width:38px;height:38px;display:grid;justify-items:center;align-items:center;background-color:#ffffff1a}.tooltip .frame.actions ul li .icon.titan{background-color:var(--class-titan)}.tooltip .frame.actions ul li .icon.hunter{background-color:var(--class-hunter)}.tooltip .frame.actions ul li .icon.warlock{background-color:var(--class-warlock)}.tooltip .frame.actions ul li .icon svg{fill:#fff;width:75%;height:60%;opacity:.8;transition:opacity .25s}.tooltip .frame.actions ul li:active .icon svg{opacity:1}@media (hover: hover){.tooltip .frame.actions ul li:hover .icon svg{opacity:1}}.tooltip .frame.actions ul li div .button{max-width:unset}@media screen and (max-width: 600px){.tooltip .wrapper.overflow{box-shadow:0 -20px 60px #0000004d}.wrapper.dark .tooltip .wrapper.overflow{box-shadow:0 -20px 60px #000000b3}.tooltip .wrapper:first-child:not(:last-child){grid-row:2;position:sticky;bottom:0;z-index:4}.tooltip .frame.actions{width:100%}.tooltip .wrapper.overflow .frame.actions{padding-bottom:env(safe-area-inset-bottom)}.tooltip .frame.actions ul li div{overflow:hidden}}.tooltip .frame.activity .header{padding:0;display:flex;border-top:2px solid #d6d6d6;background-color:transparent;color:#fff}.tooltip .frame.activity .header .icon{flex:0 0 96px;display:flex;justify-content:center;align-items:center;background-color:#262626cc}.tooltip .frame.activity .header .icon svg{width:56px;height:56px;fill:#fff}.tooltip .frame.activity .header .text{padding:20px 16px 26px;flex:1;display:flex;flex-direction:column;gap:4px;background-color:#404040cc}.tooltip .frame.activity.strike .header{border-top-color:#73a3c4}.tooltip .frame.activity.strike .header .icon{background-color:#1e313ecc}.tooltip .frame.activity.strike .header .text{background-color:#2d4a5dcc}.tooltip .frame.activity.lost-sector.challenge .header{border-top-color:#50467c}.tooltip .frame.activity.lost-sector.challenge .header .icon{background-color:#110a2ecc}.tooltip .frame.activity.lost-sector.challenge .header .text{background-color:#221b41cc}.tooltip .frame.activity.lost-sector.challenge .header .icon svg{width:42px}.tooltip .frame.activity.lost-sector.challenge.master .header .icon svg{height:64px}.tooltip .frame.activity.raid .header{border-top-color:#363636}.tooltip .frame.activity.raid .header .icon{background-color:#000000e6}.tooltip .frame.activity.raid .header .text{background-color:#080808e6}.tooltip .frame.activity.story .header{border-top-color:#8088e0}.tooltip .frame.activity.story .header .icon{background-color:#040a34cc}.tooltip .frame.activity.story .header .text{background-color:#191f52cc}.tooltip .frame.activity.adventure .header{border-top-color:#ff7837}.tooltip .frame.activity.adventure .header .icon{background-color:#4d1800cc}.tooltip .frame.activity.adventure .header .text{background-color:#91370dcc}.tooltip .frame.activity.reckoning .header{border-top-color:#8cd6ed}.tooltip .frame.activity.reckoning .header .icon{background-color:#082b23cc}.tooltip .frame.activity.reckoning .header .text{background-color:#194d41cc}.tooltip .frame.activity.gambit .header{border-top-color:#00c295}.tooltip .frame.activity.gambit .header .icon{background-color:#082b23cc}.tooltip .frame.activity.gambit .header .text{background-color:#194d41cc}.tooltip .frame.activity.crucible .header{border-top-color:#cf5e58}.tooltip .frame.activity.crucible .header .icon{background-color:#450b08cc}.tooltip .frame.activity.crucible .header .text{background-color:#5a1a16cc}.tooltip .frame.activity.crucible.trials-of-osiris .header{border-top-color:#c39659}.tooltip .frame.activity.crucible.trials-of-osiris .header .icon{background-color:#564125cc}.tooltip .frame.activity.crucible.trials-of-osiris .header .text{background-color:#8b6a3ccc}.tooltip .frame.activity.crucible.iron-banner .header{border-top-color:#6aa477}.tooltip .frame.activity.crucible.iron-banner .header .icon{background-color:#254b2dcc}.tooltip .frame.activity.crucible.iron-banner .header .text{background-color:#387144cc}.tooltip .frame.activity.forge .header{border-top-color:#975e73}.tooltip .frame.activity.forge .header .icon{background-color:#2b121bcc}.tooltip .frame.activity.forge .header .text{background-color:#411625cc}.tooltip .frame.activity.menagerie .header{border-top-color:#9c5d49}.tooltip .frame.activity.menagerie .header .icon{background-color:#160704cc}.tooltip .frame.activity.menagerie .header .text{background-color:#351109cc}.tooltip .frame.activity.seasonal-arena .header{border-top-color:#00d3d3}.tooltip .frame.activity.seasonal-arena .header .icon{background-color:#184b4ecc}.tooltip .frame.activity.seasonal-arena .header .text{background-color:#2a7f84cc}.tooltip .frame.activity.dungeon .header{border-top-color:#cea98e}.tooltip .frame.activity.dungeon .header .icon{background-color:#5c4a3dcc}.tooltip .frame.activity.dungeon .header .text{background-color:#816856cc}.tooltip .frame.activity.shadowkeep .header{border-top-color:#a22e3b}.tooltip .frame.activity.shadowkeep .header .icon{background-color:#1f0000cc}.tooltip .frame.activity.shadowkeep .header .text{background-color:#350d0dcc}.tooltip .frame.activity .description{padding:16px 16px 0}.tooltip .frame.activity .description:last-child{padding:16px}.tooltip .frame.activity .description .destination{padding:0 0 10px;font-size:16px;line-height:1.4;color:#f5eac4}.tooltip .frame.activity .description .destination:last-child{padding:0}.tooltip .frame.activity .description pre{font-style:normal;font-size:14px;letter-spacing:unset}.tooltip .frame.activity .matchmaking{padding:12px 16px 0}.tooltip .frame.activity .matchmaking:last-child{padding-bottom:16px}.tooltip .frame.activity .matchmaking ul{display:grid;row-gap:4px}.tooltip .frame.activity .matchmaking ul li{list-style-type:disc;margin:0 0 0 2rem;line-height:1.4;font-size:14px}.tooltip .frame.activity .score{margin:16px 0 0;padding:16px;display:grid;grid-template-columns:auto auto;gap:32px;justify-content:center;background-color:#ffffff1a}.wrapper.dark .tooltip .frame.activity .score{background-color:#ffffff0d}.tooltip .frame.activity .score .team .value{margin:0 0 12px;width:96px;height:40px;display:flex;justify-content:center;align-items:center;box-shadow:inset 0 0 0 1px #fff3;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);font-size:28px;font-weight:500;color:#fff}.tooltip .frame.activity .score .team .value.winning{background-color:#ffffff1a;box-shadow:inset 0 0 0 1px #fff6}.tooltip .frame.activity .score .team.enemy .value.winning{background-color:#973835}.tooltip .frame.activity .score .team .name{width:100px;text-align:center;font-size:12px;line-height:1.4;text-transform:uppercase;letter-spacing:2px;color:#fff9}.tooltip .frame.activity .joinability{margin:16px 0 0;padding:10px 16px;text-align:center;font-size:12px;line-height:1.4;text-transform:uppercase;letter-spacing:2px;color:#fff9;background-color:#ffffff1a}.tooltip .frame.activity .score~.joinability{margin:0;color:#ffffffe6;background-color:#fff3}.tooltip .frame.activity .completed{padding:7px 16px 6px;font-size:14px;line-height:1.4;background-color:#5aa366cc}.tooltip .frame.activity .description~.completed{margin:14px 0 0}.tooltip .frame.collections-badge .state{padding:16px}.tooltip .frame.collections-badge .state>.text{margin:0 0 1rem;font-family:var(--font-text);font-size:14px;text-transform:uppercase;letter-spacing:2px}.tooltip .frame.collections-badge .state.completed .text{color:#ceae33}.tooltip .frame.collections-badge .state .progress{flex-basis:100%;position:relative;background-color:#ffffff1a;display:flex;flex-flow:row wrap;margin:0 0 6px}.tooltip .frame.collections-badge .state .progress:last-child{margin:0}.tooltip .frame.collections-badge .state .progress .class-icon{flex-basis:38px;height:38px;display:flex;align-items:center;justify-content:center;background-color:#ffffff1a}.tooltip .frame.collections-badge .state .progress .class-icon svg{width:22px;height:20px;fill:#fffc}.tooltip .frame.collections-badge .state .progress .text{flex-basis:calc(100% - 38px);display:flex;flex-flow:row wrap;height:38px;align-items:center}.tooltip .frame.collections-badge .state .progress .title{flex:1 1 auto;font-size:16px;padding:0 0 0 10px;color:#fffc;position:relative;z-index:2}.tooltip .frame.collections-badge .state .progress .fraction{flex:1 0 auto;text-align:right;font-size:16px;padding:0 10px 0 0;color:#fffc;position:relative;z-index:2}.tooltip .frame.collections-badge .state .progress .bar{position:relative;flex-basis:100%;height:7px;background-color:#ffffff4d;transition:background-color .25s}.tooltip .frame.collections-badge .state .progress .bar .fill{position:absolute;top:0;left:0;width:100%;max-width:100%;height:100%;background-color:#fff;transition:background-color .25s}.tooltip .frame.collections-badge .state .progress .bar.completed .fill{background-color:#ceae33}.tooltip .frame .header{position:relative}.tooltip .frame.exotic .header{background-color:color-mix(in srgb,var(--tier-exotic) 90%,transparent)}.tooltip .frame.exotic .main{background-color:color-mix(in srgb,var(--tier-exotic-dark) 90%,transparent)}.tooltip .frame.legendary .header{background-color:color-mix(in srgb,var(--tier-legendary) 90%,transparent)}.tooltip .frame.legendary .main{background-color:color-mix(in srgb,var(--tier-legendary-dark) 90%,transparent)}.tooltip .frame.rare .header{background-color:color-mix(in srgb,var(--tier-rare) 90%,transparent)}.tooltip .frame.rare .main{background-color:color-mix(in srgb,var(--tier-rare-dark) 90%,transparent)}.tooltip .frame.uncommon .header{background-color:color-mix(in srgb,var(--tier-uncommon) 90%,transparent)}.tooltip .frame.uncommon .main{background-color:color-mix(in srgb,var(--tier-uncommon-dark) 90%,transparent)}.tooltip .frame.common .header{background-color:color-mix(in srgb,var(--tier-common) 90%,transparent);color:#000}.tooltip .frame.bounty .header{background-color:#1f1f1fcc;color:#fff}.tooltip .frame .lattice{--lattice: url(/static/bundle/masterwork-header-BPpmGRG7.png);position:absolute;left:0;top:0;width:100%;height:100%;background-image:var(--lattice);background-position:center top;background-repeat:no-repeat;opacity:0;transition:opacity .25s}.tooltip .frame .lattice:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;animation:animation-masterwork-header 2s linear infinite;background:linear-gradient(to right,#fff0 20%,#fff,#fff,#fff0 80%);background-size:200%;background-repeat:no-repeat;-webkit-mask-image:var(--lattice);mask-image:var(--lattice);-webkit-mask-position:center top;mask-position:center top;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.tooltip .frame.masterworked .lattice{opacity:1}.wrapper.reduced-motion .tooltip .frame .lattice:before{animation-play-state:paused}.tooltip .frame.item .main .screenshot{position:relative;padding-bottom:32%;background-color:unset}.tooltip .frame.item .main .screenshot .image{height:unset;aspect-ratio:16/7;-webkit-mask-image:linear-gradient(to bottom,rgb(0,0,0) 50%,transparent);mask-image:linear-gradient(to bottom,rgb(0,0,0) 50%,transparent)}.tooltip .frame .damage{padding:14px 16px 12px;display:flex;flex-flow:row wrap}.tooltip .frame .damage .power{font-size:32px;line-height:32px;display:grid;grid-auto-flow:column;gap:6px;align-items:center;padding:0 16px 0 0}.tooltip .frame .damage.armour .power{gap:8px}.tooltip .frame .damage .power .breaker-type{color:#fff}.tooltip .frame .damage .power .text{font-size:40px;font-weight:700;color:#fff}.tooltip .frame .damage .power.kinetic .icon{display:none}.tooltip .frame .damage .power.solar{color:var(--energy-solar)}.tooltip .frame .damage .power.arc{color:var(--energy-arc)}.tooltip .frame .damage .power.void{color:var(--energy-void)}.tooltip .frame .damage .power.stasis{color:var(--energy-stasis)}.tooltip .frame .damage .power.strand{color:var(--energy-strand)}.tooltip .frame .damage.armour .power .text:last-child{font-size:16px;font-weight:400;line-height:0;color:inherit}.tooltip .frame .damage.armour .energy:not(:first-child):last-child,.tooltip .frame .damage .slot{padding:0 0 0 16px;border-left:1px solid rgba(255,255,255,.2)}.tooltip .frame .damage.armour .energy:not(:first-child):last-child{padding:0 0 0 14px}.tooltip .frame .damage .slot{padding:0 0 0 16px;display:grid;grid-auto-flow:column;gap:8px;align-items:center}.tooltip .frame .damage .slot .icon{font-size:32px}.tooltip .frame .damage .slot .icon.ammo-type-1:before{content:"";color:var(--ammo-primary)}.tooltip .frame .damage .slot .icon.ammo-type-2:before{content:"";color:var(--ammo-special)}.tooltip .frame .damage .slot .icon.ammo-type-3:before{content:"";color:var(--ammo-heavy)}.tooltip .frame .damage .slot .text{font-family:var(--font-text)}.tooltip .kill-tracker{padding:8px 16px;display:grid;row-gap:4px}.tooltip .kill-tracker .text{display:grid;grid-template-columns:max-content max-content;justify-content:space-between;align-items:center;font-size:14px;line-height:1.4}.tooltip .kill-tracker .text div:last-child{font-size:16px}.tooltip .kill-tracker .text div span{color:#fff6}.tooltip .kill-tracker .text div span:before{content:" / "}.tooltip .stats{padding:14px 16px;display:grid;gap:6px}.tooltip .stats .stat{display:grid;grid-template-columns:40fr 60fr;gap:16px;align-items:center}.tooltip .stats .stat .name{font-size:14px;line-height:18px;text-align:right;color:#fff9;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.tooltip .stats .stat .value{position:relative;height:18px;display:flex;align-items:center}.tooltip .stats .stat .value.bar{background-color:#ffffff0a}.tooltip .stats .stat .value.bar .int{position:absolute;top:0;right:7px;height:100%;display:grid;align-content:center;color:#fff;font-size:12px;font-family:var(--font-text);opacity:.4}.tooltip .stats .stat .value .bar{position:relative;height:100%;background-color:#fff}.tooltip .stats .stat .value .bar:before{content:attr(data-value);position:absolute;top:0;right:-16px;width:100%;height:100%;font-weight:400;font-size:10px;display:flex;align-items:center;justify-content:flex-end;opacity:0}.tooltip .stats .stat .value .bar.masterwork{background-color:var(--stat-masterwork)}.tooltip .stats .stat .value .bar.mod{background-color:var(--stat-add-mod)}.tooltip .stats .stat .value .bar.mod-{background-color:var(--stat-subtract)}.tooltip .stats .stat .value .text{color:#fff;font-family:var(--font-text)}.tooltip .stats .stat .value .text.masterwork{color:var(--stat-masterwork)}.tooltip .stats .stat .value .text.mod{color:var(--stat-add-mod)}.tooltip .stats .stat .value .text.mod-{color:var(--stat-subtract)}.tooltip .stats .stat .value .text.range{color:#fff9}.tooltip .stats .stat .value .text.range span{color:#fff}.tooltip .stats .stat .value svg{position:relative;top:1px;margin:0 0 0 6px}.tooltip .stats .stat .value ul{display:grid;grid-auto-flow:column}.tooltip .stats .stat .value ul li:not(:first-child):not(:first-child:last-child) .text:before{content:"+";position:relative;top:-1px;padding:0 5px;font-size:12px;color:#fff6}.tooltip .sockets{display:block;padding:0 0 12px}.tooltip .sockets.one{padding-bottom:0}.tooltip .sockets .category .socket{display:flex;justify-content:space-between}.tooltip .plug{padding:12px 8px 0;opacity:.4}.tooltip .plug.enabled{width:100%;padding:12px 16px 0;display:flex;flex-direction:row;gap:16px;opacity:1}.tooltip .plug:last-child{padding-right:16px}.tooltip .plug .icon{width:32px;height:32px;position:relative;background-size:contain}.tooltip .plug .text{flex:1;display:flex;flex-direction:column;justify-content:center}.tooltip .plug .text .type{font-size:12px;line-height:1.4;color:#fff6}.tooltip .plug .text .description{padding:0;margin:3px 0 0;font-size:14px;line-height:1.4;color:#fff9}.tooltip .plug .text p{line-height:1.4}.tooltip .plug .text p:not(:last-child){margin-bottom:3px}.tooltip .plug .text ul{list-style-type:disc;padding:0 0 0 2rem;line-height:1.4}.tooltip .sockets .category .socket.enhanced{margin-top:6px;border-top:2px solid color-mix(in srgb,var(--enhanced) 60%,transparent);background:linear-gradient(to bottom,color-mix(in srgb,var(--enhanced) 20%,transparent),transparent)}.tooltip .sockets .category .socket.enhanced .plug{padding-top:8px}.tooltip .sockets.one .category .socket .plug{padding-bottom:8px}.tooltip .sockets .category .socket .plug.intrinsic{padding:12px 16px 10px;background-color:#ffffff12}.tooltip .sockets.one .category .socket:not(:first-child):last-child .plug.intrinsic{padding-top:3px}.tooltip .sockets .category .socket.enhanced .plug .enhanced-arrow{position:absolute;left:-21%;top:12%;width:100%;height:64%;z-index:3}.tooltip .sockets .category .socket.enhanced .plug .enhanced-arrow svg{height:100%;width:auto}.tooltip .frame.exotic .sockets .category .socket .plug.intrinsic .text .name{color:var(--tier-exotic)}.tooltip .frame .objectives~.description{border-top:1px solid rgba(255,255,255,.2)}.tooltip .frame.mod .masterwork .stat{padding:14px 16px 0;display:grid;grid-auto-flow:column;gap:8px;justify-content:start;align-items:center}.tooltip .frame.mod .masterwork .stat:not(:first-child){padding-top:4px}.tooltip .frame.mod .masterwork .stat .value{font-size:24px;font-weight:500}.tooltip .frame.mod .masterwork .stat:first-child:last-child .value{font-size:32px;font-weight:500}.tooltip .frame.mod .masterwork .stat{color:var(--stat-masterwork)}.tooltip .energy{display:grid;grid-auto-flow:column;gap:8px;align-items:center;justify-content:left}.tooltip .energy .value{display:grid;grid-auto-flow:column;gap:3px;align-items:center;font-weight:500;font-size:28px;color:#fff}.tooltip .energy .value span{font-size:16px}.tooltip .frame .investment{padding:16px;display:grid;gap:10px}.tooltip .frame .investment .stat{display:grid;grid-template-columns:2fr 3fr;font-size:14px}.tooltip .frame .investment .stat .value{font-family:var(--font-text);font-size:16px;line-height:14px;color:var(--stat-add)}.tooltip .frame .investment .stat .value.negative{color:var(--stat-subtract)}.tooltip .frame .emblem{position:relative;height:initial;aspect-ratio:474/96;background-color:#ffffff0d}.tooltip .frame .emblem-metric{padding:16px;font-size:14px}.tooltip .frame.subclass .sockets.one .category .socket .plug{padding-bottom:16px}.tooltip .trials-passage .description{padding-bottom:0}.tooltip .trials-passage h5{padding:0 0 4px;margin:16px 16px 10px;font-size:14px;color:#fffc;border-bottom:1px solid rgba(255,255,255,.1)}.tooltip .trials-passage .streak{padding:0 16px}.tooltip .trials-passage .sockets{padding:16px 0}.tooltip .frame .rewards{padding:8px 16px 16px;font-size:14px}.tooltip .frame .rewards h3{margin:0 0 10px;font-size:14px;font-weight:500;letter-spacing:normal;text-transform:uppercase;color:var(--progress)}.tooltip .frame .rewards ul li{display:flex;align-items:center;margin:0 0 8px}.tooltip .frame .rewards ul li:last-child{margin:0}.tooltip .frame .rewards ul li .icon{position:relative;width:18px;height:18px;margin:0 10px 0 0}.tooltip .frame .vendor-costs{padding:14px 16px}.tooltip .frame .vendor-costs ul{display:grid;row-gap:10px}.tooltip .frame .vendor-costs ul li ul{display:grid;grid-template-columns:max-content max-content;justify-content:space-between;font-size:14px}.tooltip .frame .vendor-costs ul li ul li{height:20px;display:grid;align-items:center}.tooltip .frame .vendor-costs ul li ul li:first-child{grid-template-columns:20px auto;column-gap:6px}.tooltip .frame .vendor-costs ul li ul li .icon{position:relative;width:20px;height:20px}.tooltip .frame .vendor-costs ul li ul li .text span{position:relative;margin:0 12px 0 0;color:var(--progress)}.tooltip .frame .vendor-costs ul li ul li .text span:after{content:" / ";position:absolute;right:-11px;white-space:pre-wrap;color:#fff6;pointer-events:none}.tooltip .frame .vendor-costs ul li.not-enough-materials ul li:first-child .text,.tooltip .frame .vendor-costs ul li.not-enough-materials ul li .text span{color:var(--error)}.tooltip .clarity{background-color:#ffffff0d;border-top:1px solid rgba(255,255,255,.2)}.tooltip .clarity .text{margin:16px 16px 0;font-size:12px;letter-spacing:1px;text-transform:uppercase;color:#fff9}.tooltip .clarity .description span.noBreak{white-space:nowrap}.tooltip .clarity .description span.pvp{color:#d30f08}.tooltip .clarity .description span.solar{color:var(--energy-solar)}.tooltip .clarity .description span.arc{color:var(--energy-arc)}.tooltip .clarity .description span.void{color:var(--energy-void)}.tooltip .clarity .description span.stasis{color:var(--energy-stasis)}.tooltip .clarity .description span.strand{color:var(--energy-strand)}.tooltip .clarity .description span.primary{color:var(--ammo-primary)}.tooltip .clarity .description span.special{color:var(--ammo-special)}.tooltip .clarity .description span.heavy{color:var(--ammo-heavy)}.tooltip .clarity .description span.enhancedArrow{position:relative;padding:0 0 0 10px}.tooltip .clarity .description span.enhancedArrow:before{content:"";position:absolute;left:0;top:0;width:7px;height:21px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2021%2062.55'%3e%3cpath%20fill='%23f3cf55'%20d='M21,18,10.5,0,0,18H7S7,37.51,7,37.61a47.68,47.68,0,0,0,7,24.94V18Z'/%3e%3c/svg%3e");background-repeat:no-repeat}.streak{display:grid;grid-auto-flow:column;column-gap:4px;justify-content:left;--fill: var(--foreground)}.streak.trials{--fill: #d9df26}.streak .step{display:grid;width:16px;height:16px;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--foreground) 40%,transparent)}.streak .step div{margin:2px;background-color:var(--fill)}.streak.trials.flawless .step div.broken{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpolygon points='883.9,988.6 512,616.7 140.1,988.6 35.4,883.9 407.3,512 35.4,140.1 140.1,35.4 512,407.3 883.9,35.4 988.6,140.1 616.7,512 988.6,883.9' stroke='%23c53c32' stroke-width='40' fill='%23dc513b' /%3E%3C/svg%3E")}.tooltip .frame.loadout .loadout{padding:4px 0;display:flex;flex-direction:column}.tooltip .frame.loadout .loadout .item{padding:8px 16px;display:grid;grid-template-columns:32px 1fr auto;gap:10px}.tooltip .frame.loadout .loadout .item.exotic{background:linear-gradient(135deg,color-mix(in srgb,var(--tier-exotic) 20%,transparent),transparent)}.tooltip .frame.loadout .loadout .item .icon{--item-border-inset-width: 2px;--item-border-inset-color: #b9b9b9;position:relative;width:100%;aspect-ratio:1;flex:0 0 32px}.tooltip .frame.loadout .loadout .item .icon .border svg{position:absolute;width:100%}.tooltip .frame.loadout .loadout .item .icon:not(.noBorder){background-color:#fff3;box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--item-border-inset-color)}.tooltip .frame.loadout .loadout .item .icon:not(.noBorder):before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--item-border-inset-color)}.tooltip .frame.loadout .loadout .item .icon.masterworked:before{box-shadow:inset 0 0 0 var(--item-border-inset-width) transparent}.tooltip .frame.loadout .loadout .item .icon .sheen{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;--i0: calc(0% + var(--item-border-inset-width));--i1: calc(100% - var(--item-border-inset-width));clip-path:polygon(0% 0%,0% 100%,100% 100%,100% 0%,var(--i0) 0%,var(--i0) var(--i0),var(--i1) var(--i0),var(--i1) var(--i1),var(--i0) var(--i1),var(--i0) 0%);overflow:hidden;pointer-events:none}.tooltip .frame.loadout .loadout .item .icon .sheen:after{content:"";position:absolute;top:-100%;right:-100%;bottom:-100%;left:-100%;background:linear-gradient(to bottom,transparent 30%,#ffffff 50%,transparent 70%);animation:rotate-linear 6s linear infinite}.wrapper.reduced-motion .tooltip .frame.loadout .loadout .item .icon .sheen:after{animation-play-state:paused}.tooltip .frame.loadout .loadout .item .text{min-width:0}.tooltip .frame.loadout .loadout .item .text .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px}.tooltip .frame.loadout .loadout .item .text .type{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;line-height:1.4;color:#fff9}.tooltip .frame.loadout .loadout .item.missing{--foreground: #e88f4e}.tooltip .frame.loadout .loadout .item.missing .icon .corners{--border-color: color-mix(in srgb, var(--foreground) 50%, transparent)}.tooltip .frame.loadout .loadout .item.missing .text{grid-column:span 2;font-size:12px;text-transform:uppercase;color:var(--foreground)}.tooltip .frame.loadout .loadout .item .plugs{display:grid;grid-template-columns:repeat(6,24px);align-items:center;gap:3px}.tooltip .frame.loadout .loadout .item .plugs .plug{padding:unset;display:unset}.tooltip .frame.loadout .loadout .item .plugs .plug .icon{--item-border-inset-width: 1px;width:24px;height:24px}.tooltip .frame.map .header{padding:0;display:flex;border-top:2px solid #a3a3a3;background-color:transparent;color:#fff}.tooltip .frame.map .header .icon{flex:0 0 96px;display:flex;justify-content:center;align-items:center;background-color:#262626cc}.tooltip .frame.map .header .icon svg{width:56px;height:56px;fill:#fff}.tooltip .frame.map .header .text{padding:20px 16px 26px;flex:1;display:flex;flex-direction:column;gap:4px;background-color:#404040cc}.tooltip .frame.map .header .text .kind{color:#fff6}.tooltip .frame.map .within{padding:7px 16px 6px;font-size:14px;line-height:1.4;color:#f5eac4;background-color:#fbeaad66}.tooltip .frame.map .state{padding:7px 16px 6px;font-size:14px;line-height:1.4;background-color:#5aa366cc}.tooltip .frame.map .untracked{padding:7px 16px 6px;font-size:14px;line-height:1.4;background-color:#c8c8c8cc;color:#000}.tooltip .frame.map .description p strong{font-weight:400;color:#fff}.tooltip .frame.map.lore .book{display:grid;grid-template-columns:96px auto;background-color:#ffffff4d}.tooltip .frame.map.lore .book .cover{background-color:#ffffff26;position:relative;width:96px;padding:16px 16px 16px 18px}.tooltip .frame.map.lore .book .cover .image{background-size:cover;position:relative;height:unset;padding-bottom:126%}.tooltip .frame.map.lore .book .text{display:grid;align-content:start;padding:20px 16px 26px}.tooltip .frame.map.lore .book .text .name{font-size:20px;word-break:break-word}.tooltip .frame.map.lore .book .text .kind{color:#fff6;margin:6px 0 0}.tooltip .frame.map .availability{padding:0 16px;font-size:14px;color:var(--light)}.tooltip .frame.map .related{background-color:#ffffff0d;padding:16px}.tooltip .frame.map .related ul li{display:grid;grid-template-columns:48px 1fr;gap:1rem;align-content:start}.tooltip .frame.map .related ul li .icon{position:relative;width:48px;height:48px;background-color:#fff3}.tooltip .frame.map .related ul li .icon:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:4;box-shadow:inset 0 0 0 2px #b9b9b9;background-size:contain}.tooltip .frame.map .related ul li .text .name{margin:0 0 6px;color:#fff9}.tooltip .frame.map .related ul li .text .description{padding:0;color:#fff6}.tooltip .frame.member .title{margin:16px;padding:0 4px;position:relative;height:26px;display:grid;grid-template-columns:24px auto;gap:6px;--titleColor: rgb(255, 255, 255);color:var(--titleColor);background-color:#ffffff1a}.tooltip .frame.member .title.coloured{--titleColor: hsl(283, 70%, 64%);background-color:#bf63e326}.tooltip .frame.member .title.coloured.gilded{--titleColor: hsl(35, 80%, 65%);background-color:#edb25e26}.tooltip .frame.member .title .icon{display:grid;align-content:center}.tooltip .frame.member .title .icon svg{height:25px;width:auto}.tooltip .frame.member .title .text{align-self:center;font-size:14px}.tooltip .frame.member .title .text span{font-style:italic;letter-spacing:.5px}.tooltip .frame.member .title:before,.tooltip .frame.member .title:after{content:"";position:absolute;top:-4px;left:0;width:100%;height:2px;background-color:var(--titleColor);opacity:.4}.tooltip .frame.member .title:after{top:unset;bottom:-4px}.tooltip .frame.member .parameters{padding:16px;display:flex;flex-flow:row wrap;align-items:center;gap:16px}.tooltip .frame.member .parameters .param{--param-color: unset;color:var(--param-color);font-size:14px;line-height:16px}.tooltip .frame.member .parameters .param span:not(span span){margin:0 6px 0 0;font-size:16px}.tooltip .frame.member .parameters .param.guardian-rank span{color:#fff}.tooltip .frame.member .parameters .param.guardian-rank span:not(span span){margin:0 10px 0 0;width:16px;display:inline-flex;justify-content:center}.tooltip .frame.member .parameters .param.guardian-rank span span{color:#fff6}.tooltip .frame.member .parameters .param.season-rank{--param-color: var(--experience)}.tooltip .frame.member .parameters .param.active-score{--param-color: #f2e296}.tooltip .frame.member .parameters .param.active-score span{margin:0 3px 0 0}.tooltip .frame.member .parameters .param.bungie-name{display:flex;gap:10px;align-items:center}.tooltip .frame.member .parameters .param.bungie-name svg{width:16px;color:var(--bungie-blue)}.tooltip .frame.member .parameters .param.bungie-name span{font-size:14px}.tooltip .frame.member .parameters .param.bungie-name span span{color:var(--bungie-blue)}.tooltip .frame.member .state{padding:16px;font-size:14px}.tooltip .frame.member .state .activity{margin:0 0 8px}.tooltip .frame.member .state time{color:#fff9}.tooltip .frame.member .commendations-widget{margin:unset;padding:16px 16px 24px;display:grid;grid-template-columns:16px 1fr max-content;column-gap:10px;row-gap:16px}.tooltip .frame.member .commendations-widget .icon{position:relative;width:16px}.tooltip .frame.member .commendations-widget .icon svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:18px}.tooltip .frame.member .commendations-widget .value.total{font-size:18px}.tooltip .frame.member .commendations-widget .value.sent,.tooltip .frame.member .commendations-widget .value.received{font-size:14px}.tooltip .frame.member .triumph{padding:1rem 16px;display:flex;gap:1rem}.tooltip .frame.member .triumph .icon{flex:0 0 30px}.tooltip .frame.member .triumph .icon .image{position:unset;width:30px;height:30px}.tooltip .frame.member .triumph .text{flex:1 1 100%;min-width:0}.tooltip .frame.member .triumph .text .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tooltip .frame.member .triumph .text .description{margin:8px 0 0;padding:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;color:color-mix(in srgb,var(--foreground) 60%,transparent)}.tooltip .frame.member .triumph .text .description p{line-height:1.4}.tooltip .frame.presentation-node{container-type:inline-size}.tooltip .frame.presentation-node .banner{position:relative;aspect-ratio:525/150;background-color:#ffffff0d}.tooltip .frame.presentation-node .objectives{padding:16px}.tooltip .frame.presentation-node .title{padding:16px;color:#fffc}.tooltip .frame.presentation-node .title .state{margin:0 0 6px;font-size:14px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--progress)}.tooltip .frame.presentation-node .title.is-complete .state{color:#edb25e}.tooltip .frame.presentation-node .title .reward{font-size:14px}.tooltip .frame.presentation-node .title .reward strong{font-weight:unset;color:#fff9}.tooltip .frame.presentation-node .title.is-complete .reward strong{color:#fff}.tooltip .frame.presentation-node .attributes:has(.head.lore-book){min-height:calc((100cqw * .32) * 1.28133704735376 + 32px)}.tooltip .frame.presentation-node .head{position:absolute;width:100%;height:100px;background:linear-gradient(135deg,var(--color, rgba(255, 255, 255, .1)),transparent)}.tooltip .frame.presentation-node .head .icon{position:absolute;left:16px;top:16px;width:32cqw;aspect-ratio:1/1}.tooltip .frame.presentation-node .head.lore-book .icon{aspect-ratio:359/460}.tooltip .frame.presentation-node .head+.records{position:relative;margin:0 0 0 calc(32cqw + 16px)}.tooltip .frame.presentation-node .records{padding:16px;display:grid;gap:3px}.tooltip .frame.presentation-node .records .record{display:grid;grid-template-columns:24px 1fr;gap:10px;align-items:center}.tooltip .frame.presentation-node .records .record .icon .image{position:relative;width:24px;aspect-ratio:1/1}.tooltip .frame.presentation-node .records .record .text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;color:#fff6}.tooltip .frame.presentation-node .records .record.completed .text{color:#fffc}.tooltip .frame.progression .progress{padding:16px}.tooltip .frame.progression h4{font-size:14px;border-bottom:unset;padding:0;margin:16px 0 10px}.tooltip .frame.progression h4:first-child{margin-top:0}.tooltip .frame.record .objectives{padding:16px}.tooltip .frame.ui .header{background-color:#000000e6;border-top:6px solid rgb(204,204,204);color:#fff}.tooltip .frame.ui .header .name{font-size:20px}.tooltip .frame.ui .header .kind{margin:3px 0 0;font-size:14px}.tooltip .frame.ui .main{background-color:#050505d9}.tooltip .frame.ui .main strong{font-weight:400;color:#fff}.tooltip .frame.ui .main code{padding:2px 1px;background-color:color-mix(in srgb,var(--foreground) 10%,transparent);font-family:monospace;white-space:pre-wrap;word-break:break-word;font-size:12px;line-height:1}.tooltip .frame.ui .stats{border-top:none;border-color:red}.tooltip .frame.ui .points{padding:12px 16px;line-height:1.6;font-size:14px}.tooltip .frame.ui .points li ul{display:flex;justify-content:space-between;align-items:center;gap:10px}.tooltip .frame.ui .points li ul li:last-child{font-size:16px}.tooltip .frame.ui.braytech .warning{color:var(--warning)}.tooltip .frame.ui.braytech .minted{color:#fff6}.tooltip .frame.ui.braytech .steps{padding:16px;display:grid;gap:10px}.tooltip .frame.ui.braytech .steps .step{display:grid;grid-template-columns:1fr 3fr 1fr;gap:10px;font-size:14px;color:#fff6}.tooltip .frame.ui.braytech .steps .step.head{padding:0 0 6px;text-transform:uppercase;font-size:12px;font-family:var(--font-text);line-height:1.4;letter-spacing:1px;color:#fff9}.tooltip .frame.ui.braytech .steps .step li:last-child{text-align:right}.tooltip .frame.ui.braytech .steps .step.complete{color:#fffc}.tooltip .frame.ui.braytech .weapon-metrics{padding:16px}.tooltip .frame.ui.braytech .weapon-metrics .list.inventory-items.as-panels li.item .text{display:grid;grid-template-columns:auto 64px 20px 52px}.tooltip .frame.ui.braytech .weapon-metrics .list.inventory-items.as-panels li.item .text div:last-child{text-align:right}.tooltip .frame.ui.braytech .weapon-metrics .list.inventory-items.as-panels .head{padding:0 0 6px}.tooltip .frame.ui.braytech .weapon-metrics .list.inventory-items.as-panels .text{color:#fff9}.tooltip .frame.ui.braytech .weapon-metrics .list.inventory-items.as-panels .head .text{grid-column:span 2;text-transform:uppercase;font-size:12px;font-family:var(--font-text);line-height:1.4;letter-spacing:1px;color:#fff9}.tooltip .frame.ui.braytech .weapon-metrics .list.inventory-items.as-panels .outlier .text{color:#fffc}.tooltip .frame.ui.braytech .weapon-metrics .list.inventory-items.as-panels .text .name{padding:0 1rem 0 0;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tooltip .frame.ui.braytech .record-intervals .objectives{padding:16px}.tooltip .frame.ui.braytech .record-intervals .objectives .objective{display:flex;gap:10px}.tooltip .frame.ui.braytech .record-intervals .objectives .objective .progress-bar{width:100%}.tooltip .frame.ui.braytech .record-intervals .objectives .objective.unredeemed .progress-bar .bar .fill{background-color:#7bdcc199}.tooltip .frame.ui.braytech .record-intervals .objectives .objective.unredeemed .progress-bar .box .fill{background-color:#7bdcc1}.tooltip .frame.ui.braytech .record-intervals .objectives .objective.completed .progress-bar .box .fill{background-color:#e3d48899}.tooltip .frame.ui.braytech .record-intervals .objectives .objective.unredeemed .progress-bar .bar .fill,.tooltip .frame.ui.braytech .record-intervals .objectives .objective.completed .progress-bar .bar .fill{background-color:#5aa36600}.tooltip .frame.ui.braytech .record-intervals .objectives .objective .score{width:36px;height:20px;display:flex;align-items:center;justify-content:end;gap:2px;font-size:14px;color:#fffc}.tooltip .frame.ui.braytech .record-intervals .objectives .objective .score span{font-size:12px;color:#fff6}.tooltip .frame.challenges{--fill: #e5d163}.tooltip .frame.challenges .header{position:inherit;display:inherit;background-color:#252004b3;border-top:2px solid hsla(51,71%,64%,.8);font-family:inherit;padding:16px 16px 14px}.tooltip .frame.challenges .header h3{margin:unset;font-size:16px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:#e5d163}.tooltip .frame.challenges .main{padding:10px 0 0}.tooltip .frame.challenges .challenge:not(:first-child){border-top:1px solid hsla(51,71%,64%,.2);padding:10px 0 0}.tooltip .frame.challenges .challenge .description{padding:0 16px}.tooltip .frame.challenges .challenge .progress-bar{padding:0 16px;margin:10px 0 0}.tooltip .frame.challenges .challenge .progress-bar .description{color:inherit}.tooltip .frame.challenges .challenge .rewards{padding:16px}.tooltip .frame.vendor .header{padding:0;display:flex;border-top:2px solid #f5eac4;background-color:transparent;color:#fff}.tooltip .frame.vendor .header .icon{flex:0 0 96px;display:flex;justify-content:center;align-items:center;background-color:#262626cc}.tooltip .frame.vendor .header .icon svg{width:56px;height:56px}.tooltip .frame.vendor .header .text{padding:20px 16px 26px;flex:1;display:flex;flex-direction:column;gap:4px;background-color:#404040cc}.tooltip .frame.vendor .header .text .kind{color:#fff6}.tooltip .frame.vendor .header{border-top-color:#9feb84}.tooltip .frame.vendor .header .icon{background-color:#263621e6}.tooltip .frame.vendor .header .text{background-color:#45643acc}.tooltip .frame.vendor .main .screenshot:not(.extras){padding-bottom:28.6%}.tooltip .frame.vendor .description pre{font-style:normal;font-size:14px;letter-spacing:unset}.toast{position:fixed;bottom:0;left:0;width:100%;z-index:30;display:grid;align-content:center;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#000c;transition:background-color .25s;-webkit-backdrop-filter:blur(7px) brightness(1.2) saturate(1.2);backdrop-filter:blur(7px) brightness(1.2) saturate(1.2);animation:animation-toast-in .4s cubic-bezier(.4,0,.2,1) forwards,animation-toast-out 1.8s cubic-bezier(.4,0,.2,1) var(--timeout) forwards;--timeout-bar-color: #ffffff;--timeout-bar-spread: 12px}.toast.i{--timeout-bar-spread: 9px}.toast.no-timeout{animation:animation-toast-in .4s cubic-bezier(.4,0,.2,1) forwards}.toast.skip-in-out{animation:none;opacity:1;transform:scale(1) translateY(0)}.toast.skip-in{animation:animation-toast-out 1.8s cubic-bezier(.4,0,.2,1) var(--timeout) forwards}.toast.skip-out{animation:animation-toast-in .4s cubic-bezier(.4,0,.2,1) forwards}.wrapper.reduced-motion .toast{animation-duration:0s}.toast:active{background-color:#000000bf}.wrapper.dark .toast:active{background-color:#0009}@media (hover: hover){.toast:hover{background-color:#000000bf}.wrapper.dark .toast:hover{background-color:#0009}}.toast .shell{position:relative;box-shadow:0 10px 30px #0003}.toast .shell a{position:absolute;left:0;top:0;width:100%;height:100%}.toast .background .border-top{position:absolute;top:0;left:0;width:100%;height:6px;background-color:#ffffff1a}.toast .background .border-top .inner{position:absolute;top:0;right:0;width:100%;height:100%;background-color:var(--timeout-bar-color);animation:animation-toast-bar var(--timeout) ease-in 0s forwards}.toast.error .background .border-top .inner{--timeout-bar-color: var(--error)}.toast.warning .background .border-top .inner{--timeout-bar-color: var(--warning)}.toast.success .background .border-top .inner{--timeout-bar-color: var(--success)}.toast.no-timeout .background .border-top .inner{animation-play-state:paused}.toast .wrapper{position:relative;width:100%;margin:0 auto;padding:0 0 calc(1rem + env(safe-area-inset-bottom)/2);display:grid;grid-template-columns:1fr 2fr;font-size:14px}.toast .wrapper .status-icon{justify-self:right;position:relative;margin:24px 1rem 16px;display:flex;justify-content:center;align-items:center;width:24px;height:24px}.toast .wrapper .status-icon svg{width:22px;aspect-ratio:1/1}.toast.error .wrapper .status-icon svg{width:24px}.toast.warning .wrapper .status-icon svg{width:20px;color:var(--warning)}.toast .wrapper .text{padding:24px 3rem 16px 0;display:grid;grid-template-columns:min-content 1fr max-content;gap:1rem;font-size:18px;-webkit-user-select:none;user-select:none}.toast .wrapper .text .name{color:#fff;white-space:nowrap}.toast .wrapper .text .description{color:#fff9;max-width:calc(600px + 4rem)}.toast .wrapper .remaining{color:#fff6}.toast .wrapper .text .name p,.toast .wrapper .text .description p,.toast .wrapper .text .remaining p{line-height:1.4}.toast .wrapper .text .description ul,.toast .wrapper .text .description ol{list-style-type:disc;padding:0 0 0 2rem;margin:0 0 1rem}.toast .wrapper .text .description ol{list-style-type:decimal}.toast .wrapper .text .description ul li,.toast .wrapper .text .description ol li{line-height:1.6;margin:0 0 6px}@media screen and (max-width: 600px){.toast{display:block}.toast .wrapper{grid-template-columns:min-content 1fr;padding:0 0 1rem}.toast .wrapper .status-icon{width:40px;margin:24px 2rem 16px}.toast .wrapper .text{padding:24px 2rem 16px 0;grid-template-columns:1fr;gap:6px}.toast .wrapper .text .name{font-size:16px}.toast .wrapper .text .description,.toast .wrapper .text .remaining{font-size:14px}}.toast.achievement{background-color:unset;-webkit-backdrop-filter:blur(7px) brightness(.8) saturate(1.2);backdrop-filter:blur(7px) brightness(.8) saturate(1.2);--neutral: #dadada;--unredeemed: #7bdcc1;--redeemded: #e3d488;--gilded: #edb25e;--timeout-bar-spread: 10px}.toast.achievement .background .border-top{height:3px;background-color:#fff3}.toast.achievement .wrapper{padding:1rem 3rem calc(1rem + env(safe-area-inset-bottom)/2);display:grid;grid-template-columns:unset;grid-auto-flow:row;justify-content:center;background:radial-gradient(ellipse farthest-corner at 50% 100%,var(--neutral) 0%,rgba(218,218,218,0) 100%)}.toast.achievement .wrapper .background-icon{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.toast.achievement .wrapper .background-icon svg{width:33%;height:auto;fill:#fff;opacity:.2}.toast.achievement .wrapper .properties{display:grid;grid-template-columns:1fr 84px 1fr;align-items:center;gap:2rem}.toast.achievement .wrapper .properties .name{justify-self:right;font-size:24px;font-weight:500;color:#fff}.toast.achievement .wrapper .properties .icon{--item-border-inset-width: 2px;--item-border-inset-color: rgb(185, 185, 185);position:relative;width:84px;height:84px}.toast.achievement.item .wrapper .properties .icon{background-color:#ffffff1a;box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--item-border-inset-color)}.toast.achievement.item .wrapper .properties .icon:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:4;box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--item-border-inset-color)}.toast.achievement .wrapper .properties .description{font-size:16px;max-width:600px}.toast.achievement .wrapper .properties .description p{line-height:1.4}.toast.achievement .wrapper .more{position:relative;right:unset;top:unset;margin:24px 0 0;font-size:16px;text-align:center;color:#fffc}.toast.achievement .wrapper .more:before{content:"";position:absolute;left:50%;top:-8px;width:256px;height:1px;background:linear-gradient(to right,transparent 10%,#ffffff,transparent 90%);transform:translate(-50%);opacity:.8}.toast.achievement.record .wrapper{background:radial-gradient(ellipse farthest-corner at 50% 100%,var(--unredeemed) 0%,rgba(135,135,135,0) 100%)}.toast.achievement.lore .wrapper{background:radial-gradient(ellipse farthest-corner at 50% 100%,var(--neutral) 0%,rgba(218,218,218,0) 100%)}.toast.achievement.record.redeemed .wrapper,.toast.achievement.lore.redeemed .wrapper{background:radial-gradient(ellipse farthest-corner at 50% 100%,var(--redeemded) 0%,rgba(135,135,135,0) 100%)}.toast.achievement.record.gilded .wrapper{background:radial-gradient(ellipse farthest-corner at 50% 100%,var(--gilded) 0%,rgba(135,135,135,0) 100%)}.toast.achievement.pattern .wrapper{background:radial-gradient(ellipse farthest-corner at 50% 100%,var(--deepsight) 0%,rgba(135,135,135,0) 100%)}.toast.achievement{--timeout-bar-color: var(--neutral)}.toast.achievement.record:not(.lore){--timeout-bar-color: var(--unredeemed)}.toast.achievement.record.redeemed,.toast.achievement.lore.redeemed{--timeout-bar-color: var(--redeemded)}.toast.achievement.record.gilded{--timeout-bar-color: var(--gilded)}.toast.achievement.pattern{--timeout-bar-color: var(--deepsight)}@media (hover: hover){.toast.achievement:hover{background-color:#fff3}}@media (hover: hover){.wrapper.dark .toast.achievement:hover{background-color:#ffffff1a}}@media screen and (max-width: 600px){.toast.achievement .wrapper{padding:1.5rem 2rem calc(1rem + env(safe-area-inset-bottom)/2)}.toast.achievement .wrapper>.icon svg{opacity:.1;transform:scale(1)}.toast.achievement .wrapper .properties{grid-template-columns:40px 1fr;column-gap:2rem;row-gap:6px}.toast.achievement .wrapper .properties .name{justify-self:unset;grid-column:2/3;font-size:16px}.toast.achievement .wrapper .properties .icon{grid-column:1/2;grid-row:1/3;justify-self:center;width:48px;height:48px}.toast.achievement .wrapper .properties .description{font-size:14px;max-width:unset}.toast.achievement .wrapper .more{font-size:12px}}._transient_dgwre_1{position:fixed;left:0;top:0;width:100%;height:100%;padding:3rem;z-index:9;pointer-events:none;display:flex;flex-flow:column nowrap;align-items:end}@media screen and (max-width: 1920px){._transient_dgwre_1{background:radial-gradient(circle at 100% 30%,var(--background),transparent 50%)}}._transient_dgwre_1 ._wrapper_dgwre_21{display:flex;flex-flow:column nowrap;align-items:end;gap:1rem}._transient_dgwre_1 ._progression_dgwre_28{display:flex;flex-flow:row nowrap;align-items:end;gap:10px}._transient_dgwre_1 ._progression_dgwre_28 ._icon_dgwre_35{position:relative;width:64px;height:64px}._transient_dgwre_1 ._progression_dgwre_28 ._text_dgwre_41{display:flex;flex-flow:column nowrap;align-items:end}._transient_dgwre_1 ._progression_dgwre_28 ._text_dgwre_41 ._value_dgwre_47{font-size:22px;color:var(--foreground);text-shadow:1px 1px 0 rgba(0,0,0,.15)}._transient_dgwre_1 ._progression_dgwre_28 ._text_dgwre_41 ._name_dgwre_53{font-size:18px;font-style:italic;letter-spacing:.5px;color:color-mix(in srgb,var(--foreground) 60%,transparent);text-shadow:1px 1px 0 rgba(0,0,0,.15)}._transient_dgwre_1 ._item_dgwre_61{display:flex;flex-flow:row nowrap;align-items:end;gap:10px}._transient_dgwre_1 ._item_dgwre_61 ._text_dgwre_41{display:flex;flex-flow:column nowrap;align-items:end}._transient_dgwre_1 ._item_dgwre_61 ._text_dgwre_41 ._name_dgwre_53{font-size:22px;color:var(--foreground);text-shadow:1px 1px 0 rgba(0,0,0,.15)}._transient_dgwre_1 ._item_dgwre_61 ._text_dgwre_41 ._type_dgwre_80{font-size:18px;font-style:italic;letter-spacing:.5px;color:color-mix(in srgb,var(--foreground) 60%,transparent);text-shadow:1px 1px 0 rgba(0,0,0,.15)}._transient_dgwre_1 ._item_dgwre_61 ._items_dgwre_88{--item-size: 64px;display:block;width:64px;height:64px}._transient_dgwre_1 ._info_dgwre_95{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}@media screen and (max-width: 600px){._transient_dgwre_1{right:2rem;top:calc(var(--header-height) + var(--header-offset) + 2rem)}}._pane_dgwre_106{--width: 24%}._history_dgwre_110{padding:2rem 2rem 2rem 0;display:flex;flex-flow:column nowrap;gap:1rem;overflow:hidden;overflow-y:auto}._history_dgwre_110 ._snapshot_dgwre_119 h5{margin-bottom:6px}._history_dgwre_110 ._entities_dgwre_123{display:flex;flex-flow:column nowrap;gap:3px}._history_dgwre_110 ._entities_dgwre_123 ._row_dgwre_129._progression_dgwre_28{display:flex;flex-flow:row nowrap;align-items:center;gap:10px}._history_dgwre_110 ._entities_dgwre_123 ._row_dgwre_129 ._icon_dgwre_35{position:relative;width:24px;height:24px}._history_dgwre_110 ._entities_dgwre_123 ._row_dgwre_129 ._icon_dgwre_35 ._items_dgwre_88{--item-size: 24px;--item-border-inset-width: 1px}._history_dgwre_110 ._progression_dgwre_28{display:flex;flex-flow:column nowrap;align-items:end}._history_dgwre_110 ._progression_dgwre_28 ._value_dgwre_47{font-size:14px;color:var(--foreground);text-shadow:1px 1px 0 rgba(0,0,0,.15)}._history_dgwre_110 ._progression_dgwre_28 ._name_dgwre_53{font-size:14px;font-style:italic;letter-spacing:.5px;color:color-mix(in srgb,var(--foreground) 60%,transparent);text-shadow:1px 1px 0 rgba(0,0,0,.15)}._history_dgwre_110 ._item_dgwre_61{display:flex;flex-flow:row nowrap;align-items:end;gap:10px}._history_dgwre_110 ._item_dgwre_61 ._name_dgwre_53{font-size:14px;color:var(--foreground);text-shadow:1px 1px 0 rgba(0,0,0,.15)}._history_dgwre_110 ._item_dgwre_61 ._items_dgwre_88{--item-size: 32px;display:block;width:32px;height:32px}#clan .frame .container .state{min-width:24px;min-height:20px;display:grid;grid-template-columns:auto max-content;align-items:center;gap:1rem;font-size:16px}#clan .frame .container .state .spinner{position:absolute;right:0;top:-12px}#clan .frame .container .state .text strong{font-weight:400;color:var(--foreground)}#clan .frame .container.roster{row-gap:1rem}#clan .frame .container.roster .download-data{display:grid;justify-content:right}#clan .frame .container.about{grid-template-columns:1fr minmax(205px,410px)}#clan .frame .container.about .module{display:grid;grid-template-columns:12px 1fr;gap:2rem}#clan .frame .container.about .module .header{position:relative;border-bottom:2px solid color-mix(in srgb,var(--foreground) 40%,transparent)}#clan .frame .container.about .module .header .sticky{position:sticky;top:calc(3rem + var(--header-offset))}#clan .frame .container.about .module .header .sticky h3{margin:2px 0 0;padding:0 0 1rem;writing-mode:vertical-rl;text-orientation:mixed;font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}#clan .frame .container.about .module .header .sticky div{margin:2rem 0 0 -1px;padding:0 0 1rem;writing-mode:vertical-rl;text-orientation:mixed;font-size:12px;letter-spacing:.5px;text-transform:uppercase;display:flex;gap:10px}#clan .frame .container.about .module .banner{position:relative}#clan .frame .container.about .module .banner .hyperlink{position:absolute;left:50%;bottom:1rem;transform:translate(-50%)}#clan .frame .container.about .details{display:grid;grid-template-columns:1fr 1fr;gap:3rem}#clan .frame .container.about .module.about{grid-column:span 2}#clan .frame .container.about .module.about .name{margin:0 0 6px;font-size:28px;color:var(--foreground)}#clan .frame .container.about .module.about .motto{margin:0 0 1rem;font-size:16px;font-style:italic;letter-spacing:.5px}#clan .frame .container.about .module.about .members{margin:0 0 1rem;font-size:14px}#clan .frame .container.about .module.about .members:before{content:"// "}#clan .frame .container.about .module.about .members strong{font-weight:400;color:var(--foreground)}#clan .frame .container.about .module.about .about{max-width:768px}#clan .frame .container.about .module.about .about p{font-size:14px}#clan .frame .container.about .module.about .about ul,#clan .frame .container.about .module.about .about ol{list-style-type:disc;padding:0 0 0 2rem;margin:0 0 1rem}#clan .frame .container.about .module.about .about ol{list-style-type:none}#clan .frame .container.about .module.about .about ul li,#clan .frame .container.about .module.about .about ol li{font-size:14px;line-height:1.6;margin:0 0 6px}#clan .frame .container.about .module.about .about ol{counter-reset:list}#clan .frame .container.about .module.about .about ol li{position:relative;padding:0 0 0 1rem}#clan .frame .container.about .module.about .about ol li:before{counter-increment:list;content:counter(list);position:absolute;left:-18px}#clan .frame .container.about .module.progression .progress-bar.cap .bar.full{background-color:#c6a006cc}#clan .frame .container.about .module.progression .info{margin:10px 0 0}#clan .frame .container.about .module.progression .list.inventory-items.rewards{margin:2rem 0 0;display:grid;grid-template-columns:repeat(4,1fr);justify-content:space-between}#clan .frame .container.about .module.progression .list.inventory-items.rewards li{aspect-ratio:unset;display:grid;grid-template-columns:1fr;justify-items:center;align-content:center}#clan .frame .container.about .module.progression .list.inventory-items.rewards li .icon{margin:0 0 10px;width:100%;max-width:48px;aspect-ratio:1}#clan .frame .container.about .module.progression .list.inventory-items.rewards li.earned:not(.redeemed) .icon:before,#clan .frame .container.about .module.progression .list.inventory-items.rewards li.earned:not(.redeemed) .icon:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;animation:engram-sparkle-fill 5s linear 0s infinite forwards reverse;background:linear-gradient(150deg,#fff0 30%,#fff,#fff0 70%);background-size:600%;background-position:center center;background-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84.57 78.51'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M16.64,5.23,17,4.5,25.23,0H59.34l8.19,4.5L84.57,35v11L68.2,73.58l-8.57,4.93H24.94l-8.57-4.93L0,45.91V35Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84.57 78.51'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M16.64,5.23,17,4.5,25.23,0H59.34l8.19,4.5L84.57,35v11L68.2,73.58l-8.57,4.93H24.94l-8.57-4.93L0,45.91V35Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:92%;mask-size:92%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;z-index:2}#clan .frame .container.about .module.progression .list.inventory-items.rewards li.earned:not(.redeemed) .icon:before{animation:engram-sparkle 5s linear 0s infinite forwards reverse;background:linear-gradient(130deg,#fff0 20%,#fff,#fff,#fff0 80%);background-size:400%;background-position:center center;background-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 88.98 82.68'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolyline points='19.25 6.59 44.61 10.7 69.74 6.59' style='fill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:1.5px'/%3E%3Cpolyline points='2.21 37.03 17.96 56.95 44.61 43.06 71.03 56.95 86.78 37.03' style='fill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:1.5px'/%3E%3Cline x1='27.15' y1='80.6' x2='17.96' y2='56.95' style='fill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:1.5px'/%3E%3Cline x1='44.61' y1='10.7' x2='44.61' y2='43.06' style='fill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:1.5px'/%3E%3Cline x1='61.84' y1='80.6' x2='71.03' y2='56.95' style='fill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:1.5px'/%3E%3Cpath d='M18.85,7.31l.4-.72,8.19-4.5H61.55l8.19,4.5L86.78,37V48L70.41,75.67,61.84,80.6H27.15l-8.57-4.93L2.21,48V37Z' style='fill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:1.5px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 88.98 82.68'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolyline points='19.25 6.59 44.61 10.7 69.74 6.59' style='fill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:1.5px'/%3E%3Cpolyline points='2.21 37.03 17.96 56.95 44.61 43.06 71.03 56.95 86.78 37.03' style='fill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:1.5px'/%3E%3Cline x1='27.15' y1='80.6' x2='17.96' y2='56.95' style='fill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:1.5px'/%3E%3Cline x1='44.61' y1='10.7' x2='44.61' y2='43.06' style='fill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:1.5px'/%3E%3Cline x1='61.84' y1='80.6' x2='71.03' y2='56.95' style='fill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:1.5px'/%3E%3Cpath d='M18.85,7.31l.4-.72,8.19-4.5H61.55l8.19,4.5L86.78,37V48L70.41,75.67,61.84,80.6H27.15l-8.57-4.93L2.21,48V37Z' style='fill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:1.5px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:95%;mask-size:95%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}#clan .frame .container.about .module.progression .list.inventory-items.rewards li.placeholder{background-color:unset}#clan .frame .container.about .module.progression .list.inventory-items.rewards li.placeholder .icon{box-shadow:unset;background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 88.98 82.68'%3E%3Cg style='opacity:0.075'%3E%3Cpath d='M70.76,55.68,85.58,36.94,69.2,7.69,45.61,11.55V42.46Z' style='fill:%23fff'/%3E%3Cpolygon points='44.61 9.69 66.71 6.07 61.29 3.09 27.69 3.09 22.28 6.06 44.61 9.69' style='fill:%23fff'/%3E%3Cpolygon points='44.61 44.19 19.21 57.42 27.83 79.6 61.15 79.6 69.77 57.42 44.61 44.19' style='fill:%23fff'/%3E%3Cpolygon points='85.78 47.72 85.78 39.91 71.9 57.45 63.79 78.31 69.68 74.93 85.78 47.72' style='fill:%23fff'/%3E%3Cpolygon points='19.72 7.8 3.41 36.94 18.23 55.68 43.61 42.46 43.61 11.55 19.78 7.68 19.72 7.8' style='fill:%23fff'/%3E%3Cpolygon points='3.21 47.72 19.31 74.93 25.19 78.31 17.08 57.45 3.21 39.91 3.21 47.72' style='fill:%23fff'/%3E%3C/g%3E%3Cpath d='M17.81,5.94l.42-.76L26.75.5H62.24l8.51,4.68L88.48,36.86v11.4l-17,28.79-8.91,5.13H26.45l-8.92-5.13L.5,48.26V36.86Z' style='fill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:2;opacity:0.2'/%3E%3C/svg%3E");background-position:center center;background-repeat:no-repeat;background-size:90%}.wrapper.reduced-motion #clan .frame .container.about .module.progression .list.inventory-items.rewards li.earned:not(.redeemed) .icon:before,.wrapper.reduced-motion #clan .frame .container.about .module.progression .list.inventory-items.rewards li.earned:not(.redeemed) .icon:after{content:unset}#clan .frame .container.about .module.banner-perks ul{display:grid;gap:14px}#clan .frame .container.about .module.banner-perks ul li{padding:0;line-height:1.4;display:grid;grid-template-columns:48px auto;gap:10px;align-items:flex-start;opacity:.5}#clan .frame .container.about .module.banner-perks ul li.active{opacity:1}#clan .frame .container.about .module.banner-perks ul li .icon{position:relative;height:unset;padding-bottom:100%}#clan .frame .container.about .module.banner-perks ul li .text .name{margin:0 0 4px}#clan .frame .container.about .module.banner-perks ul li .text .description{color:color-mix(in srgb,var(--foreground) 60%,transparent)}@media screen and (max-width: 1280px){#clan .frame .container.about .details{grid-template-columns:1fr}#clan .frame .container.about .module.about{grid-column:unset}}@media screen and (max-width: 767px){#clan .frame .container.about{grid-template-columns:1fr}}@media screen and (max-width: 600px){#clan .frame .container.about .details{gap:2rem}#clan .frame .container.about .module.about .name{font-size:22px}}.ttr{position:relative;width:100%;height:2px;background-color:color-mix(in srgb,var(--foreground) 10%,transparent);transition:background-color .5s;--duration: 60s}.ttr.inactive{background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}.ttr .bar{position:absolute;width:100%;height:100%;background-color:var(--foreground);animation:animation-ttr var(--duration) linear 0s 1 forwards}@keyframes animation-ttr{0%{width:100%;opacity:.6}80%{opacity:.4}90%{opacity:.3}to{width:0%;opacity:0}}.roster .info~.button{margin:1rem 0 0}.list.roster .row{padding:0 0 3px;margin:0 0 3px;border-bottom:1px solid color-mix(in srgb,var(--foreground) 10%,transparent)}.list.roster .row ul .col.na{color:color-mix(in srgb,var(--foreground) 40%,transparent)}.list.roster .row.header{-webkit-user-select:none;user-select:none}.list.roster .row.header ul .col{height:38px;text-transform:uppercase;font-size:12px;font-family:var(--font-text);line-height:1.4;letter-spacing:1px;color:color-mix(in srgb,var(--foreground) 60%,transparent);cursor:row-resize}.list.roster .row.header ul .col .text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list.roster .row.header ul .col:not(.no-sort):active{background-color:color-mix(in srgb,var(--foreground) 20%,transparent);color:color-mix(in srgb,var(--foreground) 100%,transparent)}@media (hover: hover){.list.roster .row.header ul .col:not(.no-sort):hover{background-color:color-mix(in srgb,var(--foreground) 20%,transparent);color:color-mix(in srgb,var(--foreground) 100%,transparent)}}.list.roster .row.header ul .col.no-sort{cursor:not-allowed}.list.roster .row.header ul .col.sort{color:color-mix(in srgb,var(--foreground) 80%,transparent)}.list.roster .row>ul{width:100%;display:grid;gap:1rem;grid-template-columns:minmax(180px,260px) 114px minmax(180px,740px) minmax(70px,120px) minmax(50px,90px) minmax(70px,120px) minmax(70px,120px);transition:background-color .25s}.list.roster .row>ul:active{background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}@media (hover: hover){.list.roster .row>ul:hover{background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}}.list.roster .row.error>ul{grid-template-columns:1fr}.list.roster .row.error>ul .col{padding:1rem 0;font-size:14px;font-style:italic;letter-spacing:.5px}.list.roster .row>ul .col{position:relative;margin:0;display:flex;align-items:center;font-size:14px}.list.roster .row:not(.header)>ul .col.focus{font-size:18px}.list.roster~.button{margin:1rem 0 0}.list.roster .row.self>ul .col.member:before{content:"";position:absolute;top:12px;left:-24px;font-size:14px;line-height:1;z-index:2;pointer-events:none}.list.roster .row>ul .col.last-character .icon,.list.roster .row>ul .col.last-platform .platform{width:38px;height:38px;margin:unset;display:grid;align-items:center;justify-content:center;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:18px;font-family:var(--font-text);color:color-mix(in srgb,var(--foreground) 80%,transparent)}.list.roster .row>ul .col.last-character .icon{font-size:12px}.list.roster .row>ul .col.last-character{grid-auto-flow:column}.list.roster .row>ul .col.last-character .icon svg{width:22px;height:18px;fill:color-mix(in srgb,var(--foreground) 80%,transparent)}.list.roster .row>ul .col.last-character .icon.character.titan svg{fill:url(#class-gradient-titan)}.list.roster .row>ul .col.last-character .icon.character.hunter svg{fill:url(#class-gradient-hunter)}.list.roster .row>ul .col.last-character .icon.character.warlock svg{fill:url(#class-gradient-warlock)}.list.roster .row>ul .col.last-character .icon.light.standard{color:var(--light)}.list.roster .row>ul .col.last-character .icon.light.excessive{color:var(--light)}.list.roster .row>ul .col.last-character .icon.season-rank.standard{color:var(--experience)}.list.roster .row>ul .col.last-character .icon.season-rank.excessive{color:var(--experience)}.list.roster .row:not(.header)>ul .col.last-activity>div{height:100%;width:100%;display:grid;gap:7px;align-items:center}.list.roster .row:not(.header)>ul .col.last-activity>div div{white-space:nowrap;width:max-content;overflow:hidden;text-overflow:ellipsis;width:100%}.list.roster .row:not(.header)>ul .col.last-activity>div span{color:color-mix(in srgb,var(--foreground) 60%,transparent)}.list.roster .row:not(.header)>ul .col.last-activity>div span:before{content:"    ";white-space:pre-wrap}.list.roster .row>ul .col.progression{grid-template-columns:repeat(2,max-content)}.list.roster .row>ul .col.progression .resets{color:color-mix(in srgb,var(--foreground) 50%,transparent)}.list.roster .row>ul .col.progression .resets:before{content:"";white-space:pre-wrap}.list.roster .row:not(.header)>ul .col.weekly-xp{grid-template-columns:repeat(2,max-content);white-space:pre-wrap;color:color-mix(in srgb,var(--foreground) 40%,transparent)}.list.roster .row>ul .col.weekly-xp span{color:color-mix(in srgb,var(--foreground) 80%,transparent)}.list.roster>.fireteam>ul:before{content:"";position:absolute;top:6px;left:-8px;width:4px;height:calc(100% - 19px);background-color:color-mix(in srgb,var(--foreground) 40%,transparent);border:2px solid var(--foreground);border-right:none;opacity:.4;transition:opacity .25}@media screen and (max-width: 1280px){.list.roster .row>ul{grid-template-columns:minmax(140px,200px) 114px minmax(120px,400px) minmax(70px,90px) minmax(70px,90px) minmax(70px,90px) minmax(70px,90px)}.list.roster .row>ul .col.weekly-xp{display:none}}@media screen and (max-width: 768px){.list.roster .row>ul{grid-template-columns:minmax(100px,160px) 114px minmax(120px,400px)}.list.roster .row>ul .col.triumph-score,.list.roster .row>ul .col.valor,.list.roster .row>ul .col.glory,.list.roster .row>ul .col.infamy{display:none}}@media screen and (max-width: 767px){.list.roster .row>ul{grid-template-columns:minmax(100px,160px) 114px minmax(120px,400px);gap:10px}.list.roster .row>ul li{font-size:14px}.list.roster .row:not(.header)>ul .col.focus{font-size:14px}}@media screen and (max-width: 600px){.list.roster .row>ul{grid-template-columns:minmax(80px,270px) minmax(100px,400px);gap:10px}.list.roster .row.header ul .col{font-size:11px}.list.roster .row>ul .col.member .member-link{grid-template-columns:1fr calc(28px + 1rem)}.list.roster .row>ul .col.member .member-link .emblem{display:none}.list.roster .row>ul .col.last-platform,.list.roster .row>ul .col.last-character{display:none}}.list.roster.admin.pending{margin:0 0 1rem}.list.roster.admin .row>ul{width:100%;display:grid;gap:1rem;grid-template-columns:minmax(180px,260px) 38px 114px minmax(180px,700px) minmax(80px,130px) minmax(60px,90px) minmax(60px,90px) auto}.list.roster.admin .row>ul .col.actions{display:grid;gap:3px;grid-template-columns:repeat(3,117px)}.list.roster.admin .row:not(.header)>ul .col.actions .button{margin:0;min-width:unset}@media screen and (max-width: 1500px){.list.roster.admin .row>ul{grid-template-columns:minmax(130px,260px) 38px 114px minmax(150px,450px) minmax(40px,60px) minmax(40px,60px) auto}.list.roster .row>ul .col.weekly-xp{display:none}}#clan .frame .container.historical-stats{--columns: 8;grid-template-columns:repeat(4,1fr)}#clan .frame .container.historical-stats header .sticky{display:grid;gap:2rem}#clan .frame .container.historical-stats .module.roster{grid-column:span 3;display:grid;gap:1rem}#clan .frame .container.historical-stats .list.roster .row>ul{width:100%;display:grid;grid-template-columns:minmax(200px,280px) repeat(var(--columns),minmax(40px,140px));gap:1rem}#clan .frame .container.historical-stats .list.roster .row.header ul .col{height:120px;padding-bottom:1rem;justify-items:right;align-items:start;writing-mode:vertical-lr;text-orientation:mixed;text-align:right;font-size:12px;letter-spacing:.5px;text-transform:uppercase}#clan .frame .container.historical-stats .list.roster .row>ul .col.member{padding-right:1rem}#clan .frame .container.historical-stats .list.roster .row>ul .col.member .member-link{max-width:unset}@media screen and (max-width: 1366px){#clan .frame .container.historical-stats{gap:2rem}#clan .frame .container.historical-stats header{grid-column:span 2}#clan .frame .container.historical-stats .module.roster{grid-column:span 4}}@media screen and (max-width: 600px){#clan .frame .container.historical-stats header .sticky{display:grid;gap:2rem}}._wrapper_zj5hj_1{margin:1rem 0 0;width:100%;display:flex;gap:3px}._segment_zj5hj_8{position:relative;height:2px;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}._segment_zj5hj_8._played_zj5hj_14{background-color:color-mix(in srgb,var(--accent, var(--foreground)) 80%,transparent)}._segment_zj5hj_8._played_zj5hj_14:before{content:"";position:absolute;left:0;bottom:2px;width:100%;height:20px;background:linear-gradient(to bottom,transparent 25%,color-mix(in srgb,var(--accent, var(--foreground)) 30%,transparent))}.list.reports{container-type:inline-size;display:grid;gap:3px}.list.reports li{--ui-scale: var(--ui-scale-3)}.list.reports .placeholder{height:38px;-webkit-user-select:none;user-select:none;background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}.list.reports li>.basic{display:grid;width:100%;height:38px;position:relative;padding:0 1rem;grid-template-columns:minmax(max-content,300px) max-content auto;column-gap:10px;-webkit-user-select:none;user-select:none;align-items:center;font-size:14px}.list.reports li.loss>.basic:before{content:"";position:absolute;top:0;left:0;height:100%;width:5px;background-color:var(--error)}.list.reports li.success>.basic:before{content:"";position:absolute;top:0;left:0;height:100%;width:5px;background-color:var(--foreground);box-shadow:0 0 10px 0 var(--foreground),0 0 10px 0 var(--foreground)}.list.reports li.success.flawless>.basic:before{background-color:var(--light);box-shadow:0 0 10px 0 var(--light),0 0 10px 0 var(--light)}.list.reports li>.basic .type{font-size:16px;min-width:13rem}.list.reports li>.basic .name{min-width:10rem}.list.reports li>.basic .ago{text-align:right}.list.reports li.isExpanded{height:unset;display:block;transition:color .25s,box-shadow .25s;background-color:color-mix(in srgb,var(--foreground) 5%,transparent);color:color-mix(in srgb,var(--foreground) 80%,transparent)}.list.reports li.isExpanded:active{background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}.list.reports li.isExpanded:active:before,.list.reports li.isExpanded:active:after{box-shadow:none;background-color:unset}@media (hover: hover){.list.reports li.isExpanded:hover{background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}.list.reports li.isExpanded:hover:before,.list.reports li.isExpanded:hover:after{box-shadow:none;background-color:unset}}@container (max-width: 768px){.list.reports li>.basic{grid-template-columns:1fr 1fr}.list.reports li>.basic .ago{display:none}.list.reports li>.basic .type,.list.reports li>.basic .name{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list.reports li>.basic .type,.list.reports li>.basic .name{min-width:unset}.list.reports li>.basic .name{text-align:right}}.list.reports li .report-header{position:relative;width:100%;aspect-ratio:2.4/1;display:flex;-webkit-user-select:none;user-select:none;overflow:hidden;--foreground: #ffffff;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}.list.reports li .report-header .screenshot{position:absolute;left:0;top:0;width:100%;height:100%;transition:background-color .5s}.list.reports li .report-header .screenshot:has(.image.dl){background-color:#000}.list.reports li .report-header .screenshot .image{background-size:cover}.list.reports li .report-header .screenshot .image.dl{opacity:.75}.list.reports li .report-header .failure{content:"";position:absolute;left:50%;top:0;height:100%;aspect-ratio:16/9;transform:translate(-50%);background:radial-gradient(50% 75% at 50% 100%,var(--error),transparent)}.list.reports li .report-header:has(.properties .state.did-not-finish) .failure{content:"";position:absolute;left:50%;top:0;height:100%;aspect-ratio:16/9;transform:translate(-50%);background:radial-gradient(50% 75% at 50% 100%,#5f6363,transparent)}.list.reports li .report-header .expired-light{position:absolute;right:0;bottom:0;height:100%;aspect-ratio:1/1;z-index:2}.list.reports li .report-header .expired-light .icon{position:absolute;right:-20%;bottom:-20%;width:100%;height:100%}.list.reports li .report-header .expired-light .icon svg{position:absolute;right:0;bottom:0;width:auto;height:100%;color:var(--error);-webkit-mask-image:radial-gradient(80% 100% at 0% 0%,#0003 50%,#000c 120%);mask-image:radial-gradient(80% 100% at 0% 0%,#0003 50%,#000c 120%);-webkit-mask-size:100% 100%;mask-size:100% 100%}.list.reports li .report-header .properties{position:relative;z-index:3;width:100%;padding:3rem;display:flex;flex-flow:column;justify-content:space-between;gap:2rem;color:color-mix(in srgb,var(--foreground) 100%,transparent)}.list.reports li .report-header .properties .time{position:relative;width:100%;display:flex;justify-content:right;font-size:16px;color:color-mix(in srgb,var(--foreground) 80%,transparent)}.list.reports li .report-header .properties .state{width:max-content;margin:0 auto;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;gap:8px}.list.reports li .report-header .properties .state.error,.list.reports li .report-header .properties .state.did-not-finish{padding:4px 12px;background-color:var(--error)}.list.reports li .report-header .properties .state.did-not-finish{background-color:#5f6363}.list.reports li .report-header .properties .state .text{font-size:18px}.list.reports li .report-header .properties .state .icon{display:flex;width:16px}.list.reports li .report-header .properties .state .icon svg{width:100%}.list.reports li .report-header .properties .activity .name{font-size:48px;font-weight:500;text-align:center}.list.reports li .report-header .properties .activity .type{font-size:24px;color:color-mix(in srgb,var(--foreground) 80%,transparent);text-align:center}.list.reports li .report-header .properties .meta{margin:2rem 0 0;display:flex;flex-flow:column;align-items:center;gap:2rem}.list.reports li .report-header .properties .meta .modifiers{display:flex;justify-items:center;justify-content:center;gap:1rem}.list.reports li .report-header .properties .meta .modifiers .icon{display:flex;justify-content:center;margin:0 0 4px}.list.reports li .report-header .properties .meta .modifiers .icon svg{width:48px}.list.reports li .report-header .properties .meta .modifiers .text{display:flex;justify-content:center;color:color-mix(in srgb,var(--foreground) 80%,transparent)}.list.reports li .report-header .properties .meta .team-score{display:flex;align-content:center;gap:3px}.list.reports li .report-header .properties .meta .team-score .value{width:96px;height:40px;display:flex;justify-content:center;align-items:center;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--foreground) 40%,transparent);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);font-size:28px;font-weight:500;color:color-mix(in srgb,var(--foreground) 100%,transparent)}.list.reports li .report-header .properties .meta .team-score .value.bravo.victory{background-color:#60779a}.list.reports li .report-header .properties .meta .team-score .value.alpha.victory{background-color:#973835}.list.reports li .report-header .properties .meta .strike-score{display:grid;grid-template-columns:auto auto;align-items:center;gap:12px}.list.reports li .report-header .properties .meta .strike-score .icon{display:grid;width:32px}.list.reports li .report-header .properties .meta .strike-score .value{font-size:32px;font-weight:500;color:color-mix(in srgb,var(--foreground) 100%,transparent)}.list.reports li .report-header .properties .meta .stat{display:grid;justify-items:center}.list.reports li .report-header .properties .meta .stat .value{font-size:24px;font-weight:500;color:color-mix(in srgb,var(--foreground) 100%,transparent)}.list.reports li .report-header .properties .meta .stat .name{font-size:16px;color:color-mix(in srgb,var(--foreground) 60%,transparent)}.list.reports li .report-header .weapon-metrics{position:absolute;left:50%;bottom:2rem;width:20%;transform:translate(-50%);z-index:3}.list.reports li .report-header .weapon-metrics h5{border-bottom:2px solid color-mix(in srgb,var(--foreground) 20%,transparent);line-height:1.4}.list.reports li .report-header .weapon-metrics .list.inventory-items.as-panels li{min-width:0}.list.reports li .report-header .weapon-metrics .list.inventory-items.as-panels li{transition:unset}.list.reports li .report-header .weapon-metrics .list.inventory-items.as-panels li .text{flex:1 1;min-width:0}@container (max-width: 1024px){.list.reports li .report-header{aspect-ratio:2/1}}@container (max-width: 768px){.list.reports li .report-header{aspect-ratio:16/11}.list.reports li .report-header .properties{padding:1rem;gap:1rem}.list.reports li .report-header .properties .time{font-size:14px}.list.reports li .report-header .properties .state{gap:6px}.list.reports li .report-header .properties .state .text{font-size:14px}.list.reports li .report-header .properties .state .icon{width:14px}.list.reports li .report-header .properties .activity .name{font-size:24px}.list.reports li .report-header .properties .activity .name.small{font-size:20px}.list.reports li .report-header .properties .activity .type{font-size:16px}.list.reports li .report-header .properties .meta{margin:1rem 0 0;gap:1rem}.list.reports li .report-header .properties .meta .modifiers{gap:10px}.list.reports li .report-header .properties .meta .modifiers .icon{margin:unset}.list.reports li .report-header .properties .meta .modifiers .icon svg{width:32px}.list.reports li .report-header .properties .meta .modifiers .text{display:none}.list.reports li .report-header .properties .meta{gap:10px}.list.reports li .report-header .properties .meta .team-score .value{width:72px;height:30px;font-size:18px}.list.reports li .report-header .properties .meta .strike-score{gap:6px}.list.reports li .report-header .properties .meta .strike-score .icon{width:22px}.list.reports li .report-header .properties .meta .strike-score .value{font-size:22px}.list.reports li .report-header .properties .meta .stat .value{font-size:18px}.list.reports li .report-header .properties .meta .stat .name{font-size:14px}.list.reports li .report-header .weapon-metrics{display:none}}.list.reports li .entries{padding:1rem}.list.reports li .entries ul.team{margin:0 0 1rem;display:grid;gap:3px}.list.reports li .entries ul.team:last-child{margin:0}.list.reports li .entries .list.fireteam{width:100%;padding:0 0 0 10px;position:relative;display:flex;flex-direction:column;gap:3px}.list.reports li .entries .list.fireteam.stacked:before{content:"";position:absolute;top:6px;left:0;width:4px;height:calc(100% - 19px);border:2px solid var(--foreground);background-color:color-mix(in srgb,var(--foreground) 40%,transparent);border-right:none;transition:opacity .25;opacity:.4}.wrapper.dark .list.reports li .entries .list.fireteam.stacked:before{opacity:.2}.list.reports li .entries .list.fireteam.stacked:active:before{opacity:.8}.wrapper.dark .list.reports li .entries .list.fireteam.stacked:active:before{opacity:.4}@media (hover: hover){.list.reports li .entries .list.fireteam.stacked:hover:before{opacity:.8}.wrapper.dark .list.reports li .entries .list.fireteam.stacked:hover:before{opacity:.4}}.list.reports li .entries .header.team{padding:0 0 0 10px;-webkit-user-select:none;user-select:none}.list.reports li .entries .header.team,.list.reports li .entries li .inline{height:38px}.list.reports li .entries .header.team,.list.reports li .entries li .inline,.list.reports li .entries li .detail{width:100%;display:grid;grid-template-columns:repeat(8,1fr);align-items:center;font-size:14px}.list.reports li .entries li .detail{grid-template-columns:repeat(4,1fr);grid-template-rows:max-content;align-items:start}.list.reports li .entries .list li:last-child{margin:0}.list.reports li .entries .header.team{position:relative;background:linear-gradient(to right,transparent,color-mix(in srgb,var(--foreground) 10%,transparent) 50%);overflow:hidden;line-height:1.1}.list.reports li .entries .header.team.bravo{background-color:#60779a}.list.reports li .entries .header.team.alpha{background-color:#973835}.list.reports li .entries .header.team:before{content:"";position:absolute;top:-50%;left:2px;font-size:72px;opacity:.2}.list.reports li .entries .header.team.alpha:before{content:""}.list.reports li .entries .header.team.bravo:before{content:""}.list.reports li .entries .header.team div:not(.team){color:color-mix(in srgb,var(--foreground) 60%,transparent)}.list.reports li .entries .header .abbr{display:none}.list.reports li .entries .header.team .team.name{padding:0 0 0 54px;grid-column:1/3}.list.reports li .entries .header.team .team.score{padding:0 16px 0 0;text-align:right}.list.reports li .entries .list li>.icon{position:relative;width:38px;height:38px;background-color:#ffffff0d}.list.reports li .entries .list li>.member{font-size:16px;width:100%;position:relative;grid-column:1/3}.list.reports li .entries .list .inline .member{padding:0 16px 0 0}.list.reports li .entries .list .inline .value.na{color:color-mix(in srgb,var(--foreground) 40%,transparent)}.list.reports li .entries .list .expanded .inline{background-color:color-mix(in srgb,var(--foreground) 15%,transparent)}.list.reports li .entries .list .expanded{height:unset;background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}.list.reports li .entries .list .expanded>ul>li:last-child{height:unset;padding:2rem 0 0}.list.reports li .entries .list .detail .group{padding:0 3rem 2rem 0}.list.reports li .entries .list .detail .group:first-child,.list.reports li .entries .list .detail .group:nth-child(5){padding-left:54px}.list.reports li .entries .list .detail .group:nth-child(5){grid-column:1/3}.list.reports li .entries .list .detail .group>ul{display:flex;flex-direction:column;row-gap:7px}.list.reports li .entries .list .detail .group>ul~ul{margin:2rem 0 0}.list.reports li .entries .list .detail .group ul li{height:unset;margin:0}.list.reports li .entries .list .detail .group ul .divider{border-bottom:1px solid color-mix(in srgb,var(--foreground) 5%,transparent)}.list.reports li .entries .list .detail .group ul li ul{display:grid;grid-auto-flow:column;justify-content:space-between}.list.reports li .entries .list .detail .group ul li ul li{height:unset;display:flex;align-items:center;line-height:1.4;font-size:14px}.list.reports li .entries .list .detail .group ul li ul .na{color:color-mix(in srgb,var(--foreground) 40%,transparent)}.list.reports li .entries .list .detail .group .pairs li:first-child{color:color-mix(in srgb,var(--foreground) 60%,transparent)}.list.reports li .entries .list .detail .group ul .header{border-bottom:1px solid color-mix(in srgb,var(--foreground) 10%,transparent);padding-bottom:3px;margin-bottom:4px}.list.reports li .entries .list .detail .group ul .header ul li{color:color-mix(in srgb,var(--foreground) 60%,transparent)}.list.reports li .entries .list .detail .group.kills{grid-column:span 3}.list.reports li .entries .list .detail.crucible .group.kills{grid-column:span 2}.list.reports li .entries .list .detail.gambit{grid-template-rows:auto 1fr}.list.reports li .entries .list .detail.gambit .group.common,.list.reports li .entries .list .detail.gambit .group.activity{grid-row:span 2}.list.reports li .entries .list .detail .group.kills ul li ul{display:grid;grid-template-columns:2fr repeat(3,minmax(30px,.8fr));column-gap:10px}.list.reports li .entries .list .detail .group ul li ul li.double{display:grid;grid-template-columns:38px 1fr;column-gap:10px}.list.reports li .entries .list .detail .group ul li ul li.double div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list.reports li .entries .list .detail .group.kills ul li ul li:nth-child(n+2){justify-self:flex-end}.list.reports li .entries .list .detail .group ul li ul li .list.inventory-items{grid-template-columns:auto}.list.reports li .entries .list .detail .group.medals ul li ul{grid-auto-flow:unset;gap:10px;grid-template-columns:repeat(auto-fill,32px)}.list.reports li .entries .list .detail .group.medals ul li ul .icon{background-color:transparent;width:32px;height:32px}.list.reports li .entries .list .detail .group.medals ul li ul .quantity{position:absolute;right:0;bottom:0;font-family:var(--font-text);font-size:10px;line-height:1;padding:1px 3px;color:#000;background-color:#b9b9b9}.list.reports li .entries .list .detail .group.medals .info{padding:1rem 0;text-align:center}.list.reports li .entries .list .detail .group.common .pairs li ul{grid-template-columns:auto max-content;gap:10px}.list.reports li .entries .list .detail .group.common .pairs li ul li:not(.overflow){display:initial;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list.reports li .entries .list .detail .group.common .report-player{margin:1rem 0 0}.list.reports li .too-many-entries{margin:2rem;text-align:center;font-style:italic;letter-spacing:.5px;color:color-mix(in srgb,var(--foreground) 40%,transparent)}.list.reports li .entries~.too-many-entries{margin:1rem 0 2rem}.list.reports li .sticky-nav{position:sticky;z-index:4}@container (max-width: 1440px){.list.reports li .entries .list .detail.gambit .group.kills,.list.reports li .entries .list .detail.gambit .group.medals{grid-column:3/5}}@container (max-width: 1024px){.list.reports li .entries .list .detail .group.common{grid-column:1/3}.list.reports li .entries .list .detail.gambit .group.common{grid-row:unset}.list.reports li .entries .list .detail.gambit .group.activity{grid-column:1/3;grid-row:2/4;padding-left:54px}.list.reports li .entries .list .detail .group.kills,.list.reports li .entries .list .detail .group.medals{grid-column:3/5}}@container (max-width: 860px){.list.reports li .entries .list .detail,.list.reports li .entries .list .detail.gambit{grid-template-columns:1fr}.list.reports li .entries .list .detail .group.common,.list.reports li .entries .list .detail .group.kills,.list.reports li .entries .list .detail.gambit .group.kills,.list.reports li .entries .list .detail .group.medals,.list.reports li .entries .list .detail.gambit .group.medals,.list.reports li .entries .list .detail .group.activity,.list.reports li .entries .list .detail.gambit .group.activity{grid-row:unset;grid-column:unset}.list.reports li .entries .list .detail .group{padding-left:54px}}@container (max-width: 768px){.list.reports li .entries .header.team,.list.reports li .entries .list li .inline{grid-template-columns:minmax(120px,auto) 30px 30px 30px 40px;font-size:12px}.list.reports li .entries .header.team .team.name,.list.reports li .entries .list li>.member{grid-column:unset}.list.reports li .entries .list .inline .behaviour{grid-column:6/8}.list.reports li .entries .header.team .hideInline,.list.reports li .entries .list li .inline .hideInline{display:none}.list.reports li .entries .header.team .killsDeathsRatio,.list.reports li .entries .list li .inline .killsDeathsRatio{text-align:right;padding:0 1rem 0 0}.list.reports li .entries .header .full{display:none}.list.reports li .entries .header .abbr{display:unset}.list.reports li .entries{padding:3px 3px 1rem}.list.reports li .entries .list.fireteam.stacked:before{left:3px;width:3px}.list.reports li .entries .list .expanded>ul>li:last-child{padding:0}.list.reports li .entries .list .detail{width:100%;margin:0;padding:1rem;display:grid;grid-template-columns:1fr;row-gap:1rem;align-items:start}.list.reports li .entries .list .detail .double{grid-template-columns:28px 1fr}.list.reports li .entries .list .detail .group.common,.list.reports li .entries .list .detail .group.kills,.list.reports li .entries .list .detail.gambit .group.kills,.list.reports li .entries .list .detail .group.medals,.list.reports li .entries .list .detail.gambit .group.medals,.list.reports li .entries .list .detail .group.activity,.list.reports li .entries .list .detail.gambit .group.activity{padding:0;grid-row:unset;grid-column:unset}.list.reports li .entries .list .detail .group ul li ul li,.list.reports li .entries .list .detail .group .info{font-size:12px;line-height:1.2}.list.reports li .entries .list .detail .group.kills ul li ul{grid-template-columns:1fr repeat(2,25px) 50px}.list.reports li .entries .list .detail .group ul li ul li .list.inventory-items{--item-border-inset-width: 1px}.list.reports li .entries .list .detail .group.kills ul li ul li .list.inventory-items li .icon{width:24px;height:24px}.list.reports li .entries .list .detail .group.medals ul li ul{grid-template-columns:repeat(auto-fill,24px)}.list.reports li .entries .list .detail .group.medals ul li ul .icon{width:24px;height:24px}.list.reports li .entries .list .detail .group.medals ul li ul .quantity{font-size:8px}.list.reports li .sticky-nav ul li:not(:last-child) .button .text{display:none}}#clan .container.relationships{grid-template-columns:repeat(4,1fr)}#clan .container.relationships header .sticky{position:sticky;top:calc(3rem + var(--header-offset));display:grid;gap:2rem}#clan .container.relationships header .module.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}#clan .container.relationships header .module.stats .stat{color:color-mix(in srgb,var(--foreground) 60%,transparent)}#clan .container.relationships header .module.stats .stat.progress{grid-column:-1/1}#clan .container.relationships header .module.stats .stat:not(.progress) .value{font-size:20px;line-height:1.4;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#clan .container.relationships header .module.stats .stat .value:has(.icon){display:grid;grid-auto-flow:column;justify-content:left;gap:8px}#clan .container.relationships header .module.stats .stat .value .icon{display:grid;align-items:center;width:18px}#clan .container.relationships header .module.stats .stat .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4;font-size:14px}#clan .container.relationships header .module.stats .stat .info{margin:10px 0 0;max-width:300px;font-size:12px;font-style:italic;letter-spacing:.5px;color:color-mix(in srgb,var(--foreground) 40%,transparent)}#clan .container.relationships .container.leaderboards{grid-column:2/5;grid-row:unset;grid-template-columns:repeat(3,1fr)}#clan .container.relationships .leaderboard{display:grid;align-content:start}#clan .container.relationships .leaderboard>li{padding:10px 0 0}#clan .container.relationships .leaderboard>li:not(:last-child){border-bottom:1px solid color-mix(in srgb,var(--foreground) 10%,transparent);padding:10px 0}#clan .container.relationships .leaderboard li ul{display:grid;grid-template-columns:60px 1fr;gap:1rem}#clan .container.relationships .leaderboard .value{height:38px;display:flex;align-items:center;font-size:16px;font-family:var(--font-text)}#clan .container.relationships .leaderboard .value .hyperlink{cursor:pointer}#clan .container.relationships .leaderboard .members{display:grid;grid-template-columns:1fr;gap:3px}#clan .container.relationships .leaderboard .member-link{max-width:unset}#clan .container.relationships .leaderboard .browse{height:56px;display:flex;justify-content:center;align-items:center}#clan .container.relationships .section.matches{grid-column:2/5}#clan .container.relationships .section.matches .module.reports{display:grid;align-content:start}#clan .container.relationships .section.matches .module.reports .list.reports{scroll-margin-top:calc(2rem + var(--header-offset))}#clan .container.relationships .section.matches .module.reports .actions{display:grid;grid-template-columns:max-content auto;justify-content:space-between;gap:3px;margin:2rem 0 0}#clan .container.relationships .section.matches .module.reports .actions div{display:grid;gap:3px}#clan .container.relationships .section.matches .module.reports .actions .page{grid-template-columns:repeat(2,max-content)}#clan .container.relationships .section.matches .module.reports .actions .depth{font-size:16px;font-family:var(--font-text);align-items:center;text-align:right}#clan .container.relationships .section .info{padding:3rem 0;text-align:center}#clan .container.relationships .module.loading.error .info .text{color:var(--warning)}#clan .container.relationships .module.loading.error .button{max-width:max-content}#clan .container.relationships .section.fireteam .leaderboard li ul{grid-template-columns:1fr}@media screen and (max-width: 1440px){#clan .container.relationships{grid-template-columns:repeat(3,1fr)}#clan .container.relationships .section.matches{grid-column:2/4}}@media screen and (max-width: 1024px){#clan .container.relationships{grid-template-columns:repeat(2,1fr)}#clan .container.relationships .container.leaderboards{grid-column:-1/1}#clan .container.relationships .container.leaderboards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){#clan .container.relationships{grid-template-columns:1fr}#clan .container.relationships header{grid-template-columns:2fr 3fr}#clan .container.relationships .container.leaderboards,#clan .container.relationships .section.matches{grid-column:unset}#clan .container.relationships .container.leaderboards{grid-template-columns:1fr}}@media screen and (max-width: 600px){#clan .container.relationships.encounters{grid-template-rows:min-content 1fr}#clan .container.relationships header{grid-template-columns:1fr}#clan .container.relationships header .sticky{position:unset;gap:1rem}#clan .container.relationships .module.relationships{gap:2rem}#clan .container.relationships .module.loading .info{padding:0 1rem;text-align:center}#clan .container.relationships .leaderboard li ul{grid-template-columns:20px 1fr;gap:10px}#clan .container.relationships .leaderboard .value{font-size:14px}}.presentation-node .module.node-header{grid-column:1/3;display:grid;grid-auto-flow:column;justify-content:space-between;align-items:end;gap:1rem}.presentation-node .module.node-header h3{margin:0;display:flex;flex-flow:row wrap;justify-content:left;column-gap:6px}.presentation-node .module.node-header span{display:flex;flex-flow:row wrap;column-gap:6px;font-weight:400;color:color-mix(in srgb,var(--foreground) 40%,transparent)}.presentation-node .module.node-header span:before{content:"//"}.presentation-node .module.node-header .score{display:flex;flex-flow:row wrap;column-gap:4px;font-size:18px;line-height:24px}.presentation-node .module.node-header .score span{column-gap:4px;color:color-mix(in srgb,var(--foreground) 60%,transparent)}.presentation-node .module.node-header .score span:before{content:"/"}.presentation-node .node{width:100%;display:grid;grid-template-columns:320px 1fr;grid-template-rows:1fr;column-gap:2rem;row-gap:2rem}.presentation-node .node.with-header,.presentation-node .node.no-secondary{grid-template-rows:min-content 1fr}.presentation-node .list li{font-size:14px;background-color:transparent}.presentation-node .list li:before{box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--foreground) 30%,transparent)}.presentation-node .list li a.active{background-color:color-mix(in srgb,var(--foreground) 30%,transparent);box-shadow:inset 0 0 0 1px #d6d6d6;color:var(--foreground)}.presentation-node .children{display:flex;flex-direction:column;gap:1rem}.presentation-node .children .description p{font-size:16px;line-height:1.6;color:color-mix(in srgb,var(--foreground) 60%,transparent)}.presentation-node .children .nodes{position:sticky;top:3rem;display:flex;flex-direction:column;gap:2rem}.presentation-node .list.primary{display:grid;grid-auto-flow:column;gap:3px}.presentation-node .list.primary li{--ui-scale: var(--ui-scale-2);height:72px}.presentation-node .list.primary li a{padding:10px 0;justify-content:center}.presentation-node .list li a .icon{position:relative;max-width:80%;width:100%;height:100%}.wrapper.light .presentation-node .list.primary li .image{filter:invert(1)}.presentation-node .list.primary li .active .image.dl,.presentation-node .list.primary li:active .image.dl{opacity:1}@media (hover: hover){.presentation-node .list.primary li:hover .image.dl{opacity:1}}.presentation-node .list.secondary{display:grid;gap:3px}.presentation-node .select.secondary{max-width:unset}.presentation-node .list.secondary li{height:38px;font-size:14px;background-color:transparent}.presentation-node .list.secondary li,.presentation-node .select.secondary .option{--color-primary: color-mix(in srgb, var(--foreground) 80%, transparent);--color-secondary: color-mix(in srgb, var(--foreground) 60%, transparent);--color-tertiary: color-mix(in srgb, var(--foreground) 40%, transparent)}.presentation-node .select.secondary .option{justify-content:unset}.presentation-node .select.secondary .option .text{font-size:14px}.presentation-node .list.secondary li.active,.presentation-node .select.secondary .option.active{--color-primary: color-mix(in srgb, var(--foreground) 100%, transparent);--color-secondary: color-mix(in srgb, var(--foreground) 80%, transparent);--color-tertiary: color-mix(in srgb, var(--foreground) 60%, transparent)}.presentation-node .list.secondary li:not(.active).completed{--color-primary: hsla(50, 62%, 85%, 1);--color-secondary: hsla(50, 62%, 85%, 1);--color-tertiary: hsla(50, 62%, 85%, .6);background-color:#e3d4884d;box-shadow:inset 0 0 0 1px #e3d488}.presentation-node .select.secondary .option:not(.active).completed{--color-primary: hsla(50, 62%, 85%, 1);--color-secondary: hsla(50, 62%, 85%, 1);--color-tertiary: hsla(50, 62%, 85%, .6);background-color:#aa9d5a4d}.presentation-node .select.secondary:not(.expanded) .option.linked{background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}.presentation-node .list.secondary li.linked:active,.presentation-node .select.secondary .option.linked:active,.presentation-node .select.secondary:not(.expanded) .option.linked:active{--color-primary: color-mix(in srgb, var(--foreground) 100%, transparent);--color-secondary: color-mix(in srgb, var(--foreground) 80%, transparent);--color-tertiary: color-mix(in srgb, var(--foreground) 60%, transparent);background-color:color-mix(in srgb,var(--foreground) 40%,transparent)}@media (hover: hover){.presentation-node .list.secondary li.linked:hover,.presentation-node .select.secondary .option.linked:hover,.presentation-node .select.secondary:not(.expanded) .option.linked:hover{--color-primary: color-mix(in srgb, var(--foreground) 100%, transparent);--color-secondary: color-mix(in srgb, var(--foreground) 80%, transparent);--color-tertiary: color-mix(in srgb, var(--foreground) 60%, transparent);background-color:color-mix(in srgb,var(--foreground) 40%,transparent)}}.presentation-node .list.secondary li .text,.presentation-node .select.secondary .option .text{width:100%;display:grid;grid-template-columns:auto max-content;column-gap:16px;justify-content:space-between;padding:0 1rem}.presentation-node .select.secondary .option .text{padding:0}.presentation-node .select.secondary:not(.expanded) .option .text{padding:0 2rem 0 0}.presentation-node .list.secondary li .text .name,.presentation-node .select.secondary .option .text .name{color:var(--color-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .25s}.presentation-node .list.secondary li .text .name span,.presentation-node .select.secondary .option .text .name span{padding:0 0 0 10px;color:color-mix(in srgb,var(--color-primary) 20%,transparent)}.presentation-node .list.secondary li .text .progress,.presentation-node .select.secondary .option .text .progress{display:flex;gap:4px;color:var(--color-tertiary)}.presentation-node .list.secondary li .text .progress span,.presentation-node .select.secondary .option .text .progress span{color:var(--color-secondary)}.presentation-node .list.secondary li a{justify-content:space-between}.presentation-node .node .entries{position:relative;padding:0 0 0 calc(2rem - 1px);scroll-margin-top:calc(env(safe-area-inset-top) + 3rem);display:grid;border-left:1px solid color-mix(in srgb,var(--foreground) 10%,transparent)}.presentation-node .node .entries .nothing-to-display{padding:2rem 0;align-self:center}.presentation-node .node .entries.by-group{align-content:start;gap:2rem}.presentation-node .node .entries.by-group h5 span.available{color:color-mix(in srgb,var(--foreground) 20%,transparent)}.presentation-node .node.no-secondary{grid-template-columns:1fr}.presentation-node .node.no-secondary .header{grid-column:unset}.presentation-node .node.no-secondary .entries{padding-left:0;border-left:unset}.presentation-node .node.no-secondary .entries .nothing-to-display{align-self:center}.presentation-node .node.no-secondary .list.record-items{--columns: 4}@media screen and (max-width: 1440px){.presentation-node .node.no-secondary .list.record-items{--columns: 3}}@media screen and (max-width: 1280px){.presentation-node .node .list.record-items{--columns: 1}.presentation-node .node.no-secondary .list.record-items{--columns: 3}}@media screen and (max-width: 1024px){.presentation-node .node .list.record-items{--columns: 2}.presentation-node .node{grid-template-columns:1fr;grid-template-rows:min-content 1fr}.presentation-node .node.with-header{grid-template-rows:min-content min-content 1fr}.presentation-node .module.node-header{grid-column:unset}.presentation-node .node.medal .children .sticky{position:unset}.presentation-node .node .entries{margin:1rem 0 0;padding:0;border-left:none}}@media screen and (max-width: 768px){.presentation-node .node .list.record-items{--columns: 1}}@media screen and (max-width: 600px){.presentation-node .module.node-header .score{display:none}.presentation-node .node{column-gap:2rem;row-gap:1rem}.presentation-node .parent .node{margin:0 0 2rem}.presentation-node .list.primary li{height:64px}.presentation-node .list li a .icon{width:40px;height:40px}.presentation-node .node .children{gap:1.5rem}.presentation-node .children .description p{font-size:14px;line-height:1.6;color:color-mix(in srgb,var(--foreground) 80%,transparent)}.presentation-node .children .nodes{position:unset;gap:1rem}}.presentation-node .node.medal{grid-template-rows:unset}.presentation-node .node.medal .children .sticky{position:sticky;top:3rem;display:flex;flex-direction:column;gap:2rem}.presentation-node .node.medal .children .icon{position:relative;padding-bottom:60.9%}.presentation-node .node.medal .children .icon .corners{--border-color: color-mix(in srgb, var(--foreground) 20%, transparent)}.presentation-node .node.medal.badge .children{border-top:1px solid color-mix(in srgb,var(--foreground) 20%,transparent);padding:2rem 0 0}.presentation-node .node.medal.badge .children .icon{border-radius:2.4%;overflow:hidden;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}.presentation-node .node.medal.badge .children .icon.badge-completed{border-radius:0 2.4% 2.4%}.presentation-node .node.medal.seal .children .icon .image{position:absolute;left:0;top:0;width:100%;background-position:center center;background-size:contain;background-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 440 268'%3E%3Crect x='20' width='400' height='268' style='fill:%23fff'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 440 268'%3E%3Crect x='20' width='400' height='268' style='fill:%23fff'/%3E%3C/svg%3E");-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.presentation-node .node.medal.seal .children .icon .gilded{top:calc(280 / 268 * 100% * .025);height:calc(280 / 268 * 100%);aspect-ratio:268/280;-webkit-mask-image:unset;mask-image:unset}.presentation-node .node.medal.seal .children .icon .gilded.overlay{position:absolute;left:50%;top:calc(318 / 280 * 100% * -.0775);height:calc(318 / 280 * 100% * 1.0475);aspect-ratio:280/318;transform:translate(-50%);animation:sparkle-vertical 7s linear .7s infinite forwards;background:linear-gradient(340deg,transparent 0%,transparent 45%,color-mix(in srgb,var(--foreground) 100%,transparent) 50%,transparent 75%,transparent 100%);background-position:50% 200%;background-repeat:no-repeat;background-size:600% 600%;-webkit-mask-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAE+CAMAAABhpf+VAAAC61BMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////gbpZVAAAA+HRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRkdISUpLTE1OT1BRUlNUVVZXWFlaW1xdXl9gYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4ent8fX5/gYKDhIWHiImKi4yNjo+QkZKTlJWWl5iZmpucnZ6foKGio6SlpqeoqaqrrK2ur7CxsrO1tre4ubq7vL2/wMHCw8XGx8jJysvMzc7P0dLT1NXW19jZ2tvc3d7f4OHi4+Tl5ufo6err7O3u7/Dx8vP09fb3+Pn6+/z9/k9DOhAAABoHSURBVHhe7MxBCsAgEAPA5v+fLi3u5gGFnmaQ1Yjx+gUAAAAAAACQKzOrOR1nHZl20lq2kQmZ1923ub/OecOp5hnv3npzbxs+u7knm5yGYSAKg/08dl1ID8ANWHAFDsEB2FRCCMXclG2PENQTsMQZWX2JFVLAu37K/MTjeXasOIsTQ6c2w5TR0ZV4GtGQE1qlwNwwqOd0zlzaUllh2switbSm59iCfpVVkI0ZWR0F/XlQt62KAz+pQP3KuibT+NuMxwJARJyTGU6fOc45FjThWympLeFOxpQ6pYuBsRZgoES9S1hrrhuulP4uTnzY/IZ4ptpObGhicwheBNa0HIyxEL+J25vbTEeb0HXZNNRFplpbpZtOpd5MQgfrtWtxbqMkCxvabmPwwP9u0+7u/vHpJUL8c9+nlN4vh5T6tH8Q2LfXkXD1J76UHXz8OA7D8HlJDMPxsA+Cb3bMmLVtIIrjF1HZz3rRRScUUQ2FFgL9OJ36Mep+kRAQVKAi8BAQGDQYQ6CTMQRKaU1rOqVDQN2qIYNGjf2fVA/CHkKkxaI/3d27e/e4gz9Pd0JVzemThDGJf1cD5GE62QljP0UYZzSx76sB8ucdj81OwlhymMJMmToJM+azQQpTTG0adThj1JidYQrz3p6MumQM8dlghTE7ZIwz3IyRk1EXYej/q/S4jMnmmhQlnWcZSgvtnWdVJ+LoKsQTxUmEXhJHMYYRbBjP4IqSNInj8HoWz2ZJOr/OFqhZmi3wZNnyZoG6XC5vPq3Wq9V6fbv+/BVsfmw2P3/d7gnT26skjprX/QmjDgjjB75kImY/cIEfAMUycH3f1cDNmIGXXUkSXt/32X0RSEmGUf99eHZimCgmewiQzOpcSuV5nrSkp9BVutFmN7IsJoNQTCKSQCmLlebcw8giS+qVsCLrrkGMWUwwYW2lnmPtlxcXJ+GhM8buQ5g34ohhcdW+lbpd1/vCkK5EIiDhAKEhcv45CIUaLzkiCBARwFPHiJrGtLtNNNiF7XjVjkYFtB+HLZs1mv0D4FB7AxaXB2+lvjKm6omyKJDSRZkXeVls87qbF0W+vasNnGV+Bycmt2jhq0qYXLdVDcyjuRfCFpc9Hr6nrQ+8t3rmKPkuQNjbB5475oEI82VPmM6H74CE+dASpvcz5ij5JsDHgxnzl70zWm0iCsJwNptNYrLZ3QYEEhAKKOAbFLwp3vRS0WsfwvoAiY8hFAJSEEKhFCQghfYVBBILAoIiCBQFC8JeasDjys4pm3XOAOd37nL98c8//8zZc/JPYLq0lPwLegSMm1kJEQw/x2AoxnSlA4bHoIJ5u/4xcwgmzoDAHIgtqvZ+g3nkZynNxMz3id+KeSGWYx56C2ZpSkkGzC6S+UYcMKVSuu83mJdy5gsDhr/zTYEUM2PMSqiKWVo8hjNElhZVj70Fc2FRDG9RBQumxyglII9ZujbfGCTHXFwLZuAix9zzFsz7MpiEBWZYArMDBKboSqqYQ/UYCobZrqlioMAQj9F2/cHxdF0Cs+cxGNqVHE7Xu36DORRbbe4AdaWeyw3eTQAwIsl37DeYuRiYO/56jEswdO1wGwlM5DD5biOB4ZovhmI+rn8cudvgwYD57FYxWRcKzJHY8ckDLSX7rLTtN5i52Febd7WU7B6T+a2YV2LXcoY4HpMwAx6UYuZiihn4m3xpKUXsrzarwahiNPnaFZP4C0a2K2UAihHZ+SYKxp58E02+9kVV328wx2KK6UMqRsEcEzCaY744BtMlikECY0KrKkbsLkECBYalGNBS4rdrlOn6cv3jxJViaMBDAtN2+EzKDb9L6cThp2a4YJgeEyuY68wXA8w3LhjaroHAvBYbIjs4YPhvbWKAuSRgeE8xASqGJl9VzELqxSFjvgomwyqlhdh03dF2bS+lNhCYHveLKiAwC4fJ19qVFMwQSzFvxE4JIhDF8D3GAuZKuxJt120DRs0XpZS+GzAyi6oI0HwHgorRUgoVjD35pv56jFwpmU/mv0KA4T/eRRRz5S+YU7GuFAIoRsRjQkDFDBiKAehKPyiYyOEQ2QIBwy8lGxg1343XDtqVOn6X0pnAe75wYBJdOxAwjto1kPmeiV1Ij1Ux9q4UQ3kMc4gESr7nji6k09dZm+shEgEM/8CNdqVPBox6DEKOyanHRProhQFzKnYhfUun68J8McDkshu8FEAxIrNSCmC+IgduCQIYVQztSmJDZKSlZMBABbxzMTBtIDD8UlLzrf5n0fi/95h9oxj8HDMN6nOh50qApZRPgtpc3sWkXSOZ7yo3mqnJZTWOoHPMrYJMPb2Mmi3yGgiQYqJw/IdMs45eRo1mq9MH7kphMCrI1OHSeJZBg3nebBRkgo3r6NdvchKZYiXfSVCQmQQb6+Vpjg6GkNlMLybHIAe8aUCrqVov9E5kiBbwKJlqvZhTAvDkOy1VU4Ve9u3/ltMGAmNuuFHNVHOhlyygPMbQIF27oo4sZ9cxVPLNc6tmqvVCu1IICSafNP4iUwIztYLZgvCYn9zdbXgUVZYH8NOBureqbnVXVxLSSQhKEpAgoFFWIWE2IKKIO0rURQV8lJUZR4foiBAxABJQfEMFEBjYlVGGEVdJMLCiqzgOCAMYQh4cDSBmHMmgmJAQkk7o83GrbqequjqNS0Jeuv09fDgJn/J/zj331svTbb1q9pkdzGNuMR7RDiPlKAY9AU5xEZPxUqYeC/s0EH/sfhrIQTSdfMQtaRhhyMwGuJhkEilT96EtOba/l8AO5ovpitTPXEg8F6tfLiqZVCp7dqKtf2x/k4UdzF/zFbG/PXrtdRSJy5GMGYy6tRUtqTG7lE7wwtS66yYmpvFyjguSHevoonomg0qeNc3Oryr7HHUxF8xhRzDN745iNCPYI875Elnc4rDDTDaRPIsbnUtpFeoGxFowOx3BNK7Pkmm2IxdeX5BrsfMyciyRPY82oOVqALgNdUmxFswLjmAalg9gZBzi7Ei5XMycmUwk931n0PIAAIxAHYXYoaIuHwC2oOnMUp9M8nFOeC4X2zNzZujB5NehpQQAfLHWMdT89rk9aKp7OlEi/zEn/Fx3MT3D54xrgCC6J4YE0wAAAupUCrHDPJqetINZEC+RtLgO5OJcTa4+gqj8ohZt1kqlMbaUACAOLXXzvY6HBLMBOpZMn74iu6oOba4YDOahtmB8aDmzQNWDSe1IvzhXU3+BsoE/hH9oeIwNmf1twaSj5fRTblFIc+TSwZ6hVPYdCnulqia2glFRdwQArkFL5QxFpI79qKPJ9CdywkY/WkYCwDPmGTg2DELdqwBwN5r87+Yw2t/OpRPJjCayp7ARLasA4FoeTGx1TCYA7ERT46vpjOZ0OBfO9T4aphHJPbXBOX1JbA1fam4a36Kp4Zl+Mp3OyzLoqCI0LCaickN9hAco90CMUFe0363rizWJLOFlEXTUL9FQ0pcqQ79H2+1twewfALFhgPnh+wwt3xepklDCy19CR2WhoYZQlrwvgJY8AFiNuuEQG0aibjMA5KEp8NdpbpHW8DoLOkpBbgCRtdXNyJlrMiOmhgzqrgSAMjQ1/2EEEy9DjkGHVaDhJiKpvzkX4QnKJBVigbqgbcS4TqLp3HKfTG/mZQV03Eo0zBNE900NaBN5MDGzlnLNZycSWhqWaRKZZx4/OmwqGkoFkV1xNICWfzGHTGxM3yTzeDcGTYGjj6oSKeX1VOi4ocF0GWX93vaj5RMA8KBOjZ1zr+o43vlLxihUaUBz+HSU2IyGYUT2PNUc4QJ74yCIfsNr2kZMH7Q0r+nP6DBeNknQCdvRMFOQ3JMb0JYCAPznQbGyWe/kS8rS8GKCTGbycjt0xmNoeFug7IryAFqeMu/7qipEO8qPd4MB4Ek0BcpnekTyNq8fhc7IDuarUDlxQ4tzLbliZF8aiQZw3NZs2XIVE5WzvM6GzhAb0TCKSJ6Hm8JeDz8eG/vSAPNM6kVL02s+mY7iZaMInbIVDQsFURlVjbbnzMNvbrRPmeEPoG4gACxCS3WRJpGFvNwKnTMNDRV9qZy64zzawFxLueBAKfQqGul0F37L4fzOG5koHOb1NOicVOQyieQtbETno/3FqAMVohmlqHvSuSc1bhjASKb5h3TSATTMEkQl5yjajpsn7JKREM3G15hXu6VoOVqoSaSAlwegs+aiYU9fylLKWiO8cYYxcGH9KV/4ltb/+YUiCnt5XQidlYVcOpE9j59B20oAmIG6BZMgek1ah7oMALgdLWfWpsk0Hbkh0FmuSjTMISK7tiKANgDCMNp3bGq9YnYMTYGKX3slMofXlS7otCfQ8DdK5aTNfrQ9BKDxIn989E6YBaibyTcRi7/sGiaKX5rPZTstA7lriOS+5ySGAGAaRvk1trVXf4qWk8/7ZHotchlwCfahYWVfkaX/uRVtI8yWeXQ4RKfcJeZJRWxFU+ufJ7olYSWv98GluA8N5xKo7J1fiyEYaMFkgEZ7w7yDltr1l8s0vonX0+FSqE1ouF8QlesOBZwtk4bcSIhGSXxLmg8A8lk0BQ494JXIDF43e+CSrEXDIULlhNVnMYQGGuMFqNHdMFvQcva/hzGRVvB6bZdcuONYQXJPqMIQOQAjMHrn71eom+ACkE+jperxBInkdU2ju/ajYZtAWfIWP4YgwIAXSWqUPhw4DM4J4//wOiYK23i9Pw4u0V3IXUEk911/xxCzATIKeBWtCynNBZB6Bi1/X+iTyRDk7oJLJdegYb1AWdpWR8uAOX+fh2jzPOrecX4mIPr/d4wiCut5XSOD6RJPv4F0IrnvqMYQmzTw+aLyvTPV+ozdcWirLvLJND3A67lw6eLPomGVQFn/tx0twwCyNvEqGhfSuDgA1wG0+D8wGmY1rxs16AJL0NBitMxtX2OIZmaef9dBNNmIul2gW4a2rwt9Eklv4fUS6Ar9mtDwn32pnPw6r00LGWhpUffAYLj18kHGabQ0bRvFRGEDr5v7QZd4EbmhRHKPPxIIm79Z63gVbQtpFDivHgN/e6SfTIYi9yJ0jeRgm2ztS1n8kjoM0cCsu1nRlctm0P0GbXW/H8ZEoYTXzcnQRRYhl0dEJfuAo2XmpZmzrgR6H6UAb6HuFOguP4OWwMGpXuvQuwi6ihZsk0OMyO5HvsNQjAGbzKtJEA3y0SCD7jDavluSzqi7gtd1GnSZWcg9KIjssjI/hjJm3KaoOc0MsN7hgTfQ5t9xs0ciDyJXAF2HnQhmnWzMX8fdX9xOrBsQUfCUDQ0bQJeHtkDFQ0kySQn2/dcydKFbkHtdoMy7qBZDTdEAwJkM7dXBWw465QzaapcPYVR4HblboCvF7UQuTxDZ4I9bMRRhAAy5aNiQTrkAwBU6YFo/nqxKQh5yO+OgS2UG0HBMo5J7UnkAQwEDktfbyVCgTdbbk1CGtkD5wz6ZaseCPwyGLlaM3IuCcfu3Bh0AgC3kVa3aa+uIfmPf+1+AIWqWDWKi8BJyxdDVWBVyuYLIBm7zY6j9AKAFl3AN9JZgLteDbiKG8G+b4JZILnJHGXS5XOROJBBJGb3bOWaKAYCUItcbs5cCIDcedAPPoq1193RNIgnfIJcL3WANcm8SKqv3Oa+ZcAYAsP29NGeolcudoEs4ibbAkd/5ZCq8idwa6A5qNXJTBcoSl9WgwwTQ7Y6QTBJ0N1U1c8kHnfKVY8C8MpSJZBpy1Sp0i9HINQ4SRJbxXjM65AAAK0UuKWQ5qT3QLwPQvigRyzFE83vGgBl8rvsWErcUuUqNSMrIXf6wZOwJjA9BT7onZH4I+zCEf9fdXolqlcgthe4ilyP3R0Jlz41/CUsmz0hmHnIfQc8pQW4g6MQDjlz+cn+8TMkm5MoZdJv0RuQKjNPMvZ+3oMNkI5kc7OERjFyTDDr1MIZo+XxWsiySAuQaM6Eb3YFBNwgiS5z71Xl0mG4kwzAot0euHychd9gFuoQjGOJ81dPGyW48Bt0B3eoV5OqH6Mkkv/CPADosBwMG7eiBF1w/Qu4NMAw+gSEC/1h1rSKSIfXIvQrdS96L3HEfEZXL1v0zLJndoEv7sIeaJhdDjnUw8awjl3/+4V89EvEdR26fDN0s+SRye42tKXPj92HJNAMByJqCQW9Bd3oLuVNevo6ewlCB7/90oypR7z7kTiZDt7u6FbntCpWUK7bUBtCJaAAZgG0mdXu7bAaD6x1nLrVbJ+q5uLcj15oNPeDfMWiDSCRl6LZatNl3rrRSDKql0NUUCqB+g0E+MCjl6FBXdrtXotIGDJoCPWI+Bq0Qqaxc+e5pDLMddCNGYJsS6CN39W60Edv0AcP1Z9Dh9Lu3aTKVVmBQEfSMuLUYtEygknvI5lMYTvMB+DRzBuPvn7pXgK7iuhvWYZtp4LJf+7Kd+tMtXpnSZzFobRz0ELEMg5YQKimD3vg2gGHmEQDIykFLZRZ0jfQDaOnbF3TsADoEvn1jgkemZAkGlVHoMcoeDHqWUlkZ+OpXrRgONAAgy9HUXP1uqgsuERuzogVNg11geA6dWr9aOVaVqGT2yx4FepB60JozRFJSnjrYguGKQZcG29GmAvShDDrJdf1WDAEC6DLr0Knl80XZbpmK5nw5qEKPSjhk7k0eIiqJD+72YzsaAYAMhrbnoXOnYXcKgSmOjQdkMGzAMP7dszIVibjN/ziUCD3MV2XuQRqRZC3/4wjJfAg6X4aGIcZD5+Q7u4XvRuMwnP/j+5OZSOPNPq1Kgh7nq8CgvT4iMs/Y977H9maDTiOOaGrzQQ3eeLto4zEUuPijo34nMdz3ZXcnyCLxfWb2SxL0gkRzzhzPEkTZPfTlI63Y3q2gYwxmY6iNwVRUVaUhEVGw2Wtuo3O/AxfvFlKO4VqPvDLBq+eSdRyDPk+EXuE196aGGwQqKcm/3ePHCHJ4NARGnkaHj0baN20pUEP4zdDcj9BhAwl2Cwh7sB3/nt9dqchUGF+PQZ+p0EuUMmxTQIjItNvKagIYuWs4shDDNa3Lp9Aezd9Y226dZAK4wO4Wp0BN2X0+RSS0ANuUuaHXUOvM+UeNiLJnxNLyFoykAEzL8MJq8cKuB1NiHbbXUv7shHgmEm0TtllLoRfFFWGbysHGKdh3/64fAxjJ7iwwTcYO2pMIln/DCAI/fvLwYLcsCoMrsU1RHPSuKWaLNE0jRJTVMc9VNGNkMwhY5uFF+nQI2BL3YyTNFctvS2ISIdOazAaaAr0u+ztssyleT0ZJuf/9785jZM3TfWAikLXsNP6U5qtdEII9gxGd/+79h4eoskjirWV0MhuiQPI+bHNijEAkpl5bdODC0+L0jCwGGgQxjQGZULy9GkNVlxbfyoBAqH6L8ALqDhTfqLcLFcZ8g232pkBUYK+g6SUvESUlaeJrRxrxwjZNzgJg0IYQIyEtzZfm0zSfj/kIMMccU/LK8UIaj6y7J8Mti8T7EppelSFa3GnFcHSsQCTZffnU0uN+/CmfFNyaxo83F8QAfDm+aZV4Yf7jpQ8P88oSFcYetaK6E6JIZjmaXk8hVGKerFkfVPvx/3Hk9YUz8tJ4Cj6fT2O8bUCn5UyZt+4o/jR/9QdPXp/IZEqS/wtNhzIgqshL0VQ3kxFRYtrwJz6s9gfwopzcbbfSUbwYAX/1h/NzfIpMCXuwDk1LZYg2OfYEPTRWMPYnbVjhjqqzAewGgbNVO+bn6rGIRMg7hKbqHIhC6mtoKRkqGF2TMOS3b5XXtmIXa60rf+vxkUYsVLiyBC1rvBCdcqrQsmGgEY3iTb933a6ali5sm0BLza51M4Yn8m5J34CWqlyIWqzYTqBltRGNzDzJuc+VVtZ3Udu01leWPjfxci+TRCqkr26x8ypmEM0G70RLYP0QgVBJVuIH/XrNjuPnLjmb1nPHd6x52FhDkkiEIesDaNk5GKKc65YTaHtvrEioKDPVd03h2p3fnvNjp/nPfbtzbeHYVC8zRgvN24a2rye5IPrJBXVoO3R/PCGiKCuqb3TRis0V9U2dCKelqb5i84qim9LiFSZRQhIeqEBbXYEMsUFb2Iy2cyuvpYSKkp5NwhUznl1Reqy+oSmAFynQ1FB/rHTFs7/K9mnMWEKEXrPyHNqaFnkhdiS/0IQhvnwiXSCUSjLzaL7rCoqXbTxwqq6uwY8/yd9QV3fqwMZlxQV5aQluYwVRIqTP+RJDNL2YArGl35KzGGpPQWZfYxRLjHm8SUOmFM5/+uWtX/zw448/1tbW1Tc2+1sDiIHWlubG+rraWv23P3yx9eWn5xfed1VyvIfJEk8lc9ZnGKpxST+IPfFza9ChYuFoNzEaR5KZ4vEmpF03ffacuYVFi19+86Mvas6j7nzNFx+9+fLiosK5hbMfGDOwn6a6mWykQgTP6IUV6FAzNx5ik3TnfnQ6u+VXVzJjVYmiJOvxKIrb7fF4VFX16lT9n+rRuT1ut1thTJaMTIjAhs3cchad9t8lQexyjVzbjGHqS+fdNIDoKBUlPR+O6RRmkDk9EZEamdDLbp5XWo9hmtaOdEGMU6fvw/ZqSoqnj04jAg/IJIq8IJxA03LuW1xSg+3tna7Cz0LG7EqMqCqtT5+0GZPHZWek9k/UdAmpqZlXj8ufYfz+KEZUOTsdfj5cWYUHMIKjqa64OdjOHJcrtQojOFiY5YKfm5TpWxvbJ5Psgjntc4GU9rk0bp2WCj9TYvaj25vQoSoF4El0mA3tcmna/li2CD9v0pVTVx1yJuNajCGeCMulYtXUoeL/tV/HNgCCQBiFT1oXcRiW8TptZCMLd2EeY4ghBv7CmvdG+HJ3BBukeYnbWWVC6rtce1xmGy6vMlPquRzl0I4rkx+Z1iW9LszM1yXYEzJHccnNvCBTXOp9Gbq1ypiYFy6wcGGbxHuEjHBBRtxdZJp5IRcu5GKPyMU/gFzsEblwIf/hQkRERHQDzREJLx2323oAAAAASUVORK5CYII=);mask-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAE+CAMAAABhpf+VAAAC61BMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////gbpZVAAAA+HRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRkdISUpLTE1OT1BRUlNUVVZXWFlaW1xdXl9gYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4ent8fX5/gYKDhIWHiImKi4yNjo+QkZKTlJWWl5iZmpucnZ6foKGio6SlpqeoqaqrrK2ur7CxsrO1tre4ubq7vL2/wMHCw8XGx8jJysvMzc7P0dLT1NXW19jZ2tvc3d7f4OHi4+Tl5ufo6err7O3u7/Dx8vP09fb3+Pn6+/z9/k9DOhAAABoHSURBVHhe7MxBCsAgEAPA5v+fLi3u5gGFnmaQ1Yjx+gUAAAAAAACQKzOrOR1nHZl20lq2kQmZ1923ub/OecOp5hnv3npzbxs+u7knm5yGYSAKg/08dl1ID8ANWHAFDsEB2FRCCMXclG2PENQTsMQZWX2JFVLAu37K/MTjeXasOIsTQ6c2w5TR0ZV4GtGQE1qlwNwwqOd0zlzaUllh2switbSm59iCfpVVkI0ZWR0F/XlQt62KAz+pQP3KuibT+NuMxwJARJyTGU6fOc45FjThWympLeFOxpQ6pYuBsRZgoES9S1hrrhuulP4uTnzY/IZ4ptpObGhicwheBNa0HIyxEL+J25vbTEeb0HXZNNRFplpbpZtOpd5MQgfrtWtxbqMkCxvabmPwwP9u0+7u/vHpJUL8c9+nlN4vh5T6tH8Q2LfXkXD1J76UHXz8OA7D8HlJDMPxsA+Cb3bMmLVtIIrjF1HZz3rRRScUUQ2FFgL9OJ36Mep+kRAQVKAi8BAQGDQYQ6CTMQRKaU1rOqVDQN2qIYNGjf2fVA/CHkKkxaI/3d27e/e4gz9Pd0JVzemThDGJf1cD5GE62QljP0UYZzSx76sB8ucdj81OwlhymMJMmToJM+azQQpTTG0adThj1JidYQrz3p6MumQM8dlghTE7ZIwz3IyRk1EXYej/q/S4jMnmmhQlnWcZSgvtnWdVJ+LoKsQTxUmEXhJHMYYRbBjP4IqSNInj8HoWz2ZJOr/OFqhZmi3wZNnyZoG6XC5vPq3Wq9V6fbv+/BVsfmw2P3/d7gnT26skjprX/QmjDgjjB75kImY/cIEfAMUycH3f1cDNmIGXXUkSXt/32X0RSEmGUf99eHZimCgmewiQzOpcSuV5nrSkp9BVutFmN7IsJoNQTCKSQCmLlebcw8giS+qVsCLrrkGMWUwwYW2lnmPtlxcXJ+GhM8buQ5g34ohhcdW+lbpd1/vCkK5EIiDhAKEhcv45CIUaLzkiCBARwFPHiJrGtLtNNNiF7XjVjkYFtB+HLZs1mv0D4FB7AxaXB2+lvjKm6omyKJDSRZkXeVls87qbF0W+vasNnGV+Bycmt2jhq0qYXLdVDcyjuRfCFpc9Hr6nrQ+8t3rmKPkuQNjbB5475oEI82VPmM6H74CE+dASpvcz5ij5JsDHgxnzl70zWm0iCsJwNptNYrLZ3QYEEhAKKOAbFLwp3vRS0WsfwvoAiY8hFAJSEEKhFCQghfYVBBILAoIiCBQFC8JeasDjys4pm3XOAOd37nL98c8//8zZc/JPYLq0lPwLegSMm1kJEQw/x2AoxnSlA4bHoIJ5u/4xcwgmzoDAHIgtqvZ+g3nkZynNxMz3id+KeSGWYx56C2ZpSkkGzC6S+UYcMKVSuu83mJdy5gsDhr/zTYEUM2PMSqiKWVo8hjNElhZVj70Fc2FRDG9RBQumxyglII9ZujbfGCTHXFwLZuAix9zzFsz7MpiEBWZYArMDBKboSqqYQ/UYCobZrqlioMAQj9F2/cHxdF0Cs+cxGNqVHE7Xu36DORRbbe4AdaWeyw3eTQAwIsl37DeYuRiYO/56jEswdO1wGwlM5DD5biOB4ZovhmI+rn8cudvgwYD57FYxWRcKzJHY8ckDLSX7rLTtN5i52Febd7WU7B6T+a2YV2LXcoY4HpMwAx6UYuZiihn4m3xpKUXsrzarwahiNPnaFZP4C0a2K2UAihHZ+SYKxp58E02+9kVV328wx2KK6UMqRsEcEzCaY744BtMlikECY0KrKkbsLkECBYalGNBS4rdrlOn6cv3jxJViaMBDAtN2+EzKDb9L6cThp2a4YJgeEyuY68wXA8w3LhjaroHAvBYbIjs4YPhvbWKAuSRgeE8xASqGJl9VzELqxSFjvgomwyqlhdh03dF2bS+lNhCYHveLKiAwC4fJ19qVFMwQSzFvxE4JIhDF8D3GAuZKuxJt120DRs0XpZS+GzAyi6oI0HwHgorRUgoVjD35pv56jFwpmU/mv0KA4T/eRRRz5S+YU7GuFAIoRsRjQkDFDBiKAehKPyiYyOEQ2QIBwy8lGxg1343XDtqVOn6X0pnAe75wYBJdOxAwjto1kPmeiV1Ij1Ux9q4UQ3kMc4gESr7nji6k09dZm+shEgEM/8CNdqVPBox6DEKOyanHRProhQFzKnYhfUun68J8McDkshu8FEAxIrNSCmC+IgduCQIYVQztSmJDZKSlZMBABbxzMTBtIDD8UlLzrf5n0fi/95h9oxj8HDMN6nOh50qApZRPgtpc3sWkXSOZ7yo3mqnJZTWOoHPMrYJMPb2Mmi3yGgiQYqJw/IdMs45eRo1mq9MH7kphMCrI1OHSeJZBg3nebBRkgo3r6NdvchKZYiXfSVCQmQQb6+Vpjg6GkNlMLybHIAe8aUCrqVov9E5kiBbwKJlqvZhTAvDkOy1VU4Ve9u3/ltMGAmNuuFHNVHOhlyygPMbQIF27oo4sZ9cxVPLNc6tmqvVCu1IICSafNP4iUwIztYLZgvCYn9zdbXgUVZYH8NOBureqbnVXVxLSSQhKEpAgoFFWIWE2IKKIO0rURQV8lJUZR4foiBAxABJQfEMFEBjYlVGGEVdJMLCiqzgOCAMYQh4cDSBmHMmgmJAQkk7o83GrbqequjqNS0Jeuv09fDgJn/J/zj331svTbb1q9pkdzGNuMR7RDiPlKAY9AU5xEZPxUqYeC/s0EH/sfhrIQTSdfMQtaRhhyMwGuJhkEilT96EtOba/l8AO5ovpitTPXEg8F6tfLiqZVCp7dqKtf2x/k4UdzF/zFbG/PXrtdRSJy5GMGYy6tRUtqTG7lE7wwtS66yYmpvFyjguSHevoonomg0qeNc3Oryr7HHUxF8xhRzDN745iNCPYI875Elnc4rDDTDaRPIsbnUtpFeoGxFowOx3BNK7Pkmm2IxdeX5BrsfMyciyRPY82oOVqALgNdUmxFswLjmAalg9gZBzi7Ei5XMycmUwk931n0PIAAIxAHYXYoaIuHwC2oOnMUp9M8nFOeC4X2zNzZujB5NehpQQAfLHWMdT89rk9aKp7OlEi/zEn/Fx3MT3D54xrgCC6J4YE0wAAAupUCrHDPJqetINZEC+RtLgO5OJcTa4+gqj8ohZt1kqlMbaUACAOLXXzvY6HBLMBOpZMn74iu6oOba4YDOahtmB8aDmzQNWDSe1IvzhXU3+BsoE/hH9oeIwNmf1twaSj5fRTblFIc+TSwZ6hVPYdCnulqia2glFRdwQArkFL5QxFpI79qKPJ9CdywkY/WkYCwDPmGTg2DELdqwBwN5r87+Yw2t/OpRPJjCayp7ARLasA4FoeTGx1TCYA7ERT46vpjOZ0OBfO9T4aphHJPbXBOX1JbA1fam4a36Kp4Zl+Mp3OyzLoqCI0LCaickN9hAco90CMUFe0363rizWJLOFlEXTUL9FQ0pcqQ79H2+1twewfALFhgPnh+wwt3xepklDCy19CR2WhoYZQlrwvgJY8AFiNuuEQG0aibjMA5KEp8NdpbpHW8DoLOkpBbgCRtdXNyJlrMiOmhgzqrgSAMjQ1/2EEEy9DjkGHVaDhJiKpvzkX4QnKJBVigbqgbcS4TqLp3HKfTG/mZQV03Eo0zBNE900NaBN5MDGzlnLNZycSWhqWaRKZZx4/OmwqGkoFkV1xNICWfzGHTGxM3yTzeDcGTYGjj6oSKeX1VOi4ocF0GWX93vaj5RMA8KBOjZ1zr+o43vlLxihUaUBz+HSU2IyGYUT2PNUc4QJ74yCIfsNr2kZMH7Q0r+nP6DBeNknQCdvRMFOQ3JMb0JYCAPznQbGyWe/kS8rS8GKCTGbycjt0xmNoeFug7IryAFqeMu/7qipEO8qPd4MB4Ek0BcpnekTyNq8fhc7IDuarUDlxQ4tzLbliZF8aiQZw3NZs2XIVE5WzvM6GzhAb0TCKSJ6Hm8JeDz8eG/vSAPNM6kVL02s+mY7iZaMInbIVDQsFURlVjbbnzMNvbrRPmeEPoG4gACxCS3WRJpGFvNwKnTMNDRV9qZy64zzawFxLueBAKfQqGul0F37L4fzOG5koHOb1NOicVOQyieQtbETno/3FqAMVohmlqHvSuSc1bhjASKb5h3TSATTMEkQl5yjajpsn7JKREM3G15hXu6VoOVqoSaSAlwegs+aiYU9fylLKWiO8cYYxcGH9KV/4ltb/+YUiCnt5XQidlYVcOpE9j59B20oAmIG6BZMgek1ah7oMALgdLWfWpsk0Hbkh0FmuSjTMISK7tiKANgDCMNp3bGq9YnYMTYGKX3slMofXlS7otCfQ8DdK5aTNfrQ9BKDxIn989E6YBaibyTcRi7/sGiaKX5rPZTstA7lriOS+5ySGAGAaRvk1trVXf4qWk8/7ZHotchlwCfahYWVfkaX/uRVtI8yWeXQ4RKfcJeZJRWxFU+ufJ7olYSWv98GluA8N5xKo7J1fiyEYaMFkgEZ7w7yDltr1l8s0vonX0+FSqE1ouF8QlesOBZwtk4bcSIhGSXxLmg8A8lk0BQ494JXIDF43e+CSrEXDIULlhNVnMYQGGuMFqNHdMFvQcva/hzGRVvB6bZdcuONYQXJPqMIQOQAjMHrn71eom+ACkE+jperxBInkdU2ju/ajYZtAWfIWP4YgwIAXSWqUPhw4DM4J4//wOiYK23i9Pw4u0V3IXUEk911/xxCzATIKeBWtCynNBZB6Bi1/X+iTyRDk7oJLJdegYb1AWdpWR8uAOX+fh2jzPOrecX4mIPr/d4wiCut5XSOD6RJPv4F0IrnvqMYQmzTw+aLyvTPV+ozdcWirLvLJND3A67lw6eLPomGVQFn/tx0twwCyNvEqGhfSuDgA1wG0+D8wGmY1rxs16AJL0NBitMxtX2OIZmaef9dBNNmIul2gW4a2rwt9Eklv4fUS6Ar9mtDwn32pnPw6r00LGWhpUffAYLj18kHGabQ0bRvFRGEDr5v7QZd4EbmhRHKPPxIIm79Z63gVbQtpFDivHgN/e6SfTIYi9yJ0jeRgm2ztS1n8kjoM0cCsu1nRlctm0P0GbXW/H8ZEoYTXzcnQRRYhl0dEJfuAo2XmpZmzrgR6H6UAb6HuFOguP4OWwMGpXuvQuwi6ihZsk0OMyO5HvsNQjAGbzKtJEA3y0SCD7jDavluSzqi7gtd1GnSZWcg9KIjssjI/hjJm3KaoOc0MsN7hgTfQ5t9xs0ciDyJXAF2HnQhmnWzMX8fdX9xOrBsQUfCUDQ0bQJeHtkDFQ0kySQn2/dcydKFbkHtdoMy7qBZDTdEAwJkM7dXBWw465QzaapcPYVR4HblboCvF7UQuTxDZ4I9bMRRhAAy5aNiQTrkAwBU6YFo/nqxKQh5yO+OgS2UG0HBMo5J7UnkAQwEDktfbyVCgTdbbk1CGtkD5wz6ZaseCPwyGLlaM3IuCcfu3Bh0AgC3kVa3aa+uIfmPf+1+AIWqWDWKi8BJyxdDVWBVyuYLIBm7zY6j9AKAFl3AN9JZgLteDbiKG8G+b4JZILnJHGXS5XOROJBBJGb3bOWaKAYCUItcbs5cCIDcedAPPoq1193RNIgnfIJcL3WANcm8SKqv3Oa+ZcAYAsP29NGeolcudoEs4ibbAkd/5ZCq8idwa6A5qNXJTBcoSl9WgwwTQ7Y6QTBJ0N1U1c8kHnfKVY8C8MpSJZBpy1Sp0i9HINQ4SRJbxXjM65AAAK0UuKWQ5qT3QLwPQvigRyzFE83vGgBl8rvsWErcUuUqNSMrIXf6wZOwJjA9BT7onZH4I+zCEf9fdXolqlcgthe4ilyP3R0Jlz41/CUsmz0hmHnIfQc8pQW4g6MQDjlz+cn+8TMkm5MoZdJv0RuQKjNPMvZ+3oMNkI5kc7OERjFyTDDr1MIZo+XxWsiySAuQaM6Eb3YFBNwgiS5z71Xl0mG4kwzAot0euHychd9gFuoQjGOJ81dPGyW48Bt0B3eoV5OqH6Mkkv/CPADosBwMG7eiBF1w/Qu4NMAw+gSEC/1h1rSKSIfXIvQrdS96L3HEfEZXL1v0zLJndoEv7sIeaJhdDjnUw8awjl3/+4V89EvEdR26fDN0s+SRye42tKXPj92HJNAMByJqCQW9Bd3oLuVNevo6ewlCB7/90oypR7z7kTiZDt7u6FbntCpWUK7bUBtCJaAAZgG0mdXu7bAaD6x1nLrVbJ+q5uLcj15oNPeDfMWiDSCRl6LZatNl3rrRSDKql0NUUCqB+g0E+MCjl6FBXdrtXotIGDJoCPWI+Bq0Qqaxc+e5pDLMddCNGYJsS6CN39W60Edv0AcP1Z9Dh9Lu3aTKVVmBQEfSMuLUYtEygknvI5lMYTvMB+DRzBuPvn7pXgK7iuhvWYZtp4LJf+7Kd+tMtXpnSZzFobRz0ELEMg5YQKimD3vg2gGHmEQDIykFLZRZ0jfQDaOnbF3TsADoEvn1jgkemZAkGlVHoMcoeDHqWUlkZ+OpXrRgONAAgy9HUXP1uqgsuERuzogVNg11geA6dWr9aOVaVqGT2yx4FepB60JozRFJSnjrYguGKQZcG29GmAvShDDrJdf1WDAEC6DLr0Knl80XZbpmK5nw5qEKPSjhk7k0eIiqJD+72YzsaAYAMhrbnoXOnYXcKgSmOjQdkMGzAMP7dszIVibjN/ziUCD3MV2XuQRqRZC3/4wjJfAg6X4aGIcZD5+Q7u4XvRuMwnP/j+5OZSOPNPq1Kgh7nq8CgvT4iMs/Y977H9maDTiOOaGrzQQ3eeLto4zEUuPijo34nMdz3ZXcnyCLxfWb2SxL0gkRzzhzPEkTZPfTlI63Y3q2gYwxmY6iNwVRUVaUhEVGw2Wtuo3O/AxfvFlKO4VqPvDLBq+eSdRyDPk+EXuE196aGGwQqKcm/3ePHCHJ4NARGnkaHj0baN20pUEP4zdDcj9BhAwl2Cwh7sB3/nt9dqchUGF+PQZ+p0EuUMmxTQIjItNvKagIYuWs4shDDNa3Lp9Aezd9Y226dZAK4wO4Wp0BN2X0+RSS0ANuUuaHXUOvM+UeNiLJnxNLyFoykAEzL8MJq8cKuB1NiHbbXUv7shHgmEm0TtllLoRfFFWGbysHGKdh3/64fAxjJ7iwwTcYO2pMIln/DCAI/fvLwYLcsCoMrsU1RHPSuKWaLNE0jRJTVMc9VNGNkMwhY5uFF+nQI2BL3YyTNFctvS2ISIdOazAaaAr0u+ztssyleT0ZJuf/9785jZM3TfWAikLXsNP6U5qtdEII9gxGd/+79h4eoskjirWV0MhuiQPI+bHNijEAkpl5bdODC0+L0jCwGGgQxjQGZULy9GkNVlxbfyoBAqH6L8ALqDhTfqLcLFcZ8g232pkBUYK+g6SUvESUlaeJrRxrxwjZNzgJg0IYQIyEtzZfm0zSfj/kIMMccU/LK8UIaj6y7J8Mti8T7EppelSFa3GnFcHSsQCTZffnU0uN+/CmfFNyaxo83F8QAfDm+aZV4Yf7jpQ8P88oSFcYetaK6E6JIZjmaXk8hVGKerFkfVPvx/3Hk9YUz8tJ4Cj6fT2O8bUCn5UyZt+4o/jR/9QdPXp/IZEqS/wtNhzIgqshL0VQ3kxFRYtrwJz6s9gfwopzcbbfSUbwYAX/1h/NzfIpMCXuwDk1LZYg2OfYEPTRWMPYnbVjhjqqzAewGgbNVO+bn6rGIRMg7hKbqHIhC6mtoKRkqGF2TMOS3b5XXtmIXa60rf+vxkUYsVLiyBC1rvBCdcqrQsmGgEY3iTb933a6ali5sm0BLza51M4Yn8m5J34CWqlyIWqzYTqBltRGNzDzJuc+VVtZ3Udu01leWPjfxci+TRCqkr26x8ypmEM0G70RLYP0QgVBJVuIH/XrNjuPnLjmb1nPHd6x52FhDkkiEIesDaNk5GKKc65YTaHtvrEioKDPVd03h2p3fnvNjp/nPfbtzbeHYVC8zRgvN24a2rye5IPrJBXVoO3R/PCGiKCuqb3TRis0V9U2dCKelqb5i84qim9LiFSZRQhIeqEBbXYEMsUFb2Iy2cyuvpYSKkp5NwhUznl1Reqy+oSmAFynQ1FB/rHTFs7/K9mnMWEKEXrPyHNqaFnkhdiS/0IQhvnwiXSCUSjLzaL7rCoqXbTxwqq6uwY8/yd9QV3fqwMZlxQV5aQluYwVRIqTP+RJDNL2YArGl35KzGGpPQWZfYxRLjHm8SUOmFM5/+uWtX/zw448/1tbW1Tc2+1sDiIHWlubG+rraWv23P3yx9eWn5xfed1VyvIfJEk8lc9ZnGKpxST+IPfFza9ChYuFoNzEaR5KZ4vEmpF03ffacuYVFi19+86Mvas6j7nzNFx+9+fLiosK5hbMfGDOwn6a6mWykQgTP6IUV6FAzNx5ik3TnfnQ6u+VXVzJjVYmiJOvxKIrb7fF4VFX16lT9n+rRuT1ut1thTJaMTIjAhs3cchad9t8lQexyjVzbjGHqS+fdNIDoKBUlPR+O6RRmkDk9EZEamdDLbp5XWo9hmtaOdEGMU6fvw/ZqSoqnj04jAg/IJIq8IJxA03LuW1xSg+3tna7Cz0LG7EqMqCqtT5+0GZPHZWek9k/UdAmpqZlXj8ufYfz+KEZUOTsdfj5cWYUHMIKjqa64OdjOHJcrtQojOFiY5YKfm5TpWxvbJ5Psgjntc4GU9rk0bp2WCj9TYvaj25vQoSoF4El0mA3tcmna/li2CD9v0pVTVx1yJuNajCGeCMulYtXUoeL/tV/HNgCCQBiFT1oXcRiW8TptZCMLd2EeY4ghBv7CmvdG+HJ3BBukeYnbWWVC6rtce1xmGy6vMlPquRzl0I4rkx+Z1iW9LszM1yXYEzJHccnNvCBTXOp9Gbq1ypiYFy6wcGGbxHuEjHBBRtxdZJp5IRcu5GKPyMU/gFzsEblwIf/hQkRERHQDzREJLx2323oAAAAASUVORK5CYII=);-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.presentation-node .node.medal.seal .children .icon .gilded.outline{position:absolute;left:50%;top:calc(318 / 280 * 100% * -.0775);height:calc(318 / 280 * 100% * 1.0475);aspect-ratio:280/318;transform:translate(-50%);animation:sparkle-vertical 7s linear 0s infinite forwards;background:linear-gradient(0deg,#edda9700,#edda9700 30%,#dad0a999,#edda9700 70%,#edda9700);background-repeat:no-repeat;background-size:200% 200%;-webkit-mask-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAE+CAMAAABhpf+VAAACcFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+bfSDuAAAAz3RSTlMAAQIDBQYHCQoLDA0ODxAREhMUFRYXGBkaGxwdHh8gISIjJSYnKCorLC0uLzAxMjM0NTc/QEFERUZHSElKS0xNTk9QUVJUVVZXWFlaW1xdXl9gYWJjZGVmZ2hqbG1ub3BxcnN1dnd4eXp7fH1+f4CBgoOEhYaLj5CRkpOUlZaXmJmam52en6ChoqOkpaanqKmrra6vsbO0tre4ubq8vb7AwcLDxMXHyM3Oz9LT1NXW19jZ2tvc3d7f4eTm5+jq7u/w8fLz9PX29/j5+vv8/f7AJNFOAAAHGUlEQVR4Xu3c71eUZR7H8Y+MOKOpSyE0FSXmalSyora2mrpshirrbvbTtYp+qki5qbqYViMrJbRlKhWNAwJrhUmQUTVZWmGWoAzz+ZfqGQ88V87vue/r/rwf3+dc57zOdc73+j65YWlKKaWUUkoppZRSSimllFJKKaWUUqr1DXisg/9DIpHwWKRgBCMYwQhGMHlKMIIRjGAEIxjBCEYwghGMYAQjGMEIRjCCEYxgBCMYwQhGMIIRjGAEIxjBCEYwghGMYAQjGMEIRjCCEYxgBCMYwQhGMIIRjGAEIxjBCEYwghGMYAQjGMEIRjCCEYxgBCMYwQhGMIIRjGAEIxjBCEYwghGMYAQjGMEIRjCCEYxgBCMYwQhGMIIRjGAEIxjBCEYwghGMYAQjGMEIRjCCEYxgBCMYwQhGMIIRjGAEIxjBCEYwghGMYF70IkxDQi7/h8f6OAGZFxnbBa814T8xNlzVZe0EeE/m7+MyRhd4snEZuVwpIxeTjNGlFpCMwUUyBhfJGFwkY3CRjMlFMiYXyZhcJGNykYzJRTJGF8lsu2JBUrUxvgCDjFwMMnIxyMjFICMXg4xcDDJyMcjIxSAjF7OMXMZl1shFMgYXyRhczDJyMcvIJdHZJBfg34w9AI/10LjL78qMPQVP9dTYFS4GGa6Gh1rNxFyAD/gpPFQf25FYizgEDzXERUis6RyGh7rIPyDBzrACnqmCZ5Bo7VwOz7Sc7Ui03ayHZ9rKXUi0lXwXnuldrkSilfIcPNM5liLhvmE5PFI5v0HitfBBeKQH2JLMVsUWeKQWPpzU/YrCI0VZntznt8ET3ZbkFdjPZ+CJnuZ+JNNKhuGJwrwPyTRlhAF4oABHpiCpIlwDD7SGESTX4zwMD3SYjyO5gmP0wfp8HAsiyT5kDayvhh8i2ep4BNZ3hHVIttIY/bA8P2OlSLoOboTl/YsdSL517IDldfAfSD7/ECtgdRUc8iOFQtwHq9vLEFJpHk/B6k6xEinVy0dhcY+yF6l1P4/D4o7zfqRW4XeshrX9ld8VIsWe4/uwtvf5PFJt+gXOh6X9iRemI+X28C1Y2lt8GalXNsrZsLJbOVqGNGpmK6ysla8jnWZesnMvqOClmUirEN+Bhb3DENLrhmFW2TiShm9AmjWyDdbVxpeRbsVDvBeWdS/PFyPtnmWXfVvSs0i/iV9wE6xqE78oRAZawa8CsKjAV1yBjBRhMyyqmRFkpj+OcAmsaQlH5iBDNfAErOkEG5CpJvaxCZbUxL6JyFgLY7a8f6sYW4gM1shOWFEnG5HJJg/yACzoAAenIKMtuMzlcH3LeHkBMtxmDkyFy7tmgFuQ6XzdPASXd4jdPmS8sh8YgqsL8YebkYWq4/wzXNxdjFcjK21nNAjXFoxyB7KTL8wwXFuYYR+yVFGUB+HSDjJahKw17xeG4MpC/KUSWaw67s533nLG/4astpm8Ha7rdnIzstxr/LYcLqv8W76GbOd7jwM3wVXd1M/3fMh6gW72lsBFlXzMngBy0LST7CmGayru4SfTcnRUP7uK4JKKuthfjBxVcppd18EVXdfF0yXIWcHT7C6BCyrp5ukgcljpAHvLXDCPejlQipxWfJL9s+DwZvXzZM7HxNQenq2Co6s6y55pyHn+Nof/L2812eZHHvI1kk1wbE1kow/56YkYW+DQWhh7Anmr+meGr4cDuz7Mn6uRxyqjjN4Fx7Uoymgl8tq1YTIEhxUiw9cizxXsiPPtqXBQU99mfGcB8l/1jxy4B47pngH+WA1HVNZNHoBDOkB2l8EhFdRfZmcVHND8Tl6u98E5LRgk9yPv7ScHF8BRTW4c44klyGt/OcGxPZPhtBb2kc2TkLcKm8m+hXBghQ0jHKxDnnryc468UAhnNqeT7FiKPLS0gzw+B86t5gzZNj/ns+goeWYVHJ1/6wXyUAVyWMUh8sJWP5xe8Z5h8s3ZyFG3vkkO75kBN3Rj6BLZeidy0B2t5KXQjXBLtzSPkkcXI8stPkqOvn4L3NTMVy6SnRuQxR7pJC++OhNua8a2s+SpvXORlebuPUWe2zYDbmzSP3tJdmwMIMMFNnaQ7F0/Ca6tsmmI5JEaHzKWr+YIyaGmSrg7/7pIjOTh2muQgQK1h0nGIuv8sKDSuo/GSEa2zENazdsSITn2UV0prCn42AfDJL9u2TC3AClUMHdDy9ckhyOPBWFZgWX7viRJttcvnZ2ETsHspfXtJMkv9y0LwM5mrW/6LE6SP53/tBYJtLbv/E8kGf/sv+tnwe6KVuw+9j1J7sRV20mS3x/bvaIIHim4OML4JlylzXEeuzsIj7Wdo2smwBwmrI3xJRiyXGYVzGH1uItkDC6SMblIxuwiGbOLZFaNu0jG4CIZg4tkDC6SMbhIxuAiGbOLZK50UTt+kzG5SMbgIhmDi2QMLpJxksuv25iUiSXO6lEAAAAASUVORK5CYII=);mask-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAE+CAMAAABhpf+VAAACcFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+bfSDuAAAAz3RSTlMAAQIDBQYHCQoLDA0ODxAREhMUFRYXGBkaGxwdHh8gISIjJSYnKCorLC0uLzAxMjM0NTc/QEFERUZHSElKS0xNTk9QUVJUVVZXWFlaW1xdXl9gYWJjZGVmZ2hqbG1ub3BxcnN1dnd4eXp7fH1+f4CBgoOEhYaLj5CRkpOUlZaXmJmam52en6ChoqOkpaanqKmrra6vsbO0tre4ubq8vb7AwcLDxMXHyM3Oz9LT1NXW19jZ2tvc3d7f4eTm5+jq7u/w8fLz9PX29/j5+vv8/f7AJNFOAAAHGUlEQVR4Xu3c71eUZR7H8Y+MOKOpSyE0FSXmalSyora2mrpshirrbvbTtYp+qki5qbqYViMrJbRlKhWNAwJrhUmQUTVZWmGWoAzz+ZfqGQ88V87vue/r/rwf3+dc57zOdc73+j65YWlKKaWUUkoppZRSSimllFJKKaWUUqr1DXisg/9DIpHwWKRgBCMYwQhGMHlKMIIRjGAEIxjBCEYwghGMYAQjGMEIRjCCEYxgBCMYwQhGMIIRjGAEIxjBCEYwghGMYAQjGMEIRjCCEYxgBCMYwQhGMIIRjGAEIxjBCEYwghGMYAQjGMEIRjCCEYxgBCMYwQhGMIIRjGAEIxjBCEYwghGMYAQjGMEIRjCCEYxgBCMYwQhGMIIRjGAEIxjBCEYwghGMYAQjGMEIRjCCEYxgBCMYwQhGMIIRjGAEIxjBCEYwghGMYF70IkxDQi7/h8f6OAGZFxnbBa814T8xNlzVZe0EeE/m7+MyRhd4snEZuVwpIxeTjNGlFpCMwUUyBhfJGFwkY3CRjMlFMiYXyZhcJGNykYzJRTJGF8lsu2JBUrUxvgCDjFwMMnIxyMjFICMXg4xcDDJyMcjIxSAjF7OMXMZl1shFMgYXyRhczDJyMcvIJdHZJBfg34w9AI/10LjL78qMPQVP9dTYFS4GGa6Gh1rNxFyAD/gpPFQf25FYizgEDzXERUis6RyGh7rIPyDBzrACnqmCZ5Bo7VwOz7Sc7Ui03ayHZ9rKXUi0lXwXnuldrkSilfIcPNM5liLhvmE5PFI5v0HitfBBeKQH2JLMVsUWeKQWPpzU/YrCI0VZntznt8ET3ZbkFdjPZ+CJnuZ+JNNKhuGJwrwPyTRlhAF4oABHpiCpIlwDD7SGESTX4zwMD3SYjyO5gmP0wfp8HAsiyT5kDayvhh8i2ep4BNZ3hHVIttIY/bA8P2OlSLoOboTl/YsdSL517IDldfAfSD7/ECtgdRUc8iOFQtwHq9vLEFJpHk/B6k6xEinVy0dhcY+yF6l1P4/D4o7zfqRW4XeshrX9ld8VIsWe4/uwtvf5PFJt+gXOh6X9iRemI+X28C1Y2lt8GalXNsrZsLJbOVqGNGpmK6ysla8jnWZesnMvqOClmUirEN+Bhb3DENLrhmFW2TiShm9AmjWyDdbVxpeRbsVDvBeWdS/PFyPtnmWXfVvSs0i/iV9wE6xqE78oRAZawa8CsKjAV1yBjBRhMyyqmRFkpj+OcAmsaQlH5iBDNfAErOkEG5CpJvaxCZbUxL6JyFgLY7a8f6sYW4gM1shOWFEnG5HJJg/yACzoAAenIKMtuMzlcH3LeHkBMtxmDkyFy7tmgFuQ6XzdPASXd4jdPmS8sh8YgqsL8YebkYWq4/wzXNxdjFcjK21nNAjXFoxyB7KTL8wwXFuYYR+yVFGUB+HSDjJahKw17xeG4MpC/KUSWaw67s533nLG/4astpm8Ha7rdnIzstxr/LYcLqv8W76GbOd7jwM3wVXd1M/3fMh6gW72lsBFlXzMngBy0LST7CmGayru4SfTcnRUP7uK4JKKuthfjBxVcppd18EVXdfF0yXIWcHT7C6BCyrp5ukgcljpAHvLXDCPejlQipxWfJL9s+DwZvXzZM7HxNQenq2Co6s6y55pyHn+Nof/L2812eZHHvI1kk1wbE1kow/56YkYW+DQWhh7Anmr+meGr4cDuz7Mn6uRxyqjjN4Fx7Uoymgl8tq1YTIEhxUiw9cizxXsiPPtqXBQU99mfGcB8l/1jxy4B47pngH+WA1HVNZNHoBDOkB2l8EhFdRfZmcVHND8Tl6u98E5LRgk9yPv7ScHF8BRTW4c44klyGt/OcGxPZPhtBb2kc2TkLcKm8m+hXBghQ0jHKxDnnryc468UAhnNqeT7FiKPLS0gzw+B86t5gzZNj/ns+goeWYVHJ1/6wXyUAVyWMUh8sJWP5xe8Z5h8s3ZyFG3vkkO75kBN3Rj6BLZeidy0B2t5KXQjXBLtzSPkkcXI8stPkqOvn4L3NTMVy6SnRuQxR7pJC++OhNua8a2s+SpvXORlebuPUWe2zYDbmzSP3tJdmwMIMMFNnaQ7F0/Ca6tsmmI5JEaHzKWr+YIyaGmSrg7/7pIjOTh2muQgQK1h0nGIuv8sKDSuo/GSEa2zENazdsSITn2UV0prCn42AfDJL9u2TC3AClUMHdDy9ckhyOPBWFZgWX7viRJttcvnZ2ETsHspfXtJMkv9y0LwM5mrW/6LE6SP53/tBYJtLbv/E8kGf/sv+tnwe6KVuw+9j1J7sRV20mS3x/bvaIIHim4OML4JlylzXEeuzsIj7Wdo2smwBwmrI3xJRiyXGYVzGH1uItkDC6SMblIxuwiGbOLZFaNu0jG4CIZg4tkDC6SMbhIxuAiGbOLZK50UTt+kzG5SMbgIhmDi2QMLpJxksuv25iUiSXO6lEAAAAASUVORK5CYII=);-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.wrapper.dark .presentation-node .node.medal.seal .children .icon .gilded.outline{background:linear-gradient(0deg,#edda9700,#edda9700 30%,#dad0a9cc,#edda9700 70%,#edda9700);background-repeat:no-repeat;background-size:200% 200%}.wrapper.reduced-motion .presentation-node .node.medal.seal .children .icon .gilded.overlay,.wrapper.reduced-motion .presentation-node .node.medal.seal .children .icon .gilded.outline{display:none}.presentation-node .node.medal.badge .children .icon .image.badge{position:absolute;height:unset;background-size:cover;aspect-ratio:440/268}.presentation-node .node.medal.badge .children .icon .image.gilded{height:40%;background-size:contain;background-position:left top}.presentation-node .node.medal .children .text .name{margin:0 0 1rem;font-size:28px;line-height:1.1}.presentation-node .node.medal .children .text .description{margin:0 0 2rem;font-size:16px;font-style:italic;letter-spacing:.5px;color:color-mix(in srgb,var(--foreground) 60%,transparent)}.presentation-node .node.medal .children .progress{position:relative;display:grid;margin:1rem 0 0}.presentation-node .node.medal.seal .children .title{margin:1rem 0 0;padding:0 10px;display:flex;justify-content:space-between;align-items:center;height:38px;font-size:16px;color:color-mix(in srgb,var(--foreground) 60%,transparent);background-color:color-mix(in srgb,var(--foreground) 10%,transparent);box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--foreground) 20%,transparent)}.presentation-node .node.medal.seal .children .title.completed{background-color:#732881;color:color-mix(in srgb,var(--foreground) 80%,transparent)}.presentation-node .node.medal.seal .children .title .text span{margin:0 0 0 3px}.presentation-node .node.medal.seal .children .title .text span sup{font-size:70%;vertical-align:top}.presentation-node .node.medal.badge .children .progress{margin:0 0 6px;grid-template-columns:38px 1fr;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}.presentation-node .node.medal.badge .children .progress:last-child{margin:0}.presentation-node .node.medal.badge .children .progress .class-icon{height:38px;display:grid;align-items:center;justify-items:center;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}.presentation-node .node.medal.badge .children .progress .class-icon svg{width:22px;height:20px;fill:color-mix(in srgb,var(--foreground) 80%,transparent)}.presentation-node .node.medal .children .progress .text{padding:0 10px;display:grid;grid-template-columns:auto auto;justify-content:space-between;align-items:center;height:38px;color:color-mix(in srgb,var(--foreground) 60%,transparent)}.presentation-node .node.medal .children .progress.completed .text{color:color-mix(in srgb,var(--foreground) 80%,transparent)}.presentation-node .node.medal .children .progress .title{font-size:16px;position:relative;z-index:2}.presentation-node .node.medal .children .progress .fraction{padding:0 10px 0 0;position:relative;z-index:2;text-align:right;font-size:16px}.presentation-node .node.medal .children .progress .bar{width:100%;height:5px;background-color:color-mix(in srgb,var(--foreground) 20%,transparent);transition:background-color .25s}.presentation-node .node.medal.badge .children .progress .bar{grid-column:span 2;position:relative;height:7px}.presentation-node .node.medal .children .progress .bar .fill{position:absolute;top:0;left:0;width:100%;max-width:100%;height:100%;background-color:var(--foreground);transition:background-color .25s}.presentation-node .node.medal .children .state h5{margin:0 0 1rem;font-size:14px;letter-spacing:2px;text-transform:uppercase;color:color-mix(in srgb,var(--foreground) 40%,transparent)}.presentation-node .node.medal .children .state h5.completed{color:#f3e8b0;font-family:var(--font-text)}.presentation-node .node.medal.badge .children .state h5.completed{color:#e5b52e}.presentation-node .node.medal .children .state .gilding{margin:0 0 1rem}.presentation-node .node.medal .children .state.gilded .title{background-color:#edb15e99}.presentation-node .node.medal .children .state.gilded .title .text{color:#f3e8b0}.presentation-node .node.medal .children .progress.gild .bar .fill{background-color:#edb25e}.presentation-node .node.medal.badge .children .progress .bar.completed .fill{background-color:#e5b52e}.presentation-node .node.medal .children .commonality h5{margin:0 0 10px}.presentation-node .node.medal .children .commonality .value{margin:6px 0 10px;display:inline-block;font-size:24px;line-height:18px}.presentation-node .node.medal .children .commonality .info p{line-height:1.4}.presentation-node .node.medal.badge .entries{position:relative;padding-top:calc(2rem + 1px)}.presentation-node .node.medal .entries .filters{position:absolute;left:2rem;top:-20px;width:calc(100% - 2rem);display:grid;justify-content:center}.presentation-node .node.medal .entries .filters:before,.presentation-node .node.medal .entries .filters:after{content:"";position:absolute;top:20px;width:calc(50% - 75px - 2rem);border-top:1px solid color-mix(in srgb,var(--foreground) 20%,transparent);pointer-events:none}.presentation-node .node.medal .entries .filters:after{right:0}.presentation-node .node.medal .entries .filters .list{display:grid;grid-template-columns:repeat(3,40px);gap:15px}.presentation-node .node.medal .entries .filters .list .linked,.presentation-node .node.medal .entries .filters .list .linked a,.presentation-node .node.medal .entries .filters .list .linked:before,.presentation-node .node.medal .entries .filters .list .linked:after{border-radius:100%}.presentation-node .node.medal .entries .filters .list .linked{display:grid;justify-items:center;margin:0;font-size:20px;height:40px;--ui-scale: var(--ui-scale-2)}.presentation-node .node.medal .entries .filters .list .linked svg{width:24px;height:20px;fill:color-mix(in srgb,var(--foreground) 80%,transparent)}.presentation-node .node .entries .list.tertiary.groups{transition:opacity .25s,filter .5s}.presentation-node .node .entries .list.tertiary.groups:not(.visible){opacity:.5;filter:blur(4px)}.presentation-node .node .entries .list.tertiary.groups{gap:2rem}.presentation-node .node .entries .list.tertiary.groups.seasons,.presentation-node .node .entries .list.tertiary.groups.sets .list.collection-items{--columns: 1}.presentation-node .node .entries .group{align-content:start;scroll-margin-top:calc(env(safe-area-inset-top) + 3rem)}.presentation-node .node .entries .group h5{cursor:pointer;transition:color .25s,background-color .25s}.presentation-node .node .entries .group h5:active{color:var(--foreground);background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}@media (hover: hover){.presentation-node .node .entries .group h5:hover{color:var(--foreground);background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}}.presentation-node .node .entries .jump{position:absolute;left:-1rem;top:-1rem;width:calc(100% + 2rem);height:calc(100% + 2rem);z-index:10;padding:1rem 0 3rem;pointer-events:none;opacity:0;transition:opacity .25s;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}.presentation-node .node .entries .jump.visible{pointer-events:unset;opacity:1}.presentation-node .node .entries .jump .sticky{position:sticky;top:calc(3rem + var(--header-offset));padding:0 4rem}.presentation-node .node .entries .jump ul{display:grid;gap:1rem}.presentation-node .node .entries .jump ul li{display:flex;justify-content:space-between;font-size:20px}.presentation-node .node .entries .jump ul .disabled{color:color-mix(in srgb,var(--foreground) 40%,transparent)}.presentation-node .node .entries .jump ul li span{display:grid;grid-auto-flow:column;gap:4px}.presentation-node .node .entries .jump ul li span{color:color-mix(in srgb,var(--foreground) 60%,transparent)}.presentation-node .node .entries .jump ul li span span:first-child{color:color-mix(in srgb,var(--foreground) 80%,transparent)}.presentation-node .node .entries .jump ul li span:first-child:not(:last-child){display:inline;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 768px){.presentation-node .node.medal{grid-template-rows:unset}.presentation-node .node.medal .entries{margin:0}.presentation-node .node.medal .entries .filters{left:0;width:100%}.presentation-node .node.medal.badge .children{border-top:none;padding:0}}@media screen and (max-width: 600px){.presentation-node .node.medal{gap:2rem}.presentation-node .node.medal.badge{gap:3.5rem}.presentation-node .node.medal .children .text .name{font-size:24px}.presentation-node .node.medal .children .text .description{margin:0 0 1rem;font-size:14px}.presentation-node .node .entries{scroll-margin-top:calc(env(safe-area-inset-top) + 2rem)}.presentation-node .node.medal.seal .entries{padding:calc(2rem - 1px) 0 0 0;border-top:1px solid color-mix(in srgb,var(--foreground) 20%,transparent)}.presentation-node .node.medal .entries .filters:before,.presentation-node .node.medal .entries .filters:after{width:calc(50% - 75px - 1rem)}.presentation-node .node.medal .entries .filters .list{gap:10px}.presentation-node .node .entries .group{scroll-margin-top:calc(env(safe-area-inset-top) + 2rem)}.presentation-node .node .entries .jump .sticky{top:calc(2rem + var(--header-offset));padding:0 2rem}.presentation-node .node .entries .jump ul{gap:10px}.presentation-node .node .entries .jump ul li{font-size:14px}}#collections .module.views .list li[data-hash=collections-medals] .icon svg,#collections .module.views .list li[data-hash=collections-metrics] .icon svg{width:24px}#collections .container.root{display:grid;grid-template-columns:2fr 1fr;gap:3rem}#collections .container.root .sidebar{display:grid;gap:3rem;align-content:start}#collections .container.root .sidebar .recently-discovered{position:relative;display:grid;grid-template-columns:30px 1fr 30px;gap:1rem}#collections .container.root .sidebar .recently-discovered .button{padding:0;height:100%;display:flex;justify-content:center}#collections .container.root .sidebar .recently-discovered .list{display:grid;grid-template-columns:repeat(6,1fr);gap:7px;justify-items:stretch;align-items:stretch;--ui-scale: var(--ui-scale-2)}#collections .container.root .sidebar .recently-discovered .list li{aspect-ratio:1/1;height:unset;margin:0;display:block}#collections .container.root .sidebar .recently-discovered .list li .icon{position:absolute;height:100%;width:100%;margin:0}#collections .container.root .sidebar .recently-discovered .list li .text,#collections .container.root .sidebar .recently-discovered .list li .commonality{display:none}#collections .container.root .sidebar .recently-discovered .list li:before{box-shadow:inset 0 0 0 2px #b9b9b9}#collections .container.root .sidebar .recently-discovered .pages{grid-column:span 3}#collections .container.root .sidebar .badges .list{display:grid;grid-template-columns:repeat(3,1fr);justify-items:stretch;align-items:stretch;gap:7px}#collections .container.root .sidebar .badges .badge{position:relative;padding-bottom:calc(268 / 440 * 100%);height:unset;margin:0;transition:background-color .5s,box-shadow .25s;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}#collections .container.root .sidebar .badges .badge:not(.badge-complete){border-radius:2.4%}#collections .container.root .sidebar .badges .list li.badge:before{box-shadow:inset 0 0 0 1px #d6d6d600}#collections .container.root .sidebar .badges .list li.badge:active:before{box-shadow:inset 0 0 0 1px #d6d6d6;background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}@media (hover: hover){#collections .container.root .sidebar .badges .list li.badge:hover:before{box-shadow:inset 0 0 0 1px #d6d6d6;background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}}#collections .container.root .sidebar .badges .list li.badge:hover{background-color:transparent}#collections .container.root .sidebar .badges .list li.badge a{position:absolute;left:0;top:0;width:100%;height:100%;padding:0}#collections .container.root .sidebar .badges .list li.badge .image{background-size:cover}#collections .container.root .sidebar .badges .list li.badge .image.dl{opacity:.4}#collections .container.root .sidebar .badges .list li.badge.badge-semi .image.dl,#collections .container.root .sidebar .badges .list li.badge.badge-complete .image.dl{opacity:1}#collections .container.root .sidebar .badges .list li.badge.badge-complete .image.dl{box-shadow:inset 0 0 0 2px #d7be5b}#collections .container.root .sidebar .badges .list li.badge.expired:before{box-shadow:inset 0 0 0 2px #b34949;background-color:#b3494966}#collections .container.root .nodes{display:grid;grid-template-columns:repeat(3,1fr);align-content:start;gap:1rem}#collections .container.root .nodes .child{container-type:inline-size;aspect-ratio:300/354;position:relative;background:radial-gradient(circle at 50% 30%,#b9bcc1,transparent);border-top-right-radius:16%}.wrapper.dark #collections .container.root .nodes .child{background:radial-gradient(circle at 50% 30%,#50545b,transparent)}.wrapper.dark #collections .container.root .nodes .child.completed,#collections .container.root .nodes .child.completed{background:radial-gradient(circle at 50% 30%,rgba(227,212,136,.4),transparent)}#collections .container.root .nodes .child:before{content:"";position:absolute;left:0;top:0;width:6px;height:100%;border-right:1px solid color-mix(in srgb,var(--foreground) 30%,transparent);background-color:#c4b073;transition:background-color .25s}.wrapper.dark #collections .container.root .nodes .child:before{background-color:#a9965b}#collections .container.root .nodes .child.completed:before{border-right:1px solid rgba(227,212,136,.7)}#collections .container.root .nodes .child .text{position:absolute;bottom:13.333cqw;width:100%;padding:0 13.333cqw;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#collections .container.root .nodes .child .text div{position:relative;padding:4cqw 0;border-bottom:1px solid color-mix(in srgb,var(--foreground) 40%,transparent);font-size:14px;text-align:center;text-transform:uppercase}#collections .container.root .nodes .child .text div:first-child{font-family:var(--font-text);font-weight:500;color:var(--foreground);border-top:1px solid color-mix(in srgb,var(--foreground) 40%,transparent)}#collections .container.root .nodes .child .text div:before,#collections .container.root .nodes .child .text div:after{content:"";position:absolute;left:0;top:-1px;width:7px;height:1px;background-color:var(--foreground);opacity:.8}#collections .container.root .nodes .child .text div:after{left:unset;right:0}#collections .container.root .nodes .child .text div:last-child:before,#collections .container.root .nodes .child .text div:last-child:after{top:unset;bottom:-1px}#collections .container.root .nodes .child .text .state{color:color-mix(in srgb,var(--foreground) 40%,transparent)}#collections .container.root .nodes .child .text .state span{color:color-mix(in srgb,var(--foreground) 80%,transparent)}#collections .container.root .nodes .child a{position:absolute;left:0;top:0;width:100%;height:100%;border-top-right-radius:16%}#collections .container.root .nodes .child a:before{content:"";position:absolute;left:0;top:0;z-index:3;width:100%;height:100%;pointer-events:none;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--foreground) 40%,transparent);border-top-right-radius:16%;transition:box-shadow .25s,background-color .25s}#collections .container.root .nodes .child.completed a:before{box-shadow:inset 0 0 0 1px #e3d488cc}#collections .container.root .nodes .child a:after{content:"";position:absolute;left:0;top:0;width:calc(100% + 4px);height:calc(100% + 4px);z-index:3;pointer-events:none;box-shadow:0 0 0 2px #d6d6d600;border-top-right-radius:16%;transform:translate(-2px,-2px);transition:box-shadow .25s}#collections .container.root .nodes .child:active:before,.wrapper.dark #collections .container.root .nodes .child:active:before{background-color:#eed36f}#collections .container.root .nodes .child a:active:before{box-shadow:inset 0 0 0 1px #d6d6d6;background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}#collections .container.root .nodes .child a:active:after{box-shadow:0 0 0 2px #d6d6d6}@media (hover: hover){#collections .container.root .nodes .child:hover:before,.wrapper.dark #collections .container.root .nodes .child:hover:before{background-color:#eed36f}#collections .container.root .nodes .child a:hover:before{box-shadow:inset 0 0 0 1px #d6d6d6;background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}#collections .container.root .nodes .child a:hover:after{box-shadow:0 0 0 2px #d6d6d6}}@media screen and (max-width: 1660px){#collections .container.root .sidebar .recently-discovered .list{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width: 1280px){#collections .container.root .nodes{grid-template-columns:repeat(2,1fr)}#collections .container.root .sidebar .recently-discovered .list{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1024px){#collections .container.root{grid-template-columns:1fr}#collections .container.root .nodes{grid-template-columns:repeat(3,1fr)}#collections .container.root .nodes .child:before{width:5px}#collections .container.root .nodes .child .text div{font-size:10px}#collections .container.root .sidebar .recently-discovered .list{grid-template-columns:repeat(9,1fr)}#collections .container.root .sidebar .badges .list{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 768px){#collections .container.root{grid-template-columns:1fr;gap:2rem}#collections .container.root .sidebar{gap:2rem}#collections .container.root .sidebar .recently-discovered .list{grid-template-columns:repeat(6,1fr)}#collections .container.root .sidebar .badges .list{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 600px){#triumphs .module.views .list li[data-hash=collections-medals] .icon svg,#triumphs .module.views .list li[data-hash=collections-metrics] .icon svg{width:18px}#collections .container.root{grid-template-columns:1fr;gap:2rem}#collections .container.root .sidebar{margin:0;gap:2rem}#collections .container.root .sidebar .recently-discovered{grid-template-columns:24px 1fr 24px}#collections .container.root .sidebar .recently-discovered .list{grid-template-columns:repeat(4,1fr)}#collections .container.root .sidebar .badges .list{grid-template-columns:repeat(2,1fr)}#collections .container.root .nodes{grid-template-columns:repeat(2,1fr);gap:6px}}@media screen and (max-width: 420px){#collections .container.root .sidebar .recently-discovered .list{grid-template-columns:repeat(3,1fr)}}#collections .container.sets{position:relative}#collections .container.sets .background{position:absolute;left:-3rem;top:-4rem;width:calc(100% + 6rem);aspect-ratio:16/9;-webkit-mask-image:radial-gradient(40% 70% at 50% 0%,#00000080 50%,#0000 120%);mask-image:radial-gradient(40% 70% at 50% 0%,#00000080 50%,#0000 120%);-webkit-mask-size:100% 100%;mask-size:100% 100%}#collections .container.sets .background .image{filter:blur(5px) saturate(.8);transform:scale(1.06);transition:opacity .25s,transform 1s cubic-bezier(.33,1,.68,1)}#collections .container.sets .background .image.dl{transform:scale(1.02)}#collections .container.sets .node{position:relative}#collections .container.sets .entries{gap:3rem;align-content:start}#collections .container.sets .entries .activity{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:6px}#collections .container.sets .entries .activity .corners{grid-column:-1/1;--border-color: color-mix(in srgb, var(--foreground) 20%, transparent)}#collections .container.sets .entries .activity .overview{position:relative;padding:1rem 2rem;display:flex;flex-flow:row wrap;justify-items:center;justify-content:center;align-content:center;gap:10px}#collections .container.sets .entries .activity .overview .state{flex:1 0 100%;display:flex;justify-content:center;gap:4px;font-size:24px;line-height:1.4;color:#fff9}#collections .container.sets .entries .activity .overview .state span:first-child{color:#fffc}#collections .container.sets .entries .activity .overview .state.percent{height:48px;margin:0 0 9px;display:flex;align-items:center}#collections .container.sets .entries .activity .overview .state.percent span{font-size:56px}#collections .container.sets .entries .activity .overview .item{width:48px;display:flex;flex-direction:column;gap:6px}#collections .container.sets .entries .activity .overview .item .icon{--item-border-inset-width: 2px;--item-border-inset-color: #b9b9b9;position:relative;aspect-ratio:1;background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}#collections .container.sets .entries .activity .overview.patterns .item:not(.completed) .icon{--item-border-inset-color: var(--deepsight);background-color:color-mix(in srgb,var(--deepsight) 20%,transparent)}#collections .container.sets .entries .activity .overview .item .icon:before{content:"";position:absolute;top:0;left:0;z-index:3;width:100%;height:100%;pointer-events:none;box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--item-border-inset-color)}#collections .container.sets .entries .activity .overview .item .icon:after{content:"";position:absolute;left:0;top:0;width:calc(100% + 4px);height:calc(100% + 4px);z-index:3;pointer-events:none;box-shadow:0 0 0 2px transparent;transform:scale(var(--ui-scale)) translate3d(-2px,-2px,0);transition:box-shadow .25s,transform .25s}.wrapper.reduced-motion #collections .container.sets .entries .activity .overview .item .icon:before,.wrapper.reduced-motion #collections .container.sets .entries .activity .overview .item .icon:after{transition:none}#collections .container.sets .entries .activity .overview .item .icon:active{background-color:var(--linked-fill-active, color-mix(in srgb, var(--foreground) 40%, transparent));color:color-mix(in srgb,var(--foreground) 100%,transparent);z-index:4}#collections .container.sets .entries .activity .overview .item .icon:active:before{box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--linked-inset-active, var(--foreground));background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}#collections .container.sets .entries .activity .overview .item .icon:active:after{box-shadow:0 0 0 2px var(--linked-outset-active, color-mix(in srgb, var(--foreground) 60%, transparent));transform:scale(1) translate3d(-2px,-2px,0);z-index:4}@media (hover: hover){#collections .container.sets .entries .activity .overview .item .icon:hover{background-color:var(--linked-fill-active, color-mix(in srgb, var(--foreground) 40%, transparent));color:var(--foreground);z-index:4}#collections .container.sets .entries .activity .overview .item .icon:hover:before{box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--linked-inset-active, var(--foreground));background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}#collections .container.sets .entries .activity .overview .item .icon:hover:after{box-shadow:0 0 0 2px var(--linked-outset-active, color-mix(in srgb, var(--foreground) 60%, transparent));transform:scale(1) translate3d(-2px,-2px,0);z-index:4}}#collections .container.sets .entries .activity .overview .item .progress{display:flex;background-color:color-mix(in srgb,var(--foreground) 20%,transparent);transition:opacity 1s}#collections .container.sets .entries .activity .overview .item .progress .bar{height:3px;background-color:var(--deepsight)}#collections .container.sets .entries .activity .overview .item.completed .progress{opacity:0}#collections .container.sets .entries .phase{display:grid;align-content:flex-start;gap:1rem}#collections .container.sets .entries .info{align-self:center}@media screen and (max-width: 600px){#collections .container.sets .entries{gap:2rem}#collections .container.sets .entries .activity{grid-template-columns:1fr}#collections .container.sets .entries .activity .overview{padding:1rem}#collections .container.sets .entries .activity .overview .state{font-size:20px}}.presentation-node.lore{align-content:unset!important}.presentation-node.lore .node{--book-shelf-columns: 3;--book-shelf-column-gap: 2rem}.presentation-node.lore .node .children .nodes{position:unset}.presentation-node.lore .node .list.secondary{grid-template-columns:repeat(var(--book-shelf-columns),1fr);gap:var(--book-shelf-column-gap)}.presentation-node.lore .node .list.secondary li{height:unset}.presentation-node.lore .node .list.secondary li .icon{flex:0 0 100%;aspect-ratio:359/460;pointer-events:none}.presentation-node.lore .node .list.secondary li.redacted .icon{background-color:#0000001a;border:2px dashed color-mix(in srgb,var(--foreground) 40%,transparent);aspect-ratio:359/460}.presentation-node.lore .node .list.secondary li .icon .bookmark{position:absolute;left:15%;top:0;width:80%}.presentation-node.lore .node .list.secondary li a.active{background-color:transparent;box-shadow:inset 0 0 0 1px #d6d6d600}.presentation-node.lore .node .list.secondary li a:after{content:"";position:absolute;left:0;bottom:-12px;width:97%;height:5px;background-color:color-mix(in srgb,var(--foreground) 60%,transparent);opacity:0;transition:opacity .25s}.presentation-node.lore .node .list.secondary li a.active:after{opacity:1}.presentation-node.lore .node .list.secondary li:before{box-shadow:inset 0 0 0 1px #d6d6d600}.presentation-node.lore .node .list.secondary li:active{background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}.presentation-node.lore .node .list.secondary li:active:before{box-shadow:inset 0 0 0 1px #d6d6d6;background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}.presentation-node.lore .node .list.secondary li:active:after{box-shadow:0 0 0 2px #d6d6d6}@media (hover: hover){.presentation-node.lore .node .list.secondary li:hover{background-color:transparent}.presentation-node.lore .node .list.secondary li:hover:before{box-shadow:inset 0 0 0 1px #d6d6d6;background-color:color-mix(in srgb,var(--foreground) 40%,transparent)}.presentation-node.lore .node .list.secondary li:hover:after{box-shadow:0 0 0 2px #d6d6d6}}.presentation-node.lore .node .book{padding:0 0 0 calc(2rem - 1px);border-left:1px solid color-mix(in srgb,var(--foreground) 10%,transparent);display:grid;grid-template-columns:minmax(120px,359px) minmax(300px,auto);gap:2rem}.presentation-node.lore .node .book .header{width:100%;height:72px;display:grid;justify-content:center;align-items:center;font-size:24px;color:color-mix(in srgb,var(--foreground) 80%,transparent);border-top:1px solid color-mix(in srgb,var(--foreground) 20%,transparent);border-bottom:1px solid color-mix(in srgb,var(--foreground) 20%,transparent)}.presentation-node.lore .node .book .cover .sticky{position:sticky;top:3rem;display:flex;flex-direction:column;align-items:center;gap:2rem}.presentation-node.lore .node .book .cover .art{position:relative;width:100%;aspect-ratio:359/460}.presentation-node.lore .node .book .cover.redacted .art{background-color:#0000001a;border:2px dashed color-mix(in srgb,var(--foreground) 40%,transparent)}.presentation-node.lore .node .book .cover .state{display:grid;grid-auto-flow:column;gap:4px;color:color-mix(in srgb,var(--foreground) 60%,transparent);font-size:18px}.presentation-node.lore .node .book .cover .state span:first-child{color:color-mix(in srgb,var(--foreground) 80%,transparent)}.presentation-node.lore .node .book .cover ul{width:100%;display:grid;grid-template-columns:repeat(auto-fill,38px);justify-content:start;gap:3px}.presentation-node.lore .node .book .cover ul li{margin:0;width:38px;height:38px;justify-content:center;background-color:color-mix(in srgb,var(--foreground) 15%,transparent)}.presentation-node.lore .node .book .cover ul li:before{box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--foreground) 30%,transparent)}.presentation-node.lore .node .book .cover ul li .bookmark{position:absolute;left:0;top:0;width:100%;pointer-events:none}.presentation-node.lore .node .book .cover ul li a{padding:0;justify-content:center;font-size:14px}.presentation-node.lore .node .book .cover ul li a.active{background-color:color-mix(in srgb,var(--foreground) 30%,transparent);box-shadow:inset 0 0 0 1px #d6d6d6;color:var(--foreground)}.presentation-node.lore .node .book .cover ul li.linked:active{background-color:color-mix(in srgb,var(--foreground) 40%,transparent)}.presentation-node.lore .node .book .cover ul li a:active{color:var(--foreground)}@media (hover: hover){.presentation-node.lore .node .book .cover ul li.linked:hover{background-color:color-mix(in srgb,var(--foreground) 40%,transparent)}.presentation-node.lore .node .book .cover ul li a:hover{color:var(--foreground)}}.presentation-node.lore .node .book .cover ul li.disabled{background-color:#0000001a}@media (hover: hover){.presentation-node.lore .node .book .cover ul li.disabled:hover{background-color:unset}.presentation-node.lore .node .book .cover ul li.disabled a:hover{color:unset}}.presentation-node.lore .node .book .cover ul li.disabled:active{color:#cc1b00;background-color:var(--error)}.presentation-node.lore .node .book .cover ul li.disabled:active:before{box-shadow:inset 0 0 0 1px #dc503bcc}.presentation-node.lore .node .book .cover ul li.disabled:active:after{box-shadow:0 0 0 2px var(--error)}.presentation-node.lore .node .book .entry{display:grid;gap:2rem;align-content:start;padding:0 0 0 calc(2rem - 1px);border-left:1px solid color-mix(in srgb,var(--foreground) 10%,transparent)}.presentation-node.lore .node .book .entry.no-selection{justify-content:center;align-content:center;border-right:1px solid color-mix(in srgb,var(--foreground) 10%,transparent)}.presentation-node.lore .node .book .entry.no-selection .info{margin:4rem 0}.presentation-node.lore .node .book .entry .header{grid-template-columns:24px 1fr 24px;gap:1rem;color:color-mix(in srgb,var(--foreground) 60%,transparent)}.presentation-node.lore .node .book .entry .header .name{grid-column:2;display:flex;align-items:center;justify-content:center}.presentation-node.lore .node .book .entry .header .button.bookmark{width:24px;height:24px;background-color:transparent}.presentation-node.lore .node .book .entry .header .button.bookmark .icon svg{width:24px;transition:fill .5s}.presentation-node.lore .node .book .entry .header .button.bookmark.ed .icon svg{fill:#be1e2d}.presentation-node.lore .node .book .entry .header .button.bookmark:active .icon svg{fill:#be1e2d}.presentation-node.lore .node .book .entry .header .button.bookmark.ed:active .icon svg{fill:var(--foreground)}@media (hover: hover){.presentation-node.lore .node .book .entry .header .button.bookmark:hover .icon svg{fill:#be1e2d}.presentation-node.lore .node .book .entry .header .button.bookmark.ed:hover .icon svg{fill:var(--foreground)}}.presentation-node.lore .node .book .entry .description{word-break:break-word;font-size:20px}.presentation-node.lore .node .book .entry .description p{color:color-mix(in srgb,var(--foreground) 80%,transparent)}.wrapper.dark .presentation-node.lore .node .book .entry .description p{color:color-mix(in srgb,var(--foreground) 60%,transparent)}@media screen and (max-width: 1024px){.presentation-node.lore .node{--book-shelf-columns: 6}.presentation-node.lore .node .book{grid-template-columns:1fr}.presentation-node.lore .node .book .cover .sticky{position:unset}.presentation-node.lore .node .book .cover .art,.presentation-node.lore .node .book .cover .state{display:none}.presentation-node.lore .node .book .entry{padding:unset;border-left:unset}}@media screen and (max-width: 960px){.presentation-node.lore .node{--book-shelf-columns: 5}.presentation-node.lore .node .book{align-content:start}}@media screen and (max-width: 600px){.presentation-node.lore .node{--book-shelf-columns: 4;--book-shelf-column-gap: 1rem}.presentation-node.lore .node .list.secondary{gap:var(--book-shelf-column-gap);margin:0 0 12px}.presentation-node.lore .node .list.secondary li a:after{bottom:-7px;height:3px}.presentation-node.lore .node .book{padding:unset;border-left:unset}.presentation-node.lore .node .book .cover,.presentation-node.lore .node .book .entry{gap:var(--book-shelf-column-gap)}.presentation-node.lore .node .book .header{font-size:20px}.presentation-node.lore .node .book .entry .header{height:unset;padding:0 0 6px;border-top:unset;border-bottom:2px solid color-mix(in srgb,var(--foreground) 10%,transparent);grid-template-columns:1fr 24px;color:color-mix(in srgb,var(--foreground) 80%,transparent)}.presentation-node.lore .node .book .entry .header .name{grid-column:1;justify-content:left}.presentation-node.lore .node .book .entry .description{font-size:16px}}.node.trackers .entries{padding-top:calc(2rem + 1px);position:relative}.node.trackers .entries .filters{position:absolute;left:2rem;top:-20px;width:calc(100% - 2rem);display:grid;justify-content:center}.node.trackers .entries .filters:before,.node.trackers .entries .filters:after{content:"";position:absolute;top:20px;width:calc(50% - 100px - 2rem);border-top:1px solid color-mix(in srgb,var(--foreground) 20%,transparent);pointer-events:none}.node.trackers .entries .filters:after{right:0}.node.trackers .entries .filters .list{display:grid;grid-template-columns:repeat(4,40px);gap:15px}.node.trackers .entries .filters .list .linked,.node.trackers .entries .filters .list .linked a,.node.trackers .entries .filters .list .linked:before,.node.trackers .entries .filters .list .linked:after{border-radius:100%}.node.trackers .entries .filters .list .linked:after{--ui-scale: var(--ui-scale-2)}.node.trackers .entries .filters .list .linked{display:grid;justify-items:center;margin:0;font-size:20px;height:40px}.node.trackers .entries .filters .list .linked svg{width:32px;height:32px;fill:color-mix(in srgb,var(--foreground) 80%,transparent)}.node.trackers .entries .info{padding:1rem 0 2rem;text-align:center}@media screen and (max-width: 768px){.node.trackers .entries{margin:3rem 0 0}.node.trackers .entries .filters{left:0;width:100%}}@media screen and (max-width: 600px){.node.trackers .entries{margin:2rem 0 0}.node.trackers .entries .filters{left:0;width:100%}.node.trackers .entries .filters:before,.node.trackers .entries .filters:after{width:calc(50% - 80px - 2rem)}.node.trackers .entries .filters .list{gap:10px}}#triumphs{align-items:start;align-content:start}#triumphs.center{align-items:stretch;align-content:stretch}#triumphs .module.views .list li[data-hash=triumphs-active] .icon svg{width:24px}#triumphs .module.views .list li[data-hash=triumphs-transient] .icon svg,#triumphs .module.views .list li[data-hash=journey] .icon svg{width:28px}@media screen and (max-width: 600px){#triumphs .module.views .list li[data-hash=triumphs-active] .icon svg{width:18px}#triumphs .module.views .list li[data-hash=triumphs-transient] .icon svg,#triumphs .module.views .list li[data-hash=journey] .icon svg{width:20px}}#triumphs .list.parents{display:grid;grid-template-columns:1fr;gap:3px}#triumphs .list.parents li{margin:0;display:grid;grid-template-columns:38px auto;font-size:14px;--color-primary: color-mix(in srgb, var(--foreground) 80%, transparent);--color-secondary: color-mix(in srgb, var(--foreground) 60%, transparent);--color-tertiary: color-mix(in srgb, var(--foreground) 40%, transparent)}#triumphs .list.parents:not(.seals) li.completed{--color-primary: hsla(50, 62%, 85%, 1);--color-secondary: hsla(50, 62%, 85%, 1);--color-tertiary: hsla(50, 62%, 85%, .6);background-color:#e3d4884d;box-shadow:inset 0 0 0 1px #e3d488}#triumphs .list.parents li .progress-bar-background{position:absolute;left:0;bottom:0;width:100%;height:100%;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}#triumphs .list.parents li .icon{position:relative;height:38px;width:38px;background-color:color-mix(in srgb,var(--foreground) 10%,transparent);background-size:22px}.wrapper.light #triumphs .list.parents:not(.seals) li .icon{filter:invert(1)}#triumphs .list.parents.seals li .icon{background-size:26px}#triumphs .list.parents li .text{position:relative;display:grid;grid-template-columns:1fr max-content;padding:0 1rem}#triumphs .list.parents li .text .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--color-primary);transition:color .25s}#triumphs .list.parents li.linked:active,#triumphs .list.parents.seals li.linked:active{--color-primary: color-mix(in srgb, var(--foreground) 100%, transparent);--color-secondary: color-mix(in srgb, var(--foreground) 80%, transparent);--color-tertiary: color-mix(in srgb, var(--foreground) 60%, transparent);background-color:color-mix(in srgb,var(--foreground) 40%,transparent)}@media (hover: hover){#triumphs .list.parents li.linked:hover,#triumphs .list.parents.seals li.linked:hover{--color-primary: color-mix(in srgb, var(--foreground) 100%, transparent);--color-secondary: color-mix(in srgb, var(--foreground) 80%, transparent);--color-tertiary: color-mix(in srgb, var(--foreground) 60%, transparent);background-color:color-mix(in srgb,var(--foreground) 40%,transparent)}}#triumphs .list.parents li .text .name span{margin:0 0 0 3px}#triumphs .list.parents li .text .name span sup{font-size:70%;vertical-align:top}#triumphs .list.parents li .text .progress{display:grid;grid-auto-flow:column;gap:4px;color:var(--color-tertiary)}#triumphs .list.parents li .text .progress span{color:var(--color-secondary)}#triumphs .list.parents.seals li.completed{background-color:#732881}.wrapper.pride #triumphs .list.parents li.completed{background:linear-gradient(45deg,#fff9 2%,#a8dcfd99,#feadc899,#ff573d99,#ff983099,#ffe52e99,#49a85799,#344de099,#7a26bb99,#5e3c2499,#16100a99,#5e3c2499,#7a26bb99,#344de099,#49a85799,#ffe52e99,#ff983099,#ff573d99,#feadc899,#a8dcfd99,#fff9 98%);background-size:400%;animation:animation-wave-x 20s linear infinite}.wrapper.pride.reduced-motion #triumphs .list.parents li.completed{animation-play-state:paused}#triumphs .list.parents.seals li.gildable .progress-bar-background{height:3px;background-color:#edb25e}#triumphs .list.parents.seals li.gildable .progress-bar-background:before{content:"";position:absolute;left:0;bottom:2px;width:100%;height:20px;background:linear-gradient(to bottom,transparent,color-mix(in srgb,#edb25e 50%,transparent))}#triumphs .list.parents.seals li.gilded{background-color:#cca266cc}#triumphs .list.parents.seals li.pinned+li:not(.pinned){margin:1rem 0 0}#triumphs .list.parents.seals li.completed:before{box-shadow:inset 0 0 0 1px #cea9d6}#triumphs .list.parents.seals li.gilded:before{box-shadow:inset 0 0 0 1px #e3cbab}#triumphs .list.parents.seals li.completed:active:before,#triumphs .list.parents.seals li.gilded:active:before{box-shadow:inset 0 0 0 1px var(--foreground)}@media (hover: hover){#triumphs .list.parents.seals li.completed:hover:before,#triumphs .list.parents.seals li.gilded:hover:before{box-shadow:inset 0 0 0 1px var(--foreground)}}.hyperlink.sync-service{margin:1rem 0 0;display:flex;align-items:center;gap:6px}.hyperlink.sync-service .icon{width:24px}.hyperlink.sync-service .icon .ani{opacity:0;color:#ddc91a}.hyperlink.sync-service .icon.enabled .ani{animation:blink 5s linear 0s infinite}.hyperlink.sync-service .icon.enabled .ani:nth-child(2){animation-delay:.25s}.hyperlink.sync-service .icon.enabled .ani:nth-child(3){animation-delay:.25s}.hyperlink.sync-service .icon.enabled .ani:nth-child(4){animation-delay:.5s}.hyperlink.sync-service .icon.enabled .ani:nth-child(5){animation-delay:.5s}@keyframes blink{0%,70%,90%,to{opacity:0}80%{opacity:1;color:#ddc91a}}.hyperlink.sync-service+.info{margin:6px 0 0}#triumphs .container.tracked{grid-template-columns:360px 1fr}#triumphs .container.tracked header{position:relative}#triumphs .container.tracked header .sticky{position:sticky;top:calc(3rem + var(--header-offset))}#triumphs .container.tracked header .sticky .module.header .description{max-width:400px}#triumphs .container.tracked header .sticky .module.header .button.reset{margin:1rem 0 2rem}@media screen and (max-width: 1024px){#triumphs .container.tracked{grid-template-columns:1fr;grid-template-rows:min-content 1fr}}#triumphs .container.near{grid-template-columns:360px 1fr}#triumphs .container.near header{position:relative}#triumphs .container.near header .sticky{position:sticky;top:calc(3rem + var(--header-offset));display:grid;gap:2rem}#triumphs .container.near header .description{max-width:400px}#triumphs .container.near header .description.flair strong{font-weight:400;color:color-mix(in srgb,var(--foreground) 80%,transparent)}@media screen and (max-width: 1024px){#triumphs .container.near{grid-template-columns:1fr}}@media screen and (max-width: 600px){#triumphs .container.near{grid-template-columns:1fr}#triumphs .container.near header .sticky{top:calc(2rem + var(--header-offset));gap:1rem}}#triumphs .container.active{grid-template-columns:1fr 1fr 1fr}#triumphs .container.active .column.tracked,#triumphs .container.active .column.parents{display:grid;gap:3rem}#triumphs .container.active .column.tracked{grid-template-rows:min-content 1fr}#triumphs .container.active .column.tracked:has(.module.unredeemed){grid-template-rows:min-content min-content 1fr}#triumphs .container .nothing-to-display{position:sticky;top:calc(3rem + var(--header-offset));padding:4rem 0;display:grid;align-items:center}#triumphs .container .nothing-to-display .info.icon.translucent{margin:0 0 1rem}#triumphs .container .nothing-to-display:has(.list.record-items.placeholder){padding:0}#triumphs .container .nothing-to-display .list.record-items.placeholder .record.tracked .track .pulse path,#triumphs .container .nothing-to-display .list.record-items.placeholder .record.tracked .track .grid{animation-iteration-count:10}#triumphs .container.active .column.tracked header{display:grid;gap:2rem}#triumphs .container.active .column.tracked header .description.flair strong{font-weight:400;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#triumphs .container.active .column.parents{grid-template-rows:min-content 1fr}#triumphs .container.active .list.record-items{--columns: 1}#triumphs .container.active .module.scores{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}#triumphs .container.active .module.scores .score{display:grid;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#triumphs .container.active .module.scores .score.progress{grid-column:-1/1}#triumphs .container.active .module.scores .score:not(.progress) .value{font-size:20px;line-height:1.4;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#triumphs .container.active .module.scores .score .value:has(.icon){display:grid;grid-auto-flow:column;justify-content:left;gap:8px}#triumphs .container.active .module.scores .score .value .icon{display:grid;align-items:center;width:18px}#triumphs .container.active .module.scores .score.active .value .icon{padding:0 2px}#triumphs .container.active .module.scores .score .name{line-height:1.4;font-size:14px}#triumphs .container.active .module.scores .score .name:not(.hyperlink){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#triumphs .container.active .near .button,#triumphs .container.active .tracked .button{margin:1rem 0 0}#triumphs .container.active .info.icon+.list.seals{margin:1rem 0 0}@media screen and (max-width: 1280px){#triumphs .container.active{grid-template-columns:1fr 1fr}#triumphs .container.active .module.score{gap:1rem}#triumphs .container.active .column.tracked{grid-column:-1/1;grid-template-columns:1fr;grid-template-rows:unset;align-items:flex-start}#triumphs .container.active .column.tracked:has(.module.unredeemed){grid-template-columns:repeat(2,1fr)}#triumphs .container.active .column.tracked header{grid-column:-1/1}#triumphs .container.active .column.tracked .list.record-items{--columns: 2}}@media screen and (max-width: 768px){#triumphs .container.active,#triumphs .container.active .column.tracked,#triumphs .container.active .column.tracked:has(.module.unredeemed){grid-template-columns:1fr}#triumphs .container.active .column.tracked .section{grid-row:unset}#triumphs .container.active .column.tracked .list.record-items{--columns: 1}}@media screen and (max-width: 600px){#triumphs .container.active .column.tracked,#triumphs .container.active .column.parents{gap:2rem}#triumphs .container .nothing-to-display{top:calc(2rem + var(--header-offset));padding:2rem 0}#triumphs .container.active .column.tracked header{gap:1rem}#triumphs .container.active .column.tracked header .description.flair strong{color:var(--foreground)}#triumphs .container.active .module.scores{grid-template-columns:1fr 1fr;gap:10px}}#triumphs .container.legacy{grid-template-columns:1fr 1fr 1fr}#triumphs .container.legacy header .score{margin:2rem 0 0;display:grid;grid-template-columns:1fr 96px max-content 1fr;justify-content:center;align-items:center;gap:10px;color:color-mix(in srgb,var(--foreground) 10%,transparent)}#triumphs .container.legacy header .score .hr{width:100%;height:2px;background:linear-gradient(to left,color-mix(in srgb,var(--foreground) 10%,transparent),transparent)}#triumphs .container.legacy header .score .hr:last-child{background:linear-gradient(to right,color-mix(in srgb,var(--foreground) 10%,transparent),transparent)}#triumphs .container.legacy header .score .value{font-size:64px;line-height:48px}#triumphs .container.legacy header .score .icon svg .stroke{fill:currentColor}#triumphs .container.legacy header .score .icon svg .fill{fill:none}@media screen and (max-width: 1280px){#triumphs .container.legacy{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 1024px){#triumphs .container.legacy .section{grid-row:2}}@media screen and (max-width: 768px){#triumphs .container.legacy{grid-template-columns:1fr}#triumphs .container.legacy .section{grid-row:unset}}@media screen and (max-width: 600px){#triumphs .container.legacy header .score{grid-template-columns:1fr 48px max-content 1fr}#triumphs .container.legacy header .score .value{font-size:38px;line-height:28px}}#triumphs .container.unredeemed{grid-template-columns:360px 1fr}#triumphs .container.unredeemed header{position:relative}#triumphs .container.unredeemed header .sticky{position:sticky;top:calc(3rem + var(--header-offset))}#triumphs .container.unredeemed header .sticky .module.header .description{max-width:400px}@media screen and (max-width: 1024px){#triumphs .container.unredeemed{grid-template-columns:1fr;grid-template-rows:min-content 1fr}}#triumphs .container.seals .module.chest{display:grid;gap:2rem}#triumphs .container.seals .module.chest .group ul{display:grid;grid-template-columns:repeat(auto-fill,96px);column-gap:1rem;row-gap:2rem;align-items:start}#triumphs .container.seals .module.chest .group ul li{display:grid;grid-template-columns:1fr;justify-items:center;gap:16px}#triumphs .container.seals .module.chest .group ul li .icon{position:relative;width:100%;aspect-ratio:1/1}#triumphs .container.seals .module.chest .group ul li .icon .image.sleave{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%20200'%3e%3cpath%20d='M15.73,0V115.74a84.27,84.27,0,0,0,168.54.24V0Zm159,115.89a74.8,74.8,0,0,1-149.6-.23v-.2h0V9.37H174.7V115.89Z'%20fill='%23fff'%20opacity='0.4'/%3e%3cpath%20d='M28.23,12.3V115.64a71.81,71.81,0,0,0,71.55,71.85H100a71.81,71.81,0,0,0,71.77-71.85h0V12.3Z'%20fill='%23fff'%20opacity='0.2'/%3e%3c/svg%3e")}#triumphs .container.seals .module.chest .group ul li .icon .image.sleave{display:grid;grid-auto-flow:column;justify-content:center;align-items:center;gap:2px;font-size:12px;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#triumphs .container.seals .module.chest .group ul li .icon .image.sleave span:first-child{color:color-mix(in srgb,var(--foreground) 80%,transparent)}#triumphs .container.seals .module.chest .group ul li .text{width:100%;font-size:10px;letter-spacing:.5px;text-transform:uppercase;text-align:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#journey{margin:calc(-1 * (var(--header-offset) + var(--titlebar-height))) 0 0;min-height:100vh;grid-template-rows:max-content 1fr}#journey header{padding:calc(var(--header-offset) + var(--titlebar-height)) 0 0;position:relative;display:flex}#journey header .background{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}#journey header .background svg{width:100%;height:100%}#journey header .bind{position:relative;padding:3rem 3rem 2rem;display:grid;align-content:space-between;gap:1rem}#journey header .bind .state{display:grid;grid-template-columns:1fr max-content max-content;align-items:center;gap:2rem}#journey header .bind .state .display{display:grid;grid-template-columns:max-content 1fr;gap:10px}#journey header .bind .state .display .value{width:64px;font-size:80px;line-height:58px;font-weight:600;color:#fc6}#journey header .bind .state .display .value.double{width:96px}#journey header .bind .state .display .text{display:grid;align-content:space-between;font-size:20px;line-height:1}#journey header .bind .state .display .text .name{font-size:30px;font-weight:500;color:var(--foreground)}#journey header .bind .state .current{text-align:right;font-size:16px;color:color-mix(in srgb,var(--foreground) 40%,transparent)}#journey header .bind .state .current strong{font-weight:500;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#journey header .bind .state .current strong strong{margin:0 4px;color:color-mix(in srgb,var(--foreground) 40%,transparent)}#journey header .bind .state .current strong strong strong{margin:0;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#journey header .bind .state .current div:last-child{margin:3px 0 0;text-transform:uppercase;font-size:12px;letter-spacing:.5px;font-family:var(--font-text)}#journey header .bind .state .profile{display:grid;grid-template-columns:1fr max-content;justify-content:space-between;align-items:center;gap:1rem}#journey header .bind .state .profile .sum{display:flex;align-items:center;gap:10px}#journey header .bind .state .profile .sum .value{font-size:20px;color:var(--foreground)}#journey header .bind .state .profile .sum .icon{display:flex;width:24px}#journey header .bind .state .profile .sum .icon svg{fill:var(--foreground);width:100%;height:auto}#journey header .bind .list.primary{width:100%;max-width:1280px;display:flex;gap:1rem}#journey header .bind .list.primary li{--item-border-inset-width: 2px;--item-border-inset-color: #cdcdcd;width:100px;position:relative;aspect-ratio:1/1;-webkit-user-select:none;user-select:none;display:flex;flex-direction:column;gap:7px}#journey header .bind .list.primary li .square{aspect-ratio:1/1;display:flex;justify-content:center;align-items:center}#journey header .bind .list.primary li .square .dot{position:relative;width:60px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;border-radius:100%;font-size:32px;font-weight:500;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#journey header .bind .list.primary li .square .dot:before{content:"";position:absolute;left:0;top:0;width:100%;aspect-ratio:1/1;border-radius:100%;box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--item-border-inset-color);z-index:3;background-color:transparent;transition:box-shadow .25s,background-color .25s,transform .25s;pointer-events:none}#journey header .bind .list.primary li .square .dot:after{content:"";position:absolute;left:0;top:0;width:100%;aspect-ratio:1/1;border-radius:100%;box-shadow:0 0 0 var(--item-border-inset-width) var(--item-border-inset-color);z-index:3;transform:scale(1) translateZ(0);opacity:0;transition:box-shadow .25s,transform .25s,opacity .25s;pointer-events:none}#journey header .bind .list.primary li:active .dot:before{z-index:4;background-color:color-mix(in srgb,var(--foreground) 40%,transparent);--item-border-inset-color: var(--foreground)}#journey header .bind .list.primary li:active .dot:after{z-index:4;opacity:1;transform:scale(1.08) translateZ(0);--item-border-inset-color: var(--foreground)}@media (hover: hover){#journey header .bind .list.primary li:hover .dot:before{z-index:4;background-color:color-mix(in srgb,var(--foreground) 40%,transparent);--item-border-inset-color: var(--foreground)}#journey header .bind .list.primary li:hover .dot:after{z-index:4;opacity:1;transform:scale(1.08) translateZ(0);--item-border-inset-color: var(--foreground)}}#journey header .bind .list.primary li .square .overlay{position:absolute;left:50%;top:51%;width:96px;transform:translate(-50%,-50%);pointer-events:none}#journey header .bind .list.primary li .square .overlay svg{fill:color-mix(in srgb,var(--foreground) 40%,transparent);transition:fill 1s}#journey header .bind .list.primary li.active .square .overlay svg{fill:var(--foreground)}#journey header .bind .list.primary li.vanquisher .square .overlay svg g,#journey header .bind .list.primary li.paragon .square .overlay svg g{opacity:0}#journey header .bind .list.primary li.vanquisher .square .overlay svg .vanquisher{opacity:1}#journey header .bind .list.primary li.paragon .square .overlay svg .paragon{opacity:1}#journey header .bind .list.primary li .progress-bar{height:6px;margin:0}#journey header .bind .list.primary li.completed .progress-bar{--progress: color-mix(in srgb, var(--foreground) 80%, transparent)}#journey header .bind .list.primary li.completed:not(.active){--item-border-inset-color: hsla(50, 62%, 85%, .4)}#journey header .bind .list.primary li.completed:not(.active) .square .dot{color:#f0e9c1}#journey header .bind .list.primary li.completed .square .dot{background-color:#e3d48899}#journey header .bind .list.primary li:active .square .dot,#journey header .bind .list.primary li.completed:active .square .dot{color:var(--foreground)}@media (hover: hover){#journey header .bind .list.primary li:hover .square .dot,#journey header .bind .list.primary li.completed:hover .square .dot{color:var(--foreground)}}#journey header .bind .list.primary li.active .square{background:linear-gradient(to bottom,transparent 20%,color-mix(in srgb,var(--foreground) 20%,transparent))}#journey header .bind .list.primary li:not(.completed).active .square .dot{background-color:var(--perk-blue)}#journey header .bind .select.primary .option{--color-primary: color-mix(in srgb, var(--foreground) 80%, transparent);--color-secondary: color-mix(in srgb, var(--foreground) 60%, transparent);--color-tertiary: color-mix(in srgb, var(--foreground) 40%, transparent)}#journey header .bind .select.primary .option{justify-content:unset}#journey header .bind .select.primary .option .text{font-size:14px}#journey header .bind .select.primary .option.active{--color-primary: color-mix(in srgb, var(--foreground) 100%, transparent);--color-secondary: color-mix(in srgb, var(--foreground) 80%, transparent);--color-tertiary: color-mix(in srgb, var(--foreground) 60%, transparent)}#journey header .bind .select.primary .option:not(.active).completed{--color-primary: hsla(50, 62%, 85%, 1);--color-secondary: hsla(50, 62%, 85%, 1);--color-tertiary: hsla(50, 62%, 85%, .6)}#journey header .bind .select.primary:not(.expanded) .option.linked{background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}#journey header .bind .select.primary .option.linked:active,#journey header .bind .select.primary:not(.expanded) .option.linked:active{--color-primary: color-mix(in srgb, var(--foreground) 100%, transparent);--color-secondary: color-mix(in srgb, var(--foreground) 80%, transparent);--color-tertiary: color-mix(in srgb, var(--foreground) 60%, transparent);background-color:color-mix(in srgb,var(--foreground) 40%,transparent)}@media (hover: hover){#journey header .bind .select.primary .option.linked:hover,#journey header .bind .select.primary:not(.expanded) .option.linked:hover{--color-primary: color-mix(in srgb, var(--foreground) 100%, transparent);--color-secondary: color-mix(in srgb, var(--foreground) 80%, transparent);--color-tertiary: color-mix(in srgb, var(--foreground) 60%, transparent);background-color:color-mix(in srgb,var(--foreground) 40%,transparent)}}#journey header .bind .select.primary .option .text{width:100%;display:grid;grid-template-columns:auto max-content;column-gap:16px;justify-content:space-between;padding:0 1rem}#journey header .bind .select.primary .option .text{padding:0}#journey header .bind .select.primary:not(.expanded) .option .text{padding:0 2rem 0 0}#journey header .bind .select.primary .option .text .name{color:var(--color-primary)}#journey header .bind .select.primary .option .text .progress{display:grid;grid-auto-flow:column;gap:4px;color:var(--color-tertiary)}#journey header .bind .select.primary .option .text .progress span{color:var(--color-secondary)}#journey header .bind .select.primary .option:not(.active).completed{background-color:#aa9d5a4d}@media screen and (max-width: 1400px){#journey header .bind{gap:2rem}}@media screen and (max-width: 1023px){#journey header .bind .state{grid-template-columns:1fr max-content}#journey header .bind .state .current{grid-column:1;grid-row:1;text-align:left}#journey header .bind .state .profile{grid-column:2;grid-row:1}#journey header .bind .state .display{grid-column:-1/1}}@media screen and (max-width: 600px){#journey header .bind{padding:2rem}#journey header .bind .state{grid-template-columns:1fr;gap:1rem}#journey header .bind .state .display .value{width:40px;font-size:56px;line-height:42px}#journey header .bind .state .display .value.double{width:64px}#journey header .bind .state .display .text{font-size:16px}#journey header .bind .state .display .text .name{font-size:22px}#journey header .bind .state .current{margin:0 0 1rem;grid-column:unset;grid-row:2;font-size:14px}#journey header .bind .state .profile{grid-column:unset;grid-row:1}#journey header .bind .select.primary{max-width:unset}}#commendations{margin:calc(-1 * (var(--header-offset) + var(--titlebar-height))) 0 0;min-height:calc(100vh - 60px)}#commendations header{background:linear-gradient(45deg,color-mix(in srgb,var(--foreground) 10%,transparent),transparent)}#commendations header .bind{position:relative;padding:calc(4rem + var(--header-offset) + var(--titlebar-height)) 3rem 2rem;overflow:hidden;display:grid;grid-template-columns:1fr max-content;gap:4rem}#commendations header .background-icon{position:absolute;right:6rem;top:20px;width:32%;height:100%;display:grid;align-items:center;opacity:.1;pointer-events:none}#commendations header .background-icon svg{position:absolute;color:var(--foreground);width:100%;height:auto}#commendations header .profile{display:grid;grid-template-columns:1fr max-content;justify-content:space-between;align-items:center;gap:1rem}#commendations header .profile .sum{display:flex;align-items:center;gap:10px}#commendations header .profile .sum .value{font-family:var(--font-text);font-size:32px;color:var(--foreground)}#commendations header .profile .sum .icon{width:64px}#commendations header .profile .sum .icon svg{color:var(--foreground);width:100%;height:auto}#commendations header .distribution{grid-column:-1/1;display:flex;gap:3px}#commendations header .distribution .segment{container-type:inline-size;position:relative;height:5px;background-color:#fff}#commendations header .distribution .segment .value{position:absolute;left:0;bottom:10px;font-family:var(--font-text)}#commendations header .distribution .segment .value span{color:#fff;margin:0 6px 0 0}@container (max-width: 80px){#commendations header .distribution .segment .value{display:none}}#commendations .container .category{display:grid;grid-template-columns:1fr 3fr;gap:3rem;align-content:start}#commendations .container .category .section .text{display:grid;gap:10px}#commendations .container .category .section .text .name{font-family:var(--font-text);font-size:24px}#commendations .container .category .section .text .description p{max-width:400px;font-size:16px;line-height:1.4;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#commendations .container .category .cards{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}#commendations .container .category .cards .card{perspective:1000px;display:flex;align-items:start;gap:1rem}#commendations .container .category .cards .card .flip{position:relative;width:30%;aspect-ratio:356/511;backface-visibility:hidden;transition:transform .5s;transform-style:preserve-3d}#commendations .container .category .cards .card:active .flip{transform:rotateX(-180deg)}@media (hover: hover){#commendations .container .category .cards .card:hover .flip{transform:rotateX(-180deg)}}#commendations .container .category .cards .card .flip .side{container-type:inline-size;position:absolute;left:0;top:0;width:100%;aspect-ratio:356/511;backface-visibility:hidden}#commendations .container .category .cards .card .flip .side.back{padding:.2cqw .3cqw;transform:rotateX(180deg);border-radius:.16cqw;display:flex;justify-content:center;align-items:center;background-color:color-mix(in srgb,var(--foreground) 60%,transparent)}#commendations .container .category .cards .card .flip .side.back .score{display:grid;gap:10cqw;text-align:center;color:color-mix(in srgb,var(--background) 80%,transparent);font-size:min(18cqw,14px);line-height:1}#commendations .container .category .cards .card .flip .side.back .score strong{font-weight:400;color:var(--background)}#commendations .container .category .cards .card:not(.collected) .flip .front .image.dl{opacity:.4}#commendations .container .category .cards .card .text{width:70%;display:grid;grid-template-columns:1fr max-content;align-content:start;gap:10px}#commendations .container .category .cards .card .text .name{font-size:16px}#commendations .container .category .cards .card .text .value{position:relative;display:flex;align-items:center;font-size:14px;color:#fff}#commendations .container .category .cards .card .text .value:before{content:"";position:absolute;left:50%;top:50%;width:18px;transform:translate(-50%,-50%);aspect-ratio:356/511;border:1px solid color-mix(in srgb,var(--foreground) 60%,transparent);border-radius:2px}#commendations .container .category .cards .card:not(.collected) .text .value{color:color-mix(in srgb,var(--foreground) 40%,transparent)}#commendations .container .category .cards .card .text .description{color:color-mix(in srgb,var(--foreground) 60%,transparent)}#commendations .container .category .cards .card .text .description p{line-height:1.4}#commendations .container .category .cards .card .text .description ul{list-style-type:disc;padding:0 0 0 2rem;line-height:1.4}#commendations .container .category .cards .card .text .description ul li{display:list-item;color:inherit}@media screen and (max-width: 1660px){#commendations .container .category .cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1280px){#commendations .container .category .cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 1024px){#commendations .container .category{grid-template-columns:1fr;gap:2rem}}@media screen and (max-width: 768px){#commendations header .bind{grid-template-columns:1fr;gap:2rem}#commendations header .profile .sum .value{font-size:24px}#commendations header .profile .sum .icon{width:32px}#commendations header .distribution{margin:1rem 0 0}}@media screen and (max-width: 600px){#commendations header .bind{padding:calc(3rem + var(--header-offset) + var(--titlebar-height)) 2rem 2rem}#commendations header .background-icon{right:-6rem;width:80%}#commendations .container .category{gap:1rem}#commendations .container .category .section .text .name{font-size:20px}#commendations .container .category .section .text .description p{font-size:14px}#commendations .container .category .cards{grid-template-columns:1fr}}#weeklies .frame{min-height:var(--view-height)}#weeklies .frame:first-child{padding-top:4rem}#weeklies .module.views .list li[data-hash=weeklies-seasonal-challenges].glow{--foreground: #e5d163}#weeklies .module.views .list li[data-hash=weeklies] .icon svg{width:38px}@media screen and (max-width: 600px){#weeklies .frame:first-child{padding-top:3rem}}#weeklies .upsell.reminder{position:relative;background:linear-gradient(45deg,color-mix(in srgb,var(--foreground) 10%,transparent),transparent);overflow:hidden}#weeklies .upsell.reminder .frame{position:relative;min-height:unset}#weeklies .upsell.reminder:first-child .frame{padding-top:4rem}#weeklies .upsell.reminder .sticky{position:relative}#weeklies .upsell.reminder .sticky .icon{position:sticky;top:calc(3rem + var(--header-offset))}#weeklies .upsell.reminder .sticky .icon svg{fill:color-mix(in srgb,var(--foreground) 80%,transparent)}#weeklies .upsell.reminder .module .description.flair{font-style:inherit;letter-spacing:inherit}#weeklies .upsell.reminder .actions{margin:1rem 0 0;display:grid;grid-template-columns:max-content 1fr max-content;justify-content:space-between;align-items:center;gap:1rem}#weeklies .upsell.reminder .actions .button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}#weeklies .upsell.reminder .actions .button .text{white-space:nowrap}#weeklies .upsell.reminder .actions .button .text strong{font-weight:400;color:var(--foreground)}#weeklies .upsell.reminder .module.proposition{grid-column:-1/1;display:grid;align-content:space-between}#weeklies .upsell.reminder .module.proposition .description p{max-width:640px;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#weeklies .upsell.reminder .module.proposition .description p strong{font-weight:400;color:var(--foreground)}#weeklies .upsell.reminder .section{padding:2rem 0 0}@media screen and (max-width: 1280px){#weeklies .upsell.reminder .module.proposition{grid-column:unset}#weeklies .upsell.reminder .actions{margin:1rem 0}}@media screen and (max-width: 968px){#weeklies .upsell.reminder .section{padding:unset}}@media screen and (max-width: 600px){#weeklies .upsell.reminder .frame{grid-template-columns:1fr}#weeklies .upsell.reminder:first-child .frame{padding-top:3rem}#weeklies .upsell.reminder .sticky{position:absolute;width:50%;top:2rem;right:-10%;opacity:.1}#weeklies .upsell.reminder .sticky .icon{position:unset;top:calc(2rem + var(--header-offset))}#weeklies .upsell.reminder .frame .container{grid-column:unset}#weeklies .upsell.reminder .container.user-modules .section{grid-template-columns:unset}#weeklies .upsell.reminder .container.user-modules .section>div:first-child{display:none}#weeklies .upsell.reminder .actions{margin:1rem 0 0;grid-template-columns:max-content 1fr}#weeklies .upsell.reminder .actions .hyperlink{display:none}#weeklies .upsell.reminder .actions .button.dismiss{grid-column:1;grid-row:1}}.target{position:relative}.target.active{--border-width: 2px;--border-padding: 18px}.target.active:before{content:"";inset:calc(0px - var(--border-padding));position:absolute;--i0: calc(0% + var(--border-width));--i1: calc(100% - var(--border-width));clip-path:polygon(0% 0%,0% 100%,100% 100%,100% 0%,var(--i0) 0%,var(--i0) var(--i0),var(--i1) var(--i0),var(--i1) var(--i1),var(--i0) var(--i1),var(--i0) 0%);background:linear-gradient(135deg,transparent 0%,transparent 30%,var(--foreground) 50%,transparent 70%,transparent 100%);background-size:800% 100%;background-repeat:no-repeat;animation:sparkle-horizontal 5s linear .3s infinite forwards reverse}.target.active:after{content:"";inset:calc(0px - var(--border-padding));position:absolute;box-shadow:inset 0 0 0 var(--border-width) color-mix(in srgb,var(--foreground) 40%,transparent);background:linear-gradient(135deg,transparent 0%,transparent 10%,color-mix(in srgb,var(--foreground) 5%,transparent) 40%,color-mix(in srgb,var(--foreground) 15%,transparent) 50%,color-mix(in srgb,var(--foreground) 5%,transparent) 60%,transparent 90%,transparent 100%);background-size:800% 100%;background-repeat:no-repeat;pointer-events:none;animation:sparkle-horizontal 5s linear infinite forwards reverse}#weeklies .container.user-modules .section{display:grid;grid-template-columns:12px 1fr;gap:2rem}#weeklies .container.user-modules .section .header{position:relative;border-bottom:2px solid color-mix(in srgb,var(--foreground) 40%,transparent)}#weeklies .container.user-modules .section .header .sticky{position:sticky;top:calc(3rem + var(--header-offset))}#weeklies .container.user-modules .section .header .sticky h2{margin:2px 0 0;padding:0 0 1rem;writing-mode:vertical-rl;text-orientation:mixed;font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}#weeklies .container.user-modules .section .header .sticky .next{margin:2rem 0 0 -1px;padding:0 0 1rem;writing-mode:vertical-rl;text-orientation:mixed;font-size:12px;letter-spacing:.5px;text-transform:uppercase;display:flex;gap:10px}#weeklies .container.user-modules .section .header .sticky .next span:not(.annotated){color:color-mix(in srgb,var(--foreground) 40%,transparent)}#weeklies .container.user-modules .section .sticky .icon{position:absolute;left:50%;width:32px;height:32px;transform:translate(-50%)}#weeklies .container.user-modules .section.raids{grid-column:-1/1}#weeklies .container.user-modules .section.rotation .sticky{position:unset}#weeklies .container.user-modules .section.rotation .header{border-bottom:unset}#weeklies .container.user-modules .section.rotation .module h2{margin:0 0 4px;font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}#weeklies .container.user-modules .section.rotation .module h3{margin:0 0 6px;font-size:18px;line-height:1.2;letter-spacing:normal;color:color-mix(in srgb,var(--foreground) 90%,transparent)}#weeklies .container.user-modules .section.rotation .module h3 .break{color:color-mix(in srgb,var(--foreground) 40%,transparent)}#weeklies .container.user-modules .section.rotation .module .flair{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}#weeklies .container.user-modules .modules{display:grid;row-gap:3rem;align-content:start}#weeklies .container.user-modules .modules .modules{row-gap:2rem}#weeklies .container.user-modules .modules.grid{grid-template-columns:repeat(4,1fr);column-gap:3rem}#weeklies .container.user-modules .modules.grid .modules.grid{column-gap:calc(5rem + 12px)}#weeklies .container.user-modules .module{position:relative}#weeklies .container.user-modules .module .header{border-bottom:unset;display:flex;gap:6px}#weeklies .container.user-modules .module .header h3{flex:1}#weeklies .container.user-modules .module .header .milestone{margin:3px 0 0;position:relative;width:26px;height:26px;color:#e5d163;background-color:#eadc7433;transition:background-color .25s}#weeklies .container.user-modules .module .header .milestone:hover{background-color:#eadc744d}#weeklies .container.user-modules .module .header .milestone .icon{width:22px;height:22px;margin:2px;padding:1px;animation:sparkle-horizontal 3s linear 0s infinite forwards reverse;background:linear-gradient(135deg,transparent 0%,transparent 30%,#e5d163 50%,transparent 70%,transparent 100%);background-position:13px 52px;background-size:156px 156px;background-repeat:no-repeat}#weeklies .container.user-modules .module .header .milestone .border{position:absolute;left:0;top:0;width:100%;height:100%;animation:sparkle-horizontal 3s linear .3s infinite forwards reverse;background:linear-gradient(135deg,transparent 0%,transparent 30%,#e5d163 50%,transparent 70%,transparent 100%);background-position:13px 52px;background-size:156px 156px;background-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath d='M0 0 h26 v26 h-26z M2 2 v22 h22 v-22z' fill='%23fff' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath d='M0 0 h26 v26 h-26z M2 2 v22 h22 v-22z' fill='%23fff' /%3E%3C/svg%3E");-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.wrapper.reduced-motion #weeklies .container.user-modules .module .header .milestone .icon,.wrapper.reduced-motion #weeklies .container.user-modules .module .header .milestone .border{animation-play-state:paused}#weeklies .container.user-modules .module .flair{font-style:italic;letter-spacing:.5px;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#weeklies .container.user-modules .module .flair strong{font-weight:400;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#weeklies .container.user-modules .module .background-icon{position:absolute;right:0;top:-1rem;width:55%;pointer-events:none;opacity:.1}.wrapper.dark #weeklies .container.user-modules .module .background-icon{opacity:.05}#weeklies .container.user-modules .module .background-icon svg{fill:var(--foreground);height:100%;width:100%}#weeklies .container.user-modules .module .background-icon svg .background{opacity:0}#weeklies .container.user-modules .module h3{margin:0 0 10px;font-size:24px;font-weight:400;line-height:1.4;letter-spacing:normal}#weeklies .container.user-modules .module h4:not(:first-child){margin-top:20px}#weeklies .container.user-modules .module h5{margin-bottom:10px;font-size:12px;text-transform:uppercase;transition:color .25s}.wrapper.reduced-motion #weeklies .container.user-modules .module h5{transition:unset}#weeklies .container.user-modules .module ul+h5{margin-top:12px}#weeklies .container.user-modules .module .info.error{color:var(--warning)}#weeklies .container.user-modules .module .text+.button{margin:1rem 0 0}#weeklies .container.user-modules .module .list.activities{display:grid;gap:3px}#weeklies .container.user-modules .module .list.activities li{height:38px;padding:0 1rem;grid-template-columns:auto auto;justify-content:space-between;font-size:14px}#weeklies .container.user-modules .module .list.activities li>div:not(.name){display:grid;grid-template-columns:38px 55px 45px;grid-template-columns:38px 55px;gap:6px;text-align:right;align-items:center}#weeklies .container.user-modules .module .list.activities li .name{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 1rem 0 0}#weeklies .container.user-modules .module .list.modifiers{margin:1rem 0 0}#weeklies .container.user-modules .module .difficulties{margin:1rem 0 0;display:flex;flex-direction:column;row-gap:1rem}#weeklies .container.user-modules .module .difficulties .difficulty h5 span:last-child{font-family:var(--font-text);color:var(--light)}#weeklies .container.user-modules .module .difficulties .difficulty:active h5{color:color-mix(in srgb,var(--foreground) 80%,transparent)}#weeklies .container.user-modules .module .difficulties .difficulty .list.modifiers{margin:0}#weeklies .container.user-modules .module .difficulties .difficulty:active .list.modifiers.condensed li .icon:not(:active){opacity:.9}@media (hover: hover){#weeklies .container.user-modules .module .difficulties .difficulty:hover h5{color:color-mix(in srgb,var(--foreground) 80%,transparent)}#weeklies .container.user-modules .module .difficulties .difficulty:hover .list.modifiers.condensed li .icon:not(:hover){opacity:.9}}#weeklies .container.user-modules .module .text.exhaustive{margin:1rem auto 0;text-align:center}#weeklies .container.user-modules .module .list.record-items,#weeklies .container.user-modules .module .list.collection-items{margin:1rem 0 0;--columns: 1}#weeklies .container.user-modules .module .list.record-items{margin:2rem 0 0}#weeklies .container.user-modules .module .list.inventory-items.as-panels{container-type:inline-size;grid-template-columns:100%}#weeklies .container.user-modules .module:not(.raid,.lost-sector) .list.inventory-items.as-panels{grid-template-columns:max-content}#weeklies .container.user-modules .module .patterns{margin:1rem 0 0;display:flex;align-items:center;gap:6px}#weeklies .container.user-modules .module .patterns:before,#weeklies .container.user-modules .module .patterns:after{content:"";flex:1;height:1px;margin-bottom:5px;justify-self:right;background:linear-gradient(to left,color-mix(in srgb,var(--foreground) 10%,transparent),transparent)}#weeklies .container.user-modules .module .patterns:after{justify-self:left;background:linear-gradient(to right,color-mix(in srgb,var(--foreground) 10%,transparent),transparent)}#weeklies .container.user-modules .module .patterns .item{width:24px;display:flex;flex-direction:column;gap:4px}#weeklies .container.user-modules .module .patterns .item .icon{--item-border-inset-width: 1px;--item-border-inset-color: var(--deepsight);background-color:color-mix(in srgb,var(--deepsight) 20%,transparent);position:relative;aspect-ratio:1}#weeklies .container.user-modules .module .patterns .item.completed .icon{--item-border-inset-color: #b9b9b9;background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}#weeklies .container.user-modules .module .patterns .item .icon:before{content:"";position:absolute;top:0;left:0;z-index:3;width:100%;height:100%;pointer-events:none;box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--item-border-inset-color)}#weeklies .container.user-modules .module .patterns .item .icon:after{content:"";position:absolute;left:0;top:0;width:calc(100% + 4px);height:calc(100% + 4px);z-index:3;pointer-events:none;box-shadow:0 0 0 2px transparent;transform:scale(var(--ui-scale)) translate3d(-2px,-2px,0);transition:box-shadow .25s,transform .25s}.wrapper.reduced-motion #weeklies .container.user-modules .module .patterns .item .icon:before,.wrapper.reduced-motion #weeklies .container.user-modules .module .patterns .item .icon:after{transition:none}#weeklies .container.user-modules .module .patterns .item .icon:active{background-color:var(--linked-fill-active, color-mix(in srgb, var(--foreground) 40%, transparent));color:color-mix(in srgb,var(--foreground) 100%,transparent);z-index:4}#weeklies .container.user-modules .module .patterns .item .icon:active:before{box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--linked-inset-active, var(--foreground));background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}#weeklies .container.user-modules .module .patterns .item .icon:active:after{box-shadow:0 0 0 2px var(--linked-outset-active, color-mix(in srgb, var(--foreground) 60%, transparent));transform:scale(1) translate3d(-2px,-2px,0);z-index:4}@media (hover: hover){#weeklies .container.user-modules .module .patterns .item .icon:hover{background-color:var(--linked-fill-active, color-mix(in srgb, var(--foreground) 40%, transparent));color:var(--foreground);z-index:4}#weeklies .container.user-modules .module .patterns .item .icon:hover:before{box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--linked-inset-active, var(--foreground));background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}#weeklies .container.user-modules .module .patterns .item .icon:hover:after{box-shadow:0 0 0 2px var(--linked-outset-active, color-mix(in srgb, var(--foreground) 60%, transparent));transform:scale(1) translate3d(-2px,-2px,0);z-index:4}}#weeklies .container.user-modules .module .patterns .item .progress{display:flex;background-color:color-mix(in srgb,var(--foreground) 20%,transparent);transition:opacity 1s}#weeklies .container.user-modules .module .patterns .item .progress .bar{height:1px;background-color:var(--deepsight)}#weeklies .container.user-modules .module .patterns .item.completed .progress{opacity:0}@media screen and (max-width: 1280px){#weeklies .container.user-modules .modules.grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){#weeklies .container.user-modules .modules.grid{grid-template-columns:repeat(1,1fr);row-gap:2rem}}@media screen and (max-width: 600px){#weeklies .container.user-modules .section{gap:2rem}#weeklies .container.user-modules .section .header .sticky{top:calc(2rem + var(--header-offset))}#weeklies .container.user-modules .section .sticky .icon{width:24px;height:24px;display:grid;align-items:center}#weeklies .container.user-modules .section.rotation .module h3{margin:0}#weeklies .container.user-modules .section.rotation .module .info{margin:6px 0 0}#weeklies .container.user-modules .section.rotation .module .flair{display:none}#weeklies .container.user-modules .module h3{font-size:18px}#weeklies .container.user-modules .module h4{margin-bottom:12px}#weeklies .container.user-modules .module h4:not(:first-child){margin-top:18px}#weeklies .container.user-modules .module .list.record-items{margin:1rem 0 0}}@media screen and (max-width: 430px){#weeklies .container.user-modules .module .patterns{justify-content:center;flex-wrap:wrap}#weeklies .container.user-modules .module .patterns:before,#weeklies .container.user-modules .module .patterns:after{content:unset}}.list.modifiers{--modifier-size: 30px}.list.modifiers li{padding:0;display:grid;grid-template-columns:var(--modifier-size) 1fr;grid-template-rows:1fr;align-items:start;height:unset;margin:0 0 14px}.list.modifiers li:last-child{margin:0}.list.modifiers li.no-description{align-items:center}.list.modifiers li .icon{margin:3px 0 0;opacity:.8}.list.modifiers li .icon .image{position:relative;height:var(--modifier-size);width:var(--modifier-size)}.list.modifiers li .icon .image:before{content:" ";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAQAAACQ9RH5AAAACXBIWXMAAAsTAAALEwEAmpwYAAAGlmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4xLWMwMDIgNzkuZGJhM2RhMywgMjAyMy8xMi8xMy0wNTowNjo0OSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI1LjYgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyNC0wNi0xMVQyMjozNDo1MCsxMDowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjQtMTAtMTFUMTc6Mzk6MjMrMTA6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjQtMTAtMTFUMTc6Mzk6MjMrMTA6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIxIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjEwOGM3OTZmLTgzNDAtOWQ0YS1hZGM5LTg5NjQyYzdkYmU2NyIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjY0NjI1YTNiLTQ2ZTYtMjQ0Mi1iMGUxLTUwODIzNjBkNGRhYSIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjVjMDIyOTJiLWFhODQtNjU0NC05ZmRiLWYxYTY2MDA2ZTQ5OSI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NWMwMjI5MmItYWE4NC02NTQ0LTlmZGItZjFhNjYwMDZlNDk5IiBzdEV2dDp3aGVuPSIyMDI0LTA2LTExVDIyOjM0OjUwKzEwOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjUuNiAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjYyNzY3NTZjLTg3YTctNjc0ZC1iMGFiLWEzYWYyZWYwOGM2YiIgc3RFdnQ6d2hlbj0iMjAyNC0xMC0xMVQxNzozOToyMysxMDowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDI1LjYgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMDhjNzk2Zi04MzQwLTlkNGEtYWRjOS04OTY0MmM3ZGJlNjciIHN0RXZ0OndoZW49IjIwMjQtMTAtMTFUMTc6Mzk6MjMrMTA6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyNS42IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4y9Gl3AAAC2UlEQVRYw8WZvU4yQRSGD6GyItQaGhPaz5IL0Bir9Q68DipCRaMVFZWxg8obgNIKEyy8AY0JliZa6vt+xczOzrKzP7AzsFvuzzPnzMw57zkjssXFFiMMMcUKa3yTJL6xxgpTDBmxJf4vnKDPJX5ZcOGXS/Rx4g96iQX+WPHCHxa4rA+9wnPm12+YY4JbDjjALSaY4y3zzjOudod28Jj62QfGjNB2vttmhDE+Uu8/orMDljf4SdzHGc7ZMM8ct4gIGzjnLJkW/PBmO+gR762RP6BrPSu4tfVdPFiG3/OoqovbeDLQFXrVoOkBoIeV+ceTe3o2scd4NaMdsbkN0EazyZFBv+K43FqNxZdal9zx1nviy6DbhXMbOxlr/quDNegzrGOHF8x1vKTwidO6WIM+xWe8zHI3kHHymQ+sZbV2uHNzoRPv23pz657reF87QoqJUiOfWBNaRnE0y8Rk/eCFTb9YDW7ixfZnAtapAD3fWOPuXpw+UokvDo4hsAatA6mVNLHQmbTLkOCuSh9YJOpC5ZNZKHvNTM+0gUqloK9dcMHAYFxoUl+NY6nSPBshwVT5WkmFpYiwpSQcxmGx2uaxloUtYaTNv94L+FqHqUgw1OB2aDCVNlO0oWBKkngX2QdYBO8kiakoiYK57/icC54rSSUqUWOyN/BECQ3RNdBdgIzkBt+pmkv0KhvsC8yBAgYDswwcxtUFqzp2dZjFxQqLK8h2YoXtdLAAYkKmhMpJ7pCZJAnf6tIZq5MkkaTFvYCTtGgLgeDzbAsBW/qEtTkjfWyxJ/sUe7a8DYd2yNu0oA+DzhH06RJGwmBdJcxm0RYgReYVbZtlqvgG55Wp2cJcfLq5qDDPtiLEF7a4FeFqvogPbHnzJd1uqm/1Fu0mV4NNSpWUhwZbXksx4xn/LcXiJmq1IchuTdSytnGFge/aNi5vlOd+U7dRftCjgQMehhz0+OegB15hjvj+A1L3y4gvS9gOAAAAAElFTkSuQmCC);background-size:contain}.list.modifiers li .text{margin:0 0 0 1rem;font-size:14px}.list.modifiers li .text .description{margin:4px 0 0;color:color-mix(in srgb,var(--foreground) 50%,transparent)}.list.modifiers li .text .description p{line-height:1.4}.list.modifiers li .text .description strong{font-weight:unset;color:color-mix(in srgb,var(--foreground) 80%,transparent)}.list.modifiers li.no-description .text{margin:3px 0 0 1rem}.list.modifiers.condensed{display:grid;grid-template-columns:repeat(auto-fill,var(--modifier-size));column-gap:calc(var(--modifier-size) / 3);row-gap:3px}.list.modifiers.condensed li{margin:0;grid-template-columns:1fr;background-color:transparent}.list.modifiers.condensed li .icon{margin:0}.list.modifiers.condensed li .icon{opacity:.8;transition:opacity .25s}.list.modifiers.condensed li .icon:active{opacity:1}@media (hover: hover){.list.modifiers.condensed li .icon:hover{opacity:1}}#weeklies .container.user-modules .module.nightfall .list.collection-items{margin:2rem 0 0}@media screen and (max-width: 600px){#weeklies .container.user-modules .module.nightfall .list.collection-items{margin:1rem 0 0}}#weeklies .container.user-modules .module.raid h3{margin:0 0 1rem}#weeklies .container.user-modules .module.raid .phases{margin:0 0 1rem;display:grid;grid-auto-flow:column;gap:3px}#weeklies .container.user-modules .module.raid .phases .phase{--accent: var(--foreground);height:12px;display:grid;grid-template-columns:1fr min-content;align-items:center;gap:3px}#weeklies .container.user-modules .module.raid .phases .phase.complete{--accent: var(--progress)}#weeklies .container.user-modules .module.raid .phases .phase.challenge{--accent: var(--light)}#weeklies .container.user-modules .module.raid .phases .phase .bar{position:relative;height:2px;background-color:color-mix(in srgb,var(--accent) 10%,transparent);transition:background-color .5s}#weeklies .container.user-modules .module.raid .phases .phase:first-child:last-child .bar{background-color:color-mix(in srgb,var(--accent) 5%,transparent)}#weeklies .container.user-modules .module.raid .phases .phase.complete .bar{background:linear-gradient(to right,color-mix(in srgb,var(--foreground) 10%,transparent),color-mix(in srgb,var(--accent) 40%,transparent))}#weeklies .container.user-modules .module.raid .phases .phase.complete+.phase.complete .bar{background-color:color-mix(in srgb,var(--accent) 40%,transparent)}#weeklies .container.user-modules .module.raid .phases .phase .mark{position:relative;width:12px;height:12px;border-radius:100%;background-color:transparent;border:2px solid color-mix(in srgb,var(--foreground) 20%,transparent);transition:background-color .5s,border-color .5s}#weeklies .container.user-modules .module.raid .phases .phase.no-data .mark{border:2px outset color-mix(in srgb,var(--foreground) 20%,transparent)}#weeklies .container.user-modules .module.raid .phases .phase .target{position:absolute;left:50%;top:50%;width:24px;height:24px;border-radius:100%;transform:translate(-50%,-50%)}#weeklies .container.user-modules .module.raid .phases .phase.challenge .mark{border-color:color-mix(in srgb,var(--accent) 60%,transparent)}#weeklies .container.user-modules .module.raid .phases .phase.complete .mark{background-color:color-mix(in srgb,var(--accent) 100%,transparent);border-color:transparent}#weeklies .container.user-modules .module.raid .phases .phase:not(.complete) .mark:active{border-color:color-mix(in srgb,var(--foreground) 100%,transparent)}#weeklies .container.user-modules .module.raid .phases .phase.complete .mark:active{background-color:color-mix(in srgb,var(--foreground) 100%,transparent)}@media (hover: hover){#weeklies .container.user-modules .module.raid .phases .phase:not(.complete) .mark:hover{border-color:color-mix(in srgb,var(--foreground) 100%,transparent)}#weeklies .container.user-modules .module.raid .phases .phase.complete .mark:hover{background-color:color-mix(in srgb,var(--foreground) 100%,transparent)}}#weeklies .container.user-modules .module.raid .modifiers{min-height:7rem}@media screen and (max-width: 600px){#weeklies .container.user-modules .module.raid .modifiers{min-height:unset}}.rewards-track{width:100%;display:grid;grid-template-columns:30px 1fr 30px;gap:1rem}.rewards-track .button.page{padding:0;justify-content:center;height:calc(100% - 5px - 3rem);margin:calc(20px + 2rem) 0 0}.rewards-track .track{display:grid;grid-auto-flow:column}.rewards-track .track .rank{display:grid;grid-template-rows:10px 2fr;position:relative;padding:2rem 0 0;margin:20px 0 0}.rewards-track .track .rank:before{content:attr(data-rank);position:absolute;top:0;right:0}.rewards-track .track .rank .reward{position:relative;padding:6px}.rewards-track .track .rank .progress-bar{padding:0;height:4px}.rewards-track .track .rank .progress-bar .bar{background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}.rewards-track .track .rank .progress-bar .bar .text{display:none}.rewards-track .track .rank .progress-bar .bar .fill{background-color:color-mix(in srgb,var(--foreground) 80%,transparent)}.rewards-track .track .rank .reward .list.inventory-items{position:relative;display:flex}.rewards-track .track .rank .reward .list.inventory-items li{--attributes-font-size: .7vw;--item-float-background-color: #d1d1d1;--item-border-inset-color: #d1d1d1;width:100%;align-content:center}.rewards-track .track .rank .reward .list.inventory-items li{transition:color .25s,background-color .25s,box-shadow .25s,opacity .5s;opacity:.6}.rewards-track .track .rank .reward.earned .list.inventory-items li,.rewards-track .track .rank .reward.claimed .list.inventory-items li,.rewards-track .track .rank .reward.claimAllowed .list.inventory-items li{opacity:1}.rewards-track .track .rank .reward.claimAllowed:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;background:linear-gradient(135deg,transparent 0%,transparent 30%,color-mix(in srgb,var(--foreground) 40%,transparent) 50%,transparent 70%,transparent 100%);background-repeat:no-repeat;background-size:200%;animation:sparkle-horizontal 1.2s linear 0s infinite forwards reverse;z-index:1}.rewards-track .pages{grid-column:-1/1}@media screen and (max-width: 1152px){.rewards-track .track .rank .reward .list.inventory-items li{--attributes-font-size: 1.4vw}}@media screen and (max-width: 1023px){.rewards-track .track .rank .reward .list.inventory-items li{--attributes-font-size: 1.2vw}}@media screen and (max-width: 768px){.rewards-track .track .rank .reward .list.inventory-items li{--attributes-font-size: 1.4vw}}@media screen and (max-width: 600px){.rewards-track .track .rank .reward{padding:10px}.rewards-track .track .rank .reward.list.inventory-items li{--attributes-font-size: 2vw}}@media screen and (max-width: 420px){.rewards-track .track .rank .reward{padding:6px}}#weeklies .container.activity-challenges .module.state .equipment{display:flex;flex-direction:column;gap:6px}#weeklies .container.activity-challenges .module.state .equipment .bucket{display:flex;align-items:end;gap:10px}#weeklies .container.activity-challenges .module.state .equipment .bucket .list.inventory-items{flex:0;--item-size: 32px}#weeklies .container.activity-challenges .module.state .equipment .bucket .progress{position:relative;flex:1;--progress: color-mix(in srgb, var(--foreground) 20%, transparent)}#weeklies .container.activity-challenges .module.state .equipment .bucket .progress .progress-bar{height:32px;margin:0}#weeklies .container.activity-challenges .module.state .equipment .bucket .progress .progress-bar .bar{background-color:unset}#weeklies .container.activity-challenges .module.state .equipment .bucket .progress .progress-bar .bar .text{display:flex;align-items:unset;justify-content:space-between}#weeklies .container.activity-challenges .module.state .equipment .bucket .progress .progress-bar .bar .text .description{padding:0;display:flex;align-items:center;justify-content:space-between;gap:10px}#weeklies .container.activity-challenges .module.state .equipment .bucket .progress .progress-bar .bar .text .description span{flex:auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media screen and (max-width: 600px){#weeklies .container.activity-challenges .module.state .equipment .bucket .progress .progress-bar .bar .text .description span{font-size:12px}}#weeklies .container.activity-challenges .module.state .equipment .bucket .progress .progress-bar .bar .text .description span.light{flex:0 0 56px;color:var(--light);font-size:12px}#weeklies .container.activity-challenges .module.state .equipment .bucket .progress .progress-bar .bar .text .description span.delta{flex:0 0 24px;text-align:right;color:var(--progress);font-size:14px}#weeklies .container.activity-challenges .module.state .equipment .bucket .progress .progress-bar .bar:before{content:"";position:absolute;left:0;top:30px;width:100%;height:2px;background-color:color-mix(in srgb,var(--progress) 10%,transparent)}#weeklies .container.activity-challenges .module.state .equipment .bucket .progress .progress-bar .bar .fill{height:2px;top:30px}#weeklies .container.activity-challenges .module.state .equipment .bucket .progress .progress-bar .bar .fill:before{content:"";position:absolute;left:0;bottom:2px;width:100%;height:20px;background:linear-gradient(to bottom,transparent,color-mix(in srgb,var(--progress) 40%,transparent))}#weeklies .container.activity-challenges .module.state .equipment .bucket .progress .current{position:absolute;top:0;width:1px;height:38px;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}#weeklies .container.activity-challenges .module.state .equipment .bucket:nth-child(9) .progress .current{height:32px}#weeklies .container.activity-challenges .module.state .equipment .info{margin:1rem 0 0}#weeklies .container.activity-challenges{align-content:stretch;grid-template-columns:minmax(160px,374px) 1fr;grid-template-rows:1fr}#weeklies .container.activity-challenges .sticky{position:sticky;top:calc(3rem + var(--header-offset))}#weeklies .container.activity-challenges .module.state{margin:2rem 0 0;display:grid;gap:2rem;align-content:start;min-height:unset}#weeklies .container.activity-challenges .state .component:not(:last-child){margin-bottom:1rem}#weeklies .container.activity-challenges .effective .value{margin:0 0 10px;font-size:38px;font-weight:500;line-height:1;color:var(--light);text-shadow:1px 1px 0 rgba(0,0,0,.2)}#weeklies .container.activity-challenges .state .pair{margin:0 0 6px;display:grid;grid-template-columns:1fr max-content;justify-content:space-between}#weeklies .container.activity-challenges .state .pair .value{font-weight:500}#weeklies .container.activity-challenges .state .artifact .pair{color:#00fbff}#weeklies .container.activity-challenges .artifact .progress-bar{margin:1rem 0 10px;--progress: var(--experience)}#weeklies .container.activity-challenges .artifact .progress-bar .text .description{color:var(--foreground)}#weeklies .container.activity-challenges .button.challenges{max-width:100%;height:unset;margin:0 0 1rem;padding:1rem;grid-template-columns:48px 1fr;justify-content:left;gap:1rem;background:linear-gradient(to bottom,#0080801a,#008080b3)}.wrapper.dark #weeklies .container.activity-challenges .button.challenges{background:linear-gradient(to bottom,#00808099,#00808033)}#weeklies .container.activity-challenges .button.challenges:before{box-shadow:inset 0 0 0 2px #007f80}#weeklies .container.activity-challenges .button.challenges:active:before{box-shadow:inset 0 0 0 2px var(--foreground)}@media (hover: hover){#weeklies .container.activity-challenges .button.challenges:hover:before{box-shadow:inset 0 0 0 2px var(--foreground)}}#weeklies .container.activity-challenges .button.challenges .icon{position:relative;aspect-ratio:1/1}#weeklies .container.activity-challenges .button.challenges .icon .gonfalon{position:absolute;left:0;top:-5%;width:100%}#weeklies .container.activity-challenges .button.challenges .icon .season{position:absolute;left:20%;top:6%;width:60%}#weeklies .container.activity-challenges .button.challenges .text .name{margin:0 0 2px;color:var(--foreground);font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#weeklies .container.activity-challenges .button.challenges .text .description{color:color-mix(in srgb,var(--foreground) 60%,transparent);font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#weeklies .container.activity-challenges .state em{color:color-mix(in srgb,var(--foreground) 60%,transparent)}#weeklies .container.activity-challenges .info.attention{align-self:center}#weeklies .container.activity-challenges .list.challenges{display:flex;flex-direction:column;gap:20px}#weeklies .container.activity-challenges .list.challenges li{font-size:14px}#weeklies .container.activity-challenges .list.challenges .type{padding:10px 0;border-top:unset;display:grid;gap:2rem;grid-template-columns:1fr 6fr;align-items:start}#weeklies .container.activity-challenges .list.challenges .challenges{display:grid;gap:6px}#weeklies .container.activity-challenges .list.challenges .challenge{min-height:24px;display:grid;grid-template-columns:1fr 240px;align-items:start;gap:2rem}#weeklies .container.activity-challenges .list.challenges li .progress-bar .text .description .solar{color:var(--energy-solar)}#weeklies .container.activity-challenges .list.challenges li .progress-bar .text .description .arc{color:var(--energy-arc)}#weeklies .container.activity-challenges .list.challenges li .progress-bar .text .description .void{color:var(--energy-void)}#weeklies .container.activity-challenges .list.challenges li .progress-bar .text .description .stasis{color:var(--energy-stasis)}#weeklies .container.activity-challenges .list.challenges li .progress-bar .text .description .strand{color:var(--energy-strand)}#weeklies .container.activity-challenges .list.challenges li .rewards ul li.item .bonus{font-weight:500;letter-spacing:.2px;color:var(--light)}#weeklies .container.activity-challenges .list.challenges li .rewards ul li.item .no-bonus{justify-self:center;color:color-mix(in srgb,var(--foreground) 20%,transparent)}#weeklies .container.activity-challenges .no-challenges{grid-column:span 3;display:grid}#weeklies .container.activity-challenges .module.season-pass{grid-column:-1/1;display:grid;grid-template-columns:1fr 2fr;column-gap:1rem;row-gap:0}#weeklies .container.activity-challenges .module.season-pass .header{grid-column:-1/1}#weeklies .container.activity-challenges .module.season-pass .status{position:relative;display:grid;align-content:space-between}#weeklies .container.activity-challenges .module.season-pass .status h2{margin-top:0}#weeklies .container.activity-challenges .module.season-pass .status .season{padding-right:2rem}#weeklies .container.activity-challenges .module.season-pass .status .season .select{margin:0 0 10px;height:26px;max-width:unset}#weeklies .container.activity-challenges .module.season-pass .status .season .select.expanded .options{max-height:400px}#weeklies .container.activity-challenges .module.season-pass .status .season .select:not(.expanded) .option.selected{padding:0;height:unset;background-color:transparent;box-shadow:unset}#weeklies .container.activity-challenges .module.season-pass .status .season .select:not(.expanded) .text .name{font-size:24px;font-weight:400;line-height:1.1}#weeklies .container.activity-challenges .module.season-pass .status .season .description{font-style:italic;letter-spacing:.5px;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#weeklies .container.activity-challenges .module.season-pass .status .season .description.long{font-size:13px}#weeklies .container.activity-challenges .module.season-pass .status h5{margin:20px 0 10px;text-transform:uppercase;font-size:12px;font-family:var(--font-text);line-height:1.4;letter-spacing:1px;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#weeklies .container.activity-challenges .module.season-pass .status .rank{position:absolute;right:2rem;bottom:-1rem;font-size:14vw;line-height:11vw;font-weight:500;color:var(--foreground);opacity:.1;pointer-events:none}#weeklies .container.activity-challenges .module.season-pass .status h5{display:grid}#weeklies .container.activity-challenges .module.season-pass .status .progress{padding-right:2rem}#weeklies .container.activity-challenges .module.season-pass .status .progress-bar{margin:0}#weeklies .container.activity-challenges .module.season-pass .status .progress-bar.countdown{height:4px}#weeklies .container.activity-challenges .module.season-pass .status .progress-bar.countdown .bar .fill{--progress: color-mix(in srgb, var(--foreground) 80%, transparent)}#weeklies .container.activity-challenges .module.season-pass .status .progress-bar.countdown.warning .bar .fill{--progress: var(--warning)}#weeklies .container.activity-challenges .module.season-pass .status .progress-bar.countdown.error .bar .fill{--progress: var(--error)}#weeklies .container.activity-challenges .module.season-pass .status .progress-bar.power-bonus{--progress: var(--experience)}#weeklies .container.activity-challenges .module.season-pass .rewards-track .track{gap:0}#weeklies .container.activity-challenges .module.season-pass .rewards-track .track .rank{grid-template-rows:calc(5px + 1rem) 2fr}#weeklies .container.activity-challenges .module.season-pass .rewards-track .track .rank .reward{padding:1rem}#weeklies .container.activity-challenges .module.season-pass .rewards-track .track .rank .reward.free{background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}#weeklies .container.activity-challenges .module.season-pass .rewards-track .track .rank .reward.premium{background-color:color-mix(in srgb,var(--experience) 30%,transparent)}#weeklies .container.activity-challenges .module.season-pass .rewards-track .track .rank.unlocked .reward.free{background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}#weeklies .container.activity-challenges .module.season-pass .rewards-track .track .rank.unlocked .reward.premium{background-color:color-mix(in srgb,var(--experience) 40%,transparent)}@media screen and (max-width: 1024px){#weeklies .container.activity-challenges{grid-template-columns:repeat(3,1fr)}#weeklies .container.activity-challenges .list.challenges{grid-column:span 2}#weeklies .container.activity-challenges .list.challenges .challenge{grid-template-columns:1fr;gap:6px}#weeklies .container.activity-challenges .no-challenges{grid-column:span 2}}@media screen and (max-width: 1023px){#weeklies .container.activity-challenges .module.season-pass{grid-template-columns:1fr}#weeklies .container.activity-challenges .module.season-pass .status{grid-column:1/4}#weeklies .container.activity-challenges .module.season-pass .status .season,#weeklies .container.activity-challenges .module.season-pass .status .progress{padding-right:0}}@media screen and (max-width: 768px){#weeklies .container.activity-challenges{grid-template-columns:1fr}#weeklies .container.activity-challenges .module.state{grid-row:3;grid-template-columns:1fr;gap:2rem}#weeklies .container.activity-challenges .power h5{grid-column:-1/1}#weeklies .container.activity-challenges .power{display:grid;grid-template-columns:1fr}#weeklies .container.activity-challenges .list.challenges{grid-column:unset;grid-row:2;margin:0 0 1rem;gap:2rem}#weeklies .container.activity-challenges .list.challenges .type{padding:0;border-top:unset;grid-template-columns:1fr;gap:1rem}#weeklies .container.activity-challenges .list.challenges h4{margin-bottom:0}#weeklies .container.activity-challenges .no-challenges{grid-column:unset}}@media screen and (max-width: 600px){#weeklies .container.activity-challenges .module.power h5{margin-top:1rem}#weeklies .container.activity-challenges .module.power .components{grid-template-columns:4fr 6fr}#weeklies .container.activity-challenges .list.challenges .challenges{margin-left:0;gap:1rem}#weeklies .container.activity-challenges .module.season-pass{gap:10px}#weeklies .container.activity-challenges .module.season-pass .status .season .select:not(.expanded) .text .name{font-size:20px}#weeklies .container.activity-challenges .module.season-pass .status .season .description.long{font-size:14px}#weeklies .container.activity-challenges .module.season-pass .status .rank{right:0;bottom:0;font-size:40vw;line-height:28vw}}.hyperlink.push-notification{margin:1rem 0 0;display:flex;align-items:center;gap:6px}.hyperlink.push-notification .icon{width:24px;pointer-events:none}.hyperlink.push-notification .icon svg{fill:var(--foreground);opacity:.8}.hyperlink.push-notification .icon svg .badge{fill:var(--error);transition:fill 1s 1s}.hyperlink.push-notification .icon.inactive svg .badge{fill:var(--foreground)}.hyperlink.push-notification+.info{margin:6px 0 0}#weeklies .container.rotations{grid-template-columns:minmax(160px,374px) 1fr}#weeklies .container.rotations header{position:relative}#weeklies .container.rotations header .sticky{position:sticky;top:calc(3rem + var(--header-offset))}#weeklies .container.rotations .rotations{display:grid;grid-template-columns:1fr 1fr;gap:3rem}#weeklies .container.rotations .rotations .module{display:grid;grid-template-columns:12px 1fr;gap:2rem}#weeklies .container.rotations .rotations .module .header{position:relative;border-bottom:2px solid color-mix(in srgb,var(--foreground) 40%,transparent)}#weeklies .container.rotations .rotations .module .header .sticky{position:sticky;top:calc(3rem + var(--header-offset))}#weeklies .container.rotations .rotations .module .header .sticky h3{margin:2px 0 0;padding:0 0 1rem;writing-mode:vertical-rl;text-orientation:mixed;font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}#weeklies .container.rotations .rotation .instance{position:relative;padding:6px 0;min-height:60px;display:grid;align-items:center;background-color:color-mix(in srgb,var(--foreground) 3%,transparent)}#weeklies .container.rotations .rotation .instance:nth-child(2n){background-color:color-mix(in srgb,var(--foreground) 8%,transparent)}#weeklies .container.rotations .rotation .instance .row,#weeklies .container.rotations .rotation .instance .list.collection-items.items,#weeklies .container.rotations .rotation .instance .list.inventory-items{--item-size: 32px}#weeklies .container.rotations .rotation .instance .row{padding:0 14px 0 2rem;display:grid;grid-template-columns:100px 1fr calc(var(--item-size) + 3px);align-items:center;gap:1rem}#weeklies .container.rotations .rotation.no-items .instance .row{grid-template-columns:100px 1fr}#weeklies .container.rotations .rotation.items-2 .instance .row{grid-template-columns:100px 1fr calc(var(--item-size) * 2 + 3px * (2 - 1))}#weeklies .container.rotations .rotation.items-3 .instance .row{grid-template-columns:100px 1fr calc(var(--item-size) * 3 + 3px * (3 - 1))}#weeklies .container.rotations .rotation.items-4 .instance .row{grid-template-columns:100px 1fr calc(var(--item-size) * 4 + 3px * (4 - 1))}#weeklies .container.rotations .rotation.items-5 .instance .row{grid-template-columns:100px 1fr calc(var(--item-size) * 5 + 3px * (5 - 1))}#weeklies .container.rotations .rotation .instance .date{font-size:14px;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#weeklies .container.rotations .rotation .instance .name{display:inline-block;font-size:14px}#weeklies .container.rotations .rotation .instance .name .break{color:color-mix(in srgb,var(--foreground) 40%,transparent)}#weeklies .container.rotations .rotation .instance.past{color:color-mix(in srgb,var(--foreground) 60%,transparent)}#weeklies .container.rotations .rotation .instance.past .date{color:color-mix(in srgb,var(--foreground) 40%,transparent)}#weeklies .container.rotations .rotation .instance.active{background-color:color-mix(in srgb,var(--foreground) 15%,transparent)}#weeklies .container.rotations .rotation .instance.active:before{content:"";position:absolute;top:0;width:5px;height:100%;background-color:var(--foreground);box-shadow:0 0 10px 0 var(--foreground),0 0 10px 0 var(--foreground)}#weeklies .container.rotations .rotation .instance .list.collection-items.items{grid-template-columns:repeat(auto-fill,var(--item-size))}#weeklies .container.rotations .rotation .instance .list.collection-items.items,#weeklies .container.rotations .rotation .instance .list.inventory-items{--item-border-inset-width: 1px}@media screen and (max-width: 1660px){#weeklies .container.rotations{grid-template-columns:1fr}#weeklies .container.rotations .module.text{grid-column:-1/1}#weeklies .container.rotations .module.text .description{max-width:600px}}@media screen and (max-width: 1152px){#weeklies .container.rotations .rotations{grid-template-columns:1fr}}@media screen and (max-width: 767px){#weeklies .container.rotations .rotation .instance{padding:1rem 0;min-height:50px}#weeklies .container.rotations .rotation .instance .list.inventory-items,#weeklies .container.rotations .rotation .instance .list.collection-items.items{--item-size: 24px;--item-border-inset-width: 1px}#weeklies .container.rotations .rotation .instance .row,#weeklies .container.rotations .rotation.no-items .instance .row,#weeklies .container.rotations .rotation.items-2 .instance .row,#weeklies .container.rotations .rotation.items-3 .instance .row,#weeklies .container.rotations .rotation.items-4 .instance .row,#weeklies .container.rotations .rotation.items-5 .instance .row{padding:0 10px 0 1rem;grid-template-columns:60px 1fr;gap:10px}#weeklies .container.rotations .rotation .instance .date{font-size:14px}#weeklies .container.rotations .rotation .instance .items{grid-column:2/3;grid-row:2}}@media screen and (max-width: 600px){#weeklies .container.rotations .rotations{gap:2rem}#weeklies .container.rotations .rotations .module{grid-template-columns:1fr;gap:1rem}#weeklies .container.rotations .rotations .module .header{border-bottom:unset}#weeklies .container.rotations .rotations .module .header .sticky{position:unset;top:unset}#weeklies .container.rotations .rotations .module .header .sticky h3{margin:0;padding:0;writing-mode:horizontal-tb}}._currencies_18zvk_1{display:grid;align-content:start;gap:5px}._currency_18zvk_7{display:grid;grid-template-columns:24px 1fr;gap:10px}._currency_18zvk_7 ._icon_18zvk_13{position:relative;aspect-ratio:1/1}._currency_18zvk_7 ._icon_18zvk_13._rare_18zvk_18{background-color:var(--tier-rare)}._currency_18zvk_7 ._icon_18zvk_13:not(._borderless_18zvk_22):before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;box-shadow:inset 0 0 0 1px #b9b9b9;pointer-events:none;z-index:3}._currency_18zvk_7 ._text_18zvk_34{display:grid;grid-auto-flow:column;justify-content:space-between;align-items:center;gap:6px}._currency_18zvk_7 ._text_18zvk_34 ._name_18zvk_42{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._currency_18zvk_7 ._text_18zvk_34 ._quantity_18zvk_48{display:grid;grid-auto-flow:column;align-items:center;gap:3px}._currency_18zvk_7 ._text_18zvk_34 ._quantity_18zvk_48 svg{height:14px;width:auto}._navCurrencies_18zvk_60{margin-top:20px;display:grid;gap:1rem}._navCurrencies_18zvk_60 li{height:unset!important;display:grid;justify-items:center;align-content:center;gap:4px}._navCurrencies_18zvk_60 ._icon_18zvk_13{position:relative;width:var(--item-size-micro, 24px);aspect-ratio:1/1}._navCurrencies_18zvk_60 ._quantity_18zvk_48{font-size:11px}._navCurrencies_18zvk_60 ._quantity_18zvk_48._squish_18zvk_84{font-size:9px}#weeklies .container.event{grid-template-columns:minmax(160px,374px) 1fr;row-gap:2rem}#weeklies .container.event header{position:relative}#weeklies .container.event header .sticky{position:sticky;top:calc(3rem + var(--header-offset));display:flex;flex-direction:column;gap:1rem}#weeklies .container.event .event-rank{position:relative;margin:1rem 0;display:flex;flex-direction:column;gap:6px;text-align:center}#weeklies .container.event .event-rank .background{position:absolute;left:50%;top:0%;width:192px;transform:translate(-50%);aspect-ratio:256/218;color:var(--accent, color-mix(in srgb, var(--foreground) 20%, transparent));-webkit-mask-image:linear-gradient(to bottom,#000,#0000001a);mask-image:linear-gradient(to bottom,#000,#0000001a)}#weeklies .container.event .event-rank .value{font-size:4rem;font-weight:500;line-height:1}#weeklies .container.event .event-rank .name{font-size:16px;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#weeklies .container.event .remaining{margin:1rem 0 0}#weeklies .container.event .remaining .bar{background-color:transparent}#weeklies .container.event .remaining .bar:before{content:"";position:absolute;left:0;top:100%;width:100%;height:2px;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}#weeklies .container.event .remaining .bar:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:10px;background:linear-gradient(to bottom,transparent,color-mix(in srgb,var(--foreground) 5%,transparent))}#weeklies .container.event .remaining .bar .text .description{padding:0}#weeklies .container.event .remaining .bar .text .description strong{font-weight:400;color:var(--foreground)}#weeklies .container.event .remaining .bar .fill{left:unset;right:0;top:100%;height:2px}#weeklies .container.event .remaining .bar .fill:before{content:"";position:absolute;left:0;bottom:2px;width:100%;height:20px;background:linear-gradient(to bottom,transparent,color-mix(in srgb,var(--progress) 30%,transparent))}#weeklies .container.event .challenges{display:grid;grid-template-columns:1fr 2fr;gap:2rem}#weeklies .container.event .rewards-track{grid-column:-1/1;margin:0 0 1rem}#weeklies .container.event .section.weekly .list.record-items{--columns: 1}#weeklies .container.event .section.daily .list.record-items{--columns: 2}#weeklies .container.event header .icon{display:flex;justify-content:center}#weeklies .container.event header .icon svg{height:96px;-webkit-mask-image:linear-gradient(to bottom,#0003,#0000);mask-image:linear-gradient(to bottom,#0003,#0000)}#weeklies .container.event header .more{margin:1rem 0 0;text-align:center}@media screen and (max-width: 1280px){#weeklies .container.event .rewards-track{margin:0}#weeklies .container.event .challenges{grid-template-columns:1fr}#weeklies .container.event .section.daily .list.record-items{--columns: 1}}@media screen and (max-width: 1024px){#weeklies .container.event{grid-template-columns:1fr}#weeklies .container.event .challenges{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){#weeklies .container.event .challenges{grid-template-columns:1fr}#weeklies .container.event header .more{margin:10px 0 0}}#character .frame.has-sub-views{grid-template-columns:60px 1fr 360px}#character .frame.has-sub-views.flip-subview-nav{grid-template-columns:1fr 360px 60px}#character .frame.has-sub-views.flip-subview-nav .module.views{grid-column:3}#character .frame .container{align-content:unset}#character .frame .static{--engram-per-row: 5}#character .frame .static .sticky{position:sticky;top:calc(3rem + var(--header-offset));display:grid;gap:3rem}#character .frame .static .engrams{display:grid;gap:2rem}#character .frame .static .engrams .list.inventory-items{grid-template-columns:repeat(var(--engram-per-row),1fr);gap:6px}#character .frame .static .engrams .list.inventory-items li:not(.placeholder) .icon:before,#character .frame .static .engrams .list.inventory-items li:not(.placeholder) .icon:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;animation:engram-sparkle-fill 5s linear 0s infinite forwards reverse;background:linear-gradient(150deg,#fff0 30%,#fff,#fff0 70%);background-size:600%;background-position:center center;background-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84.57 78.51'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M16.64,5.23,17,4.5,25.23,0H59.34l8.19,4.5L84.57,35v11L68.2,73.58l-8.57,4.93H24.94l-8.57-4.93L0,45.91V35Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84.57 78.51'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M16.64,5.23,17,4.5,25.23,0H59.34l8.19,4.5L84.57,35v11L68.2,73.58l-8.57,4.93H24.94l-8.57-4.93L0,45.91V35Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:92%;mask-size:92%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;z-index:2}#character .frame .static .engrams .list.inventory-items li:not(.placeholder) .icon:before{animation:engram-sparkle 5s linear 0s infinite forwards reverse;background:linear-gradient(130deg,#fff0 20%,#fff,#fff,#fff0 80%);background-size:400%;background-position:center center;background-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 88.98 82.68'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolyline points='19.25 6.59 44.61 10.7 69.74 6.59' style='fill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:1.5px'/%3E%3Cpolyline points='2.21 37.03 17.96 56.95 44.61 43.06 71.03 56.95 86.78 37.03' style='fill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:1.5px'/%3E%3Cline x1='27.15' y1='80.6' x2='17.96' y2='56.95' style='fill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:1.5px'/%3E%3Cline x1='44.61' y1='10.7' x2='44.61' y2='43.06' style='fill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:1.5px'/%3E%3Cline x1='61.84' y1='80.6' x2='71.03' y2='56.95' style='fill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:1.5px'/%3E%3Cpath d='M18.85,7.31l.4-.72,8.19-4.5H61.55l8.19,4.5L86.78,37V48L70.41,75.67,61.84,80.6H27.15l-8.57-4.93L2.21,48V37Z' style='fill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:1.5px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 88.98 82.68'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolyline points='19.25 6.59 44.61 10.7 69.74 6.59' style='fill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:1.5px'/%3E%3Cpolyline points='2.21 37.03 17.96 56.95 44.61 43.06 71.03 56.95 86.78 37.03' style='fill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:1.5px'/%3E%3Cline x1='27.15' y1='80.6' x2='17.96' y2='56.95' style='fill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:1.5px'/%3E%3Cline x1='44.61' y1='10.7' x2='44.61' y2='43.06' style='fill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:1.5px'/%3E%3Cline x1='61.84' y1='80.6' x2='71.03' y2='56.95' style='fill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:1.5px'/%3E%3Cpath d='M18.85,7.31l.4-.72,8.19-4.5H61.55l8.19,4.5L86.78,37V48L70.41,75.67,61.84,80.6H27.15l-8.57-4.93L2.21,48V37Z' style='fill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:1.5px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:95%;mask-size:95%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}#character .frame .static .engrams .list.inventory-items .placeholder{box-shadow:unset;background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 88.98 82.68'%3E%3Cg style='opacity:0.075'%3E%3Cpath d='M70.76,55.68,85.58,36.94,69.2,7.69,45.61,11.55V42.46Z' style='fill:%23fff'/%3E%3Cpolygon points='44.61 9.69 66.71 6.07 61.29 3.09 27.69 3.09 22.28 6.06 44.61 9.69' style='fill:%23fff'/%3E%3Cpolygon points='44.61 44.19 19.21 57.42 27.83 79.6 61.15 79.6 69.77 57.42 44.61 44.19' style='fill:%23fff'/%3E%3Cpolygon points='85.78 47.72 85.78 39.91 71.9 57.45 63.79 78.31 69.68 74.93 85.78 47.72' style='fill:%23fff'/%3E%3Cpolygon points='19.72 7.8 3.41 36.94 18.23 55.68 43.61 42.46 43.61 11.55 19.78 7.68 19.72 7.8' style='fill:%23fff'/%3E%3Cpolygon points='3.21 47.72 19.31 74.93 25.19 78.31 17.08 57.45 3.21 39.91 3.21 47.72' style='fill:%23fff'/%3E%3C/g%3E%3Cpath d='M17.81,5.94l.42-.76L26.75.5H62.24l8.51,4.68L88.48,36.86v11.4l-17,28.79-8.91,5.13H26.45l-8.92-5.13L.5,48.26V36.86Z' style='fill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:2;opacity:0.2'/%3E%3C/svg%3E");background-position:center center;background-repeat:no-repeat;background-size:90%}#character .frame .static .engrams .list.inventory-items .placeholder:before{content:unset}.wrapper.reduced-motion #character .frame .static .engrams .list.inventory-items li:not(.placeholder) .icon:before,.wrapper.reduced-motion #character .frame .static .engrams .list.inventory-items li:not(.placeholder) .icon:after{content:unset}@media screen and (max-width: 1440px){#character .frame.has-sub-views{grid-template-columns:60px 1fr}#character .frame.has-sub-views.flip-subview-nav{grid-template-columns:1fr 60px}#character .frame.has-sub-views.flip-subview-nav .module.views{grid-column:2}#character .frame.has-sub-views:has(.container.vendors) .module.views{grid-row:span 2}#character .frame .static{--engram-per-row: 10}#character .frame:not(.flip-subview-nav) .static{grid-column:2}#character .frame .static .sticky{grid-template-columns:4fr 3fr}}@media screen and (max-width: 1024px){#character .frame .static{--engram-per-row: 5}}@media screen and (max-width: 768px){#character .frame .static{--engram-per-row: 8}#character .frame .static .sticky{grid-template-columns:1fr}}@media screen and (max-width: 600px){#character .frame.has-sub-views{grid-template-columns:40px 1fr}#character .frame.has-sub-views.flip-subview-nav{grid-template-columns:1fr 40px}#character .frame.has-sub-views .module.views{grid-row:span 2}#character .frame .static{--engram-per-row: 6}#character .frame .static .sticky{top:calc(2rem + var(--header-offset));gap:2rem}#character .frame .static .engrams{gap:1rem}}@media screen and (max-width: 420px){#character .frame .static{--engram-per-row: 4}}@media screen and (max-width: 375px){#character .frame .static{--engram-per-row: 3}}._link_19266_1{position:relative;display:grid;align-items:center;color:color-mix(in srgb,var(--foreground) 80%,transparent);-webkit-user-select:none;user-select:none;transition:color .25s,background-color .25s,box-shadow .25s}._link_19266_1{background-color:var(--linked-fill-inactive, color-mix(in srgb, var(--foreground) 15%, transparent))}._link_19266_1:before{content:"";position:absolute;left:0;top:0;z-index:3;width:100%;height:100%;pointer-events:none;box-shadow:inset 0 0 0 1px transparent;transition:box-shadow .25s,background-color .25s}._link_19266_1:after{content:"";position:absolute;left:0;top:0;width:calc(100% + 4px);height:calc(100% + 4px);z-index:3;pointer-events:none;box-shadow:0 0 0 2px transparent;transform:scale(var(--ui-scale)) translate3d(-2px,-2px,0);transition:box-shadow .25s,transform .25s}._wrapper_19266_42._reduced-motion_19266_42 ._link_19266_1,._wrapper_19266_42._reduced-motion_19266_42 ._link_19266_1:before,._wrapper_19266_42._reduced-motion_19266_42 ._link_19266_1:after{transition:none}._link_19266_1:active{background-color:var(--linked-fill-active, color-mix(in srgb, var(--foreground) 40%, transparent));color:color-mix(in srgb,var(--foreground) 100%,transparent);z-index:4}._link_19266_1:active:before{box-shadow:inset 0 0 0 1px var(--linked-inset-active, var(--foreground));background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}._link_19266_1:active:after{box-shadow:0 0 0 2px var(--linked-outset-active, color-mix(in srgb, var(--foreground) 60%, transparent));transform:scale(1) translate3d(-2px,-2px,0);z-index:4}@media (hover: hover){._link_19266_1:hover{background-color:var(--linked-fill-active, color-mix(in srgb, var(--foreground) 40%, transparent));color:var(--foreground);z-index:4}._link_19266_1:hover:before{box-shadow:inset 0 0 0 1px var(--linked-inset-active, var(--foreground));background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}._link_19266_1:hover:after{box-shadow:0 0 0 2px var(--linked-outset-active, color-mix(in srgb, var(--foreground) 60%, transparent));transform:scale(1) translate3d(-2px,-2px,0);z-index:4}}._sticky_1bm3x_1{position:sticky;top:calc(3rem + var(--header-offset));display:grid;gap:2rem}._filters_1bm3x_8 ._wrapper_1bm3x_8{margin:0 0 2rem;display:grid;gap:1rem}._filters_1bm3x_8 ul{display:grid;gap:10px}._filters_1bm3x_8 ul li{display:flex;justify-content:space-between;--accent: var(--foreground)}._filters_1bm3x_8 ul li ._checkBox_1bm3x_25 ._text_1bm3x_25{display:flex;gap:6px}._filters_1bm3x_8 ul li ._checkBox_1bm3x_25 ._text_1bm3x_25 span{width:16px;display:flex;justify-content:center;display:none}._filters_1bm3x_8 ._tabbed_1bm3x_37{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;-webkit-user-select:none;user-select:none}._filters_1bm3x_8 ._tabbed_1bm3x_37 ._tab_1bm3x_37{--accent: color-mix(in srgb, var(--foreground) 80%, transparent);padding:6px 10px;display:grid;justify-content:center;gap:3px;cursor:pointer;color:color-mix(in srgb,var(--foreground) 80%,transparent);background-color:color-mix(in srgb,var(--foreground) 5%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--foreground) 20%,transparent);transition:color .25s,background-color .25s,box-shadow .25s}._filters_1bm3x_8 ._tabbed_1bm3x_37 ._tab_1bm3x_37._selected_1bm3x_57{color:color-mix(in srgb,var(--foreground) 80%,transparent);background-color:color-mix(in srgb,var(--accent) 60%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--accent) 80%,transparent)}._filters_1bm3x_8 ._tabbed_1bm3x_37 ._tab_1bm3x_37:active{color:color-mix(in srgb,var(--foreground) 100%,transparent);background-color:color-mix(in srgb,var(--accent) 90%,transparent)}@media (hover: hover){._filters_1bm3x_8 ._tabbed_1bm3x_37 ._tab_1bm3x_37:hover:not(:active){color:color-mix(in srgb,var(--foreground) 100%,transparent);background-color:color-mix(in srgb,var(--accent) 80%,transparent)}}._filters_1bm3x_8 ._tabbed_1bm3x_37 ._tab_1bm3x_37 ._icon_1bm3x_75{justify-self:center;font-size:18px}._filters_1bm3x_8 ._tabbed_1bm3x_37 ._tab_1bm3x_37 ._icon_1bm3x_75 svg{width:24px;height:18px;fill:currentColor}._filters_1bm3x_8 ._tabbed_1bm3x_37 ._tab_1bm3x_37 ._text_1bm3x_25{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-text);font-size:8px;text-transform:uppercase}._expand_1bm3x_95{padding:0;max-width:unset;height:24px;justify-content:center}@media screen and (max-width: 600px){._sticky_1bm3x_1{top:calc(2rem + var(--header-offset));gap:1rem}._filters_1bm3x_8 ._wrapper_1bm3x_8{margin:0 0 1rem}}._loadouts_1uu1m_1{margin:1rem 0 0;display:grid;grid-template-columns:repeat(auto-fill,48px);align-content:start;gap:3px}@media screen and (max-width: 600px){._loadouts_1uu1m_1{margin:unset}}._loadouts_1uu1m_1 ._loadout_1uu1m_1{container-type:inline-size}._loadouts_1uu1m_1 ._loadout_1uu1m_1:not(:active):before{box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--foreground) 20%,transparent)}@media (hover: hover){._loadouts_1uu1m_1 ._loadout_1uu1m_1:not(:hover):before{box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--foreground) 20%,transparent)}}._loadouts_1uu1m_1 ._loadout_1uu1m_1 ._icon_1uu1m_29{position:relative;width:100%;aspect-ratio:1;display:flex;pointer-events:none;background-color:var(--color)}._loadouts_1uu1m_1 ._loadout_1uu1m_1._placeholder_1uu1m_38 ._icon_1uu1m_29{opacity:.2;transition:opacity .25s}._loadouts_1uu1m_1 ._loadout_1uu1m_1._placeholder_1uu1m_38:active ._icon_1uu1m_29{opacity:1}@media (hover: hover){._loadouts_1uu1m_1 ._loadout_1uu1m_1._placeholder_1uu1m_38:hover ._icon_1uu1m_29{opacity:1}}._loadouts_1uu1m_1 ._loadout_1uu1m_1._placeholder_1uu1m_38 ._icon_1uu1m_29 svg{width:100%}._loadouts_1uu1m_1 ._loadout_1uu1m_1 ._loadoutIndex_1uu1m_57{position:absolute;right:12cqw;bottom:6cqw;font-family:var(--font-text);font-size:24cqw;font-weight:500;color:#fff;text-shadow:0 0 1px #000000}#character .frame .container.equipment{grid-template-columns:255px 1fr}#character .frame .container.equipment .tools .sticky{position:sticky;top:calc(3rem + var(--header-offset));display:grid;gap:2rem}#character .frame .container.equipment .section.items .wrapper{position:relative}#character .frame .container.equipment .section.items .buckets{display:grid;align-content:start;gap:2rem;transition:opacity .25s,filter .5s}#character .frame .container.equipment .section.items .buckets:not(.visible){opacity:.5;filter:blur(4px)}#character .frame .container.equipment .section.items .buckets.auxiliary{grid-template-columns:repeat(auto-fill,calc(48px + 1rem + (var(--item-size) * 3 + 3px * 2)))}#character .frame .container.equipment .section.items .buckets .bucket{scroll-margin-top:calc(env(safe-area-inset-top) + 3rem);display:grid;grid-template-columns:var(--item-size) calc(var(--item-size) * 3 + 3px * 2) 1fr;align-items:start;gap:1rem}#character .frame .container.equipment .section.items .buckets .bucket:first-child{grid-template-columns:var(--item-size) 1fr}#character .frame .container.equipment .section.items .buckets .bucket h5{grid-column:1/-1;margin:0}#character .frame .container.equipment .section.items .buckets .bucket h5{cursor:pointer;transition:color .25s,background-color .25s}#character .frame .container.equipment .section.items .buckets .bucket h5:active{color:var(--foreground);background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}@media (hover: hover){#character .frame .container.equipment .section.items .buckets .bucket h5:hover{color:var(--foreground);background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}}#character .frame .container.equipment .section.items .buckets .bucket .list.inventory-items{grid-template-columns:repeat(auto-fill,var(--item-size));gap:3px}#character .frame .container.equipment .section.items .buckets .bucket .list.inventory-items.equipped{grid-template-columns:var(--item-size)}#character .frame .container.equipment .section.items .buckets .bucket .button.exhaustive{grid-column:3;padding:0;max-width:unset;height:24px;justify-content:center}#character .frame .container.equipment .section.items .jump{position:absolute;left:-1rem;top:-1rem;width:calc(100% + 2rem);height:calc(100% + 2rem);z-index:10;padding:1rem 0 3rem;pointer-events:none;opacity:0;transition:opacity .25s;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}#character .frame .container.equipment .section.items .jump.visible{pointer-events:unset;opacity:1}#character .frame .container.equipment .section.items .jump .sticky{position:sticky;top:calc(3rem + var(--header-offset));padding:0 4rem}#character .frame .container.equipment .section.items .jump ul{display:grid;gap:1rem}#character .frame .container.equipment .section.items .jump ul li{display:flex;justify-content:space-between;font-size:20px}#character .frame .container.equipment .section.items .jump ul .disabled{color:color-mix(in srgb,var(--foreground) 40%,transparent)}@media screen and (max-width: 1024px){#character .frame .container.equipment{grid-template-columns:1fr}}@media screen and (max-width: 600px){#character .frame .container.equipment{grid-template-columns:1fr}#character .frame .container.equipment .tools .sticky{top:calc(2rem + var(--header-offset));gap:2rem}#character .frame .container.equipment .section.items .buckets .bucket,#character .frame .container.equipment .section.items .buckets .bucket:first-child{scroll-margin-top:calc(env(safe-area-inset-top) + 2rem);grid-template-columns:1fr repeat(4,1fr);column-gap:3px}#character .frame .container.equipment .section.items .buckets .bucket .list.inventory-items{grid-template-columns:repeat(4,1fr);--item-font-size: 11px}#character .frame .container.equipment .section.items .buckets .bucket .list.inventory-items.equipped{grid-template-columns:1fr}#character .frame .container.equipment .section.items .buckets .bucket .list.inventory-items:not(.equipped){grid-column:2/6}#character .frame .container.equipment .section.items .buckets .bucket .button.exhaustive{grid-column:2/6}#character .frame .container.equipment .section.items .jump .sticky{top:calc(2rem + var(--header-offset));padding:0 2rem}#character .frame .container.equipment .section.items .jump ul{gap:10px}#character .frame .container.equipment .section.items .jump ul li{font-size:18px}}#character .frame .container.breakdown .header,#character .frame .container.breakdown .slot{display:grid;gap:1rem;grid-template-columns:48px minmax(100px,240px) 48px 1fr 1fr;align-items:start;border-bottom:1px solid color-mix(in srgb,var(--foreground) 10%,transparent)}#character .frame .container.breakdown .slot .mods,#character .frame .container.breakdown .slot .mods .item-sockets{--item-size: 24px;--item-border-inset-width: 1px;--item-expander-items: 10}#character .frame .container.breakdown .slot .mods .item-sockets .socket.options{--item-size: 48px;--item-border-inset-width: 2px}#character .frame .container.breakdown .header li{width:100%;min-height:38px;display:grid;align-content:center;-webkit-user-select:none;user-select:none;text-transform:uppercase;font-size:12px;font-family:var(--font-text);line-height:1.4;letter-spacing:1px;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#character .frame .container.breakdown .slot{padding:6px 0}#character .frame .container.breakdown .slot .inventory-item .list.inventory-items{grid-template-columns:repeat(auto-fill,48px)}#character .frame .container.breakdown .slot .inventory-item .list.inventory-items li .icon{position:relative;width:48px;height:48px}#character .frame .container.breakdown .slot .text{display:grid;gap:2px}#character .frame .container.breakdown .slot .text .name{font-size:16px}#character .frame .container.breakdown .slot .text .type{color:color-mix(in srgb,var(--foreground) 60%,transparent)}#character .frame .container.breakdown .slot .energy{font-size:16px}#character .frame .container.breakdown .slot .energy.exhausted{color:var(--stat-subtract)}#character .frame .container.breakdown .slot .mods .item-sockets{display:grid;gap:3px;grid-template-columns:1fr;justify-items:left}#character .frame .container.breakdown .slot .mods .text .name{font-size:14px}@media screen and (max-width: 1024px){#character .frame .container.breakdown .header,#character .frame .container.breakdown .slot{grid-template-columns:48px minmax(96px,160px) 48px 1fr 1fr}}@media screen and (max-width: 600px){#character .frame .container.breakdown .header,#character .frame .container.breakdown .slot{grid-template-columns:48px 1fr repeat(3,24px)}#character .frame .container.breakdown .header li{padding:0 0 6px;align-content:end;writing-mode:vertical-rl;text-orientation:mixed}#character .frame .container.breakdown .slot .mods .item-sockets{grid-template-columns:repeat(auto-fill,var(--item-size))}#character .frame .container.breakdown .slot .mods .text .name{display:none}}@media screen and (max-width: 420px){#character .frame .container.breakdown .header,#character .frame .container.breakdown .slot{grid-template-columns:48px 24px 1fr 32px}#character .frame .container.breakdown .header{align-items:end}#character .frame .container.breakdown .header .text,#character .frame .container.breakdown .slot .text{display:none}#character .frame .container.breakdown .slot .energy{font-size:14px}#character .frame .container.breakdown .slot .mods,#character .frame .container.breakdown .slot .mods .item-sockets{--item-size: 32px}#character .frame .container.breakdown .slot .mods .item-sockets{row-gap:10px}#character .frame .container.breakdown .slot .mods .item-sockets .socket.options{--item-size: 32px;--item-border-inset-width: 1px}}#character .frame .container.inventory{align-items:unset;align-content:unset;grid-template-columns:4fr 3fr;grid-template-rows:min-content 1fr;row-gap:3rem}#character .frame .container.inventory .button{margin:1rem 0 0;width:max-content}@media screen and (max-width: 768px){#character .frame .container.inventory{grid-template-columns:1fr;grid-template-rows:unset}}@media screen and (max-width: 600px){#character .frame .container.inventory{grid-template-columns:1fr;grid-template-rows:unset;row-gap:2rem}}#character .frame .container.vault{grid-template-columns:255px 1fr}#character .frame .container.vault .section.buckets ul{display:grid;gap:10px}#character .frame .container.vault .section.buckets ul li{display:grid;grid-template-columns:1fr max-content;gap:10px}#character .frame .container.vault .section.items .wrapper{position:relative}#character .frame .container.vault .section.items .buckets{display:grid;align-content:start;gap:2rem;transition:opacity .25s,filter .5s}#character .frame .container.vault .section.items .buckets:not(.visible){opacity:.5;filter:blur(4px)}#character .frame .container.vault .section.items .buckets .bucket{scroll-margin-top:calc(env(safe-area-inset-top) + 3rem)}#character .frame .container.vault .section.items .buckets .bucket h5{cursor:pointer;transition:color .25s,background-color .25s}#character .frame .container.vault .section.items .buckets .bucket h5:active{color:var(--foreground);background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}@media (hover: hover){#character .frame .container.vault .section.items .buckets .bucket h5:hover{color:var(--foreground);background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}}#character .frame .container.vault .section.items .jump{position:absolute;left:-1rem;top:-1rem;width:calc(100% + 2rem);height:calc(100% + 2rem);z-index:10;padding:1rem 0 3rem;pointer-events:none;opacity:0;transition:opacity .25s;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}#character .frame .container.vault .section.items .jump.visible{pointer-events:unset;opacity:1}#character .frame .container.vault .section.items .jump .sticky{position:sticky;top:calc(3rem + var(--header-offset));padding:0 4rem}#character .frame .container.vault .section.items .jump ul{display:grid;gap:1rem}#character .frame .container.vault .section.items .jump ul li{display:flex;justify-content:space-between;font-size:20px}#character .frame .container.vault .section.items .jump ul .disabled{color:color-mix(in srgb,var(--foreground) 40%,transparent)}@media screen and (max-width: 1024px){#character .frame .container.vault{grid-template-columns:1fr}}@media screen and (max-width: 600px){#character .frame .container.vault{grid-template-columns:1fr}#character .frame .container.vault .section.items .buckets .bucket{scroll-margin-top:calc(env(safe-area-inset-top) + 2rem)}#character .frame .container.vault .section.items .jump .sticky{top:calc(2rem + var(--header-offset));padding:0 2rem}#character .frame .container.vault .section.items .jump ul{gap:10px}#character .frame .container.vault .section.items .jump ul li{font-size:14px}}.progression h6{margin:16px 0 8px;color:color-mix(in srgb,var(--foreground) 80%,transparent)}.progression h6:first-child{margin-top:0}.progression h5:not(:first-child){margin-top:6px}.progression .info{margin:6px 0 10px;max-width:300px;font-size:12px;font-style:italic;letter-spacing:.5px;color:color-mix(in srgb,var(--foreground) 40%,transparent)}.progression .info p{line-height:1.4}.progression .info:last-child{margin-bottom:0}.progression.step-icon{display:grid;grid-template-columns:96px 1fr;column-gap:1rem}.progression.step-icon h5{grid-column:-1/1}.progression.step-icon .step-icon{position:relative;aspect-ratio:1/1}.progression.trials .passage{margin:0 0 1rem;display:grid;align-items:start;gap:1rem;grid-template-columns:48px 1fr}.progression.trials .passage .list.inventory-items li .progress-bar{display:none}.progression.trials .passage .text .name{font-size:20px}.progression.trials .passage .text .description p{line-height:1.6;color:color-mix(in srgb,var(--foreground) 60%,transparent)}.progression.trials .streaks{display:grid;gap:2rem;grid-template-columns:min-content auto}#character .frame .container.vendors{min-height:calc(var(--view-height) - 7rem);display:grid;grid-template-columns:1fr 2fr;gap:3rem}#character .frame .container.vendors .module.loading{grid-column:unset;grid-row:unset}#character .frame .container.vendors .module.loading.error .info .text{color:var(--warning)}#character .frame .container.vendors .module.loading.error .button{max-width:max-content}#character .frame .container.vendors .vendor .sticky{position:sticky;top:calc(3rem + var(--header-offset));z-index:5}#character .frame .container.vendors .vendor .sub{margin:0 0 6px;font-size:16px;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#character .frame .container.vendors .vendor .select{margin:0 0 1rem;height:26px;max-width:unset}#character .frame .container.vendors .vendor .select.expanded .options{max-height:400px}#character .frame .container.vendors .vendor .select:not(.expanded) .option.selected{padding:0;height:unset;background-color:transparent;box-shadow:unset}#character .frame .container.vendors .vendor .select:not(.expanded) .text .name{font-size:24px;font-weight:400;line-height:1.1}#character .frame .container.vendors .vendor .description.flair{margin:0 0 2rem}#character .frame .container.vendors .vendor .hyperlink.push-notification+.info+.section{margin:2rem 0 0}#character .frame .container.vendors .wrapper{position:relative}#character .frame .container.vendors .wrapper .buckets{display:grid;grid-template-columns:1fr;align-content:start;gap:2rem;transition:opacity .25s,filter .5s}#character .frame .container.vendors .wrapper .buckets:not(.visible){opacity:.5;filter:blur(4px)}#character .frame .container.vendors .wrapper .buckets .bucket{scroll-margin-top:calc(env(safe-area-inset-top) + 3rem)}#character .frame .container.vendors .wrapper .buckets .bucket h5{cursor:pointer;transition:color .25s,background-color .25s}#character .frame .container.vendors .wrapper .buckets .bucket h5:active{color:var(--foreground);background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}@media (hover: hover){#character .frame .container.vendors .wrapper .buckets .bucket h5:hover{color:var(--foreground);background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}}#character .frame .container.vendors .wrapper .jump{position:absolute;left:-1rem;top:-1rem;width:calc(100% + 2rem);height:calc(100% + 2rem);z-index:10;padding:1rem 0 3rem;pointer-events:none;opacity:0;transition:opacity .25s;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}#character .frame .container.vendors .wrapper .jump.visible{pointer-events:unset;opacity:1}#character .frame .container.vendors .wrapper .jump .sticky{position:sticky;top:calc(3rem + var(--header-offset));padding:0 4rem}#character .frame .container.vendors .wrapper .jump ul{display:grid;gap:1rem}#character .frame .container.vendors .wrapper .jump ul li{display:flex;justify-content:space-between;font-size:20px}@media screen and (max-width: 1024px){#character .frame .container.vendors{grid-template-columns:1fr;grid-template-rows:max-content 1fr}}@media screen and (max-width: 600px){#character .frame .container.vendors{min-height:calc(var(--view-height) - 5rem);gap:2rem}#character .frame .container.vendors .vendor .sticky{top:calc(3rem + var(--header-offset))}#character .frame .container.vendors .vendor .select:not(.expanded) .text .name{font-size:20px}#character .frame .container.vendors .vendor .description.flair{margin:0 0 1rem}#character .frame .container.vendors .vendor .description.long{font-size:14px}#character .frame .container.vendors .vendor .actions{margin:1rem 0 0}#character .frame .container.vendors .wrapper .buckets{gap:1rem}#character .frame .container.vendors .wrapper .buckets .bucket{scroll-margin-top:calc(env(safe-area-inset-top) + 2rem)}#character .frame .container.vendors .wrapper .jump .sticky{top:calc(2rem + var(--header-offset));padding:0 2rem}#character .frame .container.vendors .wrapper .jump ul{gap:10px}#character .frame .container.vendors .wrapper .jump ul li{font-size:14px}}#quests .module.views .list li[data-hash=quests-pathfinder] .icon svg,#quests .module.views .list li[data-hash="14342153470"] .icon svg{width:38px}@media screen and (max-width: 600px){#quests .module.views .list li[data-hash=quests-pathfinder] .icon svg,#quests .module.views .list li[data-hash="14342153470"] .icon svg{width:28px}}#quests .container.details{display:grid;grid-template-columns:1fr 1fr;gap:3rem}#quests .container.details .summary .sticky{position:sticky;top:3rem}#quests .container.details .summary .background-icon{position:absolute;width:50%;right:3rem;pointer-events:none}#quests .container.details .summary .background-icon svg{width:100%;height:auto;fill:var(--foreground);opacity:.1}#quests .container.details .summary .description{font-size:18px;line-height:1.6;max-width:600px}#quests .container.details .summary .description.quest-step-summary{margin:.4rem 0 0;font-size:16px;font-style:italic;letter-spacing:.5px}#quests .container.details .sockets{margin:2rem 0 0;display:grid;gap:2rem;align-items:start;align-content:start}#quests .container.details .highlight{margin:20px 0 14px;display:grid;grid-template-columns:auto max-content;row-gap:10px;align-items:center;padding:12px 1rem;background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}#quests .container.details .highlight .info{color:color-mix(in srgb,var(--foreground) 80%,transparent)}#quests .container.details .highlight .button{width:max-content}#quests .container.details .rewards ul li{display:flex;align-items:center;margin:0 0 8px}#quests .container.details .rewards ul li:last-child{margin:0}#quests .container.details .rewards ul li .icon{position:relative;width:18px;height:18px;margin:0 10px 0 0}#quests .container.details .steps{display:grid;align-content:flex-start;gap:2rem}#quests .container.details .steps .step .header{display:grid;grid-template-columns:minmax(28px,min-content) auto;background-color:color-mix(in srgb,var(--foreground) 5%,transparent);gap:16px;margin-bottom:10px}#quests .container.details .steps .step .header .number{height:28px;font-size:16px;display:grid;align-content:center;justify-content:center;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}#quests .container.details .steps .step.completed .header .number{background-color:#5aa366cc}#quests .container.details .steps .step .header .name{height:28px;font-size:16px;display:grid;align-content:center}#quests .container.details .steps .step>.description{max-width:600px}#quests .container.details .steps .step .display-source{margin:1rem 0 0;font-size:14px;font-style:italic;letter-spacing:.5px;line-height:1.6;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#quests .container.details .steps .step .objectives{margin-top:1rem}#quests .container.details .steps .step .objectives .list.record-items{grid-template-columns:1fr;margin:1rem 0 2rem}#quests .container.details .steps .step .objectives .list.record-items:last-child{margin-bottom:0}#quests .container.details .steps .step .objectives .progress-bar.completed{opacity:.8}#quests .container.details .steps .step .objectives .progress-bar.completed .bar{background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}.wrapper.dark #quests .container.details .steps .step .objectives .progress-bar.completed .bar{background-color:#0000000d}#quests .container.details .steps .step .objectives .progress-bar.completed .bar .fill{background-color:#5aa36600}@media screen and (max-width: 1500px){#quests .container.details .sources{grid-template-columns:1fr}}@media screen and (max-width: 1280px){#quests .container.details{grid-template-columns:1fr}#quests .container.details .summary{position:relative;top:unset}}@media screen and (max-width: 600px){#quests .container.details{gap:2rem}#quests .container.details .summary .sticky{position:relative;top:unset}#quests .container.details .summary .background-icon{right:-2rem;width:calc(100% - 3rem);height:100%;min-height:12rem;max-height:17rem;overflow:hidden}#quests .container.details .summary .background-icon svg{width:auto;height:80%}#quests .container.details .summary .description{font-size:16px}#quests .container.details .summary .description.quest-step-summary{font-size:14px}#quests .container.details .highlight{grid-template-columns:1fr}}#quests .container.bounties{grid-template-columns:minmax(160px,374px) 1fr}#quests .container.bounties header{position:relative}#quests .container.bounties header .sticky{position:sticky;top:calc(3rem + var(--header-offset))}#quests .container.bounties .energy-kinetic{color:var(--foreground);background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}#quests .container.bounties .energy-solar{color:var(--foreground);background-color:color-mix(in srgb,var(--energy-solar) 60%,transparent)}#quests .container.bounties .energy-arc{color:var(--foreground);background-color:color-mix(in srgb,var(--energy-arc) 60%,transparent)}#quests .container.bounties .energy-void{color:var(--foreground);background-color:color-mix(in srgb,var(--energy-void) 60%,transparent)}#quests .container.bounties .energy-stasis{color:var(--foreground);background-color:color-mix(in srgb,var(--energy-stasis) 60%,transparent)}#quests .container.bounties .energy-strand{color:var(--foreground);background-color:color-mix(in srgb,var(--energy-strand) 60%,transparent)}#quests .container.bounties .stored{margin:2rem 0}#quests .container.bounties .stored .season-pass{margin:0 0 10px;width:100%;display:flex;gap:3px}#quests .container.bounties .stored .season-pass .rank{width:100%}#quests .container.bounties .stored .season-pass .rank .n{height:2rem;text-align:right;font-size:14px}#quests .container.bounties .stored .season-pass .rank .progress-bar{height:4px}#quests .container.bounties .stored .season-pass .rank .progress-bar .bar{flex-basis:100%}#quests .container.bounties .stored .season-pass .rank .progress-bar .bar .fill:first-child:not(:last-child){background-color:color-mix(in srgb,var(--foreground) 80%,transparent)}#quests .container.bounties .stored .needed{margin:2rem 0 10px}#quests .container.bounties .stored .progress-bar.needed .bar .text{justify-content:flex-end}#quests .container.bounties .stored .progress-bar.needed .bar .text .description{flex:0 1 auto;padding:0 8px 0 0}#quests .container.bounties .stored .xp{margin:1rem 0 3px;font-size:24px}#quests .container.bounties .stored .xp{margin:2rem 0 10px;display:grid;grid-template-columns:1fr max-content 1fr;justify-content:center;align-items:center;gap:10px}#quests .container.bounties .stored .xp div{width:100%;height:2px;background:linear-gradient(to left,color-mix(in srgb,var(--foreground) 10%,transparent),transparent)}#quests .container.bounties .stored .xp div:last-child{background:linear-gradient(to right,color-mix(in srgb,var(--foreground) 10%,transparent),transparent)}#quests .container.bounties .stored .modifiers{margin:1rem 0 0;display:grid;grid-template-columns:repeat(3,84px);justify-content:center;gap:1rem}#quests .container.bounties .stored .modifiers .modifier{display:flex;flex-direction:column;justify-items:center;gap:6px;opacity:.4;transition:opacity .5s}#quests .container.bounties .stored .modifiers .modifier.enabled{opacity:1}#quests .container.bounties .stored .modifiers .modifier .icon{display:flex;justify-content:center}#quests .container.bounties .stored .modifiers .modifier .icon svg{width:auto;max-width:32px;height:48px}#quests .container.bounties .stored .modifiers .modifier .text{font-size:14px;text-align:center}#quests .container.bounties .activities ul li{line-height:1.8}#quests .container.bounties .activities ul li .check-box .text{justify-content:space-between}#quests .container.bounties .activities ul li .check-box .text div:last-child{width:18px;height:18px;display:flex;justify-content:center;align-items:center;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--foreground) 5%,transparent)}#quests .container.bounties .activities ul li .check-box .text svg{height:16px}#quests .container.bounties .activities ul li .check-box .text span span{display:inline-flex;min-width:16px;justify-content:center}#quests .container.bounties .button.expand{margin:1rem 0 0;padding:0;max-width:unset;height:30px;justify-content:center}#quests .container.bounties .bounties{display:grid;align-content:start;gap:2rem}#quests .container.bounties.is-empty .bounties{align-content:center}#quests .container.bounties .bounties .info{text-align:center}#quests .container.bounties .list.bounty-items{display:unset}#quests .container.bounties .list.bounty-items li{height:unset;font-size:14px}#quests .container.bounties .list.bounty-items li ul.bounty{padding:6px 0;border-bottom:1px solid color-mix(in srgb,var(--foreground) 10%,transparent);display:grid;grid-template-columns:35% 5% 50% 10%;align-items:center}#quests .container.bounties .list.bounty-items li ul.bounty .col{position:relative;display:flex;align-items:center}#quests .container.bounties .list.bounty-items li ul.bounty.header{padding:0 0 1px}#quests .container.bounties .list.bounty-items li ul.bounty.header li{height:38px;-webkit-user-select:none;user-select:none}#quests .container.bounties .list.bounty-items li ul.bounty.header .col{text-transform:uppercase;font-size:12px;font-family:var(--font-text);line-height:1.4;letter-spacing:1px;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#quests .container.bounties .list.bounty-items li ul.bounty.header .col svg{width:auto;height:14px}#quests .container.bounties .list.bounty-items li ul.bounty.header .col a{cursor:row-resize}#quests .container.bounties .list.bounty-items li ul.bounty.header .col:not(.no-sort):active{background-color:color-mix(in srgb,var(--foreground) 20%,transparent);color:color-mix(in srgb,var(--foreground) 100%,transparent)}@media (hover: hover){#quests .container.bounties .list.bounty-items li ul.bounty.header .col:not(.no-sort):hover{background-color:color-mix(in srgb,var(--foreground) 20%,transparent);color:color-mix(in srgb,var(--foreground) 100%,transparent)}}#quests .container.bounties .list.bounty-items li ul.bounty.header .col.no-sort{cursor:not-allowed}#quests .container.bounties .list.bounty-items li ul.bounty.header .col.sort{color:color-mix(in srgb,var(--foreground) 80%,transparent)}#quests .container.bounties .list.bounty-items li ul.bounty .col.item{width:100%;display:unset}#quests .container.bounties .list.bounty-items li ul.bounty .col.item .list.inventory-items.as-panels{grid-template-columns:100%}#quests .container.bounties .list.bounty-items li ul.bounty .col.item .list.inventory-items.as-panels li .text{flex:unset}#quests .container.bounties .list.bounty-items.expanded li ul.bounty .col.item{display:grid;grid-template-columns:max-content 1fr;align-items:start;gap:1rem}#quests .container.bounties .list.bounty-items.expanded li ul.bounty .col.item .text{color:color-mix(in srgb,var(--foreground) 60%,transparent)}#quests .container.bounties .list.bounty-items.expanded li ul.bounty .col.item .text p:first-child{color:color-mix(in srgb,var(--foreground) 80%,transparent)}#quests .container.bounties .list.bounty-items li ul.bounty .col.item .text{-webkit-user-select:text;user-select:text}#quests .container.bounties .list.bounty-items li ul.bounty .col.item .text p{color:color-mix(in srgb,var(--foreground) 60%,transparent);line-height:1.4;max-width:600px}#quests .container.bounties .list.bounty-items li ul.bounty .col.item .text ul{list-style-type:disc;padding:0 0 0 2rem;margin:0 0 6px}#quests .container.bounties .list.bounty-items li ul.bounty .col.item .text ul:last-child{margin-bottom:0}#quests .container.bounties .list.bounty-items li ul.bounty .col.item .text ul li{display:list-item;line-height:1.6}#quests .container.bounties .list.bounty-items li ul.bounty .col.expiry{padding:0 1rem 0 0;min-height:20px}#quests .container.bounties .list.bounty-items li ul.bounty .col.expiry .progress-bar{width:100%;height:4px;--progress: color-mix(in srgb, var(--foreground) 40%, transparent)}#quests .container.bounties .list.bounty-items li ul.bounty .col.expiry .progress-bar.expiring{--progress: var(--warning)}#quests .container.bounties .list.bounty-items li ul.bounty .col.expiry .progress-bar.expired{--progress: var(--error)}#quests .container.bounties .list.bounty-items li ul.bounty:not(.header) .col.objectives{padding:0 20px 0 0;flex-direction:column}#quests .container.bounties .list.bounty-items li ul.bounty .col.objectives .progress-bar{width:100%;max-width:unset}#quests .container.bounties .list.bounty-items li ul.bounty .col.objectives .progress-bar.completed .box .fill{background-color:#bcad71}#quests .container.bounties .list.bounty-items li ul.bounty .col.objectives .progress-bar.completed .bar .fill{background-color:#bcad7100}#quests .container.bounties .list.bounty-items li ul.bounty .col.reward-items .list.inventory-items{width:100%;grid-template-columns:repeat(auto-fill,24px)}#quests .container.bounties .list.bounty-items.expanded li ul.bounty:not(.header){padding:1rem 0;align-items:start}#quests .container.bounties .list.bounty-items.expanded li ul.bounty .col.item .list.inventory-items{--item-size-micro: 32px}#quests .container.bounties .list.bounty-items.completed li ul.bounty{grid-template-columns:40% 50% 10%}#quests .container.bounties .list.bounty-items.completed li ul.bounty .col.expiry{display:none}@media screen and (max-width: 1600px){#quests .container.bounties .list.bounty-items li ul.bounty{grid-template-columns:30% 10% 50% 10%}#quests .container.bounties .list.bounty-items.completed li ul.bounty{grid-template-columns:40% 50% 10%}}@media screen and (max-width: 1280px){#quests .container.bounties{grid-template-columns:1fr}#quests .container.bounties header .modules{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}#quests .container.bounties .section{min-height:var(--view-height)}}@media screen and (max-width: 1024px){#quests .container.bounties header .modules{display:unset}}@media screen and (max-width: 600px){#quests .container.bounties .stored .modifiers{grid-template-columns:repeat(3,76px);justify-content:space-between;gap:0}#quests .container.bounties .stored .modifiers .modifier .icon svg{max-width:24px;height:32px}#quests .container.bounties .stored .modifiers .modifier .text{font-size:12px}}._give_11j07_1{position:relative;width:max-content;display:flex;justify-content:right;align-items:center;gap:6px}._give_11j07_1._absolute_11j07_10{position:absolute;right:0}._give_11j07_1 ._icon_11j07_15{width:24px;height:24px}._give_11j07_1 ._icon_11j07_15 svg{transform:scale(1.3333)}#quests .container.pathfinder{grid-template-columns:minmax(160px,374px) 1fr}#quests .container.pathfinder header{position:relative}#quests .container.pathfinder header .sticky{position:sticky;top:calc(3rem + var(--header-offset))}#quests .container.pathfinder .suggested-path{margin:2rem 0 0}#quests .container.pathfinder .suggested-path ul{display:flex;flex-direction:column;gap:1rem}#quests .container.pathfinder .suggested-path li{position:relative}#quests .container.pathfinder .suggested-path li .properties{display:flex;align-items:center;gap:10px}#quests .container.pathfinder .suggested-path li .properties .text{flex:1 1 100%;display:flex;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#quests .container.pathfinder .suggested-path li .properties .text .objective{flex:1 1 100%;min-width:0}#quests .container.pathfinder .suggested-path li .properties .icon{position:relative;flex:0 0 30px;aspect-ratio:1}#quests .container.pathfinder .suggested-path li .properties .icon .image.dl{opacity:.8}#quests .container.pathfinder .suggested-path li .progress{margin:6px 0 0;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}#quests .container.pathfinder .suggested-path li .progress .fill{height:4px;background-color:var(--progress)}#quests .container.pathfinder .suggested-path li .description{margin:10px 0 0;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#quests .container.pathfinder .suggested-path li.complete .properties .text{color:color-mix(in srgb,var(--foreground) 40%,transparent)}#quests .container.pathfinder .suggested-path li.complete .properties .icon .image.dl{opacity:.4}#quests .container.pathfinder .suggested-path li.complete .progress{opacity:.2}#quests .container.pathfinder .suggested-path li.complete .progress .fill{background-color:var(--foreground)}#quests .container.pathfinder .suggested-path li.complete .description{color:color-mix(in srgb,var(--foreground) 20%,transparent)}#quests .container.pathfinder .suggested-path li .actions{position:absolute;top:0;right:0;bottom:0;left:0;padding:0 1rem 0 0;display:flex;justify-content:right;align-items:center;background:linear-gradient(to right,transparent 30%,var(--background));transition:opacity .25s;opacity:0}#quests .container.pathfinder .suggested-path li:active .actions{opacity:1}@media (hover: hover){#quests .container.pathfinder .suggested-path li:hover .actions{opacity:1}}#quests .container.pathfinder .suggested-path li .actions .button{width:max-content}#quests .container.pathfinder .suggested-path li .actions .button:active{background-color:var(--error)}@media (hover: hover){#quests .container.pathfinder .suggested-path li .actions .button:hover{background-color:var(--error)}}#quests .container.pathfinder .button.expand{margin:1rem 0 0;padding:0;max-width:unset;height:30px;justify-content:center}#quests .container.pathfinder .rings{position:relative;-webkit-user-select:none;user-select:none;display:flex;flex-direction:column;gap:1rem}#quests .container.pathfinder .rings .views{position:relative}#quests .container.pathfinder .rings .views .border{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(to right,color-mix(in srgb,var(--foreground) 20%,transparent) 50%,transparent)}#quests .container.pathfinder .rings .views ul{padding:0 2rem 0 0;width:max-content;display:grid;grid-auto-flow:column;justify-content:start;gap:12px}#quests .container.pathfinder .rings .views ul li .tab{position:relative;padding:0 4px;height:40px;display:flex;align-items:center;gap:10px;font-size:16px;color:color-mix(in srgb,var(--foreground) 60%,transparent);transition:color .25s;cursor:pointer}#quests .container.pathfinder .rings .views ul li .tab.disabled{pointer-events:none;color:color-mix(in srgb,var(--foreground) 20%,transparent)}#quests .container.pathfinder .rings .views ul li .tab.active{background:linear-gradient(to bottom,transparent,color-mix(in srgb,var(--accent, var(--foreground)) 10%,transparent));color:var(--foreground)}#quests .container.pathfinder .rings .views ul li .tab:before{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:4px;background-color:var(--foreground);transition:transform .2s;transform:scaleX(0)}#quests .container.pathfinder .rings .views ul li .tab.active:before{transform:scaleX(1)}@media (hover: hover){#quests .container.pathfinder .rings .views ul li .tab:hover,#quests .container.pathfinder .rings .views ul li .tab.active:hover{color:var(--foreground)}}#quests .container.pathfinder .rings .views ul li .tab a{position:absolute;top:0;right:0;bottom:0;left:0}#quests .container.pathfinder .rings .path{stroke:color-mix(in srgb,var(--foreground) 40%,transparent);stroke-width:2;stroke-dasharray:4;fill:none}#quests .container.pathfinder .rings .path.connected{stroke:color-mix(in srgb,var(--foreground) 60%,transparent);stroke-width:2;stroke-dasharray:0}#quests .container.pathfinder .rings .path.claimed{stroke:var(--progress);stroke-width:8}#quests .container.pathfinder .rings .path.highlight{stroke:var(--warning)}#quests .container.pathfinder .rings .path.connected.highlight{stroke:var(--progress)}#quests .container.pathfinder .rings .node{cursor:pointer;transition:transform .25s;transform:scale(1)}#quests .container.pathfinder .rings .node:not(.reward):active{transform:scale(.9)}#quests .container.pathfinder .rings .node .progress{fill:none;stroke:color-mix(in srgb,var(--foreground) 40%,transparent);stroke-width:5}#quests .container.pathfinder .rings .node .progress.fill{stroke:var(--progress);transition:stroke-dashoffset .25s}#quests .container.pathfinder .rings .node .background{fill:#000c;stroke:color-mix(in srgb,var(--foreground) 40%,transparent);stroke-width:2;stroke-dasharray:4;transition:fill .25s}#quests .container.pathfinder .rings .node .hover{fill:none;stroke:var(--foreground);stroke-width:2;transition:transform .25s,opacity .25s;transform:scale(1);opacity:0}#quests .container.pathfinder .rings .node.reward .hover{fill:none;stroke:var(--foreground);stroke-width:2;transition:transform .25s,opacity .25s;transform:scale(1);opacity:.4}#quests .container.pathfinder .rings .node:active .hover{transform:scale(1.2);opacity:1}@media (hover: hover){#quests .container.pathfinder .rings .node:hover .hover{transform:scale(1.2);opacity:1}}#quests .container.pathfinder .rings .node.available .background{stroke:transparent;fill:color-mix(in srgb,var(--foreground) 80%,#000000);transition:fill .25s}#quests .container.pathfinder .rings .node.available:active .background{fill:var(--foreground)}#quests .container.pathfinder .rings .node.claimed:active .background{fill:var(--progress)}@media (hover: hover){#quests .container.pathfinder .rings .node.available:hover .background{fill:var(--foreground)}#quests .container.pathfinder .rings .node.claimed:hover .background{fill:var(--progress)}}#quests .container.pathfinder .rings .node.avoided .background{stroke:transparent;fill:color-mix(in srgb,var(--error) 80%,transparent)}#quests .container.pathfinder .rings .node.avoided:active .background{fill:var(--error)}@media (hover: hover){#quests .container.pathfinder .rings .node.avoided:hover .background{fill:var(--error)}}#quests .container.pathfinder .rings .node.claimed .background{stroke:transparent;fill:var(--progress)}#quests .container.pathfinder .rings .node.reward{cursor:default}#quests .container.pathfinder .rings .node.reward.available .background,#quests .container.pathfinder .rings .node.reward.claimed .background{fill:transparent}#quests .container.pathfinder .rings .node image{pointer-events:none;opacity:.6;transition:opacity .25s}#quests .container.pathfinder .rings .node.available image{opacity:1}#quests .container.pathfinder .rings .node:active image{opacity:1}@media (hover: hover){#quests .container.pathfinder .rings .node:hover image{opacity:1}}#quests .container.pathfinder .pizza{opacity:0;animation:pizza 2s linear 180s forwards}@keyframes pizza{0%,49%,55%,to{opacity:0}50%,54%{opacity:.2}}@media screen and (max-width: 1280px){#quests .container.pathfinder{grid-template-columns:1fr;grid-template-rows:max-content 1fr}#quests .container.pathfinder header .modules{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}}@media screen and (max-width: 1024px){#quests .container.pathfinder header .modules{display:unset}#quests .container.pathfinder .suggested-path li .actions{position:unset;opacity:unset;margin:10px 0 0;padding:0}#quests .container.pathfinder .suggested-path li .actions .button{width:100%;max-width:unset;height:22px;justify-content:center;font-size:12px}}@media screen and (max-width: 600px){#quests .container.pathfinder{gap:1rem}#quests .container.pathfinder .suggested-path li .description{font-size:12px;line-height:1.4}}#quests .container.category.all .list.bounty-items{display:unset}#quests .container.category.all .list.bounty-items li{height:unset;font-size:14px}#quests .container.category.all .list.bounty-items li ul.bounty{padding:6px 0;border-bottom:1px solid color-mix(in srgb,var(--foreground) 10%,transparent);display:grid;grid-template-columns:1fr 46px;align-items:center}#quests .container.category.all .list.bounty-items li ul.bounty .col{position:relative;display:flex;align-items:center}#quests .container.category.all .list.bounty-items li ul.bounty .col.item{width:100%;display:unset}#quests .container.category.all .list.bounty-items li ul.bounty .col.item .list.inventory-items.as-panels{grid-template-columns:100%}#quests .container.category.all .list.bounty-items li ul.bounty .col.item .list.inventory-items.as-panels li .text{flex:unset}#quests .container.category.all .list.bounty-items li ul.bounty .col.item .text{-webkit-user-select:text;user-select:text}#quests .container.category.all .list.bounty-items li ul.bounty .col.item .text p{color:color-mix(in srgb,var(--foreground) 60%,transparent);line-height:1.4;max-width:600px}#quests .container.category.all .list.bounty-items li ul.bounty .col.item .text ul{list-style-type:disc;padding:0 0 0 2rem;margin:0 0 6px}#quests .container.category.all .list.bounty-items li ul.bounty .col.item .text ul:last-child{margin-bottom:0}#quests .container.category.all .list.bounty-items li ul.bounty .col.item .text ul li{display:list-item;line-height:1.6}#quests .container.category.all .list.bounty-items li ul.bounty .col.expiry{min-height:20px}#quests .container.category.all .list.bounty-items li ul.bounty .col.expiry .progress-bar{width:100%;height:4px;--progress: color-mix(in srgb, var(--foreground) 40%, transparent)}#quests .container.category.all .list.bounty-items li ul.bounty .col.expiry .progress-bar.expiring{--progress: var(--warning)}#quests .container.category.all .list.bounty-items li ul.bounty .col.expiry .progress-bar.expired{--progress: var(--error)}#quests .container.category.all .list.bounty-items.completed li ul.bounty{grid-template-columns:100%}#quests .container.category.all .list.bounty-items.completed li ul.bounty .col.expiry{display:none}#quests .container.category.all .bounties.is-empty .info{align-content:center;text-align:center}#quests .container.category.all .bounties .browse{height:56px;display:flex;justify-content:center;align-items:center}#quests .container.category.has-image{grid-template-columns:auto minmax(max-content,452px)}#quests .container.category .quests{display:grid;align-content:start;gap:2rem}#quests .container.category.is-empty .quests{align-content:center}#quests .container.category .quests .info{text-align:center}#quests .container.category .list.quest-items{--columns: 4}#quests .container.category.has-image .list.quest-items{--columns: 3}#quests .container.category .trait{position:relative}#quests .container.category .trait .preview{position:relative;aspect-ratio:452/279;margin:0 0 2rem;background-color:color-mix(in srgb,var(--foreground) 5%,transparent);filter:drop-shadow(50px 0px 80px var(--accent, hsl(170, 0%, 50%))) drop-shadow(-120px 80px 290px var(--accent, hsl(170, 0%, 50%)))}#quests .container.category .trait .corners{--border-color: color-mix(in srgb, var(--foreground) 20%, transparent)}#quests .container.category .trait .text{position:relative}#quests .container.category .trait .text .name{margin:0 0 1rem;font-size:24px;line-height:1}#quests .container.category .trait .text .description{font-size:16px;color:color-mix(in srgb,var(--foreground) 60%,transparent)}@media screen and (max-width: 1600px){#quests .container.category .list.quest-items{--columns: 3}#quests .container.category.has-image .list.quest-items{--columns: 2}}@media screen and (max-width: 1280px){#quests .container.category.has-image{grid-template-columns:unset}#quests .container.category .list.quest-items,#quests .container.category.has-image .list.quest-items{--columns: 2}#quests .container.category .trait .preview{display:none}#quests .container.category .trait .text .name{font-size:18px}#quests .container.category .trait .text .description{font-size:14px}}@media screen and (max-width: 768px){#quests .container.category .list.quest-items,#quests .container.category.has-image .list.quest-items{--columns: 1}}#legend .container .section{scroll-margin-top:calc(env(safe-area-inset-top) + 3rem)}#legend .container .section .modules{display:grid;grid-template-columns:repeat(4,1fr);column-gap:3rem;row-gap:2rem}#legend .container .section .modules .modules{grid-column:2/5;grid-template-columns:repeat(3,1fr)}#legend .container .module.error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}#legend .container .module.error .info .text{color:var(--warning)}#legend .container .module.error .button{max-width:max-content}#legend .container .section .module.first{display:flex;flex-direction:column;gap:1rem}#legend .container .section .module.first .sticky{position:sticky;top:calc(3rem + var(--header-offset));display:flex;flex-direction:column;gap:1rem}#legend .container .section .module.first .flair:last-child{grid-row:-1/1}#legend .container .section .module.first .flair p{max-width:500px}#legend .container .section .module.first .flair p:first-child{font-size:20px;line-height:1.4}#legend .container .section .metrics{display:grid;grid-template-columns:repeat(2,1fr);align-content:start;gap:1rem}#legend .container .section .metrics .metric{display:grid;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#legend .container .section .metrics .metric.progress{grid-column:-1/1}#legend .container .section .metrics .metric:not(.progress) .value{font-size:20px;line-height:1.4;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#legend .container .section .metrics .metric .value:has(.icon){display:grid;grid-auto-flow:column;justify-content:left;gap:8px}#legend .container .section .metrics .metric .value .icon{display:flex;align-items:center}#legend .container .section .metrics .metric .value .icon svg{width:18px}#legend .container .section .metrics .metric.active .value .icon{padding:0 2px}#legend .container .section .metrics .metric .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;line-height:1.4}#legend .container .section .metrics .metric .name:not(.hyperlink){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#legend .container .module.span{grid-column:-1/1}#legend .container .module .grid{display:grid;grid-template-columns:repeat(auto-fill,96px);column-gap:0;row-gap:2rem;align-items:start}#legend .container .module .grid li{display:grid;grid-template-columns:1fr;justify-items:center;gap:16px}#legend .container .module .grid li .icon{position:relative;width:75%;aspect-ratio:1/1}#legend .container .module .grid li .text{width:100%;font-size:10px;letter-spacing:.5px;text-transform:uppercase;text-align:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#legend .container .list.jumbo{--item-size: 32px;display:flex;flex-flow:column;gap:10px}#legend .container .list.jumbo li{display:grid;grid-template-columns:calc(var(--item-size) + 16px) 1fr max-content;align-items:center;color:color-mix(in srgb,var(--foreground) 70%,transparent)}#legend .container .list.jumbo li .icon{--item-border-inset-width: 1px;--item-border-inset-color: #b9b9b9;position:relative;width:var(--item-size);aspect-ratio:1}#legend .container .list.jumbo li .text{padding:0 10px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-user-select:auto;user-select:auto}#legend .container .list.jumbo li .icon.with-border{background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}#legend .container .list.jumbo li .icon.with-border:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--item-border-inset-color);z-index:3}#legend .container .section.share{position:relative}#legend .container .section.share .modules{min-height:414px}#legend .container .section.share .actions{display:flex;gap:3px}#legend .container .section.share .actions .button{width:max-content}#legend .container .section.share .background{position:absolute;left:0;top:-4rem;width:100%;height:100%;background:radial-gradient(50% 100% at 50% 0%,color-mix(in srgb,var(--foreground) 20%,transparent),transparent)}#legend .container .section.share .module.loading{grid-column:span 3}#legend .container .section.share .module.app{grid-column:span 3;margin:0 0 0 32px}#legend .container .section.profile{position:relative;display:grid;grid-template-columns:12px 1fr;gap:2rem}#legend .container .section.profile .section{border-bottom:2px solid color-mix(in srgb,var(--foreground) 40%,transparent)}#legend .container .section.profile .module.first{position:unset;padding:48px 0 0}#legend .container .section.profile .module.first .flair p:first-child{font-size:inherit;line-height:1.6}#legend .container .section.profile .module.first .float{position:absolute;left:-12px;top:0}#legend .container .section.profile .module.first .member-link{grid-template-columns:38px 1fr calc(28px + 1rem);gap:calc(1rem - 10px)}#legend .container .section.profile .module.first .member-link .name{font-size:32px;font-weight:500;line-height:1.4}#legend .container .section.profile .module.first .member-link .emblem{width:38px}@media screen and (max-width: 600px){#legend .container .section.profile .module.first .member-link{gap:calc(1rem - 8px)}#legend .container .section.profile .module.first .member-link .name{font-size:24px}}#legend .container .section.profile .module.characters{grid-column:span 3}#legend .container .section.profile .module.characters .characters-list{grid-template-columns:repeat(3,1fr);gap:3rem}#legend .container .section.ranks .module.rank{display:grid;grid-template-rows:1fr max-content;align-content:space-between;gap:2rem}#legend .container .section.ranks .rank .icon{display:flex;justify-content:center;align-items:center}#legend .container .section.ranks .rank .icon svg{width:auto;height:64px;fill:color-mix(in srgb,var(--foreground) 80%,transparent)}#legend .container .section.ranks .rank.crucible .icon svg,#legend .container .section.ranks .rank.gambit .icon svg,#legend .container .section.ranks .rank.iron-banner .icon svg{height:60px}#legend .container .section.ranks .rank .icon .image{position:relative;width:80px;height:80px}#legend .container .section.ranks .module.rank.guardian .icon{font-size:48px;font-weight:500;line-height:2;color:var(--foreground)}#legend .container .section.ranks .module.rank.guardian .icon span{color:color-mix(in srgb,var(--foreground) 40%,transparent)}#legend .container .section.ranks .progress{grid-column:-1/1;display:flex;gap:3px}#legend .container .section.ranks .progress .segment{position:relative;height:2px;background-color:var(--accent, color-mix(in srgb, var(--foreground) 80%, transparent))}#legend .container .section.ranks .module.rank:not(.guardian) .progress{background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}#legend .container .section.ranks .progress .segment .value{position:absolute;left:0;bottom:10px;width:max-content;display:flex;gap:3px;color:color-mix(in srgb,var(--foreground) 40%,transparent);font-family:var(--font-text);text-transform:uppercase}#legend .container .section.ranks .progress .segment .value span:first-child{color:color-mix(in srgb,var(--foreground) 80%,transparent)}#legend .container .section.ranks .module.rank:not(.guardian) .progress .segment .value{font-size:12px}#legend .container .section.ranks .module.rank.guardian .progress .segment .value{bottom:8px}#legend .container .section.ranks .module.rank.guardian .progress .segment:before{content:"";position:absolute;left:0;bottom:2px;width:100%;height:20px;background:linear-gradient(to bottom,transparent,color-mix(in srgb,var(--accent, var(--foreground)) 30%,transparent))}#legend .container .section.ranks .modules.rank-spread{grid-column:span 2;grid-template-columns:repeat(4,1fr)}#legend .container .section.commonality .module.first{grid-template-rows:max-content 1fr;gap:1rem}#legend .container .section.commonality .module.list{grid-column:span 3;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;-webkit-user-select:none;user-select:none}#legend .container .section.commonality .module.list .module.common .actions{margin:1rem 0 0;padding:0;display:flex;justify-content:space-between;align-items:center}#legend .container .section.commonality .module.list .module.common .actions .button{width:32px;height:32px;padding:0;display:flex;justify-content:center}#legend .container .section.commonality .module.list .module.common .placeholder .icon{--foreground: rgba(255, 255, 255, .2)}#legend .container .section.commonality .module.list .module.common .pages{grid-column:span 3}#legend .container .section.commonality .module.list .module.error .info{justify-self:center;align-self:center}#legend .container .section.dresstiny{min-height:180px}#legend .container .section.dresstiny .module.placeholder{position:relative;width:100%;display:flex;justify-content:center;align-items:center}#legend .container .section.dresstiny .module.placeholder .corners{--border-color: color-mix(in srgb, var(--foreground) 10%, transparent)}#legend .container .section.dresstiny .module.placeholder span{padding:2px 8px;height:17px;box-shadow:0 0 0 1px color-mix(in srgb,var(--foreground) 10%,transparent);font-size:10px;letter-spacing:1px;text-transform:uppercase;color:color-mix(in srgb,var(--foreground) 20%,transparent)}#legend .container .section.highlight{min-height:180px}#legend .container .section.highlight .module.entity{grid-column:span 3;padding:20px 0;position:relative;display:flex;justify-content:center;align-items:center;gap:1rem}#legend .container .section.highlight .module.entity .background{position:absolute;left:50%;top:50%;width:100%;max-width:500px;height:100%;transform:translate(-50%,-50%);color:#fff}#legend .container .section.highlight .module.entity .background .icon{position:absolute;left:0%;top:50%;width:100%;height:100%;transform:translate(-50%,-50%);padding:20px 0;display:flex;justify-content:center;align-items:center}#legend .container .section.highlight .module.entity .background svg{height:120%;-webkit-mask-image:linear-gradient(to right,#0000001a,#0000);mask-image:linear-gradient(to right,#0000001a,#0000)}#legend .container .section.highlight .module.entity .list.record-items,#legend .container .section.highlight .module.entity .list.metric-items{flex:0 1 500px;--columns: 1}#legend .container .section.highlight .module.entity:before,#legend .container .section.highlight .module.entity:after{content:"";flex:1;height:1px;justify-self:right;background:linear-gradient(to left,color-mix(in srgb,var(--foreground) 10%,transparent),transparent)}#legend .container .section.highlight .module.entity:after{justify-self:left;background:linear-gradient(to right,color-mix(in srgb,var(--foreground) 10%,transparent),transparent)}#legend .container .section.seals .score{grid-template-columns:max-content 1fr}#legend .container .section.seals .score .icon,#legend .container .section.seals .score .value{font-size:96px;line-height:72px;font-weight:500}#legend .container .section.seals .score .icon{line-height:78px}#legend .container .section.seals .module.list{grid-column:span 3}#legend .container .section.seals .module.list .grid{position:relative;justify-content:space-between}#legend .container .section.seals .module.list .grid li .icon{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%20200'%3e%3cpath%20d='M15.73,0V115.74a84.27,84.27,0,0,0,168.54.24V0Zm159,115.89a74.8,74.8,0,0,1-149.6-.23v-.2h0V9.37H174.7V115.89Z'%20fill='%23fff'%20opacity='0.4'/%3e%3cpath%20d='M28.23,12.3V115.64a71.81,71.81,0,0,0,71.55,71.85H100a71.81,71.81,0,0,0,71.77-71.85h0V12.3Z'%20fill='%23fff'%20opacity='0.2'/%3e%3c/svg%3e")}#legend .container .section.seals .module.list .grid li .text span{margin:0 0 0 3px;color:#edb25e}#legend .container .section.seals .module.list .grid li .text span sup{vertical-align:top}#legend .container .section.activity .module.metrics{grid-column:span 3;display:grid;grid-template-columns:repeat(5,1fr);align-content:center;column-gap:1rem;row-gap:2rem}#legend .container .section.activity.gambit .module.metrics .metric:nth-child(4) .value .icon{position:relative;top:-2px}#legend .container .section.activity.crucible .module.metrics .metric:nth-child(5) .value .icon svg circle{fill:url(#gradient-iron-banner-bronze)}#legend .container .section.activity.crucible .module.metrics .metric:nth-child(5) .value .icon svg path{fill:url(#gradient-iron-banner-gold)}@media screen and (min-width: 601px){#legend .container .section.activity .module.metrics .metric{justify-items:center}#legend .container .section.activity .module.metrics .metric .value{font-size:32px}#legend .container .section.activity .module.metrics .metric .value .icon svg{width:32px;height:auto}#legend .container .section.activity.gambit .module.metrics .metric:nth-child(4) .value .icon{top:-7px}}#legend .container .section.aggregate{min-height:80vh}#legend .container .section.aggregate .module.loading,#legend .container .section.aggregate .module.error{grid-column:span 3}#legend .container .section.aggregate .module.first .flair{margin:0 0 1rem}#legend .container .section.aggregate .module.first .mode-summary{flex:1}#legend .container .section.aggregate .mode-summary .metrics{margin:0 0 1rem}#legend .container .section.aggregate .distribution{display:flex;gap:3px}#legend .container .section.aggregate .distribution .segment{position:relative;container-type:inline-size;height:2px;background-color:var(--accent, color-mix(in srgb, var(--foreground) 80%, transparent))}#legend .container .section.aggregate .distribution .segment.raids{container-name:raids;--accent: #ffffff}#legend .container .section.aggregate .distribution .segment.dungeons{container-name:dungeons;--accent: #cea98e}#legend .container .section.aggregate .distribution .segment.exotic-missions{container-name:exotic-missions;--accent: var(--tier-exotic)}#legend .container .section.aggregate .distribution .segment.nightfalls{container-name:nightfalls;--accent: #73a3c4}#legend .container .section.aggregate .distribution .segment.lost-sectors{container-name:lost-sectors;--accent: #50467c}#legend .container .section.aggregate .distribution .segment.gambit{container-name:gambit;--accent: #00c295}#legend .container .section.aggregate .distribution .segment.trials{container-name:gambit;--accent: #c39659}#legend .container .section.aggregate .distribution .segment:before{content:"";position:absolute;left:0;bottom:2px;width:100%;height:20px;background:linear-gradient(to bottom,transparent,color-mix(in srgb,var(--accent, var(--foreground)) 30%,transparent))}#legend .container .section.aggregate .distribution .segment.placeholder{background-color:var(--accent, color-mix(in srgb, var(--foreground) 20%, transparent))}#legend .container .section.aggregate .distribution .segment.placeholder:before{content:none}#legend .container .section.aggregate .distribution .segment .value{position:absolute;left:0;bottom:8px;width:max-content;display:flex;gap:3px;color:color-mix(in srgb,var(--foreground) 40%,transparent);font-family:var(--font-text);font-size:10px;text-transform:uppercase}#legend .container .section.aggregate .distribution .segment .value span:first-child{color:color-mix(in srgb,var(--foreground) 80%,transparent)}@container raids (max-width: 34px){#legend .container .section.aggregate .distribution .segment .value{display:none}}@container dungeons (max-width: 64px){#legend .container .section.aggregate .distribution .segment .value{display:none}}@container exotic-missions (max-width: 96px){#legend .container .section.aggregate .distribution .segment .value{display:none}}@container nightfalls (max-width: 108px){#legend .container .section.aggregate .distribution .segment .value{display:none}}@container lost-sectors (max-width: 86px){#legend .container .section.aggregate .distribution .segment .value{display:none}}#legend .container .section.aggregate .mode-summary .sticky{position:sticky;top:calc(3rem + var(--header-offset));display:flex;flex-direction:column;gap:1rem}#legend .container .section.aggregate .mode-summary .flair p:first-child{font-size:16px}#legend .container .section.aggregate .mode-summary .stats{display:flex;flex-direction:column;gap:1rem}#legend .container .section.aggregate .mode-summary .progress-bar.completed .bar .fill{background-color:transparent}#legend .container .section.aggregate .mode-summary .info{max-width:300px;font-size:12px;font-style:italic;letter-spacing:.5px;color:color-mix(in srgb,var(--foreground) 40%,transparent)}#legend .container .section.aggregate .mode-summary .progress-bar+.info{margin:10px 0 0}#legend .container .section.aggregate .mode{grid-column:span 3}#legend .container .section.aggregate .activities{display:grid;grid-template-columns:repeat(5,1fr);align-content:start;gap:3px}#legend .container .section.aggregate .activities .card{background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}#legend .container .section.aggregate .activities .card .activity{position:relative}#legend .container .section.aggregate .activities .card .activity .background{height:unset;aspect-ratio:16/16;background-size:cover;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.8) 50%,transparent);mask-image:linear-gradient(to bottom,rgba(0,0,0,.8) 50%,transparent)}#legend .container .section.aggregate .activities .card .activity .header{position:relative;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;aspect-ratio:16/16}#legend .container .section.aggregate .activities .card .activity .header .top{flex:0;min-height:72px}#legend .container .section.aggregate .activities .card .activity .header .name{flex:1;display:flex;align-items:center;white-space:initial;text-align:center;font-size:18px;line-height:1.2;font-weight:500;color:color-mix(in srgb,var(--foreground) 100%,transparent)}#legend .container .section.aggregate .activities .card .activity .items{flex:0;--item-size: 32px;min-height:72px;justify-self:flex-end;position:relative;display:flex;flex-flow:row wrap;justify-items:center;justify-content:center;align-content:center;gap:10px}#legend .container .section.aggregate .activities .card .activity .items .state{flex:1 0 100%;display:flex;justify-content:center;gap:4px;font-size:14px;line-height:1.4;color:#fff9}#legend .container .section.aggregate .activities .card .activity .items .state span:first-child{color:#fffc}#legend .container .section.aggregate .activities .card .activity .items .state.percent{height:var(--item-size);margin:0 0 9px;display:flex;align-items:center}#legend .container .section.aggregate .activities .card .activity .items .state.percent span{font-size:56px}#legend .container .section.aggregate .activities .card .activity .items .item{width:var(--item-size);display:flex;flex-direction:column;gap:6px}#legend .container .section.aggregate .activities .card .activity .items .item .icon{--item-border-inset-width: 1px;--item-border-inset-color: #b9b9b9;position:relative;aspect-ratio:1;background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}#legend .container .section.aggregate .activities .card .activity .items .item .icon a{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;padding:0 1rem;z-index:2}#legend .container .section.aggregate .activities .card .activity .items.patterns .item:not(.completed) .icon{--item-border-inset-color: var(--deepsight);background-color:color-mix(in srgb,var(--deepsight) 20%,transparent)}#legend .container .section.aggregate .activities .card .activity .items .item .icon:before{content:"";position:absolute;top:0;left:0;z-index:3;width:100%;height:100%;pointer-events:none;box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--item-border-inset-color)}#legend .container .section.aggregate .activities .card .activity .items .item .icon:after{content:"";position:absolute;left:0;top:0;width:calc(100% + 4px);height:calc(100% + 4px);z-index:3;pointer-events:none;box-shadow:0 0 0 2px transparent;transform:scale(var(--ui-scale)) translate3d(-2px,-2px,0);transition:box-shadow .25s,transform .25s}.wrapper.reduced-motion #legend .container .section.aggregate .activities .card .activity .items .item .icon:before,.wrapper.reduced-motion #legend .container .section.aggregate .activities .card .activity .items .item .icon:after{transition:none}#legend .container .section.aggregate .activities .card .activity .items .item .icon:active{background-color:var(--linked-fill-active, color-mix(in srgb, var(--foreground) 40%, transparent));color:color-mix(in srgb,var(--foreground) 100%,transparent);z-index:4}#legend .container .section.aggregate .activities .card .activity .items .item .icon:active:before{box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--linked-inset-active, var(--foreground));background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}#legend .container .section.aggregate .activities .card .activity .items .item .icon:active:after{box-shadow:0 0 0 2px var(--linked-outset-active, color-mix(in srgb, var(--foreground) 60%, transparent));transform:scale(1) translate3d(-2px,-2px,0);z-index:4}@media (hover: hover){#legend .container .section.aggregate .activities .card .activity .items .item .icon:hover{background-color:var(--linked-fill-active, color-mix(in srgb, var(--foreground) 40%, transparent));color:var(--foreground);z-index:4}#legend .container .section.aggregate .activities .card .activity .items .item .icon:hover:before{box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--linked-inset-active, var(--foreground));background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}#legend .container .section.aggregate .activities .card .activity .items .item .icon:hover:after{box-shadow:0 0 0 2px var(--linked-outset-active, color-mix(in srgb, var(--foreground) 60%, transparent));transform:scale(1) translate3d(-2px,-2px,0);z-index:4}}#legend .container .section.aggregate .activities .card .activity .items .item .progress{display:flex;background-color:color-mix(in srgb,var(--foreground) 20%,transparent);transition:opacity 1s}#legend .container .section.aggregate .activities .card .activity .items .item .progress .bar{height:3px;background-color:var(--deepsight)}#legend .container .section.aggregate .activities .card .activity .items .item.completed .progress{opacity:0}#legend .container .section.aggregate .activities .card .summary{position:relative;padding:1rem 1rem 10px}#legend .container .section.aggregate .activities .card .summary .difficulties li{display:grid;grid-template-columns:1fr max-content 50px;gap:10px;line-height:22px;text-align:right}#legend .container .section.aggregate .activities .card .summary .difficulties li span.difficulty{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;font-size:12px}#legend .container .section.aggregate .activities .card .summary .difficulties li:not(.head):not(.na) span:not(.difficulty){color:color-mix(in srgb,var(--foreground) 100%,transparent)}#legend .container .section.aggregate .activities .card .summary .difficulties li.na span{font-size:12px;color:color-mix(in srgb,var(--foreground) 40%,transparent)}@media screen and (max-width: 1400px){#legend .container .section.activity .module.metrics,#legend .container .section.aggregate .activities{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width: 1280px){#legend .container .section .modules{grid-template-columns:repeat(3,1fr)}#legend .container .section .module.first{grid-column:-1/1}#legend .container .section .module.first .sticky{position:unset;top:unset}#legend .container .module .grid{row-gap:1rem}#legend .container .section.profile .module.characters,#legend .container .section.commonality .module.list,#legend .container .section.seals .module.list,#legend .container .section.activity .module.metrics{grid-column:-1/1}#legend .container .section.share .module.app{margin-left:0}#legend .container .section.profile .module.characters{margin:1rem 0 2rem}#legend .container .section.ranks .module.rank.guardian,#legend .container .section.ranks .modules.rank-spread{grid-column:span 3}#legend .container .section.highlight{min-height:140px}#legend .container .section.highlight .module.entity{padding:0}#legend .container .section.highlight .module.entity .background .icon{display:none;left:100%;transform:translate(-50%,-50%);padding:0}#legend .container .section.aggregate .mode-summary{grid-column:span 3}#legend .container .section.aggregate .mode-summary .metrics{margin-bottom:1.5rem}}@media screen and (max-width: 768px){#legend .container .section .modules{grid-template-columns:1fr;gap:2rem}#legend .container .section .module.first .flair p:first-child{font-size:16px}#legend .container .list.jumbo{gap:6px}#legend .container .list.jumbo li .icon{--item-border-inset-width: 1px;width:24px}#legend .container .module .grid{grid-template-columns:repeat(3,1fr)}#legend .container .module .grid li{gap:10px}#legend .container .rank .icon.placeholder{transform:scale(.15)}#legend .container .section.share .module.loading,#legend .container .section.share .module.app{grid-column:unset}#legend .container .section.profile .module.characters{margin:0 0 2rem}#legend .container .section.profile .module.characters .characters-list{grid-template-columns:unset}#legend .container .section.profile .module.characters{grid-template-columns:1fr}#legend .container .section.ranks .module.rank.guardian,#legend .container .section.ranks .modules.rank-spread{grid-column:unset}#legend .container .section.ranks .modules.rank-spread{grid-template-columns:repeat(2,1fr)}#legend .container .section.ranks .rank .icon svg{height:48px}#legend .container .section.ranks .rank.crucible .icon svg,#legend .container .section.ranks .rank.gambit .icon svg,#legend .container .section.ranks .rank.iron-banner .icon svg{height:44px}#legend .container .section.ranks .rank .icon .image{width:56px;height:56px}#legend .container .section.commonality .module.list{grid-template-columns:1fr;gap:1.5rem}#legend .container .section.commonality .module.list .module.common .actions{margin:10px 0 0}#legend .container .section.commonality .module.list .module.common .actions .button{width:24px;height:24px}#legend .container .section.highlight .module.entity{grid-column:unset}#legend .container .section.highlight .module.entity:before,#legend .container .section.highlight .module.entity:after{content:unset}#legend .container .section.seals .score .icon{line-height:38px}#legend .container .section.seals .score .icon,#legend .container .section.seals .score .value{font-size:48px;line-height:36px}#legend .container .section.aggregate .module.loading,#legend .container .section.aggregate .module.error,#legend .container .section.aggregate .mode,#legend .container .section.aggregate .mode-summary{grid-column:unset}#legend .container .section.activity .module.metrics,#legend .container .section.aggregate .activities{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 600px){#legend .container .section{scroll-margin-top:calc(env(safe-area-inset-top) + 2rem)}#legend .container .section.activity .module.metrics,#legend .container .section.aggregate .activities{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 420px){#legend .container .section.activity .module.metrics{row-gap:1rem}#legend .container .section.aggregate .activities{grid-template-columns:1fr}#legend .container .section.aggregate .activities .card .activity .background{aspect-ratio:16/13}#legend .container .section.aggregate .activities .card .activity .header{aspect-ratio:16/8}}._app_1knkb_1{position:relative;display:flex;border-radius:5px;background-color:color-mix(in srgb,var(--foreground) 5%,transparent);overflow:hidden}._app_1knkb_1 ._servers_1knkb_9{flex:1 0 64px;display:flex;flex-direction:column;align-items:center;background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}._app_1knkb_1 ._servers_1knkb_9 ._server_1knkb_9{margin-top:8px;width:48px;height:48px;border-radius:16px;background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}._app_1knkb_1 ._thread_1knkb_25{flex:1 1 100%;padding:1rem 2rem}._app_1knkb_1 ._thread_1knkb_25 ._message_1knkb_30{display:grid;grid-template-columns:48px 1fr;column-gap:1rem;row-gap:10px}._app_1knkb_1 ._thread_1knkb_25 ._message_1knkb_30 ._icon_1knkb_37{grid-row:span 2;position:relative;width:48px;height:48px;overflow:hidden;border-radius:24px;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}._app_1knkb_1 ._thread_1knkb_25 ._message_1knkb_30 ._icon_1knkb_37 ._image_1knkb_47{background-size:260%;background-position:40% 0%;border-radius:100%;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--foreground) 20%,transparent)}._app_1knkb_1 ._thread_1knkb_25 ._message_1knkb_30 ._user_1knkb_54{display:flex;column-gap:10px;row-gap:2px;align-items:flex-end}._app_1knkb_1 ._thread_1knkb_25 ._message_1knkb_30 ._user_1knkb_54 ._name_1knkb_61{color:var(--foreground)}._app_1knkb_1 ._thread_1knkb_25 ._message_1knkb_30 ._user_1knkb_54 ._time_1knkb_65{font-size:12px;color:color-mix(in srgb,var(--foreground) 40%,transparent)}._app_1knkb_1 ._thread_1knkb_25 ._message_1knkb_30 ._embed_1knkb_70{padding:10px;width:100%;max-width:498px;background-color:color-mix(in srgb,var(--foreground) 4%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--foreground) 20%,transparent);border-left:4px solid color-mix(in srgb,var(--foreground) 20%,transparent);border-radius:5px}._app_1knkb_1 ._thread_1knkb_25 ._message_1knkb_30 ._embed_1knkb_70 ._text_1knkb_80{margin:0 0 10px}._app_1knkb_1 ._thread_1knkb_25 ._message_1knkb_30 ._embed_1knkb_70 ._text_1knkb_80 ._name_1knkb_61{margin:0 0 4px;font-size:14px;text-decoration-thickness:1px}._app_1knkb_1 ._thread_1knkb_25 ._message_1knkb_30 ._embed_1knkb_70 ._text_1knkb_80 ._description_1knkb_90{max-width:400px;font-size:12px;line-height:1.4;color:color-mix(in srgb,var(--foreground) 60%,transparent)}._app_1knkb_1 ._thread_1knkb_25 ._message_1knkb_30 ._embed_1knkb_70 ._brace_1knkb_97{position:relative;z-index:1;aspect-ratio:16/9;border-radius:5px;overflow:hidden;display:flex;justify-content:center;align-items:center;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}._app_1knkb_1 ._buttons_1knkb_109{position:absolute;right:0;display:flex;gap:2px}._app_1knkb_1 ._buttons_1knkb_109 ._b_1knkb_97{width:24px;height:24px;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}._app_1knkb_1 ._buttons_1knkb_109 ._b_1knkb_97:last-child{background-color:var(--error)}._app_1knkb_1 ._members_1knkb_126{flex:1 0 256px;padding:1rem;display:flex;flex-direction:column;gap:8px;background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}._app_1knkb_1 ._members_1knkb_126 ._member_1knkb_126{display:flex;align-items:center;gap:8px}._app_1knkb_1 ._members_1knkb_126 ._member_1knkb_126 ._icon_1knkb_37{width:24px;height:24px;border-radius:12px;background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}._app_1knkb_1 ._members_1knkb_126 ._member_1knkb_126 ._text_1knkb_80{width:96px;height:16px;border-radius:3px;background-color:color-mix(in srgb,var(--foreground) 2%,transparent)}@media screen and (max-width: 1280px){._app_1knkb_1{margin-left:0}}@media screen and (max-width: 768px){._app_1knkb_1{grid-column:unset}._app_1knkb_1 ._members_1knkb_126{display:none}}@media screen and (max-width: 600px){._app_1knkb_1 ._thread_1knkb_25{padding:1rem}}@media screen and (max-width: 420px){._app_1knkb_1 ._servers_1knkb_9{flex:1 0 48px;display:none}._app_1knkb_1 ._servers_1knkb_9 ._server_1knkb_9{margin-top:6px;width:24px;height:32px;border-radius:10px}._app_1knkb_1 ._thread_1knkb_25 ._message_1knkb_30{grid-template-columns:24px 1fr}._app_1knkb_1 ._thread_1knkb_25 ._message_1knkb_30 ._icon_1knkb_37{grid-row:unset;width:32px;height:32px}._app_1knkb_1 ._thread_1knkb_25 ._message_1knkb_30 ._user_1knkb_54{flex-direction:column;align-items:flex-start}._app_1knkb_1 ._thread_1knkb_25 ._message_1knkb_30 ._embed_1knkb_70{grid-column:span 2}._app_1knkb_1 ._thread_1knkb_25 ._message_1knkb_30 ._embed_1knkb_70 ._text_1knkb_80 ._description_1knkb_90{font-size:11px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}._app_1knkb_1 ._buttons_1knkb_109{display:none}}._fit_12cb2_1{position:relative;display:flex;flex-direction:column;gap:1rem;container-type:inline-size}._fit_12cb2_1 ._header_12cb2_9{flex:0 1;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px}._fit_12cb2_1 ._name_12cb2_18{flex:auto;font-size:20px}._fit_12cb2_1 ._header_12cb2_9:has(._displayLikes_12cb2_23){flex-wrap:nowrap}._fit_12cb2_1 ._header_12cb2_9 ._displayLikes_12cb2_23{display:flex;align-items:center;gap:6px}._fit_12cb2_1 ._header_12cb2_9 ._displayLikes_12cb2_23 svg{width:16px}._fit_12cb2_1 ._header_12cb2_9 ._actions_12cb2_37{display:flex;gap:3px}._fit_12cb2_1 ._header_12cb2_9 ._actions_12cb2_37._admin_12cb2_42{flex-basis:100%}._fit_12cb2_1 ._header_12cb2_9 button{width:max-content;height:28px;display:flex;justify-content:center;align-items:center;gap:6px;font-family:var(--font-text);font-size:11px;text-transform:uppercase}._fit_12cb2_1 ._header_12cb2_9 button ._progress_12cb2_58{position:absolute;left:0;bottom:0;width:100%;background:linear-gradient(to right,color-mix(in srgb,var(--foreground) 20%,transparent) 0%,transparent 50%,color-mix(in srgb,var(--foreground) 20%,transparent) 100%);background-size:200% 100%;animation:_progress-background_12cb2_1 2s linear infinite}@keyframes _progress-background_12cb2_1{0%{background-position-x:-200%}to{background-position-x:0%}}._fit_12cb2_1 ._header_12cb2_9 button ._progress_12cb2_58 ._bar_12cb2_77{height:3px;background-color:var(--progress);transition:width 1s}._fit_12cb2_1 ._header_12cb2_9 ._like_12cb2_83._liked_12cb2_83{--accent: rgb(255, 127, 149)}._fit_12cb2_1 ._header_12cb2_9 ._like_12cb2_83 ._icon_12cb2_87{display:flex}._fit_12cb2_1 ._header_12cb2_9 ._like_12cb2_83 ._icon_12cb2_87 svg{width:14px}._fit_12cb2_1 ._likes_12cb2_95 ._confetti_12cb2_95{position:fixed;left:0;top:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:2}._fit_12cb2_1 ._likes_12cb2_95 ._confetti_12cb2_95 canvas{width:100%;height:100%}._fit_12cb2_1 ._footer_12cb2_111{flex:0 1;display:flex;justify-content:space-between;align-items:center;gap:1rem}._fit_12cb2_1 ._meta_12cb2_119{flex:1;display:flex;align-items:center;gap:1rem}._fit_12cb2_1 ._meta_12cb2_119 ._classType_12cb2_126{display:flex;align-items:center}._fit_12cb2_1 ._meta_12cb2_119 ._classType_12cb2_126 svg{width:24px;height:18px;fill:color-mix(in srgb,var(--foreground) 80%,transparent)}._fit_12cb2_1 ._reddit_url_12cb2_137{flex:0;position:relative;font-size:0;line-height:0}._fit_12cb2_1 ._reddit_url_12cb2_137 a{position:absolute;left:0;top:0;width:100%;height:100%}._fit_12cb2_1 ._reddit_url_12cb2_137 svg{width:24px;height:18px}._fit_12cb2_1 ._created_12cb2_157{white-space:nowrap;font-size:14px}._fit_12cb2_1 ._container_12cb2_162{position:relative;aspect-ratio:16/9;overflow:hidden}._fit_12cb2_1 ._images_12cb2_168{position:absolute;left:0;top:0;width:100%;height:100%;-webkit-mask-image:linear-gradient(to right,#0000001a 10%,#000 70%,#000);mask-image:linear-gradient(to right,#0000001a 10%,#000 70%,#000);pointer-events:none}._fit_12cb2_1 ._images_12cb2_168 ._area_12cb2_178{position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(45deg,#ccc 25%,transparent 25%,transparent 75%,#ccc 75%),linear-gradient(45deg,#ccc 25%,#fff 25%,#fff 75%,#ccc 75%);background-size:20px 20px;background-position:0 0,10px 10px}._fit_12cb2_1 ._images_12cb2_168 ._grad_12cb2_189{position:absolute;left:0;top:0;width:100%;height:100%;background:radial-gradient(49% 81% at 45% 47%,#03d1ff99,#03d1ff00),radial-gradient(113% 91% at 17% -2%,#00fbff99 1%,#00fbff00 99%),radial-gradient(142% 91% at 83% 7%,#ea00ff 1%,#ea00ff00 99%),radial-gradient(142% 91% at -6% 74%,#00f 1%,#00f0 99%);background-position:"center center";-webkit-mask-image:radial-gradient(50% 160% at 72% 50%,#0000 30%,#000);mask-image:radial-gradient(50% 160% at 72% 50%,#0000 30%,#000);opacity:.05}._fit_12cb2_1 ._screenshot_12cb2_201{background-size:cover;-webkit-mask-image:linear-gradient(to right,#0000,#000 40%,#000 70%);mask-image:linear-gradient(to right,#0000,#000 40%,#000 70%)}._fit_12cb2_1 ._sheath_12cb2_206{background-size:cover}._fit_12cb2_1 ._wrapper_12cb2_210{--foreground: #ffffff;position:relative;padding:2rem;height:100%;display:flex;flex-direction:row;justify-content:start;align-items:center;gap:2rem}._fit_12cb2_1 ._description_12cb2_222{position:absolute;bottom:6rem;right:4rem;width:46%;padding:0 1rem;font-size:28px;font-style:italic;line-height:1.4;text-align:center;color:color-mix(in srgb,var(--foreground) 80%,transparent);text-shadow:1px 1px 0 rgba(0,0,0,.15)}._fit_12cb2_1 ._loadout_12cb2_236{margin:0 0 0 4rem;flex:0 1;display:flex;flex-direction:column;justify-content:center;gap:3px}._fit_12cb2_1 ._loadout_12cb2_236 ._bucket_12cb2_245{display:flex;align-items:center;gap:1rem}._fit_12cb2_1 ._loadout_12cb2_236 ._bucket_12cb2_245 ._hr_12cb2_251{width:128px;height:1px;background:linear-gradient(to right,transparent,color-mix(in srgb,var(--foreground) 20%,transparent))}._fit_12cb2_1 ._loadout_12cb2_236 ._bucket_12cb2_245 ._hr_12cb2_251._double_12cb2_257{width:48px;background:color-mix(in srgb,var(--foreground) 20%,transparent)}._fit_12cb2_1 ._loadout_12cb2_236 ._item_12cb2_262 ._items_12cb2_262{--item-size: 96px}._fit_12cb2_1 ._loadout_12cb2_236 ._item_12cb2_262 ._items_12cb2_262 li{--item-border-inset-width: 3px !important}._fit_12cb2_1 ._loadout_12cb2_236 ._plugs_12cb2_270{width:150px}._fit_12cb2_1 ._loadout_12cb2_236 ._plugs_12cb2_270 ._items_12cb2_262{--item-size: 48px}._fit_12cb2_1 ._rejected_12cb2_278{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;color:#fff;background-color:color-mix(in srgb,var(--error) 40%,transparent);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:5}@container (max-width: 800px){._fit_12cb2_1 ._loadout_12cb2_236{margin:0 0 0 1rem}._fit_12cb2_1 ._description_12cb2_222{bottom:3rem;right:5%;font-size:14px}._fit_12cb2_1 ._loadout_12cb2_236 ._bucket_12cb2_245{gap:10px}._fit_12cb2_1 ._loadout_12cb2_236 ._bucket_12cb2_245 ._hr_12cb2_251{width:96px}._fit_12cb2_1 ._loadout_12cb2_236 ._bucket_12cb2_245 ._hr_12cb2_251._double_12cb2_257{width:32px}._fit_12cb2_1 ._loadout_12cb2_236 ._item_12cb2_262 ._items_12cb2_262{--item-size: 48px}._fit_12cb2_1 ._loadout_12cb2_236 ._item_12cb2_262 ._items_12cb2_262 li{--item-border-inset-width: 2px !important}._fit_12cb2_1 ._loadout_12cb2_236 ._plugs_12cb2_270{width:78px}._fit_12cb2_1 ._loadout_12cb2_236 ._plugs_12cb2_270 ._items_12cb2_262{--item-size: 24px}}@container (max-width: 600px){._fit_12cb2_1 ._header_12cb2_9 button{padding:0 14px}._fit_12cb2_1 ._wrapper_12cb2_210{padding:1rem}._fit_12cb2_1 ._loadout_12cb2_236{margin:0 0 0 1rem}._fit_12cb2_1 ._loadout_12cb2_236 ._bucket_12cb2_245 ._hr_12cb2_251{width:64px}._fit_12cb2_1 ._loadout_12cb2_236 ._bucket_12cb2_245 ._hr_12cb2_251._double_12cb2_257{width:24px}}@container (max-width: 540px){._fit_12cb2_1 ._description_12cb2_222{font-size:2.111613876319759cqw}._fit_12cb2_1 ._loadout_12cb2_236 ._item_12cb2_262 ._items_12cb2_262{--item-size: 24px}._fit_12cb2_1 ._loadout_12cb2_236 ._item_12cb2_262 ._items_12cb2_262 li{--item-border-inset-width: 1px !important}}@container (max-width: 500px){._fit_12cb2_1 ._header_12cb2_9 ._name_12cb2_18{flex-basis:100%;font-size:18px}._fit_12cb2_1 ._wrapper_12cb2_210{padding:0 1rem}._fit_12cb2_1 ._loadout_12cb2_236 ._bucket_12cb2_245 ._hr_12cb2_251{width:48px}._fit_12cb2_1 ._loadout_12cb2_236 ._bucket_12cb2_245 ._hr_12cb2_251._double_12cb2_257{width:24px}}@container (max-width: 400px){._fit_12cb2_1 ._wrapper_12cb2_210{padding:0}._fit_12cb2_1 ._description_12cb2_222{display:none}._fit_12cb2_1 ._loadout_12cb2_236 ._bucket_12cb2_245{gap:3px}._fit_12cb2_1 ._loadout_12cb2_236 ._plugs_12cb2_270{width:74px}}@container (max-width: 380px){._fit_12cb2_1 ._loadout_12cb2_236 ._bucket_12cb2_245 ._hr_12cb2_251{width:32px}._fit_12cb2_1 ._loadout_12cb2_236 ._bucket_12cb2_245 ._hr_12cb2_251._double_12cb2_257{width:16px}}.character-loadout{padding:4rem 3rem 3rem}#index{padding:0;margin:calc(-1 * (var(--titlebar-height) + var(--header-offset))) 0 0;max-width:unset;display:flex;flex-direction:column;align-items:unset;align-content:unset}#index .row .bind{padding:3rem 3rem 0;display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1920px;margin:0 auto}#index .row:last-child .bind{padding-bottom:3rem}#index .row.featured{position:relative;min-height:70vh;max-height:1080px;display:flex;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}#index .row.featured .image.background{background-size:cover;background-position:center center;-webkit-mask-image:radial-gradient(50% 80% at 20% 0%,#000 50%,#0003 120%);mask-image:radial-gradient(50% 80% at 20% 0%,#000 50%,#0003 120%);-webkit-mask-size:100% 100%;mask-size:100% 100%}#index .row.featured .overlay{position:absolute;left:0;top:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1874.74 278.81'%3E%3Cpath d='M2148.9,6638.63H2046.57l.23-1.19,35.48-183.85h83.77c18.74,0,33.49,3.94,43.86,11.72,10.63,8.19,16,19.74,16,34.33a39.42,39.42,0,0,1-8.28,24.81c-5.21,6.71-12.37,11.86-21.28,15.33,15.2,7.54,22.9,20,22.9,36.92a64.08,64.08,0,0,1-6.63,28.21,53.69,53.69,0,0,1-19.68,22C2180.9,6634.7,2166.08,6638.63,2148.9,6638.63Zm-99.91-2h99.91c16.79,0,31.25-3.82,43-11.36a51.84,51.84,0,0,0,19-21.23,62.22,62.22,0,0,0,6.42-27.34c0-16.56-7.73-28.57-23-35.7l-.58-.27v-2.11l.66-.23c9.16-3.34,16.46-8.44,21.7-15.17a37.47,37.47,0,0,0,7.85-23.58c0-13.93-5.12-25-15.23-32.74-10-7.5-24.36-11.31-42.65-11.31h-82.12Zm97.35-39.47h-40.12l7.29-38.36h36.41a20.18,20.18,0,0,1,13.45,4.59,15.7,15.7,0,0,1,5.47,12.54c0,6.94-2.19,12.28-6.5,15.88S2152.7,6597.16,2146.34,6597.16Zm-37.71-2h37.71c5.88,0,10.83-1.65,14.72-4.89s5.78-8,5.78-14.34c0-4.68-1.56-8.28-4.77-11a18.19,18.19,0,0,0-12.15-4.12h-34.75Zm46.92-68.15h-35.77l6.28-32.46h32.31a17.82,17.82,0,0,1,11.91,3.95,13.34,13.34,0,0,1,4.71,10.62c0,6.11-2,10.68-5.91,13.6A22.13,22.13,0,0,1,2155.55,6527Zm-33.34-2h33.34a20.13,20.13,0,0,0,12.33-3.9c3.44-2.55,5.11-6.47,5.11-12a11.26,11.26,0,0,0-4-9.1,15.87,15.87,0,0,0-10.61-3.47h-30.66Z' transform='translate(-1976.96 -6407.22)' style='fill:%23fff'/%3E%3Cpath d='M2437.64,6638.63h-54.78l-.3-.45c-1.49-2.23-2.22-6.26-2.22-12.33,0-2.22.13-6.67.39-13.22s.38-11.55.38-14.94c0-7.74-1.6-13.6-4.76-17.41s-8.76-5.65-16.77-5.65h-22.21l-12.29,64h-54.77l.23-1.19L2306,6453.59h78.4c19,0,35,4.28,47.28,12.72s18.74,21.12,18.74,37.43c0,13.48-3.13,24.36-9.3,32.36-5.92,7.67-14.94,13.72-26.82,18,13.27,6.19,20,18.86,20,37.69,0,1.31-.08,5.46-.25,13.47-.17,7.54-.17,13.24,0,16.95,0,6.18,1.07,10.14,3.2,11.81l.38.3Zm-53.68-2h51.68v-1.35c-2.41-2.21-3.58-6.47-3.58-13-.17-3.71-.17-9.46,0-17.05.17-8,.25-12.13.25-13.42,0-18.58-6.77-30.84-20.12-36.45l-.61-.26V6553l.67-.24c12.21-4.18,21.4-10.18,27.31-17.84s8.88-18.11,8.88-31.13c0-15.61-6-27.65-17.87-35.78s-27.51-12.37-46.15-12.37h-76.75l-34.94,181h50.7l12.29-64h23.86c8.64,0,14.8,2.14,18.31,6.38s5.22,10.46,5.22,18.68c0,3.42-.13,8.47-.38,15s-.39,10.95-.39,13.14C2382.34,6631,2382.89,6634.64,2384,6636.63ZM2372.13,6537h-29.37l8.06-41.94h25.4c14.26,0,21.48,6.28,21.48,18.66,0,7.63-2.45,13.49-7.28,17.42S2379.5,6537,2372.13,6537Zm-27-2h27c6.9,0,12.63-1.82,17-5.41s6.54-8.87,6.54-15.87c0-11.21-6.37-16.66-19.48-16.66h-23.75Z' transform='translate(-1976.96 -6407.22)' style='fill:%23fff'/%3E%3Cpath d='M2676.69,6638.63h-57.11l-3.84-27.14H2556l-13.57,27.14h-55.55l100.68-185h54.93l.15.82Zm-55.38-2h53l-33.43-181h-52.07l-98.5,181h50.95l13.56-27.14h62.67Zm-8.67-61.49h-40.41l19.16-38.05c2.85-5.87,6.55-13.79,11-23.52l.27-.59h2l2.66,24.44Zm-37.16-2h34.86l-5-35.47-2.27-20.87c-4,8.66-7.3,15.77-9.92,21.17h0Z' transform='translate(-1976.96 -6407.22)' style='fill:%23fff'/%3E%3Cpath d='M2810.2,6638.63h-54.77l12.47-65.7-39-119.34h58.47l10.95,41.45c1.18,4.07,2.35,8.65,3.46,13.6s1.94,8.94,2.44,11.82l.26,2.15c5.61-9.71,11.37-19.07,17.12-27.87l26.66-41.15h59.3l-85.2,121.72Zm-52.35-2h50.7l11.91-62.12.13-.17,83.12-118.75h-54.37l-26.07,40.25c-6.11,9.32-12.21,19.3-18.15,29.65l-.29.5h-2l-.61-5.24c-.5-2.8-1.31-6.74-2.42-11.67s-2.26-9.45-3.44-13.51l-10.56-40h-54.17l38.31,117.2Z' transform='translate(-1976.96 -6407.22)' style='fill:%23fff'/%3E%3Cpath d='M3030.1,6638.63h-54.52l26.63-138H2952l9.09-47.05h155.64l-9.09,47.05h-51Zm-52.1-2h50.45l26.62-138H3106l8.31-43.05H2962.77l-8.32,43.05h50.18Z' transform='translate(-1976.96 -6407.22)' style='fill:%23fff'/%3E%3Cpath d='M3288.66,6638.63H3144.8l.23-1.19,35.48-183.85h140.28l-8.84,45h-85.49l-4.25,23.6h71.7l-8.07,41.68h-71.93l-5.25,27.44h89.09Zm-141.44-2H3287l8.32-43.31h-89.09l6-31.44h71.94l7.29-37.68h-71.66l5-27.6h85.52l8.05-41h-136.2Z' transform='translate(-1976.96 -6407.22)' style='fill:%23fff'/%3E%3Cpath d='M3448.09,6643c-26.09,0-47.12-7.15-62.5-21.25s-23.24-34.7-23.24-61.16c0-30.49,9.43-56.76,28-78.09s43-32.22,72.56-32.22c23,0,41,4.81,53.6,14.28,16.72,12.42,25.73,31.88,26.76,57.85l0,1h-55l0-1c-.16-8.08-2.4-14.58-6.66-19.32s-10.77-7.09-19.47-7.09c-14.24,0-25.23,6.34-32.68,18.84-7.55,12.67-11.38,27.61-11.38,44.41,0,11.18,2.48,20.47,7.38,27.6s12.5,10.57,22.85,10.57c8.43,0,15.67-2.42,21.51-7.2s9.83-11.82,11.82-20.94l.17-.79h55.77l-.22,1.19c-4.47,23.86-15,42.24-31.36,54.63S3470.22,6643,3448.09,6643Zm14.84-190.72c-28.91,0-52.82,10.61-71,31.53s-27.53,46.79-27.53,76.78c0,25.88,7.6,46,22.59,59.68s35.58,20.73,61.15,20.73c21.68,0,40.77-6.13,56.74-18.23,15.66-11.87,25.87-29.43,30.36-52.22h-51.74c-2.15,9.19-6.29,16.35-12.33,21.28-6.21,5.08-13.88,7.65-22.78,7.65-11.05,0-19.3-3.85-24.5-11.44s-7.73-17.14-7.73-28.73c0-17.17,3.92-32.45,11.66-45.44,7.84-13.15,19.41-19.81,34.4-19.81,9.29,0,16.35,2.61,21,7.75,4.41,4.92,6.81,11.52,7.14,19.64h51c-1.2-24.81-9.92-43.41-25.92-55.29C3503.1,6456.93,3485.47,6452.26,3462.93,6452.26Z' transform='translate(-1976.96 -6407.22)' style='fill:%23fff'/%3E%3Cpath d='M3746.38,6638.63h-54.77l13.82-71.94h-52l-13.82,71.94h-54.77l.23-1.19,35.48-183.85h54.77l-13.05,67.33h52l13.05-67.33h54.78l-.23,1.19Zm-52.35-2h50.7l34.94-181H3729l-13,67.33h-56.06l13.06-67.33h-50.7l-34.94,181H3638l13.82-71.94h56.06Z' transform='translate(-1976.96 -6407.22)' style='fill:%23fff'/%3E%3C/svg%3E");background-position:center;background-size:300px;animation:animation-wave-y 120s linear infinite;-webkit-mask-image:radial-gradient(60% 70% at 20% 30%,#0000 50%,#0000004d 120%);mask-image:radial-gradient(60% 70% at 20% 30%,#0000 50%,#0000004d 120%);-webkit-mask-size:100% 100%;mask-size:100% 100%}.wrapper.reduced-motion #index .row.featured .overlay{animation-play-state:paused}#index .row.featured .bind{position:relative;padding:calc((var(--titlebar-height) + var(--header-offset)) + 3rem) 3rem 2rem;grid-template-columns:1fr;grid-template-rows:1fr max-content;gap:3rem}#index .row.featured .bind .section.feature .wrapper{margin:0 calc(12px + 2rem) 0 0;position:relative;display:flex;justify-content:center;align-items:center}#index .row.featured .bind .section.feature .wrapper .background-icon{position:absolute;left:50%;top:50%;width:300px;transform:translate(-50%,-50%);pointer-events:none;opacity:.1}#index .row.featured .bind .section.feature .wrapper .background-icon svg{fill:var(--foreground);height:100%;width:100%}#index .row.featured .bind .section.feature .wrapper .text{display:flex;flex-direction:column;align-items:center;text-align:center}#index .row.featured .bind .section.feature .wrapper .text .name{margin:0 0 1rem;font-size:48px;font-weight:500;color:var(--foreground)}#index .row.featured .bind .section.feature .wrapper .text .description p{max-width:500px;font-size:16px;line-height:1.4;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#index .row.featured .bind .micro-rotations{display:grid;grid-template-columns:repeat(4,1fr);column-gap:3rem;row-gap:1rem;align-content:start}#index .row.featured .bind .micro-rotations .section{display:grid;grid-template-columns:12px 1fr;gap:2rem;align-items:start}#index .row.featured .bind .micro-rotations .section .header{position:relative}#index .row.featured .bind .micro-rotations .section .header .icon{position:absolute;width:32px;height:32px;left:50%;transform:translate(-50%)}#index .row.featured .bind .micro-rotations .section .header .icon svg{margin:3px 0 0;fill:var(--foreground)}#index .row.featured .bind .micro-rotations .section .header .icon.strike svg{width:90%}#index .row.featured .bind .micro-rotations .section .module h2{margin:0 0 4px;font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}#index .row.featured .bind .micro-rotations .section .module h3{margin:0 0 6px;font-size:18px;line-height:1.2;letter-spacing:normal;color:color-mix(in srgb,var(--foreground) 90%,transparent)}#index .row.featured .bind .micro-rotations .section .module h3 .break{color:color-mix(in srgb,var(--foreground) 40%,transparent)}#index .row.featured .bind .micro-rotations .section .module .flair{font-size:14px;font-style:italic;letter-spacing:.5px;color:color-mix(in srgb,var(--foreground) 60%,transparent)}@media screen and (max-width: 1024px){#index .row.featured .bind .section.feature .wrapper .text .name{margin:0 0 10px;font-size:32px}#index .row.featured .bind .micro-rotations{grid-template-columns:1fr;gap:2rem}#index .row.featured .bind .micro-rotations .module h3{margin:0}#index .row.featured .bind .micro-rotations .module .flair{display:none}}@media screen and (max-width: 768px){#index .row.featured .bind .micro-rotations{grid-template-columns:1fr}}@media screen and (max-width: 600px){#index .row.featured{min-height:80vh}#index .row.featured .image.background{-webkit-mask-image:radial-gradient(100% 80% at 50% 0%,#000 50%,#0003 120%);mask-image:radial-gradient(100% 80% at 50% 0%,#000 50%,#0003 120%);-webkit-mask-size:100% 100%;mask-size:100% 100%}#index .row.featured .overlay{background-size:200px;animation-duration:180s}#index .row.featured .bind{padding:calc((var(--titlebar-height) + var(--header-offset)) + 2rem) 2rem 2rem;gap:2rem}#index .row.featured .bind .section.feature{grid-template-columns:1fr}#index .row.featured .bind .section.feature .wrapper{margin:0}#index .row.featured .bind .section.feature .wrapper .text .name{font-size:24px}#index .row.featured .bind .section.feature .wrapper .text .description{margin:0 auto;max-width:80%}#index .row.featured .bind .section.feature .wrapper .text .description p{font-size:12px}#index .row.featured .bind .micro-rotations{row-gap:1rem}#index .row.featured .bind .micro-rotations .section .header .icon{width:24px;height:24px}#index .row.featured .bind .micro-rotations .module h3{margin:0}#index .row.featured .bind .micro-rotations .module .flair{display:none}}#index .row.call-to-action{position:relative;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}#index .row.call-to-action:before,#index .row.call-to-action:after{content:"";position:absolute;top:0;width:100%;height:1px;background-repeat:no-repeat;background:linear-gradient(to right,color-mix(in srgb,var(--foreground) 10%,transparent) 70%,color-mix(in srgb,var(--foreground) 40%,transparent) 95%,color-mix(in srgb,var(--foreground) 10%,transparent));background-size:500% 500%;animation:animation-wave-x 10s linear infinite reverse}#index .row.call-to-action:after{top:unset;bottom:0}.wrapper.reduced-motion #index .row.call-to-action:before,.wrapper.reduced-motion #index .row.call-to-action:after{animation:unset}#index .row.call-to-action .bind{padding:1rem 3rem;grid-template-columns:1fr 240px;align-items:center}#index .row.call-to-action .bind .text{font-size:16px;line-height:1.6}@media screen and (max-width: 600px){#index .row.call-to-action .bind{padding:2rem;grid-template-columns:1fr;gap:1rem}#index .row.call-to-action .bind .button{max-width:unset}}#index .row.features{background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}#index .row.features .bind{grid-template-columns:1fr 1fr;gap:3rem;padding:3rem}#index .row.features .bind .views ul{display:grid;grid-template-columns:repeat(3,1fr);column-gap:2rem;row-gap:2rem}#index .row.features .bind .views ul li{display:grid;grid-template-columns:12px 1fr;align-items:start;gap:2rem}#index .row.features .bind .views ul li .icon{position:relative}#index .row.features .bind .views ul li .icon div{position:absolute;left:50%;width:32px;height:32px;transform:translate(-50%)}#index .row.features .bind .views ul li .icon div svg{margin:3px 0 0;fill:var(--foreground)}#index .row.features .bind .views ul li .text{display:grid;gap:10px;font-size:16px}#index .row.features .bind .views ul li .text .description p{font-size:14px;line-height:1.4;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#index .row.features .bind .text .description{font-size:16px;max-width:800px}@media screen and (max-width: 1280px){#index .row.features .bind{grid-template-columns:1fr}#index .row.features .bind .views{grid-row:2}}@media screen and (max-width: 600px){#index .row.features .bind{gap:2rem;padding:2rem}#index .row.features .bind .views ul{grid-template-columns:1fr;row-gap:1rem}#index .row.features .bind .views ul li .icon div{width:24px;height:24px}#index .row.features .bind .views ul li .text{font-size:14px}#index .row.features .bind .views ul li .text .description p{font-size:12px}}#index .row.support .bind{position:relative;grid-template-columns:1fr 1fr 1fr}#index .row.support .bind .text .description{font-size:16px;max-width:800px}#index .row.support .module .description~.button{margin:2rem 0 0}#index .row.support .module.tags{grid-column:span 2;display:grid;grid-template-columns:repeat(auto-fill,48px);align-content:start;gap:3px}#index .row.support .module.tags .member-link{max-width:unset;width:unset;height:unset}#index .row.support .module.tags .member-link .emblem{width:100%;height:unset;padding-bottom:100%}#index .row.development{background-color:transparent}#index .row.development .bind{grid-template-columns:1fr 1fr 1fr;grid-template-rows:max-content 1fr;font-size:16px}#index .row.development .actions{margin:0 0 1rem;display:grid;grid-template-columns:auto min-content;column-gap:2rem}#index .row.development .actions .text{display:grid;grid-template-columns:1fr max-content;justify-content:space-between;column-gap:1rem;row-gap:6px;line-height:1.4}#index .row.development .actions .text h4{margin-bottom:0;font-size:20px;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#index .row.development .actions .text time{color:color-mix(in srgb,var(--foreground) 60%,transparent)}#index .row.development .actions .text .index{align-self:start;height:38px;display:grid;grid-auto-flow:column;gap:4px;align-items:center;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#index .row.development .actions .text .index span:first-child{color:color-mix(in srgb,var(--foreground) 80%,transparent)}#index .row.development .actions .buttons{display:grid;grid-auto-flow:column;gap:3px}#index .row.development .actions .buttons .button .text{display:unset}#index .row.development .module.polls .description{margin:0 0 1rem}#index .row.development .module.polls .polls{display:grid;gap:10px}#index .row.development .module.polls .polls .poll{display:grid;grid-template-columns:20px 1fr max-content;column-gap:1rem;line-height:1.6}#index .row.development .module.polls .polls .poll .position{align-self:center;justify-self:center;font-size:24px;line-height:1;color:color-mix(in srgb,var(--foreground) 40%,transparent)}#index .row.development .module.polls .polls .poll .name a:last-child{color:color-mix(in srgb,var(--foreground) 40%,transparent)}#index .row.development .module.polls .polls .poll .reaction{display:grid;grid-template-columns:repeat(2,45px);gap:10px}#index .row.development .module.polls .polls .poll .reaction span{color:var(--foreground)}#index .row.development .module.polls .polls .poll .date{color:color-mix(in srgb,var(--foreground) 60%,transparent)}#index .row.development .module.changes{align-self:flex-start}#index .row.development .module.changes:nth-child(2){grid-row:2/3}#index .row.development .module.changes.loading{align-self:flex-start;display:grid;justify-content:center;align-items:center}#index .row.development .module.changes .content{color:color-mix(in srgb,var(--foreground) 60%,transparent)}#index .row.development .module.changes .content p strong,#index .row.development .module.changes .content li strong{font-weight:400;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#index .row.development .module.changes .content p{max-width:600px}#index .row.development .module.changes .content p:last-child{margin:0}#index .row.development .module.changes .content code{font-family:monospace;white-space:pre-wrap;word-break:break-word;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}#index .row.development .module.changes .content h2{margin:0 0 14px;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#index .row.development .module.changes .content h2:not(:first-child){margin:20px 0 14px}#index .row.development .module.changes .content ul{list-style-type:disc;padding:0 0 0 2rem;margin:0 0 1rem}#index .row.development .module.changes .content ul li ul{margin:0}#index .row.development .module.changes .content ul li{position:relative;line-height:1.6;max-width:600px}#index .row.development .module.changes .content ul>li{margin:0 0 3px;list-style-type:none}#index .row.development .module.changes .content ul>li:before{content:"•";position:absolute;left:-14px;top:2px;font-size:14px}#index .row.development .module.changes .content>ul>li:before{content:"🛠";left:-27px;color:var(--foreground)}#index .row.development .module.changes .content>ul>li.sparkle:before{content:"✨";left:-27px}#index .row.development .module.changes .content ul li ul{padding:0 0 0 18px}#index .row.development .module.changes .content ul:last-child,#index .row.development .module.changes .content ul li:last-child{margin:0}#index .row.development .module.blog{scroll-margin-top:calc(env(safe-area-inset-top) + 3rem);grid-column:2/4;grid-row:span 2;min-height:200px}#index .row.development .module.blog.loading{display:grid;align-content:center;justify-content:center}#index .row.development .module.blog .actions{margin:0 0 2rem}#index .row.development .module.blog .actions .buttons:first-child .button{width:max-content;display:inherit;justify-content:unset}#index .row.development .module.blog .posts{display:flex;flex-direction:column;gap:1rem}#index .row.development .module.blog .post{display:flex;flex-direction:column}#index .row.development .module.blog .post.single{gap:1rem}#index .row.development .module.blog .post .header .text{display:grid;grid-template-columns:auto max-content;justify-content:space-between;align-items:flex-end}#index .row.development .module.blog .post .header .text .name{padding:0 1rem 0 0;font-size:22px;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#index .row.development .module.blog .post .header .text .date{line-height:28px}#index .row.development .module.blog .post .header .text .date,#index .row.development .module.blog .post .summary{color:color-mix(in srgb,var(--foreground) 60%,transparent)}#index .row.development .module.blog .post .summary{margin:6px 0 0;font-style:italic;font-size:16px;letter-spacing:.5px}#index .row.development .module.blog .post .block.files{display:flex;flex-flow:row wrap;gap:1rem}#index .row.development .module.blog .post .block.files .file{flex:1;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}#index .row.development .module.blog .post .block.files .file video{width:100%}#index .row.development .module.blog .post .block.files .file .image.dl:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--foreground) 20%,transparent)}#index .row.development .module.blog .post .block.text h4{margin-bottom:8px;color:color-mix(in srgb,var(--foreground) 80%,transparent);border-bottom:unset;padding:unset;font-family:var(--font-text)}#index .row.development .module.blog .post .block.files+.block.text h4:first-child,#index .row.development .module.blog .post .block.text h4:not(:first-child),#index .row.development .module.blog .post .block.text h5:not(:first-child){margin-top:1rem}#index .row.development .module.blog .post .block.text h4:last-child{margin:0}#index .row.development .module.blog .post .block.text p{max-width:900px;line-height:1.6;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#index .row.development .module.blog .post .block.text p strong{font-weight:400;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#index .row.development .module.blog .post .block.text p:last-child{margin-bottom:0}#index .row.development .module.blog .post .block.text a{color:color-mix(in srgb,var(--foreground) 80%,transparent)}#index .row.development .module.blog .post .block.text del{color:color-mix(in srgb,hsl(0,20%,70%) 80%,transparent)}#index .row.development .module.blog .post .block.text blockquote{position:relative;margin:0 0 .4rem 1.4rem}#index .row.development .module.blog .post .block.text blockquote:before{content:"";position:absolute;left:-1.4rem;top:0;width:5px;height:100%;background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}#index .row.development .module.blog .post .block.text blockquote:last-child{margin-bottom:0}#index .row.development .module.blog .post .block.text hr{width:100%;height:1px;margin:1rem 0;background-color:color-mix(in srgb,var(--foreground) 20%,transparent)}#index .row.development .module.blog .post .block.text ul,#index .row.development .module.blog .post .block.text ol{list-style-type:disc;padding:0 0 0 2rem;margin:0 0 1rem}#index .row.development .module.blog .post .block.text ol{list-style-type:none}#index .row.development .module.blog .post .block.text ul:last-child,#index .row.development .module.blog .post .block.text ol:last-child{margin-bottom:0}#index .row.development .module.blog .post .block.text ul li,#index .row.development .module.blog .post .block.text ol li{margin:0 0 6px;max-width:900px;line-height:1.6;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#index .row.development .module.blog .post .block.text ul li:last-child,#index .row.development .module.blog .post .block.text ol li:last-child{margin-bottom:0}#index .row.development .module.blog .post .block.text ol{counter-reset:list}#index .row.development .module.blog .post .block.text ol li{position:relative;padding:0 0 0 1rem}#index .row.development .module.blog .post .block.text ol li:before{counter-increment:list;content:counter(list);position:absolute;left:-18px}#index .row.development .module.blog .post .block.text pre{margin:1rem 0;padding:1rem;background-color:color-mix(in srgb,var(--foreground) 5%,transparent);font-family:monospace;font-size:14px;line-height:1.6;white-space:pre-wrap;overflow-x:auto}@media screen and (max-width: 1400px){#index .row.about .bind,#index .row.support .bind{grid-template-columns:1fr 1fr}#index .row.support .module.stats ul{grid-template-columns:1fr}#index .row.support .module.tags{grid-column:unset}#index .row.development .bind{grid-template-columns:repeat(2,1fr)}#index .row.development .module.blog{grid-column:span 2}}@media screen and (max-width: 1280px){#index .row.support .module.tags{grid-template-columns:repeat(auto-fill,32px)}}@media screen and (max-width: 1024px){#index .row.support .bind{grid-template-columns:1fr}#index .row.development .bind{grid-template-columns:repeat(2,1fr)}#index .row.development .module.changes:nth-child(2){grid-row:unset}#index .row.development .module.changes .content{padding:0}#index .row.support .module.tags{grid-template-columns:repeat(auto-fill,32px)}}@media screen and (max-width: 600px){#index{font-size:14px}#index .row .bind{padding:2rem 2rem 0;gap:2rem}#index .row:last-child .bind{padding-bottom:2rem}#index .row.featured .image.background{-webkit-mask-image:radial-gradient(50% 80% at 20% 0%,#0009 50%,#0003 120%);mask-image:radial-gradient(50% 80% at 20% 0%,#0009 50%,#0003 120%)}#index .row.features .bind .text .description,#index .row.support .bind .text .description{font-size:14px}#index .row.support .module .description~.button{margin:1rem 0 0}#index .row.development .bind{grid-template-columns:1fr;font-size:14px}#index .row.development .module{min-height:unset}#index .row.development .actions{column-gap:1rem}#index .row.development .actions .text h4{font-size:18px}#index .row.development .module.polls .polls .poll .position{font-size:16px}#index .row.development .module.changes .content>ul>li:before{left:-27px;top:2px;font-size:12px}#index .row.development .module.changes .content ul li ul{padding:0 0 0 16px}#index .row.development .module.blog{scroll-margin-top:calc(env(safe-area-inset-top) + 2rem);grid-column:unset}#index .row.development .module.blog .post.single{gap:12px}#index .row.development .module.blog .post .header .text .name{font-size:20px}#index .row.development .module.blog .post .header .text .date{line-height:26px}#index .row.development .module.blog .posts .header .text .name{margin:0 0 6px;font-size:18px}#index .row.development .module.blog .posts .header .text .date{line-height:24px}#index .row.development .module.blog .post .block.files{flex-flow:column}}.member-search{display:grid;grid-template-rows:min-content 1fr;gap:2rem}.member-search .form{grid-column:2}.member-search:not(.has-response) .form .field{margin:0}.member-search .form .field input{transition:color .25s,background-color .25s,box-shadow .25s}.member-search .form .field:hover input{z-index:2}.member-search .results{grid-column:2}.member-search.has-response .results{margin:1rem 0 0}.member-search .results .info:not(:last-child){margin:0 0 10px}.member-search .results .info.background-color{--background: #cdf9ff}.member-search .results .info.error{padding:1rem 0;text-align:center}.member-search .results .list{display:grid;gap:3px}.member-search .results .list li{padding:0 1rem 0 0;display:grid;grid-template-columns:56px 1fr 24px;justify-content:space-between;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--foreground) 20%,transparent);cursor:pointer;font-size:16px}.member-search .results .list li:has(.member-link){padding:unset;grid-template-columns:1fr}.member-search .results .list li .cross-save{width:22px;height:22px;opacity:.4}.member-search .results .list li .cross-save svg{width:auto;height:100%;fill:#fff}.member-search .results .list li .displayName{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.member-search.use-expander{display:block;position:relative}.member-search.use-expander .results{--scrollbar-width: 3px;--scrollbar-track: linear-gradient(to bottom, rgba(255, 255, 255, .2), transparent);--scrollbar-draggy: rgba(255, 255, 255, .6);--scrollbar-draggy-hover: rgba(255, 255, 255, .8);position:absolute;left:-1rem;top:20px;width:calc(100% + 2rem);max-height:60vh;padding:1rem;z-index:15;background-color:color-mix(in srgb,var(--background) 75%,transparent);-webkit-backdrop-filter:brightness(1.5) blur(5px);backdrop-filter:brightness(1.5) blur(5px);box-shadow:0 20px 60px #0003;overflow-y:auto}.wrapper.dark .member-search.use-expander .results{box-shadow:0 20px 60px #000}.wrapper.dark.black .member-search.use-expander .results{box-shadow:0 20px 160px #000}@media screen and (max-width: 600px){.member-search{gap:2rem}}#profile-search{margin:calc(-1 * (var(--header-offset) + var(--titlebar-height))) 0 0;min-height:100vh;grid-auto-rows:max-content 1fr}#profile-search header{background:linear-gradient(45deg,color-mix(in srgb,var(--foreground) 10%,transparent),transparent)}#profile-search header .bind{position:relative;padding:calc(4rem + var(--header-offset) + var(--titlebar-height)) 3rem 3rem;overflow:hidden}#profile-search header .icon{position:absolute;right:6rem;top:calc(var(--titlebar-height) / 2);width:22%;height:100%;display:flex;align-items:center;opacity:.2;pointer-events:none}#profile-search header .icon svg{position:absolute;fill:var(--foreground);width:100%;height:auto}#profile-search .frame .container{grid-template-columns:minmax(auto,360px) minmax(200px,auto);align-content:stretch}#profile-search .frame .container .module{display:grid;grid-template-columns:12px 1fr;column-gap:2rem}#profile-search .frame .container .module.loading{grid-template-columns:initial;min-height:300px}#profile-search .frame .container .section.error .text p:first-of-type{font-size:16px}#profile-search .frame .container .section.error button{margin:1rem 0 0}#profile-search .frame .container .module .bungie-auth .memberships .list{max-width:unset}#profile-search .frame .container .input{display:grid;gap:2rem;grid-template-rows:min-content 1fr}#profile-search .frame .container .input:has(.section.error){grid-template-rows:min-content min-content 1fr}#profile-search .frame .container .input .member-search.has-response .module:nth-child(2) .results{margin:0}#profile-search .frame .container .welcome{max-width:800px;width:100%;justify-self:center;align-self:center}#profile-search .frame .container .welcome .description.flair{position:relative;padding:0 0 0 2rem}#profile-search .frame .container .welcome .description.flair:before{content:"";position:absolute;left:0;top:0;width:1px;height:100%;background:linear-gradient(to bottom,color-mix(in srgb,var(--foreground) 20%,transparent) 25%,transparent)}#profile-search .frame .container .welcome .description.flair p strong{font-weight:400;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#profile-search .container .profile .identity{margin:0 0 2rem}#profile-search .container .profile .identity .wrapper{display:grid;grid-template-columns:1fr max-content;justify-content:space-between}#profile-search .container .profile .identity .bungie-name{font-size:36px;line-height:38px;font-weight:500;color:color-mix(in srgb,var(--foreground) 100%,transparent);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#profile-search .container .profile .identity .bungie-name span{color:var(--bungie-blue)}#profile-search .container .profile .identity .parameters{align-self:center;display:flex;flex-flow:row wrap;align-items:center;column-gap:2rem;row-gap:1rem}#profile-search .container .profile .identity .parameters .param{color:var(--param-color);font-size:16px;line-height:18px}#profile-search .container .profile .identity .parameters .param span{margin:0 6px 0 0;font-size:18px}#profile-search .container .profile .identity .parameters .param:has(svg){display:flex;align-items:center;gap:6px}#profile-search .container .profile .identity .parameters .param svg{height:18px;fill:var(--param-color, var(--foreground))}#profile-search .container .profile .identity .parameters .param.season-rank{--param-color: var(--experience)}#profile-search .container .profile .identity .parameters .param.active-score{--param-color: #f2e296}#profile-search .container .profile .identity .parameters .param.active-score span{margin:0 3px 0 -3px}#profile-search .container .profile .identity .parameters .param.competitive-rating{--param-color: #d2242b}#profile-search .container .profile .identity .parameters .param.guardian-rank span{margin:unset;font-size:16px;line-height:18px;color:color-mix(in srgb,var(--foreground) 100%,transparent)}#profile-search .container .profile .identity .parameters .param.guardian-rank span span:last-child{margin:unset;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#profile-search .container .profile .identity .parameters .param.guardian-rank span:last-child{margin:0 0 0 6px;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#profile-search .container .profile .wrapper{display:grid;grid-template-columns:474px 1fr;gap:2rem}#profile-search .container .profile .wrapper .column{display:grid;grid-template-columns:repeat(2,1fr);align-content:flex-start;gap:2rem}#profile-search .container .profile .group{display:grid;grid-template-columns:48px 1fr;gap:1rem}#profile-search .container .profile .group .text .name{font-size:18px;line-height:1.2;color:color-mix(in srgb,var(--foreground) 100%,transparent)}#profile-search .container .profile .group .text .motto{margin:4px 0 0;line-height:1.2;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#profile-search .container .profile .group .text .about{margin:6px 0 0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;word-break:break-word;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#profile-search .container .profile .group .text .about p{line-height:1.4}#profile-search .container .profile .ranks{display:flex;flex-flow:row wrap;align-items:flex-start;column-gap:10px;row-gap:6px}#profile-search .container .profile .ranks .rank{width:48px}#profile-search .container .profile .ranks .rank .icon{position:relative;width:48px;aspect-ratio:1/1;margin:0 0 6px;display:flex;justify-content:center;align-items:center}#profile-search .container .profile .ranks .rank .icon svg{width:auto;height:32px;fill:color-mix(in srgb,var(--foreground) 80%,transparent)}#profile-search .container .profile .ranks .rank .icon .image{position:relative;height:40px}#profile-search .container .profile .ranks .rank.crucible .icon svg,#profile-search .container .profile .ranks .rank.gambit .icon svg,#profile-search .container .profile .ranks .rank.iron-banner .icon svg{height:30px}#profile-search .container .profile .ranks .rank .value{display:flex;justify-content:center;gap:3px;font-size:10px;letter-spacing:.5px;text-transform:uppercase;text-align:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:color-mix(in srgb,var(--foreground) 40%,transparent)}#profile-search .container .profile .ranks .rank .value span:first-child{color:color-mix(in srgb,var(--foreground) 80%,transparent)}#profile-search .container .profile .commendations .commendations-widget .value.total{font-size:20px;line-height:1.2}#profile-search .container .profile .recently-discovered .list.collection-items{--columns: 1}#profile-search .container .profile .recently-discovered .list.collection-items{display:grid;grid-template-columns:repeat(auto-fill,24px);gap:7px;justify-items:stretch;align-items:stretch;--ui-scale: var(--ui-scale-2)}#profile-search .container .profile .recently-discovered .list.collection-items li{aspect-ratio:1/1;height:unset;margin:0;display:block}#profile-search .container .profile .recently-discovered .list.collection-items li .icon{position:absolute;height:100%;width:100%;margin:0}#profile-search .container .profile .recently-discovered .list.collection-items li .text,#profile-search .container .profile .recently-discovered .list.collection-items li .commonality{display:none}#profile-search .container .profile .recently-discovered .list.collection-items li:before{box-shadow:inset 0 0 0 1px #7a7a7a}#profile-search .container .profile .recently-discovered .list.collection-items li.completed:before{box-shadow:inset 0 0 0 1px #b9b9b9}#profile-search.loading .form .field,#profile-search.loading .form .field input,#profile-search.loading .list li,#profile-search.loading .profile{pointer-events:none}#profile-search.loading .profile{display:grid;justify-content:center;align-content:center}#profile-search .list li .platform,#profile-search .list li .displayName,#profile-search .list li .cross-save,#profile-search .list li .member-link{transition:opacity .25s}#profile-search.loading .list li .platform,#profile-search.loading .list li .displayName,#profile-search.loading .list li .cross-save,#profile-search.loading .list li .member-link{opacity:0}#profile-search .list li .displayName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#profile-search.loading .form .field input{color:transparent!important;box-shadow:inset 0 0 0 1px transparent}@media screen and (max-width: 1660px){#profile-search .container .profile .wrapper{grid-template-columns:474px 1fr;gap:2rem}#profile-search .container .profile .wrapper .column{grid-template-columns:1fr;gap:2rem}}@media screen and (max-width: 1440px){#profile-search .frame .container .module.onboarding .welcome{justify-self:unset;align-self:unset}#profile-search .frame .container .welcome .description.flair{padding:0}#profile-search .frame .container .welcome .description.flair:before{content:unset}}@media screen and (max-width: 1366px){#profile-search .container .profile .wrapper{grid-template-columns:repeat(2,1fr);gap:2rem}#profile-search .container .profile .wrapper .column{grid-template-columns:1fr;gap:2rem}}@media screen and (max-width: 1280px){#profile-search .container .profile .wrapper{grid-template-columns:1fr}#profile-search .container .profile .identity .wrapper{grid-template-columns:1fr;gap:1rem}}@media screen and (max-width: 768px){#profile-search .frame .container{grid-template-columns:1fr;align-content:flex-start}}@media screen and (max-width: 600px){#profile-search header .bind{padding:calc(3rem + var(--header-offset) + var(--titlebar-height)) 2rem 2rem}#profile-search header .icon{right:-4rem;width:60%}#profile-search .section.error .text p{font-size:14px}#profile-search .frame .container .welcome .description.flair p strong{color:var(--foreground)}#profile-search .container .profile .identity .parameters,#profile-search .container .profile .wrapper,#profile-search .container .profile .wrapper .column{gap:1rem}#profile-search .container .profile .identity .parameters .param.commendations{display:none}}#settings{margin:calc(-1 * (var(--header-offset) + var(--titlebar-height))) 0 0;min-height:100vh;grid-auto-rows:max-content 1fr}#settings header{background:linear-gradient(45deg,color-mix(in srgb,var(--foreground) 10%,transparent),transparent)}#settings header .bind{position:relative;padding:calc(4rem + var(--header-offset) + var(--titlebar-height)) 3rem 3rem;overflow:hidden}#settings header .icon{position:absolute;right:6rem;top:20px;width:32%;height:100%;display:grid;align-items:center;opacity:.2;pointer-events:none}#settings header .icon svg{position:absolute;fill:var(--foreground);width:100%;height:auto}#settings .module.views .list li[data-hash=settings-subscriptions] .icon svg,#settings .module.views .list li[data-hash=settings-legend] .icon svg{width:40px}#settings .module .info~.text,#settings .module .text~.button,#settings .module .button~.button:not(.option),#settings .module .list~.button,#settings .module .info~.button,#settings .module .info~.form,#settings .module .select~.button,#settings .module .button~.form,#settings .module .text~.select,#settings .module .select~.list,#settings .module .form+.button{margin:1rem 0 0}#settings .module .select+.select{margin:6px 0 0}#settings .frame .container{grid-template-columns:repeat(5,1fr)}#settings .frame .container .column{display:grid;gap:3rem}#settings .frame .container .column:has(.section:nth-child(2)){grid-template-rows:max-content 1fr}#settings .frame .container .column:has(.section:nth-child(3)){grid-template-rows:max-content max-content 1fr}#settings .frame .container .column:has(.section:nth-child(4)){grid-template-rows:max-content max-content max-content 1fr}#settings .frame .container.common .column.auth{grid-column:span 2;grid-template-columns:1fr}#settings .info:not(.attention):not(.icon){margin:10px 0 0;max-width:300px;font-size:12px;font-style:italic;letter-spacing:.5px;color:color-mix(in srgb,var(--foreground) 40%,transparent)}#settings .info:not(.attention):not(.icon) p{line-height:1.4}#settings .info:not(.attention):not(.icon) code{background-color:unset;font-size:11px}#settings .info.icon:not(:first-child){margin:10px 0 0}#settings .info ul li{line-height:1.2}#settings .text+.list{margin:1rem 0 0}#settings .confetti{position:fixed;left:0;top:0;width:100%;height:100%;pointer-events:none}#settings .confetti canvas{width:100%;height:100%}#settings .frame .container .module .select.saved-profile .member.button{background-color:transparent;padding:unset;justify-content:unset}#settings .frame .container .module .select.saved-profile:not(.expanded) .options .option.selected .member-link .name:after{content:"";position:absolute;right:1rem;top:0;height:100%;display:grid;align-content:center;font-size:16px}#settings .frame .container .module .select.saved-profile.expanded .member.button.selected .member-link{background-color:color-mix(in srgb,var(--foreground) 30%,transparent)}#settings .frame .container.advanced .column.storage{grid-column:span 2}#settings .frame .container.advanced .column.storage .module.loading{grid-column:unset;grid-row:unset}#settings .frame .container.advanced .column.storage .list{margin:1rem 0 0;display:flex;flex-direction:column;gap:3px}#settings .frame .container.advanced .column.storage .list .row{padding:0 0 3px;border-bottom:1px solid color-mix(in srgb,var(--foreground) 10%,transparent)}#settings .frame .container.advanced .column.storage .list .row ul{min-height:38px;display:grid;align-items:center;grid-template-columns:120px 1fr 38px;gap:3px}#settings .frame .container.advanced .column.storage .list .row:first-child ul li{font-size:12px;font-family:var(--font-text);line-height:1.4;letter-spacing:1px;text-transform:uppercase;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#settings .frame .container.advanced .column.storage .list .row:first-child ul li:last-child{justify-content:center}#settings .frame .container.advanced .column.storage .list .row ul li .remove{justify-content:center}#settings .frame .container.advanced .column.storage>.spinner,#settings .frame .container.advanced .column.storage .info.attention{margin:4rem auto}#settings .frame .container .preview{margin:1rem 0;padding:1rem;background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}#settings .frame .container .preview .list.inventory-items{justify-content:center;grid-template-columns:var(--item-size)}#settings .frame .container .preview .app-icon{position:relative;margin:0 auto;width:var(--item-size);aspect-ratio:1/1;-webkit-mask-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIEAAACBCAYAAADnoNlQAAAACXBIWXMAABYlAAAWJQFJUiTwAAAFAUlEQVR4nO3dWYydYxzH8c+cthRTRWhoxL5GRIgiaSQirmwJIYituBDLHQniyhWJEGsixC5C4gqRcCtCghBEq2mQWiKtpbpQw/S4eGc609PZzplz3qed8/skzbTn9H3nn8y3z3O2Nx1oNptq0sAS7I9BLMYizMeCkdvaMQ/7dnPAWdqI4TaP+Rtb0cQGbMIW/IH1GOrifJOa36PzHo7lWIaTcCwO7eH3m4ua+BmrsRIf40N80+1vNNDFleBkXIcLcUK3Tho7+R7v4BVVFLM22wjm4TLcofpXH/VaiYdUQfzT6UlmE8EluB/Hd3qC6Jq1uBuvqbaRtnQSwVI8hYvaPTB67n3ciDXtHNRuBBfgZdUj/Ng1/YVb8NJMD2i0cfJ78aYEsKvbGy/iEdVjtmnNZCUYwGO4fTaTRRGv4XrTvN4wkwiexK1dGirq9zquNsULWdNtB/dIALu7K/DoVH9hqpXgfLyt2g5i93cTnpvojskiWIovcUAPh4p6bcWpWNV6x2TbwVMSwFyzEM+b4BnDRBFcLC8EzVVnYUXrja3bwXzVNpA3gOauX3CM6i1r7LwSXCoBzHUH4+bxN7SuBJ/itDoniiLW4khsY8eV4DQJoF8chnNH/zA+gqvqnyUKunb0N+O3g5XyeKCfrMMh2Da6EhwpAfSbJUa2/9EIziw3SxS0nETQ75YxFsGJBQeJco5mLII8HuhPR1A9OxhQfVx5QdFxopS9GzhIAuhnhzfkg6P97sCG9i8EjbllUUN1ZXD0r0VZCWKwYde6xj/qt2c7VyDFHJUIYrCBPUpPEUXNa2Cv0lNEWdkOQkMuM+t7eYoY2Q4iEYREEBJBSAQhEYREEBJBSAQhEYREEBJBSAQhEYREEBJBSAQhEYREEBJBSAQhEYREEBJBSAQhEYREEBJBSAQhEYREEBJBSAQhEYREEBJBSAQhEYQqgk2lh4iyGkb+5+zoX9kOIhFEIgiJICSCkAhCIgiJICSCkAhCIgiJICSCUEXwd+khoqwGhkoPEUUNZzuIzYkg8vGyMJQIYlMDm0tPEUVtzkoQGxvYUHqKKOq3gWazOQ9bMb/0NFHEYAPD+Kn0JFHEemwZfZ1gdclJopjvGHsD6euCg0Q5axiL4JOCg0Q5nzAWwQcFB4lyPoKBZrM5esMaHF1snKjb71ii5V3EtwoNE2W8o3pmuMMni14uM0sU8urob8ZvB/A5Tql7mqjdWhxlgpUAHq59nCjhMSMBsPNKsACrVJXE3LRe9fPd/u5x60rwL+6qc6Ko3X1aPj7QuhLAAN7DeTUNFfX5HMvw3/gbJ4oADsNXWNTzsaIuQzgdX7beMdkHTdfiRkxYSOyW7jRBAEx9BdIbeKAn40TdXsTjk9052Xaw/X68hGu6PFTU501cboqLjKa77qCJFaqSYvfzNq40zVVmM7n4ZBg34MEuDBX1eQGXmsG1ptNtB62uxDMY7GisqMMQ7sATMz2g3QioXm16Fue0e2D03Geq7fuLdg7q5FrEb3Gu6inkjx0cH933K27DGdoMgM5WgvEW4jrV8nPcbE4UHflB9WbQ09jY6UlmG8H28+BsVRAX4OBunDQm9DvexSsjX4en/uvT61YEO5xT9ZmE5arXqU/CsVjc7W/UB/5SXQ6wEh/jw5Gvs/7Bj9eLCCazGEuxP/bBfqpnGQtUj036MZLNqndut+FP1ZK+RXVp4LqRXz33PzZs/cAyirIuAAAAAElFTkSuQmCC);mask-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIEAAACBCAYAAADnoNlQAAAACXBIWXMAABYlAAAWJQFJUiTwAAAFAUlEQVR4nO3dWYydYxzH8c+cthRTRWhoxL5GRIgiaSQirmwJIYituBDLHQniyhWJEGsixC5C4gqRcCtCghBEq2mQWiKtpbpQw/S4eGc609PZzplz3qed8/skzbTn9H3nn8y3z3O2Nx1oNptq0sAS7I9BLMYizMeCkdvaMQ/7dnPAWdqI4TaP+Rtb0cQGbMIW/IH1GOrifJOa36PzHo7lWIaTcCwO7eH3m4ua+BmrsRIf40N80+1vNNDFleBkXIcLcUK3Tho7+R7v4BVVFLM22wjm4TLcofpXH/VaiYdUQfzT6UlmE8EluB/Hd3qC6Jq1uBuvqbaRtnQSwVI8hYvaPTB67n3ciDXtHNRuBBfgZdUj/Ng1/YVb8NJMD2i0cfJ78aYEsKvbGy/iEdVjtmnNZCUYwGO4fTaTRRGv4XrTvN4wkwiexK1dGirq9zquNsULWdNtB/dIALu7K/DoVH9hqpXgfLyt2g5i93cTnpvojskiWIovcUAPh4p6bcWpWNV6x2TbwVMSwFyzEM+b4BnDRBFcLC8EzVVnYUXrja3bwXzVNpA3gOauX3CM6i1r7LwSXCoBzHUH4+bxN7SuBJ/itDoniiLW4khsY8eV4DQJoF8chnNH/zA+gqvqnyUKunb0N+O3g5XyeKCfrMMh2Da6EhwpAfSbJUa2/9EIziw3SxS0nETQ75YxFsGJBQeJco5mLII8HuhPR1A9OxhQfVx5QdFxopS9GzhIAuhnhzfkg6P97sCG9i8EjbllUUN1ZXD0r0VZCWKwYde6xj/qt2c7VyDFHJUIYrCBPUpPEUXNa2Cv0lNEWdkOQkMuM+t7eYoY2Q4iEYREEBJBSAQhEYREEBJBSAQhEYREEBJBSAQhEYREEBJBSAQhEYREEBJBSAQhEYREEBJBSAQhEYREEBJBSAQhEYREEBJBSAQhEYREEBJBSAQhEYQqgk2lh4iyGkb+5+zoX9kOIhFEIgiJICSCkAhCIgiJICSCkAhCIgiJICSCUEXwd+khoqwGhkoPEUUNZzuIzYkg8vGyMJQIYlMDm0tPEUVtzkoQGxvYUHqKKOq3gWazOQ9bMb/0NFHEYAPD+Kn0JFHEemwZfZ1gdclJopjvGHsD6euCg0Q5axiL4JOCg0Q5nzAWwQcFB4lyPoKBZrM5esMaHF1snKjb71ii5V3EtwoNE2W8o3pmuMMni14uM0sU8urob8ZvB/A5Tql7mqjdWhxlgpUAHq59nCjhMSMBsPNKsACrVJXE3LRe9fPd/u5x60rwL+6qc6Ko3X1aPj7QuhLAAN7DeTUNFfX5HMvw3/gbJ4oADsNXWNTzsaIuQzgdX7beMdkHTdfiRkxYSOyW7jRBAEx9BdIbeKAn40TdXsTjk9052Xaw/X68hGu6PFTU501cboqLjKa77qCJFaqSYvfzNq40zVVmM7n4ZBg34MEuDBX1eQGXmsG1ptNtB62uxDMY7GisqMMQ7sATMz2g3QioXm16Fue0e2D03Geq7fuLdg7q5FrEb3Gu6inkjx0cH933K27DGdoMgM5WgvEW4jrV8nPcbE4UHflB9WbQ09jY6UlmG8H28+BsVRAX4OBunDQm9DvexSsjX4en/uvT61YEO5xT9ZmE5arXqU/CsVjc7W/UB/5SXQ6wEh/jw5Gvs/7Bj9eLCCazGEuxP/bBfqpnGQtUj036MZLNqndut+FP1ZK+RXVp4LqRXz33PzZs/cAyirIuAAAAAElFTkSuQmCC);-webkit-mask-size:cover;mask-size:cover}@media screen and (max-width: 1500px){#settings .frame .container{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1080px){#settings .frame .container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){#settings .frame .container{grid-template-columns:1fr}#settings .frame .container.common .column.auth,#settings .frame .container.advanced .column.storage{grid-column:unset}}@media screen and (max-width: 600px){#settings header .bind{padding:calc(3rem + var(--header-offset) + var(--titlebar-height)) 2rem 2rem}#settings header .icon{right:-6rem;width:80%}#settings .frame .container .column{gap:2rem}#settings .frame .container.advanced .column.storage .list li ul li{font-size:14px}#settings .frame .container.advanced .column.storage .list li:first-child ul li{font-size:11px}#settings .frame .container.advanced .column.storage .list li ul{grid-template-columns:60px 1fr 38px}}#settings .frame .container.push-notifications{grid-template-columns:repeat(5,1fr)}#settings .frame .container.push-notifications .column.state .description.flair{margin:0 0 1rem}#settings .frame .container.push-notifications .column.state .give{margin:1.5rem 0 0;width:auto;justify-content:left}#settings .frame .container.push-notifications .column.state .give.subscribed{--foreground: var(--stat-add);color:var(--foreground)}#settings .frame .container.push-notifications .column.state .give+.info p strong{font-weight:400;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#settings .frame .container.push-notifications .column.configuration{grid-column:span 4;display:grid;gap:3rem}#settings .frame .container.push-notifications .column.configuration .triggers{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}#settings .frame .container.push-notifications .column.configuration .trigger{display:grid;grid-template-columns:38px 1fr;gap:1rem}#settings .frame .container.push-notifications .column.configuration .trigger:has(.conditions){grid-template-rows:min-content 1fr}#settings .frame .container.push-notifications .column.configuration .trigger .state{display:grid;justify-items:center;align-content:start;gap:4px}#settings .frame .container.push-notifications .column.configuration .trigger .state .users{font-size:10px;color:color-mix(in srgb,var(--foreground) 40%,transparent)}#settings .frame .container.push-notifications .column.configuration .trigger .state .button .icon{display:flex}#settings .frame .container.push-notifications .column.configuration .trigger .state .button .icon svg{width:100%}#settings .frame .container.push-notifications .column.configuration .trigger .state .button .icon svg rect{fill:color-mix(in srgb,var(--foreground) 40%,transparent);transform-origin:center center;transform:scaleX(3);transition:fill .25s,transform .5s}#settings .frame .container.push-notifications .column.configuration .trigger .state .button.enabled .icon svg rect{fill:var(--foreground);transform:scaleY(5)}#settings .frame .container.push-notifications .column.configuration .trigger .state .button.enabled{background-color:var(--progress)}#settings .frame .container.push-notifications .column.configuration .trigger .state .button.enabled.disabled{background-color:#5aa36666}#settings .frame .container.push-notifications .column.configuration .trigger .state .button.enabled.disabled .icon svg rect{fill:color-mix(in srgb,var(--foreground) 40%,transparent)}#settings .frame .container.push-notifications .column.configuration .trigger .text h4{margin:0 0 4px;font-size:18px;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#settings .frame .container.push-notifications .column.configuration .trigger .text .description p{max-width:500px;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#settings .frame .container.push-notifications .column.configuration .trigger ul.conditions{grid-column:2;display:grid;gap:3px}#settings .frame .container.push-notifications .column.configuration .trigger ul.conditions .select{min-width:256px}#settings .frame .container.push-notifications .column.configuration .trigger ul.conditions .select:not(.disabled):not(.expanded) .options .button.placeholder{color:color-mix(in srgb,var(--foreground) 60%,transparent)}#settings .frame .container.push-notifications .column.configuration .trigger ul.conditions .select .options .button.with-icon .text{font-size:14px}#settings .frame .container.push-notifications .column.configuration .trigger ul.conditions .select .options .button.with-icon .text.long{font-size:12px}@media screen and (max-width: 1280px){#settings .frame .container.push-notifications{grid-template-columns:1fr}#settings .frame .container.push-notifications .column.configuration{grid-column:unset}}@media screen and (max-width: 1024px){#settings .frame .container.push-notifications .column.configuration .triggers{grid-template-columns:1fr}}@media screen and (max-width: 600px){#settings .frame .container.push-notifications .column.configuration,#settings .frame .container.push-notifications .column.configuration .triggers{gap:2rem}#settings .frame .container.push-notifications .column.configuration .trigger{row-gap:10px}#settings .frame .container.push-notifications .column.configuration .trigger ul.conditions{grid-column:-1/1}#settings .frame .container.push-notifications .column.configuration .trigger ul.conditions .select{min-width:195px;max-width:unset}#settings .frame .container.push-notifications .column.configuration .trigger .text h4{font-size:16px}#settings .frame .container.push-notifications .column.configuration .trigger .text .description p{font-size:12px;line-height:1.4}}#settings .frame .container.subscriptions{--accent-basic: color-mix(in srgb, var(--foreground) 15%, transparent);--accent-submind: hsl(4, 100%, 60%);--accent-seraph: hsl(35, 59%, 49%);--accent-researcher: hsl(227, 100%, 62%);grid-template-columns:1fr 4fr;grid-template-rows:max-content max-content max-content max-content 1fr}#settings .frame .container.subscriptions .module .description.flair strong{font-weight:400;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#settings .frame .container.subscriptions .module.subscription{grid-column:1/2;grid-row:2/3}#settings .frame .container.subscriptions .module.subscription.loading{min-height:107px}#settings .frame .container.subscriptions .section.subscription .module .tier{margin:0 0 10px;display:grid;grid-template-columns:1fr max-content;align-content:start;row-gap:1rem}#settings .frame .container.subscriptions .section.subscription .module .tier .name{display:flex;gap:6px;font-size:18px}#settings .frame .container.subscriptions .section.subscription .module .tier .status{position:relative;width:16px;height:16px;align-self:center;color:color-mix(in srgb,var(--foreground) 40%,transparent)}#settings .frame .container.subscriptions .section.subscription .module .tier .status svg circle{opacity:0}#settings .frame .container.subscriptions .section.subscription .module .tier .status.active{color:var(--progress)}#settings .frame .container.subscriptions .section.subscription .module .tier .status.active svg circle{opacity:1}#settings .frame .container.subscriptions .section.subscription .module .tier .status svg{transform:scale(2)}#settings .frame .container.subscriptions .section.subscription .module .discord{margin:1rem 0 0;display:grid;grid-template-columns:16px 1fr;align-items:center;gap:10px}#settings .frame .container.subscriptions .section.subscription .module .discord .avatar{position:relative;aspect-ratio:1;background-color:color-mix(in srgb,var(--foreground) 10%,transparent);border-radius:100%;overflow:hidden}#settings .frame .container.subscriptions .section.subscription .module .discord .username{font-size:16px}#settings .frame .container.subscriptions .section.subscription .module .discord .username.placeholder{height:16px;background:linear-gradient(to right,color-mix(in srgb,var(--foreground) 10%,transparent),transparent)}#settings .frame .container.subscriptions .section.subscription .module .description.flair strong{font-weight:400;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#settings .frame .container.subscriptions .section.subscription .module .button{margin:2rem 0 0}#settings .frame .container.subscriptions .section.help{grid-row:3/6}#settings .frame .container.subscriptions .section.help:nth-child(2){grid-row:2/6}#settings .frame .container.subscriptions .section.help .description{position:sticky;top:calc(3rem + var(--header-offset))}#settings .frame .container.subscriptions .section.plans{grid-column:2/3;grid-row:1/4}#settings .frame .container.subscriptions .section .grid{display:grid;grid-template-columns:repeat(3,1fr);align-content:start;gap:1.5rem}#settings .frame .container.subscriptions .section.plans .plan{position:relative;display:grid;grid-template-rows:subgrid;grid-row:span 3;background:linear-gradient(45deg,var(--accent-basic),transparent)}#settings .frame .container.subscriptions .section.plans .plan:before{content:"";position:absolute;left:-4px;top:-4px;width:calc(100% + 8px);height:calc(100% + 8px);pointer-events:none;box-shadow:0 0 0 21px transparent;transition:box-shadow 1s}#settings .frame .container.subscriptions .section.plans .plan.active:before{box-shadow:0 0 0 2px var(--progress)}#settings .frame .container.subscriptions .section.plans .plan.tier-5{background:linear-gradient(45deg,color-mix(in srgb,var(--accent-submind) 60%,transparent),transparent)}#settings .frame .container.subscriptions .section.plans .plan.tier-4{background:linear-gradient(45deg,color-mix(in srgb,var(--accent-seraph) 60%,transparent),transparent)}#settings .frame .container.subscriptions .section.plans .plan.tier-3{background:linear-gradient(45deg,color-mix(in srgb,var(--accent-researcher) 60%,transparent),transparent)}#settings .frame .container.subscriptions .section.plans .plan .attributes{padding:2rem;display:grid;grid-template-columns:1fr max-content;align-content:start;row-gap:1rem;font-size:20px}#settings .frame .container.subscriptions .section.plans .plan .attributes .price span{color:color-mix(in srgb,var(--foreground) 40%,transparent)}#settings .frame .container.subscriptions .section.plans .plan .attributes .perks{grid-column:span 2;padding:2rem 0 0;display:grid;grid-template-columns:repeat(3,1fr);column-gap:1rem;row-gap:2rem}#settings .frame .container.subscriptions .section.plans .plan .attributes .perks .perk{display:grid;grid-template-rows:subgrid;grid-row:span 2;justify-items:center;gap:10px}#settings .frame .container.subscriptions .section.plans .plan .attributes .perks .perk .icon{position:relative;display:flex;width:32px;height:32px;justify-content:center}#settings .frame .container.subscriptions .section.plans .plan .attributes .perks .perk .icon svg{width:100%}#settings .frame .container.subscriptions .section.plans .plan .attributes .perks .perk:nth-last-child(2) .icon svg{position:absolute;width:48px;height:48px;left:50%;top:-25%;transform:translate(-50%)}#settings .frame .container.subscriptions .section.plans .plan .attributes .perks .perk:last-child .icon svg{position:absolute;width:22px;height:22px;left:50%;top:50%;transform:translate(-50%,-50%)}#settings .frame .container.subscriptions .section.plans .plan .attributes .perks .perk .name{font-size:12px;text-align:center}#settings .frame .container.subscriptions .section.plans .plan .attributes .perks .perk .name .hyperlink{text-underline-position:from-font;text-decoration-thickness:1px}#settings .frame .container.subscriptions .section.plans .plan .attributes .description{font-size:14px}#settings .frame .container.subscriptions .section.plans .plan .attributes .coupon{position:absolute;right:24px;bottom:24px;height:40%;transform:rotate(7deg);color:color-mix(in srgb,#ffffff 10%,transparent);pointer-events:none}#settings .frame .container.subscriptions .section.plans .plan .attributes .coupon svg{width:auto;height:100%}#settings .frame .container.subscriptions .section.plans .plan .flair{padding:0 2rem;font-size:10px;text-transform:uppercase;color:color-mix(in srgb,var(--foreground) 40%,transparent)}@media (hover: hover){#settings .frame .container.subscriptions .section.plans .plan:not(.active) .actions{opacity:.4;transition:opacity .25s}#settings .frame .container.subscriptions .section.plans .plan:hover .actions{opacity:1}}#settings .frame .container.subscriptions .section.plans .plan .actions{padding:3px;align-self:end;display:grid;grid-template-columns:repeat(2,1fr);gap:3px}#settings .frame .container.subscriptions .section.plans .plan:last-child .actions{grid-template-columns:1fr}#settings .frame .container.subscriptions .section.plans .plan .actions .button{max-width:unset;margin:unset;justify-content:center}#settings .frame .container.subscriptions .section.plans .plan .actions .button .text{display:flex;gap:6px}#settings .frame .container.subscriptions .section.plans .plan .actions .button.active{background-color:var(--progress)}#settings .frame .container.subscriptions .section.connect{grid-column:2/3}#settings .frame .container.subscriptions .section.connect .tile{position:relative;aspect-ratio:4/3;display:flex;background-color:color-mix(in srgb,var(--foreground) 4%,transparent)}#settings .frame .container.subscriptions .section.connect .tile .image{background-size:cover;-webkit-mask-image:radial-gradient(50% 80% at 20% 0%,#000 50%,#0003 120%);mask-image:radial-gradient(50% 80% at 20% 0%,#000 50%,#0003 120%);-webkit-mask-size:100% 100%;mask-size:100% 100%}#settings .frame .container.subscriptions .section.connect .tile .text{padding:2rem;position:relative;display:flex;flex-direction:column;justify-content:stretch;font-size:16px;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#settings .frame .container.subscriptions .section.connect .tile .text .type{flex:1;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#settings .frame .container.subscriptions .section.connect .tile .text .date{margin:0 0 4px}#settings .frame .container.subscriptions .section.connect .tile .text .name{margin:0 0 1rem;font-size:24px;font-weight:500;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#settings .frame .container.subscriptions .section.connect .tile .text .summary{font-style:italic;font-size:16px;letter-spacing:.5px}#settings .frame .container.subscriptions .section.connect .tile .text .state{display:flex;gap:6px}#settings .frame .container.subscriptions .section.connect .tile .text .status{position:relative;width:8px;height:8px;border-radius:100%;align-self:center;background-color:var(--progress)}#settings .frame .container.subscriptions .section.connect .tile .text .status:before{content:"";position:absolute;left:-6px;top:-6px;width:20px;height:20px;border-radius:100%;background-color:color-mix(in srgb,var(--progress) 50%,transparent);animation:fade-and-scale-out 3s linear infinite}#settings .frame .container.subscriptions .section.connect .subscribers{position:relative;padding:2rem 1rem 2rem 2rem;aspect-ratio:4/3;display:flex;flex-direction:column;justify-content:space-between;background:radial-gradient(50% 80% at 20% 0%,color-mix(in srgb,var(--foreground) 5%,transparent) 50%,color-mix(in srgb,var(--foreground) 1%,transparent) 120%)}#settings .frame .container.subscriptions .section.connect .subscribers ul{display:flex;flex-direction:column;gap:6px}#settings .frame .container.subscriptions .section.connect .subscribers ul li ul{display:flex;flex-direction:row;align-items:center;gap:1rem;color:color-mix(in srgb,var(--foreground) 40%,transparent)}#settings .frame .container.subscriptions .section.connect .subscribers ul li ul li:nth-child(1){flex:0 0 8px}#settings .frame .container.subscriptions .section.connect .subscribers ul li ul li:nth-child(2){flex:1 1 100%}#settings .frame .container.subscriptions .section.connect .subscribers .member-link{max-width:unset}#settings .frame .container.subscriptions .section.connect .subscribers ul li ul li:nth-child(3){flex:1 1 100%;color:color-mix(in srgb,var(--foreground) 10%,transparent)}#settings .frame .container.subscriptions .section.perks .perks{display:flex;flex-direction:column;gap:2rem}#settings .frame .container.subscriptions .section.perks .grid.perk.multi:before{content:"+";grid-column:-1/1;text-align:center;font-size:48px;line-height:1;color:color-mix(in srgb,var(--foreground) 40%,transparent)}#settings .frame .container.subscriptions .section.perks .perk>.text .name{margin:0 0 10px}#settings .frame .container.subscriptions .section.perks .perk>.text .description{color:color-mix(in srgb,var(--foreground) 60%,transparent)}#settings .frame .container.subscriptions .section.perks .perk>.text .description strong{color:var(--foreground)}#settings .frame .container.subscriptions .section.perks .perk .member-link{margin:1rem 0 0}#settings .frame .container.subscriptions .section.perks .example{grid-column:span 2}#settings .frame .container.subscriptions .section.perks .chrome{border-radius:5px 5px 0 0;overflow:hidden}#settings .frame .container.subscriptions .section.perks .chrome .top{display:flex;justify-content:space-between;background-color:color-mix(in srgb,var(--foreground) 15%,transparent)}#settings .frame .container.subscriptions .section.perks .chrome .top .title{padding:10px 10px 0;background-image:url(/static/images/icons/icon-32.png);background-size:16px;background-repeat:no-repeat;background-position:10px 10px;text-indent:22px;color:color-mix(in srgb,var(--foreground) 60%,transparent);-webkit-user-select:none;user-select:none}#settings .frame .container.subscriptions .section.perks .chrome .top .buttons{display:flex;gap:2px}#settings .frame .container.subscriptions .section.perks .chrome .top .buttons .b{width:24px;height:24px;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}#settings .frame .container.subscriptions .section.perks .chrome .top .buttons .b:last-child{background-color:var(--error)}#settings .frame .container.subscriptions .section.perks .chrome .bottom{padding:10px;background-color:color-mix(in srgb,var(--foreground) 15%,transparent)}#settings .frame .container.subscriptions .section.perks .chrome .bottom .url{padding:5px 10px;background-color:color-mix(in srgb,var(--foreground) 10%,transparent);border-radius:7px;letter-spacing:.5px;color:color-mix(in srgb,var(--foreground) 40%,transparent)}#settings .frame .container.subscriptions .section.perks .chrome .bottom .url span:last-child{color:color-mix(in srgb,var(--foreground) 80%,transparent)}#settings .frame .container.subscriptions .section.perks .chrome .body{height:96px;background:linear-gradient(to bottom,color-mix(in srgb,var(--foreground) 10%,transparent),transparent)}#settings .frame .container.subscriptions .section.perks .emblem-codes{display:grid;grid-template-columns:repeat(3,1fr);gap:3px}#settings .frame .container.subscriptions .section.perks .emblem-codes .emblem{position:relative;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}#settings .frame .container.subscriptions .section.perks .leaderboards{position:relative;display:flex;align-items:center}#settings .frame .container.subscriptions .section.perks .leaderboards .sparks .image{position:absolute;height:300%;aspect-ratio:1/1;left:50%;top:50%;transform:translate(-50%,-50%)}#settings .frame .container.subscriptions .section.perks .leaderboards .sparks .delta .image{z-index:3}#settings .frame .container.subscriptions .section.perks .leaderboards .alpha{position:relative;z-index:2;flex:1;perspective:600px;transform:perspective(600px) rotateY(30deg) translate(20%) scale(.9);transform-style:preserve-3d;animation:bounce-alpha 3s cubic-bezier(.65,0,.35,1) infinite}#settings .frame .container.subscriptions .section.perks .leaderboards .bravo{position:relative;z-index:2;flex:1;perspective:600px;transform:perspective(600px) rotateY(-30deg) translate(-20%) scale(.9);transform-style:preserve-3d;animation:bounce-bravo 3s cubic-bezier(.65,0,.35,1) infinite}#settings .frame .container.subscriptions .section.perks .leaderboards .blur{position:absolute;top:0;right:0;bottom:0;left:0;filter:blur(48px)}#settings .frame .container.subscriptions .section.perks .leaderboards .emblem{position:relative;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}@keyframes bounce-alpha{0%,to{transform:perspective(600px) rotateY(30deg) translate(20%) scale(.9)}50%{transform:perspective(600px) rotateY(30deg) translate(25%) scale(.9)}}@keyframes bounce-bravo{0%,to{transform:perspective(600px) rotateY(-30deg) translate(-20%) scale(.9)}50%{transform:perspective(600px) rotateY(-30deg) translate(-25%) scale(.9)}}@media screen and (max-width: 1440px){#settings .frame .container.subscriptions .section .grid{grid-template-columns:repeat(3,1fr)}#settings .frame .container.subscriptions .section.plans .plan .attributes .perks{padding:1rem 0 0;grid-template-columns:repeat(2,1fr);row-gap:1rem}}@media screen and (max-width: 1280px){#settings .frame .container.subscriptions{grid-template-columns:repeat(2,1fr);grid-template-rows:max-content 1fr}#settings .frame .container.subscriptions .module.text{grid-column:span 2}#settings .frame .container.subscriptions .module.subscription{grid-column:unset;grid-row:unset}#settings .frame .container.subscriptions .section.help,#settings .frame .container.subscriptions .section.help:nth-child(2){grid-row:unset}#settings .frame .container.subscriptions .section.plans{grid-column:span 2;grid-row:unset}#settings .frame .container.subscriptions .section.connect,#settings .frame .container.subscriptions .section.perks{grid-column:span 2}#settings .frame .container.subscriptions .section .grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1024px){#settings .frame .container.subscriptions{grid-template-columns:1fr;grid-template-rows:unset}#settings .frame .container.subscriptions .module.text,#settings .frame .container.subscriptions .section.plans,#settings .frame .container.subscriptions .section.connect,#settings .frame .container.subscriptions .section.perks{grid-column:unset}#settings .frame .container.subscriptions .section.perks .perk>.text{grid-column:-1/1}#settings .frame .container.subscriptions .section .grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){#settings .frame .container.subscriptions .section .grid{grid-template-columns:1fr}}@media screen and (max-width: 600px){#settings .frame .container.subscriptions .section.subscription .module .tier{margin:0 0 6px}#settings .frame .container.subscriptions .section.subscription .module .description.flair strong{color:var(--foreground)}#settings .frame .container.subscriptions .section .grid{gap:1rem}#settings .frame .container.subscriptions .section.plans .plan .attributes{padding:1rem}#settings .frame .container.subscriptions .section.plans .plan .attributes .perks{grid-template-columns:repeat(3,1fr);column-gap:10px}#settings .frame .container.subscriptions .section.plans .plan .attributes .perks .perk .name{font-size:11px}#settings .frame .container.subscriptions .section.plans .plan .flair{padding:0 1rem;font-size:9px}#settings .frame .container.subscriptions .section.connect .tile .text{padding:1rem;font-size:14px}#settings .frame .container.subscriptions .section.connect .tile .text .name{margin:0 0 10px;font-size:20px}#settings .frame .container.subscriptions .section.connect .tile .text .summary{font-size:14px}#settings .frame .container.subscriptions .section.connect .subscribers{padding:1rem}#settings .frame .container.subscriptions .section.connect .subscribers ul li ul li:nth-child(3){display:none}#settings .frame .container.subscriptions .section.perks .chrome .bottom .url span:first-child{display:none}#settings .frame .container.subscriptions .section.perks .chrome .body{height:48px}#settings .frame .container.subscriptions .section.perks .emblem-codes{grid-template-columns:repeat(2,1fr)}#settings .frame .container.subscriptions .section.perks .leaderboards{align-items:unset;flex-direction:column}#settings .frame .container.subscriptions .section.perks .leaderboards .sparks .image{height:600%}#settings .frame .container.subscriptions .section.perks .leaderboards .alpha{transform:perspective(600px) rotateX(-30deg) translateY(10%) scale(.9)}#settings .frame .container.subscriptions .section.perks .leaderboards .bravo{transform:perspective(600px) rotateX(30deg) translateY(-10%) scale(.9)}#settings .frame .container.subscriptions .section.perks .leaderboards .blur{filter:blur(32px)}@keyframes bounce-alpha{0%,to{transform:perspective(600px) rotateX(-30deg) translateY(-10%) scale(.9)}50%{transform:perspective(600px) rotateX(-30deg) translateY(-25%) scale(.9)}}@keyframes bounce-bravo{0%,to{transform:perspective(600px) rotateX(30deg) translateY(10%) scale(.9)}50%{transform:perspective(600px) rotateX(30deg) translateY(15%) scale(.9)}}}@media screen and (max-width: 375px){#settings .frame .container.subscriptions .section.plans .plan .attributes .perks{grid-template-columns:repeat(2,1fr)}}#settings .frame .container.legend{grid-template-rows:max-content 1fr}#settings .frame .container.legend.no-auth{grid-template-rows:max-content max-content 1fr}#settings .frame .container.legend .column{align-content:start;gap:unset}#settings .frame .container.legend .column.span{grid-column:2/6;grid-row:1/3;display:grid}#settings .frame .container.legend .column.span.no-auth{grid-row:1/4}#settings .frame .container.legend .column.loading{justify-content:center;align-content:center}#settings .frame .container.legend .column.identity{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;gap:3rem}#settings .frame .container.legend .section.disabled{color:color-mix(in srgb,var(--foreground) 40%,transparent)}#settings .frame .container.legend .section.username .chrome{height:40px;margin:1rem 0;display:grid;grid-template-columns:min-content auto 40px;align-items:center;font-size:16px;background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}#settings .frame .container.legend .section.username .chrome .base{height:40px;padding:0 0 0 10px;display:flex;align-items:center;white-space:nowrap;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#settings .frame .container.legend .section.username .chrome .base span{padding:2px 6px 0 0;color:var(--braytech);font-size:18px;-webkit-user-select:none;user-select:none}#settings .frame .container.legend .section.username .chrome input{width:100%;font-size:16px}#settings .frame .container.legend .section.username .chrome.disabled .base,#settings .frame .container.legend .section.username .chrome.disabled input:disabled{color:color-mix(in srgb,var(--foreground) 40%,transparent)}#settings .frame .container.legend .section.username .chrome .icon{width:40px;height:40px;padding:0 10px;display:flex;justify-content:center;align-items:center;border-right:1px solid color-mix(in srgb,var(--foreground) 10%,transparent);background-color:color-mix(in srgb,var(--foreground) 4%,transparent);-webkit-user-select:none;user-select:none}#settings .frame .container.legend .section.username .chrome .icon:last-child{border-left:1px solid color-mix(in srgb,var(--foreground) 10%,transparent);border-right:unset}#settings .frame .container.legend .section.username .chrome:not(.disabled) .icon:last-child:active{background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}@media (hover: hover){#settings .frame .container.legend .section.username .chrome:not(.disabled) .icon:last-child:hover{background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}}@media screen and (max-width: 600px){#settings .frame .container.legend .section.username .chrome .icon:not(:last-child){display:none}}#settings .frame .container.legend .section.username .actions{min-height:38px;margin:1rem 0;display:flex;align-items:center;gap:3px}#settings .frame .container.legend .section.username .actions .button{max-width:max-content}#settings .frame .container.legend .section.character .options{margin:1rem 0 0}#settings .frame .container.legend .section.character .options .button{max-width:unset}#settings .frame .container.legend .section.character .options .button.selected:after{box-shadow:0 0 0 2px var(--foreground);transform:scale(1) translate3d(-2px,-2px,0)}#settings .frame .container.legend .section.character .options .characters{margin:1rem 0 0;display:flex;flex-direction:column;gap:3px}#settings .frame .container.legend .section.character .options .characters .button.character{display:flex;height:unset;padding:unset}#settings .frame .container.legend .section.character .options .characters .button.character .emblem:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--foreground) 20%,transparent)}#settings .frame .container.legend .section.highlight .options{margin:1rem 0 0;display:flex;flex-direction:column;gap:1rem}#settings .frame .container.legend .section.highlight .options .button{max-width:unset}#settings .frame .container.legend .section.highlight .options .button.selected:after,#settings .frame .container.legend .section.highlight .options .selected .list li:after{content:"";position:absolute;left:0;top:0;width:calc(100% + 4px);height:calc(100% + 4px);pointer-events:none;z-index:3;box-shadow:0 0 0 2px var(--foreground);transform:scale(1) translate3d(-2px,-2px,0)}#settings .frame .container.legend .section.highlight .list.record-items,#settings .frame .container.legend .section.highlight .list.metric-items{--columns: 1}#settings .frame .container.legend .section.highlight .search+.selected{margin:1rem 0}#settings .frame .container.legend .section.highlight .list.record-items .record{container-type:unset}#settings .frame .container.legend .section.highlight .search{margin:1rem 0 0}#settings .frame .container.legend .section.highlight .search .results{display:flex;flex-direction:column;gap:6px}#settings .frame .container.legend .section.highlight .search .results .info{max-width:unset;font-size:14px}@media screen and (max-width: 1500px){#settings .frame .container.legend .column.span{grid-column:2/5}#settings .frame .container.legend .column.identity{grid-template-columns:repeat(2,1fr);grid-template-rows:max-content 1fr}#settings .frame .container.legend .section.username{grid-column:span 2}}@media screen and (max-width: 1280px){#settings .frame .container.legend{grid-template-columns:repeat(2,1fr);grid-template-rows:max-content 1fr}#settings .frame .container.legend .module.text{grid-column:span 2}#settings .frame .container.legend .column.span{grid-column:span 2;grid-row:unset}}@media screen and (max-width: 1024px){#settings .frame .container.legend{grid-template-columns:1fr;grid-template-rows:max-content 1fr}#settings .frame .container.legend .module.text,#settings .frame .container.legend .column.span{grid-column:unset}}@media screen and (max-width: 768px){#settings .frame .container.legend .column.identity{grid-column:unset;grid-template-columns:1fr;grid-template-rows:unset}#settings .frame .container.legend .section.username{grid-column:unset}}@media screen and (max-width: 768px){#settings .frame .container.legend .column.identity{gap:2rem}}#settings .frame .container.voluspa .column .form .field textarea{font-family:monospace;font-size:14px}#settings .frame .container.voluspa .column.scraper{grid-column:span 2}#settings .frame .container.voluspa .column.scraper .status{position:relative;width:10px;height:10px;border-radius:100%;align-self:center;background-color:color-mix(in srgb,var(--foreground) 40%,transparent)}#settings .frame .container.voluspa .column.scraper .status.active{background-color:var(--progress)}#settings .frame .container.voluspa .column.scraper .list{display:flex;flex-direction:column;gap:3px}#settings .frame .container.voluspa .column.scraper .list .row{border-bottom:1px solid color-mix(in srgb,var(--foreground) 10%,transparent)}#settings .frame .container.voluspa .column.scraper .list .row:first-child{padding:3px 0 0;border-top:1px solid color-mix(in srgb,var(--foreground) 10%,transparent)}#settings .frame .container.voluspa .column.scraper .list .placeholder{-webkit-user-select:none;user-select:none}#settings .frame .container.voluspa .column.scraper .list .placeholder ul{height:24px;background-color:color-mix(in srgb,var(--foreground) 1%,transparent)}#settings .frame .container.voluspa .column.scraper .list .error ul{--foreground: var(--error);background-color:color-mix(in srgb,var(--error) 10%,transparent);color:var(--foreground)}#settings .frame .container.voluspa .column.scraper .list .row ul{container-type:inline-size;margin:0 0 3px;min-height:24px;display:flex;align-items:center;gap:10px}#settings .frame .container.voluspa .column.scraper .list .row ul .instance,#settings .frame .container.voluspa .column.scraper .list .row ul .membership{flex:0 0 90px;min-width:0}#settings .frame .container.voluspa .column.scraper .list .row ul .membership{font-size:8px}#settings .frame .container.voluspa .column.scraper .list .row ul .text{flex:1 1 100%;min-width:0}#settings .frame .container.voluspa .column.scraper .list .row ul .text .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#settings .frame .container.voluspa .column.scraper .list .row ul .text .name span{color:var(--bungie-blue)}#settings .frame .container.voluspa .column.scraper .list .row ul .period{flex:0 1 120px;white-space:nowrap}#settings .frame .container.voluspa .column.scraper .list .row ul .instance,#settings .frame .container.voluspa .column.scraper .list .row ul .membership,#settings .frame .container.voluspa .column.scraper .list .row ul .period{font-family:monospace;color:color-mix(in srgb,var(--foreground) 60%,transparent)}@media screen and (max-width: 600px){#settings .frame .container.voluspa .column.scraper{grid-column:unset}#settings .frame .container.voluspa .column.scraper .list .row ul .period{display:none}}#settings .frame .container.manager{grid-template-columns:1fr}#settings .frame .container.manager .list{display:flex;flex-direction:column;gap:3px}#settings .frame .container.manager .list .row{min-height:38px;padding:0 0 3px;border-bottom:1px solid color-mix(in srgb,var(--foreground) 10%,transparent)}#settings .frame .container.manager .list .row:first-child ul li{text-transform:uppercase;font-size:12px;font-family:var(--font-text);line-height:1.4;letter-spacing:1px;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#settings .frame .container.manager .list .row ul{display:grid;grid-template-columns:30px minmax(120px,280px) 1.2fr 120px 2fr repeat(3,1fr);align-items:center;gap:1rem}#settings .frame .container.manager .list .row:not(:first-child) ul li{-webkit-user-select:text;user-select:text}#settings .frame .container.manager .list .row ul li:last-child{text-align:right}#settings .frame .container.manager .list .row:not(:first-child) ul li:not(:nth-child(2),:nth-child(3),:nth-child(5)){font-family:monospace;font-size:12px;text-transform:uppercase}#settings .frame .container.manager .list .row ul li:not(:nth-child(2)) span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#settings .frame .container.manager .list .row ul li .member-link.placeholder{height:38px;background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}#settings .frame .container.manager .list .row ul li .discord{display:grid;grid-template-columns:16px 1fr;align-items:center;gap:6px}#settings .frame .container.manager .list .row ul li .discord .avatar{position:relative;aspect-ratio:1;background-color:color-mix(in srgb,var(--foreground) 10%,transparent);border-radius:100%;overflow:hidden}#settings .frame .container.manager .list .row ul li .discord .username{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#settings .frame .container.manager .list .row ul li .discord .username.placeholder{height:16px;background:linear-gradient(to right,color-mix(in srgb,var(--foreground) 10%,transparent),transparent)}@media screen and (max-width: 600px){#settings .frame .container.manager .list .row ul{grid-template-columns:unset}#settings .frame .container.manager .column.scraper .list .row ul .period{display:none}}#settings .frame .container.emblem-codes{grid-template-columns:1fr}#settings .frame .container.emblem-codes>.list{display:flex;flex-direction:column;gap:3px}#settings .frame .container.emblem-codes .list .row{min-height:38px;padding:0 0 3px;border-bottom:1px solid color-mix(in srgb,var(--foreground) 10%,transparent)}#settings .frame .container.emblem-codes .list .row:first-child ul li{text-transform:uppercase;font-size:12px;font-family:var(--font-text);line-height:1.4;letter-spacing:1px;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#settings .frame .container.emblem-codes .list .row>ul{display:grid;grid-template-columns:30px 300px 1.2fr 120px 2fr repeat(3,1fr);align-items:center;gap:1rem}#settings .frame .container.emblem-codes .list .row ul li .emblem{position:relative}#settings .frame .container.emblem-codes .list .row:not(:first-child) ul li{-webkit-user-select:text;user-select:text}#settings .frame .container.emblem-codes .list .row:not(:first-child) ul li:not(:nth-child(2)){font-family:monospace;font-size:12px;text-transform:uppercase}#settings .frame .container.emblem-codes .list .row ul li:not(:nth-child(2)) span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 600px){#settings .frame .container.emblem-codes .list .row ul{grid-template-columns:unset}}.item-details.static{margin:calc(0px - (var(--titlebar-height) + var(--header-offset))) 0 0;min-height:100vh;display:grid;grid-template-rows:1fr max-content}.item-details.static header{padding:calc(calc(env(safe-area-inset-top) + 88px) + calc(var(--multiplier) * 60px)) 0 0}.item-details.static header .accent{height:calc(env(safe-area-inset-top) + 88px)}.upsell.entry-point{margin:0 auto;padding:3rem;width:100%;display:grid;grid-template-columns:minmax(auto,960px);justify-content:center;gap:3rem;background:linear-gradient(45deg,color-mix(in srgb,var(--foreground) 5%,transparent),transparent)}.upsell.entry-point .feature .text{text-align:center}.upsell.entry-point .feature .text .name{margin:0 0 10px;font-size:32px;font-weight:500;color:var(--foreground)}.upsell.entry-point .feature .text .description{font-size:16px}.upsell.entry-point .views ul{display:grid;grid-template-columns:repeat(3,1fr);column-gap:2rem;row-gap:2rem}.upsell.entry-point .views ul li{display:grid;grid-template-columns:32px 1fr;gap:1rem;align-items:start}.upsell.entry-point .views ul li .icon{display:grid;justify-items:center;align-items:center}.upsell.entry-point .views ul li .icon svg{width:32px;height:32px;fill:color-mix(in srgb,var(--foreground) 80%,transparent)}.upsell.entry-point .views ul li .text{display:grid;gap:10px}.upsell.entry-point .views ul li .text .description p{font-size:14px;line-height:1.4;color:color-mix(in srgb,var(--foreground) 60%,transparent)}@media screen and (max-width: 600px){.upsell.entry-point{padding:2rem;gap:2rem}.upsell.entry-point .feature .text .name{font-size:24px}.upsell.entry-point .feature .text{text-align:unset}.upsell.entry-point .views ul{grid-template-columns:1fr;row-gap:1rem}.upsell.entry-point .views ul li{grid-template-columns:32px 1fr}.upsell.entry-point .views ul li .icon svg{width:24px;height:24px}}#report{--view-height: calc(100vh - var(--titlebar-height))}#report .frame{padding-top:3rem}#report .container .matches{margin:0 auto;width:100%;max-width:1440px}@media screen and (max-width: 600px){#report .frame{padding:3px}}#clan-banner-builder{margin:calc(var(--titlebar-height) * -1) 0 0}#clan-banner-builder header{background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}#clan-banner-builder header .bind{position:relative;padding:calc(4rem + var(--titlebar-height)) 3rem 3rem;overflow:hidden}#clan-banner-builder .container{grid-template-columns:410px 3fr}#clan-banner-builder .banner .canvas canvas{width:100%;max-width:410px}#clan-banner-builder .banner .canvas .spinner{position:absolute}#clan-banner-builder .options{display:grid;gap:2rem}#clan-banner-builder .options .text p{max-width:500px;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#clan-banner-builder .options .spinner{margin:2rem 0 0}#clan-banner-builder .options h3{margin:0 0 1rem;font-size:16px;font-weight:400;letter-spacing:normal}#clan-banner-builder .options .option a{position:absolute;left:0;top:0;width:100%;height:100%}#clan-banner-builder .options .options{display:grid;grid-template-columns:repeat(24,1fr);gap:7px}#clan-banner-builder .options .options .option{position:relative;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}#clan-banner-builder .options .options .option:before{content:"";position:absolute;left:0;top:0;z-index:3;width:100%;height:100%;pointer-events:none;box-shadow:inset 0 0 0 1px transparent;transition:box-shadow .25s}#clan-banner-builder .options .options .option:after{content:"";position:absolute;width:calc(100% + 4px);height:calc(100% + 4px);z-index:3;pointer-events:none;box-shadow:0 0 0 2px transparent;transform:translate(-2px,-2px);transition:box-shadow .25s}#clan-banner-builder .options .options .option.active:after{box-shadow:0 0 0 2px #eee}#clan-banner-builder .options .options .option:hover{background-color:color-mix(in srgb,var(--foreground) 40%,transparent)}#clan-banner-builder .options .options .option:hover:before{box-shadow:inset 0 0 0 1px #eee}#clan-banner-builder .options .options .option:hover:after{box-shadow:0 0 0 2px #eee}#clan-banner-builder .options .options.decals .decal{padding-bottom:148%}#clan-banner-builder .options .options.decals .decal .image{opacity:.6}#clan-banner-builder .options .options.decals .decal .image:nth-child(2){opacity:.4}#clan-banner-builder .options .options.gonfalonDetails .decal{position:relative;padding-bottom:148%}#clan-banner-builder .options .options.gonfalonDetails .decal .image{opacity:.6}#clan-banner-builder .options .options.colors .option{padding-bottom:100%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozRkFCNEFBMjAyQ0QxMUU5QkM1NTkzOUZFQ0M2OUY4RCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozRkFCNEFBMzAyQ0QxMUU5QkM1NTkzOUZFQ0M2OUY4RCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNGQUI0QUEwMDJDRDExRTlCQzU1OTM5RkVDQzY5RjhEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNGQUI0QUExMDJDRDExRTlCQzU1OTM5RkVDQzY5RjhEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+0c1RFwAAAFRJREFUeNrs0cEJACEQBEE1IzH/BEQxogWTWLl7VAcwFEydc5WkxuhZU638MiwsLCwsLCwsLCwsLKyPqhGRtbX3cSIWFhYWFhYWFhYWFhbWi64AAwCc4gi6HTGx1gAAAABJRU5ErkJggg==);background-size:40%}#clan-banner-builder .options .options.colors .option .box{position:absolute;left:0;top:0;width:100%;height:100%}@media screen and (max-width: 1680px){#clan-banner-builder .options .options{grid-template-columns:repeat(18,1fr)}}@media screen and (max-width: 1200px){#clan-banner-builder .options .options{grid-template-columns:repeat(12,1fr)}}@media screen and (max-width: 768px){#clan-banner-builder .container{grid-template-columns:1fr}#clan-banner-builder .options .options{grid-template-columns:repeat(6,1fr)}#clan-banner-builder .options .options.colors{grid-template-columns:repeat(12,1fr)}}@media screen and (max-width: 600px){#clan-banner-builder header .bind{padding:calc(3rem + var(--titlebar-height)) 2rem 2rem}}#addendums{margin:calc(-1 * (var(--header-offset) + var(--titlebar-height))) 0 0;min-height:100vh;grid-template-rows:max-content 1fr}#addendums>header{background:linear-gradient(45deg,color-mix(in srgb,var(--foreground) 10%,transparent),transparent)}#addendums>header .bind{position:relative;padding:calc(4rem + var(--header-offset) + var(--titlebar-height)) 3rem 3rem;overflow:hidden}#addendums>header .icon{position:absolute;right:6rem;top:0;width:28%;height:100%;display:grid;align-items:center;opacity:.2;pointer-events:none}#addendums>header .icon svg{position:absolute;fill:var(--foreground);width:100%;height:auto}#addendums .frame .container{grid-template-columns:2fr 6fr}#addendums .container header .sticky{position:sticky;top:calc(3rem + var(--header-offset))}#addendums .container .module.aside p{font-size:16px;line-height:1.6;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#addendums .container .module.aside p a{white-space:nowrap}#addendums .container header ul li{line-height:1.4;font-size:14px}#addendums .container header ul li:not(:last-child){margin:0 0 10px}#addendums .container .module ol{list-style-type:decimal;padding:0 0 0 1rem;margin:7px 0 0}#addendums .container .module>ol{margin:0 0 1rem}#addendums .container .module ol li{margin:0 0 7px;font-size:16px;line-height:1.6;max-width:800px}#addendums .container .module ol li:last-child{margin:0}#addendums .container.faq .module .question{margin:20px 0 2rem;scroll-margin-top:calc(env(safe-area-inset-top) + 3rem);max-width:800px}#addendums .container.faq .module .question h3{font-size:20px;letter-spacing:normal}#addendums .container.faq .module .question .answer .description.flair{margin:0 0 1rem}#addendums .container.faq .module .question .answer .description.flair p{font-size:16px;color:color-mix(in srgb,var(--foreground) 70%,transparent)}#addendums .container.faq .module .question .answer .description.flair strong{font-weight:400;color:color-mix(in srgb,var(--foreground) 90%,transparent)}#addendums .container.faq .module .question .answer .video{display:grid;grid-auto-flow:column;gap:2rem}#addendums .container.faq .module .question .answer .video video{margin:0 0 1rem;width:100%}#addendums .container.faq .module .question .answer .video .description.flair{font-style:italic;letter-spacing:.5px}#addendums .container.credits header .medals .medal{display:grid;grid-template-columns:48px 1fr;gap:1rem}#addendums .container.credits header .medals .medal:not(:last-child){margin:0 0 1rem}#addendums .container.credits header .medals .medal .text .name{margin:0 0 3px}#addendums .container.credits header .medals .medal .text .description p{max-width:500px;font-size:14px;line-height:1.4;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#addendums .container.credits .module.members{display:grid;grid-template-rows:max-content max-content 1fr;gap:3rem}#addendums .container.credits .module.members .list.member-links{--columns: 6;align-content:start}#addendums .container.credits .module.members .list.member-links .member-link{max-width:unset}@media screen and (max-width: 1440px){#addendums .frame .container{grid-template-columns:3fr 7fr}#addendums .container.credits .module.members .list.member-links{--columns: 4}}@media screen and (max-width: 1024px){#addendums .frame .container{grid-template-columns:1fr}#addendums .container.faq .module .question.app-store>div:last-child{grid-template-columns:1fr 1fr}#addendums .container.credits .module.members .list.member-links{--columns: 3}}@media screen and (max-width: 600px){#addendums>header .bind{padding:calc(3rem + var(--header-offset) + var(--titlebar-height)) 2rem 2rem}#addendums>header .icon{right:-6rem;width:80%}#addendums .container header .sticky{position:sticky;top:calc(2rem + var(--header-offset))}#addendums .container .module ol li{font-size:14px}#addendums .container.faq .module .question{margin:10px 0 2rem;scroll-margin-top:calc(env(safe-area-inset-top) + 2rem)}#addendums .container.faq .module .question h3{font-size:16px}#addendums .container.faq .module .question .answer .description.flair p{font-size:14px;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#addendums .container.faq .module .question .answer .description.flair strong{color:var(--foreground)}#addendums .container.credits .module.members{gap:2rem}#addendums .container.credits .module.members .list.member-links{--columns: 1}}#archives{margin:calc(-1 * (var(--header-offset) + var(--titlebar-height))) 0 0}#archives header{background:linear-gradient(45deg,color-mix(in srgb,var(--foreground) 10%,transparent),transparent)}#archives header .bind{position:relative;padding:calc(4rem + var(--header-offset) + var(--titlebar-height)) 3rem 3rem;overflow:hidden}#archives header .icon{position:absolute;right:6rem;top:20px;width:16%;height:100%;display:grid;align-items:center;opacity:.2;pointer-events:none}#archives header .icon svg{position:absolute;fill:var(--foreground);width:100%;height:auto}#archives .container{display:grid;grid-template-columns:2fr 3fr;gap:3rem}#archives .container .module .name{font-size:20px;margin:0 0 10px}#archives .container .module .description p{font-size:14px;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#archives.index .container{grid-template-columns:1fr 1fr 1fr}@media screen and (max-width: 1024px){#archives .container,#archives.index .container{grid-template-columns:1fr 1fr}}@media screen and (max-width: 600px){#archives header .bind{padding:calc(3rem + var(--header-offset) + var(--titlebar-height)) 2rem 2rem}#archives header .icon{right:-2rem;width:50%}#archives .container,#archives.index .container{grid-template-columns:1fr;gap:2rem}}.group-search{display:grid;grid-template-rows:min-content 1fr;gap:2rem}.group-search .form{grid-column:2}.group-search:not(.has-response) .form .field{margin:0}.group-search .form .field input{transition:color .25s,background-color .25s,box-shadow .25s}.group-search .form .field:hover input{z-index:2}.group-search .results{grid-column:2}.group-search.has-response .results{margin:1rem 0 0}.group-search .results .info:not(:last-child){margin:0 0 10px}.group-search .results .info.error{padding:1rem 0;text-align:center}.group-search .results .list{display:flex;gap:3px}.group-search .results .list li{width:100%;padding:0 1rem 0 0;display:flex;gap:10px;cursor:pointer;font-size:16px}.group-search .results .list li .icon{pointer-events:none}.group-search .results .list li .icon .clan-banner.graphic{display:flex;width:38px;height:38px;justify-content:center;background-color:#ffffff1a}.group-search .results .list li .icon .clan-banner.graphic canvas{width:unset;height:38px}.group-search .results .list li .displayName{flex:1 1 100%}.group-search.use-expander{display:block;position:relative}.group-search.use-expander .results{position:absolute;left:-1rem;top:calc(var(--item-size) + 20px);width:calc(100% + 2rem);max-height:60vh;padding:1rem;z-index:15;background-color:color-mix(in srgb,var(--background) 75%,transparent);-webkit-backdrop-filter:brightness(1.5) blur(5px);backdrop-filter:brightness(1.5) blur(5px);box-shadow:0 20px 60px #0003;overflow-y:auto}.wrapper.dark .group-search.use-expander .results{box-shadow:0 20px 60px #000}.wrapper.dark.black .group-search.use-expander .results{box-shadow:0 20px 160px #000}@media screen and (max-width: 600px){.group-search{gap:2rem}}#leaderboards{min-height:calc(100vh - 60px);margin:calc(-1 * (var(--header-offset) + var(--titlebar-height))) 0 0;grid-template-rows:max-content 1fr}#leaderboards header{background:linear-gradient(45deg,color-mix(in srgb,var(--foreground) 10%,transparent),transparent)}#leaderboards header .bind{position:relative;padding:calc(4rem + var(--header-offset) + var(--titlebar-height)) 3rem 3rem}#leaderboards header .module.header .icon{position:absolute;right:6rem;top:0;width:30%;height:100%;display:flex;align-items:center;overflow:hidden;opacity:.1;pointer-events:none}#leaderboards header .module.header .icon svg{position:absolute;width:100%;height:auto;fill:var(--foreground)}#leaderboards header .module.header{grid-column:-1/1;margin:0 0 2rem;padding:0}#leaderboards header .row.header{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}#leaderboards header .row.header .section.ext{min-height:172px;grid-template-columns:1fr 48px;gap:1rem}#leaderboards header .row.header .section.ext .stats{display:flex;flex-direction:column;gap:10px}#leaderboards header .row.header .section.ext .stats .stat .value{font-size:14px;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#leaderboards header .row.header .section.ext .stats .stat .name{font-size:12px;color:color-mix(in srgb,var(--foreground) 40%,transparent)}#leaderboards header .row.header .section.ext .info{margin:10px 0 0;font-size:12px;font-style:italic;letter-spacing:.5px;color:color-mix(in srgb,var(--foreground) 40%,transparent)}#leaderboards header .row.header .section.ext .info strong{font-weight:400;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#leaderboards header .row.header .section.ext .spinner.mini{margin:6px 0 0;justify-self:center}#leaderboards .member-summary{display:grid;align-content:start;column-gap:3px;row-gap:1rem}#leaderboards .member-summary:has(.button.dismiss){grid-template-columns:1fr 38px}#leaderboards .member-summary .info.warning{grid-column:-1/1}#leaderboards .member-summary .list{grid-column:-1/1;display:grid;grid-template-columns:repeat(6,max-content);gap:1rem}#leaderboards .member-summary .list ul{display:flex;flex-direction:column;gap:3px}#leaderboards .member-summary .list ul li:nth-child(1){font-size:10px;font-family:var(--font-text);line-height:1.4;letter-spacing:1px;text-transform:uppercase;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#leaderboards .member-summary .list ul li:nth-child(2){font-weight:500}#leaderboards .member-summary .list .name li{font-size:12px;letter-spacing:.5px}#leaderboards .member-summary .list.unranked li{color:color-mix(in srgb,var(--foreground) 40%,transparent)}#leaderboards .button.dismiss:active{background-color:var(--error)}@media (hover: hover){#leaderboards .button.dismiss:hover{background-color:var(--error)}}#leaderboards header .module .group{display:grid;grid-template-columns:38px 1fr;align-items:center;gap:1rem}#leaderboards header .module .group .icon{width:32px;justify-self:center;pointer-events:none}#leaderboards header .module .group .text .name{font-size:16px;line-height:1.2;color:color-mix(in srgb,var(--foreground) 100%,transparent)}#leaderboards header .module .group .text .motto{margin:4px calc(1rem - 3px) 0 0;line-height:1.2;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#leaderboards header .module .group .text .hyperlink{margin:6px 0 0;line-height:1.4}#leaderboards header .module.group{align-content:start}#leaderboards header .module.group .group{grid-template-columns:48px 1fr;align-items:start}#leaderboards header .module.group .group .icon{width:48px}#leaderboards header .module.group .group .text .name{font-size:18px}#leaderboards header .module.group .group .text .hyperlink{margin:1rem 0 0}#leaderboards header .module.self .button{margin:1rem 0 0}#leaderboards header .module.member .member-search{margin:1rem 0 0}#leaderboards header .module.group.selected{display:grid;grid-template-columns:1fr 38px;gap:3px}#leaderboards header .module.group .group-search{margin:1rem 0 0}#leaderboards header .info.warning{align-self:flex-start}#leaderboards .frame .container{min-height:570px;scroll-margin-top:calc(env(safe-area-inset-top) + 3rem);display:grid;grid-template-columns:1fr;grid-template-rows:1fr;gap:3rem}#leaderboards .section{display:grid;grid-template-columns:12px 1fr;gap:2rem}#leaderboards .section .header{position:relative;border-bottom:2px solid color-mix(in srgb,var(--foreground) 40%,transparent)}#leaderboards .section .header .sticky{position:sticky;top:calc(3rem + var(--header-offset))}#leaderboards .section .header .sticky h3{margin:2px 0 0;padding:0 0 1rem;writing-mode:vertical-rl;text-orientation:mixed;font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}#leaderboards .section .header .sticky div{margin:2rem 0 0 -1px;padding:0 0 1rem;writing-mode:vertical-rl;text-orientation:mixed;font-size:12px;letter-spacing:.5px;text-transform:uppercase;display:flex;gap:10px}#leaderboards .frame .container .module.error{display:grid;align-content:center;justify-items:center;gap:1rem}#leaderboards .frame .container .module.error .info{justify-self:center;align-self:center}#leaderboards .frame .container .module.error .info .text{color:var(--warning)}#leaderboards .frame .container .module.error .button{max-width:max-content}#leaderboards .frame .container .leaderboard .list{align-self:start}#leaderboards .frame .container .leaderboard .list .row.header{margin:0 0 3px;padding:0 0 3px;border-bottom:1px solid color-mix(in srgb,var(--foreground) 10%,transparent)}#leaderboards .frame .container .leaderboard .list .row.header ul li{height:24px;grid-auto-flow:column;justify-content:left;align-items:unset;gap:7px;text-transform:uppercase;font-size:12px;font-family:var(--font-text);line-height:1.4;letter-spacing:1px;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#leaderboards .frame .container .leaderboard .list .row.header ul li.active{color:color-mix(in srgb,var(--foreground) 80%,transparent)}#leaderboards .frame .container .leaderboard .list .row.header ul li span{height:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:break-all}#leaderboards .frame .container .leaderboard .list .row.header ul li span a{display:unset}#leaderboards .frame .container .leaderboard .list .row.self:before{content:"";position:absolute;top:12px;left:-24px;font-size:14px;line-height:1;z-index:2;pointer-events:none}#leaderboards .frame .container .leaderboard .list .row{display:block;min-height:38px}#leaderboards .frame .container .leaderboard .list .row .r{display:grid;grid-template-columns:minmax(200px,360px) repeat(6,1fr);gap:1rem;transition:background-color .25s}#leaderboards .frame .container .leaderboard .list>.row:not(.header)>.r:active{background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}@media (hover: hover){#leaderboards .frame .container .leaderboard .list>.row:not(.header)>.r:hover{background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}}#leaderboards .frame .container .leaderboard .list .row .r li{display:grid;align-items:center}#leaderboards .frame .container .leaderboard .list .row .r li .member-link{max-width:280px}#leaderboards .frame .container .leaderboard .list .row .r li.rank{font-size:16px}#leaderboards .frame .container .leaderboard .list .row .r li.rank.high{font-size:18px}#leaderboards .frame .container .leaderboard .list.fishing .row .r{grid-template-columns:minmax(200px,360px) repeat(7,1fr)}#leaderboards .frame .container .leaderboard .list.rarity .row{min-height:24px}#leaderboards .frame .container .leaderboard .list.rarity .row .r{grid-template-columns:4fr repeat(2,1fr)}#leaderboards .frame .container .leaderboard .list.rarity .row .r .emblem{max-width:474px}#leaderboards .frame .container .leaderboard .list .row .divider{height:1px;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}#leaderboards .frame .container .leaderboard .list .row .handler{padding:3px 0}#leaderboards .frame .container .leaderboard .list .row .compare .handler:hover{background-color:color-mix(in srgb,var(--foreground) 10%,transparent);cursor:row-resize}#leaderboards .frame .container .leaderboard .list .row .compare.is-expanded{padding:1rem 0}#leaderboards .frame .container .leaderboard .list .row .compare .module.loading{padding:2rem 0}#leaderboards .frame .container .leaderboard .list .row .compare .module.patron-feature{padding:2rem 0;display:grid;align-content:center;justify-items:center;gap:1rem}#leaderboards .frame .container .leaderboard .list .row .compare .module.patron-feature .info{justify-self:center;align-self:center}#leaderboards .frame .container .leaderboard .list .row .compare .module.patron-feature .info .text{max-width:500px;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#leaderboards .frame .container .leaderboard .list .row .compare .module.patron-feature .button{max-width:max-content}#leaderboards .frame .container .leaderboard .list .row .compare .actions{display:flex;justify-content:right;margin:0 0 2rem}#leaderboards .frame .container .leaderboard .list .row .compare .row{position:relative}#leaderboards .frame .container .leaderboard .list .row .compare .row .summary{padding-left:calc(38px + 1rem);justify-items:unset;align-items:unset;align-content:start}#leaderboards .frame .container .leaderboard .list .row .compare .row .criteria{grid-column:span 2;justify-items:unset;align-items:unset;align-content:start}#leaderboards .frame .container .leaderboard .list .row .compare .row:before{content:"";position:absolute;left:18px;top:0;width:1px;height:100%;background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}#leaderboards .frame .container .leaderboard .list .row .compare .row h4{font-weight:500;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#leaderboards .frame .container .leaderboard .list .row .compare .row .summary .description{max-width:420px;margin:0 0 3rem}#leaderboards .frame .container .leaderboard .list .row .compare .row .summary .description strong{font-weight:unset;color:var(--foreground)}#leaderboards .frame .container .leaderboard .list .row .compare .row .summary ul{display:grid;grid-template-columns:1fr;row-gap:6px}#leaderboards .frame .container .leaderboard .list .row .compare .row .summary ul li{--icon: 22px;justify-items:unset}#leaderboards .frame .container .leaderboard .list .row .compare .row .summary>ul>li:after{content:"";margin:3px 0 0;height:1px;background:linear-gradient(to right,color-mix(in srgb,var(--foreground) 10%,transparent),transparent)}#leaderboards .frame .container .leaderboard .list .row .compare .row .summary ul li ul{margin:0 1rem 0 0;display:grid;grid-template-columns:minmax(120px,180px) repeat(2,120px) 50px;grid-template-columns:1fr min-content;column-gap:1rem}#leaderboards .frame .container .leaderboard .list .row .compare .row .summary ul li ul li:first-child{color:color-mix(in srgb,var(--foreground) 60%,transparent)}#leaderboards .frame .container .leaderboard .list .row .compare .row .summary ul li ul li.pos{color:var(--stat-add)}#leaderboards .frame .container .leaderboard .list .row .compare .row .summary ul li ul li.neg{color:var(--stat-subtract)}#leaderboards .frame .container .leaderboard .list .row .compare .row .summary ul li ul li .text{padding:0 10px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#leaderboards .frame .container .leaderboard .list .row .compare .row .no-diff{align-content:inherit}#leaderboards .frame .container .leaderboard .list .row .compare .row .no-diff .info{justify-self:center;align-self:center}#leaderboards .frame .container .row{display:grid;gap:3rem}#leaderboards .frame .container .row.boards{grid-template-columns:repeat(4,1fr)}#leaderboards .frame .container .row.boards .section.statistics .stats{display:flex;flex-direction:column;gap:1rem}#leaderboards .frame .container .row.boards .section.statistics .stats .stat{color:color-mix(in srgb,var(--foreground) 60%,transparent)}#leaderboards .frame .container .row.boards .section.statistics .stats .stat .value{font-size:20px;line-height:1.4;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#leaderboards .frame .container .row.boards .section.statistics .stats .stat .name{font-size:14px;line-height:1.4}#leaderboards .frame .container .row.boards .section.statistics .stats .stat .info{margin:6px 0 0;max-width:300px;font-size:12px;font-style:italic;letter-spacing:.5px;color:color-mix(in srgb,var(--foreground) 40%,transparent)}#leaderboards .frame .container .row.boards .section.statistics .stats .stat .info p{line-height:1.4}#leaderboards .frame .container .row.boards .section.statistics .stats .entities{padding-right:unset}#leaderboards .frame .container .row.boards .section.statistics .stats .entities h5{margin:10px 0 1rem}#leaderboards .frame .container .row.boards .section.statistics .stats .entities .browse{height:56px;display:flex;justify-content:center;align-items:center}#leaderboards .frame .container .row.boards .leaderboard .list{gap:3px}#leaderboards .frame .container .row.boards .leaderboard .row{padding:3px 0;border-bottom:1px solid color-mix(in srgb,var(--foreground) 10%,transparent)}#leaderboards .frame .container .row.boards .leaderboard .row ul{grid-template-columns:1fr 20px 50px}#leaderboards .frame .container .row.boards .leaderboard .row ul li .member-link{max-width:unset}#leaderboards .frame .container .row.boards .leaderboard .browse{height:56px;display:flex;justify-content:center;align-items:center}#leaderboards .frame .container .actions{display:grid;grid-template-columns:max-content auto;justify-content:space-between;gap:3px}#leaderboards .frame .container .actions .page{display:grid;grid-template-columns:repeat(3,max-content);gap:3px}#leaderboards .frame .container .actions .depth{display:grid;align-items:center;gap:3px;font-size:16px;font-family:var(--font-text);text-align:right}@media screen and (max-width: 1280px){#leaderboards header .row.header{grid-template-columns:repeat(2,1fr)}#leaderboards header .module.subscriptions{display:none}#leaderboards .frame .container .row.boards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){#leaderboards header .row.header{grid-template-columns:1fr}#leaderboards .frame .container .row.boards{grid-template-columns:1fr}}@media screen and (max-width: 600px){#leaderboards header .bind{padding:calc(3rem + var(--header-offset) + var(--titlebar-height)) 2rem 2rem}#leaderboards header .module.header .icon{right:0;width:80%}#leaderboards header .module.header .icon svg{right:-6rem}#leaderboards .frame .container{scroll-margin-top:calc(env(safe-area-inset-top) + 2rem);gap:2rem}#leaderboards .section .header .sticky{top:calc(2rem + var(--header-offset))}#leaderboards header .row.header{gap:2rem}#leaderboards header .row.header .section{grid-template-columns:1fr;gap:1rem}#leaderboards header .row.header .section .header{border-bottom:unset}#leaderboards header .row.header .section .header .sticky{position:unset;top:unset}#leaderboards header .row.header .section .header .sticky h3{margin:0;padding:0;writing-mode:horizontal-tb}#leaderboards header .module .group .text .hyperlink{margin:6px 0 0}#leaderboards .frame .container .row{gap:2rem}#leaderboards .frame .container .leaderboard .list .row .r{display:grid;grid-template-columns:1fr 30px 40px;gap:1rem}#leaderboards .frame .container .leaderboard .list .row.header{display:none}#leaderboards .frame .container .leaderboard .list .row .r li.metric:not(.active){display:none}#leaderboards .frame .container .leaderboard .list .row .r li .member-link .text{font-size:14px}#leaderboards .frame .container .leaderboard .list .row .r li.rank,#leaderboards .frame .container .leaderboard .list .row .r li.metric{font-size:12px}#leaderboards .frame .container .leaderboard .list .row .r li.rank.high{font-size:16px}#leaderboards .frame .container .leaderboard .list .row .compare .actions{margin:0 0 1rem}#leaderboards .frame .container .leaderboard .list .row .compare .row .r{grid-template-columns:1fr;gap:2rem}#leaderboards .frame .container .leaderboard .list .row .compare .row .summary{grid-column:unset}#leaderboards .frame .container .leaderboard .list .row .compare .row .summary ul li ul{margin:0;grid-template-columns:60px repeat(2,1fr) 50px;grid-template-columns:1fr min-content;column-gap:10px}#leaderboards .frame .container .leaderboard .list .row .compare .row .r>li{padding-left:calc(38px + 1rem);padding-right:unset}#leaderboards .frame .container .leaderboard .list .row .compare .row .no-diff{display:none}#leaderboards .frame .container .actions .depth{font-size:14px}}._list_1l9g6_1{--item-border-inset-width: 1px;--item-border-inset-color: #b9b9b9;display:grid;grid-template-columns:1fr;align-content:start;gap:6px}._list_1l9g6_1 li{display:grid;grid-template-columns:34px 1fr;align-items:center;color:color-mix(in srgb,var(--foreground) 70%,transparent)}._list_1l9g6_1._commonality_1l9g6_17 li{grid-template-columns:34px 1fr max-content}._list_1l9g6_1 li._placeholder_1l9g6_21{height:24px}._list_1l9g6_1 li ._icon_1l9g6_25{position:relative;width:24px;aspect-ratio:1/1}._list_1l9g6_1 li ._text_1l9g6_31{padding:0 10px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._list_1l9g6_1 li ._icon_1l9g6_25._withBorder_1l9g6_38{background-color:color-mix(in srgb,var(--foreground) 10%,transparent)}._list_1l9g6_1 li ._icon_1l9g6_25._withBorder_1l9g6_38:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;box-shadow:inset 0 0 0 var(--item-border-inset-width) var(--item-border-inset-color);z-index:3}._entities_1l9g6_53{padding-right:1rem}._entities_1l9g6_53 ._actions_1l9g6_57{margin:1rem 0 0;display:flex;justify-content:space-between;align-items:center}._entities_1l9g6_53 ._actions_1l9g6_57 ._count_1l9g6_64{display:flex;flex-flow:row wrap;column-gap:4px;font-size:16px}._entities_1l9g6_53 ._actions_1l9g6_57 ._count_1l9g6_64 span{display:flex;flex-flow:row wrap;column-gap:4px}._entities_1l9g6_53 ._actions_1l9g6_57 ._count_1l9g6_64 span:before{content:"/"}@media screen and (max-width: 600px){._entities_1l9g6_53{padding-right:unset}._entities_1l9g6_53 ._actions_1l9g6_57 ._depth_1l9g6_86{font-size:14px}}#fireteam-monitor{margin:calc(-1 * (var(--header-offset) + var(--titlebar-height))) 0 0;min-height:100vh;grid-template-rows:max-content 1fr}#fireteam-monitor header{background:linear-gradient(45deg,color-mix(in srgb,var(--foreground) 10%,transparent),transparent)}#fireteam-monitor header .bind{position:relative;padding:calc(4rem + var(--header-offset) + var(--titlebar-height)) 3rem 3rem;overflow:hidden}#fireteam-monitor header .icon{position:absolute;right:6rem;top:0;width:16%;height:100%;display:grid;align-items:center;opacity:.2;pointer-events:none}#fireteam-monitor header .icon svg{position:absolute;fill:var(--foreground);width:100%;height:auto}#fireteam-monitor .frame .container{grid-template-columns:1fr 4fr}#fireteam-monitor .frame .container .column{display:grid;gap:3rem}#fireteam-monitor .frame .container .column .info.attention{padding:2rem 0;align-self:center}#fireteam-monitor .frame .container .column.members{grid-template-rows:max-content 1fr}#fireteam-monitor .frame .container .column.members .list.members{display:grid;align-content:start;gap:3px}#fireteam-monitor .frame .container .column.members .list.members li{display:grid;grid-template-columns:1fr 38px;gap:3px}#fireteam-monitor .frame .container .column.players .wrapper{display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);align-content:start}#fireteam-monitor .frame .container .column.players .module.player{display:grid;gap:1rem}#fireteam-monitor .frame .container .column.players .module.player .member{display:grid;grid-template-columns:1fr 38px;gap:3px}#fireteam-monitor .frame .container .column.players .module.player .member .spinner{justify-self:center;align-self:center}#fireteam-monitor .frame .container .column.players .module.player .state time{color:color-mix(in srgb,var(--foreground) 40%,transparent)}#fireteam-monitor .frame .container .column.players .module.player .list.members{display:grid;align-content:start;gap:3px}#fireteam-monitor .frame .container .column.players .module.player .list.members li{display:grid;grid-template-columns:1fr 38px;gap:3px}#fireteam-monitor .frame .container .column.players .module.player .list.members .placeholder{height:38px;-webkit-user-select:none;user-select:none;background-color:color-mix(in srgb,var(--foreground) 5%,transparent)}#fireteam-monitor .button.dismiss:active{background-color:var(--error)}@media (hover: hover){#fireteam-monitor .button.dismiss:hover{background-color:var(--error)}}@media screen and (max-width: 1440px){#fireteam-monitor .frame .container .column.players .wrapper{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1024px){#fireteam-monitor .frame .container{grid-template-columns:1fr 2fr}#fireteam-monitor .frame .container .column.players .wrapper{grid-template-columns:repeat(2,1fr)}#fireteam-monitor .frame .container .column.players .module.player{grid-template-columns:1fr}}@media screen and (max-width: 768px){#fireteam-monitor .frame .container{grid-template-columns:repeat(2,1fr)}#fireteam-monitor .frame .container .column.players .wrapper,#fireteam-monitor .frame .container .column.players .module.player{grid-template-columns:1fr}}@media screen and (max-width: 600px){#fireteam-monitor header .bind{padding:calc(3rem + var(--header-offset) + var(--titlebar-height)) 2rem 2rem}#fireteam-monitor header .icon{right:0;width:60%}#fireteam-monitor .frame .container{grid-template-columns:1fr;grid-template-rows:max-content 1fr}#fireteam-monitor .frame .container .column,#fireteam-monitor .frame .container .column.players .wrapper{gap:2rem}}#dresstiny{min-height:100vh;margin:calc(-1 * (var(--header-offset) + var(--titlebar-height))) 0 0;grid-template-rows:max-content 1fr}#dresstiny.page{min-height:calc(100vh - 60px)}#dresstiny .frame .container{align-content:unset}#dresstiny header.page{background:linear-gradient(45deg,color-mix(in srgb,var(--foreground) 10%,transparent),transparent)}#dresstiny header.page .bind{position:relative;padding:calc(4rem + var(--header-offset) + var(--titlebar-height)) 3rem 3rem;overflow:hidden}#dresstiny header.page .icon{position:absolute;right:6rem;top:20px;width:16%;height:100%;display:grid;align-items:center;opacity:.2;pointer-events:none}#dresstiny header.page .icon svg{position:absolute;fill:var(--foreground);width:100%;height:auto}#dresstiny .container{grid-template-columns:minmax(160px,374px) 1fr;grid-template-rows:1fr max-content}#dresstiny .container.single{grid-template-rows:1fr}#dresstiny .container header{position:relative;grid-row:span 2}#dresstiny .container.single header{grid-row:unset}#dresstiny .container header .sticky{position:sticky;top:calc(3rem + var(--header-offset));display:flex;flex-direction:column;gap:2rem}#dresstiny .container header .upsell .description.flair{margin:0 0 1rem}#dresstiny .container header .self .member{margin:0 0 1rem;height:38px;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--foreground) 20%,transparent)}#dresstiny .container header .self .stats{display:grid;grid-template-columns:repeat(auto-fill,60px);gap:1rem}#dresstiny .container header .self .stats .stat{display:grid;color:color-mix(in srgb,var(--foreground) 60%,transparent)}#dresstiny .container header .self .stats .stat.progress{grid-column:-1/1}#dresstiny .container header .self .stats .stat:not(.progress) .value{font-size:20px;line-height:1.4;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#dresstiny .container header .self .stats .stat .value:has(.icon){display:grid;grid-auto-flow:column;justify-content:left;gap:8px}#dresstiny .container header .self .stats .stat .value .icon{display:grid;align-items:center;width:18px}#dresstiny .container header .self .stats .stat .name{line-height:1.4;font-size:14px}#dresstiny .container header .self .stats .stat .name:not(.hyperlink){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#dresstiny .container header .self .button{margin:2rem 0 0;max-width:unset}#dresstiny .container header .stats{display:flex;flex-direction:column;gap:1rem}#dresstiny .container header .stats .stat{color:color-mix(in srgb,var(--foreground) 60%,transparent)}#dresstiny .container header .stats .stat .value{font-size:20px;line-height:1.4;color:color-mix(in srgb,var(--foreground) 80%,transparent)}#dresstiny .container header .stats .stat .name{font-size:14px;line-height:1.4}#dresstiny .container header .stats .stat .info{margin:6px 0 0;max-width:300px;font-size:12px;font-style:italic;letter-spacing:.5px;color:color-mix(in srgb,var(--foreground) 40%,transparent)}#dresstiny .container header .stats .stat .distribution{margin:6px 0 0;height:26px;display:flex;gap:3px}#dresstiny .container header .stats .stat .distribution .category{container-type:inline-size;position:relative;height:2px;background-color:var(--accent, rgba(255, 255, 255, .1))}#dresstiny .container header .stats .stat .distribution .category:before{content:"";position:absolute;left:0;bottom:2px;width:100%;height:16px;background:linear-gradient(to bottom,transparent,color-mix(in srgb,var(--accent, var(--foreground)) 30%,transparent))}#dresstiny .container header .stats .stat .distribution .category.uncommended{width:100%;background-color:#ffffff1a}#dresstiny .container header .stats .stat .distribution .category .value{position:absolute;left:0;top:8px;color:var(--accent);font-family:var(--font-text);font-size:10px;opacity:.8}#dresstiny .module.loading.error .info .text{color:var(--warning)}#dresstiny .module.loading.error .button{max-width:max-content}#dresstiny .container .fits{display:grid;grid-template-columns:repeat(2,1fr);align-content:start;gap:2rem}#dresstiny .container .fits.single{grid-template-columns:1fr}#dresstiny .container .actions{display:flex;justify-content:space-between;gap:3px}#dresstiny .container .actions .page{display:grid;grid-template-columns:repeat(3,max-content);gap:3px}#dresstiny .container .actions .depth{display:grid;align-items:center;gap:3px;font-size:16px;font-family:var(--font-text);text-align:right}@media screen and (max-width: 1280px){#dresstiny .container .fits{grid-template-columns:1fr}}@media screen and (max-width: 1023px){#dresstiny .container,#dresstiny .container.single{grid-template-columns:1fr;grid-template-rows:min-content 1fr}#dresstiny .container header .sticky{position:unset;top:unset}#dresstiny .container .fits{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){#dresstiny .container .fits{grid-template-columns:1fr}}@media screen and (max-width: 600px){#dresstiny header.page .bind{padding:calc(3rem + var(--header-offset) + var(--titlebar-height)) 2rem 2rem}#dresstiny header.page .icon{right:-2rem;width:50%}#dresstiny .container header .self .stats{gap:10px}#dresstiny .container header{grid-row:unset}}._filters_pchbv_1{display:grid;grid-template-columns:repeat(5,1fr);gap:3px}._filters_pchbv_1 ._tab_pchbv_7{--accent: color-mix(in srgb, var(--foreground) 80%, transparent);padding:6px 10px;display:grid;justify-content:center;gap:3px;cursor:pointer;color:color-mix(in srgb,var(--foreground) 80%,transparent);background-color:color-mix(in srgb,var(--foreground) 5%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--foreground) 20%,transparent);transition:color .25s,background-color .25s,box-shadow .25s}._filters_pchbv_1 ._tab_pchbv_7._selected_pchbv_20{color:color-mix(in srgb,var(--foreground) 80%,transparent);background-color:color-mix(in srgb,var(--accent) 60%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--accent) 80%,transparent)}._filters_pchbv_1 ._tab_pchbv_7:active{color:color-mix(in srgb,var(--foreground) 100%,transparent);background-color:color-mix(in srgb,var(--accent) 90%,transparent)}@media (hover: hover){._filters_pchbv_1 ._tab_pchbv_7:hover:not(:active){color:color-mix(in srgb,var(--foreground) 100%,transparent);background-color:color-mix(in srgb,var(--accent) 80%,transparent)}}._filters_pchbv_1 ._tab_pchbv_7 ._icon_pchbv_38{justify-self:center;font-size:18px}._filters_pchbv_1 ._tab_pchbv_7 ._icon_pchbv_38 svg{width:24px;height:18px;fill:currentColor}._filters_pchbv_1 ._tab_pchbv_7 ._text_pchbv_49{padding:unset;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-text);font-size:8px;text-transform:uppercase}._pane_7jn3v_1{--width: 50%;--multiplier: .75}._pane_7jn3v_1._manage_7jn3v_6 header{padding:calc(var(--titlebar-height) + var(--header-offset)) 0 0;align-items:stretch}._pane_7jn3v_1 header ._glaze_7jn3v_11{position:absolute;right:-1.5rem;top:calc(var(--header-offset) + calc(var(--titlebar-height) / 2) - 2rem);width:100%;max-width:270px;aspect-ratio:1/1;-webkit-mask-image:linear-gradient(30deg,#0000 20%,#0003);mask-image:linear-gradient(30deg,#0000 20%,#0003)}._pane_7jn3v_1 header ._glaze_7jn3v_11 svg{fill:#fff}._pane_7jn3v_1 header ._glaze_7jn3v_11._bungie_7jn3v_25{right:-2rem;top:calc(var(--header-offset) + calc(var(--titlebar-height) / 2));max-width:270px;-webkit-mask-image:linear-gradient(30deg,#0000000d 40%,#000);mask-image:linear-gradient(30deg,#0000000d 40%,#000)}._pane_7jn3v_1 header ._glaze_7jn3v_11._bungie_7jn3v_25 svg{color:var(--bungie-blue)}._pane_7jn3v_1 header ._wrapper_7jn3v_36{flex:1;display:flex;flex-direction:column;justify-content:space-between}._pane_7jn3v_1 header ._wrapper_7jn3v_36 ._bungie_7jn3v_25{grid-column:span 2;display:grid;grid-template-columns:24px 1fr;align-items:center;gap:10px}._pane_7jn3v_1 header ._wrapper_7jn3v_36 ._bungie_7jn3v_25 ._icon_7jn3v_51:not(._transparent_7jn3v_51){background-color:#ffffff1a}._pane_7jn3v_1 header ._wrapper_7jn3v_36 ._bungie_7jn3v_25 ._icon_7jn3v_51 ._image_7jn3v_55{position:relative;width:24px;aspect-ratio:1/1}._pane_7jn3v_1 header ._wrapper_7jn3v_36 ._bungie_7jn3v_25 ._text_7jn3v_61{display:grid}._pane_7jn3v_1 header ._wrapper_7jn3v_36 ._bungie_7jn3v_25 ._text_7jn3v_61 ._name_7jn3v_65{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._pane_7jn3v_1 header ._wrapper_7jn3v_36 ._bungie_7jn3v_25 ._text_7jn3v_61 ._name_7jn3v_65._long_7jn3v_72{font-size:14px}._pane_7jn3v_1 header ._wrapper_7jn3v_36 ._cum_7jn3v_76{display:flex;justify-content:space-between;align-items:center}._pane_7jn3v_1 header ._wrapper_7jn3v_36 ._view_7jn3v_82{padding:calc((48px + var(--multiplier) * 60px) - var(--titlebar-height) + var(--header-offset) - 24px) 0 2rem;font-size:calc(48px * var(--multiplier));font-weight:500;text-transform:uppercase;color:#ffffffe6}._pane_7jn3v_1 header ._wrapper_7jn3v_36 ._view_7jn3v_82 span{font-weight:400;color:#fff9}._pane_7jn3v_1 header ._wrapper_7jn3v_36 ._character_7jn3v_95{max-width:256px;width:100%}._pane_7jn3v_1 header ._wrapper_7jn3v_36 ._character_7jn3v_95 ._option_7jn3v_100{padding:unset;display:flex}._content_7jn3v_105{padding:2rem 2rem 2rem 0;display:flex;flex-flow:column nowrap;gap:1rem;overflow:hidden;overflow-y:auto}._content_7jn3v_105._is-loading_7jn3v_114{justify-content:center;align-content:center}._content_7jn3v_105 ._info_7jn3v_119{display:flex;flex-direction:column;gap:1rem}._content_7jn3v_105._create_7jn3v_125{padding:2rem}._content_7jn3v_105._create_7jn3v_125 ._info_7jn3v_119{max-width:512px;font-size:12px}._content_7jn3v_105._create_7jn3v_125 ._info_7jn3v_119 p strong{font-weight:400;color:color-mix(in srgb,var(--foreground) 60%,transparent)}._content_7jn3v_105._create_7jn3v_125 ._info_7jn3v_119 p em{padding:2px 3px;font-style:unset;color:var(--foreground);background-color:color-mix(in srgb,var(--warning) 60%,transparent);border-radius:2px}._content_7jn3v_105._create_7jn3v_125 ._form_7jn3v_147{margin:1rem 0 0}._content_7jn3v_105._create_7jn3v_125 ._actions_7jn3v_151{display:flex;align-items:center;gap:1rem}@media screen and (max-width: 600px){._pane_7jn3v_1 header ._wrapper_7jn3v_36 ._view_7jn3v_82{padding:calc((24px + var(--multiplier) * 60px) - var(--titlebar-height) + var(--header-offset) - 24px) 0 2rem}._pane_7jn3v_1 header ._wrapper_7jn3v_36 ._cum_7jn3v_76{padding-bottom:1rem;flex-direction:column;align-items:unset}._pane_7jn3v_1 header ._wrapper_7jn3v_36 ._view_7jn3v_82{padding-bottom:1rem}._content_7jn3v_105._create_7jn3v_125{padding:2rem 0}}
