:root{--bg-body:#fff;--bg-card:#fff;--bg-header:#fffffff2;--bg-alt:#f4f4f5;--bg-footer:#09090b;--text-main:#000;--text-muted:#52525b;--text-inverse:#fff;--accent-primary:#242424;--border:#e4e4e7;--border-hover:#b0b0bd;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--container-width:1200px;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:2rem;--spacing-xl:4rem;--radius:4px;--transition:all .2s ease-out}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-ibm);background-color:var(--bg-body);color:var(--text-main);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;transition:var(--transition);text-decoration:none}ul{list-style:none}img{object-fit:cover;max-width:100%;height:auto;display:block}.container{max-width:var(--container-width);padding:0 var(--spacing-md);margin:0 auto}.section-header{margin-bottom:var(--spacing-lg);border-bottom:2px solid var(--text-main);padding-bottom:var(--spacing-sm);justify-content:space-between;align-items:flex-end;display:flex}.section-title{letter-spacing:-.03em;text-transform:uppercase;font-size:1.5rem;font-weight:800}.btn{background-color:var(--accent-primary);color:var(--text-inverse);border-radius:var(--radius);border:1px solid var(--accent-primary);cursor:pointer;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-block}.btn:hover{color:var(--text-main);background-color:#0000}.btn-outline{border:1px solid var(--text-main);color:var(--text-main);border-radius:var(--radius);cursor:pointer;background-color:#0000;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-block}.btn-outline:hover{background-color:var(--text-main);color:var(--text-inverse)}.tag{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:var(--spacing-sm);font-size:.75rem;font-weight:700;display:block}header{z-index:100;background-color:var(--bg-header);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:.7rem 0;position:sticky;top:0}.nav-wrapper{justify-content:space-between;align-items:center;display:flex;position:relative}.nav-links{gap:1.7rem;display:flex}.nav-links a{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.015em;font-size:.9rem;font-weight:500}.nav-links a:hover{color:var(--text-main)}.nav-actions button{cursor:pointer;background:0 0;border:none;display:flex}.icon{width:20px;height:20px;stroke:var(--text-main);stroke-width:2px;fill:none;cursor:pointer}.search-overlay{z-index:200;opacity:0;visibility:hidden;border-radius:var(--radius);background-color:#fff;border:1px solid #b2b2b2;align-items:center;width:100%;max-width:500px;height:100%;padding:0 8px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:0;right:0;transform:translateY(-10px)}.search-overlay.active{opacity:1;visibility:visible;transform:translateY(0)}.search-form{align-items:center;width:100%;display:flex}.search-input{color:var(--text-main);background:0 0;border:none;outline:none;flex-grow:1;padding:.5rem;font-size:1.1rem;font-weight:500}.search-input::placeholder{color:#a1a1aa}.search-icon-static{width:20px;height:20px;stroke:var(--text-muted);stroke-width:2px;fill:none}.search-trigger{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.search-trigger:hover svg{stroke:var(--text-main)}.search-close{cursor:pointer;background:0 0;border:none}.hero-collections{padding:var(--spacing-lg)0 var(--spacing-xl)0;background-color:var(--bg-body)}.hero-layout{grid-template-columns:1fr auto;gap:5px;display:grid}.hero-right-grid{grid-template-rows:250px 250px;grid-template-columns:300px 300px;gap:5px;width:605px;display:grid}.collection-card{cursor:pointer;transition:var(--transition);background-color:#000;display:block;position:relative;overflow:hidden}.hero-right-grid .collection-card{width:300px;height:250px}.hero-main-card{width:100%;height:auto}.collection-card:hover{box-shadow:var(--shadow-md)}.collection-img{object-fit:cover;z-index:1;width:100%;height:100%;transition:transform .6s;position:absolute;top:0;left:0}.collection-card:hover .collection-img{transform:scale(1.05)}.collection-overlay{z-index:2;color:#fff;background:linear-gradient(#0000 0%,#00000080 40%,#000000e6 100%);flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding:1.5rem;display:flex;position:absolute;bottom:0;left:0}.collection-label{text-transform:uppercase;color:#fff;letter-spacing:.05em;text-shadow:0 1px 2px #000c;margin-bottom:.5rem;font-size:.75rem;font-weight:800}.collection-title{text-shadow:0 2px 4px #000c;font-weight:700;line-height:1.2}.hero-main-card .collection-title{margin-bottom:.5rem;font-size:2rem}.hero-main-card .collection-desc{color:#e2e8f0;text-shadow:0 1px 2px #000c;max-width:80%;margin-top:.5rem;font-size:1.1rem}.hero-right-grid .collection-title{font-size:1.1rem}.events-section{padding:var(--spacing-xl)0;background-color:var(--bg-alt)}.events-list{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.event-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.event-card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-sm)}.event-date{background-color:var(--text-main);border-radius:var(--radius);text-align:center;min-width:60px;color:var(--text-inverse);padding:.5rem}.event-month{text-transform:uppercase;opacity:.8;font-size:.7rem;font-weight:700;display:block}.event-day{font-size:1.2rem;font-weight:800;display:block}.event-info h4{margin-bottom:.25rem;font-size:1rem}.event-info p{color:var(--text-muted);font-size:.85rem}.news-section,.category-section{padding:var(--spacing-xl)0}.bg-white-section{background-color:var(--bg-body)}.bg-gray-section{background-color:var(--bg-alt)}.grid-layout{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.card{background-color:var(--bg-card);border-radius:var(--radius);transition:var(--transition);border:1px solid var(--border);flex-direction:column;display:flex;overflow:hidden}.card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.card-img{aspect-ratio:16/9;transition:filter .3s;position:relative}.card-body{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.card-meta{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:flex}.card-title{color:var(--text-main);margin-bottom:.75rem;font-size:1.2rem;font-weight:700;line-height:1.3}.card-excerpt{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:.95rem;display:-webkit-box;overflow:hidden}.guides-section{padding:var(--spacing-xl)0;background-color:var(--bg-alt)}.guides-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.guide-card{background-color:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);text-align:center;transition:var(--transition);flex-direction:column;justify-content:center;align-items:center;min-height:200px;padding:2rem 1.5rem;display:flex}.guide-card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.guide-icon{width:72px;height:72px;color:var(--text-main);margin-bottom:1rem}.guide-title{margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.guide-meta{color:var(--text-muted);text-transform:uppercase;font-size:.8rem;font-weight:600}.reviews-section{padding:var(--spacing-xl)0;background-color:var(--bg-alt)}.review-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.review-card{position:relative}.rating-badge{background-color:var(--text-main);color:var(--text-inverse);border-radius:var(--radius);z-index:10;padding:.25rem .6rem;font-size:.9rem;font-weight:800;position:absolute;top:10px;right:10px}.rumor-section{padding:var(--spacing-xl)0;background-color:var(--bg-body)}.rumor-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.rumor-card{background:var(--bg-card);border-left:4px solid var(--text-main);border-radius:0 var(--radius)var(--radius)0;border-top:1px solid var(--border);border-right:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.5rem;display:block}.rumor-tag{color:var(--text-main);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:800;display:block}.rumor-title{margin-bottom:.5rem;font-size:1.1rem;font-weight:700;line-height:1.3}.rumor-certainty{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.8rem;display:flex}.certainty-bar{background:#e2e8f0;border-radius:2px;width:60px;height:4px;overflow:hidden}.certainty-fill{background:var(--text-main);height:100%}.master-class-section{padding:var(--spacing-xl)0;background-color:var(--bg-body)}.tutorial-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.tutorial-card{border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);flex-direction:column;align-items:flex-start;padding:2rem;display:flex}.tutorial-card:hover{background-color:var(--bg-alt);border-color:var(--border-hover)}.tutorial-step{text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;margin-bottom:1rem;font-size:.8rem;font-weight:800}.tutorial-title{margin-bottom:1rem;font-size:1.25rem;font-weight:700;line-height:1.3}.tutorial-link{align-items:center;gap:.5rem;margin-top:auto;font-size:.9rem;font-weight:600;display:flex}.os-tracker-section{padding:var(--spacing-xl)0;background-color:var(--bg-alt)}.os-table{border-collapse:separate;border-spacing:0;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card);width:100%;overflow:hidden}.os-table th,.os-table td{text-align:left;border-bottom:1px solid var(--border);padding:1.25rem}.os-table th{background-color:var(--bg-alt);text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.8rem;font-weight:700}.os-table tr:last-child td{border-bottom:none}.status-badge{border-radius:var(--radius);text-transform:uppercase;padding:.25rem .5rem;font-size:.75rem;font-weight:700;display:inline-block}.status-stable{color:#166534;background-color:#dcfce7}.status-beta{color:#854d0e;background-color:#fef9c3}.deals-section{padding:var(--spacing-xl)0;background-color:var(--bg-body)}.deals-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem;display:grid}.deal-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);flex-direction:column;display:flex;position:relative;overflow:hidden}.deal-card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-sm)}.deal-header{border-bottom:1px solid var(--border);background-color:#f8fafc;justify-content:center;align-items:center;display:flex;position:relative}.deal-img{object-fit:cover;aspect-ratio:16/9;width:100%}.store-badge{color:var(--text-inverse);border-radius:var(--radius);background:#080808cc;padding:2px 6px;font-size:.7rem;font-weight:600;position:absolute;bottom:10px;right:10px}.deal-body{flex-direction:column;flex-grow:1;padding:1rem;display:flex}.deal-title{color:var(--text-main);margin-bottom:.5rem;font-size:1.1rem;font-weight:700;line-height:1.3}.deal-pricing{flex-direction:column;gap:.25rem;margin-top:auto;display:flex}.price-row{align-items:baseline;gap:.75rem;display:flex}.current-price{color:var(--text-main);font-size:1.5rem;font-weight:800}.old-price{color:var(--text-muted);font-size:.9rem;text-decoration:line-through}.deal-btn{text-align:center;background:var(--bg-alt);width:100%;color:var(--text-main);border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);margin-top:1rem;padding:.75rem;font-size:.9rem;font-weight:700}.deal-card:hover .deal-btn{background:var(--text-main);color:#fff;border-color:var(--border-hover)}.newsletter{background-color:var(--bg-alt);border-top:1px solid var(--border);text-align:center;padding:5rem 0}.newsletter-form{justify-content:center;gap:.5rem;max-width:500px;margin-top:1.5rem;margin-left:auto;margin-right:auto;display:flex}.newsletter-input{border:1px solid var(--border);color:var(--text-main);border-radius:var(--radius);background-color:#fff;flex-grow:1;padding:.75rem}.newsletter-input:focus{outline:2px solid var(--text-main);border-color:#0000}footer{border-top:1px solid var(--border);background-color:var(--bg-footer);color:#a1a1aa;padding:4rem 0;font-size:.9rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:3rem;display:grid}.footer-col h4{color:var(--text-inverse);margin-bottom:1rem;font-weight:600}.footer-col .logo{color:var(--text-inverse)}.footer-col ul li{margin-bottom:.5rem}.footer-col ul li a:hover{color:var(--text-inverse)}.social-icons-footer{gap:1rem;margin-top:1.5rem;display:flex}.social-icons-footer .tabler-icon{width:24px;height:24px;transition:color .15s}.social-icons-footer .tabler-icon:hover{color:var(--text-inverse);cursor:pointer}.footer-bottom{border-top:1px solid #27272a;justify-content:space-between;align-items:center;padding-top:2rem;display:flex}@media (max-width:1024px){.hero-layout{grid-template-columns:1fr}.hero-right-grid{grid-template-rows:auto;grid-template-columns:1fr 1fr;width:100%}.hero-right-grid .collection-card{width:100%;height:250px}.hero-main-card{height:400px}.review-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.nav-links{display:none}.footer-grid{grid-template-columns:1fr 1fr}.newsletter-form{flex-direction:column}.rumor-grid,.review-grid,.tutorial-grid{grid-template-columns:1fr}.os-table{font-size:.85rem}}@media (max-width:640px){.hero-right-grid{grid-template-columns:1fr}}.about-hero{text-align:center;max-width:800px;margin:0 auto;padding:6rem 0 4rem}.hero-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:1rem;font-size:.85rem;font-weight:700;display:block}.about-hero h1{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.about-hero p{color:#52525b;font-size:1.25rem;line-height:1.6}.mission-section{background-color:var(--bg-alt);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:6rem 0}.mission-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.mission-img{border-radius:var(--radius);width:100%}.mission-content h2{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2rem;font-weight:800}.mission-content p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.05rem}.stat-row{border-top:1px solid #d4d4d8;gap:3rem;margin-top:2rem;padding-top:2rem;display:flex}.stat-item h3{margin-bottom:.25rem;font-size:2rem;font-weight:900}.stat-item span{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.85rem;font-weight:600}.story-section{background-color:var(--bg-body);padding:6rem 0}.story-wrapper{text-align:center;max-width:800px;margin:0 auto}.story-title{text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--text-main);margin-bottom:2rem;padding-bottom:.5rem;font-size:1rem;font-weight:800;display:inline-block}.story-lead{color:var(--text-main);margin-bottom:2rem;font-size:1.5rem;font-weight:600;line-height:1.4}.story-text{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.story-divider{background-color:var(--border);border:none;width:60px;height:2px;margin:3rem auto}.team-section{background-color:var(--bg-body);border-top:1px solid var(--border);padding:6rem 0}.section-header-center{text-align:center;max-width:600px;margin-bottom:4rem;margin-left:auto;margin-right:auto}.section-header-center h2{text-transform:uppercase;letter-spacing:-.02em;margin-bottom:1rem;font-size:2rem;font-weight:800}.section-header-center p{color:var(--text-muted)}.team-grid{grid-template-columns:300px;justify-content:center;display:grid}.team-card{background-color:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);overflow:hidden}.team-card:hover{border-color:var(--text-main);box-shadow:var(--shadow-md);transform:translateY(-4px)}.team-img-wrapper{aspect-ratio:1;background-color:#e4e4e7;overflow:hidden}.team-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.team-card:hover .team-img{transform:scale(1.05)}.team-info{text-align:center;padding:1.5rem}.team-name{margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.team-role{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.8rem;font-weight:600;display:block}.team-social{justify-content:center;gap:1rem;padding-top:.5rem;display:flex}.team-social-icon{width:18px;height:18px;fill:var(--text-muted);transition:var(--transition)}.team-social-icon:hover{fill:var(--text-main)}.values-section{background-color:var(--bg-alt);padding:6rem 0}.values-grid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.value-card{border:1px solid var(--border);border-radius:var(--radius);text-align:left;background-color:var(--bg-card);padding:2rem}.value-icon{width:50px;height:50px;stroke:var(--text-main);margin-bottom:1.5rem}.value-title{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.value-desc{color:var(--text-muted);font-size:.95rem}.contact-cta{background-color:var(--bg-body);color:var(--text-main);text-align:center;border-top:1px solid var(--border);padding:6rem 0}.contact-cta h2{margin-bottom:1rem;font-size:2.5rem;font-weight:800}.contact-cta p{color:var(--text-muted);max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.article-header{text-align:center;max-width:900px;margin:0 auto;padding:4rem 0 3rem}.breadcrumbs{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;text-overflow:ellipsis;vertical-align:bottom;max-width:55ch;margin-bottom:1.5rem;font-size:.8rem;font-weight:500;display:inline-block;overflow:hidden}.breadcrumbs span{color:#d4d4d8;margin:0 .5rem}h1.article-title{text-transform:uppercase;margin-bottom:1.5rem;font-size:2.4rem;font-weight:600;line-height:1.4}.article-meta{color:var(--text-muted);justify-content:center;align-items:center;gap:1.5rem;margin-bottom:2rem;font-size:.9rem;display:flex}.meta-item{align-items:center;gap:.5rem;font-weight:500;display:flex}.meta-item:not(:last-child):after{content:"•";color:#e4e4e7;margin-left:1.5rem}.content-wrapper{grid-template-columns:2fr 1fr;gap:3rem;margin-bottom:6rem;display:grid}.article-body{color:#3f3f46;word-break:break-word;font-size:1.0625rem}.featured-image-container{border-radius:var(--radius);margin-bottom:3rem;overflow:hidden}.featured-image{object-fit:cover;width:100%;height:100%}.article-lead{color:var(--text-main);margin-bottom:2rem;font-size:1.4rem;font-weight:500;line-height:1.5}.article-body p{margin-bottom:1.5rem}.article-body h2{color:var(--text-main);letter-spacing:-.02em;margin-top:2rem;margin-bottom:1rem;font-size:1.85rem;font-weight:600}.article-body h3{color:var(--text-main);margin-top:2rem;margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.article-body ul{margin-bottom:1.5rem;margin-left:1.5rem;list-style:outside}.article-body li{margin-bottom:.5rem}.article-body blockquote{border-left:4px solid var(--text-main);color:var(--text-main);background:var(--bg-alt);border-radius:0 var(--radius)var(--radius)0;margin:2rem 0;padding:2rem;font-size:1rem;font-style:italic}.in-article-img{border-radius:var(--radius);width:100%;margin:2rem 0}.tags-container{border-top:1px solid var(--border);margin-top:4rem;padding-top:2rem}.tags-label{text-transform:uppercase;margin-bottom:1rem;font-size:.85rem;font-weight:700;display:block}.tags-list{flex-wrap:wrap;gap:.75rem;display:flex}.tag-pill{background-color:var(--bg-alt);border-radius:var(--radius);color:var(--text-muted);transition:var(--transition);padding:.5rem 1rem;font-size:.85rem;font-weight:600}.tag-pill:hover{background-color:var(--text-main);color:var(--text-inverse)}.sidebar{height:100%}.sidebar-widget{margin-bottom:3rem}.author-widget{background-color:var(--bg-alt);border-radius:var(--radius);text-align:center;border:1px solid var(--border);padding:0;overflow:hidden}.author-banner{background:url(/images/author-banner.webp) 0 0/cover;width:100%;height:120px}.author-content{padding:0 1.5rem 2rem}.author-large-img{object-fit:cover;border:4px solid var(--bg-card);background-color:var(--bg-card);border-radius:50%;width:110px;height:110px;margin:-55px auto 1rem;display:block}.author-name{color:var(--text-main);margin-bottom:.25rem;font-size:1.25rem;font-weight:800}.author-role{text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:block}.author-bio{color:#52525b;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.author-social{justify-content:center;gap:.75rem;display:flex}.author-social-icon{width:18px;height:18px;fill:var(--text-muted);transition:var(--transition)}.author-social-icon:hover{fill:var(--text-main)}.widget-title{text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--text-main);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1rem;font-weight:800}.related-list{flex-direction:column;gap:1.5rem;display:flex}.related-item{align-items:flex-start;gap:1rem;display:flex}.related-thumb{background-color:var(--bg-alt);border-radius:var(--radius);object-fit:cover;flex-shrink:0;width:80px;height:80px}.related-info h4{margin-bottom:.25rem;font-size:.95rem;font-weight:600;line-height:1.3}.related-info h4:hover{color:#52525b}.related-date{color:var(--text-muted);font-size:.75rem}.sticky-widget{position:sticky;top:6rem}.read-next{background-color:var(--bg-alt);padding:4rem 0}.read-next-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.next-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);flex-direction:column;display:flex;overflow:hidden}.next-card:hover{border-color:var(--text-main);transform:translateY(-2px)}.next-card-img{aspect-ratio:16/9;object-fit:cover;filter:grayscale();background-color:#e2e8f0;width:100%;transition:filter .3s}.next-card:hover .next-card-img{filter:grayscale(0%)}.next-card-content{padding:1.5rem}.next-meta{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.next-category{text-transform:uppercase;color:var(--text-muted);font-size:.75rem;font-weight:800}.next-date{color:var(--text-muted);font-size:.75rem;font-weight:500}.next-title{margin-bottom:0;font-size:1.1rem;font-weight:700;line-height:1.3}@media (max-width:900px){.content-wrapper{grid-template-columns:1fr}.sidebar{display:none}h1.article-title{font-size:2rem}.read-next-grid{grid-template-columns:1fr}}@media (max-width:768px){.nav-links{display:none}.footer-grid{grid-template-columns:1fr 1fr}}.author-header{padding:5rem 0}.author-grid{grid-template-columns:350px 1fr;align-items:center;gap:2rem 4rem;display:grid}.author-visual{position:relative}.author-avatar-large{aspect-ratio:1;border-radius:var(--radius);object-fit:cover;width:100%;box-shadow:var(--shadow-md)}.author-details{flex-direction:column;justify-content:center;display:flex}.author-role-label{text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);width:fit-content;margin-bottom:.5rem;padding-bottom:.2rem;font-size:1rem;font-weight:700;display:inline-block}.author-name-hero{letter-spacing:-.04em;color:var(--text-main);margin-bottom:2rem;font-size:4rem;font-weight:800;line-height:.95}.author-bio-hero{color:#3f3f46;max-width:650px;margin-bottom:3rem;font-size:1.25rem;line-height:1.6}.author-meta-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.author-stats-row{gap:1rem 4rem;display:flex}.author-stats-row .stat-item{flex-direction:column;align-items:center;display:flex}.author-stats-row .stat-value{color:var(--text-main);margin-bottom:.25rem;font-size:1.5rem;font-weight:800;line-height:1}.author-stats-row .stat-key{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.7rem;font-weight:600}.author-social-row{align-items:center;gap:1.5rem;display:flex}.social-link-hero{width:26px;height:26px;transition:var(--transition)}.social-link-hero:hover{transform:translateY(-2px)}.category-hero{text-align:center;background-color:var(--bg-body);margin-bottom:1rem;padding:4rem 0 2rem}.hero-content-wrapper{max-width:900px;margin:0 auto}.category-meta{justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.category-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);border:1px solid var(--border);border-radius:100px;padding:.25rem .75rem;font-size:.75rem;font-weight:800}.category-hero h1{letter-spacing:-.03em;color:var(--text-main);text-transform:uppercase;margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1.1}.category-desc{color:#52525b;margin:0 auto;font-size:1.15rem;font-weight:400;line-height:1.6}.feed-header{border-bottom:2px solid var(--text-main);justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex}.feed-header h2{text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:1.25rem;font-weight:800}.top-story-section{margin-bottom:2rem;padding-top:2rem}.top-story-grid{grid-template-columns:1fr 336px;gap:2rem;display:grid}.side-story-col{flex-direction:column;gap:2rem;display:flex}.main-story-card{border-radius:var(--radius);background-color:var(--bg-card);border:1px solid var(--border);height:100%;min-height:600px;display:block;position:relative;overflow:hidden}.main-story-card:hover{border-color:var(--text-main);box-shadow:var(--shadow-md)}.main-story-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.main-story-card:hover .main-story-img{transform:scale(1.02)}.main-story-overlay{z-index:2;color:#fff;background:linear-gradient(#0000 0%,#0006 40%,#000000e6 100%);flex-direction:column;justify-content:flex-end;width:100%;padding:3rem;display:flex;position:absolute;bottom:0;left:0}.main-story-meta{text-transform:uppercase;color:#e4e4e7;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.main-story-title{letter-spacing:-.02em;text-shadow:0 2px 4px #00000080;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.1}.main-story-excerpt{color:#d4d4d8;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:90%;font-size:1.1rem;display:-webkit-box;overflow:hidden}.side-story-card{border-radius:var(--radius);border:1px solid var(--border);width:336px;height:288px;display:block;position:relative;overflow:hidden}.side-story-card:hover{border-color:var(--text-main);box-shadow:var(--shadow-sm)}.side-story-img{object-fit:cover;width:100%;height:100%}.side-story-overlay{z-index:2;color:#fff;background:linear-gradient(#0000 0%,#000000e6 100%);width:100%;padding:1.5rem;position:absolute;bottom:0;left:0}.side-story-meta{text-transform:uppercase;color:#e4e4e7;margin-bottom:.25rem;font-size:.7rem;font-weight:800}.side-story-title{text-shadow:0 1px 2px #000c;font-size:1.1rem;font-weight:700;line-height:1.3}
@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/7fea77d1d19108bf-s.c949a514.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/1bcd0e671759a44c-s.a3ed597e.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/e15f58668ad64cb8-s.319fa961.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/90c51ce8fb754fe8-s.323431dc.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/57215795b8570f5c-s.0f2c7ba8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/03fc1b4a8d284b5e-s.p.af4fcd24.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/7fea77d1d19108bf-s.c949a514.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/1bcd0e671759a44c-s.a3ed597e.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/e15f58668ad64cb8-s.319fa961.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/90c51ce8fb754fe8-s.323431dc.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/57215795b8570f5c-s.0f2c7ba8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/03fc1b4a8d284b5e-s.p.af4fcd24.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/7fea77d1d19108bf-s.c949a514.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/1bcd0e671759a44c-s.a3ed597e.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/e15f58668ad64cb8-s.319fa961.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/90c51ce8fb754fe8-s.323431dc.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/57215795b8570f5c-s.0f2c7ba8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/03fc1b4a8d284b5e-s.p.af4fcd24.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans Fallback;src:local(Arial);ascent-override:101.32%;descent-override:27.18%;line-gap-override:0.0%;size-adjust:101.17%}.ibm_plex_sans_3d4ec4b5-module__BvB79G__className{font-family:IBM Plex Sans,IBM Plex Sans Fallback;font-style:normal}.ibm_plex_sans_3d4ec4b5-module__BvB79G__variable{--font-ibm:"IBM Plex Sans","IBM Plex Sans Fallback"}
