*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:#14233b;background:#f7faff}a{text-decoration:none;color:inherit}header{height:72px;background:#fff;border-bottom:1px solid #e7edf5;display:flex;align-items:center;gap:28px;padding:0 5vw;position:sticky;top:0;z-index:5}header nav{display:flex;gap:22px;flex:1;justify-content:center;font-size:14px;color:#52627a}.brand{font-size:21px;font-weight:800;color:#172b4d}.brand b{color:#1877f2;margin-left:2px}header>div{display:flex;gap:12px;align-items:center;font-size:14px}.btn{background:#1677e8;color:white;padding:10px 16px;border-radius:8px;font-weight:700}.hero{background:linear-gradient(135deg,#edf6ff,#fff);padding:58px 6vw 48px;border-bottom:1px solid #e1eaf4}.hero span{font-size:12px;letter-spacing:.14em;font-weight:800;color:#2877c7}.hero h1{font-size:42px;line-height:1.1;margin:12px 0 10px;max-width:800px}.hero p{max-width:760px;color:#596b83;font-size:17px}.search{display:flex;max-width:760px;margin-top:24px;background:#fff;border:1px solid #d9e3ef;border-radius:10px;overflow:hidden;box-shadow:0 8px 25px #1b4b7d12}.search input{flex:1;border:0;padding:16px;font-size:15px;outline:0}.search button{border:0;background:#1677e8;color:#fff;padding:0 24px;font-weight:800}.content{max-width:1200px;margin:auto;padding:28px 5vw 70px}.toolbar{display:flex;justify-content:space-between;margin-bottom:18px;color:#53647b}.toolbar a{color:#1677e8}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.grid article,.notice,.empty{background:#fff;border:1px solid #e2e9f2;border-radius:12px;padding:20px}.grid h2{font-size:18px;margin:0 0 14px}.grid p{margin:9px 0;color:#53647b;font-size:13px}.grid p span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#8997aa;margin-bottom:2px}.notice{border-left:4px solid #1677e8}.empty{text-align:center;padding:48px}.empty p,.notice p{color:#61728a}footer{text-align:center;padding:28px;background:#10233f;color:#c8d4e3;font-size:13px}@media(max-width:850px){header nav{display:none}.grid{grid-template-columns:1fr 1fr}.hero h1{font-size:34px}}@media(max-width:560px){.grid{grid-template-columns:1fr}.search button{padding:0 15px}header{padding:0 18px}}
