@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800;900&family=Noto+Sans+SC:wght@400;500;600;700;800;900&display=swap";dialog.account-dialog{width:min(460px,calc(100% - 28px));max-height:calc(100svh - 28px);overflow:auto;border:1px solid #48f7d74d;background:#171924}.account-content{width:100%;min-width:0;padding:28px;color:#f5f8fc;text-align:left}.account-content button,.account-content input{min-width:0;letter-spacing:0}.account-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px}.account-eyebrow{color:var(--mint, #48f7d7);font-family:var(--display, sans-serif);font-size:12px;font-weight:600}.account-heading h2{margin:6px 0 0;font-size:24px;line-height:1.4}.account-close{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;margin:-8px -8px 0 0;padding:0;color:#a7adbb}.account-close:hover{color:#fff;background:#ffffff0a}.account-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-bottom:1px solid #ffffff24;margin-bottom:25px}.account-tabs button{position:relative;height:44px;padding:0 12px;color:#959dad;font-size:14px;font-weight:600}.account-tabs button[aria-selected=true]{color:#f6ffff}.account-tabs button[aria-selected=true]:after{content:"";position:absolute;left:12px;right:12px;bottom:-1px;height:2px;background:var(--mint, #48f7d7)}.account-auth-form,.account-admin-form{display:grid;gap:19px;min-width:0}.account-field{display:grid;gap:8px;min-width:0}.account-field label{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:5px 12px;color:#e8edf4;font-size:13px;font-weight:500}.account-field label>span{color:#8f98ab;font-size:11px;font-weight:400}.account-field>input,.account-password{width:100%;height:47px;border:1px solid #c4cee536;border-radius:4px;background:#10121d}.account-field input{color:#f5f9ff;font-size:16px;line-height:1.4;padding:10px 13px;caret-color:var(--mint, #48f7d7)}.account-field input:disabled{opacity:.63}.account-field>input:focus,.account-password:focus-within{border-color:var(--mint, #48f7d7);box-shadow:0 0 0 2px #48f7d717}.account-field input:focus-visible{outline:none}.account-field input[aria-invalid=true],.account-password.invalid{border-color:#ff6b9f}.account-password{display:flex;align-items:stretch;overflow:hidden}.account-password input{flex:1;width:0;min-width:0;border:0;background:transparent;box-shadow:none}.account-password-eye{display:grid;place-items:center;flex:0 0 44px;width:44px;padding:0;color:#9aa4b5}.account-password-eye:focus-visible{outline-offset:-4px}.account-submit{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:47px;margin-top:3px;padding:12px 16px;border:1px solid var(--mint, #48f7d7);border-radius:4px;background:var(--mint, #48f7d7);color:#102824;font-size:14px;font-weight:700}.account-submit:hover:not(:disabled){color:#0a211d;background:#9bffe9;border-color:#9bffe9}.account-submit:disabled{opacity:.62}.account-error,.account-success,.account-register-gift{display:flex;align-items:flex-start;gap:9px;min-width:0;margin:0;font-size:12px;line-height:1.75;overflow-wrap:anywhere}.account-error>svg,.account-success>svg,.account-register-gift>svg{flex:0 0 17px;margin-top:2px}.account-error{color:#ff97b8}.account-success{color:#a3ead8;border-left:2px solid var(--mint, #48f7d7);padding-left:10px}.account-success strong{color:#eafff8;font-weight:600}.account-register-gift{margin:-3px 0 21px;color:#bbc3d4}.account-register-gift>svg{color:var(--pink, #ff4b9c)}.account-register-gift strong{color:#ff99c2;margin:0 3px;white-space:nowrap}.account-identity{display:flex;align-items:center;flex-wrap:wrap;gap:12px;padding-bottom:23px;border-bottom:1px solid #ffffff1c}.account-avatar{display:grid;place-items:center;flex:0 0 45px;width:45px;height:45px;color:var(--mint, #48f7d7);background:#48f7d70b;border:1px solid #48f7d72e;border-radius:4px}.account-identity>div{display:grid;gap:6px;flex:1;min-width:100px}.account-identity strong{color:#f0f7ff;font-size:16px;font-weight:600;line-height:1.5;overflow-wrap:anywhere}.account-connected,.account-admin-tag{display:inline-flex;align-items:center;gap:5px;font-size:11px;line-height:1.5}.account-connected{color:#a9c9c1}.account-connected svg{color:var(--mint, #48f7d7)}.account-admin-tag{color:#f5d981}.account-balance{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:10px 16px;padding:22px 0;border-bottom:1px solid #ffffff1c}.account-balance>span{display:inline-flex;align-items:center;gap:7px;color:#aeb7c8;font-size:12px}.account-balance>span svg{color:var(--mint, #48f7d7)}.account-balance>strong{max-width:100%;color:#f3fffc;font-size:25px;line-height:1.3;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.account-admin-form{padding:23px 0;border-bottom:1px solid #ffffff1c}.account-admin-form h3{display:flex;align-items:center;gap:7px;margin:0;font-size:14px;font-weight:600}.account-admin-form h3 svg{color:var(--pink, #ff4b9c)}.account-topup{justify-content:center}.account-logout{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;min-height:43px;margin-top:20px;padding:10px 14px;border:1px solid #bbc4d735;border-radius:4px;color:#c7cede;font-size:13px}.account-logout:hover:not(:disabled){color:#ff9fbf;border-color:#ff6ba075;background:#ff4b9c06}.account-identity~.account-error{margin-top:17px}.account-spinner{animation:account-spin .8s linear infinite}@keyframes account-spin{to{transform:rotate(360deg)}}@media(max-width:380px){.account-content{padding:22px 18px}.account-heading{margin-bottom:20px}.account-heading h2{font-size:22px}.account-admin-tag{margin-left:57px}}@media(prefers-reduced-motion:reduce){.account-spinner{animation:none}.account-content button{transition:none}}:root{font-family:Noto Sans SC,Arial,sans-serif;color:#f8fbff;background:#101119;font-synthesis:none;font-weight:400;--mint: #48f7d7;--pink: #ff4b9c;--yellow: #f6f46e;--muted: #a5a7b5;--line: #ffffff24;--display: "Barlow Condensed", "Noto Sans SC", sans-serif}*{box-sizing:border-box;letter-spacing:0}html{min-width:320px;scrollbar-color:#747383 #171821}body{margin:0;min-width:320px}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit;border:0;background:none}button:disabled{cursor:default;opacity:.5}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--mint);outline-offset:5px}button,select,input{touch-action:manipulation}img{display:block;max-width:100%}button svg{flex-shrink:0}button{transition:background .18s,color .18s,transform .18s}button:hover{color:var(--mint)}.app{min-height:100svh;isolation:isolate;overflow:hidden;position:relative}.scene-bed{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-2;pointer-events:none;background:#101119}.scene-bed:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#10111970,transparent 35%,transparent 68%,#10111985);pointer-events:none}.stage-canvas{width:100%;height:100%}.page-shell{position:relative;min-height:100svh}.app:not(.phase-idle) .page-shell{visibility:hidden}.masthead{height:94px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 4%;border-bottom:1px solid var(--line);background:#10111999;position:relative;z-index:5}.brand{display:flex;align-items:center;gap:10px;justify-self:start;font-family:var(--display);font-size:33px;font-weight:800;line-height:.9;text-align:left;padding:0}.brand small{display:block;font-size:9px;margin-top:8px;font-weight:500;color:#d2d6df}.brand-dot{color:var(--pink)}.brand-symbol{height:42px;width:42px;background:var(--mint);color:#101119;transform:skew(-12deg);display:grid;place-items:center}.brand-symbol svg{width:26px;height:26px;transform:skew(12deg)}.masthead nav{display:flex;gap:28px;align-self:stretch}.masthead nav button{display:flex;align-items:center;gap:8px;font-size:12px;color:#9398aa;position:relative;padding:0 4px}.masthead nav button.selected{color:#fff}.masthead nav button.selected:after{content:"";position:absolute;height:3px;background:var(--mint);bottom:-1px;left:0;right:0;transform:skew(-30deg)}.header-tools{display:flex;align-items:center;gap:10px;justify-self:end}.icon-button{width:32px;height:32px;padding:6px;display:grid;place-items:center;flex-shrink:0}.icon-button svg{width:18px;height:18px}.crystal-count{display:flex;align-items:center;gap:10px;border-right:1px solid var(--line);padding-right:20px;margin-right:8px;color:var(--mint)}.crystal-count span{font-family:Arial,sans-serif;font-size:19px;font-variant-numeric:tabular-nums;line-height:1}.live-home{height:calc(100svh - 134px);min-height:738px;position:relative;max-width:1760px;margin:0 auto}.stage-copy{position:absolute;left:4%;top:53px;z-index:2}.eyebrow{font-family:var(--display);font-size:12px;font-weight:500;color:#b9c1cd;display:inline-flex;gap:7px;align-items:center}.status-tick{width:6px;height:6px;background:var(--mint);transform:rotate(45deg);box-shadow:0 0 9px #48f7d7}.stage-copy h1{font-size:44px;font-weight:800;line-height:1.25;margin:25px 0 10px}.stage-copy h1>span{display:block;font-size:52px;color:var(--mint)}.pink-dot{color:var(--pink)}.stage-copy p{font-size:13px;color:#d7d9e4;margin:15px 0}.event-label{display:flex;align-items:center;gap:13px;border-left:3px solid var(--pink);padding-left:12px;margin-top:47px;font-family:var(--display);font-size:16px;line-height:1.15;color:#bdc3d2;transform:skew(-8deg)}.event-label>span{font-size:51px;font-weight:700;color:var(--pink)}.event-label strong{font-size:26px;color:#fff;font-weight:700}.hero-performer{position:absolute;top:10px;right:25%;bottom:207px;left:27%;isolation:isolate;pointer-events:none;display:flex;justify-content:center;align-items:end}.hero-performer>img{height:100%;width:100%;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 0 18px #47ffde35);animation:performer-enter 1s cubic-bezier(.2,.7,.2,1) both}.performer-word{position:absolute;top:21%;left:-19%;font-family:var(--display);font-size:174px;font-style:italic;font-weight:900;color:transparent;-webkit-text-stroke:1px #b6fff146;z-index:-1;white-space:nowrap;line-height:1}.performer-foot{position:absolute;bottom:3px;left:10%;right:10%;height:48px;display:grid;grid-template-columns:1fr auto;align-content:center;column-gap:20px;border-bottom:1px solid #48f7d755;border-top:1px solid #48f7d733;background:#0f1823d9;padding:5px 13px;transform:skew(-8deg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.performer-foot>span:first-child{font-family:var(--display);font-size:9px;color:var(--mint)}.performer-foot strong{font-family:var(--display);font-size:22px;line-height:1.1;grid-column:1}.on-air{grid-column:2;grid-row:1/3;align-self:center;color:var(--mint);font-family:var(--display);font-size:12px;display:flex;align-items:center;gap:6px}.featured-character{position:absolute;right:4%;top:42px;width:205px;z-index:2}.featured-heading{display:flex;justify-content:space-between;font-family:var(--display);font-size:11px;color:#c0c6d3;margin-bottom:12px}.featured-heading>span:first-child{color:var(--pink);font-weight:600}.featured-image{display:block;width:100%;height:198px;overflow:hidden;position:relative;padding:0;clip-path:polygon(10% 0,100% 0,100% 90%,90% 100%,0 100%,0 10%)}.featured-image>img{width:100%;height:100%;object-fit:cover;animation:art-arrive .4s ease-out both;transition:transform .45s}.featured-image:hover>img{transform:scale(1.06)}.featured-image>span{position:absolute;bottom:12px;right:12px;width:32px;height:32px;border:1px solid #ffffffba;background:#101119b0;display:grid;place-items:center;color:#fff}.featured-meta .stars{margin-top:15px}.featured-meta h2{font-size:25px;line-height:1.3;margin:8px 0 4px}.featured-meta p{margin:0;color:#b6bdcd;font-size:11px;white-space:normal;min-height:32px;line-height:1.55}.feature-nav{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);margin-top:8px;padding-top:6px}.feature-nav>span{font-family:var(--display);font-size:11px;color:#ccd2dc}.stars{display:inline-flex;align-items:center;gap:3px;color:#fff096}.rainbow-stars svg:nth-child(4n+1){color:#74fbdc}.rainbow-stars svg:nth-child(4n+2){color:#fff392}.rainbow-stars svg:nth-child(4n+3){color:#ffa1d1}.rainbow-stars svg:nth-child(4n){color:#aaacff}.unit-strip{position:absolute;bottom:163px;left:4%;right:4%;display:flex;justify-content:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#11151fbf;min-height:45px;z-index:2}.unit-strip button{flex:1;max-width:190px;display:flex;align-items:center;justify-content:center;gap:10px;font-family:var(--display);font-size:13px;color:#959cac;position:relative}.unit-mark{height:9px;width:9px;border:1px solid var(--accent);transform:rotate(45deg);flex-shrink:0}.unit-strip button[aria-pressed=true]{color:#fff;background:#ffffff07}.unit-strip button[aria-pressed=true] .unit-mark{background:var(--accent);box-shadow:0 0 9px var(--accent)}.unit-strip button[aria-pressed=true]:after{content:"";height:2px;position:absolute;bottom:-1px;left:20%;right:20%;background:var(--accent)}.summon-dock{position:absolute;bottom:39px;left:4%;right:4%;min-height:109px;display:flex;align-items:center;justify-content:space-between;gap:30px;z-index:2}.dock-note{display:flex;flex-direction:column;gap:5px}.dock-note .eyebrow{font-size:10px;color:#8e9aa8}.dock-note>strong{font-size:18px;font-weight:600}.dock-note>span:last-child{font-size:11px;color:#b1bccd}.summon-actions{display:flex;gap:15px;width:61%;max-width:740px}.pull-button{height:74px;display:flex;align-items:center;gap:16px;padding:0 24px;transform:skew(-10deg);border:1px solid #b2fff48c;text-align:left;flex:1;background:#141c28e6;color:#fff;position:relative;overflow:hidden}.pull-button>*{transform:skew(10deg)}.pull-button>span:nth-child(2){flex:1;font-size:20px;font-weight:700;white-space:nowrap}.pull-button small{display:block;font-family:var(--display);font-size:10px;font-weight:500;margin-top:4px}.pull-cost{font-family:var(--display);font-size:11px;color:#b5c6cf}.tenfold{flex:1.2;background:var(--mint);color:#08242c;border-color:var(--mint);box-shadow:5px 5px #ff4b9c}.tenfold:before{content:"";position:absolute;width:55px;top:-30px;bottom:-30px;left:-80px;background:#fff9;transform:skew(-20deg);animation:cta-shimmer 5s infinite}.pull-button:hover{transform:skew(-10deg) translateY(-3px);color:var(--mint)}.tenfold:hover{background:#9fffe9;color:#101119}.stage-bottom{position:absolute;bottom:0;left:4%;right:4%;height:35px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);font-family:var(--display);font-size:10px;color:#9ba8b8}.music-status,.preview-link{display:flex;align-items:center;gap:7px;font-family:inherit;font-size:inherit;padding:4px 0}.preview-link{color:#eaf9f8;font-family:Noto Sans SC,sans-serif;font-size:10px}.equalizer{height:12px;display:flex;align-items:end;gap:2px;margin-left:3px}.equalizer b{display:block;width:2px;height:3px;background:var(--mint)}.equalizer.active b{animation:equalize .6s ease-in-out infinite alternate}.equalizer b:nth-child(2){animation-delay:-.25s}.equalizer b:nth-child(3){animation-delay:-.4s}.equalizer b:nth-child(4){animation-delay:-.15s}.spinning{animation:spin 5s linear infinite}.footer{min-height:40px;padding:9px 4%;display:flex;align-items:center;justify-content:space-between;gap:15px;background:#101119e8;border-top:1px solid var(--line);font-size:9px;color:#7e8798}.footer>span:first-child{font-family:var(--display);font-size:10px}.footer button{display:flex;align-items:center;gap:4px;font-size:9px;padding:0}.archive-page{padding:48px 5% 70px;max-width:1560px;margin:auto;min-height:calc(100svh - 134px);background:#12141eee}.archive-title{display:flex;justify-content:space-between;align-items:end;gap:24px;padding-bottom:32px;border-bottom:1px solid var(--line)}.archive-title h1{font-size:32px;margin:15px 0 0;line-height:1.5;font-weight:700}.archive-counter{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;justify-content:end}.archive-counter strong{font-size:65px;font-family:var(--display);font-weight:600;color:var(--mint);line-height:1}.archive-counter span{color:#a1aab8;font-size:12px}.collection-filters{display:flex;align-items:center;justify-content:space-between;margin:24px 0;gap:20px}.filter-tabs{display:flex;flex-wrap:wrap;gap:5px}.filter-tabs button{padding:8px 12px;font-family:var(--display);font-size:13px;color:#a2a9ba;border-bottom:2px solid transparent}.filter-tabs button.active{color:#fff;border-color:var(--accent, var(--mint));background:#ffffff0a}select{color:#fff;background:#1b1e2b;border:1px solid var(--line);padding:7px 10px;font-size:12px;border-radius:3px}.collection-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.card-face{position:relative;isolation:isolate;aspect-ratio:3/4;width:100%;overflow:hidden;text-align:left;border:1px solid #ffffff40;border-radius:3px;display:block;padding:0;background:#1e2234;transition:transform .2s,border-color .2s}button.card-face:hover{transform:translateY(-5px);border-color:var(--accent)}.card-face>img{position:absolute;width:100%;height:100%;object-fit:cover;top:0;right:0;bottom:0;left:0;z-index:-2}.card-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#0c0d1cfa,transparent 70%);z-index:-1}.card-unit{position:absolute;top:9px;left:8px;max-width:75%;font-family:var(--display);font-size:9px;background:#141526af;padding:3px 5px;color:#fff}.new-badge{position:absolute;right:5px;top:28px;font-family:var(--display);font-weight:800;font-size:12px;transform:skew(-10deg);background:var(--pink);color:#fff;padding:2px 6px}.card-caption{position:absolute;bottom:11px;left:11px;right:9px;display:flex;flex-direction:column;gap:5px;color:#fff}.card-caption>.stars{margin-bottom:2px}.card-caption .stars svg{width:13px;height:13px}.card-caption strong{font-size:15px;font-weight:600}.card-caption small{font-size:9px;line-height:1.5;color:#ced4df;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.owned{position:absolute;bottom:92px;right:8px;font-size:10px;padding:2px 5px;background:#171a2ed9;color:#e9f3f2}.rarity-4.card-face{border-color:#92dcca}.empty{padding:50px;text-align:center;color:#9ba6b7;font-size:14px}.empty-history{padding:90px 15px;display:flex;align-items:center;flex-direction:column;gap:20px;color:#b5c5d0}.empty-history h2{font-size:18px;font-weight:500}.text-command{display:flex;align-items:center;gap:12px;color:var(--mint);font-size:13px}.history-row{display:flex;gap:30px;padding:25px 0;border-bottom:1px solid var(--line);align-items:center}.history-date{width:110px;flex-shrink:0;display:flex;flex-direction:column;gap:5px}.history-date>span{font-family:var(--display);font-size:28px;color:var(--mint)}.history-date strong{font-size:12px;font-weight:500}.history-date small{font-size:10px;color:#8e99ac}.history-cards{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:9px;flex:1}.history-card{height:105px;position:relative;overflow:hidden;padding:0;border:1px solid #6e72804f;border-radius:2px}.history-card>img{width:100%;height:100%;object-fit:cover}.history-card>.stars{position:absolute;bottom:0;left:0;right:0;justify-content:center;padding:6px 0;background:#10121ac9;gap:0}.history-card .stars svg{width:12px;height:12px}.history-card.rarity-4{border-color:var(--mint)}dialog{border:0;color:#fff;padding:0;max-width:none;max-height:none;background:#171924;border-radius:5px;overscroll-behavior:contain}dialog::backdrop{background:#050710bf;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}dialog:not([open]){display:none}.modal-close{position:absolute;top:13px;right:13px;z-index:5;background:#101119a6}.settings-dialog{width:min(490px,calc(100% - 28px));max-height:calc(100svh - 36px);overflow:auto;border:1px solid #8cf9dc4f}.settings-body{padding:30px}.settings-body h2{font-size:25px;margin:12px 0 29px}.setting-row{display:flex;justify-content:space-between;align-items:center;margin:19px 0 9px;font-size:13px}.setting-row label{display:flex;align-items:center;gap:8px}input[type=range]{width:100%;accent-color:var(--mint);height:16px;cursor:pointer}input[type=checkbox]{accent-color:var(--mint);width:17px;height:17px;cursor:pointer}.rates{display:flex;justify-content:space-between;margin:29px 0 16px;padding:20px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.rates>div{display:flex;flex-direction:column;gap:10px}.rates strong{font-family:var(--display);font-size:25px}.rates .stars svg{width:13px;height:13px}.settings-fine,.credits p{font-size:11px;color:#a6afc2;line-height:1.85}.credits{padding-top:17px;border-top:1px solid var(--line);margin-top:20px}.credits>span{font-family:var(--display);font-size:11px;color:var(--mint)}.credits a{display:inline-flex;align-items:center;gap:4px;margin:9px 20px 0 0;text-decoration:none;color:#c1d5da;font-size:11px}.detail-dialog{width:min(1030px,calc(100% - 30px));max-height:calc(100svh - 32px);overflow:auto}.detail-art{width:100%;max-height:62svh;object-fit:contain;background:#08090f}.detail-copy{display:grid;grid-template-columns:1fr auto;gap:12px 25px;padding:25px 30px;align-items:center;border-top:2px solid var(--accent)}.detail-copy .stars{grid-column:2;grid-row:1}.detail-copy h2{font-size:27px;margin:0}.detail-copy>p{grid-column:1;font-size:13px;margin:0;color:#bcc3d3}.detail-copy .detail-owned{font-size:11px;color:#a4b7c1;grid-column:1}.detail-copy button{grid-column:2;grid-row:2/5}.performance{top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;border-radius:0;overflow:hidden;background:transparent}.performance::backdrop{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.performance-inner{position:relative;width:100%;height:100%;overflow:auto;isolation:isolate}.sequence-hud{position:fixed;top:0;left:0;right:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:23px 3.5%;font-family:var(--display);font-size:12px;color:#e9fffa;pointer-events:none;background:linear-gradient(#0a0f1ba6,transparent)}.sequence-hud>span{display:flex;align-items:center;gap:8px}.sequence-hud>span:nth-child(2){margin-left:auto;margin-right:40px;color:#c4c8d8}.skip-button{pointer-events:auto;display:flex;align-items:center;gap:8px;font-size:12px;min-height:36px;padding:5px 12px;border:1px solid #ffffff6b;background:#10151c90;border-radius:3px}.connection-copy{position:absolute;left:20px;right:20px;bottom:12%;text-align:center;animation:copy-enter .5s ease-out both;text-shadow:0 2px 17px #050713}.sequence-step{font-family:var(--display);font-size:16px;color:var(--mint);margin-bottom:18px}.connection-copy h2{font-size:32px;font-weight:700;margin:0}.connection-progress{display:flex;align-items:center;flex-direction:column;margin-top:30px;gap:10px;font-family:var(--display);font-size:10px;color:#b9d3d6}.connection-progress i{width:210px;height:2px;background:#ffffff30;position:relative;overflow:hidden}.connection-progress i:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--mint);transform-origin:left;animation:connect-line 1.3s ease-in-out infinite}.rarity-signal{margin-top:16px;display:flex;flex-direction:column;align-items:center;gap:8px}.rarity-signal .stars svg{width:26px;height:26px;filter:drop-shadow(0 0 8px currentColor)}.rarity-signal>span{font-family:var(--display);font-size:14px;color:#fafcce}.rainbow{animation:signal-open .7s cubic-bezier(.2,.6,.1,1) both}.break-copy{bottom:35%;animation:break-copy .9s ease-out both}.break-copy h2{font-size:55px;color:#fff}.impact-wipe{position:absolute;top:0;right:0;bottom:0;left:0;background:#e8fffc;pointer-events:none;z-index:8;animation:impact-wipe .9s ease-out both}.character-reveal{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:#070915;isolation:isolate}.reveal-art{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-3}.reveal .reveal-art{animation:reveal-art 3s cubic-bezier(.14,.65,.16,1) both}.reveal-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#080914e8,transparent 43%),linear-gradient(90deg,#0c14292b,transparent 45%);z-index:-1}.silhouette .reveal-art{filter:grayscale(1) brightness(.06) contrast(1.3);animation:silhouette-slide .95s ease-out both}.silhouette{background:var(--accent)}.silhouette .reveal-shade{background:linear-gradient(120deg,#ffffff05,transparent)}.silhouette-text{position:absolute;top:47%;left:5%;right:5%;display:flex;flex-direction:column;gap:20px;align-items:center;text-shadow:3px 3px 0 #070d15}.silhouette-text>span{font-size:19px;font-weight:600}.silhouette-text>strong{font-family:var(--display);font-size:64px;font-weight:800;transform:skew(-10deg)}.reveal-line{position:absolute;left:-15%;right:-15%;height:13px;background:var(--accent);transform:rotate(-12deg);z-index:2;box-shadow:0 0 24px var(--accent);pointer-events:none;animation:slash-in .9s ease-out both}.reveal-line.one{top:16%}.reveal-line.two{bottom:17%;animation-delay:.1s;background:var(--pink);box-shadow:none;height:5px}.reveal-stamp{position:absolute;top:19%;left:4%;right:3%;font-family:var(--display);font-size:76px;font-weight:900;font-style:italic;line-height:1;color:transparent;-webkit-text-stroke:1px #ffffff60;opacity:.3;pointer-events:none;animation:stamp-in .7s .5s both;overflow-wrap:anywhere}.reveal-caption{position:absolute;left:7%;bottom:12%;max-width:80%;text-shadow:0 2px 12px #070915c0;animation:reveal-caption .7s .38s cubic-bezier(.15,.75,.2,1) both}.reveal-unit{display:block;font-family:var(--display);font-size:15px;margin-bottom:18px;color:#f4fcfc}.reveal-caption .stars{margin-bottom:8px;gap:6px}.reveal-caption .stars svg{width:28px;height:28px;filter:drop-shadow(0 0 7px #ffffff66)}.reveal-name{display:flex;gap:18px;align-items:center}.reveal-name h2{font-size:62px;font-weight:800;line-height:1.2;margin:0;overflow-wrap:anywhere;text-shadow:0 3px 25px #0b0a15}.reveal-name>b{font-family:var(--display);font-size:25px;background:var(--pink);padding:5px 12px;transform:skew(-10deg);font-style:italic}.reveal-title{font-size:19px;margin:15px 0}.reveal-quote{font-size:13px;color:#d3e8ec;margin:18px 0 0;padding-left:13px;border-left:2px solid var(--mint);line-height:1.8}.reveal-tag{position:absolute;bottom:10%;right:7%;display:flex;flex-direction:column;align-items:end;gap:4px;font-family:var(--display)}.reveal-tag>span{font-size:14px;color:var(--mint)}.reveal-tag>strong{font-size:95px;font-style:italic;line-height:1;font-weight:700;opacity:.6}.reveal-continue{position:absolute;bottom:4%;right:4%;display:flex;align-items:center;gap:18px;background:#fffffff2;color:#101725;padding:13px 23px;transform:skew(-8deg);font-size:13px;z-index:4}.result-board{min-height:100%;padding:90px 6% 40px;background:#0e111bf5;display:flex;flex-direction:column;justify-content:center}.result-title{max-width:1120px;width:100%;margin:0 auto 27px;position:relative;padding-right:80px}.result-title h2{font-size:30px;margin:12px 0 0;line-height:1.4}.result-count{position:absolute;bottom:0;right:0;font-family:var(--display);font-size:23px;color:var(--mint)}.result-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;width:100%;max-width:1120px;margin:0 auto}.card-slot{aspect-ratio:3/4;max-height:calc((100svh - 245px)/2);perspective:1100px;min-height:0}.card-flipper{height:100%;position:relative;transform-style:preserve-3d;transform:rotateY(0);transition:transform .48s cubic-bezier(.2,.7,.25,1)}.card-slot.turned .card-flipper{transform:rotateY(180deg)}.card-back,.card-front{position:absolute;top:0;right:0;bottom:0;left:0;backface-visibility:hidden;border-radius:3px;overflow:hidden}.card-back{background:repeating-linear-gradient(135deg,#1d2434 0,#1d2434 1px,#171b2b 1px,#171b2b 12px);border:1px solid #a9b5e857;display:flex;align-items:center;justify-content:center;flex-direction:column;font-family:var(--display);color:#a4e8dc}.card-back:after{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border:1px solid #a4e8dc25;pointer-events:none}.back-diamond{border:1px solid #75e1d496;width:67px;height:67px;transform:rotate(45deg);display:grid;place-items:center;margin-bottom:28px;box-shadow:0 0 32px #66e9d410}.back-diamond>svg{transform:rotate(-45deg)}.card-back>span{font-size:25px;font-weight:700}.card-back small{position:absolute;bottom:15px;font-size:12px;color:#8292a8}.card-front{transform:rotateY(180deg)}.card-front .card-face{height:100%;aspect-ratio:auto}.count-1{grid-template-columns:minmax(0,260px);justify-content:center}.count-1 .card-slot{max-height:none;min-height:340px}.results-footer{max-width:1120px;width:100%;margin:27px auto 0;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:20px}.results-footer>span{font-size:12px;display:flex;align-items:center;gap:9px;color:#c2c8d4}.collect-button{display:flex;align-items:center;justify-content:center;gap:30px;min-height:44px;padding:10px 22px;background:var(--mint);color:#082a2c;font-size:13px;font-weight:600;transform:skew(-8deg)}.collect-button:hover{background:#d6fff5;color:#10232c}.toast{position:fixed;bottom:23px;left:50%;transform:translate(-50%);max-width:calc(100% - 30px);width:max-content;background:#e5fff5;color:#163130;padding:12px 20px;font-size:12px;border-left:4px solid var(--pink);z-index:30;box-shadow:0 5px 30px #05081566}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.preload-images{display:none}@keyframes performer-enter{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes art-arrive{0%{opacity:0;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}@keyframes cta-shimmer{0%,65%{left:-80px}95%,to{left:130%}}@keyframes equalize{0%{height:3px}to{height:12px}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes copy-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes connect-line{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes signal-open{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes break-copy{0%{opacity:0;transform:scale(.7)}35%,70%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.4)}}@keyframes impact-wipe{0%,to{opacity:0}20%{opacity:.9}70%{opacity:0}}@keyframes silhouette-slide{0%{transform:translate(80px) scale(1.1)}to{transform:translate(0) scale(1.02)}}@keyframes reveal-art{0%{transform:scale(1.18) translate(2%);clip-path:polygon(65% 0,66% 0,36% 100%,35% 100%);filter:brightness(1.8) saturate(.55)}25%{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);filter:brightness(1.08) saturate(1.05)}to{transform:scale(1);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);filter:brightness(1) saturate(1)}}@keyframes slash-in{0%{transform:translate(-110%) rotate(-12deg)}45%{transform:translate(0) rotate(-12deg)}to{transform:translate(110%) rotate(-12deg)}}@keyframes stamp-in{0%{opacity:0;transform:translate(100px)}to{opacity:.3;transform:translate(0)}}@keyframes reveal-caption{0%{opacity:0;transform:translate(-65px)}to{opacity:1;transform:translate(0)}}@media(min-width:1600px){.hero-performer{top:0;right:27%;bottom:207px;left:27%}.featured-character{width:250px}.featured-image{height:230px}.stage-copy h1{font-size:50px}.stage-copy h1>span{font-size:61px}}@media(max-width:1100px){.masthead{padding:0 3%;height:82px}.masthead nav{gap:18px}.header-tools{gap:4px}.stage-copy{left:3%;top:40px}.stage-copy h1{font-size:33px}.stage-copy h1>span{font-size:42px}.stage-copy p{font-size:11px}.hero-performer{top:35px;right:23%;bottom:211px;left:23%}.performer-word{font-size:134px}.featured-character{width:170px;right:3%}.featured-image{height:170px}.featured-meta h2{font-size:21px}.event-label{margin-top:32px}.live-home{min-height:705px;height:calc(100svh - 122px)}.summon-dock{left:3%;right:3%;gap:25px}.summon-actions{width:62%;gap:13px}.pull-button{padding:0 17px;gap:10px}.pull-button>span:nth-child(2){font-size:18px}.pull-cost{display:none}.unit-strip{left:3%;right:3%}.unit-strip button{font-size:11px;gap:7px}.dock-note>strong{font-size:16px}.collection-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.history-cards{grid-template-columns:repeat(5,minmax(0,1fr))}.history-card{height:110px}.reveal-name h2{font-size:49px}.reveal-stamp{font-size:90px}}@media(max-width:760px){.masthead{height:110px;display:flex;flex-wrap:wrap;justify-content:space-between;padding:13px 20px 0;gap:9px;background:#11141bbf}.brand{font-size:27px;gap:8px}.brand-symbol{height:33px;width:33px}.brand-symbol svg{height:23px;width:23px}.brand small{font-size:8px;margin-top:6px}.header-tools{gap:3px}.crystal-count{padding-right:12px;margin-right:3px;gap:5px}.crystal-count span{font-size:15px}.fullscreen-button{display:none}.icon-button{width:29px;height:29px}.masthead nav{order:3;flex-basis:100%;height:39px;justify-content:space-between;gap:8px}.masthead nav button{flex:1;justify-content:center;gap:7px;font-size:11px}.masthead nav button.selected:after{height:2px}.live-home{display:flex;flex-direction:column;height:auto;min-height:0;padding:0 20px}.stage-copy{position:relative;top:auto;left:auto;padding-top:24px;z-index:2}.stage-copy .eyebrow{font-size:10px}.stage-copy h1{margin:13px 0 0;font-size:23px;display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.stage-copy h1>span{font-size:28px;display:inline}.stage-copy p{margin:9px 0 0;font-size:11px}.event-label{display:none}.hero-performer{position:relative;inset:auto;order:2;width:100%;height:305px;margin:9px 0 0}.hero-performer>img{height:106%;width:100%;max-width:330px;object-position:center bottom}.performer-word{font-size:112px;left:calc(50% - 140px);top:29%}.performer-foot{height:36px;left:calc(50% - 125px);right:auto;width:250px;bottom:0;padding:3px 11px}.performer-foot>span:first-child{font-size:8px}.performer-foot strong{font-size:17px}.on-air{font-size:10px}.unit-strip{position:relative;left:auto;right:auto;bottom:auto;order:3;display:grid;grid-template-columns:repeat(3,1fr);min-height:66px;margin-top:14px}.unit-strip button{min-height:33px;font-size:10px;gap:5px;max-width:none}.unit-mark{width:6px;height:6px}.unit-strip button[aria-pressed=true]:after{left:28%;right:28%}.summon-dock{position:relative;left:auto;right:auto;bottom:auto;order:4;min-height:0;display:block;padding:17px 0 15px}.dock-note{display:grid;grid-template-columns:1fr auto;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.dock-note>strong{display:block;font-size:11px;color:var(--mint)}.dock-note .eyebrow{font-size:9px}.dock-note>span:last-child{font-size:9px;grid-column:1 / -1}.summon-actions{width:100%;gap:13px;padding:0 6px}.pull-button{height:60px;padding:0 13px;gap:9px}.pull-button>span:nth-child(2){font-size:17px}.pull-button>svg{width:17px}.pull-button small{font-size:9px;margin-top:3px}.tenfold{box-shadow:3px 3px 0 var(--pink)}.tenfold>svg:last-child{width:21px}.stage-bottom{position:relative;bottom:auto;left:auto;right:auto;order:5;height:35px}.stage-code{display:none}.music-status,.preview-link{font-size:9px}.featured-character{position:relative;top:auto;right:auto;order:6;width:100%;margin:27px 0;display:grid;grid-template-columns:135px 1fr;gap:10px 18px;border-top:1px solid var(--line);padding-top:17px}.featured-heading{grid-column:1/3;margin:0 0 3px}.featured-image{grid-row:2/4;grid-column:1;width:135px;height:151px}.featured-meta{grid-column:2;align-self:end}.featured-meta h2{font-size:22px;margin:10px 0 7px}.featured-meta p{min-height:0;font-size:11px}.featured-meta .stars{margin-top:0}.feature-nav{grid-column:2;margin:0;align-self:end}.footer{flex-wrap:wrap;padding:14px 20px;gap:9px}.footer>span:nth-child(2){font-size:8px}.footer button{margin-left:auto}.archive-page{padding:30px 20px 40px;min-height:calc(100svh - 170px)}.archive-title{gap:20px;padding-bottom:24px;align-items:start}.archive-title h1{font-size:23px;margin-top:12px;line-height:1.5}.archive-counter{gap:4px;flex-direction:column;align-items:end}.archive-counter strong{font-size:45px}.archive-counter span{font-size:9px;white-space:nowrap}.archive-title .eyebrow{font-size:10px}.collection-filters{align-items:start;gap:7px;margin:18px 0}.filter-tabs{gap:0;flex:1}.filter-tabs button{font-size:10px;padding:7px 8px}.collection-filters select{font-size:10px;padding:6px 7px;margin-top:2px}.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.card-caption{left:9px;bottom:9px}.card-caption strong{font-size:14px}.card-caption small{font-size:9px}.card-unit{font-size:8px;left:7px;top:7px}.owned{bottom:83px}.history-page .archive-title{flex-wrap:wrap}.history-page .archive-title h1{font-size:23px}.history-page .archive-counter{flex-direction:row;align-items:baseline;gap:10px}.history-row{flex-direction:column;gap:14px;align-items:stretch}.history-date{width:100%;flex-direction:row;align-items:baseline;gap:13px}.history-date>span{font-size:24px}.history-date small{margin-left:auto}.history-cards{gap:6px}.history-card{height:80px}.history-card .stars svg{width:9px;height:9px}.empty-history{padding:60px 0}.detail-copy{padding:20px;gap:13px;grid-template-columns:1fr}.detail-copy .stars{grid-column:1;grid-row:auto}.detail-copy h2{font-size:25px}.detail-copy button{grid-column:1;grid-row:auto;justify-self:start}.detail-art{max-height:53svh;min-height:200px;object-fit:cover}.settings-body{padding:25px}.settings-body h2{font-size:23px}.sequence-hud{padding:15px;font-size:10px}.sequence-hud>span:first-child{font-size:9px;gap:4px}.sequence-hud>span:first-child>svg{width:14px}.sequence-hud>span:nth-child(2){font-size:9px;margin-right:14px}.skip-button{min-height:32px;padding:4px 8px;font-size:11px}.connection-copy{bottom:14%;left:14px;right:14px}.connection-copy h2{font-size:24px}.sequence-step{font-size:13px;margin-bottom:13px}.break-copy{bottom:38%}.break-copy h2{font-size:35px}.connection-progress{margin-top:23px}.silhouette-text>strong{font-size:36px}.silhouette-text>span{font-size:14px}.reveal-shade{background:linear-gradient(0deg,#090c20f5,#090c2099 22%,transparent 53%)}.reveal-stamp{font-size:38px;top:12%;left:6%;right:6%}.reveal-caption{left:7%;right:7%;max-width:none;bottom:17%}.reveal-unit{font-size:12px;margin-bottom:15px}.reveal-caption .stars svg{width:22px;height:22px}.reveal-name{gap:12px}.reveal-name h2{font-size:39px}.reveal-name>b{font-size:19px;padding:3px 8px}.reveal-title{font-size:14px;margin:13px 0}.reveal-quote{font-size:11px;margin-top:15px}.reveal-tag{bottom:6%;right:7%}.reveal-tag>strong{font-size:56px}.reveal-tag>span{font-size:10px}.reveal-continue{bottom:6%;left:7%;right:auto;font-size:12px;padding:11px 20px}.result-board{padding:82px 17px 30px;justify-content:start}.result-title{margin-bottom:22px;padding-right:60px}.result-title h2{font-size:23px;margin-top:10px}.result-title .eyebrow{font-size:10px}.result-count{font-size:19px}.result-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.card-slot{max-height:none}.count-1{grid-template-columns:minmax(0,245px);margin-top:20px}.count-1 .card-slot{min-height:326px}.results-footer{margin-top:25px;flex-direction:column;align-items:stretch;padding-top:20px;gap:18px}.results-footer>span{font-size:10px;justify-content:center}.collect-button{min-height:43px;font-size:12px}.toast{font-size:11px;bottom:13px;padding:11px 14px}}@media(max-width:370px){.masthead{padding-left:14px;padding-right:14px}.live-home{padding:0 14px}.header-tools{gap:0}.crystal-count{padding-right:6px;margin-right:0}.stage-copy h1{font-size:21px;gap:7px}.stage-copy h1>span{font-size:26px}.hero-performer{height:282px}.pull-button{padding:0 10px;gap:7px}.pull-button>span:nth-child(2){font-size:15px}.pull-button small{font-size:8px}.unit-strip button{font-size:9px}.dock-note .eyebrow{font-size:8px}.dock-note>span:last-child{font-size:8px}.archive-page{padding-left:14px;padding-right:14px}.archive-title h1{font-size:20px}.sequence-hud>span:nth-child(2){display:none}.reveal-name h2{font-size:33px}}.reduced *,.reduced *:before,.reduced *:after{animation-delay:0ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reduced .break-copy{animation:none!important;opacity:1;transform:none}
