.home-events-section,.home-events-section-not-found{padding:4rem 0;background:transparent;min-height:50vh;width:calc(100% - 6rem);max-width:1440px;margin:0 auto}.home-events-container{margin:0 auto;width:100%}.home-events-header{margin-bottom:3rem}.home-events-header,.home-events-not-found{text-align:center;width:100%}.home-events-not-found-container{display:flex;justify-content:center;align-items:center;min-height:400px;width:100%;padding:2rem}.home-events-not-found-content{text-align:center;max-width:500px;padding:3rem 2rem;border-radius:16px}.home-events-not-found-icon{margin-bottom:1.5rem;color:var(--color-text-secondary);opacity:.7}.home-events-not-found-title{font-size:1.5rem;font-weight:800;color:var(--color-text);margin:0 0 1rem;letter-spacing:1px;font-family:var(--font-body)}.home-events-not-found-description{font-size:1rem;color:var(--color-text-secondary);line-height:1.6;margin:0 0 2rem;font-family:var(--font-body)}.home-events-not-found-button{display:inline-flex;align-items:center;gap:.5rem;background:var(--color-highlight);color:var(--color-content-bg);border:none;padding:.75rem 1.5rem;border-radius:0;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:var(--font-body);box-shadow:0 4px 12px var(--color-shadow-primary)}.home-events-not-found-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px var(--color-shadow-primary);background:var(--color-primary-highlight)}.home-events-not-found-button:active{transform:translateY(0);box-shadow:0 2px 8px var(--color-shadow-primary)}.home-events-not-found-button svg{transition:transform .3s ease}.home-events-not-found-button:hover svg{transform:translateX(-2px)}.home-events-title{font-family:var(--font-heading);font-size:clamp(2rem,5vw,3.25rem);font-weight:400;letter-spacing:.01em;color:var(--color-text);margin:0 0 1rem;line-height:1.1}.home-description-subtitle{background:var(--color-content-bg);width:100%;padding:1rem;text-align:center}.home-description-subtitle,.home-events-subtitle{font-size:1rem;color:var(--color-text-secondary);margin:0 auto;line-height:1.6}.home-events-filters-area{margin-bottom:2rem;width:100%}.home-events-filters{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.55rem;padding:.8rem 1rem;border:1px solid var(--color-content-border);border-radius:14px;background:var(--color-content-bg);box-shadow:0 1px 2px rgba(16,16,40,.05)}.home-events-filters-heading{font-size:.875rem;font-weight:600;letter-spacing:.02em;color:var(--color-text-secondary);white-space:nowrap;flex-shrink:0;font-family:var(--font-body);align-self:flex-start}.home-events-filters-container{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;width:100%}.home-events-filter-left,.home-events-filters-container{display:flex;justify-content:flex-start;min-width:0}.home-events-filter-right{display:flex;justify-content:flex-end;min-width:0}.home-events-filter-right .filter-dropdown{right:0;left:auto}.home-events-layout-switch-row{display:flex;justify-content:flex-end;align-items:center;width:100%;margin-bottom:.65rem}.home-events-layout-switch{display:inline-flex;align-items:center;gap:2px;padding:3px;background:var(--color-bg);border:1px solid var(--color-content-border);border-radius:10px}.home-events-layout-switch-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:32px;border:none;border-radius:7px;background:transparent;color:var(--color-text-secondary);cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.home-events-layout-switch-btn:hover{background:var(--color-content-bg);color:var(--color-text)}.home-events-layout-switch-btn.active{background:var(--color-content-bg);color:var(--color-primary);box-shadow:0 1px 3px rgba(16,16,40,.14)}.home-events-layout-switch-sep{display:none}.total-events-count{text-align:center;font-size:.9rem;font-weight:600;margin-top:15px;color:var(--color-text-secondary)}@media (max-width:768px){.home-events-filters{padding:.6rem;gap:.4rem}.home-events-filters-container{flex-wrap:nowrap;gap:.4rem;min-width:0}.home-events-filters-heading{font-size:.68rem;font-weight:500;letter-spacing:.01em}.home-events-filter-left,.home-events-filter-right{flex:1 1 0;min-width:0}.home-events-filters .filter-container{width:100%}.home-events-filters .filter-button{min-width:0;max-width:none;width:100%;padding:.38rem .45rem;font-size:.72rem;gap:.25rem}.home-events-filters .filter-icon{height:.9rem;width:.9rem;margin-left:.1rem}.home-events-layout-switch-row{margin-bottom:.5rem}.home-events-layout-switch{padding:2px}.home-events-layout-switch-btn{width:30px;height:28px}.home-events-layout-switch-btn svg{width:17px;height:17px}}.home-events-grid-full{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:2rem}.home-events-grid-compact{display:flex;flex-direction:column;gap:.7rem;margin-top:2rem}@media (max-width:1300px){.home-events-grid-full{grid-template-columns:repeat(3,1fr);gap:1.25rem}.home-events-grid-compact{gap:.7rem}}@media (max-width:1024px){.home-events-container{padding:0 1.5rem}.home-events-grid-full{grid-template-columns:repeat(2,1fr);gap:1.25rem}.home-events-title{font-size:1.75rem}.home-events-subtitle{font-size:.9rem}.home-events-not-found-container{min-height:350px;padding:1.5rem}.home-events-not-found-content{padding:2.5rem 1.5rem}.home-events-not-found-title{font-size:1.3rem}.home-events-not-found-description{font-size:.9rem}}@media (max-width:800px){.home-events-section{padding:3rem 0;width:100%}.home-events-container{padding:0 .5rem}.home-events-header{margin-bottom:2rem}.home-events-title{font-size:clamp(1.75rem,5.2vw,1.75rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 .25rem}.home-events-subtitle{font-size:.8rem}.home-events-not-found-container{min-height:300px;padding:1rem}.home-events-not-found-content{padding:2rem 1rem}.home-events-not-found-title{font-size:1.2rem}.home-events-not-found-description{font-size:.85rem}.home-events-not-found-button{padding:.6rem 1.2rem;font-size:.85rem}}@media (max-width:768px){.home-events-grid-full{grid-template-columns:repeat(1,1fr);gap:1rem}}@media (max-width:480px){.home-events-filters{gap:.35rem;padding:.55rem .6rem}.home-events-filters-heading{font-size:.65rem}.home-events-filters .filter-button{padding:.35rem .4rem;font-size:.68rem}.home-events-title{font-size:clamp(1.75rem,4.8vw,1.55rem)}.home-events-subtitle{font-size:.8rem}.home-events-not-found-container{min-height:250px;padding:.75rem}.home-events-not-found-content{padding:1.5rem .75rem}.home-events-not-found-title{font-size:1.1rem}.home-events-not-found-description{font-size:.8rem}.home-events-not-found-button{padding:.5rem 1rem;font-size:.8rem}.home-events-grid-compact{gap:.5rem}.home-events-layout-switch{gap:2px;padding:2px}.home-events-layout-switch-btn{width:28px;height:26px}.home-events-layout-switch-btn svg{width:16px;height:16px}.home-events-filters-container{gap:.35rem}.home-events-section{padding:2rem 0}.home-events-container{padding:0 .4rem}}