@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Space+Grotesk:wght@400;500;600;700&display=swap");:root{color-scheme:dark;--background:#08090b;--surface:#111217;--foreground:#f4f3f7;--muted:#a4a5af;--line:#ffffff19;--accent:#c9bcff;--mint:#b6f6d4;--danger:#ffafb7;--body:"DM Sans",Arial,sans-serif;--display:"Space Grotesk",Arial,sans-serif}*{box-sizing:border-box}html{background:var(--background)}body{margin:0;font-family:var(--body);font-size:16px;color:var(--foreground);-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}a,button,input,textarea{-webkit-tap-highlight-color:transparent}a,button{touch-action:manipulation;color:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}a{text-decoration:none}button{border:0}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:5px}h1,h2,p{margin:0}img{display:block;max-width:100%;height:auto}::selection{background:#c9bcff;color:#151020}.experience{position:relative;isolation:isolate;min-height:100svh;overflow:clip}.atmosphere{position:fixed;z-index:-1;inset:0;overflow:hidden;pointer-events:none;background:radial-gradient(ellipse at 48% 115%,#252235 0,#0e0e13 35%,#08090b 70%)}.ambient{position:absolute;width:40vw;height:40vw;max-width:600px;max-height:600px;filter:blur(90px);opacity:.07;border-radius:50%}.ambient-one{background:#c195f7;top:18%;left:-20%}.ambient-two{background:#91d7fc;right:-20%;bottom:-10%}.star{position:absolute;width:2px;height:2px;border-radius:50%;background:#eaeefb;opacity:var(--opacity);animation:twinkle 7s var(--delay) infinite alternate}.star:nth-child(7n){width:3px;height:3px;box-shadow:0 0 7px #d4d8ff90}.site-header{height:112px;padding:30px clamp(24px,4.5vw,76px);display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative;z-index:5}.brand{width:155px}.brand img{width:100%}.header-actions{gap:32px}.header-actions,.signal{display:flex;align-items:center}.signal{gap:9px;font-size:12px;font-weight:600;letter-spacing:.16em;color:#bab9c3}.signal>span,.tiny-dot{display:inline-block;width:6px;height:6px;background:var(--mint);border-radius:50%}.signal>span{box-shadow:0 0 12px #a8ecc765}.x-link{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:#ffffff03;transition:background .2s,border-color .2s}.x-link:hover{background:#ffffff12;border-color:#ffffff55}.welcome{min-height:max(570px,calc(100svh - 112px));position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:clamp(50px,11svh,140px)}.welcome-copy{text-align:center;z-index:1;transition:transform .3s ease,opacity .4s ease;transform:translateY(calc(var(--drag) * -.2))}.overline{font-size:12px;font-weight:500;letter-spacing:.25em;color:#a4a4ae;display:block;margin-bottom:24px}.welcome h1{width:min(540px,77vw);margin-inline:auto}.welcome h1 img{width:100%;filter:drop-shadow(0 5px 18px #ffffff0b)}.welcome-copy p{color:#a5a4b0;font-size:16px;letter-spacing:.02em;margin-top:22px}.portal{position:absolute;top:max(340px,calc(100svh - 465px));left:50%;width:clamp(430px,41vw,620px);aspect-ratio:1;border-radius:50%;transform:translate(-50%,calc(var(--drag) * -.3));background:radial-gradient(circle at 50% 5%,#f0ebfa1a,#08090b 44%,#0b0b10 70%);border:1px solid #e3e2ff50;box-shadow:inset 0 3px 10px #e6e3ff45,inset 0 16px 40px #afbbe928,0 -3px 35px #c2c3f016;transition:transform .3s}.portal:after{content:"";inset:10px;border:1px solid #ffffff08}.portal-glint,.portal:after{position:absolute;border-radius:50%}.portal-glint{inset:-1px;background:conic-gradient(from 180deg,transparent 34%,#d5deff20 44%,#ece9ff60 50%,#c8ddff20 58%,transparent 66%);-webkit-mask-image:radial-gradient(transparent 69.1%,#000 69.6%);mask-image:radial-gradient(transparent 69.1%,#000 69.6%)}.swipe-control{position:absolute;bottom:64px;z-index:2;background:none;display:flex;align-items:center;flex-direction:column;padding:18px 40px 32px;-webkit-user-select:none;user-select:none;touch-action:none;min-width:260px}.swipe-knob{width:64px;height:64px;display:grid;place-items:center;border-radius:50%;border:1px solid #ffffff40;background:linear-gradient(145deg,#ffffff22,#ffffff03);box-shadow:inset 0 2px 2px #ffffff25,0 8px 18px #0005;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transform:translateY(calc(var(--drag) * -1));transition:transform .25s,border-color .2s}.swipe-knob svg{animation:nudge 2.8s ease-in-out infinite}.swipe-control:hover .swipe-knob{border-color:#ffffffa6}.swipe-label{font-weight:500;font-size:16px;margin-top:19px}.swipe-hint{font-size:12px;color:#8d8d9d;margin-top:7px}.is-dragging .portal,.is-dragging .swipe-knob,.is-dragging .welcome-copy{transition:none}.welcome-footer{align-self:stretch;display:flex;justify-content:space-between;gap:16px;padding:36px clamp(24px,4.5vw,76px) 25px;margin-top:auto;z-index:1;font-size:11px;letter-spacing:.13em;color:#85848f}.welcome-footer span span{font-size:16px;padding-left:12px}.stage-entering .welcome-copy{opacity:0;transform:translateY(-45px) scale(.94)}.stage-entering .portal{animation:portal-open 1.25s cubic-bezier(.2,.8,.3,1) forwards}.stage-entering .swipe-control,.stage-entering .welcome-footer{opacity:0;transition:opacity .22s}.sticker-burst{position:fixed;inset:0;z-index:20;pointer-events:none}.burst-sticker{position:absolute;left:50%;top:53%;width:clamp(120px,17vw,238px);padding:6px;border-radius:17px;background:#f3f2f7;box-shadow:0 20px 50px #0009;opacity:0}.sticker-burst.is-active .burst-sticker{animation:burst-out 1.25s cubic-bezier(.19,.75,.27,1) calc(var(--i) * 8ms) both}.burst-sticker img{width:100%;border-radius:12px}.application-shell{position:relative;max-width:1130px;margin:clamp(15px,4svh,60px) auto 65px;width:calc(100% - 80px);display:grid;grid-template-columns:.95fr 1.05fr;gap:clamp(40px,6vw,95px);align-items:center;animation:surface-in .65s cubic-bezier(.2,.65,.2,1) both}.story-side{position:relative;min-width:0;padding:20px 0}.story-overline{color:#a5a2b0;font-size:11px;font-weight:500;letter-spacing:.18em;display:flex;gap:10px;align-items:center}.sticker-stack{position:relative;height:310px;width:100%;margin:32px 0 20px}.stack-sticker{position:absolute;width:238px;border:7px solid #f0eef4;border-radius:23px;background:white;box-shadow:0 18px 50px #0007}.stack-sticker img{border-radius:16px}.sticker-back{top:0;left:23px;transform:rotate(-14deg)}.sticker-front{top:53px;left:157px;transform:rotate(11deg);animation:sticker-land .8s cubic-bezier(.12,.72,.22,1) both}.belong-stamp{position:absolute;left:2px;top:229px;background:var(--mint);color:#13271d;border-radius:11px;font-family:var(--display);font-weight:700;line-height:1.12;font-size:21px;padding:14px 58px 14px 16px;transform:rotate(-7deg);box-shadow:0 8px 20px #0006}.spark{position:absolute;right:15px;top:18px;font-size:37px;font-weight:400}.story-caption{padding-top:5px}.story-caption h2{font-family:var(--display);font-size:clamp(44px,4.6vw,66px);line-height:1.02;letter-spacing:-.065em;font-weight:500}.story-caption h2>span{color:#94909f}.story-caption p{color:#aca8b8;margin-top:18px;font-size:16px}.orbit-caption{display:block;color:#797685;font-size:10px;letter-spacing:.14em;margin-top:46px}.orbit-caption>span{margin:0 12px;color:#c3bdd0}.application-panel{position:relative;align-self:stretch;min-width:0;border:1px solid #ffffff1d;border-radius:27px;background:linear-gradient(125deg,#ffffff09,#ffffff03 70%);box-shadow:inset 0 1px 0 #ffffff05,0 24px 90px #0004;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.step-nav{padding:29px 29px 24px;border-bottom:1px solid var(--line)}.step-nav ol{display:flex;justify-content:space-between;gap:12px;padding:0;margin:0;list-style:none}.step-nav li{display:flex;align-items:center;gap:8px;color:#777582}.step-nav li>span:first-child{width:30px;height:30px;flex:0 0 30px;border:1px solid #ffffff18;border-radius:50%;display:grid;place-items:center;font-size:11px}.step-nav li>span:last-child{font-size:12px;line-height:1.25;max-width:74px}.step-nav .active{color:#f4efff}.step-nav .active>span:first-child{color:#21152f;background:var(--accent);border-color:var(--accent)}.step-nav .complete>span:first-child{color:var(--mint);border-color:#b6f6d440;background:#b6f6d40c}.step-content{padding:32px 34px 26px;animation:step-in .3s ease-out}.panel-overline{color:#b4acbf;font-size:11px;letter-spacing:.14em;font-weight:500;display:flex;justify-content:space-between;gap:12px}.panel-overline>span{color:#76707f;font-size:10px}.result-panel h2,.step-content h2{font-family:var(--display);font-size:clamp(40px,4vw,54px);font-weight:500;letter-spacing:-.065em;line-height:1.06;margin-top:21px;outline:none}.result-panel h2 em,.step-content h2 em{font-style:normal;color:var(--accent)}.step-description{color:#b2aebd;font-size:16px;line-height:1.6;margin-top:18px;max-width:400px}#coordinates,.follow-step,.social-tasks{margin-top:30px}.profile-card{display:flex;align-items:center;gap:13px;border:1px solid #ffffff1e;padding:14px;border-radius:13px;background:#ffffff04;transition:border-color .2s,background .2s}.profile-card:hover{border-color:#c9bcff60;background:#c9bcff09}.profile-card>img{border-radius:10px;width:50px;height:50px}.profile-card>span:nth-child(2){display:flex;flex-direction:column;gap:4px;min-width:0}.profile-card strong{font-size:16px;font-weight:600}.profile-card>span:nth-child(2)>span{font-size:13px;color:#a49eaf}.profile-action{margin-left:auto;font-size:14px;display:flex;align-items:center;gap:5px}.external-arrow{font-size:21px;font-weight:400;line-height:1}.confirm-line{margin-top:22px;display:flex;gap:10px;align-items:center;font-size:14px;cursor:pointer;position:relative;line-height:1.5;min-height:44px}.confirm-line input,.task-confirm input{position:absolute;opacity:0;width:24px;height:24px;margin:0}.custom-check{width:23px;height:23px;flex:0 0 23px;border:1px solid #777180;background:#ffffff03;border-radius:6px;display:grid;place-items:center;transition:background .15s}.custom-check>svg{opacity:0}input:checked+.custom-check{color:#18211c;background:var(--mint);border-color:var(--mint)}input:checked+.custom-check>svg{opacity:1}input:focus-visible+.custom-check{outline:2px solid var(--accent);outline-offset:4px}.task-hint{color:#a09aaa;font-size:12px;line-height:1.6;margin-top:11px}.social-tasks{display:grid;gap:10px}.social-task{display:flex;align-items:center;border:1px solid #ffffff1b;border-radius:11px;background:#ffffff03;overflow:hidden}.social-task.is-complete{border-color:#b6f6d440}.social-task>a{flex:1 1;min-width:0;display:flex;gap:10px;align-items:center;font-size:14px;padding:15px 12px}.social-task>a:hover{background:#ffffff07}.task-symbol{font-size:28px;width:24px;line-height:1;color:var(--accent);flex-shrink:0}.social-task .external-arrow{margin-left:auto;font-size:17px;color:#b6afbf}.task-confirm{display:flex;align-items:center;gap:6px;min-height:44px;font-size:11px;padding:8px 12px 8px 8px;color:#a9a2b2;cursor:pointer;position:relative}.task-confirm input{left:8px}.field+.field{margin-top:22px}.field label{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px;font-size:14px;font-weight:500}.field label>span{font-size:9px;letter-spacing:.05em;color:#96909f;font-weight:400}.input-wrap{display:flex;align-items:center;gap:10px;border:1px solid #ffffff29;border-radius:10px;padding:0 15px;background:#07070b65}.input-wrap>span{color:#a59aad}.input-wrap input{color:white;height:52px;min-width:0;width:100%;background:none;border:0;outline-offset:3px}.input-wrap:focus-within{border-color:var(--accent)}.input-wrap input:focus{outline:none}textarea{display:block;width:100%;resize:vertical;min-height:89px;border:1px solid #ffffff29;background:#07070b65;border-radius:10px;color:white;font-size:15px;line-height:1.6;padding:12px 15px;overflow-wrap:anywhere}input::placeholder,textarea::placeholder{color:#7f788b}.has-error{border-color:var(--danger)}.field-error{color:var(--danger);margin-top:8px;font-size:13px;line-height:1.5}.submit-error{border:1px solid #ffafb733;color:#ffc5cb;background:#ffafb70b;border-radius:9px;padding:12px;font-size:14px;line-height:1.5;margin-top:18px}.step-actions{display:flex;gap:16px;justify-content:space-between;margin-top:32px}.back-button{display:flex;align-items:center;gap:8px;background:none;color:#b4aebf;padding:10px 0;min-height:48px;font-size:14px}.back-button:hover{color:white}.primary-button{display:flex;align-items:center;justify-content:center;gap:26px;background:#e8e0ff;color:#1c1426;min-height:52px;border:1px solid #f7eeff80;border-radius:10px;padding:13px 23px;font-weight:600;font-size:15px;box-shadow:inset 0 1px 1px #ffffff90,0 3px 14px #bda5ff0e;transition:background .2s,transform .2s}.primary-button:hover:not(:disabled){background:#f5f0ff;transform:translateY(-2px)}.primary-button:disabled{background:#26212f;color:#9990a7;border-color:#ffffff10;box-shadow:none}.panel-footnote{font-size:11px;line-height:1.6;color:#938b9f;margin-top:19px;text-align:center}.result-panel{padding:40px 34px}.receipt-icon{display:grid;place-items:center;width:58px;height:58px;border:1px solid #b6f6d450;border-radius:50%;background:#b6f6d40e;color:var(--mint);margin-bottom:28px;box-shadow:0 0 45px #b6f6d40d}.receipt-icon svg{width:27px;height:27px}.result-panel .panel-overline{color:var(--mint)}.receipt{background:#07070b55;padding:20px;border:1px solid #ffffff20;border-radius:13px;margin:27px 0}.receipt>span{font-size:10px;letter-spacing:.14em;color:#8d8699;display:block}.receipt strong{font-size:19px;display:block;margin-top:12px}.receipt code{display:block;font-size:13px;overflow-wrap:anywhere;color:#ada4bd;line-height:1.7;margin-top:7px}.receipt>div{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--mint);padding-top:16px;margin-top:16px;border-top:1px dashed #ffffff20}.result-panel>.primary-button{margin-top:28px}.text-button{display:flex;align-items:center;justify-content:center;gap:12px;margin:26px auto 0;background:none;color:#b7aec5;min-height:44px;font-size:13px}.spinner{width:18px;height:18px;border:2px solid;border-right:2px solid transparent;border-radius:50%;animation:spin .9s linear infinite}.screenreader-status{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}@keyframes twinkle{0%{opacity:var(--opacity)}to{opacity:.08}}@keyframes nudge{0%,65%,to{transform:translateY(0)}35%{transform:translateY(-5px)}}@keyframes portal-open{0%{opacity:1}to{opacity:0;transform:translate(-50%,-25%) scale(2.5)}}@keyframes burst-out{0%{opacity:0;transform:translate(-50%,-50%) rotate(0deg) scale(.12)}12%{opacity:1}57%{opacity:1;transform:translate(calc(-50% + var(--x)),calc(-50% + var(--y))) rotate(var(--r)) scale(1)}to{opacity:0;transform:translate(calc(-50% + var(--x) * 1.3),calc(-50% + var(--y) * 1.3)) rotate(calc(var(--r) * 1.5)) scale(.94)}}@keyframes surface-in{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes step-in{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}@keyframes sticker-land{0%{transform:translateY(20px) rotate(17deg);opacity:0}to{transform:translateY(0) rotate(11deg);opacity:1}}@keyframes spin{to{transform:rotate(1turn)}}@media (min-width:1600px){.welcome{padding-top:14svh}.welcome h1{width:650px}}@media (max-width:1050px){.application-shell{width:calc(100% - 48px);gap:32px}.stack-sticker{width:200px}.sticker-back{left:0}.sticker-front{left:110px}.sticker-stack{height:285px}.belong-stamp{top:200px;font-size:19px}.result-panel,.step-content{padding-inline:26px}.step-nav{padding-inline:24px}.step-nav li>span:last-child{font-size:11px}}@media (max-width:800px){.site-header{height:88px;padding:18px 24px}.brand{width:132px}.signal{font-size:10px;letter-spacing:.1em}.header-actions{gap:20px}.welcome{min-height:max(550px,calc(100svh - 88px));padding-top:max(58px,10svh)}.welcome h1{width:min(510px,83vw)}.portal{width:520px;top:max(290px,calc(100svh - 415px))}.swipe-control{bottom:64px}.welcome-footer{padding:28px 24px 22px;font-size:9px}.application-shell{display:block;width:calc(100% - 40px);max-width:500px;margin:14px auto 45px}.story-side{display:none}.application-panel{border-radius:22px}.result-panel,.step-content{padding:28px}.result-panel h2,.step-content h2{font-size:50px}.step-nav li>span:last-child{font-size:12px}.burst-sticker{width:clamp(110px,26vw,185px);border-radius:13px;padding:4px}.burst-sticker img{border-radius:9px}}@media (max-width:480px){.site-header{padding:16px 20px}.header-actions{gap:16px}.signal{display:none}.x-link{width:40px;height:40px}.welcome{padding-top:clamp(56px,12svh,110px)}.overline{margin-bottom:24px;font-size:10px;letter-spacing:.22em}.welcome h1{width:90vw}.welcome-copy p{margin-top:20px;font-size:14px}.portal{width:410px;top:max(318px,calc(100svh - 390px))}.swipe-control{padding-bottom:22px}.swipe-knob{width:60px;height:60px}.welcome-footer{justify-content:center;padding-top:36px;padding-bottom:max(24px,env(safe-area-inset-bottom))}.welcome-footer>span:first-child{display:none}.application-shell{width:calc(100% - 28px);margin-top:6px}.result-panel,.step-content{padding:26px 22px}.step-nav{padding:22px 20px}.step-nav ol{gap:10px}.step-nav li{gap:6px}.step-nav li>span:first-child{width:25px;height:25px;flex-basis:25px;font-size:10px}.step-nav li>span:last-child{font-size:12px;max-width:68px}.result-panel h2,.step-content h2{font-size:clamp(39px,11.5vw,50px)}.step-description{font-size:16px;margin-top:17px}.panel-overline{font-size:10px}.panel-overline>span{font-size:9px}.profile-card{gap:10px;padding:12px}.profile-card strong{font-size:15px}.profile-card>span:nth-child(2)>span{font-size:13px}.profile-card>img{width:43px;height:43px}.profile-action{font-size:12px}.confirm-line{font-size:14px}.primary-button{font-size:14px;gap:16px;padding-inline:18px}.social-task>a{padding:15px 10px;font-size:14px;gap:8px}.task-confirm{padding-right:10px}.task-confirm>span:last-child{display:none}.task-symbol{font-size:25px;width:21px}.field label{font-size:14px}.field label>span{display:none}textarea{font-size:16px}.panel-footnote{font-size:11px}}@media (max-height:700px){.welcome{padding-top:35px}.welcome-copy p{margin-top:10px}.welcome h1{width:min(460px,80vw)}.overline{margin-bottom:10px}.swipe-control{margin-top:45px}.portal{top:290px}.welcome-footer{padding-top:20px}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.sticker-burst{display:none}.swipe-knob,.welcome-copy{transform:none}}.orbit-caption,.panel-footnote,.panel-overline,.panel-overline>span,.story-overline,.task-confirm{font-size:12px}.field label>span{display:none}.site-header{justify-content:flex-end;animation:surface-in .5s ease-out both}.welcome{min-height:100svh;padding-top:clamp(100px,23svh,220px);touch-action:pan-x pinch-zoom;overscroll-behavior:none;-webkit-user-select:none;user-select:none}.welcome-copy img{pointer-events:none}.portal{top:max(340px,calc(100svh - 260px));border-color:#e8cbff80;background:radial-gradient(circle at 50% 0,#b48bfa24,#0a0911 46%,#08090b 75%);box-shadow:inset 0 3px 14px #ddc7ff70,inset 0 25px 65px #a085df20,0 -6px 42px #bd99ff1a}.portal-aura{position:absolute;inset:-13px;border-radius:50%;background:conic-gradient(from 40deg,#ffa9e3,#b190ff,#79d8ff,#8dffd0,#fff0a5,#ffaccc,#ffa9e3);filter:blur(25px);opacity:.2;animation:rainbow-breathe 6s ease-in-out infinite alternate}.portal-glint{background:conic-gradient(from 30deg,#e6a0ff,#8299ff,#8be9ff,#8affc1,#ffeb9c,#ffaacb,#e6a0ff);-webkit-mask-image:radial-gradient(transparent 68.4%,#000 69%,#000 70.6%,transparent 71%);mask-image:radial-gradient(transparent 68.4%,#000 69%,#000 70.6%,transparent 71%);animation:rainbow-orbit 18s linear infinite}.swipe-knob{border-color:#e3cfff80;box-shadow:inset 0 2px 4px #e4d5ff45,0 0 25px #ae88ff1a}.swipe-control{bottom:72px}.profile-card.is-complete,.social-task.is-complete{background:#b6f6d41a;border-color:#b6f6d470;box-shadow:inset 0 0 22px #b6f6d406;transition:background .35s,border-color .35s,box-shadow .35s}.profile-card.is-complete .profile-action,.social-task.is-complete .task-state,.social-task.is-complete .task-symbol{color:var(--mint)}.task-state{gap:6px;margin-left:auto;font-size:12px;flex-shrink:0}.task-state,.unavailable-task{display:flex;align-items:center}.unavailable-task{gap:10px;padding:16px 12px;width:100%;background:#ffffff02;color:#9d96a9;text-align:left;font-size:14px}.unavailable-task .task-symbol{color:#a093b5}.unavailable-task .task-state{color:#a69bb7;font-size:12px}.campaign-notice{border:1px solid #c9bcff30;background:#c9bcff0b;border-radius:10px;padding:13px 15px;margin-bottom:4px;color:#d4c9e9;font-size:14px;line-height:1.6}.delivery-transition{min-height:calc(100svh - 112px);display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:24px 20px 90px;animation:surface-in .35s ease-out}.delivery-orbit{width:min(320px,74vw);aspect-ratio:1;position:relative;display:grid;place-items:center;margin-bottom:30px}.delivery-orbit>i{position:absolute;inset:15%;border:1px solid #c9bcff;border-radius:50%;animation:delivered-wave 1.8s ease-out both}.delivery-orbit>i:nth-child(2){animation-delay:.22s;border-color:#95fbd0}.delivery-orbit>i:nth-child(3){animation-delay:.44s;border-color:#ffb8dc}.delivery-being{width:138px;border:5px solid #f8f5ff;border-radius:23px;position:relative;transform:rotate(-7deg);box-shadow:0 0 75px #b9a0ff40;animation:receipt-land .9s cubic-bezier(.12,.7,.25,1.2) both}.delivery-being>img{border-radius:17px}.delivery-being>span{position:absolute;right:-18px;bottom:-17px;border-radius:50%;border:4px solid #101017;background:var(--mint);color:#132d20;width:49px;height:49px;display:grid;place-items:center}.delivery-being>span>svg{width:25px;height:25px}.delivery-transition .overline{color:var(--mint);font-size:12px;margin-bottom:16px}.delivery-transition h2{font-family:var(--display);font-size:clamp(34px,5vw,60px);font-weight:500;line-height:1.1;letter-spacing:-.055em}.delivery-transition h2 em{font-style:normal;color:var(--accent)}@keyframes rainbow-breathe{0%{opacity:.15;transform:scale(.97)}to{opacity:.32;transform:scale(1.015)}}@keyframes rainbow-orbit{to{transform:rotate(1turn)}}@keyframes delivered-wave{0%{transform:scale(.5);opacity:.8}to{transform:scale(1.85);opacity:0}}@keyframes receipt-land{0%{transform:translateY(50px) rotate(16deg) scale(.6);opacity:0}to{transform:translateY(0) rotate(-7deg) scale(1);opacity:1}}@media (max-width:800px){.welcome{min-height:100svh;padding-top:23svh}.portal{top:max(320px,calc(100svh - 280px))}.swipe-control{bottom:82px}.delivery-transition{min-height:calc(100svh - 88px)}}@media (max-width:480px){.welcome h1{width:87vw}.portal{width:440px}.task-state>span{display:none}.unavailable-task{font-size:14px;padding-inline:10px;gap:8px}.profile-action{font-size:12px;gap:5px}.profile-card>span:nth-child(2)>span{font-size:12px}}@media (max-height:600px){.welcome{padding-top:9svh}.welcome h1{width:min(360px,74vw)}.portal{top:57svh}.swipe-control{bottom:12px;padding:14px 35px 12px}.swipe-knob{width:44px;height:44px}.swipe-label{margin-top:12px;font-size:14px}}@media (prefers-reduced-motion:reduce){.delivery-being,.delivery-orbit>i,.portal-aura,.portal-glint{animation:none}.portal-aura{opacity:.18}}.site-header{position:fixed;inset:0 0 auto;height:calc(112px + env(safe-area-inset-top, 0px));padding-top:calc(30px + env(safe-area-inset-top, 0px));background:linear-gradient(#08090bf5 35%,#08090b00);pointer-events:none}.header-actions{width:100%;justify-content:space-between;gap:24px;pointer-events:none}.header-actions>a,.header-actions>button{pointer-events:auto}.brand{display:grid;align-items:center;min-height:44px;padding:0;background:none;flex-shrink:0}.brand:disabled{opacity:.65}.application-shell{margin-top:calc(112px + env(safe-area-inset-top, 0px) + clamp(24px, 4svh, 60px));margin-bottom:max(65px,env(safe-area-inset-bottom,0px))}.delivery-transition{min-height:100svh;padding-top:calc(112px + env(safe-area-inset-top, 0px))}.result-panel,.step-content{overflow-wrap:anywhere}.profile-card>img{flex-shrink:0;object-fit:cover}.profile-action{flex-shrink:0}.preview-task{width:100%;min-height:54px;display:flex;align-items:center;gap:10px;padding:15px 12px;background:none;text-align:left;font-size:14px}.preview-task:hover{background:#ffffff07}.preview-task>span:nth-child(2),.social-task>a>span:nth-child(2){min-width:0;line-height:1.45}.form-preview-notice{margin-bottom:22px}.social-task:focus-within{outline:2px solid var(--accent);outline-offset:3px}.step-nav li{min-width:0}.step-nav li>span:last-child{font-size:14px}.step-actions>.primary-button{min-width:0}.task-hint{font-size:14px}@media (max-width:800px){.site-header{height:calc(88px + env(safe-area-inset-top, 0px));padding:calc(20px + env(safe-area-inset-top, 0px)) 24px 20px}.brand{width:136px}.application-shell{margin-top:calc(88px + env(safe-area-inset-top, 0px) + clamp(32px, 7svh, 64px))}.step-nav ol{gap:12px}.step-nav li{flex:1 1;flex-direction:column;align-items:flex-start;gap:8px}.step-nav li>span:last-child{max-width:none}.delivery-transition{min-height:100svh;padding-top:calc(100px + env(safe-area-inset-top, 0px))}}@media (max-width:480px){.site-header{padding-inline:20px}.header-actions{gap:18px}.brand{width:126px}.x-link{width:44px;height:44px}.application-shell{width:calc(100% - 32px)}.result-panel,.step-content{padding:26px 18px}.step-nav{padding:20px 18px}.step-nav li>span:first-child{font-size:12px;width:28px;height:28px;flex-basis:28px}.panel-overline{gap:8px;letter-spacing:.08em}.profile-card{display:grid;grid-template-columns:46px minmax(0,1fr);gap:7px 12px;padding:14px}.profile-card>img{width:46px;height:46px;grid-row:1/3}.profile-card strong{font-size:16px}.profile-card>span:nth-child(2)>span{font-size:14px}.profile-action{grid-column:2;margin-left:0;font-size:14px;min-height:24px}.preview-task,.social-task>a{min-height:58px;padding:14px 12px;gap:10px}.step-actions{gap:12px;flex-wrap:wrap}.primary-button{font-size:15px;gap:12px;padding-inline:16px}.panel-footnote{font-size:12px}}.is-returning .application-shell,.is-returning .site-header,.is-returning .step-content{animation:none;opacity:1;transform:none}@media (max-width:800px),(pointer:coarse){.external-arrow,.task-symbol,.text-button>span[aria-hidden=true]{display:none}.application-shell,.site-header,.step-content{animation:none;opacity:1;transform:none}.application-panel{backdrop-filter:none;-webkit-backdrop-filter:none;background:linear-gradient(125deg,#15141c,#101015 70%)}.stage-celebrating .ambient,.stage-done .ambient,.stage-steps .ambient{display:none}.stage-celebrating .star,.stage-done .star,.stage-steps .star{animation:none}.stage-done .atmosphere,.stage-steps .atmosphere{position:absolute}.profile-card.is-complete,.social-task.is-complete{transition:none}}.closed-panel{display:flex;min-height:460px;flex-direction:column;justify-content:center;padding:clamp(30px,4vw,52px)}.closed-icon{display:grid;place-items:center;width:62px;height:62px;border:1px solid #c5b2ff44;border-radius:20px;background:#b9a0ff10;color:var(--accent);margin-bottom:28px}.closed-panel .panel-overline{color:var(--muted);font-size:14px}.closed-panel h2{font-size:clamp(38px,5vw,62px);line-height:1.12;letter-spacing:-.045em}.closed-message{margin-top:24px;font-size:16px;letter-spacing:.12em;color:#e3dfee}.closed-x-button{align-self:flex-start;min-height:54px;gap:14px}.stage-closed .ambient{display:none}.stage-closed .star{animation:none}.stage-closed .atmosphere{position:absolute}@media (max-width:800px){.closed-panel{min-height:400px;padding:32px 24px}.closed-panel h2{font-size:clamp(36px,10vw,52px)}.closed-x-button{width:100%;justify-content:center}}.world-entrance,.world-site{--font-body:var(--body);--font-display:var(--display);--world-mint:#bdffdc;--world-lilac:#c7adff;--world-pink:#ffa9dc;--world-muted:#aaa9b3;color:#f4f2f6;background:#08090b;font-family:var(--font-body)}.world-site{overflow-x:clip}.world-entrance *,.world-site *{box-sizing:border-box}.world-entrance a,.world-site a{color:inherit;text-decoration:none}.world-entrance button,.world-site button{font:inherit;color:inherit;cursor:pointer}.world-site button{border:0;background:none}.world-entrance :focus-visible,.world-site :focus-visible{outline:2px solid var(--world-mint);outline-offset:6px}.world-entrance h1,.world-site h1,.world-site h2,.world-site h3{font-family:var(--font-display),"Arial",sans-serif;margin:0;font-weight:700;letter-spacing:-.065em;line-height:.97}.world-site h2{font-size:clamp(42px,5.7vw,84px)}.world-site h2 em{font-style:normal;color:var(--world-lilac)}.world-site p{color:var(--world-muted);line-height:1.7;font-size:17px}.world-spectrum{background:linear-gradient(110deg,#c3adff 7%,#ffa4df 31%,#ffe4af 51%,#affed0 71%,#8ce6ed 96%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.world-container{width:min(1320px,calc(100% - 112px));margin-inline:auto}.world-header{height:94px;position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:36px;padding:0 4%;background:rgba(8,9,11,.94);border-bottom:1px solid #ffffff12}.world-brand{margin-right:auto;flex-shrink:0;line-height:0}.world-brand img{width:145px;height:auto}.world-nav{display:flex;gap:32px;align-items:center}.world-nav a{font-size:14px;font-weight:550;white-space:nowrap;color:#c3c0cc;transition:color .2s}.world-nav a:hover,.world-nav a[aria-current=page]{color:var(--world-mint)}.world-nav a:last-child{padding:13px 20px;border:1px solid #ffffff30;border-radius:100px}.world-x{width:44px;height:44px;display:grid;place-items:center;border:1px solid #ffffff25;border-radius:50%}.world-x:hover{background:#ffffff15}.world-menu-button{display:none}.world-skip{position:fixed;top:-100px;left:20px;z-index:100;padding:16px;background:#111}.world-skip:focus{top:10px}.world-eyebrow{display:flex;align-items:center;gap:10px;font-size:11px!important;letter-spacing:.16em!important;font-weight:600!important;line-height:1.5!important;color:#d7d4df!important;margin:0 0 28px!important;text-transform:uppercase}.world-eyebrow>span{width:6px;height:6px;background:var(--world-mint);border-radius:50%;box-shadow:0 0 16px #afffdc88;flex-shrink:0}.world-button{display:inline-flex!important;align-items:center;justify-content:center;gap:24px;padding:17px 24px!important;border-radius:100px;font-size:14px!important;font-weight:600!important;min-height:54px;line-height:1.4;transition:transform .25s,background .25s;white-space:normal;text-align:center}.world-button:hover{transform:translateY(-3px)}.world-button-light{background:var(--world-mint)!important;color:#15261c!important;border:1px solid transparent!important}.world-button-outline{border:1px solid #ffffff40!important;background:transparent!important}.world-button-outline:hover{background:#ffffff0c!important}.world-button svg{flex-shrink:0}.world-actions{display:flex;align-items:center;gap:30px;flex-wrap:wrap;margin-top:34px}.world-text-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:44px;border:0;background:transparent;font-size:14px!important}.world-play-icon{width:32px;height:32px;display:grid;place-items:center;border:1px solid #ffffff40;border-radius:50%;font-size:10px;padding-left:2px}.world-text-link{display:inline-flex;align-items:center;gap:26px;padding:12px 0;border-bottom:1px solid #ffffff45;font-size:14px;font-weight:600}.world-hero{position:relative;min-height:760px;height:calc(100svh - 94px);max-height:1080px;isolation:isolate;overflow:hidden}.world-hero-city{position:absolute;width:100%;height:100%;object-fit:cover;object-position:70% 50%;z-index:-3;opacity:.83}.world-hero:before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#08090be8 5%,#08090b88 38%,transparent 75%),linear-gradient(0deg,#08090b,transparent 27%)}.world-hero:after{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(ellipse at 76% 61%,#9361d014,transparent 45%)}.world-hero-copy{padding:clamp(64px,8vh,115px) 5.4% 110px;position:relative;max-width:1000px}.world-hero h1{font-size:clamp(70px,7.7vw,118px);line-height:.93;letter-spacing:-.065em}.world-hero-copy>p:not(.world-eyebrow){margin-top:30px;font-size:17px;color:#c5c1cd}.world-hero-coordinates{position:absolute;right:4%;top:38px;display:flex;flex-direction:column;align-items:flex-end;gap:10px;font-size:9px;letter-spacing:.15em;color:#c8c5d0}.world-hero-coordinates i{display:inline-block;width:5px;height:5px;border-radius:50%;background:#b4ffd7;box-shadow:0 0 12px #b4ffd7;margin-left:6px}.world-scroll-cue{position:absolute;bottom:40px;left:5.4%;right:5.4%;display:flex;justify-content:space-between;align-items:center;text-transform:uppercase;font-size:10px;letter-spacing:.17em;color:#c5c2cf!important}.world-scroll-cue span{font-size:25px}.world-ticker{overflow:hidden;border-block:1px solid #ffffff20;background:#131019;padding:21px 0;transform:rotate(-1.5deg);width:100%;position:relative;z-index:1}.world-ticker>div{display:flex;width:max-content;animation:world-marquee 45s linear infinite}.world-ticker span{display:flex;align-items:center;gap:35px;padding-right:35px;font-family:var(--font-display);font-size:17px;font-weight:600;letter-spacing:.04em;white-space:nowrap}.world-ticker b{color:var(--world-pink);font-size:30px;font-weight:400;line-height:1}.world-meet{padding-top:125px;padding-bottom:100px;text-align:center}.world-section-top{display:flex;align-items:baseline;justify-content:space-between;text-align:left}.world-side-note{font-size:12px;color:var(--world-muted)}.world-meet-heading{display:flex;justify-content:space-between;align-items:flex-end;text-align:left;gap:40px;margin:14px 0 70px}.world-meet-heading>div{max-width:320px;padding-bottom:5px}.world-meet-heading p{margin-top:0}.world-being-line{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:22px;padding:30px 0 65px;perspective:1000px}.world-being-card{background:#19171e;border:1px solid #ffffff1c;border-radius:18px;padding:8px;transform:rotate(var(--card-rotation));transition:transform .4s,box-shadow .4s;position:relative;min-width:0}.world-being-card:nth-child(2n){translate:0 22px}.world-being-card img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:11px}.world-being-card>span{display:flex;align-items:center;justify-content:space-between;gap:4px;padding:12px 5px 5px;font-size:9px;letter-spacing:.06em;color:#bfb9ca}.world-being-card:hover{transform:translateY(-15px) rotate(0deg) scale(1.045);z-index:5;box-shadow:0 16px 45px #0008}.world-lore-teaser{display:grid;grid-template-columns:1.07fr 1fr;gap:9%;align-items:center;padding-block:70px 125px}.world-lore-art{display:block;position:relative;transform:rotate(-3deg)}.world-lore-art img{display:block;border-radius:5px;box-shadow:12px 12px 0 #21192d}.world-lore-teaser p:not(.world-eyebrow){max-width:350px;margin:28px 0}.world-round-label{display:flex;position:absolute;bottom:-30px;right:-24px;align-items:center;justify-content:center;flex-direction:column;gap:7px;border-radius:50%;width:118px;height:118px;background:var(--world-mint);color:#1b2921;font-size:11px;font-weight:700;text-align:center;transform:rotate(11deg);box-shadow:0 0 0 8px #08090b}.world-color-teaser{position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px;border-block:1px solid #ffffff20;padding-block:100px;isolation:isolate}.world-color-teaser h2>span{color:var(--world-mint)}.world-color-teaser p:not(.world-eyebrow){max-width:385px}.world-color-teaser .world-button{margin-top:12px}.world-small-print{font-size:12px!important;line-height:1.7!important;color:#b3aabb!important;margin-top:20px}.world-color-orb{position:relative;display:grid;place-items:center;aspect-ratio:1;min-width:0;isolation:isolate}.world-orb-core{display:flex;align-items:center;justify-content:center;flex-direction:column;width:68%;height:68%;border-radius:50%;background:radial-gradient(circle at 30% 24%,#f0ffe5,#b3fada 26%,#64b795 59%,#132c24 82%);color:#153a30;box-shadow:inset 8px 8px 22px #fff9,inset -12px -8px 25px #062819,0 0 100px #9cf8c222;font-family:var(--font-display);font-weight:600;font-size:clamp(95px,12vw,190px);line-height:.75;transform:rotate(-13deg);text-shadow:0 2px 0 #dcfffaa1}.world-orb-core small{font-size:18px;letter-spacing:.35em;margin-top:22px;padding-left:.35em}.world-orb-ring{position:absolute;width:100%;height:100%;border:1px solid #adfbd83b;border-radius:50%;transform:rotateX(57deg) rotate(-25deg);z-index:2;box-shadow:0 0 20px #adfbd810}.world-orb-ring:after{content:"";position:absolute;width:18px;height:18px;background:#ccaaff;border-radius:50%;left:21%;top:4%;box-shadow:0 0 35px #ccabff}.world-orb-chip{position:absolute;bottom:5%;right:0;background:#18161fee;border:1px solid #ffffff25;border-radius:100px;padding:15px 20px;font-size:9px;letter-spacing:.08em;transform:rotate(-8deg)}.world-mint-banner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding-block:115px}.world-mint-banner>div:last-child{max-width:400px;justify-self:end}.world-mint-banner p{margin-bottom:28px}.world-footer{border-radius:35px 35px 0 0;padding:65px 5% 28px;background:#17131f;border-top:1px solid #ffffff14}.world-footer-top{display:flex;justify-content:space-between;align-items:center;gap:40px;padding-bottom:65px}.world-footer-top p{font-family:var(--font-display);font-size:clamp(40px,5.6vw,80px);line-height:1.02;letter-spacing:-.065em;font-weight:600;margin:0;color:#f3eef9}.world-footer-top p span{color:var(--world-lilac)}.world-footer-bottom{border-top:1px solid #ffffff20;display:flex;align-items:center;justify-content:space-between;gap:25px;padding-top:30px;font-size:11px;color:#b1a9be}.world-footer-bottom img{width:125px;height:auto}.world-footer-bottom button{font-size:11px}.world-entrance{position:relative;width:100%;height:100svh;overflow:hidden}.world-film{position:absolute;inset:0;background:#0d1013}.world-film video{width:100%;height:100%;object-fit:cover}.world-entrance-gate .world-film{opacity:0;pointer-events:none}.world-entrance-film .world-film{animation:world-film-reveal .8s ease-out both}.world-gate{position:absolute;inset:0;display:grid;place-items:center;background:radial-gradient(ellipse at 50% 72%,#22172755,transparent 48%),#08090b;touch-action:none;-webkit-user-select:none;user-select:none}.world-gate-stars{position:absolute;inset:0;opacity:.45;background-image:radial-gradient(1px 1px at 14% 25%,#f2d6ff 99%,transparent),radial-gradient(1px 1px at 82% 18%,#d5faff 99%,transparent),radial-gradient(2px 2px at 71% 69%,#dff9e8 99%,transparent),radial-gradient(1px 1px at 24% 78%,#ffcee8 99%,transparent),radial-gradient(1px 1px at 88% 83%,#ddffef 99%,transparent)}.world-gate-orbit{position:absolute;width:min(64vw,640px);aspect-ratio:1;top:50%;left:50%;transform:translate(-50%,-44%);isolation:isolate;opacity:.8}.world-gate-orbit i{position:absolute;inset:0;border-radius:50%;background:conic-gradient(from 0deg,#ffaee600,#fbaade,#c1b2ff,#7dece5,#bdffd2,#fbe9a7,#ffaee600);-webkit-mask:radial-gradient(closest-side,transparent 97%,#000 99%);mask:radial-gradient(closest-side,transparent 97%,#000 99%);animation:world-orbit-spin 12s linear infinite}.world-gate-orbit i:nth-child(2){inset:-2%;filter:blur(10px);opacity:.5;-webkit-mask:radial-gradient(closest-side,transparent 91%,#000 99%);mask:radial-gradient(closest-side,transparent 91%,#000 99%);animation-direction:reverse}.world-gate-orbit i:nth-child(3){inset:6%;opacity:.25;animation-duration:19s}.world-gate-logo{width:min(52vw,500px);position:absolute;top:38%;left:0;right:0;margin:auto!important;filter:drop-shadow(0 8px 45px #000);transition:transform .1s}.world-gate-logo img{display:block;width:100%;height:auto}.world-swipe{position:absolute;bottom:max(7%,30px);display:flex;align-items:center;flex-direction:column;border:0;background:none;padding:0 20px;gap:14px;touch-action:none}.world-swipe-track{display:flex;align-items:flex-end;justify-content:center;height:83px;width:44px;padding:4px;border:1px solid #ffffff25;border-radius:40px;background:#08090b60}.world-swipe-track>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#d9c9ef;color:#20182c;box-shadow:0 0 22px #c6ace533}.world-swipe strong{font-size:10px;letter-spacing:.18em;font-weight:600}.world-swipe small{font-size:11px;color:#9e98aa}.world-film-top{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:25px 4%;background:linear-gradient(#0008,transparent)}.world-film-top img{width:140px;height:auto;filter:drop-shadow(0 2px 8px #000)}.world-film-bottom button,.world-film-top button{display:flex;align-items:center;gap:10px;border:1px solid #ffffff30;border-radius:100px;background:#08090bb3;padding:11px 18px;font-size:12px}.world-film-bottom{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:45px 4% 25px;background:linear-gradient(transparent,#000b)}.world-film-bottom>span{font-size:10px;letter-spacing:.13em}.world-film-bottom>div:not(.world-film-progress){display:flex;gap:10px}.world-film-progress{width:100%;height:2px;background:#ffffff30;overflow:hidden}.world-film-progress i{display:block;height:100%;background:#c2fada;transition:width .2s linear}.world-film-fallback{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(90%,480px);display:flex;align-items:center;flex-direction:column;gap:22px;padding:40px;background:#11131beF;border:1px solid #ffffff25;border-radius:24px;text-align:center}.world-film-fallback p{line-height:1.6;margin:0;color:#ddd4e8}.world-ready{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:28px;background:linear-gradient(#08090b88,#08090bca);animation:world-ready-in .9s ease both;overflow-y:auto}.world-ready h1{font-size:clamp(45px,7.7vw,110px);max-width:1200px;line-height:1.03}.world-ready>p:not(.world-eyebrow){font-size:17px;color:#d1c7dc;margin:25px 0 32px}.world-ready>.world-text-button{margin-top:16px;color:#bdb0c8}@keyframes world-orbit-spin{to{rotate:1turn}}@keyframes world-marquee{to{transform:translateX(-50%)}}@keyframes world-film-reveal{0%{opacity:0;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}@keyframes world-ready-in{0%{opacity:0;translate:0 15px}to{opacity:1;translate:0 0}}.world-page-intro{padding-block:95px 65px}.world-page-intro h1{font-size:clamp(50px,6.5vw,96px);line-height:1.03}.world-page-intro>p:not(.world-eyebrow){margin:25px 0 0;max-width:510px}.world-about-image{position:relative;width:100%;background:#f7faf7;overflow:hidden}.world-about-image img{width:100%;height:500px;object-fit:cover;object-position:65% 50%;display:block}.world-about-image>span{position:absolute;left:5%;bottom:40px;color:#372247;font-family:var(--font-display);font-size:16px;font-weight:600;letter-spacing:.05em;max-width:150px}.world-about-story{padding-block:100px 65px}.world-about-story>div{display:grid;grid-template-columns:1fr 1fr;gap:10%}.world-about-story>div>div{max-width:500px}.world-about-story p:first-child{margin-top:0}.world-about-story p{margin-bottom:25px}.world-values{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;padding-block:40px 120px}.world-values article{padding-top:25px;border-top:1px solid #ffffff25}.world-values article>span{color:var(--world-mint);font-size:12px}.world-values h3{font-size:24px;letter-spacing:-.04em;margin-top:30px}.world-values p{font-size:15px;max-width:240px}.world-lore-intro h1{font-size:clamp(44px,5.4vw,80px)}.world-comic{max-width:1040px;padding:0 35px 50px;background:#131218;border:1px solid #ffffff1d;border-radius:24px}.world-comic-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:23px 0;font-size:10px;letter-spacing:.08em;color:#c7bed3}.world-comic-toolbar b{padding:0 12px;color:#706778}.world-comic-toolbar button{font-size:11px;min-height:44px;padding:0 10px}.world-comic-toolbar button>span{margin-left:15px}.world-comic-sheet{padding:0!important;border:0;border-radius:4px;overflow:hidden;background:#eee!important;cursor:zoom-in!important}.world-comic-sheet,.world-comic-sheet img{display:block;width:100%}.world-comic-caption{padding:30px 0 25px;text-align:center}.world-comic-caption>span{font-size:10px;color:var(--world-mint);letter-spacing:.12em}.world-comic-caption h2{font-size:clamp(24px,3vw,36px);line-height:1.15;letter-spacing:-.04em;margin-top:15px}.world-comic-caption p{font-size:14px;margin:15px auto 0;max-width:500px}.world-comic-controls{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:30px}.world-comic-controls>span{font-size:12px}.world-comic-controls>span b{font-weight:400;color:#847e8d}.world-comic-controls .world-button{min-height:46px;padding:12px 20px!important;font-size:12px!important}.world-comic-controls button:disabled{opacity:.35;cursor:not-allowed;transform:none}.world-arrow-back{rotate:180deg;display:flex}.world-comic-thumbnails{display:flex;overflow-x:auto;gap:10px;position:relative;padding:5px 2px 15px;scrollbar-width:thin;scrollbar-color:#5c466c transparent}.world-comic-thumbnails button{position:relative;min-width:72px;width:calc((100% - 100px)/11);aspect-ratio:1;padding:3px;border:1px solid transparent;border-radius:8px;opacity:.5;transition:opacity .2s}.world-comic-thumbnails button[aria-pressed=true]{border-color:var(--world-mint);opacity:1}.world-comic-thumbnails button:hover{opacity:1}.world-comic-thumbnails img{width:100%;height:100%;object-fit:cover;border-radius:4px}.world-comic-thumbnails button>span{position:absolute;bottom:6px;left:6px;font-size:9px;padding:4px 5px;background:#09080ccf;border-radius:3px}.world-chapter-end{text-align:center;padding-block:95px 110px}.world-chapter-end .world-eyebrow{justify-content:center}.world-chapter-end .world-button{margin-top:35px}.world-art-dialog{color:#f4eef8;border:1px solid #ffffff25;background:#111017;padding:22px;border-radius:18px;width:min(1200px,94vw);max-width:94vw;max-height:94svh;margin:auto;overflow:auto;box-shadow:0 20px 100px #0008}.world-art-dialog::backdrop{background:#050508eb}.world-art-dialog>div{display:flex;flex-direction:column;align-items:center;gap:18px}.world-dialog-close{align-self:flex-end;display:flex;align-items:center;gap:18px;min-height:44px;border:1px solid #ffffff30!important;padding:8px 16px;border-radius:100px;font-size:12px!important}.world-dialog-close span{font-size:20px}.world-art-dialog img{max-height:calc(84svh - 100px);width:auto;height:auto;border-radius:4px}.world-art-dialog p{font-size:12px!important;margin:0;text-align:center}.world-gallery{padding-bottom:100px}.world-gallery-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:35px;border-bottom:1px solid #ffffff20}.world-gallery-bar>div{display:flex;gap:10px}.world-gallery-bar button{border:1px solid #ffffff25;padding:12px 22px;border-radius:100px;font-size:13px;min-height:45px}.world-gallery-bar button[aria-pressed=true]{background:var(--world-lilac);color:#20162c;border-color:transparent}.world-gallery-bar button span{font-size:10px;opacity:.7;margin-left:12px}.world-gallery-bar>span{font-size:9px;letter-spacing:.13em;color:#a9a0b6}.world-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 24px;padding:65px 0 60px}.world-gallery-item{padding:0!important;text-align:left;min-width:0;transition:transform .25s}.world-gallery-item:nth-child(2n){translate:0 30px}.world-gallery-item:hover{transform:translateY(-7px)}.world-gallery-item img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:18px;display:block}.world-gallery-item>span{font-size:11px;display:flex;justify-content:space-between;align-items:center;padding:15px 3px;color:#c5bcd0}.world-gallery-item>span>span{font-size:18px}.world-gallery-note{text-align:center;font-size:12px!important;color:#a398b0!important}.world-gallery-scenes{grid-template-columns:repeat(2,minmax(0,1fr))}.world-gallery-scenes img{background:#15121b}.world-color-page-hero{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:60px;padding-block:100px 90px}.world-color-page-hero h1,.world-mint-page h1{font-size:clamp(56px,6.9vw,100px)}.world-color-page-hero p:not(.world-eyebrow){max-width:430px;margin:28px 0}.world-color-journey{padding-block:70px 80px;border-top:1px solid #ffffff25;scroll-margin-top:100px}.world-journey-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:50px;margin-top:65px}.world-journey-grid article{border-top:1px solid #ffffff30;padding-top:22px;min-width:0}.world-journey-grid article>span{display:block;font-size:10px;letter-spacing:.1em;color:#beb3cd}.world-journey-grid article>img,.world-reward-symbol,.world-stake-visual{display:block;width:170px;height:170px;object-fit:contain;margin:35px auto;border-radius:24px}.world-journey-grid article>img{rotate:-7deg;box-shadow:8px 8px 0 #b9ffd52b}.world-journey-grid h3{font-size:28px;line-height:1.1;letter-spacing:-.04em}.world-journey-grid p{font-size:15px}.world-stake-visual{position:relative;display:grid;place-items:center}.world-stake-visual img{width:120px;height:120px;border-radius:17px;rotate:8deg;position:relative}.world-stake-visual i{position:absolute;border:1px solid #bca7d780;inset:-2px;border-radius:50%}.world-stake-visual i:nth-child(2){inset:-20px;opacity:.35}.world-reward-symbol{background:linear-gradient(140deg,#e1ffe6,#abeed0 50%,#6b9e99);border-radius:50%;display:grid;place-items:center;font-size:125px;font-family:var(--font-display);font-weight:600;color:#254437;rotate:-12deg;box-shadow:8px 5px 0 #648f79}.world-info-split{display:grid;grid-template-columns:1fr 1fr;gap:10%;border-top:1px solid #ffffff25;padding-block:85px 110px}.world-info-split h2{font-size:clamp(42px,4.7vw,68px)}.world-info-split>div>p:first-child{margin-top:0}.world-facts{margin:30px 0}.world-facts>div{display:flex;justify-content:space-between;gap:20px;padding:20px 0;border-bottom:1px solid #ffffff20;font-size:12px}.world-facts dt{color:#aca1b8}.world-facts dd{margin:0;text-align:right}.world-mint-page{display:grid;grid-template-columns:1.1fr 1fr;gap:9%;align-items:center;padding-block:100px 110px}.world-mint-page p:not(.world-eyebrow){max-width:370px;margin:28px 0}.world-mint-stack{position:relative;aspect-ratio:1;isolation:isolate;min-width:0}.world-mint-stack img{position:absolute;width:75%;height:auto;aspect-ratio:1;border-radius:25px;border:8px solid #17131f;box-shadow:0 10px 50px #0008}.world-mint-stack img:first-child{left:-2%;top:0;rotate:-16deg}.world-mint-stack img:nth-child(2){right:-1%;bottom:0;rotate:16deg}.world-mint-stack img:last-child{left:12%;top:12%;rotate:-3deg}.world-mint-details{background:#15121d;border:1px solid #ffffff20;border-radius:24px;padding:28px 35px 30px}.world-mint-status{display:flex;align-items:center;gap:9px;font-size:10px;letter-spacing:.1em;color:#d2c6de}.world-mint-status>span{width:6px;height:6px;border-radius:50%;background:var(--world-lilac)}.world-mint-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:30px 0}.world-mint-facts>div{border-right:1px solid #ffffff20;padding:10px 20px 10px 0}.world-mint-facts>div:last-child{border:0}.world-mint-facts span{display:block;font-size:12px;color:#b3a7c0;margin-bottom:20px}.world-mint-facts strong{font-size:38px;font-family:var(--font-display);font-weight:500;color:#dfd3eb}.world-mint-details>p{font-size:12px;max-width:650px;margin-bottom:0}.world-faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:10%;padding-block:110px}.world-faq details{border-bottom:1px solid #ffffff25}.world-faq summary{cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 0;font-size:16px;list-style:none}.world-faq summary::-webkit-details-marker{display:none}.world-faq summary>span{font-size:25px;color:var(--world-mint)}.world-faq details[open] summary>span{rotate:45deg}.world-faq details p{font-size:14px;margin:0 30px 25px 0}@media(max-width:760px){.world-page-intro{padding-block:58px 42px}.world-page-intro h1{font-size:clamp(36px,8.3vw,62px);line-height:1.08}.world-page-intro>p:not(.world-eyebrow){font-size:14px;max-width:310px;margin-top:22px}.world-about-image img{height:340px;object-position:76% center;width:100%}.world-about-image>span{font-size:10px;bottom:20px;left:20px;max-width:110px}.world-about-story{padding-block:65px 30px}.world-about-story>div{grid-template-columns:1fr;gap:35px}.world-values{grid-template-columns:1fr;gap:18px;padding-block:10px 70px}.world-values h3{margin-top:17px;font-size:25px}.world-values p{max-width:100%;font-size:14px}.world-values article{padding-top:20px}.world-comic{width:calc(100% - 24px);padding:0 12px 22px;border-radius:15px}.world-comic-toolbar{font-size:8px;letter-spacing:.03em;padding:10px 0;gap:4px}.world-comic-toolbar b{padding:0 5px}.world-comic-toolbar button{font-size:10px;padding:0 4px}.world-comic-toolbar button>span{margin-left:5px}.world-comic-sheet img{max-height:none}.world-comic-caption{padding:25px 8px}.world-comic-caption h2{font-size:24px}.world-comic-caption p{font-size:12px}.world-comic-controls{gap:8px;margin-bottom:20px}.world-comic-controls .world-button{font-size:10px!important;padding:10px 12px!important;gap:7px;min-height:44px}.world-comic-controls .world-button svg{width:15px}.world-comic-controls>span{font-size:10px}.world-comic-thumbnails{gap:8px}.world-comic-thumbnails button{min-width:63px}.world-chapter-end{padding-block:65px 75px}.world-art-dialog{padding:12px;border-radius:12px;width:96vw;max-width:96vw}.world-art-dialog img{max-height:calc(88svh - 100px)}.world-gallery{padding-bottom:60px}.world-gallery-bar{padding-bottom:20px}.world-gallery-bar>span{display:none}.world-gallery-bar button{font-size:11px;padding:11px 17px}.world-gallery-bar button span{font-size:9px;margin-left:6px}.world-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px;padding:30px 0 35px}.world-gallery-item:nth-child(2n){translate:0 22px}.world-gallery-item img{border-radius:12px}.world-gallery-item>span{font-size:9px;padding:10px 2px}.world-gallery-item>span>span{font-size:14px}.world-gallery-note{font-size:10px!important;margin-top:20px}.world-gallery-scenes{grid-template-columns:1fr;gap:15px}.world-gallery-scenes .world-gallery-item{translate:0 0}.world-color-page-hero{grid-template-columns:1fr;gap:30px;padding-block:65px 55px}.world-color-page-hero h1,.world-mint-page h1{font-size:clamp(51px,12.2vw,80px)}.world-color-page-hero p:not(.world-eyebrow){font-size:15px;max-width:340px}.world-color-page-hero .world-color-orb{width:90%;max-width:350px}.world-color-journey{padding-block:55px}.world-journey-grid{grid-template-columns:1fr;gap:34px;margin-top:40px}.world-journey-grid article{display:grid;grid-template-columns:100px 1fr;column-gap:24px;align-items:center}.world-journey-grid article>span{grid-column:1/-1;font-size:9px}.world-journey-grid article>img,.world-reward-symbol,.world-stake-visual{width:85px;height:85px;grid-row:2/4;margin:35px auto 25px;border-radius:14px}.world-journey-grid h3{font-size:25px;margin-top:25px}.world-journey-grid p{font-size:13px;margin:12px 0 0}.world-reward-symbol{font-size:65px;border-radius:50%}.world-stake-visual img{width:63px;height:63px;border-radius:10px}.world-stake-visual i:nth-child(2){inset:-10px}.world-info-split{grid-template-columns:1fr;gap:30px;padding-block:55px 70px}.world-facts>div{font-size:11px}.world-mint-page{grid-template-columns:1fr;gap:55px;padding-block:60px 65px}.world-mint-stack{width:84%;max-width:400px;margin:auto}.world-mint-stack img{border-width:5px;border-radius:18px}.world-mint-details{padding:22px 20px;border-radius:18px}.world-mint-status{font-size:8px;letter-spacing:.03em}.world-mint-facts{grid-template-columns:1fr 1fr;gap:25px 20px;margin:25px 0}.world-mint-facts>div:nth-child(2){border:0}.world-mint-facts strong{font-size:32px}.world-mint-facts span{margin-bottom:12px;font-size:11px}.world-mint-details>p{font-size:11px}.world-faq{grid-template-columns:1fr;gap:25px;padding-block:65px}.world-faq summary{font-size:14px;padding:22px 0}.world-faq details p{font-size:13px}}@media(min-width:1600px){.world-hero-copy{padding-left:calc((100vw - 1420px)/2)}}@media(max-width:1000px){.world-container{width:calc(100% - 64px)}.world-header,.world-nav{gap:22px}.world-brand img{width:120px}.world-hero{min-height:690px}.world-hero h1{font-size:9.4vw}.world-hero-copy{padding-top:110px}.world-hero-coordinates{top:25px}.world-lore-teaser{gap:7%}.world-being-line{gap:12px}.world-color-teaser{gap:30px}.world-footer-bottom{flex-wrap:wrap}.world-footer-bottom>span{margin-right:auto}}@media(max-width:760px){.world-container{width:calc(100% - 40px)}.world-header{height:74px;padding:0 20px;gap:16px}.world-brand img{width:123px}.world-x{border:0;width:32px;height:44px}.world-menu-button{display:flex!important;gap:12px;align-items:center;font-size:12px!important;min-height:44px;padding:0!important}.world-menu-button span{font-size:24px;font-weight:300}.world-nav{display:none;position:absolute;top:73px;left:0;right:0;background:#111016;box-shadow:0 20px 30px #0008;padding:22px;max-height:calc(100svh - 74px);overflow-y:auto}.world-nav.is-open{display:flex;flex-direction:column;align-items:stretch;gap:0}.world-nav a{font-size:24px;letter-spacing:-.04em;padding:18px 0;border-bottom:1px solid #ffffff15}.world-nav a:last-child{font-size:18px;text-align:center;margin-top:20px;padding:16px}.world-site h2{font-size:clamp(42px,10vw,64px)}.world-site p{font-size:15px}.world-eyebrow{font-size:9px!important;letter-spacing:.13em!important;margin-bottom:24px!important}.world-side-note{display:none}.world-hero{height:auto;min-height:calc(100svh - 74px);padding-bottom:210px}.world-hero-copy{padding:64px 24px 35px}.world-hero h1{font-size:clamp(51px,12.4vw,89px)}.world-hero-city{object-position:72% 75%;opacity:.83}.world-hero:before{background:linear-gradient(180deg,#08090b,#08090b9c 33%,#08090b18 68%,#08090b 99%),linear-gradient(90deg,#08090b6e,transparent)}.world-hero-coordinates{display:none}.world-hero-copy>p:not(.world-eyebrow){font-size:15px;max-width:280px;margin-top:24px}.world-desktop-break{display:none}.world-actions{gap:16px;margin-top:25px;align-items:flex-start;flex-direction:column}.world-button{font-size:13px!important;padding:15px 22px!important;min-height:51px;gap:18px}.world-hero .world-text-button{font-size:12px!important}.world-scroll-cue{left:24px;right:24px;bottom:24px;font-size:8px;letter-spacing:.11em}.world-ticker{padding:16px 0}.world-ticker span{font-size:12px;gap:22px;padding-right:22px}.world-ticker b{font-size:23px}.world-meet{padding-top:80px;padding-bottom:60px}.world-meet-heading{display:block;margin:0 0 32px}.world-meet-heading>div{max-width:340px;margin-top:25px}.world-being-line{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:15px 0 48px}.world-being-card{border-radius:12px;padding:5px}.world-being-card img{border-radius:7px}.world-being-card>span{font-size:7px;padding:9px 2px 4px;letter-spacing:0}.world-being-card>span svg{width:12px}.world-being-card:nth-child(n+4){display:none}.world-being-card:nth-child(2n){translate:0 12px}.world-lore-teaser{grid-template-columns:1fr;gap:65px;padding-top:35px;padding-bottom:80px}.world-lore-art{width:88%;margin-inline:auto}.world-round-label{width:95px;height:95px;right:-22px;font-size:9px}.world-lore-teaser>div{padding-inline:4px}.world-lore-teaser p:not(.world-eyebrow){max-width:330px;margin:24px 0}.world-color-teaser{grid-template-columns:1fr;gap:40px;padding-block:65px}.world-color-orb{max-width:430px;width:100%;justify-self:center}.world-orb-core{font-size:120px}.world-orb-core small{font-size:14px}.world-orb-chip{font-size:8px;padding:13px}.world-mint-banner{grid-template-columns:1fr;gap:20px;padding-block:70px}.world-mint-banner>div:last-child{justify-self:start;max-width:350px}.world-mint-banner p{margin-top:0}.world-footer{padding:50px 24px 25px;border-radius:25px 25px 0 0}.world-footer-top{align-items:flex-start;flex-direction:column;gap:32px;padding-bottom:45px}.world-footer-top p{font-size:49px}.world-footer-bottom{gap:22px;font-size:10px;justify-content:flex-start}.world-footer-bottom>a:first-child{width:100%}.world-footer-bottom>span{width:100%;order:4}.world-footer-bottom button{font-size:10px}.world-gate-orbit{width:83vw;max-width:520px;top:43%}.world-gate-logo{width:70%;top:35%;max-width:400px}.world-swipe{bottom:max(8%,35px)}.world-film video{object-fit:contain}.world-film{background:radial-gradient(ellipse,#3d264a,#08090b 72%)}.world-film-top{padding:18px 20px}.world-film-top img{width:110px}.world-film-top button{font-size:11px;padding:10px 14px}.world-film-bottom{padding:25px 20px 24px;gap:20px}.world-film-bottom>span{font-size:8px;width:100%;text-align:center}.world-film-bottom>div:not(.world-film-progress){width:100%;justify-content:center}.world-film-bottom button{min-height:42px}.world-ready h1{font-size:clamp(42px,10vw,68px)}.world-ready>p:not(.world-eyebrow){font-size:14px;max-width:250px}.world-ready{padding:22px;background:#08090ba6}.world-ready .world-eyebrow{font-size:9px!important}.world-film-fallback{padding:26px;gap:16px}.world-film-fallback p{font-size:14px}}@media(prefers-reduced-motion:reduce){.world-entrance *,.world-site *{animation:none!important;transition:none!important;scroll-behavior:auto!important}.world-being-card:hover{transform:rotate(0)}}@media(max-height:500px){.world-ready{justify-content:flex-start;padding:24px}.world-ready h1{font-size:42px}.world-ready .world-eyebrow{margin-bottom:12px!important}.world-ready>p:not(.world-eyebrow){margin:16px 0}.world-ready>.world-text-button{margin-top:4px}.world-gate-logo{top:24%;width:280px}.world-gate-orbit{width:330px;top:38%}.world-swipe{bottom:18px;gap:8px}.world-swipe-track{height:55px}.world-film-bottom{padding-top:20px;gap:12px}}.world-eyebrow{letter-spacing:.12em!important}.world-art-dialog p,.world-being-card>span,.world-comic-caption>span,.world-comic-controls>span,.world-comic-thumbnails button>span,.world-comic-toolbar,.world-eyebrow,.world-film-bottom>span,.world-footer-bottom,.world-footer-bottom button,.world-gallery-bar>span,.world-gallery-item>span,.world-gallery-note,.world-hero-coordinates,.world-journey-grid article>span,.world-mint-details>p,.world-orb-chip,.world-scroll-cue,.world-side-note,.world-small-print,.world-swipe small,.world-swipe strong{font-size:.75rem!important}.world-comic-controls .world-button,.world-comic-toolbar button,.world-dialog-close,.world-facts>div,.world-film-bottom button,.world-film-top button,.world-gallery-bar button,.world-menu-button,.world-mint-facts span,.world-mint-status,.world-text-button,.world-text-link{font-size:.875rem!important}.world-round-label{font-size:.75rem}.world-being-card>span{letter-spacing:0}.world-site .world-comic-caption p,.world-site .world-faq details p,.world-site p:not(.world-eyebrow):not(.world-small-print):not(.world-gallery-note){font-size:1rem}@media(max-width:760px){.world-ready>p:not(.world-eyebrow),.world-site .world-hero-copy>p:not(.world-eyebrow){font-size:1rem}.world-hero-copy>p:not(.world-eyebrow){max-width:325px}.world-button{font-size:.875rem!important}.world-meet .world-being-card>span{font-size:.75rem!important}.world-being-card>span svg{display:none}.world-orb-chip{font-size:.75rem!important;max-width:85%;text-align:center;line-height:1.5}.world-comic-controls .world-button{font-size:.75rem!important;gap:6px;padding:10px!important}.world-comic-toolbar{flex-wrap:wrap;row-gap:0}.world-comic-toolbar>span{font-size:.75rem}.world-mint-status{line-height:1.5}.world-facts>div{flex-wrap:wrap;gap:8px}.world-facts dd{text-align:left}.world-film-top img{width:105px}.world-film-top button{padding:10px 14px}.world-film-bottom>span{line-height:1.6}.world-swipe small{max-width:280px;line-height:1.6}.world-gallery-item>span{font-size:.75rem!important}.world-gallery-bar button span{font-size:.75rem}.world-about-image>span{font-size:.75rem;max-width:145px;line-height:1.4}.world-faq summary,.world-page-intro>p:not(.world-eyebrow){font-size:1rem}.world-journey-grid article{column-gap:20px}.world-journey-grid h3{font-size:24px}.world-small-print{line-height:1.7!important}}.world-site section[id]{scroll-margin-top:115px}.world-header{gap:30px}.world-nav{gap:28px}.world-nav a:last-child{border:0;padding:0}.world-montage{position:absolute;inset:0;z-index:-3;background:#11121a}.world-montage video,.world-montage>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:62% 50%}.world-hero-motion:before{background:linear-gradient(90deg,#07080beb,#08090b99 36%,#08090b20 72%),linear-gradient(0deg,#08090b,transparent 26%,#08090b20 90%)}.world-hero-motion:after{background:linear-gradient(120deg,#55467715,transparent 50%)}.world-hero-motion .world-hero-copy{padding-top:clamp(70px,10vh,125px)}.world-motion-control{position:absolute;right:5%;bottom:35px;z-index:2;padding:9px 15px!important;min-height:44px;border:1px solid #ffffff35!important;border-radius:100px;background:#07080b80!important;font-size:.75rem!important}.world-hero-motion .world-scroll-cue{right:auto;gap:25px;bottom:44px}.world-film-bottom{padding-top:20px;background:linear-gradient(transparent,#0004)}.world-film>video{pointer-events:none}.world-about-home{padding-block:115px 85px}.world-about-home-grid{display:grid;grid-template-columns:1.06fr 1fr;gap:9%;align-items:center;margin-top:22px}.world-about-home-grid h2{font-size:clamp(48px,5.6vw,82px);line-height:1.01}.world-about-home-grid p{max-width:500px;margin-top:25px}.world-about-home-grid strong{color:#e0d9e7;font-weight:500}.world-about-collage{position:relative;aspect-ratio:.87;isolation:isolate;min-width:0}.world-collage-word{position:absolute;top:0;left:0;font:700 clamp(90px,12vw,180px)/.78 var(--display);letter-spacing:-.09em;color:#211829;transform:rotate(-7deg);z-index:-1}.world-about-collage>img{position:absolute;left:4%;top:18%;width:64%;height:auto;border:9px solid #bba2e0;border-radius:24px;rotate:-11deg;box-shadow:0 25px 70px #0008;transition:transform .4s}.world-about-collage>img:nth-of-type(2){top:41%;left:35%;width:64%;rotate:10deg;border-color:#b4f9d5}.world-about-collage>img:hover{transform:translateY(-10px) rotate(3deg)}.world-collage-tag{position:absolute;left:-3%;bottom:0;padding:14px 19px;background:var(--world-pink);color:#2b1b32;border-radius:6px;rotate:-5deg;white-space:nowrap;font-size:.75rem;font-weight:700;box-shadow:4px 5px 0 #302238}.world-home-sneaks{display:flex;gap:30px;align-items:center;border-top:1px solid #ffffff20;padding-top:40px;margin-top:70px}.world-home-sneaks>p{max-width:190px;color:#d4c6df}.world-home-sneaks>div{display:flex;padding-left:12px}.world-home-sneaks img{width:65px;height:65px;object-fit:cover;border:4px solid #08090b;border-radius:16px;margin-left:-12px;rotate:-6deg}.world-home-sneaks img:nth-child(2n){rotate:8deg}.world-home-sneaks>a{margin-left:auto}.world-home-mint{display:grid;grid-template-columns:1fr 1fr;gap:9%;align-items:center;border-top:1px solid #ffffff20;padding-block:90px 110px}.world-home-mint>div>p{margin:25px 0 30px}.world-home-mint-panel{position:relative;background:#d1c2e8;color:#20162c;border-radius:25px;padding:38px;overflow:hidden;transform:rotate(2deg);box-shadow:12px 12px 0 #241b30;border:1px solid #f0e6ff50}.world-mint-label{font-size:.75rem;letter-spacing:.13em;font-weight:600}.world-home-mint-panel h3{font-size:clamp(28px,3vw,43px);line-height:1.06;margin-top:35px;letter-spacing:-.045em}.world-home-mint-panel dl{margin:35px 0 20px;position:relative;z-index:1}.world-home-mint-panel dl>div{display:flex;justify-content:space-between;gap:25px;padding:15px 0;border-bottom:1px solid #34214635;font-size:.875rem}.world-home-mint-panel dd{font-weight:700;font-family:var(--display);font-size:20px;margin:0}.world-home-mint-panel>p{font-size:.75rem!important;color:#483555;margin:0!important;position:relative;z-index:1;max-width:260px}.world-mint-panel-star{position:absolute;right:-28px;top:-65px;font-size:240px;color:#b5a0cf;line-height:1;rotate:15deg;z-index:0}.world-home-mint-panel h3,.world-mint-label{position:relative;z-index:1}.world-color-teaser{gap:3%;grid-template-columns:1fr 1.1fr;padding-block:100px 90px}.world-color-teaser p strong{color:var(--world-mint)}.world-color-mini-steps{display:flex;align-items:center;gap:13px;color:var(--world-mint);margin:30px 0 25px;font-size:.75rem;font-weight:600;letter-spacing:.08em}.world-color-mini-steps svg{width:15px;opacity:.6}.world-color-character{position:relative;isolation:isolate;width:100%;min-width:0;align-self:center;padding:10px 0 42px}.world-color-character>img{width:112%;max-width:none;height:auto;object-fit:contain;position:relative;left:-3%;filter:drop-shadow(0 25px 30px #0008);-webkit-mask-image:linear-gradient(#000 0 89%,transparent 100%);mask-image:linear-gradient(#000 0 89%,transparent 100%)}.world-character-aura{position:absolute;inset:10% 0 0;border-radius:50%;z-index:-1;background:radial-gradient(ellipse,#80e5b133 0,#a161bf17 44%,transparent 70%)}.world-character-note{position:absolute;bottom:5%;left:8%;right:0;text-align:center;color:#c8b5dc;font-size:.75rem;letter-spacing:.06em}.world-color-page-hero .world-color-character{width:112%;left:-4%}.world-lore-teaser{padding-block:105px 115px;border-top:1px solid #ffffff20;grid-template-columns:1.05fr 1fr;gap:8%}.world-lore-art{transform:rotate(-2deg);background:#131019;border:1px solid #ffffff15;padding:10px;border-radius:16px}.world-lore-art img{width:100%;height:auto;aspect-ratio:auto;object-fit:contain;border-radius:8px;box-shadow:none}.world-lore-teaser h2{font-size:clamp(40px,5.3vw,76px)}.world-comic{max-width:1100px;background:linear-gradient(150deg,#1a1423,#101015);box-shadow:0 20px 80px #0004;padding-inline:28px}.world-comic-sheet{background:#08090b!important;display:flex;justify-content:center;align-items:center;min-height:250px;aspect-ratio:auto}.world-comic-sheet img{width:auto;height:auto;max-width:100%;max-height:78svh;object-fit:contain;flex-shrink:0}.world-comic-thumbnails{align-items:stretch}.world-comic-thumbnails img{object-fit:contain!important;background:#0c0b10}.world-art-dialog{width:min(1380px,96vw);max-width:96vw;max-height:96svh;background:#100e15}.world-art-dialog img{max-width:100%;max-height:calc(89svh - 105px);object-fit:contain}.world-gallery-item img{object-fit:contain}.world-gallery-scenes img{aspect-ratio:16/10;object-fit:contain}.world-checker-section{padding-block:85px 105px}.world-checker-standalone{padding-block:80px 110px}.world-checker-card{position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:10%;padding:60px;background:radial-gradient(ellipse at 0 100%,#b786ec12,transparent 65%),#141218;border:1px solid #ffffff20;border-radius:28px;box-shadow:0 20px 80px #0002;isolation:isolate;overflow:hidden}.world-checker-card:before{content:"";position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,#c7adff,transparent)}.world-checker-kicker{display:block;font-size:.75rem!important;letter-spacing:.15em;color:#bda8d5!important;margin:0 0 30px!important;font-weight:500}.world-checker-copy h2{font-size:clamp(42px,4.8vw,68px);line-height:1.01}.world-checker-copy>p{margin:25px 0 30px}.world-checker-preview{display:flex;gap:8px;align-items:center;font-size:.75rem;line-height:1.6;letter-spacing:.035em;color:#a095ad}.world-checker-preview span{width:5px;height:5px;border-radius:50%;background:#b49bce;flex-shrink:0}.world-checker-form{min-width:0}.world-checker-form label{display:block;font-size:.875rem;font-weight:500;margin-bottom:14px}.world-checker-input{position:relative}.world-checker-input input{width:100%;height:64px;border:1px solid #b7a3cf40;border-radius:12px;background:#08090b88;color:#f0eaf7;font-size:1rem;padding:15px 48px 15px 20px;outline-offset:3px;font-family:var(--body)}.world-checker-input input::placeholder{color:#918699}.world-checker-input>span{position:absolute;right:18px;top:14px;font-size:26px;color:var(--world-mint)}.world-checker-form>p{font-size:.875rem!important;color:#a99cb8;margin:16px 0 24px;line-height:1.7}.world-checker-form>p strong{color:#d9cce7;font-weight:500}.world-checker-form>.world-button{width:100%;justify-content:space-between}.world-checker-form>.world-checker-message{min-height:24px;margin-bottom:0;color:#d6bbf4;font-size:.875rem!important}.world-checker-dialog{position:fixed;inset:0;width:100vw;max-width:100vw;height:100svh;max-height:100svh;margin:0;border:0;padding:0;background:#070b10;color:#f3f3f8;overflow-y:auto;overscroll-behavior:contain;isolation:isolate}.world-checker-dialog::backdrop{background:#070b10}.world-checker-close{position:fixed;right:30px;top:25px;display:flex;align-items:center;gap:20px;padding:9px 18px;min-height:44px;border:1px solid #ffffff35!important;border-radius:100px;background:#080c12aa!important;z-index:5;font-size:.875rem!important}.world-checker-close>span{font-size:23px}.world-checker-result-bg{position:fixed;inset:0;z-index:-1;background:radial-gradient(ellipse at 50% 45%,#36314e50,transparent 65%),#070b10;overflow:hidden;pointer-events:none}.world-checker-result-bg>i{position:absolute;top:50%;left:50%;width:min(65vw,900px);aspect-ratio:1;border:1px solid #b1ebd433;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 60px #adfadb0a,inset 0 0 60px #adfadb0a}.world-checker-result-bg>i:nth-child(2){width:min(88vw,1200px);border-color:#bdb2ff17}.world-checker-result-bg>i:nth-child(3){width:min(113vw,1550px);border-color:#bdb2ff0d}.world-checker-dialog.is-eligible .world-checker-result-bg{background:radial-gradient(ellipse at 50% 55%,#54bd8736 0,#16372c36 35%,transparent 70%),#070b10;animation:world-eligible-bloom 1.6s ease-out both}.world-checker-result{position:relative;min-height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:100px 30px 55px;isolation:isolate;overflow:hidden}.world-checker-result h2{font-size:clamp(56px,8.7vw,132px);line-height:.91;letter-spacing:-.065em;z-index:1}.world-checker-result h2 em{font-style:normal;color:var(--world-mint)}.world-checker-result .world-checker-kicker{margin:25px 0 22px!important;font-size:.75rem!important;z-index:1}.world-checker-found{display:block;font-size:.75rem;letter-spacing:.22em;color:var(--world-mint);padding:9px 17px;border:1px solid #baffd84d;border-radius:100px;margin-bottom:28px;background:#1a352750;z-index:1}.world-checker-result-note{font-size:.75rem!important;line-height:1.7!important;color:#9bada5!important;margin:20px 0 0!important;max-width:350px;z-index:1}.world-eligible-copy{font-size:1rem!important;line-height:1.6!important;color:#d0dfd5!important;margin:26px 0 30px!important;z-index:1}.world-checker-result>.world-button{z-index:1}.world-signal-radar{position:relative;display:grid;place-items:center;width:105px;height:105px;margin-bottom:28px}.world-signal-radar>img{width:62px;height:62px;object-fit:contain;position:relative}.world-signal-radar>span{position:absolute;inset:-8px;border:1px solid #c5b3fb;border-radius:50%;animation:world-signal-pulse 1.6s ease-out infinite}.world-signal-radar>span:nth-child(2){animation-delay:.8s}.world-scanning-track{width:min(270px,65vw);height:3px;overflow:hidden;background:#c6b3ff20;border-radius:4px;margin-top:32px}.world-scanning-track>i{display:block;height:100%;width:100%;transform-origin:left;background:linear-gradient(90deg,#c7adff,#b8ffda);animation:world-scan 2.4s cubic-bezier(.25,.6,.45,1) both}.world-eligible-stickers{position:absolute;inset:0;z-index:0;pointer-events:none}.world-eligible-stickers img{position:absolute;width:clamp(115px,15vw,230px);height:auto;aspect-ratio:1;border:6px solid #d8f4e9;border-radius:23px;box-shadow:0 15px 60px #0008;animation:world-sticker-arrive .9s cubic-bezier(.17,.78,.3,1.15) both;animation-delay:calc(var(--sticker-index)*.07s);opacity:.87;left:7%;top:10%;rotate:-15deg}.world-eligible-stickers img:nth-child(2){left:auto;right:6%;top:11%;rotate:14deg}.world-eligible-stickers img:nth-child(3){left:1%;top:45%;width:clamp(90px,11vw,160px);rotate:9deg;opacity:.5}.world-eligible-stickers img:nth-child(4){left:auto;right:0;top:48%;width:clamp(90px,11vw,160px);rotate:-11deg;opacity:.5}.world-eligible-stickers img:nth-child(5){left:10%;top:auto;bottom:2%;rotate:11deg}.world-eligible-stickers img:nth-child(6){left:auto;right:9%;top:auto;bottom:1%;rotate:-13deg}.is-eligible .world-checker-result h2{animation:world-eligible-title .9s cubic-bezier(.2,.7,.3,1) both}@keyframes world-signal-pulse{0%{scale:.7;opacity:.8}to{scale:1.7;opacity:0}}@keyframes world-scan{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes world-sticker-arrive{0%{transform:scale(.25) translateY(110px);opacity:0}to{transform:scale(1) translateY(0)}}@keyframes world-eligible-title{0%{transform:translateY(32px) scale(.94);opacity:0}to{transform:none;opacity:1}}@keyframes world-eligible-bloom{0%{opacity:.15;scale:1.1}to{opacity:1;scale:1}}@media(max-width:1000px){.world-nav{gap:20px}.world-header{gap:22px}.world-about-home-grid{gap:6%}.world-about-collage>img{border-width:6px}.world-checker-card{padding:42px;gap:7%}.world-checker-copy h2{font-size:47px}.world-home-mint-panel{padding:28px}.world-color-teaser{grid-template-columns:1fr 1fr}}@media(max-width:760px){.world-site section[id]{scroll-margin-top:95px}.world-header{gap:16px}.world-nav{gap:0}.world-nav a:last-child{font-size:24px;text-align:left;margin:0;padding:18px 0}.world-nav a:nth-child(4){font-size:24px}.world-hero-motion{min-height:calc(100svh - 74px);padding-bottom:250px}.world-hero-motion .world-hero-copy{padding-top:60px}.world-montage video,.world-montage>img{object-position:54% center}.world-hero-motion:before{background:linear-gradient(180deg,#08090bd9,#08090b75 37%,#08090b18 62%,#08090b),linear-gradient(90deg,#08090b5e,transparent)}.world-hero-motion .world-scroll-cue{bottom:28px;font-size:.75rem;max-width:180px;gap:10px}.world-motion-control{bottom:21px;right:20px;font-size:.75rem!important;padding:8px 12px!important;max-width:125px}.world-film-bottom{padding:15px 20px 24px}.world-about-home{padding-block:75px 55px}.world-about-home-grid{grid-template-columns:1fr;gap:25px;margin-top:0}.world-about-home-grid h2{font-size:clamp(44px,10vw,68px)}.world-about-home-grid p{margin-top:22px;font-size:1rem;max-width:490px}.world-about-collage{width:90%;max-width:410px;justify-self:center;aspect-ratio:1;margin-top:20px;margin-bottom:25px}.world-about-collage>img{top:7%;width:62%;border-width:6px;border-radius:20px}.world-about-collage>img:nth-of-type(2){top:31%;width:62%}.world-collage-word{top:0;font-size:125px;opacity:.6}.world-collage-tag{left:0;bottom:0;padding:12px 15px;font-size:.75rem}.world-home-sneaks{margin-top:28px;padding-top:26px;gap:20px;flex-wrap:wrap;justify-content:space-between}.world-home-sneaks>p{font-size:.875rem!important;max-width:130px}.world-home-sneaks img{width:53px;height:53px;border-radius:12px}.world-home-sneaks>div{padding-left:6px}.world-home-sneaks>a{margin-left:0;font-size:.875rem;width:100%;justify-content:space-between}.world-home-mint{grid-template-columns:1fr;gap:38px;padding-block:65px 75px}.world-home-mint>div>p{margin:22px 0 26px}.world-home-mint-panel{width:calc(100% - 10px);justify-self:center;padding:27px;border-radius:20px;box-shadow:6px 7px 0 #241b30;transform:rotate(1deg)}.world-home-mint-panel h3{font-size:32px;margin-top:28px}.world-home-mint-panel dl{margin-top:24px}.world-home-mint-panel dl>div{padding:14px 0}.world-mint-panel-star{font-size:170px;top:-37px;right:-24px}.world-home-mint-panel dd{font-size:20px}.world-color-teaser{grid-template-columns:1fr;gap:35px;padding-block:65px 35px}.world-color-character{width:100%;max-width:550px;justify-self:center;padding-bottom:36px}.world-color-character>img{width:104%;left:-2%;max-height:520px;object-fit:contain}.world-color-page-hero .world-color-character{left:0;width:100%}.world-character-note{left:5%;right:5%;font-size:.75rem;bottom:3%;line-height:1.6}.world-color-mini-steps{gap:9px;font-size:.75rem;margin:25px 0 20px}.world-color-mini-steps svg{width:13px}.world-checker-section{padding-block:60px 70px}.world-checker-standalone{padding-block:55px 70px}.world-checker-card{grid-template-columns:1fr;padding:30px 23px;gap:28px;border-radius:22px}.world-checker-copy h2{font-size:clamp(38px,10vw,55px)}.world-checker-kicker{margin-bottom:20px!important}.world-checker-copy>p{margin:20px 0 23px;font-size:1rem}.world-checker-preview{font-size:.75rem;letter-spacing:0}.world-checker-form>p{font-size:.875rem!important}.world-checker-input input{height:60px;padding-left:15px;font-size:1rem}.world-checker-form .world-checker-message{font-size:.875rem!important;min-height:0}.world-checker-close{top:18px;right:18px;padding:8px 14px;font-size:.875rem!important;gap:16px}.world-checker-result{padding:110px 20px 55px;min-height:100svh}.world-checker-result h2{font-size:clamp(49px,13vw,86px)}.world-checker-result-bg>i{width:110vw}.world-checker-result-bg>i:nth-child(2){width:160vw}.world-checker-result-bg>i:nth-child(3){width:210vw}.world-eligible-stickers img{width:95px;left:-15px;top:12%;border-width:4px;border-radius:16px;rotate:-22deg;opacity:.65}.world-eligible-stickers img:nth-child(2){right:-15px;top:12%;rotate:22deg}.world-eligible-stickers img:nth-child(3),.world-eligible-stickers img:nth-child(4){display:none}.world-eligible-stickers img:nth-child(5){left:-15px;bottom:1%;width:85px;opacity:.45}.world-eligible-stickers img:nth-child(6){right:-15px;bottom:1%;width:85px;opacity:.45}.world-checker-result-note{font-size:.75rem!important;max-width:270px}.world-checker-found{margin-bottom:25px;font-size:.75rem}.world-eligible-copy{font-size:1rem!important;margin:24px 0!important}.world-checker-result>.world-button{font-size:.875rem!important}.world-signal-radar{width:80px;height:80px;margin-bottom:18px}.world-checker-result .world-checker-kicker{font-size:.75rem!important;letter-spacing:.08em}.world-lore-teaser{padding-block:70px 75px;grid-template-columns:1fr;gap:55px}.world-lore-art{width:91%;padding:7px;border-radius:12px}.world-lore-teaser h2{font-size:clamp(41px,10vw,60px)}.world-comic{padding-inline:10px;max-width:calc(100% - 24px)}.world-comic-sheet{min-height:0}.world-comic-sheet img{max-height:none;width:100%;height:auto}.world-art-dialog{padding:10px}.world-art-dialog img{max-width:100%;max-height:calc(90svh - 105px)}.world-comic-toolbar>span{font-size:.75rem}.world-comic-toolbar button{font-size:.875rem!important}.world-comic-caption{padding-inline:5px}.world-comic-caption h2{font-size:25px;line-height:1.2;overflow-wrap:anywhere}.world-gallery-item img{height:auto;object-fit:contain}}@media(max-height:530px){.world-checker-result{padding:80px 20px 30px;justify-content:flex-start}.world-checker-result h2{font-size:52px}.world-eligible-stickers img{width:110px!important}.world-checker-found{margin-bottom:18px}.world-eligible-copy{margin:18px 0!important}.world-signal-radar{width:60px;height:60px;margin-bottom:15px}.world-signal-radar img{width:40px;height:40px}.world-checker-result .world-checker-kicker{margin:12px 0 18px!important}.world-checker-result-note{margin-top:15px!important}}@media(prefers-reduced-motion:reduce){.world-entrance *,.world-site *{animation:none!important;transition:none!important;scroll-behavior:auto!important}.world-eligible-stickers img{opacity:.6}}