:root {
    --PkStocksInk: #0b1730;
    --PkStocksMuted: #60708a;
    --PkStocksBlue: #3157e5;
    --PkStocksTeal: #0aa58f;
    --PkStocksGold: #f4b740;
    --PkStocksLine: #dce5f1;
    --PkStocksSoft: #f3f7fc;
    --PkStocksWhite: #ffffff;
    --PkStocksShadow: 0 22px 60px rgba(16, 36, 72, .10);
}

.PkStocksHub,
.PkStocksLesson {
    color: var(--PkStocksInk);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.PkStocksHub *,
.PkStocksLesson * {
    box-sizing: border-box;
}

.PkStocksHub {
    background:
        radial-gradient(circle at 86% 8%, rgba(66, 213, 190, .12), transparent 28rem),
        linear-gradient(180deg, #f7faff 0, #eef4fb 100%);
    display: block;
    margin: 0;
    min-height: 80vh;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.PkStocksHub-Hero {
    background:
        radial-gradient(circle at 78% 28%, rgba(44, 215, 190, .25), transparent 20rem),
        radial-gradient(circle at 5% 0%, rgba(73, 104, 232, .34), transparent 22rem),
        linear-gradient(135deg, #07152d 0%, #102554 58%, #123d4a 100%);
    color: #fff;
    display: block;
    margin: 0;
    padding: clamp(4rem, 8vw, 7.5rem) 1.25rem clamp(5rem, 9vw, 8.5rem);
    position: relative;
    width: 100%;
}

.PkStocksHub-Hero::after {
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 34px 34px;
    content: "";
    inset: 0;
    mask-image: linear-gradient(to bottom, #000, transparent);
    pointer-events: none;
    position: absolute;
}

.PkStocksHub-HeroInner,
.PkStocksHub-Container,
.PkStocksLesson-Container {
    margin: 0 auto;
    max-width: 1220px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.PkStocksHub-Eyebrow,
.PkStocksLesson-Eyebrow {
    align-items: center;
    color: #83ead8;
    display: inline-flex;
    font-size: .76rem;
    font-weight: 800;
    gap: .55rem;
    letter-spacing: .14em;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

.PkStocksHub-Eyebrow::before,
.PkStocksLesson-Eyebrow::before {
    background: currentColor;
    border-radius: 99px;
    content: "";
    height: .5rem;
    width: .5rem;
}

.PkStocksHub-Hero h1 {
    color: #fff;
    font-size: clamp(2.8rem, 7vw, 5.8rem);
    font-weight: 850;
    letter-spacing: -.065em;
    line-height: .98;
    margin: 0;
    max-width: 880px;
}

.PkStocksHub-Hero h1 span {
    color: #8bf0df;
}

.PkStocksHub-HeroLead {
    color: #c7d5eb;
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    margin: 1.7rem 0 0;
    max-width: 680px;
}

.PkStocksHub-Stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2.25rem;
}

.PkStocksHub-Stat {
    align-items: center;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 14px;
    display: flex;
    gap: .7rem;
    min-height: 52px;
    padding: .7rem 1rem;
}

.PkStocksHub-Stat strong {
    color: #fff;
    font-size: 1.15rem;
}

.PkStocksHub-Stat span {
    color: #b9c8df;
    font-size: .84rem;
}

.PkStocksHub-Main {
    margin-top: -3.25rem;
    padding: 0 1.25rem 6rem;
    position: relative;
    z-index: 2;
}

.PkStocksHub-Intro {
    align-items: end;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(220, 229, 241, .9);
    border-radius: 24px;
    box-shadow: var(--PkStocksShadow);
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    margin-bottom: 1.4rem;
    padding: clamp(1.5rem, 4vw, 2.4rem);
}

.PkStocksHub-Intro small {
    color: var(--PkStocksBlue);
    display: block;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .12em;
    margin-bottom: .45rem;
    text-transform: uppercase;
}

.PkStocksHub-Intro h2 {
    color: var(--PkStocksInk);
    font-size: clamp(1.55rem, 3vw, 2.25rem);
    letter-spacing: -.035em;
    line-height: 1.15;
    margin: 0;
}

.PkStocksHub-Intro p {
    color: var(--PkStocksMuted);
    margin: 0;
    max-width: 470px;
}

.PkStocksHub-Grid {
    display: grid;
    gap: 1.15rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.PkStocksHub-Module {
    background: rgba(255, 255, 255, .94);
    border: 1px solid var(--PkStocksLine);
    border-radius: 22px;
    color: inherit;
    display: flex;
    flex-direction: column;
    min-height: 290px;
    overflow: hidden;
    padding: 1.6rem;
    position: relative;
    text-decoration: none;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.PkStocksHub-Module::before {
    background: linear-gradient(90deg, var(--module-accent, var(--PkStocksBlue)), transparent);
    content: "";
    height: 4px;
    inset: 0 0 auto;
    opacity: .9;
    position: absolute;
}

.PkStocksHub-Module:hover {
    border-color: color-mix(in srgb, var(--module-accent, var(--PkStocksBlue)) 45%, #fff);
    box-shadow: 0 20px 45px rgba(18, 44, 88, .12);
    color: inherit;
    transform: translateY(-6px);
}

.PkStocksHub-ModuleTop {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.PkStocksHub-ModuleIcon {
    align-items: center;
    background: color-mix(in srgb, var(--module-accent, var(--PkStocksBlue)) 11%, #fff);
    border-radius: 16px;
    display: flex;
    font-size: 1.55rem;
    height: 52px;
    justify-content: center;
    width: 52px;
}

.PkStocksHub-ModuleNumber {
    color: #9aa7ba;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.PkStocksHub-Module h3 {
    color: var(--PkStocksInk);
    font-size: 1.28rem;
    letter-spacing: -.025em;
    line-height: 1.25;
    margin: 1.4rem 0 .7rem;
}

.PkStocksHub-Module p {
    color: var(--PkStocksMuted);
    font-size: .94rem;
    margin: 0;
}

.PkStocksHub-ModuleAction {
    align-items: center;
    color: var(--module-accent, var(--PkStocksBlue));
    display: flex;
    font-size: .84rem;
    font-weight: 800;
    gap: .55rem;
    margin-top: auto;
    padding-top: 1.25rem;
}

.PkStocksHub-ModuleAction::after {
    content: "→";
    font-size: 1.1rem;
    transition: transform .2s ease;
}

.PkStocksHub-Module:hover .PkStocksHub-ModuleAction::after {
    transform: translateX(5px);
}

/* Lesson pages */
.PkStocksLesson {
    background:
        radial-gradient(circle at 95% 0, rgba(51, 88, 226, .09), transparent 30rem),
        linear-gradient(180deg, #f5f8fd 0, #edf3fa 100%);
    display: block;
    margin: 0;
    min-height: 100vh;
    overflow: visible;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5rem;
    width: 100%;
}

.PkStocksLesson-Top {
    background:
        radial-gradient(circle at 82% 20%, rgba(54, 218, 190, .2), transparent 21rem),
        linear-gradient(130deg, #08172f 0%, #112858 68%, #103e49 100%);
    color: #fff;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 1rem 1.25rem 5.5rem;
    position: relative;
    width: 100%;
}

.PkStocksLesson-Top::after {
    background-image: radial-gradient(rgba(255, 255, 255, .13) .7px, transparent .7px);
    background-size: 18px 18px;
    content: "";
    inset: 0;
    mask-image: linear-gradient(90deg, transparent, #000 60%, transparent);
    opacity: .5;
    pointer-events: none;
    position: absolute;
}

.PkStocksLesson .StockPagesSection-Breadcrumb {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #93a8ca;
    display: block;
    font-size: .82rem;
    margin: 0 auto;
    max-width: 1220px;
    padding: .85rem 0 2.4rem;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 2;
}

.PkStocksLesson .StockPagesSection-Breadcrumb a {
    color: #d8e4f7;
    font-weight: 700;
    text-decoration: none;
}

.PkStocksLesson .StockPagesSection-Breadcrumb a:hover {
    color: #88efdd;
}

.PkStocksLesson-Hero {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #fff;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 1220px;
    min-height: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}

.PkStocksLesson-HeroGrid {
    align-items: end;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) 270px;
}

.PkStocksLesson-Eyebrow {
    margin-bottom: 1rem;
}

.PkStocksLesson-Hero h1 {
    color: #fff;
    display: block;
    font-size: clamp(2.3rem, 5.8vw, 4.8rem);
    font-weight: 850;
    letter-spacing: -.06em;
    line-height: 1.02;
    margin: 0;
    max-width: 900px;
    opacity: 1;
    text-shadow: none;
}

.PkStocksLesson-Hero p {
    color: #c6d4e9;
    display: block;
    font-size: clamp(1rem, 2vw, 1.2rem);
    margin: 1.25rem 0 0;
    max-width: 760px;
    opacity: 1;
    text-shadow: none;
}

.PkStocksLesson-HeroMeta {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 18px;
    padding: 1.2rem;
}

.PkStocksLesson-HeroMeta small {
    color: #91a6c6;
    display: block;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.PkStocksLesson-HeroMeta strong {
    color: #fff;
    display: block;
    font-size: 1.05rem;
    margin: .2rem 0 1rem;
    opacity: 1;
}

.PkStocksLesson-HeroMeta strong:last-child {
    margin-bottom: 0;
}

.PkStocksLesson > .StockPagesSection-Container {
    align-items: start;
    display: grid;
    gap: 1.35rem;
    grid-template-columns: 260px minmax(0, 1fr);
    margin: -3rem auto 0;
    max-width: 1280px;
    padding: 0 1.25rem;
    position: relative;
    width: 100%;
    z-index: 4;
}

.PkStocksLesson .StockPagesSection-Sidebar {
    background: rgba(255, 255, 255, .98);
    border: 1px solid var(--PkStocksLine);
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(15, 38, 76, .10);
    height: auto;
    margin: 0;
    max-height: calc(100vh - 2rem);
    max-width: none;
    overflow: auto;
    padding: 1.1rem;
    position: sticky;
    top: 1rem;
    width: auto;
}

.PkStocksLesson-SidebarHead {
    border-bottom: 1px solid var(--PkStocksLine);
    margin-bottom: .8rem;
    padding: .3rem .35rem 1rem;
}

.PkStocksLesson-SidebarHead small {
    color: var(--PkStocksBlue);
    display: block;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.PkStocksLesson .StockPagesSection-Sidebar h3 {
    color: var(--PkStocksInk);
    font-size: 1rem;
    margin: .2rem 0 0;
}

.PkStocksLesson-Progress {
    background: #e9eef6;
    border-radius: 99px;
    height: 5px;
    margin-top: .8rem;
    overflow: hidden;
}

.PkStocksLesson-Progress span {
    background: linear-gradient(90deg, var(--PkStocksBlue), var(--PkStocksTeal));
    border-radius: inherit;
    display: block;
    height: 100%;
    transition: width .25s ease;
    width: 0;
}

.PkStocksLesson-ProgressText {
    color: var(--PkStocksMuted);
    font-size: .72rem;
    margin-top: .45rem;
}

.PkStocksLesson .StockPagesSection-Sidebar ul {
    display: grid;
    gap: .35rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.PkStocksLesson .StockPagesSection-Sidebar li {
    margin: 0;
    padding: 0;
}

.PkStocksLesson .StockPagesSection-Sidebar a {
    align-items: flex-start;
    border-radius: 11px;
    color: #53637d;
    display: flex;
    font-size: .84rem;
    font-weight: 650;
    gap: .55rem;
    line-height: 1.35;
    padding: .72rem .75rem;
    text-decoration: none;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.PkStocksLesson .StockPagesSection-Sidebar a:hover {
    background: #f0f4fb;
    color: var(--PkStocksInk);
    transform: translateX(2px);
}

.PkStocksLesson .StockPagesSection-Sidebar a.is-active {
    background: linear-gradient(135deg, #edf1ff, #e9faf7);
    color: #2344bc;
}

.PkStocksLesson .StockPagesSection-Content {
    display: block;
    flex: none;
    margin: 0;
    max-width: none;
    min-width: 0;
    padding: 0;
    width: 100%;
}

.PkStocksLesson .StockPagesSection-Section {
    animation: PkStocksFade .28s ease both;
    background: #fff;
    border: 1px solid var(--PkStocksLine);
    border-radius: 22px;
    box-shadow: var(--PkStocksShadow);
    display: none;
    margin: 0;
    max-width: none;
    min-width: 0;
    overflow: hidden;
    padding: clamp(1.35rem, 4.5vw, 3rem);
    width: 100%;
}

.PkStocksLesson .StockPagesSection-Section.active {
    display: block;
}

@keyframes PkStocksFade {
    from { opacity: 0; transform: translateY(7px); }
    to { opacity: 1; transform: none; }
}

.PkStocksLesson .StockPagesSection-Section > h1:first-child,
.PkStocksLesson .StockPagesSection-Section > h2:first-child {
    border-bottom: 1px solid var(--PkStocksLine);
    color: var(--PkStocksInk);
    font-size: clamp(1.8rem, 4vw, 2.75rem);
    letter-spacing: -.04em;
    line-height: 1.12;
    margin: 0 0 1.7rem;
    padding-bottom: 1.25rem;
}

.PkStocksLesson .StockPagesSection-Section h1 {
    color: var(--PkStocksInk);
    font-size: clamp(1.65rem, 3.5vw, 2.45rem);
    letter-spacing: -.035em;
    line-height: 1.18;
    margin: 2.5rem 0 1rem;
}

.PkStocksLesson .StockPagesSection-Section h2 {
    color: var(--PkStocksInk);
    font-size: clamp(1.35rem, 2.7vw, 1.85rem);
    letter-spacing: -.025em;
    line-height: 1.25;
    margin: 2.25rem 0 .85rem;
}

.PkStocksLesson .StockPagesSection-Section h3 {
    color: #18305d;
    font-size: clamp(1.1rem, 2.1vw, 1.35rem);
    line-height: 1.35;
    margin: 1.8rem 0 .65rem;
}

.PkStocksLesson .StockPagesSection-Section h4 {
    color: #294267;
    font-size: 1.05rem;
    line-height: 1.4;
    margin: 1.5rem 0 .55rem;
}

.PkStocksLesson .StockPagesSection-Section p {
    color: #40516c;
    font-size: 1rem;
    margin: 0 0 1rem;
}

.PkStocksLesson .StockPagesSection-Section ul,
.PkStocksLesson .StockPagesSection-Section ol {
    color: #40516c;
    margin: 1rem 0 1.35rem;
    padding-left: 1.35rem;
}

.PkStocksLesson .StockPagesSection-Section li {
    margin: .55rem 0;
    padding-left: .25rem;
}

.PkStocksLesson .StockPagesSection-Section a {
    color: #3157d8;
    overflow-wrap: anywhere;
}

.PkStocksLesson .StockPagesSection-Image {
    background: #eef3f9;
    border: 1px solid var(--PkStocksLine);
    border-radius: 18px;
    margin: 1.4rem 0 2rem;
    overflow: hidden;
    padding: .35rem;
}

.PkStocksLesson .StockPagesSection-Image img,
.PkStocksLesson .StockPagesSection-Section img {
    border-radius: 14px;
    display: block;
    height: auto;
    max-width: 100%;
}

.PkStocksLesson .StockPagesSection-Image img {
    margin: 0 auto;
    width: 100%;
}

.PkStocksLesson .StockPagesSection-Elabo,
.PkStocksLesson .StockPagesSection-Elabo2 {
    background: #f7f9fc;
    border: 1px solid var(--PkStocksLine);
    border-left: 3px solid #d9e4f4;
    border-radius: 15px;
    box-shadow: none;
    color: #40516c;
    margin: 1.5rem 0;
    padding: 1.15rem 1.25rem;
}

.PkStocksLesson .StockPagesSection-Elabo2 {
    background: #f4fbf9;
    border-left-color: #bce9e0;
}

.PkStocksLesson .example,
.PkStocksLesson .example2,
.PkStocksLesson .highlight,
.PkStocksLesson .highlight2,
.PkStocksLesson .StockPagesSection-InfoBox,
.PkStocksLesson .StockPagesSection-HighlightBox {
    background: linear-gradient(135deg, #eff3ff, #edfbf8);
    border: 1px solid #d5e3ee;
    border-left: 1px solid #d5e3ee;
    border-radius: 15px;
    box-shadow: none;
    color: #263d61;
    font-style: normal;
    font-weight: 400;
    margin: 1.3rem 0;
    padding: 1.15rem 1.25rem;
    text-align: left;
}

.PkStocksLesson .example p:last-child,
.PkStocksLesson .example2 p:last-child,
.PkStocksLesson .StockPagesSection-InfoBox p:last-child {
    margin-bottom: 0;
}

.PkStocksLesson .StockPagesSection-InfoBoxes {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 1.4rem 0;
}

.PkStocksLesson .StockPagesSection-InfoBoxes .StockPagesSection-InfoBox {
    margin: 0;
    max-width: none;
    text-align: left;
    width: auto;
}

.PkStocksLesson .StockPagesSection-Image-For-Info,
.PkStocksLesson .StockPagesSection-Image-Info {
    display: flex;
    justify-content: center;
    margin: 1rem 0 1.25rem;
}

.PkStocksLesson .StockPagesSection-Image-For-Info img {
    height: auto;
    max-width: 180px;
    width: min(44%, 180px);
}

.PkStocksLesson .StockPagesSection-Image-Info img {
    height: auto;
    max-width: 100%;
    width: auto;
}

.PkStocksLesson .StockPagesSection-List-Info {
    list-style: none;
    margin: 1rem 0 1.35rem;
    padding-left: 0;
    width: 100%;
}

.PkStocksLesson .StockPagesSection-List-Info > li {
    background: #f7f9fc;
    border: 1px solid var(--PkStocksLine);
    border-radius: 12px;
    box-shadow: none;
    color: #253858;
    cursor: pointer;
    font-weight: 700;
    margin: .7rem 0;
    padding: .9rem 2.7rem .9rem 1rem;
    position: relative;
    text-align: left;
    text-shadow: none;
}

.PkStocksLesson .StockPagesSection-List-Info > li:hover,
.PkStocksLesson .StockPagesSection-List-Info > li.active {
    background: #eef4fb;
    color: #17233b;
}

.PkStocksLesson .StockPagesSection-List-Info > li::after {
    color: #58708f;
    right: 1rem;
}

.PkStocksLesson .StockPagesSection-List-Info .details {
    background: #fff;
    border: 1px solid var(--PkStocksLine);
    border-radius: 10px;
    border-top: 1px solid var(--PkStocksLine);
    color: #40516c;
    font-weight: 400;
    margin-top: .75rem;
    padding: .9rem 1rem;
    text-align: left;
    text-shadow: none;
}

.PkStocksLesson .StockPagesSection-List-Info .details p,
.PkStocksLesson .StockPagesSection-List-Info .details strong {
    color: #40516c;
    opacity: 1;
    text-shadow: none;
}

.PkStocksLesson .StockPagesSection-List-Info .details li,
.PkStocksLesson .StockPagesSection-List-Info .details li:hover {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #40516c;
    cursor: default;
    font-weight: 400;
    margin: .45rem 0;
    padding: 0 0 0 .25rem;
    position: static;
    text-align: left;
    text-shadow: none;
}

.PkStocksLesson .StockPagesSection-List-Info .details li::after {
    content: none;
}

.PkStocksLesson pre {
    background: #101f3c;
    border-radius: 12px;
    color: #eaf1ff;
    max-width: 100%;
    overflow-x: auto;
    padding: 1rem;
    white-space: pre-wrap;
}

.PkStocksLesson table {
    border-collapse: collapse;
    display: block;
    margin: 1.4rem 0;
    max-width: 100%;
    overflow-x: auto;
    width: 100%;
}

.PkStocksLesson th,
.PkStocksLesson td {
    border: 1px solid var(--PkStocksLine);
    min-width: 130px;
    padding: .75rem .85rem;
    text-align: left;
}

.PkStocksLesson th {
    background: #0f2349;
    color: #fff;
}

.PkStocksLesson tr:nth-child(even) td {
    background: #f7f9fc;
}

.PkStocksLesson hr {
    border: 0;
    border-top: 1px solid var(--PkStocksLine);
    margin: 2.5rem 0;
}

.PkStocksLesson-Back {
    align-items: center;
    color: #60708a;
    display: inline-flex;
    font-size: .82rem;
    font-weight: 750;
    gap: .4rem;
    margin-top: 1rem;
    text-decoration: none;
}

.PkStocksLesson-Back:hover {
    color: var(--PkStocksBlue);
}

@media (max-width: 1000px) {
    .PkStocksHub-Grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .PkStocksLesson > .StockPagesSection-Container {
        grid-template-columns: 245px minmax(0, 1fr);
    }
}

@media (max-width: 780px) {
    .PkStocksHub-Hero {
        padding-top: 3.5rem;
    }

    .PkStocksHub-Intro {
        align-items: flex-start;
        flex-direction: column;
        gap: .8rem;
    }

    .PkStocksLesson-HeroGrid {
        grid-template-columns: 1fr;
    }

    .PkStocksLesson-HeroMeta {
        display: grid;
        gap: 0 1rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .PkStocksLesson > .StockPagesSection-Container {
        display: block;
        margin-top: -2.2rem;
    }

    .PkStocksLesson .StockPagesSection-Sidebar {
        margin-bottom: 1rem;
        max-height: none;
        max-width: none;
        overflow: hidden;
        padding: .85rem;
        position: relative;
        top: auto;
        width: 100%;
    }

    .PkStocksLesson .StockPagesSection-Sidebar ul {
        display: flex;
        gap: .5rem;
        overflow-x: auto;
        padding: 0 0 .2rem;
        scrollbar-width: thin;
    }

    .PkStocksLesson .StockPagesSection-Sidebar li {
        flex: 0 0 auto;
    }

    .PkStocksLesson .StockPagesSection-Sidebar a {
        background: #f4f7fb;
        max-width: 210px;
        min-height: 48px;
    }
}

@media (max-width: 600px) {
    .PkStocksHub-Hero h1 {
        font-size: clamp(2.65rem, 14vw, 4rem);
    }

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

    .PkStocksHub-Stat {
        align-items: flex-start;
        flex-direction: column;
        gap: .1rem;
    }

    .PkStocksHub-Grid {
        grid-template-columns: 1fr;
    }

    .PkStocksHub-Module {
        min-height: 250px;
    }

    .PkStocksLesson-Top {
        padding-bottom: 4.4rem;
    }

    .PkStocksLesson-Hero h1 {
        font-size: clamp(2.15rem, 11vw, 3rem);
    }

    .PkStocksLesson-HeroMeta {
        grid-template-columns: 1fr;
    }

    .PkStocksLesson > .StockPagesSection-Container {
        padding: 0 .75rem;
    }

    .PkStocksLesson .StockPagesSection-Section {
        border-radius: 18px;
        padding: 1.15rem;
    }

    .PkStocksLesson .StockPagesSection-InfoBoxes {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .PkStocksHub-Module,
    .PkStocksHub-ModuleAction::after,
    .PkStocksLesson .StockPagesSection-Sidebar a,
    .PkStocksLesson .StockPagesSection-Section {
        animation: none;
        transition: none;
    }
}
