.tg-stock-shell {
    position: relative;
    width: 100%;
    padding: clamp(22px, 3vw, 34px);
    border-radius: 28px;
    border: 1px solid rgba(187, 196, 208, 0.7);
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.92), rgba(245, 248, 252, 0.8));
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
    backdrop-filter: blur(16px);
    overflow: hidden;
}

.tg-stock-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(221, 36, 51, 0.12), transparent 34%),
        linear-gradient(120deg, rgba(126, 197, 255, 0.12), transparent 48%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.38), transparent 70%);
    pointer-events: none;
}

.tg-stock-header,
.tg-stock-grid,
.tg-stock-note {
    position: relative;
    z-index: 1;
}

.tg-stock-header {
    max-width: 760px;
    margin-bottom: 24px;
}

.tg-stock-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(221, 36, 51, 0.18);
    color: #c82333;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.tg-stock-title {
    margin: 16px 0 12px;
    color: #111827;
    font-size: clamp(28px, 3.6vw, 42px);
    line-height: 1.12;
    font-weight: 700;
}

.tg-stock-copy {
    margin: 0;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.8;
}

.tg-stock-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 1fr);
    gap: 20px;
}

.tg-stock-grid--single {
    grid-template-columns: 1fr;
}

.tg-stock-card {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(204, 212, 223, 0.72);
    border-radius: 24px;
    padding: 24px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.tg-stock-card h3 {
    margin: 0 0 16px;
    color: #111827;
    font-size: 20px;
    font-weight: 700;
}

.tg-stock-table-wrap {
    overflow-x: auto;
}

.tg-stock-table {
    width: 100%;
    border-collapse: collapse;
}

.tg-stock-table th,
.tg-stock-table td {
    padding: 14px 16px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgba(214, 220, 229, 0.85);
}

.tg-stock-table th {
    background: rgba(15, 23, 42, 0.06);
    color: #111827;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tg-stock-table td {
    color: #374151;
    font-size: 15px;
    line-height: 1.7;
}

.tg-stock-table tr:last-child td {
    border-bottom: 0;
}

.tg-stock-table a {
    color: #c82333;
    font-weight: 600;
    text-decoration: none;
}

.tg-stock-table a:hover {
    text-decoration: underline;
}

.tg-stock-stat {
    display: grid;
    gap: 6px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(214, 220, 229, 0.8);
}

.tg-stock-stat:last-of-type {
    margin-bottom: 0;
}

.tg-stock-stat span {
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tg-stock-stat strong {
    color: #111827;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}

.tg-stock-pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.tg-stock-pill-list li {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(201, 208, 218, 0.85);
    color: #374151;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}

.tg-stock-card p {
    margin: 18px 0 0;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.8;
}

.tg-stock-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(221, 36, 51, 0.1);
    color: #b91c2b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.tg-stock-price-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.tg-stock-price-list li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(214, 220, 229, 0.82);
}

.tg-stock-price-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.tg-stock-price-list span {
    color: #6b7280;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tg-stock-price-list strong {
    color: #111827;
    font-size: 15px;
    font-weight: 700;
    text-align: right;
}

.tg-stock-note {
    margin-top: 18px;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.7;
}

@media (max-width: 880px) {
    .tg-stock-grid {
        grid-template-columns: 1fr;
    }

    .tg-stock-card {
        padding: 20px;
    }

    .tg-stock-title {
        font-size: 30px;
    }
}

@media (max-width: 640px) {
    .tg-stock-shell {
        border-radius: 22px;
        padding: 20px 16px;
    }

    .tg-stock-table th,
    .tg-stock-table td {
        padding: 12px;
        font-size: 14px;
    }

    .tg-stock-price-list li {
        flex-direction: column;
        align-items: flex-start;
    }

    .tg-stock-price-list strong {
        text-align: left;
    }
}
