*{box-sizing:border-box}
body{margin:0;background:#f4f7fb;color:#202b38;font-family:Arial,Helvetica,sans-serif}
.container{width:min(1180px,calc(100% - 32px));margin:auto}
.header{background:linear-gradient(135deg,#0d4778,#1769aa,#1385b5);color:#fff;box-shadow:0 4px 18px rgba(0,0,0,.12)}
.header-inner{min-height:110px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:14px}
.brand-logo{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#0d4778;font-size:19px;font-weight:bold}
h1{font-size:24px;margin:0 0 5px}
.header p{font-size:13px;margin:0;opacity:.9}
#clock{font-size:13px;opacity:.9}
.intro{display:flex;justify-content:space-between;align-items:end;gap:25px;margin:28px 0 22px}
.label{font-size:12px;font-weight:bold;letter-spacing:1.5px;color:#1769aa}
h2{font-size:24px;margin:6px 0}
.intro p{font-size:13px;color:#6b7280;margin:0}
.search{width:370px;height:44px;background:#fff;border:1px solid #dfe7ef;border-radius:24px;display:flex;align-items:center;padding:0 15px;box-shadow:0 3px 14px rgba(0,0,0,.04)}
.search span{font-size:25px;color:#6b7280}
.search input{border:0;outline:0;width:100%;font:13px Arial;padding:0 8px}
.category{margin:26px 0}
.category-head{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.category-head h3{font-size:16px;margin:0;white-space:nowrap}
.category-head .line{height:1px;background:#dbe4ed;flex:1}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.card{display:flex;align-items:center;gap:13px;min-height:76px;padding:13px 14px;background:#fff;border:1px solid #e4ebf2;border-radius:13px;text-decoration:none;color:inherit;transition:.2s;box-shadow:0 3px 12px rgba(0,0,0,.04)}
.card:hover{transform:translateY(-2px);border-color:#b8d5e8;box-shadow:0 8px 22px rgba(13,71,120,.12)}
.icon{width:48px;height:48px;min-width:48px;border-radius:50%;background:#eef7fc;border:1px solid #d7ebf6;display:grid;place-items:center;overflow:hidden}
.icon img{width:100%;height:100%;object-fit:cover}
.fallback{font-size:16px;font-weight:bold;color:#1769aa}
.card-body{min-width:0}
.title{font-size:16px;font-weight:bold;margin:0 0 5px;line-height:1.25}
.desc{font-size:13px;color:#6b7280;margin:0;line-height:1.35}
.arrow{margin-left:auto;font-size:21px;color:#9aa7b4}
.empty{text-align:center;background:#fff;border:1px solid #e4ebf2;border-radius:13px;padding:55px 20px;margin:30px 0;color:#6b7280;font-size:13px}
.empty strong{display:block;font-size:16px;color:#374151;margin-bottom:7px}
footer{margin-top:45px;background:#fff;border-top:1px solid #e2e8f0}
.footer-inner{min-height:62px;display:flex;justify-content:space-between;align-items:center;color:#7b8794;font-size:13px}
@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.header-inner{min-height:95px}.brand-logo{width:48px;height:48px}h1{font-size:20px}#clock{display:none}.intro{display:block}.search{width:100%;margin-top:16px}.grid{grid-template-columns:1fr}.footer-inner{flex-direction:column;justify-content:center;padding:15px 0;gap:7px}}
