.footer-sitemap[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr;gap:2rem;padding:2.5rem 0 1.5rem}.footer-col[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{font-family:var(--mono);font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--primary);margin:0 0 .75rem;font-weight:500}.footer-col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;margin:0;padding:0}.footer-col[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{margin-bottom:.45rem}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--muted);font-size:.9rem;transition:color .2s,padding-left .2s}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--text);padding-left:4px}.footer-brand[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{color:var(--muted);font-size:.875rem;margin:.75rem 0 0;max-width:34ch;line-height:1.5}.footer-bottom[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:1rem 0;border-top:1px solid var(--line);font-family:var(--mono);font-size:.72rem;letter-spacing:.08em}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{margin:0;color:var(--muted)}@media(max-width:820px){.footer-sitemap[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr}}@media(max-width:520px){.footer-sitemap[data-astro-cid-sz7xmlte]{grid-template-columns:1fr}}.ad-sidebar[data-astro-cid-h2vphs6j]{display:none;position:fixed;top:50%;transform:translateY(-50%);z-index:20;pointer-events:none}.ad-sidebar__inner[data-astro-cid-h2vphs6j]{pointer-events:auto}.ad-sidebar__slot[data-astro-cid-h2vphs6j]{margin-bottom:.5rem}.ad-sidebar__slot[data-astro-cid-h2vphs6j]:last-child{margin-bottom:0}.ad-sidebar--left[data-astro-cid-h2vphs6j]{left:0}.ad-sidebar--right[data-astro-cid-h2vphs6j]{right:0}@media(min-width:1440px){.ad-sidebar[data-astro-cid-h2vphs6j]{display:block}}@media(max-width:1439px){.ad-sidebar[data-astro-cid-h2vphs6j]{display:none!important}}:root{--bg: #0c1219;--surface: #121b27;--surface2: #182434;--text: #e9eef6;--muted: #94a2b6;--line: #25344a;--primary: #ffb454;--primary-dim: rgba(255, 180, 84, .15);--container: 1180px;--radius: 6px;--disp: "Chakra Petch", ui-sans-serif, system-ui, sans-serif;--body-font: "IBM Plex Sans", ui-sans-serif, system-ui, sans-serif;--mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:var(--body-font);color:var(--text);background:var(--bg)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:min(var(--container),calc(100% - 2rem));margin-inline:auto}.main-content{min-height:calc(100vh - 170px)}.site-header{position:sticky;top:0;z-index:30;backdrop-filter:blur(10px);background:#0c1219e0;border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:100px;gap:1.5rem}.logo{display:inline-flex;align-items:center;gap:.82rem;font-weight:800;white-space:nowrap}.logo-text{font-family:var(--disp);font-size:1.1rem;font-weight:700;letter-spacing:.04em}.logo-text em{font-style:normal;color:var(--primary)}.logo-mark{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;color:#0c1219;font-weight:800;font-size:15px;background:var(--primary);clip-path:polygon(0 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%)}.header-nav{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:0}.header-ad-slot{flex:0 0 auto;max-width:728px;overflow:hidden;line-height:0}.header-nav-bottom{display:flex;align-items:center;justify-content:flex-end;gap:1.25rem;height:44.8px}.header-search-toggle,.header-menu-toggle{border:none;background:transparent;cursor:pointer;font-size:1.1rem;padding:.5rem;display:flex;align-items:center;justify-content:center}.header-menu-toggle{display:none}.header-search{position:relative;display:none;max-width:220px}.header-search.is-open{display:block}.header-search input[type=search]{border-radius:999px;border:1px solid var(--line);background:var(--surface2);color:var(--text);padding:.38rem .8rem;font-size:.86rem;width:180px;max-width:100%}.header-search input[type=search]:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 1px var(--line)}.nav-list{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:flex-end;list-style:none;gap:1.1rem;margin:0;padding:0}.nav-list a,.nav-list .nav-dropdown-toggle{position:relative;display:inline-flex;align-items:center;height:44.8px;font-family:var(--mono);font-size:.78rem;letter-spacing:.14em;font-weight:500;text-transform:uppercase;color:var(--muted)}.nav-list a:after,.nav-list .nav-dropdown-toggle:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:999px;background:var(--primary);transform:scaleX(0);transform-origin:center;transition:transform .25s ease}.nav-list a:hover,.nav-list a.is-active,.nav-list .nav-dropdown-toggle:hover{color:var(--text)}.nav-list a:hover:after,.nav-list a.is-active:after,.nav-list .nav-dropdown-toggle:hover:after{transform:scaleX(1)}.site-footer{margin-top:0;border-top:1px solid var(--line);background:var(--surface)}.footer-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-inner p{margin:0;color:var(--muted);font-size:.92rem}.footer-nav{list-style:none;display:flex;gap:1rem;margin:0;padding:0}.footer-nav a{color:var(--muted)}.footer-nav a:hover{color:var(--primary)}.footer-badges{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;padding:1.5rem 0 1rem;border-top:1px solid var(--line);overflow-x:auto}.footer-badges a{display:inline-flex;align-items:center;flex-shrink:0;transition:opacity .2s ease,transform .2s ease}.footer-badges a:hover{opacity:.8;transform:translateY(-2px)}.footer-badges img{display:block;height:auto;max-height:40px}.section-header{margin-top:2.2rem;margin-bottom:1.2rem}.section-header h1{margin:0;font-size:clamp(1.7rem,2.6vw,2.4rem)}.section-header p{margin:.6rem 0 0;color:var(--muted)}.home-intro{margin-top:2.6rem;margin-bottom:1.4rem}.home-masthead{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:1rem;margin-top:1.5rem;margin-bottom:1.4rem}.home-masthead__hero,.home-masthead__grid{min-width:0}.home-masthead__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.home-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:1.25rem;margin-bottom:2.2rem}.home-main{display:grid;gap:1.25rem}.home-section-heading{margin:0 0 .75rem;padding-bottom:.35rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;border-bottom:3px solid var(--line)}.home-section-heading h2,.home-latest h2{margin:0;font-size:1.05rem;letter-spacing:.04em;text-transform:uppercase}.home-section-heading h2{border-bottom:3px solid var(--primary);padding-bottom:.35rem;margin-bottom:-.35rem}.home-section-heading a{color:#4b5563;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.home-section-heading a:hover{color:var(--primary)}.home-category-section{border-radius:var(--radius);background:var(--surface);padding:.95rem;border:1px solid var(--line)}.home-category-layout{display:grid;grid-template-columns:minmax(0,1.2fr) 320px;gap:.85rem}.home-category-section .post-card--hero{border:none;box-shadow:none}.home-category-section .post-card--hero .post-card__media{aspect-ratio:16 / 9;border-radius:14px;overflow:hidden}.home-category-section .post-card--hero .post-card__body{padding:.9rem .2rem .2rem}.home-category-section .post-card--hero h2{font-size:1.22rem;line-height:1.3;margin-top:.1rem}.home-category-section .post-card--hero p{margin-top:.4rem}.home-category-sidegrid{display:grid;grid-template-rows:repeat(4,minmax(0,1fr));gap:.7rem;align-content:stretch}.home-category-sidegrid .post-card--list{display:flex;align-items:center;grid-template-columns:none;grid-template-rows:none;border:none;border-radius:0;background:transparent;box-shadow:none;padding:0}.home-category-sidegrid .post-card--list .post-card__media{flex:0 0 96px;height:72px;margin:0;border-radius:10px;overflow:hidden}.home-category-sidegrid .post-card--list .post-card__body{padding:0 0 0 .75rem;display:flex;flex-direction:column;justify-content:center}.home-category-sidegrid .post-card--list .post-card__meta{font-size:.72rem;margin-bottom:.15rem}.home-category-sidegrid .post-card--list h2{font-size:.9rem;line-height:1.22}.home-category-sidegrid .post-card--list p{display:none}.home-latest-list{display:grid;gap:.9rem}.home-latest .post-card--list .post-card__meta{margin-bottom:.75rem}.pager{margin-top:.85rem;display:flex;align-items:center;justify-content:flex-end;gap:.45rem;font-size:.86rem}.pager-summary{color:var(--muted)}.pager-pages{display:inline-flex;align-items:center;gap:.25rem}.pager-page,.pager-nav{border:none;background:transparent;padding:.25rem .5rem;border-radius:999px;font-size:.86rem;cursor:pointer;color:var(--muted);text-decoration:none;display:inline-flex;align-items:center;line-height:1.4}.pager-nav.is-disabled{opacity:.35;cursor:default}.pager-page.is-active{background:var(--primary);color:#0c1219}.pager-page:hover:not(.is-active),a.pager-nav:hover{color:var(--primary)}.pager-ellipsis{color:var(--muted);font-size:.86rem;padding-inline:.1rem}.post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;margin-bottom:2rem}.latest-grid{margin-bottom:0}.post-card{display:grid;grid-template-rows:auto 1fr;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--surface);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.post-card:hover{transform:translateY(-2px);border-color:var(--primary);box-shadow:0 10px 24px #0000004d}.post-card__media{aspect-ratio:16 / 10;background:var(--surface2);position:relative;overflow:hidden}.post-card__badge{position:absolute;left:.9rem;top:.9rem;padding:.1rem .65rem;border-radius:999px;background:var(--primary);color:#f9fafb;font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;z-index:1}.post-card__media img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.post-card__body{padding:.95rem}.post-card__meta{color:var(--muted);font-size:.79rem;margin-bottom:.45rem;letter-spacing:.04em}.post-card h2{margin:0;font-size:1.08rem;line-height:1.35}.post-card p{margin:.55rem 0 0;color:var(--muted);font-size:.93rem}.post-card--hero .post-card__media{aspect-ratio:16 / 8}.post-card--hero h2{font-size:clamp(1.35rem,2.2vw,1.85rem)}.post-card--hero .post-card__body{padding:1.1rem 1.15rem 1.2rem}.post-card--overlay{position:relative;display:block;border:none;min-height:100%}.post-card--overlay .post-card__media{aspect-ratio:16 / 10}.post-card--overlay:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,#111827db 10%,#11182738,#11182714);pointer-events:none}.post-card--overlay .post-card__body{position:absolute;left:0;right:0;bottom:0;z-index:1;padding:1rem}.post-card--overlay .post-card__meta,.post-card--overlay h2,.post-card--overlay p{color:#fff}.post-card--overlay .post-card__meta{font-size:.72rem;margin-bottom:.3rem}.post-card--overlay h2{font-size:clamp(1rem,1.7vw,1.35rem);line-height:1.28;text-shadow:0 2px 12px rgba(0,0,0,.3)}.post-card--overlay p{display:none}.home-masthead__hero .post-card--overlay .post-card__media{aspect-ratio:16 / 11}.home-masthead__hero .post-card--overlay h2{font-size:clamp(1.2rem,2vw,1.7rem)}.home-masthead__hero .post-card--overlay p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:.4rem;font-size:.9rem}.home-masthead__grid .post-card--overlay p{display:none}.home-masthead__grid .post-card--overlay h2{font-size:1rem;line-height:1.3}.home-masthead__grid .post-card--overlay{border-radius:14px;overflow:hidden}.home-masthead__grid .post-card--overlay .post-card__media{height:100%}.home-masthead .post-card__media img{transition:transform .4s ease;transform-origin:center}.home-masthead .post-card--overlay:hover .post-card__media img{transform:scale(1.05)}.home-category-section .post-card__media img{transition:transform .35s ease;transform-origin:center}.home-category-section .post-card:hover{transform:none;box-shadow:none}.home-category-section .post-card:hover .post-card__media img{transform:scale(1.05)}.post-card--list{grid-template-columns:220px minmax(0,1fr);grid-template-rows:1fr}.post-card--list .post-card__media{aspect-ratio:auto;height:100%}.post-card--list .post-card__body{padding:.9rem 1rem}.post-card--list h2{font-size:1.12rem}.post-card--list p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-sidebar{display:grid;gap:1rem;align-content:start}.home-widget{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:1rem}.home-widget h3{margin:0 0 .75rem;font-size:.95rem;letter-spacing:.06em;text-transform:uppercase}.home-widget ul{list-style:none;margin:0;padding:0;display:grid;gap:.65rem}.featured-list{list-style:none;margin:.35rem 0 0;padding:0;border-top:1px solid var(--line)}.featured-list__item{display:flex;gap:.55rem;padding:.55rem 0;border-bottom:1px solid color-mix(in srgb,var(--line) 70%,transparent)}.featured-list__index{width:1.5rem;text-align:center;font-weight:700;font-size:1.05rem;color:#d1d5db}.featured-list__content{flex:1;min-width:0}.featured-list__title{font-size:.9rem;font-weight:600;color:var(--text)}.featured-list__title:hover{color:var(--primary)}.featured-list__meta{margin-top:.15rem;font-size:.78rem;color:var(--muted)}.tag-cloud{display:flex;flex-wrap:wrap;gap:.45rem .55rem}.tag-cloud__item{display:inline-block;color:var(--text);line-height:1.25;transition:color .2s ease,transform .2s ease}.tag-cloud__item:hover{color:var(--primary);transform:scale(1.08)}.tag-cloud__item--w1{font-size:.82rem;font-weight:500}.tag-cloud__item--w2{font-size:.94rem;font-weight:600}.tag-cloud__item--w3{font-size:1.06rem;font-weight:650}.tag-cloud__item--w4{font-size:1.2rem;font-weight:700}.tag-cloud__item--w5{font-size:1.34rem;font-weight:800}.post-card--compact{border:none;border-radius:0;background:transparent;box-shadow:none;transform:none;display:block}.post-card--compact .post-card__media{display:none}.post-card--compact .post-card__body{padding:0}.post-card--compact .post-card__meta{font-size:.72rem;margin-bottom:.2rem}.post-card--compact h2{font-size:.98rem}.post-card--compact p{display:none}.category-links{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}.category-links a{display:block;border:1px solid var(--line);border-radius:10px;padding:.55rem .65rem;font-weight:600}.category-links a:hover{color:var(--primary);border-color:var(--primary)}.category-shell{margin-top:2.2rem;margin-bottom:2.2rem}.category-head{margin-bottom:1rem}.category-head h1{margin:0;font-size:clamp(1.75rem,2.8vw,2.4rem)}.category-head p{margin:.6rem 0 0;color:var(--muted)}.category-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:1rem}.category-main{min-width:0}.category-grid{margin-bottom:0;grid-template-columns:1fr;gap:.65rem}.category-grid>[data-index]{display:flex}.category-grid>[data-index] .post-card{width:100%;height:100%}.category-grid .post-card--list{display:grid;grid-template-columns:160px minmax(0,1fr);grid-template-rows:none;align-items:stretch;min-height:100px}.category-grid .post-card--list .post-card__media{aspect-ratio:auto;height:100%;min-height:100px;border-radius:0;overflow:hidden;position:relative}.category-grid .post-card--list .post-card__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.category-grid .post-card--list .post-card__body{padding:.85rem 1rem;display:flex;flex-direction:column;justify-content:center;min-width:0;overflow:hidden}.category-grid .post-card--list .post-card__meta{font-size:.75rem;margin-bottom:.3rem}.category-grid .post-card--list h2{font-size:1rem;line-height:1.35}.category-grid .post-card--list p{margin-top:.4rem;font-size:.88rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-sidebar{display:grid;align-content:start}.category-widget{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:1rem}.category-widget h2{margin:0 0 .8rem;font-size:.95rem;letter-spacing:.06em;text-transform:uppercase}.category-widget ul{list-style:none;margin:0;padding:0;display:grid;gap:.65rem}.category-widget a{color:var(--text);font-weight:600}.category-widget a:hover{color:var(--primary)}.empty-state{border:1px dashed var(--line);border-radius:var(--radius);background:var(--surface);padding:1.25rem;color:var(--muted)}.post-shell{width:min(var(--container),calc(100% - 2rem));margin-inline:auto;display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:1.8rem;margin-top:2rem}.post-side{display:grid;gap:1rem;align-content:start;align-self:start;position:sticky;top:100px}.post-main{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.35rem}.post-title{margin:0;font-size:clamp(1.8rem,3.2vw,2.5rem);line-height:1.2}.post-meta{margin-top:.65rem;color:var(--muted);font-size:.92rem}.post-pills{display:flex;flex-wrap:wrap;gap:.45rem}.post-pill{display:inline-flex;border:1px solid var(--line);border-radius:999px;padding:.2rem .65rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.post-cover{margin-top:1rem;border-radius:12px;overflow:hidden;border:1px solid var(--line)}.prose{margin-top:1.2rem}.prose a{color:var(--primary);text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--primary) 40%,transparent);text-underline-offset:2px;transition:text-decoration-color .2s ease}.prose a:hover{text-decoration-color:var(--primary)}.prose h2,.prose h3,.prose h4{scroll-margin-top:100px}.prose img{max-width:100%;height:auto}.prose table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem;border:1px solid var(--line);border-radius:8px;overflow:hidden}.prose table thead{background:var(--surface2)}.prose table th{padding:.75rem 1rem;text-align:left;font-weight:600;color:var(--text);border-bottom:2px solid var(--line)}.prose table td{padding:.75rem 1rem;border-bottom:1px solid var(--line);color:var(--muted)}.prose table tbody tr:last-child td{border-bottom:none}.prose table tbody tr:hover{background:var(--surface2)}.prose blockquote{margin:1.5rem 0;padding:.85rem 1.1rem;background:var(--surface2);border-left:3px solid var(--primary);border-radius:0 8px 8px 0;color:var(--muted);font-style:italic}.prose blockquote p{margin:0}.prose blockquote p+p{margin-top:.6rem}.prose :not(pre)>code{background:var(--surface2);color:var(--primary);border-radius:4px;padding:.15em .4em;font-size:.875em;font-family:var(--mono)}.prose pre{margin:1.5rem 0;padding:1.1rem 1.25rem;background:#1e1e2e;color:#cdd6f4;border-radius:10px;overflow-x:auto;font-size:.875rem;line-height:1.65;border:1px solid #313244}.prose pre code{background:transparent;color:inherit;padding:0;font-size:inherit;border-radius:0}.toc{position:static;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:1rem}.toc h3{margin:0 0 .5rem;font-size:.95rem}.toc ul{margin:0;padding-left:1rem;display:grid;gap:.4rem}.toc a{color:#374151;font-size:.9rem}.author-box,.share-bar{margin-top:1.2rem;border:1px solid var(--line);border-radius:12px;background:var(--surface);padding:1rem}.post-side .share-bar,.post-side .toc{margin-top:0}.post-recommendations{margin-top:1.2rem}.post-recommendations h3{margin:0 0 .7rem;font-size:1rem}.post-recommendations__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.post-recommendations__grid .post-card{min-height:100%}.post-recommendations__grid .post-card__media{aspect-ratio:16 / 9}.post-recommendations__grid .post-card__body{padding:1rem}.author-box h3,.share-bar h3{margin:0 0 .7rem;font-size:1rem}.author-info{display:flex;align-items:center;gap:.8rem}.author-avatar{width:68px;height:68px;min-width:68px;min-height:68px;border-radius:999px;background:var(--surface2);overflow:hidden;border:1px solid var(--line);flex:0 0 68px}.author-avatar img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:999px}.share-links{display:flex;flex-wrap:wrap;gap:.55rem}.share-links a{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:1px solid var(--line);border-radius:999px}.share-links a svg{width:1.1rem;height:1.1rem;display:block}.share-links a:hover{border-color:var(--primary);color:var(--primary)}.policy-page{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.1rem;margin-top:2rem;margin-bottom:2rem}.policy-page h2{margin-top:1.25rem;margin-bottom:.5rem;font-size:1.12rem}.policy-page ul{margin:.45rem 0 .9rem;padding-left:1.1rem;color:var(--muted)}.policy-page li{margin-bottom:.35rem}.policy-page p{margin-top:.5rem}.policy-page__mail{color:var(--primary);text-decoration:underline}.policy-page__action{border:1px solid var(--primary);background:var(--primary-dim);color:var(--primary);border-radius:999px;padding:.4rem .8rem;cursor:pointer;font-weight:600}.policy-page__action:hover{background:var(--primary);color:#0c1219}.ad-native-banner{width:100%;overflow:hidden;margin-bottom:0}.ad-social-bar{position:fixed;right:0;bottom:0;width:300px;height:250px;z-index:70;overflow:hidden;pointer-events:none}.ad-social-bar>*{pointer-events:auto}.cookie-consent{position:fixed;left:1rem;bottom:1rem;z-index:80;width:min(300px,calc(100% - 1.5rem))}.cookie-consent__strip{width:100%;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);box-shadow:0 8px 20px #0006;padding:.42rem .82rem;font-size:.78rem;font-weight:700;cursor:pointer}.cookie-consent__panel{border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:0 12px 28px #00000080;padding:.75rem}.cookie-consent__panel h2{margin:0;font-size:.88rem}.cookie-consent__panel p{margin:.35rem 0 0;font-size:.75rem;color:var(--muted);line-height:1.35}.cookie-consent__actions{margin-top:.62rem;display:flex;flex-wrap:wrap;align-items:center;gap:.38rem}.cookie-consent__panel--main .cookie-consent__actions{display:grid;grid-template-columns:1fr 1fr;gap:.4rem;justify-items:center}.cookie-consent__actions--settings{margin-top:.48rem}.cookie-consent__btn{border:1px solid var(--line);background:var(--surface2);color:var(--text);border-radius:999px;padding:.28rem .56rem;font-size:.72rem;font-weight:600;cursor:pointer}.cookie-consent__panel--main .cookie-consent__btn{width:100%;max-width:128px;text-align:center}.cookie-consent__btn--primary{background:var(--primary);border-color:var(--primary);color:#0c1219}.cookie-consent__link{font-size:.72rem;color:var(--muted);text-decoration:underline}.cookie-consent__panel--main .cookie-consent__link{grid-column:1 / -1;justify-self:center}.cookie-consent__setting{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.45rem;font-size:.75rem;color:var(--text)}.cookie-consent__setting strong{font-size:.75rem}.cookie-consent__setting small{display:block;margin-top:.12rem;color:var(--muted);font-size:.68rem}.cookie-consent__setting input{width:1rem;height:1rem}.cookie-consent__setting--locked{border-radius:8px;background:var(--surface2);border:1px solid var(--line);padding:.42rem .5rem}@media(max-width:1080px){.home-masthead,.home-layout,.category-layout,.home-category-layout{grid-template-columns:1fr}.home-category-sidegrid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-grid{grid-template-columns:1fr}}@media(max-width:980px){.header-inner{min-height:auto;align-items:flex-start;padding-block:.75rem;flex-direction:column;gap:.5rem}.header-ad-slot{display:none}.header-nav{width:100%}.header-nav-bottom{width:100%;justify-content:space-between}.header-search{max-width:100%;flex:1}.header-search input[type=search]{width:100%}.cookie-consent{left:.8rem;bottom:.8rem;width:min(290px,calc(100% - 1rem))}.cookie-consent__panel{padding:.7rem}.nav-list{width:100%;justify-content:flex-start;gap:.85rem;flex-wrap:wrap}.nav-list a,.nav-list .nav-dropdown-toggle{height:40px;font-size:.85rem}.nav-dropdown-menu{position:fixed;left:1rem;right:1rem;top:auto;min-width:auto;max-height:60vh;overflow-y:auto}.game-hub-layout{grid-template-columns:1fr;gap:2rem}.game-hub-sidebar{position:static}.post-shell{grid-template-columns:1fr}.post-side{position:static;top:auto}.toc{position:static}.post-recommendations__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.home-masthead__grid,.home-category-sidegrid{grid-template-columns:1fr}.logo-text{font-size:1.1rem}.logo-mark{width:40px;height:40px}.nav-list{gap:.65rem}.nav-list a,.nav-list .nav-dropdown-toggle{font-size:.8rem;letter-spacing:.08em;height:36px}.footer-inner{flex-direction:column;align-items:center;text-align:center;gap:.75rem;padding-block:1rem}.footer-nav{flex-wrap:wrap;justify-content:center}.cookie-consent{right:.6rem;left:.6rem;bottom:.6rem;width:auto}.cookie-consent__panel{padding:.65rem}.cookie-consent__actions{gap:.32rem}.home-category-section{padding:.8rem}.post-card--list{grid-template-columns:1fr}.post-card--list .post-card__media{aspect-ratio:16 / 10;height:auto}.post-card--list .post-card__body{padding:.8rem}.post-card--list h2{font-size:1.02rem}.post-card--list p{-webkit-line-clamp:3}.category-grid .post-card--list{grid-template-columns:110px minmax(0,1fr);min-height:80px}.category-grid .post-card--list .post-card__media{min-height:80px}.category-grid .post-card--list .post-card__body{padding:.6rem .75rem}.category-grid .post-card--list h2{font-size:.9rem}.category-grid .post-card--list p{display:none}.post-recommendations__grid{grid-template-columns:1fr}.breadcrumb{font-size:.8rem}.breadcrumb ol{gap:.35rem}.breadcrumb li:not(:last-child):after{margin-left:.35rem}}@media(prefers-reduced-motion:reduce){.tag-cloud__item{transition:color .2s ease}.tag-cloud__item:hover{transform:none}}.breadcrumb{margin-bottom:1.5rem;font-size:.875rem}.breadcrumb ol{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0;color:var(--muted)}.breadcrumb li{display:flex;align-items:center}.breadcrumb li:not(:last-child):after{content:"›";margin-left:.5rem;color:var(--muted)}.breadcrumb a{color:var(--muted);transition:color .2s}.breadcrumb a:hover{color:var(--primary)}.breadcrumb li[aria-current=page]{color:var(--text);font-weight:500}.nav-item-dropdown{position:relative;display:flex;align-items:flex-end}.nav-dropdown-toggle{background:none;border:none;padding:0;margin:0;cursor:pointer;transition:color .2s;font-family:inherit}.nav-item-dropdown.is-open .nav-dropdown-toggle:after{transform:scaleX(1)}.nav-dropdown-menu{position:absolute;top:100%;left:0;min-width:200px;background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:0 4px 12px #0006;list-style:none;margin:.5rem 0 0;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .2s,transform .2s,visibility .2s;z-index:100}.nav-item-dropdown.is-open .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-menu li{margin:0}.nav-dropdown-menu a{display:block;padding:.625rem 1rem;color:var(--text);font-size:.875rem;transition:background-color .2s,color .2s}.nav-dropdown-menu a:hover{background-color:var(--surface2);color:var(--primary)}.nav-item-submenu{position:relative}.nav-submenu-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.625rem 1rem;background:none;border:none;color:var(--text);font-size:.875rem;font-family:inherit;cursor:pointer;transition:background-color .2s,color .2s;text-align:left}.nav-submenu-toggle:hover{background-color:var(--surface2);color:var(--primary)}.nav-submenu-menu{position:absolute;top:0;left:100%;min-width:180px;background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:0 4px 12px #0006;list-style:none;margin:0 0 0 .25rem;padding:.5rem 0;opacity:0;visibility:hidden;transform:translate(-6px);transition:opacity .2s,transform .2s,visibility .2s;z-index:101}.nav-item-submenu.is-open .nav-submenu-menu{opacity:1;visibility:visible;transform:translate(0)}.nav-submenu-menu a{display:block;padding:.625rem 1rem;color:var(--text);font-size:.875rem;transition:background-color .2s,color .2s}.nav-submenu-menu a:hover{background-color:var(--surface2);color:var(--primary)}.game-hub-layout{display:grid;grid-template-columns:1fr 320px;gap:2.5rem;margin-top:2rem}.game-hub-main{min-width:0}.game-hub-section{margin-bottom:3rem}.game-hub-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--line)}.game-hub-section-header h2{margin:0;font-size:1.5rem;font-weight:700}.game-hub-see-all{font-size:.875rem;color:var(--primary);font-weight:600;transition:opacity .2s}.game-hub-see-all:hover{opacity:.8}.game-hub-sidebar{position:sticky;top:150px;align-self:start}.game-widget{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem}.game-widget h3{margin:0 0 1rem;font-size:1.125rem;font-weight:700}.game-widget .prose{font-size:.9375rem;line-height:1.6;color:var(--muted)}.game-widget .prose p{margin:.5rem 0}@media(max-width:1024px){.game-hub-layout{grid-template-columns:1fr;gap:2rem}.game-hub-sidebar{position:static}}.card-link{color:#a78bfa;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:2px;cursor:help;position:relative;transition:color .2s}.card-link:hover{color:#c4b5fd}.card-tooltip{position:absolute;z-index:9999;background:#1e293b;border:1px solid rgba(167,139,250,.5);border-radius:8px;padding:1rem;max-width:300px;box-shadow:0 8px 32px #0006;pointer-events:none;animation:tooltipFadeIn .15s ease-out}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.card-tooltip__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.card-tooltip__title{font-size:1rem;font-weight:700;color:#f1f5f9;margin:0}.card-tooltip__cost{width:28px;height:28px;border-radius:50%;background:#0f172a;border:2px solid #fbbf24;color:#fbbf24;font-size:.9rem;font-weight:800;display:flex;align-items:center;justify-content:center}.card-tooltip__meta{font-size:.75rem;font-weight:600;color:#a78bfa;margin-bottom:.5rem;letter-spacing:.02em}.card-tooltip__desc{font-size:.85rem;color:#cbd5e1;line-height:1.4;margin-bottom:.5rem}.card-tooltip__keywords{display:flex;flex-wrap:wrap;gap:.3rem}.card-tooltip__keywords .kw{font-size:.7rem;font-weight:600;color:#cbd5e1;border:1px solid rgba(148,163,184,.35);border-radius:4px;padding:.15rem .4rem;background:#94a3b81a}.post-shell[data-game-theme=crimson-desert]{--bg: #0e0c0a;--surface: #1a1613;--surface2: #241f1a;--text: #f0e8dc;--muted: #a89880;--line: #3a3228;--primary: #d4a843;--primary-dim: rgba(212, 168, 67, .12);--accent: #e63946;--accent-dim: rgba(230, 57, 70, .1);--disp: "Cinzel", "Chakra Petch", serif}.post-shell[data-game-theme=crimson-desert] .post-main{background:var(--surface);border-color:var(--line)}.post-shell[data-game-theme=crimson-desert] .post-title{font-family:var(--disp);color:var(--text)}.post-shell[data-game-theme=crimson-desert] .post-pill{border-color:var(--line);color:var(--muted)}.post-shell[data-game-theme=crimson-desert] .post-pill:first-child{border-color:#e6394666;color:#e63946}.post-shell[data-game-theme=crimson-desert] .post-meta{color:var(--muted)}.post-shell[data-game-theme=crimson-desert] .prose a{color:var(--primary);text-decoration-color:#d4a84366}.post-shell[data-game-theme=crimson-desert] .prose a:hover{text-decoration-color:var(--primary)}.post-shell[data-game-theme=crimson-desert] .prose h2,.post-shell[data-game-theme=crimson-desert] .prose h3,.post-shell[data-game-theme=crimson-desert] .prose h4{font-family:var(--disp);color:var(--text)}.post-shell[data-game-theme=crimson-desert] .prose blockquote{background:var(--surface2);border-left-color:var(--primary);color:var(--muted)}.post-shell[data-game-theme=crimson-desert] .prose :not(pre)>code{background:var(--surface2);color:var(--primary)}.post-shell[data-game-theme=crimson-desert] .prose table thead{background:var(--surface2)}.post-shell[data-game-theme=crimson-desert] .prose table th{color:var(--text);border-bottom-color:var(--line)}.post-shell[data-game-theme=crimson-desert] .prose table td{border-bottom-color:var(--line);color:var(--muted)}.post-shell[data-game-theme=crimson-desert] .prose table tbody tr:hover{background:var(--surface2)}.post-shell[data-game-theme=crimson-desert] .post-side .toc,.post-shell[data-game-theme=crimson-desert] .post-side .share-bar{background:var(--surface);border-color:var(--line)}.post-shell[data-game-theme=crimson-desert] .toc a{color:var(--muted)}.post-shell[data-game-theme=crimson-desert] .toc a:hover{color:var(--primary)}.post-shell[data-game-theme=crimson-desert] .share-links a{border-color:var(--line);color:var(--muted)}.post-shell[data-game-theme=crimson-desert] .share-links a:hover{border-color:var(--primary);color:var(--primary)}.post-shell[data-game-theme=crimson-desert] .author-box{background:var(--surface);border-color:var(--line)}.post-shell[data-game-theme=crimson-desert] .author-avatar{border-color:var(--line);background:var(--surface2)}.post-shell[data-game-theme=crimson-desert] .breadcrumb a{color:var(--muted)}.post-shell[data-game-theme=crimson-desert] .breadcrumb a:hover{color:var(--primary)}.post-shell[data-game-theme=crimson-desert] .breadcrumb li[aria-current=page]{color:var(--text)}.post-shell[data-game-theme=crimson-desert] .faq-section{border-color:var(--line);background:var(--surface)}.post-shell[data-game-theme=crimson-desert] .post-recommendations .post-card{background:var(--surface);border-color:var(--line)}.post-shell[data-game-theme=crimson-desert] .post-recommendations .post-card:hover{border-color:var(--primary)}.post-shell[data-game-theme=crimson-desert] .post-cover{border-color:var(--line)}.post-shell[data-game-theme=resident-evil-9]{--bg: #0a0f0a;--surface: #111a11;--surface2: #1a261a;--text: #e8f5e8;--muted: #8aaa8a;--line: #2a3d2a;--primary: #4ade80;--primary-dim: rgba(74,222,128,.12);--accent: #22d3ee;--accent-dim: rgba(34,211,238,.1);--disp: "Chakra Petch", sans-serif}.post-shell[data-game-theme=doom-the-dark-ages]{--bg: #0c0808;--surface: #1a1010;--surface2: #261414;--text: #fde8e8;--muted: #b08888;--line: #3d2222;--primary: #ef4444;--primary-dim: rgba(239,68,68,.12);--accent: #f97316;--accent-dim: rgba(249,115,22,.1);--disp: "Chakra Petch", sans-serif}.post-shell[data-game-theme=marathon]{--bg: #080c12;--surface: #0f1520;--surface2: #162030;--text: #e0f0ff;--muted: #7a9ab8;--line: #1e3048;--primary: #38bdf8;--primary-dim: rgba(56,189,248,.12);--accent: #a78bfa;--accent-dim: rgba(167,139,250,.1);--disp: "Chakra Petch", sans-serif}.post-shell[data-game-theme=arc-raiders]{--bg: #0c0a06;--surface: #161208;--surface2: #221c0e;--text: #fef3c7;--muted: #b8a060;--line: #3d3010;--primary: #f59e0b;--primary-dim: rgba(245,158,11,.12);--accent: #84cc16;--accent-dim: rgba(132,204,22,.1);--disp: "Chakra Petch", sans-serif}.post-shell[data-game-theme=slay-the-spire-2]{--bg: #0c0810;--surface: #140e1c;--surface2: #1e1428;--text: #f3e8ff;--muted: #a080c0;--line: #2e1e42;--primary: #a855f7;--primary-dim: rgba(168,85,247,.12);--accent: #f59e0b;--accent-dim: rgba(245,158,11,.1);--disp: "Cinzel", "Chakra Petch", serif}.post-shell[data-game-theme=dwarf-eats-mountain]{--bg: #0c0a08;--surface: #161210;--surface2: #221c16;--text: #fef3c7;--muted: #b8a070;--line: #3d3020;--primary: #d97706;--primary-dim: rgba(217,119,6,.12);--accent: #78716c;--accent-dim: rgba(120,113,108,.1);--disp: "Chakra Petch", sans-serif}.post-shell[data-game-theme=spiritvale]{--bg: #080c0e;--surface: #0e1618;--surface2: #142224;--text: #e0fffa;--muted: #70a8a0;--line: #1e3836;--primary: #2dd4bf;--primary-dim: rgba(45,212,191,.12);--accent: #c084fc;--accent-dim: rgba(192,132,252,.1);--disp: "Chakra Petch", sans-serif}.post-shell[data-game-theme=kaiju-no-8-thegame]{--bg: #080a10;--surface: #0e1218;--surface2: #141c26;--text: #e0ecff;--muted: #7090b8;--line: #1e2e42;--primary: #3b82f6;--primary-dim: rgba(59,130,246,.12);--accent: #f97316;--accent-dim: rgba(249,115,22,.1);--disp: "Chakra Petch", sans-serif}.post-shell[data-game-theme=windrose]{--bg: #080c08;--surface: #0e160e;--surface2: #142214;--text: #e0ffe0;--muted: #70a870;--line: #1e381e;--primary: #22c55e;--primary-dim: rgba(34,197,94,.12);--accent: #eab308;--accent-dim: rgba(234,179,8,.1);--disp: "Chakra Petch", sans-serif}.post-shell[data-game-theme=mortal-shell-ii]{--bg: #0b0908;--surface: #151110;--surface2: #201a16;--text: #ece2d0;--muted: #a1907a;--line: #3a2f24;--primary: #d9a441;--primary-dim: rgba(217,164,65,.12);--accent: #a31621;--accent-dim: rgba(163,22,33,.1);--disp: "Cinzel", "Chakra Petch", serif}.post-shell[data-game-theme] .post-main{background:var(--surface);border-color:var(--line)}.post-shell[data-game-theme] .post-title{font-family:var(--disp);color:var(--text)}.post-shell[data-game-theme] .post-pill{border-color:var(--line);color:var(--muted)}.post-shell[data-game-theme] .post-pill:first-child{border-color:color-mix(in srgb,var(--accent) 40%,transparent);color:var(--accent)}.post-shell[data-game-theme] .post-meta{color:var(--muted)}.post-shell[data-game-theme] .prose a{color:var(--primary);text-decoration-color:color-mix(in srgb,var(--primary) 40%,transparent)}.post-shell[data-game-theme] .prose a:hover{text-decoration-color:var(--primary)}.post-shell[data-game-theme] .prose h2,.post-shell[data-game-theme] .prose h3,.post-shell[data-game-theme] .prose h4{font-family:var(--disp);color:var(--text)}.post-shell[data-game-theme] .prose blockquote{background:var(--surface2);border-left-color:var(--primary);color:var(--muted)}.post-shell[data-game-theme] .prose :not(pre)>code{background:var(--surface2);color:var(--primary)}.post-shell[data-game-theme] .prose table thead{background:var(--surface2)}.post-shell[data-game-theme] .prose table th{color:var(--text);border-bottom-color:var(--line)}.post-shell[data-game-theme] .prose table td{border-bottom-color:var(--line);color:var(--muted)}.post-shell[data-game-theme] .prose table tbody tr:hover{background:var(--surface2)}.post-shell[data-game-theme] .post-side .toc,.post-shell[data-game-theme] .post-side .share-bar{background:var(--surface);border-color:var(--line)}.post-shell[data-game-theme] .toc a{color:var(--muted)}.post-shell[data-game-theme] .toc a:hover{color:var(--primary)}.post-shell[data-game-theme] .share-links a{border-color:var(--line);color:var(--muted)}.post-shell[data-game-theme] .share-links a:hover{border-color:var(--primary);color:var(--primary)}.post-shell[data-game-theme] .author-box{background:var(--surface);border-color:var(--line)}.post-shell[data-game-theme] .author-avatar{border-color:var(--line);background:var(--surface2)}.post-shell[data-game-theme] .breadcrumb a{color:var(--muted)}.post-shell[data-game-theme] .breadcrumb a:hover{color:var(--primary)}.post-shell[data-game-theme] .breadcrumb li[aria-current=page]{color:var(--text)}.post-shell[data-game-theme] .faq-section{border-color:var(--line);background:var(--surface)}.post-shell[data-game-theme] .post-recommendations .post-card{background:var(--surface);border-color:var(--line)}.post-shell[data-game-theme] .post-recommendations .post-card:hover{border-color:var(--primary)}.post-shell[data-game-theme] .post-cover{border-color:var(--line)}[data-game-theme] .mdb-header h1,[data-game-theme] .db-header h1,[data-game-theme] .database-header h1{color:var(--text);font-family:var(--disp)}[data-game-theme] .mdb-header p,[data-game-theme] .db-header p,[data-game-theme] .database-header p{color:var(--muted)}[data-game-theme] .mdb-stat,[data-game-theme] .db-stats .stat,[data-game-theme] .database-stats .stat{border-color:var(--line);background:var(--surface)}[data-game-theme] .mdb-tab,[data-game-theme] .filter-btn{color:var(--muted);border-color:var(--line)}[data-game-theme] .mdb-tab.is-active,[data-game-theme] .filter-btn.active{color:var(--primary);border-color:var(--primary)}[data-game-theme] .mdb-card,[data-game-theme] .db-card,[data-game-theme] .card-item,[data-game-theme] .relic-item{background:var(--surface);border-color:var(--line)}[data-game-theme] .mdb-card:hover,[data-game-theme] .db-card:hover,[data-game-theme] .card-item:hover,[data-game-theme] .relic-item:hover{border-color:var(--primary)}[data-game-theme] .mdb-search,[data-game-theme] .mdb-select,[data-game-theme] .filter-search input{background:var(--surface2);border-color:var(--line);color:var(--text)}[data-game-theme] .mdb-faq details,[data-game-theme] .db-faq details,[data-game-theme] .database-faq details{border-color:var(--line)}[data-game-theme] .mdb-faq summary,[data-game-theme] .db-faq summary{color:var(--text)}[data-game-theme] .last-updated{color:var(--muted)}
