.res-page{background:var(--surface-soft);min-height:100vh}.res-hero{text-align:center;padding:120px 0 60px}.res-title{font-family:var(--font-inter), system-ui, sans-serif;letter-spacing:-.02em;color:var(--ink);margin-bottom:24px;font-size:clamp(40px,5vw,56px);font-weight:600}.res-lead{color:var(--muted);max-width:600px;margin:0 auto;font-size:clamp(16px,1.8vw,20px);line-height:1.6}.res-hero-insight{text-align:left;width:min(34rem,100%);margin:32px auto 0}.res-filters{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:60px;display:flex}.res-filter-btn{background:var(--surface);color:var(--muted);cursor:pointer;border:1px solid #0000000f;border-radius:999px;padding:8px 20px;font-size:14px;font-weight:600;transition:all .2s}.res-filter-btn:hover{border-color:var(--brand);color:var(--ink)}.res-filter-btn.active{background:var(--brand);color:#fff;border-color:var(--brand)}.res-grid-section{padding-bottom:100px}.res-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.res-card{cursor:pointer;background:#fff;border:1px solid #0000000d;border-radius:0;flex-direction:column;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000005}.res-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000000f}.res-card-top{background:linear-gradient(135deg, color-mix(in srgb, var(--brand-subtle) 72%, #fff), #f8fafc), radial-gradient(circle at 18% 18%, color-mix(in srgb, var(--brand) 18%, transparent), transparent 32%);border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;gap:16px;min-height:92px;padding:24px 28px;display:flex}.res-card-icon{width:44px;height:44px;color:var(--brand);background:#fff;border-radius:0;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 16px 30px -22px #4f46e5b3}.res-content{flex-direction:column;flex-grow:1;padding:28px;display:flex}.res-meta{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.res-category{text-transform:uppercase;letter-spacing:.05em;color:var(--brand);font-size:12px;font-weight:700}.res-read-time{color:var(--muted);font-size:12px;font-weight:500}.res-card h3{color:var(--ink);margin:0 0 12px;font-size:20px;font-weight:700;line-height:1.4}.res-card p{color:var(--muted);flex-grow:1;margin:0 0 24px;font-size:15px;line-height:1.6}.res-author{border-top:1px solid #0000000a;align-items:center;gap:12px;margin-top:auto;padding-top:24px;display:flex}.res-author-avatar{background:var(--surface-soft);width:32px;height:32px;color:var(--muted);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.res-author-info{flex-direction:column;display:flex}.res-author-name{color:var(--ink);font-size:13px;font-weight:600}.res-author-date{color:var(--muted);font-size:12px}@media (max-width:992px){.res-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.res-grid{grid-template-columns:1fr}.res-hero{padding-top:86px}.res-card-top{min-height:76px;padding:20px 22px}}
