.learning-home {
    --ink: #111b30;
    --muted: #59637a;
    --blue: #0064df;
    --line: #e2e3eb;
    margin: 0;
    color: var(--ink);
    font: 15px/1.65 "PingFang SC", "Microsoft YaHei", sans-serif;
    letter-spacing: 0;
    background: linear-gradient(110deg, #f7d6da 0%, #f3e1e0 35%, #e5e2f0 64%, #dceef8 100%);
    min-height: 100vh;
}
.learning-home::before { content: ""; position: absolute; inset: 0 0 auto; height: 460px; pointer-events: none; background-image: linear-gradient(#ab839a0a 1px, transparent 1px), linear-gradient(90deg, #ab839a0a 1px, transparent 1px); background-size: 32px 32px; mask-image: linear-gradient(#000, transparent); }
.learning-home *, .learning-home *::before, .learning-home *::after { box-sizing: border-box; }
.learning-home [hidden] { display: none !important; }
.learning-home a { color: inherit; text-decoration: none; }
.learning-home a, .learning-home button, .learning-home summary { -webkit-tap-highlight-color: transparent; }
.learning-home a:hover { color: var(--blue); }
.learning-home :focus-visible { outline: 3px solid #0064df; outline-offset: 4px; }
.learning-home button { font: inherit; cursor: pointer; color: inherit; }
.learning-home h1, .learning-home h2, .learning-home h3, .learning-home p { margin: 0; }
.learning-home h1, .learning-home h2, .learning-home h3 { line-height: 1.4; }
.learning-home h2 { font-size: 26px; font-weight: 750; }
.learning-home h3 { font-size: 16px; }
.learning-home svg { width: 22px; height: 22px; flex-shrink: 0; stroke-width: 1.9; vertical-align: middle; }
.learning-home .home-width { width: min(1180px, calc(100% - 64px)); margin-inline: auto; position: relative; }
.learning-home .home-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-inline: 12px; }
.learning-home .home-brand { display: flex; align-items: center; gap: 12px; font-size: 18px; font-weight: 750; white-space: nowrap; }
.learning-home .home-brand img { border-radius: 50%; object-fit: cover; }
.learning-home .home-header nav { display: flex; flex-wrap: wrap; gap: 9px; }
.learning-home .home-header nav a { padding: 8px 18px; background: #ffffffc9; border: 1px solid #ffffffa6; border-radius: 99px; font-size: 13px; font-weight: 650; transition: background .2s; }
.learning-home .home-header nav a:hover { background: white; }
.learning-home .home-hero { display: grid; grid-template-columns: minmax(0, 1fr) 310px; align-items: center; gap: 30px; padding: 38px 36px; background: linear-gradient(105deg, #ffffffdc, #ffffffe0 55%, #e8faffc4); border-block: 1px solid #ffffffdb; border-radius: 8px; }
.learning-home .eyebrow { font-size: 12px; font-weight: 750; color: #d91b3c; margin-bottom: 5px; }
.learning-home h1 { font-size: 36px; font-weight: 800; line-height: 1.4; margin-bottom: 12px; }
.learning-home .hero-description { color: var(--muted); font-size: 16px; }
.learning-home .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 23px; }
.learning-home .pill { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 9px 27px; border: 1px solid #e5e3e8; border-radius: 99px; background: #fff; font-weight: 650; box-shadow: 0 3px 9px #42476a05; }
.learning-home .pill-outline { border-color: #fb775a; }
.learning-home .pill-primary { color: white; border-color: #fff; background: linear-gradient(110deg, #f3194e, #ff533d 65%, #ffb747); box-shadow: 0 6px 18px #f7414430; }
.learning-home .pill-primary:hover { color: white; filter: brightness(.94); }
.learning-home .benefits-entry { border: 2px solid rgba(255, 255, 255, .88); background: linear-gradient(135deg, #f02525, #ff7a2f 56%, #ffd13d); color: #fff; font-weight: 900; white-space: nowrap; box-shadow: 0 14px 28px rgba(240, 37, 37, .28); transition: transform .2s; }
.learning-home .benefits-entry:hover, .learning-home .benefits-entry:focus-visible { color: #fff; text-decoration: none; transform: translateY(-2px); }
.learning-home .hero-categories { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.learning-home .hero-categories a { min-height: 56px; display: flex; align-items: center; justify-content: center; gap: 13px; font-size: 14px; font-weight: 650; border-bottom: 1px solid #d5e3ee; }
.learning-home .hero-categories svg { color: #1673ff; width: 26px; height: 26px; }
.learning-home .hero-categories .route-entry { grid-column: 1 / -1; min-height: 45px; color: #fff; border: 0; border-radius: 8px; background: linear-gradient(105deg, #71151e, #ea2340); margin-top: 2px; }
.learning-home .route-entry svg { width: 18px; color: white; }
.learning-home .quick-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-block: 16px 20px; }
.learning-home .quick-card { position: relative; padding: 17px 20px 20px; border: 1px solid #ffffffce; border-radius: 8px; background: #ffffffc7; box-shadow: 0 6px 22px #53618105; transition: transform .2s, background .2s; }
.learning-home .quick-card:hover { transform: translateY(-3px); background: #fff; }
.learning-home .quick-card > span { font-size: 12px; color: var(--muted); }
.learning-home .quick-card > svg { position: absolute; right: 18px; top: 18px; color: #7894ff; }
.learning-home .quick-card > svg.green { color: #66a943; }
.learning-home .quick-card h2 { font-size: 17px; color: var(--blue); margin-block: 8px; padding-right: 6px; }
.learning-home .quick-card p { font-size: 14px; color: var(--muted); }
.learning-home .learning-layout { display: grid; grid-template-columns: minmax(0, 1.95fr) minmax(0, 1fr); gap: 16px; align-items: start; }
.learning-home .learning-layout > .learning-section { align-self: stretch; display: flex; flex-direction: column; }
.learning-home .learning-layout > .learning-section .lesson-list { display: block; }
.learning-home .learning-layout > .learning-section .more-resources { align-self: flex-start; order: 1; margin-top: 16px; }
.learning-home .learning-section, .learning-home .sidebar-section, .learning-home .community-section, .learning-home .directory-section { padding: 24px; background: #ffffffc9; border-block: 1px solid #ffffffd9; border-radius: 8px; }
.learning-home #learn, .learning-home #tools, .learning-home #community, .learning-home #learning-paths, .learning-home details, .learning-home #prompt { scroll-margin-top: 24px; }
.learning-home .filters { display: flex; flex-wrap: wrap; gap: 9px; margin-block: 19px 10px; }
.learning-home .filters button { border: 1px solid #e5e5ec; background: #ffffffdc; padding: 8px 21px; border-radius: 99px; font-size: 13px; font-weight: 650; min-height: 40px; }
.learning-home .filters button[aria-pressed="true"] { background: linear-gradient(115deg, #ffe3e1, #ffd7bc); border-color: #fb957f; }
.learning-home .filters button:hover { border-color: #fa967f; }
.learning-home .lesson { display: grid; grid-template-columns: 52px minmax(0, 1fr) 104px; align-items: center; gap: 15px; padding-block: 20px; border-bottom: 1px solid var(--line); }
.learning-home .lesson:last-child { border-bottom: 0; }
.learning-home .lesson h3 a { color: var(--blue); }
.learning-home .lesson h3 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.learning-home .lesson p { color: var(--muted); font-size: 13px; margin-top: 5px; }
.learning-home .lesson-meta { text-align: right; font-size: 12px; color: var(--muted); }
.learning-home .lesson-meta small { display: block; font-size: 10px; margin-top: 6px; }
.learning-home .icon-tile { width: 52px; height: 52px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.learning-home .icon-tile svg { width: 27px; height: 27px; }
.learning-home .rose { color: #ed4266; background: #ffe8ee; }
.learning-home .amber { color: #d79408; background: #fff1d8; }
.learning-home .violet { color: #8850e4; background: #f0e8ff; }
.learning-home .pink { color: #ed3e7d; background: #ffe6ed; }
.learning-home .sky { color: #1673fa; background: #e3f1ff; }
.learning-home .mint { color: #03936b; background: #def6e9; }
.learning-home .text-link { color: var(--blue); display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 650; }
.learning-home .text-link svg { width: 17px; height: 17px; }
.learning-home .text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.learning-home .more-resources { margin-top: 15px; }
.learning-home .resource-note { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; margin-top: 30px; }
.learning-home .resource-note svg { width: 17px; }
.learning-home .learning-sidebar { display: grid; grid-template-rows: auto auto auto; align-self: stretch; align-content: stretch; gap: 15px; }
.learning-home .learning-layout > .learning-section .resource-note { margin-top: auto; padding-top: 18px; }
.learning-home .sidebar-section { padding: 20px; }
.learning-home .sidebar-section h2 { font-size: 22px; }
.learning-home .learning-route { margin-top: 10px; border-bottom: 1px solid var(--line); padding-block: 10px; }
.learning-home summary { cursor: pointer; list-style: none; }
.learning-home summary::-webkit-details-marker { display: none; }
.learning-home .learning-route summary { display: flex; align-items: center; gap: 12px; }
.learning-home .step { font-size: 21px; font-weight: 750; width: 45px; height: 47px; display: grid; place-items: center; border-radius: 8px; flex-shrink: 0; }
.learning-home .learning-route strong { font-size: 15px; }
.learning-home .learning-route small { display: block; font-size: 11px; color: var(--muted); margin-top: 3px; }
.learning-home .learning-route summary > svg { width: 16px; margin-left: auto; color: #64718d; transition: transform .2s; }
.learning-home .learning-route[open] summary > svg { transform: rotate(90deg); }
.learning-home .learning-route ol { color: var(--blue); font-size: 13px; padding-left: 29px; margin: 12px 0; }
.learning-home .learning-route li { margin-block: 7px; }
.learning-home .learning-route a:hover { text-decoration: underline; }
.learning-home .prompt-section { background: linear-gradient(120deg, #fff9fce8, #fff9f3dc); }
.learning-home .section-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.learning-home .icon-button { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #e3e3eb; background: #ffffffb8; border-radius: 8px; color: #475779; }
.learning-home .icon-button:hover { background: white; color: var(--blue); }
.learning-home blockquote { font-size: 14px; line-height: 1.7; margin: 14px 0 9px; padding: 0 0 0 13px; border-left: 3px solid #f5a29e; }
.learning-home .learning-sidebar .prompt-section blockquote { margin-block: 17px 12px; }
.learning-home .prompt-purpose { font-size: 12px; color: var(--muted); }
.learning-home .copy-status { min-height: 20px; font-size: 12px; color: #087450; }
.learning-home .prompt-example { font-size: 13px; }
.learning-home .prompt-example summary { color: var(--blue); font-weight: 650; }
.learning-home .prompt-example svg { width: 16px; }
.learning-home .prompt-example p { margin-top: 10px; color: var(--muted); }
.learning-home .case-section h2 { font-size: 19px; }
.learning-home .case-section > p:not(.eyebrow) { font-size: 13px; color: var(--muted); margin-top: 8px; }
.learning-home .case-flow { display: flex; align-items: center; gap: 12px; margin-block: 20px; color: #7c65dd; }
.learning-home .case-flow span { flex: 1; height: 1px; background: linear-gradient(90deg, #efa7bd, #9fb8ff); }
.learning-home .community-section { margin-top: 20px; padding: 23px 24px 20px; }
.learning-home .section-description { color: var(--muted); margin-top: 3px; font-size: 14px; }
.learning-home .community-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin-top: 14px; }
.learning-home .community-grid > a { display: flex; align-items: center; gap: 10px; padding-block: 11px; }
.learning-home .community-grid h3 { font-size: 15px; }
.learning-home .community-grid p { color: var(--muted); font-size: 12px; margin-top: 3px; }
.learning-home .community-grid .icon-tile { width: 44px; height: 46px; }
.learning-home .directory-section { margin-top: 18px; }
.learning-home .directory-heading { display: flex; align-items: baseline; gap: 22px; flex-wrap: wrap; }
.learning-home .directory-heading h2 { font-size: 24px; }
.learning-home .directory-heading p { font-size: 13px; color: var(--muted); }
.learning-home .directory-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 18px; }
.learning-home .directory-grid button { display: flex; align-items: center; gap: 13px; background: transparent; border: 1px solid transparent; border-radius: 8px; text-align: left; padding: 11px; min-height: 76px; }
.learning-home .directory-grid button:hover, .learning-home .directory-grid button[aria-pressed="true"] { border-color: #aac9f4; background: #ffffff91; }
.learning-home .directory-grid .icon-tile { width: 44px; height: 46px; }
.learning-home .directory-grid strong { font-size: 15px; }
.learning-home .directory-grid small { display: block; margin-top: 4px; color: var(--blue); font-size: 12px; }
.learning-home .directory-grid small svg { width: 14px; height: 14px; }
.learning-home .tool-results { border-top: 1px solid var(--line); margin-top: 20px; padding-top: 18px; min-height: 180px; }
.learning-home .tool-results > h3 { font-size: 15px; margin-bottom: 12px; }
.learning-home .tool-items { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.learning-home .tool-item h4 { margin: 0 0 4px; font-size: 15px; }
.learning-home .tool-item { min-width: 0; padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.65); overflow-wrap: anywhere; }
.learning-home .tool-kind { display: inline-block; margin-bottom: 8px; color: var(--muted); font-size: 11px; }
.learning-home .tool-directory-note { color: var(--muted); font-size: 13px; margin: 0 0 16px; }
.learning-home .tool-section-title { margin: 22px 0 12px; font-size: 15px; }
.learning-home .tool-item p { color: var(--muted); font-size: 13px; }
.learning-home .tool-links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 8px; font-size: 12px; }
.learning-home .tool-links a { color: var(--blue); }
.learning-home .tool-links a:hover { text-decoration: underline; }
.learning-home .tool-links svg { width: 13px; height: 13px; }
.learning-home .home-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 26px 8px 30px; color: var(--muted); font-size: 12px; }
.learning-home .home-footer p { display: flex; flex-wrap: wrap; gap: 23px; }
.learning-home .home-footer p > a { font-weight: 750; font-size: 14px; }
.learning-home .home-footer nav { display: flex; flex-wrap: wrap; gap: 17px; }
.learning-home .sr-only, .learning-home .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.learning-home .skip-link:focus { position: absolute; top: 8px; left: 8px; padding: 10px; background: white; z-index: 10; }
@media (max-width: 1050px) {
    .learning-home .home-width { width: calc(100% - 40px); }
    .learning-home .home-hero { padding: 28px; grid-template-columns: minmax(0, 1fr) 265px; gap: 24px; }
    .learning-home h1 { font-size: 30px; }
    .learning-home .home-header nav a { padding-inline: 13px; }
    .learning-home .lesson { grid-template-columns: 45px minmax(0, 1fr); gap: 12px; padding-block: 16px; }
    .learning-home .lesson .icon-tile { width: 45px; height: 48px; grid-row: span 2; }
    .learning-home .lesson-meta { grid-column: 2; text-align: left; margin-top: -8px; font-size: 11px; }
    .learning-home .lesson-meta small { display: inline; margin-left: 8px; }
    .learning-home .community-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .learning-home .directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
    .learning-home .home-width { width: calc(100% - 32px); }
    .learning-home .home-header { flex-direction: column; align-items: flex-start; padding: 18px 0; gap: 15px; }
    .learning-home .home-header nav { gap: 7px; width: 100%; }
    .learning-home .home-header nav a { font-size: 12px; padding: 7px 13px; }
    .learning-home .home-hero { display: block; padding: 25px 22px; }
    .learning-home h1 { font-size: 30px; max-width: 520px; }
    .learning-home .hero-description { font-size: 14px; }
    .learning-home .hero-categories { margin-top: 23px; }
    .learning-home .hero-actions { gap: 8px; margin-top: 18px; }
    .learning-home .pill { padding: 8px 16px; font-size: 13px; min-height: 42px; }
    .learning-home .pill svg { display: none; }
    .learning-home .quick-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-bottom: 16px; }
    .learning-home .quick-card { padding: 15px; }
    .learning-home .quick-card > svg { width: 18px; top: 15px; right: 10px; }
    .learning-home .quick-card > span { font-size: 10px; }
    .learning-home .quick-card h2 { font-size: 16px; padding: 0; }
    .learning-home .quick-card p { font-size: 12px; }
    .learning-home .learning-layout { grid-template-columns: minmax(0, 1fr); }
    .learning-home .learning-sidebar { grid-template-rows: auto; align-content: start; }
    .learning-home .learning-section, .learning-home .community-section, .learning-home .directory-section { padding: 21px 18px; }
    .learning-home h2 { font-size: 23px; }
    .learning-home .filters { gap: 6px; }
    .learning-home .filters button { padding: 7px 12px; font-size: 12px; }
    .learning-home .community-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
    .learning-home .community-grid > a { gap: 8px; }
    .learning-home .community-grid h3 { font-size: 14px; }
    .learning-home .community-grid p { font-size: 11px; }
    .learning-home .community-grid .icon-tile { width: 36px; height: 40px; }
    .learning-home .directory-heading { gap: 5px; }
    .learning-home .directory-heading h2 { font-size: 23px; }
    .learning-home .directory-grid { gap: 5px; }
    .learning-home .directory-grid button { padding: 7px 3px; gap: 7px; }
    .learning-home .directory-grid strong { font-size: 13px; }
    .learning-home .directory-grid small { font-size: 10px; }
    .learning-home .directory-grid .icon-tile { width: 35px; height: 40px; }
    .learning-home .directory-grid .icon-tile svg { width: 23px; }
    .learning-home .tool-items { grid-template-columns: minmax(0, 1fr); gap: 18px; }
    .learning-home .home-footer { flex-direction: column; align-items: flex-start; gap: 15px; }
    .learning-home .home-footer p { gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
    .learning-home *, .learning-home *::before, .learning-home *::after { transition: none !important; }
}
