.insights-page{min-height:100vh;padding-top:72px;background:var(--color-bg-primary)}.insights-hero{background:linear-gradient(135deg,var(--color-primary-dark) 0,var(--color-primary) 100%);color:#fff;padding:5rem 2rem 4rem;margin-bottom:4rem}.insights-title{font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:1rem;color:#fff}.insights-subtitle{font-size:clamp(1.1rem,2vw,1.3rem);max-width:800px;color:#ffffffe6;line-height:1.6}.insights-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:2.5rem;gap:2.5rem;margin-bottom:5rem}.insight-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #00000014;transition:all .3s ease;display:flex;flex-direction:column}.insight-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001f}.insight-image{width:100%;overflow:hidden;background:var(--color-bg-secondary)}.insight-image img{width:100%;height:200px;object-fit:cover;transition:transform .3s ease}.insight-card:hover .insight-image img{transform:scale(1.05)}.insight-content{padding:2rem;flex:1 1;display:flex;flex-direction:column}.insight-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.75rem}.insight-category{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-accent);background:#ff6b351a;padding:.35rem .75rem;border-radius:4px}.insight-info{display:flex;gap:1rem;font-size:.875rem;color:var(--color-text-muted)}.insight-date,.insight-read-time{display:flex;align-items:center;gap:.35rem}.insight-card-title{font-size:1.5rem;margin-bottom:1rem;line-height:1.3}.insight-card-title a{color:var(--color-primary);transition:color .2s ease}.insight-card-title a:hover{color:var(--color-accent)}.insight-excerpt{color:var(--color-text-secondary);line-height:1.6;margin-bottom:1.5rem;flex:1 1}.insight-read-more{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-primary);font-weight:600;font-size:.95rem;transition:all .2s ease}.insight-read-more:hover{color:var(--color-accent);gap:.75rem}.no-insights{grid-column:1/-1;text-align:center;padding:4rem 2rem;color:var(--color-text-secondary)}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 2rem;gap:1.5rem}.spinner{width:48px;height:48px;border:4px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){.insights-page{padding-top:64px}.insights-hero{padding:4rem 1.5rem 3rem;margin-bottom:3rem}.insights-grid{grid-template-columns:1fr;gap:2rem}.insight-content{padding:1.5rem}}.insights-controls{display:flex;gap:2rem;margin-top:2rem;flex-wrap:wrap;justify-content:center}.control-group{display:flex;align-items:center;gap:.75rem}.control-group label{font-size:.9rem;font-weight:500;color:#ffffffe6}.control-select{padding:.625rem 2rem .625rem 1rem;border:2px solid #ffffff4d;border-radius:8px;background:#ffffff1a;color:#fff;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='white' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;min-width:180px}.control-select:hover{background:#ffffff26;border-color:#ffffff80}.control-select:focus{outline:none;border-color:var(--color-accent);background:#fff3}.control-select option{background:var(--color-primary);color:#fff}@media (max-width:640px){.insights-controls{flex-direction:column;align-items:stretch;gap:1rem}.control-group{flex-direction:column;align-items:flex-start}.control-select{width:100%}}