@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Mono:wght@400;700&display=swap');

:root {
  --bg: #141418;
  --bg-card: #1a1a1f;
  --silver: #C0C0C0;
  --white: #F4F6FA;
  --border: rgba(244, 246, 250, 0.08);
  --glass: rgba(20, 20, 24, 0.78);
  --radius: 18px;
  --radius-sm: 12px;
  --round: 9999px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: 'Inter', system-ui, sans-serif; background: var(--bg); color: var(--white); line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; font-family: inherit; border: none; background: none; color: inherit; }
img { max-width: 100%; display: block; }
input, textarea, select { font-family: inherit; }

/* ===== SVG ICONS - all sized via CSS, no inline attributes needed ===== */
svg { display: inline-block; vertical-align: middle; flex-shrink: 0; }

/* Icons inside buttons */
.btn-primary svg, .btn-secondary svg, .hero-btn-sm svg,
.nav-rsvp svg, .nav-install svg, .modal-close svg { width: 16px; height: 16px; }

/* Feature list icons */
.feature-icon svg { width: 16px; height: 16px; }

/* Play buttons */
.play-btn-inner svg { width: 14px; height: 14px; }

/* Card type labels */
.type-label { font-family: 'Space Mono', monospace; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; padding: 2px 8px; border-radius: 4px; position: absolute; top: 12px; left: 12px; }

/* Blog meta icons */
.blog-card .card-meta svg { width: 12px; height: 12px; }

/* City card icons */
.city-icon svg, .tour-icon svg, .booking-icon svg, .contact-icon svg { width: 16px; height: 16px; }

/* Footer social (text links, not icons) */
.footer-social a { display: inline-block; }

/* Larger standalone icons */
.hero-logo { width: 100%; max-width: 480px; height: auto; display: block; }
.success-icon svg { width: 24px; height: 24px; }
.cart-empty svg { width: 48px; height: 48px; }
.footer-brand img { width: 120px; height: auto; }

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4 { font-weight: 800; letter-spacing: -0.02em; line-height: 0.92; }
.label { font-family: 'Space Mono', monospace; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; display: block; }
.label-silver { color: var(--silver); }
.label-dim { color: rgba(255, 255, 255, 0.3); }
.gradient-text {
  background: linear-gradient(135deg, #F4F6FA 0%, #C0C0C0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ===== GRAIN ===== */
.grain { position: fixed; inset: 0; pointer-events: none; z-index: 1000; opacity: 0.05; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ===== GLASS ===== */
.glass { background: var(--glass); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid var(--border); border-radius: var(--radius); }
.glass-sm { background: var(--glass); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid var(--border); border-radius: var(--radius-sm); }

/* ===== BUTTONS ===== */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; border-radius: var(--round); font-weight: 600; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; background: var(--silver); color: #0B0B0D; transition: all 0.3s ease; border: none; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 40px rgba(192, 192, 192, 0.4); }
.btn-secondary { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; border-radius: var(--round); font-weight: 600; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,0.2); transition: all 0.3s; }
.btn-secondary:hover { border-color: var(--silver); color: var(--silver); transform: translateY(-2px); }
.btn-sm { display: inline-flex; align-items: center; gap: 6px; padding: 10px 20px; border-radius: var(--round); background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.6); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; transition: all 0.3s; cursor: pointer; }
.btn-sm:hover { color: #fff; border-color: var(--silver); }

/* ===== NAV ===== */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; transition: all 0.5s ease; }
.nav.scrolled { background: rgba(20,20,24,0.9); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255,255,255,0.05); }
.nav-inner { width: 100%; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; gap: 12px; }
.nav-logo img { height: 40px; width: auto; object-fit: contain; filter: brightness(0) invert(1); opacity: 0.9; transition: opacity 0.3s; }
.nav-logo:hover img { opacity: 1; }
.nav-links { display: none; align-items: center; gap: 24px; }
.nav-links a, .nav-links button { color: rgba(255,255,255,0.6); font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; transition: color 0.3s; background: none; border: none; cursor: pointer; }
.nav-links a:hover, .nav-links button:hover { color: var(--silver); }
.nav-links .divider { color: rgba(255,255,255,0.1); }
.nav-rsvp, .nav-install { display: flex; align-items: center; gap: 6px; padding: 8px 16px; border-radius: var(--round); background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.7); font-size: 13px; transition: all 0.3s; cursor: pointer; }
.nav-rsvp:hover, .nav-install:hover { color: #fff; border-color: var(--silver); }
.mobile-btn { display: block; color: #fff; padding: 8px; background: none; border: none; }
.mobile-btn svg { width: 24px; height: 24px; }
.mobile-menu { display: none; background: rgba(20,20,24,0.95); backdrop-filter: blur(20px); border-top: 1px solid rgba(255,255,255,0.05); padding: 24px; }
.mobile-menu.open { display: block; }
.mobile-menu a, .mobile-menu button { display: block; width: 100%; text-align: left; padding: 10px 0; color: rgba(255,255,255,0.7); font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; background: none; border: none; cursor: pointer; transition: color 0.3s; }
.mobile-menu a:hover, .mobile-menu button:hover { color: var(--silver); }
.mobile-menu .portal-divider { border-top: 1px solid rgba(255,255,255,0.05); padding-top: 12px; margin-top: 12px; }
.mobile-menu .portal-divider p { color: rgba(255,255,255,0.2); font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 4px; }

@media (min-width: 1024px) {
  .nav-links { display: flex; }
  .mobile-btn { display: none; }
  .mobile-menu { display: none !important; }
  .nav-inner { padding: 16px 48px; }
}

/* ===== DIVIDER ===== */
.divider-line { width: 100%; height: 1px; background: linear-gradient(to right, transparent, rgba(255,255,255,0.1), transparent); }

/* ===== HERO ===== */
.hero { position: relative; width: 100%; height: 100vh; min-height: 600px; overflow: hidden; display: flex; align-items: center; justify-content: center; z-index: 10; }
.hero-bg { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; animation: heroBgFade 1s ease-out; }
@keyframes heroBgFade { from { opacity: 0; } to { opacity: 1; } }

.hero-panel { position: relative; z-index: 10; width: 100%; max-width: 1100px; min-height: 520px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 32px 24px; animation: heroPanelIn 1s ease-out 0.3s both; }
@keyframes heroPanelIn { from { opacity: 0; transform: translateY(60px) scale(0.95); } to { opacity: 1; transform: translateY(0) scale(1); } }

.hero-logo { margin-bottom: 24px; filter: brightness(0) invert(1); animation: heroLogoIn 0.8s ease-out 0.6s both; }
@keyframes heroLogoIn { from { opacity: 0; transform: translateY(30px) scale(0.9); } to { opacity: 1; transform: translateY(0) scale(1); } }

.hero-sub { color: rgba(255,255,255,0.7); font-size: 16px; max-width: 36rem; margin-bottom: 8px; animation: heroFadeIn 0.6s ease-out 0.9s both; }
.hero-tag { color: var(--silver); font-size: 14px; font-weight: 500; letter-spacing: 0.1em; margin-bottom: 32px; text-transform: uppercase; animation: heroFadeIn 0.6s ease-out 1s both; }
@keyframes heroFadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

.hero-cta { display: flex; flex-direction: column; gap: 16px; margin-bottom: 24px; animation: heroFadeIn 0.5s ease-out 1.1s both; }
.hero-cta2 { display: flex; flex-direction: column; gap: 12px; animation: heroFadeIn 0.5s ease-out 1.2s both; }

@media (min-width: 640px) {
  .hero-cta, .hero-cta2 { flex-direction: row; }
  .hero-sub { font-size: 18px; }
  .hero-tag { font-size: 16px; }
  .hero-panel { padding: 64px; }
}

/* ===== MOVEMENT ===== */
.movement { position: relative; width: 100%; height: 100vh; min-height: 600px; overflow: hidden; display: flex; align-items: center; z-index: 20; }
.movement-bg { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; }
.movement-panel { position: relative; z-index: 10; max-width: 600px; padding: 32px 24px; margin-left: 24px; }
.movement h2 { color: #fff; font-size: 32px; font-weight: 900; margin-bottom: 24px; line-height: 0.95; }
.movement h2 span { display: block; }
.movement-body { color: rgba(255,255,255,0.6); font-size: 16px; line-height: 1.7; margin-bottom: 32px; max-width: 28rem; }
.movement-cta { display: inline-flex; align-items: center; gap: 8px; color: var(--silver); font-weight: 500; transition: color 0.3s; }
.movement-cta:hover { color: #fff; }

.badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: var(--round); font-size: 12px; font-weight: 500; }
.badge-silver { background: rgba(192,192,192,0.1); border: 1px solid rgba(192,192,192,0.2); color: var(--silver); }
.badge-dim { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.7); }

@media (min-width: 640px) { .movement h2 { font-size: 48px; } .movement-panel { padding: 48px; margin-left: 64px; } }
@media (min-width: 1024px) { .movement h2 { font-size: 60px; } }

/* ===== STAGE ===== */
.stage { position: relative; width: 100%; height: 100vh; min-height: 600px; overflow: hidden; display: flex; align-items: center; justify-content: flex-end; z-index: 35; }
.stage-bg { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; }
.stage-panel { position: relative; z-index: 10; max-width: 520px; padding: 32px 24px; margin-right: 24px; }
.stage h2 { color: #fff; font-size: 32px; font-weight: 900; margin-bottom: 24px; line-height: 0.95; }
.stage h2 span { display: block; }
.stage-body { color: rgba(255,255,255,0.6); font-size: 16px; line-height: 1.7; margin-bottom: 24px; }

.feature-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
.feature-item { display: flex; align-items: center; gap: 12px; }
.feature-icon { width: 32px; height: 32px; border-radius: 50%; background: rgba(192,192,192,0.1); display: flex; align-items: center; justify-content: center; color: var(--silver); flex-shrink: 0; }
.feature-item span { color: rgba(255,255,255,0.6); font-size: 14px; }

@media (min-width: 640px) { .stage h2 { font-size: 48px; } .stage-panel { padding: 48px; margin-right: 64px; } }

/* ===== ARTISTS ===== */
.artists { position: relative; width: 100%; padding: 64px 0; z-index: 45; }
.artists-bg { position: absolute; inset: 0; z-index: 0; opacity: 0.2; background-size: cover; background-position: center; }
.artists-header { text-align: center; margin-bottom: 48px; padding: 0 24px; }
.artists-header h2 { color: #fff; font-size: 36px; font-weight: 900; margin-bottom: 16px; }
.artists-sub { display: flex; align-items: center; justify-content: center; gap: 16px; color: rgba(255,255,255,0.5); flex-wrap: wrap; font-size: 14px; }
.artists-sub .sold-out { color: var(--silver); font-weight: 600; }

.artist-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 64rem; margin: 0 auto 48px; padding: 0 24px; }
.artist-tag { position: relative; }
.artist-tag-inner { display: inline-flex; align-items: center; gap: 6px; padding: 10px 16px; border-radius: var(--round); background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.7); font-size: 14px; font-weight: 500; transition: all 0.3s; cursor: default; }
.artist-tag:hover .artist-tag-inner { color: #fff; border-color: rgba(192,192,192,0.5); background: rgba(192,192,192,0.05); }
.artist-tag .social { display: none; position: absolute; bottom: -32px; left: 50%; transform: translateX(-50%); align-items: center; gap: 12px; padding: 6px 12px; border-radius: 8px; background: #1a1a1f; border: 1px solid rgba(255,255,255,0.1); font-size: 12px; white-space: nowrap; z-index: 10; }
.artist-tag:hover .social { display: flex; }
.artist-tag .social a { color: rgba(255,255,255,0.6); transition: color 0.3s; }
.artist-tag .social a:hover { color: var(--silver); }

.dj-row { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 32px; flex-wrap: wrap; padding: 0 24px; }
.dj-row span { color: rgba(255,255,255,0.4); font-size: 14px; text-transform: uppercase; letter-spacing: 0.08em; }

.orchestra-note { text-align: center; padding: 0 24px; }
.orchestra-pill { display: inline-flex; align-items: center; gap: 12px; padding: 12px 24px; border-radius: 16px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.4); font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; }

@media (min-width: 768px) { .artists-header h2 { font-size: 48px; } }
@media (min-width: 1024px) { .artists-header h2 { font-size: 60px; } }

/* ===== DOCUMENTARY ===== */
.doc { position: relative; width: 100%; padding: 64px 0; z-index: 30; }
.doc-header { padding: 0 24px; margin-bottom: 32px; }
.doc-header h2 { color: #fff; font-size: 36px; font-weight: 900; margin-bottom: 12px; }
.doc-header p { color: rgba(255,255,255,0.5); max-width: 36rem; margin-top: 12px; font-size: 16px; }
.doc-header-top { display: flex; flex-direction: column; gap: 16px; margin-bottom: 16px; }
.doc-social { display: flex; gap: 12px; flex-wrap: wrap; }
.doc-social a { padding: 8px 16px; border-radius: var(--round); border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.6); font-size: 14px; transition: all 0.3s; }
.doc-social a:hover { color: #fff; border-color: var(--silver); }

.doc-grid { display: grid; grid-template-columns: 1fr; gap: 24px; padding: 0 24px; margin-bottom: 48px; }
.doc-card { position: relative; border-radius: 16px; overflow: hidden; cursor: pointer; border: 1px solid rgba(255,255,255,0.05); transition: all 0.3s; }
.doc-card:hover { border-color: rgba(192,192,192,0.3); }
.doc-card .thumb { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.doc-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.doc-card:hover img { transform: scale(1.05); }
.doc-card .overlay { position: absolute; inset: 0; background: linear-gradient(to top, #141418, rgba(20,20,24,0.3), transparent); }
.doc-card .play-btn { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.play-btn-inner { width: 56px; height: 56px; border-radius: 50%; background: rgba(192,192,192,0.9); display: flex; align-items: center; justify-content: center; opacity: 0; transform: scale(0.75); transition: all 0.3s; }
.doc-card:hover .play-btn-inner, .blog-card:hover .play-btn-inner { opacity: 1; transform: scale(1); }
.doc-card .part-label { position: absolute; top: 16px; left: 16px; padding: 4px 12px; background: rgba(0,0,0,0.6); border-radius: 4px; color: var(--silver); font-family: 'Space Mono', monospace; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; }
.doc-card .card-title { position: absolute; bottom: 0; left: 0; right: 0; padding: 24px; }
.doc-card .card-title h4 { color: #fff; font-size: 20px; font-weight: 700; }

/* Shorts horizontal scroll */
.shorts-scroll { overflow-x: auto; padding: 0 24px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.shorts-scroll::-webkit-scrollbar { display: none; }
.shorts-track { display: flex; gap: 12px; width: max-content; }
.short-item { width: 140px; cursor: pointer; transition: transform 0.3s; flex-shrink: 0; }
.short-item:hover { transform: translateY(-4px); }
.short-item img { width: 140px; height: 200px; object-fit: cover; border-radius: 12px; border: 1px solid rgba(255,255,255,0.05); transition: border-color 0.3s; }
.short-item:hover img { border-color: rgba(192,192,192,0.3); }
.short-item span { display: block; color: rgba(255,255,255,0.6); font-size: 12px; font-weight: 500; margin-top: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

@media (min-width: 768px) { .doc-grid { grid-template-columns: repeat(3, 1fr); } .doc-header h2 { font-size: 48px; } .doc-header-top { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
@media (min-width: 1024px) { .doc-header h2 { font-size: 60px; } }

/* ===== BLOG ===== */
.blog { position: relative; width: 100%; padding: 64px 0; z-index: 50; }
.blog-header { padding: 0 24px; margin-bottom: 32px; }
.blog-header h2 { color: #fff; font-size: 36px; font-weight: 900; margin-bottom: 12px; }
.blog-header p { color: rgba(255,255,255,0.5); max-width: 36rem; margin-top: 12px; }

.blog-grid { display: grid; grid-template-columns: 1fr; gap: 24px; padding: 0 24px; }
.blog-card { overflow: hidden; cursor: pointer; transition: border-color 0.3s; border-radius: var(--radius); border: 1px solid var(--border); background: var(--glass); }
.blog-card:hover { border-color: rgba(192,192,192,0.2); }
.blog-card .thumb { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.blog-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.blog-card:hover .thumb img { transform: scale(1.05); }
.blog-card .overlay { position: absolute; inset: 0; background: linear-gradient(to top, #141418, rgba(20,20,24,0.3), transparent); }
.blog-card .play-btn { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.blog-card .play-btn-inner { width: 48px; height: 48px; border-radius: 50%; background: rgba(192,192,192,0.9); display: flex; align-items: center; justify-content: center; opacity: 0; transform: scale(0.75); transition: all 0.3s; }
.blog-card .card-body { padding: 20px; }
.blog-card .card-meta { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; color: var(--silver); font-size: 12px; font-family: 'Space Mono', monospace; }
.blog-card .card-meta .dot { color: rgba(255,255,255,0.2); }
.blog-card .card-meta .date { color: rgba(255,255,255,0.3); }
.blog-card h3 { color: #fff; font-size: 18px; font-weight: 700; margin-bottom: 8px; transition: color 0.3s; line-height: 1.3; }
.blog-card:hover h3 { color: var(--silver); }
.blog-card .excerpt { color: rgba(255,255,255,0.4); font-size: 14px; line-height: 1.5; margin-bottom: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.blog-card .read-more { color: var(--silver); font-size: 14px; font-weight: 500; transition: gap 0.3s; }

.type-video { background: rgba(192,192,192,0.2); color: var(--silver); }
.type-social { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.6); }
.type-article { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.6); }

@media (min-width: 768px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } .blog-header h2 { font-size: 48px; } }
@media (min-width: 1024px) { .blog-grid { grid-template-columns: repeat(3, 1fr); } .blog-header h2 { font-size: 60px; } }

/* ===== TOUR ===== */
.tour { position: relative; width: 100%; padding: 64px 0; z-index: 40; }
.tour-header { padding: 0 24px; margin-bottom: 32px; }
.tour-header h2 { color: #fff; font-size: 36px; font-weight: 900; margin-bottom: 12px; }
.tour-header p { color: rgba(255,255,255,0.5); max-width: 36rem; margin-top: 12px; }
.tour-header-top { display: flex; flex-direction: column; gap: 24px; }
.tour-first { display: flex; align-items: center; gap: 16px; padding: 16px 24px; }
.tour-first .tour-icon { width: 48px; height: 48px; border-radius: 50%; background: rgba(192,192,192,0.1); display: flex; align-items: center; justify-content: center; color: var(--silver); flex-shrink: 0; }
.tour-first p { color: rgba(255,255,255,0.5); font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; }
.tour-first .venue { color: #fff; font-weight: 700; font-size: 16px; }
.tour-first .sold { color: var(--silver); font-size: 14px; }

.cities { display: grid; grid-template-columns: 1fr; gap: 16px; padding: 0 24px; }
.city { padding: 24px; border-radius: 16px; border: 1px solid rgba(255,255,255,0.05); background: rgba(255,255,255,0.02); cursor: pointer; transition: all 0.3s; }
.city:hover { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.1); }
.city.atlanta { border-color: rgba(192,192,192,0.4); background: rgba(192,192,192,0.05); }
.city.atlanta:hover { background: rgba(192,192,192,0.1); }
.city-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 16px; }
.city-icon { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.05); display: flex; align-items: center; justify-content: center; color: var(--silver); }
.city .status { padding: 4px 8px; border-radius: var(--round); background: rgba(255,255,255,0.05); color: rgba(255,255,255,0.4); font-size: 12px; font-family: 'Space Mono', monospace; }
.city h3 { color: #fff; font-size: 20px; font-weight: 700; margin-bottom: 4px; }
.city .state { color: rgba(255,255,255,0.4); font-size: 14px; }
.city-bot { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.05); }
.city-bot span { color: rgba(255,255,255,0.3); font-size: 12px; }
.city-bot svg { width: 16px; height: 16px; color: rgba(255,255,255,0.2); transition: all 0.3s; }
.city:hover .city-bot svg { color: var(--silver); transform: translateX(4px); }

@media (min-width: 640px) { .cities { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 768px) { .tour-header h2 { font-size: 48px; } .tour-header-top { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
@media (min-width: 1024px) { .cities { grid-template-columns: repeat(4, 1fr); } .tour-header h2 { font-size: 60px; } }

/* ===== BOOKING ===== */
.booking { position: relative; width: 100%; padding: 64px 0; z-index: 50; }
.booking-header { padding: 0 24px; margin-bottom: 32px; }
.booking-header h2 { color: #fff; font-size: 36px; font-weight: 900; margin-bottom: 12px; }
.booking-header p { color: rgba(255,255,255,0.5); max-width: 42rem; margin-top: 12px; }

.hire-toggle { display: flex; gap: 16px; margin-bottom: 32px; max-width: 28rem; padding: 0 24px; }
.hire-toggle button { flex: 1; padding: 12px 16px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.4); font-size: 14px; transition: all 0.3s; display: flex; flex-direction: column; align-items: center; gap: 4px; cursor: pointer; background: none; }
.hire-toggle button:hover { color: rgba(255,255,255,0.6); }
.hire-toggle button.active { border-color: var(--silver); background: rgba(192,192,192,0.1); color: #fff; }

.booking-grid { display: grid; grid-template-columns: 1fr; gap: 32px; padding: 0 24px; }
.booking-form { padding: 32px; }
.form-row { display: grid; grid-template-columns: 1fr; gap: 16px; margin-bottom: 16px; }
.form-group label { display: block; color: rgba(255,255,255,0.5); font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 8px; }
.form-input { width: 100%; padding: 12px 16px; border-radius: 12px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: #fff; font-size: 14px; transition: border-color 0.3s; }
.form-input::placeholder { color: rgba(255,255,255,0.3); }
.form-input:focus { outline: none; border-color: var(--silver); }
textarea.form-input { resize: none; }

.info-panel { padding: 24px; }
.info-panel h3 { color: #fff; font-size: 18px; font-weight: 700; margin-bottom: 16px; }
.contact-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; }
.contact-icon { width: 40px; height: 40px; border-radius: 50%; background: rgba(192,192,192,0.1); display: flex; align-items: center; justify-content: center; color: var(--silver); flex-shrink: 0; }
.contact-item p:first-of-type { color: rgba(255,255,255,0.5); font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; }
.contact-item a { color: #fff; transition: color 0.3s; font-size: 14px; display: block; }
.contact-item a:hover { color: var(--silver); }

.expect-list { list-style: none; }
.expect-list li { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,0.6); font-size: 14px; margin-bottom: 12px; }
.expect-list li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--silver); flex-shrink: 0; }

.prev-show { padding: 24px; }
.prev-show .date { display: flex; align-items: center; gap: 8px; color: var(--silver); margin-bottom: 8px; font-family: 'Space Mono', monospace; font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; }
.prev-show .venue { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.6); font-size: 14px; margin-bottom: 16px; }
.prev-show .sold { padding: 8px 12px; background: rgba(192,192,192,0.1); border-radius: 8px; color: var(--silver); font-size: 14px; font-weight: 600; }

.success { text-align: center; padding: 48px 0; }
.success-icon { width: 64px; height: 64px; border-radius: 50%; background: rgba(192,192,192,0.1); display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; color: var(--silver); }
.success h3 { color: #fff; font-size: 24px; font-weight: 700; margin-bottom: 8px; }
.success p { color: rgba(255,255,255,0.5); }
.success button { margin-top: 24px; color: var(--silver); transition: color 0.3s; font-size: 14px; }
.success button:hover { color: #fff; }

@media (min-width: 768px) { .form-row { grid-template-columns: repeat(2, 1fr); } .form-row.three-col { grid-template-columns: repeat(3, 1fr); } .booking-header h2 { font-size: 48px; } }
@media (min-width: 1024px) { .booking-grid { grid-template-columns: 3fr 2fr; } .booking-header h2 { font-size: 60px; } }

/* ===== MERCH ===== */
.merch { position: relative; width: 100%; padding: 64px 0; z-index: 60; }
.merch-header { padding: 0 24px; margin-bottom: 32px; display: flex; flex-direction: column; gap: 24px; }
.merch-header h2 { color: #fff; font-size: 36px; font-weight: 900; margin-bottom: 12px; }
.merch-header p { color: rgba(255,255,255,0.5); max-width: 36rem; margin-top: 12px; }

.products { display: grid; grid-template-columns: 1fr; gap: 24px; padding: 0 24px; }
.product { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); background: var(--glass); }
.product-img { position: relative; aspect-ratio: 1; overflow: hidden; background: var(--bg-card); padding: 16px; }
.product-img img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.5s; }
.product:hover .product-img img { transform: scale(1.05); }
.product-info { padding: 20px; }
.product-info h3 { color: #fff; font-size: 16px; font-weight: 700; margin-bottom: 4px; line-height: 1.3; }
.product-info .desc { color: rgba(255,255,255,0.5); font-size: 12px; margin-bottom: 16px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-bot { display: flex; align-items: center; justify-content: space-between; }
.product-bot .price { color: #fff; font-size: 24px; font-weight: 700; }
.product-bot button { padding: 8px 16px; border-radius: var(--round); background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.8); font-size: 14px; font-weight: 500; transition: all 0.3s; cursor: pointer; }
.product-bot button:hover { background: var(--silver); color: #0B0B0D; border-color: var(--silver); }

@media (min-width: 640px) { .products { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 768px) { .merch-header h2 { font-size: 48px; } }
@media (min-width: 1024px) { .products { grid-template-columns: repeat(4, 1fr); } .merch-header { flex-direction: row; align-items: flex-end; justify-content: space-between; } .merch-header h2 { font-size: 60px; } }

/* ===== CONTACT ===== */
.contact { position: relative; width: 100%; padding: 64px 0 0; z-index: 70; }
.contact-wrap { max-width: 48rem; margin: 0 auto 48px; padding: 0 24px; }
.contact-form { padding: 32px; text-align: center; }
.contact-form h2 { color: #fff; font-size: 30px; font-weight: 700; margin-bottom: 16px; }
.contact-form > p { color: rgba(255,255,255,0.5); margin-bottom: 32px; max-width: 32rem; margin-left: auto; margin-right: auto; }
.contact-form .form-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-bottom: 16px; }

.install-box { margin-top: 32px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.05); }
.install-box p { color: rgba(255,255,255,0.3); font-size: 14px; margin-bottom: 16px; }

@media (min-width: 640px) { .contact-form .form-grid { grid-template-columns: repeat(2, 1fr); } .contact-form h2 { font-size: 36px; } }

/* ===== CREDITS ===== */
.credits { padding: 32px 24px 48px; max-width: 64rem; margin: 0 auto; width: 100%; }
.credits-grid { display: grid; grid-template-columns: 1fr; gap: 16px; text-align: center; }
.credits-grid .role { color: var(--silver); font-size: 12px; font-weight: 500; margin-bottom: 2px; }
.credits-grid .name { color: rgba(255,255,255,0.5); font-size: 13px; }
.credits-grid a { color: rgba(255,255,255,0.5); font-size: 13px; transition: color 0.3s; }
.credits-grid a:hover { color: var(--silver); }

@media (min-width: 640px) { .credits-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .credits-grid { grid-template-columns: repeat(5, 1fr); } }

/* ===== FOOTER ===== */
.footer { border-top: 1px solid rgba(255,255,255,0.05); padding: 48px 24px; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 32px; margin-bottom: 48px; }
.footer-brand img { width: 120px; height: auto; object-fit: contain; filter: brightness(0) invert(1); opacity: 0.9; margin-bottom: 12px; }
.footer-brand p { color: rgba(255,255,255,0.4); font-size: 14px; max-width: 24rem; }
.footer-links h4 { color: #fff; font-size: 16px; font-weight: 600; margin-bottom: 16px; }
.footer-links ul { list-style: none; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { color: rgba(255,255,255,0.4); font-size: 14px; transition: color 0.3s; }
.footer-links a:hover { color: var(--silver); }

.footer-bot { display: flex; flex-direction: column; align-items: center; gap: 24px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-bot p { color: rgba(255,255,255,0.3); font-size: 14px; }
.footer-social { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.footer-social a { display: inline-block; padding: 8px 14px; border-radius: var(--round); background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.6); font-size: 13px; transition: all 0.3s; }
.footer-social a:hover { color: var(--silver); border-color: var(--silver); }

@media (min-width: 768px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr; } .footer-bot { flex-direction: row; justify-content: space-between; } }

/* ===== MODAL ===== */
.modal-overlay { position: fixed; inset: 0; z-index: 100; background: rgba(0,0,0,0.8); display: flex; align-items: center; justify-content: center; padding: 16px; animation: fadeIn 0.2s ease; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.modal { position: relative; width: 100%; max-width: 28rem; padding: 32px; animation: modalIn 0.3s ease; }
@keyframes modalIn { from { opacity: 0; transform: scale(0.95); } to { opacity: 1; transform: scale(1); } }
.modal-lg { max-width: 64rem; }
.modal-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.modal-top h3 { color: #fff; font-size: 20px; font-weight: 700; }
.modal-close { width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,0.05); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.4); transition: all 0.3s; cursor: pointer; border: none; }
.modal-close:hover { color: #fff; background: rgba(255,255,255,0.1); }
.video-modal .thumb { aspect-ratio: 16/9; border-radius: 16px; overflow: hidden; background: #12121A; }
.video-modal iframe { width: 100%; height: 100%; border: none; }

/* ===== CART SIDEBAR ===== */
.cart-sidebar { position: fixed; inset: 0; z-index: 100; display: flex; justify-content: flex-end; }
.cart-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.6); }
.cart-panel { position: relative; width: 100%; max-width: 28rem; height: 100%; background: var(--bg-card); border-left: 1px solid rgba(255,255,255,0.1); padding: 24px; overflow-y: auto; animation: cartSlide 0.3s ease; }
@keyframes cartSlide { from { transform: translateX(100%); } to { transform: translateX(0); } }
.cart-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 32px; }
.cart-top h3 { color: #fff; font-size: 20px; font-weight: 700; }
.cart-empty { text-align: center; padding: 48px 0; color: rgba(255,255,255,0.4); }
.cart-item { display: flex; align-items: center; gap: 16px; padding: 16px; background: rgba(255,255,255,0.05); border-radius: 12px; margin-bottom: 16px; }
.cart-item img { width: 64px; height: 64px; object-fit: contain; border-radius: 8px; background: var(--bg-card); }
.cart-item-info { flex: 1; }
.cart-item-info h4 { color: #fff; font-size: 14px; font-weight: 500; margin-bottom: 4px; }
.cart-item-info p { color: rgba(255,255,255,0.5); font-size: 12px; }
.cart-item-price { color: #fff; font-weight: 700; }
.cart-total { display: flex; align-items: center; justify-content: space-between; padding-top: 24px; margin-bottom: 24px; border-top: 1px solid rgba(255,255,255,0.1); }
.cart-total span:first-child { color: rgba(255,255,255,0.6); }
.cart-total span:last-child { color: #fff; font-size: 24px; font-weight: 700; }
.cart-note { color: rgba(255,255,255,0.3); font-size: 12px; text-align: center; margin-top: 16px; }

/* Size picker */
.size-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 24px; }
.size-grid button { padding: 8px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.6); font-size: 14px; transition: all 0.3s; cursor: pointer; background: none; }
.size-grid button:hover { border-color: rgba(255,255,255,0.3); }
.size-grid button.selected { border-color: var(--silver); background: rgba(192,192,192,0.1); color: #fff; }

/* Ticket counter */
.ticket-counter { display: flex; align-items: center; gap: 16px; }
.ticket-counter button { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: #fff; font-size: 18px; transition: all 0.3s; cursor: pointer; }
.ticket-counter button:hover { background: rgba(255,255,255,0.1); }
.ticket-counter span { color: #fff; font-size: 18px; font-weight: 700; width: 32px; text-align: center; }

/* ===== TEAM PORTAL ===== */
.portal-page { min-height: 100vh; background: var(--bg); }
.portal-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(255,255,255,0.05); background: rgba(20,20,24,0.8); backdrop-filter: blur(20px); }
.portal-top { display: flex; align-items: center; justify-content: space-between; padding: 16px 24px; }
.portal-brand { display: flex; align-items: center; gap: 16px; }
.portal-brand img { height: 32px; filter: brightness(0) invert(1); }
.portal-brand .divider { color: rgba(255,255,255,0.3); }
.portal-brand span { color: #fff; font-weight: 500; }
.portal-user { display: flex; align-items: center; gap: 16px; }
.portal-user span { color: rgba(255,255,255,0.5); font-size: 14px; }

.portal-tabs { display: flex; gap: 4px; padding: 0 24px; overflow-x: auto; }
.portal-tab { display: flex; align-items: center; gap: 8px; padding: 12px 16px; font-size: 14px; font-weight: 500; border-bottom: 2px solid transparent; color: rgba(255,255,255,0.4); transition: all 0.3s; white-space: nowrap; cursor: pointer; background: none; }
.portal-tab:hover { color: rgba(255,255,255,0.6); }
.portal-tab.active { border-bottom-color: var(--silver); color: var(--silver); }

.portal-main { padding: 32px 24px; max-width: 80rem; margin: 0 auto; }

/* Stats */
.stats { display: grid; grid-template-columns: 1fr; gap: 16px; margin-bottom: 32px; }
.stat-card { padding: 20px; }
.stat-card .label { color: rgba(255,255,255,0.5); font-size: 12px; margin-bottom: 4px; }
.stat-card .value { color: #fff; font-size: 30px; font-weight: 700; }
.stat-card .value.silver { color: var(--silver); }
.stat-card .value.yellow { color: #eab308; }

/* Team list */
.team-list { display: flex; flex-direction: column; gap: 8px; }
.team-item { display: flex; align-items: center; justify-content: space-between; padding: 12px; background: rgba(255,255,255,0.05); border-radius: 12px; }
.team-info { display: flex; align-items: center; gap: 12px; }
.team-icon { width: 32px; height: 32px; border-radius: 50%; background: rgba(192,192,192,0.1); display: flex; align-items: center; justify-content: center; color: var(--silver); }
.team-icon svg { width: 14px; height: 14px; }
.team-name { color: #fff; font-size: 14px; font-weight: 500; }
.team-role { color: rgba(255,255,255,0.4); font-size: 12px; }
.team-badge { padding: 4px 8px; border-radius: var(--round); background: rgba(255,255,255,0.05); color: rgba(255,255,255,0.4); font-size: 12px; text-transform: capitalize; }

/* Schedule */
.schedule { padding: 16px; background: rgba(255,255,255,0.05); border-radius: 12px; margin-bottom: 12px; }
.schedule .label { color: var(--silver); font-family: 'Space Mono', monospace; font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px; }
.schedule h4 { color: #fff; font-size: 16px; font-weight: 500; margin-bottom: 4px; }
.schedule p { color: rgba(255,255,255,0.4); font-size: 14px; }

/* Rehearsal */
.rehearsal { padding: 24px; margin-bottom: 16px; }
.rehearsal-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 12px; }
.rehearsal h3 { color: #fff; font-size: 18px; font-weight: 700; }
.rehearsal-meta { display: flex; align-items: center; gap: 16px; color: rgba(255,255,255,0.5); font-size: 14px; margin-top: 8px; }
.rehearsal-meta svg { width: 14px; height: 14px; }
.status-completed { padding: 4px 12px; border-radius: var(--round); background: rgba(34,197,94,0.1); color: #4ade80; font-size: 12px; font-weight: 500; }
.rehearsal-notes { color: rgba(255,255,255,0.4); font-size: 14px; margin-top: 12px; padding: 12px; background: rgba(255,255,255,0.05); border-radius: 8px; }

/* Payment */
.payment { display: flex; align-items: center; justify-content: space-between; padding: 20px; margin-bottom: 12px; }
.payment-info { display: flex; align-items: center; gap: 16px; }
.payment-icon { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.payment-icon.paid { background: rgba(34,197,94,0.1); color: #4ade80; }
.payment-icon.pending { background: rgba(234,179,8,0.1); color: #eab308; }
.payment-name { color: #fff; font-weight: 500; }
.payment-desc { color: rgba(255,255,255,0.4); font-size: 14px; }
.payment-amount { text-align: right; }
.payment-amount .amt { color: #fff; font-weight: 700; }
.payment-amount .date { color: rgba(255,255,255,0.4); font-size: 12px; }

/* Assets */
.asset-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.asset-card { overflow: hidden; cursor: pointer; border-radius: var(--radius-sm); border: 1px solid var(--border); }
.asset-thumb { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.asset-thumb img { width: 100%; height: 100%; object-fit: cover; }
.asset-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.4); display: flex; align-items: center; justify-content: center; gap: 8px; opacity: 0; transition: opacity 0.3s; }
.asset-card:hover .asset-overlay { opacity: 1; }
.asset-overlay button { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: none; cursor: pointer; }
.asset-overlay .btn-play { background: var(--silver); color: var(--bg); }
.asset-overlay .btn-dl { background: rgba(255,255,255,0.2); color: #fff; }
.asset-body { padding: 16px; }
.asset-body .tags { display: flex; align-items: center; gap: 8px; margin-bottom: 4px; }
.asset-body .type-tag { padding: 2px 8px; border-radius: 4px; background: rgba(255,255,255,0.05); color: rgba(255,255,255,0.4); font-size: 11px; text-transform: uppercase; }
.asset-body .event-tag { color: rgba(255,255,255,0.3); font-size: 12px; }
.asset-body h4 { color: #fff; font-size: 14px; font-weight: 500; margin-bottom: 4px; }

/* Passes */
.pass-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.pass-card { position: relative; padding: 24px; overflow: hidden; }
.pass-card::before { content: ''; position: absolute; top: 0; right: 0; width: 96px; height: 96px; background: rgba(192,192,192,0.05); border-bottom-left-radius: 100%; }
.pass-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 16px; position: relative; z-index: 1; }
.pass-type { color: var(--silver); font-family: 'Space Mono', monospace; font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px; }
.pass-card h3 { color: #fff; font-size: 20px; font-weight: 700; }
.pass-qr { width: 48px; height: 48px; background: #fff; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--bg); }
.pass-qr svg { width: 24px; height: 24px; }
.pass-event { color: rgba(255,255,255,0.5); font-size: 14px; margin-bottom: 16px; }
.pass-status { display: flex; align-items: center; gap: 8px; }
.pass-status .dot { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; }
.pass-status span { color: rgba(255,255,255,0.4); font-size: 12px; }

@media (min-width: 640px) { .stats { grid-template-columns: repeat(2, 1fr); } .asset-grid { grid-template-columns: repeat(3, 1fr); } .pass-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .stats { grid-template-columns: repeat(4, 1fr); } .portal-main { padding: 32px; } }

/* ===== BUYER PORTAL ===== */
.pricing { display: grid; grid-template-columns: 1fr; gap: 24px; margin-bottom: 32px; }
.price-card { position: relative; padding: 24px; }
.price-card.selected { border-color: rgba(192,192,192,0.4); }
.price-card .flagship { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); padding: 4px 12px; background: var(--silver); color: var(--bg); font-size: 11px; font-weight: 700; border-radius: var(--round); }
.price-top { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.price-icon { width: 40px; height: 40px; border-radius: 50%; background: rgba(192,192,192,0.1); display: flex; align-items: center; justify-content: center; color: var(--silver); }
.price-icon svg { width: 20px; height: 20px; }
.price-top h3 { color: #fff; font-size: 16px; font-weight: 700; }
.price-top p { color: rgba(255,255,255,0.4); font-size: 12px; }
.price-amt { margin-bottom: 12px; }
.price-amt .amt { color: var(--silver); font-size: 30px; font-weight: 700; }
.price-amt .unit { color: rgba(255,255,255,0.4); font-size: 14px; margin-left: 8px; }
.price-note { color: rgba(234,179,8,0.8); font-size: 12px; margin-bottom: 12px; }
.price-note svg { width: 12px; height: 12px; }
.price-features { list-style: none; margin-bottom: 24px; }
.price-features li { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.6); font-size: 14px; margin-bottom: 8px; }
.price-features li svg { width: 16px; height: 16px; color: var(--silver); flex-shrink: 0; }

.addon-bar { display: flex; flex-direction: column; gap: 16px; padding: 24px; margin-bottom: 32px; }
.addon-inner { display: flex; align-items: center; gap: 16px; }
.addon-icon { width: 48px; height: 48px; border-radius: 50%; background: rgba(192,192,192,0.1); display: flex; align-items: center; justify-content: center; color: var(--silver); flex-shrink: 0; }
.addon-icon svg { width: 24px; height: 24px; }
.addon-bar h3 { color: #fff; font-size: 18px; font-weight: 700; }
.addon-bar p { color: rgba(255,255,255,0.5); font-size: 14px; }
.addon-action { display: flex; align-items: center; gap: 16px; }
.addon-action .price { color: var(--silver); font-size: 24px; font-weight: 700; }

.agreement { padding: 32px; }
.agreement-top { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.agreement-top svg { width: 20px; height: 20px; color: var(--silver); }
.agreement-top h3 { color: #fff; font-size: 18px; font-weight: 700; }
.agreement-body { padding: 24px; background: rgba(255,255,255,0.05); border-radius: 12px; margin-bottom: 16px; }
.agreement-body p { color: rgba(255,255,255,0.6); font-size: 14px; line-height: 1.7; margin-bottom: 16px; }
.agreement-body p:last-child { margin-bottom: 0; }
.agreement-body strong { color: #fff; }
.agreement-note { color: rgba(255,255,255,0.3); font-size: 12px; }

@media (min-width: 640px) { .pricing { grid-template-columns: repeat(2, 1fr); } .addon-bar { flex-direction: row; align-items: center; } }
@media (min-width: 1024px) { .pricing { grid-template-columns: repeat(3, 1fr); } }

/* ===== PORTAL LOGIN ===== */
.portal-login { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 16px; background: var(--bg); }
.login-box { width: 100%; max-width: 28rem; padding: 32px; }
.login-header { text-align: center; margin-bottom: 32px; }
.login-header img { height: 64px; margin: 0 auto 16px; filter: brightness(0) invert(1); display: block; }
.login-header h1 { color: #fff; font-size: 24px; font-weight: 700; margin-bottom: 4px; }
.login-header p { color: rgba(255,255,255,0.5); font-size: 14px; }

.login-error { padding: 12px; margin-bottom: 16px; background: rgba(239,68,68,0.1); border: 1px solid rgba(239,68,68,0.2); border-radius: 8px; color: #f87171; font-size: 14px; }
.login-form { display: flex; flex-direction: column; gap: 16px; }
.login-form label { display: block; color: rgba(255,255,255,0.5); font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 8px; }
.login-footer { display: flex; flex-direction: column; gap: 8px; margin-top: 8px; }
.login-footer a { color: rgba(255,255,255,0.4); font-size: 14px; transition: color 0.3s; }
.login-footer a:hover { color: rgba(255,255,255,0.6); }
.login-footer button { color: var(--silver); font-size: 14px; transition: color 0.3s; background: none; border: none; cursor: pointer; }
.login-footer button:hover { color: #fff; }

/* ===== UTILITY ===== */
.hidden { display: none !important; }
.mb-4 { margin-bottom: 16px; }
.mb-6 { margin-bottom: 24px; }
.mt-4 { margin-top: 16px; }
.w-full { width: 100%; }

/* Scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.1); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: rgba(255,255,255,0.2); }
