:root {
    --bg: #07080b;
    --bg-elevated: #0c0e13;
    --surface: rgba(17, 19, 26, 0.92);
    --surface-2: #12151d;
    --surface-3: #171a23;
    --surface-hover: #1b1f29;
    --border: rgba(255,255,255,.075);
    --border-strong: rgba(255,255,255,.13);
    --text: #f7f8fb;
    --muted: #9ca2af;
    --muted-2: #6f7684;
    --accent: #ff5a4f;
    --accent-2: #ff8a60;
    --accent-soft: rgba(255, 90, 79, .11);
    --green: #48d58a;
    --discord: #5865f2;
    --shadow: 0 24px 70px rgba(0,0,0,.34);
    --shadow-soft: 0 10px 32px rgba(0,0,0,.2);
    --radius-xl: 24px;
    --radius-lg: 18px;
    --radius-md: 13px;
    --radius-sm: 10px;
}

* { box-sizing: border-box; }
html { color-scheme: dark; scroll-behavior: smooth; }
body {
    margin: 0;
    min-height: 100vh;
    color: var(--text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
    background:
        radial-gradient(circle at 4% 0%, rgba(185, 30, 28, .18), transparent 31rem),
        radial-gradient(circle at 96% 14%, rgba(255, 108, 69, .10), transparent 29rem),
        linear-gradient(180deg, #090a0e 0%, #07080b 62%, #06070a 100%);
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .22;
    background-image:
        linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, black, transparent 78%);
    z-index: -2;
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }

.ambient {
    position: fixed;
    width: 38rem;
    height: 38rem;
    border-radius: 999px;
    filter: blur(130px);
    pointer-events: none;
    z-index: -1;
    opacity: .11;
}
.ambient-one { top: -18rem; left: -16rem; background: #d31c1c; }
.ambient-two { right: -18rem; top: 5rem; background: #ff704c; opacity: .07; }

.shell { width: min(1220px, calc(100% - 44px)); margin: 0 auto; }

.site-header {
    width: min(1440px, calc(100% - 44px));
    min-height: 76px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    border-bottom: 1px solid var(--border);
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    object-fit: cover;
    border: 1px solid rgba(255,255,255,.11);
    box-shadow: 0 8px 22px rgba(0,0,0,.25);
}
.brand > div { display: flex; flex-direction: column; line-height: 1.08; }
.brand-name { font-weight: 850; font-size: 14px; letter-spacing: -.025em; }
.brand-subtitle { color: var(--muted); font-size: 10px; margin-top: 4px; }
.header-actions { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.header-actions form { margin: 0; }

.status-pill,
.live-chip,
.verified-chip,
.resolution-chip,
.access-chip,
.role-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid var(--border);
    background: rgba(255,255,255,.035);
    border-radius: 999px;
    padding: 7px 11px;
    color: #c8ccd5;
    font-size: 11px;
    white-space: nowrap;
}
.status-dot,
.live-chip i {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--green);
    box-shadow: 0 0 0 4px rgba(72,213,138,.09);
}

.button {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 15px;
    border-radius: 10px;
    border: 1px solid transparent;
    color: white;
    font-size: 12px;
    font-weight: 800;
    transition: transform .17s ease, background .17s ease, border-color .17s ease, box-shadow .17s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary {
    background: linear-gradient(135deg, var(--accent), #ff7650);
    box-shadow: 0 10px 26px rgba(255,90,79,.18);
}
.button-primary:hover { box-shadow: 0 14px 34px rgba(255,90,79,.25); }
.button-ghost { background: rgba(255,255,255,.035); border-color: var(--border); color: #d8dbe2; }
.button-ghost:hover { background: rgba(255,255,255,.065); border-color: var(--border-strong); }
.button-muted { background: #151820; border-color: var(--border); color: #cbd0da; }
.button-discord {
    background: linear-gradient(135deg, #5865f2, #727cff);
    box-shadow: 0 14px 34px rgba(88,101,242,.20);
}
.button-large { min-height: 50px; padding: 0 21px; border-radius: 12px; font-size: 13px; }
.discord-mark {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 9px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.12);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}
.discord-mark svg {
    width: 19px;
    height: 19px;
    display: block;
}

.eyebrow {
    color: #ff8278;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .17em;
}

/* Public landing */
.home-shell { padding: 76px 0 52px; }
.login-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr);
    gap: 74px;
    align-items: center;
    min-height: 565px;
}
.login-copy { max-width: 720px; }
.login-copy h1 {
    margin: 14px 0 20px;
    font-size: clamp(48px, 5.8vw, 76px);
    line-height: .98;
    letter-spacing: -.064em;
}
.login-copy h1 span {
    background: linear-gradient(90deg, #ffb092, #ff6257);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.login-copy .hero-lead {
    margin: 0;
    max-width: 650px;
    color: #adb2bd;
    font-size: 16px;
    line-height: 1.72;
}
.login-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.login-note {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-top: 17px;
    color: var(--muted);
    font-size: 11px;
    max-width: 590px;
}
.login-note .mini-shield { color: #ff776e; }
.setup-warning {
    margin-bottom: 22px;
    padding: 13px 15px;
    border-radius: var(--radius-md);
    border: 1px solid rgba(255,173,78,.24);
    background: rgba(255,173,78,.08);
    color: #ffd4a2;
    font-size: 12px;
}

.login-panel {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    padding: 26px;
    background:
        radial-gradient(circle at 88% 88%, rgba(255,79,67,.16), transparent 45%),
        linear-gradient(145deg, rgba(24,27,36,.97), rgba(13,15,21,.97));
    border: 1px solid var(--border-strong);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow);
}
.login-panel-top { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 11px; }
.login-panel-brand { display: flex; align-items: center; gap: 15px; padding: 34px 0 26px; }
.login-panel-brand img { width: 82px; height: 82px; object-fit: cover; border-radius: 18px; box-shadow: 0 16px 36px rgba(0,0,0,.30); }
.login-panel-brand h2 { margin: 0; font-size: 21px; letter-spacing: -.035em; }
.login-panel-brand p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }
.login-benefits { display: grid; gap: 10px; }
.login-benefit {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 11px;
    align-items: center;
    padding: 13px;
    border: 1px solid var(--border);
    border-radius: 13px;
    background: rgba(255,255,255,.025);
}
.login-benefit-icon { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; color: #ff8379; background: var(--accent-soft); border: 1px solid rgba(255,90,79,.16); font-size: 12px; font-weight: 900; }
.login-benefit b { display: block; font-size: 12px; }
.login-benefit small { display: block; margin-top: 2px; color: var(--muted-2); font-size: 10px; }

.home-info { padding: 28px 0 24px; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.info-card { padding: 19px; border: 1px solid var(--border); border-radius: 16px; background: rgba(17,19,26,.68); }
.info-card span { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: #ff8177; background: var(--accent-soft); font-size: 11px; font-weight: 900; }
.info-card h3 { margin: 18px 0 5px; font-size: 15px; letter-spacing: -.025em; }
.info-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.62; }

/* Dashboard */
.dashboard-shell { padding: 36px 0 72px; }
.dashboard-top {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 26px;
    align-items: end;
    margin-bottom: 22px;
}
.dashboard-top h1 { margin: 7px 0 5px; font-size: clamp(34px, 4vw, 48px); line-height: 1; letter-spacing: -.055em; }
.dashboard-top p { margin: 0; color: var(--muted); font-size: 13px; }
.account-pill {
    display: grid;
    grid-template-columns: 46px minmax(0,1fr);
    gap: 11px;
    align-items: center;
    min-width: 280px;
    padding: 10px 13px;
    background: rgba(17,19,26,.88);
    border: 1px solid var(--border);
    border-radius: 15px;
}
.account-avatar { width: 46px; height: 46px; object-fit: cover; border-radius: 12px; background: #191c24; }
.account-copy { min-width: 0; }
.account-copy b, .account-copy span, .account-copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.account-copy b { font-size: 12px; }
.account-copy span { margin-top: 2px; color: #aeb3bd; font-size: 10px; }
.account-copy small { margin-top: 4px; color: var(--muted-2); font-size: 9px; }
.verified-line { color: #8ce5af !important; }

.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; margin-bottom: 18px; }
.stat-card {
    position: relative;
    overflow: hidden;
    min-height: 118px;
    padding: 17px 18px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(18,21,29,.94), rgba(13,15,21,.94));
}
.stat-card::after { content: ""; position: absolute; right: -25px; bottom: -34px; width: 90px; height: 90px; border-radius: 999px; background: rgba(255,90,79,.07); filter: blur(4px); }
.stat-card span, .stat-card b, .stat-card small { display: block; position: relative; z-index: 1; }
.stat-card span { color: #a7acb7; font-size: 9px; text-transform: uppercase; letter-spacing: .11em; font-weight: 850; }
.stat-card b { margin: 12px 0 7px; font-size: 31px; line-height: 1; letter-spacing: -.055em; }
.stat-card small { color: var(--muted-2); font-size: 9px; }

.archive-layout {
    display: grid;
    grid-template-columns: 240px minmax(0,1fr);
    gap: 14px;
    align-items: start;
}
.archive-sidebar,
.archive-panel {
    border: 1px solid var(--border);
    background: rgba(13,15,21,.86);
    border-radius: 18px;
    box-shadow: var(--shadow-soft);
}
.archive-sidebar { padding: 16px; position: sticky; top: 16px; }
.sidebar-title { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 3px 2px 13px; border-bottom: 1px solid var(--border); }
.sidebar-title b { font-size: 12px; }
.sidebar-title small { color: var(--muted-2); font-size: 9px; }
.filter-row { display: grid; gap: 6px; margin-top: 13px; }
.filter-chip {
    appearance: none;
    width: 100%;
    min-height: 39px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 11px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: transparent;
    color: #969da9;
    font-size: 10px;
    font-weight: 800;
    text-align: left;
}
.filter-chip::after { content: "›"; opacity: .42; font-size: 15px; }
.filter-chip:hover { background: rgba(255,255,255,.035); color: #d8dbe2; }
.filter-chip.active { color: white; background: var(--accent-soft); border-color: rgba(255,90,79,.18); }
.filter-chip.active::after { color: var(--accent); opacity: 1; }
.sidebar-help { margin-top: 14px; padding: 13px; border-radius: 11px; background: rgba(255,255,255,.025); border: 1px solid var(--border); }
.sidebar-help b { display: block; font-size: 10px; }
.sidebar-help p { margin: 4px 0 0; color: var(--muted-2); font-size: 9px; line-height: 1.55; }

.archive-panel { min-width: 0; overflow: hidden; }
.archive-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 19px 20px;
    border-bottom: 1px solid var(--border);
}
.archive-toolbar h2 { margin: 4px 0 0; font-size: 21px; letter-spacing: -.04em; }
.search-wrap {
    width: min(390px, 100%);
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 12px;
    border: 1px solid var(--border);
    border-radius: 11px;
    background: #0a0c11;
}
.search-wrap span { color: #737b89; font-size: 13px; }
.search-wrap input { min-width: 0; width: 100%; min-height: 40px; border: 0; outline: 0; background: transparent; color: #eef0f4; font-size: 11px; }
.search-wrap input::placeholder { color: #5e6572; }

.ticket-grid { display: grid; gap: 9px; padding: 12px; }
.ticket-card {
    display: grid;
    grid-template-columns: minmax(220px, 1.25fr) minmax(160px, .8fr) minmax(150px, .75fr) auto;
    align-items: center;
    gap: 16px;
    min-height: 94px;
    padding: 14px 14px 14px 16px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #11141b;
    transition: background .17s ease, border-color .17s ease, transform .17s ease;
}
.ticket-card:hover { background: #151922; border-color: var(--border-strong); transform: translateY(-1px); }
.ticket-card[hidden] { display: none; }
.ticket-main { min-width: 0; }
.ticket-type { color: #ff7e74; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.ticket-card h3 { margin: 4px 0 4px; font-size: 16px; letter-spacing: -.03em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ticket-date { color: var(--muted-2); font-size: 9px; }
.ticket-cell { min-width: 0; }
.ticket-cell small { display: block; color: var(--muted-2); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.ticket-cell b { display: block; margin-top: 4px; color: #d6dae2; font-size: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ticket-badges { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 7px; }
.resolution-chip { padding: 4px 7px; color: #ffc4bd; background: rgba(255,90,79,.08); border-color: rgba(255,90,79,.16); font-size: 8px; }
.role-chip { padding: 4px 7px; color: #b8beca; font-size: 8px; }
.ticket-open { min-width: 116px; min-height: 38px; font-size: 10px; }

.empty-state { text-align: center; padding: 72px 24px; border: 1px dashed var(--border); border-radius: 13px; margin: 0; background: rgba(255,255,255,.012); }
.empty-icon { width: 46px; height: 46px; margin: 0 auto; display: grid; place-items: center; border-radius: 13px; color: #ff776e; background: var(--accent-soft); border: 1px solid rgba(255,90,79,.15); font-size: 18px; }
.empty-state h3 { margin: 13px 0 5px; font-size: 15px; }
.empty-state p { margin: 0 auto; max-width: 440px; color: var(--muted); font-size: 10px; }
.no-results { text-align: center; color: var(--muted); padding: 25px; font-size: 10px; }

/* Viewer */
.viewer-shell { padding: 34px 0 70px; }
.viewer-summary-card {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    align-items: center;
    gap: 18px;
    margin-bottom: 12px;
    padding: 18px 20px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: rgba(15,17,23,.84);
}
.viewer-summary-card h1 { margin: 5px 0 3px; font-size: 25px; letter-spacing: -.04em; }
.viewer-summary-card p { margin: 0; color: var(--muted); font-size: 10px; }
.viewer-pills { display: flex; gap: 7px; flex-wrap: wrap; justify-content: flex-end; }
.access-chip { color: #b9bec9; font-size: 8px; padding: 5px 8px; }
.transcript-frame-card { border: 1px solid var(--border); border-radius: 17px; overflow: hidden; background: #0f1117; box-shadow: var(--shadow); }
.frame-topbar { min-height: 42px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 13px; background: #141720; border-bottom: 1px solid var(--border); color: #747b88; font-size: 8px; }
.frame-topbar > :last-child { text-align: right; }
.frame-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; margin-right: 5px; }
.frame-dot.red { background: #ff6159; }
.frame-dot.amber { background: #ffbd45; }
.frame-dot.green { background: #2acb68; }
.transcript-frame { display: block; width: 100%; min-height: 78vh; border: 0; background: white; }

.center-page { display: grid; place-items: center; padding: 24px; }
.message-card { width: min(520px,100%); text-align: center; padding: 36px; border: 1px solid var(--border); border-radius: 20px; background: rgba(17,19,26,.94); box-shadow: var(--shadow); }
.message-card img { width: 78px; height: 78px; object-fit: cover; border-radius: 17px; margin-bottom: 18px; }
.message-card h1 { margin: 0 0 8px; font-size: 27px; letter-spacing: -.045em; }
.message-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.message-actions { margin-top: 20px; }

.site-footer {
    width: min(1440px, calc(100% - 44px));
    min-height: 88px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-top: 1px solid var(--border);
    color: var(--muted-2);
    font-size: 9px;
}
.footer-brand { display: flex; align-items: center; gap: 9px; }
.footer-brand img { width: 28px; height: 28px; object-fit: cover; border-radius: 8px; }
.footer-brand b, .footer-brand span { display: block; }
.footer-brand b { color: #d2d6de; font-size: 10px; }
.footer-brand span { margin-top: 2px; }

@media (max-width: 980px) {
    .login-layout { grid-template-columns: 1fr; gap: 34px; min-height: auto; }
    .login-panel { max-width: 620px; }
    .info-grid { grid-template-columns: 1fr; }
    .dashboard-top { grid-template-columns: 1fr; align-items: start; }
    .account-pill { width: 100%; min-width: 0; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .archive-layout { grid-template-columns: 1fr; }
    .archive-sidebar { position: static; }
    .filter-row { display: flex; overflow-x: auto; padding-bottom: 2px; }
    .filter-chip { width: auto; min-width: max-content; }
    .filter-chip::after { display: none; }
    .sidebar-help { display: none; }
    .ticket-card { grid-template-columns: minmax(220px,1fr) minmax(150px,.7fr) auto; }
    .ticket-card .ticket-cell:nth-of-type(2) { display: none; }
}

@media (max-width: 650px) {
    .shell, .site-header, .site-footer { width: min(100% - 26px, 1220px); }
    .site-header { min-height: 68px; }
    .header-actions .status-pill, .header-actions .button-ghost { display: none; }
    .brand img { width: 35px; height: 35px; }
    .home-shell { padding-top: 48px; }
    .login-copy h1 { font-size: 46px; }
    .login-actions { align-items: stretch; }
    .login-actions .button { width: 100%; }
    .login-panel { min-height: auto; padding: 20px; }
    .login-panel-brand { padding: 26px 0 20px; }
    .login-panel-brand img { width: 68px; height: 68px; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .archive-toolbar { align-items: stretch; flex-direction: column; }
    .search-wrap { width: 100%; }
    .ticket-card { grid-template-columns: 1fr; gap: 11px; }
    .ticket-card .ticket-cell { display: block !important; }
    .ticket-open { width: 100%; }
    .viewer-summary-card { grid-template-columns: 1fr; }
    .viewer-pills { justify-content: flex-start; }
    .viewer-header .button-muted { display: none; }
    .frame-topbar { grid-template-columns: 1fr auto; }
    .frame-topbar > :last-child { display: none; }
    .site-footer { padding: 22px 0; flex-direction: column; align-items: flex-start; justify-content: center; }
}

@media print {
    .site-header, .viewer-summary-card, .frame-topbar { display: none !important; }
    .viewer-shell { width: 100%; padding: 0; }
    .transcript-frame-card { border: 0; box-shadow: none; }
    .transcript-frame { min-height: 100vh; }
}

/* =========================================================
   v4.2 readability pass
   Slightly larger type across the portal, especially the
   authenticated archive dashboard and transcript viewer.
   ========================================================= */
.brand-name { font-size: 16px; }
.brand-subtitle { font-size: 12px; }
.nav-link,
.button { font-size: 13px; }
.button-large { font-size: 15px; }
.eyebrow { font-size: 12px; }
.login-copy p { font-size: 17px; line-height: 1.7; }
.login-note { font-size: 13px; }
.login-panel-top { font-size: 13px; }
.login-panel-brand h2 { font-size: 23px; }
.login-panel-brand p { font-size: 13px; }
.login-benefit b { font-size: 14px; }
.login-benefit small { font-size: 12px; }
.info-card h3 { font-size: 17px; }
.info-card p { font-size: 13px; }

.dashboard-top p { font-size: 15px; }
.account-copy b { font-size: 14px; }
.account-copy span { font-size: 12px; }
.account-copy small { font-size: 11px; }
.stat-card span { font-size: 11px; }
.stat-card b { font-size: 34px; }
.stat-card small { font-size: 11px; line-height: 1.45; }
.sidebar-title b { font-size: 14px; }
.sidebar-title small { font-size: 11px; }
.filter-chip { font-size: 12px; }
.sidebar-help b { font-size: 12px; }
.sidebar-help p { font-size: 11px; line-height: 1.6; }
.archive-toolbar h2 { font-size: 24px; }
.search-wrap input { font-size: 13px; }
.ticket-type { font-size: 10px; }
.ticket-card h3 { font-size: 18px; }
.ticket-date { font-size: 11px; }
.ticket-cell small { font-size: 10px; }
.ticket-cell b { font-size: 12px; }
.resolution-chip,
.role-chip { font-size: 10px; }
.ticket-open { font-size: 12px; }
.empty-state h3 { font-size: 17px; }
.empty-state p { font-size: 12px; line-height: 1.6; }
.no-results { font-size: 12px; }

.viewer-summary-card h1 { font-size: 28px; }
.viewer-summary-card p { font-size: 12px; }
.access-chip { font-size: 10px; }
.frame-topbar { font-size: 10px; }
.message-card p { font-size: 14px; }
.footer-brand b { font-size: 12px; }
.footer-brand span,
.footer-meta { font-size: 10px; }

@media (max-width: 760px) {
    .brand-name { font-size: 15px; }
    .brand-subtitle { font-size: 11px; }
    .dashboard-top p { font-size: 14px; }
    .stat-card span { font-size: 10px; }
    .stat-card small { font-size: 10px; }
    .ticket-card h3 { font-size: 17px; }
}
