.staggered-menu-wrapper{position:relative;width:100%;height:100%;z-index:40;font-family:"Press Start 2P",sans-serif}.staggered-menu-wrapper.fixed-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:40;overflow:hidden}.staggered-menu-header{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:2em;background:transparent;pointer-events:none;z-index:20}.staggered-menu-header>*{pointer-events:auto}.sm-logo{display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sm-logo-img{display:block;height:32px;width:auto;-o-object-fit:contain;object-fit:contain}.sm-toggle{position:relative;display:inline-flex;align-items:center;gap:.3rem;background:transparent;border:none;cursor:pointer;color:#e9e9ef;font-weight:500;line-height:1;overflow:visible;font-size:1rem;font-family:inherit}.sm-toggle:focus-visible{outline:2px solid #ffffffaa;outline-offset:4px;border-radius:4px}.sm-line:last-of-type{margin-top:6px}.sm-toggle-textWrap{position:relative;display:inline-block;height:1em;overflow:hidden;white-space:nowrap;width:var(--sm-toggle-width, auto);min-width:var(--sm-toggle-width, auto)}.sm-toggle-textInner{display:flex;flex-direction:column;line-height:1}.sm-toggle-line{display:block;height:1em;line-height:1}.sm-icon{position:relative;width:14px;height:14px;flex:0 0 14px;display:inline-flex;align-items:center;justify-content:center;will-change:transform}.sm-panel-itemWrap{position:relative;overflow:hidden;line-height:1}.sm-icon-line{position:absolute;left:50%;top:50%;width:100%;height:2px;background:currentColor;border-radius:2px;transform:translate(-50%,-50%);will-change:transform}.sm-line{display:none!important}.staggered-menu-panel{position:absolute;top:0;right:0;width:clamp(260px,38vw,420px);height:100%;background:#fff;display:flex;flex-direction:column;padding:8em 2.5em 2.5em;z-index:10}[data-position=left] .staggered-menu-panel{right:auto;left:0}.sm-prelayers{position:absolute;top:0;right:0;bottom:0;width:clamp(260px,38vw,420px);pointer-events:none;z-index:5}[data-position=left] .sm-prelayers{right:auto;left:0}.sm-prelayer{position:absolute;top:0;right:0;height:100%;width:100%;transform:translate(0)}.sm-panel-inner{flex:1;display:flex;flex-direction:column;overflow-y:auto;min-height:0}.sm-panel-content{flex:1;overflow-y:auto;padding-bottom:2rem}.sm-socials{margin-top:auto;padding-top:3rem;display:flex;flex-direction:column;gap:1.5rem}.sm-socials-title{margin:0;font-size:1rem;font-weight:500;color:var(--sm-accent, #ff0000)}.sm-socials-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:flex-start;gap:2rem;flex-wrap:wrap}.sm-socials-list .sm-socials-link{opacity:1}.sm-socials-list:hover .sm-socials-link{opacity:.35}.sm-socials-list:hover .sm-socials-link:hover{opacity:1}.sm-socials-link:focus-visible{outline:2px solid var(--sm-accent, #ff0000);outline-offset:3px}.sm-socials-list:focus-within .sm-socials-link{opacity:.35}.sm-socials-list:focus-within .sm-socials-link:focus-visible{opacity:1}.sm-socials-link{font-size:2rem;font-weight:600;color:#000;text-decoration:none;position:relative;padding:0;display:inline-block;line-height:1.2;letter-spacing:-1px;text-transform:uppercase;transition:color .3s ease,opacity .3s ease}.sm-socials-link:hover{color:var(--sm-accent, #0052FF)}.sm-panel-title{margin:0;font-size:1rem;font-weight:600;color:#fff;text-transform:uppercase}.sm-panel-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2rem;padding-bottom:2rem}.sm-panel-item{position:relative;color:#000;font-weight:600;font-size:2rem;cursor:pointer;line-height:1.2;letter-spacing:-1px;text-transform:uppercase;transition:background .25s,color .25s;display:block;text-decoration:none;padding-right:3em;text-align:left}.sm-panel-item-secondary{font-size:1.3rem;color:#666;font-weight:500;letter-spacing:-.5px}.sm-panel-item-secondary:hover{color:var(--sm-accent, #0052FF)}.sm-panel-item-logout{color:#ef4444!important;font-size:1.5rem!important}.sm-panel-item-logout:hover{color:#dc2626!important}.staggered-menu-panel .sm-socials-list .sm-socials-link{opacity:1;transition:opacity .3s ease}.staggered-menu-panel .sm-socials-list:hover .sm-socials-link:not(:hover){opacity:.35}.staggered-menu-panel .sm-socials-list:focus-within .sm-socials-link:not(:focus-visible){opacity:.35}.staggered-menu-panel .sm-socials-list .sm-socials-link:hover,.staggered-menu-panel .sm-socials-list .sm-socials-link:focus-visible{opacity:1}.sm-panel-itemLabel{display:inline-block;will-change:transform;transform-origin:50% 100%}.sm-panel-item:hover{color:var(--sm-accent, #5227ff)}.sm-panel-list[data-numbering]{counter-reset:smItem}.sm-panel-list[data-numbering] .sm-panel-item:after{counter-increment:smItem;content:counter(smItem,decimal-leading-zero);position:absolute;top:.5em;right:0;font-size:1rem;font-weight:400;color:#000;letter-spacing:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:var(--sm-num-opacity, 0)}.sm-panel-list[data-numbering] .sm-panel-item-secondary:after{display:none;counter-increment:none}@media (max-width: 1024px){.staggered-menu-panel{width:100%;left:0;right:0}.staggered-menu-wrapper[data-open] .sm-logo-img{filter:invert(100%)}.sm-prelayers{width:100%}}@media (max-width: 768px){.staggered-menu-header{padding:1.5em 1em}.sm-toggle{font-size:.8rem}.sm-panel-item{font-size:1.4rem;padding-right:2em}.sm-panel-item-secondary{font-size:1rem}.sm-socials-link{font-size:1.4rem}.staggered-menu-panel{padding:6em 1.5em 2em}.sm-panel-list{gap:1.5rem}}@media (max-width: 640px){.staggered-menu-panel{width:100%;left:0;right:0}.staggered-menu-wrapper[data-open] .sm-logo-img{filter:invert(100%)}.sm-panel-item{font-size:1.2rem}.sm-panel-item-secondary{font-size:.9rem}.sm-socials-link{font-size:1.2rem}}@media (max-width: 480px){.staggered-menu-header{padding:1.5em 1em}.sm-toggle{font-size:.7rem}.sm-icon{width:12px;height:12px;flex:0 0 12px}.sm-panel-item{font-size:.9rem;padding-right:2.5em}.sm-panel-item-secondary{font-size:.75rem}.sm-socials-link{font-size:.9rem}.staggered-menu-panel{padding:5em 1em 1.5em}.sm-panel-list{gap:1.25rem}.sm-panel-list[data-numbering] .sm-panel-item:after{display:none}.sm-panel-item-logout{font-size:1rem!important}}.palm-trees-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1;overflow:hidden}.palm-tree{position:absolute;opacity:0;transform-origin:bottom center;animation:sway var(--sway-duration, 3s) ease-in-out infinite alternate,fadeInOut var(--cycle-duration, 30s) ease-in-out infinite;animation-delay:var(--delay, 0s);animation-fill-mode:backwards;filter:saturate(.75) brightness(1.05);will-change:opacity,transform}@media (max-width: 768px){.palm-tree{opacity:.3;animation:sway var(--sway-duration, 3s) ease-in-out infinite alternate;animation-delay:0s}}@keyframes sway{0%{transform:rotate(-3deg)}to{transform:rotate(3deg)}}@keyframes fadeInOut{0%{opacity:0}8%{opacity:.3}70%{opacity:.3}85%{opacity:0}to{opacity:0}}.shuffle-parent{display:inline-block;white-space:normal;word-wrap:break-word;will-change:transform;line-height:1;font-size:4rem;font-family:"Press Start 2P",sans-serif;text-transform:uppercase;visibility:hidden}.shuffle-parent.is-ready{visibility:visible}.shuffle-char-wrapper{display:inline-block;overflow:hidden;vertical-align:baseline;position:relative}.shuffle-char-wrapper>span{display:inline-flex;will-change:transform}.shuffle-char{line-height:1;display:inline-block;text-align:center}.verified-tick{width:18px;height:18px;color:#00e600;margin-left:4px}.profile-card-wrapper{position:relative;transition:transform .2s ease-in-out;cursor:pointer;width:100%;max-width:380px;min-height:130px;height:130px}@media (max-width: 768px){.profile-card-wrapper{max-width:340px;min-height:auto;height:auto;width:calc(100% - 2rem);margin:0 auto;padding:0 .25rem}.profile-card-container{width:100%}}.profile-card-wrapper:hover{transform:scale(1.05)}.profile-card-container{transition:box-shadow .2s ease-in-out;position:relative;z-index:1;width:100%;height:100%;min-height:100%;box-sizing:border-box}.profile-card-wrapper:hover .profile-card-container{box-shadow:0 4px 20px #0000001a}.x-link{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;vertical-align:bottom}.x-link:hover{color:#00008b!important}.profile-card-name{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;vertical-align:bottom}@media (max-width: 640px){.profile-card-name{max-width:140px}.profile-card-image{width:55px!important;height:55px!important;border-radius:50%!important}.profile-card-container p{font-size:.55rem!important;margin:.4rem 0!important}.profile-card-container{padding:.6rem .75rem!important;gap:.6rem!important;justify-content:center!important}.missing-x-text{font-size:.55rem!important}.missing-x-icon,.verified-icon{font-size:12px!important}.leaf{width:8px;height:8px;opacity:.8}}@media (max-width: 480px){.profile-card-name{max-width:120px}.profile-card-image{width:48px!important;height:48px!important;border-radius:50%!important}.profile-card-container p{font-size:.5rem!important;margin:.35rem 0!important}.profile-card-container{padding:.5rem .6rem!important;gap:.4rem!important;justify-content:center!important}.missing-x-text{font-size:.5rem!important}.missing-x-icon,.verified-icon{font-size:10px!important}.leaf{width:7px;height:7px;opacity:.75}}.leaf{position:absolute;width:10px;height:10px;z-index:2;opacity:.9;pointer-events:none}.leaf svg{width:100%;height:100%}.leaf-t1{top:-3px;left:2%;transform:rotate(-35deg)}.leaf-t2{top:-4px;left:5%;transform:rotate(20deg)}.leaf-t3{top:-3px;left:8%;transform:rotate(-15deg)}.leaf-t4{top:-4px;left:11%;transform:rotate(30deg)}.leaf-t5{top:-3px;left:14%;transform:rotate(-25deg)}.leaf-t6{top:-4px;left:17%;transform:rotate(15deg)}.leaf-t7{top:-3px;left:20%;transform:rotate(-10deg)}.leaf-t8{top:-4px;left:23%;transform:rotate(25deg)}.leaf-t9{top:-3px;left:26%;transform:rotate(-20deg)}.leaf-t10{top:-4px;left:29%;transform:rotate(10deg)}.leaf-t11{top:-3px;left:32%;transform:rotate(-30deg)}.leaf-t12{top:-4px;left:35%;transform:rotate(20deg)}.leaf-t13{top:-3px;left:38%;transform:rotate(-15deg)}.leaf-t14{top:-4px;left:41%;transform:rotate(25deg)}.leaf-t15{top:-3px;left:44%;transform:rotate(-25deg)}.leaf-t16{top:-4px;left:47%;transform:rotate(15deg)}.leaf-t17{top:-3px;left:50%;transform:rotate(-35deg)}.leaf-t18{top:-4px;left:53%;transform:rotate(20deg)}.leaf-t19{top:-3px;left:56%;transform:rotate(-15deg)}.leaf-t20{top:-4px;left:59%;transform:rotate(30deg)}.leaf-t21{top:-3px;left:62%;transform:rotate(-25deg)}.leaf-t22{top:-4px;left:65%;transform:rotate(15deg)}.leaf-t23{top:-3px;left:68%;transform:rotate(-10deg)}.leaf-t24{top:-4px;left:71%;transform:rotate(25deg)}.leaf-t25{top:-3px;left:74%;transform:rotate(-20deg)}.leaf-t26{top:-4px;left:77%;transform:rotate(10deg)}.leaf-t27{top:-3px;left:80%;transform:rotate(-30deg)}.leaf-t28{top:-4px;left:83%;transform:rotate(20deg)}.leaf-t29{top:-3px;left:86%;transform:rotate(-15deg)}.leaf-t30{top:-4px;left:89%;transform:rotate(25deg)}.leaf-t31{top:-3px;left:92%;transform:rotate(-25deg)}.leaf-t32{top:-4px;left:95%;transform:rotate(15deg)}.leaf-r1{top:2%;right:-3px;transform:rotate(70deg)}.leaf-r2{top:8%;right:-4px;transform:rotate(100deg)}.leaf-r3{top:14%;right:-3px;transform:rotate(75deg)}.leaf-r4{top:20%;right:-4px;transform:rotate(95deg)}.leaf-r5{top:26%;right:-3px;transform:rotate(80deg)}.leaf-r6{top:32%;right:-4px;transform:rotate(105deg)}.leaf-r7{top:38%;right:-3px;transform:rotate(70deg)}.leaf-r8{top:44%;right:-4px;transform:rotate(90deg)}.leaf-r9{top:50%;right:-3px;transform:rotate(85deg)}.leaf-r10{top:56%;right:-4px;transform:rotate(75deg)}.leaf-r11{top:62%;right:-3px;transform:rotate(100deg)}.leaf-r12{top:68%;right:-4px;transform:rotate(80deg)}.leaf-r13{top:74%;right:-3px;transform:rotate(95deg)}.leaf-r14{top:80%;right:-4px;transform:rotate(70deg)}.leaf-r15{top:86%;right:-3px;transform:rotate(90deg)}.leaf-r16{top:92%;right:-4px;transform:rotate(85deg)}.leaf-b1{bottom:-3px;right:2%;transform:rotate(155deg)}.leaf-b2{bottom:-4px;right:5%;transform:rotate(-170deg)}.leaf-b3{bottom:-3px;right:8%;transform:rotate(165deg)}.leaf-b4{bottom:-4px;right:11%;transform:rotate(-155deg)}.leaf-b5{bottom:-3px;right:14%;transform:rotate(175deg)}.leaf-b6{bottom:-4px;right:17%;transform:rotate(-165deg)}.leaf-b7{bottom:-3px;right:20%;transform:rotate(160deg)}.leaf-b8{bottom:-4px;right:23%;transform:rotate(-175deg)}.leaf-b9{bottom:-3px;right:26%;transform:rotate(170deg)}.leaf-b10{bottom:-4px;right:29%;transform:rotate(-160deg)}.leaf-b11{bottom:-3px;right:32%;transform:rotate(155deg)}.leaf-b12{bottom:-4px;right:35%;transform:rotate(-170deg)}.leaf-b13{bottom:-3px;right:38%;transform:rotate(165deg)}.leaf-b14{bottom:-4px;right:41%;transform:rotate(-155deg)}.leaf-b15{bottom:-3px;right:44%;transform:rotate(175deg)}.leaf-b16{bottom:-4px;right:47%;transform:rotate(-165deg)}.leaf-b17{bottom:-3px;right:50%;transform:rotate(155deg)}.leaf-b18{bottom:-4px;right:53%;transform:rotate(-170deg)}.leaf-b19{bottom:-3px;right:56%;transform:rotate(165deg)}.leaf-b20{bottom:-4px;right:59%;transform:rotate(-155deg)}.leaf-b21{bottom:-3px;right:62%;transform:rotate(175deg)}.leaf-b22{bottom:-4px;right:65%;transform:rotate(-165deg)}.leaf-b23{bottom:-3px;right:68%;transform:rotate(160deg)}.leaf-b24{bottom:-4px;right:71%;transform:rotate(-175deg)}.leaf-b25{bottom:-3px;right:74%;transform:rotate(170deg)}.leaf-b26{bottom:-4px;right:77%;transform:rotate(-160deg)}.leaf-b27{bottom:-3px;right:80%;transform:rotate(155deg)}.leaf-b28{bottom:-4px;right:83%;transform:rotate(-170deg)}.leaf-b29{bottom:-3px;right:86%;transform:rotate(165deg)}.leaf-b30{bottom:-4px;right:89%;transform:rotate(-155deg)}.leaf-b31{bottom:-3px;right:92%;transform:rotate(175deg)}.leaf-b32{bottom:-4px;right:95%;transform:rotate(-165deg)}.leaf-l1{top:2%;left:-3px;transform:rotate(-70deg)}.leaf-l2{top:8%;left:-4px;transform:rotate(-100deg)}.leaf-l3{top:14%;left:-3px;transform:rotate(-75deg)}.leaf-l4{top:20%;left:-4px;transform:rotate(-95deg)}.leaf-l5{top:26%;left:-3px;transform:rotate(-80deg)}.leaf-l6{top:32%;left:-4px;transform:rotate(-105deg)}.leaf-l7{top:38%;left:-3px;transform:rotate(-70deg)}.leaf-l8{top:44%;left:-4px;transform:rotate(-90deg)}.leaf-l9{top:50%;left:-3px;transform:rotate(-85deg)}.leaf-l10{top:56%;left:-4px;transform:rotate(-75deg)}.leaf-l11{top:62%;left:-3px;transform:rotate(-100deg)}.leaf-l12{top:68%;left:-4px;transform:rotate(-80deg)}.leaf-l13{top:74%;left:-3px;transform:rotate(-95deg)}.leaf-l14{top:80%;left:-4px;transform:rotate(-70deg)}.leaf-l15{top:86%;left:-3px;transform:rotate(-90deg)}.leaf-l16{top:92%;left:-4px;transform:rotate(-85deg)}.leaf-t1 svg,.leaf-t4 svg,.leaf-t7 svg,.leaf-t10 svg,.leaf-t13 svg,.leaf-t16 svg,.leaf-t19 svg,.leaf-t22 svg,.leaf-t25 svg,.leaf-t28 svg,.leaf-t31 svg,.leaf-r2 svg,.leaf-r5 svg,.leaf-r8 svg,.leaf-r11 svg,.leaf-r14 svg,.leaf-b1 svg,.leaf-b4 svg,.leaf-b7 svg,.leaf-b10 svg,.leaf-b13 svg,.leaf-b16 svg,.leaf-b19 svg,.leaf-b22 svg,.leaf-b25 svg,.leaf-b28 svg,.leaf-b31 svg,.leaf-l2 svg,.leaf-l5 svg,.leaf-l8 svg,.leaf-l11 svg,.leaf-l14 svg{fill:#4ade80}.leaf-t2 svg,.leaf-t5 svg,.leaf-t8 svg,.leaf-t11 svg,.leaf-t14 svg,.leaf-t17 svg,.leaf-t20 svg,.leaf-t23 svg,.leaf-t26 svg,.leaf-t29 svg,.leaf-t32 svg,.leaf-r1 svg,.leaf-r4 svg,.leaf-r7 svg,.leaf-r10 svg,.leaf-r13 svg,.leaf-r16 svg,.leaf-b2 svg,.leaf-b5 svg,.leaf-b8 svg,.leaf-b11 svg,.leaf-b14 svg,.leaf-b17 svg,.leaf-b20 svg,.leaf-b23 svg,.leaf-b26 svg,.leaf-b29 svg,.leaf-b32 svg,.leaf-l1 svg,.leaf-l4 svg,.leaf-l7 svg,.leaf-l10 svg,.leaf-l13 svg,.leaf-l16 svg{fill:#22c55e}.leaf-t3 svg,.leaf-t6 svg,.leaf-t9 svg,.leaf-t12 svg,.leaf-t15 svg,.leaf-t18 svg,.leaf-t21 svg,.leaf-t24 svg,.leaf-t27 svg,.leaf-t30 svg,.leaf-r3 svg,.leaf-r6 svg,.leaf-r9 svg,.leaf-r12 svg,.leaf-r15 svg,.leaf-b3 svg,.leaf-b6 svg,.leaf-b9 svg,.leaf-b12 svg,.leaf-b15 svg,.leaf-b18 svg,.leaf-b21 svg,.leaf-b24 svg,.leaf-b27 svg,.leaf-b30 svg,.leaf-l3 svg,.leaf-l6 svg,.leaf-l9 svg,.leaf-l12 svg,.leaf-l15 svg{fill:#16a34a}.gorilla-container{position:fixed;bottom:0;left:0;right:0;height:200px;pointer-events:none;z-index:1000;overflow:hidden}.gorilla-wrapper{position:absolute;bottom:-10px;will-change:left}.horde-ape{position:absolute;will-change:left,transform}.gorilla-emoji{font-size:120px;line-height:1;display:block;filter:drop-shadow(3px 5px 8px rgba(0,0,0,.3))}.gorilla-wrapper.running{animation:runBounce .25s ease-in-out infinite}.gorilla-wrapper.running .gorilla-emoji{animation:legMovement .25s ease-in-out infinite}.horde-ape.running{animation:hordeRunBounce var(--jump-speed, .25s) ease-in-out infinite}.horde-ape.running .gorilla-emoji{animation:legMovement .25s ease-in-out infinite}@keyframes runBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}@keyframes hordeRunBounce{0%,to{transform:translateY(0)}50%{transform:translateY(calc(-1 * var(--jump-height, 18px)))}}@keyframes legMovement{0%{transform:rotate(-3deg) skew(2deg)}25%{transform:rotate(0) skew(-1deg) scaleY(.98)}50%{transform:rotate(3deg) skew(-2deg)}75%{transform:rotate(0) skew(1deg) scaleY(.98)}to{transform:rotate(-3deg) skew(2deg)}}.gorilla-wrapper.beating{animation:chestBeat .2s ease-in-out infinite}.gorilla-wrapper.beating .gorilla-emoji{animation:chestPound .2s ease-in-out infinite}@keyframes chestBeat{0%,to{transform:translateY(0)}25%{transform:translateY(-8px)}50%{transform:translateY(-5px)}75%{transform:translateY(-10px)}}@keyframes chestPound{0%,to{transform:scale(1) rotate(0)}25%{transform:scale(1.08) rotate(-2deg)}50%{transform:scale(1.02) rotate(0)}75%{transform:scale(1.1) rotate(2deg)}}.roar-effects{position:absolute;top:-10px;left:50%;transform:translate(-50%);pointer-events:none}.roar-text{font-family:"Press Start 2P",sans-serif;font-size:16px;color:#000;white-space:nowrap;animation:roarBounce .2s ease-in-out infinite;text-shadow:2px 2px 0 #fff,-2px -2px 0 #fff,2px -2px 0 #fff,-2px 2px 0 #fff}.roar-text.small{font-size:12px}@keyframes roarBounce{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.15)}}@media (max-width: 768px){.gorilla-emoji{font-size:80px}.roar-text{font-size:12px}.roar-text.small{font-size:10px}.gorilla-container{height:160px}}/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--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}}}.invisible{visibility:hidden}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.fixed\!{position:fixed!important}.relative{position:relative}.static{position:static}.container{width:100%}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.table\!{display:table!important}.table-cell{display:table-cell}.min-h-screen{min-height:100vh}.w-full{width:100%}.w-screen{width:100vw}.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.rounded-full{border-radius:3.40282e38px}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.text-center{text-align:center}.text-right{text-align:right}.break-all{word-break:break-all}.whitespace-pre-wrap{white-space:pre-wrap}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.underline{text-decoration-line:underline}.ring{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.invert{--tw-invert:invert(100%);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,)}.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,)}.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,ease);transition-duration:var(--tw-duration,0s)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.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,ease);transition-duration:var(--tw-duration,0s)}.focus\:ring:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.disabled\:opacity-50:disabled{opacity:.5}html,body,#root{background-color:#0000}html{-webkit-text-size-adjust:100%;overflow-x:hidden}body{min-width:320px;overflow-x:hidden}.blurred{filter:blur(4px);transition:filter .3s ease-out}[data-dnd-kit-disabled-globally] *{touch-action:none!important}.sortable-card{touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}@media (pointer:coarse){body.dragging{overscroll-behavior:none;touch-action:none}}@media (max-width:768px){.mobile-padding{padding-left:1rem!important;padding-right:1rem!important}body{word-wrap:break-word;overflow-wrap:break-word}.font-press-start{font-size:.75rem!important}.MuiTableContainer-root{-webkit-overflow-scrolling:touch;overflow-x:auto}.MuiDialog-paper{width:calc(100% - 32px)!important;max-height:calc(100% - 32px)!important;margin:16px!important}.MuiButton-root{min-height:44px}.MuiIconButton-root{min-width:44px;min-height:44px}}@media (max-width:480px){.font-press-start{font-size:.65rem!important}.MuiDialog-paper{width:calc(100% - 16px)!important;max-height:calc(100% - 16px)!important;margin:8px!important}}@media (max-width:768px){.logout-btn-header{font-size:.45rem!important;right:calc(.5em + 80px)!important}}@media (max-width:480px){.logout-btn-header{font-size:.4rem!important;right:calc(.5em + 70px)!important}}@media (max-width:600px){.MuiModal-root .MuiBox-root{max-height:90vh;overflow-y:auto}}.profile-cards-grid{grid-template-columns:repeat(2,minmax(280px,380px));justify-content:center;display:grid!important}@media (max-width:768px){.profile-cards-grid{grid-template-columns:1fr!important;padding:.75rem!important}.profile-cards-grid>*{width:100%!important;max-width:100%!important}}.member-name-cell{text-overflow:ellipsis;white-space:nowrap;max-width:150px;display:inline-block;overflow:hidden}@media (max-width:480px){.member-name-cell{max-width:160px}}@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-border-style{syntax:"*";inherits:false;initial-value:solid}@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}
