/* 717Tix wireframe merge — scoped; regen via wp theme build */
/* ---- 717tix-about.html ---- */body.theme-717tix *, body.theme-717tix *::before, body.theme-717tix *::after { box-sizing: border-box; margin: 0; padding: 0; }body.theme-717tix { --red: #E8193C; --red-dark: #b5112c; --gold: #F5C842; --navy: #0A0F1E; --navy-mid: #111827; --navy-light: #1a2440; --white: #F9F8F5; --gray: #8a90a0; --card-bg: rgba(255,255,255,0.04); }body.theme-717tix { background: #0A0F1E !important; background-color: #0A0F1E !important; color: var(--white); font-family: 'DM Sans', sans-serif; overflow-x: hidden; }body.theme-717tix nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 18px 48px; background: rgba(10,15,30,0.95); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(255,255,255,0.06); }body.theme-717tix .nav-logo { font-family: 'Bebas Neue', sans-serif; font-size: 3.2rem; letter-spacing: 4px; color: var(--white); text-decoration: none; text-shadow: 0 0 30px rgba(232,25,60,0.4); animation: heartbeat 2s ease-in-out infinite; }body.theme-717tix .nav-logo span { color: var(--red); text-shadow: 0 0 20px rgba(232,25,60,0.6); }@keyframes heartbeat { 0%{transform:scale(1)} 14%{transform:scale(1.08)} 28%{transform:scale(1)} 42%{transform:scale(1.05)} 56%{transform:scale(1)} 100%{transform:scale(1)} }body.theme-717tix .nav-links { display: flex; gap: 32px; list-style: none; }body.theme-717tix .nav-links a { color: rgba(249,248,245,0.7); text-decoration: none; font-size: 0.85rem; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; transition: color 0.2s; }body.theme-717tix .nav-links a:hover { color: var(--white); }body.theme-717tix .about-hero { margin-top: 73px; min-height: 460px; display: flex; flex-direction: column; justify-content: center; padding: 80px 48px; position: relative; overflow: hidden; }body.theme-717tix .about-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 70% at 70% 50%, rgba(232,25,60,0.1) 0%, transparent 70%), radial-gradient(ellipse 40% 50% at 10% 80%, rgba(245,200,66,0.05) 0%, transparent 60%); pointer-events: none; }body.theme-717tix .about-hero::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px); background-size: 80px 80px; pointer-events: none; }body.theme-717tix .hero-content { position: relative; z-index: 2; max-width: 720px; }body.theme-717tix .hero-eyebrow { font-size: 0.7rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; animation: fadeUp 0.5s ease both; }body.theme-717tix .about-hero .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(3.5rem, 8vw, 7rem); letter-spacing: 2px; line-height: 0.95; color: var(--white); animation: fadeUp 0.5s 0.1s ease both; }body.theme-717tix .hero-title em { font-style: normal; color: var(--red); }body.theme-717tix .hero-sub { font-family: 'DM Serif Display', serif; font-style: italic; font-size: 1.3rem; color: rgba(249,248,245,0.55); margin-top: 24px; line-height: 1.6; max-width: 560px; animation: fadeUp 0.5s 0.2s ease both; }@keyframes fadeUp { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }body.theme-717tix .stats-bar { background: var(--navy-mid); border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); padding: 40px 48px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }body.theme-717tix .stat-item { text-align: center; }body.theme-717tix .stat-number { font-family: 'Bebas Neue', sans-serif; font-size: 3rem; letter-spacing: 2px; color: var(--gold); line-height: 1; }body.theme-717tix .stat-label { font-size: 0.72rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--gray); margin-top: 6px; }body.theme-717tix .about-body { max-width: 1100px; margin: 0 auto; padding: 80px 48px; }body.theme-717tix .story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-bottom: 100px; }body.theme-717tix .story-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--red); margin-bottom: 16px; }body.theme-717tix .story-title { font-family: 'Bebas Neue', sans-serif; font-size: 2.8rem; letter-spacing: 2px; line-height: 1; margin-bottom: 24px; }body.theme-717tix .story-text { color: rgba(249,248,245,0.65); font-size: 1rem; line-height: 1.8; }body.theme-717tix .story-text + .story-text { margin-top: 16px; }body.theme-717tix .story-visual { position: relative; border-radius: 16px; background: var(--navy-light); border: 1px solid rgba(255,255,255,0.07); padding: 48px; }body.theme-717tix .story-visual::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--red), var(--gold)); border-radius: 16px 16px 0 0; }body.theme-717tix .quote-mark { font-family: 'Bebas Neue', sans-serif; font-size: 6rem; color: var(--red); opacity: 0.25; line-height: 0.5; margin-bottom: 16px; }body.theme-717tix .founder-quote { font-family: 'DM Serif Display', serif; font-style: italic; font-size: 1.25rem; line-height: 1.7; color: var(--white); }body.theme-717tix .founder-sig { margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08); }body.theme-717tix .founder-name { font-family: 'Bebas Neue', sans-serif; font-size: 1.2rem; letter-spacing: 2px; color: var(--gold); }body.theme-717tix .founder-title-text { font-size: 0.72rem; color: var(--gray); letter-spacing: 1px; text-transform: uppercase; margin-top: 3px; }body.theme-717tix .values-section { margin-bottom: 100px; }body.theme-717tix .section-header { text-align: center; margin-bottom: 56px; }body.theme-717tix .section-eyebrow { font-size: 0.7rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--red); margin-bottom: 12px; }body.theme-717tix .section-title-lg { font-family: 'Bebas Neue', sans-serif; font-size: 3rem; letter-spacing: 2px; }body.theme-717tix .values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }body.theme-717tix .value-card { background: var(--card-bg); border: 1px solid rgba(255,255,255,0.07); border-radius: 12px; padding: 36px 28px; position: relative; overflow: hidden; transition: transform 0.2s, border-color 0.2s; }body.theme-717tix .value-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }body.theme-717tix .value-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,0.14); }body.theme-717tix .value-card:hover::after { transform: scaleX(1); }body.theme-717tix .value-icon { font-size: 2.2rem; margin-bottom: 20px; }body.theme-717tix .value-name { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; letter-spacing: 2px; margin-bottom: 12px; }body.theme-717tix .value-desc { font-size: 0.88rem; color: rgba(249,248,245,0.55); line-height: 1.75; }body.theme-717tix .guarantee-section { background: var(--navy-light); border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; padding: 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-bottom: 100px; position: relative; overflow: hidden; }body.theme-717tix .guarantee-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--red), var(--gold), var(--red)); }body.theme-717tix .guarantee-title { font-family: 'Bebas Neue', sans-serif; font-size: 2.5rem; letter-spacing: 2px; line-height: 1; margin-top: 12px; }body.theme-717tix .guarantee-text p { color: rgba(249,248,245,0.65); font-size: 0.95rem; line-height: 1.8; margin-top: 20px; }body.theme-717tix .guarantee-items { display: flex; flex-direction: column; gap: 20px; }body.theme-717tix .guarantee-item { display: flex; gap: 16px; align-items: flex-start; }body.theme-717tix .guarantee-check { width: 32px; height: 32px; background: rgba(232,25,60,0.15); border: 1px solid rgba(232,25,60,0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; flex-shrink: 0; margin-top: 2px; }body.theme-717tix .guarantee-item-text strong { display: block; font-size: 0.92rem; font-weight: 600; margin-bottom: 4px; }body.theme-717tix .guarantee-item-text span { font-size: 0.8rem; color: var(--gray); line-height: 1.5; }/* REVIEWS */body.theme-717tix .reviews-section-about { margin-bottom: 100px; }body.theme-717tix .reviews-top { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; margin-bottom: 40px; }body.theme-717tix .reviews-eyebrow { font-size: 0.7rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }body.theme-717tix .reviews-heading { font-family: 'Bebas Neue', sans-serif; font-size: 2.5rem; letter-spacing: 2px; }body.theme-717tix .reviews-rating { display: flex; align-items: center; gap: 10px; margin-top: 8px; }body.theme-717tix .stars { color: var(--gold); font-size: 1.2rem; letter-spacing: 2px; }body.theme-717tix .rating-num { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; color: var(--gold); }body.theme-717tix .rating-count { font-size: 0.78rem; color: var(--gray); }body.theme-717tix .google-btn { display: inline-flex; align-items: center; gap: 8px; padding: 11px 20px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.15); color: var(--white); text-decoration: none; font-size: 0.8rem; font-weight: 600; transition: all 0.2s; white-space: nowrap; }body.theme-717tix .google-btn:hover { border-color: rgba(255,255,255,0.4); background: rgba(255,255,255,0.04); }body.theme-717tix .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }body.theme-717tix .review-card { background: var(--card-bg); border: 1px solid rgba(255,255,255,0.07); border-radius: 12px; padding: 28px; display: flex; flex-direction: column; gap: 14px; transition: transform 0.2s, border-color 0.2s; }body.theme-717tix .review-card:hover { transform: translateY(-3px); border-color: rgba(255,255,255,0.14); }body.theme-717tix .review-stars { color: var(--gold); font-size: 0.9rem; letter-spacing: 1px; }body.theme-717tix .review-text { font-family: 'DM Serif Display', serif; font-style: italic; font-size: 1rem; line-height: 1.7; color: rgba(249,248,245,0.85); flex: 1; }body.theme-717tix .review-author { display: flex; align-items: center; gap: 10px; margin-top: auto; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.06); }body.theme-717tix .review-avatar { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; font-weight: 700; color: white; flex-shrink: 0; }body.theme-717tix .review-name { font-size: 0.85rem; font-weight: 600; }body.theme-717tix .review-date { font-size: 0.72rem; color: var(--gray); }body.theme-717tix .about-cta { text-align: center; padding: 80px 0 0; }body.theme-717tix .about-cta h2 { font-family: 'Bebas Neue', sans-serif; font-size: 3.5rem; letter-spacing: 2px; }body.theme-717tix .about-cta p { color: rgba(249,248,245,0.5); margin-top: 12px; font-family: 'DM Serif Display', serif; font-style: italic; font-size: 1.1rem; }body.theme-717tix .cta-buttons { display: flex; gap: 16px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }body.theme-717tix .btn-primary { background: var(--red); color: var(--white); padding: 16px 36px; border-radius: 4px; font-size: 0.9rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; transition: background 0.2s; }body.theme-717tix .btn-primary:hover { background: var(--red-dark); }body.theme-717tix .btn-ghost { background: transparent; color: var(--white); padding: 16px 36px; border-radius: 4px; font-size: 0.9rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; border: 1px solid rgba(255,255,255,0.2); transition: border-color 0.2s; }body.theme-717tix .btn-ghost:hover { border-color: rgba(255,255,255,0.5); }body.theme-717tix .page-footer { text-align: center; padding: 40px 48px; font-size: 0.75rem; color: var(--gray); border-top: 1px solid rgba(255,255,255,0.05); margin-top: 80px; line-height: 1.8; }body.theme-717tix .page-footer a { color: var(--gray); text-decoration: none; }body.theme-717tix .page-footer a:hover { color: var(--white); }@media (max-width: 900px) {body.theme-717tix nav { padding: 14px 24px; }body.theme-717tix .nav-links { display: none; }body.theme-717tix .about-hero { padding: 60px 24px; }body.theme-717tix .stats-bar { grid-template-columns: repeat(2,1fr); padding: 32px 24px; }body.theme-717tix .about-body { padding: 48px 24px; }body.theme-717tix .story-grid { grid-template-columns: 1fr; gap: 40px; margin-bottom: 60px; }body.theme-717tix .values-grid { grid-template-columns: 1fr; }body.theme-717tix .guarantee-section { grid-template-columns: 1fr; padding: 36px 24px; gap: 36px; margin-bottom: 60px; }}/* ---- 717tix-checkout.html ---- */body.theme-717tix *, body.theme-717tix *::before, body.theme-717tix *::after { box-sizing: border-box; margin: 0; padding: 0; }body.theme-717tix {
    --red: #E8193C; --red-dark: #b5112c; --gold: #F5C842;
    --navy: #0A0F1E; --navy-mid: #111827; --navy-light: #1a2440;
    --white: #F9F8F5; --gray: #8a90a0; --card-bg: rgba(255,255,255,0.04);
    --green: #22c55e; --orange: #F74802;
  }body.theme-717tix { background: #0A0F1E !important; background-color: #0A0F1E !important; color: var(--white); font-family: 'DM Sans', sans-serif; min-height: 100vh; overflow-x: hidden; }/* NAV */body.theme-717tix nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 48px; background: rgba(10,15,30,0.98); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(255,255,255,0.06); position: sticky; top: 0; z-index: 100; }body.theme-717tix .nav-logo { font-family: 'Bebas Neue', sans-serif; font-size: 3.2rem; letter-spacing: 4px; color: var(--white); text-decoration: none; text-shadow: 0 0 30px rgba(232,25,60,0.4); animation: heartbeat 2s ease-in-out infinite; }body.theme-717tix .nav-logo span { color: var(--red); text-shadow: 0 0 20px rgba(232,25,60,0.6); }@keyframes heartbeat { 0%{transform:scale(1)} 14%{transform:scale(1.08)} 28%{transform:scale(1)} 42%{transform:scale(1.05)} 56%{transform:scale(1)} 100%{transform:scale(1)} }body.theme-717tix .nav-secure { display: flex; align-items: center; gap: 8px; font-size: 0.78rem; color: var(--gray); }body.theme-717tix .nav-secure .lock { color: var(--green); font-size: 1rem; }body.theme-717tix .nav-back { color: rgba(249,248,245,0.5); text-decoration: none; font-size: 0.78rem; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; transition: color 0.2s; }body.theme-717tix .nav-back:hover { color: var(--white); }/* PROGRESS */body.theme-717tix .progress-bar { background: var(--navy-mid); border-bottom: 1px solid rgba(255,255,255,0.05); padding: 14px 48px; display: flex; align-items: center; justify-content: center; gap: 0; }body.theme-717tix .step { display: flex; align-items: center; gap: 8px; font-size: 0.72rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--gray); }body.theme-717tix .step.active { color: var(--white); }body.theme-717tix .step.done { color: var(--green); }body.theme-717tix .step-num { width: 24px; height: 24px; border-radius: 50%; border: 1.5px solid currentColor; display: flex; align-items: center; justify-content: center; font-size: 0.68rem; font-weight: 700; flex-shrink: 0; }body.theme-717tix .step.active .step-num { background: var(--red); border-color: var(--red); color: white; }body.theme-717tix .step.done .step-num { background: var(--green); border-color: var(--green); color: white; font-size: 0.8rem; }body.theme-717tix .step-line { width: 48px; height: 1px; background: rgba(255,255,255,0.1); margin: 0 12px; }body.theme-717tix .step.done + .step-line { background: rgba(34,197,94,0.3); }/* LAYOUT */body.theme-717tix .checkout-wrap { max-width: 1100px; margin: 0 auto; padding: 40px 48px 100px; display: grid; grid-template-columns: 1fr 380px; gap: 40px; align-items: start; }/* SECTION BLOCKS */body.theme-717tix .checkout-section { background: var(--card-bg); border: 1px solid rgba(255,255,255,0.07); border-radius: 12px; padding: 28px 32px; margin-bottom: 20px; position: relative; overflow: hidden; }body.theme-717tix .checkout-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--red), transparent); opacity: 0; transition: opacity 0.3s; }body.theme-717tix .checkout-section:focus-within::before { opacity: 1; }body.theme-717tix .section-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; letter-spacing: 2px; margin-bottom: 6px; }body.theme-717tix .section-sub { font-size: 0.78rem; color: var(--gray); margin-bottom: 24px; }/* FORM ELEMENTS */body.theme-717tix .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }body.theme-717tix .form-grid.full { grid-template-columns: 1fr; }body.theme-717tix .form-group { display: flex; flex-direction: column; gap: 7px; }body.theme-717tix .form-group.span2 { grid-column: span 2; }body.theme-717tix .form-label { font-size: 0.68rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gray); }body.theme-717tix .form-input, body.theme-717tix .form-select {
    background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px; color: var(--white); font-family: 'DM Sans', sans-serif;
    font-size: 0.92rem; padding: 13px 14px; outline: none;
    transition: border-color 0.2s, box-shadow 0.2s; width: 100%;
  }body.theme-717tix .form-input::placeholder { color: rgba(255,255,255,0.2); }body.theme-717tix .form-input:focus, body.theme-717tix .form-select:focus { border-color: rgba(232,25,60,0.5); box-shadow: 0 0 0 3px rgba(232,25,60,0.1); }body.theme-717tix .form-select { appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238a90a0' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }body.theme-717tix .form-select option { background: var(--navy-mid); }/* CARD NUMBER INPUT */body.theme-717tix .card-input-wrap { position: relative; }body.theme-717tix .card-input-wrap .form-input { padding-right: 100px; }body.theme-717tix .card-icons { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); display: flex; gap: 4px; }body.theme-717tix .card-icon { width: 32px; height: 20px; border-radius: 3px; font-size: 0.55rem; font-weight: 700; display: flex; align-items: center; justify-content: center; letter-spacing: 0.5px; }body.theme-717tix .card-visa { background: #1a1f71; color: #f7b600; }body.theme-717tix .card-mc { background: #eb001b; color: white; }body.theme-717tix .card-amex { background: #2557d6; color: white; }/* DELIVERY OPTIONS */body.theme-717tix .delivery-options { display: flex; flex-direction: column; gap: 10px; }body.theme-717tix .delivery-option { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.08); cursor: pointer; transition: all 0.2s; }body.theme-717tix .delivery-option:hover { border-color: rgba(255,255,255,0.2); background: rgba(255,255,255,0.03); }body.theme-717tix .delivery-option.selected { border-color: rgba(232,25,60,0.4); background: rgba(232,25,60,0.06); }body.theme-717tix .delivery-option input[type="radio"] { accent-color: var(--red); width: 16px; height: 16px; flex-shrink: 0; }body.theme-717tix .delivery-option-info { flex: 1; }body.theme-717tix .delivery-option-name { font-size: 0.88rem; font-weight: 600; }body.theme-717tix .delivery-option-desc { font-size: 0.75rem; color: var(--gray); margin-top: 2px; }body.theme-717tix .delivery-option-price { font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem; letter-spacing: 1px; color: var(--green); }/* GUEST / ACCOUNT TOGGLE */body.theme-717tix .account-toggle { display: flex; gap: 10px; margin-bottom: 24px; }body.theme-717tix .toggle-btn { flex: 1; padding: 11px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); background: transparent; color: rgba(249,248,245,0.5); font-family: 'DM Sans', sans-serif; font-size: 0.82rem; font-weight: 600; cursor: pointer; transition: all 0.2s; text-align: center; }body.theme-717tix .toggle-btn.active { background: rgba(232,25,60,0.12); border-color: rgba(232,25,60,0.4); color: var(--white); }/* ORDER SUMMARY */body.theme-717tix .order-summary { background: var(--navy-light); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 28px; position: sticky; top: 90px; }body.theme-717tix .summary-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; letter-spacing: 2px; margin-bottom: 20px; }/* TICKET SUMMARY CARD */body.theme-717tix .ticket-summary { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); border-radius: 8px; padding: 16px; margin-bottom: 20px; }body.theme-717tix .ticket-summary-event { font-size: 0.7rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--orange); margin-bottom: 8px; }body.theme-717tix .ticket-summary-title { font-weight: 700; font-size: 0.95rem; line-height: 1.3; }body.theme-717tix .ticket-summary-meta { font-size: 0.78rem; color: var(--gray); margin-top: 6px; line-height: 1.6; }body.theme-717tix .ticket-summary-divider { height: 1px; background: rgba(255,255,255,0.06); margin: 12px 0; }body.theme-717tix .ticket-summary-seats { display: flex; align-items: center; justify-content: space-between; }body.theme-717tix .ticket-summary-section { font-size: 0.85rem; font-weight: 600; }body.theme-717tix .ticket-summary-qty { font-size: 0.75rem; color: var(--gray); }/* PRICE BREAKDOWN */body.theme-717tix .price-line { display: flex; align-items: center; justify-content: space-between; font-size: 0.85rem; color: rgba(249,248,245,0.65); margin-bottom: 10px; }body.theme-717tix .price-line strong { color: var(--white); }body.theme-717tix .price-line.total { font-size: 1rem; color: var(--white); font-weight: 700; padding-top: 14px; margin-top: 4px; border-top: 1px solid rgba(255,255,255,0.08); margin-bottom: 0; }body.theme-717tix .price-line.total .total-price { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; letter-spacing: 1px; color: var(--gold); }body.theme-717tix .price-note { font-size: 0.7rem; color: var(--gray); margin-top: 8px; line-height: 1.5; }/* PROMO CODE */body.theme-717tix .promo-wrap { display: flex; gap: 8px; margin: 16px 0; }body.theme-717tix .promo-input { flex: 1; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 6px; color: var(--white); font-family: 'DM Sans', sans-serif; font-size: 0.85rem; padding: 10px 14px; outline: none; transition: border-color 0.2s; }body.theme-717tix .promo-input::placeholder { color: rgba(255,255,255,0.25); }body.theme-717tix .promo-input:focus { border-color: rgba(232,25,60,0.4); }body.theme-717tix .promo-btn { background: transparent; border: 1px solid rgba(255,255,255,0.15); color: var(--white); padding: 10px 16px; border-radius: 6px; font-family: 'DM Sans', sans-serif; font-size: 0.82rem; font-weight: 600; cursor: pointer; white-space: nowrap; transition: border-color 0.2s; }body.theme-717tix .promo-btn:hover { border-color: rgba(255,255,255,0.4); }/* SUBMIT */body.theme-717tix .btn-complete { width: 100%; background: var(--red); color: white; padding: 16px; border-radius: 8px; border: none; cursor: pointer; font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; transition: background 0.2s, transform 0.15s; margin-top: 20px; display: flex; align-items: center; justify-content: center; gap: 10px; }body.theme-717tix .btn-complete:hover { background: var(--red-dark); transform: translateY(-1px); }body.theme-717tix .btn-complete:active { transform: translateY(0); }body.theme-717tix .secure-note { display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 0.72rem; color: var(--gray); margin-top: 12px; }body.theme-717tix .secure-note .lock { color: var(--green); }/* TRUST BADGES */body.theme-717tix .trust-badges { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.06); }body.theme-717tix .trust-badge { display: flex; align-items: center; gap: 10px; font-size: 0.75rem; color: rgba(249,248,245,0.55); }body.theme-717tix .trust-badge-icon { font-size: 1rem; flex-shrink: 0; }/* MOBILE STICKY */body.theme-717tix .mobile-summary { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 150; background: var(--navy-mid); border-top: 1px solid rgba(255,255,255,0.1); padding: 14px 24px; }body.theme-717tix .mobile-summary-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }body.theme-717tix .mobile-total { }body.theme-717tix .mobile-total-label { font-size: 0.65rem; color: var(--gray); text-transform: uppercase; letter-spacing: 1px; }body.theme-717tix .mobile-total-num { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; color: var(--gold); letter-spacing: 1px; line-height: 1; }body.theme-717tix .btn-mobile-complete { background: var(--red); color: white; padding: 13px 28px; border-radius: 6px; font-size: 0.88rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; border: none; cursor: pointer; white-space: nowrap; }/* RESPONSIVE */@media (max-width: 900px) {body.theme-717tix nav { padding: 12px 20px; }body.theme-717tix .progress-bar { padding: 12px 20px; }body.theme-717tix .step span:not(.step-num) { display: none; }body.theme-717tix .step-line { width: 24px; margin: 0 6px; }body.theme-717tix .checkout-wrap { grid-template-columns: 1fr; padding: 24px 20px 120px; gap: 0; }body.theme-717tix .order-summary { display: none; }body.theme-717tix .mobile-summary { display: block; }body.theme-717tix .form-grid { grid-template-columns: 1fr; }body.theme-717tix .form-group.span2 { grid-column: span 1; }}/* ---- 717tix-contact.html ---- */body.theme-717tix *, body.theme-717tix *::before, body.theme-717tix *::after { box-sizing: border-box; margin: 0; padding: 0; }body.theme-717tix {
    --red: #E8193C; --red-dark: #b5112c; --gold: #F5C842;
    --navy: #0A0F1E; --navy-mid: #111827; --navy-light: #1a2440;
    --white: #F9F8F5; --gray: #8a90a0; --card-bg: rgba(255,255,255,0.04);
    --green: #22c55e;
  }body.theme-717tix { background: #0A0F1E !important; background-color: #0A0F1E !important; color: var(--white); font-family: 'DM Sans', sans-serif; overflow-x: hidden; }/* NAV */body.theme-717tix nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 18px 48px; background: rgba(10,15,30,0.95); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(255,255,255,0.06); }body.theme-717tix .nav-logo { font-family: 'Bebas Neue', sans-serif; font-size: 3.2rem; letter-spacing: 4px; color: var(--white); text-decoration: none; text-shadow: 0 0 30px rgba(232,25,60,0.4); animation: heartbeat 2s ease-in-out infinite; }body.theme-717tix .nav-logo span { color: var(--red); text-shadow: 0 0 20px rgba(232,25,60,0.6); }@keyframes heartbeat { 0%{transform:scale(1)} 14%{transform:scale(1.08)} 28%{transform:scale(1)} 42%{transform:scale(1.05)} 56%{transform:scale(1)} 100%{transform:scale(1)} }body.theme-717tix .nav-links { display: flex; gap: 32px; list-style: none; }body.theme-717tix .nav-links a { color: rgba(249,248,245,0.7); text-decoration: none; font-size: 0.85rem; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; transition: color 0.2s; }body.theme-717tix .nav-links a:hover { color: var(--white); }/* HERO */body.theme-717tix .page-hero { margin-top: 73px; padding: 64px 48px 48px; position: relative; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,0.06); }body.theme-717tix .page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(232,25,60,0.08) 0%, transparent 70%); pointer-events: none; }body.theme-717tix .page-hero::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px); background-size: 80px 80px; pointer-events: none; }body.theme-717tix .hero-inner { position: relative; z-index: 1; max-width: 600px; }body.theme-717tix .hero-eyebrow { font-size: 0.7rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; animation: fadeUp 0.5s ease both; }body.theme-717tix .page-hero .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(3rem, 7vw, 5.5rem); letter-spacing: 2px; line-height: 0.95; animation: fadeUp 0.5s 0.1s ease both; }body.theme-717tix .hero-title em { font-style: normal; color: var(--red); }body.theme-717tix .page-hero .hero-sub { font-family: 'DM Serif Display', serif; font-style: italic; font-size: 1.15rem; color: rgba(249,248,245,0.5); margin-top: 20px; line-height: 1.65; animation: fadeUp 0.5s 0.2s ease both; }@keyframes fadeUp { from{opacity:0;transform:translateY(16px)} to{opacity:1;transform:translateY(0)} }/* CONTACT METHODS */body.theme-717tix .contact-methods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 40px 48px; background: var(--navy-mid); border-bottom: 1px solid rgba(255,255,255,0.05); }body.theme-717tix .contact-card { background: var(--card-bg); border: 1px solid rgba(255,255,255,0.07); border-radius: 12px; padding: 28px 24px; text-decoration: none; color: var(--white); transition: background 0.2s, transform 0.2s, border-color 0.2s; position: relative; overflow: hidden; }body.theme-717tix .contact-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--accent, var(--red)); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }body.theme-717tix .contact-card:hover { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.14); transform: translateY(-3px); }body.theme-717tix .contact-card:hover::after { transform: scaleX(1); }body.theme-717tix .contact-card[data-accent="red"] { --accent: var(--red); }body.theme-717tix .contact-card[data-accent="gold"] { --accent: var(--gold); }body.theme-717tix .contact-card[data-accent="green"] { --accent: var(--green); }body.theme-717tix .contact-icon { font-size: 2rem; margin-bottom: 16px; }body.theme-717tix .contact-method { font-family: 'Bebas Neue', sans-serif; font-size: 1.3rem; letter-spacing: 2px; margin-bottom: 6px; }body.theme-717tix .contact-detail { font-size: 0.95rem; font-weight: 600; color: var(--white); margin-bottom: 4px; }body.theme-717tix .contact-hours { font-size: 0.78rem; color: var(--gray); line-height: 1.6; }body.theme-717tix .contact-badge { display: inline-block; margin-top: 10px; font-size: 0.65rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 3px 10px; border-radius: 100px; }body.theme-717tix .badge-fast { background: rgba(232,25,60,0.15); color: #ff6680; border: 1px solid rgba(232,25,60,0.3); }body.theme-717tix .badge-always { background: rgba(34,197,94,0.12); color: var(--green); border: 1px solid rgba(34,197,94,0.25); }body.theme-717tix .badge-24h { background: rgba(245,200,66,0.12); color: var(--gold); border: 1px solid rgba(245,200,66,0.25); }/* MAIN LAYOUT */body.theme-717tix .contact-body { max-width: 1100px; margin: 0 auto; padding: 64px 48px 100px; display: grid; grid-template-columns: 1fr 400px; gap: 64px; align-items: start; }/* FORM */body.theme-717tix .form-title { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; letter-spacing: 2px; margin-bottom: 6px; }body.theme-717tix .form-sub { font-size: 0.85rem; color: var(--gray); margin-bottom: 32px; line-height: 1.6; }body.theme-717tix .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }body.theme-717tix .form-group { display: flex; flex-direction: column; gap: 7px; }body.theme-717tix .form-group.full { grid-column: span 2; }body.theme-717tix .sevenonetseven-contact-form .form-label { font-size: 0.68rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gray); margin-bottom: 0; }body.theme-717tix .form-input, body.theme-717tix .form-select, body.theme-717tix .form-textarea {
    background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px; color: var(--white); font-family: 'DM Sans', sans-serif;
    font-size: 0.92rem; padding: 13px 14px; outline: none;
    transition: border-color 0.2s, box-shadow 0.2s; width: 100%;
  }body.theme-717tix .form-input::placeholder, body.theme-717tix .form-textarea::placeholder { color: rgba(255,255,255,0.2); }body.theme-717tix .form-input:focus, body.theme-717tix .form-select:focus, body.theme-717tix .form-textarea:focus { border-color: rgba(232,25,60,0.5); box-shadow: 0 0 0 3px rgba(232,25,60,0.1); }body.theme-717tix .form-textarea { resize: vertical; min-height: 130px; }body.theme-717tix .form-select { appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238a90a0' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }body.theme-717tix .form-select option { background: var(--navy-mid); }body.theme-717tix .btn-submit { width: 100%; background: var(--red); color: white; padding: 15px; border-radius: 8px; border: none; cursor: pointer; font-family: 'DM Sans', sans-serif; font-size: 0.95rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; transition: background 0.2s, transform 0.15s; margin-top: 8px; }body.theme-717tix .btn-submit:hover { background: var(--red-dark); transform: translateY(-1px); }body.theme-717tix .form-note { font-size: 0.72rem; color: var(--gray); margin-top: 12px; text-align: center; }body.theme-717tix .success-msg { display: none; background: rgba(34,197,94,0.1); border: 1px solid rgba(34,197,94,0.3); border-radius: 8px; padding: 20px; text-align: center; margin-top: 16px; }body.theme-717tix .success-msg.show { display: block; }body.theme-717tix .success-msg h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; letter-spacing: 2px; color: var(--green); margin-bottom: 6px; }body.theme-717tix .success-msg p { font-size: 0.85rem; color: rgba(249,248,245,0.65); }/* SIDEBAR */body.theme-717tix .sidebar-section { margin-bottom: 32px; }body.theme-717tix .sidebar-label { font-size: 0.68rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--red); margin-bottom: 16px; }body.theme-717tix .contact-body .sidebar-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; letter-spacing: 2px; margin-bottom: 16px; }/* FAQ ITEMS */body.theme-717tix .contact-body .faq-item { border-bottom: 1px solid rgba(255,255,255,0.06); padding: 16px 0; cursor: pointer; }body.theme-717tix .contact-body .faq-item:first-of-type { border-top: 1px solid rgba(255,255,255,0.06); }body.theme-717tix .contact-body .faq-question { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 0.88rem; font-weight: 600; color: var(--white); }body.theme-717tix .contact-body .faq-arrow { color: var(--gray); font-size: 0.8rem; transition: transform 0.2s; flex-shrink: 0; }body.theme-717tix .contact-body .faq-item.open .faq-arrow { transform: rotate(180deg); }body.theme-717tix .contact-body .faq-answer { font-size: 0.82rem; color: var(--gray); line-height: 1.7; margin-top: 10px; display: none; }body.theme-717tix .contact-body .faq-item.open .faq-answer { display: block; }/* HOURS */body.theme-717tix .hours-grid { display: flex; flex-direction: column; gap: 8px; }body.theme-717tix .hours-row { display: flex; justify-content: space-between; font-size: 0.82rem; }body.theme-717tix .hours-day { color: var(--gray); }body.theme-717tix .hours-time { color: var(--white); font-weight: 500; }body.theme-717tix .hours-row.today .hours-day { color: var(--gold); font-weight: 600; }body.theme-717tix .hours-row.today .hours-time { color: var(--gold); }/* SOCIAL */body.theme-717tix .social-links { display: flex; gap: 12px; }body.theme-717tix .social-btn { display: flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); color: var(--white); text-decoration: none; font-size: 0.82rem; font-weight: 600; transition: all 0.2s; }body.theme-717tix .social-btn:hover { border-color: rgba(255,255,255,0.3); background: rgba(255,255,255,0.04); }/* FOOTER */body.theme-717tix .page-footer { text-align: center; padding: 32px 48px; font-size: 0.75rem; color: var(--gray); border-top: 1px solid rgba(255,255,255,0.05); line-height: 1.8; }body.theme-717tix .page-footer a { color: var(--gray); text-decoration: none; }body.theme-717tix .page-footer a:hover { color: var(--white); }@media (max-width: 900px) {body.theme-717tix nav { padding: 14px 24px; }body.theme-717tix .nav-links { display: none; }body.theme-717tix .page-hero { padding: 48px 24px 36px; }body.theme-717tix .contact-methods { grid-template-columns: 1fr; padding: 24px; }body.theme-717tix .contact-body { grid-template-columns: 1fr; padding: 40px 24px 80px; gap: 48px; }body.theme-717tix .form-grid { grid-template-columns: 1fr; }body.theme-717tix .form-group.full { grid-column: span 1; }}/* ---- 717tix-eagles-cardinals.html ---- */body.theme-717tix *, body.theme-717tix *::before, body.theme-717tix *::after { box-sizing: border-box; margin: 0; padding: 0; }body.theme-717tix {
    --red: #E8193C; --red-dark: #b5112c; --gold: #F5C842;
    --navy: #0A0F1E; --navy-mid: #111827; --navy-light: #1a2440;
    --white: #F9F8F5; --gray: #8a90a0; --card-bg: rgba(255,255,255,0.04);
    --orange: #004C54; --green: #22c55e;
  }body.theme-717tix { background: #0A0F1E !important; background-color: #0A0F1E !important; color: var(--white); font-family: 'DM Sans', sans-serif; overflow-x: hidden; }/* NAV */body.theme-717tix nav { position: fixed; top: 0; left: 0; right: 0; z-index: 200; display: flex; align-items: center; justify-content: space-between; padding: 14px 48px; background: rgba(10,15,30,0.98); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(255,255,255,0.06); }body.theme-717tix .nav-logo { font-family: 'Bebas Neue', sans-serif; font-size: 3.2rem; letter-spacing: 4px; color: var(--white); text-decoration: none; text-shadow: 0 0 30px rgba(232,25,60,0.4); animation: heartbeat 2s ease-in-out infinite; }body.theme-717tix .nav-logo span { color: var(--red); text-shadow: 0 0 20px rgba(232,25,60,0.6); }@keyframes heartbeat { 0%{transform:scale(1)} 14%{transform:scale(1.08)} 28%{transform:scale(1)} 42%{transform:scale(1.05)} 56%{transform:scale(1)} 100%{transform:scale(1)} }body.theme-717tix .nav-search { display: flex; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 6px; overflow: hidden; }body.theme-717tix .nav-search input { background: transparent; border: none; outline: none; color: var(--white); font-family: 'DM Sans', sans-serif; font-size: 0.85rem; padding: 9px 14px; width: 220px; }body.theme-717tix .nav-search input::placeholder { color: rgba(255,255,255,0.3); }body.theme-717tix .nav-search button { background: var(--red); border: none; cursor: pointer; color: white; padding: 9px 16px; font-size: 0.8rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }/* BREADCRUMB */body.theme-717tix .breadcrumb { margin-top: 65px; padding: 12px 48px; background: var(--navy-mid); border-bottom: 1px solid rgba(255,255,255,0.05); display: flex; align-items: center; gap: 8px; font-size: 0.75rem; color: var(--gray); }body.theme-717tix .breadcrumb a { color: var(--gray); text-decoration: none; transition: color 0.2s; }body.theme-717tix .breadcrumb a:hover { color: var(--white); }body.theme-717tix .breadcrumb-sep { color: rgba(255,255,255,0.2); }/* EVENT HEADER */body.theme-717tix .event-header {
    background: var(--navy-mid); border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 32px 48px; position: relative; overflow: hidden;
  }body.theme-717tix .event-header::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 100% at 80% 50%, rgba(247,72,2,0.08) 0%, transparent 70%); pointer-events: none; }body.theme-717tix .event-header-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }body.theme-717tix .event-header-left {}body.theme-717tix .event-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(247,72,2,0.15); border: 1px solid rgba(247,72,2,0.3); color: var(--orange); padding: 4px 12px; border-radius: 100px; font-size: 0.65rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; }body.theme-717tix .event-badge::before { content: ''; width: 5px; height: 5px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 6px var(--orange); animation: pulse 1.5s ease-in-out infinite; }@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }body.theme-717tix .event-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(1.8rem, 4vw, 3rem); letter-spacing: 2px; line-height: 1; }body.theme-717tix .event-title span { color: var(--orange); }body.theme-717tix .event-meta-row { display: flex; align-items: center; gap: 24px; margin-top: 12px; flex-wrap: wrap; }body.theme-717tix .event-meta-item { display: flex; align-items: center; gap: 6px; font-size: 0.8rem; color: rgba(249,248,245,0.6); }body.theme-717tix .event-meta-item strong { color: var(--white); }body.theme-717tix .event-header-right { text-align: right; }body.theme-717tix .event-price-from { font-size: 0.7rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--gray); }body.theme-717tix .event-price-big { font-family: 'Bebas Neue', sans-serif; font-size: 3.5rem; letter-spacing: 2px; color: var(--gold); line-height: 1; }body.theme-717tix .event-price-note { font-size: 0.72rem; color: var(--gray); margin-top: 4px; }body.theme-717tix .btn-phone { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; background: transparent; border: 1px solid rgba(255,255,255,0.15); color: var(--white); padding: 9px 18px; border-radius: 4px; font-size: 0.78rem; font-weight: 600; text-decoration: none; transition: border-color 0.2s; }body.theme-717tix .btn-phone:hover { border-color: rgba(255,255,255,0.4); }/* TRUST BAR */body.theme-717tix .trust-bar { background: rgba(34,197,94,0.07); border-bottom: 1px solid rgba(34,197,94,0.15); padding: 10px 48px; display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }body.theme-717tix .trust-item { display: flex; align-items: center; gap: 7px; font-size: 0.75rem; color: rgba(249,248,245,0.7); font-weight: 500; }body.theme-717tix .trust-item .ti-icon { color: var(--green); font-size: 0.9rem; }/* MAIN LAYOUT */body.theme-717tix .event-body { display: grid; grid-template-columns: 380px 1fr; min-height: calc(100vh - 200px); }/* LEFT: SEAT MAP + FILTERS */body.theme-717tix .map-col { background: var(--navy-mid); border-right: 1px solid rgba(255,255,255,0.06); padding: 24px; position: sticky; top: 65px; height: fit-content; }body.theme-717tix .col-label { font-size: 0.65rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gray); margin-bottom: 16px; }/* SVG Seat Map */body.theme-717tix .seat-map-wrap { background: #0d1520; border-radius: 10px; border: 1px solid rgba(255,255,255,0.07); overflow: hidden; margin-bottom: 24px; position: relative; }body.theme-717tix .seat-map-wrap svg { width: 100%; height: auto; display: block; }/* Zone legend */body.theme-717tix .zone-legend { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }body.theme-717tix .zone-dot { display: flex; align-items: center; gap: 5px; font-size: 0.72rem; color: var(--gray); }body.theme-717tix .zone-color { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }/* FILTERS */body.theme-717tix .filter-block { margin-bottom: 20px; }body.theme-717tix .filter-label { font-size: 0.65rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gray); margin-bottom: 10px; display: block; }body.theme-717tix .filter-row { display: flex; gap: 6px; flex-wrap: wrap; }body.theme-717tix .filter-chip { padding: 6px 12px; border-radius: 100px; font-size: 0.75rem; font-weight: 600; cursor: pointer; border: 1px solid rgba(255,255,255,0.1); background: transparent; color: rgba(249,248,245,0.5); transition: all 0.15s; }body.theme-717tix .filter-chip:hover { border-color: rgba(255,255,255,0.3); color: var(--white); }body.theme-717tix .filter-chip.active { background: var(--orange); border-color: var(--orange); color: white; }body.theme-717tix .qty-select, body.theme-717tix .sort-select { width: 100%; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 6px; color: var(--white); font-family: 'DM Sans', sans-serif; font-size: 0.85rem; padding: 10px 14px; outline: none; appearance: none; cursor: pointer; }body.theme-717tix .qty-select option, body.theme-717tix .sort-select option { background: var(--navy-mid); }body.theme-717tix .select-wrap { position: relative; }body.theme-717tix .select-wrap::after { content: '▾'; position: absolute; right: 12px; top: 50%; transform: translateY(-50%); color: var(--gray); pointer-events: none; font-size: 0.8rem; }/* RIGHT: TICKET LISTINGS */body.theme-717tix .listings-col { padding: 24px 32px; }body.theme-717tix .listings-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }body.theme-717tix .listings-count { font-size: 0.8rem; color: var(--gray); }body.theme-717tix .listings-count strong { color: var(--white); }/* TICKET CARD */body.theme-717tix .ticket-card {
    background: var(--card-bg); border: 1px solid rgba(255,255,255,0.07);
    border-radius: 10px; padding: 18px 20px;
    display: grid; grid-template-columns: 1fr auto;
    align-items: center; gap: 20px;
    margin-bottom: 10px;
    transition: background 0.15s, border-color 0.15s, transform 0.15s;
    position: relative; overflow: hidden;
    cursor: pointer;
  }body.theme-717tix .ticket-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--zone-color, var(--orange)); transform: scaleY(0); transform-origin: bottom; transition: transform 0.2s; }body.theme-717tix .ticket-card:hover { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.13); transform: translateX(3px); }body.theme-717tix .ticket-card:hover::before { transform: scaleY(1); }body.theme-717tix .ticket-card.best-deal { border-color: rgba(245,200,66,0.3); background: rgba(245,200,66,0.04); }body.theme-717tix .ticket-card.best-deal::before { background: var(--gold); transform: scaleY(1); }body.theme-717tix .best-deal-badge { position: absolute; top: 12px; right: 12px; background: var(--gold); color: var(--navy); font-size: 0.6rem; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; padding: 3px 8px; border-radius: 100px; }body.theme-717tix .ticket-info {}body.theme-717tix .ticket-section { font-weight: 700; font-size: 1rem; color: var(--white); }body.theme-717tix .ticket-section-badge { display: inline-block; font-size: 0.65rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 2px 7px; border-radius: 3px; margin-left: 8px; vertical-align: middle; }body.theme-717tix .badge-floor { background: rgba(247,72,2,0.2); color: var(--orange); }body.theme-717tix .badge-lower { background: rgba(59,130,246,0.2); color: #60a5fa; }body.theme-717tix .badge-upper { background: rgba(255,255,255,0.08); color: var(--gray); }body.theme-717tix .ticket-row-qty { font-size: 0.8rem; color: var(--gray); margin-top: 5px; }body.theme-717tix .ticket-tags { display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap; }body.theme-717tix .ticket-tag { font-size: 0.65rem; font-weight: 600; padding: 2px 8px; border-radius: 100px; border: 1px solid rgba(255,255,255,0.1); color: rgba(249,248,245,0.5); }body.theme-717tix .ticket-tag.tag-instant { border-color: rgba(34,197,94,0.3); color: #4ade80; }body.theme-717tix .ticket-tag.tag-eticket { border-color: rgba(59,130,246,0.3); color: #60a5fa; }body.theme-717tix .ticket-right { text-align: right; min-width: 120px; }body.theme-717tix .ticket-price { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; letter-spacing: 1px; color: var(--white); line-height: 1; }body.theme-717tix .ticket-price-each { font-size: 0.7rem; color: var(--gray); margin-top: 2px; }body.theme-717tix .ticket-price-total { font-size: 0.75rem; color: rgba(249,248,245,0.4); margin-top: 2px; }body.theme-717tix .btn-buy { display: block; margin-top: 10px; background: var(--red); color: white; padding: 10px 20px; border-radius: 4px; font-size: 0.8rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; text-align: center; border: none; cursor: pointer; transition: background 0.2s; width: 100%; }body.theme-717tix .btn-buy:hover { background: var(--red-dark); }/* SECTION DIVIDER */body.theme-717tix .section-divider { font-size: 0.65rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gray); padding: 16px 0 10px; border-bottom: 1px solid rgba(255,255,255,0.05); margin-bottom: 12px; }/* STICKY MOBILE CTA */body.theme-717tix .sticky-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 150; background: var(--navy-mid); border-top: 1px solid rgba(255,255,255,0.1); padding: 16px 24px; }body.theme-717tix .sticky-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }body.theme-717tix .sticky-price { }body.theme-717tix .sticky-price-from { font-size: 0.65rem; color: var(--gray); text-transform: uppercase; letter-spacing: 1px; }body.theme-717tix .sticky-price-num { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; color: var(--gold); letter-spacing: 1px; }body.theme-717tix .sticky-guarantee { font-size: 0.7rem; color: var(--green); display: flex; align-items: center; gap: 4px; }body.theme-717tix .btn-sticky-buy { background: var(--red); color: white; padding: 14px 28px; border-radius: 4px; font-size: 0.9rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; border: none; cursor: pointer; white-space: nowrap; }/* FOOTER */body.theme-717tix .page-footer { text-align: center; padding: 32px 48px; font-size: 0.75rem; color: var(--gray); border-top: 1px solid rgba(255,255,255,0.05); }body.theme-717tix .page-footer a { color: var(--gray); text-decoration: none; }@media (max-width: 960px) {body.theme-717tix nav { padding: 12px 20px; }body.theme-717tix .nav-search { display: none; }body.theme-717tix .breadcrumb { padding: 10px 20px; }body.theme-717tix .event-header { padding: 24px 20px; }body.theme-717tix .event-header-right { display: none; }body.theme-717tix .trust-bar { padding: 10px 20px; gap: 16px; }body.theme-717tix .event-body { grid-template-columns: 1fr; }body.theme-717tix .map-col { position: static; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.06); }body.theme-717tix .listings-col { padding: 20px; }body.theme-717tix .sticky-cta { display: block; }body.theme-717tix .listings-col { padding-bottom: 100px; }}/* ---- 717tix-event-page.html ---- */body.theme-717tix *, body.theme-717tix *::before, body.theme-717tix *::after { box-sizing: border-box; margin: 0; padding: 0; }body.theme-717tix {
    --red: #E8193C; --red-dark: #b5112c; --gold: #F5C842;
    --navy: #0A0F1E; --navy-mid: #111827; --navy-light: #1a2440;
    --white: #F9F8F5; --gray: #8a90a0; --card-bg: rgba(255,255,255,0.04);
    --orange: #F74802; --green: #22c55e;
  }body.theme-717tix { background: #0A0F1E !important; background-color: #0A0F1E !important; color: var(--white); font-family: 'DM Sans', sans-serif; overflow-x: hidden; }/* NAV */body.theme-717tix nav { position: fixed; top: 0; left: 0; right: 0; z-index: 200; display: flex; align-items: center; justify-content: space-between; padding: 14px 48px; background: rgba(10,15,30,0.98); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(255,255,255,0.06); }body.theme-717tix .nav-logo { font-family: 'Bebas Neue', sans-serif; font-size: 3.2rem; letter-spacing: 4px; color: var(--white); text-decoration: none; text-shadow: 0 0 30px rgba(232,25,60,0.4); animation: heartbeat 2s ease-in-out infinite; }body.theme-717tix .nav-logo span { color: var(--red); text-shadow: 0 0 20px rgba(232,25,60,0.6); }@keyframes heartbeat { 0%{transform:scale(1)} 14%{transform:scale(1.08)} 28%{transform:scale(1)} 42%{transform:scale(1.05)} 56%{transform:scale(1)} 100%{transform:scale(1)} }body.theme-717tix .nav-search { display: flex; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 6px; overflow: hidden; }body.theme-717tix .nav-search input { background: transparent; border: none; outline: none; color: var(--white); font-family: 'DM Sans', sans-serif; font-size: 0.85rem; padding: 9px 14px; width: 220px; }body.theme-717tix .nav-search input::placeholder { color: rgba(255,255,255,0.3); }body.theme-717tix .nav-search button { background: var(--red); border: none; cursor: pointer; color: white; padding: 9px 16px; font-size: 0.8rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }/* BREADCRUMB */body.theme-717tix .breadcrumb { margin-top: 65px; padding: 12px 48px; background: var(--navy-mid); border-bottom: 1px solid rgba(255,255,255,0.05); display: flex; align-items: center; gap: 8px; font-size: 0.75rem; color: var(--gray); }body.theme-717tix .breadcrumb a { color: var(--gray); text-decoration: none; transition: color 0.2s; }body.theme-717tix .breadcrumb a:hover { color: var(--white); }body.theme-717tix .breadcrumb-sep { color: rgba(255,255,255,0.2); }/* EVENT HEADER */body.theme-717tix .event-header {
    background: var(--navy-mid); border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 32px 48px; position: relative; overflow: hidden;
  }body.theme-717tix .event-header::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 100% at 80% 50%, rgba(247,72,2,0.08) 0%, transparent 70%); pointer-events: none; }body.theme-717tix .event-header-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }body.theme-717tix .event-header-left {}body.theme-717tix .event-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(247,72,2,0.15); border: 1px solid rgba(247,72,2,0.3); color: var(--orange); padding: 4px 12px; border-radius: 100px; font-size: 0.65rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; }body.theme-717tix .event-badge::before { content: ''; width: 5px; height: 5px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 6px var(--orange); animation: pulse 1.5s ease-in-out infinite; }@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }body.theme-717tix .event-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(1.8rem, 4vw, 3rem); letter-spacing: 2px; line-height: 1; }body.theme-717tix .event-title span { color: var(--orange); }body.theme-717tix .event-meta-row { display: flex; align-items: center; gap: 24px; margin-top: 12px; flex-wrap: wrap; }body.theme-717tix .event-meta-item { display: flex; align-items: center; gap: 6px; font-size: 0.8rem; color: rgba(249,248,245,0.6); }body.theme-717tix .event-meta-item strong { color: var(--white); }body.theme-717tix .event-header-right { text-align: right; }body.theme-717tix .event-price-from { font-size: 0.7rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--gray); }body.theme-717tix .event-price-big { font-family: 'Bebas Neue', sans-serif; font-size: 3.5rem; letter-spacing: 2px; color: var(--gold); line-height: 1; }body.theme-717tix .event-price-note { font-size: 0.72rem; color: var(--gray); margin-top: 4px; }body.theme-717tix .btn-phone { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; background: transparent; border: 1px solid rgba(255,255,255,0.15); color: var(--white); padding: 9px 18px; border-radius: 4px; font-size: 0.78rem; font-weight: 600; text-decoration: none; transition: border-color 0.2s; }body.theme-717tix .btn-phone:hover { border-color: rgba(255,255,255,0.4); }/* TRUST BAR */body.theme-717tix .trust-bar { background: rgba(34,197,94,0.07); border-bottom: 1px solid rgba(34,197,94,0.15); padding: 10px 48px; display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }body.theme-717tix .trust-item { display: flex; align-items: center; gap: 7px; font-size: 0.75rem; color: rgba(249,248,245,0.7); font-weight: 500; }body.theme-717tix .trust-item .ti-icon { color: var(--green); font-size: 0.9rem; }/* MAIN LAYOUT */body.theme-717tix .event-body { display: grid; grid-template-columns: 380px 1fr; min-height: calc(100vh - 200px); }/* LEFT: SEAT MAP + FILTERS */body.theme-717tix .map-col { background: var(--navy-mid); border-right: 1px solid rgba(255,255,255,0.06); padding: 24px; position: sticky; top: 65px; height: fit-content; }body.theme-717tix .col-label { font-size: 0.65rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gray); margin-bottom: 16px; }/* SVG Seat Map */body.theme-717tix .seat-map-wrap { background: #0d1520; border-radius: 10px; border: 1px solid rgba(255,255,255,0.07); overflow: hidden; margin-bottom: 24px; position: relative; }body.theme-717tix .seat-map-wrap svg { width: 100%; height: auto; display: block; }/* Zone legend */body.theme-717tix .zone-legend { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }body.theme-717tix .zone-dot { display: flex; align-items: center; gap: 5px; font-size: 0.72rem; color: var(--gray); }body.theme-717tix .zone-color { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }/* FILTERS */body.theme-717tix .filter-block { margin-bottom: 20px; }body.theme-717tix .filter-label { font-size: 0.65rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gray); margin-bottom: 10px; display: block; }body.theme-717tix .filter-row { display: flex; gap: 6px; flex-wrap: wrap; }body.theme-717tix .filter-chip { padding: 6px 12px; border-radius: 100px; font-size: 0.75rem; font-weight: 600; cursor: pointer; border: 1px solid rgba(255,255,255,0.1); background: transparent; color: rgba(249,248,245,0.5); transition: all 0.15s; }body.theme-717tix .filter-chip:hover { border-color: rgba(255,255,255,0.3); color: var(--white); }body.theme-717tix .filter-chip.active { background: var(--orange); border-color: var(--orange); color: white; }body.theme-717tix .qty-select, body.theme-717tix .sort-select { width: 100%; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 6px; color: var(--white); font-family: 'DM Sans', sans-serif; font-size: 0.85rem; padding: 10px 14px; outline: none; appearance: none; cursor: pointer; }body.theme-717tix .qty-select option, body.theme-717tix .sort-select option { background: var(--navy-mid); }body.theme-717tix .select-wrap { position: relative; }body.theme-717tix .select-wrap::after { content: '▾'; position: absolute; right: 12px; top: 50%; transform: translateY(-50%); color: var(--gray); pointer-events: none; font-size: 0.8rem; }/* RIGHT: TICKET LISTINGS */body.theme-717tix .listings-col { padding: 24px 32px; }body.theme-717tix .listings-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }body.theme-717tix .listings-count { font-size: 0.8rem; color: var(--gray); }body.theme-717tix .listings-count strong { color: var(--white); }/* TICKET CARD */body.theme-717tix .ticket-card {
    background: var(--card-bg); border: 1px solid rgba(255,255,255,0.07);
    border-radius: 10px; padding: 18px 20px;
    display: grid; grid-template-columns: 1fr auto;
    align-items: center; gap: 20px;
    margin-bottom: 10px;
    transition: background 0.15s, border-color 0.15s, transform 0.15s;
    position: relative; overflow: hidden;
    cursor: pointer;
  }body.theme-717tix .ticket-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--zone-color, var(--orange)); transform: scaleY(0); transform-origin: bottom; transition: transform 0.2s; }body.theme-717tix .ticket-card:hover { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.13); transform: translateX(3px); }body.theme-717tix .ticket-card:hover::before { transform: scaleY(1); }body.theme-717tix .ticket-card.best-deal { border-color: rgba(245,200,66,0.3); background: rgba(245,200,66,0.04); }body.theme-717tix .ticket-card.best-deal::before { background: var(--gold); transform: scaleY(1); }body.theme-717tix .best-deal-badge { position: absolute; top: 12px; right: 12px; background: var(--gold); color: var(--navy); font-size: 0.6rem; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; padding: 3px 8px; border-radius: 100px; }body.theme-717tix .ticket-info {}body.theme-717tix .ticket-section { font-weight: 700; font-size: 1rem; color: var(--white); }body.theme-717tix .ticket-section-badge { display: inline-block; font-size: 0.65rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 2px 7px; border-radius: 3px; margin-left: 8px; vertical-align: middle; }body.theme-717tix .badge-floor { background: rgba(247,72,2,0.2); color: var(--orange); }body.theme-717tix .badge-lower { background: rgba(59,130,246,0.2); color: #60a5fa; }body.theme-717tix .badge-upper { background: rgba(255,255,255,0.08); color: var(--gray); }body.theme-717tix .ticket-row-qty { font-size: 0.8rem; color: var(--gray); margin-top: 5px; }body.theme-717tix .ticket-tags { display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap; }body.theme-717tix .ticket-tag { font-size: 0.65rem; font-weight: 600; padding: 2px 8px; border-radius: 100px; border: 1px solid rgba(255,255,255,0.1); color: rgba(249,248,245,0.5); }body.theme-717tix .ticket-tag.tag-instant { border-color: rgba(34,197,94,0.3); color: #4ade80; }body.theme-717tix .ticket-tag.tag-eticket { border-color: rgba(59,130,246,0.3); color: #60a5fa; }body.theme-717tix .ticket-right { text-align: right; min-width: 120px; }body.theme-717tix .ticket-price { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; letter-spacing: 1px; color: var(--white); line-height: 1; }body.theme-717tix .ticket-price-each { font-size: 0.7rem; color: var(--gray); margin-top: 2px; }body.theme-717tix .ticket-price-total { font-size: 0.75rem; color: rgba(249,248,245,0.4); margin-top: 2px; }body.theme-717tix .btn-buy { display: block; margin-top: 10px; background: var(--red); color: white; padding: 10px 20px; border-radius: 4px; font-size: 0.8rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; text-align: center; border: none; cursor: pointer; transition: background 0.2s; width: 100%; }body.theme-717tix .btn-buy:hover { background: var(--red-dark); }/* SECTION DIVIDER */body.theme-717tix .section-divider { font-size: 0.65rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gray); padding: 16px 0 10px; border-bottom: 1px solid rgba(255,255,255,0.05); margin-bottom: 12px; }/* STICKY MOBILE CTA */body.theme-717tix .sticky-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 150; background: var(--navy-mid); border-top: 1px solid rgba(255,255,255,0.1); padding: 16px 24px; }body.theme-717tix .sticky-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }body.theme-717tix .sticky-price { }body.theme-717tix .sticky-price-from { font-size: 0.65rem; color: var(--gray); text-transform: uppercase; letter-spacing: 1px; }body.theme-717tix .sticky-price-num { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; color: var(--gold); letter-spacing: 1px; }body.theme-717tix .sticky-guarantee { font-size: 0.7rem; color: var(--green); display: flex; align-items: center; gap: 4px; }body.theme-717tix .btn-sticky-buy { background: var(--red); color: white; padding: 14px 28px; border-radius: 4px; font-size: 0.9rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; border: none; cursor: pointer; white-space: nowrap; }/* FOOTER */body.theme-717tix .page-footer { text-align: center; padding: 32px 48px; font-size: 0.75rem; color: var(--gray); border-top: 1px solid rgba(255,255,255,0.05); }body.theme-717tix .page-footer a { color: var(--gray); text-decoration: none; }@media (max-width: 960px) {body.theme-717tix nav { padding: 12px 20px; }body.theme-717tix .nav-search { display: none; }body.theme-717tix .breadcrumb { padding: 10px 20px; }body.theme-717tix .event-header { padding: 24px 20px; }body.theme-717tix .event-header-right { display: none; }body.theme-717tix .trust-bar { padding: 10px 20px; gap: 16px; }body.theme-717tix .event-body { grid-template-columns: 1fr; }body.theme-717tix .map-col { position: static; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.06); }body.theme-717tix .listings-col { padding: 20px; }body.theme-717tix .sticky-cta { display: block; }body.theme-717tix .listings-col { padding-bottom: 100px; }}/* ---- 717tix-flyers-page.html ---- */body.theme-717tix *, body.theme-717tix *::before, body.theme-717tix *::after { box-sizing: border-box; margin: 0; padding: 0; }body.theme-717tix {
    --red: #E8193C; --red-dark: #b5112c; --gold: #F5C842;
    --navy: #0A0F1E; --navy-mid: #111827; --navy-light: #1a2440;
    --white: #F9F8F5; --gray: #8a90a0; --card-bg: rgba(255,255,255,0.04);
    --orange: #F74802; --performer-accent: #F74802;
  }body.theme-717tix { background: #0A0F1E !important; background-color: #0A0F1E !important; color: var(--white); font-family: 'DM Sans', sans-serif; overflow-x: hidden; }/* NAV */body.theme-717tix nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 18px 48px; background: rgba(10,15,30,0.95); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(255,255,255,0.06); }body.theme-717tix .nav-logo { font-family: 'Bebas Neue', sans-serif; font-size: 3.2rem; letter-spacing: 4px; color: var(--white); text-decoration: none; text-shadow: 0 0 30px rgba(232,25,60,0.4); animation: heartbeat 2s ease-in-out infinite; }body.theme-717tix .nav-logo span { color: var(--red); text-shadow: 0 0 20px rgba(232,25,60,0.6); }@keyframes heartbeat { 0%{transform:scale(1)} 14%{transform:scale(1.08)} 28%{transform:scale(1)} 42%{transform:scale(1.05)} 56%{transform:scale(1)} 100%{transform:scale(1)} }body.theme-717tix .nav-links { display: flex; gap: 32px; list-style: none; }body.theme-717tix .nav-links a { color: rgba(249,248,245,0.7); text-decoration: none; font-size: 0.85rem; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; transition: color 0.2s; }body.theme-717tix .nav-links a:hover { color: var(--white); }body.theme-717tix .nav-search { display: flex; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 6px; overflow: hidden; }body.theme-717tix .nav-search input { background: transparent; border: none; outline: none; color: var(--white); font-family: 'DM Sans', sans-serif; font-size: 0.85rem; padding: 9px 14px; width: 200px; }body.theme-717tix .nav-search input::placeholder { color: rgba(255,255,255,0.3); }body.theme-717tix .nav-search button { background: var(--red); border: none; cursor: pointer; color: white; padding: 9px 14px; font-size: 0.8rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }/* HERO BANNER */body.theme-717tix .performer-hero {
    margin-top: 73px;
    position: relative; overflow: hidden;
    min-height: 340px;
    display: flex; align-items: flex-end;
    padding: 0 48px 48px;
    background: linear-gradient(135deg, #0d0a05 0%, #1a0f05 40%, #0A0F1E 100%);
  }body.theme-717tix .hero-bg {
    position: absolute; inset: 0;
    background:
      radial-gradient(ellipse 60% 80% at 80% 50%, rgba(247,72,2,0.18) 0%, transparent 65%),
      radial-gradient(ellipse 40% 60% at 20% 30%, rgba(247,72,2,0.08) 0%, transparent 60%);
  }body.theme-717tix .hero-grid {
    position: absolute; inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
    background-size: 60px 60px;
  }/* Ice rink lines effect */body.theme-717tix .hero-ice {
    position: absolute; bottom: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, transparent, rgba(247,72,2,0.8), var(--gold), rgba(247,72,2,0.8), transparent);
  }body.theme-717tix .performer-hero-content { position: relative; z-index: 2; display: flex; align-items: flex-end; gap: 40px; width: 100%; }body.theme-717tix .performer-logo-wrap {
    width: 120px; height: 120px; border-radius: 16px; flex-shrink: 0;
    background: rgba(255,255,255,0.06); border: 1px solid rgba(247,72,2,0.3);
    display: flex; align-items: center; justify-content: center;
    font-size: 4rem;
    box-shadow: 0 0 40px rgba(247,72,2,0.2);
    animation: fadeUp 0.5s ease both;
  }body.theme-717tix .performer-info { flex: 1; animation: fadeUp 0.5s 0.1s ease both; }body.theme-717tix .performer-league { font-size: 0.7rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--performer-accent); margin-bottom: 8px; }body.theme-717tix .performer-name { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.5rem, 6vw, 5rem); letter-spacing: 3px; line-height: 1; color: var(--white); }body.theme-717tix .performer-meta { display: flex; gap: 24px; margin-top: 14px; flex-wrap: wrap; }body.theme-717tix .performer-stat { font-size: 0.8rem; color: rgba(249,248,245,0.5); display: flex; align-items: center; gap: 6px; }body.theme-717tix .performer-stat strong { color: var(--white); font-weight: 600; }body.theme-717tix .performer-actions { display: flex; gap: 12px; margin-top: 20px; }body.theme-717tix .btn-orange { background: var(--performer-accent); color: white; padding: 11px 24px; border-radius: 4px; font-size: 0.85rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; border: none; cursor: pointer; transition: opacity 0.2s; }body.theme-717tix .btn-orange:hover { opacity: 0.85; }body.theme-717tix .btn-outline { background: transparent; color: var(--white); padding: 11px 24px; border-radius: 4px; font-size: 0.85rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; border: 1px solid rgba(255,255,255,0.2); cursor: pointer; transition: border-color 0.2s; }body.theme-717tix .btn-outline:hover { border-color: rgba(255,255,255,0.5); }@keyframes fadeUp { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }/* PLAYOFFS BANNER */body.theme-717tix .playoffs-banner {
    background: linear-gradient(90deg, rgba(247,72,2,0.15) 0%, rgba(245,200,66,0.1) 50%, rgba(247,72,2,0.15) 100%);
    border-top: 1px solid rgba(247,72,2,0.3);
    border-bottom: 1px solid rgba(247,72,2,0.3);
    padding: 14px 48px;
    display: flex; align-items: center; gap: 12px;
  }body.theme-717tix .playoffs-dot { width: 8px; height: 8px; background: var(--performer-accent); border-radius: 50%; box-shadow: 0 0 8px var(--performer-accent); animation: pulse 1.5s ease-in-out infinite; }@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }body.theme-717tix .playoffs-text { font-size: 0.8rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--gold); }body.theme-717tix .playoffs-series { font-size: 0.8rem; color: rgba(249,248,245,0.6); margin-left: auto; }/* MAIN LAYOUT */body.theme-717tix .page-body { display: grid; grid-template-columns: 1fr 320px; gap: 32px; padding: 40px 48px 80px; max-width: 1200px; margin: 0 auto; }/* EVENTS LIST */body.theme-717tix .events-col {}body.theme-717tix .col-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }body.theme-717tix .col-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; letter-spacing: 2px; }body.theme-717tix .filter-tabs { display: flex; gap: 8px; }body.theme-717tix .filter-tab { padding: 7px 16px; border-radius: 100px; font-size: 0.75rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; border: 1px solid rgba(255,255,255,0.12); background: transparent; color: rgba(249,248,245,0.5); transition: all 0.2s; }body.theme-717tix .filter-tab.active { background: var(--performer-accent); border-color: var(--performer-accent); color: white; }body.theme-717tix .filter-tab:hover:not(.active) { border-color: rgba(255,255,255,0.3); color: var(--white); }/* ROUND LABEL */body.theme-717tix .round-label { font-size: 0.68rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--performer-accent); padding: 20px 0 10px; border-bottom: 1px solid rgba(255,255,255,0.05); margin-bottom: 12px; }/* EVENT CARD */body.theme-717tix .event-item { margin-bottom: 18px; }body.theme-717tix .events-col .event-item:last-child { margin-bottom: 0; }body.theme-717tix .event-row {
    background: var(--card-bg); border: 1px solid rgba(255,255,255,0.06);
    border-radius: 10px; padding: 18px 20px;
    display: grid; grid-template-columns: 72px 1fr;
    align-items: center; gap: 20px;
    text-decoration: none; color: var(--white);
    transition: background 0.2s, border-color 0.2s, transform 0.15s;
    margin-bottom: 0;
    position: relative; overflow: hidden;
  }body.theme-717tix .event-item--tentative { opacity: 0.45; transition: opacity 0.2s; }body.theme-717tix .event-item--tentative:hover { opacity: 0.7; }body.theme-717tix .event-row::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--performer-accent); transform: scaleY(0); transform-origin: bottom; transition: transform 0.2s; }body.theme-717tix .event-row:hover { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.12); transform: translateX(4px); }body.theme-717tix .event-row:hover::before { transform: scaleY(1); }body.theme-717tix .event-date { text-align: center; }body.theme-717tix .event-date-day { font-size: 0.65rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gray); }body.theme-717tix .event-date-num { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; letter-spacing: 1px; line-height: 1; color: var(--white); }body.theme-717tix .event-date-mon { font-size: 0.65rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gray); }body.theme-717tix .event-details {}body.theme-717tix .event-matchup { font-weight: 600; font-size: 0.95rem; line-height: 1.3; }body.theme-717tix .event-venue { font-size: 0.78rem; color: var(--gray); margin-top: 5px; display: flex; align-items: center; gap: 5px; }body.theme-717tix .event-time { font-size: 0.75rem; color: rgba(249,248,245,0.4); margin-top: 3px; }body.theme-717tix .tentative-badge { display: inline-block; font-size: 0.6rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; background: rgba(255,255,255,0.08); color: var(--gray); padding: 2px 7px; border-radius: 100px; margin-left: 8px; vertical-align: middle; }body.theme-717tix .event-item__meta { margin-top: 12px; text-align: right; }body.theme-717tix .event-item__price { display: flex; flex-direction: row; align-items: baseline; justify-content: space-between; gap: 12px; width: 100%; box-sizing: border-box; background: var(--card-bg); border: 1px solid rgba(255,255,255,0.06); border-radius: 10px; padding: 18px 20px; }body.theme-717tix .event-item__price .event-price { font-family: 'Bebas Neue', sans-serif; font-size: 1.3rem; color: var(--gold); letter-spacing: 1px; flex: 0 1 auto; min-width: 0; text-align: left; }body.theme-717tix .event-item__price .event-price-label { font-size: 0.65rem; color: var(--gray); letter-spacing: 1px; text-transform: uppercase; flex: 0 0 auto; text-align: right; white-space: nowrap; }body.theme-717tix .event-item__buy { margin-top: 8px; text-align: right; }body.theme-717tix .event-item__buy .btn-buy { display: inline-block; width: auto; box-sizing: border-box; margin-top: 0; background: var(--performer-accent); color: white; padding: 8px 18px; border-radius: 4px; font-size: 0.75rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; text-align: center; transition: opacity 0.2s; white-space: nowrap; }body.theme-717tix .event-item__buy .btn-buy:hover { opacity: 0.85; }body.theme-717tix .event-item__buy .btn-buy-ghost { display: inline-block; width: auto; box-sizing: border-box; margin-top: 0; background: transparent; color: var(--gray); padding: 8px 18px; border-radius: 4px; font-size: 0.75rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; border: 1px solid rgba(255,255,255,0.1); text-align: center; transition: all 0.2s; white-space: nowrap; }body.theme-717tix .event-item__buy .btn-buy-ghost:hover { border-color: rgba(255,255,255,0.3); color: var(--white); }/* SIDEBAR */body.theme-717tix .sidebar-col {}body.theme-717tix .sidebar-card { background: var(--card-bg); border: 1px solid rgba(255,255,255,0.07); border-radius: 12px; padding: 24px; margin-bottom: 20px; }body.theme-717tix .sidebar-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.2rem; letter-spacing: 2px; margin-bottom: 16px; color: var(--white); }body.theme-717tix .sidebar-divider { height: 1px; background: rgba(255,255,255,0.06); margin: 12px 0; }/* Series tracker */body.theme-717tix .series-teams { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }body.theme-717tix .series-team { text-align: center; }body.theme-717tix .series-team-name { font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem; letter-spacing: 1px; }body.theme-717tix .series-team-emoji { font-size: 2rem; display: block; margin-bottom: 4px; }body.theme-717tix .series-score { font-family: 'Bebas Neue', sans-serif; font-size: 3rem; letter-spacing: 4px; color: var(--gold); }body.theme-717tix .series-label { font-size: 0.65rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gray); text-align: center; margin-top: 4px; }body.theme-717tix .series-dots { display: flex; justify-content: center; gap: 6px; margin-top: 12px; }body.theme-717tix .series-dot { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); }body.theme-717tix .series-dot--filled { border-width: 1px; border-style: solid; }/* Why 717 */body.theme-717tix .why-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; }body.theme-717tix .why-icon { font-size: 1.2rem; flex-shrink: 0; margin-top: 1px; }body.theme-717tix .why-text strong { display: block; font-size: 0.85rem; font-weight: 600; color: var(--white); }body.theme-717tix .why-text span { font-size: 0.75rem; color: var(--gray); line-height: 1.4; }/* Alert signup */body.theme-717tix .alert-card { background: linear-gradient(135deg, rgba(247,72,2,0.12), rgba(10,15,30,0.8)); border: 1px solid rgba(247,72,2,0.25); border-radius: 12px; padding: 24px; }body.theme-717tix .alert-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.2rem; letter-spacing: 2px; margin-bottom: 6px; }body.theme-717tix .alert-sub { font-size: 0.8rem; color: var(--gray); margin-bottom: 16px; line-height: 1.5; }body.theme-717tix .alert-input { width: 100%; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 6px; color: var(--white); font-family: 'DM Sans', sans-serif; font-size: 0.85rem; padding: 11px 14px; outline: none; margin-bottom: 10px; }body.theme-717tix .alert-input::placeholder { color: rgba(255,255,255,0.3); }body.theme-717tix .alert-btn { width: 100%; background: var(--performer-accent); border: none; color: white; padding: 12px; border-radius: 6px; font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 0.85rem; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; transition: opacity 0.2s; }body.theme-717tix .alert-btn:hover { opacity: 0.85; }/* RESPONSIVE */@media (max-width: 960px) {body.theme-717tix nav { padding: 14px 24px; }body.theme-717tix .nav-links { display: none; }body.theme-717tix .performer-hero { padding: 0 24px 36px; }body.theme-717tix .page-body { grid-template-columns: 1fr; padding: 24px; }body.theme-717tix .sidebar-col { order: -1; }body.theme-717tix .playoffs-banner { padding: 12px 24px; }body.theme-717tix .event-row { grid-template-columns: 56px 1fr; gap: 12px; }}@media (max-width: 600px) {body.theme-717tix .performer-logo-wrap { width: 80px; height: 80px; font-size: 2.5rem; }body.theme-717tix .nav-search { display: none; }body.theme-717tix .event-price-label { display: none; }}/* ---- 717tix-login.html ---- */body.theme-717tix *, body.theme-717tix *::before, body.theme-717tix *::after { box-sizing: border-box; margin: 0; padding: 0; }body.theme-717tix {
    --red: #E8193C; --red-dark: #b5112c; --gold: #F5C842;
    --navy: #0A0F1E; --navy-mid: #111827; --navy-light: #1a2440;
    --white: #F9F8F5; --gray: #8a90a0; --card-bg: rgba(255,255,255,0.04);
  }body.theme-717tix {
    background: var(--navy); color: var(--white);
    font-family: 'DM Sans', sans-serif;
    min-height: 100vh; overflow-x: hidden;
    display: flex; flex-direction: column;
  }/* NAV */body.theme-717tix nav {
    display: flex; align-items: center; justify-content: space-between;
    padding: 20px 48px;
    background: rgba(10,15,30,0.95); backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    position: relative; z-index: 10;
  }body.theme-717tix .nav-logo { font-family: 'Bebas Neue', sans-serif; font-size: 3.2rem; letter-spacing: 4px; color: var(--white); text-decoration: none; text-shadow: 0 0 30px rgba(232,25,60,0.4); animation: heartbeat 2s ease-in-out infinite; }body.theme-717tix .nav-logo span { color: var(--red); text-shadow: 0 0 20px rgba(232,25,60,0.6); }@keyframes heartbeat { 0%{transform:scale(1)} 14%{transform:scale(1.08)} 28%{transform:scale(1)} 42%{transform:scale(1.05)} 56%{transform:scale(1)} 100%{transform:scale(1)} }body.theme-717tix .nav-back { color: rgba(249,248,245,0.5); text-decoration: none; font-size: 0.8rem; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; transition: color 0.2s; display: flex; align-items: center; gap: 6px; }body.theme-717tix .nav-back:hover { color: var(--white); }/* MAIN */body.theme-717tix .page-wrap {
    flex: 1; display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: calc(100vh - 73px);
  }/* LEFT PANEL */body.theme-717tix .left-panel {
    background: var(--navy-mid);
    border-right: 1px solid rgba(255,255,255,0.06);
    display: flex; flex-direction: column; justify-content: center;
    padding: 80px 64px;
    position: relative; overflow: hidden;
  }body.theme-717tix .left-panel::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse 80% 60% at 30% 60%, rgba(232,25,60,0.1) 0%, transparent 70%);
    pointer-events: none;
  }body.theme-717tix .left-panel::after {
    content: ''; position: absolute; inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
    background-size: 60px 60px; pointer-events: none;
  }body.theme-717tix .left-content { position: relative; z-index: 1; }body.theme-717tix .left-eyebrow { font-size: 0.7rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; animation: fadeUp 0.5s ease both; }body.theme-717tix .left-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(3rem, 5vw, 5rem); letter-spacing: 2px; line-height: 0.95; animation: fadeUp 0.5s 0.1s ease both; }body.theme-717tix .left-title em { font-style: normal; color: var(--red); display: block; }body.theme-717tix .left-sub { font-family: 'DM Serif Display', serif; font-style: italic; font-size: 1.1rem; color: rgba(249,248,245,0.5); margin-top: 20px; line-height: 1.65; animation: fadeUp 0.5s 0.2s ease both; }body.theme-717tix .perks { margin-top: 48px; display: flex; flex-direction: column; gap: 16px; animation: fadeUp 0.5s 0.3s ease both; }body.theme-717tix .perk { display: flex; align-items: center; gap: 14px; }body.theme-717tix .perk-icon { width: 36px; height: 36px; background: rgba(232,25,60,0.12); border: 1px solid rgba(232,25,60,0.25); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }body.theme-717tix .perk-text strong { display: block; font-size: 0.9rem; font-weight: 600; }body.theme-717tix .perk-text span { font-size: 0.78rem; color: var(--gray); }@keyframes fadeUp { from{opacity:0;transform:translateY(16px)} to{opacity:1;transform:translateY(0)} }/* RIGHT PANEL — LOGIN FORM */body.theme-717tix .right-panel {
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    padding: 80px 64px;
    position: relative;
  }body.theme-717tix .right-panel::before {
    content: ''; position: absolute; bottom: -100px; right: -100px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(232,25,60,0.06) 0%, transparent 70%);
    pointer-events: none;
  }body.theme-717tix .login-card {
    width: 100%; max-width: 420px;
    position: relative; z-index: 1;
    animation: fadeUp 0.5s 0.15s ease both;
  }body.theme-717tix .login-title { font-family: 'Bebas Neue', sans-serif; font-size: 2.4rem; letter-spacing: 2px; margin-bottom: 6px; }body.theme-717tix .login-sub { font-size: 0.88rem; color: var(--gray); margin-bottom: 36px; }body.theme-717tix .login-sub a { color: var(--red); text-decoration: none; font-weight: 600; }body.theme-717tix .login-sub a:hover { text-decoration: underline; }/* FORM */body.theme-717tix .login-card .form-group { margin-bottom: 20px; }body.theme-717tix .login-card .form-label { display: block; font-size: 0.72rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gray); margin-bottom: 8px; }body.theme-717tix .login-card .form-input {
    width: 100%; background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px; color: var(--white);
    font-family: 'DM Sans', sans-serif; font-size: 0.95rem;
    padding: 14px 16px; outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
  }body.theme-717tix .login-card .form-input::placeholder { color: rgba(255,255,255,0.25); }body.theme-717tix .login-card .form-input:focus { border-color: rgba(232,25,60,0.5); box-shadow: 0 0 0 3px rgba(232,25,60,0.1); }body.theme-717tix .form-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }body.theme-717tix .forgot-link { font-size: 0.78rem; color: var(--gray); text-decoration: none; transition: color 0.2s; }body.theme-717tix .forgot-link:hover { color: var(--white); }body.theme-717tix .login-card .password-wrap { position: relative; }body.theme-717tix .login-card .password-wrap .form-input { padding-right: 48px; }body.theme-717tix .toggle-pw { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); background: none; border: none; color: var(--gray); cursor: pointer; font-size: 1rem; padding: 0; transition: color 0.2s; }body.theme-717tix .toggle-pw:hover { color: var(--white); }body.theme-717tix .btn-login {
    width: 100%; background: var(--red); color: white;
    padding: 15px; border-radius: 8px; border: none; cursor: pointer;
    font-family: 'DM Sans', sans-serif; font-size: 0.95rem; font-weight: 700;
    letter-spacing: 1px; text-transform: uppercase;
    transition: background 0.2s, transform 0.15s;
    margin-top: 8px;
  }body.theme-717tix .btn-login:hover { background: var(--red-dark); transform: translateY(-1px); }body.theme-717tix .btn-login:active { transform: translateY(0); }body.theme-717tix .divider { display: flex; align-items: center; gap: 12px; margin: 24px 0; }body.theme-717tix .divider-line { flex: 1; height: 1px; background: rgba(255,255,255,0.08); }body.theme-717tix .divider-text { font-size: 0.72rem; color: var(--gray); letter-spacing: 1px; text-transform: uppercase; }body.theme-717tix .btn-phone-login {
    width: 100%; background: transparent; color: var(--white);
    padding: 14px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.12); cursor: pointer;
    font-family: 'DM Sans', sans-serif; font-size: 0.88rem; font-weight: 600;
    display: flex; align-items: center; justify-content: center; gap: 10px;
    transition: border-color 0.2s;
    text-decoration: none;
  }body.theme-717tix .btn-phone-login:hover { border-color: rgba(255,255,255,0.35); }body.theme-717tix .signup-prompt { text-align: center; margin-top: 28px; font-size: 0.85rem; color: var(--gray); }body.theme-717tix .signup-prompt a { color: var(--red); text-decoration: none; font-weight: 600; }body.theme-717tix .signup-prompt a:hover { text-decoration: underline; }/* FOOTER */body.theme-717tix .page-footer { text-align: center; padding: 20px 48px; font-size: 0.72rem; color: rgba(255,255,255,0.25); border-top: 1px solid rgba(255,255,255,0.05); }body.theme-717tix .page-footer a { color: rgba(255,255,255,0.25); text-decoration: none; }body.theme-717tix .page-footer a:hover { color: var(--gray); }/* RESPONSIVE */@media (max-width: 860px) {body.theme-717tix nav { padding: 16px 24px; }body.theme-717tix .page-wrap { grid-template-columns: 1fr; }body.theme-717tix .left-panel { display: none; }body.theme-717tix .right-panel { padding: 48px 24px; min-height: calc(100vh - 73px); }}/* ---- 717tix-redesign.html ---- */body.theme-717tix *, body.theme-717tix *::before, body.theme-717tix *::after { box-sizing: border-box; margin: 0; padding: 0; }body.theme-717tix {
    --red: #E8193C; --red-dark: #b5112c; --gold: #F5C842;
    --navy: #0A0F1E; --navy-mid: #111827; --navy-light: #1a2440;
    --white: #F9F8F5; --gray: #8a90a0; --card-bg: rgba(255,255,255,0.04);
  }body.theme-717tix { background: #0A0F1E !important; background-color: #0A0F1E !important; color: var(--white); font-family: 'DM Sans', sans-serif; overflow-x: hidden; }/* NAV */body.theme-717tix nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 18px 48px; background: linear-gradient(to bottom, rgba(10,15,30,0.95) 0%, transparent 100%); backdrop-filter: blur(4px); }body.theme-717tix .nav-logo { font-family: 'Bebas Neue', sans-serif; font-size: 3.2rem; letter-spacing: 4px; color: var(--white); text-decoration: none; text-shadow: 0 0 30px rgba(232,25,60,0.4); animation: heartbeat 2s ease-in-out infinite; }body.theme-717tix .nav-logo span { color: var(--red); text-shadow: 0 0 20px rgba(232,25,60,0.6); }@keyframes heartbeat {
    0%   { transform: scale(1); }
    14%  { transform: scale(1.08); }
    28%  { transform: scale(1); }
    42%  { transform: scale(1.05); }
    56%  { transform: scale(1); }
    100% { transform: scale(1); }
  }body.theme-717tix .nav-links { display: flex; gap: 32px; list-style: none; }body.theme-717tix .nav-links a { color: rgba(249,248,245,0.7); text-decoration: none; font-size: 0.85rem; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; transition: color 0.2s; }body.theme-717tix .nav-links a:hover { color: var(--white); }body.theme-717tix .nav-cta { background: var(--red); color: var(--white); padding: 10px 24px; border-radius: 4px; font-size: 0.85rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; transition: background 0.2s; }body.theme-717tix .nav-cta:hover { background: var(--red-dark); }/* HERO */body.theme-717tix .hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding: 120px 48px 80px; position: relative; overflow: hidden; }body.theme-717tix .hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 60% 40%, rgba(232,25,60,0.12) 0%, transparent 70%), radial-gradient(ellipse 50% 50% at 10% 80%, rgba(245,200,66,0.06) 0%, transparent 60%); pointer-events: none; }body.theme-717tix .hero::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px); background-size: 80px 80px; pointer-events: none; }body.theme-717tix .hero-content { position: relative; z-index: 2; max-width: 700px; }body.theme-717tix .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(232,25,60,0.15); border: 1px solid rgba(232,25,60,0.4); color: #ff6680; padding: 6px 14px; border-radius: 100px; font-size: 0.75rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 28px; animation: fadeUp 0.6s ease both; }body.theme-717tix .hero-badge::before { content: ''; width: 6px; height: 6px; background: var(--red); border-radius: 50%; box-shadow: 0 0 6px var(--red); animation: pulse 1.8s ease-in-out infinite; }@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }body.theme-717tix .hero h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(4rem, 10vw, 8rem); line-height: 0.92; letter-spacing: 2px; color: var(--white); animation: fadeUp 0.6s 0.1s ease both; }body.theme-717tix .hero h1 em { font-style: normal; color: var(--red); display: block; }body.theme-717tix .hero-sub { font-family: 'DM Serif Display', serif; font-style: italic; font-size: 1.25rem; color: rgba(249,248,245,0.55); margin-top: 20px; animation: fadeUp 0.6s 0.2s ease both; }body.theme-717tix .search-section { position: relative; z-index: 2; max-width: 700px; margin-top: 44px; animation: fadeUp 0.6s 0.25s ease both; }body.theme-717tix .search-wrap { display: flex; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 8px; overflow: hidden; transition: border-color 0.2s, box-shadow 0.2s; }body.theme-717tix .search-wrap:focus-within { border-color: rgba(232,25,60,0.5); box-shadow: 0 0 0 3px rgba(232,25,60,0.1); }body.theme-717tix .search-wrap input { flex: 1; background: transparent; border: none; outline: none; color: var(--white); font-family: 'DM Sans', sans-serif; font-size: 1rem; padding: 18px 20px; }body.theme-717tix .search-wrap input::placeholder { color: rgba(255,255,255,0.3); }body.theme-717tix .search-wrap button { background: var(--red); border: none; cursor: pointer; color: white; padding: 18px 28px; font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 0.85rem; letter-spacing: 1px; text-transform: uppercase; transition: background 0.2s; }body.theme-717tix .search-wrap button:hover { background: var(--red-dark); }body.theme-717tix .trust-pill { margin-top: 48px; display: flex; gap: 32px; flex-wrap: wrap; animation: fadeUp 0.6s 0.4s ease both; }body.theme-717tix .trust-item { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: rgba(249,248,245,0.5); letter-spacing: 0.5px; }body.theme-717tix .trust-item svg { color: var(--gold); flex-shrink: 0; }@keyframes fadeUp { from{opacity:0;transform:translateY(24px)} to{opacity:1;transform:translateY(0)} }/* POPULAR EVENTS */body.theme-717tix .events-section { padding: 80px 48px; background: var(--navy-mid); border-top: 1px solid rgba(255,255,255,0.05); }body.theme-717tix .events-section .section-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 36px; }body.theme-717tix .section-title { font-family: 'Bebas Neue', sans-serif; font-size: 2.5rem; letter-spacing: 2px; }body.theme-717tix .section-link { font-size: 0.8rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--red); text-decoration: none; transition: opacity 0.2s; }body.theme-717tix .section-link:hover { opacity: 0.7; }body.theme-717tix .events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; min-height: 100px; }body.theme-717tix .event-card { background: var(--navy-light); border: 1px solid rgba(255,255,255,0.06); border-radius: 10px; overflow: hidden; display: flex; align-items: center; gap: 16px; padding: 16px; text-decoration: none; color: var(--white); transition: background 0.2s, transform 0.2s; }body.theme-717tix .event-card:hover { background: rgba(255,255,255,0.06); transform: translateY(-2px); }body.theme-717tix .event-img { width: 64px; height: 64px; border-radius: 8px; flex-shrink: 0; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; overflow: hidden; }body.theme-717tix .event-img img { width: 100%; height: 100%; object-fit: cover; }body.theme-717tix .event-info { flex: 1; min-width: 0; }body.theme-717tix .event-name { font-weight: 600; font-size: 0.95rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }body.theme-717tix .event-meta { font-size: 0.75rem; color: var(--gray); margin-top: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }body.theme-717tix .event-price { font-family: 'Bebas Neue', sans-serif; font-size: 1.2rem; color: var(--gold); letter-spacing: 1px; white-space: nowrap; }/* Skeleton loading */body.theme-717tix .skeleton-card { background: var(--navy-light); border: 1px solid rgba(255,255,255,0.06); border-radius: 10px; padding: 16px; display: flex; gap: 16px; align-items: center; }body.theme-717tix .skeleton { background: linear-gradient(90deg, rgba(255,255,255,0.04) 25%, rgba(255,255,255,0.08) 50%, rgba(255,255,255,0.04) 75%); background-size: 200% 100%; animation: shimmer 1.4s infinite; border-radius: 4px; }@keyframes shimmer { to { background-position: -200% 0; } }body.theme-717tix .skel-img { width: 64px; height: 64px; border-radius: 8px; flex-shrink: 0; }body.theme-717tix .skel-lines { flex: 1; display: flex; flex-direction: column; gap: 8px; }body.theme-717tix .skel-line { height: 12px; }/* REVIEWS */body.theme-717tix .reviews-section { padding: 80px 48px; background: var(--navy); border-top: 1px solid rgba(255,255,255,0.05); }body.theme-717tix .reviews-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 48px; flex-wrap: wrap; gap: 20px; }body.theme-717tix .reviews-left {}body.theme-717tix .reviews-eyebrow { font-size: 0.7rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }body.theme-717tix .reviews-title { font-family: 'Bebas Neue', sans-serif; font-size: 2.5rem; letter-spacing: 2px; }body.theme-717tix .reviews-rating { display: flex; align-items: center; gap: 12px; margin-top: 10px; }body.theme-717tix .stars { color: var(--gold); font-size: 1.3rem; letter-spacing: 2px; }body.theme-717tix .rating-num { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; letter-spacing: 1px; color: var(--gold); }body.theme-717tix .rating-count { font-size: 0.8rem; color: var(--gray); }body.theme-717tix .reviews-google-btn { display: inline-flex; align-items: center; gap: 8px; padding: 11px 20px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.15); color: var(--white); text-decoration: none; font-size: 0.8rem; font-weight: 600; transition: all 0.2s; white-space: nowrap; }body.theme-717tix .reviews-google-btn:hover { border-color: rgba(255,255,255,0.4); background: rgba(255,255,255,0.04); }body.theme-717tix .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }body.theme-717tix .review-card { background: var(--card-bg); border: 1px solid rgba(255,255,255,0.07); border-radius: 12px; padding: 28px; display: flex; flex-direction: column; gap: 14px; transition: transform 0.2s, border-color 0.2s; }body.theme-717tix .review-card:hover { transform: translateY(-3px); border-color: rgba(255,255,255,0.14); }body.theme-717tix .review-stars { color: var(--gold); font-size: 0.9rem; letter-spacing: 1px; }body.theme-717tix .review-text { font-family: 'DM Serif Display', serif; font-style: italic; font-size: 1rem; line-height: 1.7; color: rgba(249,248,245,0.85); flex: 1; }body.theme-717tix .review-author { display: flex; align-items: center; gap: 10px; margin-top: auto; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.06); }body.theme-717tix .review-avatar { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; font-weight: 700; color: white; flex-shrink: 0; }body.theme-717tix .review-name { font-size: 0.85rem; font-weight: 600; color: var(--white); }body.theme-717tix .review-date { font-size: 0.72rem; color: var(--gray); }body.theme-717tix .newsletter-banner { margin: 0 48px 80px; background: linear-gradient(135deg, #0d1a35 0%, #1a2440 100%); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 64px 72px; position: relative; overflow: hidden; }body.theme-717tix .newsletter-banner::before { content: ''; position: absolute; top: -80px; right: -80px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(232,25,60,0.15) 0%, transparent 70%); pointer-events: none; }body.theme-717tix .newsletter-banner::after { content: ''; position: absolute; bottom: -60px; left: 40%; width: 240px; height: 240px; background: radial-gradient(circle, rgba(245,200,66,0.07) 0%, transparent 70%); pointer-events: none; }body.theme-717tix .nl-inner { position: relative; z-index: 1; display: flex; align-items: center; gap: 64px; }body.theme-717tix .nl-text { flex: 1; }body.theme-717tix .nl-eyebrow { font-size: 0.7rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }body.theme-717tix .nl-text h2 { font-family: 'Bebas Neue', sans-serif; font-size: 3.2rem; letter-spacing: 2px; line-height: 1; color: var(--white); }body.theme-717tix .nl-text p { margin-top: 14px; color: rgba(249,248,245,0.55); font-size: 0.95rem; line-height: 1.65; max-width: 360px; }body.theme-717tix .nl-form { flex: 1; }body.theme-717tix .nl-input-wrap { display: flex; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 8px; overflow: hidden; transition: border-color 0.2s, box-shadow 0.2s; }body.theme-717tix .nl-input-wrap:focus-within { border-color: rgba(232,25,60,0.5); box-shadow: 0 0 0 3px rgba(232,25,60,0.1); }body.theme-717tix .nl-input-wrap input { flex: 1; background: transparent; border: none; outline: none; color: var(--white); font-family: 'DM Sans', sans-serif; font-size: 0.95rem; padding: 16px 18px; }body.theme-717tix .nl-input-wrap input::placeholder { color: rgba(255,255,255,0.3); }body.theme-717tix .nl-input-wrap button { background: var(--red); border: none; cursor: pointer; color: white; padding: 16px 24px; font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 0.85rem; letter-spacing: 1px; text-transform: uppercase; white-space: nowrap; transition: background 0.2s; }body.theme-717tix .nl-input-wrap button:hover { background: var(--red-dark); }body.theme-717tix .nl-fine { margin-top: 10px; font-size: 0.72rem; color: rgba(255,255,255,0.3); }body.theme-717tix .nl-success { display: none; margin-top: 14px; background: rgba(34,197,94,0.12); border: 1px solid rgba(34,197,94,0.3); color: #4ade80; padding: 12px 16px; border-radius: 6px; font-size: 0.85rem; }body.theme-717tix .nl-success.visible { display: block; }body.theme-717tix .footer-note { text-align: center; padding: 20px 48px 48px; font-size: 0.75rem; color: var(--gray); border-top: 1px solid rgba(255,255,255,0.05); }@media (max-width: 900px) {body.theme-717tix nav { padding: 16px 24px; }body.theme-717tix .nav-links { display: none; }body.theme-717tix .hero { padding-left: 24px; padding-right: 24px; }body.theme-717tix .events-section { padding-left: 24px; padding-right: 24px; }body.theme-717tix .reviews-section { padding: 60px 24px; }body.theme-717tix .reviews-grid { grid-template-columns: 1fr; }body.theme-717tix .newsletter-banner { margin: 0 0 80px; padding: 40px 24px; }body.theme-717tix .nl-inner { flex-direction: column; gap: 32px; }body.theme-717tix .nl-text p { max-width: 100%; }body.theme-717tix .nl-form { width: 100%; }body.theme-717tix .events-grid { grid-template-columns: 1fr 1fr; }}@media (max-width: 600px) {body.theme-717tix .events-grid { grid-template-columns: 1fr; }body.theme-717tix .nl-input-wrap { flex-direction: column; border-radius: 8px; }body.theme-717tix .nl-input-wrap button { border-radius: 0 0 6px 6px; }}body.theme-717tix .contact-body details.faq-item summary.faq-question { list-style: none; cursor: pointer; }body.theme-717tix .contact-body details.faq-item summary.faq-question::-webkit-details-marker { display: none; }body.theme-717tix .contact-body details.faq-item[open] .faq-arrow { transform: rotate(180deg); }body.theme-717tix .contact-body details.faq-item:not([open]) .faq-answer { display: none; }body.theme-717tix .contact-body details.faq-item[open] .faq-answer { display: block; }body.theme-717tix .contact-location-copy { font-size: 0.88rem; color: var(--gray); line-height: 1.8; }body.theme-717tix a.contact-location-phone { color: var(--white); font-weight: 600; text-decoration: none; }body.theme-717tix a.contact-location-email { color: var(--gray); text-decoration: none; }body.theme-717tix .sevenonetseven-contact-sidebar-section.sidebar-section { margin-bottom: 0; }body.theme-717tix .sevenonetseven-contact-hours.sidebar-section { margin-top: 32px; }/* ---- 717tix-terms-and-conditions.html ---- */body.theme-717tix .terms-page { margin-top: 73px; padding: 40px 48px 100px; }body.theme-717tix.page-template-page-terms .entry-content,
body.theme-717tix.page-template-page-terms .wp-block-post-content { margin-top: 73px; padding: 40px 48px 100px; }body.theme-717tix .terms-page-sheet { max-width: 820px; margin: 0 auto; background: #FFFFFF; color: #222222; border-radius: 4px; box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35); overflow: hidden; }body.theme-717tix .terms-hero { text-align: center; padding: 48px 56px 28px; border-bottom: 1px solid rgba(27, 42, 74, 0.08); }body.theme-717tix .terms-eyebrow { font-size: 17pt; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: #1B2A4A; margin-bottom: 10px; }body.theme-717tix .terms-title { font-family: 'DM Sans', sans-serif; font-size: 13pt; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #9C7A2E; margin-bottom: 14px; line-height: 1.35; }body.theme-717tix .terms-updated { font-size: 9.5pt; font-style: italic; color: #444444; line-height: 1.6; }body.theme-717tix .terms-body { padding: 32px 56px 56px; }body.theme-717tix .terms-section + .terms-section { margin-top: 28px; }body.theme-717tix .terms-section-heading { font-family: 'DM Sans', sans-serif; font-size: 13pt; font-weight: 700; color: #1B2A4A; margin-bottom: 12px; line-height: 1.35; }body.theme-717tix .terms-paragraph { font-size: 10.5pt; color: #222222; line-height: 1.75; margin-bottom: 12px; }body.theme-717tix .terms-paragraph:last-child { margin-bottom: 0; }body.theme-717tix .terms-list { margin: 8px 0 12px 1.25rem; padding: 0; }body.theme-717tix .terms-list-item { font-size: 10.5pt; color: #222222; line-height: 1.75; margin-bottom: 8px; }body.theme-717tix .terms-body a { color: #1B2A4A; text-decoration: underline; }body.theme-717tix .terms-body a:hover { color: #9C7A2E; }@media (max-width: 900px) {body.theme-717tix .terms-page { padding: 24px 16px 80px; }body.theme-717tix .terms-hero { padding: 36px 24px 24px; }body.theme-717tix .terms-body { padding: 28px 24px 40px; }}