.authModal{position:fixed;inset:0;z-index:90;display:grid;place-items:center}.authModal__backdrop{position:absolute;inset:0;border:0;background:#03070fad;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.authModal__dialog{position:relative;z-index:1;width:min(460px,calc(100vw - 2rem));border:1px solid var(--v3-border-strong);border-radius:24px;padding:1.4rem;background:linear-gradient(180deg,#121f39eb,#080d1bf5),radial-gradient(circle at top left,rgba(120,150,218,.12),transparent 38%);box-shadow:0 24px 50px #0000006b}.authModal__close{position:absolute;top:.8rem;right:.9rem;border:0;background:transparent;color:var(--v3-muted);cursor:pointer}.authModal__title{margin:0;font-size:1.3rem}.authModal__copy{margin:.45rem 0 0;color:var(--v3-muted);line-height:1.55;font-size:.92rem}.authModal__form{display:grid;gap:.9rem;margin-top:1.1rem}.authModal__field{display:grid;gap:.35rem;font-size:.84rem;color:var(--v3-muted)}.authModal__field input{width:100%;border:1px solid var(--v3-border);border-radius:14px;padding:.78rem .9rem;color:var(--v3-text);background:#ffffff0a}.authModal__field input:focus{outline:none;border-color:#9bc6ff9e;box-shadow:0 0 0 2px #9bc6ff1f}.authModal__submit,.authModal__switchButton{border:1px solid rgba(147,181,235,.22);border-radius:999px;background:#ffffff0a;color:var(--v3-text);cursor:pointer}.authModal__submit{width:60%;justify-self:center;padding:.8rem 1rem;background:linear-gradient(180deg,#f1f5fcf5,#c5cedef5);border-color:#e9f0fb75;color:#112033;box-shadow:0 10px 26px #070b1338}.authModal__submit:disabled{opacity:.7;cursor:wait}.authModal__error{margin:0;color:#ffb5bf;font-size:.82rem}.authModal__submitDivider{width:100%;height:1px;margin-top:.15rem;background:linear-gradient(90deg,transparent,rgba(189,206,234,.42),transparent)}.authModal__switch{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:1rem;color:var(--v3-muted);font-size:.84rem}.authModal__switchButton{padding:.45rem .78rem;color:var(--v3-blue)}.userProfilePanel{position:fixed;top:5.65rem;right:1rem;z-index:70}.userProfilePanel__card{width:min(340px,calc(100vw - 2rem));max-height:min(78vh,820px);overflow-y:auto;border:1px solid rgba(147,181,235,.18);border-radius:18px;padding:1rem;background:linear-gradient(180deg,#121f39eb,#080d1bf5),radial-gradient(circle at top left,rgba(120,150,218,.12),transparent 38%);box-shadow:0 18px 42px #00000059}.userProfilePanel__topRow{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.userProfilePanel__smallButton,.userProfilePanel__closeButton,.userProfilePanel__actionButton{border:1px solid rgba(147,181,235,.18);border-radius:10px;background:#ffffff08;color:var(--v3-text);cursor:pointer;font:inherit}.userProfilePanel__smallButton{padding:.3rem .65rem;font-size:.78rem}.userProfilePanel__closeButton{width:30px;height:28px;line-height:1}.userProfilePanel__title{margin:.25rem 0 1rem;text-align:center;font-size:1rem}.userProfilePanel__fields{display:grid;gap:1rem}.userProfilePanel__field strong{display:block;margin-bottom:.2rem;color:var(--v3-muted);font-size:.78rem}.userProfilePanel__field span{display:block;line-height:1.45;word-break:break-word}.userProfilePanel__tierValue{display:inline-flex;align-items:center;gap:.4rem}.userProfilePanel__tierValue>span{display:inline-flex;align-items:center}.userProfilePanel__tierLabel{line-height:1.2}.userProfilePanel__tierGlyph{display:inline-flex;align-items:center;justify-content:center;font-size:.9rem;line-height:1;font-weight:700}.userProfilePanel__tierGlyph--patron{color:#9fd9c8}.userProfilePanel__tierGlyph--scholar{color:#9fbef5}.userProfilePanel__tierGlyph--mage{color:#f2c889}.userProfilePanel__input{width:100%;border:1px solid rgba(147,181,235,.18);border-radius:10px;background:#ffffff0f;color:var(--v3-text);padding:.6rem .7rem;font:inherit}.userProfilePanel__status{min-height:1.1rem;margin-top:1rem;color:var(--v3-muted);font-size:.78rem;text-align:center}.userProfilePanel__status.is_error{color:#ffb5bf}.userProfilePanel__actions{display:flex;justify-content:flex-end;gap:.6rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(147,181,235,.16)}.userProfilePanel__actions--single{justify-content:stretch}.userProfilePanel__actionButton{padding:.55rem .9rem}.userProfilePanel__actions--single .userProfilePanel__actionButton{width:100%}.userProfilePanel__actionButton--primary{background:linear-gradient(180deg,#475fb8eb,#314488f5)}.userProfilePanel__actionButton--secondary{color:var(--v3-muted)}@media(max-width:980px){.userProfilePanel{top:5.2rem;right:.75rem;left:.75rem}.userProfilePanel__card{width:auto}}.supportModalV3{position:fixed;inset:0;z-index:95;display:grid;place-items:center}.supportModalV3__backdrop{position:absolute;inset:0;border:0;background:#03070fb8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.supportModalV3__dialog{position:relative;z-index:1;display:flex;flex-direction:column;gap:.95rem;width:min(620px,calc(100vw - 2rem));max-height:min(82vh,860px);padding:1.25rem;border:1px solid rgba(147,181,235,.18);border-radius:24px;background:linear-gradient(180deg,#121f39f2,#080d1bfa),radial-gradient(circle at top left,rgba(120,150,218,.12),transparent 38%);box-shadow:0 24px 50px #0000006b;overflow:hidden}.supportModalV3__close{position:absolute;top:.8rem;right:.9rem;width:32px;height:32px;border:1px solid rgba(147,181,235,.18);border-radius:8px;background:#ffffff08;color:var(--v3-muted);cursor:pointer}.supportModalV3__close:hover{border-color:#bacdf857}.supportModalV3__title{margin:0;color:#f4f7ff;font-size:1.3rem}.supportModalV3__copy{margin:0;color:var(--v3-muted);line-height:1.58}.supportModalV3__scroll{display:grid;gap:.95rem;min-height:0;overflow-y:auto;padding-right:.25rem}.supportModalV3__panel{border:1px solid rgba(147,181,235,.16);border-radius:18px;background:#ffffff08;padding:.95rem}.supportModalV3__panelTitle{margin:0 0 .55rem;color:#f4f7ff;font-size:.98rem}.supportModalV3__tierList{display:grid;gap:.48rem}.supportModalV3__tierLine{margin:0;color:var(--v3-muted);line-height:1.5}.supportModalV3__tierLine strong{color:#f4f7ff}.supportModalV3__tokenWrap{overflow-x:auto}.supportModalV3__tokenTable{width:100%;min-width:440px;border-collapse:collapse}.supportModalV3__tokenTable th,.supportModalV3__tokenTable td{padding:.42rem .48rem;border-bottom:1px solid rgba(255,255,255,.08);text-align:left;color:var(--v3-muted);font-size:.8rem}.supportModalV3__tokenTable th{color:#f4f7ff;font-weight:700}.supportModalV3__tokenTable tbody tr:last-child td{border-bottom:none}.supportModalV3__tablePlaceholder{color:var(--v3-muted);text-align:center}.supportModalV3__tablePlaceholder.is_error{color:#ffb5bf}.supportModalV3__priceTag{display:inline-flex;align-items:center;justify-content:center;min-width:3.1rem;margin-right:.45rem;padding:.08rem .45rem;border:1px solid rgba(242,219,169,.32);border-radius:999px;background:#3c2b166b;color:#f6f1e4;font-size:.68rem;font-weight:700}.supportModalV3__honorIntro{margin:0 0 .55rem;color:var(--v3-muted);font-size:.84rem}.supportModalV3__honorList{border:1px solid rgba(147,181,235,.14);border-radius:14px;max-height:260px;overflow:auto}.supportModalV3__honorRow{display:flex;align-items:center;justify-content:space-between;gap:.7rem;padding:.48rem .6rem;border-bottom:1px solid rgba(255,255,255,.06)}.supportModalV3__honorRow:last-child{border-bottom:none}.supportModalV3__honorName{color:#f4f7ff;font-size:.82rem;overflow-wrap:anywhere}.supportModalV3__honorTier{display:inline-flex;align-items:center;gap:.32rem;color:var(--v3-muted);font-size:.78rem;white-space:nowrap}.supportModalV3__tierBadge{display:inline-flex;align-items:center;justify-content:center;width:1.05rem;height:1.05rem;border-radius:999px;border:1px solid rgba(147,181,235,.16);background:#ffffff0a;font-size:.68rem;line-height:1}.supportModalV3__tierBadge--patron{color:#9fd9c8;border-color:#9fd9c88c}.supportModalV3__tierBadge--scholar{color:#9fbef5;border-color:#9fbef58c}.supportModalV3__tierBadge--mage{color:#f2c889;border-color:#f2c8899e}.supportModalV3__placeholder{margin:0;padding:.65rem;color:var(--v3-muted);font-size:.8rem}.supportModalV3__placeholder.is_error{color:#ffb5bf}.supportModalV3__actions{display:flex;justify-content:flex-end;gap:.65rem;flex-wrap:wrap;padding-top:.35rem;border-top:1px solid rgba(147,181,235,.12)}.supportModalV3__action{min-height:42px;padding:.72rem 1.1rem;border-radius:16px;border:1px solid rgba(147,181,235,.2);color:inherit;font:inherit;cursor:pointer}.supportModalV3__action--secondary{background:#ffffff08;color:#d9e4ff}.supportModalV3__action--primary{background:linear-gradient(180deg,#ead9a8,#cfb57c);border-color:#ebdcbc47;color:#132033}@media(max-width:640px){.supportModalV3__dialog{width:min(calc(100vw - 1rem),620px);max-height:calc(100dvh - 1rem);padding:1rem}.supportModalV3__actions{justify-content:stretch}.supportModalV3__action{width:100%}}.appShell{position:relative;min-height:100%;overflow:hidden}.appShell__background{position:fixed;inset:0;background:linear-gradient(180deg,#060b17b8,#060b17d6),url(./mistbackground-vHPpAdDA.png) center/cover no-repeat;opacity:.72;filter:brightness(.9) saturate(.9)}.appShell__inner{position:relative;z-index:1;display:flex;flex-direction:column;min-height:100%;padding:1rem}.appShell__header{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;border:1px solid var(--v3-border);border-radius:20px;padding:.7rem .9rem;background:linear-gradient(180deg,#131f39d6,#080d1be0);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:50}.appShell__headerLeft,.appShell__headerCenter,.appShell__headerRight{display:flex;align-items:center;min-width:0}.appShell__headerLeft{gap:.7rem}.appShell__headerCenter{justify-content:center}.appShell__headerRight{justify-content:flex-end;flex-wrap:wrap;gap:.7rem}.appShell__drawerButton{width:40px;height:40px;border:1px solid #d7deea;border-radius:8px;background:url(./controlmenubutton-C08l3Dgz.jpg) center/cover no-repeat;cursor:pointer}.appShell__supportButton,.appShell__ghostButton,.appShell__localeDropdownButton,.appShell__localeMenuItem{border:1px solid rgba(147,181,235,.22);background:#ffffff08}.appShell__supportButton{border-radius:999px;padding:.62rem 1rem;color:var(--v3-text);cursor:pointer}.appShell__ghostButton{border-radius:999px;padding:.5rem .85rem;color:var(--v3-blue);cursor:pointer}.appShell__localeDropdown{position:relative;z-index:55}.appShell__localeDropdownButton{display:inline-flex;align-items:center;gap:.55rem;min-height:40px;padding:.55rem .9rem;border-radius:999px;color:var(--v3-text);cursor:pointer}.appShell__localeDropdownCaret{color:var(--v3-muted);font-size:.72rem;line-height:1;transition:transform var(--v3-transition)}.appShell__localeDropdown.is_open .appShell__localeDropdownCaret{transform:rotate(180deg)}.appShell__localeMenu{position:absolute;top:calc(100% + .45rem);left:0;display:grid;min-width:164px;padding:.35rem;border:1px solid rgba(147,181,235,.18);border-radius:16px;background:#090f1cf5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 16px 34px #00000047;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px);transition:opacity var(--v3-transition),transform var(--v3-transition),visibility var(--v3-transition);z-index:45}.appShell__localeDropdown.is_open .appShell__localeMenu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.appShell__localeMenuItem{width:100%;padding:.7rem .8rem;border-radius:12px;text-align:left;color:var(--v3-muted);cursor:pointer}.appShell__localeMenuItem.is_active,.appShell__localeMenuItem:hover{border-color:#f0c37a42;background:#ffffff0f;color:var(--v3-text)}.appShell__authGroup{display:inline-flex;align-items:center;gap:.55rem}.appShell__balances{display:inline-flex;align-items:center;gap:.5rem;min-height:38px;padding:.45rem .8rem;border:1px solid rgba(147,181,235,.16);border-radius:999px;background:#ffffff05;color:#f6f1e4;font-size:.8rem}.appShell__balanceItem{display:inline-flex;align-items:center;gap:.38rem}.appShell__balanceIcon{display:inline-grid;place-items:center;width:16px;height:16px;border-radius:999px;font-size:.62rem;font-weight:700;color:#101724}.appShell__balanceIcon--tt{background:linear-gradient(180deg,#e8d6acfa,#c1ad7ffa)}.appShell__balanceIcon--at{background:linear-gradient(180deg,#d6e0effa,#aabad6fa)}.appShell__balanceText{display:inline-flex;align-items:center;gap:.18rem;white-space:nowrap}.appShell__balancesDivider{color:#f6f1e480}.appShell__balanceSpinner{width:12px;height:12px;border:2px solid rgba(246,241,228,.2);border-top-color:#f6f1e4eb;border-radius:999px;animation:appShellSpin .8s linear infinite}.appShell__sessionPill{display:inline-flex;align-items:center;justify-content:center;gap:.42rem;min-height:38px;padding:.5rem .85rem;border:1px solid rgba(147,181,235,.16);border-radius:999px;color:#f6f1e4;background:#ffffff05;font-size:.82rem}.appShell__sessionPill--button{cursor:pointer}.appShell__sessionTierGlyph{display:inline-flex;align-items:center;justify-content:center;font-size:.9rem;line-height:1;font-weight:700}.appShell__sessionTierGlyph--patron{color:#9fd9c8}.appShell__sessionTierGlyph--scholar{color:#9fbef5}.appShell__sessionTierGlyph--mage{color:#f2c889}@keyframes appShellSpin{to{transform:rotate(360deg)}}.appShell__drawer{position:fixed;left:1rem;top:5.7rem;bottom:1rem;width:min(380px,calc(100vw - 2rem));padding:1rem;border:1px solid var(--v3-border);border-radius:20px;background:#080c18e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translate(-112%);opacity:0;pointer-events:none;transition:transform var(--v3-transition),opacity var(--v3-transition);z-index:40}.appShell__drawer.is_open{transform:translate(0);opacity:1;pointer-events:auto}.appShell__drawerNav{display:flex;flex-direction:column;gap:.75rem}.appShell__drawerRow{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;column-gap:.8rem}.appShell__drawerRow--bottom{margin-top:auto;padding-top:.75rem}.appShell__drawerIconButton{width:36px;height:36px;border:1px solid var(--v3-border);border-radius:8px;background:linear-gradient(180deg,#213354eb,#0d1425f5);cursor:pointer;display:grid;place-items:center}.appShell__drawerIconButton.is_active{border-color:#93b5eb47;box-shadow:inset 0 0 0 1px #ffffff0a}.appShell__drawerIconButton--placeholder{color:var(--v3-muted)}.appShell__drawerIconGlyph{font-size:.68rem;font-weight:700;letter-spacing:.04em;color:var(--v3-text)}.appShell__drawerItem{display:flex;align-items:center;width:100%;min-height:44px;padding:.8rem;border:1px solid transparent;border-radius:16px;background:transparent;color:var(--v3-text)}.appShell__drawerItem--labelOnly{justify-content:flex-start}.appShell__drawerItem--placeholder{color:var(--v3-muted);cursor:default}.appShell__drawerItem:hover,.appShell__drawerItem.is_active{border-color:var(--v3-border);background:#ffffff0a}.appShell__drawerItemLabel{font-size:.92rem}.appShell__main{position:relative;z-index:1;flex:1 1 auto;min-height:0;padding-top:.7rem}@media(max-width:980px){.appShell__inner{padding:.75rem .75rem 0}.appShell__header{grid-template-columns:auto 1fr;align-items:start}.appShell__headerCenter{display:none}.appShell__headerLeft,.appShell__headerRight{flex-wrap:wrap}.appShell__headerRight{justify-content:flex-end}.appShell__drawer{inset:5.2rem .75rem .75rem;width:auto}}:root{color-scheme:dark;--v3-bg-900: #060b17;--v3-bg-850: #0a1020;--v3-bg-800: #10182c;--v3-bg-700: #18253f;--v3-panel: rgba(10, 18, 35, .86);--v3-panel-strong: rgba(13, 22, 43, .94);--v3-border: rgba(147, 181, 235, .18);--v3-border-strong: rgba(147, 181, 235, .28);--v3-text: #eef3ff;--v3-muted: #91a4c8;--v3-blue: #9bc6ff;--v3-gold: #f0c37a;--v3-rose: #f1a7ad;--v3-mint: #8fd7c4;--v3-shadow: rgba(0, 0, 0, .38);--v3-radius-lg: 24px;--v3-radius-md: 18px;--v3-radius-sm: 14px;--v3-transition: .18s ease}*{box-sizing:border-box}html,body,#root{min-height:100%;height:100%}body{margin:0;font-family:Georgia,Times New Roman,serif;color:var(--v3-text);background:radial-gradient(circle at top,rgba(76,120,212,.18),transparent 26%),radial-gradient(circle at 80% 18%,rgba(175,118,74,.12),transparent 18%),radial-gradient(circle at bottom left,rgba(86,123,173,.1),transparent 20%),linear-gradient(180deg,#091326,#040915)}button,input{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}.appRouteFallback{min-height:calc(100vh - 7rem);display:grid;place-items:center}.appRouteFallback__panel{padding:.95rem 1.2rem;border:1px solid rgba(147,181,235,.18);border-radius:16px;background:linear-gradient(180deg,#121f39d6,#080d1be6),radial-gradient(circle at top left,rgba(120,150,218,.12),transparent 38%);color:var(--v3-muted)}
