:root{font-family:Arial,"PingFang SC","Microsoft YaHei",sans-serif;color:#1d1d1f;background:#fff;font-synthesis:none;--blue:#0075ed;--soft:#f5f5f7;--muted:#86868b;--line:#dedee3;--radius:24px}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer;border:0;background:none;color:inherit}a{color:inherit;text-decoration:none}button:disabled{cursor:not-allowed;opacity:.45}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #248cff;outline-offset:4px}img{display:block;max-width:100%}h1,h2,p{margin:0}.container{width:calc(100% - 120px);max-width:1200px;margin:0 auto}.header{height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:20px;white-space:nowrap;font-size:14px;font-weight:600}.brand img{width:100px;height:auto}.header-actions{display:flex;align-items:center;gap:12px}.pill{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:36px;padding:8px 22px;border-radius:100px;background:#f2f2f2;font-size:14px;white-space:nowrap;transition:background .15s}.pill:hover{background:#e7e7e9}.pill.primary{background:var(--blue);color:white}.pill.primary:hover{background:#0064cd}.pill.dark{background:#1d1d1f;color:white}.avatar{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#666;color:#fff;font-size:16px}.chevron{display:inline-block;width:9px;height:9px;border-top:1.5px solid currentColor;border-right:1.5px solid currentColor;transform:rotate(45deg);flex-shrink:0}.chevron.down{transform:rotate(135deg);width:7px;height:7px}.chevron.back{transform:rotate(-135deg);width:14px;height:14px}.footer{background:var(--soft);min-height:100px;padding:32px 0;display:flex;align-items:center;margin-top:auto;color:var(--muted);font-size:12px}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.language{font-size:12px;min-height:32px;padding:6px 20px;color:#333;background:#eaeaec}.globe{width:17px;height:17px;border:1.3px solid currentColor;border-radius:50%;position:relative}.globe:before{content:"";position:absolute;inset:-1px 4px;border:1px solid;border-radius:50%}.globe:after{content:"";position:absolute;left:0;right:0;top:6px;border-top:1px solid}#app{display:flex;flex-direction:column;min-height:100svh}.home,.account{padding-top:30px;padding-bottom:100px}.banner{position:relative;aspect-ratio:1200/248;border-radius:var(--radius);background:#2278d8 url('assets/banner.png') center/cover no-repeat;overflow:hidden}.banner-symbol{position:absolute;width:128px;height:128px;left:50%;top:50%;transform:translate(-50%,-50%)}.home-copy{text-align:center;margin-top:64px}.home-copy h1{font-size:48px;line-height:1.3;font-weight:600;letter-spacing:1px}.home-copy p{font-size:18px;color:var(--muted);margin-top:30px;line-height:1.7}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:60px}.service-card{height:172px;border-radius:var(--radius);background:var(--soft);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:22px;font-size:16px;font-weight:600;transition:background .2s,transform .2s}.service-card:hover{background:#ededf1;transform:translateY(-2px)}.service-card img{width:50px;height:50px;object-fit:contain}.skip{position:fixed;top:-100px;left:16px;z-index:20;background:#fff;padding:16px}.skip:focus{top:12px}#toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%,20px);padding:14px 24px;border-radius:14px;box-shadow:0 6px 30px #0002;background:#1d1d1f;color:#fff;max-width:calc(100% - 32px);font-size:14px;opacity:0;pointer-events:none;transition:.2s;z-index:30}#toast.visible{opacity:1;transform:translate(-50%,0)}dialog{border:0;border-radius:24px;padding:32px;width:460px;max-width:calc(100% - 32px);box-shadow:0 20px 100px #0003}dialog::backdrop{background:#0005;backdrop-filter:blur(4px)}dialog h2{font-size:22px;margin-bottom:16px}dialog p{font-size:15px;line-height:1.8;color:#6e6e73}dialog .dialog-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:26px}.muted{color:var(--muted)}
/* Keep the desktop canvas centered with side whitespace on high-resolution screens. */
@media(min-width:1281px){.container{width:960px;max-width:calc(100% - 160px)}}
@media(min-width:1600px){.home{padding-bottom:158px}}
@media(max-width:1279px){.container{width:calc(100% - clamp(48px,9.375vw,120px))}.home-copy h1{font-size:40px}.banner-symbol{width:108px;height:108px}}
@media(max-width:767px){.container{width:calc(100% - 48px)}.header{height:76px;gap:12px}.brand{font-size:17px}.brand img{display:none}.header-account{display:none}.header-actions{gap:8px}.header .pill{padding:7px 18px;min-height:32px;font-size:14px}.home,.account{padding-top:16px;padding-bottom:64px}.banner{aspect-ratio:342/140;border-radius:20px;background-size:auto 100%;background-position:right center}.banner-symbol{width:72px;height:72px;left:39%}.home-copy{margin-top:42px}.home-copy h1{font-size:32px}.home-copy p{font-size:16px;text-align:left;margin-top:24px;line-height:1.6}.service-grid{grid-template-columns:1fr;gap:16px;margin-top:36px}.service-card{height:130px;gap:16px;font-size:18px;border-radius:22px}.service-card img{width:44px;height:44px}.footer{padding:24px 0;min-height:100px}.footer-inner{gap:16px;align-items:center}.copyright{max-width:235px;line-height:1.6}.language{padding:7px 12px;flex-shrink:0}.home{flex:1}dialog{padding:24px}}
