.cit-head {
    display: flex;
    align-items: flex-end;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.cit-title.iddaa-title {
    margin: 0;
    flex: 1 1 420px;
    width: auto;
    min-width: 0;
    background-color: transparent;
    padding: 0 !important;
    font-family: var(--iot-font-heading);
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 1.15;
    color: #152943;
    letter-spacing: -.01em;
}

.cit-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid var(--iot-border-strong);
    border-radius: var(--iot-radius-pill);
    padding: 7px 14px;
    font-size: 12.5px;
    color: #4d5f74;
}

.cit-live-badge strong {
    color: #152943;
    font-variant-numeric: tabular-nums;
}

.cit-live-badge__sep {
    width: 1px;
    height: 14px;
    background: var(--iot-border-strong);
}

.cit-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 14px;
}

.cit-sum-card {
    background: #fff;
    border-radius: 11px;
    box-shadow: var(--iot-shadow-card);
    padding: 13px 16px 14px;
    border-left: 4px solid #152943;
}

.cit-sum-card--live { border-left-color: #d2352c; }
.cit-sum-card--ok   { border-left-color: #007c23; }
.cit-sum-card--avg  { border-left-color: #0b4c86; }
.cit-sum-card--last { border-left-color: #a9821c; }

.cit-sum-card__label {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #46586d;
}

.cit-sum-card__value {
    font-family: var(--iot-font-heading);
    font-size: 26px;
    font-weight: 700;
    color: #152943;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
}

.cit-sum-card__note {
    font-size: 11px;
    color: #46586d;
    margin-top: 3px;
}

.cit-filter {
    background: linear-gradient(135deg, #152943, #0b1a2d);
    border-radius: 13px;
    padding: 18px 20px 20px;
    margin-bottom: 14px;
}

.cit-filter label {
    color: #dce6f2;
    font-size: 13px;
    margin-bottom: 6px;
}

.cit-filter__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.cit-filter__col--main { flex: 1 1 520px; min-width: 300px; }
.cit-filter__col--side { flex: 1 1 220px; min-width: 200px; }

.cit-search {
    position: relative;
}

.cit-search__icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #8fa5bf;
    pointer-events: none;
}

.cit-search__input {
    width: 100%;
    height: 40px;
    background: #0f2137;
    border: 1px solid #2b476a;
    border-radius: 8px 8px 0 0;
    padding: 0 12px 0 33px;
    color: #dce6f2;
    font-size: 13px;
}

.cit-search__input::placeholder { color: #7c93ad; }

.cit-select {
    width: 100%;
    background: #0f2137;
    border: 1px solid #2b476a;
    border-top: 0;
    border-radius: 0 0 8px 8px;
    padding: 5px;
    color: #dce6f2;
    font-size: 13px;
    height: auto;
}

.cit-select option { padding: 3px 6px; }

.cit-select-single {
    height: 40px;
    background: #0f2137;
    border: 1px solid #2b476a;
    border-radius: 8px;
    color: #dce6f2;
    font-size: 13px;
}

.cit-range {
    margin-bottom: 12px;
}

.cit-range label {
    display: block;
    font-size: 12px;
    color: #b9c8dc;
}

.cit-range strong { color: #fff; }

.cit-range input {
    width: 100%;
    accent-color: var(--iot-blue-accent);
}

.cit-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.cit-chips::-webkit-scrollbar {
    display: none;
}

.cit-chip {
    flex: none;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .07);
    color: #dce6f2;
    font-size: 11.5px;
    font-weight: 700;
    padding: 7px 11px;
    border-radius: var(--iot-radius-pill);
    cursor: pointer;
    min-height: 32px;
    white-space: nowrap;
}

.cit-chip.is-active {
    background: var(--iot-blue-accent);
    border-color: var(--iot-blue-accent);
    color: #0b1a2d;
}

.cit-chip__count {
    color: #8fa5bf;
    font-weight: 400;
    margin-left: 3px;
}

.cit-chip.is-active .cit-chip__count { color: #0b1a2d; }

.cit-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.cit-filter .tahmin_otomatik_button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #007c23;
    border: 0;
    color: #fff;
    font-family: var(--iot-font-heading);
    font-size: 16px;
    font-weight: 700;
    padding: 13px 26px;
    border-radius: 9px;
    min-height: 48px;
}

.cit-filter .tahmin_otomatik_button:hover,
.cit-filter .tahmin_otomatik_button:focus {
    background: #00641c;
    color: #fff;
}

.cit-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    gap: 7px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .07);
    color: #dce6f2;
    font-size: 12.5px;
    font-weight: 700;
    padding: 10px 14px;
    border-radius: 9px;
    cursor: pointer;
    min-height: 44px;
}

#citTrackOnly[aria-pressed="true"] {
    background: rgba(255, 228, 0, .16);
    border-color: rgba(255, 228, 0, .45);
    color: #ffe400;
}

#citOkOnly[aria-pressed="true"] {
    background: rgba(0, 124, 35, .22);
    border-color: rgba(139, 232, 163, .45);
    color: #8be8a3;
}

.cit-reset {
    background: none;
    border: 0;
    color: #8fa5bf;
    font-size: 12.5px;
    text-decoration: underline;
    cursor: pointer;
    min-height: 44px;
}

.cit-tops {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 14px;
}

.cit-top {
    display: flex;
    align-items: center;
    gap: 13px;
    background: #fff;
    border-radius: 11px;
    padding: 14px 16px;
    box-shadow: 0 1px 2px rgba(21, 41, 67, .07);
    border-left: 4px solid #007c23;
    min-width: 0;
}

.cit-top:hover {
    box-shadow: 0 6px 18px rgba(21, 41, 67, .13);
}

.cit-top--0 { border-left-color: #007c23; }
.cit-top--1 { border-left-color: #0b4c86; }
.cit-top--2 { border-left-color: #a9821c; }

.cit-top__ring {
    flex: none;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: conic-gradient(#007c23 var(--deg, 0deg), #e4eaf1 0deg);
}

.cit-top--1 .cit-top__ring { background: conic-gradient(#0b4c86 var(--deg, 0deg), #e4eaf1 0deg); }
.cit-top--2 .cit-top__ring { background: conic-gradient(#a9821c var(--deg, 0deg), #e4eaf1 0deg); }

.cit-top__ring-inner {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #fff;
    display: grid;
    place-items: center;
    font-size: 13.5px;
    font-weight: 700;
    color: #152943;
    font-variant-numeric: tabular-nums;
}

.cit-top__body {
    min-width: 0;
    flex: 1;
    display: block;
}

.cit-top__head {
    display: flex;
    align-items: center;
    gap: 6px;
}

.cit-top__rank {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #5b6e85;
}

.cit-top__badge {
    font-size: 9.5px;
    font-weight: 700;
    border-radius: 4px;
    padding: 2px 5px;
    border: 1px solid #f0dfae;
    background: #fff8e6;
    color: #856013;
    white-space: nowrap;
}

.cit-st--ok .cit-top__badge   { background: #e6f6ea; border-color: #b9e2c4; color: #00641c; }
.cit-st--risk .cit-top__badge { background: #fdeeee; border-color: #f0c4c4; color: #a3121a; }
.cit-st--lost .cit-top__badge { background: #fdeeee; border-color: #f0c4c4; color: #a3121a; }

.cit-top__pred {
    display: block;
    font-family: var(--iot-font-heading);
    font-size: 17px;
    font-weight: 700;
    color: #152943;
    line-height: 1.2;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cit-top__match {
    display: block;
    font-size: 11.5px;
    color: #5b6e85;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cit-top__meta {
    display: block;
    font-size: 11px;
    color: #5b6e85;
    margin-top: 2px;
    font-variant-numeric: tabular-nums;
}

.live-prediction {
    display: block;
    background: #fff;
    border-radius: 11px;
    box-shadow: 0 1px 2px rgba(21, 41, 67, .06);
    overflow: hidden;
}

.cit-list-head {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 15px 20px 0;
}

.cit-list-title {
    margin: 0;
    font-family: var(--iot-font-heading);
    font-size: 19px;
    font-weight: 700;
    color: #152943;
}

.cit-list-count {
    font-size: 12.5px;
    color: #5b6e85;
}

.cit-search--light {
    margin-left: auto;
    flex: 0 1 220px;
    min-width: 220px;
}

.cit-search--light .cit-search__input {
    background: #f8fafc;
    border: 1px solid #d7dfe8;
    border-radius: 8px;
    color: #152943;
    height: 40px;
    font-size: 13.5px;
}

.cit-search--light .cit-search__icon { color: #8496ab; }

.cit-active-filters {
    flex: 1 1 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.cit-filter-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eef2f6;
    border: 1px solid #d7dfe8;
    color: #152943;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 8px 6px 12px;
    border-radius: var(--iot-radius-pill);
}

.cit-filter-badge__remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 0;
    border-radius: 50%;
    background: #d7dfe8;
    color: #152943;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

.cit-filter-badge__remove:hover { background: #c3ccd6; }

.cit-sort-row {
    display: none;
}

.cit-scroll {
    overflow-x: auto;
    margin-top: 12px;
}

.table-live-prediction {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    table-layout: fixed;
    min-width: 940px;
    margin: 0;
    font-size: 13px;
}

.table-live-prediction tr,
.table-live-prediction tr th,
.table-live-prediction tr td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    height: auto;
    text-align: left;
}

.table-live-prediction tr td {
    font-weight: 400;
    font-size: 13px;
    color: #33404f;
    min-width: 0;
}

.table-live-prediction thead tr {
    background: #f4f7fa;
    color: #4d5f74;
}

.table-live-prediction th {
    border: 0;
    box-sizing: border-box;
    text-align: left;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    vertical-align: middle;
    padding: 0;
}

.table-live-prediction th.cit-col-star  { width: 44px; padding: 11px 4px 11px 20px; }
.table-live-prediction th.cit-col-date  { width: 188px; }
.table-live-prediction th.cit-col-match { padding: 11px 8px; }
.table-live-prediction th.cit-col-pred  { width: 152px; }
.table-live-prediction th.cit-col-pct   { width: 184px; }
.table-live-prediction th.cit-col-min   { width: 142px; }

.cit-sort {
    width: 100%;
    text-align: left;
    border: 0;
    background: none;
    font: inherit;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    color: #4d5f74;
    padding: 11px 8px;
    cursor: pointer;
    line-height: 1.4;
}

.cit-col-min .cit-sort { padding: 11px 20px 11px 8px; }

.cit-sort__icon { font-weight: 400; }

.cit-sort.is-active { color: #0b4c86; }

.cit-sort-dir {
    flex: none;
    width: 42px;
    border: 1px solid #d7dfe8;
    background: #f8fafc;
    color: #152943;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    border-radius: 8px;
    cursor: pointer;
    min-height: 42px;
}

.cit-sort-dir[aria-pressed="false"] {
    background: #eef6fc;
    border-color: #b7d3e8;
    color: #0b4c86;
}

.cit-row > td {
    border-top: 1px solid #eef2f6;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 9px 8px;
    background-color: #fff !important;
}

.cit-row.cit-st--ok > td { background-color: #8BC34A !important; }
.cit-row.is-tracked > td { background-color: #fffdf2 !important; }
.cit-row:hover > td { background-color: #f4f9fd !important; }

.cit-col-star,
.table-live-prediction th.cit-col-star {
    text-align: center;
}

.cit-card .kupon-yesil,
.cit-card .kupon-turuncu {
    background: none;
    color: inherit !important;
}

.table-live-prediction td.kupon-yesil,
.table-live-prediction td.kupon-turuncu {
    color: inherit !important;
}

.cit-col-star { width: 44px; padding: 9px 4px 9px 20px !important; }
.cit-col-min  { padding: 9px 20px 9px 8px !important; }

.cit-star {
    width: 44px;
    height: 44px;
    margin: -8px 0 -8px -8px;
    display: grid;
    place-items: center;
    border: 0;
    background: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    color: #8496ab;
}

.cit-star[aria-pressed="true"] { color: #e0a800; }

.cit-col-date {
    font-size: 11.5px;
    color: #5b6e85;
    line-height: 1.5;
}

.cit-date, .cit-time, .cit-league, .cit-match, .cit-expand,
.cit-band, .cit-phase {
    display: block;
}

.cit-date { font-variant-numeric: tabular-nums; }

.cit-time {
    font-weight: 700;
    color: #4d5f74;
    font-variant-numeric: tabular-nums;
}

.cit-league {
    border: 0;
    background: none;
    padding: 0;
    font: inherit;
    font-size: 11.5px;
    color: #0b4c86;
    cursor: pointer;
    text-align: left;
    line-height: 1.4;
}

.cit-league:hover { text-decoration: underline; }
.cit-league.is-active { font-weight: 700; }

.cit-match {
    font-size: 13.5px;
    font-weight: 700;
    color: #0b4c86 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cit-expand {
    margin-top: 3px;
    border: 0;
    background: none;
    padding: 0;
    font: inherit;
    font-size: 11px;
    font-weight: 700;
    color: #5b6e85;
    cursor: pointer;
    text-decoration: underline;
    min-height: 24px;
}

.cit-pick {
    display: inline-block;
    font-size: 12.5px;
    font-weight: 700;
    color: #0b4c86;
    border: 1px solid #cfe0ee;
    background: #f2f8fc;
    border-radius: 6px;
    padding: 5px 9px;
}

.cit-status-line {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 4px;
}

.cit-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex: none;
    background: #a9821c;
}

.cit-st--ok .cit-dot   { background: #007c23; }
.cit-st--risk .cit-dot { background: #d2352c; }
.cit-st--lost .cit-dot { background: #a3121a; }

.cit-status-text {
    font-size: 10.5px;
    font-weight: 700;
    color: #856013;
}

.cit-st--ok .cit-status-text   { color: #00641c; }
.cit-st--risk .cit-status-text { color: #a3121a; }
.cit-st--lost .cit-status-text { color: #a3121a; }

.cit-pct {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cit-pct__track {
    flex: 1;
    height: 8px;
    border-radius: 4px;
    background: #eef2f6;
    overflow: hidden;
}

.cit-pct__fill {
    display: block;
    height: 8px;
    border-radius: 4px;
    width: var(--pct, 0%);
    background: #8496ab;
}

.cit-pct--hi .cit-pct__fill   { background: #007c23; }
.cit-pct--mid .cit-pct__fill  { background: #0b4c86; }
.cit-pct--low .cit-pct__fill  { background: #a9821c; }

.cit-pct__text {
    flex: none;
    min-width: 38px;
    text-align: right;
    font-size: 13.5px;
    font-weight: 700;
    color: #5b6e85;
    font-variant-numeric: tabular-nums;
}

.cit-pct--hi .cit-pct__text  { color: #007c23; }
.cit-pct--mid .cit-pct__text { color: #0b4c86; }
.cit-pct--low .cit-pct__text { color: #856013; }

.cit-band {
    font-size: 10.5px;
    color: #5b6e85;
    margin-top: 3px;
}

.cit-min-line {
    display: flex;
    align-items: center;
    gap: 7px;
}

.cit-minute {
    font-size: 12px;
    font-weight: 700;
    color: #4d5f74;
    font-variant-numeric: tabular-nums;
    min-width: 38px;
}

.cit-minute--devre { color: #856013; }
.cit-minute--son15 { color: #a3121a; }

.cit-score {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 14px;
    font-weight: 700;
    color: #152943;
    font-variant-numeric: tabular-nums;
}

.cit-progress {
    display: block;
    height: 5px;
    border-radius: 3px;
    background: #eef2f6;
    overflow: hidden;
    margin-top: 5px;
}

.cit-progress__fill {
    display: block;
    height: 5px;
    border-radius: 3px;
    width: var(--pct, 3%);
    background: #0b4c86;
}

.cit-progress--son15 { background: #d2352c; }
.cit-progress--devre { background: #a9821c; }

.cit-phase {
    font-size: 10.5px;
    color: #5b6e85;
    margin-top: 2px;
}

.cit-hidden { display: none !important; }

.cit-detail { display: none; }
.cit-detail.is-open { display: table-row; }
.cit-detail.is-open.cit-hidden { display: none !important; }

.cit-detail > td {
    background-color: #f8fafc !important;
    border: 0;
    padding: 0 20px 14px 20px;
    vertical-align: top;
}

.cit-detail__grid {
    padding: 10px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.cit-detail__col { flex: 1 1 300px; min-width: 260px; }

.cit-detail__title {
    margin: 0 0 8px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #5b6e85;
}

.cit-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.cit-metric {
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 9px;
    padding: 9px 11px;
}

.cit-metric__label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #5b6e85;
}

.cit-metric__value {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #152943;
    margin-top: 2px;
    font-variant-numeric: tabular-nums;
}

.cit-metric__value--zero { color: #5b6e85; }
.cit-metric__value--up   { color: #007c23; }
.cit-metric__value--down { color: #a3121a; }

.cit-verdict {
    margin: 9px 0 0;
    font-size: 12px;
    line-height: 1.6;
    color: #4d5f74;
    border-radius: 8px;
    padding: 9px 11px;
    background: #fff8e6;
    border: 1px solid #f0dfae;
}

.cit-verdict.cit-st--ok   { background: #e6f6ea; border-color: #b9e2c4; }
.cit-verdict.cit-st--risk { background: #fdeeee; border-color: #f0c4c4; }
.cit-verdict.cit-st--lost { background: #fdeeee; border-color: #f0c4c4; }

.cit-detail__links {
    display: flex;
    flex-direction: column;
}

.cit-detail__links a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 0;
    border-top: 1px solid #eef2f6;
    font-size: 12.5px;
    color: #0b4c86;
}

.cit-detail__link-label {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cit-chevron {
    flex: none;
    color: #8496ab;
}

.sonucbulunamadi td {
    text-align: center !important;
    padding: 30px 20px;
    border: 0;
    background-color: #fff !important;
}

.cit-empty {
    text-align: center;
    padding: 30px 20px;
    background-color: #fff;
}

.cit-empty__text {
    margin: 0;
    font-size: 14px;
    color: #5b6e85;
}

.cit-empty__reset {
    margin-top: 8px;
    border: 0;
    background: none;
    font: inherit;
    font-size: 12.5px;
    font-weight: 700;
    color: #0b4c86;
    cursor: pointer;
    text-decoration: underline;
    min-height: 32px;
}

.cit-cards { display: none; }

.cit-card {
    padding: 11px 13px;
    border-top: 1px solid #eef2f6;
    background: #fff;
}

.cit-card.cit-st--ok { background: #8BC34A; }
.cit-card.is-tracked { background: #fffdf2; }

.cit-card__top {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cit-card__meta {
    flex: 1;
    min-width: 0;
    font-size: 10.5px;
    color: #5b6e85;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cit-card .cit-star {
    flex: none;
    margin: -7px -8px -7px 0;
    font-size: 17px;
}

.cit-card__match {
    display: block;
    margin-top: 2px;
    font-size: 13.5px;
    font-weight: 700;
    color: #0b4c86 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cit-card__row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.cit-card__row + .cit-card__row { margin-top: 7px; }

.cit-card .cit-pick {
    flex: none;
    font-size: 12px;
    padding: 4px 8px;
}

.cit-card .cit-pct--bare { flex: 1; min-width: 0; }
.cit-card .cit-pct__track { height: 7px; }
.cit-card .cit-pct__fill { height: 7px; }
.cit-card .cit-pct__text { flex: none; min-width: 36px; font-size: 13px; }
.cit-card .cit-minute { flex: none; font-size: 11.5px; min-width: 36px; }
.cit-card .cit-score { flex: none; font-size: 13px; }
.cit-card .cit-progress { flex: 1; min-width: 30px; margin-top: 0; }
.cit-card .cit-status-line { flex: none; margin-top: 0; gap: 4px; }
.cit-card .cit-status-text { font-size: 10px; }
.cit-card .cit-expand { margin-top: 7px; min-height: 32px; }

.cit-card-detail { display: none; margin-top: 10px; border-top: 1px solid #eef2f6; padding-top: 10px; }
.cit-card-detail.is-open { display: block; background-color: #fff; }

.cit-more {
    display: block;
    width: 100%;
    border: 0;
    border-top: 1px solid #eef2f6;
    background: #f8fafc;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    color: #0b4c86;
    padding: 13px;
    cursor: pointer;
    min-height: 44px;
}

.cit-panels {
    display: flex;
    gap: 14px;
    margin-top: 14px;
    flex-wrap: wrap;
}

.cit-panel {
    flex: 1 1 330px;
    min-width: 300px;
    background: #fff;
    border-radius: 11px;
    box-shadow: 0 1px 2px rgba(21, 41, 67, .06);
    padding: 16px 18px 18px;
}

.cit-panel--dark {
    flex: 1 1 300px;
    min-width: 280px;
    background: #152943;
    box-shadow: none;
    color: #fff;
}

.cit-panel__title {
    margin: 0 0 3px;
    font-family: var(--iot-font-heading);
    font-size: 17px;
    font-weight: 700;
    color: #152943;
}

.cit-panel--dark .cit-panel__title { color: #fff; }

.cit-panel__note {
    margin: 0 0 12px;
    font-size: 11.5px;
    color: #5b6e85;
    line-height: 1.5;
}

.cit-panel--dark .cit-panel__note { color: #8fa5bf; }

.cit-hist {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 104px;
}

.cit-hist__col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    height: 100%;
    border: 0;
    background: none;
    cursor: pointer;
    padding: 0;
    min-width: 0;
}

.cit-hist__count {
    font-size: 11px;
    font-weight: 700;
    color: #4d5f74;
    font-variant-numeric: tabular-nums;
}

.cit-hist__bar {
    width: 100%;
    height: var(--h, 4px);
    border-radius: 5px 5px 0 0;
    background: #0b4c86;
}

.cit-hist__col.is-empty .cit-hist__bar { background: #e4eaf1; }
.cit-hist__col.is-active .cit-hist__bar { background: #29bbee; }

.cit-hist__label {
    font-size: 10px;
    color: #5b6e85;
    white-space: nowrap;
}

.cit-lgs {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.cit-lg {
    display: flex;
    align-items: center;
    gap: 9px;
    border: 0;
    background: none;
    border-radius: 7px;
    padding: 7px 9px;
    cursor: pointer;
    text-align: left;
    min-height: 38px;
}

.cit-lg[aria-pressed="true"] { background: #eef6fc; }

.cit-lg__label {
    flex: 1;
    min-width: 0;
    font-size: 12.5px;
    color: #4d5f74;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cit-lg[aria-pressed="true"] .cit-lg__label { color: #0b4c86; }

.cit-lg__track {
    flex: none;
    width: 74px;
    height: 8px;
    border-radius: 4px;
    background: #eef2f6;
    overflow: hidden;
}

.cit-lg__fill {
    display: block;
    height: 8px;
    border-radius: 4px;
    width: var(--pct, 0%);
    background: #0b4c86;
}

.cit-lg__count {
    flex: none;
    min-width: 18px;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    color: #152943;
    font-variant-numeric: tabular-nums;
}

.cit-mks {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cit-mk {
    display: flex;
    align-items: center;
    gap: 9px;
}

.cit-mk__label {
    flex: none;
    width: 90px;
    font-size: 11.5px;
    color: #c3d2e4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cit-mk__track {
    flex: 1;
    height: 9px;
    border-radius: 5px;
    background: #22384f;
    overflow: hidden;
}

.cit-mk__fill {
    display: block;
    height: 9px;
    border-radius: 5px;
    width: var(--pct, 0%);
    background: #29bbee;
}

.cit-mk__count {
    flex: none;
    min-width: 18px;
    text-align: right;
    font-size: 11.5px;
    font-weight: 700;
    color: #fff;
    font-variant-numeric: tabular-nums;
}

.cit-panel__divider {
    height: 1px;
    background: #22384f;
    margin: 13px 0 11px;
}

.cit-panel__sub {
    margin: 0 0 8px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #8fa5bf;
}

.cit-explore {
    display: flex;
    flex-direction: column;
}

.cit-explore a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 0;
    border-top: 1px solid #22384f;
    font-size: 12.5px;
    color: #dce6f2;
}

.cit-explore a > span:first-child {
    flex: 1;
    min-width: 0;
}

.cit-explore a:hover,
.cit-explore a:focus {
    color: #29bbee;
    text-decoration: none;
}

.cit-explore .cit-chevron { color: #6d829c; }

@media (max-width: 991.98px) {
    .cit-title.iddaa-title { flex: 1 1 100%; font-size: 22px !important; }

    .cit-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .cit-sum-card__value { font-size: 21px; }

    .cit-filter { padding: 14px 13px 16px; border-radius: 12px; }

    .cit-filter__grid { gap: 14px; }

    .cit-filter__col--main,
    .cit-filter__col--side { flex: 1 1 100%; min-width: 0; }

    .cit-chips { flex-wrap: nowrap; overflow-x: auto; }

    .cit-chip { min-height: 38px; }

    .cit-actions { gap: 8px; }

    .cit-filter .tahmin_otomatik_button { flex: 1 1 100%; justify-content: center; }

    .cit-toggle { flex: 1 1 auto; min-width: 0; font-size: 11.5px; padding: 10px 9px; }

    .cit-tops { grid-template-columns: 1fr; gap: 8px; }

    .cit-top { padding: 12px 13px; }

    .cit-list-head { padding: 13px 13px 0; }

    .cit-list-title { font-size: 16px; }

    .cit-list-head {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .cit-list-count {
        font-size: 11.5px;
        margin-top: 3px;
    }

    .cit-search--light {
        flex: 1 1 100%;
        min-width: 0;
        margin: 10px 0 0;
    }

    .cit-search--light .cit-search__input { height: 42px; }

    .cit-sort-row {
        display: flex;
        gap: 5px;
        margin-top: 8px;
    }

    .cit-sort-select {
        flex: 1;
        min-width: 0;
        border: 1px solid #d7dfe8;
        background: #f8fafc;
        color: #152943;
        font: inherit;
        font-size: 11.5px;
        font-weight: 700;
        text-align: center;
        text-align-last: center;
        padding: 10px;
        border-radius: 8px;
        cursor: pointer;
        min-height: 42px;
        -webkit-appearance: none;
        appearance: none;
    }

    .cit-sort-reset {
        flex: none;
        border: 1px solid #d7dfe8;
        background: #f8fafc;
        color: #0b4c86;
        font: inherit;
        font-size: 11.5px;
        font-weight: 700;
        padding: 10px 13px;
        border-radius: 8px;
        cursor: pointer;
        min-height: 42px;
    }

    .cit-scroll { margin-top: 10px; }

    .cit-panel { padding: 14px 13px 16px; }

    .cit-panel__title { font-size: 15px; }
}

@media (max-width: 767.98px) {
    .cit-cards { display: block; margin-top: 10px;}
}
