.main-hero {
    height: 100vh;
    background: radial-gradient(circle at top left, rgba(183, 205, 244, 0.8), transparent 36%), linear-gradient(135deg, #f5f8ff 0%, #edf3fb 48%, #fef7ee 100%);
    padding: 32px 0;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    position: relative;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
}

.hero-header {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-header h1 {
    width: 60%;
    font-family: Urbanist, sans-serif;
    font-size: 3.14rem;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
}

.hero-header p {
    width: 60%;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.618;
    color: #fff;
}

.share-price-shell {
    padding: 3rem 6vw 5rem;
}

.share-price-summary {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: end;
    padding: 2rem;
    border: 1px solid #d9e2f0;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(16, 33, 61, 0.08);
}

.summary-label {
    margin: 0 0 0.5rem;
    color: #6b7892;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.share-price-summary h2 {
    margin: 0;
    color: #10213d;
    font-size: clamp(1.8rem, 2.8vw, 2.8rem);
}

.summary-meta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.summary-pill {
    min-width: 150px;
    padding: 1rem 1.25rem;
    border-radius: 18px;
    background: #f3f7fc;
}

.summary-pill span {
    display: block;
    margin-bottom: 0.35rem;
    color: #6a7487;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.summary-pill strong {
    color: #122847;
    font-size: 1rem;
}

.quote-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.quote-card {
    padding: 1.75rem;
    border-radius: 28px;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    border: 1px solid #dde7f4;
    box-shadow: 0 20px 50px rgba(17, 40, 71, 0.08);
}

.quote-card-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
}

.exchange-label {
    margin: 0;
    color: #64728b;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.quote-card h3 {
    margin: 0.4rem 0 0;
    color: #0e2342;
    font-size: 1.8rem;
}

.status-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 700;
    white-space: nowrap;
}

.status-chip.is-positive {
    color: #0d6b44;
    background: #dff7eb;
}

.status-chip.is-negative {
    color: #b43737;
    background: #fde8e8;
}

.status-chip.is-neutral {
    color: #6b7280;
    background: #eef2f7;
}

.quote-price-row {
    display: flex;
    align-items: baseline;
    gap: 0.8rem;
    margin-top: 2rem;
}

.currency {
    color: #6b7892;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.quote-price-row strong {
    color: #10213d;
    font-size: clamp(2.3rem, 4vw, 3.7rem);
    line-height: 1;
}

.quote-direction {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.9rem;
    font-size: 0.95rem;
    font-weight: 700;
}

.quote-direction.is-positive {
    color: #0d6b44;
}

.quote-direction.is-negative {
    color: #b43737;
}

.quote-direction.is-neutral {
    color: #6b7280;
}

.trend-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1rem;
    line-height: 1;
}

.quote-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.metric {
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: #f4f7fb;
}

.metric span {
    display: block;
    color: #6b7892;
    font-size: 0.88rem;
}

.metric strong {
    display: block;
    margin-top: 0.4rem;
    color: #10213d;
    font-size: 1.1rem;
}

.quote-note,
.quote-empty-state {
    margin-top: 1.75rem;
    padding: 1.25rem 1.5rem;
    border-radius: 22px;
    background: #f6f9fd;
    border: 1px solid #dce6f3;
}

.quote-note p,
.quote-empty-state p {
    margin: 0;
    color: #52617a;
    line-height: 1.8;
}

.quote-warning {
    margin-top: 0.7rem !important;
    color: #8a5a00 !important;
}

.quote-empty-state h2 {
    margin: 0 0 0.5rem;
    color: #10213d;
}

.history-section {
    margin-top: 2.5rem;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: end;
    margin-top: 2.25rem;
    margin-bottom: 1.25rem;
}

.section-eyebrow {
    margin: 0 0 0.4rem;
    color: #6b7892;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-heading h2 {
    margin: 0;
    color: #10213d;
    font-size: clamp(1.6rem, 2.4vw, 2.4rem);
}

.section-copy {
    max-width: 460px;
    margin: 0;
    color: #5b6983;
    line-height: 1.7;
}

.chart-card,
.history-table-card {
    padding: 1.5rem;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid #dde7f4;
    box-shadow: 0 20px 50px rgba(17, 40, 71, 0.08);
}

.stock-dashboard-toolbar {
    border-top: 2px solid #404040;
    padding-top: 0.75rem;
}

.exchange-tabs,
.period-tabs {
    display: flex;
    gap: 0.25rem;
    flex-wrap: wrap;
}

.period-tabs {
    margin-top: 0.9rem;
    padding: 0.7rem;
    background: #d7af66;
}

.exchange-tab,
.period-tab {
    border: 0;
    background: transparent;
    color: #1c1c1c;
    padding: 0.65rem 1.05rem;
    font-size: 1rem;
    cursor: pointer;
}

.exchange-tab.is-active,
.period-tab.is-active {
    font-weight: 700;
}

.exchange-tab.is-active {
    background: #d7af66;
    color: #ffffff;
}

.period-tab.is-active {
    background: #ffffff;
    color: #8a6527;
    border-radius: 4px;
}

.period-tab:disabled {
    opacity: 0.45;
    cursor: default;
}

.chart-snapshot {
    margin-top: 1rem;
}

.snapshot-date {
    margin-bottom: 1rem;
    color: #2f2f2f;
    font-size: 1.05rem;
    font-weight: 700;
}

.chart-meta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.chart-meta div {
    min-width: 140px;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    background: #f4f7fb;
}

.chart-meta span {
    display: block;
    color: #6b7892;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.chart-meta strong {
    display: block;
    margin-top: 0.35rem;
    color: #10213d;
    font-size: 1rem;
}

.chart-shell {
    position: relative;
    padding-top: 0.75rem;
}

.price-chart,
.volume-chart {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
    background: #ffffff;
}

.chart-axis {
    display: flex;
    justify-content: space-between;
    margin-top: 0.65rem;
    color: #6b7892;
    font-size: 0.88rem;
    gap: 1rem;
}

.chart-axis-line {
    stroke: #cfd9e8;
    stroke-width: 1.4;
}

.chart-grid-line {
    stroke: #e5e8ee;
    stroke-width: 1;
}

.chart-line {
    fill: none;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.chart-line.chart-neutral,
.chart-point.chart-neutral,
.volume-bar {
    stroke: #d1a357;
    fill: #d1a357;
}

.volume-shell {
    margin-top: 1.5rem;
}

.volume-heading {
    margin-bottom: 0.6rem;
    color: #1d1d1d;
    font-weight: 700;
}

.history-heading {
    margin-top: 2rem;
}

.history-table-wrap {
    overflow-x: auto;
}

.history-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

.history-table th,
.history-table td {
    padding: 0.95rem 1rem;
    border-bottom: 1px solid #e5edf7;
    text-align: left;
}

.history-table th {
    color: #5f6d87;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.history-table td {
    color: #10213d;
    font-size: 0.96rem;
}

.history-trend {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-weight: 700;
}

.history-trend.is-positive,
.history-table td.is-positive {
    color: #0d6b44;
}

.history-trend.is-negative,
.history-table td.is-negative {
    color: #b43737;
}

.history-trend.is-neutral,
.history-table td.is-neutral {
    color: #6b7280;
}

@media (max-width: 900px) {

    .share-price-summary,
    .quote-card-header,
    .section-heading {
        flex-direction: column;
        align-items: flex-start;
    }

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

@media (max-width: 640px) {

    .main-hero,
    .share-price-shell {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .share-price-summary,
    .quote-card,
    .chart-card,
    .history-table-card {
        padding: 1.25rem;
        border-radius: 22px;
    }

    .hero-header {
        padding: 24px;
    }

    .hero-header h1 {
        width: 100%;
        font-size: 2.4rem;
    }

    .quote-metrics,
    .chart-meta {
        grid-template-columns: 1fr;
        display: grid;
    }

    .exchange-tab,
    .period-tab {
        font-size: 0.92rem;
        padding: 0.55rem 0.85rem;
    }

    .chart-axis {
        font-size: 0.78rem;
    }
}