:root{--black:#1a1a1a;--black-soft:#2d2d2d;--gray-900:#333333;--gray-700:#555555;--gray-500:#888888;--gray-400:#999999;--gray-300:#c4c4c4;--gray-200:#e5e5e5;--gray-100:#f2f2f2;--white:#ffffff;--cream:#fafafa;--axolotl-brand:#ff8452;--axolotl-brand-soft:rgba(255,132,82,0.08);--accent-red:var(--axolotl-brand);--accent-red-bg:var(--axolotl-brand-soft);--accent-green:#00b37a;--font-serif:'Playfair Display',Georgia,'Times New Roman',serif;--font-sans:'Quattrocento Sans',-apple-system,BlinkMacSystemFont,sans-serif;--container-max:1240px;--radius:12px;--radius-sm:8px;--ease:cubic-bezier(0.4,0,0.2,1)}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body{font-family:var(--font-sans);font-size:16px;line-height:1.7;background:var(--white);color:var(--black);min-height:100vh;padding-bottom:90px}a{text-decoration:none;color:inherit;transition:color 0.2s var(--ease)}a:hover{color:var(--accent-red)}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}::selection{background:var(--accent-red);color:white}.navbar{position:sticky;top:0;z-index:1000;background:var(--white);border-bottom:1px solid var(--gray-200);padding:0 2rem}.nav-container{max-width:var(--container-max);margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:60px;overflow:visible}.nav-brand{display:flex;align-items:center;gap:6px;font-family:'Outfit',var(--font-sans);font-size:1.85rem;font-weight:900;letter-spacing:-1px;color:var(--black);text-transform:uppercase}.nav-brand-mark{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;flex-shrink:0}.nav-links{display:flex;gap:16px;align-items:center;flex-wrap:nowrap}.nav-links a{font-size:0.85rem;font-weight:500;color:var(--gray-700);transition:all 0.2s var(--ease);padding:6px 4px;white-space:nowrap}.nav-links a:hover{color:var(--black)}.nav-links a.active{color:var(--black);font-weight:700}.nav-category-link{position:relative;display:inline-block}.nav-category-link span{position:relative;z-index:1}.nav-category-link .nav-hover-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% + 44px);height:56px;pointer-events:none;opacity:0;transition:opacity 0.22s ease;z-index:0}.nav-category-link .nav-hover-circle path{fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1650;stroke-dashoffset:1650;transition:stroke-dashoffset 0s 0.4s}.nav-category-link:hover .nav-hover-circle,.nav-category-link.active .nav-hover-circle{opacity:1}.nav-category-link:hover .nav-hover-circle path,.nav-category-link.active .nav-hover-circle path{stroke-dashoffset:0;transition:stroke-dashoffset 0.4s cubic-bezier(0.645,0.045,0.355,1)}.nav-category-link.active .nav-hover-circle path{stroke:var(--axolotl-brand)}.nav-search-link{display:flex;align-items:center;padding:6px;margin-left:6px;color:var(--gray-500);transition:color 0.2s var(--ease)}.nav-search-link:hover,.nav-search-link.active{color:var(--black)}.nav-links .nav-cta{background:var(--black)!important;color:var(--white)!important;padding:8px 16px;border-radius:50px;font-weight:700!important;margin-left:10px;flex-shrink:0;white-space:nowrap;transition:all 0.2s var(--ease)}.nav-links .nav-cta:hover{background:var(--accent-red)!important;transform:translateY(-1px)}.nav-links .nav-cta:focus-visible{outline:2px solid var(--accent-red);outline-offset:3px}.nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px}.nav-toggle span{width:22px;height:2px;background:var(--black);border-radius:1px;transition:all 0.3s var(--ease)}.news-ticker{background:var(--black);color:var(--white);padding:8px 2rem;overflow:hidden;position:relative}.news-ticker-inner{max-width:var(--container-max);margin:0 auto;display:flex;align-items:center;gap:16px}.ticker-label{font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--axolotl-brand);white-space:nowrap;flex-shrink:0}.ticker-scroll{overflow:hidden;flex:1;position:relative}.ticker-content{display:flex;gap:3rem;animation:tickerScroll 40s linear infinite;white-space:nowrap}.ticker-item{font-size:0.78rem;color:var(--gray-300);white-space:nowrap;flex-shrink:0;display:inline-flex;align-items:center;min-height:32px;padding:0 0.85rem;border-radius:999px;cursor:pointer;transition:color 0.2s var(--ease),background-color 0.2s var(--ease)}.ticker-item:hover,.ticker-item:focus-visible{color:var(--white);background:rgba(255,255,255,0.08);outline:none}.ticker-item-static{cursor:default}.ticker-arrow{font-size:0.85rem;color:var(--white);cursor:default;flex-shrink:0;padding:2px 8px;border:1px solid var(--gray-700);border-radius:4px;transition:all 0.2s;pointer-events:none}.ticker-arrow:hover{background:var(--gray-700)}@keyframes tickerScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.container{max-width:var(--container-max);margin:0 auto;padding:0 2rem}.page-content{padding-top:0;min-height:calc(100vh - 200px)}.hero{padding:2.5rem 0 2rem;border-bottom:1px solid var(--gray-200)}.hero-grid{display:grid;grid-template-columns:1fr 1fr 320px;gap:0}.hero-main,.hero-secondary{position:relative;display:flex;flex-direction:column;padding:1.5rem 2rem 1.5rem 0;border-right:1px solid var(--gray-200);cursor:pointer;transition:opacity 0.2s;color:var(--ink)}.hero-secondary{padding-left:2rem}.hero-main:hover,.hero-secondary:hover{opacity:0.85}.hero-main:hover h2,.hero-secondary:hover h2,.hero-main h2,.hero-secondary h2{color:var(--ink)}.hero-main .author-date,.hero-secondary .author-date{font-size:0.78rem;color:var(--gray-500);margin-bottom:1rem;display:flex;align-items:center;gap:0.55rem;flex-wrap:wrap}.hero-main .author-date .category-tag,.hero-secondary .author-date .category-tag{color:var(--accent-red);text-transform:uppercase;font-weight:700;font-size:0.68rem;letter-spacing:0.8px}.hero-main .author-date .date-sep,.hero-secondary .author-date .date-sep{color:var(--gray-400)}.hero-main .hero-image,.hero-secondary .hero-image{width:100%;aspect-ratio:3 / 2;background:var(--gray-100);border-radius:var(--radius);margin-bottom:1.25rem;overflow:hidden}.hero-main .hero-image img,.hero-secondary .hero-image img{width:100%;height:100%;object-fit:cover;display:block}.hero-main h1,.hero-main h2{font-family:var(--font-serif);font-size:1.7rem;font-weight:700;line-height:1.2;margin-bottom:1rem;letter-spacing:-0.4px}.hero-main h1 .highlight,.hero-main h2 .highlight,.hero-secondary h2 .highlight{background:var(--accent-red);color:var(--white);padding:0 6px;border-radius:3px}.hero-main .excerpt,.hero-secondary .excerpt{font-size:0.9rem;color:var(--gray-700);line-height:1.6;margin-bottom:1rem}.hero-main .meta-row,.hero-secondary .meta-row{display:flex;align-items:center;gap:10px;font-size:0.78rem;color:var(--gray-500);margin-top:auto}.meta-row .reading-time{display:inline-flex;align-items:center}.card-tldr-pill{display:inline-flex;align-items:center;gap:0.3rem;padding:0.15rem 0.6rem;border-radius:999px;background:var(--accent-red-bg);color:var(--accent-red);font-size:0.72rem;font-weight:700;letter-spacing:0.2px;white-space:nowrap}.card-topread-pill{display:inline-flex;align-items:center;gap:0.25rem;font-size:0.72rem;font-weight:700;color:var(--accent-red);letter-spacing:0.2px;white-space:nowrap}.hero-secondary h2{font-family:var(--font-serif);font-size:1.45rem;font-weight:600;line-height:1.25;margin-bottom:0.75rem;letter-spacing:-0.3px}.hero-sidebar{padding:1.5rem 0 1.5rem 2rem;display:flex;flex-direction:column;gap:0}.sidebar-article{padding:1rem 0;border-bottom:1px solid var(--gray-200);cursor:pointer;transition:opacity 0.2s;color:var(--ink)}.sidebar-article:last-child{border-bottom:none}.sidebar-article:hover{opacity:0.7}.sidebar-article:hover h3{color:var(--ink)}.sidebar-article .author-date{font-size:0.72rem;color:var(--gray-500);margin-bottom:0.4rem;display:flex;align-items:center;gap:6px}.sidebar-article .author-date .category-tag{color:var(--accent-red);text-transform:uppercase;font-weight:700;font-size:0.66rem;letter-spacing:0.7px}.sidebar-article h3{font-family:var(--font-serif);font-size:1.05rem;font-weight:600;line-height:1.3;margin-bottom:0.35rem;letter-spacing:-0.2px;color:var(--ink)}.sidebar-article h3 .highlight{background:var(--accent-red);color:var(--white);padding:0 4px;border-radius:2px}.sidebar-article .excerpt{font-size:0.8rem;color:var(--gray-700);line-height:1.5;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.sidebar-article .meta-row{display:flex;align-items:center;gap:10px;font-size:0.72rem;color:var(--gray-500);margin-top:0.4rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem}.service-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:2rem;text-align:left;transition:all 0.3s var(--ease);display:flex;flex-direction:column;height:100%;cursor:pointer}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,0.08);border-color:var(--accent-red)}.service-card:focus-visible{outline:2px solid var(--accent-red);outline-offset:4px}.service-icon{font-size:2.5rem;margin-bottom:1.25rem;color:var(--black)}.service-card h3{font-family:var(--font-serif);font-size:1.35rem;font-weight:700;margin-bottom:0.75rem;line-height:1.2;color:var(--black)}.service-card p{font-size:0.9rem;color:var(--gray-700);line-height:1.6;margin-bottom:1.5rem;flex:1}.service-card .service-action{display:inline-flex;align-items:center;gap:8px;font-size:0.85rem;font-weight:700;color:var(--accent-red);text-transform:uppercase;letter-spacing:0.5px}.service-card .service-action::after{content:"→";transition:transform 0.2s}.service-card:hover .service-action::after{transform:translateX(5px)}.service-card.primary-service{background:var(--black);color:var(--white);border-color:var(--black)}.service-card.primary-service *{color:var(--white)}.service-card.primary-service .service-icon{color:var(--accent-red)}.service-card.primary-service .service-action{color:var(--white);border-bottom:1px solid var(--accent-red)}.services-levels{margin:3rem 0;text-align:center}.services-levels-title{font-family:var(--font-serif);font-size:2rem;margin-bottom:0.5rem}.services-levels-subtitle{color:var(--gray-500);margin-bottom:2rem;font-size:1rem}.services-levels-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;text-align:left}.service-level-card{position:relative;border:1px solid var(--gray-200);border-radius:var(--radius);padding:2rem 1.5rem;display:flex;flex-direction:column;transition:box-shadow 0.25s var(--ease),border-color 0.25s var(--ease)}.service-level-card:hover{box-shadow:0 8px 32px rgba(0,0,0,0.08);border-color:var(--gray-300)}.service-level-featured{border-color:var(--axolotl-brand);box-shadow:0 4px 24px rgba(255,132,82,0.12)}.service-level-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--axolotl-brand);color:#fff;font-size:0.75rem;font-weight:700;padding:3px 14px;border-radius:20px;text-transform:uppercase;letter-spacing:0.04em}.service-level-icon{font-size:2rem;margin-bottom:0.75rem}.service-level-card h3{font-family:var(--font-serif);font-size:1.25rem;margin-bottom:0.5rem}.service-level-desc{font-size:0.9rem;color:var(--gray-700);line-height:1.6;margin-bottom:1rem}.service-level-features{list-style:none;margin-bottom:1.5rem;flex:1}.service-level-features li{position:relative;padding-left:1.25rem;font-size:0.88rem;margin-bottom:0.4rem;color:var(--gray-700)}.service-level-features li::before{content:"✓";position:absolute;left:0;color:var(--axolotl-brand);font-weight:700}.service-level-cta{display:inline-block;text-align:center;padding:0.65rem 1.5rem;background:var(--black);color:var(--white);border-radius:50px;font-size:0.88rem;font-weight:600;transition:background 0.2s var(--ease)}.service-level-cta:hover{background:var(--axolotl-brand);color:var(--white)}.service-level-featured .service-level-cta{background:var(--axolotl-brand)}.service-level-featured .service-level-cta:hover{background:var(--black)}.services-faq{max-width:800px;margin:3rem auto 2rem}.services-faq h2{font-family:var(--font-serif);font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.faq-list{margin:0}.faq-item{border-bottom:1px solid var(--gray-200);padding:1.25rem 0}.faq-item:first-child{border-top:1px solid var(--gray-200)}.faq-item dt{font-family:var(--font-serif);font-weight:700;font-size:1.05rem;margin-bottom:0.5rem;color:var(--black)}.faq-item dd{margin:0;font-size:0.92rem;line-height:1.65;color:var(--gray-700)}.section-header{display:flex;align-items:center;justify-content:space-between;margin:2.5rem 0 1.25rem;padding-bottom:0.75rem;border-bottom:2px solid var(--black)}.section-header h1,.section-header h2{font-family:var(--font-serif);font-size:1.3rem;font-weight:700;letter-spacing:-0.3px}.section-header .view-all{font-size:0.8rem;color:var(--gray-500);font-weight:700;display:flex;align-items:center;gap:4px;text-transform:uppercase;letter-spacing:0.5px}.section-header .view-all:hover{color:var(--accent-red)}.section-header-top{margin-top:2rem}.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-bottom:2rem;border-top:1px solid var(--gray-200)}.article-card{padding:1.5rem 1.5rem 1.5rem 0;border-right:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);cursor:pointer;transition:background 0.2s var(--ease);display:flex;flex-direction:column}.article-card:nth-child(3n){border-right:none;padding-right:0;padding-left:1.5rem}.article-card:nth-child(3n+1){padding-left:0}.article-card:nth-child(3n+2){padding-left:1.5rem}.article-card:hover{background:var(--cream)}.article-card .card-image{width:100%;height:180px;background:var(--gray-100);border-radius:var(--radius);overflow:hidden;margin-bottom:1rem}.article-card .card-image img{width:100%;height:100%;object-fit:cover;display:block}.article-card .card-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.6rem}.article-card .category-tag{font-size:0.68rem;font-weight:700;color:var(--accent-red);text-transform:uppercase;letter-spacing:0.8px}.article-card .hot-indicator{font-size:0.68rem;font-weight:700;color:var(--gray-400)}.hot-indicator.high{color:var(--accent-red)}.hot-indicator.medium{color:var(--gray-500)}.article-card h3{font-family:var(--font-serif);font-size:1.1rem;font-weight:600;line-height:1.3;margin-bottom:0.5rem;letter-spacing:-0.2px;flex:1;color:var(--ink)}.article-card:hover h3{color:var(--ink)}.article-card .card-summary{font-size:0.82rem;line-height:1.5;color:var(--gray-700);margin-bottom:0.75rem;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-card .card-date{font-size:0.72rem;color:var(--gray-400)}.article-card .card-body{display:flex;flex-direction:column;flex:1}.latest-with-aside{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:2.5rem;align-items:start;margin-bottom:2rem}.latest-no-aside{display:block}.latest-main{min-width:0}.articles-grid--with-aside{grid-template-columns:repeat(2,1fr)}.articles-grid--with-aside .article-card:nth-child(3n),.articles-grid--with-aside .article-card:nth-child(3n+1),.articles-grid--with-aside .article-card:nth-child(3n+2){border-right:1px solid var(--gray-200);padding-right:1.5rem;padding-left:0}.articles-grid--with-aside .article-card:nth-child(2n){border-right:none;padding-right:0;padding-left:1.5rem}.top-weekly{position:sticky;top:88px;align-self:start}.top-weekly-header{margin-bottom:1.25rem;padding-bottom:0.75rem;border-bottom:2px solid var(--black)}.top-weekly-header h3{font-family:var(--font-serif);font-size:1.1rem;font-weight:700;color:var(--ink);margin:0 0 0.3rem;letter-spacing:-0.2px;display:flex;align-items:center;gap:0.45rem}.top-weekly-icon{font-size:1.05rem}.top-weekly-subtitle{font-size:0.68rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:0.7px;margin:0;font-weight:600}.top-weekly-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.top-weekly-item{display:flex;gap:0.85rem;padding:0.9rem 0;border-bottom:1px solid var(--gray-200)}.top-weekly-item:first-child{padding-top:0}.top-weekly-item:last-child{border-bottom:none;padding-bottom:0}.top-weekly-rank{font-family:var(--font-serif);font-size:1.8rem;font-weight:700;line-height:1;color:var(--accent-red);flex-shrink:0;width:1.6rem;text-align:center;opacity:0.85}.top-weekly-link{text-decoration:none;color:inherit;flex:1;min-width:0;display:block}.top-weekly-link:hover .top-weekly-title{color:var(--accent-red)}.top-weekly-title{font-family:var(--font-serif);font-size:0.92rem;font-weight:600;line-height:1.3;color:var(--ink);margin:0 0 0.35rem;letter-spacing:-0.1px;transition:color 0.2s var(--ease);display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.top-weekly-meta{display:flex;align-items:center;gap:0.55rem;flex-wrap:wrap;font-size:0.68rem}.top-weekly-category{color:var(--accent-red);text-transform:uppercase;font-weight:700;letter-spacing:0.6px}.top-weekly-views{color:var(--gray-500);font-weight:600}.article-page-layout{display:grid;grid-template-columns:1fr 300px;gap:0;padding:3rem 0 2.5rem}.article-container{max-width:none;padding:0 3rem 0 0;border-right:1px solid var(--gray-200);margin:0}.article-sidebar-info{padding:0 0 0 2rem;position:sticky;top:80px;align-self:start}.article-sidebar-info .info-block{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-200)}.article-sidebar-info .info-block:last-child{border-bottom:none}.article-sidebar-info .info-label{font-size:0.72rem;color:var(--gray-500);font-weight:400;margin-bottom:0.2rem}.article-sidebar-info .info-value{font-size:0.88rem;font-weight:700;color:var(--black)}.article-sidebar-info .info-value a:hover{color:var(--accent-red)}.article-header{margin-bottom:2rem}.article-header .category-tag{font-size:0.72rem;font-weight:700;color:var(--accent-red);text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;display:inline-block}.article-header h1{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;line-height:1.15;margin-bottom:1.5rem;letter-spacing:-1px}.article-header .meta{display:flex;align-items:center;gap:1.5rem;font-size:0.82rem;color:var(--gray-500);padding-bottom:1.5rem;border-bottom:1px solid var(--gray-200)}.article-share-section{margin-top:2.75rem;padding-top:1.5rem;border-top:1px solid var(--gray-200);display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.article-share-copy{flex:1 1 320px}.article-share-eyebrow{margin:0 0 0.3rem;font-size:0.72rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--accent-red)}.article-share-copy h3{margin:0;font-family:var(--font-serif);font-size:1.2rem;line-height:1.2;color:var(--black)}.article-share-copy p:last-child{margin:0.55rem 0 0;max-width:34rem;font-size:0.92rem;line-height:1.65;color:var(--gray-500)}.article-share-bar{display:grid;grid-template-columns:repeat(5,minmax(52px,52px));gap:0.75rem;flex:0 0 auto}.share-icon-btn{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border:1px solid var(--gray-200);border-radius:16px;background:var(--white);color:var(--black);box-shadow:0 10px 30px rgba(17,17,17,0.05);transition:all 0.2s var(--ease)}.share-icon-btn svg{width:20px;height:20px;display:block}.share-icon-btn:hover{border-color:var(--accent-red);background:var(--accent-red-bg);color:var(--accent-red);transform:translateY(-1px)}.share-icon-btn:focus-visible{outline:2px solid var(--accent-red);outline-offset:2px;border-color:var(--accent-red)}.share-copy-btn{cursor:pointer;font-family:var(--font-sans)}.share-copy-btn.copied{background:var(--accent-red);border-color:var(--accent-red);color:var(--white)}.article-body{font-size:1.05rem;line-height:1.85;color:var(--gray-900)}.article-body p,.article-body li{text-align:justify;text-justify:inter-word;hyphens:auto}.article-cover-figure{margin:0 0 2rem}.article-cover-figure.img-placeholder{display:flex;align-items:center;justify-content:center;background:var(--gray-100);border-radius:calc(var(--radius) + 2px);min-height:200px}.article-cover-figure.img-placeholder::after{content:"\1F5BC";font-size:3rem;opacity:0.3}.article-cover-image{display:block;width:100%;border-radius:calc(var(--radius) + 2px);border:1px solid var(--gray-200);box-shadow:0 18px 45px rgba(15,23,42,0.12)}.article-cover-caption{margin-top:0.75rem;font-size:0.88rem;line-height:1.5;color:var(--gray-600)}.article-tldr-pill{display:inline-flex;align-items:center;gap:0.3rem;padding:0.25rem 0.7rem;border-radius:999px;background:var(--accent-red-bg);color:var(--accent-red);font-size:0.78rem;font-weight:700;letter-spacing:0.2px;text-decoration:none;border:1px solid transparent;transition:border-color 0.2s var(--ease)}.article-tldr-pill:hover,.article-tldr-pill:focus-visible{border-color:var(--accent-red);color:var(--accent-red)}.article-tldr{margin:0 0 2rem;padding:1.25rem 1.5rem;background:var(--accent-red-bg);border-left:4px solid var(--accent-red);border-radius:var(--radius);scroll-margin-top:90px}.article-tldr-head{display:flex;align-items:baseline;gap:0.75rem;flex-wrap:wrap;margin-bottom:0.6rem}.article-tldr-label{font-size:0.78rem;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;color:var(--accent-red)}.article-tldr-time{font-size:0.78rem;color:var(--gray-600);font-weight:500}.article-tldr-body{margin:0;font-size:1rem;line-height:1.65;color:var(--gray-900)}.article-body h2{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;margin:2rem 0 1rem;color:var(--black);letter-spacing:-0.3px}.article-body h3{font-family:var(--font-serif);font-size:1.15rem;font-weight:600;margin:1.5rem 0 0.75rem;color:var(--black)}.article-body p{margin-bottom:1.3rem}.article-body ul,.article-body ol{padding-left:1.5rem;margin-bottom:1.3rem;list-style:disc}.article-body li{margin-bottom:0.4rem;list-style:inherit}.article-body strong{font-weight:700}.sources-section{margin-top:2.5rem;padding:1.5rem;border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--cream)}.sources-section h3{font-family:var(--font-serif);font-size:0.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:0.75rem;color:var(--black)}.sources-section a{display:block;font-size:0.82rem;color:var(--gray-700);margin-bottom:0.4rem;word-break:break-all}.sources-section a:hover{color:var(--accent-red)}.cta-section{margin-top:3rem;padding:3rem;border-radius:var(--radius);text-align:center;background:var(--black);color:var(--white)}.cta-section h2{font-family:var(--font-serif);font-size:1.6rem;font-weight:700;margin-bottom:0.75rem;letter-spacing:-0.3px}.cta-section p{font-size:0.95rem;opacity:0.7;margin-bottom:1.5rem;max-width:500px;margin-left:auto;margin-right:auto}.cta-btn{display:inline-block;padding:12px 32px;background:var(--white);color:var(--black);font-weight:700;border-radius:50px;font-size:0.88rem;transition:all 0.2s var(--ease);cursor:pointer;border:none;font-family:var(--font-sans)}.cta-btn:hover{background:var(--accent-red);color:var(--white);transform:translateY(-1px)}.cta-btn:focus-visible{outline:2px solid var(--accent-red);outline-offset:3px}.cta-section-bottom-spacing{margin-bottom:2rem}.category-header{padding:3rem 0 1.5rem;border-bottom:2px solid var(--black);margin-bottom:0}.category-header .emoji{font-size:2rem;margin-bottom:0.5rem}.category-header h1{font-family:var(--font-serif);font-size:2.2rem;font-weight:700;margin-bottom:0.3rem;letter-spacing:-0.5px}.category-header p{font-size:0.92rem;color:var(--gray-500);max-width:600px}.search-form{margin:1.5rem 0 2rem}.search-input-wrap{display:flex;max-width:560px;border:2px solid var(--black);border-radius:8px;overflow:hidden;background:var(--white)}.search-input-wrap input{flex:1;border:none;padding:0.75rem 1rem;font-size:1rem;outline:none;background:transparent;color:var(--black)}.search-input-wrap button{border:none;background:var(--black);color:var(--white);padding:0.75rem 1rem;cursor:pointer;display:flex;align-items:center}.search-input-wrap button:hover{background:var(--gray-700,#333)}.search-results-count{font-size:0.92rem;color:var(--gray-500);margin:0 0 1.5rem}.pagination{display:flex;justify-content:center;align-items:center;gap:4px;margin:2.5rem 0}.pagination a,.pagination span{padding:8px 14px;border-radius:6px;font-size:0.82rem;font-weight:700;transition:all 0.2s;color:var(--gray-700)}.pagination a{border:1px solid var(--gray-200)}.pagination a:hover{border-color:var(--black);color:var(--black)}.pagination .current{background:var(--black);color:var(--white);border:1px solid var(--black)}.input-axolotl-icon-svg{transform-origin:bottom center;transition:all 0.3s var(--ease);animation:axolotlCurious 8s ease-in-out infinite}@keyframes axolotlCurious{0%,100%{transform:scale(1) rotate(0deg)}10%{transform:scale(1.05) rotate(3deg)}20%{transform:scale(1) rotate(0deg)}30%{transform:scale(1.05) rotate(-3deg)}40%{transform:scale(1) rotate(0deg)}60%{transform:scale(1) translateY(-1px)}}.input-axolotl-icon-svg.typing{animation:axolotlFocus 0.4s ease infinite}@keyframes axolotlFocus{0%,100%{transform:scale(1.1) translateY(1px) rotate(0deg)}25%{transform:scale(1.1) translateY(2px) rotate(2deg)}75%{transform:scale(1.1) translateY(2px) rotate(-2deg)}}.nav-categories-inner{display:flex;gap:12px;align-items:center}.navbar{padding:0 2rem}.nav-links{flex:1;justify-content:flex-end;padding-right:0.25rem}.nav-category-link{font-size:0.72rem!important;letter-spacing:-0.1px}.nav-cta{font-size:0.75rem!important}.spotlight-bar{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);z-index:9999;width:min(680px,calc(100% - 48px))}.spotlight-bar-inner{display:flex;align-items:center;gap:12px;padding:10px 10px 10px 20px;background:rgba(255,255,255,0.72);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid rgba(0,0,0,0.08);border-radius:50px;box-shadow:0 8px 32px rgba(0,0,0,0.08),0 2px 8px rgba(0,0,0,0.04),inset 0 1px 0 rgba(255,255,255,0.6);transition:all 0.25s var(--ease)}.spotlight-bar-inner:hover,.spotlight-bar-inner:focus-within{background:rgba(255,255,255,0.88);box-shadow:0 12px 48px rgba(0,0,0,0.12),0 4px 12px rgba(0,0,0,0.06),inset 0 1px 0 rgba(255,255,255,0.8);border-color:rgba(0,0,0,0.12)}.spotlight-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0}.spotlight-bar-inner input{flex:1;border:none;background:transparent;font-size:0.92rem;font-family:var(--font-sans);color:var(--black);outline:none;padding:4px 0;min-width:0}.spotlight-bar-inner input::placeholder{color:var(--gray-400);font-weight:400}.spotlight-bar-inner input:disabled{color:var(--gray-500);cursor:not-allowed}.spotlight-bar-inner button{width:36px;height:36px;border-radius:50%;border:none;background:var(--black);color:var(--white);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.2s var(--ease);flex-shrink:0}.spotlight-bar-inner button:hover{background:var(--accent-red);transform:scale(1.05)}.spotlight-bar-inner button:disabled{background:var(--gray-400);cursor:not-allowed;transform:none}body.cookie-banner-visible .spotlight-bar{bottom:130px;z-index:10001}body.cookie-banner-visible .spotlight-bar-inner{background:rgba(255,255,255,0.95)}body.cookie-banner-visible .spotlight-conversation{bottom:196px;z-index:10002}.spotlight-backdrop{position:fixed;inset:0;z-index:9997;background:rgba(0,0,0,0.3);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity 0.3s var(--ease)}.spotlight-backdrop.visible{opacity:1;pointer-events:all}.spotlight-conversation{position:fixed;bottom:90px;left:50%;transform:translateX(-50%) translateY(20px);z-index:9998;width:min(680px,calc(100% - 48px));max-height:50vh;display:flex;flex-direction:column;background:rgba(255,255,255,0.92);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid rgba(0,0,0,0.08);border-radius:var(--radius);box-shadow:0 12px 48px rgba(0,0,0,0.12);overflow:hidden;opacity:0;pointer-events:none;transition:all 0.3s var(--ease)}.spotlight-conversation.visible{transform:translateX(-50%) translateY(0);opacity:1;pointer-events:all}.spotlight-conv-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid rgba(0,0,0,0.06)}.spotlight-conv-brand{display:flex;align-items:center;gap:10px}.spotlight-avatar{width:32px;height:32px;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center}.spotlight-name{font-family:var(--font-serif);font-weight:700;font-size:0.92rem}.spotlight-status{font-size:0.68rem;color:var(--accent-green);font-weight:700}.spotlight-status.is-online{color:#3fb950}.spotlight-status.is-offline{color:#f85149}.spotlight-close{width:28px;height:28px;border-radius:50%;border:none;background:var(--gray-100);color:var(--gray-500);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:0.82rem;transition:all 0.2s}.spotlight-close:hover{background:var(--gray-200);color:var(--black)}.spotlight-messages{flex:1;padding:16px 20px;overflow-y:auto;display:flex;flex-direction:column;gap:10px;max-height:40vh}.chat-msg{max-width:80%;padding:10px 16px;font-size:0.85rem;line-height:1.5;white-space:pre-line;overflow-wrap:anywhere;animation:chatFadeIn 0.3s ease forwards;opacity:0}@keyframes chatFadeIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chat-msg.bot{align-self:flex-start;background:var(--gray-100);color:var(--black);border-radius:16px 16px 16px 4px}.chat-msg.user{align-self:flex-end;background:var(--black);color:var(--white);border-radius:16px 16px 4px 16px}.chat-privacy-notice{font-size:0.7rem;color:var(--gray-400);padding:0 4px;line-height:1.4}.chat-privacy-notice a{color:var(--axolotl-brand);text-decoration:underline}.chat-msg.loading span{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--gray-400);animation:dotPulse 1.4s infinite;margin:0 2px}.chat-quick-replies{display:flex;flex-wrap:wrap;gap:6px;align-self:flex-start;max-width:100%;padding:2px 0 4px 0;animation:chatFadeIn 0.3s ease forwards;opacity:0}.chat-quick-reply{border:1px solid var(--axolotl-brand);background:var(--white);color:var(--axolotl-brand);border-radius:14px;padding:6px 12px;font-size:0.78rem;font-weight:500;cursor:pointer;transition:background 0.15s ease,color 0.15s ease;white-space:normal;text-align:left;line-height:1.3}.chat-quick-reply:hover,.chat-quick-reply:focus-visible{background:var(--axolotl-brand);color:var(--white);outline:none}.chat-quick-reply:disabled{opacity:0.5;cursor:not-allowed}.chat-msg.loading span:nth-child(2){animation-delay:0.2s}.chat-msg.loading span:nth-child(3){animation-delay:0.4s}@keyframes dotPulse{0%,80%,100%{opacity:0.3;transform:scale(0.8)}40%{opacity:1;transform:scale(1.2)}}.footer{padding:3rem 2rem 2rem;margin-top:3rem;border-top:1px solid var(--gray-200);background:var(--white)}.footer-content{max-width:var(--container-max);margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1.2fr 1fr;gap:2rem}.footer h4{font-family:var(--font-serif);font-size:0.85rem;font-weight:700;margin-bottom:1rem;color:var(--black)}.footer p,.footer a{font-size:0.82rem;color:var(--gray-500);line-height:2}.footer a:hover{color:var(--accent-red)}.footer-link-block{display:block}.footer-newsletter-desc{font-size:0.82rem;color:var(--gray-500);margin-bottom:10px}.footer-newsletter-form{display:flex;flex-direction:column;gap:8px}.footer-newsletter-row{display:flex;gap:6px}.footer-newsletter-cadence{border:none;padding:0;margin:6px 0 0;display:flex;gap:14px;flex-wrap:wrap}.footer-newsletter-cadence label{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:inherit}.footer-company-note{font-size:0.85em;opacity:0.85}.footer-newsletter-input{flex:1;padding:8px 12px;border:1px solid var(--gray-200);border-radius:6px;background:var(--white);color:var(--black);font-size:0.82rem;font-family:var(--font-sans);outline:none;transition:border-color 0.2s}.footer-newsletter-input:focus{border-color:var(--axolotl-brand)}.footer-newsletter-input::placeholder{color:var(--gray-400)}.footer-newsletter-btn{padding:8px 18px;background:var(--axolotl-brand);color:var(--white);border:none;border-radius:6px;font-size:0.82rem;font-weight:700;font-family:var(--font-sans);cursor:pointer;transition:opacity 0.2s,transform 0.15s;white-space:nowrap}.footer-newsletter-btn:hover{opacity:0.88;transform:translateY(-1px)}.footer-newsletter-consent{display:flex;align-items:flex-start;gap:6px;cursor:pointer}.footer-newsletter-consent input[type="checkbox"]{margin-top:2px;flex-shrink:0;accent-color:var(--axolotl-brand);width:14px;height:14px}.footer-newsletter-consent span{font-size:0.72rem;color:var(--gray-400);line-height:1.4}.footer-newsletter-consent a{color:var(--axolotl-brand)!important;text-decoration:underline}.footer-update-note{margin-top:0.5rem;font-size:0.75rem;color:var(--gray-400)}.footer-bottom{max-width:var(--container-max);margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid var(--gray-200);font-size:0.72rem;color:var(--gray-400);text-align:center}.footer-disclaimer{display:block;margin-top:5px;font-size:0.75rem;color:var(--gray-500)}.error-page{text-align:center;padding:4rem 2rem 2rem}.error-page h1{font-family:var(--font-serif);font-size:6rem;font-weight:700;color:var(--black)}.error-page p{font-size:1.1rem;color:var(--gray-500);margin:1rem 0 2rem}.error-search{max-width:500px;margin:0 auto 3rem;text-align:center}.error-search p{font-size:0.95rem;color:var(--gray-500);margin-bottom:1rem}.error-suggested{margin-bottom:3rem}.error-suggested h2,.error-categories h2{font-family:var(--font-serif);font-size:1.4rem;margin-bottom:1.25rem;text-align:center}.error-categories{margin-bottom:4rem}.error-categories-grid{display:flex;flex-wrap:wrap;gap:0.75rem;justify-content:center}.error-category-link{display:inline-block;padding:0.5rem 1rem;border:1px solid var(--gray-200);border-radius:var(--radius-sm);color:var(--black);text-decoration:none;font-size:0.9rem;transition:border-color 0.2s,background 0.2s}.error-category-link:hover{border-color:var(--axolotl-brand);background:rgba(255,132,82,0.05)}.about-hero{text-align:center;padding:3rem 1rem 1.5rem}.about-hero h1{font-family:var(--font-serif);font-size:2.5rem;font-weight:700}.about-subtitle{font-size:1.1rem;color:var(--gray-500);margin-top:0.75rem}.about-content{max-width:800px;margin:0 auto 3rem}.about-section{margin-bottom:2.5rem}.about-section h2{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;margin-bottom:0.75rem}.about-section p{font-size:0.95rem;line-height:1.7;color:var(--gray-700);margin-bottom:0.75rem}.about-section ul{margin:0.75rem 0 0.75rem 1.5rem;font-size:0.95rem;line-height:1.7;color:var(--gray-700)}.about-expertise-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;margin-top:1rem}.about-expertise-item{display:flex;flex-direction:column;padding:1rem;border:1px solid var(--gray-200);border-radius:var(--radius-sm);text-decoration:none;color:var(--black);transition:border-color 0.2s}.about-expertise-item:hover{border-color:var(--axolotl-brand)}.about-expertise-emoji{font-size:1.5rem;margin-bottom:0.25rem}.about-expertise-name{font-weight:700;font-size:0.95rem;margin-bottom:0.25rem}.about-expertise-desc{font-size:0.82rem;color:var(--gray-500);line-height:1.4}.about-authors-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:1rem}.about-author-card{padding:1.25rem;border:1px solid var(--gray-200);border-radius:var(--radius-sm)}.about-author-card h3{margin:0 0 0.5rem 0;font-size:1.05rem}.about-author-card p{font-size:0.88rem;color:var(--gray-600);line-height:1.5;margin:0}.press-citable-list{list-style:none;padding:0;margin:1rem 0 0}.press-citable-list>li{padding:0.9rem 0;border-bottom:1px solid var(--gray-200)}.press-citable-list>li:last-child{border-bottom:none}.press-citable-list a{text-decoration:none}.fade-in{opacity:0;transform:translateY(16px);transition:opacity 0.5s ease,transform 0.5s ease}.fade-in.visible{opacity:1;transform:translateY(0)}@keyframes fade-in-fallback{to{opacity:1;transform:translateY(0)}}.fade-in{animation:fade-in-fallback 0.5s ease 1.5s forwards}.article-hot-pill,.article-hot-value{color:var(--accent-red);font-weight:700}.article-byline{font-size:0.9em;color:var(--text-muted,#6c757d);margin-top:0.25rem}.empty-state-note{margin-top:1rem;font-size:0.82rem;color:var(--gray-400)}.services-hero{padding:3rem 0;text-align:center}.services-hero-title{font-family:var(--font-serif);font-size:3rem;font-weight:700;margin-bottom:1rem;letter-spacing:-1px;color:var(--black)}.services-hero-copy{max-width:600px;margin:0 auto 3rem;font-size:1.1rem;color:var(--gray-700)}.spotlight-avatar-plain{overflow:visible;background:transparent}.empty-state{text-align:center;padding:5rem 2rem}.empty-state .emoji{font-size:2.5rem;margin-bottom:0.75rem}.empty-state h3{font-family:var(--font-serif);font-size:1.3rem;font-weight:700;margin-bottom:0.5rem}.empty-state p{font-size:0.9rem;color:var(--gray-500)}.text-muted{color:var(--gray-500)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.glass-card{background:var(--white);border:1px solid var(--gray-200)}@media (max-width:1024px){.hero-grid{grid-template-columns:1fr 1fr}.hero-sidebar{display:none}.article-page-layout{grid-template-columns:1fr}.article-container{border-right:none;padding-right:0}.article-sidebar-info{display:none}.latest-with-aside{grid-template-columns:1fr;gap:1.5rem}.articles-grid--with-aside{grid-template-columns:repeat(3,1fr)}.articles-grid--with-aside .article-card:nth-child(3n),.articles-grid--with-aside .article-card:nth-child(3n+1),.articles-grid--with-aside .article-card:nth-child(3n+2),.articles-grid--with-aside .article-card:nth-child(2n){border-right:1px solid var(--gray-200);padding-right:1.5rem;padding-left:0}.articles-grid--with-aside .article-card:nth-child(3n){border-right:none;padding-right:0;padding-left:1.5rem}.articles-grid--with-aside .article-card:nth-child(3n+2){padding-left:1.5rem}.top-weekly{position:static;padding-top:1.5rem}.nav-links{display:none;position:absolute;top:60px;right:0;width:100%;flex-direction:column;padding:1.5rem 2rem;gap:20px;background:var(--white);border-bottom:1px solid var(--gray-200);box-shadow:0 12px 32px rgba(0,0,0,0.1);align-items:flex-start;z-index:1001}.nav-categories-inner{flex-direction:column;gap:12px}.nav-category-link .nav-hover-circle{display:none}.nav-links.open{display:flex}.nav-toggle{display:flex}.footer-content{grid-template-columns:1fr 1fr}.footer{padding:2.5rem 1.5rem 1.5rem}}@media (max-width:768px){.hero-grid{grid-template-columns:1fr}.hero-main{border-right:none;padding-right:0;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-200)}.hero-secondary{border-right:none;padding:1.5rem 0;border-bottom:1px solid var(--gray-200)}.hero-sidebar{display:flex;padding:1.5rem 0}.hero-main h1,.hero-main h2{font-size:1.5rem}.hero-secondary h2{font-size:1.15rem}.nav-category-link span{font-size:1rem}.articles-grid{grid-template-columns:1fr}.articles-grid--with-aside{grid-template-columns:1fr}.article-card{border-right:none!important;padding-left:0!important;padding-right:0!important}.article-card .card-image{height:168px}.top-weekly-rank{font-size:1.6rem}.top-weekly-title{font-size:0.95rem}.article-header h1{font-size:1.8rem}.article-header .meta{gap:0.75rem;align-items:flex-start;flex-direction:column}.article-share-section{margin-top:2.2rem;padding-top:1.25rem;align-items:stretch;gap:1rem}.article-share-copy{flex-basis:auto}.article-share-copy h3{font-size:1.05rem}.article-share-copy p:last-child{font-size:0.88rem}.article-share-bar{width:100%;grid-template-columns:repeat(5,minmax(0,1fr));gap:0.55rem}.share-icon-btn{width:100%;height:50px;border-radius:14px}.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer{padding:2rem 1rem 1.5rem}.footer-newsletter-row{flex-direction:column;gap:8px}.footer-newsletter-btn{width:100%;padding:10px 18px}.footer-bottom{font-size:0.68rem}.chat-window{width:calc(100% - 32px);right:16px;bottom:84px;max-height:70vh}.section-header{flex-direction:column;align-items:flex-start;gap:6px}.news-ticker{display:none}.category-header h1{font-size:1.6rem}.services-levels-grid{grid-template-columns:1fr}.services-levels-title{font-size:1.5rem}body.cookie-banner-visible .spotlight-bar{bottom:180px;z-index:10001}body.cookie-banner-visible .spotlight-conversation{bottom:246px;z-index:10002}.cookie-table{font-size:0.8rem}.cookie-table th,.cookie-table td{padding:0.4rem 0.5rem}.privacy-toc{padding:1rem}}@media (max-width:480px){.container{padding:0 1rem}.article-share-bar{gap:0.45rem}.share-icon-btn{height:46px;border-radius:12px}.chat-fab{bottom:16px;right:16px;width:46px;height:46px;font-size:1.1rem}}.cookie-consent{position:fixed;bottom:0;left:0;right:0;z-index:10010;background:rgba(24,24,27,0.98);border-top:1px solid rgba(255,255,255,0.08);padding:1rem 1.5rem;color:#e4e4e7;font-family:var(--font-sans);font-size:0.85rem;line-height:1.5}.cookie-consent-inner{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.cookie-consent-inner p{flex:1 1 400px;margin:0}.cookie-consent-inner a{color:var(--accent);text-decoration:underline}.cookie-consent-actions{display:flex;gap:0.5rem;flex-shrink:0}.cookie-consent-btn{padding:0.5rem 1.2rem;border:none;border-radius:6px;cursor:pointer;font-size:0.8rem;font-weight:600;font-family:var(--font-sans);transition:opacity 0.2s}.cookie-consent-btn:hover{opacity:0.85}.cookie-consent-accept{background:var(--accent);color:#fff}.cookie-consent-reject{background:rgba(255,255,255,0.12);color:#e4e4e7}.privacy-toc{background:var(--gray-100);border-radius:var(--radius-sm);padding:1.25rem 1.5rem;margin-bottom:2rem}.privacy-toc h3{font-family:var(--font-serif);font-size:1rem;margin-bottom:0.75rem}.privacy-toc ol{list-style:decimal;padding-left:1.25rem}.privacy-toc li{margin-bottom:0.35rem;font-size:0.9rem}.privacy-toc a{color:var(--gray-700);text-decoration:none;border-bottom:1px solid transparent;transition:color 0.2s,border-color 0.2s}.privacy-toc a:hover{color:var(--axolotl-brand);border-bottom-color:var(--axolotl-brand)}.cookie-table{width:100%;border-collapse:collapse;margin:1rem 0 1.5rem;font-size:0.9rem}.cookie-table th,.cookie-table td{text-align:left;padding:0.6rem 1rem;border-bottom:1px solid var(--gray-200)}.cookie-table th{background:var(--gray-100);font-weight:600;font-size:0.85rem;text-transform:uppercase;letter-spacing:0.03em}.cookie-table td:first-child{font-family:monospace;font-size:0.85rem;color:var(--gray-700)}.footer-company-info{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--gray-200)}.footer-company-info p{font-size:0.75rem!important;color:var(--gray-400)!important;line-height:1.6!important;margin:0}.footer-company-info a{color:var(--gray-500)!important;text-decoration:underline}.footer-company-info a:hover{color:var(--axolotl-brand)!important}.footer-auto-update{display:inline-flex;align-items:center;gap:6px;margin-top:1rem;padding:4px 10px;background:var(--axolotl-brand-soft);border-radius:20px;font-size:0.7rem;font-weight:600;color:var(--axolotl-brand);letter-spacing:0.02em}.footer-auto-update-dot{width:6px;height:6px;border-radius:50%;background:var(--axolotl-brand);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,100%{opacity:1}50%{opacity:0.4}}.footer-privacy-link{color:inherit;text-decoration:underline;opacity:0.8}.footer-privacy-link:hover{opacity:1}.breadcrumb{font-size:0.85rem;color:var(--gray-600);margin:1rem 0 1.5rem 0;display:flex;flex-wrap:wrap;align-items:center;gap:0.4rem;line-height:1.4}.breadcrumb a{color:var(--gray-600);text-decoration:none;border-bottom:1px dotted var(--gray-300)}.breadcrumb a:hover{color:var(--accent,#ff8452);border-bottom-color:var(--accent,#ff8452)}.breadcrumb [aria-current="page"]{color:var(--gray-800);font-weight:600}.author-hero{padding:2rem 0 1rem;border-bottom:1px solid var(--gray-200);margin-bottom:2rem}.author-role{color:var(--gray-600);font-size:0.9rem;margin:0.25rem 0 1rem 0;text-transform:uppercase;letter-spacing:0.04em}.author-bio{font-size:1.05rem;line-height:1.6;color:var(--gray-700);max-width:70ch;margin:0}.author-tagline{font-size:1.1rem;color:var(--accent,#ff8452);font-style:italic;margin:0.25rem 0 0.5rem 0}.author-profile-attrs{display:grid;gap:0.85rem;margin:1.25rem 0 0 0;padding:1rem;background:var(--gray-50,#fafafa);border-radius:var(--radius-sm);max-width:70ch}.author-profile-attrs>div{display:grid;grid-template-columns:160px 1fr;gap:0.75rem;align-items:baseline}.author-profile-attrs dt{font-size:0.78rem;font-weight:700;color:var(--gray-600);text-transform:uppercase;letter-spacing:0.04em;margin:0}.author-profile-attrs dd{font-size:0.92rem;color:var(--gray-700);line-height:1.55;margin:0}@media (max-width:640px){.author-profile-attrs>div{grid-template-columns:1fr;gap:0.25rem}}.about-author-card{text-decoration:none;color:inherit;display:block;transition:border-color 0.15s ease,transform 0.15s ease}.about-author-card:hover{border-color:var(--accent,#ff8452);transform:translateY(-2px)}.about-author-cta{display:inline-block;margin-top:0.75rem;font-size:0.82rem;font-weight:600;color:var(--accent,#ff8452)}.about-author-tagline{font-size:0.85rem;color:var(--accent,#ff8452);margin:0 0 0.5rem 0}.redazione-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:1rem}.redazione-card{padding:1.5rem;border:1px solid var(--gray-200);border-radius:var(--radius-sm);background:#fff;transition:border-color 0.15s ease,transform 0.15s ease}.redazione-card:hover{border-color:var(--accent,#ff8452)}.redazione-card-header h3{margin:0 0 0.25rem 0;font-size:1.35rem}.redazione-card-header h3 a{color:inherit;text-decoration:none}.redazione-card-header h3 a:hover{color:var(--accent,#ff8452)}.redazione-card-tagline{font-size:0.95rem;color:var(--accent,#ff8452);font-style:italic;margin:0 0 0.35rem 0}.redazione-card-meta{font-size:0.82rem;color:var(--gray-500);margin:0 0 1rem 0}.redazione-card-bio{font-size:0.95rem;line-height:1.6;color:var(--gray-700);margin:0 0 1rem 0}.redazione-card-attrs{display:grid;gap:0.85rem;margin:0 0 1rem 0;padding:0.85rem;background:var(--gray-50,#fafafa);border-radius:var(--radius-sm)}.redazione-card-attrs>div{display:grid;grid-template-columns:160px 1fr;gap:0.75rem;align-items:baseline}.redazione-card-attrs dt{font-size:0.78rem;font-weight:700;color:var(--gray-600);text-transform:uppercase;letter-spacing:0.04em;margin:0}.redazione-card-attrs dd{font-size:0.9rem;color:var(--gray-700);line-height:1.55;margin:0}.redazione-card-cta{display:inline-block;font-size:0.88rem;font-weight:600;color:var(--accent,#ff8452);text-decoration:none}.redazione-card-cta:hover{text-decoration:underline}@media (max-width:640px){.redazione-card{padding:1.15rem}.redazione-card-attrs>div{grid-template-columns:1fr;gap:0.25rem}}.resource-list{list-style:none;padding:0;margin:0.5rem 0}.resource-list li{padding:0.6rem 0;border-bottom:1px solid var(--gray-100);line-height:1.5}.resource-list li:last-child{border-bottom:none}.resource-list a{font-weight:600;color:var(--accent,#ff8452);text-decoration:none}.resource-list a:hover{text-decoration:underline}.article-faq{margin:2rem 0;border-top:1px solid var(--gray-200);padding-top:1.5rem}.article-faq h2{font-size:1.3rem;margin-bottom:1rem}.article-faq details{border:1px solid var(--gray-200);border-radius:var(--radius-sm,6px);padding:0.6rem 0.9rem;margin-bottom:0.5rem;background:var(--gray-50,#fafafa)}.article-faq details[open]{border-color:var(--accent,#ff8452)}.article-faq summary{cursor:pointer;font-weight:600;color:var(--gray-800);list-style:none}.article-faq summary::-webkit-details-marker{display:none}.article-faq summary::after{content:"+";float:right;font-weight:700;color:var(--accent,#ff8452);transition:transform 0.15s ease}.article-faq details[open] summary::after{content:"−"}.article-faq .faq-answer{margin-top:0.6rem;color:var(--gray-700);line-height:1.55;font-size:0.95rem}.reading-progress{position:fixed;top:0;left:0;right:0;height:3px;background:transparent;z-index:1100;pointer-events:none}.reading-progress-bar{height:100%;width:0;background:linear-gradient(90deg,var(--axolotl-brand),#ff5252);transition:width 0.08s linear}@media (prefers-reduced-motion:reduce){.reading-progress-bar{transition:none}}.article-prev-next{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:2.5rem 0 1.5rem}.article-prev-next a{display:flex;flex-direction:column;gap:0.35rem;padding:1rem 1.25rem;border:1px solid var(--gray-200);border-radius:var(--radius-sm);background:var(--cream);transition:border-color 0.2s var(--ease),transform 0.2s var(--ease);min-height:86px}.article-prev-next a:hover{border-color:var(--accent-red);color:inherit;transform:translateY(-1px)}.article-prev-next .prev-next-label{font-size:0.7rem;font-weight:700;color:var(--gray-500);text-transform:uppercase;letter-spacing:1px}.article-prev-next .prev-next-title{font-family:var(--font-serif);font-size:1rem;font-weight:600;line-height:1.35;color:var(--black);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-prev-next .prev-next-next{text-align:right;align-items:flex-end}@media (max-width:640px){.article-prev-next{grid-template-columns:1fr;gap:0.6rem}.article-prev-next .prev-next-next{text-align:left;align-items:flex-start}}.article-toc{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-200)}.article-toc .info-label{font-size:0.72rem;color:var(--gray-500);font-weight:400;margin-bottom:0.6rem;padding-left:calc(2px + 0.5rem);text-transform:uppercase;letter-spacing:0.5px}.article-toc ol{list-style:none;margin:0;padding:0;max-height:60vh;overflow-y:auto}.article-toc li{margin:0;line-height:1.4}.article-toc li + li{margin-top:0.4rem}.article-toc a{display:block;font-size:0.85rem;color:var(--gray-700);padding:0.15rem 0 0.15rem 0.5rem;border-left:2px solid transparent;transition:color 0.15s var(--ease),border-color 0.15s var(--ease)}.article-toc a:hover{color:var(--accent-red)}.article-toc li.toc-h3 a{padding-left:1.2rem;font-size:0.8rem}.article-toc a.is-active{color:var(--accent-red);border-left-color:var(--accent-red);font-weight:600}.article-sidebar-info .info-value-meta{display:block;font-size:0.72rem;font-weight:400;color:var(--gray-500);margin-top:0.15rem}.article-sidebar-info .info-views{display:inline-flex;align-items:center;gap:0.3rem}.article-tags{margin:1.5rem 0;display:flex;flex-wrap:wrap;gap:6px}.article-tags .category-tag{text-decoration:none}.article-attachments-section{margin:2rem 0;padding:1.5rem;background:var(--color-surface,#f8f9fa);border-radius:8px}.article-attachments-section>h3{margin-top:0}.attachment-card{display:flex;align-items:center;gap:1rem;padding:0.75rem 0;border-bottom:1px solid var(--color-border,#e2e8f0);flex-wrap:wrap}.attachment-card-meta{flex:1;min-width:200px}.attachment-card-size{color:var(--color-text-muted,#888);font-size:0.85em;margin-left:0.5rem}.cta-btn--small{padding:8px 20px;font-size:0.9em}.cta-btn--small.cta-btn--no-underline{text-decoration:none}.attachment-form{display:flex;flex-direction:column;gap:0.5rem;margin-top:0.5rem;max-width:400px}.attachment-form-input{padding:8px 12px;border:1px solid var(--color-border,#ccc);border-radius:4px}.attachment-form-consent{font-size:0.8em;display:flex;align-items:flex-start;gap:0.4rem;cursor:pointer}.attachment-form-consent input[type="checkbox"]{margin-top:3px}.attachment-form-submit{align-self:flex-start}