@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap";:root{color-scheme:light;--background:#faf9f7;--text-primary:#1a202c;--text-secondary:#718096;--highlight:#db8058;--primary:#2c5282;--accent-magazine:#4a7c6f;--border-color:#e2e8f0;--card-background:#fff;--card-shadow:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--card-shadow-lg:0 20px 40px #00000026}[data-theme=dark]{color-scheme:dark;--background:#1a202c;--text-primary:#e2e8f0;--text-secondary:#a0aec0;--highlight:#db8058;--primary:#63b3ed;--accent-magazine:#68b2a0;--border-color:#2d3748;--card-background:#2d3748;--card-shadow:0 10px 15px -3px #0000004d, 0 4px 6px -2px #0003;--card-shadow-lg:0 20px 40px #0006}*,:before,:after{box-sizing:border-box}body{background-color:var(--background);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Inter,sans-serif;line-height:1.6;transition:background-color .3s,color .3s;overflow-x:hidden}main{max-width:1200px;margin:0 auto;padding:0 2rem}@media (width<=600px){main{padding:0}}section{padding:5rem 0}section+section{border-top:1px solid var(--border-color)}footer{border-top:1px solid var(--border-color);background-color:var(--card-background);margin-top:1rem;padding:2.5rem 2rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;display:flex}.footer-copyright{color:var(--text-secondary);font-size:.9rem}.footer-copyright a{color:inherit;text-underline-offset:2px;text-decoration:underline}.footer-links{gap:1.5rem;display:flex}.footer-links a{color:var(--text-secondary);font-size:.9rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--primary)}.theme-switcher button{color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;display:flex}.theme-switcher .theme-icon{width:20px;height:20px}[data-theme=light] #moon-icon,[data-theme=dark] #sun-icon{display:none}.btn-primary{background-color:var(--highlight);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-flex}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{color:var(--accent-magazine);border:2px solid var(--accent-magazine);cursor:pointer;background-color:#0000;border-radius:8px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s;display:inline-flex}.btn-secondary:hover{background-color:var(--accent-magazine);color:#fff}@media (width<=768px){section{padding:3.5rem 0}.footer-inner{text-align:center;flex-direction:column}.footer-links{justify-content:center}}.site-topbar{z-index:100;backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);background:#faf9f7f0;justify-content:space-between;align-items:center;height:52px;padding:0 1.5rem;display:flex;position:sticky;top:0}[data-theme=dark] .site-topbar{background:#1a202cf0}.site-logo{align-items:center;text-decoration:none;display:inline-flex}.topbar-logo{width:auto;height:36px;display:block}.logo-light{display:inline-block}.logo-dark,[data-theme=dark] .logo-light{display:none}[data-theme=dark] .logo-dark{display:inline-block}.site-nav{align-items:center;gap:1.5rem;display:flex}.site-nav a{color:var(--text-secondary);white-space:nowrap;font-size:.8rem;font-weight:500;text-decoration:none}.site-nav a:hover,.site-nav a.active{color:var(--highlight)}.site-nav .nav-emergency{color:var(--accent-magazine);font-weight:600}@media (width<=700px){.site-topbar{flex-direction:column;align-items:stretch;gap:.45rem;height:auto;padding:.6rem 1rem}.site-logo .topbar-logo{height:30px}.site-nav{-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:space-between;gap:.8rem;width:100%;overflow-x:auto}.site-nav::-webkit-scrollbar{display:none}.site-nav a{white-space:nowrap;flex-shrink:0;font-size:.75rem}.site-nav a svg{display:none}@media (width<=360px){.site-nav .nav-hide-small{display:none}}}.podcast-hero{background:linear-gradient(170deg,#131f2b 0%,#1a2c3c 40%,#12202e 100%);justify-content:center;align-items:center;width:100vw;min-height:0;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:4rem 1.5rem;display:flex;position:relative;overflow:hidden}.hero-inner{z-index:2;text-align:center;width:100%;max-width:800px;position:relative}.podcast-hero .hero-waveform{justify-content:center;align-items:flex-end;gap:3px;height:80px;margin:0 auto 2.5rem;display:flex}.podcast-hero,.feed-section{padding:0;border-top:none!important}.podcast-hero{padding:4rem 1.5rem}.podcast-hero .hero-bar{background:var(--highlight);opacity:.5;border-radius:2px;width:4px;animation:2s ease-in-out infinite pulse-bar}@keyframes pulse-bar{0%,to{opacity:.3}50%{opacity:.7}}.hero-badge{color:#ffffffb3;letter-spacing:.03em;border:1px solid #ffffff26;border-radius:99px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.35rem .9rem;font-size:.72rem;font-weight:600;display:inline-flex}.hero-badge-dot{background:var(--highlight);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.hero-title{letter-spacing:-.03em;color:#f9f6f1;margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.6rem);font-weight:900;line-height:1.1}.hero-title em,.hero-title strong{color:var(--highlight);font-style:normal}.hero-guest{justify-content:center;align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.hero-guest-photo{object-fit:cover;object-position:center 25%;border:2px solid #ffffff26;border-radius:50%;flex-shrink:0;width:64px;height:64px}.hero-guest-name{color:#ffffffe6;font-size:.95rem;font-weight:600}.hero-guest-role{color:#ffffff80;font-size:.78rem}.hero-player{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;max-width:500px;margin:0 auto;padding:1.25rem 1.5rem}.hero-player iframe{width:100%;display:block}@media (width<=600px){.podcast-hero{padding:2rem 1rem}.podcast-hero .hero-waveform{height:48px;margin-bottom:1.5rem}.hero-badge{margin-bottom:1.25rem}.hero-title{margin-bottom:1rem}.hero-guest{gap:.75rem;margin-bottom:1.5rem}.hero-player{border-radius:10px;padding:.6rem}}.hero-links{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.5rem;display:flex}.hero-link-btn{color:#fff9;border:1px solid #ffffff1f;border-radius:6px;align-items:center;gap:.4rem;padding:.45rem 1rem;font-size:.78rem;text-decoration:none;transition:all .15s;display:inline-flex}.hero-link-btn:hover{color:#ffffffd9;border-color:#ffffff4d}.scroll-hint{color:#ffffff40;margin-top:2rem}.feed-section{max-width:1100px;margin:0 auto;padding:5rem 1.5rem 3rem}.feed-label{text-transform:uppercase;letter-spacing:.15em;color:var(--text-secondary);opacity:.7;margin-bottom:2.5rem;font-size:.72rem;font-weight:700}.feed-grid{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem;display:grid}@media (width<=700px){.feed-grid{grid-template-columns:1fr}}.feed-card{color:inherit;text-decoration:none;transition:transform .2s;display:block}.feed-card:hover{transform:translateY(-2px)}.feed-card-img{aspect-ratio:16/10;background:var(--border-color);border-radius:4px;width:100%;margin-bottom:1.25rem;overflow:hidden}.feed-card-img img{object-fit:cover;object-position:center 22%;width:100%;height:100%}.feed-card-badge{text-transform:uppercase;letter-spacing:.08em;color:var(--primary);margin-bottom:.75rem;font-size:.68rem;font-weight:700}.feed-card-badge.probiersaus{color:var(--accent-magazine)}.feed-card-badge.interview{color:var(--highlight)}.feed-card-title{margin-bottom:.4rem;font-size:1.3rem;font-weight:700;line-height:1.3}.feed-card-sub{color:var(--text-secondary);font-size:.88rem;line-height:1.5}.feed-more{text-align:center}.feed-more a{border:1.5px solid var(--border-color);color:var(--text-secondary);border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-flex}.feed-more a:hover{border-color:var(--highlight);color:var(--highlight)}.anchors-row{flex-wrap:wrap;gap:1.5rem;max-width:1100px;margin:0 auto;padding:0 1.5rem 3rem;display:flex}.anchor-card{min-width:240px;color:inherit;border:1px solid var(--border-color);border-radius:8px;flex:1;padding:1.5rem;text-decoration:none;transition:border-color .15s}.anchor-card:hover{border-color:var(--highlight)}.anchor-card.emergency{border-color:var(--accent-magazine)}.anchor-card h3{margin-bottom:.25rem;font-size:.95rem;font-weight:700}.anchor-card p{color:var(--text-secondary);font-size:.82rem;line-height:1.5}.anchor-icon{margin-bottom:.75rem;font-size:1.5rem}.newsletter-cta{text-align:center;max-width:500px;margin:0 auto 4rem;padding:0 1.5rem}.newsletter-cta h2{margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.newsletter-cta p{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.88rem;line-height:1.6}.newsletter-cta form{flex-direction:column;align-items:center;gap:.75rem;max-width:340px;margin:0 auto;display:flex}.newsletter-cta input{border:1.5px solid var(--border-color);background:var(--card-background);width:100%;max-width:340px;color:var(--text-primary);border-radius:8px;padding:.7rem 1rem;font-family:inherit;font-size:.9rem}.newsletter-cta input:focus{border-color:var(--highlight);outline:none}.newsletter-cta altcha-widget{width:100%;max-width:340px}.newsletter-cta button{background:var(--highlight);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;max-width:340px;margin-left:0;padding:.7rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600}.contribute-cta{border:1px solid var(--border-color);border-left:3px solid var(--accent-magazine);background:var(--card-background);max-width:680px;box-shadow:var(--card-shadow);border-radius:10px;margin:3rem auto;padding:2rem}.contribute-badge{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-magazine);align-items:center;gap:.4rem;margin-bottom:.85rem;font-size:.7rem;font-weight:700;display:inline-flex}.contribute-cta h2{margin-bottom:.5rem;font-size:1.25rem;font-weight:800;line-height:1.25}.contribute-cta p{color:var(--text-secondary);margin-bottom:1.35rem;font-size:.92rem;line-height:1.6}.contribute-links{flex-wrap:wrap;gap:.7rem;display:flex}.contribute-link{border:1.5px solid var(--border-color);color:var(--text-primary);border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.15rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.contribute-link:hover{border-color:var(--accent-magazine);color:var(--accent-magazine)}@media (width<=600px){.contribute-cta{margin:2.5rem 1.5rem;padding:1.5rem}.contribute-links{flex-direction:column;align-items:stretch}.contribute-link{justify-content:center}}.article-page{max-width:680px;margin:0 auto;padding:4rem 1.5rem 2rem}.article-player{background:var(--card-background);border:1px solid var(--border-color);border-radius:8px;margin:0 0 2rem;padding:1rem}.article-player iframe{width:100%;display:block}@media (width<=600px){.article-page{padding:2.5rem 1rem 2rem}.article-player{padding:.6rem}}.article-badge{text-transform:uppercase;letter-spacing:.12em;color:var(--primary);margin-bottom:1.5rem;font-size:.7rem;font-weight:700}.article-page h1{letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.2rem);font-weight:900;line-height:1.08}.article-page h1 em{color:var(--highlight);font-style:normal}.article-author{align-items:center;gap:.75rem;margin-bottom:3rem;font-size:.9rem;display:flex}.article-author img{object-fit:cover;object-position:center 25%;border-radius:50%;width:40px;height:40px}.article-author-name{font-weight:600}.article-author-role{color:var(--text-secondary);font-size:.82rem}.article-banner{width:calc(100% + 3rem);margin:-1rem -1.5rem 2.5rem}.article-banner img{object-fit:cover;width:100%;max-height:400px}.article-body{font-size:1.1rem;line-height:1.9}.article-body p{margin-bottom:1.75rem}.article-body h2{margin:3rem 0 1rem;font-size:1.5rem;font-weight:700}.article-body img{border-radius:4px;max-width:100%;margin:2rem 0}.article-body strong{color:var(--highlight)}.article-body blockquote{border-left:4px solid var(--highlight);background:var(--card-background);margin:2.5rem 0;padding:1.5rem 2rem;font-size:1.2rem;font-style:italic;line-height:1.5}.contact-box{border:1px solid var(--accent-magazine);background:var(--card-background);border-radius:8px;margin-top:4rem;padding:2rem}.contact-box h3{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-magazine);margin-bottom:1rem;font-size:.8rem;font-weight:700}.contact-box p{margin-bottom:.3rem;font-size:.9rem}.contact-person{margin-bottom:.75rem;font-weight:600}.contact-address{color:var(--text-secondary);align-items:center;gap:.5rem;margin:0 0 .25rem;font-size:.9rem;display:inline-flex}.contact-links{flex-direction:column;align-items:flex-start;gap:.5rem;margin-top:.5rem;display:flex}.contact-link{color:var(--primary);align-items:center;gap:.5rem;font-size:.9rem;text-decoration:none;display:inline-flex}.contact-link:hover{text-decoration:underline}.author-sig{border-top:1px solid var(--border-color);align-items:center;gap:1.25rem;margin-top:4rem;padding-top:2.5rem;display:flex}.author-sig img{object-fit:cover;object-position:center 25%;border-radius:50%;flex-shrink:0;width:64px;height:64px}.author-sig h3{margin-bottom:.25rem;font-weight:700}.author-sig p{color:var(--text-secondary);font-size:.88rem;line-height:1.6}.next-article{border-top:1px solid var(--border-color);margin-top:3rem;padding-top:2rem}.next-article-label{text-transform:uppercase;letter-spacing:.12em;color:var(--text-secondary);margin-bottom:1rem;font-size:.7rem;font-weight:600}.next-article-card{color:inherit;background:var(--card-background);border:1px solid var(--border-color);border-radius:8px;gap:1.5rem;text-decoration:none;transition:box-shadow .15s;display:flex;overflow:hidden}.next-article-card:hover{box-shadow:var(--card-shadow)}.next-article-card .next-img{object-fit:cover;object-position:center 22%;aspect-ratio:16/10;background:var(--border-color);flex-shrink:0;width:160px}.next-article-card .next-info{flex:1;min-width:0;padding:1.25rem}.next-article-card .next-info h4{margin-bottom:.25rem;font-size:1.05rem;font-weight:700}.next-article-card .next-info p{color:var(--text-secondary);font-size:.82rem}@media (width<=500px){.next-article-card{flex-direction:column}.next-article-card .next-img{width:100%;height:160px}.next-article-card .next-info{padding:1rem}}.content-page{max-width:720px;margin:0 auto;padding:4rem 1.5rem 3rem}.content-page h1{letter-spacing:-.03em;margin-bottom:.5rem;font-size:clamp(2rem,5vw,3rem);font-weight:900;line-height:1.08}.content-page .page-desc{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.05rem;line-height:1.6}.channel-header{align-items:center;gap:2rem;margin-bottom:1.5rem;display:flex}.channel-header .content-text{flex:1;min-width:0}.channel-header .content-text .page-desc{margin-bottom:0}.channel-cover{flex-shrink:0;width:128px;height:128px}.channel-cover img{object-fit:contain;width:100%;height:100%}.channel-cover .logo-light{display:block}.channel-cover .logo-dark,[data-theme=dark] .channel-cover .logo-light{display:none}[data-theme=dark] .channel-cover .logo-dark{display:block}@media (width<=600px){.channel-header{flex-direction:column;align-items:flex-start;gap:1.25rem}.channel-cover{width:96px;height:96px}}.content-page h2{margin:2.5rem 0 .75rem;font-size:1.4rem;font-weight:700}.content-page h3{margin:1.5rem 0 .5rem;font-weight:700}.content-page p{margin-bottom:1.25rem;line-height:1.8}.content-page a{color:var(--primary)}.content-page ul{margin-bottom:1.5rem;padding-left:1.5rem}.content-page li{margin-bottom:.5rem}.content-page table{-webkit-overflow-scrolling:touch;border-collapse:collapse;width:100%;margin:1.5rem 0;display:block;overflow-x:auto}@media (width>=720px){.content-page table{display:table}}.content-page th,.content-page td{text-align:left;border-bottom:1px solid var(--border-color);padding:.6rem .8rem;font-size:.85rem}.content-page th{border-bottom-width:2px;font-weight:600}.content-page img{border-radius:4px;max-width:100%}.content-page img[src*=slice\.jpg]{aspect-ratio:1;object-fit:cover;border-radius:50%;width:min(240px,80%);margin:1.5rem auto;display:block}.image-credit{color:var(--text-secondary);margin:.5rem 0 0;font-size:.78rem}.article-banner .image-credit{padding:0 1.5rem}@media (width<=600px){.article-banner{width:calc(100% + 2rem);margin-left:-1rem;margin-right:-1rem}.article-banner .image-credit{padding:0 1rem}}.legal-page{max-width:720px;margin:0 auto;padding:4rem 1.5rem 3rem}.legal-page h1{margin-bottom:.5rem;font-size:2.5rem;font-weight:900}.legal-page .page-intro{color:var(--text-secondary);margin-bottom:2.5rem}.legal-page h2{margin:2rem 0 .75rem;font-size:1.4rem;font-weight:700}.legal-page h3{color:var(--text-secondary);margin:1.5rem 0 .5rem;font-size:.9rem;font-weight:600}.legal-page p{margin-bottom:1rem;line-height:1.8}
