:root{--yh:#164863;--yh-dark:#09503f;--yh-light:#e6f4f1;--edu-bg:#f4f7fa;--edu-surf:#ffffff;--edu-ink:#0d1f2d;--edu-slate:#3d5568;--edu-muted:#7a90a0;--edu-border:#d0dde8;--edu-r:12px}.yi-hero{background:var(--yh);padding:5rem 2rem 4.5rem;text-align:center}.yi-back{display:inline-flex;align-items:center;gap:.4rem;color:rgba(255,255,255,.6);text-decoration:none;font-size:.825rem;font-weight:600;margin-bottom:2.5rem;transition:color .12s}.yi-back:hover{color:#fff}.yi-kicker{display:block;font-size:.67rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-bottom:.55rem}.yi-hero h1{font-size:clamp(2rem,4.5vw,3.2rem);font-weight:800;color:#fff;letter-spacing:-.035em;line-height:1.08;margin-bottom:1rem}.yi-hero-sub{font-size:.94rem;color:rgba(255,255,255,.72);line-height:1.65;max-width:480px;margin:0 auto}.yi-hero-inner{max-width:1080px;margin:0 auto}.yi-hero-inner.has-image{display:flex;align-items:center;gap:3rem}.yi-hero-inner.has-image .yi-hero-copy{text-align:left}.yi-hero-inner.has-image .yi-hero-copy .yi-hero-sub{margin:0}.yi-hero-media{flex:0 0 380px;border-radius:14px;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.25)}.yi-hero-media img{width:100%;height:260px;object-fit:cover;display:block}.yi-search{max-width:540px;margin:1.75rem auto 0;display:flex;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);border-radius:10px;overflow:hidden}.yi-hero-inner.has-image .yi-hero-copy .yi-search{margin-left:0}.yi-search input{flex:1;border:none;outline:none;padding:1.05rem 1.4rem;font-family:var(--font-family);font-size:.95rem;color:#fff;background:0 0}.yi-search input::placeholder{color:rgba(255,255,255,.4)}.yi-search button{background:rgba(255,255,255,.15);border:none;border-left:1px solid rgba(255,255,255,.2);padding:1.05rem 1.75rem;font-family:var(--font-family);font-size:.88rem;font-weight:700;color:#fff;cursor:pointer;transition:background .12s}.yi-search button:hover{background:rgba(255,255,255,.25)}.yi-results-count{font-size:.9rem;font-weight:700;color:var(--edu-ink);margin-bottom:1.25rem}.yi-empty{font-size:.95rem;color:var(--edu-muted);padding:2rem 0}.yi-page{max-width:1080px;margin:0 auto;padding:3.5rem 2rem 6rem}.yi-section{margin-bottom:4rem}.yi-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding-bottom:1rem;margin-bottom:1.25rem;border-bottom:2px solid var(--yh)}.yi-section-meta{}.yi-section-name{font-size:1.25rem;font-weight:800;color:var(--edu-ink);letter-spacing:-.02em}.yi-section-desc{font-size:.82rem;color:var(--edu-muted);margin-top:.2rem}.yi-see-all{display:inline-flex;align-items:center;gap:.35rem;font-size:.83rem;font-weight:700;color:var(--yh);text-decoration:none;white-space:nowrap;flex-shrink:0;transition:opacity .12s}.yi-see-all:hover{opacity:.75}.yi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}.yi-card{background:var(--edu-surf);border:1px solid var(--edu-border);border-radius:var(--edu-r);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .15s}.yi-card:hover{box-shadow:0 6px 24px rgba(12,107,90,9%)}.yi-card-top{background:var(--yh);padding:1.1rem 1.35rem 1rem}.yi-card-provider{font-size:.66rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:.35rem}.yi-card-title{font-size:.97rem;font-weight:700;color:#fff;letter-spacing:-.015em;line-height:1.3}.yi-card-title a{color:#fff;text-decoration:none}.yi-card-title a:hover{text-decoration:underline;text-underline-offset:3px}.yi-card-credits{margin-top:.4rem;font-size:.7rem;font-weight:600;color:rgba(255,255,255,.55)}.yi-card-body{padding:1.1rem 1.35rem;display:flex;flex-direction:column;flex:1}.yi-card-desc{font-size:.855rem;color:var(--edu-slate);line-height:1.6;margin-bottom:1rem}.yi-chips{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1.1rem}.yi-chip{font-size:.76rem;font-weight:500;color:var(--edu-slate);background:var(--edu-bg);border:1px solid var(--edu-border);border-radius:100px;padding:.22rem .7rem}.yi-chip-term{color:var(--yh);border-color:var(--yh);background:var(--edu-surf);font-weight:600}.yi-btn-read{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.855rem;font-weight:700;color:var(--yh);text-decoration:none;border:2px solid var(--yh);border-radius:8px;padding:.55rem 1rem;margin-top:auto;transition:background .12s,color .12s}.yi-btn-read:hover{background:var(--yh);color:#fff}@media(max-width:900px){.yi-grid{grid-template-columns:repeat(2,1fr)}.yi-hero-inner.has-image{gap:2rem}.yi-hero-media{flex-basis:280px}}@media(max-width:680px){.yi-hero{padding:3.5rem 1.5rem 3rem}.yi-page{padding:2rem 1.25rem 4rem}.yi-grid{grid-template-columns:1fr}.yi-section-head{flex-direction:column;align-items:flex-start;gap:.4rem}.yi-hero-inner.has-image{flex-direction:column;gap:0;text-align:center}.yi-hero-inner.has-image .yi-hero-copy{display:contents}.yi-hero-inner.has-image .yi-back{justify-content:center}.yi-hero-inner.has-image .yi-hero-copy .yi-hero-sub{margin:0 auto;order:2}.yi-hero-inner.has-image .yi-search{order:2}.yi-hero-media{flex-basis:auto;width:100%;order:1;margin:.75rem auto 1.75rem}}