body:has(#gh){background-color:#e8dfd0!important}.dark body:has(#gh),body.dark:has(#gh){background-color:#1a1e28!important}#main-content:has(#gh){max-width:100%!important;width:100%!important;padding:0!important;margin:0!important}body:has(#gh) #main-header{background-color:#e8dfd0!important;border-bottom:1px solid rgba(26,26,26,.15)!important}body.dark:has(#gh) #main-header,.dark body:has(#gh) #main-header{background-color:#1a1e28!important;border-bottom:1px solid rgba(255,255,255,.1)!important}#gh{--g-bg: #E8DFD0;--g-bg-dark: #1A1E28;--g-ink: #1A1A1A;--g-muted: #5A5248;--g-line: rgba(26,26,26,.18);--g-mono: "Roboto Mono", "Courier New", monospace;--g-sans: "Roboto Flex", "Inter", sans-serif;--g-black: #111010;font-family:var(--g-mono);background:var(--g-bg);color:var(--g-ink);width:100%}.dark #gh{--g-bg: #1A1E28;--g-ink: #E0D8C8;--g-muted: #9A9490;--g-line: rgba(255,255,255,.1)}#gh *{box-sizing:border-box}.gh-hero{display:grid;grid-template-columns:1fr auto;align-items:center;gap:2rem;padding:3rem 3rem 2.5rem;border-bottom:1px solid var(--g-line)}.gh-hero__eyebrow{font-size:.62rem;letter-spacing:.22em;color:var(--g-muted);margin:0 0 1.1rem;opacity:.75}.gh-hero__title{margin:0 0 1.4rem}.gh-hero__title-big{display:block;font-family:var(--g-sans);font-size:2.5rem;font-weight:700;letter-spacing:-.03em;color:var(--g-ink);line-height:1}.gh-hero__title-sub{display:block;font-family:var(--g-mono);font-size:clamp(.72rem,1.4vw,.92rem);letter-spacing:.14em;color:var(--g-muted);margin-top:.7rem}.gh-hero__meta{display:flex;align-items:center;gap:.7rem;font-family:var(--g-mono);font-size:.72rem;color:var(--g-muted)}.gh-sep{opacity:.35}.gh-hero__cta{color:var(--g-ink);text-decoration:none;font-weight:600;letter-spacing:.1em;border-bottom:1px solid currentColor;padding-bottom:1px;transition:opacity .15s}.gh-hero__cta:hover{opacity:.55}.gh-hero__deco{width:clamp(110px,13vw,170px);height:clamp(110px,13vw,170px);opacity:1;color:var(--g-ink);flex-shrink:0}.gh-hero__svg{width:100%;height:100%}.gh-ticker{display:flex;align-items:stretch;background:var(--g-black);overflow:hidden;border-bottom:1px solid var(--g-line);height:2.6rem}.gh-ticker__label{flex-shrink:0;display:flex;align-items:center;padding:0 1.1rem;font-family:var(--g-mono);font-size:.65rem;font-weight:700;letter-spacing:.18em;color:#fff;background:#000;border-right:1px solid rgba(255,255,255,.15);white-space:nowrap;z-index:1}.gh-ticker__track-wrap{overflow:hidden;flex:1;position:relative}.gh-ticker__track-wrap:before,.gh-ticker__track-wrap:after{content:"";position:absolute;top:0;width:40px;height:100%;z-index:2;pointer-events:none}.gh-ticker__track-wrap:before{left:0;background:linear-gradient(to right,var(--g-black),transparent)}.gh-ticker__track-wrap:after{right:0;background:linear-gradient(to left,var(--g-black),transparent)}.gh-ticker__track{display:flex;align-items:center;width:-moz-max-content;width:max-content;animation:gh-marquee 28s linear infinite;gap:0}.gh-ticker__track:hover{animation-play-state:paused}@keyframes gh-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.gh-ticker__item{display:flex;align-items:center;gap:.55rem;padding:0 1.5rem;text-decoration:none;white-space:nowrap;border-right:1px solid rgba(255,255,255,.08);height:2.6rem;transition:background .15s}.gh-ticker__item:hover{background:#ffffff0f}.gh-ticker__badge{display:none}.gh-ticker__name{font-family:var(--g-mono);font-size:.73rem;color:#ffffffd1;text-transform:uppercase;letter-spacing:.06em}.gh-ticker__dot{font-size:.4rem;color:#fff3;margin-left:.4rem}.gh-section-head{display:flex;align-items:center;justify-content:space-between;padding:.85rem 3rem;border-bottom:1px solid var(--g-line);background:#00000006}.dark .gh-section-head{background:#ffffff06}.gh-section-label{font-family:var(--g-mono);font-size:.65rem;font-weight:700;letter-spacing:.22em;color:var(--g-muted);text-transform:uppercase}.gh-section-link{font-family:var(--g-mono);font-size:.68rem;letter-spacing:.12em;color:var(--g-ink);text-decoration:none;border-bottom:1px solid currentColor;transition:opacity .15s}.gh-section-link:hover{opacity:.55}.gh-grid-section{border-bottom:1px solid var(--g-line)}.gh-cards{display:grid;grid-template-columns:repeat(5,1fr)}@media(max-width:1200px){.gh-cards{grid-template-columns:repeat(4,1fr)}}@media(max-width:900px){.gh-cards{grid-template-columns:repeat(3,1fr)}}@media(max-width:620px){.gh-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:380px){.gh-cards{grid-template-columns:1fr}}.gh-card{display:flex;flex-direction:column;border-right:1px solid var(--g-line);border-bottom:1px solid var(--g-line);text-decoration:none;color:var(--g-ink);background:var(--g-bg);overflow:hidden;transition:background .18s,color .18s;cursor:pointer;min-height:0;--card-hover-bg: #1A1A1A;--card-hover-text: #E8DFD0}.gh-cards>.gh-card:nth-child(5n){border-right:none}@media(max-width:1200px){.gh-cards>.gh-card:nth-child(5n){border-right:1px solid var(--g-line)}.gh-cards>.gh-card:nth-child(4n){border-right:none}}@media(max-width:900px){.gh-cards>.gh-card:nth-child(4n){border-right:1px solid var(--g-line)}.gh-cards>.gh-card:nth-child(3n){border-right:none}}@media(max-width:620px){.gh-cards>.gh-card:nth-child(3n){border-right:1px solid var(--g-line)}.gh-cards>.gh-card:nth-child(2n){border-right:none}}.gh-card--feat{grid-column:span 2}@media(max-width:620px){.gh-card--feat{grid-column:span 2}}.gh-card:hover{background:var(--card-hover-bg);color:var(--card-hover-text)}.gh-card:hover .gh-card__title,.gh-card:hover .gh-card__desc,.gh-card:hover .gh-card__date,.gh-card:hover .gh-card__tag,.gh-card:hover .gh-card__badge{color:var(--card-hover-text)}.gh-card:hover .gh-card__foot{color:var(--card-hover-text);border-top-color:#e8dfd033;opacity:1}.dark .gh-card:hover{--card-hover-bg: #E8DFD0;--card-hover-text: #1A1A1A}.gh-card__img-wrap{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:#c8b99a}.gh-card__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .4s ease-out,filter .2s,mix-blend-mode .2s;mix-blend-mode:multiply;filter:grayscale(.5) contrast(1.1)}.gh-card:hover .gh-card__img{transform:scale(1.03);filter:invert(1);mix-blend-mode:screen}.dark .gh-card__img{mix-blend-mode:overlay}.dark .gh-card:hover .gh-card__img{filter:none;mix-blend-mode:multiply}.gh-card--feat .gh-card__img-wrap{aspect-ratio:16 / 7}.gh-card__img-overlay{position:absolute;inset:0;background:#e8dfd014;mix-blend-mode:multiply}.gh-card__body{flex:1;padding:.85rem 1rem .5rem}.gh-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.85rem}.gh-card__badge{display:none;color:#fff;font-family:var(--g-mono);font-size:.55rem;font-weight:700;letter-spacing:.14em;padding:.2em .52em;border-radius:2px}.gh-card__date{font-family:var(--g-mono);font-size:.66rem;color:var(--g-muted);opacity:.7}.gh-card__title{font-family:var(--g-sans);font-size:1.05rem;font-weight:600;line-height:1.35;color:var(--g-ink);margin:0 0 .6rem;letter-spacing:-.01em}.gh-card--feat .gh-card__title{font-size:1.4rem}.gh-card__desc{font-family:var(--g-mono);font-size:.76rem;line-height:1.65;color:var(--g-muted);margin:0 0 .6rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.gh-card__tags{display:flex;flex-wrap:wrap;gap:.35rem}.gh-card__tag{font-family:var(--g-mono);font-size:.62rem;color:var(--g-muted);opacity:.7}.gh-card__foot{margin-top:auto;padding:.75rem 1.4rem;border-top:1px dashed var(--g-line);font-family:var(--g-mono);font-size:.65rem;font-weight:700;letter-spacing:.12em;color:var(--g-muted);text-align:right;opacity:.5;transition:opacity .15s}.gh-card:hover .gh-card__foot{opacity:1}.gh-more{padding:1rem 3rem;border-top:1px solid var(--g-line);text-align:center}.gh-more__link{font-family:var(--g-mono);font-size:.72rem;letter-spacing:.1em;color:var(--g-muted);text-decoration:none;border-bottom:1px solid currentColor;transition:color .15s}.gh-more__link:hover{color:var(--g-ink)}.gh-index{border-bottom:1px solid var(--g-line)}.gh-index__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.gh-index__col{padding:1.4rem 1.5rem;border-right:1px solid var(--g-line);border-bottom:1px solid var(--g-line)}.gh-index__cat{display:block;font-family:var(--g-mono);font-size:.66rem;font-weight:700;letter-spacing:.2em;color:var(--g-ink);text-decoration:none;border-bottom:1px solid var(--g-ink);padding-bottom:.15em;margin-bottom:.7rem;width:-moz-fit-content;width:fit-content;transition:opacity .15s}a.gh-index__cat:hover{opacity:.55}.gh-index__list{list-style:none;margin:0;padding:0}.gh-index__item{display:flex;align-items:baseline;gap:.35rem;margin-bottom:.3rem}.gh-index__branch{font-family:var(--g-mono);font-size:.6rem;color:var(--g-muted);opacity:.45;flex-shrink:0;letter-spacing:-.08em}.gh-index__link{font-family:var(--g-mono);font-size:.7rem;color:var(--g-muted);text-decoration:none;line-height:1.4;transition:color .15s;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gh-index__link:hover{color:var(--g-ink)}.gh-empty{padding:4rem 3rem;border-bottom:1px solid var(--g-line);font-family:var(--g-mono);font-size:.88rem;color:var(--g-muted);text-align:center}.gh-footbar{display:flex;align-items:center;justify-content:space-between;padding:.9rem 3rem;font-family:var(--g-mono);font-size:.68rem;color:var(--g-muted);letter-spacing:.06em;border-bottom:1px solid var(--g-line)}.gh-footbar__links{display:flex;gap:1.5rem}.gh-footbar__link{color:var(--g-muted);text-decoration:none;letter-spacing:.14em;border-bottom:1px solid transparent;transition:color .15s,border-color .15s}.gh-footbar__link:hover{color:var(--g-ink);border-color:currentColor}@media(max-width:680px){.gh-hero{grid-template-columns:1fr;padding:2rem 1.5rem}.gh-hero__deco{display:none}.gh-section-head,.gh-more,.gh-footbar{padding-left:1.25rem;padding-right:1.25rem}.gh-card__body{padding:1rem 1.1rem .6rem}.gh-footbar{flex-direction:column;gap:.5rem;text-align:center}}.gh-hero__svg[data-astro-cid-j7pv25f6]{width:100%;height:100%;animation:float-tree 6s ease-in-out infinite}@keyframes float-tree{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(1deg)}to{transform:translateY(0) rotate(0)}}
