*{margin:0;padding:0;box-sizing:border-box}.fd-page{background:#ffffff;padding:60px 20px 80px;position:relative;z-index:0}.fd-container{max-width:1200px;margin:auto}.fd-header{text-align:center;margin-bottom:48px}.fd-title{font-size:32px;font-weight:700;color:#111;letter-spacing:1px}.fd-underline{width:48px;height:3px;background:#0c7ab5;margin:12px auto 14px;border-radius:2px}.fd-subtitle{font-size:15px;color:#888}.fd-intro-block{background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:32px;margin-bottom:40px;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.fd-intro-eyebrow{display:inline-block;font-size:12px;font-weight:700;color:#0c7ab5;background:#f0f7ff;padding:4px 12px;border-radius:6px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}.fd-intro-text{font-size:16px;color:#334155;line-height:1.6;margin-bottom:20px}.fd-intro-points{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:12px;gap:12px;margin-bottom:24px}.fd-intro-points li{position:relative;padding-left:20px;font-size:14px;color:#475569}.fd-intro-points li:before{content:"•";position:absolute;left:0;color:#0c7ab5;font-weight:700}.fd-intro-warning{display:flex;gap:12px;background:#fff7ed;border-left:4px solid #f97316;padding:16px;border-radius:0 8px 8px 0;font-size:14px;color:#9a3412;line-height:1.5}.fd-intro-warning-icon{font-size:18px}.fd-empty-state{grid-column:1/-1;text-align:center;padding:48px;background:#f8fafc;border:1px dashed #e2e8f0;border-radius:12px;color:#64748b;font-size:15px}.fd-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:28px;gap:28px}.fd-card{background:#fff;border:1px solid #e8edf2;border-radius:12px;overflow:hidden;transition:box-shadow .25s,transform .25s}.fd-card:hover{box-shadow:0 8px 28px rgba(12,122,181,.1);transform:translateY(-4px)}.fd-image{position:relative;overflow:hidden}.fd-image img{width:100%;height:220px;object-fit:cover;display:block;transition:transform .35s ease}.fd-card:hover .fd-image img{transform:scale(1.04)}.fd-badge{position:absolute;top:14px;left:14px;background:#0c7ab5;color:#fff;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:4px}.fd-card-body{padding:22px 24px 20px;display:flex;flex-direction:column;gap:10px}.fd-card-title{font-size:18px;font-weight:600;color:#0c7ab5;line-height:1.35}.fd-desc{font-size:14px;color:#555;line-height:1.7}.fd-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:4px;padding-top:14px;border-top:1px solid #f0f3f6}.fd-meta{display:flex;gap:16px}.fd-meta-item{display:flex;align-items:center;gap:5px;font-size:13px;color:#999}.fd-meta-item svg{color:#bbb;flex-shrink:0}.fd-read{font-size:13px;font-weight:600;color:#0c7ab5;cursor:pointer;white-space:nowrap;transition:color .2s}.fd-read:hover{color:#085a87;text-decoration:underline}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.fd-skeleton{background:linear-gradient(90deg,#f0f3f5 25%,#e4e8eb 50%,#f0f3f5 75%);background-size:600px 100%;animation:shimmer 1.4s linear infinite;border-radius:4px}.fd-skeleton-card{pointer-events:none}.fd-skeleton-img{width:100%;height:220px;border-radius:0}.fd-skeleton-tag{width:72px;height:20px;border-radius:4px}.fd-skeleton-title{height:20px;width:85%;border-radius:4px;margin-top:2px}.fd-skeleton-line{height:14px;width:100%;border-radius:4px}.fd-skeleton-meta{display:flex;gap:16px;margin-top:6px;padding-top:14px;border-top:1px solid #f0f3f6}.fd-skeleton-meta-item{height:13px;width:80px;border-radius:4px}@media (max-width:768px){.fd-grid{grid-template-columns:1fr}.fd-image img,.fd-skeleton-img{height:200px}}