/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */@layer properties;.ant-picker-dropdown{text-align:right}@media (max-width:768px){.ant-message-custom-content:last-child{text-align:left}}.ant-message,.ant-select-dropdown,.ant-tooltip{z-index:99999!important}@property --angle{syntax:"<angle>";initial-value:0deg;inherits:false}@keyframes rotate-angle{to{--angle:360deg}}@keyframes rotateGradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes skeleton-shimmer{0%{transform:translateX(-100%) translateY(-100%)}to{transform:translateX(100%) translateY(100%)}}.skeleton{position:relative;overflow:hidden;background-color:var(--theme-image-skeleton-base)}.skeleton:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(135deg,transparent 0,transparent 40%,var(--theme-skeleton-shimmer-mid) 50%,transparent 60%,transparent 100%);transform:translateX(-100%) translateY(-100%);animation:skeleton-shimmer 1.5s ease infinite;will-change:transform}.border-animation{position:relative;display:flex;align-items:center;justify-content:center;background:var(--theme-bg)}.border-animation:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:2px;z-index:10;background:conic-gradient(from var(--angle),var(--theme-card-conic-blue),var(--theme-card-conic-red),var(--theme-card-conic-orange),var(--theme-card-conic-lime),var(--theme-card-conic-mint),var(--theme-card-conic-magenta),var(--theme-card-conic-blue));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;animation:rotate-angle 4s linear infinite}@font-face{font-family:LeagueSpartan;font-weight:200;font-style:normal;src:url(https://static.playol.com/fonts/LeagueSpartan-ExtraLight.woff2)}@font-face{font-family:LeagueSpartan;font-weight:300;font-style:normal;src:url(https://static.playol.com/fonts/LeagueSpartan-Light.woff2)}@font-face{font-family:LeagueSpartan;font-weight:400;font-style:normal;src:url(https://static.playol.com/fonts/LeagueSpartan-Regular.woff2)}@font-face{font-family:LeagueSpartan;font-weight:500;font-style:normal;src:url(https://static.playol.com/fonts/LeagueSpartan-Medium.woff2)}@font-face{font-family:LeagueSpartan;font-weight:600;font-style:normal;src:url(https://static.playol.com/fonts/LeagueSpartan-SemiBold.woff2)}@font-face{font-family:LeagueSpartan;font-weight:700;font-style:normal;src:url(https://static.playol.com/fonts/LeagueSpartan-Bold.woff2)}@font-face{font-family:LeagueSpartan;font-weight:800;font-style:normal;src:url(https://static.playol.com/fonts/LeagueSpartan-ExtraBold.woff2)}@font-face{font-family:LeagueSpartan;font-weight:900;font-style:normal;src:url(https://static.playol.com/fonts/LeagueSpartan-Black.woff2)}@font-face{font-family:NotoSans;font-weight:100;font-style:normal;src:url(https://static.playol.com/fonts/NotoSans-Thin.woff2)}@font-face{font-family:NotoSans;font-weight:200;font-style:normal;src:url(https://static.playol.com/fonts/NotoSans-ExtraLight.woff2)}@font-face{font-family:NotoSans;font-weight:300;font-style:normal;src:url(https://static.playol.com/fonts/NotoSans-Light.woff2)}@font-face{font-family:NotoSans;font-weight:400;font-style:normal;src:url(https://static.playol.com/fonts/NotoSans-Regular.woff2)}@font-face{font-family:NotoSans;font-weight:500;font-style:normal;src:url(https://static.playol.com/fonts/NotoSans-Medium.woff2)}@font-face{font-family:NotoSans;font-weight:600;font-style:normal;src:url(https://static.playol.com/fonts/NotoSans-SemiBold.woff2)}@font-face{font-family:NotoSans;font-weight:700;font-style:normal;src:url(https://static.playol.com/fonts/NotoSans-Bold.woff2)}@font-face{font-family:NotoSans;font-weight:800;font-style:italic;src:url(https://static.playol.com/fonts/NotoSans-ExtraBold.woff2)}@font-face{font-family:NotoSans;font-weight:900;font-style:normal;src:url(https://static.playol.com/fonts/NotoSans-Black.woff2)}@font-face{font-family:ArialRoundedMTW02Bold;font-style:normal;src:url(https://static.playol.com/fonts/ArialRoundedMTW02-Bold.woff2)}:root,[data-theme=dark]{--public-text-main:#ffffff;--public-bg-main:#333333;--public-bg-main-zone:#434343;--public-bg-primary:#000000;--brand-main:#1F1F1F;--brand-main-hover:#d9d9d9;--brand-red:#f90613;--brand-info:#3385ff;--brand-red-glow:#f9061380;--brand-red-hover:#990000;--brand-accent:#ffaa00;--brand-error:#ff3333;--brand-error-border:#ff3333;--brand-success:#1ede74;--brand-gray:#3A3A3A;--brand-gray-400:#737373;--theme-bg-deep:var(--public-bg-primary);--theme-bg-deep2:var(--public-bg-primary);--theme-bg-deep3:var(--public-bg-primary);--theme-bg:#141414;--theme-bg-1:#141414;--theme-bg-2:var(--brand-gray-400);--theme-bg-3:var(--brand-gray-400);--theme-bg-nav:#141414;--theme-bg-secondary:#1f1f1f;--theme-bg-tertiary:#262626;--theme-bg-tertiary-nav:#262626;--theme-bg-inset:var(--public-bg-main);--theme-bg-inset-1:var(--public-bg-main);--theme-bg-hover:#434343;--theme-bg-active:#4d4d4d;--theme-bg-card:#262626;--theme-bg-disabled:var(--public-bg-main);--theme-text:#f2f2f2;--theme-text-1:#A6A6A6;--theme-text-secondary:#d9d9d9;--theme-text-tertiary:#a6a6a6;--theme-text-tertiary-store:#a6a6a6;--theme-text-muted:var(--brand-gray-400);--theme-text-muted-zone:var(--brand-gray-400);--theme-text-muted-store:var(--brand-gray-400);--theme-text-placeholder:#8c8c8c;--theme-text-disabled:#4d4d4d;--theme-text-disabled-2:#d9d9d9;--theme-text-disabled-3:var(--brand-gray-400);--theme-text-inverse:#ffffff;--theme-text-hover:#F2F2F2;--theme-border:#333333;--theme-border-1:#262626;--theme-border-2:#333333;--theme-border-nav:#1f1f1f;--theme-border-secondary:#4d4d4d;--theme-border-focus:#d9d9d9;--theme-overlay:#000000cc;--theme-overlay-medium:#00000099;--theme-overlay-light:#00000080;--theme-overlay-transparent:#0000000f;--theme-primary:#ff6b00;--theme-primary-hover:#ff8c33;--theme-scroll:#595959;--theme-scroll-hover:#434343;--brand-recharge-modal-bg:#14141499;--brand-recharge-modal-confirmation-bg:#43434399;--brand-gold:#ffc022;--brand-rank-2:#086fe9;--brand-rank-3:#47b405;--brand-online:#00ec6a;--brand-danger-hover:#ff7676;--brand-coming-soon:#dda75b;--brand-task-emphasis:#b92d01;--brand-newbie-violet-tint:#32045580;--brand-newbie-cyan:#1cc9f0;--brand-newbie-progress-from:#7ede60;--brand-newbie-progress-to:#1ed1a7;--brand-newbie-reward-bg-start:#1e1763;--brand-newbie-reward-bg-end:#1946a7;--brand-newbie-reward-shadow:0 0 8px 0 #1cc9f0a3,0 0 6px 0 #1cc9f0cc inset;--brand-friends-cta-shadow:#ff000099;--brand-avatar-selected-glow:#f9061366;--brand-checkin-primary-bg:linear-gradient(258deg,#f90613 35.03%,#fa0 90.05%);--brand-checkin-primary-bg-hover:linear-gradient(258deg,#ff4751 35.03%,#ffc44d 90.05%);--brand-checkin-primary-shadow:0 2rem 6rem 0 #ff500252,inset -1rem -1rem 2rem 0 #ffffff1a;--brand-checkin-makeup-bg:linear-gradient(282deg,#7ede60 45.36%,#1ed1a7 88.14%);--brand-checkin-makeup-bg-hover:linear-gradient(282deg,#8fe97d 45.36%,#4fd6b8 88.14%);--brand-checkin-makeup-shadow:0 2rem 6rem 0 #18bd9152;--brand-checkin-reissue-glow:#36d59566;--brand-novice-pop-drop:#f3380933;--brand-progress-ring-glow-outer:#36d585;--brand-progress-ring-glow-inner:#7ee060;--brand-novice-turquoise-mid:#45f574;--brand-novice-turquoise-end:#0fffd7;--brand-card-conic-blue:#0336ffcc;--brand-card-conic-red:#ff0000cc;--brand-card-conic-orange:#ff8710cc;--brand-card-conic-lime:#b9f449cc;--brand-card-conic-mint:#10ffb3cc;--brand-card-conic-magenta:#ff00c8cc;--brand-novice-milestone-stripe:linear-gradient(107.84deg,#0336ffcc 7.2%,#ff0000cc 51.77%,#ff8710cc 74.05%,#b9f449cc 85.19%,#10ffb3cc 90.76%,#ff00c8cc 96.34%);--brand-activity-zone-chip-shadow:0 1px 9px 0 #ffffff05;--brand-activity-zone-menu-active-bg:linear-gradient(90deg,#ffffff00,#ffffff0a 30.29%,#ffffff0a 70.19%,#ffffff00);--brand-activity-zone-menu-hover-bg:linear-gradient(90deg,#ffffff00,#ffffff05 30.29%,#ffffff05 70.19%,#ffffff00);--brand-activity-zone-menu-text-glow:0 0 4px #ffffffcc;--brand-activity-zone-btn-glow:0 0 8px 0 #ffffff40;--brand-activity-card-lucky:linear-gradient(180deg,#f1419600,#a941c3 47.75%,#4741f1);--brand-activity-card-newcomer:linear-gradient(180deg,#ff8a0500,#ff6105 50%,#ff2b2b);--brand-activity-card-task:linear-gradient(180deg,#814bdf00,#3245be 47.75%,#3187e9);--brand-activity-card-collect:linear-gradient(180deg,#41b6c300,#41B6C3 50%,#224EFF);--brand-activity-card-dice:linear-gradient(180deg,#f141bc00,#7141C3 47.75%,#4741F1);--brand-activity-cta-text-gradient:linear-gradient(282deg,#7ede60 45.36%,#1ed1a7 88.14%);--brand-activity-zone-menu-bg:#FFFFFF1A;--brand-declaration-top-mask:linear-gradient(0deg,transparent,#49494980 45%,#49494999);--brand-declaration-bottom-bg:#00000080;--brand-login-reward-day-2:#c7316d;--brand-login-reward-day-3:#9a31c7;--brand-login-reward-day-4:#5231c7;--brand-login-reward-day-5:#31c766;--brand-login-reward-day-6:#fd7f3b;--brand-login-reward-day-7:#f21717;--brand-login-reward-daynum-shadow:#93939366;--brand-marketing-bar-gradient:linear-gradient(258deg,var(--brand-accent) 35.03%,var(--brand-red) 90.05%);--brand-lucky-cta-gradient:linear-gradient(90deg,#ff6b35 3.47%,#ff2a2a 94.58%);--brand-lucky-font-accent:#9e2711;--brand-newbie-prize-purple:#4e007c;--brand-newbie-prize-orange:#aa5000;--brand-newbie-lv-glow-gold:#ffe889a3;--brand-newbie-lv-glow-pink:#ff9df566;--brand-invite-bottom-fade:#1e1e1e00;--brand-invite-online-text:var(--brand-success);--brand-invite-task-card-hover-bg:#141414;--brand-slider-captcha-fg:#ffffffa6;--brand-lucky-prize-top-shine:linear-gradient(180deg,#ffffff0d 2%,#ffffff00 60%);--brand-reward-owned-bg:linear-gradient(99deg,#1A9FFF 5.05%,#3AED70 97.98%);--brand-reward-owned-border:#3aed701a;--brand-reward-cost-text:#593816;--brand-reward-notch-bg:#110f0f;--brand-reward-chip-bg:#73737333;--brand-reward-shine-bg:linear-gradient(90deg,#ffffff00,#ffffff4d 20%,#ffffff4d 80%,#ffffff00);--brand-collect-button-text:#d3430e;--brand-collect-action-stroke:#014cff;--brand-collect-draw-stroke:#fffdcc;--brand-collect-reward-stroke:#CE7238;--brand-toolpop-bg:#252525;--brand-toolpop-placeholder:#666666;--brand-task-card-inset-sm:0 2px 6px 0 #ffffff14 inset;--brand-task-card-inset-lg:0px 4px 8px 0px #ffffff33 inset;--brand-task-title-shadow:0 3px 6px #9a9a9a33;--brand-image-skeleton-base:#181818;--brand-image-skeleton-shine:#5e5e5e4d;--brand-skeleton-shimmer-mid:#ffffff33;--brand-leftmenu-scrollbar-thumb:#5d5d5d00;--brand-leftmenu-scrollbar-thumb-hover:#5d5d5dff;--brand-game-swiper-bullet-bg:#f0f0f0;--brand-game-swiper-bullet-active-bg:#ffffff;--brand-meta-theme-color:#141414;--brand-dice-button-text:#D07710;--brand-dice-ordinary-text:#3F8C09;--brand-dice-forward-text:#15A6D8;--brand-dice-rules-text:#A945CE;--brand-dice-start-text:#A27A59;--brand-not-found-bg:#f8f9fa;--brand-not-found-title:#333333;--brand-not-found-text:#666666;--brand-not-found-button-bg:var(--brand-red);--brand-not-found-button-bg-hover:var(--brand-red-hover);--brand-not-found-button-fg:#ffffff;--brand-not-found-button-shadow:0 4px 12px #ff4d4f33;--brand-not-found-bottom-bg:linear-gradient(180deg,rgba(20,20,20,0.00) 19.72%,#141414 65.72%);--brand-pointsMall-redeemed-text:linear-gradient(87deg,#7A7A7A -0.35%,#A3A3A3 29.28%,#E0E0E0 51.61%,#A3A3A3 72.83%,#666 102.56%);--brand-points-tab-bg:#1a1a1a;--brand-points-card-bg:#56565680;--brand-points-card-bg-mobile:#43434380;--brand-points-stock-text:#bfbfbf;--brand-points-media-bg:#3a3a3a;--brand-points-border-dark:#242424;--brand-points-modal-bg-pc:#141414CC;--brand-points-modal-bg-mobile:#1A262626;--brand-border-inverse:#ffffff;--brand-modal-bg:#43434399;--brand-modal-value-text:var(--brand-accent);--brand-modal-content-text:#FFFFFF80;--brand-user-modal-bg:#1F1F1FE0;--brand-user-card-top-bg:#333333;--brand-user-card-top-hover-bg:#3D3D3D;--brand-theme-scope-text:#6B6B6B;--brand-search-card-border:#FFFFFF1A;--brand-adSlot-progress-trail-color:#FFFFFF66;--brand-adSlot-progress-stroke-color-0:#7EDE60;--brand-adSlot-progress-stroke-color-100:#1ED1A7}[data-theme=dark],[data-theme=light]{--theme-recharge-modal-bg:var(--brand-recharge-modal-bg);--theme-recharge-modal-confirmation-bg:var(--brand-recharge-modal-confirmation-bg);--theme-achievement-progress-start:var(--brand-gold);--theme-achievement-progress-end:var(--brand-red);--theme-leaderboard-border-2:var(--brand-rank-2);--theme-leaderboard-border-3:var(--brand-rank-3);--theme-points-tab-bg:var(--brand-points-tab-bg);--theme-points-card-bg:var(--brand-points-card-bg);--theme-points-card-bg-mobile:var(--brand-points-card-bg-mobile);--theme-points-stock-text:var(--brand-points-stock-text);--theme-points-media-bg:var(--brand-points-media-bg);--theme-points-border-dark:var(--brand-points-border-dark);--theme-points-modal-bg-pc:var(--brand-points-modal-bg-pc);--theme-points-modal-bg-mobile:var(--brand-points-modal-bg-mobile);--theme-border-inverse:var(--brand-border-inverse);--theme-online:var(--brand-online);--theme-danger-hover:var(--brand-danger-hover);--theme-coming-soon:var(--brand-coming-soon);--theme-task-emphasis:var(--brand-task-emphasis);--theme-newbie-violet-tint:var(--brand-newbie-violet-tint);--theme-newbie-cyan:var(--brand-newbie-cyan);--theme-newbie-progress-from:var(--brand-newbie-progress-from);--theme-newbie-progress-to:var(--brand-newbie-progress-to);--theme-friends-cta-shadow:var(--brand-friends-cta-shadow);--theme-avatar-selected-glow:var(--brand-avatar-selected-glow);--theme-checkin-primary-bg:var(--brand-checkin-primary-bg);--theme-checkin-primary-bg-hover:var(--brand-checkin-primary-bg-hover);--theme-checkin-primary-shadow:var(--brand-checkin-primary-shadow);--theme-checkin-makeup-bg:var(--brand-checkin-makeup-bg);--theme-checkin-makeup-bg-hover:var(--brand-checkin-makeup-bg-hover);--theme-checkin-makeup-shadow:var(--brand-checkin-makeup-shadow);--theme-checkin-reissue-glow:var(--brand-checkin-reissue-glow);--theme-novice-pop-drop:var(--brand-novice-pop-drop);--theme-progress-ring-glow-outer:var(--brand-progress-ring-glow-outer);--theme-progress-ring-glow-inner:var(--brand-progress-ring-glow-inner);--theme-novice-turquoise-mid:var(--brand-novice-turquoise-mid);--theme-novice-turquoise-end:var(--brand-novice-turquoise-end);--theme-card-conic-blue:var(--brand-card-conic-blue);--theme-card-conic-red:var(--brand-card-conic-red);--theme-card-conic-orange:var(--brand-card-conic-orange);--theme-card-conic-lime:var(--brand-card-conic-lime);--theme-card-conic-mint:var(--brand-card-conic-mint);--theme-card-conic-magenta:var(--brand-card-conic-magenta);--theme-novice-milestone-stripe:var(--brand-novice-milestone-stripe);--theme-activity-zone-chip-shadow:var(--brand-activity-zone-chip-shadow);--theme-activity-zone-menu-active-bg:var(--brand-activity-zone-menu-active-bg);--theme-activity-zone-menu-hover-bg:var(--brand-activity-zone-menu-hover-bg);--theme-activity-zone-menu-text-glow:var(--brand-activity-zone-menu-text-glow);--theme-activity-zone-btn-glow:var(--brand-activity-zone-btn-glow);--theme-activity-card-lucky:var(--brand-activity-card-lucky);--theme-activity-card-newcomer:var(--brand-activity-card-newcomer);--theme-activity-card-task:var(--brand-activity-card-task);--theme-activity-card-collect:var(--brand-activity-card-collect);--theme-activity-card-dice:var(--brand-activity-card-dice);--theme-activity-cta-text-gradient:var(--brand-activity-cta-text-gradient);--theme-activity-zone-menu-bg:var(--brand-activity-zone-menu-bg);--theme-declaration-top-mask:var(--brand-declaration-top-mask);--theme-declaration-bottom-bg:var(--brand-declaration-bottom-bg);--theme-login-reward-day-2:var(--brand-login-reward-day-2);--theme-login-reward-day-3:var(--brand-login-reward-day-3);--theme-login-reward-day-4:var(--brand-login-reward-day-4);--theme-login-reward-day-5:var(--brand-login-reward-day-5);--theme-login-reward-day-6:var(--brand-login-reward-day-6);--theme-login-reward-day-7:var(--brand-login-reward-day-7);--theme-login-reward-daynum-shadow:var(--brand-login-reward-daynum-shadow);--theme-marketing-bar-gradient:var(--brand-marketing-bar-gradient);--theme-lucky-cta-gradient:var(--brand-lucky-cta-gradient);--theme-lucky-font-accent:var(--brand-lucky-font-accent);--theme-newbie-prize-purple:var(--brand-newbie-prize-purple);--theme-newbie-prize-orange:var(--brand-newbie-prize-orange);--theme-newbie-lv-glow-gold:var(--brand-newbie-lv-glow-gold);--theme-newbie-lv-glow-pink:var(--brand-newbie-lv-glow-pink);--theme-invite-bottom-fade:var(--brand-invite-bottom-fade);--theme-invite-online-text:var(--brand-invite-online-text);--theme-invite-task-card-hover-bg:var(--brand-invite-task-card-hover-bg);--theme-slider-captcha-fg:var(--brand-slider-captcha-fg);--theme-lucky-prize-top-shine:var(--brand-lucky-prize-top-shine);--theme-reward-owned-bg:var(--brand-reward-owned-bg);--theme-reward-owned-border:var(--brand-reward-owned-border);--theme-reward-cost-text:var(--brand-reward-cost-text);--theme-reward-notch-bg:var(--brand-reward-notch-bg);--theme-reward-chip-bg:var(--brand-reward-chip-bg);--theme-reward-shine-bg:var(--brand-reward-shine-bg);--theme-collect-button-text:var(--brand-collect-button-text);--theme-collect-action-stroke:var(--brand-collect-action-stroke);--theme-collect-draw-stroke:var(--brand-collect-draw-stroke);--theme-collect-reward-stroke:var(--brand-collect-reward-stroke);--theme-toolpop-bg:var(--brand-toolpop-bg);--theme-toolpop-placeholder:var(--brand-toolpop-placeholder);--theme-task-card-inset-sm:var(--brand-task-card-inset-sm);--theme-task-card-inset-lg:var(--brand-task-card-inset-lg);--theme-task-title-shadow:var(--brand-task-title-shadow);--theme-image-skeleton-base:var(--brand-image-skeleton-base);--theme-image-skeleton-shine:var(--brand-image-skeleton-shine);--theme-skeleton-shimmer-mid:var(--brand-skeleton-shimmer-mid);--theme-leftmenu-scrollbar-thumb:var(--brand-leftmenu-scrollbar-thumb);--theme-leftmenu-scrollbar-thumb-hover:var(--brand-leftmenu-scrollbar-thumb-hover);--theme-game-swiper-bullet-bg:var(--brand-game-swiper-bullet-bg);--theme-game-swiper-bullet-active-bg:var(--brand-game-swiper-bullet-active-bg);--theme-meta-theme-color:var(--brand-meta-theme-color);--theme-pointsMall-redeemed-text:var(--brand-pointsMall-redeemed-text);--theme-dice-button-text:var(--brand-dice-button-text);--theme-dice-ordinary-text:var(--brand-dice-ordinary-text);--theme-dice-forward-text:var(--brand-dice-forward-text);--theme-dice-rules-text:var(--brand-dice-rules-text);--theme-dice-start-text:var(--brand-dice-start-text);--theme-not-found-bg:var(--brand-not-found-bg);--theme-not-found-title:var(--brand-not-found-title);--theme-not-found-text:var(--brand-not-found-text);--theme-not-found-button-bg:var(--brand-not-found-button-bg);--theme-not-found-button-bg-hover:var(--brand-not-found-button-bg-hover);--theme-not-found-button-fg:var(--brand-not-found-button-fg);--theme-not-found-button-shadow:var(--brand-not-found-button-shadow);--theme-not-found-bottom-bg:var(--brand-not-found-bottom-bg);--theme-modal-bg:var(--brand-modal-bg);--theme-modal-value-text:var(--brand-modal-value-text);--theme-modal-content-text:var(--brand-modal-content-text);--theme-user-modal-bg:var(--brand-user-modal-bg);--theme-user-card-top-bg:var(--brand-user-card-top-bg);--theme-user-card-top-hover-bg:var(--brand-user-card-top-hover-bg);--theme-scope-text:var(--brand-theme-scope-text);--theme-search-card-border:var(--brand-search-card-border);--theme-adSlot-progress-trail-color:var(--brand-adSlot-progress-trail-color);--theme-adSlot-progress-stroke-color-0:var(--brand-adSlot-progress-stroke-color-0);--theme-adSlot-progress-stroke-color-100:var(--brand-adSlot-progress-stroke-color-100)}[data-theme=light]{--brand-main:#FAFAFA;--brand-main-hover:#737373;--brand-error:#ff3333;--brand-gray:#FAFAFA;--brand-gray-1:#E6E6E6;--brand-gray-50:#F2F2F2;--brand-gray-100:#EBEBEB;--brand-gray-300:#D9D9D9;--brand-gray-500:#A6A6A6;--brand-gray-300-60:#D9D9D999;--brand-gray-500-50:#A6A6A680;--brand-gray-500-60:#A6A6A699;--brand-gray-50-88:#FAFAFAE0;--theme-bg-deep:#000000;--theme-bg-deep2:var(--brand-gray-100);--theme-bg-deep3:var(--brand-gray-300);--theme-bg:#F0F0F0;--theme-bg-1:var(--brand-gray-300);--theme-bg-2:var(--brand-gray-1);--theme-bg-3:#1F1F1F;--theme-bg-nav:var(--brand-gray-100);--theme-bg-secondary:#F5F5F5;--theme-bg-tertiary:var(--brand-gray-50);--theme-bg-tertiary-nav:var(--brand-gray-100);--theme-bg-inset:var(--brand-gray);--theme-bg-inset-1:var(--brand-gray-300);--theme-bg-hover:#FFFFFF;--theme-bg-active:var(--brand-gray-50);--theme-bg-card:var(--brand-gray);--theme-bg-disabled:var(--brand-gray-500);--theme-text:#0A0A0A;--theme-text-1:#737373;--theme-text-secondary:#1F1F1F;--theme-text-tertiary:#333333;--theme-text-tertiary-store:#737373;--theme-text-muted:#737373;--theme-text-muted-zone:var(--brand-gray-500);--theme-text-muted-store:#1F1F1F;--theme-text-placeholder:#4D4D4D;--theme-text-disabled:var(--brand-gray-500);--theme-text-disabled-2:var(--brand-gray-300);--theme-text-disabled-3:#f2f2f2;--theme-text-inverse:#000000;--theme-text-hover:var(--brand-gray-500);--theme-border:var(--brand-gray-300);--theme-border-1:var(--brand-gray-300);--theme-border-2:#ffffff;--theme-border-nav:var(--brand-gray-300);--theme-border-secondary:var(--brand-gray-300);--theme-border-focus:#333333;--theme-overlay:#000000cc;--theme-overlay-medium:#00000099;--theme-overlay-light:#00000080;--theme-overlay-transparent:#0000000f;--theme-primary:#ff6b00;--theme-primary-hover:#ff8c33;--theme-scroll:#CCCCCC;--theme-scroll-hover:var(--brand-gray-300);--brand-recharge-modal-bg:var(--brand-gray-50-88);--brand-recharge-modal-confirmation-bg:var(--brand-gray-50-88);--brand-danger-hover:#FF6666;--brand-meta-theme-color:#f7f7f8;--brand-activity-zone-menu-active-bg:linear-gradient(90deg,rgba(255,255,255,0.00),rgba(255,255,255,0.32) 30.29%,rgba(255,255,255,0.32) 70.19%,rgba(255,255,255,0.00));--brand-activity-zone-menu-hover-bg:linear-gradient(90deg,rgba(255,255,255,0.00),rgba(255,255,255,0.24) 30.29%,rgba(255,255,255,0.24) 70.19%,rgba(255,255,255,0.00));--brand-activity-zone-menu-bg:var(--brand-main);--brand-invite-online-text:#21CD3B;--brand-invite-task-card-hover-bg:#E6E6E6;--brand-progress-ring-glow-outer:#36d585;--brand-progress-ring-glow-inner:#7ee060;--brand-points-tab-bg:#f0f0f0;--brand-points-card-bg:var(--brand-gray);--brand-points-card-bg-mobile:var(--brand-gray);--brand-points-stock-text:#595959;--brand-points-media-bg:var(--brand-gray-300);--brand-points-border-dark:#e6e6e6;--brand-points-modal-bg-pc:var(--brand-gray-50-88);--brand-points-modal-bg-mobile:#F0F0F0;--brand-leftmenu-scrollbar-thumb-hover:var(--brand-gray-500);--theme-image-skeleton-base:#E5E5E5;--brand-declaration-top-mask:linear-gradient(0deg,transparent,#E6E6E680 45%,#D9D9D999);--brand-declaration-bottom-bg:#FFFFFFCC;--brand-modal-bg:var(--brand-gray-50-88);--brand-modal-value-text:#FF8A14;--brand-modal-content-text:var(--brand-main-hover);--brand-game-swiper-bullet-bg:var(--brand-gray-500);--brand-game-swiper-bullet-active-bg:#FF0000;--brand-user-modal-bg:#EBEDF0EB;--brand-user-card-top-bg:linear-gradient(156deg,#F5F6FA 13.01%,#EBECF0 90.81%);--brand-user-card-top-hover-bg:linear-gradient(156deg,#FAFBFF 13.01%,#F0F1F5 90.81%);--brand-theme-scope-text:#999CAD;--brand-search-card-border:var(--brand-gray-300);--brand-not-found-bottom-bg:linear-gradient(180deg,rgba(240,240,240,0.00) 19.72%,#F0F0F0 65.72%)}:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-500:oklch(63.7% 0.237 25.331);--color-orange-500:oklch(70.5% 0.213 47.604);--color-amber-50:oklch(98.7% 0.022 95.277);--color-blue-50:oklch(97% 0.014 254.604);--color-blue-500:oklch(62.3% 0.214 259.815);--color-blue-600:oklch(54.6% 0.245 262.881);--color-pink-500:oklch(65.6% 0.241 354.308);--color-slate-50:oklch(98.4% 0.003 247.858);--color-slate-100:oklch(96.8% 0.007 247.896);--color-slate-200:oklch(92.9% 0.013 255.508);--color-slate-300:oklch(86.9% 0.022 252.894);--color-slate-400:oklch(70.4% 0.04 256.788);--color-slate-600:oklch(44.6% 0.043 257.281);--color-slate-700:oklch(37.2% 0.044 257.287);--color-slate-800:oklch(27.9% 0.041 260.031);--color-gray-200:oklch(92.8% 0.006 264.531);--color-black:#000;--color-white:#fff;--spacing:0.25rem;--text-sm:0.875rem;--text-sm--line-height:calc(1.25 / 0.875);--text-3xl:1.875rem;--text-3xl--line-height:calc(2.25 / 1.875);--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--radius-md:0.375rem;--radius-lg:0.5rem;--radius-xl:0.75rem;--ease-out:cubic-bezier(0,0,0.2,1);--ease-in-out:cubic-bezier(0.4,0,0.2,1);--animate-spin:spin 1s linear infinite;--blur-sm:8px;--default-transition-duration:150ms;--default-transition-timing-function:cubic-bezier(0.4,0,0.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}@font-face{font-family:font_family;src:url(/_next/static/media/iconfont.dae689a5.woff2) format("woff2"),url(/_next/static/media/iconfont.0a01d6e2.woff) format("woff"),url(/_next/static/media/iconfont.75548bf7.ttf) format("truetype"),url(/_next/static/media/iconfont.379a295e.svg) format("svg")}.font_family{font-family:font_family!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-Feedback:before{content:""}.icon-Map_Pin_Fill:before{content:""}.icon-First_Aid2:before{content:""}.icon-LOGO:before{content:""}.icon-Withdrawal_Card:before{content:""}.icon-Withdrawal_Alipay:before{content:""}.icon-Questions:before{content:""}.icon-a-TermsofService:before{content:""}.icon-Block_Cancel:before{content:""}.icon-Block:before{content:""}.icon-Deveplopers:before{content:""}.icon-About:before{content:""}.icon-Document:before{content:""}.icon-Cookie1:before{content:""}.icon-a-PrivacyPolicy:before{content:""}.icon-Game_2:before{content:""}.icon-Activity_progress:before{content:""}.icon-Activity_end:before{content:""}.icon-Activity_starting:before{content:""}.icon-Activity_all:before{content:""}.icon-Share:before{content:""}.icon-Full_screen:before{content:""}.icon-First_Aid1:before{content:""}.icon-Like_Default:before{content:""}.icon-Off_screen:before{content:""}.icon-Dislike_Default:before{content:""}.icon-Square_Help:before{content:""}.icon-Wavy_Warning:before{content:""}.icon-Rainbow:before{content:""}.icon-Cupcake:before{content:""}.icon-Puzzle:before{content:""}.icon-Coffee:before{content:""}.icon-Leaf:before{content:""}.icon-First_Aid:before{content:""}.icon-Moon:before{content:""}.icon-Activity:before{content:""}.icon-Water_Drop:before{content:""}.icon-Planet:before{content:""}.icon-Sun:before{content:""}.icon-Coffe_To_Go:before{content:""}.icon-Cookie:before{content:""}.icon-Bulb:before{content:""}.icon-Earth:before{content:""}.icon-Top-up:before{content:""}.icon-Close_Circle:before{content:""}.icon-Add_Row:before{content:""}.icon-Heading_H1:before{content:""}.icon-Bold:before{content:""}.icon-Delete_Row:before{content:""}.icon-Add_Plus_Circle:before{content:""}.icon-Add_Minus_Square:before{content:""}.icon-Add_Plus:before{content:""}.icon-Add_Column:before{content:""}.icon-Edit_Pencil_Line_01:before{content:""}.icon-Edit_Pencil_02:before{content:""}.icon-Close_Square:before{content:""}.icon-Font:before{content:""}.icon-Heading:before{content:""}.icon-Heading_H4:before{content:""}.icon-List_Remove:before{content:""}.icon-Copy:before{content:""}.icon-Heading_H3:before{content:""}.icon-Double_Quotes_L:before{content:""}.icon-Italic:before{content:""}.icon-Combine_Cells:before{content:""}.icon-Add_Plus_Square:before{content:""}.icon-Path:before{content:""}.icon-Undo:before{content:""}.icon-Single_Quotes_R:before{content:""}.icon-Mention:before{content:""}.icon-List_Unordered:before{content:""}.icon-Edit_Pencil_Line_02:before{content:""}.icon-List_Check:before{content:""}.icon-Remove_Minus_Circle:before{content:""}.icon-Strikethrough:before{content:""}.icon-Heading_H5:before{content:""}.icon-Rows:before{content:""}.icon-Hide:before{content:""}.icon-Double_Quotes_R:before{content:""}.icon-Move_Horizontal:before{content:""}.icon-Swatches_Palette:before{content:""}.icon-Redo:before{content:""}.icon-List_Checklist:before{content:""}.icon-Delete_Column:before{content:""}.icon-Crop:before{content:""}.icon-Single_Quotes_L:before{content:""}.icon-Paperclip_Attechment_Horizontal:before{content:""}.icon-Text_Align_Left:before{content:""}.icon-Layer:before{content:""}.icon-List_Add:before{content:""}.icon-Add_To_Queue:before{content:""}.icon-Paragraph:before{content:""}.icon-Move_Vertical:before{content:""}.icon-Text:before{content:""}.icon-Sort_Descending:before{content:""}.icon-Columns:before{content:""}.icon-Select_Multiple:before{content:""}.icon-Layers:before{content:""}.icon-List_Ordered:before{content:""}.icon-Move:before{content:""}.icon-Heading_H6:before{content:""}.icon-Heading_H2:before{content:""}.icon-Remove_Minus:before{content:""}.icon-Edit_Pencil_01:before{content:""}.icon-Ruler:before{content:""}.icon-Table_Add:before{content:""}.icon-Show:before{content:""}.icon-Text_Align_Right:before{content:""}.icon-Text_Align_Justify:before{content:""}.icon-Table_Remove:before{content:""}.icon-Underline:before{content:""}.icon-Text_Align_Center:before{content:""}.icon-Table:before{content:""}.icon-Paperclip_Attechment_Tilt:before{content:""}.icon-Figma:before{content:""}.icon-Sort_Ascending:before{content:""}.icon-Chat_Circle_Remove:before{content:""}.icon-Chat_Circle_Add:before{content:""}.icon-Bell_Notification:before{content:""}.icon-Bell_Add:before{content:""}.icon-Share_Android:before{content:""}.icon-Mail_Open:before{content:""}.icon-Bell:before{content:""}.icon-Chat_Check:before{content:""}.icon-Chat_Circle_Dots:before{content:""}.icon-Mail:before{content:""}.icon-Bell_Ring:before{content:""}.icon-Chat_Dots:before{content:""}.icon-Chat_Conversation_Circle:before{content:""}.icon-Bell_Remove:before{content:""}.icon-Bell_Close:before{content:""}.icon-Chat_Conversation:before{content:""}.icon-Chat_Circle_Close:before{content:""}.icon-Chat_Remove:before{content:""}.icon-Chat_Add:before{content:""}.icon-Phone:before{content:""}.icon-Chat_Close:before{content:""}.icon-Bell_Off:before{content:""}.icon-Share_iOS_Export:before{content:""}.icon-Paper_Plane:before{content:""}.icon-Chat_Circle:before{content:""}.icon-Chat:before{content:""}.icon-Chat_Circle_Check:before{content:""}.icon-Pause_Circle:before{content:""}.icon-Forward:before{content:""}.icon-Volume_Off:before{content:""}.icon-Play:before{content:""}.icon-Skip_Back:before{content:""}.icon-Shuffle:before{content:""}.icon-Image_02:before{content:""}.icon-Play_Circle-1:before{content:""}.icon-Chromecast:before{content:""}.icon-Volume_Max:before{content:""}.icon-Airplay:before{content:""}.icon-Skip_Forward:before{content:""}.icon-Pause:before{content:""}.icon-Volume_Min:before{content:""}.icon-Rewind:before{content:""}.icon-Play_Circle:before{content:""}.icon-Stop:before{content:""}.icon-Stop_Circle:before{content:""}.icon-Headphones:before{content:""}.icon-Volume_Plus:before{content:""}.icon-Volume_Off_02:before{content:""}.icon-Volume_Minus:before{content:""}.icon-Image_01:before{content:""}.icon-Compass:before{content:""}.icon-Building_03:before{content:""}.icon-Building_02:before{content:""}.icon-House_02:before{content:""}.icon-Car_Auto:before{content:""}.icon-House_01:before{content:""}.icon-House_Add:before{content:""}.icon-House_03:before{content:""}.icon-Map_Pin:before{content:""}.icon-Building_04:before{content:""}.icon-Building_01:before{content:""}.icon-Globe:before{content:""}.icon-House_Close:before{content:""}.icon-House_Remove:before{content:""}.icon-Navigation:before{content:""}.icon-House_Check:before{content:""}.icon-Map:before{content:""}.icon-Flag:before{content:""}.icon-Cylinder:before{content:""}.icon-Game:before{content:""}.icon-Data:before{content:""}.icon-Bar_Left:before{content:""}.icon-Window_Terminal:before{content:""}.icon-Laptop:before{content:""}.icon-Window:before{content:""}.icon-Save:before{content:""}.icon-Wifi_None:before{content:""}.icon-Devices:before{content:""}.icon-Mobile:before{content:""}.icon-Mouse:before{content:""}.icon-Bar_Right:before{content:""}.icon-Bar_Top:before{content:""}.icon-Mobile_Button:before{content:""}.icon-Wifi_Low:before{content:""}.icon-Tablet:before{content:""}.icon-Keyboard:before{content:""}.icon-Wifi_Problem:before{content:""}.icon-Desktop:before{content:""}.icon-Window_Check:before{content:""}.icon-Window_Close:before{content:""}.icon-Monitor_Play:before{content:""}.icon-Wifi_High:before{content:""}.icon-Desktop_Tower:before{content:""}.icon-Qr_Code:before{content:""}.icon-Window_Code_Block:before{content:""}.icon-Wifi_Off:before{content:""}.icon-Terminal:before{content:""}.icon-Moving_Desk:before{content:""}.icon-Code:before{content:""}.icon-Calendar:before{content:""}.icon-Calendar_Check:before{content:""}.icon-Clock:before{content:""}.icon-Alarm:before{content:""}.icon-Printer:before{content:""}.icon-Camera:before{content:""}.icon-Tablet_Button:before{content:""}.icon-Wifi_Medium:before{content:""}.icon-Monitor:before{content:""}.icon-Window_Sidebar:before{content:""}.icon-Bar_Bottom:before{content:""}.icon-Calendar_Days:before{content:""}.icon-Timer_Close:before{content:""}.icon-Calendar_Week:before{content:""}.icon-Calendar_Add:before{content:""}.icon-Calendar_Close:before{content:""}.icon-Calendar_Event:before{content:""}.icon-Timer_Add:before{content:""}.icon-Timer_Remove:before{content:""}.icon-Calendar_Remove:before{content:""}.icon-Timer:before{content:""}.icon-Chart_Line:before{content:""}.icon-Drag_Vertical:before{content:""}.icon-Filter_Off:before{content:""}.icon-Drag_Horizontal:before{content:""}.icon-Credit_Card_01:before{content:""}.icon-Check_Big:before{content:""}.icon-Book:before{content:""}.icon-Chart_Bar_Horizontal_01:before{content:""}.icon-Chart_Pie:before{content:""}.icon-Link_Vertical:before{content:""}.icon-Check:before{content:""}.icon-Heart_01:before{content:""}.icon-Bookmark:before{content:""}.icon-Check_All:before{content:""}.icon-Dummy_Circle:before{content:""}.icon-Command:before{content:""}.icon-Radio_Fill:before{content:""}.icon-Loading:before{content:""}.icon-Lock:before{content:""}.icon-Magnifying_Glass_Minus:before{content:""}.icon-Link_Horizontal:before{content:""}.icon-Dummy_Square_Small:before{content:""}.icon-Checkbox_Check:before{content:""}.icon-Checkbox_Fill:before{content:""}.icon-Heart_02:before{content:""}.icon-Check_All_Big:before{content:""}.icon-Link:before{content:""}.icon-Shopping_Cart_02:before{content:""}.icon-Gift:before{content:""}.icon-Line_L:before{content:""}.icon-Dummy_Square:before{content:""}.icon-Radio_Unchecked:before{content:""}.icon-Shopping_Bag_01:before{content:""}.icon-Dummy_Circle_Small:before{content:""}.icon-Link_Break:before{content:""}.icon-Trending_Down:before{content:""}.icon-Star:before{content:""}.icon-Filter:before{content:""}.icon-Line_M:before{content:""}.icon-Chart_Bar_Vertical_01:before{content:""}.icon-Swicht_Right:before{content:""}.icon-Shopping_Cart_01:before{content:""}.icon-Option:before{content:""}.icon-Instance:before{content:""}.icon-Ticket_Voucher:before{content:""}.icon-Magnifying_Glass_Plus:before{content:""}.icon-Line_S:before{content:""}.icon-Download:before{content:""}.icon-Slider_01:before{content:""}.icon-Settings_Future:before{content:""}.icon-Settings:before{content:""}.icon-Tag:before{content:""}.icon-Exit:before{content:""}.icon-Slider_03:before{content:""}.icon-Log_Out:before{content:""}.icon-Link_Horizontal_Off:before{content:""}.icon-Checkbox_Unchecked:before{content:""}.icon-Swicht_Left:before{content:""}.icon-Suitcase:before{content:""}.icon-Lock_Open:before{content:""}.icon-Slider_02:before{content:""}.icon-Label:before{content:""}.icon-Book_Open:before{content:""}.icon-External_Link:before{content:""}.icon-Trash_Full:before{content:""}.icon-Credit_Card_02:before{content:""}.icon-Search_Magnifying_Glass:before{content:""}.icon-Line_Xl:before{content:""}.icon-Handbag:before{content:""}.icon-Trash_Empty:before{content:""}.icon-Main_Component:before{content:""}.icon-Shopping_Bag_02:before{content:""}.icon-Trending_Up:before{content:""}.icon-Users_Group:before{content:""}.icon-User_01:before{content:""}.icon-User_Remove:before{content:""}.icon-User_Card_ID:before{content:""}.icon-User_Square:before{content:""}.icon-Users:before{content:""}.icon-User_Voice:before{content:""}.icon-User_Add:before{content:""}.icon-User_Close:before{content:""}.icon-User_Check:before{content:""}.icon-User_Circle:before{content:""}.icon-User_02:before{content:""}.icon-User_03:before{content:""}.icon-Warning:before{content:""}.icon-Triangle_Check:before{content:""}.icon-Info:before{content:""}.icon-Circle_Help:before{content:""}.icon-Help:before{content:""}.icon-Circle_Check:before{content:""}.icon-Circle_Warning:before{content:""}.icon-Wavy_Check:before{content:""}.icon-Shield_Warning:before{content:""}.icon-Stop_Sign:before{content:""}.icon-Wavy_Help:before{content:""}.icon-Octagon_Check:before{content:""}.icon-Octagon_Warning:before{content:""}.icon-Shield_Check:before{content:""}.icon-Triangle_Warning:before{content:""}.icon-Octagon_Help:before{content:""}.icon-Square_Warning:before{content:""}.icon-Square_Check:before{content:""}.icon-Cloud_Off:before{content:""}.icon-Cloud_Close:before{content:""}.icon-Cloud_Add:before{content:""}.icon-Cloud_Upload:before{content:""}.icon-Note_Search:before{content:""}.icon-Folder_Upload:before{content:""}.icon-Folder_Code:before{content:""}.icon-Folder_Add:before{content:""}.icon-File_Close:before{content:""}.icon-File_Upload:before{content:""}.icon-File_Edit:before{content:""}.icon-Folder:before{content:""}.icon-Download_Package:before{content:""}.icon-Cloud_Download:before{content:""}.icon-Cloud_Check:before{content:""}.icon-Cloud:before{content:""}.icon-Cloud_Close-1:before{content:""}.icon-Cloud_Remove:before{content:""}.icon-Note_Edit:before{content:""}.icon-File_Download:before{content:""}.icon-Files:before{content:""}.icon-File_Check:before{content:""}.icon-Note:before{content:""}.icon-Folder_Document:before{content:""}.icon-Folder_Search:before{content:""}.icon-File_Blank:before{content:""}.icon-Folder_Check:before{content:""}.icon-Folders:before{content:""}.icon-Folder_Close:before{content:""}.icon-Folder_Remove:before{content:""}.icon-File_Document:before{content:""}.icon-Archive:before{content:""}.icon-Folder_Open:before{content:""}.icon-Notebook:before{content:""}.icon-File_Add:before{content:""}.icon-File_Remove:before{content:""}.icon-File_Search:before{content:""}.icon-Folder_Edit:before{content:""}.icon-File_Code:before{content:""}.icon-Folder_Download:before{content:""}.icon-Wavy:before{content:""}.icon-Square:before{content:""}.icon-Triangle:before{content:""}.icon-Octagon:before{content:""}.icon-Shield:before{content:""}.icon-Circle:before{content:""}.icon-More_Grid_Small:before{content:""}.icon-Menu_Alt_01:before{content:""}.icon-Menu_Alt_05:before{content:""}.icon-Close_MD:before{content:""}.icon-More_Grid_Big:before{content:""}.icon-More_Vertical:before{content:""}.icon-More_Horizontal:before{content:""}.icon-Hamburger_MD:before{content:""}.icon-Menu_Alt_04:before{content:""}.icon-Menu_Duo_MD:before{content:""}.icon-Menu_Alt_02:before{content:""}.icon-Menu_Duo_LG:before{content:""}.icon-Menu_Alt_03:before{content:""}.icon-Close_LG:before{content:""}.icon-Close_SM:before{content:""}.icon-Hamburger_LG:before{content:""}.icon-Arrow_Sub_Down_Left:before{content:""}.icon-Arrow_Down_Right_SM:before{content:""}.icon-Caret_Left_SM:before{content:""}.icon-Arrow_Circle_Down_Right:before{content:""}.icon-Arrow_Sub_Down_Right:before{content:""}.icon-Arrow_Right_MD:before{content:""}.icon-Arrow_Circle_Down:before{content:""}.icon-Arrow_Reload_02:before{content:""}.icon-Arrow_Left_MD:before{content:""}.icon-Arrow_Left_Right:before{content:""}.icon-Arrow_Left_SM:before{content:""}.icon-Arrow_Right_LG:before{content:""}.icon-Arrow_Right_SM:before{content:""}.icon-Arrow_Up_MD:before{content:""}.icon-Arrow_Up_Right_MD:before{content:""}.icon-Arrow_Down_Left_LG:before{content:""}.icon-Arrow_Down_Up:before{content:""}.icon-Caret_Circle_Down:before{content:""}.icon-Arrow_Down_LG:before{content:""}.icon-Arrow_Up_LG:before{content:""}.icon-Chevron_Left_MD:before{content:""}.icon-Chevron_Down:before{content:""}.icon-Chevron_Up:before{content:""}.icon-Arrow_Down_Left_SM:before{content:""}.icon-Arrow_Down_MD:before{content:""}.icon-Chevron_Down_Duo:before{content:""}.icon-Caret_Right_SM:before{content:""}.icon-Chevron_Up_Duo:before{content:""}.icon-Arrow_Circle_Up_Right:before{content:""}.icon-Chevron_Right:before{content:""}.icon-Unfold_Less:before{content:""}.icon-Arrow_Down_Left_MD:before{content:""}.icon-Arrow_Down_Right_MD:before{content:""}.icon-Arrow_Sub_Left_Down:before{content:""}.icon-Arrow_Sub_Up_Right:before{content:""}.icon-Arrow_Up_Left_LG:before{content:""}.icon-Arrow_Undo_Up_Left:before{content:""}.icon-Arrow_Left_LG:before{content:""}.icon-Arrow_Up_Right_SM:before{content:""}.icon-Arrow_Sub_Right_Down:before{content:""}.icon-Arrow_Circle_Down_Left:before{content:""}.icon-Arrow_Up_Left_MD:before{content:""}.icon-Arrow_Circle_Up:before{content:""}.icon-Arrow_Circle_Left:before{content:""}.icon-Chevron_Left:before{content:""}.icon-Arrow_Circle_Up_Left:before{content:""}.icon-Chevron_Right_Duo:before{content:""}.icon-Arrow_Down_Right_LG:before{content:""}.icon-Arrow_Sub_Up_Left:before{content:""}.icon-Arrow_Up_Left_SM:before{content:""}.icon-Arrow_Sub_Left_Up:before{content:""}.icon-Arrow_Up_Right_LG:before{content:""}.icon-Arrow_Undo_Up_Right:before{content:""}.icon-Caret_Circle_Left:before{content:""}.icon-Caret_Down_SM:before{content:""}.icon-Expand:before{content:""}.icon-Chevron_Right_MD:before{content:""}.icon-Caret_Circle_Right:before{content:""}.icon-Arrow_Down_SM:before{content:""}.icon-Unfold_More:before{content:""}.icon-Caret_Down_MD:before{content:""}.icon-Caret_Up_SM:before{content:""}.icon-Chevron_Left_Duo:before{content:""}.icon-Caret_Up_MD:before{content:""}.icon-Arrow_Sub_Right_Up:before{content:""}.icon-Shrink:before{content:""}.icon-Arrow_Up_SM:before{content:""}.icon-Arrow_Circle_Right:before{content:""}.icon-Caret_Circle_Up:before{content:""}.icon-Arrow_Undo_Down_Right:before{content:""}.icon-Arrow_Undo_Down_Left:before{content:""}.icon-Arrows_Reload_01:before{content:""}@layer theme, base, components, utilities;@layer theme;@layer base{*,::backdrop,::file-selector-button,:after,:before{box-sizing:border-box;margin:0;padding:0;border:0 solid}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}::file-selector-button,button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::-moz-placeholder{opacity:1}::placeholder{opacity:1}@supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px){::-moz-placeholder{color:currentcolor;@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,currentcolor 50%,transparent)}}::placeholder{color:currentcolor;@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}::file-selector-button,button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.pointer-events-auto{pointer-events:auto}.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.\!absolute{position:absolute!important}.\!fixed{position:fixed!important}.\!relative{position:relative!important}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing) * 0)}.inset-x-0{inset-inline:calc(var(--spacing) * 0)}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.-top-\[4rem\]{top:calc(4rem * -1)}.-top-\[6rem\]{top:calc(6rem * -1)}.-top-\[7rem\]{top:calc(7rem * -1)}.-top-\[10rem\]{top:calc(10rem * -1)}.-top-\[30rem\]{top:calc(30rem * -1)}.-top-\[34rem\]{top:calc(34rem * -1)}.-top-\[42rem\]{top:calc(42rem * -1)}.-top-\[44rem\]{top:calc(44rem * -1)}.-top-\[50rem\]{top:calc(50rem * -1)}.-top-\[52rem\]{top:calc(52rem * -1)}.-top-\[94rem\]{top:calc(94rem * -1)}.-top-\[128rem\]{top:calc(128rem * -1)}.-top-\[140rem\]{top:calc(140rem * -1)}.-top-\[142rem\]{top:calc(142rem * -1)}.top-0{top:calc(var(--spacing) * 0)}.top-1\/2{top:calc(1 / 2 * 100%)}.top-4{top:calc(var(--spacing) * 4)}.top-\[-4rem\]{top:-4rem}.top-\[-5rem\]{top:-5rem}.top-\[-6rem\]{top:-6rem}.top-\[-8rem\]{top:-8rem}.top-\[-17rem\]{top:-17rem}.top-\[-20rem\]{top:-20rem}.top-\[-22rem\]{top:-22rem}.top-\[-28rem\]{top:-28rem}.top-\[-30rem\]{top:-30rem}.top-\[-42rem\]{top:-42rem}.top-\[-48rem\]{top:-48rem}.top-\[-90rem\]{top:-90rem}.top-\[1rem\]{top:1rem}.top-\[2em\]{top:2em}.top-\[2rem\]{top:2rem}.top-\[4rem\]{top:4rem}.top-\[5rem\]{top:5rem}.top-\[6rem\]{top:6rem}.top-\[8rem\]{top:8rem}.top-\[9rem\]{top:9rem}.top-\[10rem\]{top:10rem}.top-\[10vh\]{top:10vh}.top-\[12rem\]{top:12rem}.top-\[14rem\]{top:14rem}.top-\[16rem\]{top:16rem}.top-\[18rem\]{top:18rem}.top-\[20rem\]{top:20rem}.top-\[21rem\]{top:21rem}.top-\[22rem\]{top:22rem}.top-\[24rem\]{top:24rem}.top-\[26rem\]{top:26rem}.top-\[32rem\]{top:32rem}.top-\[35rem\]{top:35rem}.top-\[36rem\]{top:36rem}.top-\[40\%\]{top:40%}.top-\[40rem\]{top:40rem}.top-\[42rem\]{top:42rem}.top-\[50\%\]{top:50%}.top-\[50vh\]{top:50vh}.top-\[52rem\]{top:52rem}.top-\[54rem\]{top:54rem}.top-\[58rem\]{top:58rem}.top-\[60rem\]{top:60rem}.top-\[62rem\]{top:62rem}.top-\[64rem\]{top:64rem}.top-\[67rem\]{top:67rem}.top-\[70rem\]{top:70rem}.top-\[82rem\]{top:82rem}.top-\[104rem\]{top:104rem}.top-\[122rem\]{top:122rem}.top-\[128rem\]{top:128rem}.top-\[144rem\]{top:144rem}.top-\[159rem\]{top:159rem}.top-\[162rem\]{top:162rem}.top-\[176rem\]{top:176rem}.top-\[220rem\]{top:220rem}.top-\[274rem\]{top:274rem}.top-\[275rem\]{top:275rem}.-right-\[4rem\]{right:calc(4rem * -1)}.-right-\[6rem\]{right:calc(6rem * -1)}.-right-\[18rem\]{right:calc(18rem * -1)}.-right-\[30rem\]{right:calc(30rem * -1)}.right-0{right:calc(var(--spacing) * 0)}.right-2{right:calc(var(--spacing) * 2)}.right-4{right:calc(var(--spacing) * 4)}.right-\[-2rem\]{right:-2rem}.right-\[-4rem\]{right:-4rem}.right-\[-6rem\]{right:-6rem}.right-\[-10rem\]{right:-10rem}.right-\[-60rem\]{right:-60rem}.right-\[1rem\]{right:1rem}.right-\[3rem\]{right:3rem}.right-\[4rem\]{right:4rem}.right-\[6rem\]{right:6rem}.right-\[8rem\]{right:8rem}.right-\[10rem\]{right:10rem}.right-\[12rem\]{right:12rem}.right-\[14rem\]{right:14rem}.right-\[16rem\]{right:16rem}.right-\[19rem\]{right:19rem}.right-\[20rem\]{right:20rem}.right-\[24rem\]{right:24rem}.right-\[26rem\]{right:26rem}.right-\[30rem\]{right:30rem}.right-\[32rem\]{right:32rem}.right-\[40rem\]{right:40rem}.right-\[42rem\]{right:42rem}.right-\[44rem\]{right:44rem}.right-\[50vw\]{right:50vw}.right-\[53rem\]{right:53rem}.right-\[56rem\]{right:56rem}.right-\[67rem\]{right:67rem}.right-\[76rem\]{right:76rem}.right-\[80rem\]{right:80rem}.\!bottom-\[30rem\]{bottom:30rem!important}.-bottom-\[4rem\]{bottom:calc(4rem * -1)}.-bottom-\[6rem\]{bottom:calc(6rem * -1)}.-bottom-\[14rem\]{bottom:calc(14rem * -1)}.-bottom-\[20rem\]{bottom:calc(20rem * -1)}.-bottom-\[24rem\]{bottom:calc(24rem * -1)}.-bottom-\[32rem\]{bottom:calc(32rem * -1)}.-bottom-\[134rem\]{bottom:calc(134rem * -1)}.bottom-0{bottom:calc(var(--spacing) * 0)}.bottom-\[-12rem\]{bottom:-12rem}.bottom-\[-14rem\]{bottom:-14rem}.bottom-\[-18rem\]{bottom:-18rem}.bottom-\[-28rem\]{bottom:-28rem}.bottom-\[-42rem\]{bottom:-42rem}.bottom-\[0rem\]{bottom:0}.bottom-\[2rem\]{bottom:2rem}.bottom-\[3rem\]{bottom:3rem}.bottom-\[4rem\]{bottom:4rem}.bottom-\[5rem\]{bottom:5rem}.bottom-\[6rem\]{bottom:6rem}.bottom-\[8rem\]{bottom:8rem}.bottom-\[10rem\]{bottom:10rem}.bottom-\[12rem\]{bottom:12rem}.bottom-\[13rem\]{bottom:13rem}.bottom-\[14rem\]{bottom:14rem}.bottom-\[18rem\]{bottom:18rem}.bottom-\[20rem\]{bottom:20rem}.bottom-\[22rem\]{bottom:22rem}.bottom-\[23rem\]{bottom:23rem}.bottom-\[28rem\]{bottom:28rem}.bottom-\[30rem\]{bottom:30rem}.bottom-\[31rem\]{bottom:31rem}.bottom-\[37rem\]{bottom:37rem}.bottom-\[44rem\]{bottom:44rem}.bottom-\[48rem\]{bottom:48rem}.bottom-\[52rem\]{bottom:52rem}.bottom-\[56rem\]{bottom:56rem}.bottom-\[60rem\]{bottom:60rem}.bottom-\[66rem\]{bottom:66rem}.bottom-\[84rem\]{bottom:84rem}.bottom-\[98rem\]{bottom:98rem}.bottom-\[108rem\]{bottom:108rem}.bottom-\[144rem\]{bottom:144rem}.bottom-\[154rem\]{bottom:154rem}.-left-\[1rem\]{left:calc(1rem * -1)}.-left-\[8rem\]{left:calc(8rem * -1)}.-left-\[10rem\]{left:calc(10rem * -1)}.-left-\[16rem\]{left:calc(16rem * -1)}.-left-\[110rem\]{left:calc(110rem * -1)}.left-0{left:calc(var(--spacing) * 0)}.left-1{left:calc(var(--spacing) * 1)}.left-1\/2{left:calc(1 / 2 * 100%)}.left-\[-2rem\]{left:-2rem}.left-\[-3rem\]{left:-3rem}.left-\[-4rem\]{left:-4rem}.left-\[-8rem\]{left:-8rem}.left-\[-14rem\]{left:-14rem}.left-\[-18rem\]{left:-18rem}.left-\[-20rem\]{left:-20rem}.left-\[-30rem\]{left:-30rem}.left-\[2rem\]{left:2rem}.left-\[4rem\]{left:4rem}.left-\[6rem\]{left:6rem}.left-\[8rem\]{left:8rem}.left-\[10rem\]{left:10rem}.left-\[12rem\]{left:12rem}.left-\[13rem\]{left:13rem}.left-\[14rem\]{left:14rem}.left-\[16rem\]{left:16rem}.left-\[18rem\]{left:18rem}.left-\[20rem\]{left:20rem}.left-\[22rem\]{left:22rem}.left-\[26rem\]{left:26rem}.left-\[28rem\]{left:28rem}.left-\[30rem\]{left:30rem}.left-\[32rem\]{left:32rem}.left-\[38rem\]{left:38rem}.left-\[40rem\]{left:40rem}.left-\[46rem\]{left:46rem}.left-\[47\%\]{left:47%}.left-\[48rem\]{left:48rem}.left-\[50\%\]{left:50%}.left-\[58rem\]{left:58rem}.left-\[59rem\]{left:59rem}.left-\[534rem\]{left:534rem}.\!z-100{z-index:100!important}.\!z-9999{z-index:9999!important}.-z-\[2\]{z-index:calc(2 * -1)}.z-0{z-index:0}.z-1{z-index:1}.z-5{z-index:5}.z-6{z-index:6}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-99{z-index:99}.z-100{z-index:100}.z-200{z-index:200}.z-300{z-index:300}.z-999{z-index:999}.z-1000{z-index:1000}.z-5000{z-index:5000}.z-\[-1\]{z-index:-1}.z-\[-10\]{z-index:-10}.z-\[1\]{z-index:1}.z-\[2\]{z-index:2}.z-\[10\]{z-index:10}.z-\[15\]{z-index:15}.z-\[20\]{z-index:20}.z-\[60\]{z-index:60}.z-\[99\]{z-index:99}.z-\[100\]{z-index:100}.z-\[300\]{z-index:300}.z-\[400\]{z-index:400}.z-\[999\]{z-index:999}.z-\[9999\]{z-index:9999}.z-\[999999\]{z-index:999999}.order-1{order:1}.order-2{order:2}.container{width:100%;@media (width >= 40rem){max-width:40rem}@media (width >= 48rem){max-width:48rem}@media (width >= 64rem){max-width:64rem}@media (width >= 80rem){max-width:80rem}@media (width >= 96rem){max-width:96rem}}.m-0{margin:calc(var(--spacing) * 0)}.m-64{margin:calc(var(--spacing) * 64)}.m-128{margin:calc(var(--spacing) * 128)}.m-192{margin:calc(var(--spacing) * 192)}.m-256{margin:calc(var(--spacing) * 256)}.m-288{margin:calc(var(--spacing) * 288)}.m-320{margin:calc(var(--spacing) * 320)}.m-384{margin:calc(var(--spacing) * 384)}.m-448{margin:calc(var(--spacing) * 448)}.m-512{margin:calc(var(--spacing) * 512)}.m-576{margin:calc(var(--spacing) * 576)}.m-704{margin:calc(var(--spacing) * 704)}.m-736{margin:calc(var(--spacing) * 736)}.m-768{margin:calc(var(--spacing) * 768)}.-mx-\[12rem\]{margin-inline:calc(12rem * -1)}.-mx-\[16rem\]{margin-inline:calc(16rem * -1)}.mx-\[4rem\]{margin-inline:4rem}.mx-\[8rem\]{margin-inline:8rem}.mx-\[10rem\]{margin-inline:10rem}.mx-\[12rem\]{margin-inline:12rem}.mx-\[16rem\]{margin-inline:16rem}.mx-\[20rem\]{margin-inline:20rem}.mx-\[24rem\]{margin-inline:24rem}.mx-\[32rem\]{margin-inline:32rem}.mx-\[50\%\]{margin-inline:50%}.mx-auto{margin-inline:auto}.my-\[16rem\]{margin-block:16rem}.my-\[20rem\]{margin-block:20rem}.my-\[24rem\]{margin-block:24rem}.my-\[32rem\]{margin-block:32rem}.my-auto{margin-block:auto}.\!mt-\[8rem\]{margin-top:8rem!important}.\!mt-\[16rem\]{margin-top:16rem!important}.\!mt-\[22rem\]{margin-top:22rem!important}.\!mt-\[24rem\]{margin-top:24rem!important}.-mt-\[2rem\]{margin-top:calc(2rem * -1)}.-mt-\[4rem\]{margin-top:calc(4rem * -1)}.-mt-\[14rem\]{margin-top:calc(14rem * -1)}.-mt-\[24rem\]{margin-top:calc(24rem * -1)}.-mt-\[34rem\]{margin-top:calc(34rem * -1)}.-mt-\[84rem\]{margin-top:calc(84rem * -1)}.mt-10{margin-top:calc(var(--spacing) * 10)}.mt-\[-10rem\]{margin-top:-10rem}.mt-\[-24rem\]{margin-top:-24rem}.mt-\[-26rem\]{margin-top:-26rem}.mt-\[-48rem\]{margin-top:-48rem}.mt-\[-54rem\]{margin-top:-54rem}.mt-\[-64rem\]{margin-top:-64rem}.mt-\[1rem\]{margin-top:1rem}.mt-\[2rem\]{margin-top:2rem}.mt-\[4rem\]{margin-top:4rem}.mt-\[6rem\]{margin-top:6rem}.mt-\[8rem\]{margin-top:8rem}.mt-\[10rem\]{margin-top:10rem}.mt-\[11rem\]{margin-top:11rem}.mt-\[12rem\]{margin-top:12rem}.mt-\[14rem\]{margin-top:14rem}.mt-\[16rem\]{margin-top:16rem}.mt-\[18rem\]{margin-top:18rem}.mt-\[20rem\]{margin-top:20rem}.mt-\[22rem\]{margin-top:22rem}.mt-\[24rem\]{margin-top:24rem}.mt-\[26rem\]{margin-top:26rem}.mt-\[28rem\]{margin-top:28rem}.mt-\[30rem\]{margin-top:30rem}.mt-\[32rem\]{margin-top:32rem}.mt-\[34rem\]{margin-top:34rem}.mt-\[36rem\]{margin-top:36rem}.mt-\[40rem\]{margin-top:40rem}.mt-\[46rem\]{margin-top:46rem}.mt-\[48rem\]{margin-top:48rem}.mt-\[50rem\]{margin-top:50rem}.mt-\[52rem\]{margin-top:52rem}.mt-\[54rem\]{margin-top:54rem}.mt-\[56rem\]{margin-top:56rem}.mt-\[60rem\]{margin-top:60rem}.mt-\[64rem\]{margin-top:64rem}.mt-\[70rem\]{margin-top:70rem}.mt-\[74rem\]{margin-top:74rem}.mt-\[92rem\]{margin-top:92rem}.mt-\[96rem\]{margin-top:96rem}.mt-\[124rem\]{margin-top:124rem}.mt-\[140rem\]{margin-top:140rem}.mt-\[152rem\]{margin-top:152rem}.mt-\[320rem\]{margin-top:320rem}.mt-auto{margin-top:auto}.\!mr-\[24rem\]{margin-right:24rem!important}.mr-\[2rem\]{margin-right:2rem}.mr-\[4rem\]{margin-right:4rem}.mr-\[8rem\]{margin-right:8rem}.mr-\[10rem\]{margin-right:10rem}.mr-\[12rem\]{margin-right:12rem}.mr-\[14rem\]{margin-right:14rem}.mr-\[16rem\]{margin-right:16rem}.mr-\[20rem\]{margin-right:20rem}.mr-\[24rem\]{margin-right:24rem}.\!mb-\[12rem\]{margin-bottom:12rem!important}.-mb-\[24\%\]{margin-bottom:calc(24% * -1)}.mb-0{margin-bottom:calc(var(--spacing) * 0)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-\[-12rem\]{margin-bottom:-12rem}.mb-\[1rem\]{margin-bottom:1rem}.mb-\[2rem\]{margin-bottom:2rem}.mb-\[4rem\]{margin-bottom:4rem}.mb-\[6rem\]{margin-bottom:6rem}.mb-\[8rem\]{margin-bottom:8rem}.mb-\[10rem\]{margin-bottom:10rem}.mb-\[12rem\]{margin-bottom:12rem}.mb-\[16rem\]{margin-bottom:16rem}.mb-\[18rem\]{margin-bottom:18rem}.mb-\[20rem\]{margin-bottom:20rem}.mb-\[24rem\]{margin-bottom:24rem}.mb-\[28rem\]{margin-bottom:28rem}.mb-\[32rem\]{margin-bottom:32rem}.mb-\[36rem\]{margin-bottom:36rem}.mb-\[38rem\]{margin-bottom:38rem}.mb-\[48rem\]{margin-bottom:48rem}.-ml-\[8rem\]{margin-left:calc(8rem * -1)}.-ml-\[19\.44\%\]{margin-left:calc(19.44% * -1)}.ml-\[-2rem\]{margin-left:-2rem}.ml-\[-8rem\]{margin-left:-8rem}.ml-\[-16rem\]{margin-left:-16rem}.ml-\[1rem\]{margin-left:1rem}.ml-\[2rem\]{margin-left:2rem}.ml-\[4rem\]{margin-left:4rem}.ml-\[6rem\]{margin-left:6rem}.ml-\[8rem\]{margin-left:8rem}.ml-\[12rem\]{margin-left:12rem}.ml-\[16rem\]{margin-left:16rem}.ml-\[20rem\]{margin-left:20rem}.ml-\[24rem\]{margin-left:24rem}.ml-\[26rem\]{margin-left:26rem}.ml-\[28rem\]{margin-left:28rem}.ml-\[30rem\]{margin-left:30rem}.ml-\[32rem\]{margin-left:32rem}.ml-\[34rem\]{margin-left:34rem}.ml-\[36rem\]{margin-left:36rem}.ml-auto{margin-left:auto}.box-border{box-sizing:border-box}.\!flex{display:flex!important}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.aspect-\[16\/9\]{aspect-ratio:16/9}.aspect-\[169\/95\]{aspect-ratio:169/95}.\!size-\[24rem\]{width:24rem!important;height:24rem!important}.size-0{width:calc(var(--spacing) * 0);height:calc(var(--spacing) * 0)}.size-\[3rem\]{width:3rem;height:3rem}.size-\[4rem\]{width:4rem;height:4rem}.size-\[5rem\]{width:5rem;height:5rem}.size-\[6rem\]{width:6rem;height:6rem}.size-\[8rem\]{width:8rem;height:8rem}.size-\[10rem\]{width:10rem;height:10rem}.size-\[12rem\]{width:12rem;height:12rem}.size-\[14rem\]{width:14rem;height:14rem}.size-\[16rem\]{width:16rem;height:16rem}.size-\[18rem\]{width:18rem;height:18rem}.size-\[20rem\]{width:20rem;height:20rem}.size-\[22rem\]{width:22rem;height:22rem}.size-\[24rem\]{width:24rem;height:24rem}.size-\[26rem\]{width:26rem;height:26rem}.size-\[28rem\]{width:28rem;height:28rem}.size-\[30rem\]{width:30rem;height:30rem}.size-\[32rem\]{width:32rem;height:32rem}.size-\[36rem\]{width:36rem;height:36rem}.size-\[38rem\]{width:38rem;height:38rem}.size-\[40rem\]{width:40rem;height:40rem}.size-\[44rem\]{width:44rem;height:44rem}.size-\[48rem\]{width:48rem;height:48rem}.size-\[50rem\]{width:50rem;height:50rem}.size-\[54rem\]{width:54rem;height:54rem}.size-\[56rem\]{width:56rem;height:56rem}.size-\[60rem\]{width:60rem;height:60rem}.size-\[64rem\]{width:64rem;height:64rem}.size-\[66rem\]{width:66rem;height:66rem}.size-\[68rem\]{width:68rem;height:68rem}.size-\[69rem\]{width:69rem;height:69rem}.size-\[72rem\]{width:72rem;height:72rem}.size-\[75rem\]{width:75rem;height:75rem}.size-\[80rem\]{width:80rem;height:80rem}.size-\[84rem\]{width:84rem;height:84rem}.size-\[88rem\]{width:88rem;height:88rem}.size-\[94rem\]{width:94rem;height:94rem}.size-\[96rem\]{width:96rem;height:96rem}.size-\[98rem\]{width:98rem;height:98rem}.size-\[100rem\]{width:100rem;height:100rem}.size-\[106rem\]{width:106rem;height:106rem}.size-\[110rem\]{width:110rem;height:110rem}.size-\[112rem\]{width:112rem;height:112rem}.size-\[120rem\]{width:120rem;height:120rem}.size-\[144rem\]{width:144rem;height:144rem}.size-\[168rem\]{width:168rem;height:168rem}.size-\[180rem\]{width:180rem;height:180rem}.size-\[232rem\]{width:232rem;height:232rem}.size-\[255rem\]{width:255rem;height:255rem}.size-\[262rem\]{width:262rem;height:262rem}.size-\[280rem\]{width:280rem;height:280rem}.size-\[300rem\]{width:300rem;height:300rem}.size-\[304rem\]{width:304rem;height:304rem}.size-auto{width:auto;height:auto}.size-fit{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}.size-full{width:100%;height:100%}.\!h-\[24rem\]{height:24rem!important}.\!h-\[28rem\]{height:28rem!important}.\!h-\[30rem\]{height:30rem!important}.\!h-\[32rem\]{height:32rem!important}.\!h-\[36rem\]{height:36rem!important}.\!h-\[38rem\]{height:38rem!important}.\!h-\[40rem\]{height:40rem!important}.\!h-\[44rem\]{height:44rem!important}.\!h-\[54rem\]{height:54rem!important}.\!h-\[272rem\]{height:272rem!important}.\!h-\[calc\(100vh_-_72rem\)\]{height:calc(100vh - 72rem)!important}.\!h-fit{height:-moz-fit-content!important;height:fit-content!important}.\!h-full{height:100%!important}.h-0{height:calc(var(--spacing) * 0)}.h-4{height:calc(var(--spacing) * 4)}.h-\[1rem\]{height:1rem}.h-\[2rem\]{height:2rem}.h-\[4rem\]{height:4rem}.h-\[6rem\]{height:6rem}.h-\[8rem\]{height:8rem}.h-\[10rem\]{height:10rem}.h-\[12rem\]{height:12rem}.h-\[14rem\]{height:14rem}.h-\[16rem\]{height:16rem}.h-\[18rem\]{height:18rem}.h-\[20rem\]{height:20rem}.h-\[22rem\]{height:22rem}.h-\[24rem\]{height:24rem}.h-\[25rem\]{height:25rem}.h-\[25vh\]{height:25vh}.h-\[26rem\]{height:26rem}.h-\[28rem\]{height:28rem}.h-\[30rem\]{height:30rem}.h-\[32rem\]{height:32rem}.h-\[34rem\]{height:34rem}.h-\[36rem\]{height:36rem}.h-\[38px\]{height:38px}.h-\[38rem\]{height:38rem}.h-\[40rem\]{height:40rem}.h-\[42rem\]{height:42rem}.h-\[44px\]{height:44px}.h-\[44rem\]{height:44rem}.h-\[48rem\]{height:48rem}.h-\[49rem\]{height:49rem}.h-\[50rem\]{height:50rem}.h-\[52rem\]{height:52rem}.h-\[54rem\]{height:54rem}.h-\[56rem\]{height:56rem}.h-\[58rem\]{height:58rem}.h-\[60rem\]{height:60rem}.h-\[60vh\]{height:60vh}.h-\[62rem\]{height:62rem}.h-\[64rem\]{height:64rem}.h-\[66rem\]{height:66rem}.h-\[68rem\]{height:68rem}.h-\[69rem\]{height:69rem}.h-\[70rem\]{height:70rem}.h-\[72rem\]{height:72rem}.h-\[74rem\]{height:74rem}.h-\[75rem\]{height:75rem}.h-\[76rem\]{height:76rem}.h-\[78rem\]{height:78rem}.h-\[80\%\]{height:80%}.h-\[80rem\]{height:80rem}.h-\[84rem\]{height:84rem}.h-\[86rem\]{height:86rem}.h-\[88rem\]{height:88rem}.h-\[90rem\]{height:90rem}.h-\[94rem\]{height:94rem}.h-\[96rem\]{height:96rem}.h-\[98rem\]{height:98rem}.h-\[100rem\]{height:100rem}.h-\[100vh\]{height:100vh}.h-\[106rem\]{height:106rem}.h-\[112rem\]{height:112rem}.h-\[118rem\]{height:118rem}.h-\[119rem\]{height:119rem}.h-\[120rem\]{height:120rem}.h-\[122rem\]{height:122rem}.h-\[124rem\]{height:124rem}.h-\[128rem\]{height:128rem}.h-\[130rem\]{height:130rem}.h-\[132rem\]{height:132rem}.h-\[133rem\]{height:133rem}.h-\[134rem\]{height:134rem}.h-\[136rem\]{height:136rem}.h-\[138rem\]{height:138rem}.h-\[140rem\]{height:140rem}.h-\[144rem\]{height:144rem}.h-\[146rem\]{height:146rem}.h-\[148rem\]{height:148rem}.h-\[150rem\]{height:150rem}.h-\[152rem\]{height:152rem}.h-\[158rem\]{height:158rem}.h-\[164rem\]{height:164rem}.h-\[166rem\]{height:166rem}.h-\[168rem\]{height:168rem}.h-\[170rem\]{height:170rem}.h-\[176rem\]{height:176rem}.h-\[178rem\]{height:178rem}.h-\[180rem\]{height:180rem}.h-\[187rem\]{height:187rem}.h-\[190rem\]{height:190rem}.h-\[211rem\]{height:211rem}.h-\[212rem\]{height:212rem}.h-\[220rem\]{height:220rem}.h-\[224rem\]{height:224rem}.h-\[225rem\]{height:225rem}.h-\[226rem\]{height:226rem}.h-\[228rem\]{height:228rem}.h-\[230rem\]{height:230rem}.h-\[234rem\]{height:234rem}.h-\[240rem\]{height:240rem}.h-\[242rem\]{height:242rem}.h-\[244rem\]{height:244rem}.h-\[248rem\]{height:248rem}.h-\[254rem\]{height:254rem}.h-\[256rem\]{height:256rem}.h-\[270rem\]{height:270rem}.h-\[282rem\]{height:282rem}.h-\[294rem\]{height:294rem}.h-\[310rem\]{height:310rem}.h-\[313rem\]{height:313rem}.h-\[326rem\]{height:326rem}.h-\[332rem\]{height:332rem}.h-\[336rem\]{height:336rem}.h-\[344rem\]{height:344rem}.h-\[345rem\]{height:345rem}.h-\[350rem\]{height:350rem}.h-\[353rem\]{height:353rem}.h-\[359rem\]{height:359rem}.h-\[360rem\]{height:360rem}.h-\[370rem\]{height:370rem}.h-\[375rem\]{height:375rem}.h-\[424rem\]{height:424rem}.h-\[436rem\]{height:436rem}.h-\[440rem\]{height:440rem}.h-\[470rem\]{height:470rem}.h-\[476rem\]{height:476rem}.h-\[480rem\]{height:480rem}.h-\[508rem\]{height:508rem}.h-\[530rem\]{height:530rem}.h-\[540rem\]{height:540rem}.h-\[590rem\]{height:590rem}.h-\[593rem\]{height:593rem}.h-\[594rem\]{height:594rem}.h-\[652rem\]{height:652rem}.h-\[684rem\]{height:684rem}.h-\[calc\(66rem\+12rem\)\]{height:calc(66rem + 12rem)}.h-\[calc\(100\%-36rem\)\]{height:calc(100% - 36rem)}.h-\[calc\(100\%-44rem\)\]{height:calc(100% - 44rem)}.h-\[calc\(100\%-58rem\)\]{height:calc(100% - 58rem)}.h-\[calc\(100\%-78rem\)\]{height:calc(100% - 78rem)}.h-\[calc\(100\%-96rem\)\]{height:calc(100% - 96rem)}.h-\[calc\(100\%_-_26rem\)\]{height:calc(100% - 26rem)}.h-\[calc\(100\%_-_28rem\)\]{height:calc(100% - 28rem)}.h-\[calc\(100\%_-_30rem\)\]{height:calc(100% - 30rem)}.h-\[calc\(100\%_-_58rem\)\]{height:calc(100% - 58rem)}.h-\[calc\(100\%_-_104rem\)\]{height:calc(100% - 104rem)}.h-\[calc\(100\%_-_106rem\)\]{height:calc(100% - 106rem)}.h-\[calc\(100\%_-_176rem\)\]{height:calc(100% - 176rem)}.h-\[calc\(100\%_-_254rem\)\]{height:calc(100% - 254rem)}.h-\[calc\(100\%_-_360rem\)\]{height:calc(100% - 360rem)}.h-\[calc\(100vh-32rem\)\]{height:calc(100vh - 32rem)}.h-\[calc\(100vh-36rem\)\]{height:calc(100vh - 36rem)}.h-\[calc\(100vh-56rem-24rem\)\]{height:calc(100vh - 56rem - 24rem)}.h-\[calc\(100vh-150rem\)\]{height:calc(100vh - 150rem)}.h-\[calc\(100vh-160rem\)\]{height:calc(100vh - 160rem)}.h-\[calc\(100vh-200rem\)\]{height:calc(100vh - 200rem)}.h-\[calc\(100vh-260rem\)\]{height:calc(100vh - 260rem)}.h-\[calc\(100vh_-_64rem\)\]{height:calc(100vh - 64rem)}.h-\[calc\(100vh_-_80rem\)\]{height:calc(100vh - 80rem)}.h-\[calc\(100vh_-_124rem\)\]{height:calc(100vh - 124rem)}.h-\[calc\(100vh_-_222rem\)\]{height:calc(100vh - 222rem)}.h-\[calc\(100vh_-_256rem\)\]{height:calc(100vh - 256rem)}.h-\[calc\(100vh_-_274rem_-_64rem\)\]{height:calc(100vh - 274rem - 64rem)}.h-\[calc\(100vh_-_284rem\)\]{height:calc(100vh - 284rem)}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-screen{height:100vh}.max-h-\[18rem\]{max-height:18rem}.max-h-\[352rem\]{max-height:352rem}.max-h-\[452rem\]{max-height:452rem}.max-h-\[720rem\]{max-height:720rem}.max-h-\[900rem\]{max-height:900rem}.min-h-\[24rem\]{min-height:24rem}.min-h-\[32rem\]{min-height:32rem}.min-h-\[36rem\]{min-height:36rem}.min-h-\[40rem\]{min-height:40rem}.min-h-\[44rem\]{min-height:44rem}.min-h-\[72rem\]{min-height:72rem}.min-h-\[78rem\]{min-height:78rem}.min-h-\[86rem\]{min-height:86rem}.min-h-\[94rem\]{min-height:94rem}.min-h-\[106rem\]{min-height:106rem}.min-h-\[112rem\]{min-height:112rem}.min-h-\[134rem\]{min-height:134rem}.min-h-\[142rem\]{min-height:142rem}.min-h-\[172rem\]{min-height:172rem}.min-h-\[186rem\]{min-height:186rem}.min-h-\[198rem\]{min-height:198rem}.min-h-\[208rem\]{min-height:208rem}.min-h-\[225rem\]{min-height:225rem}.min-h-\[242\.5rem\]{min-height:242.5rem}.min-h-\[310rem\]{min-height:310rem}.min-h-\[313rem\]{min-height:313rem}.min-h-\[324rem\]{min-height:324rem}.min-h-\[334rem\]{min-height:334rem}.min-h-\[336rem\]{min-height:336rem}.min-h-\[340rem\]{min-height:340rem}.min-h-\[470rem\]{min-height:470rem}.min-h-\[502rem\]{min-height:502rem}.min-h-\[508rem\]{min-height:508rem}.min-h-\[524rem\]{min-height:524rem}.min-h-\[583rem\]{min-height:583rem}.min-h-\[609rem\]{min-height:609rem}.min-h-\[calc\(100vh-64rem\)\]{min-height:calc(100vh - 64rem)}.min-h-screen{min-height:100vh}.\!w-\[20rem\]{width:20rem!important}.\!w-\[64rem\]{width:64rem!important}.\!w-\[66rem\]{width:66rem!important}.\!w-\[96rem\]{width:96rem!important}.\!w-\[104rem\]{width:104rem!important}.\!w-\[120rem\]{width:120rem!important}.\!w-\[140rem\]{width:140rem!important}.\!w-\[150rem\]{width:150rem!important}.\!w-\[160rem\]{width:160rem!important}.\!w-\[168rem\]{width:168rem!important}.\!w-\[180rem\]{width:180rem!important}.\!w-\[191rem\]{width:191rem!important}.\!w-\[200rem\]{width:200rem!important}.\!w-\[240rem\]{width:240rem!important}.\!w-\[248rem\]{width:248rem!important}.\!w-\[264rem\]{width:264rem!important}.\!w-\[328rem\]{width:328rem!important}.\!w-\[418rem\]{width:418rem!important}.\!w-auto{width:auto!important}.\!w-fit{width:-moz-fit-content!important;width:fit-content!important}.\!w-full{width:100%!important}.w-0{width:calc(var(--spacing) * 0)}.w-1\/2{width:calc(1 / 2 * 100%)}.w-4{width:calc(var(--spacing) * 4)}.w-\[1rem\]{width:1rem}.w-\[4rem\]{width:4rem}.w-\[5rem\]{width:5rem}.w-\[10rem\]{width:10rem}.w-\[14rem\]{width:14rem}.w-\[16rem\]{width:16rem}.w-\[20rem\]{width:20rem}.w-\[24rem\]{width:24rem}.w-\[28rem\]{width:28rem}.w-\[30rem\]{width:30rem}.w-\[31rem\]{width:31rem}.w-\[32rem\]{width:32rem}.w-\[34rem\]{width:34rem}.w-\[40rem\]{width:40rem}.w-\[41rem\]{width:41rem}.w-\[42rem\]{width:42rem}.w-\[43rem\]{width:43rem}.w-\[46rem\]{width:46rem}.w-\[48rem\]{width:48rem}.w-\[50rem\]{width:50rem}.w-\[50vw\]{width:50vw}.w-\[54rem\]{width:54rem}.w-\[56rem\]{width:56rem}.w-\[60rem\]{width:60rem}.w-\[62rem\]{width:62rem}.w-\[63\%\]{width:63%}.w-\[63rem\]{width:63rem}.w-\[64rem\]{width:64rem}.w-\[66rem\]{width:66rem}.w-\[68rem\]{width:68rem}.w-\[70rem\]{width:70rem}.w-\[72rem\]{width:72rem}.w-\[73rem\]{width:73rem}.w-\[74rem\]{width:74rem}.w-\[75rem\]{width:75rem}.w-\[78rem\]{width:78rem}.w-\[80\%\]{width:80%}.w-\[80rem\]{width:80rem}.w-\[84rem\]{width:84rem}.w-\[85\%\]{width:85%}.w-\[86rem\]{width:86rem}.w-\[88rem\]{width:88rem}.w-\[90\%\]{width:90%}.w-\[90rem\]{width:90rem}.w-\[92rem\]{width:92rem}.w-\[96rem\]{width:96rem}.w-\[100\%\]{width:100%}.w-\[100rem\]{width:100rem}.w-\[104rem\]{width:104rem}.w-\[106rem\]{width:106rem}.w-\[108rem\]{width:108rem}.w-\[110rem\]{width:110rem}.w-\[112rem\]{width:112rem}.w-\[114rem\]{width:114rem}.w-\[116rem\]{width:116rem}.w-\[118rem\]{width:118rem}.w-\[120rem\]{width:120rem}.w-\[122rem\]{width:122rem}.w-\[124rem\]{width:124rem}.w-\[126rem\]{width:126rem}.w-\[128rem\]{width:128rem}.w-\[132rem\]{width:132rem}.w-\[134rem\]{width:134rem}.w-\[138\.89\%\]{width:138.89%}.w-\[138rem\]{width:138rem}.w-\[140rem\]{width:140rem}.w-\[144rem\]{width:144rem}.w-\[148rem\]{width:148rem}.w-\[150rem\]{width:150rem}.w-\[154rem\]{width:154rem}.w-\[158rem\]{width:158rem}.w-\[159rem\]{width:159rem}.w-\[160rem\]{width:160rem}.w-\[162rem\]{width:162rem}.w-\[164rem\]{width:164rem}.w-\[165rem\]{width:165rem}.w-\[168rem\]{width:168rem}.w-\[169rem\]{width:169rem}.w-\[170rem\]{width:170rem}.w-\[172rem\]{width:172rem}.w-\[176rem\]{width:176rem}.w-\[180rem\]{width:180rem}.w-\[188rem\]{width:188rem}.w-\[194rem\]{width:194rem}.w-\[196rem\]{width:196rem}.w-\[200px\]{width:200px}.w-\[200rem\]{width:200rem}.w-\[204rem\]{width:204rem}.w-\[206rem\]{width:206rem}.w-\[208rem\]{width:208rem}.w-\[212rem\]{width:212rem}.w-\[214rem\]{width:214rem}.w-\[216rem\]{width:216rem}.w-\[220rem\]{width:220rem}.w-\[224rem\]{width:224rem}.w-\[228rem\]{width:228rem}.w-\[229rem\]{width:229rem}.w-\[232rem\]{width:232rem}.w-\[234rem\]{width:234rem}.w-\[240rem\]{width:240rem}.w-\[241rem\]{width:241rem}.w-\[242rem\]{width:242rem}.w-\[244rem\]{width:244rem}.w-\[247rem\]{width:247rem}.w-\[254rem\]{width:254rem}.w-\[256rem\]{width:256rem}.w-\[261rem\]{width:261rem}.w-\[264rem\]{width:264rem}.w-\[272rem\]{width:272rem}.w-\[278rem\]{width:278rem}.w-\[284rem\]{width:284rem}.w-\[288rem\]{width:288rem}.w-\[298rem\]{width:298rem}.w-\[300rem\]{width:300rem}.w-\[304rem\]{width:304rem}.w-\[308rem\]{width:308rem}.w-\[310rem\]{width:310rem}.w-\[315rem\]{width:315rem}.w-\[318rem\]{width:318rem}.w-\[320rem\]{width:320rem}.w-\[328rem\]{width:328rem}.w-\[332rem\]{width:332rem}.w-\[336rem\]{width:336rem}.w-\[340rem\]{width:340rem}.w-\[348rem\]{width:348rem}.w-\[350rem\]{width:350rem}.w-\[351rem\]{width:351rem}.w-\[352rem\]{width:352rem}.w-\[355rem\]{width:355rem}.w-\[356rem\]{width:356rem}.w-\[364rem\]{width:364rem}.w-\[375rem\]{width:375rem}.w-\[378rem\]{width:378rem}.w-\[392rem\]{width:392rem}.w-\[400rem\]{width:400rem}.w-\[434rem\]{width:434rem}.w-\[438rem\]{width:438rem}.w-\[450rem\]{width:450rem}.w-\[462rem\]{width:462rem}.w-\[476rem\]{width:476rem}.w-\[486rem\]{width:486rem}.w-\[640rem\]{width:640rem}.w-\[778rem\]{width:778rem}.w-\[800rem\]{width:800rem}.w-\[884rem\]{width:884rem}.w-\[1200rem\]{width:1200rem}.w-\[1296rem\]{width:1296rem}.w-\[1354rem\]{width:1354rem}.w-\[1358rem\]{width:1358rem}.w-\[1372rem\]{width:1372rem}.w-\[calc\(100\%\+32rem\)\]{width:calc(100% + 32rem)}.w-\[calc\(100\%-65rem\)\]{width:calc(100% - 65rem)}.w-\[calc\(100\%_\+_24rem\)\]{width:calc(100% + 24rem)}.w-\[calc\(100\%_\+_32rem\)\]{width:calc(100% + 32rem)}.w-\[calc\(100\%_-_2rem\)\]{width:calc(100% - 2rem)}.w-\[calc\(100\%_-_4rem\)\]{width:calc(100% - 4rem)}.w-\[calc\(100vw-32rem\)\]{width:calc(100vw - 32rem)}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-screen{width:100vw}.\!max-w-fit{max-width:-moz-fit-content!important;max-width:fit-content!important}.max-w-\[64rem\]{max-width:64rem}.max-w-\[80\%\]{max-width:80%}.max-w-\[80vw\]{max-width:80vw}.max-w-\[88rem\]{max-width:88rem}.max-w-\[108rem\]{max-width:108rem}.max-w-\[120rem\]{max-width:120rem}.max-w-\[144rem\]{max-width:144rem}.max-w-\[162rem\]{max-width:162rem}.max-w-\[164rem\]{max-width:164rem}.max-w-\[170rem\]{max-width:170rem}.max-w-\[200rem\]{max-width:200rem}.max-w-\[204rem\]{max-width:204rem}.max-w-\[214rem\]{max-width:214rem}.max-w-\[240rem\]{max-width:240rem}.max-w-\[250rem\]{max-width:250rem}.max-w-\[320rem\]{max-width:320rem}.max-w-\[400rem\]{max-width:400rem}.max-w-\[1200rem\]{max-width:1200rem}.max-w-full{max-width:100%}.max-w-none{max-width:none}.\!min-w-\[58rem\]{min-width:58rem!important}.min-w-0{min-width:calc(var(--spacing) * 0)}.min-w-\[24rem\]{min-width:24rem}.min-w-\[32rem\]{min-width:32rem}.min-w-\[50rem\]{min-width:50rem}.min-w-\[72rem\]{min-width:72rem}.min-w-\[150rem\]{min-width:150rem}.min-w-\[200rem\]{min-width:200rem}.min-w-\[216rem\]{min-width:216rem}.min-w-\[240rem\]{min-width:240rem}.min-w-\[1200rem\]{min-width:1200rem}.flex-1{flex:1}.flex-none{flex:none}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.basis-1\/2{flex-basis:calc(1 / 2 * 100%)}.basis-1\/4{flex-basis:calc(1 / 4 * 100%)}.border-collapse{border-collapse:collapse}.origin-top{transform-origin:top}.translate-\[-50\%\]{--tw-translate-x:-50%;--tw-translate-y:-50%}.-translate-x-1\/2,.translate-\[-50\%\]{translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-x-1\/2{--tw-translate-x:calc(calc(1 / 2 * 100%) * -1)}.-translate-x-\[50\%\]{--tw-translate-x:calc(50% * -1)}.-translate-x-\[50\%\],.translate-x-0{translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-x-0{--tw-translate-x:calc(var(--spacing) * 0)}.translate-x-\[-50\%\]{--tw-translate-x:-50%}.translate-x-\[-50\%\],.translate-x-\[2rem\]{translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-x-\[2rem\]{--tw-translate-x:2rem}.translate-x-full{--tw-translate-x:100%}.-translate-y-1\/2,.translate-x-full{translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y:calc(calc(1 / 2 * 100%) * -1)}.-translate-y-\[90\%\]{--tw-translate-y:calc(90% * -1)}.-translate-y-\[100\%\],.-translate-y-\[90\%\]{translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-\[100\%\]{--tw-translate-y:calc(100% * -1)}.translate-y-0{--tw-translate-y:calc(var(--spacing) * 0)}.translate-y-0,.translate-y-\[-50\%\]{translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-y-\[-50\%\]{--tw-translate-y:-50%}.translate-y-\[4rem\]{--tw-translate-y:4rem}.translate-y-\[4rem\],.translate-y-full{translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-y-full{--tw-translate-y:100%}.scale-130{--tw-scale-x:130%;--tw-scale-y:130%;--tw-scale-z:130%}.scale-130,.scale-y-110{scale:var(--tw-scale-x) var(--tw-scale-y)}.scale-y-110{--tw-scale-y:110%}.scale-\[0\.72\]{scale:.72}.scale-\[1\.05\]{scale:1.05}.-rotate-\[15deg\]{rotate:calc(15deg * -1)}.rotate-0{rotate:0deg}.rotate-6{rotate:6deg}.rotate-180{rotate:180deg}.rotate-\[-90deg\]{rotate:-90deg}.rotate-\[0\]{rotate:0}.rotate-\[11deg\]{rotate:11deg}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.animate-spin{animation:var(--animate-spin)}.\!cursor-auto{cursor:auto!important}.\!cursor-default{cursor:default!important}.cursor-auto{cursor:auto}.cursor-grab{cursor:grab}.cursor-no-drop{cursor:no-drop}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.touch-pan-x{--tw-pan-x:pan-x;touch-action:var(--tw-pan-x,) var(--tw-pan-y,) var(--tw-pinch-zoom,)}.resize{resize:both}.resize-none{resize:none}.scroll-mt-\[90rem\]{scroll-margin-top:90rem}.auto-rows-min{grid-auto-rows:min-content}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.place-content-between{place-content:space-between}.content-start{align-content:flex-start}.\!items-center{align-items:center!important}.\!items-end{align-items:flex-end!important}.items-baseline{align-items:baseline}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.\!justify-center{justify-content:center!important}.justify-around{justify-content:space-around}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.justify-items-center{justify-items:center}.\!gap-\[4rem\]{gap:4rem!important}.gap-0{gap:calc(var(--spacing) * 0)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-\[1rem\]{gap:1rem}.gap-\[2rem\]{gap:2rem}.gap-\[3rem\]{gap:3rem}.gap-\[4rem\]{gap:4rem}.gap-\[6rem\]{gap:6rem}.gap-\[8rem\]{gap:8rem}.gap-\[10rem\]{gap:10rem}.gap-\[12rem\]{gap:12rem}.gap-\[14rem\]{gap:14rem}.gap-\[15rem\]{gap:15rem}.gap-\[16rem\]{gap:16rem}.gap-\[18rem\]{gap:18rem}.gap-\[20rem\]{gap:20rem}.gap-\[24rem\]{gap:24rem}.gap-\[26rem\]{gap:26rem}.gap-\[28rem\]{gap:28rem}.gap-\[32rem\]{gap:32rem}.gap-\[36rem\]{gap:36rem}.gap-\[42rem\]{gap:42rem}.gap-\[44rem\]{gap:44rem}.gap-\[52rem\]{gap:52rem}.gap-\[60rem\]{gap:60rem}.gap-\[64rem\]{gap:64rem}.gap-\[120rem\]{gap:120rem}.space-y-\[12rem\]{:where(&>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(12rem * var(--tw-space-y-reverse));margin-block-end:calc(12rem * calc(1 - var(--tw-space-y-reverse)))}}.space-y-\[16rem\]{:where(&>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(16rem * var(--tw-space-y-reverse));margin-block-end:calc(16rem * calc(1 - var(--tw-space-y-reverse)))}}.gap-x-\[2rem\]{-moz-column-gap:2rem;column-gap:2rem}.gap-x-\[4rem\]{-moz-column-gap:4rem;column-gap:4rem}.gap-x-\[8rem\]{-moz-column-gap:8rem;column-gap:8rem}.gap-x-\[10rem\]{-moz-column-gap:10rem;column-gap:10rem}.gap-x-\[12rem\]{-moz-column-gap:12rem;column-gap:12rem}.gap-x-\[16rem\]{-moz-column-gap:16rem;column-gap:16rem}.gap-x-\[28rem\]{-moz-column-gap:28rem;column-gap:28rem}.space-x-2{:where(&>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)))}}.gap-y-\[6rem\]{row-gap:6rem}.gap-y-\[8rem\]{row-gap:8rem}.gap-y-\[10rem\]{row-gap:10rem}.gap-y-\[12rem\]{row-gap:12rem}.gap-y-\[20rem\]{row-gap:20rem}.gap-y-\[24rem\]{row-gap:24rem}.self-end{align-self:flex-end}.self-stretch{align-self:stretch}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.\!overflow-visible{overflow:visible!important}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-x-clip{overflow-x:clip}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.overflow-y-scroll{overflow-y:scroll}.\!rounded-\[8rem\]{border-radius:8rem!important}.\!rounded-\[15rem\]{border-radius:15rem!important}.\!rounded-\[16rem\]{border-radius:16rem!important}.\!rounded-\[22rem\]{border-radius:22rem!important}.\!rounded-\[26rem\]{border-radius:26rem!important}.\!rounded-\[28rem\]{border-radius:28rem!important}.\!rounded-\[54rem\]{border-radius:54rem!important}.\!rounded-\[56rem\]{border-radius:56rem!important}.\!rounded-full{border-radius:calc(infinity * 1px)!important}.rounded-\[2rem\]{border-radius:2rem}.rounded-\[4rem\]{border-radius:4rem}.rounded-\[6rem\]{border-radius:6rem}.rounded-\[8rem\]{border-radius:8rem}.rounded-\[9rem\]{border-radius:9rem}.rounded-\[10rem\]{border-radius:10rem}.rounded-\[12rem\]{border-radius:12rem}.rounded-\[13rem\]{border-radius:13rem}.rounded-\[14rem\]{border-radius:14rem}.rounded-\[15rem\]{border-radius:15rem}.rounded-\[16rem\]{border-radius:16rem}.rounded-\[18rem\]{border-radius:18rem}.rounded-\[19px\]{border-radius:19px}.rounded-\[20rem\]{border-radius:20rem}.rounded-\[21\.5rem\]{border-radius:21.5rem}.rounded-\[22px\]{border-radius:22px}.rounded-\[22rem\]{border-radius:22rem}.rounded-\[24rem\]{border-radius:24rem}.rounded-\[26rem\]{border-radius:26rem}.rounded-\[28rem\]{border-radius:28rem}.rounded-\[30rem\]{border-radius:30rem}.rounded-\[32rem\]{border-radius:32rem}.rounded-\[36rem\]{border-radius:36rem}.rounded-\[40rem\]{border-radius:40rem}.rounded-\[43rem\]{border-radius:43rem}.rounded-\[44rem\]{border-radius:44rem}.rounded-\[50\%\]{border-radius:50%}.rounded-\[50rem\]{border-radius:50rem}.rounded-\[52rem\]{border-radius:52rem}.rounded-\[54rem\]{border-radius:54rem}.rounded-\[56rem\]{border-radius:56rem}.rounded-\[64rem\]{border-radius:64rem}.rounded-\[82rem\]{border-radius:82rem}.rounded-\[200rem\]{border-radius:200rem}.rounded-full{border-radius:calc(infinity * 1px)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-none{border-radius:0}.rounded-xl{border-radius:var(--radius-xl)}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-\[8rem\]{border-top-left-radius:8rem;border-top-right-radius:8rem}.rounded-t-\[12rem\]{border-top-left-radius:12rem;border-top-right-radius:12rem}.rounded-t-\[16rem\]{border-top-left-radius:16rem;border-top-right-radius:16rem}.rounded-l-\[4rem\]{border-top-left-radius:4rem;border-bottom-left-radius:4rem}.rounded-l-\[8rem\]{border-top-left-radius:8rem;border-bottom-left-radius:8rem}.rounded-l-full{border-top-left-radius:calc(infinity * 1px);border-bottom-left-radius:calc(infinity * 1px)}.rounded-tl-\[4rem\]{border-top-left-radius:4rem}.rounded-tl-\[10rem\]{border-top-left-radius:10rem}.rounded-tl-\[12rem\]{border-top-left-radius:12rem}.rounded-tl-\[16rem\]{border-top-left-radius:16rem}.rounded-tl-\[20rem\]{border-top-left-radius:20rem}.rounded-r-\[8rem\]{border-top-right-radius:8rem;border-bottom-right-radius:8rem}.rounded-r-\[14rem\]{border-top-right-radius:14rem;border-bottom-right-radius:14rem}.rounded-r-\[16rem\]{border-top-right-radius:16rem;border-bottom-right-radius:16rem}.rounded-r-\[27rem\]{border-top-right-radius:27rem;border-bottom-right-radius:27rem}.rounded-r-\[43rem\]{border-top-right-radius:43rem;border-bottom-right-radius:43rem}.rounded-tr-\[1rem\]{border-top-right-radius:1rem}.rounded-tr-\[2rem\]{border-top-right-radius:2rem}.rounded-tr-\[4rem\]{border-top-right-radius:4rem}.rounded-tr-\[16rem\]{border-top-right-radius:16rem}.rounded-b-\[8rem\]{border-bottom-right-radius:8rem;border-bottom-left-radius:8rem}.rounded-b-\[12rem\]{border-bottom-right-radius:12rem;border-bottom-left-radius:12rem}.rounded-b-\[16rem\]{border-bottom-right-radius:16rem;border-bottom-left-radius:16rem}.rounded-br-\[4rem\]{border-bottom-right-radius:4rem}.rounded-br-\[10rem\]{border-bottom-right-radius:10rem}.rounded-br-\[12rem\]{border-bottom-right-radius:12rem}.rounded-br-\[20rem\]{border-bottom-right-radius:20rem}.rounded-bl-\[0rem\]{border-bottom-left-radius:0}.rounded-bl-\[1rem\]{border-bottom-left-radius:1rem}.rounded-bl-\[2rem\]{border-bottom-left-radius:2rem}.\!border{border-style:var(--tw-border-style)!important;border-width:1px!important}.\!border-\[1rem\]{border-style:var(--tw-border-style)!important;border-width:1rem!important}.border{border-style:var(--tw-border-style);border-width:1px}.border-\[1\.5rem\]{border-style:var(--tw-border-style);border-width:1.5rem}.border-\[1rem\]{border-style:var(--tw-border-style);border-width:1rem}.border-\[2rem\]{border-style:var(--tw-border-style);border-width:2rem}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-t-0{border-top-style:var(--tw-border-style);border-top-width:0}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-r-0{border-right-style:var(--tw-border-style);border-right-width:0}.border-r-\[2rem\]{border-right-style:var(--tw-border-style);border-right-width:2rem}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.border-b-\[1rem\]{border-bottom-style:var(--tw-border-style);border-bottom-width:1rem}.border-l-0{border-left-style:var(--tw-border-style);border-left-width:0}.\!border-none{--tw-border-style:none!important;border-style:none!important}.border-none{--tw-border-style:none;border-style:none}.\!border-inset{border-color:var(--theme-bg-inset)!important}.\!border-line{border-color:var(--theme-border)!important}.\!border-line-bold{border-color:var(--theme-border-secondary)!important}.\!border-main{border-color:var(--theme-text)!important}.\!border-transparent{border-color:transparent!important}.border-\[\#4C4C4C\]{border-color:#4C4C4C}.border-\[\#262626\]{border-color:#262626}.border-\[\#F90613\]{border-color:#F90613}.border-\[var\(--theme-border-inverse\)\]{border-color:var(--theme-border-inverse)}.border-\[var\(--theme-border-inverse\)\]\/50{border-color:var(--theme-border-inverse);@supports (color:color-mix(in lab,red,red)){border-color:color-mix(in oklab,var(--theme-border-inverse) 50%,transparent)}}.border-\[var\(--theme-leaderboard-border-2\)\]{border-color:var(--theme-leaderboard-border-2)}.border-\[var\(--theme-leaderboard-border-3\)\]{border-color:var(--theme-leaderboard-border-3)}.border-\[var\(--theme-newbie-cyan\)\]{border-color:var(--theme-newbie-cyan)}.border-\[var\(--theme-points-border-dark\)\]{border-color:var(--theme-points-border-dark)}.border-\[var\(--theme-search-card-border\)\]{border-color:var(--theme-search-card-border)}.border-brand-error-border{border-color:var(--brand-error-border)}.border-brand-red{border-color:var(--brand-red)}.border-brand-success{border-color:var(--brand-success)}.border-deep{border-color:var(--theme-bg-deep)}.border-deep3{border-color:var(--theme-bg-deep3)}.border-dim{border-color:var(--theme-text-muted)}.border-hover{border-color:var(--theme-bg-hover)}.border-hover\/60{border-color:var(--theme-bg-hover);@supports (color:color-mix(in lab,red,red)){border-color:color-mix(in oklab,var(--theme-bg-hover) 60%,transparent)}}.border-inset{border-color:var(--theme-bg-inset)}.border-line{border-color:var(--theme-border)}.border-line-1{border-color:var(--theme-border-1)}.border-line-2{border-color:var(--theme-border-2)}.border-line-bold{border-color:var(--theme-border-secondary)}.border-line-bold\/20{border-color:var(--theme-border-secondary);@supports (color:color-mix(in lab,red,red)){border-color:color-mix(in oklab,var(--theme-border-secondary) 20%,transparent)}}.border-line-focus{border-color:var(--theme-border-focus)}.border-line-nav{border-color:var(--theme-border-nav)}.border-main{border-color:var(--theme-text)}.border-main-1{border-color:var(--theme-text-1)}.border-main\/10{border-color:var(--theme-text);@supports (color:color-mix(in lab,red,red)){border-color:color-mix(in oklab,var(--theme-text) 10%,transparent)}}.border-main\/20{border-color:var(--theme-text);@supports (color:color-mix(in lab,red,red)){border-color:color-mix(in oklab,var(--theme-text) 20%,transparent)}}.border-main\/25{border-color:var(--theme-text);@supports (color:color-mix(in lab,red,red)){border-color:color-mix(in oklab,var(--theme-text) 25%,transparent)}}.border-main\/30{border-color:var(--theme-text);@supports (color:color-mix(in lab,red,red)){border-color:color-mix(in oklab,var(--theme-text) 30%,transparent)}}.border-off{border-color:var(--theme-text-disabled)}.border-page{border-color:var(--theme-bg)}.border-slate-100{border-color:var(--color-slate-100)}.border-slate-200{border-color:var(--color-slate-200)}.border-transparent{border-color:transparent}.border-t-line{border-top-color:var(--theme-border)}.border-r-line{border-right-color:var(--theme-border)}.border-r-transparent{border-right-color:transparent}.border-b-main\/10{border-bottom-color:var(--theme-text);@supports (color:color-mix(in lab,red,red)){border-bottom-color:color-mix(in oklab,var(--theme-text) 10%,transparent)}}.border-b-transparent{border-bottom-color:transparent}.\!bg-\[var\(--brand-error\)\]{background-color:var(--brand-error)!important}.\!bg-black{background-color:var(--color-black)!important}.\!bg-brand-accent{background-color:var(--brand-accent)!important}.\!bg-brand-error{background-color:var(--brand-error)!important}.\!bg-brand-red{background-color:var(--brand-red)!important}.\!bg-card\/80{background-color:var(--theme-bg-card)!important;@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-card) 80%,transparent)!important}}.\!bg-deep{background-color:var(--theme-bg-deep)!important}.\!bg-deep\/50{background-color:var(--theme-bg-deep)!important;@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-deep) 50%,transparent)!important}}.\!bg-deep2{background-color:var(--theme-bg-deep2)!important}.\!bg-disabled{background-color:var(--theme-bg-disabled)!important}.\!bg-hover{background-color:var(--theme-bg-hover)!important}.\!bg-inset{background-color:var(--theme-bg-inset)!important}.\!bg-main\/20{background-color:var(--theme-text)!important;@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-text) 20%,transparent)!important}}.\!bg-page{background-color:var(--theme-bg)!important}.\!bg-raised{background-color:var(--theme-bg-tertiary)!important}.\!bg-transparent{background-color:transparent!important}.bg-\[\#1A1A1A\]{background-color:#1A1A1A}.bg-\[\#333\]{background-color:#333}.bg-\[\#3374DC\]{background-color:#3374DC}.bg-\[\#141414\]{background-color:#141414}.bg-\[\#252525\]{background-color:#252525}.bg-\[\#616161\]\/60{background-color:color-mix(in oklab,#616161 60%,transparent)}.bg-\[red\]{background-color:red}.bg-\[rgba\(0\,0\,0\,0\.85\)\]{background-color:rgba(0,0,0,.85)}.bg-\[var\(--brand-error\)\]{background-color:var(--brand-error)}.bg-\[var\(--brand-main\)\]{background-color:var(--brand-main)}.bg-\[var\(--theme-achievement-progress-start\)\]{background-color:var(--theme-achievement-progress-start)}.bg-\[var\(--theme-activity-zone-menu-bg\)\]{background-color:var(--theme-activity-zone-menu-bg)}.bg-\[var\(--theme-border-inverse\)\]\/8{background-color:var(--theme-border-inverse);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-border-inverse) 8%,transparent)}}.bg-\[var\(--theme-declaration-bottom-bg\)\]{background-color:var(--theme-declaration-bottom-bg)}.bg-\[var\(--theme-invite-online-text\)\]{background-color:var(--theme-invite-online-text)}.bg-\[var\(--theme-modal-bg\)\]{background-color:var(--theme-modal-bg)}.bg-\[var\(--theme-online\)\]{background-color:var(--theme-online)}.bg-\[var\(--theme-points-card-bg\)\]{background-color:var(--theme-points-card-bg)}.bg-\[var\(--theme-points-card-bg-mobile\)\]{background-color:var(--theme-points-card-bg-mobile)}.bg-\[var\(--theme-points-media-bg\)\]{background-color:var(--theme-points-media-bg)}.bg-\[var\(--theme-points-modal-bg-mobile\)\]{background-color:var(--theme-points-modal-bg-mobile)}.bg-\[var\(--theme-points-modal-bg-pc\)\]{background-color:var(--theme-points-modal-bg-pc)}.bg-\[var\(--theme-points-tab-bg\)\]{background-color:var(--theme-points-tab-bg)}.bg-\[var\(--theme-recharge-modal-bg\)\]{background-color:var(--theme-recharge-modal-bg)}.bg-\[var\(--theme-recharge-modal-confirmation-bg\)\]{background-color:var(--theme-recharge-modal-confirmation-bg)}.bg-\[var\(--theme-reward-chip-bg\)\]{background-color:var(--theme-reward-chip-bg)}.bg-\[var\(--theme-reward-notch-bg\)\]{background-color:var(--theme-reward-notch-bg)}.bg-\[var\(--theme-toolpop-bg\)\]{background-color:var(--theme-toolpop-bg)}.bg-\[var\(--theme-user-modal-bg\)\]{background-color:var(--theme-user-modal-bg)}.bg-amber-50{background-color:var(--color-amber-50)}.bg-black{background-color:var(--color-black)}.bg-blue-500{background-color:var(--color-blue-500)}.bg-brand-error{background-color:var(--brand-error)}.bg-brand-red{background-color:var(--brand-red)}.bg-brand-red\/50{background-color:var(--brand-red);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--brand-red) 50%,transparent)}}.bg-brand-success{background-color:var(--brand-success)}.bg-caption{background-color:var(--theme-text-tertiary)}.bg-caption\/25{background-color:var(--theme-text-tertiary);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-text-tertiary) 25%,transparent)}}.bg-card{background-color:var(--theme-bg-card)}.bg-card\/60{background-color:var(--theme-bg-card);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-card) 60%,transparent)}}.bg-card\/80{background-color:var(--theme-bg-card);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-card) 80%,transparent)}}.bg-card\/90{background-color:var(--theme-bg-card);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-card) 90%,transparent)}}.bg-deep{background-color:var(--theme-bg-deep)}.bg-deep\/50{background-color:var(--theme-bg-deep);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-deep) 50%,transparent)}}.bg-deep\/60{background-color:var(--theme-bg-deep);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-deep) 60%,transparent)}}.bg-deep\/61{background-color:var(--theme-bg-deep);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-deep) 61%,transparent)}}.bg-deep\/70{background-color:var(--theme-bg-deep);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-deep) 70%,transparent)}}.bg-deep\/80{background-color:var(--theme-bg-deep);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-deep) 80%,transparent)}}.bg-deep\/\[\.3\]{background-color:var(--theme-bg-deep);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-deep) 30%,transparent)}}.bg-deep\/\[\.5\]{background-color:var(--theme-bg-deep);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-deep) 50%,transparent)}}.bg-deep\/\[\.8\]{background-color:var(--theme-bg-deep);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-deep) 80%,transparent)}}.bg-deep\/\[\.95\]{background-color:var(--theme-bg-deep);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-deep) 95%,transparent)}}.bg-deep2{background-color:var(--theme-bg-deep2)}.bg-deep2\/20{background-color:var(--theme-bg-deep2);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-deep2) 20%,transparent)}}.bg-deep2\/50{background-color:var(--theme-bg-deep2);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-deep2) 50%,transparent)}}.bg-deep3{background-color:var(--theme-bg-deep3)}.bg-gray-200{background-color:var(--color-gray-200)}.bg-hover{background-color:var(--theme-bg-hover)}.bg-hover\/10{background-color:var(--theme-bg-hover);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-hover) 10%,transparent)}}.bg-hover\/60{background-color:var(--theme-bg-hover);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-hover) 60%,transparent)}}.bg-inset{background-color:var(--theme-bg-inset)}.bg-inset-1{background-color:var(--theme-bg-inset-1)}.bg-inset\/40{background-color:var(--theme-bg-inset);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-inset) 40%,transparent)}}.bg-inset\/80{background-color:var(--theme-bg-inset);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-inset) 80%,transparent)}}.bg-line{background-color:var(--theme-border)}.bg-line-bold{background-color:var(--theme-border-secondary)}.bg-main{background-color:var(--theme-text)}.bg-main-1{background-color:var(--theme-text-1)}.bg-main\/10{background-color:var(--theme-text);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-text) 10%,transparent)}}.bg-main\/20{background-color:var(--theme-text);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-text) 20%,transparent)}}.bg-main\/25{background-color:var(--theme-text);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-text) 25%,transparent)}}.bg-main\/30{background-color:var(--theme-text);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-text) 30%,transparent)}}.bg-mask-md{background-color:var(--theme-overlay-medium)}.bg-page{background-color:var(--theme-bg)}.bg-page-nav\/\[0\.80\]{background-color:var(--theme-bg-nav);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-nav) 80%,transparent)}}.bg-page\/60{background-color:var(--theme-bg);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg) 60%,transparent)}}.bg-page\/80{background-color:var(--theme-bg);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg) 80%,transparent)}}.bg-page\/90{background-color:var(--theme-bg);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg) 90%,transparent)}}.bg-pressed{background-color:var(--theme-bg-active)}.bg-pressed\/50{background-color:var(--theme-bg-active);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-active) 50%,transparent)}}.bg-pressed\/60{background-color:var(--theme-bg-active);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-active) 60%,transparent)}}.bg-pressed\/88{background-color:var(--theme-bg-active);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-active) 88%,transparent)}}.bg-primary{background-color:var(--theme-primary)}.bg-public-bg-main{background-color:var(--public-bg-main)}.bg-public-main{background-color:var(--public-text-main)}.bg-public-main\/8{background-color:var(--public-text-main);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--public-text-main) 8%,transparent)}}.bg-public-main\/80{background-color:var(--public-text-main);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--public-text-main) 80%,transparent)}}.bg-raised{background-color:var(--theme-bg-tertiary)}.bg-raised-nav\/\[\.8\]{background-color:var(--theme-bg-tertiary-nav);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-tertiary-nav) 80%,transparent)}}.bg-raised\/40{background-color:var(--theme-bg-tertiary);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-tertiary) 40%,transparent)}}.bg-raised\/60{background-color:var(--theme-bg-tertiary);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-tertiary) 60%,transparent)}}.bg-raised\/80{background-color:var(--theme-bg-tertiary);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-tertiary) 80%,transparent)}}.bg-raised\/90{background-color:var(--theme-bg-tertiary);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-tertiary) 90%,transparent)}}.bg-sub\/20{background-color:var(--theme-text-secondary);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-text-secondary) 20%,transparent)}}.bg-transparent{background-color:transparent}.bg-white{background-color:var(--color-white)}.bg-white\/80{background-color:color-mix(in srgb,#fff 80%,transparent);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--color-white) 80%,transparent)}}.bg-white\/\[0\]{background-color:color-mix(in srgb,#fff 0%,transparent);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--color-white) 0%,transparent)}}.bg-gradient-to-br{--tw-gradient-position:to bottom right in oklab}.bg-gradient-to-br,.bg-gradient-to-r{background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-r{--tw-gradient-position:to right in oklab}.bg-gradient-to-t{--tw-gradient-position:to top in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.\!bg-\[image\:var\(--theme-marketing-bar-gradient\)\]{background-image:var(--theme-marketing-bar-gradient)!important}.\[background-image\:linear-gradient\(180deg\,var\(--theme-border\)_0\%\,var\(--theme-bg-tertiary\)_100\%\)\]{background-image:linear-gradient(180deg,var(--theme-border) 0,var(--theme-bg-tertiary) 100%)}.bg-\[radial-gradient\(50\%_50\%_at_50\%_50\%\,var\(--theme-bg-tertiary\)_0\%\,var\(--theme-bg\)_100\%\)\]{background-image:radial-gradient(50% 50% at 50% 50%,var(--theme-bg-tertiary) 0,var(--theme-bg) 100%)}.from-\[var\(--theme-newbie-progress-from\)\]{--tw-gradient-from:var(--theme-newbie-progress-from);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from) var(--tw-gradient-from-position),var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-card{--tw-gradient-from:var(--theme-bg-card);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from) var(--tw-gradient-from-position),var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-deep{--tw-gradient-from:var(--theme-bg-deep);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from) var(--tw-gradient-from-position),var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-deep\/60{--tw-gradient-from:var(--theme-bg-deep);@supports (color:color-mix(in lab,red,red)){--tw-gradient-from:color-mix(in oklab,var(--theme-bg-deep) 60%,transparent)}--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from) var(--tw-gradient-from-position),var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-orange-500{--tw-gradient-from:var(--color-orange-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from) var(--tw-gradient-from-position),var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-page{--tw-gradient-from:var(--theme-bg);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from) var(--tw-gradient-from-position),var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-page-nav{--tw-gradient-from:var(--theme-bg-nav);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from) var(--tw-gradient-from-position),var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-slate-100{--tw-gradient-from:var(--color-slate-100);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from) var(--tw-gradient-from-position),var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-\[44\.09\%\]{--tw-gradient-from-position:44.09%}.via-\[var\(--theme-newbie-progress-from\)\]{--tw-gradient-via:var(--theme-newbie-progress-from);--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from) var(--tw-gradient-from-position),var(--tw-gradient-via) var(--tw-gradient-via-position),var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-slate-50{--tw-gradient-via:var(--color-slate-50);--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from) var(--tw-gradient-from-position),var(--tw-gradient-via) var(--tw-gradient-via-position),var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-transparent{--tw-gradient-via:transparent;--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from) var(--tw-gradient-from-position),var(--tw-gradient-via) var(--tw-gradient-via-position),var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-80\%{--tw-gradient-via-position:80%}.to-\[var\(--theme-newbie-progress-to\)\]{--tw-gradient-to:var(--theme-newbie-progress-to);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from) var(--tw-gradient-from-position),var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-blue-50{--tw-gradient-to:var(--color-blue-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from) var(--tw-gradient-from-position),var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-pink-500{--tw-gradient-to:var(--color-pink-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from) var(--tw-gradient-from-position),var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-raised{--tw-gradient-to:var(--theme-bg-tertiary);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from) var(--tw-gradient-from-position),var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-red-500{--tw-gradient-to:var(--color-red-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from) var(--tw-gradient-from-position),var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-transparent{--tw-gradient-to:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from) var(--tw-gradient-from-position),var(--tw-gradient-to) var(--tw-gradient-to-position))}.\[mask-image\:linear-gradient\(to_bottom\,transparent\,black_14rem\,black_calc\(100\%-14rem\)\,transparent\)\]{-webkit-mask-image:linear-gradient(180deg,transparent,black 14rem,black calc(100% - 14rem),transparent);mask-image:linear-gradient(180deg,transparent,black 14rem,black calc(100% - 14rem),transparent)}.bg-cover{background-size:cover}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}.\[mask-size\:100\%_100\%\]{-webkit-mask-size:100% 100%;mask-size:100% 100%}.\[mask-repeat\:no-repeat\]{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.object-right{-o-object-position:right;object-position:right}.p-0{padding:calc(var(--spacing) * 0)}.p-1{padding:calc(var(--spacing) * 1)}.p-2{padding:calc(var(--spacing) * 2)}.p-8{padding:calc(var(--spacing) * 8)}.p-\[2rem\]{padding:2rem}.p-\[4rem\]{padding:4rem}.p-\[8rem\]{padding:8rem}.p-\[12rem\]{padding:12rem}.p-\[16rem\]{padding:16rem}.p-\[20rem\]{padding:20rem}.p-\[24rem\]{padding:24rem}.\!px-\[4rem\]{padding-inline:4rem!important}.\!px-\[10rem\]{padding-inline:10rem!important}.\!px-\[16rem\]{padding-inline:16rem!important}.\!px-\[24rem\]{padding-inline:24rem!important}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-\[2rem\]{padding-inline:2rem}.px-\[4rem\]{padding-inline:4rem}.px-\[6rem\]{padding-inline:6rem}.px-\[8rem\]{padding-inline:8rem}.px-\[10rem\]{padding-inline:10rem}.px-\[12rem\]{padding-inline:12rem}.px-\[14rem\]{padding-inline:14rem}.px-\[16rem\]{padding-inline:16rem}.px-\[18rem\]{padding-inline:18rem}.px-\[20rem\]{padding-inline:20rem}.px-\[21rem\]{padding-inline:21rem}.px-\[22rem\]{padding-inline:22rem}.px-\[24rem\]{padding-inline:24rem}.px-\[26rem\]{padding-inline:26rem}.px-\[28rem\]{padding-inline:28rem}.px-\[30rem\]{padding-inline:30rem}.px-\[32rem\]{padding-inline:32rem}.px-\[36rem\]{padding-inline:36rem}.px-\[38rem\]{padding-inline:38rem}.px-\[64rem\]{padding-inline:64rem}.px-\[78rem\]{padding-inline:78rem}.px-\[80rem\]{padding-inline:80rem}.px-\[312rem\]{padding-inline:312rem}.py-2{padding-block:calc(var(--spacing) * 2)}.py-\[4rem\]{padding-block:4rem}.py-\[6rem\]{padding-block:6rem}.py-\[8rem\]{padding-block:8rem}.py-\[10rem\]{padding-block:10rem}.py-\[12rem\]{padding-block:12rem}.py-\[16rem\]{padding-block:16rem}.py-\[17rem\]{padding-block:17rem}.py-\[18rem\]{padding-block:18rem}.py-\[20rem\]{padding-block:20rem}.py-\[24rem\]{padding-block:24rem}.py-\[28rem\]{padding-block:28rem}.py-\[40rem\]{padding-block:40rem}.py-\[60rem\]{padding-block:60rem}.\!pt-\[6rem\]{padding-top:6rem!important}.\!pt-\[92rem\]{padding-top:92rem!important}.pt-\[1rem\]{padding-top:1rem}.pt-\[2rem\]{padding-top:2rem}.pt-\[4rem\]{padding-top:4rem}.pt-\[6rem\]{padding-top:6rem}.pt-\[10rem\]{padding-top:10rem}.pt-\[12rem\]{padding-top:12rem}.pt-\[14rem\]{padding-top:14rem}.pt-\[16rem\]{padding-top:16rem}.pt-\[18rem\]{padding-top:18rem}.pt-\[22rem\]{padding-top:22rem}.pt-\[24rem\]{padding-top:24rem}.pt-\[26rem\]{padding-top:26rem}.pt-\[32rem\]{padding-top:32rem}.pt-\[34rem\]{padding-top:34rem}.pt-\[36rem\]{padding-top:36rem}.pt-\[40rem\]{padding-top:40rem}.pt-\[42rem\]{padding-top:42rem}.pt-\[44rem\]{padding-top:44rem}.pt-\[48rem\]{padding-top:48rem}.pt-\[50rem\]{padding-top:50rem}.pt-\[56rem\]{padding-top:56rem}.pt-\[60rem\]{padding-top:60rem}.pt-\[62rem\]{padding-top:62rem}.pt-\[64rem\]{padding-top:64rem}.pt-\[66rem\]{padding-top:66rem}.pt-\[68rem\]{padding-top:68rem}.pt-\[78rem\]{padding-top:78rem}.pt-\[80rem\]{padding-top:80rem}.pt-\[82rem\]{padding-top:82rem}.pt-\[88rem\]{padding-top:88rem}.pt-\[98rem\]{padding-top:98rem}.pt-\[100rem\]{padding-top:100rem}.pt-\[116rem\]{padding-top:116rem}.pt-\[122rem\]{padding-top:122rem}.pt-\[130rem\]{padding-top:130rem}.pt-\[232rem\]{padding-top:232rem}.pt-\[240rem\]{padding-top:240rem}.pt-\[262rem\]{padding-top:262rem}.\!pr-\[80rem\]{padding-right:80rem!important}.pr-\[2rem\]{padding-right:2rem}.pr-\[4rem\]{padding-right:4rem}.pr-\[6rem\]{padding-right:6rem}.pr-\[8rem\]{padding-right:8rem}.pr-\[10rem\]{padding-right:10rem}.pr-\[12rem\]{padding-right:12rem}.pr-\[14rem\]{padding-right:14rem}.pr-\[16rem\]{padding-right:16rem}.pr-\[18rem\]{padding-right:18rem}.pr-\[24rem\]{padding-right:24rem}.pr-\[70rem\]{padding-right:70rem}.pr-\[86rem\]{padding-right:86rem}.pb-\[2rem\]{padding-bottom:2rem}.pb-\[4rem\]{padding-bottom:4rem}.pb-\[8rem\]{padding-bottom:8rem}.pb-\[12rem\]{padding-bottom:12rem}.pb-\[16rem\]{padding-bottom:16rem}.pb-\[20rem\]{padding-bottom:20rem}.pb-\[24rem\]{padding-bottom:24rem}.pb-\[28rem\]{padding-bottom:28rem}.pb-\[30rem\]{padding-bottom:30rem}.pb-\[32rem\]{padding-bottom:32rem}.pb-\[40rem\]{padding-bottom:40rem}.pb-\[44rem\]{padding-bottom:44rem}.pb-\[46rem\]{padding-bottom:46rem}.pb-\[48rem\]{padding-bottom:48rem}.pb-\[60rem\]{padding-bottom:60rem}.pb-\[70rem\]{padding-bottom:70rem}.pb-\[88rem\]{padding-bottom:88rem}.pb-\[100rem\]{padding-bottom:100rem}.pb-\[122rem\]{padding-bottom:122rem}.\!pl-\[70rem\]{padding-left:70rem!important}.pl-\[1rem\]{padding-left:1rem}.pl-\[4rem\]{padding-left:4rem}.pl-\[8rem\]{padding-left:8rem}.pl-\[10rem\]{padding-left:10rem}.pl-\[12rem\]{padding-left:12rem}.pl-\[14rem\]{padding-left:14rem}.pl-\[16rem\]{padding-left:16rem}.pl-\[18rem\]{padding-left:18rem}.pl-\[20rem\]{padding-left:20rem}.pl-\[24rem\]{padding-left:24rem}.pl-\[32rem\]{padding-left:32rem}.pl-\[38rem\]{padding-left:38rem}.pl-\[48rem\]{padding-left:48rem}.pl-\[56rem\]{padding-left:56rem}.pl-\[70rem\]{padding-left:70rem}.pl-\[92rem\]{padding-left:92rem}.text-center{text-align:center}.text-justify{text-align:justify}.text-right{text-align:right}.\!font-\[ArialRoundedMTW02Bold\]{font-family:ArialRoundedMTW02Bold!important}.\!font-\[LeagueSpartan\]{font-family:LeagueSpartan!important}.\!font-\[NotoSans\]{font-family:NotoSans!important}.font-\[ArialRoundedMTW02Bold\]{font-family:ArialRoundedMTW02Bold}.font-\[FuturaStd-Bold\]{font-family:FuturaStd-Bold}.font-\[LeagueSpartan\]{font-family:LeagueSpartan}.font-\[NotoSans\]{font-family:NotoSans}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.\!text-\[12rem\]{font-size:12rem!important}.\!text-\[13rem\]{font-size:13rem!important}.\!text-\[14rem\]{font-size:14rem!important}.\!text-\[16rem\]{font-size:16rem!important}.\!text-\[18rem\]{font-size:18rem!important}.text-\[8rem\]{font-size:8rem}.text-\[10rem\]{font-size:10rem}.text-\[11rem\]{font-size:11rem}.text-\[12px\]{font-size:12px}.text-\[12rem\]{font-size:12rem}.text-\[13rem\]{font-size:13rem}.text-\[14px\]{font-size:14px}.text-\[14rem\]{font-size:14rem}.text-\[16rem\]{font-size:16rem}.text-\[17rem\]{font-size:17rem}.text-\[18rem\]{font-size:18rem}.text-\[20rem\]{font-size:20rem}.text-\[22rem\]{font-size:22rem}.text-\[24rem\]{font-size:24rem}.text-\[26rem\]{font-size:26rem}.text-\[28rem\]{font-size:28rem}.text-\[32rem\]{font-size:32rem}.text-\[34rem\]{font-size:34rem}.text-\[44rem\]{font-size:44rem}.text-\[52rem\]{font-size:52rem}.text-\[56rem\]{font-size:56rem}.text-\[64rem\]{font-size:64rem}.\!leading-\[20rem\]{--tw-leading:20rem!important;line-height:20rem!important}.\!leading-\[26rem\]{--tw-leading:26rem!important;line-height:26rem!important}.leading-\[1\.4\]{--tw-leading:1.4;line-height:1.4}.leading-\[1\]{--tw-leading:1;line-height:1}.leading-\[8rem\]{--tw-leading:8rem;line-height:8rem}.leading-\[9rem\]{--tw-leading:9rem;line-height:9rem}.leading-\[10rem\]{--tw-leading:10rem;line-height:10rem}.leading-\[11rem\]{--tw-leading:11rem;line-height:11rem}.leading-\[12rem\]{--tw-leading:12rem;line-height:12rem}.leading-\[14rem\]{--tw-leading:14rem;line-height:14rem}.leading-\[16rem\]{--tw-leading:16rem;line-height:16rem}.leading-\[17rem\]{--tw-leading:17rem;line-height:17rem}.leading-\[18rem\]{--tw-leading:18rem;line-height:18rem}.leading-\[20rem\]{--tw-leading:20rem;line-height:20rem}.leading-\[22rem\]{--tw-leading:22rem;line-height:22rem}.leading-\[24rem\]{--tw-leading:24rem;line-height:24rem}.leading-\[26rem\]{--tw-leading:26rem;line-height:26rem}.leading-\[28rem\]{--tw-leading:28rem;line-height:28rem}.leading-\[30rem\]{--tw-leading:30rem;line-height:30rem}.leading-\[32rem\]{--tw-leading:32rem;line-height:32rem}.leading-\[34rem\]{--tw-leading:34rem;line-height:34rem}.leading-\[36rem\]{--tw-leading:36rem;line-height:36rem}.leading-\[40rem\]{--tw-leading:40rem;line-height:40rem}.leading-\[42rem\]{--tw-leading:42rem;line-height:42rem}.leading-\[44rem\]{--tw-leading:44rem;line-height:44rem}.leading-\[48rem\]{--tw-leading:48rem;line-height:48rem}.leading-\[50rem\]{--tw-leading:50rem;line-height:50rem}.leading-\[56rem\]{--tw-leading:56rem;line-height:56rem}.leading-\[60rem\]{--tw-leading:60rem;line-height:60rem}.leading-none{--tw-leading:1;line-height:1}.\!font-\[600\]{--tw-font-weight:600!important;font-weight:600!important}.\!font-bold{--tw-font-weight:var(--font-weight-bold)!important;font-weight:var(--font-weight-bold)!important}.\!font-normal{--tw-font-weight:var(--font-weight-normal)!important;font-weight:var(--font-weight-normal)!important}.font-\[8\.7rem\]{--tw-font-weight:8.7rem;font-weight:8.7rem}.font-\[400\]{--tw-font-weight:400;font-weight:400}.font-\[500\]{--tw-font-weight:500;font-weight:500}.font-\[600\]{--tw-font-weight:600;font-weight:600}.font-\[630\]{--tw-font-weight:630;font-weight:630}.font-\[700\]{--tw-font-weight:700;font-weight:700}.font-\[800\]{--tw-font-weight:800;font-weight:800}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-light{--tw-font-weight:var(--font-weight-light);font-weight:var(--font-weight-light)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-\[0\.04em\]{--tw-tracking:0.04em;letter-spacing:.04em}.text-nowrap{text-wrap:nowrap}.whitespace-nowrap{white-space:nowrap}.\!text-\[var\(--theme-modal-value-text\)\]{color:var(--theme-modal-value-text)!important}.\!text-brand-accent{color:var(--brand-accent)!important}.\!text-inherit{color:inherit!important}.\!text-main{color:var(--theme-text)!important}.\!text-off-2{color:var(--theme-text-disabled-2)!important}.\!text-off-3{color:var(--theme-text-disabled-3)!important}.\!text-public-main{color:var(--public-text-main)!important}.\!text-white{color:var(--color-white)!important}.text-\[\#fff\]{color:#fff}.text-\[\#fff\]\/60{color:color-mix(in oklab,#fff 60%,transparent)}.text-\[var\(--theme-collect-draw-stroke\)\]\/90{color:var(--theme-collect-draw-stroke);@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,var(--theme-collect-draw-stroke) 90%,transparent)}}.text-\[var\(--theme-coming-soon\)\]{color:var(--theme-coming-soon)}.text-\[var\(--theme-dice-button-text\)\]{color:var(--theme-dice-button-text)}.text-\[var\(--theme-invite-online-text\)\]{color:var(--theme-invite-online-text)}.text-\[var\(--theme-modal-content-text\)\]{color:var(--theme-modal-content-text)}.text-\[var\(--theme-modal-value-text\)\]{color:var(--theme-modal-value-text)}.text-\[var\(--theme-reward-cost-text\)\]{color:var(--theme-reward-cost-text)}.text-\[var\(--theme-task-emphasis\)\]{color:var(--theme-task-emphasis)}.text-black{color:var(--color-black)}.text-brand-accent{color:var(--brand-accent)}.text-brand-error{color:var(--brand-error)}.text-brand-error-border{color:var(--brand-error-border)}.text-brand-red{color:var(--brand-red)}.text-brand-success{color:var(--brand-success)}.text-caption{color:var(--theme-text-tertiary)}.text-caption-store{color:var(--theme-text-tertiary-store)}.text-dim{color:var(--theme-text-muted)}.text-dim-store{color:var(--theme-text-muted-store)}.text-dim-zone{color:var(--theme-text-muted-zone)}.text-holder{color:var(--theme-text-placeholder)}.text-main{color:var(--theme-text)}.text-main-1{color:var(--theme-text-1)}.text-main\/50{color:var(--theme-text);@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,var(--theme-text) 50%,transparent)}}.text-main\/60{color:var(--theme-text);@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,var(--theme-text) 60%,transparent)}}.text-main\/70{color:var(--theme-text);@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,var(--theme-text) 70%,transparent)}}.text-main\/80{color:var(--theme-text);@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,var(--theme-text) 80%,transparent)}}.text-off{color:var(--theme-text-disabled)}.text-orange-500{color:var(--color-orange-500)}.text-primary{color:var(--theme-primary)}.text-public-main{color:var(--public-text-main)}.text-public-main\/60{color:var(--public-text-main);@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,var(--public-text-main) 60%,transparent)}}.text-public-main\/85{color:var(--public-text-main);@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,var(--public-text-main) 85%,transparent)}}.text-public-main\/95{color:var(--public-text-main);@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,var(--public-text-main) 95%,transparent)}}.text-red-500{color:var(--color-red-500)}.text-slate-400{color:var(--color-slate-400)}.text-slate-600{color:var(--color-slate-600)}.text-slate-700{color:var(--color-slate-700)}.text-slate-800{color:var(--color-slate-800)}.text-sub{color:var(--theme-text-secondary)}.text-transparent{color:transparent}.text-white{color:var(--color-white)}.uppercase{text-transform:uppercase}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-5{opacity:5%}.opacity-20{opacity:20%}.opacity-30{opacity:30%}.opacity-40{opacity:40%}.opacity-45{opacity:45%}.opacity-50{opacity:50%}.opacity-60{opacity:60%}.opacity-70{opacity:70%}.opacity-80{opacity:80%}.opacity-100{opacity:100%}.opacity-\[\.5\]{opacity:.5}.opacity-\[0\.6\]{opacity:.6}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,rgb(0 0 0/0.1)),0 1px 2px -1px var(--tw-shadow-color,rgb(0 0 0/0.1))}.shadow,.shadow-lg{box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,rgb(0 0 0/0.1)),0 4px 6px -4px var(--tw-shadow-color,rgb(0 0 0/0.1))}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,rgb(0 0 0/0.1)),0 1px 2px -1px var(--tw-shadow-color,rgb(0 0 0/0.1))}.shadow-sm,.shadow-xl{box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,rgb(0 0 0/0.1)),0 8px 10px -6px var(--tw-shadow-color,rgb(0 0 0/0.1))}.shadow-orange-500\/30{--tw-shadow-color:color-mix(in srgb,oklch(70.5% 0.213 47.604) 30%,transparent);@supports (color:color-mix(in lab,red,red)){--tw-shadow-color:color-mix(in oklab,color-mix(in oklab,var(--color-orange-500) 30%,transparent) var(--tw-shadow-alpha),transparent)}}.outline{outline-width:1px}.outline,.outline-2{outline-style:var(--tw-outline-style)}.outline-2{outline-width:2px}.outline-\[1rem\]{outline-width:1rem}.outline-\[1rem\],.outline-\[2rem\]{outline-style:var(--tw-outline-style)}.outline-\[2rem\]{outline-width:2rem}.outline-brand-red{outline-color:var(--brand-red)}.outline-inverse\/20{outline-color:var(--theme-text-inverse);@supports (color:color-mix(in lab,red,red)){outline-color:color-mix(in oklab,var(--theme-text-inverse) 20%,transparent)}}.outline-inverse\/50{outline-color:var(--theme-text-inverse);@supports (color:color-mix(in lab,red,red)){outline-color:color-mix(in oklab,var(--theme-text-inverse) 50%,transparent)}}.outline-line{outline-color:var(--theme-border)}.outline-line-bold{outline-color:var(--theme-border-secondary)}.outline-main\/25{outline-color:var(--theme-text);@supports (color:color-mix(in lab,red,red)){outline-color:color-mix(in oklab,var(--theme-text) 25%,transparent)}}.outline-page{outline-color:var(--theme-bg)}.outline-pressed{outline-color:var(--theme-bg-active)}.blur{--tw-blur:blur(8px)}.blur,.blur-\[10px\]{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.blur-\[10px\]{--tw-blur:blur(10px)}.brightness-70{--tw-brightness:brightness(70%)}.brightness-70,.brightness-80{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.brightness-80{--tw-brightness:brightness(80%)}.brightness-100{--tw-brightness:brightness(100%)}.brightness-100,.drop-shadow-\[0_0_16rem_var\(--theme-checkin-reissue-glow\)\]{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.drop-shadow-\[0_0_16rem_var\(--theme-checkin-reissue-glow\)\]{--tw-drop-shadow-size:drop-shadow(0 0 16rem var(--tw-drop-shadow-color,var(--theme-checkin-reissue-glow)));--tw-drop-shadow:var(--tw-drop-shadow-size)}.\[filter\:drop-shadow\(0_0_2rem_var\(--theme-checkin-reissue-glow\)\)\]{filter:drop-shadow(0 0 2rem var(--theme-checkin-reissue-glow))}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.\!backdrop-blur-\[10px\]{--tw-backdrop-blur:blur(10px)!important}.\!backdrop-blur-\[10px\],.\!backdrop-blur-\[20px\]{backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)!important}.\!backdrop-blur-\[20px\]{--tw-backdrop-blur:blur(20px)!important}.backdrop-blur{--tw-backdrop-blur:blur(8px)}.backdrop-blur,.backdrop-blur-\[2px\]{backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.backdrop-blur-\[2px\]{--tw-backdrop-blur:blur(2px)}.backdrop-blur-\[3px\]{--tw-backdrop-blur:blur(3px)}.backdrop-blur-\[3px\],.backdrop-blur-\[4px\]{backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.backdrop-blur-\[4px\]{--tw-backdrop-blur:blur(4px)}.backdrop-blur-\[5px\]{--tw-backdrop-blur:blur(5px)}.backdrop-blur-\[5px\],.backdrop-blur-\[8px\]{backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.backdrop-blur-\[8px\]{--tw-backdrop-blur:blur(8px)}.backdrop-blur-\[10px\]{--tw-backdrop-blur:blur(10px)}.backdrop-blur-\[10px\],.backdrop-blur-\[12px\]{backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.backdrop-blur-\[12px\]{--tw-backdrop-blur:blur(12px)}.backdrop-blur-\[20px\]{--tw-backdrop-blur:blur(20px)}.backdrop-blur-\[20px\],.backdrop-blur-\[22px\]{backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.backdrop-blur-\[22px\]{--tw-backdrop-blur:blur(22px)}.backdrop-blur-\[40px\]{--tw-backdrop-blur:blur(40px)}.backdrop-blur-\[40px\],.backdrop-blur-\[40rem\]{backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.backdrop-blur-\[40rem\]{--tw-backdrop-blur:blur(40rem)}.backdrop-blur-\[50px\]{--tw-backdrop-blur:blur(50px)}.backdrop-blur-\[50px\],.backdrop-blur-sm{backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--blur-sm))}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[width\,height\,padding\]{transition-property:width,height,padding;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-100{--tw-duration:100ms;transition-duration:.1s}.duration-150{--tw-duration:150ms;transition-duration:.15s}.duration-200{--tw-duration:200ms;transition-duration:.2s}.duration-300{--tw-duration:300ms;transition-duration:.3s}.duration-500{--tw-duration:500ms;transition-duration:.5s}.duration-600{--tw-duration:600ms;transition-duration:.6s}.duration-1000{--tw-duration:1000ms;transition-duration:1s}.duration-\[300ms\]{--tw-duration:300ms;transition-duration:.3s}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.will-change-transform{will-change:transform}.\!outline-none{--tw-outline-style:none!important;outline-style:none!important}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.\[-webkit-mask-image\:linear-gradient\(to_bottom\,transparent\,black_14rem\,black_calc\(100\%-14rem\)\,transparent\)\]{-webkit-mask-image:linear-gradient(180deg,transparent,black 14rem,black calc(100% - 14rem),transparent)}.\[-webkit-mask-repeat\:no-repeat\]{-webkit-mask-repeat:no-repeat}.\[-webkit-mask-size\:100\%_100\%\]{-webkit-mask-size:100% 100%}.\[background\:linear-gradient\(0deg\,var\(--theme-bg-tertiary\)_0\%\,var\(--theme-bg-secondary\)_44\.09\%\)\]{background:linear-gradient(0deg,var(--theme-bg-tertiary) 0,var(--theme-bg-secondary) 44.09%)}.transform-content{transform-box:content-box}.not-first\:z-\[-1\]{&:not(:first-child){z-index:-1}}.group-hover\:flex{&:is(:where(.group):hover *){@media (hover:hover){display:flex}}}.group-hover\:underline{&:is(:where(.group):hover *){@media (hover:hover){text-decoration-line:underline}}}.group-hover\:opacity-100{&:is(:where(.group):hover *){@media (hover:hover){opacity:100%}}}.group-hover\/gameItem\:block{&:is(:where(.group\/gameItem):hover *){@media (hover:hover){display:block}}}.group-hover\/gameItem\:flex{&:is(:where(.group\/gameItem):hover *){@media (hover:hover){display:flex}}}.group-hover\/gameItem\:hidden{&:is(:where(.group\/gameItem):hover *){@media (hover:hover){display:none}}}.group-hover\/gameItem\:border-\[2rem\]{&:is(:where(.group\/gameItem):hover *){@media (hover:hover){border-style:var(--tw-border-style);border-left-width:2rem;border-bottom-width:2rem;border-right-width:2rem;border-top-width:2rem}}}.group-hover\/gameItem\:border-transparent{&:is(:where(.group\/gameItem):hover *){@media (hover:hover){border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent}}}.group-hover\/gameItem\:opacity-0{&:is(:where(.group\/gameItem):hover *){@media (hover:hover){opacity:0}}}.group-hover\/iconBtn\:block{&:is(:where(.group\/iconBtn):hover *){@media (hover:hover){display:block}}}.group-hover\/iconBtn\:hidden{&:is(:where(.group\/iconBtn):hover *){@media (hover:hover){display:none}}}.group-hover\/iconBtn\:opacity-0{&:is(:where(.group\/iconBtn):hover *){@media (hover:hover){opacity:0}}}.group-hover\/iconBtn\:opacity-100{&:is(:where(.group\/iconBtn):hover *){@media (hover:hover){opacity:100%}}}.group-hover\/taskItem\:bg-card{&:is(:where(.group\/taskItem):hover *){@media (hover:hover){background-color:var(--theme-bg-card)}}}.placeholder\:text-\[var\(--theme-toolpop-placeholder\)\]{&::-moz-placeholder{color:var(--theme-toolpop-placeholder)}&::placeholder{color:var(--theme-toolpop-placeholder)}}.placeholder\:text-dim{&::-moz-placeholder{color:var(--theme-text-muted)}&::placeholder{color:var(--theme-text-muted)}}.first\:mt-0{&:first-child{margin-top:calc(var(--spacing) * 0)}}.first\:mt-\[6rem\]{&:first-child{margin-top:6rem}}.first\:mt-\[18rem\]{&:first-child{margin-top:18rem}}.last\:mb-0{&:last-child{margin-bottom:calc(var(--spacing) * 0)}}.last\:mb-\[52rem\]{&:last-child{margin-bottom:52rem}}.last\:border-0{&:last-child{border-style:var(--tw-border-style);border-width:0}}.last\:border-none{&:last-child{--tw-border-style:none;border-style:none}}.hover\:w-\[220rem\]{&:hover{@media (hover:hover){width:220rem}}}.hover\:translate-x-\[6rem\]{&:hover{@media (hover:hover){--tw-translate-x:6rem;translate:var(--tw-translate-x) var(--tw-translate-y)}}}.hover\:-translate-y-\[2rem\]{&:hover{@media (hover:hover){--tw-translate-y:calc(2rem * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}}}.hover\:border{&:hover{@media (hover:hover){border-style:var(--tw-border-style);border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px}}}.hover\:\!border-sub{&:hover{@media (hover:hover){border-color:var(--theme-text-secondary)!important}}}.hover\:border-caption{&:hover{@media (hover:hover){border-color:var(--theme-text-tertiary)}}}.hover\:border-dim{&:hover{@media (hover:hover){border-color:var(--theme-text-muted)}}}.hover\:border-main\/20{&:hover{@media (hover:hover){border-color:var(--theme-text);@supports (color:color-mix(in lab,red,red)){border-color:color-mix(in oklab,var(--theme-text) 20%,transparent)}}}}.hover\:border-page{&:hover{@media (hover:hover){border-color:var(--theme-bg)}}}.hover\:border-slate-300{&:hover{@media (hover:hover){border-color:var(--color-slate-300)}}}.hover\:\!bg-inset{&:hover{@media (hover:hover){background-color:var(--theme-bg-inset)!important}}}.hover\:\!bg-main{&:hover{@media (hover:hover){background-color:var(--theme-text)!important}}}.hover\:\!bg-pressed{&:hover{@media (hover:hover){background-color:var(--theme-bg-active)!important}}}.hover\:bg-\[var\(--theme-invite-task-card-hover-bg\)\]{&:hover{@media (hover:hover){background-color:var(--theme-invite-task-card-hover-bg)}}}.hover\:bg-blue-600{&:hover{@media (hover:hover){background-color:var(--color-blue-600)}}}.hover\:bg-brand-error{&:hover{@media (hover:hover){background-color:var(--brand-error)}}}.hover\:bg-brand-error-border{&:hover{@media (hover:hover){background-color:var(--brand-error-border)}}}.hover\:bg-brand-red-hover{&:hover{@media (hover:hover){background-color:var(--brand-red-hover)}}}.hover\:bg-caption{&:hover{@media (hover:hover){background-color:var(--theme-text-tertiary)}}}.hover\:bg-dim\/30{&:hover{@media (hover:hover){background-color:var(--theme-text-muted);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-text-muted) 30%,transparent)}}}}.hover\:bg-hover{&:hover{@media (hover:hover){background-color:var(--theme-bg-hover)}}}.hover\:bg-inset{&:hover{@media (hover:hover){background-color:var(--theme-bg-inset)}}}.hover\:bg-line-bold{&:hover{@media (hover:hover){background-color:var(--theme-border-secondary)}}}.hover\:bg-main{&:hover{@media (hover:hover){background-color:var(--theme-text)}}}.hover\:bg-main\/10{&:hover{@media (hover:hover){background-color:var(--theme-text);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-text) 10%,transparent)}}}}.hover\:bg-main\/20{&:hover{@media (hover:hover){background-color:var(--theme-text);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-text) 20%,transparent)}}}}.hover\:bg-main\/30{&:hover{@media (hover:hover){background-color:var(--theme-text);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-text) 30%,transparent)}}}}.hover\:bg-page{&:hover{@media (hover:hover){background-color:var(--theme-bg)}}}.hover\:bg-public-main\/40{&:hover{@media (hover:hover){background-color:var(--public-text-main);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--public-text-main) 40%,transparent)}}}}.hover\:bg-public-main\/\[\.9\]{&:hover{@media (hover:hover){background-color:var(--public-text-main);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--public-text-main) 90%,transparent)}}}}.hover\:bg-raised{&:hover{@media (hover:hover){background-color:var(--theme-bg-tertiary)}}}.hover\:bg-transparent{&:hover{@media (hover:hover){background-color:transparent}}}.hover\:\!text-deep{&:hover{@media (hover:hover){color:var(--theme-bg-deep)!important}}}.hover\:\!text-dim{&:hover{@media (hover:hover){color:var(--theme-text-muted)!important}}}.hover\:\!text-sub{&:hover{@media (hover:hover){color:var(--theme-text-secondary)!important}}}.hover\:text-\[var\(--theme-text-placeholder\)\]{&:hover{@media (hover:hover){color:var(--theme-text-placeholder)}}}.hover\:text-deep{&:hover{@media (hover:hover){color:var(--theme-bg-deep)}}}.hover\:text-dim{&:hover{@media (hover:hover){color:var(--theme-text-muted)}}}.hover\:text-main{&:hover{@media (hover:hover){color:var(--theme-text)}}}.hover\:text-main-hover{&:hover{@media (hover:hover){color:var(--theme-text-hover)}}}.hover\:text-sub{&:hover{@media (hover:hover){color:var(--theme-text-secondary)}}}.hover\:underline{&:hover{@media (hover:hover){text-decoration-line:underline}}}.hover\:\!opacity-80{&:hover{@media (hover:hover){opacity:80%!important}}}.hover\:\!opacity-90{&:hover{@media (hover:hover){opacity:90%!important}}}.hover\:opacity-60{&:hover{@media (hover:hover){opacity:60%}}}.hover\:opacity-80{&:hover{@media (hover:hover){opacity:80%}}}.hover\:opacity-90{&:hover{@media (hover:hover){opacity:90%}}}.hover\:opacity-100{&:hover{@media (hover:hover){opacity:100%}}}.hover\:\[box-shadow\:0_4rem_15rem_0_var\(--theme-friends-cta-shadow\)\]{&:hover{@media (hover:hover){box-shadow:0 4rem 15rem 0 var(--theme-friends-cta-shadow)}}}.hover\:\[box-shadow\:var\(--theme-activity-zone-btn-glow\)\]{&:hover{@media (hover:hover){box-shadow:var(--theme-activity-zone-btn-glow)}}}.active\:cursor-grabbing{&:active{cursor:grabbing}}.active\:bg-pressed{&:active{background-color:var(--theme-bg-active)}}.active\:bg-sub{&:active{background-color:var(--theme-text-secondary)}}.active\:text-deep{&:active{color:var(--theme-bg-deep)}}.active\:opacity-30{&:active{opacity:30%}}.active\:opacity-40{&:active{opacity:40%}}.active\:opacity-80{&:active{opacity:80%}}.disabled\:cursor-not-allowed{&:disabled{cursor:not-allowed}}.disabled\:opacity-70{&:disabled{opacity:70%}}.max-md\:left-\[50\%\]{@media (width < 48rem){left:50%}}.max-md\:mx-\[12rem\]{@media (width < 48rem){margin-inline:12rem}}.max-md\:-mt-\[14rem\]{@media (width < 48rem){margin-top:calc(14rem * -1)}}.max-md\:mt-\[4rem\]{@media (width < 48rem){margin-top:4rem}}.max-md\:mt-\[20rem\]{@media (width < 48rem){margin-top:20rem}}.max-md\:mt-\[24rem\]{@media (width < 48rem){margin-top:24rem}}.max-md\:mt-\[30rem\]{@media (width < 48rem){margin-top:30rem}}.max-md\:mt-auto{@media (width < 48rem){margin-top:auto}}.max-md\:mb-\[8rem\]{@media (width < 48rem){margin-bottom:8rem}}.max-md\:mb-\[32rem\]{@media (width < 48rem){margin-bottom:32rem}}.max-md\:mb-\[46rem\]{@media (width < 48rem){margin-bottom:46rem}}.max-md\:-ml-\[10rem\]{@media (width < 48rem){margin-left:calc(10rem * -1)}}.max-md\:ml-\[2rem\]{@media (width < 48rem){margin-left:2rem}}.max-md\:ml-\[4rem\]{@media (width < 48rem){margin-left:4rem}}.max-md\:ml-\[16rem\]{@media (width < 48rem){margin-left:16rem}}.max-md\:flex{@media (width < 48rem){display:flex}}.max-md\:hidden{@media (width < 48rem){display:none}}.max-md\:h-\[56rem\]{@media (width < 48rem){height:56rem}}.max-md\:h-\[calc\(100\%_-_308rem\)\]{@media (width < 48rem){height:calc(100% - 308rem)}}.max-md\:h-full{@media (width < 48rem){height:100%}}.max-md\:translate-x-\[-50\%\]{@media (width < 48rem){--tw-translate-x:-50%;translate:var(--tw-translate-x) var(--tw-translate-y)}}.max-md\:translate-x-\[50\%\]{@media (width < 48rem){--tw-translate-x:50%;translate:var(--tw-translate-x) var(--tw-translate-y)}}.max-md\:translate-y-\[-50\%\]{@media (width < 48rem){--tw-translate-y:-50%;translate:var(--tw-translate-x) var(--tw-translate-y)}}.max-md\:scale-100{@media (width < 48rem){--tw-scale-x:100%;--tw-scale-y:100%;--tw-scale-z:100%;scale:var(--tw-scale-x) var(--tw-scale-y)}}.max-md\:flex-col{@media (width < 48rem){flex-direction:column}}.max-md\:items-center{@media (width < 48rem){align-items:center}}.max-md\:justify-between{@media (width < 48rem){justify-content:space-between}}.max-md\:justify-center{@media (width < 48rem){justify-content:center}}.max-md\:gap-\[6rem\]{@media (width < 48rem){gap:6rem}}.max-md\:gap-\[12rem\]{@media (width < 48rem){gap:12rem}}.max-md\:overflow-y-auto{@media (width < 48rem){overflow-y:auto}}.max-md\:rounded-t-\[12rem\]{@media (width < 48rem){border-top-left-radius:12rem;border-top-right-radius:12rem}}.max-md\:rounded-t-\[16rem\]{@media (width < 48rem){border-top-left-radius:16rem;border-top-right-radius:16rem}}.max-md\:rounded-b-\[6rem\]{@media (width < 48rem){border-bottom-right-radius:6rem;border-bottom-left-radius:6rem}}.max-md\:rounded-b-none{@media (width < 48rem){border-bottom-right-radius:0;border-bottom-left-radius:0}}.max-md\:border{@media (width < 48rem){border-style:var(--tw-border-style);border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px}}.max-md\:border-pressed{@media (width < 48rem){border-color:var(--theme-bg-active)}}.max-md\:bg-\[var\(--theme-newbie-violet-tint\)\]{@media (width < 48rem){background-color:var(--theme-newbie-violet-tint)}}.max-md\:bg-page{@media (width < 48rem){background-color:var(--theme-bg)}}.max-md\:p-\[12rem\]{@media (width < 48rem){padding-left:12rem;padding-bottom:12rem;padding-right:12rem;padding-top:12rem}}.max-md\:px-\[10rem\]{@media (width < 48rem){padding-inline:10rem}}.max-md\:px-\[12rem\]{@media (width < 48rem){padding-inline:12rem}}.max-md\:px-\[20rem\]{@media (width < 48rem){padding-inline:20rem}}.max-md\:pt-\[6rem\]{@media (width < 48rem){padding-top:6rem}}.max-md\:pt-\[88rem\]{@media (width < 48rem){padding-top:88rem}}.max-md\:pb-\[32rem\]{@media (width < 48rem){padding-bottom:32rem}}.max-md\:pl-\[20rem\]{@media (width < 48rem){padding-left:20rem}}.max-md\:text-\[12rem\]{@media (width < 48rem){font-size:12rem}}.max-md\:text-\[16rem\]{@media (width < 48rem){font-size:16rem}}.max-md\:leading-\[36rem\]{@media (width < 48rem){--tw-leading:36rem;line-height:36rem}}.max-md\:font-bold{@media (width < 48rem){--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}}.max-md\:text-sub{@media (width < 48rem){color:var(--theme-text-secondary)}}.md\:absolute{@media (width >= 48rem){position:absolute}}.md\:-top-\[13rem\]{@media (width >= 48rem){top:calc(13rem * -1)}}.md\:top-\[-10rem\]{@media (width >= 48rem){top:-10rem}}.md\:top-\[-14rem\]{@media (width >= 48rem){top:-14rem}}.md\:top-\[-26rem\]{@media (width >= 48rem){top:-26rem}}.md\:top-\[-36rem\]{@media (width >= 48rem){top:-36rem}}.md\:top-\[-38rem\]{@media (width >= 48rem){top:-38rem}}.md\:top-\[-55rem\]{@media (width >= 48rem){top:-55rem}}.md\:top-\[-60rem\]{@media (width >= 48rem){top:-60rem}}.md\:top-\[8rem\]{@media (width >= 48rem){top:8rem}}.md\:top-\[12rem\]{@media (width >= 48rem){top:12rem}}.md\:top-\[13rem\]{@media (width >= 48rem){top:13rem}}.md\:top-\[14rem\]{@media (width >= 48rem){top:14rem}}.md\:top-\[16rem\]{@media (width >= 48rem){top:16rem}}.md\:top-\[18rem\]{@media (width >= 48rem){top:18rem}}.md\:top-\[20rem\]{@media (width >= 48rem){top:20rem}}.md\:top-\[26rem\]{@media (width >= 48rem){top:26rem}}.md\:top-\[36rem\]{@media (width >= 48rem){top:36rem}}.md\:top-\[40rem\]{@media (width >= 48rem){top:40rem}}.md\:top-\[52rem\]{@media (width >= 48rem){top:52rem}}.md\:top-\[61rem\]{@media (width >= 48rem){top:61rem}}.md\:top-\[62rem\]{@media (width >= 48rem){top:62rem}}.md\:top-\[64rem\]{@media (width >= 48rem){top:64rem}}.md\:top-\[90rem\]{@media (width >= 48rem){top:90rem}}.md\:top-\[146rem\]{@media (width >= 48rem){top:146rem}}.md\:top-\[183rem\]{@media (width >= 48rem){top:183rem}}.md\:top-\[188rem\]{@media (width >= 48rem){top:188rem}}.md\:top-\[320rem\]{@media (width >= 48rem){top:320rem}}.md\:top-\[332rem\]{@media (width >= 48rem){top:332rem}}.md\:-right-\[54rem\]{@media (width >= 48rem){right:calc(54rem * -1)}}.md\:right-0{@media (width >= 48rem){right:calc(var(--spacing) * 0)}}.md\:right-\[-14rem\]{@media (width >= 48rem){right:-14rem}}.md\:right-\[-54rem\]{@media (width >= 48rem){right:-54rem}}.md\:right-\[8rem\]{@media (width >= 48rem){right:8rem}}.md\:right-\[12rem\]{@media (width >= 48rem){right:12rem}}.md\:right-\[16rem\]{@media (width >= 48rem){right:16rem}}.md\:right-\[18rem\]{@media (width >= 48rem){right:18rem}}.md\:right-\[20rem\]{@media (width >= 48rem){right:20rem}}.md\:right-\[22rem\]{@media (width >= 48rem){right:22rem}}.md\:right-\[24rem\]{@media (width >= 48rem){right:24rem}}.md\:right-\[28rem\]{@media (width >= 48rem){right:28rem}}.md\:right-\[72rem\]{@media (width >= 48rem){right:72rem}}.md\:right-\[90rem\]{@media (width >= 48rem){right:90rem}}.md\:right-\[108rem\]{@media (width >= 48rem){right:108rem}}.md\:right-\[136rem\]{@media (width >= 48rem){right:136rem}}.md\:right-\[164rem\]{@media (width >= 48rem){right:164rem}}.md\:bottom-0{@media (width >= 48rem){bottom:calc(var(--spacing) * 0)}}.md\:bottom-\[-8rem\]{@media (width >= 48rem){bottom:-8rem}}.md\:bottom-\[-18rem\]{@media (width >= 48rem){bottom:-18rem}}.md\:bottom-\[-54rem\]{@media (width >= 48rem){bottom:-54rem}}.md\:bottom-\[4rem\]{@media (width >= 48rem){bottom:4rem}}.md\:bottom-\[6rem\]{@media (width >= 48rem){bottom:6rem}}.md\:bottom-\[8rem\]{@media (width >= 48rem){bottom:8rem}}.md\:bottom-\[12rem\]{@media (width >= 48rem){bottom:12rem}}.md\:bottom-\[18rem\]{@media (width >= 48rem){bottom:18rem}}.md\:bottom-\[20rem\]{@media (width >= 48rem){bottom:20rem}}.md\:bottom-\[24rem\]{@media (width >= 48rem){bottom:24rem}}.md\:bottom-\[32rem\]{@media (width >= 48rem){bottom:32rem}}.md\:bottom-\[54rem\]{@media (width >= 48rem){bottom:54rem}}.md\:bottom-\[58rem\]{@media (width >= 48rem){bottom:58rem}}.md\:bottom-\[60rem\]{@media (width >= 48rem){bottom:60rem}}.md\:bottom-\[62rem\]{@media (width >= 48rem){bottom:62rem}}.md\:bottom-\[64rem\]{@media (width >= 48rem){bottom:64rem}}.md\:bottom-\[80rem\]{@media (width >= 48rem){bottom:80rem}}.md\:bottom-\[88rem\]{@media (width >= 48rem){bottom:88rem}}.md\:bottom-\[118rem\]{@media (width >= 48rem){bottom:118rem}}.md\:bottom-\[132rem\]{@media (width >= 48rem){bottom:132rem}}.md\:bottom-\[208rem\]{@media (width >= 48rem){bottom:208rem}}.md\:bottom-\[212rem\]{@media (width >= 48rem){bottom:212rem}}.md\:-left-\[20rem\]{@media (width >= 48rem){left:calc(20rem * -1)}}.md\:left-\[-28rem\]{@media (width >= 48rem){left:-28rem}}.md\:left-\[-56rem\]{@media (width >= 48rem){left:-56rem}}.md\:left-\[8rem\]{@media (width >= 48rem){left:8rem}}.md\:left-\[12rem\]{@media (width >= 48rem){left:12rem}}.md\:left-\[20rem\]{@media (width >= 48rem){left:20rem}}.md\:left-\[32rem\]{@media (width >= 48rem){left:32rem}}.md\:left-\[40rem\]{@media (width >= 48rem){left:40rem}}.md\:left-\[50\%\]{@media (width >= 48rem){left:50%}}.md\:left-\[68rem\]{@media (width >= 48rem){left:68rem}}.md\:left-\[108rem\]{@media (width >= 48rem){left:108rem}}.md\:left-\[137rem\]{@media (width >= 48rem){left:137rem}}.md\:left-\[142rem\]{@media (width >= 48rem){left:142rem}}.md\:left-\[154rem\]{@media (width >= 48rem){left:154rem}}.md\:left-\[176rem\]{@media (width >= 48rem){left:176rem}}.md\:order-1{@media (width >= 48rem){order:1}}.md\:order-2{@media (width >= 48rem){order:2}}.md\:mx-0{@media (width >= 48rem){margin-inline:calc(var(--spacing) * 0)}}.md\:mx-\[20rem\]{@media (width >= 48rem){margin-inline:20rem}}.md\:mx-auto{@media (width >= 48rem){margin-inline:auto}}.md\:my-\[30rem\]{@media (width >= 48rem){margin-block:30rem}}.md\:mt-0{@media (width >= 48rem){margin-top:calc(var(--spacing) * 0)}}.md\:mt-\[-10rem\]{@media (width >= 48rem){margin-top:-10rem}}.md\:mt-\[-14rem\]{@media (width >= 48rem){margin-top:-14rem}}.md\:mt-\[-36rem\]{@media (width >= 48rem){margin-top:-36rem}}.md\:mt-\[-118rem\]{@media (width >= 48rem){margin-top:-118rem}}.md\:mt-\[4rem\]{@media (width >= 48rem){margin-top:4rem}}.md\:mt-\[6rem\]{@media (width >= 48rem){margin-top:6rem}}.md\:mt-\[8rem\]{@media (width >= 48rem){margin-top:8rem}}.md\:mt-\[10rem\]{@media (width >= 48rem){margin-top:10rem}}.md\:mt-\[12rem\]{@media (width >= 48rem){margin-top:12rem}}.md\:mt-\[14rem\]{@media (width >= 48rem){margin-top:14rem}}.md\:mt-\[16rem\]{@media (width >= 48rem){margin-top:16rem}}.md\:mt-\[20rem\]{@media (width >= 48rem){margin-top:20rem}}.md\:mt-\[22rem\]{@media (width >= 48rem){margin-top:22rem}}.md\:mt-\[24rem\]{@media (width >= 48rem){margin-top:24rem}}.md\:mt-\[28rem\]{@media (width >= 48rem){margin-top:28rem}}.md\:mt-\[30rem\]{@media (width >= 48rem){margin-top:30rem}}.md\:mt-\[32rem\]{@media (width >= 48rem){margin-top:32rem}}.md\:mt-\[36rem\]{@media (width >= 48rem){margin-top:36rem}}.md\:mt-\[40rem\]{@media (width >= 48rem){margin-top:40rem}}.md\:mt-\[42rem\]{@media (width >= 48rem){margin-top:42rem}}.md\:mt-\[44rem\]{@media (width >= 48rem){margin-top:44rem}}.md\:mt-\[48rem\]{@media (width >= 48rem){margin-top:48rem}}.md\:mt-\[56rem\]{@media (width >= 48rem){margin-top:56rem}}.md\:mt-\[64rem\]{@media (width >= 48rem){margin-top:64rem}}.md\:mt-\[68rem\]{@media (width >= 48rem){margin-top:68rem}}.md\:mt-\[94rem\]{@media (width >= 48rem){margin-top:94rem}}.md\:mt-\[120rem\]{@media (width >= 48rem){margin-top:120rem}}.md\:mt-\[140rem\]{@media (width >= 48rem){margin-top:140rem}}.md\:mt-\[168rem\]{@media (width >= 48rem){margin-top:168rem}}.md\:mt-auto{@media (width >= 48rem){margin-top:auto}}.md\:mr-\[16rem\]{@media (width >= 48rem){margin-right:16rem}}.md\:mr-\[24rem\]{@media (width >= 48rem){margin-right:24rem}}.md\:mb-0{@media (width >= 48rem){margin-bottom:calc(var(--spacing) * 0)}}.md\:mb-\[-2rem\]{@media (width >= 48rem){margin-bottom:-2rem}}.md\:mb-\[-3rem\]{@media (width >= 48rem){margin-bottom:-3rem}}.md\:mb-\[2rem\]{@media (width >= 48rem){margin-bottom:2rem}}.md\:mb-\[4rem\]{@media (width >= 48rem){margin-bottom:4rem}}.md\:mb-\[8rem\]{@media (width >= 48rem){margin-bottom:8rem}}.md\:mb-\[12rem\]{@media (width >= 48rem){margin-bottom:12rem}}.md\:mb-\[16rem\]{@media (width >= 48rem){margin-bottom:16rem}}.md\:mb-\[20rem\]{@media (width >= 48rem){margin-bottom:20rem}}.md\:mb-\[22rem\]{@media (width >= 48rem){margin-bottom:22rem}}.md\:mb-\[24rem\]{@media (width >= 48rem){margin-bottom:24rem}}.md\:mb-\[40rem\]{@media (width >= 48rem){margin-bottom:40rem}}.md\:mb-\[48rem\]{@media (width >= 48rem){margin-bottom:48rem}}.md\:ml-0{@media (width >= 48rem){margin-left:calc(var(--spacing) * 0)}}.md\:ml-\[-16rem\]{@media (width >= 48rem){margin-left:-16rem}}.md\:ml-\[4rem\]{@media (width >= 48rem){margin-left:4rem}}.md\:ml-\[22rem\]{@media (width >= 48rem){margin-left:22rem}}.md\:ml-\[28rem\]{@media (width >= 48rem){margin-left:28rem}}.md\:ml-\[36rem\]{@media (width >= 48rem){margin-left:36rem}}.md\:ml-\[96rem\]{@media (width >= 48rem){margin-left:96rem}}.md\:flex{@media (width >= 48rem){display:flex}}.md\:grid{@media (width >= 48rem){display:grid}}.md\:hidden{@media (width >= 48rem){display:none}}.md\:size-\[4rem\]{@media (width >= 48rem){width:4rem;height:4rem}}.md\:size-\[12rem\]{@media (width >= 48rem){width:12rem;height:12rem}}.md\:size-\[14rem\]{@media (width >= 48rem){width:14rem;height:14rem}}.md\:size-\[16rem\]{@media (width >= 48rem){width:16rem;height:16rem}}.md\:size-\[20rem\]{@media (width >= 48rem){width:20rem;height:20rem}}.md\:size-\[22rem\]{@media (width >= 48rem){width:22rem;height:22rem}}.md\:size-\[24rem\]{@media (width >= 48rem){width:24rem;height:24rem}}.md\:size-\[28rem\]{@media (width >= 48rem){width:28rem;height:28rem}}.md\:size-\[30rem\]{@media (width >= 48rem){width:30rem;height:30rem}}.md\:size-\[32rem\]{@media (width >= 48rem){width:32rem;height:32rem}}.md\:size-\[34rem\]{@media (width >= 48rem){width:34rem;height:34rem}}.md\:size-\[36rem\]{@media (width >= 48rem){width:36rem;height:36rem}}.md\:size-\[40rem\]{@media (width >= 48rem){width:40rem;height:40rem}}.md\:size-\[48rem\]{@media (width >= 48rem){width:48rem;height:48rem}}.md\:size-\[56rem\]{@media (width >= 48rem){width:56rem;height:56rem}}.md\:size-\[64rem\]{@media (width >= 48rem){width:64rem;height:64rem}}.md\:size-\[68rem\]{@media (width >= 48rem){width:68rem;height:68rem}}.md\:size-\[80rem\]{@media (width >= 48rem){width:80rem;height:80rem}}.md\:size-\[88rem\]{@media (width >= 48rem){width:88rem;height:88rem}}.md\:size-\[90rem\]{@media (width >= 48rem){width:90rem;height:90rem}}.md\:size-\[104rem\]{@media (width >= 48rem){width:104rem;height:104rem}}.md\:size-\[112rem\]{@media (width >= 48rem){width:112rem;height:112rem}}.md\:size-\[115rem\]{@media (width >= 48rem){width:115rem;height:115rem}}.md\:size-\[124rem\]{@media (width >= 48rem){width:124rem;height:124rem}}.md\:size-\[160rem\]{@media (width >= 48rem){width:160rem;height:160rem}}.md\:size-\[180rem\]{@media (width >= 48rem){width:180rem;height:180rem}}.md\:size-\[220rem\]{@media (width >= 48rem){width:220rem;height:220rem}}.md\:size-\[240rem\]{@media (width >= 48rem){width:240rem;height:240rem}}.md\:size-\[310rem\]{@media (width >= 48rem){width:310rem;height:310rem}}.md\:size-\[350rem\]{@media (width >= 48rem){width:350rem;height:350rem}}.md\:size-full{@media (width >= 48rem){width:100%;height:100%}}.md\:\!h-\[32rem\]{@media (width >= 48rem){height:32rem!important}}.md\:\!h-\[36rem\]{@media (width >= 48rem){height:36rem!important}}.md\:\!h-\[40rem\]{@media (width >= 48rem){height:40rem!important}}.md\:\!h-\[44rem\]{@media (width >= 48rem){height:44rem!important}}.md\:h-\[6rem\]{@media (width >= 48rem){height:6rem}}.md\:h-\[10rem\]{@media (width >= 48rem){height:10rem}}.md\:h-\[14rem\]{@media (width >= 48rem){height:14rem}}.md\:h-\[18rem\]{@media (width >= 48rem){height:18rem}}.md\:h-\[22rem\]{@media (width >= 48rem){height:22rem}}.md\:h-\[24rem\]{@media (width >= 48rem){height:24rem}}.md\:h-\[26rem\]{@media (width >= 48rem){height:26rem}}.md\:h-\[28rem\]{@media (width >= 48rem){height:28rem}}.md\:h-\[32rem\]{@media (width >= 48rem){height:32rem}}.md\:h-\[36rem\]{@media (width >= 48rem){height:36rem}}.md\:h-\[40rem\]{@media (width >= 48rem){height:40rem}}.md\:h-\[44rem\]{@media (width >= 48rem){height:44rem}}.md\:h-\[50rem\]{@media (width >= 48rem){height:50rem}}.md\:h-\[56rem\]{@media (width >= 48rem){height:56rem}}.md\:h-\[60rem\]{@media (width >= 48rem){height:60rem}}.md\:h-\[64rem\]{@media (width >= 48rem){height:64rem}}.md\:h-\[74rem\]{@media (width >= 48rem){height:74rem}}.md\:h-\[76rem\]{@media (width >= 48rem){height:76rem}}.md\:h-\[78rem\]{@media (width >= 48rem){height:78rem}}.md\:h-\[80rem\]{@media (width >= 48rem){height:80rem}}.md\:h-\[84rem\]{@media (width >= 48rem){height:84rem}}.md\:h-\[90rem\]{@media (width >= 48rem){height:90rem}}.md\:h-\[100rem\]{@media (width >= 48rem){height:100rem}}.md\:h-\[105rem\]{@media (width >= 48rem){height:105rem}}.md\:h-\[116rem\]{@media (width >= 48rem){height:116rem}}.md\:h-\[118rem\]{@media (width >= 48rem){height:118rem}}.md\:h-\[120rem\]{@media (width >= 48rem){height:120rem}}.md\:h-\[126rem\]{@media (width >= 48rem){height:126rem}}.md\:h-\[128rem\]{@media (width >= 48rem){height:128rem}}.md\:h-\[132rem\]{@media (width >= 48rem){height:132rem}}.md\:h-\[158rem\]{@media (width >= 48rem){height:158rem}}.md\:h-\[160rem\]{@media (width >= 48rem){height:160rem}}.md\:h-\[168rem\]{@media (width >= 48rem){height:168rem}}.md\:h-\[190rem\]{@media (width >= 48rem){height:190rem}}.md\:h-\[220rem\]{@media (width >= 48rem){height:220rem}}.md\:h-\[232rem\]{@media (width >= 48rem){height:232rem}}.md\:h-\[234rem\]{@media (width >= 48rem){height:234rem}}.md\:h-\[264rem\]{@media (width >= 48rem){height:264rem}}.md\:h-\[268rem\]{@media (width >= 48rem){height:268rem}}.md\:h-\[270rem\]{@media (width >= 48rem){height:270rem}}.md\:h-\[272rem\]{@media (width >= 48rem){height:272rem}}.md\:h-\[300rem\]{@media (width >= 48rem){height:300rem}}.md\:h-\[314rem\]{@media (width >= 48rem){height:314rem}}.md\:h-\[328rem\]{@media (width >= 48rem){height:328rem}}.md\:h-\[334rem\]{@media (width >= 48rem){height:334rem}}.md\:h-\[360rem\]{@media (width >= 48rem){height:360rem}}.md\:h-\[412rem\]{@media (width >= 48rem){height:412rem}}.md\:h-\[420rem\]{@media (width >= 48rem){height:420rem}}.md\:h-\[430rem\]{@media (width >= 48rem){height:430rem}}.md\:h-\[446rem\]{@media (width >= 48rem){height:446rem}}.md\:h-\[470rem\]{@media (width >= 48rem){height:470rem}}.md\:h-\[476rem\]{@media (width >= 48rem){height:476rem}}.md\:h-\[482rem\]{@media (width >= 48rem){height:482rem}}.md\:h-\[486rem\]{@media (width >= 48rem){height:486rem}}.md\:h-\[496rem\]{@media (width >= 48rem){height:496rem}}.md\:h-\[500rem\]{@media (width >= 48rem){height:500rem}}.md\:h-\[520rem\]{@media (width >= 48rem){height:520rem}}.md\:h-\[525rem\]{@media (width >= 48rem){height:525rem}}.md\:h-\[540rem\]{@media (width >= 48rem){height:540rem}}.md\:h-\[548rem\]{@media (width >= 48rem){height:548rem}}.md\:h-\[570rem\]{@media (width >= 48rem){height:570rem}}.md\:h-\[571rem\]{@media (width >= 48rem){height:571rem}}.md\:h-\[588rem\]{@media (width >= 48rem){height:588rem}}.md\:h-\[618rem\]{@media (width >= 48rem){height:618rem}}.md\:h-\[670rem\]{@media (width >= 48rem){height:670rem}}.md\:h-\[708rem\]{@media (width >= 48rem){height:708rem}}.md\:h-\[calc\(100\%_-_48rem\)\]{@media (width >= 48rem){height:calc(100% - 48rem)}}.md\:h-\[calc\(100\%_-_120rem\)\]{@media (width >= 48rem){height:calc(100% - 120rem)}}.md\:h-\[calc\(100vh-56rem-24rem\)\]{@media (width >= 48rem){height:calc(100vh - 56rem - 24rem)}}.md\:h-\[calc\(100vh-72rem\)\]{@media (width >= 48rem){height:calc(100vh - 72rem)}}.md\:h-\[calc\(100vh_-_80rem\)\]{@media (width >= 48rem){height:calc(100vh - 80rem)}}.md\:h-\[calc\(100vh_-_336rem\)\]{@media (width >= 48rem){height:calc(100vh - 336rem)}}.md\:h-full{@media (width >= 48rem){height:100%}}.md\:max-h-\[476rem\]{@media (width >= 48rem){max-height:476rem}}.md\:max-h-\[670rem\]{@media (width >= 48rem){max-height:670rem}}.md\:max-h-\[676rem\]{@media (width >= 48rem){max-height:676rem}}.md\:\!w-\[80rem\]{@media (width >= 48rem){width:80rem!important}}.md\:\!w-\[112rem\]{@media (width >= 48rem){width:112rem!important}}.md\:\!w-\[136rem\]{@media (width >= 48rem){width:136rem!important}}.md\:\!w-\[179rem\]{@media (width >= 48rem){width:179rem!important}}.md\:\!w-\[280rem\]{@media (width >= 48rem){width:280rem!important}}.md\:w-\[16rem\]{@media (width >= 48rem){width:16rem}}.md\:w-\[20rem\]{@media (width >= 48rem){width:20rem}}.md\:w-\[28rem\]{@media (width >= 48rem){width:28rem}}.md\:w-\[32rem\]{@media (width >= 48rem){width:32rem}}.md\:w-\[44rem\]{@media (width >= 48rem){width:44rem}}.md\:w-\[52rem\]{@media (width >= 48rem){width:52rem}}.md\:w-\[54rem\]{@media (width >= 48rem){width:54rem}}.md\:w-\[56rem\]{@media (width >= 48rem){width:56rem}}.md\:w-\[60rem\]{@media (width >= 48rem){width:60rem}}.md\:w-\[64rem\]{@media (width >= 48rem){width:64rem}}.md\:w-\[68rem\]{@media (width >= 48rem){width:68rem}}.md\:w-\[72rem\]{@media (width >= 48rem){width:72rem}}.md\:w-\[80rem\]{@media (width >= 48rem){width:80rem}}.md\:w-\[90rem\]{@media (width >= 48rem){width:90rem}}.md\:w-\[94rem\]{@media (width >= 48rem){width:94rem}}.md\:w-\[98rem\]{@media (width >= 48rem){width:98rem}}.md\:w-\[100rem\]{@media (width >= 48rem){width:100rem}}.md\:w-\[105rem\]{@media (width >= 48rem){width:105rem}}.md\:w-\[110rem\]{@media (width >= 48rem){width:110rem}}.md\:w-\[114rem\]{@media (width >= 48rem){width:114rem}}.md\:w-\[120rem\]{@media (width >= 48rem){width:120rem}}.md\:w-\[128rem\]{@media (width >= 48rem){width:128rem}}.md\:w-\[132rem\]{@media (width >= 48rem){width:132rem}}.md\:w-\[140rem\]{@media (width >= 48rem){width:140rem}}.md\:w-\[150rem\]{@media (width >= 48rem){width:150rem}}.md\:w-\[152rem\]{@media (width >= 48rem){width:152rem}}.md\:w-\[159rem\]{@media (width >= 48rem){width:159rem}}.md\:w-\[160rem\]{@media (width >= 48rem){width:160rem}}.md\:w-\[164rem\]{@media (width >= 48rem){width:164rem}}.md\:w-\[166rem\]{@media (width >= 48rem){width:166rem}}.md\:w-\[168rem\]{@media (width >= 48rem){width:168rem}}.md\:w-\[200rem\]{@media (width >= 48rem){width:200rem}}.md\:w-\[210rem\]{@media (width >= 48rem){width:210rem}}.md\:w-\[212rem\]{@media (width >= 48rem){width:212rem}}.md\:w-\[216rem\]{@media (width >= 48rem){width:216rem}}.md\:w-\[240rem\]{@media (width >= 48rem){width:240rem}}.md\:w-\[246rem\]{@media (width >= 48rem){width:246rem}}.md\:w-\[248rem\]{@media (width >= 48rem){width:248rem}}.md\:w-\[250rem\]{@media (width >= 48rem){width:250rem}}.md\:w-\[264rem\]{@media (width >= 48rem){width:264rem}}.md\:w-\[266rem\]{@media (width >= 48rem){width:266rem}}.md\:w-\[272rem\]{@media (width >= 48rem){width:272rem}}.md\:w-\[280rem\]{@media (width >= 48rem){width:280rem}}.md\:w-\[302rem\]{@media (width >= 48rem){width:302rem}}.md\:w-\[332rem\]{@media (width >= 48rem){width:332rem}}.md\:w-\[334rem\]{@media (width >= 48rem){width:334rem}}.md\:w-\[340rem\]{@media (width >= 48rem){width:340rem}}.md\:w-\[352rem\]{@media (width >= 48rem){width:352rem}}.md\:w-\[368rem\]{@media (width >= 48rem){width:368rem}}.md\:w-\[380rem\]{@media (width >= 48rem){width:380rem}}.md\:w-\[416rem\]{@media (width >= 48rem){width:416rem}}.md\:w-\[464rem\]{@media (width >= 48rem){width:464rem}}.md\:w-\[470rem\]{@media (width >= 48rem){width:470rem}}.md\:w-\[480rem\]{@media (width >= 48rem){width:480rem}}.md\:w-\[505rem\]{@media (width >= 48rem){width:505rem}}.md\:w-\[508rem\]{@media (width >= 48rem){width:508rem}}.md\:w-\[510rem\]{@media (width >= 48rem){width:510rem}}.md\:w-\[536rem\]{@media (width >= 48rem){width:536rem}}.md\:w-\[570rem\]{@media (width >= 48rem){width:570rem}}.md\:w-\[600rem\]{@media (width >= 48rem){width:600rem}}.md\:w-\[710rem\]{@media (width >= 48rem){width:710rem}}.md\:w-\[716rem\]{@media (width >= 48rem){width:716rem}}.md\:w-\[900rem\]{@media (width >= 48rem){width:900rem}}.md\:w-\[1200rem\]{@media (width >= 48rem){width:1200rem}}.md\:w-\[1372rem\]{@media (width >= 48rem){width:1372rem}}.md\:w-\[1480rem\]{@media (width >= 48rem){width:1480rem}}.md\:w-full{@media (width >= 48rem){width:100%}}.md\:max-w-\[110rem\]{@media (width >= 48rem){max-width:110rem}}.md\:max-w-\[120rem\]{@media (width >= 48rem){max-width:120rem}}.md\:max-w-\[760rem\]{@media (width >= 48rem){max-width:760rem}}.md\:min-w-\[32rem\]{@media (width >= 48rem){min-width:32rem}}.md\:flex-1{@media (width >= 48rem){flex:1}}.md\:translate-0{@media (width >= 48rem){--tw-translate-x:calc(var(--spacing) * 0);--tw-translate-y:calc(var(--spacing) * 0);translate:var(--tw-translate-x) var(--tw-translate-y)}}.md\:translate-x-\[-50\%\]{@media (width >= 48rem){--tw-translate-x:-50%;translate:var(--tw-translate-x) var(--tw-translate-y)}}.md\:grid-cols-3{@media (width >= 48rem){grid-template-columns:repeat(3,minmax(0,1fr))}}.md\:grid-cols-6{@media (width >= 48rem){grid-template-columns:repeat(6,minmax(0,1fr))}}.md\:flex-col{@media (width >= 48rem){flex-direction:column}}.md\:flex-row{@media (width >= 48rem){flex-direction:row}}.md\:items-center{@media (width >= 48rem){align-items:center}}.md\:items-start{@media (width >= 48rem){align-items:flex-start}}.md\:justify-between{@media (width >= 48rem){justify-content:space-between}}.md\:justify-center{@media (width >= 48rem){justify-content:center}}.md\:justify-end{@media (width >= 48rem){justify-content:flex-end}}.md\:gap-\[4rem\]{@media (width >= 48rem){gap:4rem}}.md\:gap-\[5rem\]{@media (width >= 48rem){gap:5rem}}.md\:gap-\[8rem\]{@media (width >= 48rem){gap:8rem}}.md\:gap-\[10rem\]{@media (width >= 48rem){gap:10rem}}.md\:gap-\[11rem\]{@media (width >= 48rem){gap:11rem}}.md\:gap-\[12rem\]{@media (width >= 48rem){gap:12rem}}.md\:gap-\[14rem\]{@media (width >= 48rem){gap:14rem}}.md\:gap-\[16rem\]{@media (width >= 48rem){gap:16rem}}.md\:gap-\[20rem\]{@media (width >= 48rem){gap:20rem}}.md\:gap-\[24rem\]{@media (width >= 48rem){gap:24rem}}.md\:gap-\[30rem\]{@media (width >= 48rem){gap:30rem}}.md\:gap-\[32rem\]{@media (width >= 48rem){gap:32rem}}.md\:gap-\[40rem\]{@media (width >= 48rem){gap:40rem}}.md\:gap-\[48rem\]{@media (width >= 48rem){gap:48rem}}.md\:gap-x-\[22rem\]{@media (width >= 48rem){-moz-column-gap:22rem;column-gap:22rem}}.md\:gap-y-\[16rem\]{@media (width >= 48rem){row-gap:16rem}}.md\:overflow-hidden{@media (width >= 48rem){overflow:hidden}}.md\:overflow-y-auto{@media (width >= 48rem){overflow-y:auto}}.md\:rounded-\[8rem\]{@media (width >= 48rem){border-radius:8rem}}.md\:rounded-\[10rem\]{@media (width >= 48rem){border-radius:10rem}}.md\:rounded-\[12rem\]{@media (width >= 48rem){border-radius:12rem}}.md\:rounded-\[16rem\]{@media (width >= 48rem){border-radius:16rem}}.md\:rounded-\[24rem\]{@media (width >= 48rem){border-radius:24rem}}.md\:rounded-\[30rem\]{@media (width >= 48rem){border-radius:30rem}}.md\:rounded-t-\[12rem\]{@media (width >= 48rem){border-top-left-radius:12rem;border-top-right-radius:12rem}}.md\:rounded-t-\[16rem\]{@media (width >= 48rem){border-top-left-radius:16rem;border-top-right-radius:16rem}}.md\:rounded-t-\[36rem\]{@media (width >= 48rem){border-top-left-radius:36rem;border-top-right-radius:36rem}}.md\:rounded-tl-\[6rem\]{@media (width >= 48rem){border-top-left-radius:6rem}}.md\:rounded-tl-\[8rem\]{@media (width >= 48rem){border-top-left-radius:8rem}}.md\:rounded-tl-\[10rem\]{@media (width >= 48rem){border-top-left-radius:10rem}}.md\:rounded-tl-\[14rem\]{@media (width >= 48rem){border-top-left-radius:14rem}}.md\:rounded-tl-\[18rem\]{@media (width >= 48rem){border-top-left-radius:18rem}}.md\:rounded-tl-\[36rem\]{@media (width >= 48rem){border-top-left-radius:36rem}}.md\:rounded-tr-\[3rem\]{@media (width >= 48rem){border-top-right-radius:3rem}}.md\:rounded-b-\[12rem\]{@media (width >= 48rem){border-bottom-right-radius:12rem;border-bottom-left-radius:12rem}}.md\:rounded-br-\[6rem\]{@media (width >= 48rem){border-bottom-right-radius:6rem}}.md\:rounded-br-\[8rem\]{@media (width >= 48rem){border-bottom-right-radius:8rem}}.md\:rounded-br-\[10rem\]{@media (width >= 48rem){border-bottom-right-radius:10rem}}.md\:rounded-br-\[14rem\]{@media (width >= 48rem){border-bottom-right-radius:14rem}}.md\:rounded-br-\[18rem\]{@media (width >= 48rem){border-bottom-right-radius:18rem}}.md\:rounded-br-\[36rem\]{@media (width >= 48rem){border-bottom-right-radius:36rem}}.md\:rounded-bl-\[3rem\]{@media (width >= 48rem){border-bottom-left-radius:3rem}}.md\:border-\[1px\]{@media (width >= 48rem){border-style:var(--tw-border-style);border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px}}.md\:border-\[2rem\]{@media (width >= 48rem){border-style:var(--tw-border-style);border-left-width:2rem;border-bottom-width:2rem;border-right-width:2rem;border-top-width:2rem}}.md\:border-r{@media (width >= 48rem){border-right-style:var(--tw-border-style);border-right-width:1px}}.md\:border-r-main\/10{@media (width >= 48rem){border-right-color:var(--theme-text);@supports (color:color-mix(in lab,red,red)){border-right-color:color-mix(in oklab,var(--theme-text) 10%,transparent)}}}.md\:\!bg-pressed{@media (width >= 48rem){background-color:var(--theme-bg-active)!important}}.md\:bg-card{@media (width >= 48rem){background-color:var(--theme-bg-card)}}.md\:bg-deep\/15{@media (width >= 48rem){background-color:var(--theme-bg-deep);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-deep) 15%,transparent)}}}.md\:bg-inset\/70{@media (width >= 48rem){background-color:var(--theme-bg-inset);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-inset) 70%,transparent)}}}.md\:bg-inset\/88{@media (width >= 48rem){background-color:var(--theme-bg-inset);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-inset) 88%,transparent)}}}.md\:bg-line-bold{@media (width >= 48rem){background-color:var(--theme-border-secondary)}}.md\:bg-page{@media (width >= 48rem){background-color:var(--theme-bg)}}.md\:bg-page-nav{@media (width >= 48rem){background-color:var(--theme-bg-nav)}}.md\:bg-raised{@media (width >= 48rem){background-color:var(--theme-bg-tertiary)}}.md\:bg-raised\/40{@media (width >= 48rem){background-color:var(--theme-bg-tertiary);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--theme-bg-tertiary) 40%,transparent)}}}.md\:bg-sub{@media (width >= 48rem){background-color:var(--theme-text-secondary)}}.md\:p-\[3rem\]{@media (width >= 48rem){padding-left:3rem;padding-bottom:3rem;padding-right:3rem;padding-top:3rem}}.md\:p-\[16rem\]{@media (width >= 48rem){padding-left:16rem;padding-bottom:16rem;padding-right:16rem;padding-top:16rem}}.md\:p-\[24rem\]{@media (width >= 48rem){padding-left:24rem;padding-bottom:24rem;padding-right:24rem;padding-top:24rem}}.md\:p-\[30rem\]{@media (width >= 48rem){padding-left:30rem;padding-bottom:30rem;padding-right:30rem;padding-top:30rem}}.md\:px-\[8rem\]{@media (width >= 48rem){padding-inline:8rem}}.md\:px-\[9rem\]{@media (width >= 48rem){padding-inline:9rem}}.md\:px-\[12rem\]{@media (width >= 48rem){padding-inline:12rem}}.md\:px-\[14rem\]{@media (width >= 48rem){padding-inline:14rem}}.md\:px-\[16rem\]{@media (width >= 48rem){padding-inline:16rem}}.md\:px-\[20rem\]{@media (width >= 48rem){padding-inline:20rem}}.md\:px-\[24rem\]{@media (width >= 48rem){padding-inline:24rem}}.md\:px-\[28rem\]{@media (width >= 48rem){padding-inline:28rem}}.md\:px-\[32rem\]{@media (width >= 48rem){padding-inline:32rem}}.md\:px-\[36rem\]{@media (width >= 48rem){padding-inline:36rem}}.md\:px-\[38rem\]{@media (width >= 48rem){padding-inline:38rem}}.md\:px-\[42rem\]{@media (width >= 48rem){padding-inline:42rem}}.md\:px-\[60rem\]{@media (width >= 48rem){padding-inline:60rem}}.md\:px-\[64rem\]{@media (width >= 48rem){padding-inline:64rem}}.md\:px-\[120rem\]{@media (width >= 48rem){padding-inline:120rem}}.md\:py-\[8rem\]{@media (width >= 48rem){padding-block:8rem}}.md\:py-\[14rem\]{@media (width >= 48rem){padding-block:14rem}}.md\:py-\[16rem\]{@media (width >= 48rem){padding-block:16rem}}.md\:py-\[24rem\]{@media (width >= 48rem){padding-block:24rem}}.md\:py-\[34rem\]{@media (width >= 48rem){padding-block:34rem}}.md\:py-\[36rem\]{@media (width >= 48rem){padding-block:36rem}}.md\:py-\[52rem\]{@media (width >= 48rem){padding-block:52rem}}.md\:py-\[60rem\]{@media (width >= 48rem){padding-block:60rem}}.md\:pt-\[12rem\]{@media (width >= 48rem){padding-top:12rem}}.md\:pt-\[16rem\]{@media (width >= 48rem){padding-top:16rem}}.md\:pt-\[18rem\]{@media (width >= 48rem){padding-top:18rem}}.md\:pt-\[20rem\]{@media (width >= 48rem){padding-top:20rem}}.md\:pt-\[30rem\]{@media (width >= 48rem){padding-top:30rem}}.md\:pt-\[32rem\]{@media (width >= 48rem){padding-top:32rem}}.md\:pt-\[36rem\]{@media (width >= 48rem){padding-top:36rem}}.md\:pt-\[42rem\]{@media (width >= 48rem){padding-top:42rem}}.md\:pt-\[48rem\]{@media (width >= 48rem){padding-top:48rem}}.md\:pt-\[50rem\]{@media (width >= 48rem){padding-top:50rem}}.md\:pt-\[60rem\]{@media (width >= 48rem){padding-top:60rem}}.md\:pt-\[62rem\]{@media (width >= 48rem){padding-top:62rem}}.md\:pt-\[80rem\]{@media (width >= 48rem){padding-top:80rem}}.md\:pt-\[146rem\]{@media (width >= 48rem){padding-top:146rem}}.md\:pr-\[6rem\]{@media (width >= 48rem){padding-right:6rem}}.md\:pr-\[20rem\]{@media (width >= 48rem){padding-right:20rem}}.md\:pr-\[22rem\]{@media (width >= 48rem){padding-right:22rem}}.md\:pr-\[24rem\]{@media (width >= 48rem){padding-right:24rem}}.md\:pr-\[28rem\]{@media (width >= 48rem){padding-right:28rem}}.md\:pr-\[32rem\]{@media (width >= 48rem){padding-right:32rem}}.md\:pr-\[48rem\]{@media (width >= 48rem){padding-right:48rem}}.md\:pr-\[242rem\]{@media (width >= 48rem){padding-right:242rem}}.md\:pb-\[6rem\]{@media (width >= 48rem){padding-bottom:6rem}}.md\:pb-\[8rem\]{@media (width >= 48rem){padding-bottom:8rem}}.md\:pb-\[20rem\]{@media (width >= 48rem){padding-bottom:20rem}}.md\:pb-\[40rem\]{@media (width >= 48rem){padding-bottom:40rem}}.md\:pb-\[44rem\]{@media (width >= 48rem){padding-bottom:44rem}}.md\:pb-\[46rem\]{@media (width >= 48rem){padding-bottom:46rem}}.md\:pb-\[52rem\]{@media (width >= 48rem){padding-bottom:52rem}}.md\:pl-0{@media (width >= 48rem){padding-left:calc(var(--spacing) * 0)}}.md\:pl-\[4rem\]{@media (width >= 48rem){padding-left:4rem}}.md\:pl-\[8rem\]{@media (width >= 48rem){padding-left:8rem}}.md\:pl-\[14rem\]{@media (width >= 48rem){padding-left:14rem}}.md\:pl-\[16rem\]{@media (width >= 48rem){padding-left:16rem}}.md\:pl-\[24rem\]{@media (width >= 48rem){padding-left:24rem}}.md\:pl-\[28rem\]{@media (width >= 48rem){padding-left:28rem}}.md\:pl-\[68rem\]{@media (width >= 48rem){padding-left:68rem}}.md\:pl-\[150rem\]{@media (width >= 48rem){padding-left:150rem}}.md\:pl-\[486rem\]{@media (width >= 48rem){padding-left:486rem}}.md\:\!text-\[14rem\]{@media (width >= 48rem){font-size:14rem!important}}.md\:\!text-\[16rem\]{@media (width >= 48rem){font-size:16rem!important}}.md\:\!text-\[18rem\]{@media (width >= 48rem){font-size:18rem!important}}.md\:text-\[12rem\]{@media (width >= 48rem){font-size:12rem}}.md\:text-\[14rem\]{@media (width >= 48rem){font-size:14rem}}.md\:text-\[16rem\]{@media (width >= 48rem){font-size:16rem}}.md\:text-\[18rem\]{@media (width >= 48rem){font-size:18rem}}.md\:text-\[20rem\]{@media (width >= 48rem){font-size:20rem}}.md\:text-\[22rem\]{@media (width >= 48rem){font-size:22rem}}.md\:text-\[24rem\]{@media (width >= 48rem){font-size:24rem}}.md\:text-\[26rem\]{@media (width >= 48rem){font-size:26rem}}.md\:text-\[30rem\]{@media (width >= 48rem){font-size:30rem}}.md\:text-\[40rem\]{@media (width >= 48rem){font-size:40rem}}.md\:text-\[44rem\]{@media (width >= 48rem){font-size:44rem}}.md\:leading-\[1\.6\]{@media (width >= 48rem){--tw-leading:1.6;line-height:1.6}}.md\:leading-\[12rem\]{@media (width >= 48rem){--tw-leading:12rem;line-height:12rem}}.md\:leading-\[14rem\]{@media (width >= 48rem){--tw-leading:14rem;line-height:14rem}}.md\:leading-\[18rem\]{@media (width >= 48rem){--tw-leading:18rem;line-height:18rem}}.md\:leading-\[20rem\]{@media (width >= 48rem){--tw-leading:20rem;line-height:20rem}}.md\:leading-\[22rem\]{@media (width >= 48rem){--tw-leading:22rem;line-height:22rem}}.md\:leading-\[24rem\]{@media (width >= 48rem){--tw-leading:24rem;line-height:24rem}}.md\:leading-\[26rem\]{@media (width >= 48rem){--tw-leading:26rem;line-height:26rem}}.md\:leading-\[28rem\]{@media (width >= 48rem){--tw-leading:28rem;line-height:28rem}}.md\:leading-\[30rem\]{@media (width >= 48rem){--tw-leading:30rem;line-height:30rem}}.md\:leading-\[32rem\]{@media (width >= 48rem){--tw-leading:32rem;line-height:32rem}}.md\:leading-\[36rem\]{@media (width >= 48rem){--tw-leading:36rem;line-height:36rem}}.md\:leading-\[44rem\]{@media (width >= 48rem){--tw-leading:44rem;line-height:44rem}}.md\:leading-\[48rem\]{@media (width >= 48rem){--tw-leading:48rem;line-height:48rem}}.md\:leading-\[50rem\]{@media (width >= 48rem){--tw-leading:50rem;line-height:50rem}}.md\:font-\[500\]{@media (width >= 48rem){--tw-font-weight:500;font-weight:500}}.md\:font-\[600\]{@media (width >= 48rem){--tw-font-weight:600;font-weight:600}}.md\:font-\[800\]{@media (width >= 48rem){--tw-font-weight:800;font-weight:800}}.md\:font-bold{@media (width >= 48rem){--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}}.md\:font-medium{@media (width >= 48rem){--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}}.md\:text-sub{@media (width >= 48rem){color:var(--theme-text-secondary)}}.md\:backdrop-blur-\[10px\]{@media (width >= 48rem){--tw-backdrop-blur:blur(10px);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}}.md\:backdrop-blur-\[20px\]{@media (width >= 48rem){--tw-backdrop-blur:blur(20px);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}}.md\:duration-200{@media (width >= 48rem){--tw-duration:200ms;transition-duration:.2s}}.md\:group-hover\/gameItem\:block{@media (width >= 48rem){&:is(:where(.group\/gameItem):hover *){@media (hover:hover){display:block}}}}.md\:hover\:opacity-100{@media (width >= 48rem){&:hover{@media (hover:hover){opacity:100%}}}}}#root{height:100vh;overflow:hidden;line-height:1;box-sizing:border-box;outline:none;font-size:12rem;-webkit-appearance:none}#root img{max-width:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}body,html{font-size:1px;width:100vw;height:calc(var(--vh, 1vh)*100);color:var(--theme-text);background:var(--theme-bg);margin:0;padding:0;overflow:hidden;font-family:NotoSans,system-ui,sans-serif!important}.home-page-background{background-image:none}html[data-theme=dark] .home-page-background{background-image:url(/images/home_bg_blue.jpg);background-repeat:no-repeat;background-size:100vw auto}@media (orientation:portrait){body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}::-webkit-scrollbar{width:4px;height:0;border-radius:2px}::-webkit-scrollbar-track{background:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{background:var(--theme-scroll);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--theme-scroll-hover)}.text-gradient{background:linear-gradient(258deg,var(--brand-accent) 35.03%,var(--brand-red) 90.05%);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px var(--theme-bg-inset) inset!important;-webkit-text-fill-color:var(--theme-text)!important}@layer utilities{.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar,.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}}@layer utilities{.scrollbar-hide::-webkit-scrollbar{display:none}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-pan-x{syntax:"*";inherits:false}@property --tw-pan-y{syntax:"*";inherits:false}@property --tw-pinch-zoom{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@keyframes spin{to{transform:rotate(1turn)}}@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--angle:0deg;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-pan-x:initial;--tw-pan-y:initial;--tw-pinch-zoom:initial;--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial}}}