@font-face{font-family:"CJK";src:url("./fonts/LXGWWenKai-Regular.ttf") format("truetype");font-display:swap;}
@font-face{font-family:"LAT";src:url("./fonts/Poppins-Regular.ttf") format("truetype");font-display:swap;}
@font-face{font-family:"LAT";src:url("./fonts/Poppins-Medium.ttf") format("truetype");font-weight:600;font-display:swap;}
*{box-sizing:border-box;}
body{margin:0;background:#0f1220;color:#e8eaf2;font-family:"LAT","CJK",system-ui,sans-serif;line-height:1.6;}
.bar{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #ffffff14;}
.brand{font-weight:600;}
.lang button{background:#ffffff10;border:1px solid #ffffff22;color:#e8eaf2;padding:.35rem .7rem;margin-left:.4rem;border-radius:8px;cursor:pointer;font-family:"LAT","CJK",sans-serif;}
.lang button.active{background:#6c8cff;color:#fff;border-color:#6c8cff;}
.wrap{max-width:760px;margin:3rem auto;padding:0 1.5rem;text-align:center;}
h1{font-size:2.3rem;font-family:"CJK","LAT",serif;margin:.2rem 0 .6rem;}
.desc{font-size:1.1rem;opacity:.85;}
.links{margin-top:1.8rem;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;}
.links a{display:inline-block;padding:.7rem 1.4rem;border-radius:10px;background:#6c8cff;color:#fff;text-decoration:none;font-weight:600;}
.links a#off{background:#ffffff14;}
.note{margin-top:2.5rem;font-size:.85rem;opacity:.5;}
footer{text-align:center;padding:1.5rem;opacity:.4;font-size:.8rem;}
