.seating-plan{width:100%;overflow:hidden}.seating-plan__loading,.seating-plan__empty{color:#929292;height:240px;font-size:14px;font-family:var(--font-barlow),sans-serif;justify-content:center;align-items:center;display:flex}.seating-plan__loading{flex-direction:column;gap:12px}.seating-plan__spinner{border:3px solid #e5e5e5;border-top-color:#735df2;border-radius:50%;width:32px;height:32px;animation:.7s linear infinite sp-spin}@keyframes sp-spin{to{transform:rotate(360deg)}}.seating-plan__block{margin-bottom:24px}.seating-plan__block-header{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;display:flex}.seating-plan__block-name{font-family:var(--font-barlow),sans-serif;color:#1a1a2e;margin:0 4px 0 0;font-size:15px;font-weight:700}.seating-plan__stats{flex-wrap:wrap;gap:6px;display:flex}.seating-plan__stat{font-size:11px;font-weight:600;font-family:var(--font-barlow),sans-serif;border-radius:12px;align-items:center;gap:4px;padding:3px 8px;display:inline-flex}.seating-plan__stat--available{color:#16a34a;background:#dcfce7}.seating-plan__stat--reserved{color:#dc2626;background:#fee2e2}.seating-plan__stat--sold{color:#b91c1c;background:#fecaca}.seating-plan__stat--blocked{color:#6b7280;background:#f3f4f6}.seating-plan__stat--cart{color:#d97706;background:#fef3c7}.seating-plan__grid-wrapper{padding-bottom:4px;overflow-x:auto}.seating-plan__grid{flex-direction:column;gap:4px;min-width:max-content;display:flex}.seating-plan__row{align-items:center;gap:4px;display:flex}.seating-plan__row-label{color:#929292;text-align:right;width:22px;min-width:22px;font-size:10px;font-weight:700;font-family:var(--font-barlow),sans-serif;margin-right:6px}.seating-plan__seat{cursor:default;width:36px;height:36px;font-size:9px;font-weight:700;font-family:var(--font-barlow),sans-serif;letter-spacing:-.2px;color:#fff;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;line-height:1;transition:transform .1s;display:flex;position:relative;overflow:hidden}.seating-plan__seat--available{cursor:pointer;background-color:#22c55e}.seating-plan__seat--available:hover{z-index:2;transform:scale(1.15);box-shadow:0 2px 8px rgba(34,197,94,.5)}.seating-plan__seat--selected{cursor:pointer;color:#1a1a2e;background-color:#fbbf24}.seating-plan__seat--selected:hover{z-index:2;transform:scale(1.15)}.seating-plan__seat--in_cart{cursor:not-allowed;background-color:#f59e0b}.seating-plan__seat--my_cart{cursor:pointer;background-color:#3b82f6}.seating-plan__seat--my_cart:hover{z-index:2;transform:scale(1.15)}.seating-plan__seat--reserved{cursor:not-allowed;background-color:#f87171}.seating-plan__seat--sold{cursor:not-allowed;background-color:#ef4444}.seating-plan__seat--blocked{color:transparent;cursor:not-allowed;background-color:#d1d5db}.seating-plan__seat--empty{color:transparent;cursor:default;pointer-events:none;box-shadow:none;background-color:transparent}.seating-plan__seat--loading{cursor:wait;background-color:#a78bfa;animation:.6s ease-in-out infinite alternate sp-pulse}@keyframes sp-pulse{0%{opacity:.6}to{opacity:1}}.seating-plan__alert{font-size:13px;font-family:var(--font-barlow),sans-serif;color:#92400e;background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;align-items:center;gap:8px;margin-bottom:14px;padding:10px 14px;display:flex}.seating-plan__legend{border-top:1px solid #f0f0f0;flex-wrap:wrap;gap:12px;margin-top:16px;padding-top:12px;display:flex}.seating-plan__legend-item{font-size:11px;font-family:var(--font-barlow),sans-serif;color:#555;align-items:center;gap:5px;display:flex}.seating-plan__legend-dot{border-radius:2px;flex-shrink:0;width:12px;height:12px}.seating-plan__error{color:#dc2626;font-size:13px;font-family:var(--font-barlow),sans-serif;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:8px;padding:12px;display:flex}
