.inventory-page{z-index:200;width:100%;max-width:var(--app-content-max-width);min-height:100dvh;padding:calc(var(--zuz-safe-top) + 8px) 20px calc(var(--zuz-safe-bottom) + 20px);box-sizing:border-box;background-color:var(--bg-color,#fff);pointer-events:auto;flex-direction:column;margin-inline:auto;display:flex;position:fixed;inset:0;overflow-y:auto}.inventory-header{flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 0 14px;display:flex}.inventory-title{font-size:var(--font-size-title);color:var(--text-color,#111827);font-weight:700}.inventory-close-btn{cursor:pointer;width:32px;height:32px;color:var(--text-color,#111827);opacity:.5;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.inventory-close-btn svg{width:18px;height:18px}.inventory-empty{color:#00000059;font-size:var(--font-size-chat);flex:1;justify-content:center;align-items:center;display:flex}.inventory-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.inventory-item{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff8c;border:1px solid #fff6;border-radius:14px;align-items:center;gap:14px;padding:14px 16px;display:flex;box-shadow:0 2px 8px #0000000d}.inventory-item-icon{width:40px;height:40px;color:var(--text-color,#111827);background:#0000000f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.inventory-item-icon svg{width:20px;height:20px}.inventory-item-info{flex-direction:column;flex:1;gap:2px;display:flex}.inventory-item-name{font-size:var(--font-size-chat);color:var(--text-color,#111827);font-weight:600}.inventory-item-code{font-size:var(--font-size-micro);color:#9ca3af}.inventory-item-qty{font-size:var(--font-size-chat);color:var(--text-color,#111827);flex-shrink:0;font-weight:700}.app-main-footer{width:100%;height:var(--zuz-app-footer-h);padding-bottom:var(--zuz-safe-bottom);box-sizing:border-box;z-index:40;pointer-events:none;background:linear-gradient(#fff0 0%,#fff9 20%,#fffc 100%);border-top:none;flex-direction:column;justify-content:flex-end;display:flex;position:fixed;bottom:0;left:0;right:0}.app-main-footer-inner{width:100%;max-width:var(--app-content-max-width);height:var(--zuz-app-footer-row-h);box-sizing:border-box;pointer-events:auto;justify-content:space-around;align-items:center;margin:0 auto;padding:0 4px;display:flex}.app-footer-item{cursor:pointer;color:#7e7f80;opacity:.9;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:44px;padding:0;transition:opacity .15s,color .15s;display:flex;position:relative}.app-footer-item svg{width:22px;height:22px}.app-footer-item.active{color:#111827;opacity:.95}.app-footer-item:hover:not(.active){opacity:.7}.app-footer-chat-dot{pointer-events:none;background:#e84545;border-radius:50%;width:8px;height:8px;position:absolute;top:4px;right:3px}.app-footer-item:not(.active) .app-footer-chat-dot{opacity:.6}.app-footer-item.active .app-footer-chat-dot{opacity:1}
.more-menu-page{box-sizing:border-box;width:100%;height:100%;padding:24px 20px;overflow-y:auto}.more-menu-group{flex-direction:column;gap:10px;display:flex}.more-menu-group+.more-menu-group{margin-top:14px;padding-top:14px;position:relative}.more-menu-group+.more-menu-group:before{content:"";pointer-events:none;background:linear-gradient(90deg,#11182700 0%,#1118271a 50%,#11182700 100%);height:1px;position:absolute;top:0;left:0;right:0}.more-menu-category-title{font-size:var(--font-size-micro);color:#1118277a;margin:0;font-weight:700}.more-menu-list{flex-direction:column;gap:4px;display:flex}.more-menu-tile{cursor:pointer;text-align:left;width:100%;min-height:52px;color:var(--text-color,#111827);-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:12px;flex-direction:row;align-items:center;gap:14px;padding:6px 8px;display:flex}.more-menu-tile:active{background:#ffffff73}.more-menu-tile-icon{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff8c;border:1px solid #fff6;border-radius:12px;flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s;display:flex;box-shadow:0 2px 8px #00000012,inset 0 1px #ffffffb3}.more-menu-tile-icon svg{width:21px;height:21px}.more-menu-piter-logo{background:url(/zuz_logo.svg) 50%/contain no-repeat;width:22px;height:22px;display:block}.more-menu-tile-label{font-size:var(--font-size-caption);letter-spacing:-.01em;color:var(--text-color,#111827);font-weight:650}.more-menu-tile--deep,.more-menu-tile--deep .more-menu-tile-label{color:#6d28d9}.more-menu-tile--pick,.more-menu-tile--pick .more-menu-tile-label{color:#db2777}.usage-guide-page{box-sizing:border-box;width:100%;height:100%;padding:22px 20px 32px;overflow-y:auto}.usage-guide-title{font-size:var(--font-size-title);color:var(--text-color,#111827);margin:0;font-weight:800}.usage-guide-intro{font-size:var(--font-size-caption);color:#11182794;margin:7px 0 20px;line-height:1.5}.usage-guide-sections{flex-direction:column;gap:10px;display:flex}.usage-guide-card{background:#ffffff94;border:1px solid #fff9;border-radius:16px;align-items:flex-start;gap:12px;padding:14px;display:flex}.usage-guide-index{color:#fff;width:28px;height:28px;font-size:var(--font-size-micro);background:#6d28d9;border-radius:50%;flex:0 0 28px;justify-content:center;align-items:center;font-weight:800;display:inline-flex}.usage-guide-card-copy{min-width:0}.usage-guide-card h3{font-size:var(--font-size-caption);color:var(--text-color,#111827);margin:1px 0 5px;font-weight:800}.usage-guide-card p{font-size:var(--font-size-micro);color:#1118279e;margin:0;line-height:1.55}
.achievement-page{box-sizing:border-box;width:100%;height:100%;padding:20px 12px 24px;overflow-y:auto}.achievement-grid{grid-template-columns:repeat(5,1fr);gap:16px 4px;display:grid}.achievement-cell{cursor:pointer;color:var(--text-color,#111827);-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;align-items:center;gap:5px;padding:4px 2px;display:flex}.achievement-cell-icon{aspect-ratio:1;justify-content:center;align-items:center;width:100%;display:flex}.achievement-cell-icon svg{width:32px;height:32px}.achievement-cell-label{letter-spacing:-.01em;color:var(--text-color,#111827);text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:10px;font-weight:500;overflow:hidden}.achievement-cell-gauge{background:#0000001a;border-radius:2px;width:100%;height:3px;overflow:hidden}.achievement-cell-gauge-fill{background:var(--text-color,#111827);opacity:.35;border-radius:2px;width:50%;height:100%;display:block}@keyframes achFadeIn{0%{opacity:0}to{opacity:1}}@keyframes achFadeOut{0%{opacity:1}to{opacity:0}}.ach-page{flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.ach-page-header{flex-shrink:0;padding:18px 20px 6px}.ach-page-header-label{color:#9ca3af;letter-spacing:-.01em;font-size:11px;font-weight:500}.ach-detail-scroll{flex-direction:column;flex:1;padding:16px 20px 48px;display:flex;overflow-y:auto}.ach-season-header{flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding-bottom:14px;display:flex}.ach-season-label{color:var(--text-color,#111827);letter-spacing:-.02em;font-size:13px;font-weight:700}.ach-season-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.ach-season-end{color:#6b7280;font-size:10px;font-weight:500;line-height:1.35}.ach-season-sales-closed{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:999px;flex-shrink:0;padding:3px 8px;font-size:9px;font-weight:700}.ach-season-pass-btn{color:#4f46e5;cursor:pointer;letter-spacing:-.01em;-webkit-tap-highlight-color:transparent;background:#6366f114;border:1px solid #c7d2fe;border-radius:999px;flex-shrink:0;padding:3px 9px;font-size:10px;font-weight:600;transition:opacity .15s,transform .1s,background .15s}.ach-season-pass-btn:active{opacity:.75;background:#6366f124;transform:scale(.97)}.ach-major-head{align-items:center;gap:0;margin-bottom:12px;display:flex}.ach-major-head-line{background:#1118271f;flex:1;min-width:0;height:1px;margin:0 3px}.ach-total-sublabel{color:#474c57;letter-spacing:-.01em;text-align:left;margin-top:0;margin-bottom:8px;font-size:11px;font-weight:600;display:block}.ach-major-group{flex-direction:column;margin-top:22px;display:flex}.ach-major-group+.ach-major-group{margin-top:38px}.ach-major-label{color:var(--text-color,#111827);letter-spacing:-.02em;text-align:left;flex-shrink:0;margin-bottom:12px;font-size:13px;font-weight:700;display:block}.ach-major-head .ach-major-label{margin-bottom:0}.ach-sections-wrap{flex-direction:column;display:flex}.ach-sections-wrap>.ach-section:not(:first-child){margin-top:7px}.ach-section{padding:0}.ach-section-row{justify-content:flex-start;align-items:flex-end;gap:8px;display:flex}.ach-section-title{color:var(--text-color,#111827);opacity:.55;letter-spacing:-.01em;text-align:left;font-size:11px;font-weight:600}.ach-section-total{color:var(--text-color,#111827);opacity:.4;letter-spacing:-.01em;font-size:11px;font-weight:500}.ach-section-done{color:#6b7280;letter-spacing:-.01em;margin-left:auto;font-size:10px;font-weight:600}.ach-gauge-inner-pct{color:#ffffffe6;white-space:nowrap;letter-spacing:-.01em;padding-right:5px;font-size:9px;font-weight:700;line-height:1}.ach-milestone-row{align-items:center;gap:8px;display:flex}.ach-milestone-gauge-wrap{flex:1;min-width:0}.ach-milestone-count{color:var(--text-color,#111827);opacity:.45;text-align:center;letter-spacing:-.02em;flex-shrink:0;width:36px;font-size:10px;font-weight:600}.ach-milestone-gauge-track{background:#00000012;border-radius:7px;width:100%;height:14px;overflow:hidden}.ach-milestone-gauge-fill{opacity:.9;border-radius:7px;justify-content:flex-end;align-items:center;height:100%;transition:width .4s;display:flex;overflow:hidden}.ach-reward-btn{cursor:pointer;white-space:nowrap;box-sizing:border-box;-webkit-tap-highlight-color:transparent;letter-spacing:-.01em;background:0 0;border:1.5px solid #d1d5db;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;gap:2px;width:65px;min-width:65px;max-width:65px;height:26px;padding:0 4px;font-size:11px;font-weight:700;transition:opacity .15s,transform .1s;display:flex}.ach-reward-btn--active{color:var(--text-color,#111827);opacity:1;border-color:#d1d5db}.ach-reward-btn--active:active{opacity:.7;transform:scale(.95)}.ach-reward-btn--inactive{color:#d1d5db;cursor:default;border-color:#e5e7eb}.ach-reward-btn--ticket .res-icon{flex-shrink:0;width:14px;height:14px}.ach-reward-btn--energy .res-icon,.ach-reward-btn--lux .res-icon{flex-shrink:0;width:11px;height:11px}.ach-reward-btn--inactive .res-icon--energy,.ach-reward-btn--inactive .res-icon--match-ticket,.ach-reward-btn--inactive .res-icon--lux,.ach-reward-btn--claimed .res-icon--match-ticket,.ach-reward-btn--claimed .res-icon--lux{background-color:#d1d5db}.ach-reward-btn--claimed{color:#d1d5db;cursor:default;border-color:#e5e7eb}@keyframes shine{0%{left:-120%}to{left:120%}}.shining-reward{position:relative;overflow:hidden}.shining-reward:after{content:"";pointer-events:none;z-index:0;background:#ffd70066;width:45%;height:100%;animation:2.2s ease-in-out infinite shine;position:absolute;top:0;left:-120%;transform:skew(-30deg)}.shining-reward>*{z-index:1;position:relative}.achievement-detail{flex-direction:column;align-items:center;gap:12px;padding:20px 24px 32px;display:flex;position:relative}.achievement-detail-back{cursor:pointer;width:36px;height:36px;color:var(--text-color,#111827);-webkit-tap-highlight-color:transparent;background:0 0;border:none;justify-content:center;align-self:flex-start;align-items:center;display:flex}.achievement-detail-back svg{width:22px;height:22px}.achievement-detail-icon{justify-content:center;align-items:center;width:96px;height:96px;display:flex}.achievement-detail-icon svg{width:44px;height:44px}.achievement-detail-label{font-size:var(--font-size-body);color:var(--text-color,#111827);font-weight:700}.achievement-detail-value{color:var(--text-color,#111827);font-size:2.4rem;font-weight:800;line-height:1}.achievement-detail-desc{font-size:var(--font-size-small);color:#6b7280;text-align:center;margin:0;line-height:1.6}
.more-list-page{box-sizing:border-box;background:0 0;width:100%;height:100%;padding:16px 16px 24px;overflow-y:auto}.more-list-title{color:var(--text-color,#111827);margin:0;font-size:1.05rem;font-weight:700}.more-list-sub{font-size:var(--font-size-micro);color:var(--text-color,#111827);opacity:.55;margin:4px 0 0}.more-list-status,.more-list-empty{font-size:var(--font-size-caption);color:var(--text-color,#111827);opacity:.65;margin:16px 0 0}.more-list-empty--center{text-align:center;padding:32px 0 16px;display:block}.more-follow-page{padding-top:3px}.more-follow-search{align-items:center;gap:8px;margin-top:0;display:flex}.more-follow-search-input-wrap{flex:auto;min-width:0;position:relative}.more-follow-search-input{box-sizing:border-box;width:100%;font-size:var(--font-size-caption);color:var(--text-color,#111827);background:#fff;border:1px solid #00000024;border-radius:999px;outline:none;padding:8px 32px 8px 14px;transition:border-color .18s;display:block}.more-follow-search-input:focus{border-color:#11182780}.more-follow-search-input::placeholder{color:#11182766}.more-follow-search-icon{color:#64646473;pointer-events:none;align-items:center;line-height:1;display:flex;position:absolute;top:50%;right:11px;transform:translateY(-50%)}.more-follow-search-btn{opacity:0;color:#111827;max-width:0;font-size:var(--font-size-caption);white-space:nowrap;cursor:pointer;pointer-events:none;-webkit-tap-highlight-color:transparent;background:0 0;border:1px solid #0000;border-radius:999px;flex:none;padding:8px 0;font-weight:600;transition:max-width .3s,opacity .3s,padding .3s,border-color .3s;overflow:hidden}.more-follow-search-btn.is-visible{opacity:1;pointer-events:auto;border-color:#11182738;max-width:90px;padding:8px 13px}.more-follow-search-btn.is-visible:active{opacity:.6}.more-follow-card{align-items:center;gap:10px;display:flex}.more-follow-card .more-follow-row{flex:auto;min-width:0}.more-follow-action-btn{color:#1118276b;cursor:pointer;background:0 0;border:none;border-radius:0;flex:none;justify-content:center;align-items:center;width:40px;height:30px;padding:0;line-height:0;transition:color .15s,opacity .15s;display:inline-flex}.more-follow-action-btn svg{width:18px;height:18px;display:block}.more-follow-action-btn.is-following{color:#e8a317}.more-follow-action-btn:active{opacity:.8}.more-follow-action-btn:disabled{opacity:.5;cursor:default}.friends-placeholder-page{justify-content:center;align-items:center;display:flex}.friends-placeholder-text{font-size:var(--font-size-caption);color:var(--text-color,#111827);opacity:.55;margin:0}.more-list-error{font-size:var(--font-size-caption);color:#dc2626;margin:16px 0 0}.more-list-items{flex-direction:column;gap:10px;margin-top:14px;display:flex}.more-list-card{border-bottom:1px solid #00000014;padding:12px 0}.more-list-card-clickable{cursor:pointer;transition:opacity .15s}.more-list-card-clickable:hover{opacity:.72}.more-list-card-clickable:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #11182740}.more-follow-cond-wrap{margin:0 0 18px}.cond-title-row{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.cond-title-hint{font-size:var(--font-size-micro);color:var(--text-color,#111827);opacity:.45;text-align:right;flex-shrink:0;margin-left:auto;font-weight:600}.more-follow-cond-wrap .cond-block{margin:0}.cond-block--readonly .cond-item--readonly{cursor:default;pointer-events:none;background:0 0;border:none;padding:0}.more-follow-row{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:0;display:flex}.more-follow-avatar{object-fit:cover;object-position:center 12%;border:1px solid #0000001a;border-radius:50%;flex-shrink:0;width:48px;height:48px;display:block}.more-follow-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.more-follow-name{font-size:var(--font-size-caption);color:var(--text-color,#111827);white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden}.more-follow-tags{flex-wrap:wrap;gap:4px 6px;display:flex}.more-follow-tag{font-size:var(--font-size-micro);color:var(--text-color,#111827);opacity:.55;white-space:nowrap;font-weight:600}
.history-list-page{padding-top:8px;padding-bottom:24px}.history-list-cards{flex-direction:column;gap:10px;margin-top:0;display:flex}.history-list-card{text-align:left;width:100%;font:inherit;color:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff80;border:1px solid #ffffff73;border-radius:16px;margin:0;padding:14px;display:block}.history-list-card:active{background:#ffffffb8}.history-list-card-body{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.history-list-card-top{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.history-list-name{color:#111827;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;font-weight:700;overflow:hidden}.history-list-date{color:#11182780;font-variant-numeric:tabular-nums;flex-shrink:0;margin:0;font-size:11px;font-weight:500}.history-list-preview{color:#111827b8;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.history-list-stage,.history-room-topbar-stage{font-size:var(--font-size-micro);letter-spacing:.01em;font-weight:600;line-height:1.2}.history-list-stage--persona,.history-room-topbar-stage.history-list-stage--persona{color:#059669}.history-list-stage--topic,.history-room-topbar-stage.history-list-stage--topic{color:#0284c7}.history-list-stage--deep,.history-room-topbar-stage.history-list-stage--deep{color:#6d28d9}.history-list-stage--friend,.history-room-topbar-stage.history-list-stage--friend{color:#db2777}.history-room-topbar .chat-topbar-left{flex:1 1 0;gap:10px;min-width:0}.history-room-topbar .chat-topbar-center{flex:none;padding:0 8px}.history-room-topbar .chat-topbar-right{flex:1 1 0;justify-content:flex-end;min-width:0}.history-room-topbar-coordinator{align-items:center;gap:6px;min-width:0;max-width:100%;display:inline-flex}.history-room-topbar-coordinator-avatar{background-color:#ffffff73;background-position:top;background-repeat:no-repeat;background-size:cover;border-radius:50%;flex-shrink:0;width:26px;height:26px}.history-room-topbar-coordinator-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:var(--font-size-tiny);color:var(--text-color,#111827);opacity:.72;font-weight:700;overflow:hidden}.history-room-topbar-avatar{background-color:#ffffff73;background-position:top;background-repeat:no-repeat;background-size:cover;border-radius:50%;flex-shrink:0;width:32px;height:32px}.history-room-topbar-identity{flex-direction:column;justify-content:center;gap:1px;min-width:0;display:flex}.history-room-topbar-title{font-size:var(--font-size-caption);letter-spacing:-.02em;color:var(--text-color,#111827);text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.history-message-list{flex-direction:column;flex-shrink:0;gap:13px;width:100%;margin-top:auto;padding-bottom:6px;display:flex}.history-room-scene-chrome{flex-direction:column;gap:13px;width:100%;display:flex}.hist-row.user .peer-chat-speaker-label,.hist-row.user .peer-chat-speaker-label__stack{text-align:right;align-items:flex-end}.hall-history-room .attach-toggle-btn,.hall-history-room .chat-action-btn{opacity:.5;pointer-events:none;cursor:default}.hall-history-room .attach-toggle-btn svg,.hall-history-room .chat-action-btn svg{opacity:1}.hall-history-room .chat-action-btn .mic-icon{display:none}.hall-history-room .chat-action-btn .send-icon{display:block}.hall-history-room .voice-mic-btn{animation:none}.hist-ai-badge{font-size:var(--font-size-micro);color:var(--text-color,#111827);opacity:.45;font-weight:700;line-height:1}.hall-history-room--no-profile .hist-row.ai,.hall-history-room--no-profile .hist-row.user{padding-left:0;padding-right:0}.history-regret{color:var(--text-color,#111827);text-align:center;background:#ffffff94;border:1px solid #ffffff73;border-radius:16px;margin:16px 0 8px;padding:16px 14px}.history-regret h3{font-size:var(--font-size-body);margin:0 0 6px;font-weight:700}.history-regret p{font-size:var(--font-size-caption);opacity:.72;margin:0;line-height:1.45}.history-regret-cost{font-size:var(--font-size-caption);justify-content:center;gap:14px;margin:12px 0;font-weight:700;display:flex}.history-regret-action{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:999px;min-width:148px;min-height:44px;padding:0 18px;font-weight:700}.history-regret-action:disabled{color:#11182773;cursor:default;background:#6b728047}.history-regret .history-regret-insufficient,.history-regret .history-regret-error{color:#b91c1c;opacity:.9;margin-top:8px}.history-language-clothes-btn{min-height:32px;color:var(--text-color,#111827);font-size:var(--font-size-tiny);pointer-events:auto;cursor:pointer;text-align:center;background:#ffffffb8;border:0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:1px;padding:4px 10px;font-weight:700;line-height:1.15;display:inline-flex}.history-language-clothes-btn__label{text-align:center;white-space:nowrap;width:100%;display:block}.history-language-clothes-btn__cost{opacity:.82;justify-content:center;align-items:center;gap:2px;width:100%;font-size:.62rem;font-weight:700;line-height:1;display:flex}.history-language-clothes-btn__cost .res-icon--energy{width:9px;height:9px}.history-language-clothes-btn.is-muted,.history-language-clothes-btn:disabled{opacity:.5;cursor:default}.history-language-clothes-done{font-size:var(--font-size-tiny);color:var(--text-color,#111827);opacity:.72;white-space:nowrap;pointer-events:none;font-weight:500;line-height:1.2}.history-language-clothes-dots{text-align:left;width:3ch;display:inline-block}.history-language-clothes-dots span{visibility:hidden}.history-language-clothes-dots span.is-on{visibility:visible}.history-language-clothes-card{background:#ffffffc7;border:1px solid #11182714;border-radius:18px;margin:16px 0 8px;padding:14px;box-shadow:0 10px 28px #1118270f}.history-language-clothes-card__head{align-items:flex-start;gap:8px;margin-bottom:10px;display:flex}.history-language-clothes-card__meta{flex-direction:column;gap:1px;min-width:0;padding-top:1px;display:flex}.history-language-clothes-card__name{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:var(--font-size-mini);color:var(--text-color,#111827);opacity:.55;font-weight:700;overflow:hidden}.history-language-clothes-card__kicker{font-size:var(--font-size-tiny);color:#1118276b;font-weight:400;line-height:1.2}.history-language-clothes-card__body{background:#ffffffe0;border:1px solid #1118270f;border-radius:14px;padding:12px 13px}.history-language-clothes-card__body p{white-space:pre-wrap;line-height:1.55;font-size:var(--font-size-chat);color:var(--text-color,#111827);margin:0}.history-language-clothes-notice{color:#b91c1c;font-size:var(--font-size-caption);margin:8px 0 0}.history-regret-manager-message{font-size:var(--font-size-caption);text-align:left;background:#ffffffb8;border-radius:13px;margin-bottom:10px;padding:11px 13px;line-height:1.55}.more-bookmark-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.more-bookmark-title{font-size:var(--font-size-caption);color:var(--text-color,#111827);text-overflow:ellipsis;white-space:nowrap;margin:0;font-weight:700;overflow:hidden}.more-bookmark-stage{font-size:var(--font-size-micro);opacity:.55;flex-shrink:0;font-weight:600}.more-bookmark-preview{font-size:var(--font-size-micro);color:var(--text-color,#111827);opacity:.55;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:6px 0 0;line-height:1.4;display:-webkit-box;overflow:hidden}.more-bookmark-date{font-size:var(--font-size-micro);color:var(--text-color,#111827);opacity:.4;margin:6px 0 0}.topbar-energy-value{transition:transform .3s,color .3s;display:inline-block}.topbar-energy-value--decrease{animation:.6s topbar-energy-decrease}.topbar-energy-value--increase{animation:.6s topbar-energy-increase}@keyframes topbar-energy-decrease{0%{color:inherit;transform:scale(1)}35%{color:#ef4444;transform:scale(.82)}to{color:inherit;transform:scale(1)}}@keyframes topbar-energy-increase{0%{color:inherit;transform:scale(1)}35%{color:#22c55e;transform:scale(1.14)}to{color:inherit;transform:scale(1)}}.app-shell-main{padding-top:calc(var(--app-hall-topbar-h) + 2px);padding-bottom:var(--zuz-app-footer-h)}.app-shell-root.app-ui-stack.app-shell-root--feed{height:100dvh;max-height:100dvh;overflow:hidden}.app-shell-main.app-shell-main--feed{flex-direction:column;flex:auto;height:100dvh;min-height:0;max-height:100dvh;padding-top:0;padding-bottom:0;display:flex;overflow:hidden}.app-shell-main--feed .app-tab-content-pane{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}
.settings-page{box-sizing:border-box;flex-direction:column;min-height:100%;padding-top:20px;display:flex}.settings-page-body{flex-direction:column;flex:auto;margin-top:12px;padding-bottom:16px;display:flex}.settings-section{margin:0 0 24px}.settings-section-label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-color,#111827);opacity:.4;margin:0 0 4px;padding:0 20px;font-size:.7rem;font-weight:600}.settings-section-head{justify-content:space-between;align-items:center;gap:12px;padding:0 20px 4px;display:flex}.settings-section-label--inline{flex:1;margin:0;padding:0}.settings-option-list{margin:0;padding:0;list-style:none}.settings-option-row{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;gap:12px;padding:14px 20px;display:flex}.settings-option-row:first-child{border-top:1px solid #0000000d}.settings-option-label{color:var(--text-color,#111827);font-size:.95rem;font-weight:500}.settings-lang-dropdown{margin:0;position:relative}.settings-lang-dropdown-trigger{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000000d;border-left:none;border-right:none;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:15px 20px;display:flex}.settings-lang-dropdown-trigger:active{background:#0000000a}.settings-lang-dropdown-current{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.settings-lang-dropdown-chevron{width:20px;height:20px;color:var(--text-color,#111827);opacity:.45;flex-shrink:0;transition:transform .15s}.settings-lang-dropdown-chevron--open{transform:rotate(180deg)}.settings-lang-dropdown-menu{background:var(--bg-color,#fff);border-bottom:1px solid #0000000d;margin:0;padding:0;list-style:none}.settings-page-body .user-privacy-switch{flex-shrink:0}.settings-page-body .user-privacy-switch:not(.user-privacy-switch--dimmed) .user-privacy-switch-label{display:none}.settings-lang-list{margin:0;padding:0;list-style:none}.settings-lang-list li{border-bottom:1px solid #0000000d}.settings-lang-list li:first-child{border-top:1px solid #0000000d}.settings-lang-item{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:15px 20px;transition:background .12s;display:flex}.settings-lang-item:active{background:#0000000a}.settings-lang-item--active{background:#6347ff0a}.settings-lang-label{color:var(--text-color,#111827);flex:1;font-size:.95rem;font-weight:500}.settings-lang-item--active .settings-lang-label{color:#6347ff;font-weight:600}.settings-lang-sub{color:var(--text-color,#111827);opacity:.4;font-size:.78rem}.settings-lang-item--active .settings-lang-sub{color:#6347ff;opacity:.6}.settings-lang-check{color:#6347ff;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.settings-lang-check svg{width:18px;height:18px}@keyframes settings-spin{to{transform:rotate(360deg)}}.settings-spinner{animation:.7s linear infinite settings-spin}.settings-nav-row{cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:14px 20px;display:flex}.settings-option-list li:first-child .settings-nav-row{border-top:1px solid #0000000d}.settings-nav-row:active{background:#0000000a}.settings-nav-chevron{width:18px;height:18px;color:var(--text-color,#111827);opacity:.35;flex-shrink:0}.settings-withdraw-wrap{justify-content:center;margin-top:auto;padding:28px 20px 8px;display:flex}.settings-withdraw-link{color:var(--text-color,#111827);opacity:.38;cursor:pointer;background:0 0;border:none;padding:8px 12px;font-size:.82rem;font-weight:500}.settings-withdraw-link:active{opacity:.62}.settings-full-overlay{z-index:220;width:100%;max-width:var(--app-content-max-width);box-sizing:border-box;min-height:100dvh;padding-top:var(--zuz-safe-top,0px);padding-bottom:var(--zuz-safe-bottom,0px);-webkit-backdrop-filter:blur(20px);background:#fffffff0;flex-direction:column;margin-inline:auto;display:flex;position:fixed;inset:0}.settings-full-overlay-head{flex-shrink:0;justify-content:center;align-items:center;min-height:52px;padding:8px 52px 4px;display:flex;position:relative}.settings-full-overlay-title{color:var(--text-color,#111827);margin:0;font-size:1.05rem;font-weight:700}.settings-full-overlay-close{color:#6b7280;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;min-height:40px;padding:0;font-size:1.65rem;line-height:1;display:inline-flex;position:absolute;top:6px;right:8px}.settings-full-overlay-close:active{background:#f3f4f6}.settings-legal-track{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;flex:auto;min-height:0;display:flex;overflow:auto hidden}.settings-legal-track::-webkit-scrollbar{display:none}.settings-legal-page{scroll-snap-align:start;box-sizing:border-box;flex:0 0 100%;width:100%;min-width:100%;padding:8px 20px 16px;overflow-y:auto}.settings-legal-page-title{color:var(--text-color,#111827);margin:0 0 12px;font-size:.92rem;font-weight:700}.settings-legal-body{color:#111827c7;white-space:pre-wrap;margin:0;font-size:.86rem;line-height:1.65}.settings-legal-dots{flex-shrink:0;justify-content:center;gap:6px;padding:10px 0 12px;display:flex}.settings-legal-dot{background:#1118272e;border-radius:50%;width:6px;height:6px}.settings-legal-dot--on{background:#6347ff}.settings-core-history-body{flex:auto;min-height:0;padding:4px 20px 20px;overflow-y:auto}.settings-overlay-status{text-align:center;color:var(--text-color,#111827);opacity:.5;margin:28px 0 0;font-size:.86rem}.settings-core-history-list{margin:0;padding:0;list-style:none}.settings-core-history-item{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;gap:12px;padding:14px 0;display:flex}.settings-core-history-main{flex-direction:column;gap:4px;min-width:0;display:flex}.settings-core-history-kind{color:var(--text-color,#111827);font-size:.92rem;font-weight:600}.settings-core-history-time{color:var(--text-color,#111827);opacity:.4;font-size:.74rem}.settings-core-history-amount{color:var(--text-color,#111827);flex-shrink:0;align-items:center;gap:4px;font-size:.92rem;font-weight:700;display:inline-flex}.settings-core-history-amount--in{color:#6347ff}.settings-core-history-more{color:#6b7280;cursor:pointer;background:#1118270a;border:none;border-radius:12px;width:100%;margin-top:12px;padding:12px;font-size:.86rem;font-weight:600;display:block}.settings-withdraw-backdrop{z-index:230;box-sizing:border-box;-webkit-backdrop-filter:blur(4px);background:#00000029;justify-content:center;align-items:center;padding:24px 16px;display:flex;position:fixed;inset:0}.settings-withdraw-dialog{text-align:center;background:#fffffff0;border:1px solid #ffffff80;border-radius:20px;flex-direction:column;gap:10px;width:calc(100% - 32px);max-width:320px;padding:36px 20px 18px;display:flex;position:relative;box-shadow:0 8px 32px #0000001f}.settings-withdraw-close{color:#6b7280;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;min-height:40px;padding:0;font-size:1.65rem;line-height:1;display:inline-flex;position:absolute;top:6px;right:6px}.settings-withdraw-close:active{background:#f3f4f6}.settings-withdraw-close:disabled{opacity:.45;cursor:default}.settings-withdraw-title{font-size:var(--font-size-title,1.05rem);color:#111827;margin:0;font-weight:700}.settings-withdraw-warn,.settings-withdraw-hint{font-size:var(--font-size-caption,.82rem);color:#6b7280;margin:0;line-height:1.5}.settings-withdraw-code{letter-spacing:.12em;color:#111827;margin:4px 0 0;font-size:1.35rem;font-weight:700}.settings-withdraw-input{box-sizing:border-box;letter-spacing:.12em;text-align:center;color:#111827;background:#ffffffb3;border:1px solid #0000001f;border-radius:12px;outline:none;width:100%;padding:10px 12px;font-size:1.05rem}.settings-withdraw-input:focus{border-color:#00000040}.settings-withdraw-error{color:#dc2626;margin:0;font-size:.78rem}.settings-withdraw-confirm{width:100%;font-size:var(--font-size-chat,.92rem);color:#fff;cursor:pointer;background:#111827;border:none;border-radius:12px;padding:10px;font-weight:600}.settings-withdraw-confirm:disabled{opacity:.35;cursor:not-allowed}.settings-confirm-actions{gap:8px;margin-top:6px;display:flex}.settings-confirm-cancel,.settings-confirm-ok{font-size:var(--font-size-chat,.92rem);cursor:pointer;border-radius:12px;flex:1;padding:10px;font-weight:600}.settings-confirm-cancel{color:#374151;background:#1118270a;border:1px solid #1118271f}.settings-confirm-ok{color:#fff;background:#111827;border:none}.settings-confirm-cancel:disabled,.settings-confirm-ok:disabled{opacity:.35;cursor:not-allowed}
.msg-original-text{display:block}.msg-translation-line{opacity:.72;margin-top:2px;font-size:.82em;line-height:1.3;display:block}.msg-translation-text{font-style:italic}.msg-translation-refresh{cursor:default;-webkit-user-select:none;user-select:none}.stage3-xlate-btn{color:#2bb7f5;cursor:pointer;background:#2bb7f51a;border:1px solid #2bb7f573;border-radius:999px;align-items:center;gap:4px;padding:5px 10px;font-size:.82rem;font-weight:600;line-height:1;transition:background .15s,opacity .15s;display:inline-flex}.stage3-xlate-btn:disabled{opacity:.4;cursor:default}.stage3-xlate-btn--active{color:#fff;background:#2bb7f5;border-color:#2bb7f5}.stage3-xlate-btn-ico{width:14px;height:14px}.stage3-xlate-btn--active .stage3-xlate-btn-ico{background-color:#fff}.stage3-xlate-btn-label{white-space:nowrap}.stage3-xlate-peer-status{color:#2bb7f5;white-space:nowrap;font-size:.72rem;font-weight:600}.stage-xlate-sys-lux-ico{vertical-align:-.15em;width:1em;height:1em;margin:0 1px;display:inline-block}.more-shop-subs-active{border-radius:999px;margin-left:8px;padding:2px 8px;font-size:.66rem;font-weight:700}.more-shop-subs-active--premium{color:#1e3a8a;background:#dbeafe}.more-shop-subs-active--ultra{color:#4c1d95;background:#f3e8ff}.more-shop-subs-active--basic{color:#374151;background:#e5e7eb}.more-shop-subs-group{margin-bottom:14px}.more-shop-subs-group-title{color:#374151;margin:6px 0 8px;font-size:.8rem;font-weight:700}.more-shop-subs-group-title--currency{color:#374151}.more-shop-subs-group-title--premium{color:#1d4ed8}.more-shop-subs-group-title--ultra{color:#7c3aed}.more-shop-subs-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.more-shop-subs-card{--pass-notch-r:11px;aspect-ratio:5/2;box-sizing:border-box;cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;width:100%;-webkit-mask-image:radial-gradient(circle var(--pass-notch-r) at 100% 50%, transparent calc(var(--pass-notch-r) - .5px), #000 var(--pass-notch-r));-webkit-mask-image:radial-gradient(circle var(--pass-notch-r) at 100% 50%, transparent calc(var(--pass-notch-r) - .5px), #000 var(--pass-notch-r));mask-image:radial-gradient(circle var(--pass-notch-r) at 100% 50%, transparent calc(var(--pass-notch-r) - .5px), #000 var(--pass-notch-r));filter:drop-shadow(0 4px 14px #0f172a24);border:1px solid #fff3;border-radius:12px;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:6px;padding:12px 14px;transition:transform .12s,filter .12s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff38}.more-shop-subs-card--premium{filter:drop-shadow(0 6px 20px #2563eb57);background:linear-gradient(128deg,#1e3a8a 0%,#2563eb 52%,#3b82f6 100%)}.more-shop-subs-card--ultra{filter:drop-shadow(0 6px 20px #6d28d95c);background:linear-gradient(128deg,#4c1d95 0%,#6d28d9 50%,#9333ea 100%)}.more-shop-subs-card--basic{filter:drop-shadow(0 6px 18px #33415552);background:linear-gradient(128deg,#334155 0%,#475569 48%,#64748b 100%)}.more-shop-subs-card--static{cursor:default}.more-shop-subs-card--basic:active{filter:drop-shadow(0 3px 12px #33415542)}.more-shop-owned-pass{margin-bottom:14px}.more-shop-owned-pass .more-shop-subs-card{--pass-notch-r:18px;gap:8px;padding:14px 18px}.more-shop-owned-pass .more-shop-subs-pass-name{font-size:1.02rem}.more-shop-owned-pass .more-shop-subs-card-active{padding:2px 8px;font-size:.56rem}.more-shop-owned-pass .more-shop-subs-benefit{gap:5px;font-size:.78rem}.more-shop-owned-pass .more-shop-subs-benefit-ico{width:13px;height:13px}.more-shop-owned-pass .more-shop-subs-brand-logo{filter:drop-shadow(0 0 1px #ffffff61)drop-shadow(0 0 1.6px #ffffff3d);width:clamp(86px,34%,124px);right:11%}.more-shop-owned-pass .more-shop-subs-season-tag{letter-spacing:.06em;padding:4px 11px;font-size:.62rem;bottom:12px;right:14px}.more-shop-owned-pass .more-shop-subs-benefit-ico--achievement{width:13px;height:13px}.more-shop-subs-card--basic .more-shop-subs-brand-logo{background-color:#ffffff1f}.more-shop-subs-brand-logo{aspect-ratio:375/216;filter:drop-shadow(0 0 .8px #ffffff59)drop-shadow(0 0 1.2px #fff3);pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;background-color:#ffffff24;width:clamp(50px,36%,68px);position:absolute;top:52%;right:10%;transform:translateY(-50%)rotate(-20deg);-webkit-mask-image:url(/zuz_logo.svg);mask-image:url(/zuz_logo.svg);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.more-shop-subs-card--premium .more-shop-subs-brand-logo{background-color:#ffffff26}.more-shop-subs-card--ultra .more-shop-subs-brand-logo{filter:drop-shadow(0 0 .8px #ffffff52)drop-shadow(0 0 1.4px #d8b4fe47);background-color:#ede9fe29}@keyframes pass-card-shine{0%{left:-120%}to{left:120%}}.more-shop-subs-card:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(105deg,#0000 0%,#ffffff0f 38%,#fff3 50%,#ffffff0f 62%,#0000 100%);width:44%;height:100%;animation:none;position:absolute;top:0;left:-120%;transform:skew(-24deg)}.more-shop-subs-card--shine:after{animation:3.6s ease-in-out pass-card-shine}.more-shop-subs-card>.more-shop-subs-brand-logo{z-index:0}.more-shop-subs-card>.more-shop-subs-pass-name,.more-shop-subs-card>.more-shop-subs-benefits{z-index:2;position:relative}@media (prefers-reduced-motion:reduce){.more-shop-subs-card:after{animation:none;display:none}}.more-shop-subs-card:not(.more-shop-subs-card--static):active{transform:scale(.98)}.more-shop-subs-card--premium:active{filter:drop-shadow(0 3px 12px #2563eb47)}.more-shop-subs-card--ultra:active{filter:drop-shadow(0 3px 12px #6d28d947)}.more-shop-subs-pass-name{letter-spacing:-.02em;color:#fff;text-shadow:0 1px 2px #0f172a33;flex-wrap:wrap;align-items:center;gap:6px;font-size:.76rem;font-weight:800;line-height:1.25;display:inline-flex}.more-shop-subs-pass-d{z-index:3;box-shadow:none;color:#ffffffeb;letter-spacing:-.02em;text-shadow:0 1px 2px #0f172a33;font-variant-numeric:tabular-nums;pointer-events:none;-webkit-user-select:none;user-select:none;background:0 0;border:0;padding:0;font-size:.62rem;font-weight:700;line-height:1.25;position:absolute;top:12px;right:14px}.more-shop-owned-pass .more-shop-subs-pass-d{top:14px;right:18px}.more-shop-subs-card-active{letter-spacing:-.01em;text-shadow:none;border-radius:999px;padding:1px 6px;font-size:.48rem;font-weight:700;line-height:1.35;display:inline-block}.more-shop-subs-card-active--basic{color:#334155;background:#ffffffe0}.more-shop-subs-card-active--premium{color:#1e3a8a;background:#dbeafe}.more-shop-subs-card-active--ultra{color:#4c1d95;background:#f3e8ff}.more-shop-subs-card--premium .more-shop-subs-pass-name,.more-shop-subs-card--ultra .more-shop-subs-pass-name,.more-shop-subs-card--basic .more-shop-subs-pass-name{color:#fff}.more-shop-subs-benefits{flex-direction:column;align-items:flex-start;gap:3px;width:100%;display:flex}.more-shop-subs-benefit{align-items:center;gap:4px;font-size:.64rem;font-weight:600;line-height:1.2;display:inline-flex}.more-shop-subs-card .more-shop-subs-benefit{color:#ffffffe6}.more-shop-subs-card .more-shop-subs-benefit-ico.res-icon--lux{background-color:#2bb7f5}.more-shop-subs-card .more-shop-subs-benefit-ico.res-icon--match-ticket{background-color:#22c55e}.more-shop-subs-card .more-shop-subs-benefit-ico.res-icon--energy{background-color:#facc15}.more-shop-subs-benefit-ico{flex-shrink:0;width:11px;height:11px}.more-shop-subs-benefit-ico--achievement{stroke:currentColor;fill:none;flex-shrink:0;width:11px;height:11px}.more-shop-subs-card .more-shop-subs-benefit-ico--achievement{color:#d97706}.more-shop-subs-before-use{z-index:3;letter-spacing:-.02em;color:#fffffff5;text-shadow:0 1px 2px #0f172a38;pointer-events:none;-webkit-user-select:none;user-select:none;background:#0f172a47;border:1px solid #ffffff52;border-radius:6px;padding:2px 7px;font-size:.52rem;font-weight:800;line-height:1.3;position:absolute;bottom:9px;right:16px}.more-shop-subs-season-tag{z-index:3;letter-spacing:.08em;color:#fffffff5;text-shadow:0 1px 2px #0f172a38;-webkit-backdrop-filter:blur(4px);pointer-events:none;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#ffffff3d 0%,#ffffff14 100%);border:1px solid #ffffff52;border-radius:7px;padding:3px 9px;font-size:.52rem;font-weight:800;line-height:1.35;position:absolute;bottom:9px;right:10px;box-shadow:0 2px 8px #0f172a24,inset 0 1px #ffffff47}.more-shop-subs-pricing{flex-direction:column;align-items:flex-start;gap:2px;width:100%;margin-top:auto;display:flex}.more-shop-subs-list-price{color:#9ca3af;font-variant-numeric:tabular-nums;align-items:center;gap:3px;font-size:.62rem;font-weight:600;text-decoration:line-through;text-decoration-thickness:1px;display:inline-flex}.more-shop-subs-sale-price{color:#16a34a;font-variant-numeric:tabular-nums;align-items:center;gap:3px;font-size:.82rem;font-weight:800;line-height:1.1;display:inline-flex}.more-shop-subs-price-ico{width:.9em;height:.9em}.more-subs-purchase-panel{text-align:left;background:#fff;border-radius:16px;width:min(86vw,340px);padding:48px 18px 18px;position:relative;box-shadow:0 12px 40px #00000040}.more-subs-purchase-close{color:#6b7280;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;min-height:40px;padding:0;font-size:1.65rem;line-height:1;display:inline-flex;position:absolute;top:6px;right:6px}.more-subs-purchase-close:active{background:#f3f4f6}.more-subs-purchase-close:disabled{opacity:.45;cursor:default}.more-subs-purchase-title{color:#111827;text-align:center;margin:0 0 10px;font-size:1rem;font-weight:800}.more-subs-purchase-panel--premium .more-subs-purchase-title{color:#1d4ed8}.more-subs-purchase-panel--ultra .more-subs-purchase-title{color:#7c3aed}.more-subs-purchase-panel .more-shop-subs-benefits{align-items:center;margin-bottom:12px}.more-subs-purchase-panel .more-shop-subs-benefit{color:#4b5563;font-size:.72rem}.more-subs-purchase-panel .more-shop-subs-benefit-ico.res-icon--lux{background-color:#2bb7f5}.more-subs-purchase-panel .more-shop-subs-benefit-ico.res-icon--match-ticket{background-color:#22c55e}.more-subs-purchase-panel .more-shop-subs-benefit-ico.res-icon--energy{background-color:#facc15}.more-subs-purchase-panel .more-shop-subs-benefit-ico--achievement{color:#d97706}.more-subs-purchase-months{justify-content:center;align-items:center;gap:12px;margin-bottom:16px;display:flex}.more-subs-purchase-month-label{color:#111827;text-align:center;font-variant-numeric:tabular-nums;min-width:52px;font-size:.9rem;font-weight:700}.more-subs-purchase-month-btn{color:#374151;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;width:36px;height:36px;font-size:1.1rem;font-weight:700;line-height:1}.more-subs-purchase-month-btn:disabled{opacity:.4;cursor:default}.more-subs-purchase-actions{flex-direction:column;gap:10px;display:flex}.more-subs-purchase-gift{color:#5b21b6;cursor:pointer;background:#f5f3ff;border:1px solid #c4b5fd;border-radius:12px;width:100%;padding:12px 14px;font-size:.86rem;font-weight:700}.more-subs-purchase-gift:disabled{opacity:.55;cursor:default}.more-subs-purchase-pay-row{grid-template-columns:1fr 1fr;gap:8px;display:grid}.more-subs-purchase-pay{cursor:pointer;border:none;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-height:56px;padding:10px 8px;display:inline-flex}.more-subs-purchase-pay--usd{color:#fff;background:#111827}.more-subs-purchase-pay--core{color:#fff;background:#2563eb}.more-subs-purchase-pay--ultra{color:#fff;background:#7c3aed}.more-subs-purchase-pay:disabled{opacity:.55;cursor:default}.more-subs-purchase-price-stack{flex-direction:column;align-items:center;gap:2px;line-height:1.1;display:flex}.more-subs-purchase-list-price{opacity:.72;font-variant-numeric:tabular-nums;align-items:center;gap:3px;font-size:.58rem;font-weight:600;text-decoration:line-through;text-decoration-thickness:1px;display:inline-flex}.more-subs-purchase-list-price-ico{flex-shrink:0;width:8px;height:8px}.more-subs-purchase-sale-price{font-variant-numeric:tabular-nums;align-items:center;gap:4px;font-size:.95rem;font-weight:800;display:inline-flex}.more-subs-purchase-sale-price-ico{flex-shrink:0;width:12px;height:12px}.more-subs-confirm-backdrop{z-index:120;box-sizing:border-box;-webkit-backdrop-filter:blur(4px);background:#00000029;justify-content:center;align-items:center;padding:24px 16px;display:flex;position:fixed;inset:0}.more-subs-confirm{text-align:center;background:#fff;border-radius:16px;width:min(86vw,320px);padding:20px 18px 16px;box-shadow:0 12px 40px #00000040}.more-subs-confirm-title{color:#111827;margin:0 0 8px;font-size:1rem;font-weight:800}.more-subs-confirm-price{color:#1d4ed8;align-items:center;gap:3px;margin:0 0 8px;font-size:1.05rem;font-weight:800;display:inline-flex}.more-subs-confirm-desc{color:#6b7280;margin:0 0 16px;font-size:.82rem}.more-subs-confirm-actions{gap:8px;display:flex}.more-subs-confirm-cancel,.more-subs-confirm-ok{cursor:pointer;border:none;border-radius:10px;flex:1 1 0;padding:11px 0;font-size:.86rem;font-weight:700}.more-subs-confirm-cancel{color:#374151;background:#f3f4f6}.more-subs-confirm-ok{color:#fff;background:#2563eb}.more-subs-confirm-ok:disabled,.more-subs-confirm-cancel:disabled{opacity:.55;cursor:default}.more-subs-notice{z-index:1300;color:#fff;text-align:center;background:#111827eb;border-radius:999px;max-width:80vw;padding:10px 16px;font-size:.82rem;font-weight:600;position:fixed;bottom:84px;left:50%;transform:translate(-50%)}.more-subs-purchase-end{color:#9ca3af;text-align:center;opacity:.72;margin:0 0 12px;font-size:.64rem;font-weight:500;line-height:1.35}.more-shop-subs-pending-hint{color:#4338ca;background:#eef2ff;border:1px solid #c7d2fe;border-radius:12px;margin:0;padding:12px 14px;font-size:.76rem;font-weight:700;line-height:1.45}.more-subs-purchase-pay--core{width:100%}.more-subs-purchase-action-label{opacity:.9;font-size:.68rem;font-weight:700}.more-shop-owned-item-box--pass{color:#fff;border-color:#ffffff47;justify-content:center;position:relative;overflow:hidden}.more-shop-owned-item-box--pass-premium{background:linear-gradient(145deg,#1e3a8a,#3b82f6)}.more-shop-owned-item-box--pass-ultra{background:linear-gradient(145deg,#4c1d95,#9333ea)}.more-shop-owned-pass-voucher-tier,.more-shop-owned-pass-voucher-status{z-index:1;text-align:center;width:100%;display:block;position:relative}.more-shop-owned-pass-voucher-tier{font-size:.62rem;font-weight:900}.more-shop-owned-pass-voucher-status{opacity:.86;margin-top:2px;font-size:.45rem;font-weight:700}
:root{--zuz-rb-topbar-h:64px;--zuz-rb-pad-x:20px;--zuz-rb-content-gap:12px;--zuz-rb-content-top:calc(var(--zuz-rb-topbar-h) + var(--zuz-rb-safe-top) + var(--zuz-rb-content-gap));--zuz-rb-brand-fade-range:160px;--zuz-rb-nav-offset:16px;--zuz-rb-safe-top:env(safe-area-inset-top,0px);--zuz-rb-safe-bottom:env(safe-area-inset-bottom,0px);--zuz-rb-safe-right:env(safe-area-inset-right,0px);--zuz-rb-bg-deep:#0c0d10;--zuz-rb-text:#e8eaf0eb;--zuz-rb-text-body:#d6dae4e6;--zuz-rb-text-muted:#a8aebc9e;--zuz-rb-text-faint:#828a9a73;--zuz-rb-stroke:#c8ceda6b;--zuz-rb-content-bottom:96px;--zuz-rb-accent:#a4b2d4b8;--zuz-rb-slide-ms:.32s}*,:before,:after{box-sizing:border-box}@property --zuz-rb-reveal{syntax:"<percentage>";inherits:false;initial-value:0%}.zuz-rulebook-overlay{z-index:220;pointer-events:auto;display:flex;position:fixed;inset:0;overflow:hidden}.zuz-rulebook-overlay--closing{pointer-events:none}.zuz-rulebook-backdrop{z-index:0;-webkit-backdrop-filter:blur(16px)saturate(115%);backdrop-filter:blur(16px)saturate(115%);background-color:#0a0a0e94;position:absolute;inset:0}.zuz-rulebook-overlay .zuz-rb-app{width:100%;min-width:0;height:100%;color:var(--zuz-rb-text);flex:1;font-family:Pretendard,Noto Sans KR,Apple SD Gothic Neo,Malgun Gothic,Arial,sans-serif;display:flex;position:relative}.zuz-rulebook-overlay .zuz-rb-book{flex:1;width:100%;min-width:0}.zuz-rb-closed{z-index:50;color:var(--zuz-rb-text-faint);letter-spacing:.12em;text-transform:uppercase;background:#08080a;justify-content:center;align-items:center;font-size:14px;display:none;position:fixed;inset:0}.zuz-rb-app.is-closed .zuz-rb-closed{display:flex}.zuz-rb-app.is-closed .zuz-rb-book{display:none}.zuz-rb-book{background:var(--zuz-rb-bg-deep);--zuz-rb-reveal-soft:16%;width:100%;height:100%;min-height:100dvh;position:relative;overflow:hidden}.zuz-rb-book--reveal-in,.zuz-rb-book--reveal-out{-webkit-mask-image:linear-gradient(to bottom, #000 0%, #000 max(0%, calc(var(--zuz-rb-reveal) - var(--zuz-rb-reveal-soft))), transparent var(--zuz-rb-reveal));-webkit-mask-image:linear-gradient(to bottom, #000 0%, #000 max(0%, calc(var(--zuz-rb-reveal) - var(--zuz-rb-reveal-soft))), transparent var(--zuz-rb-reveal));mask-image:linear-gradient(to bottom, #000 0%, #000 max(0%, calc(var(--zuz-rb-reveal) - var(--zuz-rb-reveal-soft))), transparent var(--zuz-rb-reveal));-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.zuz-rb-book--reveal-in{--zuz-rb-reveal:0%;opacity:.76;animation:.56s cubic-bezier(.32,.72,0,1) forwards zuz-rb-reveal-in}.zuz-rb-book--reveal-out{--zuz-rb-reveal:116%;opacity:1;pointer-events:none;animation:.42s cubic-bezier(.32,.72,0,1) forwards zuz-rb-reveal-out}@keyframes zuz-rb-reveal-in{to{--zuz-rb-reveal:116%;opacity:1}}@keyframes zuz-rb-reveal-out{to{--zuz-rb-reveal:0%;opacity:.76}}@media (prefers-reduced-motion:reduce){.zuz-rb-book--reveal-in{animation:.2s forwards zuz-rb-reveal-fade-in;-webkit-mask-image:none;mask-image:none}.zuz-rb-book--reveal-out{animation:.18s forwards zuz-rb-reveal-fade-out;-webkit-mask-image:none;mask-image:none}@keyframes zuz-rb-reveal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes zuz-rb-reveal-fade-out{0%{opacity:1}to{opacity:0}}}.zuz-rb-topbar{z-index:30;height:calc(var(--zuz-rb-topbar-h) + var(--zuz-rb-safe-top));padding-top:var(--zuz-rb-safe-top);padding-left:var(--zuz-rb-pad-x);padding-right:calc(var(--zuz-rb-pad-x) - 4px);box-shadow:none;pointer-events:none;background:0 0;border:none;justify-content:space-between;align-items:center;display:flex;position:absolute;top:0;left:0;right:0}.zuz-rb-topbar__brand,.zuz-rb-topbar__close{pointer-events:auto}.zuz-rb-topbar__brand{z-index:2;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 0 10px #08080af2);opacity:1;align-items:flex-end;gap:10px;display:flex;position:relative}.zuz-rb-page__stars{pointer-events:none;z-index:0;width:100%;position:absolute;top:0;left:0;overflow:visible}.zuz-rb-page__scroll-body{min-height:100%;padding:var(--zuz-rb-content-top) var(--zuz-rb-pad-x) var(--zuz-rb-content-bottom);position:relative}.zuz-rb-topbar__logo{color:var(--zuz-rb-text);flex-shrink:0;align-items:center;display:flex}.zuz-rb-topbar__logo-svg{width:auto;height:18px;display:block;overflow:visible}.zuz-rb-topbar__logo-path{fill:#0000;fill-opacity:0;stroke:currentColor;stroke-opacity:.5;stroke-width:1px;vector-effect:non-scaling-stroke;paint-order:stroke fill;stroke-alignment:inner}.zuz-rb-topbar__rulebook{letter-spacing:.28em;color:var(--zuz-rb-text-muted);text-transform:uppercase;font-size:11px;font-weight:600;line-height:1}.zuz-rb-topbar__close{z-index:2;cursor:pointer;filter:drop-shadow(0 0 8px #22252ca6);background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;width:44px;height:44px;margin:0;padding:0;transition:opacity .15s;display:flex;position:relative}.zuz-rb-topbar__close img{opacity:.45;filter:brightness(0)invert();width:14px;height:14px;display:block}.zuz-rb-topbar__close:active{opacity:.65}.zuz-rb-viewport{z-index:5;touch-action:pan-y pinch-zoom;position:absolute;inset:0;overflow:hidden}.zuz-rb-track{will-change:transform;height:100%;transition:transform var(--zuz-rb-slide-ms) cubic-bezier(.32, .72, 0, 1);display:flex}.zuz-rb-track.is-dragging{transition:none}.zuz-rb-page{width:100%;height:100%;padding:var(--zuz-rb-content-top) var(--zuz-rb-pad-x) var(--zuz-rb-content-bottom);text-align:center;flex-direction:column;flex:0 0 100%;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.zuz-rb-page--center{text-align:center;justify-content:center}.zuz-rb-page--article,.zuz-rb-page--chapter{text-align:left;justify-content:flex-start;align-items:stretch}.zuz-rb-page--article .zuz-rb-page__inner,.zuz-rb-page--chapter .zuz-rb-page__inner{width:100%;margin:0}.zuz-rb-page--chapter{padding-top:calc(var(--zuz-rb-content-top) + 10vh)}.zuz-rb-page--article .zuz-rb-page__inner{flex-direction:column;flex:1;min-height:0;display:flex}.zuz-rb-page__article-body{flex:none}.zuz-rb-page--wide-gap .zuz-rb-page__block{margin-bottom:26px}.zuz-rb-page__emphasis--foot{margin-top:auto;margin-bottom:0;padding-top:28px}.zuz-rb-page--chapter-scroll .zuz-rb-page__inner{text-align:left;width:100%;margin:0}.zuz-rb-page--chapter-scroll .zuz-rb-page__block{font-size:16px;line-height:1.82}.zuz-rb-page__lead{color:var(--zuz-rb-text);word-break:keep-all;letter-spacing:-.01em;margin:0 0 26px;font-size:16px;font-weight:600;line-height:1.82}.zuz-rb-page--chapter-scroll .zuz-rb-page__emphasis{margin-top:32px;font-weight:600}.zuz-rb-page__closing{color:var(--zuz-rb-text-body);word-break:keep-all;letter-spacing:-.01em;margin:48px 0 0;font-size:16px;line-height:1.82}.zuz-rb-type-section{margin-top:44px}.zuz-rb-type-section:first-of-type{margin-top:36px}.zuz-rb-type-label{letter-spacing:.22em;text-transform:uppercase;margin:0 0 10px;font-size:11px;font-weight:600;line-height:1}.zuz-rb-type-rule{opacity:.85;border:none;width:40px;height:1px;margin:0 0 22px;padding:0;display:block}.zuz-rb-type-title{letter-spacing:-.01em;color:var(--zuz-rb-text);word-break:keep-all;margin:0 0 18px;font-size:20px;font-weight:600;line-height:1.35}.zuz-rb-type-emphasis{color:var(--zuz-rb-text-body);word-break:keep-all;letter-spacing:-.01em;margin:22px 0 0;font-size:15px;font-weight:600;line-height:1.78}.zuz-rb-type-inline{font-weight:inherit;letter-spacing:inherit;font-size:inherit}.zuz-rb-rule-item{border-top:1px solid #c8ceda1f;margin-top:32px;padding-top:28px}.zuz-rb-rule-item:first-of-type{border-top:none;margin-top:28px;padding-top:0}.zuz-rb-rule-head{letter-spacing:-.01em;color:var(--zuz-rb-text);word-break:keep-all;margin:0 0 16px;font-size:18px;font-weight:600;line-height:1.4}.zuz-rb-rule-num{color:var(--zuz-rb-text-faint)}.zuz-rb-chapter-block{border-top:1px solid #c8ceda24;margin-top:44px;padding-top:32px}.zuz-rb-chapter-block__title{letter-spacing:-.01em;color:var(--zuz-rb-text);word-break:keep-all;margin:0 0 20px;font-size:20px;font-weight:600;line-height:1.35}.zuz-rb-chapter-block--warn{background:#ffffff05;border:1px solid #c8ceda1a;border-radius:0;margin-top:36px;padding:22px 18px}.zuz-rb-chapter-block--warn .zuz-rb-chapter-block__title{margin-bottom:18px}.zuz-rb-monitor{margin:24px 0 0;padding:0;list-style:none}.zuz-rb-monitor__item{color:var(--zuz-rb-text-body);word-break:keep-all;margin:0 0 10px;font-size:15px;line-height:1.65}.zuz-rb-monitor__item:last-child{margin-bottom:0}.zuz-rb-monitor__sep{color:var(--zuz-rb-text-faint);margin:0 .25em}.zuz-rb-monitor__dash{color:var(--zuz-rb-text-faint);margin:0 .45em}.zuz-rb-monitor-summary{border-top:1px solid #c8ceda24;margin-top:44px;padding-top:32px}.zuz-rb-monitor-summary .zuz-rb-monitor{margin-top:0}.zuz-rb-monitor-summary .zuz-rb-monitor__item{font-size:15px;line-height:1.7}.zuz-rb-chapter-block__list{color:var(--zuz-rb-text-body);word-break:keep-all;margin:0 0 18px;padding-left:1.15em;font-size:16px;line-height:1.75}.zuz-rb-chapter-block__list li{margin:0 0 6px}.zuz-rb-chapter-block__list li:last-child{margin-bottom:0}.zuz-rb-inline-code{color:var(--zuz-rb-text-body);background:#ffffff0f;border-radius:3px;padding:.08em .35em;font-family:inherit;font-size:.92em}.zuz-rb-currency-flow{justify-content:center;align-items:flex-start;gap:12px;margin:4px 0 24px;padding:0;display:flex}.zuz-rb-currency-flow__node{text-align:center;flex-direction:column;flex:none;align-items:center;min-width:88px;max-width:120px;display:flex}.zuz-rb-currency-flow__icon{flex-shrink:0;width:36px;height:36px;margin:0 0 8px;display:block}.zuz-rb-currency-flow__icon svg{width:100%;height:100%;display:block}.zuz-rb-currency-flow__name{letter-spacing:-.01em;color:var(--zuz-rb-text);margin:0 0 4px;font-size:14px;font-weight:600;line-height:1.3}.zuz-rb-currency-inline{white-space:nowrap;display:inline}.zuz-rb-currency-inline__icon{vertical-align:-.12em;width:14px;height:14px;margin-right:.22em;line-height:0;display:inline-block}.zuz-rb-currency-inline__icon svg{width:100%;height:100%;display:block}.zuz-rb-currency-flow__desc{color:var(--zuz-rb-text-body);opacity:.72;word-break:keep-all;margin:0;font-size:12px;line-height:1.45}.zuz-rb-currency-flow__link{flex-direction:column;flex:none;justify-content:center;align-self:center;align-items:center;min-width:36px;padding-top:6px;display:flex}.zuz-rb-currency-flow__arrow{color:var(--zuz-rb-text-faint);opacity:.55;font-size:18px;line-height:1;display:block}.zuz-rb-currency-flow__link-label{color:var(--zuz-rb-text-faint);opacity:.72;word-break:keep-all;margin-top:4px;font-size:11px;line-height:1.2}@media (max-width:480px){.zuz-rb-currency-flow{flex-direction:column;align-items:center;gap:10px}.zuz-rb-currency-flow__link{padding-top:0}.zuz-rb-currency-flow__arrow{transform:rotate(90deg)}}.zuz-rb-page__chapter-label{letter-spacing:.28em;color:var(--zuz-rb-text-faint);text-transform:uppercase;margin:0 0 18px;font-size:11px;font-weight:600}.zuz-rb-page__title--article,.zuz-rb-page__title--chapter{letter-spacing:-.01em;color:var(--zuz-rb-text);word-break:keep-all;margin:0 0 28px;font-size:28px;font-weight:600;line-height:1.32}.zuz-rb-page__title--chapter{margin-bottom:22px}.zuz-rb-page--article .zuz-rb-page__block,.zuz-rb-page--chapter .zuz-rb-page__block{margin-bottom:18px;font-size:16px;line-height:1.8}.zuz-rb-page__emphasis{color:var(--zuz-rb-accent);word-break:keep-all;letter-spacing:-.01em;margin:36px 0 0;font-size:15px;line-height:1.78}.zuz-rb-page__section-tag{z-index:20;left:calc(var(--zuz-rb-nav-offset) + env(safe-area-inset-left,0px));bottom:calc(var(--zuz-rb-nav-offset) + var(--zuz-rb-safe-bottom));letter-spacing:.04em;color:var(--zuz-rb-text-muted);-webkit-user-select:none;user-select:none;pointer-events:none;white-space:nowrap;margin:0;padding:0;font-size:11px;font-weight:600;line-height:1;position:absolute}.zuz-rb-page--scroll{text-align:left;justify-content:flex-start;align-items:stretch;padding:0;overflow:hidden}.zuz-rb-page__scroll{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-width:none;flex:1;width:100%;min-height:0;overflow:hidden auto}.zuz-rb-page__scroll::-webkit-scrollbar{display:none}.zuz-rb-page__inner{z-index:1;width:100%;margin:0;position:relative}.zuz-rb-page__block{color:var(--zuz-rb-text-body);word-break:keep-all;letter-spacing:-.01em;margin:0 0 20px;font-size:15px;line-height:1.78}.zuz-rb-page__block:last-child{margin-bottom:0}.zuz-rb-page__heading{letter-spacing:.12em;color:var(--zuz-rb-text-faint);text-transform:uppercase;margin:28px 0 10px;font-size:13px;font-weight:600}.zuz-rb-page__heading:first-of-type{margin-top:18px}.zuz-rb-page__label{letter-spacing:.32em;color:var(--zuz-rb-text-faint);text-transform:uppercase;margin:0 0 12px;font-size:11px;font-weight:600}.zuz-rb-page__title{letter-spacing:.02em;color:var(--zuz-rb-text);margin:0 0 24px;font-size:22px;font-weight:600;line-height:1.35}.zuz-rb-page__author{color:#b4bac6c7;word-break:keep-all;margin:0 0 32px;font-size:14px;line-height:1.6}.zuz-rb-peter-orb{width:56px;height:56px;margin:0 auto 22px;position:relative;overflow:visible}.zuz-rb-peter-orb__canvas,.zuz-rb-peter-orb canvas{width:100%;height:100%;display:block}.zuz-rb-peter-orb--signoff{opacity:.82;flex:0 0 20px;width:20px;height:20px;margin:0}.zuz-rb-page__desc{color:var(--zuz-rb-text-body);word-break:keep-all;letter-spacing:-.01em;margin:0;font-size:15px;line-height:1.78}.zuz-rb-page__subtitle{color:var(--zuz-rb-text);word-break:keep-all;margin:0 0 20px;font-size:15px;font-weight:600;line-height:1.5}.zuz-rb-page__signoff{color:var(--zuz-rb-text-muted);word-break:keep-all;margin:32px 0 0;font-size:14px;line-height:1.6}.zuz-rb-page--finale.zuz-rb-page--scroll .zuz-rb-page__scroll-body{padding-top:calc(var(--zuz-rb-content-top) + 4vh);padding-bottom:calc(var(--zuz-rb-content-bottom) + 32px)}.zuz-rb-page--finale .zuz-rb-page__inner{flex-direction:column;flex:1;width:100%;min-height:0;display:flex}.zuz-rb-page--finale.zuz-rb-page--scroll .zuz-rb-page__inner{min-height:100%}.zuz-rb-page--finale .zuz-rb-page__title{margin-bottom:32px}.zuz-rb-page--finale .zuz-rb-page__block{margin-bottom:24px;font-size:16px;line-height:1.86}.zuz-rb-finale__blessings{margin-top:36px;padding:8px 0 4px;position:relative}.zuz-rb-finale__blessing{z-index:1;color:var(--zuz-rb-text);word-break:keep-all;letter-spacing:-.01em;margin:0 0 24px;font-size:17px;font-weight:600;line-height:1.74;position:relative}.zuz-rb-finale__blessing:last-child{margin-bottom:0}.zuz-rb-finale__sparkles{pointer-events:none;z-index:0;position:absolute;inset:-16px -10px -12px -6px;overflow:visible}.zuz-rb-finale__sparkle{opacity:0;background:#c8d6ff8c;width:5px;height:5px;animation:3.6s ease-in-out infinite rb-finale-sparkle;position:absolute;transform:rotate(45deg);box-shadow:0 0 6px #a0beff59}@keyframes zuz-rb-finale-sparkle{0%,to{opacity:0;transform:rotate(45deg)scale(.6)}45%,55%{opacity:.72;transform:rotate(45deg)scale(1)}}.zuz-rb-finale__signoff{color:#a0a8b66b;word-break:keep-all;letter-spacing:.04em;align-items:center;gap:8px;margin-top:auto;padding-top:48px;padding-bottom:8px;font-size:13px;line-height:1.5;display:flex}.zuz-rb-finale__signoff-name{margin:0}.zuz-rb-pager__btn--next.is-hidden{visibility:hidden;pointer-events:none}.zuz-rb-pager{z-index:20;right:calc(var(--zuz-rb-nav-offset) + var(--zuz-rb-safe-right));bottom:calc(var(--zuz-rb-nav-offset) + var(--zuz-rb-safe-bottom));box-shadow:none;background:0 0;border:none;align-items:center;gap:0;padding:0;display:flex;position:absolute}.zuz-rb-pager__btn,.zuz-rb-pager__count{color:#0000;-webkit-text-stroke:1px var(--zuz-rb-stroke);paint-order:stroke fill}.zuz-rb-pager__btn{cursor:pointer;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:15px;font-weight:600;line-height:1;transition:opacity .15s;display:flex}.zuz-rb-pager__btn:disabled{opacity:.28;cursor:default}.zuz-rb-pager__btn:not(:disabled):active{opacity:.6}.zuz-rb-pager__count{text-align:center;letter-spacing:0;font-variant-numeric:tabular-nums;-webkit-user-select:none;user-select:none;flex:0 0 26px;justify-content:center;align-items:center;width:26px;padding:0;font-size:10px;font-weight:600;display:flex}.zuz-rb-corner-stars{z-index:25;left:calc(var(--zuz-rb-pad-x) + env(safe-area-inset-left,0px));bottom:calc(var(--zuz-rb-nav-offset) + var(--zuz-rb-safe-bottom) + 14px);pointer-events:none;-webkit-user-select:none;user-select:none;transition-property:width,height,left,bottom;transition-timing-function:cubic-bezier(.33,1,.68,1);position:absolute}.zuz-rb-corner-stars--cluster{left:calc(var(--zuz-rb-pad-x) + env(safe-area-inset-left,0px) - 12px);bottom:calc(var(--zuz-rb-nav-offset) + var(--zuz-rb-safe-bottom) + 2px)}.zuz-rb-corner-star-links{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:visible}.zuz-rb-corner-star-link-seg{stroke:#d6e0f885;stroke-width:1px;stroke-linecap:round;fill:none;vector-effect:non-scaling-stroke;stroke-dasharray:var(--zuz-rb-link-len);stroke-dashoffset:var(--zuz-rb-link-len)}.zuz-rb-corner-star-links--draw .zuz-rb-corner-star-link-seg{animation:zuz-rb-corner-star-link-draw var(--zuz-rb-link-duration,.167s) ease-out forwards;animation-delay:var(--zuz-rb-link-delay)}.zuz-rb-corner-star-links--drawn .zuz-rb-corner-star-link-seg{stroke-dashoffset:0}@keyframes zuz-rb-corner-star-link-draw{to{stroke-dashoffset:0}}.zuz-rb-corner-star--finish{transform-origin:50%;animation:zuz-rb-corner-star-finish-pulse var(--zuz-rb-finish-pulse-ms,.2s) ease-out forwards, zuz-rb-corner-star-finish-blink var(--zuz-rb-finish-blink-total-ms,.5s) linear var(--zuz-rb-finish-pulse-ms,.2s) forwards}.zuz-rb-corner-star--finish-done{opacity:1}@keyframes zuz-rb-corner-star-finish-pulse{0%{filter:brightness()drop-shadow(0 0 #0000);transform:scale(1)}40%{filter:brightness(2.5)drop-shadow(0 0 10px #fffffff2);transform:scale(1.2)}to{filter:brightness()drop-shadow(0 0 #0000);transform:scale(1)}}@keyframes zuz-rb-corner-star-finish-blink{0%,to{opacity:1}10%{opacity:.18}20%{opacity:1}30%{opacity:.18}40%{opacity:1}50%{opacity:.18}60%{opacity:1}70%{opacity:.18}80%{opacity:1}90%{opacity:.18}}.zuz-rb-corner-star-lux-reward{z-index:2;opacity:0;pointer-events:none;white-space:nowrap;align-items:center;gap:2px;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.zuz-rb-corner-star-lux-reward--animating{animation:zuz-rb-corner-star-lux-reward-in var(--zuz-rb-finish-blink-total-ms,.5s) ease-out var(--zuz-rb-finish-pulse-ms,.2s) forwards}.zuz-rb-corner-star-lux-reward--visible{opacity:1;transform:translate(-50%,-50%)scale(1)}.zuz-rb-corner-star-lux-reward--claimable{pointer-events:auto;cursor:pointer}.zuz-rb-corner-star-lux-reward--dismissing{opacity:0;pointer-events:none;transition:opacity .22s,transform .22s;transform:translate(-50%,-50%)scale(.92)}.zuz-rb-corner-star-lux-reward__icon{flex-shrink:0;line-height:0;display:inline-flex}.zuz-rb-corner-star-lux-reward__amount{letter-spacing:-.01em;color:#93c5fdfa;text-shadow:0 0 8px #60a5fa8c;font-size:11px;font-weight:700;line-height:1}@keyframes zuz-rb-corner-star-lux-reward-in{0%{opacity:0;transform:translate(-50%,-50%)scale(.9)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.zuz-rb-corner-star-slot{z-index:1;justify-content:center;align-items:center;display:flex;position:absolute;transform:translate(-50%,50%)}.zuz-rb-corner-stars--cluster .zuz-rb-corner-star{margin-top:0}.zuz-rb-corner-star-slot--v0{width:17px;height:17px}.zuz-rb-corner-star-slot--v1{width:14px;height:14px}.zuz-rb-corner-star-slot--v2{width:15px;height:15px}.zuz-rb-corner-star-slot--v3{width:13px;height:13px}.zuz-rb-corner-star-slot--v4{width:16px;height:16px}.zuz-rb-corner-star-slot--v5{width:14px;height:14px}.zuz-rb-corner-star-slot--v6{width:15px;height:15px}.zuz-rb-corner-star{opacity:1;position:relative}.zuz-rb-corner-star--v0{width:17px;height:17px}.zuz-rb-corner-star--v1{width:14px;height:14px;margin-top:1px}.zuz-rb-corner-star--v2{width:15px;height:15px}.zuz-rb-corner-star--v3{width:13px;height:13px;margin-top:2px}.zuz-rb-corner-star--v4{width:16px;height:16px;margin-top:1px}.zuz-rb-corner-star--v5{width:14px;height:14px}.zuz-rb-corner-star--v6{width:15px;height:15px;margin-top:1px}.zuz-rb-corner-star--v1 .zuz-rb-corner-star__ray-h{animation-delay:-.55s}.zuz-rb-corner-star--v1 .zuz-rb-corner-star__ray-v{animation-delay:-1.75s}.zuz-rb-corner-star--v1 .zuz-rb-corner-star__diag{animation-delay:-2.05s}.zuz-rb-corner-star--v1 .zuz-rb-corner-star__core{animation-delay:-1.25s,-.45s}.zuz-rb-corner-star--v2 .zuz-rb-corner-star__ray-h{animation-delay:-.25s}.zuz-rb-corner-star--v2 .zuz-rb-corner-star__ray-v{animation-delay:-1.95s}.zuz-rb-corner-star--v2 .zuz-rb-corner-star__core{animation-delay:-.65s,-2.35s}.zuz-rb-corner-star--v3 .zuz-rb-corner-star__diag{animation-delay:-.75s}.zuz-rb-corner-star--v3 .zuz-rb-corner-star__core{animation-delay:-1.45s,-.15s}.zuz-rb-corner-star--v4 .zuz-rb-corner-star__ray-h{animation-delay:-1.05s}.zuz-rb-corner-star--v4 .zuz-rb-corner-star__ray-v{animation-delay:-2.25s}.zuz-rb-corner-star--v4 .zuz-rb-corner-star__core{animation-delay:-.35s,-1.85s}.zuz-rb-corner-star--v5 .zuz-rb-corner-star__ray-h{animation-delay:-1.65s}.zuz-rb-corner-star--v5 .zuz-rb-corner-star__ray-v{animation-delay:-.95s}.zuz-rb-corner-star--v5 .zuz-rb-corner-star__diag{animation-delay:-2.45s}.zuz-rb-corner-star--v5 .zuz-rb-corner-star__core{animation-delay:-1.15s,-.05s}.zuz-rb-corner-star--v6 .zuz-rb-corner-star__ray-h{animation-delay:-2.05s}.zuz-rb-corner-star--v6 .zuz-rb-corner-star__ray-v{animation-delay:-.45s}.zuz-rb-corner-star--v6 .zuz-rb-corner-star__diag{animation-delay:-1.25s}.zuz-rb-corner-star--v6 .zuz-rb-corner-star__core{animation-delay:-1.75s,-2.55s}.zuz-rb-corner-star--intro{opacity:0;animation:.7s ease-out .5s forwards zuz-rb-corner-star-intro}.zuz-rb-corner-star--intro .zuz-rb-corner-star__ray-h,.zuz-rb-corner-star--intro .zuz-rb-corner-star__ray-v,.zuz-rb-corner-star--intro .zuz-rb-corner-star__diag,.zuz-rb-corner-star--intro .zuz-rb-corner-star__core{animation-play-state:paused}@keyframes zuz-rb-corner-star-intro{0%{opacity:0}8%{opacity:.16}12%{opacity:.04}20%{opacity:.3}28%{opacity:.46}32%{opacity:.14}40%{opacity:.52}48%{opacity:.64}52%{opacity:.22}60%{opacity:.72}68%{opacity:.82}72%{opacity:.36}80%{opacity:.88}88%{opacity:.94}92%{opacity:.5}to{opacity:1}}.zuz-rb-corner-star__svg{width:100%;height:100%;display:block;overflow:visible}.zuz-rb-corner-star__ray-h,.zuz-rb-corner-star__ray-v,.zuz-rb-corner-star__diag,.zuz-rb-corner-star__core{transform-box:fill-box;transform-origin:50%}.zuz-rb-corner-star__ray-h line{stroke:#d6e0f8b8;stroke-width:1px;stroke-linecap:round}.zuz-rb-corner-star__ray-v line{stroke:#d6e0f8ad;stroke-width:1px;stroke-linecap:round}.zuz-rb-corner-star__diag line{stroke:#c8d4ee61;stroke-width:.85px;stroke-linecap:round}.zuz-rb-corner-star__ray-h{animation:2.5s ease-in-out -1.35s infinite zuz-rb-corner-star-ray-h}.zuz-rb-corner-star__ray-v{animation:2.1s ease-in-out -.85s infinite zuz-rb-corner-star-ray-v}.zuz-rb-corner-star__diag{animation:2.7s ease-in-out -1.55s infinite zuz-rb-corner-star-diag}.zuz-rb-corner-star__core{fill:#fffffff0;animation:1.8s ease-in-out -.95s infinite zuz-rb-corner-star-core-bright,3.1s ease-in-out -2.15s infinite zuz-rb-corner-star-core-glow}@keyframes zuz-rb-corner-star-ray-h{0%,to{opacity:.58;transform:scaleX(.84)}50%{opacity:.82;transform:scaleX(1.1)}}@keyframes zuz-rb-corner-star-ray-v{0%,to{opacity:.54;transform:scaleY(.82)}50%{opacity:.8;transform:scaleY(1.08)}}@keyframes zuz-rb-corner-star-diag{0%,to{opacity:.32;transform:scale(.88)}50%{opacity:.48;transform:scale(1.02)}}@keyframes zuz-rb-corner-star-core-bright{0%,to{opacity:.86;transform:scale(1)}50%{opacity:.98;transform:scale(1.06)}}@keyframes zuz-rb-corner-star-core-glow{0%,to{filter:drop-shadow(0 0 3.2px #e6eeff94)}50%{filter:drop-shadow(0 0 6.8px #e6eeffd1)}}@media (prefers-reduced-motion:reduce){.zuz-rb-corner-stars,.zuz-rb-corner-star-slot{transition:none}.zuz-rb-corner-star-links--draw .zuz-rb-corner-star-link-seg{stroke-dashoffset:0;animation:none}.zuz-rb-corner-star--finish,.zuz-rb-corner-star--finish-done{animation:none}.zuz-rb-corner-star-lux-reward--animating,.zuz-rb-corner-star-lux-reward--visible,.zuz-rb-corner-star--intro{opacity:1;animation:none}.zuz-rb-corner-star__ray-h,.zuz-rb-corner-star__ray-v,.zuz-rb-corner-star__diag,.zuz-rb-corner-star__core{animation:none}.zuz-rb-corner-star__ray-h{opacity:.78;transform:scaleX(1)}.zuz-rb-corner-star__ray-v{opacity:.76;transform:scaleY(1)}.zuz-rb-corner-star__diag{opacity:.44;transform:scale(.96)}.zuz-rb-corner-star__core{opacity:.96;filter:drop-shadow(0 0 6.5px #e6eeffd9);transform:scale(1.1)}}.zuz-rb-dot{pointer-events:none;will-change:transform, opacity;background:#d2daebd9;border-radius:50%;position:absolute;top:0;left:0;box-shadow:0 0 6px #bec8e173}
