.inline-rsvp-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;transition:all .2s ease;border:none;cursor:pointer;min-height:40px}.inline-rsvp-button.compact{padding:.375rem .75rem;font-size:.8rem;min-height:32px}.inline-rsvp-button.default{background:var(--primary-green);color:white}.inline-rsvp-button.default:hover{background:var(--primary-green-dark);transform:translateY(-1px)}.inline-rsvp-button.default:disabled{opacity:.6;cursor:not-allowed;transform:none}.inline-rsvp-button.signin{background:var(--primary-green);color:white}.inline-rsvp-button.signin:hover{background:var(--primary-green-dark);transform:translateY(-1px)}.inline-rsvp-button.full,.inline-rsvp-button.loading{background:var(--gray-light);color:var(--gray-medium);cursor:not-allowed}.inline-rsvp-button.rsvped{background:var(--success-light);color:var(--success-dark);border:1px solid var(--success-medium)}.inline-rsvp-button.rsvped .rsvp-status{flex:1 1;text-align:center}.inline-rsvp-button.rsvped .cancel-btn{background:transparent;border:none;color:red;cursor:pointer;padding:.25rem;border-radius:4px;font-size:.75rem;transition:all .2s ease}.inline-rsvp-button.rsvped .cancel-btn:hover{background:var(--error-light);color:black}.inline-rsvp-button.rsvped .cancel-btn:disabled{opacity:.6;cursor:not-allowed}.inline-rsvp-button.quick-options{background:var(--card-background);border:1px solid var(--border-color);padding:.25rem}.inline-rsvp-button.quick-options .rsvp-yes{background:var(--primary-green);color:white;border:none;padding:.375rem .75rem;border-radius:4px;font-size:.8rem;cursor:pointer;transition:all .2s ease}.inline-rsvp-button.quick-options .rsvp-yes:hover{background:var(--primary-green-dark)}.inline-rsvp-button.quick-options .rsvp-yes:disabled{opacity:.6;cursor:not-allowed}.inline-rsvp-button.quick-options .rsvp-cancel{background:transparent;color:var(--gray-medium);border:none;padding:.375rem .75rem;border-radius:4px;font-size:.8rem;cursor:pointer;transition:all .2s ease}.inline-rsvp-button.quick-options .rsvp-cancel:hover{background:var(--gray-light);color:var(--foreground)}.inline-rsvp-button.quick-options .rsvp-cancel:disabled{opacity:.6;cursor:not-allowed}.inline-rsvp-button.error{background:var(--error-light);color:var(--error-dark);border:1px solid var(--error-medium)}@media (max-width:768px){.inline-rsvp-button{font-size:.8rem;padding:.375rem .75rem;min-height:36px}.inline-rsvp-button.compact{font-size:.75rem;padding:.25rem .5rem;min-height:28px}}.inline-rsvp-button{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.event-card{background:var(--card-background);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px var(--shadow);border:1px solid var(--border-color);transition:transform .2s ease,box-shadow .2s ease;position:relative}.event-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px var(--shadow)}.event-card.restricted{opacity:.8;border-color:var(--gray-medium)}.event-image{height:200px;overflow:hidden;position:relative}.event-image img{width:100%;height:100%;object-fit:cover}.event-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--accent-green),var(--light-green));display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:600;font-size:1.125rem;text-align:center;padding:1rem}.membership-badge{left:12px;background:var(--primary-green)}.event-card .status-badge,.membership-badge{top:12px;color:var(--white);padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.event-card .status-badge{position:absolute;right:12px}.status-badge.full{background:var(--terracotta)}.event-content{padding:1.5rem}.event-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.875rem}.event-date{color:var(--gray-medium);font-weight:500}.event-time{background:var(--primary-green);color:var(--white);padding:.25rem .5rem;border-radius:4px;font-size:.8rem}.event-title{font-size:1.25rem;color:var(--foreground);margin-bottom:.75rem;line-height:1.3}.event-description{color:var(--gray-medium);line-height:1.5;font-size:.875rem}.event-description,.event-details{margin-bottom:1.5rem}.event-pricing{margin-bottom:1rem}.price-info{display:flex;align-items:center;gap:.5rem}.original-price{color:var(--gray-medium);text-decoration:line-through;font-size:.875rem}.discounted-price,.price{font-weight:600;color:var(--terracotta);font-size:1.125rem}.free-price{font-weight:600;color:var(--accent-green);font-size:1.125rem}.event-capacity{display:flex;flex-direction:column;gap:.5rem}.capacity-text{font-size:.875rem;color:var(--gray-medium)}.capacity-bar{width:100%;height:6px;background:var(--gray-light);border-radius:3px;overflow:hidden}.capacity-fill{height:100%;background:linear-gradient(90deg,var(--accent-green),var(--light-green));transition:width .3s ease}.event-actions{display:flex;flex-direction:column;gap:1rem}.event-action-buttons{display:flex;flex-direction:column;gap:.5rem}.event-actions .btn{width:100%;justify-content:center;padding:.875rem}.restricted-access{text-align:center}.restricted-access p{font-size:.875rem;color:var(--gray-medium);margin-bottom:1rem;line-height:1.4}.restricted-access .btn{width:100%;justify-content:center}@media (max-width:768px){.event-card{max-width:400px;margin:0 auto}.event-content{padding:1.25rem}.event-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.event-title{font-size:1.125rem}.event-description{font-size:.8rem}.price-info{justify-content:center}.capacity-text{text-align:center}}@media (max-width:480px){.event-content{padding:1rem}.event-title{font-size:1rem}.event-card .membership-badge,.event-card .status-badge{font-size:.7rem;padding:.2rem .5rem}.event-image-placeholder{font-size:1rem}}.capacity-bar.dual{display:flex}.capacity-bar.dual .capacity-fill{border-radius:0}.capacity-bar.dual .capacity-fill.ticket{background:var(--terracotta)}.capacity-bar.dual .capacity-fill.free{background:var(--accent-green)}.capacity-legend{display:flex;gap:.75rem;font-size:.75rem;color:var(--gray-medium);align-items:center;flex-wrap:wrap}.capacity-legend .legend-item{display:flex;align-items:center;gap:.35rem}.capacity-legend .legend-item .dot{width:10px;height:10px;border-radius:50%;display:inline-block}.capacity-legend .legend-item.ticket .dot{background:var(--terracotta)}.capacity-legend .legend-item.free .dot{background:var(--accent-green)}.capacity-legend .legend-item.total{margin-left:auto}.priority-note{font-size:.8rem;color:var(--gray-medium);margin:.25rem 0 .5rem}.quantity-control{display:flex;align-items:center;gap:.5rem}.quantity-control label{font-size:.9rem;color:var(--gray-medium)}.quantity-input{width:64px;padding:.5rem;border:1px solid var(--border-color);border-radius:6px;background:var(--background);color:var(--foreground)}