@font-face{font-family:Bebas Neue;font-style:normal;font-weight:400;font-display:swap;src:url(/_astro/bebas-neue-latin.9mHNbWWO.woff2) format("woff2")}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:400 800;font-display:swap;src:url(/_astro/source-sans-3-latin.BqRLTx4X.woff2) format("woff2")}:root{--bg: #f5f6f8;--surface: #ffffff;--text: #141414;--muted: #5e626b;--brand: #c61618;--brand-dark: #9e0f11;--line: #e5e7eb;--container-max: 1280px}*{box-sizing:border-box}body{margin:0;font-family:"Source Sans 3",Helvetica Neue,Helvetica,Arial,sans-serif;background:radial-gradient(circle at top left,#ffffff 0%,var(--bg) 52%,#eceff3 100%);color:var(--text)}a{color:inherit;text-decoration:none}.container{width:min(var(--container-max),100% - 2rem);margin:0 auto}.site-header{position:sticky;top:0;z-index:20;backdrop-filter:blur(6px);background:color-mix(in srgb,var(--surface) 88%,transparent);border-bottom:1px solid var(--line)}.site-header-inner{display:flex;align-items:center;justify-content:space-between;min-height:64px}.site-header-actions{display:flex;align-items:center;gap:.5rem}.rss-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;color:#f26522;transition:background .15s ease,color .15s ease}.rss-link:hover{background:color-mix(in srgb,#f26522 12%,transparent);color:#d9540f}.rss-icon{width:20px;height:20px}.search-form-inline{display:flex;align-items:center;gap:.35rem;height:40px}.search-form-inline .search-input{width:180px;padding:.45rem .75rem;font-size:.9rem;font-family:inherit;color:var(--text);background:var(--bg);border:1px solid var(--line);border-radius:8px;outline:none;transition:border-color .15s ease,width .15s ease}.search-form-inline .search-input:focus{border-color:var(--brand);width:220px}.search-submit{padding:.45rem .85rem;font-size:.9rem;font-weight:600;font-family:inherit;color:#fff;background:var(--brand);border:none;border-radius:8px;cursor:pointer;transition:background .15s ease}.search-submit:hover{background:var(--brand-dark)}.search-page{max-width:860px;margin:0 auto}.search-title{margin:0 0 1rem;font-family:Bebas Neue,Arial Narrow,sans-serif;font-size:2rem;letter-spacing:.02em}.search-form{display:flex;gap:.5rem;margin-bottom:1rem}.search-input{flex:1;padding:.7rem 1rem;font-size:1rem;font-family:inherit;color:var(--text);background:var(--surface);border:1px solid var(--line);border-radius:8px;outline:none}.search-input:focus{border-color:var(--brand)}.search-summary{margin:0 0 1.25rem;font-size:.95rem;color:var(--muted)}.logo{display:inline-flex;align-items:center;font-family:Bebas Neue,Arial Narrow,sans-serif;font-size:2rem;line-height:1;letter-spacing:.02em;color:var(--brand)}.main-nav{border-top:1px solid var(--line);background:var(--surface)}.main-nav-inner{display:flex;align-items:center}.main-nav-scroll{display:flex;align-items:center;gap:.25rem;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;min-height:44px;flex:1;min-width:0}.main-nav-scroll::-webkit-scrollbar{display:none}.nav-link{display:inline-flex;align-items:center;white-space:nowrap;padding:.65rem .85rem;font-size:.95rem;font-weight:600;color:var(--muted);border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease}.nav-link:hover,.nav-link:focus-visible{color:var(--text)}.nav-link.active{color:var(--brand);border-bottom-color:var(--brand)}.nav-more{position:relative;flex-shrink:0;border-left:1px solid var(--line)}.nav-more-btn{display:inline-flex;align-items:center;gap:.35rem;white-space:nowrap;padding:.65rem .85rem;font-size:.95rem;font-weight:600;font-family:inherit;color:var(--muted);background:none;border:none;cursor:pointer;transition:color .15s ease}.nav-more-btn:hover,.nav-more-btn:focus-visible,.nav-more.open .nav-more-btn{color:var(--text)}.nav-more-btn .caret{font-size:.7rem;transition:transform .15s ease}.nav-more.open .nav-more-btn .caret{transform:rotate(180deg)}.nav-more-dropdown{position:absolute;top:100%;right:0;z-index:30;min-width:220px;background:var(--surface);border:1px solid var(--line);border-radius:0 0 8px 8px;box-shadow:0 12px 24px #0000001f;padding:.4rem;display:none;flex-direction:column}.nav-more:hover .nav-more-dropdown,.nav-more:focus-within .nav-more-dropdown,.nav-more.open .nav-more-dropdown{display:flex}.nav-more-dropdown a{padding:.55rem .75rem;border-radius:6px;font-size:.95rem;color:var(--muted)}.nav-more-dropdown a:hover,.nav-more-dropdown a.active{background:color-mix(in srgb,var(--brand) 8%,transparent);color:var(--brand)}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;background:none;border:none;cursor:pointer}.nav-toggle-bar{display:block;width:100%;height:3px;border-radius:2px;background:var(--text);transition:transform .2s ease,opacity .2s ease}.nav-toggle.open .nav-toggle-bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle.open .nav-toggle-bar:nth-child(2){opacity:0}.nav-toggle.open .nav-toggle-bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu{display:none;border-top:1px solid var(--line);background:var(--surface);max-height:0;overflow:hidden;transition:max-height .25s ease}.mobile-menu.open{display:block;max-height:70vh;overflow-y:auto}.mobile-menu-inner{display:flex;flex-direction:column;padding:.5rem 0 1rem}.mobile-menu-link{padding:.8rem 0;border-bottom:1px solid var(--line);font-size:1rem;font-weight:600;color:var(--text)}.mobile-menu-link:last-child{border-bottom:none}.mobile-menu-link.active{color:var(--brand)}@media(max-width:767px){.main-nav{display:none}.nav-toggle{display:flex}}.site-footer{border-top:1px solid var(--line);background:var(--surface);margin-top:2rem}.site-footer-inner{padding:1.5rem 0 2rem}.footer-links{display:flex;flex-wrap:wrap;gap:.35rem 1.25rem;padding-bottom:1rem}.footer-link{font-size:.9rem;font-weight:600;color:var(--muted);transition:color .15s ease}.footer-link:hover,.footer-link.active{color:var(--brand)}.footer-copy{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.85rem;color:var(--muted);border-top:1px solid var(--line);padding-top:1rem}.rss-link-footer{width:auto;height:auto;padding:.25rem}.subtitle{font-size:.95rem;color:var(--muted)}.grid{display:grid;gap:1rem;grid-template-columns:repeat(12,minmax(0,1fr))}.card{background:var(--surface);border:1px solid var(--line);border-radius:12px;overflow:hidden}.card-cover{width:100%;aspect-ratio:16 / 9;object-fit:cover}.card-body{padding:1rem}.card-kicker{font-size:.8rem;color:var(--brand);text-transform:uppercase;letter-spacing:.08em;font-weight:700}.card-title{margin:.25rem 0 0;font-size:1.25rem;line-height:1.2}.card-desc{color:var(--muted);margin:.5rem 0 0}.listing-header{margin:0 0 1.25rem;max-width:760px}.listing-header h1{margin:.2rem 0 0;font-size:clamp(2rem,4vw,3.2rem);line-height:1.1}.listing-header p{margin:.65rem 0 0;color:var(--muted);font-size:1.08rem;line-height:1.45}.hero{margin:1rem 0 1.25rem;grid-column:span 12}.hero .card-title{font-size:clamp(1.75rem,3.2vw,2.8rem)}.listing-item{grid-column:span 6}.recommended-section{margin-bottom:2.5rem}.recommended-heading{margin:0 0 1rem;font-family:Bebas Neue,Arial Narrow,sans-serif;font-size:1.8rem;letter-spacing:.02em;color:var(--brand);border-bottom:2px solid var(--brand);padding-bottom:.5rem}.category-block{margin-top:2.5rem}.category-block-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:2px solid var(--brand);padding-bottom:.5rem;margin-bottom:1rem}.category-block-title{margin:0;font-family:Bebas Neue,Arial Narrow,sans-serif;font-size:1.8rem;letter-spacing:.02em;color:var(--text)}.category-block-title a:hover{color:var(--brand)}.category-block-more{font-size:.9rem;font-weight:600;color:var(--muted);white-space:nowrap}.category-block-more:hover{color:var(--brand)}.pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-top:2rem;padding-top:1.25rem;border-top:1px solid var(--line)}.pagination-pages{display:flex;gap:.35rem}.pagination-link{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .75rem;font-size:.95rem;font-weight:600;color:var(--muted);border:1px solid var(--line);border-radius:8px;background:var(--surface);transition:color .15s ease,border-color .15s ease,background .15s ease}.pagination-link:hover{border-color:var(--brand);color:var(--brand)}.pagination-link.active{background:var(--brand);border-color:var(--brand);color:#fff}.pagination-ellipsis{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;color:var(--muted);user-select:none}.pagination-prev,.pagination-next{white-space:nowrap}.grid-single .listing-item{grid-column:span 8}.tag-profile{max-width:860px;margin:0 0 1.25rem;padding:1.25rem;background:var(--surface);border:1px solid var(--line);border-radius:12px}.tag-profile h2{margin:0 0 .85rem;font-size:1.45rem;line-height:1.15}.tag-profile-body{color:#343842;font-size:1.04rem;line-height:1.7}.tag-profile-body p:first-child,.tag-profile-body ul:first-child,.tag-profile-body ol:first-child,.tag-profile-body blockquote:first-child{margin-top:0}.tag-profile-body p:last-child,.tag-profile-body ul:last-child,.tag-profile-body ol:last-child,.tag-profile-body blockquote:last-child{margin-bottom:0}.tag-profile-body ul,.tag-profile-body ol{padding-left:1.25rem}.tag-profile-body blockquote{margin:1rem 0;padding:.1rem 0 .1rem 1rem;border-left:3px solid var(--brand);color:var(--muted)}.tag-profile-body mark{background:#fff1a8;color:inherit;padding:0 .12em}.article{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:1.25rem}.breadcrumbs{margin-bottom:1rem}.breadcrumbs-list{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;margin:0;padding:0;list-style:none;font-size:.85rem;color:var(--muted)}.breadcrumbs-list li{display:flex;align-items:center;gap:.35rem}.breadcrumbs-list li+li:before{content:"›";color:var(--muted)}.breadcrumbs-list a{color:var(--muted)}.breadcrumbs-list a:hover{color:var(--brand)}.breadcrumbs-list li[aria-current=page]{color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:320px}.article h1{margin:0;line-height:1.12;font-size:clamp(2rem,4vw,3.25rem)}.article-meta{margin-top:.75rem;color:var(--muted)}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:1.5rem;align-items:start;margin-top:1rem}.article-main{min-width:0}.article-subtitle{margin:0 0 1rem;color:#343842;font-size:clamp(1.15rem,2vw,1.45rem);line-height:1.35;font-weight:600}.article-cover{width:100%;border-radius:10px;aspect-ratio:16 / 9;object-fit:cover}.article-body{margin-top:1.25rem;line-height:1.7;font-size:1.08rem}.article-sidebar{position:sticky;top:84px;background:var(--surface);border-top:1px solid var(--text);padding-top:.55rem}.recommended-section{margin-bottom:1.5rem}.recommended-section h2{margin:0 0 .9rem;font-size:1.35rem;line-height:1.15;font-weight:800}.recommended-list{display:flex;flex-direction:column;gap:0}.recommended-item{display:grid;grid-template-columns:80px minmax(0,1fr);gap:.65rem;align-items:start;padding:.75rem 0;border-bottom:1px solid var(--line);text-decoration:none;color:inherit;position:relative}.recommended-item img{width:80px;aspect-ratio:1 / 1;object-fit:cover;border-radius:4px}.recommended-kicker{display:block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--accent);margin-bottom:.15rem}.recommended-item strong{display:block;font-size:.92rem;line-height:1.3;font-weight:500}.article-sidebar h2{margin:0 0 .9rem;font-size:1.35rem;line-height:1.15;font-weight:800}.article-sidebar h2 a{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.article-sidebar h2 a:after{content:"";width:.62rem;height:.62rem;border-top:1.5px solid currentColor;border-right:1.5px solid currentColor;transform:rotate(45deg);flex:0 0 auto}.most-read-section h2{margin:0 0 .9rem;font-size:1.35rem;line-height:1.15;font-weight:800}.most-read-list{display:grid;gap:0;margin:0;padding:0;list-style:none;counter-reset:most-read}.most-read-list li{counter-increment:most-read;border-bottom:1px solid var(--line)}.most-read-list a{display:grid;grid-template-columns:1.6rem minmax(0,1fr) 120px;gap:.75rem;align-items:start;padding:.95rem 0}.most-read-list a:before{content:counter(most-read);color:var(--text);font-family:inherit;font-weight:600;font-size:1.55rem;line-height:1}.most-read-list img{width:120px;aspect-ratio:1 / 1;object-fit:cover;grid-column:3;grid-row:1}.most-read-list strong{display:block;grid-column:2;grid-row:1;font-size:1rem;line-height:1.35;font-weight:500}.most-read-featured a{grid-template-columns:1.6rem minmax(0,1fr)}.most-read-featured img{width:100%;aspect-ratio:16 / 9;grid-column:1 / -1;grid-row:1}.most-read-featured a:before{grid-column:1;grid-row:2}.most-read-featured strong{grid-column:2;grid-row:2}.article-body img,.article-body iframe,.article-body video{max-width:100%;height:auto}.article-tags{display:flex;gap:.8rem;align-items:flex-start;margin-top:2rem;padding-top:1.25rem;border-top:1px solid var(--line)}.article-tags-label{flex:0 0 auto;color:var(--muted);font-size:.78rem;font-weight:800;letter-spacing:.08em;line-height:2.15;text-transform:uppercase}.article-tags-list{display:flex;flex-wrap:wrap;gap:.45rem}.article-tag{display:inline-flex;align-items:center;min-height:2rem;padding:.35rem .72rem;border:1px solid #d6dae2;border-radius:999px;background:#f7f8fa;color:#2a2f38;font-size:.88rem;font-weight:700;line-height:1.1;text-decoration:none;transition:background .16s ease,border-color .16s ease,color .16s ease}.article-tag:hover,.article-tag:focus-visible{border-color:var(--brand);background:#fff4f1;color:var(--brand)}.share-section{display:flex;align-items:center;gap:.8rem;margin-top:1.5rem}.share-label{color:var(--muted);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.share-buttons{display:flex;gap:.5rem}.share-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;color:#fff;transition:transform .15s ease,opacity .15s ease}.share-btn svg{width:17px;height:17px}.share-btn:hover{transform:translateY(-2px);opacity:.9}.share-x{background:#14171a}.share-facebook{background:#1877f2}.share-whatsapp{background:#25d366}.share-telegram{background:#08c}.ad-slot{margin:1rem 0;background:#f0f1f4;border:1px dashed #cfd2d9;border-radius:8px;min-height:96px;display:grid;place-items:center;color:#8a909b;font-size:.85rem}@media(max-width:900px){.listing-item,.grid-single .listing-item{grid-column:span 12}.container{width:min(var(--container-max),100% - 1rem)}.article-layout{grid-template-columns:1fr}.article-sidebar{position:static}.article-tags{display:block}.article-tags-label{display:block;margin-bottom:.55rem;line-height:1}}
