:root { --sn-bg-dark: #0b0b0e; --sn-panel-bg: #141419; --sn-card-bg: #191920; --sn-border: #23232b; --sn-red: #e02424; --sn-blue: #0084d6; --sn-gold: #ffb800; --sn-text: #ffffff; --sn-muted: #8e8e98; } body { background-color: var(--sn-bg-dark) !important; color: var(--sn-text); } .tribe-common { background: transparent !important; } .sn-list-page-wrapper { max-width: 1280px; margin: 30px auto 80px; padding: 0 20px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; box-sizing: border-box; } /* Header */ .sn-page-header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin-bottom: 24px; } .sn-header-left { display: flex; align-items: center; gap: 14px; } .sn-page-title { font-size: 28px; font-weight: 800; margin: 0; color: #fff; text-transform: none; } .sn-count-badge { background: #1c1c24; color: var(--sn-muted); border: 1px solid var(--sn-border); font-size: 12px; font-weight: 600; padding: 4px 12px; border-radius: 20px; } .sn-reset-cat-btn { background: #202028; color: #ff5555; border: 1px solid #3a2222; padding: 6px 14px; border-radius: 6px; font-size: 12px; font-weight: 700; text-decoration: none; transition: background 0.2s ease; } .sn-reset-cat-btn:hover { background: #2d1818; color: #ff7777; } /* Date & Search Bar */ .sn-date-bar { background: var(--sn-panel-bg); border: 1px solid var(--sn-border); border-radius: 10px; padding: 12px 20px; display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; gap: 16px; } .sn-date-bar-left { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; } .sn-btn-pill { background: var(--sn-red); color: #fff !important; border: none; padding: 7px 16px; border-radius: 6px; font-size: 13px; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: background 0.2s ease; } .sn-btn-pill:hover { background: #ff1c1c; } .sn-btn-pill-sub { background: #202028; color: #e0e0e8 !important; border: 1px solid var(--sn-border); padding: 6px 14px; border-radius: 6px; font-size: 12px; font-weight: 600; text-decoration: none; transition: background 0.2s ease; } .sn-btn-pill-sub:hover, .sn-btn-pill-sub.active { background: #2d2d38; color: #fff !important; border-color: #444455; } .sn-date-text { font-size: 14px; font-weight: 600; color: #9e9ea8; margin-left: 8px; } .sn-search-form { display: flex; align-items: center; gap: 6px; } .sn-search-mini { background: #0f0f13; border: 1px solid var(--sn-border); color: #fff; padding: 8px 14px; border-radius: 6px; font-size: 13px; width: 220px; outline: none; box-sizing: border-box; } .sn-search-mini:focus { border-color: #444455; } .sn-search-btn { background: #202028; border: 1px solid var(--sn-border); color: #fff; padding: 8px 12px; border-radius: 6px; cursor: pointer; font-size: 13px; } .sn-search-btn:hover { background: #2d2d38; } /* Grid Layout */ .sn-layout-grid { display: grid; grid-template-columns: 260px 1fr; gap: 30px; align-items: start; } /* Sidebar Filters */ .sn-filters-sidebar { background: var(--sn-panel-bg); border: 1px solid var(--sn-border); border-radius: 12px; padding: 24px; } .sn-filters-heading { font-size: 18px; font-weight: 700; margin: 0 0 4px 0; } .sn-filters-sub { font-size: 12px; color: var(--sn-muted); margin-bottom: 20px; } .sn-filter-menu { list-style: none; padding: 0; margin: 0 0 24px 0; display: flex; flex-direction: column; gap: 8px; } .sn-filter-link { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 8px; font-size: 13px; font-weight: 600; color: var(--sn-muted); text-decoration: none; transition: background 0.2s ease, color 0.2s ease; } .sn-filter-link:hover { background: #1c1c24; color: #fff; } .sn-filter-link.active { background: var(--sn-blue); color: #fff; } .sn-venue-box-sidebar { border-top: 1px solid var(--sn-border); padding-top: 18px; margin-top: 18px; } .sn-venue-map-wrap { border-radius: 8px; overflow: hidden; margin-top: 12px; filter: invert(90%) hue-rotate(180deg); } /* Cards List */ .sn-cards-stream { display: flex; flex-direction: column; gap: 20px; } .sn-list-card { background: var(--sn-card-bg); border: 1px solid var(--sn-border); border-radius: 12px; padding: 20px; display: flex; gap: 20px; transition: transform 0.2s ease, border-color 0.2s ease; } .sn-list-card:hover { border-color: #383844; transform: translateY(-2px); } .sn-date-box { background: #24242e; border-radius: 10px; width: 75px; min-width: 75px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 12px 6px; box-sizing: border-box; } .sn-day-name { font-size: 12px; font-weight: 800; color: var(--sn-red); text-transform: uppercase; } .sn-day-num { font-size: 28px; font-weight: 900; color: #fff; margin: 2px 0; } .sn-month-name { font-size: 12px; font-weight: 600; color: var(--sn-muted); } .sn-card-main { flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: space-between; } .sn-title-row { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 6px; } .sn-card-title { font-size: 19px; font-weight: 800; margin: 0; line-height: 1.3; text-transform: none; } .sn-card-title a { color: #fff; text-decoration: none; transition: color 0.2s ease; } .sn-card-title a:hover { color: var(--sn-red); } .sn-badge-live { background: rgba(224, 36, 36, 0.15); color: var(--sn-red); border: 1px solid var(--sn-red); font-size: 10px; font-weight: 800; padding: 2px 6px; border-radius: 4px; white-space: nowrap; } .sn-card-venue { font-size: 13px; color: #9d9da8; margin-bottom: 8px; } .sn-venue-link { color: #9d9da8; text-decoration: none; transition: color 0.2s ease; } .sn-venue-link:hover { color: #fff; text-decoration: underline; } .sn-card-excerpt { font-size: 13px; color: #7d7d88; line-height: 1.5; margin: 0; } .sn-cat-tag { display: inline-block; align-self: flex-start; background: #121216; color: #888894; border: 1px solid var(--sn-border); font-size: 11px; font-weight: 600; padding: 4px 12px; border-radius: 6px; margin-top: 12px; text-decoration: none; text-transform: none; transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease; } .sn-cat-tag:hover { color: #fff; background: #1c1c24; border-color: #3b3b46; } .sn-card-side { width: 190px; min-width: 190px; display: flex; flex-direction: column; justify-content: space-between; gap: 12px; } .sn-thumb-link { width: 100%; height: 105px; border-radius: 8px; overflow: hidden; background: #202026; } .sn-thumb-link img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.3s ease; } .sn-thumb-link:hover img { transform: scale(1.05); } .sn-btn-ticket { display: block; width: 100%; background: var(--sn-red); color: #fff !important; font-size: 14px; font-weight: 700; text-align: center; padding: 10px 0; border-radius: 6px; text-decoration: none; text-transform: none; letter-spacing: 0.2px; box-sizing: border-box; transition: background 0.2s ease, transform 0.1s ease; } .sn-btn-ticket:hover { background: #ff1c1c; transform: translateY(-1px); } /* Venues Grid */ .sn-venues-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; } .sn-venue-card-item { background: var(--sn-card-bg); border: 1px solid var(--sn-border); border-radius: 10px; padding: 18px; text-decoration: none; color: #fff; transition: transform 0.2s ease, border-color 0.2s ease; display: flex; flex-direction: column; justify-content: space-between; } .sn-venue-card-item:hover { border-color: #555566; transform: translateY(-3px); } .sn-venue-name { font-weight: 800; font-size: 16px; margin-bottom: 6px; color: #fff; line-height: 1.3; } .sn-venue-city { font-size: 12px; color: var(--sn-muted); } .sn-notice-box { background: #1c1c24; border: 1px solid var(--sn-border); padding: 14px 18px; border-radius: 8px; margin-bottom: 20px; font-size: 14px; color: var(--sn-gold); } @media (max-width: 900px) { .sn-layout-grid { grid-template-columns: 1fr; } .sn-date-bar { flex-direction: column; align-items: stretch; } .sn-search-mini { width: 100%; } } @media (max-width: 600px) { .sn-list-card { flex-direction: column; } .sn-date-box { width: 100%; flex-direction: row; gap: 10px; padding: 6px; } .sn-card-side { width: 100%; min-width: 100%; } }