:root{--bg-primary:#ffffff;--bg-secondary:#f5f5f5;--bg-tertiary:#fafafa;--text-primary:#151515;--text-secondary:#686868;--text-tertiary:#999999;--border-color:#e5e5e5;--border-light:#f0f0f0;--accent:#ff0044;--font-sans:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;--max-width:1200px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--gh-gap:1.5rem;--gh-gap-tablet:1.25rem;--gh-gap-mobile:1rem}html.dark{--bg-primary:#111111;--bg-secondary:#1a1a1a;--bg-tertiary:#151515;--text-primary:#f0f0f0;--text-secondary:#909090;--text-tertiary:#707070;--border-color:#2a2a2a;--border-light:#222222}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;background-color:var(--bg-primary);transition:background-color .3s ease}html.dark{background-color:var(--bg-primary)}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--text-primary)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}a.gh-post-link{color:inherit;text-decoration:none;transition:opacity .2s ease}a.gh-post-link:hover{opacity:.85}.gh-header{background-color:var(--bg-primary);border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:100;height:64px;transition:background-color .3s,border-color .3s}.gh-header-inner{max-width:var(--max-width);margin:0 auto;padding:0 2rem;height:100%;display:flex;align-items:center;justify-content:space-between}.gh-logo{font-size:1.35rem;font-weight:800;color:var(--text-primary);letter-spacing:-.03em;flex-shrink:0}.gh-logo-accent{color:var(--accent)}.gh-nav{display:flex;align-items:center;gap:2rem}.gh-nav-link{font-size:.9rem;font-weight:500;color:var(--text-secondary);transition:color .15s;letter-spacing:-.01em;cursor:pointer;padding-bottom:3px;border-bottom:2px solid transparent}.gh-nav-link:hover{color:var(--text-primary)}.gh-nav-link.active{color:var(--text-primary);font-weight:600;border-bottom-color:var(--accent)}.gh-content-type-toggle{display:inline-flex;align-items:center;gap:0;border:1px solid var(--border-color);border-radius:6px;overflow:hidden;flex-shrink:0;transition:border-color .3s}.gh-ct-link{padding:.4rem .75rem;border:none;background:transparent;font-family:var(--font-sans);font-size:.82rem;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .2s;white-space:nowrap;text-decoration:none;display:inline-block}.gh-ct-link:first-child{border-right:1px solid var(--border-color)}.gh-ct-link.active{background-color:var(--text-primary);color:var(--bg-primary);font-weight:600;cursor:default;pointer-events:none}.gh-ct-link:hover:not(.active){background-color:var(--bg-secondary)}.gh-theme-toggle{width:48px;height:26px;border-radius:13px;background-color:var(--border-color);cursor:pointer;position:relative;transition:background-color .3s;border:none;flex-shrink:0;padding:0}.gh-theme-toggle-knob{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background-color:var(--bg-primary);box-shadow:0 1px 3px rgba(0,0,0,.2);transition:transform .3s,background-color .3s;display:flex;align-items:center;justify-content:center;font-size:11px;pointer-events:none}html.dark .gh-theme-toggle-knob{transform:translateX(22px)}html.dark .gh-theme-toggle{background-color:var(--text-secondary)}.gh-hamburger{display:none;background:none;border:none;cursor:pointer;padding:.5rem;flex-shrink:0}.gh-hamburger-line{display:block;width:22px;height:2px;background-color:var(--text-primary);margin:5px 0;transition:transform .3s,opacity .3s;border-radius:1px}.gh-hamburger.open .gh-hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.gh-hamburger.open .gh-hamburger-line:nth-child(2){opacity:0}.gh-hamburger.open .gh-hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.gh-mobile-menu{display:none;position:fixed;top:64px;left:0;right:0;bottom:0;background-color:var(--bg-primary);z-index:99;padding:1.5rem 2rem;flex-direction:column;gap:.5rem;overflow-y:auto;border-top:1px solid var(--border-color)}.gh-mobile-menu.open{display:flex}.gh-mobile-nav-link{font-size:1.15rem;font-weight:600;color:var(--text-primary);padding:.75rem 0;border-bottom:1px solid var(--border-color);letter-spacing:-.01em;cursor:pointer;text-decoration:none;transition:color .2s}.gh-mobile-nav-link:hover{color:var(--accent)}.gh-mobile-nav-link.active{color:var(--accent);font-weight:700}.gh-mobile-ct-toggle{display:flex;gap:0;border:1px solid var(--border-color);border-radius:6px;overflow:hidden;margin-top:1rem}.gh-mobile-ct-link{flex:1;padding:.7rem 1rem;border:none;background:transparent;font-family:var(--font-sans);font-size:.95rem;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .2s;text-align:center;text-decoration:none}.gh-mobile-ct-link:first-child{border-right:1px solid var(--border-color)}.gh-mobile-ct-link.active{background-color:var(--text-primary);color:var(--bg-primary);font-weight:600;cursor:default;pointer-events:none}.gh-mobile-ct-link:hover:not(.active){background-color:var(--bg-secondary)}@media(max-width:768px){.gh-nav{display:none}.gh-hamburger{display:block}.gh-header-inner{padding:0 1rem}}@media(min-width:769px){.gh-mobile-menu{display:none!important}}.gh-footer{background-color:var(--bg-secondary);border-top:1px solid var(--border-color);padding:3rem 0;margin-top:4rem}.gh-footer-inner{max-width:var(--max-width);margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem}.gh-footer-brand{font-size:1.2rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.75rem}.gh-footer-text{font-size:.88rem;color:var(--text-secondary);line-height:1.6}.gh-footer-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.gh-footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.gh-footer-links a{font-size:.88rem;color:var(--text-secondary);transition:color .15s;font-weight:500}.gh-footer-links a:hover{color:var(--text-primary)}.gh-footer-bottom{max-width:var(--max-width);margin:2rem auto 0;padding:1.5rem 2rem 0;border-top:1px solid var(--border-color);text-align:center;font-size:.82rem;color:var(--text-secondary);font-weight:500}.gh-section{max-width:var(--max-width);margin:0 auto var(--gh-gap) auto;padding:0 2rem}.gh-section:last-child{margin-bottom:0}.gh-mobile-menu+.gh-section{margin-top:.5rem}.gh-section-title-wrapper{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:.75rem;border-bottom:2px solid var(--text-primary);margin-bottom:var(--gh-gap);line-height:1.3}.gh-section-title-left{font-size:1.1rem;font-weight:700;letter-spacing:-.01em}.gh-section-title-right{font-size:1.1rem;font-weight:700;letter-spacing:-.01em}.gh-sections-flow{display:flex;flex-direction:column;gap:0}.gh-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--gh-gap)}.gh-grid-2-1{display:grid;grid-template-columns:2fr 1fr;gap:var(--gh-gap)}.gh-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gh-gap)}.gh-unified-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gh-gap)}.gh-span-2{grid-column:span 2}.gh-flow-cols{column-count:2;column-gap:var(--gh-gap)}.gh-flow-cols>*{break-inside:avoid;margin-bottom:var(--gh-gap)}.gh-flow-cols>:first-child+*{margin-top:var(--gh-gap)}.gh-flow-cols>:last-child{margin-bottom:0}.gh-flow-cols>.gh-post-link-sub{margin-bottom:var(--gh-gap)}.gh-flow-cols>.gh-post-link-sub+.gh-post-link-sub{margin-top:0}.gh-col-block{display:flex;flex-direction:column;gap:var(--gh-gap)}.gh-quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gh-gap)}.gh-quick-card{display:block;padding:1.25rem 1.5rem;border:1px solid var(--border-color);border-radius:var(--radius-md);transition:border-color .2s,background-color .2s,opacity .2s}.gh-quick-card:hover{border-color:var(--text-secondary);background-color:var(--bg-secondary)}.gh-quick-card-title{font-size:.9rem;font-weight:600;line-height:1.4;letter-spacing:-.01em;margin-bottom:.5rem}.gh-quick-card-meta{font-size:.78rem;color:var(--text-secondary);font-weight:500}.gh-post-card-image-tag,.gh-post-card-image-overlay,.gh-one-image img{aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius-sm);background-color:var(--bg-secondary);width:100%;height:auto}.gh-post-card-image-wrapper{position:relative;display:block;width:100%;margin-bottom:1rem}.gh-post-card-overlay-wrapper{position:relative;display:block;width:100%;overflow:hidden;border-radius:var(--radius-sm);margin-bottom:0}.gh-post-card-tag-overlay-transparent{position:absolute;bottom:0;left:0;display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.2;background-color:transparent;color:var(--accent);margin-bottom:.6rem;margin-left:.6rem;padding:0}.gh-post-card-tag-label{position:absolute;bottom:0;left:0;display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.2;background-color:var(--bg-primary);color:var(--accent);margin:0;padding:.3rem .3rem 0 0;border-radius:0}.gh-post-card-image-overlay{transition:transform .3s ease}.gh-post-card-overlay-content{position:absolute;bottom:0;left:0;right:0;padding:2rem 1.5rem 1.5rem;background:linear-gradient(to top,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 100%);display:flex;flex-direction:column;gap:.5rem}.gh-post-card-tag-overlay-new{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.2;color:var(--accent);margin:0 0 .45rem;padding:0;background:none;border:none;border-radius:0;box-shadow:none}.gh-post-card-title-overlay-new{font-size:1.15rem;font-weight:700;line-height:1.3;letter-spacing:-.02em;color:#fff;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.3);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gh-one-image{display:grid;grid-template-columns:1fr 1fr;gap:var(--gh-gap);align-items:start;padding:0;border-bottom:none}.gh-one-image img{aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius-sm);background-color:var(--bg-secondary);width:100%;height:100%}.gh-one-image-content{display:flex;flex-direction:column;justify-content:center}.gh-one-image-content .gh-post-card-title{font-size:1.3rem}.gh-post-card-tag{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--accent);margin-bottom:.6rem}.gh-post-card-tag-sub{font-size:.65rem;margin-bottom:.4rem}.gh-post-card-title{font-size:1.15rem;font-weight:700;line-height:1.3;letter-spacing:-.02em;margin-bottom:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.gh-post-card-title-sub{font-size:1rem;font-weight:700;line-height:1.3;letter-spacing:-.02em;margin-bottom:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.gh-post-card-excerpt{font-size:.88rem;line-height:1.55;color:var(--text-secondary);margin-bottom:0;margin-top:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gh-post-card-excerpt-sub{font-size:.82rem;line-height:1.5;color:var(--text-secondary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:0;margin-top:.4rem}.gh-post-link-sub{display:block;padding:0;transition:opacity .2s ease}.gh-post-link-sub:last-child{border-bottom:none;padding-bottom:0}.gh-post-link-sub:hover{opacity:.85}.gh-video-link-wrapper,.gh-video-link-placeholder{position:relative;display:block;border-radius:var(--radius-sm);aspect-ratio:16/9;overflow:hidden;background-color:#000;margin-bottom:1rem}.gh-video-link-placeholder{display:flex;align-items:center;justify-content:center;background-color:#1a1a1a}.gh-video-play-icon{position:absolute;bottom:10px;right:10px;z-index:2;pointer-events:none;background-color:rgba(0,0,0,.5);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,transform .2s ease;opacity:.8}.gh-video-link-placeholder .gh-video-play-icon{position:static;width:56px;height:56px;background-color:rgba(255,255,255,.1);opacity:1}.gh-post-link:hover .gh-video-play-icon{background-color:var(--accent);opacity:1;transform:scale(1.05)}.gh-video-link-wrapper img,.gh-video-link-placeholder img{width:100%;height:100%;object-fit:cover;display:block}.gh-video-title{font-size:1.05rem;font-weight:700;line-height:1.3;letter-spacing:-.02em;margin-bottom:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.gh-video-channel{display:block;font-size:.8rem;font-weight:500;color:var(--text-secondary);letter-spacing:.01em;line-height:1.4;transition:color .2s ease;margin-top:.3rem}.gh-video-channel-sub{margin-top:.15rem}a.gh-post-link:hover .gh-video-channel{color:var(--text-primary)}@media(max-width:1024px){:root{--gh-gap:var(--gh-gap-tablet)}.gh-quick-grid{grid-template-columns:repeat(2,1fr)}.gh-flow-cols{column-count:1}.gh-one-image{grid-template-columns:1fr 1.5fr}}@media(max-width:768px){:root{--gh-gap:var(--gh-gap-mobile)}.gh-grid-2,.gh-grid-2-1,.gh-grid-3,.gh-quick-grid,.gh-unified-grid{grid-template-columns:1fr}.gh-span-2{grid-column:span 1}.gh-one-image{grid-template-columns:1fr;gap:1rem}.gh-one-image-content .gh-post-card-title{font-size:1.15rem}.gh-post-card-title{font-size:1rem}.gh-post-card-title-sub{font-size:.9rem}.gh-post-card-title-overlay-new{font-size:1rem}.gh-post-card-excerpt{font-size:.85rem}.gh-section{padding:0 1rem}.gh-footer-inner{grid-template-columns:1fr;gap:2rem}}@media(max-width:480px){.gh-quick-card{padding:1rem 1.25rem}.gh-quick-card-title{font-size:.85rem}.gh-video-title{font-size:.9rem}.gh-video-channel{font-size:.68rem}.gh-video-play-icon{bottom:8px;right:8px;width:28px;height:28px}}.gh-article-content{max-width:720px;margin:2rem auto;padding:0 1.5rem;font-size:1.125rem;line-height:1.75;color:var(--text-primary);word-wrap:break-word}.gh-article-content h1{font-size:2.5rem;font-weight:800;line-height:1.15;letter-spacing:-.03em;margin:2.5rem 0 1.25rem}.gh-article-content h2{font-size:1.85rem;font-weight:700;line-height:1.25;letter-spacing:-.025em;margin:2rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid var(--border-color)}.gh-article-content h3{font-size:1.5rem;font-weight:700;line-height:1.3;letter-spacing:-.02em;margin:1.75rem 0 .75rem}.gh-article-content h4{font-size:1.25rem;font-weight:700;line-height:1.35;letter-spacing:-.015em;margin:1.5rem 0 .5rem}.gh-article-content h5{font-size:1.1rem;font-weight:700;line-height:1.4;letter-spacing:-.01em;margin:1.25rem 0 .5rem}.gh-article-content h6{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;margin:1.25rem 0 .5rem;color:var(--text-secondary)}.gh-article-content p{margin-bottom:1.25rem}.gh-article-content p:last-child{margin-bottom:0}.gh-article-content a{color:var(--accent);text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px;transition:opacity .2s,text-decoration-color .2s}.gh-article-content a:hover{opacity:.8;text-decoration-color:var(--text-secondary)}.gh-article-content ul,.gh-article-content ol{margin:0 0 1.25rem 1.5rem;padding:0}.gh-article-content li{margin-bottom:.5rem}.gh-article-content li:last-child{margin-bottom:0}.gh-article-content ul ul,.gh-article-content ol ol,.gh-article-content ul ol,.gh-article-content ol ul{margin-top:.5rem;margin-bottom:.5rem}.gh-article-content blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:4px solid var(--accent);background-color:var(--bg-secondary);border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-style:italic;color:var(--text-secondary)}.gh-article-content blockquote p{margin-bottom:.75rem}.gh-article-content blockquote p:last-child{margin-bottom:0}.gh-article-content blockquote cite{display:block;margin-top:.75rem;font-style:normal;font-weight:600;color:var(--text-primary);font-size:.9rem}.gh-article-content code{font-family:'SF Mono','Fira Code','Fira Mono',Menlo,Consolas,monospace;font-size:.9em;background-color:var(--bg-secondary);padding:.2em .45em;border-radius:var(--radius-sm);color:var(--accent);border:1px solid var(--border-light)}.gh-article-content pre{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:1.25rem;overflow-x:auto;margin:1.5rem 0;font-size:.9rem;line-height:1.6}.gh-article-content pre code{background:none;padding:0;border:none;color:var(--text-primary);font-size:inherit;border-radius:0}.gh-article-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.95rem}.gh-article-content th,.gh-article-content td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border-color)}.gh-article-content th{font-weight:700;background-color:var(--bg-secondary);border-bottom-width:2px}.gh-article-content tbody tr:hover{background-color:var(--bg-tertiary)}.gh-article-content hr{border:none;border-top:1px solid var(--border-color);margin:2.5rem 0}.gh-article-content img{max-width:100%;height:auto;border-radius:var(--radius-md);margin:1.5rem auto;display:block;box-shadow:0 2px 12px rgba(0,0,0,.06);background-color:var(--bg-secondary)}.gh-article-content figure{margin:1.5rem 0;text-align:center}.gh-article-content figure img{margin-bottom:.5rem}.gh-article-content figcaption{font-size:.85rem;color:var(--text-secondary);margin-top:.5rem;line-height:1.4}.gh-article-content video,.gh-article-content iframe{max-width:100%;border-radius:var(--radius-md);display:block;margin:1.5rem auto;background-color:var(--bg-secondary);box-shadow:0 2px 12px rgba(0,0,0,.06)}.gh-article-content .responsive-video{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;margin:1.5rem 0;border-radius:var(--radius-md);background-color:var(--bg-secondary)}.gh-article-content .responsive-video iframe,.gh-article-content .responsive-video video{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;border-radius:var(--radius-md)}.gh-article-content mark{background-color:var(--accent);color:#fff;padding:.1em .3em;border-radius:2px}@media(max-width:768px){.gh-article-content{padding:0 1rem;font-size:1.05rem;margin:1.5rem auto}.gh-article-content h1{font-size:2rem}.gh-article-content h2{font-size:1.5rem}.gh-article-content h3{font-size:1.3rem}.gh-article-content h4{font-size:1.15rem}.gh-article-content pre{padding:1rem;font-size:.85rem}.gh-article-content table{font-size:.85rem}}@media(max-width:480px){.gh-article-content{font-size:1rem}.gh-article-content h1{font-size:1.75rem}.gh-article-content h2{font-size:1.35rem}.gh-article-content blockquote{padding:.75rem 1rem}}.gh-post-card-image-wrapper.gh-post-card-overlay-wrapper{position:relative;overflow:hidden;border-radius:var(--radius-sm);margin-bottom:0}.gh-post-card-overlay-gradient{position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,rgba(0,0,0,.8) 0,rgba(0,0,0,.4) 50%,rgba(0,0,0,0) 100%);pointer-events:none;z-index:1}.gh-post-card-overlay-wrapper .gh-post-card-tag-label{position:absolute;bottom:0;left:0;z-index:3;display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.2;background-color:var(--bg-primary);color:var(--accent);margin:0;padding:.35rem .5rem .2rem 0;border-radius:0;box-shadow:0 -1px 3px rgba(0,0,0,.1)}.gh-post-card-title-overlay-bottom{position:absolute;bottom:2.2rem;left:.8rem;right:.8rem;z-index:2;font-size:1.15rem;font-weight:700;line-height:1.3;letter-spacing:-.02em;color:#fff;margin:0;text-shadow:0 1px 3px rgba(0,0,0,.5);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;pointer-events:none}.gh-post-link>.gh-post-card-title-overlay-bottom{position:static;color:var(--text-primary);text-shadow:none;font-size:1.15rem;margin-bottom:.5rem;pointer-events:auto}@media(max-width:768px){.gh-post-card-title-overlay-bottom{font-size:1rem;bottom:2rem;left:.7rem;right:.7rem}.gh-post-card-overlay-wrapper .gh-post-card-tag-label{font-size:.65rem;padding:.3rem .4rem .15rem 0}}@media(max-width:480px){.gh-post-card-title-overlay-bottom{font-size:.9rem;bottom:1.9rem;left:.6rem;right:.6rem}.gh-post-card-overlay-wrapper .gh-post-card-tag-label{font-size:.6rem;padding:.25rem .35rem .1rem 0}}