:root{--portal-bg:#f7f9fc;--portal-ink:#162238;--portal-muted:#738197;--portal-line:#e6ebf3;--portal-blue:#2f6fed;--portal-blue-dark:#1c4089;--portal-green:#1aa46b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--portal-ink);font-family:"DM Sans","Noto Sans SC",sans-serif;background:var(--portal-bg)}a{text-decoration:none;color:inherit}button,input,select{font:inherit}.portal-body{min-height:100vh}.portal-topbar{height:74px;background:rgba(255,255,255,.9);border-bottom:1px solid var(--portal-line);display:flex;align-items:center;justify-content:space-between;padding:0 max(22px,calc((100vw - 1180px)/2));position:sticky;top:0;z-index:10;backdrop-filter:blur(13px)}.portal-brand{display:flex;align-items:center;gap:10px}.portal-brand strong{display:block;font-size:13px;letter-spacing:0;color:#8b97a8;font-size:10px;margin-top:2px}.portal-topbar nav{display:flex;align-items:center;gap:26px;color:#7b889b;font-size:12px}.portal-topbar nav>a:hover,.portal-topbar nav>a.active{color:var(--portal-blue)}.portal-login{display:inline-flex;align-items:center;gap:4px;color:var(--portal-ink)!important;font-weight:600}.portal-login svg{width:13px}.portal-main{max-width:1180px;margin:0 auto;padding:0 22px}.portal-hero{display:grid;grid-template-columns:minmax(0,1.15fr) 430px;align-items:center;gap:90px;padding:87px 0 80px;min-height:590px}.portal-copy .overline{font-size:10px;letter-spacing:0;color:var(--portal-blue);font-weight:700}.portal-copy h1{font-size:48px;line-height:1.17;letter-spacing:0;margin:23px 0 20px}.portal-copy h1 span{color:var(--portal-blue)}.portal-copy>p:not(.overline){color:var(--portal-muted);font-size:14px;line-height:1.9;max-width:500px;margin:0}.portal-trust{display:flex;gap:22px;margin-top:33px;color:#52627a;font-size:11px}.portal-trust span{display:flex;align-items:center;gap:6px}.portal-trust svg{width:15px;color:var(--portal-blue)}.verify-panel{background:#fff;border:1px solid var(--portal-line);border-radius:8px;box-shadow:0 14px 42px rgba(32,54,92,.09);padding:27px}.verify-panel-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:21px}.verify-panel h2{font-size:21px;margin:7px 0 0}.eyebrow{font-size:10px;color:var(--portal-blue);font-weight:700;letter-spacing:0;margin:0}.live-status{font-size:10px;color:#54836d;display:flex;align-items:center;gap:5px}.live-status b{width:6px;height:6px;border-radius:50%;background:#34b879}.verify-panel form{display:flex;flex-direction:column;gap:15px}.verify-panel label{display:flex;flex-direction:column;gap:7px;color:#54647a;font-size:11px;font-weight:600}.verify-panel label small{font-weight:400;color:#a0acbb;margin-left:4px}.verify-panel input,.verify-panel select{height:42px;border:1px solid #dfe5ee;border-radius:5px;outline:0;padding:0 11px;color:var(--portal-ink);font-size:12px;background:#fff}.verify-panel input:focus,.verify-panel select:focus{border-color:#8eb0ef;box-shadow:0 0 0 3px #edf3ff}.portal-button{height:43px;border:0;border-radius:5px;background:var(--portal-blue);color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-size:12px;font-weight:600;margin-top:4px}.portal-button:hover{background:#255fd5}.portal-button:disabled{opacity:.7;cursor:wait}.portal-button svg{width:15px}.verify-tip{display:flex;align-items:center;gap:6px;color:#a0acbb;font-size:10px;margin:17px 0 0}.verify-tip svg{width:13px}.verify-result{display:flex;align-items:flex-start;gap:8px;padding:10px 11px;border-radius:5px;margin-top:15px;font-size:11px}.verify-result svg{width:16px;flex:0 0 auto}.verify-result span{line-height:1.6}.verify-result small{display:block;color:inherit;opacity:.8;margin-top:2px}.verify-result.success{color:#147b53;background:#eaf8f1;border:1px solid #c6efda}.verify-result.error{color:#ad444c;background:#fff0f0;border:1px solid #f7cccc}.portal-strip{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--portal-line);border-bottom:1px solid var(--portal-line);padding:25px 0;gap:25px}.portal-strip>div{display:flex;align-items:center;gap:11px}.strip-icon{width:34px;height:34px;display:grid;place-items:center;background:#edf3ff;color:var(--portal-blue);border-radius:7px}.strip-icon svg{width:17px}.portal-strip strong,.portal-strip small{display:block}.portal-strip strong{font-size:12px}.portal-strip small{font-size:10px;color:var(--portal-muted);margin-top:4px}.portal-notice{padding:68px 0 82px}.section-title{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px}.section-title h2{font-size:23px;margin:7px 0 0}.section-title>span{color:#9aa7b8;font-size:11px}.notice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.notice-item{background:#fff;border:1px solid var(--portal-line);border-radius:7px;padding:19px;display:flex;gap:13px;min-height:118px}.notice-item:hover{border-color:#c8d7f2;box-shadow:0 8px 22px rgba(35,52,84,.05)}.notice-date{font-size:11px;color:var(--portal-blue);font-weight:700}.notice-item h3{font-size:13px;margin:0 0 8px}.notice-item p{font-size:11px;line-height:1.7;color:var(--portal-muted);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notice-item>svg{width:14px;color:#a0acbb;margin-left:auto}.notice-empty{grid-column:1/-1;min-height:105px;display:flex;align-items:center;justify-content:center;gap:7px;color:#9aa7b8;font-size:11px;border:1px dashed #d9e0ea;border-radius:7px}.notice-empty svg{width:18px}.portal-footer{max-width:1180px;margin:0 auto;padding:0 22px 24px;display:flex;justify-content:space-between;color:#a0acbb;font-size:10px}@media(max-width:850px){.portal-hero{grid-template-columns:1fr;gap:35px;padding:58px 0 55px}.portal-copy h1{font-size:39px}.verify-panel{max-width:520px}.notice-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.portal-topbar{height:65px;padding:0 16px}.portal-topbar nav{gap:12px}.portal-topbar nav>a:not(.portal-login){display:none}.portal-login{font-size:11px}.portal-main{padding:0 16px}.portal-hero{padding:43px 0 40px;min-height:0}.portal-copy h1{font-size:33px;margin-top:17px}.portal-copy>p:not(.overline){font-size:12px}.portal-trust{gap:13px;flex-wrap:wrap;margin-top:23px}.verify-panel{padding:21px}.portal-strip{grid-template-columns:1fr;gap:15px;padding:20px 0}.portal-notice{padding:47px 0 55px}.notice-grid{grid-template-columns:1fr}.portal-footer{padding:0 16px 20px}.portal-footer span:last-child{display:none}}
html.site-grayscale{filter:grayscale(1)}.portal-hero{position:relative;overflow:hidden}.portal-copy,.verify-panel{position:relative;z-index:2}.portal-reveal{animation:portal-rise .7s cubic-bezier(.2,.75,.25,1) both}.delay-one{animation-delay:.12s}.hero-visual{position:absolute;z-index:1;left:46%;top:78px;width:232px;height:232px;border:1px solid #dce6f5;border-radius:50%;padding:17px;color:#5577ae;opacity:.8;pointer-events:none;animation:visual-float 5s ease-in-out infinite}.hero-visual:before,.hero-visual:after{content:'';position:absolute;inset:25px;border:1px solid #e2eaf6;border-radius:50%}.hero-visual:after{inset:51px;border-color:#d3e0f3}.hero-visual-top,.hero-visual-bottom{display:flex;align-items:center;justify-content:space-between;font-size:9px;letter-spacing:0;color:#8090a8}.hero-visual-top span,.hero-visual-bottom span{display:flex;align-items:center;gap:4px}.hero-visual-top svg,.hero-visual-bottom svg{width:12px}.hero-visual-top b{color:#1aa46b;font-weight:700}.hero-visual-core{position:absolute;inset:55px;display:grid;place-items:center}.hero-core-icon{width:47px;height:47px;border:1px solid #b6c9e8;background:#fff;color:var(--portal-blue);border-radius:50%;display:grid;place-items:center;box-shadow:0 10px 22px rgba(32,54,92,.12);animation:core-pulse 2.5s ease-in-out infinite}.hero-core-icon svg{width:20px}.hero-ring{position:absolute;border:1px dashed #bcd0ed;border-radius:50%;animation:orbit-spin 11s linear infinite}.ring-one{inset:8px}.ring-two{inset:-9px;animation-direction:reverse;animation-duration:15s}.hero-node{position:absolute;width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#fff;border:1px solid #c6d6ee;box-shadow:0 5px 14px rgba(32,54,92,.1)}.hero-node svg{width:12px}.node-one{top:-2px;left:54px;color:#1aa46b}.node-two{right:-2px;top:50px;color:#2f6fed}.node-three{left:5px;bottom:10px;color:#8e6bd1}.footer-links{display:flex;align-items:center;justify-content:flex-end;gap:14px}.footer-links a,.footer-links span{display:inline-flex;align-items:center;gap:4px}.footer-links svg{width:12px}.notice-richtext{font-size:11px;line-height:1.7;color:var(--portal-muted);max-height:42px;overflow:hidden}.notice-richtext p{margin:0}.maintenance-body{display:grid;place-items:center;min-height:100vh}.maintenance-shell{width:min(520px,calc(100% - 32px));text-align:center;background:#fff;border:1px solid var(--portal-line);border-radius:8px;padding:54px 35px;box-shadow:0 18px 48px rgba(32,54,92,.09);animation:portal-rise .7s ease both}.maintenance-shell .brand-mark{margin:0 auto 24px}.maintenance-shell h1{font-size:27px;line-height:1.35;margin:12px 0}.maintenance-shell p:not(.eyebrow){font-size:12px;color:var(--portal-muted);line-height:1.8}.maintenance-shell .portal-button{width:max-content;margin:25px auto 0;padding:0 18px}.maintenance-shell .portal-button svg{width:15px}@keyframes portal-rise{from{opacity:0;transform:translateY(17px)}to{opacity:1;transform:translateY(0)}}@keyframes visual-float{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-8px) rotate(2deg)}}@keyframes core-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes orbit-spin{to{transform:rotate(360deg)}}@media(max-width:850px){.hero-visual{left:auto;right:10px;top:38px;transform:scale(.75);transform-origin:top right;opacity:.45}.portal-copy{max-width:620px}.verify-panel{max-width:520px}}@media(max-width:600px){.hero-visual{right:-14px;top:25px;transform:scale(.58);opacity:.32}.portal-copy{padding-right:12px}.portal-copy h1{max-width:290px}.footer-links{justify-content:flex-start;flex-wrap:wrap;gap:8px 12px}.portal-footer{flex-direction:column;gap:9px}.maintenance-shell{padding:43px 24px}.maintenance-shell h1{font-size:23px}}
.portal-footer span.footer-links{display:flex}
@media (prefers-reduced-motion: reduce){.portal-reveal,.maintenance-shell,.hero-visual,.hero-core-icon,.hero-ring{animation:none!important}}
.portal-brand strong{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
