.tickets-page.svelte-1drmknm{background:var(--color-background);min-height:calc(100vh - 80px);padding:2rem 0}.container.svelte-1drmknm{max-width:1200px;margin:0 auto;padding:0 1.5rem}.header.svelte-1drmknm{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}h1.svelte-1drmknm{color:var(--color-text);margin:0;font-size:2rem;font-weight:800}.refresh-btn.svelte-1drmknm{background:var(--color-surface);border:1px solid var(--color-border);width:40px;height:40px;color:var(--color-text);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;transition:all .2s;display:flex}.refresh-btn.svelte-1drmknm:hover:not(:disabled){background:var(--color-surface-hover);transform:rotate(90deg)}.refresh-btn.svelte-1drmknm:disabled{opacity:.5;cursor:not-allowed}.refresh-btn.svelte-1drmknm svg:where(.svelte-1drmknm){width:20px;height:20px}.tabs.svelte-1drmknm{border-bottom:2px solid var(--color-border);gap:.5rem;margin-bottom:2rem;display:flex}.tab.svelte-1drmknm{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;transition:color .2s;display:flex;position:relative}.tab.svelte-1drmknm:hover{color:var(--color-text)}.tab.active.svelte-1drmknm{color:var(--color-primary)}.tab.active.svelte-1drmknm:after{content:"";background:var(--color-primary);height:3px;position:absolute;bottom:-2px;left:0;right:0}.badge.svelte-1drmknm{background:var(--color-primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:.75rem;font-weight:800;display:inline-flex}.content.svelte-1drmknm{min-height:400px}.loading-state.svelte-1drmknm,.error-state.svelte-1drmknm,.empty-state.svelte-1drmknm{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.loading-state.svelte-1drmknm .spinner:where(.svelte-1drmknm){border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:.8s linear infinite svelte-1drmknm-spin}@keyframes svelte-1drmknm-spin{to{transform:rotate(360deg)}}.loading-state.svelte-1drmknm p:where(.svelte-1drmknm),.error-state.svelte-1drmknm p:where(.svelte-1drmknm),.empty-state.svelte-1drmknm p:where(.svelte-1drmknm){color:var(--color-text-secondary);margin:.5rem 0 0}.error-state.svelte-1drmknm svg:where(.svelte-1drmknm),.empty-state.svelte-1drmknm svg:where(.svelte-1drmknm){width:64px;height:64px;color:var(--color-text-secondary);margin-bottom:1rem}.error-state.svelte-1drmknm h3:where(.svelte-1drmknm),.empty-state.svelte-1drmknm h3:where(.svelte-1drmknm){color:var(--color-text);margin:.5rem 0;font-size:1.25rem;font-weight:700}.error-state.svelte-1drmknm .btn:where(.svelte-1drmknm),.empty-state.svelte-1drmknm .btn:where(.svelte-1drmknm){margin-top:1.5rem}.tickets-grid.svelte-1drmknm{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.ticket-card.svelte-1drmknm{background:var(--color-surface);border:1px solid var(--color-border);color:inherit;border-radius:18px;text-decoration:none;transition:all .3s;display:block;overflow:hidden}.ticket-card.svelte-1drmknm:hover{border-color:var(--color-primary);transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.ticket-card.past.svelte-1drmknm{opacity:.7}.ticket-image.svelte-1drmknm{background:var(--color-surface-hover);width:100%;height:180px;position:relative}.ticket-image.svelte-1drmknm img:where(.svelte-1drmknm){object-fit:cover;width:100%;height:100%}.placeholder-image.svelte-1drmknm{background:linear-gradient(135deg, var(--color-surface-hover) 0%, var(--color-border) 100%);width:100%;height:100%}.ticket-status.svelte-1drmknm{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:6px 12px;font-size:.75rem;font-weight:700;position:absolute;top:12px;right:12px}.status-active.svelte-1drmknm{color:#fff;background:#10b981}.status-past.svelte-1drmknm{color:#fff;background:#0009}.ticket-info.svelte-1drmknm{padding:1.25rem}.ticket-info.svelte-1drmknm h3:where(.svelte-1drmknm){color:var(--color-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 1rem;font-size:1.125rem;font-weight:700;display:-webkit-box;overflow:hidden}.ticket-details.svelte-1drmknm{flex-direction:column;gap:.5rem;display:flex}.detail-item.svelte-1drmknm{color:var(--color-text-secondary);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.detail-item.svelte-1drmknm svg:where(.svelte-1drmknm){flex-shrink:0;width:16px;height:16px}.detail-item.svelte-1drmknm span:where(.svelte-1drmknm){white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.btn.svelte-1drmknm{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary.svelte-1drmknm{background:var(--color-primary);color:#fff}.btn-primary.svelte-1drmknm:hover{background:var(--color-primary-hover);transform:translateY(-2px);box-shadow:0 8px 16px #dc143c33}@media (width<=768px){.tickets-grid.svelte-1drmknm{grid-template-columns:1fr}h1.svelte-1drmknm{font-size:1.5rem}.tab.svelte-1drmknm{padding:.75rem 1rem;font-size:.9375rem}}
