:root{--blue:#079bd3;--blue-dark:#0675a3;--ink:#17394a;--muted:#67808c;--white:#fff}*{box-sizing:border-box}body{margin:0;min-width:320px;color:var(--ink);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}.check-page{position:relative;min-height:100vh;overflow:hidden;padding:20px 16px 60px;background:linear-gradient(#e8faffaa,#c5eff9c7),url('/assets/background.png') center/cover fixed}.check-page:after{content:"";position:absolute;inset:auto 0 0;height:180px;background:linear-gradient(180deg,transparent,#05a5d62b);pointer-events:none}.check-page nav,.checker{position:relative;z-index:1;width:min(100%,760px);margin:auto}.check-page nav{display:flex;justify-content:flex-end}.check-page nav a{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;color:var(--blue-dark);background:#fff;font-size:29px;font-weight:900;text-decoration:none;box-shadow:0 8px 22px #086d941e}.checker{text-align:center}.checker>img{display:block;width:min(100%,410px);height:140px;margin:-8px auto 0;object-fit:contain}.eyebrow{margin:0 0 7px;color:var(--blue-dark);font-size:12px;font-weight:900;letter-spacing:.13em}.checker>h1{margin:0;color:#087fac;font-size:clamp(30px,6vw,47px);line-height:1.08;text-shadow:0 2px #fff,0 5px 15px #03698e20}.intro{margin:12px auto 22px;color:var(--muted)}#checkForm{display:flex;gap:7px;padding:6px;border:2px solid var(--blue);border-radius:15px;background:#fff;box-shadow:0 14px 35px #046f971f}#checkForm input{min-width:0;flex:1;border:0;padding:14px;outline:0;font:inherit}button{border:0;border-radius:10px;padding:12px 22px;color:#fff;background:linear-gradient(135deg,#21b9e8,#0877aa);font-weight:850;cursor:pointer}button:disabled{cursor:wait;opacity:.65}.result{margin-top:16px;padding:19px;border:1px solid;border-radius:16px;background:#fff;text-align:center;box-shadow:0 10px 30px #075b7c12}.result.safe{border-color:#79d7b5;color:#096d4b;background:#ecfcf5}.result.fake{border-color:#ef9eaa;color:#a42232;background:#fff1f3}.result.invalid{border-color:#e9c56f;color:#7d5810;background:#fff9e7}.result strong{display:block;font-size:20px}.result p{margin:5px 0 0}.result .visit{display:inline-flex;margin-top:13px;padding:11px 24px;border-radius:999px;color:#fff;background:linear-gradient(180deg,#2bc6ee,#0765d8);font-weight:900;text-decoration:none}.result .locked{background:#8d9ba5;pointer-events:none}.official{margin-top:23px;padding:20px;border:1px solid #bfe7f3;border-radius:20px;background:#ffffffd9;backdrop-filter:blur(10px);box-shadow:0 12px 35px #075c7d12}.section-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:15px;text-align:left}.section-head small{color:#0883b2;font-weight:900}.section-head h2{margin:4px 0 0}.section-head button{padding:8px 12px}.link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.link-card{padding:14px;border:1px solid #d1eaf2;border-radius:16px;background:#fff;text-align:left}.link-card-top{display:flex;justify-content:space-between;gap:8px}.status{font-size:11px;font-weight:850}.status.online{color:#0b8248}.status.offline{color:#be2d3a}.status.unknown{color:#936e12}.link-card h3{margin:12px 0 6px}.link-card p{margin:0;color:#657b86;font-size:12px;overflow-wrap:anywhere}.link-card .meta{display:flex;justify-content:space-between;margin-top:10px}.link-card a{display:flex;justify-content:center;margin-top:12px;padding:9px;border-radius:999px;color:#fff;background:linear-gradient(180deg,#31c5ed,#0765d8);font-weight:850;text-decoration:none}.link-card a.off{background:#94a2ab;pointer-events:none}.skeleton{height:170px;border-radius:16px;background:linear-gradient(90deg,#e8f2f5,#fff,#e8f2f5);background-size:200%;animation:shine 1.2s infinite}.empty{grid-column:1/-1;padding:30px;color:#697e88}.notice{display:grid;grid-template-columns:auto 1fr;gap:14px;margin-top:22px;padding:21px;border:2px solid var(--blue);border-radius:20px;background:#fff;text-align:left}.notice>span{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;color:#fff;background:var(--blue);font-size:21px;font-weight:900}.notice h2{margin:0 0 8px;color:var(--blue-dark);font-size:18px}.notice p,.notice b{font-size:13px;line-height:1.6}.notice b{display:block;margin-top:6px}.support{margin-top:18px;font-size:13px}.support p{margin:0 0 3px;color:var(--muted)}.support a{color:var(--blue-dark);font-weight:850}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@keyframes shine{to{background-position:-200%}}@media(max-width:800px){.link-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.check-page{padding:13px 12px 40px}.check-page nav a{width:40px;height:40px}.checker>img{height:110px}.checker>h1{font-size:31px}.intro{font-size:14px}#checkForm{display:grid}#checkForm input{text-align:center}#checkForm button{min-height:48px}.official{padding:15px}.section-head{align-items:start;flex-direction:column}.link-grid{grid-template-columns:1fr}.notice{grid-template-columns:1fr;text-align:center}.notice>span{margin:auto}}
