.events-module__1hTyeq__eventsPage{background-color:var(--color-background);max-width:1200px;min-height:100vh;margin:0 auto;padding:120px 20px 60px}.events-module__1hTyeq__header{text-align:center;margin-bottom:40px}.events-module__1hTyeq__header h1{color:var(--color-text-primary);letter-spacing:-.02em;margin-bottom:10px;font-size:3rem;font-weight:700}.events-module__1hTyeq__header p{color:var(--color-text-secondary);font-size:1.2rem}.events-module__1hTyeq__tabs{justify-content:center;gap:20px;margin-bottom:40px;display:flex}.events-module__1hTyeq__tabBtn{background:var(--color-background-card);border:2px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-text-secondary);cursor:pointer;align-items:center;gap:10px;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.events-module__1hTyeq__tabBtn:hover{border-color:var(--color-primary);color:var(--color-primary);transform:translateY(-2px)}.events-module__1hTyeq__tabBtn.events-module__1hTyeq__active{background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-glow);border-color:#0000}.events-module__1hTyeq__eventsGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px;display:grid}.events-module__1hTyeq__eventCard{background:var(--color-background-card);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);border:1px solid var(--color-border-light);flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.events-module__1hTyeq__eventCard:hover{overflow:hidden}.events-module__1hTyeq__eventImage img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.events-module__1hTyeq__eventCard:hover .events-module__1hTyeq__eventImage img{transform:scale(1.05)}.events-module__1hTyeq__placeholderImage{width:100%;height:100%;color:var(--color-text-muted);background:linear-gradient(135deg,var(--color-background-card)0%,var(--color-border)100%);justify-content:center;align-items:center;font-size:3rem;display:flex}.events-module__1hTyeq__pastBadge{color:#fff;border-radius:var(--radius-full);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;padding:6px 12px;font-size:.85rem;font-weight:600;position:absolute;top:15px;right:15px}.events-module__1hTyeq__eventContent{flex-direction:column;flex:1;padding:24px;display:flex}.events-module__1hTyeq__eventContent h3{color:var(--color-text-primary);margin:0 0 15px;font-size:1.4rem;font-weight:700}.events-module__1hTyeq__eventMeta{color:var(--color-text-secondary);flex-direction:column;gap:8px;margin-bottom:15px;font-size:.95rem;display:flex}.events-module__1hTyeq__eventMeta span{align-items:center;gap:8px;display:flex}.events-module__1hTyeq__eventMeta svg{color:var(--color-primary)}.events-module__1hTyeq__description{color:var(--color-text-secondary);flex:1;margin-bottom:20px;line-height:1.5}.events-module__1hTyeq__actions{gap:12px;margin-top:auto;display:flex}.events-module__1hTyeq__detailsBtn,.events-module__1hTyeq__registerBtn,.events-module__1hTyeq__registeredBtn,.events-module__1hTyeq__galleryBtn{border-radius:var(--radius-md);cursor:pointer;border:none;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.events-module__1hTyeq__detailsBtn{background:var(--color-background-gray);color:var(--color-text-primary);border:1px solid var(--color-border)}.events-module__1hTyeq__detailsBtn:hover{background:var(--color-border);border-color:var(--color-text-secondary)}.events-module__1hTyeq__registerBtn{background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-sm)}.events-module__1hTyeq__registerBtn:hover{box-shadow:var(--shadow-glow);transform:translateY(-1px)}.events-module__1hTyeq__registerBtn:disabled{background:var(--color-text-muted);cursor:not-allowed;box-shadow:none;transform:none}.events-module__1hTyeq__registeredBtn{color:var(--color-success);cursor:default;background:#34d3991a;border:1px solid #34d39933}.events-module__1hTyeq__galleryBtn{background:var(--color-secondary);color:#fff}.events-module__1hTyeq__galleryBtn:hover{background:var(--color-secondary-light)}.events-module__1hTyeq__placeholder{text-align:center;background:var(--color-background-card);border-radius:var(--radius-xl);border:2px dashed var(--color-border);grid-column:1/-1;padding:60px}.events-module__1hTyeq__placeholderIcon{color:var(--color-primary);opacity:.5;margin-bottom:20px;font-size:3rem}.events-module__1hTyeq__placeholder h3{color:var(--color-text-primary);margin:0 0 10px}.events-module__1hTyeq__placeholder p{color:var(--color-text-secondary);margin-bottom:25px}.events-module__1hTyeq__suggestBtn{background:var(--color-secondary);color:#fff;border-radius:var(--radius-full);padding:12px 24px;font-weight:600;text-decoration:none;transition:background .2s;display:inline-block}.events-module__1hTyeq__suggestBtn:hover{background:var(--color-secondary-light)}.events-module__1hTyeq__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.events-module__1hTyeq__modalContent{background:var(--color-background-card);border-radius:var(--radius-xl);width:90%;max-width:800px;max-height:90vh;box-shadow:var(--shadow-2xl);border:1px solid var(--color-border-light);padding:32px;position:relative;overflow-y:auto}.events-module__1hTyeq__closeBtn{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:color .2s;position:absolute;top:20px;right:20px}.events-module__1hTyeq__closeBtn:hover{color:var(--color-primary)}.events-module__1hTyeq__modalContent h2{color:var(--color-text-primary);margin-top:0;margin-bottom:24px;padding-right:40px;font-size:2rem}.events-module__1hTyeq__modalGrid{grid-template-columns:1fr 1fr;gap:30px;margin-bottom:30px;display:grid}.events-module__1hTyeq__detailItem{color:var(--color-text-secondary);margin-bottom:16px}.events-module__1hTyeq__detailItem svg{color:var(--color-primary);width:16px;margin-right:8px}.events-module__1hTyeq__detailItem strong{color:var(--color-text-primary);margin-right:8px}.events-module__1hTyeq__detailItem p{margin:8px 0 0 24px;line-height:1.6}.events-module__1hTyeq__detailItem ul{margin:8px 0 0 24px;padding:0;list-style:none}.events-module__1hTyeq__detailItem li{margin-bottom:6px;padding-left:16px;position:relative}.events-module__1hTyeq__detailItem li:before{content:"•";color:var(--color-primary);position:absolute;left:0}.events-module__1hTyeq__modalMap{border-radius:var(--radius-lg);border:1px solid var(--color-border);height:300px;overflow:hidden}.events-module__1hTyeq__modalActions{justify-content:center;gap:16px;display:flex}.events-module__1hTyeq__secondaryBtn{background:var(--color-background-gray);color:var(--color-text-secondary);border:1px solid var(--color-border);border-radius:var(--radius-full);cursor:pointer;padding:10px 24px;font-weight:600;transition:all .2s}.events-module__1hTyeq__secondaryBtn:hover{background:var(--color-border);color:var(--color-text-primary)}.events-module__1hTyeq__loading{height:100vh;color:var(--color-text-secondary);justify-content:center;align-items:center;font-size:1.2rem;display:flex}@media (max-width:768px){.events-module__1hTyeq__eventsPage{padding-top:100px}.events-module__1hTyeq__modalGrid{grid-template-columns:1fr}.events-module__1hTyeq__modalMap{height:200px}.events-module__1hTyeq__tabs{flex-direction:column;align-items:center}.events-module__1hTyeq__tabBtn{justify-content:center;width:100%;max-width:300px}}
