:root{--red:#ff2442;--red-dark:#e91635;--ink:#171719;--muted:#6f6f75;--line:#e9e9ec;--soft:#f7f7f8;--white:#fff;--radius:8px;--shadow:0 18px 60px rgba(20,20,24,.11);--font:"Microsoft YaHei UI","PingFang SC","Noto Sans SC",Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:var(--font);font-size:15px;letter-spacing:0;background:#fff}a{color:inherit;text-decoration:none}button,input{font:inherit;letter-spacing:0}button{cursor:pointer}.site-header{position:sticky;top:0;z-index:30;height:72px;display:flex;align-items:center;padding:0 max(32px,calc((100vw - 1280px)/2));background:rgba(255,255,255,.92);border-bottom:1px solid rgba(233,233,236,.8);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:10px;font-size:22px;font-weight:800;white-space:nowrap}.brand-mark{width:34px;height:34px;display:grid;place-items:center;color:#fff;background:var(--red);border-radius:8px;font-size:18px}.main-nav{display:flex;gap:38px;margin-left:72px}.main-nav a{height:72px;display:flex;align-items:center;color:#55555a;position:relative}.main-nav a:hover,.main-nav a.active{color:var(--ink);font-weight:650}.main-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--red);border-radius:3px 3px 0 0}.header-actions{margin-left:auto;display:flex;gap:10px;align-items:center}.btn{border:0;border-radius:7px;min-height:42px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;font-weight:650;transition:transform .2s,background .2s,box-shadow .2s}.btn:hover{transform:translateY(-1px)}.btn-primary{color:#fff;background:var(--red);box-shadow:0 7px 18px rgba(255,36,66,.2)}.btn-primary:hover{background:var(--red-dark);box-shadow:0 10px 24px rgba(255,36,66,.26)}.btn-ghost{background:transparent}.btn-ghost:hover{background:var(--soft)}.btn-large{min-height:50px;padding:0 30px}.btn-light{background:#fff;color:var(--red)}.user-chip{display:flex;align-items:center;gap:8px;font-weight:600}.user-chip span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#ffe5e9;color:var(--red)}
.hero{min-height:690px;max-width:1280px;margin:0 auto;padding:90px 32px 76px;display:grid;grid-template-columns:1fr 1.02fr;gap:70px;align-items:center}.hero-copy h1{font-size:58px;line-height:1.14;margin:0 0 25px;font-weight:850}.hero-copy>p{max-width:520px;font-size:17px;line-height:1.9;color:var(--muted);margin:0 0 34px}.domain-builder{max-width:520px;padding:18px 20px;background:var(--soft);border:1px solid #eeeeef;border-radius:var(--radius)}.domain-builder label{display:block;font-size:13px;color:var(--muted);margin-bottom:10px}.domain-input-row{height:52px;display:flex;align-items:center;background:#fff;border:1.5px solid var(--line);border-radius:7px;transition:border .2s,box-shadow .2s}.domain-input-row:focus-within{border-color:var(--red);box-shadow:0 0 0 3px rgba(255,36,66,.08)}.domain-input-row input{min-width:0;flex:1;height:100%;border:0;outline:0;padding:0 0 0 16px;font-weight:700;font-size:17px}.domain-input-row>span{color:#888;font-weight:600}.icon-button{width:46px;height:42px;border:0;background:transparent;color:#777;font-size:21px}.icon-button:hover{color:var(--red);transform:rotate(25deg)}.domain-status{display:flex;align-items:center;gap:7px;margin-top:10px;font-size:13px;color:#3c8d62}.status-dot{width:7px;height:7px;border-radius:50%;background:#35b978;box-shadow:0 0 0 4px rgba(53,185,120,.12)}.domain-status strong{color:#2e7651}.hero-actions{display:flex;align-items:center;gap:27px;margin-top:25px}.text-link{font-weight:650}.text-link span{display:inline-block;transition:transform .2s}.text-link:hover span{transform:translateX(4px);color:var(--red)}.hero-visual{position:relative;min-height:470px}.browser-frame{position:absolute;inset:20px 0 0 20px;background:#fff;border:1px solid #dedee2;border-radius:8px;box-shadow:var(--shadow);overflow:hidden;transform:rotate(1deg);transition:transform .45s}.hero-visual:hover .browser-frame{transform:rotate(0) translateY(-5px)}.browser-bar{height:52px;border-bottom:1px solid #ececef;display:flex;align-items:center;padding:0 15px;gap:16px;background:#fbfbfc}.traffic{display:flex;gap:6px}.traffic i{width:9px;height:9px;border-radius:50%;background:#d9d9dc}.traffic i:first-child{background:#ff6b76}.traffic i:nth-child(2){background:#ffc957}.traffic i:nth-child(3){background:#45cb83}.address{height:31px;flex:1;max-width:330px;margin:auto;display:flex;align-items:center;justify-content:center;gap:7px;background:#f0f0f2;border-radius:6px;font-size:12px;color:#5e5e63}.lock{font-size:7px;color:#49a471}.more{color:#aaa}.profile-preview{height:400px;display:grid;grid-template-columns:44% 56%;background:#f4efe9}.preview-photo{background:linear-gradient(150deg,transparent 48%,rgba(255,255,255,.25) 48%),url('/static/common/images/easyadmin8-01.png') center/cover;filter:saturate(.55) contrast(.9)}.preview-copy{padding:58px 32px;background:#f4efe9;display:flex;flex-direction:column;align-items:flex-start}.preview-tag{font-size:12px;color:#9a756a}.preview-copy h2{font-family:Georgia,"Songti SC",serif;font-size:31px;line-height:1.35;margin:16px 0 12px}.preview-copy p{color:#877d77;font-size:13px}.preview-button{margin-top:31px;padding:10px 15px;border:1px solid #675c57;font-size:12px}.float-note{position:absolute;background:#fff;border:1px solid #eee;border-radius:7px;box-shadow:0 12px 35px rgba(20,20,25,.13);animation:float 4s ease-in-out infinite}.note-domain{left:-18px;bottom:1px;padding:13px 18px}.note-domain span{display:block;font-size:11px;color:#999;margin-bottom:4px}.note-domain strong{font-size:13px}.note-share{right:-19px;top:85px;padding:12px 15px;display:flex;align-items:center;gap:9px;animation-delay:-2s}.note-share b{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:var(--red);color:#fff}@keyframes float{50%{transform:translateY(-8px)}}
.showcase{padding:88px max(32px,calc((100vw - 1280px)/2));background:#fafafa}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:38px}.section-heading h2{font-size:34px;margin:0 0 9px}.section-heading p{margin:0;color:var(--muted)}.section-heading>a{color:var(--red);font-weight:650}.masonry{display:grid;grid-template-columns:1.08fr .92fr 1.25fr .92fr;gap:18px;align-items:start}.story{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(20,20,24,.04);transition:transform .25s,box-shadow .25s}.story:hover{transform:translateY(-5px);box-shadow:0 16px 35px rgba(20,20,24,.1)}.story-image{height:250px;display:flex;align-items:flex-end;padding:24px;color:#fff;font-size:24px;font-weight:800;line-height:1.15;background-size:cover;background-position:center}.story-tall .story-image{height:320px}.story-wide .story-image{height:280px}.image-travel{background:linear-gradient(10deg,rgba(0,0,0,.5),transparent 60%),url('/static/common/images/easyadmin8-02.png') center/cover}.image-food{background:linear-gradient(20deg,rgba(80,20,15,.55),transparent 62%),#dd7867}.image-design{background:linear-gradient(130deg,#222 49%,#ff2442 50%)}.image-flower{background:linear-gradient(20deg,rgba(30,70,35,.45),transparent),#74a779}.story-meta{padding:16px;display:flex;align-items:center;justify-content:space-between}.story-meta h3{font-size:15px;margin:0 0 5px}.story-meta p{font-size:12px;color:#999;margin:0}.story-meta button{width:32px;height:32px;border:0;border-radius:50%;background:transparent;font-size:22px;color:#777}.story-meta button:hover,.story-meta button.liked{color:var(--red);background:#fff0f2}.feature-band{max-width:1280px;margin:auto;padding:100px 32px;display:grid;grid-template-columns:.8fr 1.5fr;gap:90px}.feature-intro h2{font-size:38px;line-height:1.3;margin:0 0 18px}.feature-intro p{color:var(--muted);line-height:1.8}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}.step{position:relative;padding-top:10px}.step>span{position:absolute;top:0;right:0;color:#ddd;font-size:12px}.step-icon{width:48px;height:48px;display:grid;place-items:center;background:#fff0f2;color:var(--red);border-radius:8px;font-size:22px;margin-bottom:23px}.step h3{font-size:18px;margin:0 0 9px}.step p{color:var(--muted);margin:0;font-size:14px}.final-cta{margin:0 max(24px,calc((100vw - 1216px)/2)) 80px;padding:56px 64px;background:var(--red);color:#fff;border-radius:8px;display:flex;justify-content:space-between;align-items:center}.final-cta h2{font-size:32px;margin:0 0 10px}.final-cta p{margin:0;color:#ffd9de}footer{min-height:130px;padding:35px max(32px,calc((100vw - 1280px)/2));border-top:1px solid var(--line);display:flex;align-items:center;gap:32px;color:#888}footer .brand{color:var(--ink)}footer p{margin:0}footer>div{margin-left:auto;display:flex;gap:25px;font-size:13px}
.auth-page{min-height:100vh;overflow-x:hidden}.auth-brand{position:fixed;z-index:5;left:38px;top:28px}.auth-shell{min-height:100vh;display:grid;grid-template-columns:48% 52%}.auth-art{position:relative;overflow:hidden;min-height:100vh;background:#ffedef;color:var(--ink);padding:120px 8vw 60px}.auth-art:before{content:"";position:absolute;width:480px;height:480px;border:1px solid rgba(255,36,66,.18);border-radius:50%;right:-160px;bottom:-130px}.auth-art-content{position:relative;z-index:2}.art-domain{display:inline-block;padding:7px 11px;background:#fff;border-radius:5px;color:var(--red);font-size:12px;font-weight:700}.auth-art-content h1{font-size:48px;line-height:1.25;margin:25px 0 18px}.auth-art-content>p:last-child{color:#777;line-height:1.8}.art-window{position:absolute;width:410px;height:280px;right:-34px;bottom:80px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;box-shadow:var(--shadow);transform:rotate(-4deg);overflow:hidden}.art-bar{height:38px;display:flex;gap:5px;align-items:center;padding-left:14px;background:#f8f8f8}.art-bar i{width:7px;height:7px;border-radius:50%;background:#ddd}.art-card{height:242px;background:linear-gradient(135deg,#323235 0 45%,#f5b7ae 45%);padding:34px;color:#fff;display:flex;flex-direction:column;align-items:flex-start}.art-card span{font-size:11px}.art-card strong{font-family:Georgia,"Songti SC",serif;font-size:27px;line-height:1.45;margin-top:18px}.art-card small{margin-top:auto}.auth-panel{display:grid;place-items:center;padding:90px 40px 40px;background:#fff}.auth-form-wrap{width:min(420px,100%)}.register-wrap{width:min(450px,100%)}.auth-heading{margin-bottom:32px}.auth-heading h2{font-size:32px;margin:0 0 11px}.auth-heading p{color:var(--muted);margin:0}.auth-heading a,.auth-footnote a,.agreement a{color:var(--red);font-weight:600}.field{margin-bottom:20px}.field label{display:block;font-size:14px;font-weight:650;margin-bottom:9px}.label-row{display:flex;justify-content:space-between;align-items:center}.label-row label{margin-bottom:9px}.muted-link{font-size:12px;color:#888}.input-wrap{position:relative}.input-wrap input{width:100%;height:51px;border:1.5px solid var(--line);border-radius:7px;padding:0 45px 0 15px;outline:0;transition:border .2s,box-shadow .2s}.input-wrap input:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(255,36,66,.08)}.input-wrap.invalid input{border-color:#e34343}.field-icon,.password-toggle{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#999}.password-toggle{border:0;background:transparent;width:30px;height:34px;font-size:16px}.field-error{min-height:17px;display:block;color:#dc3b3b;font-size:12px;margin-top:5px}.field-help{display:block;color:#999;font-size:12px;margin-top:7px}.checkbox{display:flex;align-items:center;gap:8px;color:#666;font-size:13px;margin:3px 0 22px;cursor:pointer}.checkbox input{position:absolute;opacity:0}.checkbox>span{width:17px;height:17px;border:1.5px solid #c9c9cd;border-radius:4px;position:relative;flex:0 0 auto}.checkbox input:checked+span{background:var(--red);border-color:var(--red)}.checkbox input:checked+span:after{content:"";position:absolute;width:7px;height:4px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg);left:4px;top:4px}.btn-submit{width:100%;height:51px;font-size:15px}.btn-submit.loading .spinner{display:block}.btn-submit.loading span{display:none}.spinner{display:none;width:18px;height:18px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-footnote{text-align:center;color:#aaa;font-size:12px;margin-top:25px}.code-row{display:grid;grid-template-columns:1fr 126px;gap:10px}.code-button{height:51px;background:#fff0f2;color:var(--red)}.code-button:disabled{color:#aaa;background:#f4f4f5;cursor:not-allowed;transform:none}.strength{height:18px;margin-top:7px;display:flex;align-items:center;gap:5px}.strength i{width:36px;height:3px;border-radius:3px;background:#e6e6e8}.strength span{font-size:11px;color:#999;margin-left:4px}.strength.level-1 i:first-child{background:#ff6a6a}.strength.level-2 i:nth-child(-n+2){background:#f0ac35}.strength.level-3 i{background:#35b978}.agreement{flex-wrap:wrap;margin-top:0}.register-page .auth-panel{padding-top:45px;padding-bottom:30px}.register-page .field{margin-bottom:13px}.register-page .auth-heading{margin-bottom:22px}.register-art{background:#fff1f2}.domain-orbit{position:absolute;right:8%;bottom:10%;width:340px;height:300px}.orbit-main{position:absolute;left:102px;top:65px;width:145px;height:145px;border-radius:50%;display:grid;place-items:center;background:var(--red);box-shadow:0 20px 50px rgba(255,36,66,.28)}.orbit-main span{width:62px;height:62px;border:2px solid #fff;border-radius:8px;color:#fff;display:grid;place-items:center;font-size:28px;font-weight:800}.orbit-chip{position:absolute;background:#fff;border:1px solid #eee;border-radius:6px;padding:10px 16px;box-shadow:0 12px 30px rgba(20,20,24,.09);font-size:13px}.chip-one{left:0;top:20px}.chip-two{right:0;top:0}.chip-three{right:5px;bottom:12px}.toast{position:fixed;z-index:100;left:50%;bottom:30px;transform:translate(-50%,20px);padding:12px 18px;background:#222;color:#fff;border-radius:7px;box-shadow:0 10px 30px rgba(0,0,0,.2);opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}.toast.error{background:#c93646}.toast.success{background:#27835a}
@media(max-width:900px){.site-header{padding:0 20px;height:64px}.main-nav{display:none}.header-actions .btn-ghost{display:none}.hero{grid-template-columns:1fr;padding:62px 24px 70px;gap:45px}.hero-copy h1{font-size:44px}.hero-visual{min-height:430px}.masonry{grid-template-columns:1fr 1fr}.feature-band{grid-template-columns:1fr;gap:45px}.final-cta{margin:0 24px 60px;padding:44px;gap:25px}.auth-shell{grid-template-columns:1fr}.auth-art{display:none}.auth-panel{min-height:100vh;padding:100px 24px 50px}.auth-brand{position:absolute;left:24px;top:24px}}
@media(max-width:600px){.brand{font-size:19px}.brand-mark{width:31px;height:31px}.header-actions{gap:2px}.header-actions .btn{padding:0 13px;min-height:38px}.hero{padding-top:45px}.hero-copy h1{font-size:38px}.hero-copy>p{font-size:15px}.domain-builder{padding:15px}.domain-input-row>span{font-size:13px}.hero-actions{justify-content:space-between}.hero-visual{min-height:340px}.browser-frame{inset:0;height:310px}.profile-preview{height:258px}.preview-copy{padding:30px 17px}.preview-copy h2{font-size:21px}.preview-button{margin-top:15px}.note-share{right:-5px;top:54px}.note-domain{left:-5px}.showcase{padding:65px 20px}.section-heading{align-items:flex-start}.section-heading h2{font-size:28px}.section-heading>a{display:none}.masonry{grid-template-columns:1fr 1fr;gap:11px}.story-image,.story-tall .story-image,.story-wide .story-image{height:205px;padding:14px;font-size:18px}.story-meta{padding:12px}.story-meta button{display:none}.feature-band{padding:70px 24px}.feature-intro h2{font-size:31px}.steps{grid-template-columns:1fr;gap:28px}.step{padding-left:65px;min-height:50px}.step-icon{position:absolute;left:0;margin:0}.step>span{display:none}.final-cta{margin:0 16px 45px;padding:35px 24px;display:block}.final-cta h2{font-size:27px}.final-cta .btn{margin-top:25px}footer{display:block;padding:35px 24px}footer p{margin:15px 0}footer>div{margin:0;flex-wrap:wrap;gap:15px}.auth-heading h2{font-size:28px}.auth-panel{padding-left:20px;padding-right:20px}.code-row{grid-template-columns:1fr 112px}.code-button{padding:0 12px}.register-page .auth-panel{padding-top:90px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* Unified public-site visual system */
:root{--red:#0f9f91;--red-dark:#087a70;--ink:#18202a;--muted:#697386;--line:#e3e7ec;--soft:#f6f8f9;--radius:6px;--shadow:0 14px 40px rgba(24,32,42,.09)}
.site-header{height:68px;background:rgba(255,255,255,.96);border-bottom-color:var(--line);backdrop-filter:blur(12px)}.brand{font-size:20px}.brand-mark{width:32px;height:32px;border-radius:6px;background:var(--red);font-size:16px}.main-nav{gap:30px;margin-left:60px}.main-nav a{height:68px;font-size:13px}.main-nav a.active:after{height:2px}.btn{border-radius:5px;min-height:40px;font-size:13px;box-shadow:none}.btn-primary{box-shadow:none}.btn-primary:hover{box-shadow:0 7px 18px rgba(15,159,145,.2)}.hero{min-height:640px;padding-top:72px;padding-bottom:66px;gap:58px}.hero-copy h1{font-size:52px;line-height:1.16}.hero-copy>p{font-size:16px;line-height:1.8}.domain-builder{padding:17px 18px;border-radius:6px;background:#f7f9fa;border-color:var(--line)}.domain-input-row{border-radius:5px}.domain-input-row:focus-within{border-color:var(--red);box-shadow:0 0 0 3px rgba(15,159,145,.1)}.browser-frame{border-radius:7px;transform:none}.hero-visual:hover .browser-frame{transform:translateY(-3px)}.float-note{border-radius:6px;box-shadow:var(--shadow)}.note-share b{background:var(--red)}.showcase{background:#f7f8fa}.story{border-radius:6px;border:1px solid var(--line);box-shadow:none}.story:hover{transform:none;box-shadow:var(--shadow)}.step-icon{border-radius:6px;background:#e5f6f4;color:var(--red)}.final-cta{background:#1c252e;border-radius:7px}.final-cta p{color:#b9c4ce}.btn-light{color:#18202a}.toast{border-radius:6px}
.auth-page{--auth-teal:#0f9f91;background:#f5f7f9;padding:32px 20px}.auth-page:before,.auth-page:after{display:none}.auth-page .auth-shell{width:min(960px,100%);min-height:590px;border:1px solid var(--line);border-radius:8px;box-shadow:0 16px 50px rgba(24,32,42,.09)}.auth-page .auth-art{min-height:590px;background-color:#eef3f4;border-radius:7px 0 0 7px}.auth-page .auth-panel{min-height:590px;padding:42px 64px;border-radius:0 7px 7px 0}.auth-page .auth-form-wrap{width:min(370px,100%)}.auth-page .auth-title-line{gap:13px;margin-bottom:14px}.auth-page .auth-title-mark{width:42px;height:42px;border-radius:7px;font-size:18px}.auth-page .auth-heading h2{font-size:25px;color:var(--ink)}.auth-page .auth-heading p{font-size:12px;letter-spacing:0}.auth-page .input-wrap input{height:44px;border-color:#dfe4e8;border-radius:5px}.auth-page .btn-primary{height:44px;border-radius:5px}.register-page .auth-shell{min-height:680px}.register-page .auth-art,.register-page .auth-panel{min-height:680px}.register-page .auth-panel{padding:25px 60px}.register-page .code-button{height:44px;border-radius:5px}.auth-page .art-domain{color:var(--red)}
@media(max-width:768px){.auth-page{padding:18px;background:#f5f7f9}.auth-page .auth-shell,.register-page .auth-shell{border:1px solid var(--line);border-radius:8px;box-shadow:none}.auth-page .auth-panel,.register-page .auth-panel{padding:38px 22px;border-radius:7px}.hero-copy h1{font-size:38px}}

/* Authentication pages follow a compact, shared split-panel layout. */
.auth-page{display:grid;place-items:center;padding:76px 24px;background:#fbfbfc;min-height:100vh;overflow:auto}.auth-page:before,.auth-page:after{content:"";position:fixed;width:170px;height:170px;border:1px solid #f1dadd;border-radius:50%;pointer-events:none}.auth-page:before{left:-95px;top:80px}.auth-page:after{right:-95px;bottom:55px}.auth-brand{position:fixed;left:38px;top:26px}.auth-shell{width:min(1000px,100%);min-height:610px;display:grid;grid-template-columns:50% 50%;background:#fff;border:1px solid #e8e8eb;border-radius:8px;box-shadow:0 8px 30px rgba(22,22,26,.09);overflow:hidden}.auth-art{min-height:610px;padding:64px 54px;background:#f8f8f9;border-right:1px solid #eeeeef}.auth-art:before{display:none}.auth-art-content h1{font-size:36px;margin:18px 0 14px}.art-window{width:370px;height:250px;right:34px;bottom:52px}.art-card{height:212px}.auth-panel{min-height:610px;padding:42px 54px;display:grid;place-items:center}.auth-heading{text-align:center;margin-bottom:26px}.auth-title-mark{width:42px;height:42px;display:grid;place-items:center;margin:0 auto 13px;border-radius:8px;background:var(--red);color:#fff;font-size:20px;font-weight:800}.auth-heading h2{font-size:26px;margin:0 0 9px}.auth-heading p{font-size:13px}.auth-links{display:flex;align-items:center;justify-content:space-between;margin:-4px 0 14px;color:var(--red);font-size:12px}.register-links{margin:0 0 10px}.auth-panel .field{margin-bottom:14px}.auth-panel .input-wrap input{height:46px}.auth-panel .btn-submit{height:46px}.auth-panel .code-button{height:46px}.auth-panel .checkbox{margin-bottom:15px}.register-page{padding-top:38px;padding-bottom:38px}.register-page .auth-shell{min-height:690px}.register-page .auth-art{min-height:690px}.register-page .auth-panel{min-height:690px;padding:26px 48px}.register-page .auth-heading{margin-bottom:17px}.register-page .field{margin-bottom:8px}.register-page .field label{margin-bottom:6px}.register-page .field-error{min-height:13px;margin-top:2px}.register-page .field-help{margin-top:3px}.register-page .strength{margin-top:3px}.register-page .agreement{margin:2px 0 8px}.domain-orbit{right:12%;bottom:10%;transform:scale(.9)}
@media(max-width:900px){.auth-page{display:block;padding:0;background:#fff}.auth-page:before,.auth-page:after{display:none}.auth-shell{width:100%;min-height:100vh;display:block;border:0;box-shadow:none;border-radius:0}.auth-art{display:none}.auth-panel,.register-page .auth-panel{min-height:100vh;padding:90px 24px 40px}.auth-brand{position:absolute;left:24px;top:24px}.register-page .auth-shell{min-height:100vh}}

/* Reference-aligned authentication visual system. */
.auth-page{--auth-teal:#16baaa;background:#fff;padding:40px 24px}.auth-page:before,.auth-page:after{border-color:#dce8ef;box-shadow:140px 95px 0 -82px #edf4f8,-90px 250px 0 -75px #edf4f8}.auth-page .auth-brand{display:none}.auth-page .auth-shell{width:1000px;min-height:600px;border:3px solid whitesmoke;border-radius:15px;box-shadow:2px 0 6px rgba(0,21,41,.2);grid-template-columns:50% 50%}.auth-page .auth-art{min-height:594px;padding:0;background:#fafafa url('/static/front/images/auth-banner.png') center/90% auto no-repeat;border-right:0;border-radius:12px 0 0 12px}.auth-page .auth-art>*{display:none}.auth-page .auth-panel{min-height:594px;padding:42px 70px;background:#fff;border-radius:0 12px 12px 0}.auth-page .auth-form-wrap{width:360px}.auth-page .auth-heading{margin-bottom:28px}.auth-page .auth-title-line{display:flex;align-items:center;justify-content:center;gap:18px;margin-bottom:22px}.auth-page .auth-title-mark{width:50px;height:50px;margin:0;border-radius:12px;background:var(--auth-teal);font-size:22px}.auth-page .auth-heading h2{margin:0;color:var(--auth-teal);font-size:30px;font-weight:700}.auth-page .auth-heading p{color:#808695;font-size:14px;letter-spacing:2px}.auth-page .field{margin-bottom:14px}.auth-page .field>label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.auth-page .input-wrap input{height:40px;border:1px solid #eee;border-radius:4px;font-size:13px}.auth-page .input-wrap input:focus{border-color:var(--auth-teal);box-shadow:0 0 0 3px rgba(22,186,170,.08)}.auth-page .field-icon,.auth-page .password-toggle{color:#68727b}.auth-page .auth-links{margin:2px 0 15px;color:var(--auth-teal);font-size:13px}.auth-page .checkbox{margin:0 0 15px}.auth-page .checkbox input:checked+span{background:var(--auth-teal);border-color:var(--auth-teal)}.auth-page .btn-primary{height:40px;min-height:40px;border-radius:4px;background:var(--auth-teal);box-shadow:none}.auth-page .btn-primary:hover{background:#11a99b;box-shadow:0 5px 14px rgba(22,186,170,.2)}.auth-page .auth-footnote{display:none}.auth-page .toast.success{background:var(--auth-teal)}.register-page .auth-shell{min-height:700px}.register-page .auth-art,.register-page .auth-panel{min-height:694px}.register-page .auth-panel{padding:25px 70px}.register-page .auth-heading{margin-bottom:17px}.register-page .auth-title-line{margin-bottom:12px}.register-page .auth-heading h2{font-size:28px}.register-page .code-row{grid-template-columns:1fr 130px}.register-page .code-button{height:40px;min-height:40px;border-radius:4px;color:var(--auth-teal);background:#e9f8f6}.register-page .strength.level-1 i:first-child{background:#e4a43a}.register-page .strength.level-2 i:nth-child(-n+2){background:#68b7ac}.register-page .strength.level-3 i{background:var(--auth-teal)}.register-page .agreement a,.register-page .register-links a{color:var(--auth-teal)}
@media(max-width:1050px) and (min-width:769px){.auth-page .auth-shell{width:90%}.auth-page .auth-panel{padding-left:45px;padding-right:45px}.auth-page .auth-form-wrap{width:100%}}
@media(max-width:768px){.auth-page{display:flex;align-items:center;padding:30px 18px;background:#fafafa}.auth-page:before,.auth-page:after{display:none}.auth-page .auth-shell,.register-page .auth-shell{width:100%;min-height:0;display:block;border:3px solid whitesmoke;border-radius:15px;box-shadow:2px 0 6px rgba(0,21,41,.16)}.auth-page .auth-art{display:none}.auth-page .auth-panel,.register-page .auth-panel{min-height:0;padding:45px 24px;border-radius:12px}.auth-page .auth-form-wrap{width:100%}.auth-page .auth-heading h2{font-size:25px}.auth-page .auth-title-line{gap:13px}.auth-page .auth-title-mark{width:44px;height:44px}.register-page .auth-panel{padding-top:28px;padding-bottom:28px}.register-page .auth-heading p{letter-spacing:1px}.register-page .code-row{grid-template-columns:1fr 112px}}
