@charset "UTF-8";:root,.colorscheme-light{--bg:#faf8f5;--bg-alt:#f3ece1;--bg-card:#ffffff;--fg:#1e140a;--fg-mid:#5c4838;--fg-muted:#9a8878;--accent:#b85a2c;--accent-hover:#9a4820;--accent-soft:#fdf2ec;--border:#e8ddd0;--border-mid:#d4c4b0;--shadow:0 1px 4px rgba(60, 30, 10, 0.07);--shadow-hover:0 8px 28px rgba(60, 30, 10, 0.13);--font-serif:'Lora', Georgia, 'Times New Roman', serif;--font-sans:'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--radius:10px}body{background:var(--bg)!important;color:var(--fg)!important;font-family:var(--font-sans)!important}.wrapper,.content{background:var(--bg)!important}a{color:var(--accent);transition:color .18s ease}a:hover{color:var(--accent-hover)}.navigation{position:sticky;top:0;z-index:100;background:rgba(250,248,245,.93);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.nav-inner{display:flex;align-items:center;justify-content:space-between;max-width:820px;margin:0 auto;padding:1.4rem 2.4rem;gap:1.2rem}.nav-logo{font-family:var(--font-serif);font-size:2rem;font-weight:600;color:var(--fg)!important;text-decoration:none!important;letter-spacing:-.02em;flex-shrink:0}.nav-logo:hover{color:var(--accent)!important}.menu-toggle-input{display:none}.menu-toggle-label{display:none;cursor:pointer;color:var(--fg-mid);font-size:1.8rem;padding:.4rem}.nav-list{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:.2rem;flex-wrap:wrap}.nav-link{display:inline-block;font-size:1.4rem;font-weight:400;color:var(--fg-mid)!important;text-decoration:none!important;padding:.4rem .9rem;border-radius:6px;transition:color .15s,background .15s}.nav-link:hover{color:var(--fg)!important;background:var(--bg-alt);text-decoration:none!important}@media(max-width:640px){.menu-toggle-label{display:block}.nav-list{display:none;flex-direction:column;align-items:flex-start;width:100%;padding:1rem 0;gap:0}.menu-toggle-input:checked~.nav-list{display:flex}.nav-inner{flex-wrap:wrap}.nav-link{width:100%;padding:.8rem .4rem}}.home-wrap{max-width:680px;margin:0 auto;padding:4rem 2.4rem 8rem}.home-hero{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:4rem;gap:0}.home-avatar{margin-bottom:1.6rem}.home-avatar img{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid var(--bg-alt);box-shadow:var(--shadow-hover);transition:transform .3s ease}.home-avatar img:hover{transform:scale(1.04)}.home-intro{width:100%}.home-name{font-family:var(--font-serif);font-size:3.4rem;font-weight:600;color:var(--fg);margin:0 0 .6rem;letter-spacing:-.02em;line-height:1.15}.home-tagline{font-size:1.5rem;color:var(--accent);margin:0 0 1.1rem;font-weight:400;line-height:1.6}.home-tagline a{color:var(--accent)}.home-tagline strong{font-weight:500}.home-dot{color:var(--border-mid)}.home-bio{font-size:1.65rem;line-height:1.75;color:var(--fg-mid);margin:0 0 1.2rem}.home-learn-more{display:inline-block;font-size:1.5rem;font-weight:500;color:var(--accent)!important;text-decoration:none!important;transition:color .18s}.home-learn-more:hover{color:var(--accent-hover)!important}.home-socials{display:flex;list-style:none;padding:0;margin:0;gap:.8rem}.home-socials li{margin:0}.home-socials a{display:inline-flex;align-items:center;justify-content:center;width:3.4rem;height:3.4rem;border-radius:50%;background:var(--bg-alt);color:var(--fg-mid)!important;font-size:1.5rem;text-decoration:none!important;border:1px solid var(--border);transition:background .2s,color .2s,border-color .2s,transform .2s}.home-socials a:hover{background:var(--accent);color:#fff!important;border-color:var(--accent);transform:translateY(-2px)}.home-sections{display:flex;flex-wrap:nowrap;gap:.7rem;margin-bottom:4.5rem;overflow-x:auto;padding-bottom:.4rem;scrollbar-width:none;-ms-overflow-style:none}.home-sections::-webkit-scrollbar{display:none}.section-pill{display:inline-block;padding:.5rem 1.05rem;background:var(--bg-alt);color:var(--fg-mid)!important;border:1px solid var(--border);border-radius:100px;font-size:1.38rem;font-weight:400;white-space:nowrap;flex-shrink:0;text-decoration:none!important;transition:background .18s,border-color .18s,color .18s}.section-pill:hover{background:var(--accent);color:#fff!important;border-color:var(--accent);text-decoration:none!important}.home-recent{border-top:1px solid var(--border);padding-top:3rem}.home-recent__label{font-family:var(--font-serif);font-size:1.6rem;font-weight:400;font-style:italic;color:var(--fg-muted);margin:0 0 1.6rem;text-transform:lowercase}.home-recent__list{list-style:none;padding:0;margin:0 0 1.4rem}.home-recent__item{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}.home-recent__item:last-child{border-bottom:none}.home-recent__item a{font-size:1.65rem;color:var(--fg)!important;text-decoration:none!important;font-weight:400;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-recent__item a:hover{color:var(--accent)!important}.home-recent__date{font-size:1.3rem;color:var(--fg-muted);flex-shrink:0;font-variant-numeric:tabular-nums}.home-recent__more{font-size:1.45rem;color:var(--accent)!important;text-decoration:none!important;font-weight:500}.home-recent__more:hover{color:var(--accent-hover)!important}.page article,.page .page-header{font-family:var(--font-sans)}.page article h1,.page article h2,.page article h3,.page article h4{font-family:var(--font-serif);color:var(--fg);font-weight:600}.page h1.page-title{font-family:var(--font-serif);font-size:3.2rem;font-weight:600;color:var(--fg);letter-spacing:-.02em}.page article{background:var(--bg-card);padding:2.4rem 2.8rem;border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);font-size:1.75rem;line-height:1.8;color:var(--fg-mid)}.page article p{color:var(--fg-mid)}.page article blockquote{border-left:3px solid var(--accent);background:var(--accent-soft);padding:1rem 1.4rem;border-radius:0 6px 6px 0;margin:1.5rem 0;color:var(--fg-mid);font-style:italic}.about-photo{width:160px;height:160px;border-radius:50%;object-fit:cover;float:right;margin:0 0 1.6rem 2.4rem;border:3px solid var(--border);box-shadow:var(--shadow-hover)}@media(max-width:520px){.about-photo{float:none;display:block;margin:0 auto 2rem}}.footer{border-top:1px solid var(--border);background:var(--bg);color:var(--fg-muted);font-size:1.4rem;font-family:var(--font-sans)}.footer a{color:var(--fg-muted)!important}.footer a:hover{color:var(--accent)!important}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.8rem;margin:2rem 0}.project-card{background:var(--bg-card);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--border);transition:transform .22s ease,box-shadow .22s ease;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.project-card__image-wrap{width:100%;aspect-ratio:16/9;background:linear-gradient(135deg,var(--bg-alt) 0%,var(--accent-soft) 100%);display:flex;align-items:center;justify-content:center;overflow:hidden}.project-card__image-wrap img{width:100%;height:100%;object-fit:cover}.project-card__placeholder{font-size:3rem;color:var(--accent);opacity:.3}.project-card__body{padding:1.6rem;flex:1;display:flex;flex-direction:column}.project-card__title{font-family:var(--font-serif);font-size:1.9rem;font-weight:600;margin:0 0 .6rem;color:var(--fg)}.project-card__title a{color:inherit!important;text-decoration:none!important}.project-card__title a:hover{color:var(--accent)!important}.project-card__desc{font-size:1.5rem;line-height:1.65;color:var(--fg-muted);margin:0 0 1rem;flex:1}.project-card__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.project-card__tag{font-size:1.2rem;padding:.2rem .7rem;background:var(--bg-alt);color:var(--fg-mid);border:1px solid var(--border);border-radius:6px;font-weight:400}.featured-projects{margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid var(--border)}.featured-projects h2{font-family:var(--font-serif);font-size:2rem;font-weight:400;font-style:italic;color:var(--fg-muted);margin-bottom:1.6rem}.featured-projects .project-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.2rem}.featured-projects .project-more{margin-top:1.4rem;text-align:center}.featured-projects .project-more a{display:inline-block;padding:.6rem 1.4rem;background:var(--bg-alt);color:var(--fg-mid)!important;border:1px solid var(--border);border-radius:100px;font-size:1.4rem;font-weight:500;text-decoration:none!important;transition:background .18s,color .18s}.featured-projects .project-more a:hover{background:var(--accent);color:#fff!important;border-color:var(--accent)}.courses-page .courses-intro{font-size:1.7rem;line-height:1.75;color:var(--fg-muted);margin-bottom:2.5rem;max-width:56ch}.courses-timeline{display:flex;flex-direction:column;gap:1.4rem}.course-semester{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);overflow:hidden;transition:box-shadow .2s ease}.course-semester:hover{box-shadow:var(--shadow-hover)}.course-semester__header{display:flex;align-items:center;gap:1rem;padding:1.2rem 1.6rem;background:var(--bg-alt);border-left:3px solid var(--accent)}.course-semester__badge{display:inline-flex;align-items:center;font-size:1.2rem;font-weight:600;color:var(--accent);background:rgba(255,255,255,.8);padding:.3rem .7rem;border-radius:6px}.course-semester__title{font-family:var(--font-serif);font-size:1.8rem;font-weight:600;margin:0;color:var(--fg)}.course-semester__list{list-style:none;margin:0;padding:1.2rem 1.6rem 1.4rem;display:flex;flex-wrap:wrap;gap:.6rem}.course-semester__item{padding:.45rem 1rem;font-size:1.45rem;color:var(--fg-mid);background:var(--bg);border:1px solid var(--border);border-radius:7px;transition:background .18s,border-color .18s,color .18s}.course-semester__item:hover{background:var(--accent-soft);border-color:rgba(184,90,44,.3);color:var(--accent)}.noticing-subtitle,.expressions-subtitle,.math-subtitle,.books-subtitle,.curious-subtitle{font-family:var(--font-serif);font-size:1.6rem;font-style:italic;color:var(--fg-muted);margin:-.5rem 0 2.5rem;font-weight:400}.noticing-list{display:flex;flex-direction:column;gap:1.6rem}.noticing-entry{padding:1.6rem 1.8rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);box-shadow:var(--shadow);border-left:3px solid var(--accent);transition:box-shadow .2s ease,transform .2s ease}.noticing-entry:hover{box-shadow:var(--shadow-hover);transform:translateX(2px)}.noticing-entry__meta{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.noticing-entry__date{font-size:1.3rem;color:var(--fg-muted)}.noticing-entry__location{font-size:1.3rem;color:var(--accent)}.noticing-entry__title{font-family:var(--font-serif);font-size:1.9rem;font-weight:600;margin:0 0 .6rem}.noticing-entry__title a{color:var(--fg)!important;text-decoration:none!important}.noticing-entry__title a:hover{color:var(--accent)!important}.noticing-entry__body{font-size:1.55rem;line-height:1.7;color:var(--fg-muted);margin-bottom:.8rem}.noticing-entry__tags{display:flex;flex-wrap:wrap;gap:.4rem}.noticing-tag{font-size:1.2rem;padding:.2rem .6rem;background:var(--accent-soft);color:var(--accent);border-radius:6px}.noticing-empty{color:var(--fg-muted);font-style:italic;font-size:1.6rem}.expressions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.6rem;margin-top:1rem}.expression-card{border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);background:var(--bg-card);box-shadow:var(--shadow);transition:transform .22s ease,box-shadow .22s ease}.expression-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.expression-card__canvas{aspect-ratio:4/3;background:linear-gradient(135deg,var(--bg-alt) 0%,var(--accent-soft) 100%);display:flex;align-items:center;justify-content:center;overflow:hidden}.expression-card__canvas img{width:100%;height:100%;object-fit:cover}.expression-card__placeholder{font-size:3.5rem;color:var(--accent);opacity:.3}.expression-card__body{padding:1.2rem 1.4rem}.expression-card__title{font-family:var(--font-serif);font-size:1.7rem;font-weight:600;margin:0 0 .3rem;color:var(--fg)}.expression-card__meta{font-size:1.3rem;color:var(--accent);margin:0 0 .5rem}.expression-card__desc{font-size:1.45rem;color:var(--fg-muted);line-height:1.6;margin:0}.math-list{display:flex;flex-direction:column;gap:1.2rem}.math-entry{padding:1.4rem 1.6rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);box-shadow:var(--shadow);transition:box-shadow .2s ease}.math-entry:hover{box-shadow:var(--shadow-hover)}.math-entry__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.6rem}.math-entry__title{font-family:var(--font-serif);font-size:1.8rem;font-weight:600;margin:0}.math-entry__title a{color:var(--fg)!important;text-decoration:none!important}.math-entry__title a:hover{color:var(--accent)!important}.math-entry__badges{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.math-badge{font-size:1.2rem;padding:.2rem .6rem;border-radius:6px}.math-badge--difficulty{color:#c47a1a;background:#fffbeb}.math-badge--source{color:var(--fg-muted);background:var(--bg);border:1px solid var(--border)}.math-entry__tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.5rem}.math-tag{font-size:1.2rem;padding:.2rem .6rem;background:var(--accent-soft);color:var(--accent);border-radius:6px}.math-entry__date{font-size:1.3rem;color:var(--fg-muted)}.math-page article .katex-display{overflow-x:auto;margin:1.5rem 0}.books-year{margin-bottom:3rem}.books-year__label{font-family:var(--font-serif);font-size:2rem;font-weight:600;color:var(--fg-muted);margin:0 0 1.2rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.books-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:1.4rem}.book-card{display:flex;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);background:var(--bg-card);box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease}.book-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover)}.book-card--reading{border-color:rgba(184,90,44,.35)}.book-card__spine{width:5px;flex-shrink:0;background:linear-gradient(180deg,var(--accent) 0%,var(--accent-hover) 100%)}.book-card--reading .book-card__spine{background:linear-gradient(180deg,#c47a1a 0%,#a5620e 100%)}.book-card__body{padding:1.2rem 1.4rem;flex:1}.book-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.book-card__title{font-family:var(--font-serif);font-size:1.65rem;font-weight:600;margin:0 0 .3rem;color:var(--fg);line-height:1.3}.book-card__status{font-size:1.1rem;padding:.15rem .5rem;background:#fffbeb;color:#c47a1a;border-radius:5px;border:1px solid #fde68a;white-space:nowrap;flex-shrink:0}.book-card__author{font-size:1.4rem;color:var(--fg-muted);margin:0 0 .2rem}.book-card__genre{font-size:1.25rem;color:var(--accent);margin:0 0 .6rem}.book-card__rating{margin-bottom:.6rem}.star{font-size:1.4rem}.star--filled{color:#c47a1a}.star--empty{color:var(--border-mid)}.book-card__notes{font-size:1.4rem;color:var(--fg-muted);line-height:1.6;margin:0;font-style:italic}.curious-list{display:flex;flex-direction:column;gap:1.4rem}.curious-entry{display:flex;gap:1.4rem;padding:1.6rem 1.8rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);box-shadow:var(--shadow);transition:box-shadow .2s ease}.curious-entry:hover{box-shadow:var(--shadow-hover)}.curious-entry__icon{font-size:2rem;color:var(--accent);opacity:.55;flex-shrink:0;width:2.4rem;text-align:center;line-height:1.3}.curious-entry__content{flex:1}.curious-entry__question{font-family:var(--font-serif);font-size:1.9rem;font-weight:600;margin:0 0 .5rem}.curious-entry__question a{color:var(--fg)!important;text-decoration:none!important}.curious-entry__question a:hover{color:var(--accent)!important}.curious-entry__tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.6rem}.curious-tag{font-size:1.2rem;padding:.2rem .6rem;background:var(--accent-soft);color:var(--accent);border-radius:6px}.curious-entry__preview{font-size:1.5rem;line-height:1.7;color:var(--fg-muted);margin-bottom:.7rem}.curious-entry__footer{display:flex;align-items:center;gap:1rem}.curious-entry__date{font-size:1.3rem;color:var(--fg-muted)}.curious-status{font-size:1.2rem;padding:.15rem .55rem;border-radius:6px}.curious-status--exploring{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.curious-status--answered{background:var(--accent-soft);color:var(--accent);border:1px solid rgba(184,90,44,.25)}.curious-status--open{background:#fffbeb;color:#c47a1a;border:1px solid #fde68a}.posts article h1 a,.list article h1 a{font-family:var(--font-serif);color:var(--fg)!important;text-decoration:none!important}.posts article h1 a:hover,.list article h1 a:hover{color:var(--accent)!important}.posts article .post-meta,.list article .post-meta{color:var(--fg-muted);font-size:1.4rem}.home-section-label{font-family:var(--font-serif);font-size:1.6rem;font-weight:400;font-style:italic;color:var(--fg-muted);margin:0 0 1.8rem;text-transform:lowercase}.home-more-link{display:inline-block;margin-top:1.4rem;font-size:1.45rem;color:var(--accent)!important;text-decoration:none!important;font-weight:500}.home-more-link:hover{color:var(--accent-hover)!important}.photo-carousel-wrap{margin-bottom:4.5rem}.photo-carousel{position:relative;border-radius:var(--radius);overflow:hidden;background:var(--bg-alt);aspect-ratio:16/9;max-height:420px;box-shadow:var(--shadow-hover)}.photo-carousel__track{display:flex;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.hero-carousel__slide{flex:0 0 100%;width:100%;height:100%;position:relative;overflow:hidden}.hero-carousel__slide img{width:100%;height:100%;object-fit:cover;display:block}.hero-carousel__slide--placeholder{background:linear-gradient(135deg,var(--bg-alt) 0%,var(--accent-soft) 50%,var(--bg-alt) 100%);display:flex;align-items:center;justify-content:center;font-size:4rem;color:var(--accent);opacity:.3}.hero-carousel__slide--placeholder img{display:none}.hero-carousel__slide--placeholder::after{content:'◆'}.photo-carousel__caption{position:absolute;bottom:0;left:0;right:0;padding:1rem 1.6rem;background:linear-gradient(transparent,rgba(0,0,0,.55));color:#fff;font-size:1.3rem;display:flex;gap:.8rem;align-items:center}.photo-carousel__location{color:rgba(255,255,255,.7);font-style:italic}.photo-carousel__btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.85);border:none;border-radius:50%;width:3.6rem;height:3.6rem;font-size:2rem;line-height:1;cursor:pointer;color:var(--fg);box-shadow:0 2px 8px rgba(0,0,0,.18);transition:background .18s,transform .18s;display:flex;align-items:center;justify-content:center;z-index:2}.photo-carousel__btn:hover{background:#fff;transform:translateY(-50%)scale(1.08)}.photo-carousel__btn--prev{left:1rem}.photo-carousel__btn--next{right:1rem}.photo-carousel__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:0 0;border:none;cursor:pointer;padding:0;filter:drop-shadow(0 2px 12px rgba(0,0,0,.5));transition:transform .2s ease;z-index:2}.photo-carousel__play svg{display:block}.photo-carousel__play:hover{transform:translate(-50%,-50%)scale(1.1)}.photo-carousel__dots{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:2}.photo-carousel__dot{width:.6rem;height:.6rem;border-radius:50%;border:none;background:rgba(255,255,255,.5);cursor:pointer;padding:0;transition:background .2s,transform .2s}.photo-carousel__dot.active{background:#fff;transform:scale(1.3)}.home-featured{margin-bottom:4.5rem}.featured-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem}@media(max-width:600px){.featured-grid{grid-template-columns:1fr}}.featured-card{background:var(--bg-card);border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow);transition:transform .22s ease,box-shadow .22s ease;display:flex;flex-direction:column}.featured-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.featured-card__media{width:100%;aspect-ratio:16/9;overflow:hidden;position:relative;background:var(--card-color,var(--bg-alt))}.mini-carousel{width:100%;height:100%;position:relative;overflow:hidden}.mini-carousel img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .25s ease}.mini-carousel--placeholder,.mini-carousel.mini-carousel--placeholder{display:flex;align-items:center;justify-content:center;font-size:3rem;color:var(--accent);opacity:.25}.mini-carousel--placeholder::after,.mini-carousel.mini-carousel--placeholder::after{content:'◆'}.mini-carousel--placeholder img,.mini-carousel.mini-carousel--placeholder img{display:none}.mini-carousel__prev,.mini-carousel__next{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.82);border:none;border-radius:50%;width:2.6rem;height:2.6rem;font-size:1.5rem;cursor:pointer;color:var(--fg);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .18s,transform .18s;z-index:2}.mini-carousel__prev{left:.5rem}.mini-carousel__next{right:.5rem}.featured-card:hover .mini-carousel__prev,.featured-card:hover .mini-carousel__next{opacity:1}.mini-carousel__prev:hover{transform:translateY(-50%)scale(1.1)}.mini-carousel__next:hover{transform:translateY(-50%)scale(1.1)}.featured-card__body{padding:1.4rem 1.6rem 1.6rem;flex:1;display:flex;flex-direction:column}.featured-card__year{font-size:1.2rem;color:var(--fg-muted);margin-bottom:.3rem;display:block}.featured-card__title{font-family:var(--font-serif);font-size:1.75rem;font-weight:600;margin:0 0 .6rem;line-height:1.3;color:var(--fg)}.featured-card__title a{color:inherit!important;text-decoration:none!important}.featured-card__title a:hover{color:var(--accent)!important}.featured-card__desc{font-size:1.4rem;line-height:1.65;color:var(--fg-muted);margin:0 0 1rem;flex:1}.featured-card__tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:auto}.featured-card__tag{font-size:1.15rem;padding:.2rem .65rem;background:var(--bg-alt);color:var(--fg-mid);border:1px solid var(--border);border-radius:6px}.yt-embed{position:absolute;top:0;left:0;width:100%;height:100%}.yt-embed iframe{display:block;width:100%;height:100%;border:0}.yt-thumb-link{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;background:#000;text-decoration:none}.yt-thumb-link img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease,opacity .3s ease}.yt-thumb-link:hover img{transform:scale(1.03);opacity:.85}.yt-thumb-link__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:3.5rem;height:3.5rem;background:rgba(0,0,0,.7);color:#fff;font-size:1.2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s ease;pointer-events:none}.yt-thumb-link:hover .yt-thumb-link__play{background:rgba(200,50,50,.9)}.yt-thumb{position:relative;width:100%;height:100%;overflow:hidden;cursor:pointer;background:#000}.yt-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease,opacity .3s ease}.yt-thumb:hover img{transform:scale(1.03);opacity:.85}.yt-thumb__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:0 0;border:none;cursor:pointer;padding:0;transition:transform .2s ease;filter:drop-shadow(0 2px 8px rgba(0,0,0,.4))}.yt-thumb__play svg{display:block}.yt-thumb:hover .yt-thumb__play{transform:translate(-50%,-50%)scale(1.12)}