:root{--primary-gold:#d4af37;--dark-bg:#1a1a2e;--darker-bg:#0f0f1e;--accent-red:#e74c3c;--accent-green:#27ae60;--accent-blue:#3498db;--text-light:#ecf0f1;--text-muted:#95a5a6;--card-bg:#ffffff0d;--card-border:#d4af374d;--header-h:72px;--maxw:1100px;--gold-text:#d4af37;--on-gold:#0f0f1e;--header-bg:#0f0f1ef2;--hairline:#ecf0f138;--surface-1:#ffffff0a;--surface-2:#ffffff0f}:root[data-theme=light]{color-scheme:light;--dark-bg:#fff;--darker-bg:#f4f1e8;--text-light:#1b2130;--text-muted:#56606e;--card-bg:#fff;--card-border:#96781e52;--gold-text:#86680f;--header-bg:#faf8f2eb;--hairline:#00000024;--surface-1:#00000009;--surface-2:#0000000d}*{box-sizing:border-box;margin:0;padding:0}html{scroll-padding-top:calc(var(--header-h) + 24px);background-color:var(--darker-bg);color-scheme:dark}body{background:linear-gradient(135deg, var(--darker-bg) 0%, var(--dark-bg) 100%);color:var(--text-light);flex-direction:column;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;display:flex;overflow-x:hidden}a{color:var(--gold-text)}header{background:var(--header-bg);backdrop-filter:blur(10px);z-index:1000;border-bottom:2px solid var(--primary-gold);width:100%;position:sticky;top:0}.site-nav{flex-direction:column;gap:.5rem;max-width:1200px;margin:0 auto;padding:1rem 1.25rem;display:flex}.nav-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.logo{color:var(--gold-text);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.nav-links{scrollbar-width:none;flex-wrap:nowrap;flex-basis:100%;align-items:center;gap:clamp(.5rem,1.1vw,1.5rem);padding-block:4px;list-style:none;display:flex;position:relative;overflow-x:auto}.nav-links::-webkit-scrollbar{display:none}.nav-links>li{flex:none}.nav-underline{background:var(--primary-gold);opacity:0;pointer-events:none;border-radius:2px;width:0;height:2px;transition:transform .3s,width .3s,opacity .2s;position:absolute;top:0;left:0;transform:translate(0)}.nav-links a.active{color:var(--gold-text)}.nav-links a{color:var(--text-light);white-space:nowrap;text-decoration:none;transition:color .3s}.nav-links a:hover{color:var(--gold-text)}.logo-icon{border-radius:6px;width:2rem;height:2rem;display:block}.nav-divider{background:var(--hairline);align-self:stretch;width:1px;min-height:1.25rem;margin:0 .25rem}.nav-cta{background:var(--primary-gold);border-radius:8px;padding:.4rem .9rem;font-weight:700;color:var(--on-gold)!important}.nav-cta:hover{filter:brightness(1.08);color:var(--on-gold)!important}.nav-web{border:1px solid var(--primary-gold);background:#d4af3724;border-radius:8px;padding:.4rem .9rem;font-weight:700;color:var(--gold-text)!important}.nav-web:hover{background:var(--primary-gold);color:var(--on-gold)!important}.nav-ext{vertical-align:baseline;font-size:.85em}.lang-switcher{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.4rem;display:flex}.lang-switcher a{color:var(--text-muted);border:1px solid #0000;border-radius:6px;padding:.15rem .45rem;font-size:.85rem;text-decoration:none}.lang-switcher a:hover{color:var(--gold-text)}.lang-switcher a[aria-current=true]{color:var(--on-gold);background:var(--primary-gold);font-weight:700}.theme-toggle{border:1px solid var(--card-border);color:var(--text-light);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;width:1.85rem;height:2.05rem;padding:0;font-size:1rem;line-height:1;transition:color .2s,border-color .2s,transform .1s;display:inline-flex}.theme-toggle:active{transform:scale(.92)}.theme-toggle:hover{color:var(--gold-text);border-color:var(--primary-gold)}.theme-toggle .t-moon,.theme-toggle .t-sun{display:none}:root[data-theme=dark] .theme-toggle .t-sun,:root[data-theme=light] .theme-toggle .t-moon{display:inline}main{flex:1 0 auto;width:100%}.container{max-width:var(--maxw);margin:0 auto;padding:3rem 1.25rem}.page-head{text-align:center;margin-bottom:3rem}.page-head h1{color:var(--gold-text);margin-bottom:.75rem;font-size:clamp(2rem,5vw,3rem)}.page-head p{color:var(--text-muted);max-width:640px;margin:0 auto}.post-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.75rem;display:grid}.post-card{background:var(--card-bg);border:1px solid var(--card-border);color:inherit;border-radius:15px;flex-direction:column;text-decoration:none;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;overflow:hidden}.post-card:hover{border-color:var(--gold-text);transform:translateY(-5px);box-shadow:0 10px 30px #d4af3733}.post-card__cover{aspect-ratio:16/9;object-fit:cover;background:#d4af3714;width:100%}.post-card__body{flex-direction:column;gap:.6rem;padding:1.25rem 1.35rem 1.5rem;display:flex}.chip{text-transform:uppercase;letter-spacing:.04em;color:var(--gold-text);border:1px solid var(--card-border);background:#d4af371f;border-radius:999px;align-self:flex-start;padding:.2rem .6rem;font-size:.72rem}.post-card__title{color:var(--text-light);font-size:1.2rem;line-height:1.35}.post-card:hover .post-card__title{color:var(--gold-text)}.post-card__excerpt{color:var(--text-muted);font-size:.95rem}.post-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.post-meta__dot:before{content:"•";margin-right:.5rem}.tag-row{flex-wrap:wrap;gap:.4rem;margin-top:.25rem;display:flex}.tag{color:var(--text-muted);background:var(--surface-1);border-radius:6px;padding:.15rem .5rem;font-size:.72rem}.article{max-width:760px;margin:0 auto;padding:2.5rem 1.25rem 4rem}.article__head h1{color:var(--gold-text);margin:.75rem 0;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.2}.article__body{font-size:1.05rem}.article__body h2{color:var(--gold-text);margin:2rem 0 .75rem;font-size:1.5rem}.article__body h3{color:var(--text-light);margin:1.5rem 0 .5rem;font-size:1.2rem}.article__body p,.article__body ul,.article__body ol{margin-bottom:1.1rem}.article__body ul,.article__body ol{padding-left:1.4rem}.article__body li{margin-bottom:.4rem}.article__body img{border:1px solid var(--card-border);border-radius:12px;width:auto;max-width:100%;height:auto;max-height:min(70vh,620px);margin:1.5rem auto;display:block}.yt-short{aspect-ratio:9/16;max-width:320px;margin:1.5rem auto}.yt-short iframe{border:0;border-radius:12px;width:100%;height:100%;display:block}.article__body a{color:var(--gold-text)}.article__body table{border-collapse:collapse;width:100%;margin:1.5rem 0;font-size:.95rem;display:block;overflow-x:auto}.article__body th,.article__body td{border:1px solid var(--card-border);text-align:left;vertical-align:top;padding:.5rem .75rem}.article__body th{color:var(--gold-text);white-space:nowrap;background:#d4af3714;font-weight:600}.article__body pre{background:var(--card-bg);border:1px solid var(--card-border);border-radius:10px;margin:1.5rem 0;padding:1rem 1.15rem;font-size:.9rem;line-height:1.5;overflow-x:auto}.article__body pre code{font-size:inherit;background:0 0;padding:0}.article__body code{background:var(--surface-2);border:1px solid var(--card-border);word-break:break-word;border-radius:5px;padding:.1rem .35rem;font-family:SFMono-Regular,ui-monospace,Menlo,Consolas,Liberation Mono,monospace;font-size:.9em}.back-link{color:var(--text-muted);margin-bottom:1rem;text-decoration:none;display:inline-block}.back-link:hover{color:var(--gold-text)}.related-articles{border-top:1px solid var(--card-border);margin-top:2.5rem;padding-top:1.5rem}.related-articles h2{color:var(--gold-text);margin-bottom:.75rem;font-size:1.3rem}.related-articles ul{flex-direction:column;gap:.5rem;list-style:none;display:flex}.related-articles a{color:var(--text-light);text-decoration:none}.related-articles a:hover{color:var(--gold-text)}.cta{text-align:center;border:1px solid var(--card-border);background:#d4af370f;border-radius:15px;max-width:760px;margin:2rem auto 3rem;padding:2rem 1.5rem}.cta h2{color:var(--gold-text);margin-bottom:.5rem}.cta p{color:var(--text-muted);margin-bottom:1.25rem}.cta-badge-link{border-radius:8px;line-height:0;transition:transform .3s,box-shadow .3s;display:inline-block}.cta-badge-link:hover{transform:translateY(-3px);box-shadow:0 8px 30px #d4af3766}.cta-badge{width:200px;height:auto}.web-badge-link{width:var(--web-badge-width,200px);aspect-ratio:646/250;padding:calc(var(--web-badge-width,200px) * .0635);box-sizing:border-box;border-radius:8px;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-block}.web-badge-link:hover{transform:translateY(-3px);box-shadow:0 8px 30px #d4af3780}.web-badge{justify-content:flex-start;align-items:center;gap:calc(var(--web-badge-width,200px) * .045);box-sizing:border-box;width:100%;height:100%;padding:0 calc(var(--web-badge-width,200px) * .055);border:1px solid var(--primary-gold);background:#000;border-radius:7px;display:flex}.web-badge-icon{width:calc(var(--web-badge-width,200px) * .16);height:calc(var(--web-badge-width,200px) * .16);color:var(--primary-gold);flex:none}.web-badge-text{text-align:left;color:#fff;flex-direction:column;align-items:flex-start;line-height:1.1;display:flex}.web-badge-small{font-size:calc(var(--web-badge-width,200px) * .042);letter-spacing:.08em;text-transform:uppercase;color:#dcdcdc}.web-badge-big{font-size:calc(var(--web-badge-width,200px) * .095);white-space:nowrap;font-weight:600}.cta-badges{flex-wrap:wrap;justify-content:center;align-items:center;gap:.85rem 1rem;display:flex}.footer-badges{--web-badge-width:165px;justify-content:flex-start;align-self:flex-start;gap:.6rem .75rem}footer{background:var(--darker-bg);border-top:1px solid var(--card-border);flex-shrink:0;padding:3rem 1.25rem 2rem}.footer-content{max-width:var(--maxw);margin:0 auto}.footer-grid{text-align:left;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.5rem 2rem;display:grid}.footer-brand{flex-direction:column;gap:.75rem;max-width:380px;display:flex}.footer-logo{color:var(--gold-text);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:inline-flex}.footer-logo img{border-radius:6px;width:2rem;height:2rem;display:block}.footer-tagline{color:var(--text-muted);margin:0;font-size:.9rem}.footer-cta{align-self:flex-start}.footer-badge{width:165px}.footer-heading{text-transform:uppercase;letter-spacing:.08em;color:var(--text-light);margin:0 0 .9rem;font-size:.78rem;font-weight:700}.footer-col ul{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.footer-col a{color:var(--text-muted);font-size:.92rem;text-decoration:none;transition:color .3s}.footer-col a:hover{color:var(--gold-text)}.footer-social-row{flex-direction:column;gap:.6rem;display:flex}.footer-social-row a{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.92rem;text-decoration:none;transition:color .3s;display:inline-flex}.footer-social-row a:hover{color:var(--gold-text)}.footer-social-row svg{flex:none}.footer-bottom{text-align:left;border-top:1px solid #d4af3733;flex-direction:column;gap:.75rem;margin-top:2.5rem;padding-top:1.5rem;display:flex}.footer-disclaimer{color:var(--text-muted);max-width:900px;margin:0;font-size:.78rem}.footer-disclaimer a{color:var(--gold-text)}.copyright{color:var(--text-muted);margin:0;font-size:.9rem}:root[data-theme=light] footer .footer-col a,:root[data-theme=light] footer .footer-social-row a,:root[data-theme=light] footer .footer-tagline,:root[data-theme=light] footer .footer-disclaimer,:root[data-theme=light] footer .copyright{color:#4b5563}@media (width<=768px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1;max-width:none}}@media (width<=480px){.footer-grid{grid-template-columns:1fr}}.disclaimer{color:var(--text-muted);max-width:900px;margin:0 auto 1.5rem;font-size:.8rem}@media (width<=640px){.nav-row{justify-content:center}.nav-divider{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
