.app-header{--header-bg: linear-gradient(180deg, rgba(4, 23, 56, .98), rgba(2, 18, 47, .98));position:relative;z-index:2;width:100%;flex:0 0 auto;min-height:88px;display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr) minmax(320px,360px);align-items:center;gap:18px;padding:0 32px;background:var(--header-bg);border-bottom:1px solid rgba(83,213,255,.24);box-shadow:0 14px 30px #001e5e38;font-family:Microsoft YaHei,PingFang SC,Arial,sans-serif}.app-header--light{--header-bg: linear-gradient(112deg, #2f7dff 0%, #0c5cff 54%, #0752da 100%)}.app-header:after{content:"";position:absolute;inset:auto 0 0;height:3px;background:linear-gradient(90deg,transparent,rgba(64,229,255,.86),transparent);pointer-events:none}.app-header__brand,.app-header__action{border:0;font:inherit;cursor:pointer}.app-header__brand:focus,.app-header__action:focus{outline:none}.app-header__brand:focus-visible{outline:2px solid rgba(116,236,255,.72);outline-offset:4px}.app-header__action:focus-visible{outline:none}.app-header__brand{display:inline-flex;align-items:center;justify-self:start;gap:12px;min-width:0;color:#f5fdff;background:transparent}.app-header__logo{width:50px;height:50px;flex:0 0 auto;filter:drop-shadow(0 0 10px rgba(37,225,255,.55))}.app-header__brand-text{display:grid;gap:2px;min-width:0;text-align:left;line-height:1.05}.app-header__brand-text strong{overflow:hidden;color:#f6fdff;font-size:26px;font-weight:800;letter-spacing:1px;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 0 10px rgba(87,219,255,.65)}.app-header__brand-text small{color:#e0f6ffdb;font-size:12px;font-weight:700;letter-spacing:1px}.app-header--dark .app-header__brand-text small{opacity:.45}.app-header__title{margin:0;color:#dffaff;font-size:38px;font-weight:900;letter-spacing:3px;text-align:center;text-shadow:0 0 7px rgba(108,234,255,.95),0 0 22px rgba(30,130,255,.78);white-space:nowrap}.app-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:22px;min-width:0}.app-header__action{display:inline-flex;align-items:center;gap:8px;min-width:0;padding:8px 0;color:#f3fbff;background:transparent;font-size:16px;font-weight:700;white-space:nowrap;opacity:.9;transition:opacity .18s ease,transform .18s ease}.app-header__action:hover{opacity:1;transform:translateY(-1px)}.app-header__action img{width:26px;height:26px;flex:0 0 auto;filter:drop-shadow(0 0 7px rgba(124,235,255,.55))}@media(max-width:1100px){.app-header{grid-template-columns:minmax(180px,240px) minmax(0,1fr) auto;gap:12px;padding:0 20px}.app-header__title{font-size:32px;letter-spacing:2px}.app-header__brand-text strong{font-size:22px}.app-header__actions{gap:14px}.app-header__action{font-size:14px}.app-header__action span{display:none}}.scaled-header-shell{position:relative;flex:0 0 var(--portal-header-slot-height, 88px);height:var(--portal-header-slot-height, 88px);overflow:hidden;z-index:2}.scaled-header-shell__canvas{position:absolute;top:0;left:50%;width:1440px;transform:translate(-50%) scale(var(--portal-scale, 1));transform-origin:top center}.subsystem-frame{--sub-bg: #eef6ff;--sub-surface: rgba(255, 255, 255, .82);--sub-surface-strong: #ffffff;--sub-border: rgba(154, 188, 236, .54);--sub-line: rgba(146, 178, 225, .28);--sub-text: #14233d;--sub-muted: #647390;--sub-title: #0d5df1;--sub-accent: #176dff;--sub-glow: rgba(36, 120, 255, .16);--sub-sidebar-width: 250px;width:100%;min-height:100vh;height:100%;display:flex;flex-direction:column;overflow:hidden;color:var(--sub-text);background:linear-gradient(90deg,rgba(45,122,240,.07) 1px,transparent 1px),linear-gradient(0deg,rgba(45,122,240,.07) 1px,transparent 1px),linear-gradient(180deg,#f8fbff 0%,var(--sub-bg) 100%);background-size:72px 72px,72px 72px,auto;font-family:Microsoft YaHei,PingFang SC,Arial,sans-serif}.subsystem-frame--dark{--sub-bg: #031638;--sub-surface: rgba(2, 27, 72, .74);--sub-surface-strong: rgba(3, 36, 88, .9);--sub-border: rgba(24, 164, 255, .56);--sub-line: rgba(52, 173, 255, .2);--sub-text: #e2f2ff;--sub-muted: #8ba8d4;--sub-title: #dff8ff;--sub-accent: #15d8ff;--sub-glow: rgba(0, 192, 255, .18);background:linear-gradient(90deg,rgba(42,194,255,.07) 1px,transparent 1px),linear-gradient(0deg,rgba(42,194,255,.07) 1px,transparent 1px),radial-gradient(circle at 58% 25%,rgba(17,98,255,.18),transparent 36%),linear-gradient(180deg,#061d45 0%,var(--sub-bg) 100%);background-size:72px 72px,72px 72px,auto,auto}.subsystem-main{flex:1;min-height:0;display:flex;overflow:hidden}.subsystem-sidebar{position:relative;width:var(--sub-sidebar-width);flex:0 0 var(--sub-sidebar-width);min-height:0;padding:24px 14px;background:#ffffffc7;border-right:1px solid var(--sub-line);box-shadow:10px 0 28px #4277cd14;transition:width .2s ease,flex-basis .2s ease}.subsystem-frame--dark .subsystem-sidebar{background:#021237b3;box-shadow:inset -1px 0 #14bcff40}.subsystem-sidebar.is-collapsed{width:78px;flex-basis:78px}.subsystem-collapse{position:absolute;left:18px;right:auto;bottom:24px;z-index:3;width:44px;height:40px;display:grid;place-items:center;color:var(--sub-accent);background:var(--sub-surface-strong);border:1px solid var(--sub-border);border-radius:8px;cursor:pointer;box-shadow:0 8px 18px #195bbc1f}.subsystem-sidebar.is-collapsed .subsystem-collapse{left:17px}.subsystem-menu{display:grid;gap:10px;margin-top:0}.subsystem-menu button{height:54px;display:flex;align-items:center;gap:16px;padding:0 18px;color:var(--sub-muted);background:transparent;border:1px solid transparent;border-radius:6px;font:inherit;font-size:16px;font-weight:800;cursor:pointer;text-align:left;transition:background .18s ease,color .18s ease,border-color .18s ease}.subsystem-icon{width:1em;height:1em;flex:0 0 auto}.subsystem-menu button .subsystem-icon{font-size:22px}.subsystem-menu button.is-active,.subsystem-menu button:hover{color:var(--sub-accent);background:linear-gradient(90deg,#297dff1f,#ffffff1f);border-color:var(--sub-border);box-shadow:inset 0 0 24px var(--sub-glow)}.subsystem-frame--dark .subsystem-menu button.is-active,.subsystem-frame--dark .subsystem-menu button:hover{background:linear-gradient(90deg,#00a0ff38,#00409429)}.subsystem-menu .subsystem-home-link{margin-bottom:8px;color:var(--sub-accent);background:#1f6fff14;border-color:var(--sub-border)}.subsystem-menu .subsystem-home-link+button{margin-top:4px}.subsystem-sidebar.is-collapsed .subsystem-menu button{justify-content:center;padding:0}.subsystem-sidebar.is-collapsed .subsystem-menu span{display:none}.subsystem-sidebar-art{position:absolute;left:22px;right:22px;bottom:56px;height:220px;pointer-events:none;opacity:.76}.subsystem-sidebar-art span,.subsystem-sidebar-art i,.subsystem-sidebar-art b{position:absolute;display:block;border:1px solid rgba(39,136,255,.36);background:linear-gradient(180deg,#2a9eff29,#2a9eff05);transform:skewY(-20deg)}.subsystem-sidebar-art span{left:20px;bottom:28px;width:126px;height:84px}.subsystem-sidebar-art i{left:48px;bottom:112px;width:132px;height:76px}.subsystem-sidebar-art b{left:0;bottom:0;width:170px;height:48px;border-radius:50%}.subsystem-sidebar.is-collapsed .subsystem-sidebar-art{display:none}.subsystem-body{min-width:0;flex:1;display:flex;flex-direction:column;min-height:0}.subsystem-content{flex:1;min-height:0;overflow:auto;padding:34px 50px 46px}.subsystem-placeholder{min-height:520px;display:grid;place-items:center;background:var(--sub-surface);border:1px solid var(--sub-border);border-radius:8px;box-shadow:inset 0 0 36px #4da7ff14,0 16px 38px #285bb214}.subsystem-frame--dark .subsystem-placeholder{clip-path:polygon(2% 0,98% 0,100% 4%,100% 96%,98% 100%,2% 100%,0 96%,0 4%)}.subsystem-placeholder>div{display:grid;justify-items:center;gap:14px;color:var(--sub-muted)}.subsystem-placeholder .subsystem-icon{color:var(--sub-accent);font-size:70px;filter:drop-shadow(0 0 12px var(--sub-glow))}.subsystem-placeholder h3{margin:0;color:var(--sub-text);font-size:32px;font-weight:900}.subsystem-placeholder p{margin:0;font-size:16px;font-weight:700}.portal-page{--bg: #051d44;--header-bg: linear-gradient(180deg, rgba(4, 23, 56, .98), rgba(2, 18, 47, .98));--panel-bg: rgba(3, 28, 68, .78);--card-bg: linear-gradient(180deg, rgba(7, 51, 110, .76), rgba(4, 32, 77, .9));--card-border: rgba(77, 210, 255, .7);--card-inner: rgba(85, 186, 255, .28);--text: #d8efff;--muted: #8abce8;--strong: #bdefff;--accent: #19ddff;--footer-bg: rgba(2, 16, 43, .92);--line: rgba(31, 204, 255, .38);position:relative;width:100vw;height:100vh;overflow:hidden;color:var(--text);background:linear-gradient(90deg,rgba(42,194,255,.07) 1px,transparent 1px),linear-gradient(0deg,rgba(42,194,255,.07) 1px,transparent 1px),linear-gradient(180deg,#061d45,#031539);background-size:72px 72px,72px 72px,auto;font-family:Microsoft YaHei,PingFang SC,Arial,sans-serif;isolation:isolate}.portal-shell{position:absolute;top:0;left:50%;width:1440px;height:1080px;display:block;transform:translate(-50%) scale(var(--portal-scale));transform-origin:top center}.portal-page--light{--bg: #edf6ff;--header-bg: linear-gradient(112deg, #2f7dff 0%, #0c5cff 54%, #0752da 100%);--panel-bg: rgba(238, 247, 255, .92);--card-bg: linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(239, 248, 255, .8));--card-border: rgba(33, 135, 255, .58);--card-inner: rgba(38, 151, 255, .2);--text: #062e86;--muted: #3c68bf;--strong: #0a45b2;--accent: #177cff;--footer-bg: linear-gradient(180deg, #1f78ff, #0754d7);--line: rgba(17, 116, 255, .28);background:linear-gradient(90deg,rgba(29,125,255,.08) 1px,transparent 1px),linear-gradient(0deg,rgba(29,125,255,.08) 1px,transparent 1px),linear-gradient(180deg,#f6fbff,#e6f2ff 68%,#d8ebff);background-size:72px 72px,72px 72px,auto}.portal-module-card{border:0;font:inherit;cursor:pointer}.portal-module-card:focus{outline:none}.portal-module-card:focus-visible{outline:2px solid rgba(116,236,255,.72);outline-offset:4px}.portal-main{position:relative;z-index:1;width:1338px;margin:22px auto 14px;padding:10px 4px 0}.portal-module-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px 28px}.portal-module-card{position:relative;min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;overflow:hidden;padding:16px 18px 24px;color:var(--text);background:var(--card-bg);border:1px solid var(--card-border);box-shadow:inset 0 0 38px #20a1ff1f,0 14px 24px #02163e29;clip-path:polygon(7% 0,93% 0,100% 9%,100% 91%,93% 100%,7% 100%,0 91%,0 9%);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.portal-module-card:before,.portal-link-card:before,.portal-stats:before{content:"";position:absolute;top:7px;right:7px;bottom:7px;left:7px;border:1px solid var(--card-inner);clip-path:inherit;pointer-events:none}.portal-module-card:after,.portal-link-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.16),transparent 38%),linear-gradient(315deg,rgba(22,218,255,.24),transparent 28%);opacity:.58;pointer-events:none}.portal-module-card:hover{transform:translateY(-4px);border-color:#6decfff2;box-shadow:inset 0 0 42px #2dc0ff38,0 18px 34px #005ac740}.portal-module-card__scan{position:absolute;top:-20%;left:-35%;width:35%;height:150%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transform:skew(-18deg);opacity:0;transition:left .55s ease,opacity .2s ease}.portal-module-card:hover .portal-module-card__scan{left:105%;opacity:1}.portal-module-card__media{position:relative;z-index:1;width:min(192px,100%);height:158px;display:grid;place-items:center;margin-bottom:8px}.portal-module-card__media img{width:100%;height:100%;object-fit:contain;filter:saturate(1.12) drop-shadow(0 11px 12px rgba(0,87,255,.18))}.portal-page--dark .portal-module-card__media img{filter:saturate(1.22) brightness(.92) drop-shadow(0 0 12px rgba(22,221,255,.34))}.portal-module-card__title,.portal-module-card__english{position:relative;z-index:1;display:block;width:100%;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.portal-module-card__title{color:var(--strong);font-size:20px;font-weight:900;letter-spacing:1px;line-height:1.35;text-shadow:0 0 10px rgba(0,211,255,.36)}.portal-module-card__english{margin-top:7px;color:var(--muted);font-family:DIN Alternate,Arial Narrow,Arial,sans-serif;font-size:13px;font-weight:700;letter-spacing:1.4px}.portal-stats{position:relative;min-height:92px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;margin-top:42px;padding:6px 18px;background:var(--panel-bg);border:1px solid var(--card-border);box-shadow:inset 0 0 34px #1da0ff24;clip-path:polygon(2% 0,98% 0,100% 22%,100% 78%,98% 100%,2% 100%,0 78%,0 22%)}.portal-stat{position:relative;z-index:1;min-width:0;display:flex;align-items:center;justify-content:center;gap:16px;height:72px}.portal-stat+.portal-stat{border-left:1px solid var(--line)}.portal-stat__icon{width:96px;height:68px;object-fit:contain;flex:0 0 auto}.portal-stat__content{min-width:0;display:grid;gap:6px}.portal-stat__label{overflow:hidden;color:var(--strong);font-size:15px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.portal-stat__number{display:flex;align-items:baseline;gap:8px;color:#4dc9ff;font-family:DIN Alternate,Arial Narrow,Arial,sans-serif;font-size:38px;font-weight:900;letter-spacing:2px;line-height:1;text-shadow:0 0 12px rgba(42,219,255,.42)}.portal-page--light .portal-stat__number{color:#1f68ff;text-shadow:none}.portal-stat__number small{color:var(--text);font-family:inherit;font-size:15px;font-weight:800;letter-spacing:0}.portal-link-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:20px}.portal-link-card{--link-color: #31d929;position:relative;min-height:108px;display:flex;align-items:center;justify-content:center;gap:26px;overflow:hidden;padding:18px 30px;background:var(--card-bg);border:1px solid var(--card-border);box-shadow:inset 0 0 36px #1b8fff21;clip-path:polygon(5% 0,95% 0,100% 14%,100% 86%,95% 100%,5% 100%,0 86%,0 14%)}.portal-link-card--orange{--link-color: #ff8b2e}.portal-link-card--cyan{--link-color: #23d9f3}.portal-link-card__icon{position:relative;z-index:1;width:74px;height:74px;object-fit:contain;flex:0 0 auto}.portal-link-card__text{position:relative;z-index:1;min-width:0;display:grid;gap:8px}.portal-link-card__text strong{overflow:hidden;color:var(--strong);font-size:30px;font-weight:900;letter-spacing:2px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.portal-link-card__text small{color:var(--link-color);font-family:DIN Alternate,Arial Narrow,Arial,sans-serif;font-size:15px;font-weight:800;letter-spacing:2px}.portal-slogan{display:flex;align-items:center;justify-content:center;gap:19px;min-height:56px;color:#87c9ff;font-size:29px;font-weight:900;letter-spacing:1px;text-shadow:0 0 14px rgba(53,184,255,.45)}.portal-page--light .portal-slogan{color:#2171ff;text-shadow:none}.portal-slogan i{font-style:normal;margin:0 -4px}.portal-footer{position:relative;left:var(--portal-bleed-offset);width:var(--portal-bleed-width);min-height:92px;display:grid;place-items:center;gap:6px;padding:10px 330px;color:#dcefffad;background:var(--footer-bg);border-top:1px solid rgba(76,212,255,.2);text-align:center}.portal-footer__links{display:inline-flex;align-items:center;justify-content:center;gap:0}.portal-footer__links a{color:inherit;font-size:14px;text-decoration:none}.portal-footer__links a+a{margin-left:22px;padding-left:22px;border-left:1px solid rgba(221,240,255,.32)}.portal-footer p{margin:0;font-size:14px;letter-spacing:1px}.portal-footer strong{color:#2bdd5e;font-size:14px;font-weight:800}.portal-time{position:absolute;right:28px;bottom:16px;min-width:310px;height:44px;display:flex;align-items:center;justify-content:center;gap:12px;padding:0 18px;color:#c8f5ff;background:#05439d66;border:1px solid rgba(81,221,255,.52);border-radius:8px;box-shadow:inset 0 0 18px #23d2ff2e}.portal-time img{width:26px;height:26px;flex:0 0 auto}.portal-time span,.portal-time time{font-family:DIN Alternate,Arial Narrow,Arial,sans-serif;font-size:14px;font-weight:800;letter-spacing:1px;white-space:nowrap}.portal-time i{width:1px;height:18px;background:#caf0ff7a}@media(max-width:0px){.portal-main{width:min(1110px,calc(100% - 48px))}.portal-module-grid{gap:18px}.portal-module-card{min-height:252px}.portal-module-card__media{height:158px}}@media(max-width:0px){.portal-module-grid,.portal-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-stat:nth-child(3){border-left:0}.portal-link-strip{grid-template-columns:1fr}.portal-footer{padding-right:24px;padding-left:24px}.portal-time{position:static;margin-top:6px}}@media(max-width:0px){.portal-main{width:min(calc(100% - 28px),520px);margin-top:18px}.portal-module-grid,.portal-stats{grid-template-columns:1fr}.portal-module-card{min-height:236px}.portal-stat+.portal-stat{border-left:0;border-top:1px solid var(--line)}.portal-stat{justify-content:flex-start;padding:0 24px}.portal-link-card{min-height:110px}.portal-link-card__icon{width:70px;height:70px}.portal-link-card__text strong{font-size:26px}.portal-slogan{flex-wrap:wrap;gap:10px;padding:14px 0;font-size:24px}.portal-time{min-width:0;width:100%;gap:8px}}.micro-stage{position:relative;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:linear-gradient(90deg,rgba(42,194,255,.07) 1px,transparent 1px),linear-gradient(0deg,rgba(42,194,255,.07) 1px,transparent 1px),linear-gradient(180deg,#061d45,#031539);background-size:72px 72px,72px 72px,auto}.micro-stage__container{flex:1;min-height:0;display:flex;flex-direction:column}.micro-stage__loader{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;color:#dffaff;background:radial-gradient(circle at 50% 34%,rgba(34,166,255,.28),transparent 38%),#03112fe0;opacity:0;pointer-events:none;transition:opacity .34s ease,visibility .34s ease;visibility:hidden}.micro-stage__loader.is-visible{opacity:1;visibility:visible}.micro-stage__loader-panel{display:grid;justify-items:center;gap:12px;transform:translateY(8px) scale(.98);transition:transform .34s ease}.micro-stage__loader.is-visible .micro-stage__loader-panel{transform:translateY(0) scale(1)}.micro-stage__loader-orbit{position:relative;width:76px;height:76px;border:1px solid rgba(63,220,255,.36);border-radius:50%;box-shadow:inset 0 0 22px #1db9ff3d,0 0 28px #1db9ff38}.micro-stage__loader-orbit:before,.micro-stage__loader-orbit:after{content:"";position:absolute;border-radius:50%}.micro-stage__loader-orbit:before{top:8px;right:8px;bottom:8px;left:8px;border:2px solid transparent;border-top-color:#21e5ff;border-right-color:#21e5ff8f;animation:micro-loader-spin 1s linear infinite}.micro-stage__loader-orbit:after{top:27px;right:27px;bottom:27px;left:27px;background:#25dfff;box-shadow:0 0 18px #25dfffe6}.micro-stage__loader strong{font-size:26px;font-weight:900;letter-spacing:2px;text-shadow:0 0 8px rgba(108,234,255,.95),0 0 22px rgba(30,130,255,.7)}.micro-stage__loader small{color:#c9ebffc2;font-size:14px;font-weight:700;letter-spacing:5px}@keyframes micro-loader-spin{to{transform:rotate(360deg)}}.login-page{--login-bg: #051d44;--login-card: rgba(2, 24, 66, .86);--login-border: rgba(27, 174, 255, .68);--login-text: #d8efff;--login-muted: #94acd4;--login-strong: #dff8ff;--login-accent: #18d9ff;width:100vw;height:100vh;overflow:hidden;color:var(--login-text);background:linear-gradient(90deg,rgba(42,194,255,.07) 1px,transparent 1px),linear-gradient(0deg,rgba(42,194,255,.07) 1px,transparent 1px),radial-gradient(circle at 34% 45%,rgba(21,113,255,.26),transparent 34%),linear-gradient(180deg,#061d45,#031539);background-size:72px 72px,72px 72px,auto,auto;font-family:Microsoft YaHei,PingFang SC,Arial,sans-serif}.login-page--light{--login-bg: #edf6ff;--login-card: rgba(255, 255, 255, .78);--login-border: rgba(158, 196, 245, .72);--login-text: #0a3c9b;--login-muted: #9aa9c9;--login-strong: #0750d9;--login-accent: #1b73ff;background:linear-gradient(90deg,rgba(29,125,255,.08) 1px,transparent 1px),linear-gradient(0deg,rgba(29,125,255,.08) 1px,transparent 1px),radial-gradient(circle at 34% 40%,rgba(255,255,255,.86),transparent 39%),linear-gradient(180deg,#f6fbff,#e6f2ff 68%,#d8ebff);background-size:72px 72px,72px 72px,auto,auto}.login-shell{position:absolute;top:0;left:50%;width:1440px;height:1080px;overflow:hidden;transform:translate(-50%) scale(var(--login-scale));transform-origin:top center}.login-brandbar{position:absolute;top:58px;left:58px;display:flex;align-items:center;gap:34px;z-index:2}.login-brand{display:inline-flex;align-items:center;gap:13px;padding:0;color:#f6fdff;background:transparent;border:0;font:inherit}.login-brand img{width:62px;height:62px;filter:drop-shadow(0 0 10px rgba(37,225,255,.45))}.login-brand span{display:grid;gap:4px;text-align:left;line-height:1.05}.login-brand strong{color:#1760ff;font-size:27px;font-weight:900;letter-spacing:1px}.login-brand small{color:#1760ff;font-size:12px;font-weight:800;letter-spacing:1px}.login-brandbar>i{width:1px;height:34px;background:#2b63e6}.login-brandbar h1{margin:0;color:#0750d9;font-size:34px;font-weight:900;letter-spacing:2px;white-space:nowrap}.login-brandbar h1:after{content:"////";margin-left:16px;color:#7fb0ff;font-size:20px;letter-spacing:3px}.login-page--dark .login-brandbar{top:27px;left:31px;gap:0}.login-page--dark .login-brand img{width:46px;height:46px}.login-page--dark .login-brand strong,.login-page--dark .login-brand small{color:#eaf8ff;text-shadow:0 0 10px rgba(73,206,255,.3)}.login-page--dark .login-brand strong{font-size:23px}.login-page--dark .login-brand small{opacity:.75}.login-page--dark .login-brandbar>i,.login-page--dark .login-brandbar h1{display:none}.login-copy{position:absolute;top:176px;left:84px;display:none;z-index:2}.login-page--dark .login-copy{display:block}.login-copy h2{margin:0;color:#d9f4ff;font-size:42px;font-weight:900;letter-spacing:2px;text-shadow:0 0 8px rgba(116,230,255,.78),0 0 24px rgba(18,129,255,.6)}.login-copy p{display:flex;align-items:center;gap:16px;margin:24px 0 0;color:#b4cdf0;font-size:18px;font-weight:800;letter-spacing:8px;white-space:nowrap}.login-copy p span{width:52px;height:2px;background:linear-gradient(90deg,transparent,#12dfff)}.login-copy p span:last-child{background:linear-gradient(90deg,#12dfff,transparent)}.login-hero{position:absolute;left:54px;top:174px;width:680px;height:570px;object-fit:contain}.login-page--dark .login-hero{left:64px;top:286px;width:660px;height:468px}.login-link-card{position:absolute;left:38px;top:750px;width:680px;height:108px;display:grid;grid-template-columns:1fr 1px 1fr 1px 1fr;align-items:center;justify-items:center;padding:0 44px;background:#ffffffb8;border:1px solid rgba(199,221,249,.82);border-radius:14px;box-shadow:0 12px 38px #4a84dc1f}.login-page--dark .login-link-card{left:86px;top:780px;width:620px;height:96px;padding:0 20px;background:transparent;border:0;border-radius:0;box-shadow:none}.login-link-card>i{width:1px;height:48px;background:#1e60dc4d}.login-link-card div{min-width:0;display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;align-items:center;justify-content:center;column-gap:14px}.login-link-card img{grid-row:1 / 3;width:62px;height:62px}.login-link-card strong{color:#073e97;font-size:25px;font-weight:900;line-height:1.1;white-space:nowrap}.login-link-card small{align-self:end;color:#0d3e95;font-family:DIN Alternate,Arial Narrow,Arial,sans-serif;font-size:12px;font-weight:900;letter-spacing:1.4px}.login-link-card div:nth-of-type(1) small{color:#23c929}.login-link-card div:nth-of-type(2) small{color:#ff7d22}.login-link-card div:nth-of-type(3) small{color:#12c4df}.login-page--dark .login-link-card strong{color:#e6f8ff}.login-bottom-slogan{position:absolute;left:38px;top:884px;width:680px;display:flex;align-items:center;justify-content:center;gap:18px;color:#0758e8;font-size:25px;font-weight:900;letter-spacing:8px;white-space:nowrap}.login-bottom-slogan span{width:76px;height:10px;background:radial-gradient(circle,#1c69ff 2px,transparent 3px) 0 2px / 12px 8px repeat-x,linear-gradient(90deg,transparent,#b7d4ff)}.login-bottom-slogan span:last-child{transform:rotate(180deg)}.login-page--dark .login-bottom-slogan{display:none}.login-panel{position:absolute;top:150px;right:64px;width:610px;min-height:770px;display:flex;flex-direction:column;padding:56px 56px 40px;background:var(--login-card);border:1px solid var(--login-border);border-radius:18px;box-shadow:inset 0 0 40px #ffffff29,0 20px 70px #0b41962e}.login-page--dark .login-panel{top:145px;right:70px;width:585px;min-height:765px;padding:48px 54px 40px;border-radius:0;background:linear-gradient(180deg,#021f52d1,#021237eb);box-shadow:inset 0 0 45px #1b9dff2e,0 0 46px #0080ff29;clip-path:polygon(5% 0,95% 0,100% 5%,100% 95%,95% 100%,5% 100%,0 95%,0 5%)}.login-tabs{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid rgba(148,177,225,.34);margin-bottom:54px}.login-tabs button{position:relative;height:50px;color:var(--login-muted);background:transparent;border:0;font:inherit;font-size:21px;font-weight:900;cursor:pointer}.login-tabs button.is-active{color:var(--login-strong)}.login-tabs button.is-active:after{content:"";position:absolute;left:18%;right:18%;bottom:-1px;height:3px;background:linear-gradient(90deg,#0e5cff,#39dfff);border-radius:99px}.login-field{position:relative;height:66px;display:flex;align-items:center;margin-bottom:24px;padding:0 22px;background:#ffffff5c;border:1px solid rgba(157,183,228,.62);border-radius:8px}.login-page--dark .login-field{background:#00275d57;border-color:#2a94ff7a;border-radius:5px}.login-field>img{width:28px;height:28px;margin-right:24px;flex:0 0 auto}.login-field input{width:100%;min-width:0;color:var(--login-text);background:transparent;border:0;outline:0;font:inherit;font-size:17px;font-weight:700}.login-field input::placeholder{color:var(--login-muted)}.login-eye{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;padding:0;background:transparent;border:0;cursor:pointer}.login-eye img{width:28px;height:28px}.login-field--captcha{padding-right:0}.login-captcha{position:relative;width:132px;height:54px;flex:0 0 auto;display:grid;place-items:center;margin-left:16px;overflow:hidden;border-radius:2px}.login-captcha img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.login-captcha b{position:relative;color:#1e45c4;font-family:DIN Alternate,Arial Narrow,Arial,sans-serif;font-size:29px;font-weight:900;letter-spacing:4px}.login-options{display:flex;align-items:center;justify-content:space-between;margin-top:4px;color:var(--login-text);font-size:16px;font-weight:700}.login-options label{display:inline-flex;align-items:center;gap:9px}.login-options input{width:18px;height:18px;accent-color:#176dff}.login-options button,.login-register button{color:var(--login-strong);background:transparent;border:0;font:inherit;font-weight:900;cursor:pointer}.login-error{height:22px;margin:8px 0;color:#ff6b7d;font-size:14px;font-weight:800}.login-submit{height:72px;color:#fff;background:linear-gradient(135deg,#35b9ff,#1062ff);border:0;border-radius:8px;box-shadow:0 12px 26px #1465f247;font:inherit;font-size:26px;font-weight:900;letter-spacing:8px;cursor:pointer}.login-page--dark .login-submit{background:linear-gradient(135deg,#2dccff,#0786ff);box-shadow:0 0 28px #16b7ff47}.login-other{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;margin-top:34px;color:var(--login-muted)}.login-other span{height:1px;background:#91a8d661}.login-other em{font-style:normal;font-size:16px;font-weight:800}.login-socials{display:flex;justify-content:center;gap:50px;margin-top:24px}.login-socials button{width:52px;height:52px;padding:0;background:transparent;border:0;cursor:pointer}.login-socials img{width:52px;height:52px}.login-register{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:auto;padding-top:28px;border-top:1px solid rgba(145,168,214,.2);color:var(--login-muted);font-size:17px;font-weight:800}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
