*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-size:17px;line-height:1.6;color:#15171a;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:#15171a;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}a:hover{color:#a35700}img,svg{max-width:100%;height:auto;display:block}.site-header{background:#15171a;color:#fff;padding:22px 24px;position:relative;z-index:10;border-bottom:1px solid rgba(255,255,255,0.06)}.site-header--has-cover{background:transparent;border-bottom:none;position:absolute;inset:0 0 auto 0;z-index:3}.is-home .site-main{padding-top:0}.site-header__inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:28px}.site-header__brand{color:#fff;text-decoration:none;font-weight:700;font-size:22px;letter-spacing:-0.01em;display:inline-flex;align-items:center;min-height:28px}.site-header__logo-img{height:28px;width:auto;max-width:220px;display:block;object-fit:contain}.site-header__nav{margin-left:20px;flex:1}.site-header__nav ul{list-style:none;padding:0;margin:0;display:flex;gap:26px;flex-wrap:wrap}.site-header__nav a{color:rgba(255,255,255,0.75);text-decoration:none;font-weight:600;font-size:16px;letter-spacing:-0.005em}.site-header__nav a:hover,.site-header__nav a.is-active{color:#fff}.site-header__meta{display:flex;align-items:center;gap:14px}.site-header__lang{display:flex;gap:2px;align-items:center}.site-header__lang ul{list-style:none;padding:0;margin:0;display:flex;gap:2px}.site-header__nav-lang{display:none}.lang-pill{display:inline-block;padding:5px 9px;border-radius:6px;font-size:12px;font-weight:600;color:rgba(255,255,255,0.75);text-decoration:none;border:1px solid transparent;line-height:1}.lang-pill.is-active{color:#fff;border-color:rgba(255,255,255,0.18);background:rgba(255,255,255,0.05)}.lang-pill:hover{color:#fff}.site-header__toggle{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.site-header__hamburger{display:none;cursor:pointer;padding:8px;margin:-8px;border-radius:6px;transition:background .15s ease}.site-header__hamburger:hover{background:rgba(255,255,255,0.07)}.site-header__toggle:focus-visible~.site-header__inner .site-header__hamburger{outline:2px solid #fb8500;outline-offset:2px}.site-header__hamburger-bar{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transform-origin:center;transition:transform .2s ease, opacity .15s ease}.site-header__hamburger-bar+.site-header__hamburger-bar{margin-top:5px}.site-header__toggle:checked~.site-header__inner .site-header__hamburger-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header__toggle:checked~.site-header__inner .site-header__hamburger-bar:nth-child(2){opacity:0;transform:scaleX(0.2)}.site-header__toggle:checked~.site-header__inner .site-header__hamburger-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (prefers-reduced-motion: reduce){.site-header__hamburger-bar,.site-header__nav,.site-header__hamburger{transition:none}}.site-hero{position:relative;color:#fff;background:#15171a;overflow:hidden;text-align:center;padding:140px 24px 110px}.site-hero__cover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top;z-index:0}.site-hero__inner{position:relative;z-index:2;max-width:760px;margin:0 auto}.site-hero__title{margin:0 0 14px;font-size:64px;line-height:1.05;letter-spacing:-0.02em;font-weight:700}.site-hero__logo{max-width:420px;height:auto;margin:0 auto;filter:drop-shadow(0 2px 12px rgba(0,0,0,0.25))}.site-hero__tagline{margin:20px 0 0;font-size:21px;line-height:1.45;color:rgba(255,255,255,0.88);font-weight:400;letter-spacing:-0.003em}.site-hero--small{padding:120px 24px 80px}.site-hero--small .site-hero__logo{max-width:300px}.site-hero--small .site-hero__tagline{font-size:18px}.site-hero--large{padding:180px 24px 150px}.site-hero--large .site-hero__logo{max-width:520px}.site-hero--large .site-hero__tagline{font-size:24px}.site-main{min-height:40vh}.post-feed{padding:56px 24px 96px}.post-feed__inner{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:repeat(3, 1fr);gap:40px 32px}.post-card{display:flex;flex-direction:column;background:transparent;position:relative;min-width:0;word-break:break-word;overflow-wrap:anywhere}.post-card__content,.post-card__link{min-width:0}.post-card__image-link{display:block;overflow:hidden;border-radius:5px;background:#f4f5f7}.post-card__image{width:100%;aspect-ratio:2 / 1;object-fit:cover;transition:transform .4s ease}.post-card:hover .post-card__image{transform:scale(1.04)}.post-card__content{display:flex;flex-direction:column;flex-grow:1;padding-top:20px}.post-card__link{display:block;color:inherit;text-decoration:none;flex-grow:1}.post-card__header{margin-bottom:10px}.post-card__tag{display:inline-block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.04em;color:#a35700;margin-bottom:10px;transition:color .15s ease}.post-card__link:hover .post-card__tag,.post-card__link:hover .post-card__title{color:#663600}.post-card__link:hover .post-card__title{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.post-card__title{margin:0 0 10px;font-size:22px;line-height:1.3;letter-spacing:-0.018em;font-weight:700}.post-card__excerpt{color:#626d79;font-size:15px;line-height:1.55}.post-card__excerpt p{margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-card__meta{display:flex;flex-wrap:wrap;gap:6px;font-size:13px;color:#6a7381;font-weight:400;margin-top:16px;line-height:1.4}.bull{padding:0 4px;opacity:.6}.post-card--large{grid-column:1 / -1;display:grid;grid-template-columns:2fr 1fr;gap:4vmin;align-items:center;margin-bottom:16px}.post-card--large .post-card__image{aspect-ratio:5 / 2.3;object-position:top}.post-card--large .post-card__content{padding-top:0}.post-card--large .post-card__title{font-size:36px;line-height:1.15;letter-spacing:-0.022em}.post-card--large .post-card__excerpt{font-size:17px}.post-card--large .post-card__excerpt p{-webkit-line-clamp:6}.post-card--large .post-card__meta{font-size:14px}.post-card--no-image .post-card__content{padding-top:0}.page-header{padding:80px 24px 16px;text-align:center;border-bottom:1px solid #e4e8ed;margin-bottom:40px}.page-header__inner{max-width:720px;margin:0 auto;padding-bottom:40px}.page-header__kicker{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.12em;color:#a35700;text-transform:uppercase;margin-bottom:10px}.page-header h1{margin:0;font-size:44px;letter-spacing:-0.025em}.page-header p{color:#626d79;margin:14px auto 0;max-width:560px}.post{max-width:720px;margin:0 auto;padding:72px 24px 72px}.post__header{text-align:center;margin-bottom:36px}.post__tag{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#a35700;text-decoration:none;margin-bottom:16px}.post__title{margin:0 0 18px;font-size:48px;line-height:1.12;letter-spacing:-0.025em;font-weight:800}.post__excerpt{color:#626d79;font-size:21px;margin:0 0 22px;line-height:1.45}.post__meta{display:flex;justify-content:center;gap:10px;color:#626d79;font-size:14px;flex-wrap:wrap}.post__sep{opacity:.5}.post__author{font-weight:600;color:#15171a}.post__feature{max-width:1400px;margin:0 auto 48px;padding:0 24px}.post__feature img{width:100%;max-height:720px;object-fit:cover;border-radius:5px}.post__content{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-size:18px;line-height:1.65}.post__content h2,.post__content h3,.post__content h4{letter-spacing:-0.018em;line-height:1.25;margin-top:2em;font-weight:700}.post__content h2{font-size:30px}.post__content h3{font-size:24px}.post__content h4{font-size:19px}.post__content p{margin:0 0 1.2em}.post__content a{color:#a35700;text-decoration:underline;text-decoration-thickness:1px}.post__content a:hover{text-decoration-thickness:2px}.post__content strong{font-weight:700}.post__content blockquote{border-left:3px solid #fb8500;padding:2px 0 2px 20px;margin:1.5em 0;color:#626d79;font-style:italic}.post__content code{background:#f4f5f7;padding:2px 6px;border-radius:4px;font-family:"JetBrains Mono","Fira Code",Menlo,Consolas,"Liberation Mono",monospace;font-size:.85em}.post__content pre{background:#0d1117;color:#e6edf3;padding:18px 22px;border-radius:8px;overflow-x:auto;font-family:"JetBrains Mono","Fira Code",Menlo,Consolas,"Liberation Mono",monospace;font-size:14px;line-height:1.55;margin:1.5em 0}.post__content pre code{background:transparent;padding:0;color:inherit;font-size:inherit}.post__content img,.post__content figure{display:block;margin:1.8em auto;border-radius:5px}.post__content figure{text-align:center}.post__content figure img{margin:0 auto}.post__content figure figcaption{font-size:14px;color:#6a7381;margin-top:10px}.post__content ul,.post__content ol{padding-left:1.4em;margin:0 0 1.2em}.post__content li{margin-bottom:.35em}.post__content table{border-collapse:collapse;width:100%;margin:1.5em 0;font-size:16px}.post__content table th,.post__content table td{border:1px solid #e4e8ed;padding:8px 12px;text-align:left}.post__content table th{background:#f4f5f7}.post__content hr{border:0;border-top:1px solid #e4e8ed;margin:2.5em 0}.post__footer{margin-top:56px;padding-top:28px;border-top:1px solid #e4e8ed}.post__tags{display:flex;flex-wrap:wrap;gap:8px}.post__tag-chip{display:inline-block;padding:6px 14px;background:#f4f5f7;border-radius:999px;font-size:13px;color:#15171a;text-decoration:none}.post__tag-chip:hover{background:#e8eaee}.related-posts{border-top:1px solid #e4e8ed;padding:56px 24px 32px;background:#fafbfc}.related-posts__inner{max-width:1240px;margin:0 auto}.related-posts__inner .post-feed__inner{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:40px 32px}.related-posts__title{margin:0 0 28px;font-size:22px;letter-spacing:-0.015em;font-weight:700}@media (max-width: 720px){.related-posts{padding:40px 20px 24px}}.site-footer{background:#15171a;color:rgba(255,255,255,0.75);padding:40px 24px;margin-top:64px}.site-footer__inner{max-width:1240px;margin:0 auto;display:flex;flex-wrap:wrap;gap:24px;align-items:center;justify-content:space-between;font-size:14px}.site-footer__logo{color:#fff;font-weight:700;text-decoration:none}.site-footer__logo:hover{color:#fff;opacity:.85}.site-footer__brand{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px}.site-footer__copy{margin-left:14px}.site-footer__nav ul{list-style:none;margin:0;padding:0;display:flex;gap:22px}.site-footer__nav a{color:rgba(255,255,255,0.75);text-decoration:none}.site-footer__nav a:hover{color:#fff}.site-footer__meta{opacity:.8;color:rgba(255,255,255,0.75)}.site-footer__meta a{color:inherit;text-decoration:underline;text-underline-offset:2px}.site-footer__meta a:hover{color:#fff}@media (max-width: 980px){.post-feed__inner{grid-template-columns:repeat(2, 1fr)}.post-card--large{grid-template-columns:1fr;gap:24px}.post-card--large .post-card__title{font-size:30px}}@media (max-width: 720px){.site-header{padding:16px 18px}.site-header__inner{flex-wrap:wrap;gap:12px;align-items:center}.site-header__brand{flex:0 0 auto;margin-right:auto}.site-header__logo-img{height:24px;max-width:160px}.site-header__hamburger{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;width:38px;height:38px;padding:0;margin:0}.site-header__hamburger-bar+.site-header__hamburger-bar{margin-top:4px}.site-header__nav{order:10;flex-basis:100%;margin:0 -18px -16px;max-height:0;overflow:hidden;opacity:0;background:#15171a;transition:max-height .25s ease, opacity .2s ease, padding .2s ease}.site-header__nav ul{list-style:none;padding:4px 0;margin:0;display:block;border-top:1px solid rgba(255,255,255,0.08)}.site-header__nav li{width:100%}.site-header__nav a{display:block;padding:14px 22px;font-size:17px;border-left:3px solid transparent}.site-header__nav a:hover,.site-header__nav a.is-active{border-left-color:#fb8500;background:rgba(255,255,255,0.04)}.site-header__toggle:checked~.site-header__inner .site-header__nav{max-height:500px;opacity:1}.site-header__meta .site-header__lang{display:none}.site-header__nav-lang{display:flex;gap:6px;padding:14px 22px 18px;border-top:1px solid rgba(255,255,255,0.08)}.site-header__meta{margin-left:auto;gap:10px}}@media (max-width: 720px) and (max-width: 400px){.site-header{padding:14px 14px}.site-header__logo-img{max-width:140px}}@media (max-width: 720px){.site-hero{padding:100px 20px 72px}.site-hero--small{padding:88px 20px 56px}.site-hero--large{padding:120px 20px 96px}.site-hero__logo{max-width:280px}.site-hero__tagline{font-size:17px;margin-top:16px}.site-hero__title{font-size:38px}.post-feed{padding:36px 20px 64px}.post-feed__inner{grid-template-columns:1fr;gap:36px}.page-header h1{font-size:32px}.post{padding:36px 20px 56px}.post__title{font-size:32px}.post__excerpt{font-size:18px}.post__content{font-size:18px}.site-footer__inner{flex-direction:column;align-items:flex-start;gap:12px}}
