.events-page-shell{background:#fafafa;flex-direction:column;min-height:100vh;display:flex}.events-page-shell .events-main{flex:1;padding:64px 0 80px}.events-page-shell .events-section{margin-bottom:64px}.events-page-shell .events-section:last-child{margin-bottom:0}.events-page-shell .events-section-header{border-bottom:1px solid var(--hairline);align-items:center;gap:12px;margin-bottom:32px;padding-bottom:20px;display:flex}.events-page-shell .events-section-icon{width:40px;height:40px;color:var(--color-forest-green);background:#02423f14;border-radius:10px;justify-content:center;align-items:center;display:flex}.events-page-shell .events-section-header h2{color:var(--ink);font-size:1.5rem;font-weight:700}.events-page-shell .events-count{color:#999;background:#f0f0f0;border-radius:999px;padding:4px 12px;font-size:.8rem;font-weight:600}.events-page-shell .events-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.events-page-shell .events-empty{border:1px solid var(--hairline);text-align:center;color:#02423f4d;background:#fff;border-radius:16px;padding:80px 32px}.events-page-shell .events-empty h3{color:var(--ink);margin:16px 0 8px;font-size:1.2rem;font-weight:700}.events-page-shell .events-empty p{color:var(--ink-muted);max-width:400px;margin:0 auto}@media (max-width:900px){.events-page-shell .events-grid{grid-template-columns:1fr}}@media (max-width:768px){.events-page-shell .events-main{padding:32px 0 48px}.events-page-shell .events-section{margin-bottom:40px}}
