*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#18181b;line-height:1.6;overflow-x:hidden;background:#fafafa}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f4f4f5;border-radius:8px}::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#a1a1aa}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}@keyframes floating{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes loadingDot{0%,80%,to{transform:scale(0);opacity:0}40%{transform:scale(1);opacity:1}}@keyframes scrollArrow{0%{transform:translateY(0) rotate(45deg);opacity:.3}50%{transform:translateY(10px) rotate(45deg);opacity:1}to{transform:translateY(0) rotate(45deg);opacity:.3}}@keyframes floatingPiece{0%,to{transform:translateY(0) rotate(0);opacity:.3}50%{transform:translateY(-30px) rotate(180deg);opacity:.6}}@keyframes sparkle{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}@keyframes slideRight{0%{transform:translate(0)}to{transform:translate(5px)}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes moveConnector{0%{background-position:0 0}to{background-position:20px 0}}.btn{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;border:none;border-radius:12px;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;position:relative;overflow:hidden;letter-spacing:-.01em}.btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px #dc262626}.btn:active{transform:translateY(0)}.btn-primary{background:#dc2626;color:#fff}.btn-primary:hover{background:#b91c1c}.btn-secondary{background:#fff;color:#dc2626;box-shadow:inset 0 0 0 2px #dc2626}.btn-secondary:hover{background:#f4f4f5;box-shadow:inset 0 0 0 2px #b91c1c;color:#b91c1c}.btn-gradient{background:linear-gradient(135deg,#dc2626,#f97316);color:#fff;font-size:1.125rem}.btn-gradient:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 20px 40px #dc262640}.btn-full{width:100%;justify-content:center}.btn .btn-icon{font-size:1.25rem}.btn .btn-arrow{font-size:.875rem;transition:transform .3s ease}.btn:hover .btn-arrow{transform:translate(4px)}.ui-modal__backdrop{position:absolute;inset:0;z-index:0;padding:0;margin:0;border:0;background:transparent;cursor:default;appearance:none}.ui-modal__backdrop:focus-visible{outline:2px solid #60a5fa;outline-offset:-4px}.ui-modal__surface{position:relative;z-index:1}.ui-modal__surface:focus{outline:none}.ui-spinner{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:inherit}.ui-spinner--block{display:flex;width:100%;padding:3rem 1rem}.ui-spinner--fullscreen{display:flex;width:100%;min-height:100vh;background:#0f172a;color:#e2e8f0}.ui-spinner__ring{display:block;border-radius:50%;border-style:solid;border-color:currentColor;border-top-color:transparent;animation:ui-spin .8s linear infinite;opacity:.85}.ui-spinner--sm .ui-spinner__ring{width:1rem;height:1rem;border-width:2px}.ui-spinner--md .ui-spinner__ring{width:1.75rem;height:1.75rem;border-width:3px}.ui-spinner--lg .ui-spinner__ring{width:3rem;height:3rem;border-width:4px}.ui-spinner__label{font-size:.95rem;font-weight:600;letter-spacing:.02em}@keyframes ui-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.ui-spinner__ring{animation-duration:2.4s}}.ui-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;width:100%;padding:3rem 1.5rem;text-align:center;border-radius:16px}.ui-state--empty{color:#6b7280;background:#94a3b814;border:1px dashed rgba(148,163,184,.45)}.ui-state--error{color:#7f1d1d;background:#dc262612;border:1px solid rgba(220,38,38,.35)}.ui-state__icon{font-size:2.25rem;line-height:1;opacity:.75}.ui-state--error .ui-state__icon{color:#dc2626;opacity:1}.ui-state__title{margin:0;font-size:1.1rem;font-weight:700}.ui-state__description{margin:0;max-width:46ch;font-size:.9rem;line-height:1.5;opacity:.9}.ui-state__detail{margin:0;max-width:60ch;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem;opacity:.7;word-break:break-word}.ui-state__action{margin-top:.5rem}.ui-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.ui-btn[disabled],.ui-btn[aria-disabled=true]{opacity:.6;cursor:not-allowed}.ui-btn--sm{padding:.35rem .75rem;font-size:.8rem}.ui-btn--lg{padding:.7rem 1.4rem;font-size:1rem}.ui-btn--block{display:flex;width:100%}.ui-btn__icon{display:inline-flex;align-items:center}.ui-card{background:#fff;border-radius:16px;border:1px solid rgba(148,163,184,.25);box-shadow:0 4px 18px #0f172a0f;overflow:hidden}.ui-card--flush{border:0;box-shadow:none;background:transparent}.ui-card__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid rgba(148,163,184,.2)}.ui-card__title{margin:0;font-size:1rem;font-weight:700}.ui-card__body{padding:1.25rem}.ui-card__footer{padding:.85rem 1.25rem;border-top:1px solid rgba(148,163,184,.2)}.ui-stat-card.is-clickable{cursor:pointer;text-align:inherit;border:0;background:none;font:inherit;width:100%}.ui-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:700;line-height:1.4;white-space:nowrap}.ui-badge--neutral{background:#64748b24;color:#475569}.ui-badge--success{background:#16a34a24;color:#15803d}.ui-badge--warning{background:#d9770629;color:#b45309}.ui-badge--danger{background:#dc262624;color:#b91c1c}.ui-badge--info{background:#2563eb24;color:#1d4ed8}.ui-page-header__icon{display:inline-flex;align-items:center}.world-board{--board-hall: radial-gradient( ellipse 76% 62% at 50% 44%, rgb(20 42 66 / 100%) 0%, rgb(10 22 38 / 100%) 54%, #050d18 100% );--board-light: 214 186 140;--board-dark: 58 38 30;--board-lamp: 255 226 168;--board-amber: 255 198 108;--board-brass: 214 168 96;--board-slate: 24 40 58;--board-caption: #ffeccb;--board-caption-font: "Bungee", "Titan One", system-ui, sans-serif;position:fixed;inset:0;z-index:100000;overflow:hidden;pointer-events:all;-webkit-user-select:none;user-select:none;contain:strict}.world-board.is-opening{pointer-events:none}.world-board__hall{position:absolute;inset:0;background:var(--board-hall);opacity:0;animation:board-hall-dim .24s ease-out forwards}.world-board.is-opening .world-board__hall{animation:board-hall-lift .9s .3s ease-in forwards}.world-board__bands{position:absolute;inset:0;z-index:1;display:flex}.world-board__band{--cell: clamp(18px, 4.4vw, 54px);flex:1 1 0;background:repeating-conic-gradient(rgb(var(--board-light)) 0% 25%,rgb(var(--board-dark)) 0% 50%) calc(var(--i, 0) * -100vw / 9) 0/var(--cell) var(--cell);border-right:1px solid rgba(0,0,0,.22);transform:translate3d(0,calc(104% * var(--band-dir, 1)),0);will-change:transform;animation:board-band-in .42s var(--in-delay, 0ms) cubic-bezier(.22,1,.36,1) forwards}.world-board__band:last-child{border-right:0}.world-board.is-opening .world-board__band{animation:board-band-out .52s var(--out-delay, 0ms) cubic-bezier(.55,0,.68,.35) forwards}.world-board__haze{position:absolute;inset:0;z-index:2;mix-blend-mode:screen;background:radial-gradient(ellipse 42% 30% at 50% 8%,rgb(var(--board-amber)/16%),rgb(var(--board-amber)/0%)),radial-gradient(ellipse 70% 46% at 50% 108%,rgb(var(--board-lamp)/9%),rgb(var(--board-lamp)/0%));opacity:0;animation:board-fade-in .52s .14s ease-out forwards}.world-board.is-opening .world-board__haze{animation:board-fade-out .36s ease-in forwards}.world-board__lamp{position:absolute;inset:0;z-index:3;mix-blend-mode:screen;background:radial-gradient(ellipse 34% 30% at 50% 50%,rgb(var(--board-lamp)/34%),rgb(var(--board-amber)/15%) 42%,rgb(var(--board-amber)/0%) 74%);opacity:0;transform:scale(.42);will-change:transform,opacity;animation:board-lamp-open .56s .26s ease-out forwards}.world-board.is-opening .world-board__lamp{animation:board-lamp-flood 1.5s ease-in forwards}.world-board__plate{position:absolute;top:50%;left:50%;z-index:4;display:flex;flex-direction:column;gap:14px;align-items:center;padding:18px 26px 20px;background:linear-gradient(180deg,rgb(var(--board-slate)/88%),#08121ee0);border:1px solid rgb(var(--board-brass)/38%);border-radius:10px;box-shadow:0 0 0 1px #00000059,0 18px 44px #00000073;transform:translate(-50%,-50%);opacity:0;animation:board-plate-in .5s .32s ease-out forwards}.world-board.is-opening .world-board__plate{animation:board-plate-out .38s ease-in forwards}.world-board__ticks{display:flex;gap:8px;align-items:center}.world-board__tick{width:9px;height:9px;background:rgb(var(--board-brass)/26%);border-radius:2px;animation:board-tick-count 1.3s ease-in-out infinite}.world-board__caption{font-family:var(--board-caption-font);font-size:clamp(.74rem,2.5vw,1rem);color:var(--board-caption);text-align:center;text-shadow:0 0 14px rgb(var(--board-amber)/52%),0 2px 0 rgba(0,0,0,.45);letter-spacing:.22em;text-transform:uppercase}.world-board.is-reduced .world-board__hall{animation-duration:.14s}.world-board.is-reduced .world-board__band{opacity:0;transform:none;animation:board-fade-in .16s ease-out forwards;animation-delay:0s}.world-board.is-reduced .world-board__plate{animation:board-fade-in .16s ease-out forwards}.world-board.is-reduced .world-board__haze,.world-board.is-reduced .world-board__lamp{opacity:0;animation:none}.world-board.is-reduced .world-board__tick{background:rgb(var(--board-brass)/60%);animation:none}.world-board.is-reduced.is-opening .world-board__hall,.world-board.is-reduced.is-opening .world-board__band,.world-board.is-reduced.is-opening .world-board__plate{animation:board-fade-out .2s ease-in forwards;animation-delay:0s}@keyframes board-hall-dim{to{opacity:1}}@keyframes board-hall-lift{to{opacity:0}}@keyframes board-band-in{0%{transform:translate3d(0,calc(104% * var(--band-dir, 1)),0)}to{transform:translateZ(0)}}@keyframes board-band-out{0%{transform:translateZ(0)}to{transform:translate3d(0,calc(108% * var(--band-dir, 1)),0)}}@keyframes board-lamp-open{0%{opacity:0;transform:scale(.42)}to{opacity:1;transform:scale(1)}}@keyframes board-lamp-flood{0%{opacity:1;transform:scale(1)}60%{opacity:.85}to{opacity:0;transform:scale(2.6)}}@keyframes board-plate-in{0%{opacity:0;transform:translate(-50%,-50%) translateY(10px)}to{opacity:1;transform:translate(-50%,-50%) translateY(0)}}@keyframes board-plate-out{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(1.05)}}@keyframes board-tick-count{0%,to{background:rgb(var(--board-brass)/26%);box-shadow:none}40%{background:rgb(var(--board-lamp)/100%);box-shadow:0 0 10px 2px rgb(var(--board-amber)/70%)}}@keyframes board-fade-in{to{opacity:1}}@keyframes board-fade-out{to{opacity:0}}.world-curtain{--curtain-house: radial-gradient( ellipse 72% 58% at 50% 46%, rgb(46 22 62 / 100%) 0%, rgb(20 8 30 / 100%) 52%, #0a0410 100% );--curtain-spot: 255 246 214;--curtain-beam: 255 226 168;--curtain-gold: 255 214 130;--curtain-brass: 226 176 92;--curtain-velvet: 122 18 48;--curtain-velvet-lit: 190 46 78;--curtain-velvet-deep: 62 8 26;--curtain-caption: #ffe6b8;--curtain-caption-font: "Bungee", "Titan One", system-ui, sans-serif;position:fixed;inset:0;z-index:100000;overflow:hidden;pointer-events:all;-webkit-user-select:none;user-select:none;contain:strict}.world-curtain.is-opening{pointer-events:none}.world-curtain__house{position:absolute;inset:0;background:var(--curtain-house);opacity:0;animation:curtain-house-dim .24s ease-out forwards}.world-curtain.is-opening .world-curtain__house{animation:curtain-house-lift .9s .38s ease-in forwards}.world-curtain__beams{position:absolute;inset:-10%;mix-blend-mode:screen;background:conic-gradient(from 152deg at 14% -6%,rgb(var(--curtain-beam)/0%),rgb(var(--curtain-beam)/13%) 7deg,rgb(var(--curtain-beam)/0%) 15deg),conic-gradient(from 193deg at 86% -6%,rgb(var(--curtain-beam)/0%),rgb(var(--curtain-beam)/13%) 7deg,rgb(var(--curtain-beam)/0%) 15deg);opacity:0;will-change:opacity;animation:curtain-beams-in .62s .12s ease-out forwards}.world-curtain.is-sealed .world-curtain__beams{animation:curtain-beams-sway 4.2s ease-in-out infinite alternate}.world-curtain__dust{position:absolute;inset:0;opacity:0}.world-curtain.is-sealed .world-curtain__dust{animation:curtain-dust-in .5s ease-out forwards}.world-curtain__mote{position:absolute;top:-4%;width:3px;height:3px;border-radius:50%;background:var(--curtain-gold);box-shadow:0 0 6px 1px rgb(var(--curtain-spot)/55%);opacity:0;transform:scale(var(--s, 1));animation-name:curtain-mote-fall;animation-timing-function:linear;animation-iteration-count:infinite;will-change:transform,opacity}.world-curtain__foots{position:absolute;right:0;bottom:0;left:0;z-index:1;height:30vh;background:radial-gradient(circle at 50% 100%,rgb(var(--curtain-spot)/46%) 0 9px,rgb(var(--curtain-gold)/16%) 22px,rgb(var(--curtain-gold)/0%) 34px) 0 100%/68px 44px repeat-x,linear-gradient(0deg,rgb(var(--curtain-spot)/26%),rgb(var(--curtain-beam)/11%) 34%,rgb(var(--curtain-beam)/0%));opacity:0;will-change:opacity}.world-curtain.is-opening .world-curtain__foots{animation:curtain-foots-bloom 1.5s ease-out forwards}.world-curtain__leg{position:absolute;top:0;bottom:0;z-index:2;width:clamp(34px,12vw,168px);background:linear-gradient(180deg,#0000,#00000029 58%,#0000008a),repeating-linear-gradient(90deg,rgb(var(--curtain-velvet-deep)/100%) 0,rgb(var(--curtain-velvet)/100%) 9px,rgb(var(--curtain-velvet-lit)/100%) 15px,rgb(var(--curtain-velvet)/100%) 22px,rgb(var(--curtain-velvet-deep)/100%) 32px);transform:translate3d(calc(108% * var(--leg-dir, 1)),0,0);will-change:transform;animation:curtain-leg-in .42s 60ms cubic-bezier(.22,1,.36,1) forwards}.world-curtain.is-opening .world-curtain__leg{animation:curtain-leg-out 1.5s cubic-bezier(.42,0,.72,.4) forwards}.world-curtain__leg--left{--leg-dir: -1;left:0;box-shadow:inset -16px 0 24px #00000085,12px 0 30px #0000006b}.world-curtain__leg--right{--leg-dir: 1;right:0;box-shadow:inset 16px 0 24px #00000085,-12px 0 30px #0000006b}.world-curtain__spot{position:absolute;inset:0;z-index:5;pointer-events:none;mix-blend-mode:screen;background:radial-gradient(ellipse 44% 38% at 50% 50%,rgb(var(--curtain-spot)/26%),rgb(var(--curtain-beam)/12%) 44%,rgb(var(--curtain-beam)/0%) 74%);opacity:0;transform:translate3d(-26%,-22%,0) scale(2.3);will-change:transform,opacity;animation:curtain-spot-find .56s .26s cubic-bezier(.2,.72,.3,1) forwards}.world-curtain.is-sealed .world-curtain__spot{animation:curtain-spot-breathe 5.2s ease-in-out infinite alternate}.world-curtain.is-opening .world-curtain__spot{animation:curtain-spot-open 1.5s ease-out forwards}.world-curtain__marquee{position:absolute;top:50%;left:50%;z-index:6;display:flex;flex-direction:column;gap:14px;align-items:center;width:min(88vw,640px);transform:translate(-50%,-50%);opacity:0;animation:curtain-marquee-in .5s .32s ease-out forwards}.world-curtain.is-opening .world-curtain__marquee{animation:curtain-marquee-out .42s ease-in forwards}.world-curtain__bulbs{display:flex;gap:14px;align-items:center}.world-curtain__bulb{width:7px;height:7px;border-radius:50%;background:rgb(var(--curtain-gold)/34%);animation:curtain-bulb-chase 1.1s ease-in-out infinite}.world-curtain__caption{font-family:var(--curtain-caption-font);font-size:clamp(.78rem,2.6vw,1.05rem);color:var(--curtain-caption);text-align:center;text-shadow:0 0 14px rgb(var(--curtain-gold)/55%),0 2px 0 rgba(0,0,0,.45);letter-spacing:.24em;text-transform:uppercase}.world-curtain.is-reduced .world-curtain__house{animation-duration:.14s}.world-curtain.is-reduced .world-curtain__leg{opacity:0;transform:none;animation:curtain-fade-in .16s ease-out forwards}.world-curtain.is-reduced .world-curtain__marquee{animation:curtain-fade-in .16s ease-out forwards}.world-curtain.is-reduced .world-curtain__foots,.world-curtain.is-reduced .world-curtain__spot{opacity:0;animation:none}.world-curtain.is-reduced .world-curtain__bulb{background:rgb(var(--curtain-gold)/62%);animation:none}.world-curtain.is-reduced.is-opening .world-curtain__house,.world-curtain.is-reduced.is-opening .world-curtain__leg,.world-curtain.is-reduced.is-opening .world-curtain__marquee{animation:curtain-fade-out .2s ease-in forwards}@keyframes curtain-house-dim{to{opacity:1}}@keyframes curtain-house-lift{to{opacity:0}}@keyframes curtain-beams-in{to{opacity:1}}@keyframes curtain-beams-sway{0%{opacity:1;transform:translate(-1.5%) rotate(-.4deg)}to{opacity:.82;transform:translate(1.5%) rotate(.4deg)}}@keyframes curtain-dust-in{to{opacity:1}}@keyframes curtain-mote-fall{0%{opacity:0;transform:translateZ(0) scale(var(--s, 1))}12%{opacity:.9}88%{opacity:.5}to{opacity:0;transform:translate3d(var(--dx, 0),108vh,0) scale(var(--s, 1))}}@keyframes curtain-leg-in{0%{transform:translate3d(calc(108% * var(--leg-dir, 1)),0,0)}88%{transform:translate3d(calc(-1.6% * var(--leg-dir, 1)),0,0)}to{transform:translateZ(0)}}@keyframes curtain-leg-out{0%{transform:translateZ(0)}70%{transform:translate3d(calc(108% * var(--leg-dir, 1)),0,0)}to{transform:translate3d(calc(108% * var(--leg-dir, 1)),0,0)}}@keyframes curtain-foots-bloom{0%{opacity:0}30%{opacity:1}74%{opacity:.92}to{opacity:0}}@keyframes curtain-spot-find{0%{opacity:0;transform:translate3d(-26%,-22%,0) scale(2.3)}55%{opacity:.9}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes curtain-spot-breathe{0%{opacity:1;transform:translateZ(0) scale(1)}to{opacity:.92;transform:translateZ(0) scale(1)}}@keyframes curtain-spot-open{0%{opacity:1;transform:translateZ(0) scale(1)}62%{opacity:.85;transform:translateZ(0) scale(1.7)}to{opacity:0;transform:translateZ(0) scale(2.4)}}@keyframes curtain-marquee-in{0%{opacity:0;transform:translate(-50%,-50%) translateY(10px)}to{opacity:1;transform:translate(-50%,-50%) translateY(0)}}@keyframes curtain-marquee-out{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(1.06)}}@keyframes curtain-bulb-chase{0%,to{background:rgb(var(--curtain-gold)/30%);box-shadow:none}40%{background:rgb(var(--curtain-spot)/100%);box-shadow:0 0 10px 2px rgb(var(--curtain-gold)/75%)}}@keyframes curtain-fade-in{to{opacity:1}}@keyframes curtain-fade-out{to{opacity:0}}.world-lights{--lights-track: radial-gradient( ellipse 80% 64% at 50% 58%, rgb(26 26 32 / 100%) 0%, rgb(14 14 19 / 100%) 52%, #07070b 100% );--lights-lamp-core: 255 92 82;--lights-lamp-edge: 190 22 28;--lights-lamp-off: 38 34 40;--lights-gantry: 18 18 24;--lights-gantry-edge: 44 44 56;--lights-haze: 255 156 62;--lights-caption: #ffe9dd;--lights-caption-font: "Bungee", "Titan One", system-ui, sans-serif;--lamp: clamp(22px, 5.4vmin, 54px);--lamp-gap: calc(var(--lamp) * .62);position:fixed;inset:0;z-index:100000;overflow:hidden;pointer-events:all;-webkit-user-select:none;user-select:none;contain:strict}.world-lights.is-opening{pointer-events:none}.world-lights__track{position:absolute;inset:0;background:var(--lights-track);opacity:0;animation:lights-track-dim .24s ease-out both}.world-lights.is-opening .world-lights__track{animation:lights-track-lift .9s .3s ease-in both}.world-lights__haze{position:absolute;inset:0;background:radial-gradient(ellipse 60% 40% at 50% 22%,rgb(var(--lights-haze)/18%),rgb(var(--lights-haze)/0%) 70%),radial-gradient(ellipse 90% 30% at 50% 100%,rgb(var(--lights-haze)/10%),rgb(var(--lights-haze)/0%));opacity:0;animation:lights-haze-in .52s .14s ease-out both}.world-lights.is-opening .world-lights__haze{animation:lights-haze-out .32s .2s ease-in both}.world-lights__gantry{position:absolute;top:38%;left:50%;display:flex;gap:var(--lamp-gap);padding:calc(var(--lamp) * .42) calc(var(--lamp) * .5);border:1px solid rgb(var(--lights-gantry-edge)/90%);border-radius:calc(var(--lamp) * .28);background:linear-gradient(180deg,rgb(var(--lights-gantry-edge)/55%),rgb(var(--lights-gantry)/95%) 38%,rgb(var(--lights-gantry)/100%));box-shadow:0 calc(var(--lamp) * .3) calc(var(--lamp) * .7) #0000008c,inset 0 1px #ffffff14;transform:translate(-50%,-50%) scale(.94);opacity:0;animation:lights-gantry-in .32s .1s cubic-bezier(.2,.9,.3,1) both}.world-lights.is-opening .world-lights__gantry{animation:lights-gantry-out .42s .24s ease-in both}.world-lights__column{display:flex;flex-direction:column;gap:calc(var(--lamp) * .22);--lamp-in: calc(.18s + var(--lamp-index) * .1s);--lamp-out: 0ms}.world-lights__column:before,.world-lights__column:after{content:"";width:var(--lamp);height:var(--lamp);border-radius:50%;background:radial-gradient(circle at 38% 32%,rgb(var(--lights-lamp-off)/100%),#0a0a0e 78%);box-shadow:inset 0 0 0 1px #ffffff0f;animation:lights-lamp-on .18s var(--lamp-in) ease-out both}.world-lights.is-opening .world-lights__column:before,.world-lights.is-opening .world-lights__column:after{animation:lights-lamp-off .22s var(--lamp-out) ease-in both}.world-lights__column:nth-child(1){--lamp-index: 0}.world-lights__column:nth-child(2){--lamp-index: 1}.world-lights__column:nth-child(3){--lamp-index: 2}.world-lights__column:nth-child(4){--lamp-index: 3}.world-lights__column:nth-child(5){--lamp-index: 4}.world-lights__plate{position:absolute;top:58%;left:50%;width:min(86vw,40rem);text-align:center;transform:translate(-50%);opacity:0;animation:lights-plate-in .46s .3s ease-out both}.world-lights.is-opening .world-lights__plate{animation:lights-plate-out .26s .12s ease-in both}.world-lights__caption{display:block;color:var(--lights-caption);font-family:var(--lights-caption-font);font-size:clamp(.95rem,2.4vmin,1.35rem);letter-spacing:.14em;text-transform:uppercase;text-shadow:0 0 calc(var(--lamp) * .5) rgb(var(--lights-haze)/45%)}.world-lights.is-leaving .world-lights__column{--lamp-in: .2s}.world-lights.is-leaving .world-lights__column:before,.world-lights.is-leaving .world-lights__column:after{animation-duration:.26s}.world-lights.is-leaving.is-opening .world-lights__column{--lamp-out: calc(var(--lamp-index) * 90ms)}.world-lights.is-leaving.is-opening .world-lights__column:before,.world-lights.is-leaving.is-opening .world-lights__column:after{animation-duration:.2s}.world-lights.is-leaving.is-opening .world-lights__plate{animation:lights-plate-out .24s ease-in both}.world-lights.is-leaving.is-opening .world-lights__haze{animation:lights-haze-out .3s .38s ease-in both}.world-lights.is-leaving.is-opening .world-lights__gantry{animation:lights-gantry-down .28s .56s ease-in both}.world-lights.is-leaving.is-opening .world-lights__track{animation:lights-track-lift .54s .62s ease-in both}@keyframes lights-track-dim{to{opacity:1}}@keyframes lights-track-lift{0%{opacity:1}to{opacity:0}}@keyframes lights-haze-in{to{opacity:1}}@keyframes lights-haze-out{0%{opacity:1}to{opacity:0}}@keyframes lights-gantry-in{to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes lights-gantry-out{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-140%) scale(1.04)}}@keyframes lights-gantry-down{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-46%) scale(.96)}}@keyframes lights-lamp-on{to{background:radial-gradient(circle at 38% 32%,rgb(var(--lights-lamp-core)/100%),rgb(var(--lights-lamp-edge)/100%) 72%);box-shadow:inset 0 0 0 1px #ffffff24,0 0 calc(var(--lamp) * .5) rgb(var(--lights-lamp-core)/70%),0 0 calc(var(--lamp) * 1.1) rgb(var(--lights-lamp-edge)/45%)}}@keyframes lights-lamp-off{0%{background:radial-gradient(circle at 38% 32%,rgb(var(--lights-lamp-core)/100%),rgb(var(--lights-lamp-edge)/100%) 72%);box-shadow:inset 0 0 0 1px #ffffff24,0 0 calc(var(--lamp) * .5) rgb(var(--lights-lamp-core)/70%),0 0 calc(var(--lamp) * 1.1) rgb(var(--lights-lamp-edge)/45%)}to{background:radial-gradient(circle at 38% 32%,rgb(var(--lights-lamp-off)/100%),#0a0a0e 78%);box-shadow:inset 0 0 0 1px #ffffff0f}}@keyframes lights-plate-in{0%{transform:translate(-50%) translateY(6px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes lights-plate-out{0%{opacity:1}to{opacity:0}}.world-lights.is-reduced .world-lights__track{animation-duration:.12s}.world-lights.is-reduced .world-lights__haze,.world-lights.is-reduced .world-lights__plate{animation-delay:0ms;animation-duration:.12s}.world-lights.is-reduced .world-lights__gantry{animation:lights-reduced-in .12s ease-out both}.world-lights.is-reduced .world-lights__column{--lamp-in: 0ms}.world-lights.is-reduced .world-lights__column:before,.world-lights.is-reduced .world-lights__column:after{animation-duration:.12s}.world-lights.is-reduced.is-opening .world-lights__track{animation:lights-track-lift .14s 60ms ease-in both}.world-lights.is-reduced.is-opening .world-lights__gantry{animation:lights-reduced-out .12s ease-in both}.world-lights.is-reduced.is-opening .world-lights__haze,.world-lights.is-reduced.is-opening .world-lights__plate{animation-delay:0ms;animation-duration:.12s}.world-lights.is-reduced.is-opening .world-lights__column{--lamp-out: 0ms}.world-lights.is-reduced.is-opening .world-lights__column:before,.world-lights.is-reduced.is-opening .world-lights__column:after{animation-duration:.14s}@keyframes lights-reduced-in{to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes lights-reduced-out{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(1)}}.world-gate{--gate-core: #fff3d0;--gate-glow: 255 140 40;--gate-glow-soft: 255 90 20;--gate-edge: #ffd98a;--gate-seam-width: 3px;--gate-seam-bloom: 0 0 24px 6px rgb(var(--gate-glow) / 85%), 0 0 70px 26px rgb(var(--gate-glow-soft) / 45%);--gate-seam-flare: 4;--gate-mote: #ffd08a;--gate-mote-halo: 255 140 50;--gate-mote-size: 3px;--gate-mote-blur: 6px;--gate-void: radial-gradient( ellipse 70% 55% at 50% 50%, rgb(28 12 4 / 92%) 0%, rgb(8 6 18 / 98%) 55%, #04030a 100% );--gate-shaft-inner: 255 140 60;--gate-shaft-outer: 255 90 30;--gate-shaft-ray: 255 170 80;--gate-caption: #ffcf94;--gate-caption-font: "Orbitron", "Rajdhani", system-ui, sans-serif;--gate-caption-tracking: .42em;--gate-caption-rule: 255 180 100;position:fixed;inset:0;z-index:100000;overflow:hidden;pointer-events:all;-webkit-user-select:none;user-select:none;contain:strict}.world-gate__void{position:absolute;inset:0;background:var(--gate-void);opacity:0;animation:gate-void-in .26s ease-out forwards}.world-gate.is-opening .world-gate__void{animation:gate-void-out .9s ease-in forwards}.world-gate__shaft{position:absolute;inset:-10%;background:radial-gradient(circle at 50% 50%,rgb(var(--gate-shaft-inner)/22%),rgb(var(--gate-shaft-outer)/6%) 22%,#0a081600 46%),repeating-conic-gradient(from 0deg at 50% 50%,rgb(var(--gate-shaft-ray)/5%) 0deg 3deg,#0000 3deg 9deg);opacity:0;will-change:transform,opacity}.world-gate.is-sealed .world-gate__shaft{animation:gate-shaft-fall 2.6s linear infinite}.world-gate__sparks{position:absolute;inset:0;opacity:0}.world-gate.is-sealed .world-gate__sparks{opacity:1}.world-gate.is-opening .world-gate__sparks{opacity:1;animation:gate-void-out .52s ease-in forwards}.world-gate__spark{position:absolute;bottom:-6%;width:var(--gate-mote-size);height:var(--gate-mote-size);border-radius:50%;background:var(--gate-mote);box-shadow:0 0 var(--gate-mote-blur) 2px rgb(var(--gate-mote-halo)/90%),0 0 calc(var(--gate-mote-blur) * 3) 6px rgb(var(--gate-glow-soft)/45%);animation-name:gate-spark-rise;animation-timing-function:linear;animation-iteration-count:infinite;will-change:transform,opacity}.world-gate__door{position:absolute;top:-2%;width:50%;height:104%;overflow:hidden;will-change:transform}.world-gate__door img{position:absolute;top:0;width:200%;height:100%;object-fit:cover;pointer-events:none}.world-gate__door--left{left:0;transform:translate3d(-101%,0,0);width:calc(50% + 1px);filter:drop-shadow(-18px 0 34px rgba(0,0,0,.72));animation:gate-slam-left .82s cubic-bezier(.55,0,.35,1) forwards}.world-gate__door--left img{left:0}.world-gate__door--right{right:0;transform:translate3d(101%,0,0);filter:drop-shadow(18px 0 34px rgba(0,0,0,.72));animation:gate-slam-right .82s cubic-bezier(.55,0,.35,1) forwards}.world-gate__door--right img{right:0}.world-gate.is-opening{pointer-events:none}.world-gate.is-opening .world-gate__door--left{animation:gate-part-left 1.5s cubic-bezier(.6,.02,.2,1) forwards}.world-gate.is-opening .world-gate__door--right{animation:gate-part-right 1.5s cubic-bezier(.6,.02,.2,1) forwards}.world-gate__seam{position:absolute;top:0;bottom:0;left:50%;width:var(--gate-seam-width);margin-left:calc(var(--gate-seam-width) / -2);background:linear-gradient(180deg,rgb(var(--gate-glow)/0%) 0%,var(--gate-edge) 18%,var(--gate-core) 50%,var(--gate-edge) 82%,rgb(var(--gate-glow)/0%) 100%);box-shadow:var(--gate-seam-bloom);opacity:0}.world-gate.is-sealing .world-gate__seam{animation:gate-seam-ignite .82s ease-in forwards}.world-gate.is-sealed .world-gate__seam{opacity:.55;animation:gate-seam-breathe 1.8s ease-in-out infinite}.world-gate.is-opening .world-gate__seam{animation:gate-seam-burst .42s ease-out forwards}.world-gate__shock{position:absolute;top:50%;left:50%;width:40px;height:40px;margin:-20px 0 0 -20px;border:3px solid rgb(var(--gate-glow)/90%);border-radius:50%;opacity:0;will-change:transform,opacity}.world-gate.is-sealed .world-gate__shock{animation:gate-shock .7s ease-out forwards}.world-gate__caption{position:absolute;bottom:12%;left:50%;display:flex;gap:14px;align-items:center;justify-content:center;opacity:0;transform:translate(-50%);white-space:nowrap}.world-gate.is-sealed .world-gate__caption{animation:gate-caption-in .6s .12s ease-out forwards}.world-gate.is-opening .world-gate__caption{animation:gate-caption-out .4s ease-in forwards}.world-gate__caption-text{font-family:var(--gate-caption-font);font-size:clamp(.72rem,1.6vw,1rem);font-weight:700;color:var(--gate-caption);text-shadow:0 0 18px rgb(var(--gate-glow)/80%);letter-spacing:var(--gate-caption-tracking);text-transform:uppercase}.world-gate__caption-line{width:clamp(28px,7vw,90px);height:1px;background:linear-gradient(90deg,rgb(var(--gate-caption-rule)/0%),rgb(var(--gate-caption-rule)/90%))}.world-gate__caption-line:last-child{background:linear-gradient(90deg,rgb(var(--gate-caption-rule)/90%),rgb(var(--gate-caption-rule)/0%))}.world-gate--classroom{--gate-core: #fffdf2;--gate-glow: 255 226 150;--gate-glow-soft: 246 190 96;--gate-edge: #ffe9a8;--gate-seam-width: 2px;--gate-seam-bloom: 0 0 12px 1px rgb(var(--gate-glow) / 42%);--gate-seam-flare: 2;--gate-mote: #fdf6e3;--gate-mote-halo: 255 244 214;--gate-mote-size: 5px;--gate-mote-blur: 5px;--gate-void: radial-gradient( ellipse 72% 58% at 50% 46%, rgb(74 48 26 / 92%) 0%, rgb(38 25 16 / 97%) 52%, #1b120b 100% );--gate-shaft-inner: 255 216 140;--gate-shaft-outer: 226 168 84;--gate-shaft-ray: 255 236 190;--gate-caption: #fff2cf;--gate-caption-font: "Baloo 2", "Fredoka", system-ui, sans-serif;--gate-caption-tracking: .26em;--gate-caption-rule: 255 226 160}.world-gate--classroom .world-gate__door--left{filter:drop-shadow(-16px 0 30px rgba(20,12,6,.78))}.world-gate--classroom .world-gate__door--right{filter:drop-shadow(16px 0 30px rgba(20,12,6,.78))}.world-gate--classroom .world-gate__caption-text{font-weight:800}.world-gate--holodeck{--gate-core: #eafaff;--gate-glow: 96 226 255;--gate-glow-soft: 122 132 255;--gate-edge: #a8e8f6;--gate-seam-width: 2px;--gate-seam-bloom: 0 0 10px 1px rgb(var(--gate-glow) / 34%);--gate-seam-flare: 1.8;--gate-void: radial-gradient( ellipse 70% 56% at 50% 48%, rgb(14 42 68 / 94%) 0%, rgb(8 20 40 / 97%) 50%, #04070f 100% );--gate-caption: #d8f8ff;--gate-caption-font: "Orbitron", "Rajdhani", system-ui, sans-serif;--gate-caption-tracking: .38em;--gate-caption-rule: 150 236 255}.world-gate--holodeck .world-gate__door--left{filter:drop-shadow(-18px 0 34px rgba(4,10,20,.82))}.world-gate--holodeck .world-gate__door--right{filter:drop-shadow(18px 0 34px rgba(4,10,20,.82))}.world-gate--holodeck .world-gate__caption-text{text-shadow:0 0 10px rgb(var(--gate-glow)/42%)}.world-gate--booth{--gate-core: #fff6e2;--gate-glow: 255 186 92;--gate-glow-soft: 226 74 52;--gate-edge: #ffd28c;--gate-mote: #d2e9f7;--gate-mote-halo: 176 214 240;--gate-mote-size: 2px;--gate-mote-blur: 3px;--gate-void: radial-gradient( ellipse 74% 60% at 50% 52%, rgb(38 74 96 / 92%) 0%, rgb(20 45 64 / 96%) 52%, #0b1a27 100% );--gate-shaft-inner: 255 196 116;--gate-shaft-outer: 226 96 62;--gate-shaft-ray: 255 226 172;--gate-caption: #ffe8c2;--gate-caption-font: "Bungee", "Baloo 2", system-ui, sans-serif;--gate-caption-tracking: .3em;--gate-caption-rule: 255 196 116}.world-gate--booth .world-gate__door--left{filter:drop-shadow(-18px 0 34px rgba(6,16,26,.84))}.world-gate--booth .world-gate__door--right{filter:drop-shadow(18px 0 34px rgba(6,16,26,.84))}.world-gate--booth .world-gate__spark{top:-8%;bottom:auto;height:calc(var(--gate-mote-size) * 7);border-radius:999px;box-shadow:0 0 var(--gate-mote-blur) 0 rgb(var(--gate-mote-halo)/55%);animation-name:gate-rain-fall}.world-gate--hideout{--gate-core: #fff4d2;--gate-glow: 255 190 96;--gate-glow-soft: 198 108 44;--gate-edge: #ffd894;--gate-seam-width: 3px;--gate-seam-bloom: 0 0 26px 2px rgb(var(--gate-glow) / 48%);--gate-seam-flare: 2.4;--gate-mote: #ffe9b8;--gate-mote-halo: 255 206 132;--gate-mote-size: 4px;--gate-mote-blur: 5px;--gate-void: radial-gradient( ellipse 74% 60% at 50% 48%, rgb(78 46 20 / 92%) 0%, rgb(40 22 12 / 97%) 52%, #170d07 100% );--gate-shaft-inner: 255 206 128;--gate-shaft-outer: 198 112 44;--gate-shaft-ray: 255 232 178;--gate-caption: #ffeec8;--gate-caption-font: "Titan One", "Baloo 2", system-ui, sans-serif;--gate-caption-tracking: .22em;--gate-caption-rule: 255 200 120}.world-gate--hideout .world-gate__door--left{filter:drop-shadow(-18px 0 34px rgba(18,9,4,.84))}.world-gate--hideout .world-gate__door--right{filter:drop-shadow(18px 0 34px rgba(18,9,4,.84))}.world-gate--hideout .world-gate__caption-text{font-weight:400;text-shadow:0 0 14px rgb(var(--gate-glow)/46%)}.world-gate--temple{--gate-core: #fff3cf;--gate-glow: 255 202 108;--gate-glow-soft: 108 216 158;--gate-edge: #ffe3a6;--gate-seam-width: 4px;--gate-seam-bloom: 0 0 32px 3px rgb(var(--gate-glow) / 46%);--gate-seam-flare: 2.6;--gate-mote: #cdf3d6;--gate-mote-halo: 128 226 168;--gate-mote-size: 5px;--gate-mote-blur: 6px;--gate-void: radial-gradient( ellipse 76% 62% at 50% 46%, rgb(22 66 44 / 92%) 0%, rgb(12 38 26 / 97%) 54%, #06130c 100% );--gate-shaft-inner: 198 240 206;--gate-shaft-outer: 62 148 96;--gate-shaft-ray: 255 236 186;--gate-caption: #fff6e4;--gate-caption-font: "Fredoka", "Baloo 2", system-ui, sans-serif;--gate-caption-tracking: .2em;--gate-caption-rule: 255 202 108}.world-gate--temple .world-gate__door--left{filter:drop-shadow(-20px 0 38px rgba(4,16,10,.86))}.world-gate--temple .world-gate__door--right{filter:drop-shadow(20px 0 38px rgba(4,16,10,.86))}.world-gate--temple .world-gate__caption-text{text-shadow:0 0 16px rgb(var(--gate-glow)/44%)}.world-gate--square{--gate-core: #fffdf4;--gate-glow: 255 214 124;--gate-glow-soft: 255 168 72;--gate-edge: #ffeec4;--gate-seam-width: 3px;--gate-seam-bloom: 0 0 30px 3px rgb(var(--gate-glow) / 52%);--gate-seam-flare: 2.5;--gate-mote: #ffe6a4;--gate-mote-halo: 255 198 112;--gate-mote-size: 4px;--gate-mote-blur: 5px;--gate-void: radial-gradient( ellipse 88% 70% at 50% 40%, rgb(34 76 108 / 93%) 0%, rgb(18 44 68 / 97%) 50%, #081827 100% );--gate-shaft-inner: 255 226 158;--gate-shaft-outer: 226 156 70;--gate-shaft-ray: 255 246 224;--gate-caption: #fff4db;--gate-caption-font: "Fredoka", "Baloo 2", system-ui, sans-serif;--gate-caption-tracking: .22em;--gate-caption-rule: 255 194 74}.world-gate--square .world-gate__door--left{filter:drop-shadow(-18px 0 32px rgba(28,16,6,.78))}.world-gate--square .world-gate__door--right{filter:drop-shadow(18px 0 32px rgba(28,16,6,.78))}.world-gate--square .world-gate__caption-text{text-shadow:0 0 16px rgb(var(--gate-glow)/62%)}.world-gate--chart{--gate-core: #fff3cf;--gate-glow: 255 197 49;--gate-glow-soft: 224 141 11;--gate-edge: #ffe6a8;--gate-seam-width: 3px;--gate-seam-bloom: 0 0 26px 2px rgb(var(--gate-glow) / 56%);--gate-seam-flare: 2.6;--gate-mote: #ffd776;--gate-mote-halo: 224 141 11;--gate-mote-size: 4px;--gate-mote-blur: 5px;--gate-void: radial-gradient( ellipse 86% 68% at 50% 42%, rgb(74 46 18 / 92%) 0%, rgb(42 26 12 / 97%) 52%, #150c04 100% );--gate-shaft-inner: 255 224 156;--gate-shaft-outer: 214 142 52;--gate-shaft-ray: 255 246 226;--gate-caption: #fff6e0;--gate-caption-font: "Fredoka", "Baloo 2", system-ui, sans-serif;--gate-caption-tracking: .22em;--gate-caption-rule: 255 197 49}.world-gate--chart .world-gate__door--left{filter:drop-shadow(-18px 0 32px rgba(24,14,5,.8))}.world-gate--chart .world-gate__door--right{filter:drop-shadow(18px 0 32px rgba(24,14,5,.8))}.world-gate--chart .world-gate__caption-text{text-shadow:0 0 16px rgb(var(--gate-glow)/60%)}@keyframes gate-void-in{to{opacity:1}}@keyframes gate-void-out{to{opacity:0}}@keyframes gate-slam-left{0%{transform:translate3d(-101%,0,0)}88%{transform:translate3d(.9%,0,0)}to{transform:translateZ(0)}}@keyframes gate-slam-right{0%{transform:translate3d(101%,0,0)}88%{transform:translate3d(-.9%,0,0)}to{transform:translateZ(0)}}@keyframes gate-part-left{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(-102%,0,0) scale(1.16)}}@keyframes gate-part-right{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(102%,0,0) scale(1.16)}}@keyframes gate-seam-ignite{0%,70%{opacity:0;transform:scaleX(1)}92%{opacity:1;transform:scaleX(var(--gate-seam-flare))}to{opacity:.6;transform:scaleX(1)}}@keyframes gate-seam-breathe{0%,to{opacity:.4}50%{opacity:.85}}@keyframes gate-seam-burst{0%{opacity:1;transform:scaleX(calc(var(--gate-seam-flare) * 1.5))}40%{opacity:.65;transform:scaleX(calc(var(--gate-seam-flare) * .6))}to{opacity:0;transform:scaleX(1)}}@keyframes gate-shock{0%{opacity:.95;transform:scale(.2)}to{opacity:0;transform:scale(34)}}@keyframes gate-spark-rise{0%{opacity:0;transform:translateZ(0) scale(var(--s, 1))}12%{opacity:1}to{opacity:0;transform:translate3d(0,-115vh,0) scale(calc(var(--s, 1) * .4))}}@keyframes gate-rain-fall{0%{opacity:0;transform:translateZ(0) rotate(9deg) scale(var(--s, 1))}12%{opacity:1}to{opacity:0;transform:translate3d(6vw,115vh,0) rotate(9deg) scale(calc(var(--s, 1) * .8))}}@keyframes gate-shaft-fall{0%{opacity:.5;transform:scale(.6) rotate(0)}to{opacity:0;transform:scale(2.6) rotate(24deg)}}@keyframes gate-caption-in{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes gate-caption-out{0%{opacity:1}to{opacity:0}}.world-gate.is-reduced .world-gate__door{animation:none!important;transform:none!important;opacity:1;transition:opacity .16s linear}.world-gate.is-reduced.is-opening .world-gate__door{opacity:0}.world-gate.is-reduced .world-gate__spark,.world-gate.is-reduced .world-gate__shock,.world-gate.is-reduced .world-gate__shaft,.world-gate.is-reduced .world-gate__seam{animation:none!important;opacity:0!important}.world-gate.is-reduced .world-gate__caption{animation:none!important;opacity:1}.sq-toasts{position:fixed;z-index:90000;display:flex;flex-direction:column-reverse;align-items:flex-end;pointer-events:none;right:1.125rem;bottom:1.125rem;left:auto}@media(max-width:768px){.sq-toasts{right:.75rem;bottom:.875rem;left:.75rem;align-items:center}}.sq-toast-slot{max-width:100%;margin-top:.5rem;transition:margin-top .26s cubic-bezier(.4,0,.2,1)}.sq-toast-slot:last-child{margin-top:0}.sq-toast-slot[data-leaving=true]{margin-top:calc(var(--toast-h, 0px) * -1);pointer-events:none}.sq-toast{position:relative;display:flex;align-items:center;gap:.625rem;max-width:18.75rem;padding:.625rem .75rem;overflow:hidden;pointer-events:auto;cursor:pointer;border-radius:.875rem;background:linear-gradient(160deg,#2a1d15,#180f07);border:1px solid rgb(var(--toast-hue)/34%);box-shadow:inset 0 1px #ffe2aa24,0 .375rem 1.125rem #00000061;transform:translate3d(0,var(--toast-drag, 0),0);transition:transform .2s cubic-bezier(.4,0,.2,1),opacity .2s linear,box-shadow .2s linear;animation:sq-toast-in .38s cubic-bezier(.34,1.56,.64,1) backwards}.sq-toast:hover{box-shadow:inset 0 1px #ffe2aa2e,0 .5rem 1.375rem #00000070,0 0 1.125rem rgb(var(--toast-hue)/20%)}.sq-toast[data-dragging=true]{cursor:grabbing;transition:none}.sq-toast--success{--toast-hue: 46 200 106;--toast-lit: 163 240 190}.sq-toast--error{--toast-hue: 228 52 52;--toast-lit: 255 154 146}.sq-toast--warning{--toast-hue: 240 158 24;--toast-lit: 253 224 138}.sq-toast--info{--toast-hue: 58 178 240;--toast-lit: 168 226 255}.sq-toast__emblem{flex:none;display:grid;place-items:center;width:1.375rem;height:1.375rem;border-radius:50%;background:rgb(var(--toast-hue));box-shadow:0 0 .625rem rgb(var(--toast-hue)/44%)}.sq-toast__glyph{display:grid;place-items:center;font-size:.5625rem;color:#fff;filter:drop-shadow(0 1px 1px rgba(0,0,0,.34))}.sq-toast__message{flex:1;min-width:0;margin:0;font-family:"Baloo 2",Fredoka,Poppins,system-ui,sans-serif;font-size:.8125rem;font-weight:600;line-height:1.4;letter-spacing:.1px;color:#f4e9da;overflow-wrap:anywhere}.sq-toast__close{flex:none;display:grid;place-items:center;width:1.125rem;height:1.125rem;padding:0;font-size:.5rem;color:#f4e9da61;cursor:pointer;background:none;border:0;border-radius:50%;transition:color .16s linear,background .16s linear}.sq-toast__close:hover{color:#fff;background:#ffffff1f}.sq-toast__close:focus-visible{outline:2px solid rgb(var(--toast-lit));outline-offset:2px}.sq-toast__fuse{position:absolute;right:0;bottom:0;left:0;height:.125rem;transform-origin:left center;background:rgb(var(--toast-hue)/70%);animation:sq-toast-drain var(--toast-life, 4.2s) linear forwards}.sq-toast-slot[data-leaving=true] .sq-toast{animation:none;opacity:0;transform:translate3d(0,.75rem,0) scale(.96);transition:transform .26s cubic-bezier(.4,0,.2,1),opacity .26s linear}@keyframes sq-toast-in{0%{opacity:0;transform:translate3d(0,1rem,0) scale(.94)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes sq-toast-drain{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media(prefers-reduced-motion:reduce){.sq-toast{animation:sq-toast-fade .18s linear backwards}.sq-toast-slot,.sq-toast-slot[data-leaving=true] .sq-toast{transition-duration:.14s}.sq-toast-slot[data-leaving=true] .sq-toast{transform:none}}@keyframes sq-toast-fade{0%{opacity:0}to{opacity:1}}
