/* Ana sayfa: Editör | Sistem tahmini bloğu ve sistem performans kartları */
.hs-section,
.hp-section {
    margin-top: 22px;
    padding: 26px;
}

.hs-eyebrow {
    color: #079b7a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
}

.hs-head h2,
.hp-head h2 {
    margin: 6px 0 6px;
    color: #111c2d;
    font-size: 28px;
    letter-spacing: -.03em;
}

.hs-head p,
.hp-head p {
    max-width: 760px;
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

.hs-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.hs-col {
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid #dbe5ec;
    border-top: 3px solid #14cba0;
    border-radius: 16px;
    background: #ffffff;
}

.hs-col.is-system {
    border-top-color: #7c6cf0;
}

.hs-col > header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px 14px;
}

.hs-icon,
.hp-icon {
    display: grid;
    flex: 0 0 40px;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 11px;
    background: #e6f9f4;
    color: #079b7a;
}

.hs-col.is-system .hs-icon {
    background: #eeecfd;
    color: #6d5ce6;
}

.hs-icon svg,
.hp-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hs-col > header h3 {
    margin: 0;
    color: #111c2d;
    font-size: 18px;
}

.hs-col > header small {
    color: #64748b;
    font-size: 12.5px;
}

.hs-date {
    margin-left: auto;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.hs-body {
    display: grid;
    flex: 1;
    align-content: start;
    gap: 12px;
    padding: 0 20px 16px;
}

.hs-card {
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
}

.hs-card.is-won {
    border-color: #a7f3d0;
    background: #f3fdf8;
}

.hs-card.is-lost {
    border-color: #fecaca;
    background: #fff8f8;
}

.hs-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.hs-card-top strong {
    color: #172033;
    font-size: 15px;
}

.hs-card-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 14px;
    color: #64748b;
    font-size: 12.5px;
}

.hs-card-meta b {
    color: #172033;
    font-variant-numeric: tabular-nums;
}

.hs-chip,
.hs-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 9px;
    border-radius: 6px;
    font-size: 11.5px;
    font-weight: 800;
    white-space: nowrap;
}

.hs-chip.is-won {
    background: #d1fae5;
    color: #047857;
}

.hs-chip.is-lost {
    background: #fee2e2;
    color: #b91c1c;
}

.hs-chip.is-pending,
.hs-chip.is-void {
    background: #fef3c7;
    color: #b45309;
}

.hs-chip.is-live {
    background: #dbeafe;
    color: #1d4ed8;
}

.hs-tag.is-free {
    background: #e0f2fe;
    color: #0369a1;
}

.hs-tag.is-dealer {
    background: #ede9fe;
    color: #6d28d9;
}

.hs-items {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hs-items li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto 22px;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-top: 1px solid #e8eef3;
    font-size: 13px;
}

.hs-match {
    overflow: hidden;
    color: #172033;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs-match em {
    color: #94a3b8;
    font-style: normal;
}

.hs-pick {
    padding: 2px 8px;
    border-radius: 6px;
    background: #eef2f6;
    color: #334155;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.hs-odd {
    color: #172033;
    font-variant-numeric: tabular-nums;
}

.hs-dot {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.hs-dot.is-won {
    background: #d1fae5;
    color: #047857;
}

.hs-dot.is-lost {
    background: #fee2e2;
    color: #b91c1c;
}

.hs-dot.is-pending,
.hs-dot.is-void {
    background: #f1f5f9;
    color: #64748b;
}

.hs-dot.is-live {
    background: #dbeafe;
    color: #1d4ed8;
}

.hs-more {
    color: #079b7a;
    font-size: 12.5px;
    font-weight: 800;
    text-decoration: none;
}

.hs-lock {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1px dashed #c4b5fd;
    border-radius: 10px;
    background: #faf8ff;
}

.hs-lock > span {
    font-size: 20px;
}

.hs-lock > div {
    display: grid;
    flex: 1;
    min-width: 0;
}

.hs-lock strong {
    color: #172033;
    font-size: 13.5px;
}

.hs-lock small {
    color: #64748b;
    font-size: 12px;
}

.hs-lock a {
    padding: 8px 12px;
    border-radius: 8px;
    background: #6d5ce6;
    color: #ffffff;
    font-size: 12.5px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.hs-empty {
    display: grid;
    gap: 4px;
    padding: 26px 14px;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    text-align: center;
}

.hs-empty strong {
    color: #334155;
    font-size: 14px;
}

.hs-empty small {
    color: #64748b;
    font-size: 12.5px;
}

.hs-lists {
    display: grid;
    gap: 6px;
    padding-top: 6px;
}

.hs-lists h4 {
    margin: 0 0 2px;
    color: #64748b;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hs-lists a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 9px;
    background: #ffffff;
    color: #172033;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
}

.hs-lists a:hover {
    border-color: #14cba0;
}

.hs-lists a span {
    flex: 1;
}

.hs-lists a b {
    color: #079b7a;
    font-size: 12.5px;
}

.hs-lists a i {
    font-size: 12px;
    font-style: normal;
}

.hs-col > footer {
    padding: 14px 20px 18px;
    border-top: 1px solid #eef2f6;
}

.hs-col > footer a {
    color: #079b7a;
    font-size: 13.5px;
    font-weight: 800;
    text-decoration: none;
}

.hs-col.is-system > footer a {
    color: #6d5ce6;
}

/* Sistem performansları */
.hp-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.hp-total {
    padding: 8px 14px;
    border: 1px solid #dbe5ec;
    border-radius: 9px;
    background: #f8fafc;
    color: #64748b;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: .06em;
    white-space: nowrap;
}

.hp-total b {
    margin-left: 6px;
    color: #172033;
    font-size: 14px;
}

.hp-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.hp-card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 18px;
    border: 1px solid #dbe5ec;
    border-radius: 14px;
    background: #ffffff;
}

.hp-card > header {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 4px;
}

.hp-card > header h3 {
    margin: 0;
    color: #111c2d;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .02em;
}

.hp-card.is-violet .hp-icon {
    background: #eeecfd;
    color: #6d5ce6;
}

.hp-card.is-blue .hp-icon {
    background: #e0f2fe;
    color: #0369a1;
}

.hp-card.is-amber .hp-icon {
    background: #fef3c7;
    color: #b45309;
}

.hp-rate {
    color: #111c2d;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.1;
}

.hp-rate.is-empty {
    color: #cbd5e1;
}

.hp-sub {
    margin: 0 0 8px;
    color: #64748b;
    font-size: 13px;
}

.hp-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.hp-stats div {
    display: grid;
    gap: 2px;
    padding: 10px 6px;
    border: 1px solid #e2e8f0;
    border-radius: 9px;
    background: #f8fafc;
    text-align: center;
}

.hp-stats b {
    color: #94a3b8;
    font-size: 18px;
    font-variant-numeric: tabular-nums;
}

.hp-stats span {
    color: #64748b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
}

.hp-stats .is-won b {
    color: #059669;
}

.hp-stats .is-lost b {
    color: #dc2626;
}

.hp-stats .is-pending b {
    color: #d97706;
}

.hp-link {
    margin-top: auto;
    padding: 11px;
    border: 1px solid #dbe5ec;
    border-radius: 9px;
    background: #f8fafc;
    color: #172033;
    font-size: 13.5px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

.hp-card .hp-stats {
    margin-bottom: 10px;
}

@media (max-width: 1100px) {
    .hs-grid {
        grid-template-columns: 1fr;
    }

    .hp-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .hs-section,
    .hp-section {
        padding: 18px 14px;
    }

    .hp-grid {
        grid-template-columns: 1fr;
    }

    .hp-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .hs-head h2,
    .hp-head h2 {
        font-size: 23px;
    }
}
