.nav{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 2rem;border-bottom:1px solid var(--color-border);position:sticky;top:0;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100}.nav-logo{font-size:15px;font-weight:500;letter-spacing:-.3px;flex-shrink:0}.nav-links{display:flex;gap:1.5rem;align-items:center}.nav-links a{font-size:14px;color:var(--color-text-muted);transition:color .15s;white-space:nowrap}.nav-links a:hover,.nav-links a.active{color:var(--color-text)}.nav-hamburger{display:none;background:none;border:none;font-size:22px;color:var(--color-text);cursor:pointer;padding:4px}@media (max-width: 768px){.nav-hamburger{display:flex;align-items:center}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:var(--color-bg);border-bottom:1px solid var(--color-border);flex-direction:column;align-items:flex-start;gap:0;padding:.5rem 0}.nav-links.open{display:flex}.nav-links a{width:100%;padding:12px 2rem;font-size:15px;border-bottom:1px solid var(--color-border)}.nav-links a:last-child{border-bottom:none}}.footer{border-top:1px solid var(--color-border);margin-top:4rem;padding:2.5rem 0 1.5rem;background:var(--color-bg-secondary)}.footer-inner{display:grid;grid-template-columns:1fr auto auto;gap:3rem;align-items:start;margin-bottom:2rem}.footer-name{font-size:15px;font-weight:500;margin-bottom:4px}.footer-tagline{font-size:13px;color:var(--color-text-muted)}.footer-links{display:flex;flex-direction:column;gap:8px}.footer-links a{font-size:13px;color:var(--color-text-muted);transition:color .15s}.footer-links a:hover{color:var(--color-text)}.footer-social{display:flex;flex-direction:column;gap:10px;align-items:flex-end}.footer-social a{font-size:20px;color:var(--color-text-muted);transition:color .15s}.footer-social a:hover{color:var(--color-text)}.footer-nl-btn{display:inline-flex;align-items:center;gap:6px;font-size:13px;padding:7px 14px;border:1px solid var(--color-border);border-radius:var(--border-radius-md);color:var(--color-text);background:var(--color-bg);transition:background .15s;text-decoration:none}.footer-nl-btn:hover{background:var(--color-bg)}.footer-nl-btn i{font-size:15px}.footer-bottom{display:flex;justify-content:space-between;font-size:12px;color:var(--color-text-muted);padding-top:1.5rem;border-top:1px solid var(--color-border)}@media (max-width: 768px){.footer-inner{grid-template-columns:1fr;gap:1.5rem}.footer-social{align-items:flex-start;flex-direction:row;flex-wrap:wrap}}.hero-split{display:grid;grid-template-columns:1fr 340px;gap:4rem;align-items:center;padding-top:5rem;padding-bottom:4rem}.hero-tag{font-size:12px;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1.25rem}.hero-title{font-family:var(--font-serif);font-size:clamp(30px,4vw,50px);font-weight:400;line-height:1.15;letter-spacing:-.5px;margin-bottom:1.25rem}.hero-title span{color:var(--color-text-muted);font-size:clamp(20px,2.5vw,28px);font-family:var(--font-sans);font-weight:400;letter-spacing:-.2px;display:block;margin-top:4px}.hero-bio{font-size:16px;color:var(--color-text-muted);line-height:1.7;margin-bottom:2rem;max-width:520px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-split-img{display:flex;justify-content:center}.profile-img{width:300px;height:360px;object-fit:cover;object-position:top;border-radius:var(--radius-lg);display:block}.profile-img-placeholder{width:300px;height:360px;border-radius:var(--radius-lg);background:var(--color-bg-secondary);border:1px dashed var(--color-border);display:flex;align-items:center;justify-content:center;font-size:64px;color:var(--color-border-hover)}.stats-strip{padding-top:1.5rem;padding-bottom:2rem}.stats-strip-header{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:1.2px;color:var(--color-text-muted);margin-bottom:1.25rem}.stats-strip-items{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.stat-strip-item{padding:0 1.5rem;border-right:1px solid var(--color-border)}.stat-strip-item:first-child{padding-left:0}.stat-strip-item:last-child{border-right:none}.stat-strip-value{font-family:var(--font-serif);font-size:32px;font-weight:400;letter-spacing:-1px;margin-bottom:4px}.stat-strip-label{font-size:12px;color:var(--color-text-muted);line-height:1.4}.divider{height:1px;background:var(--color-border);margin:0 2rem}.home-section{padding:3rem 2rem}.section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.75rem}.section-header h2{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:1.2px;color:var(--color-text-muted)}.section-header a{font-size:13px;color:var(--color-text-muted)}.section-header a:hover{color:var(--color-text)}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.card{display:block;border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;transition:border-color .15s}.card:hover{border-color:var(--color-border-hover)}.card-cover{aspect-ratio:16/9;overflow:hidden}.card-cover img{width:100%;height:100%;object-fit:cover}.card-tag{font-size:11px;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;padding:1.25rem 1.25rem 0}.card-title{font-size:15px;font-weight:500;line-height:1.4;margin-bottom:.5rem;padding:0 1.25rem}.card-date{font-size:12px;color:var(--color-text-muted);padding:0 1.25rem 1.25rem}.card:not(:has(.card-cover)) .card-tag{padding-top:1.25rem}.project-icon{width:36px;height:36px;background:var(--color-bg-secondary);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;margin:1.25rem 1.25rem 1rem;font-size:18px}.episode-list{display:flex;flex-direction:column}.episode{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--color-border)}.episode:last-child{border-bottom:none}.ep-num{font-size:12px;color:var(--color-text-muted);min-width:32px}.ep-play{width:36px;height:36px;flex-shrink:0;border-radius:50%;border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;font-size:14px}.ep-info{flex:1}.ep-title{font-size:14px;font-weight:500;margin-bottom:2px}.ep-desc{font-size:13px;color:var(--color-text-muted)}.ep-dur{font-size:12px;color:var(--color-text-muted)}.img-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.img-thumb{aspect-ratio:1;border-radius:var(--radius-md);overflow:hidden;background:var(--color-bg-secondary)}.img-thumb img{width:100%;height:100%;object-fit:cover}@media (max-width: 768px){.hero-split{grid-template-columns:1fr;gap:2rem;padding-top:2.5rem}.hero-split-img{order:-1}.profile-img{width:120px;height:120px;border-radius:50%;object-position:top}.profile-img-placeholder{width:120px;height:120px;border-radius:50%;font-size:36px}.stats-strip{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-strip-item{border-right:none;padding:0}.stat-strip-value{font-size:24px}.img-grid{grid-template-columns:repeat(2,1fr)}.cards-grid{grid-template-columns:1fr}.home-section{padding:2rem 1.25rem}.divider{margin:0 1.25rem}}.press-page{padding-top:3rem;max-width:780px}.press-header{margin-bottom:3rem}.press-tag{font-size:12px;text-transform:uppercase;letter-spacing:1.5px;color:var(--color-text-muted);margin-bottom:.75rem}.press-title{font-family:var(--font-serif);font-size:clamp(28px,4vw,42px);font-weight:400;margin-bottom:.75rem}.press-sub{font-size:16px;color:var(--color-text-muted);line-height:1.6;max-width:520px}.press-group{margin-bottom:3rem}.press-group-title{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:1.2px;color:var(--color-text-muted);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--color-border)}.press-item{display:block;padding:1.25rem 0;border-bottom:1px solid var(--color-border);transition:opacity .15s}.press-item:last-child{border-bottom:none}.press-item:hover:not(.no-link){opacity:.7}.press-item.no-link{cursor:default}.press-item-pub{display:flex;align-items:center;gap:.75rem;margin-bottom:.4rem}.pub-name{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.8px;color:var(--color-text-muted)}.pub-date{font-size:12px;color:var(--color-text-muted)}.press-item-title{font-size:16px;font-weight:500;line-height:1.4;margin-bottom:.4rem}.press-item-excerpt{font-size:14px;color:var(--color-text-muted);line-height:1.5;margin-bottom:.5rem}.press-item-link{font-size:13px;color:var(--color-text-muted);display:inline-flex;align-items:center;gap:4px}.press-item-link i{font-size:12px}.press-band{padding:2rem 0;overflow:hidden}.press-band-inner{display:flex;flex-wrap:wrap;gap:1rem 2rem;align-items:center}.press-band-label{font-size:11px;text-transform:uppercase;letter-spacing:1.2px;color:var(--color-text-muted);white-space:nowrap}.press-band-item{font-size:14px;font-weight:500;color:var(--color-text-muted);letter-spacing:-.2px;white-space:nowrap;transition:color .15s}.press-band-item:hover{color:var(--color-text)}@media (max-width: 768px){.press-header{margin-bottom:2rem}.press-item-title{font-size:15px}}.press-item{display:flex;gap:1.25rem;align-items:flex-start}.press-item-img{width:80px;height:60px;flex-shrink:0;border-radius:var(--radius-md);overflow:hidden;background:var(--color-bg-secondary)}.press-item-img img{width:100%;height:100%;object-fit:cover}.press-item-body{flex:1}@media (max-width: 480px){.press-item{flex-direction:column;gap:.75rem}.press-item-img{width:100%;height:140px}}.press-accordion{display:flex;flex-direction:column;gap:8px}.accordion-group{border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden}.accordion-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.25rem;background:none;border:none;cursor:pointer;text-align:left;transition:background .15s}.accordion-header:hover{background:var(--color-bg-secondary)}.accordion-left{display:flex;align-items:center;gap:10px}.accordion-label{font-size:15px;font-weight:500}.accordion-count{font-size:11px;color:var(--color-text-muted);background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:20px;padding:2px 8px}.accordion-chevron{font-size:16px;color:var(--color-text-muted);transition:transform .2s;flex-shrink:0}.accordion-group.open .accordion-chevron{transform:rotate(180deg)}.accordion-body{display:none;border-top:1px solid var(--color-border);padding:0 1.25rem}.accordion-group.open .accordion-body{display:block}.press-list{display:flex;flex-direction:column}.list-page{padding-top:3rem}.page-title{font-family:var(--font-serif);font-size:32px;font-weight:400;margin-bottom:2.5rem}.empty{color:var(--color-text-muted);font-size:14px}.list{display:flex;flex-direction:column}.list-item{display:block;padding:1.5rem 0;border-bottom:1px solid var(--color-border);transition:opacity .15s}.list-item:first-child{border-top:1px solid var(--color-border)}.list-item:hover{opacity:.75}.list-meta{display:flex;align-items:center;gap:1rem;margin-bottom:.4rem}.list-tag{font-size:11px;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:1px}.list-date{font-size:12px;color:var(--color-text-muted)}.list-title{font-size:17px;font-weight:500;margin-bottom:.4rem}.list-excerpt{font-size:14px;color:var(--color-text-muted);line-height:1.5}.posts-list{display:flex;flex-direction:column;gap:0}.post-row{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem 0;border-bottom:1px solid var(--color-border);transition:opacity .15s}.post-row:first-child{border-top:1px solid var(--color-border)}.post-row:hover{opacity:.75}.post-row-img{width:120px;height:80px;flex-shrink:0;border-radius:var(--radius-md);overflow:hidden;background:var(--color-bg-secondary)}.post-row-img img{width:100%;height:100%;object-fit:cover}.post-row-body{flex:1}.post-detail{max-width:680px;padding-top:2.5rem}.back-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--color-text-muted);margin-bottom:2rem}.back-link:hover{color:var(--color-text)}.post-tag{font-size:11px;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem}.post-title{font-family:var(--font-serif);font-size:clamp(26px,4vw,38px);font-weight:400;line-height:1.2;margin-bottom:.75rem}.post-date{font-size:13px;color:var(--color-text-muted);margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--color-border)}.post-content{font-size:16px;line-height:1.8;color:var(--color-text)}.post-cover{margin-bottom:2.5rem;border-radius:var(--radius-lg);overflow:hidden;max-height:400px}.post-cover img{width:100%;height:100%;object-fit:cover;display:block}.post-meta{display:flex;align-items:center;gap:1rem;font-size:13px;color:var(--color-text-muted);margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--color-border)}.post-rt{display:flex;align-items:center;gap:5px}.post-rt i{font-size:14px}.post-nl-cta{margin-top:3rem;border-top:1px solid var(--color-border);padding-top:2.5rem}.post-nl-inner{background:var(--color-bg-secondary);border-radius:var(--border-radius-lg);padding:1.5rem 2rem;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.post-nl-inner>i{font-size:28px;color:var(--color-text-muted);flex-shrink:0}.post-nl-text{flex:1;min-width:200px}.post-nl-text h3{font-size:16px;font-weight:500;margin-bottom:4px}.post-nl-text p{font-size:13px;color:var(--color-text-muted);line-height:1.5}.post-nl-form{display:flex;gap:8px;flex-shrink:0}.post-nl-form input{padding:8px 12px;border:1px solid var(--color-border);border-radius:var(--border-radius-md);font-size:13px;width:200px;background:var(--color-bg);color:var(--color-text)}.post-nl-form button{padding:8px 16px;background:var(--color-text);color:var(--color-bg);border:none;border-radius:var(--border-radius-md);font-size:13px;cursor:pointer;white-space:nowrap}.post-nl-thanks{font-size:14px;font-weight:500;color:#639922}@media (max-width: 600px){.post-nl-inner{flex-direction:column;align-items:flex-start;gap:1rem}.post-nl-form{width:100%}.post-nl-form input{flex:1;width:auto}}.post-content h2{font-family:var(--font-serif);font-size:24px;font-weight:400;margin:2rem 0 .75rem}.post-content h3{font-size:18px;font-weight:500;margin:1.5rem 0 .5rem}.post-content p{margin-bottom:1.25rem}.post-content ul,.post-content ol{margin:0 0 1.25rem 1.5rem}.post-content li{margin-bottom:.4rem}.post-content blockquote{border-left:3px solid var(--color-border-hover);padding-left:1.25rem;margin:1.5rem 0;color:var(--color-text-muted);font-style:italic}.post-content a{color:var(--color-text);text-decoration:underline;text-underline-offset:3px}.post-content strong{font-weight:500}.podcast-hero{display:flex;gap:2rem;align-items:flex-start;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid var(--color-border)}.podcast-cover{width:160px;height:160px;border-radius:var(--radius-lg);object-fit:cover;flex-shrink:0}.podcast-hero-info{flex:1}.podcast-label{font-size:11px;text-transform:uppercase;letter-spacing:1.2px;color:var(--color-text-muted);margin-bottom:.5rem}.podcast-desc{font-size:14px;color:var(--color-text-muted);line-height:1.6;margin-bottom:1.25rem;max-width:520px}.podcast-hero-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.podcast-count{font-size:13px;color:var(--color-text-muted)}.spotify-btn{display:inline-flex;align-items:center;gap:8px;padding:9px 18px;background:#1db954;color:#fff;border-radius:20px;font-size:14px;font-weight:500;text-decoration:none;transition:opacity .15s}.spotify-btn:hover{opacity:.85}.podcast-episodes{display:flex;flex-direction:column;gap:0}.podcast-ep{display:flex;gap:1.25rem;padding:1.5rem 0;border-bottom:1px solid var(--color-border);align-items:flex-start}.podcast-ep:first-child{border-top:1px solid var(--color-border)}.ep-thumb{width:64px;height:64px;border-radius:var(--radius-md);object-fit:cover;flex-shrink:0}.ep-body{flex:1}.ep-meta-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.4rem;flex-wrap:wrap}.ep-num{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:var(--color-text-muted);font-weight:500}.ep-date,.ep-dur{font-size:12px;color:var(--color-text-muted)}.ep-title{font-size:16px;font-weight:500;margin-bottom:.4rem;line-height:1.4}.ep-desc{font-size:13px;color:var(--color-text-muted);line-height:1.6;margin-bottom:.75rem}.ep-actions{display:flex;align-items:center;gap:1rem}.ep-play-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;background:var(--color-text);color:var(--color-bg);border:none;border-radius:20px;font-size:13px;font-weight:500;cursor:pointer;transition:opacity .15s}.ep-play-btn:hover{opacity:.8}.ep-play-btn i{font-size:14px}.ep-spotify-link{font-size:13px;color:var(--color-text-muted);display:inline-flex;align-items:center;gap:4px;text-decoration:none}.ep-spotify-link:hover{color:var(--color-text)}.ep-spotify-link i{font-size:12px}.ep-embed{margin-top:1rem;border-radius:var(--radius-md);overflow:hidden}@media (max-width: 768px){.podcast-hero{flex-direction:column;gap:1.25rem}.podcast-cover{width:120px;height:120px}.ep-thumb{width:48px;height:48px}}.projects-page{padding-bottom:0}.projects-header{padding-top:3rem;padding-bottom:2rem}.projects-full-grid{display:flex;flex-direction:column}.project-full-card{display:grid;grid-template-columns:1fr 1fr;min-height:420px;border-top:1px solid var(--color-border)}.project-full-card:last-child{border-bottom:1px solid var(--color-border)}.project-full-card.reverse{direction:rtl}.project-full-card.reverse>*{direction:ltr}.project-full-img{overflow:hidden;background:var(--color-bg-secondary)}.project-full-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.project-full-card:hover .project-full-img img{transform:scale(1.03)}.project-full-placeholder{width:100%;height:100%;min-height:420px;display:flex;align-items:center;justify-content:center;font-size:64px;color:var(--color-border-hover)}.project-full-content{padding:3.5rem 4rem;display:flex;flex-direction:column;justify-content:center}.project-full-icon{width:44px;height:44px;background:var(--color-bg-secondary);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:1.5rem}.project-full-title{font-family:var(--font-serif);font-size:clamp(22px,2.5vw,32px);font-weight:400;line-height:1.2;margin-bottom:1rem}.project-full-desc{font-size:16px;color:var(--color-text-muted);line-height:1.7;margin-bottom:1.5rem}.project-full-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:var(--color-text);text-decoration:none;border-bottom:1px solid var(--color-border);padding-bottom:2px;transition:border-color .15s;align-self:flex-start}.project-full-link:hover{border-color:var(--color-text)}.project-full-link i{font-size:13px}@media (max-width: 768px){.project-full-card{grid-template-columns:1fr;direction:ltr!important}.project-full-card.reverse>*{direction:ltr}.project-full-img{min-height:240px}.project-full-placeholder{min-height:240px;font-size:48px}.project-full-content{padding:2rem 1.5rem}}.project-full-card.no-image{grid-template-columns:1fr;max-width:780px;margin:0 auto;width:100%}.project-full-card.no-image .project-full-content{padding:3rem 4rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px}.gallery-item{border-radius:var(--radius-md);overflow:hidden;cursor:pointer;background:var(--color-bg-secondary)}.gallery-item img{width:100%;aspect-ratio:1;object-fit:cover;display:block;transition:transform .2s}.gallery-item:hover img{transform:scale(1.03)}.gallery-caption{font-size:12px;color:var(--color-text-muted);padding:6px 8px}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:200;cursor:pointer;padding:2rem}.lightbox img{max-width:90vw;max-height:80vh;border-radius:var(--radius-md);object-fit:contain}.lightbox p{color:#fff;font-size:14px;margin-top:1rem}.html-page{padding-top:3rem;max-width:780px}.html-content{line-height:1.8}.html-content h1{font-family:var(--font-serif);font-size:clamp(28px,4vw,42px);font-weight:400;margin-bottom:1rem;margin-top:2.5rem}.html-content h1:first-child{margin-top:0}.html-content h2{font-family:var(--font-serif);font-size:clamp(22px,3vw,30px);font-weight:400;margin-bottom:.75rem;margin-top:2rem}.html-content h2:first-child{margin-top:0}.html-content h3{font-size:18px;font-weight:500;margin-bottom:.5rem;margin-top:1.5rem}.html-content p{font-size:16px;color:var(--color-text);margin-bottom:1rem}.html-content ul,.html-content ol{margin:0 0 1rem 1.5rem}.html-content li{font-size:16px;margin-bottom:.4rem;line-height:1.7}.html-content a{color:var(--color-text);text-decoration:underline;text-underline-offset:3px}.html-content a:hover{opacity:.7}.html-content strong{font-weight:500}.html-content em{font-style:italic}.html-content hr{border:none;border-top:1px solid var(--color-border);margin:2rem 0}.html-content blockquote{border-left:3px solid var(--color-border-hover);margin:1.5rem 0;padding:.5rem 0 .5rem 1.5rem;color:var(--color-text-muted);font-style:italic}.html-content img{max-width:100%;border-radius:var(--radius-md);margin:1rem 0}.html-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:14px}.html-content th{text-align:left;padding:8px 12px;border-bottom:2px solid var(--color-border);font-weight:500}.html-content td{padding:8px 12px;border-bottom:1px solid var(--color-border)}.html-content .cta-box{background:var(--color-bg-secondary);border-radius:var(--radius-lg);padding:2rem;margin:2rem 0;text-align:center}.html-content .cta-box h3{margin-top:0}.html-content .btn-cta{display:inline-block;margin-top:1rem;padding:10px 24px;background:var(--color-text);color:var(--color-bg);border-radius:var(--radius-md);font-size:14px;font-weight:500;text-decoration:none}.html-content .btn-cta:hover{opacity:.85}.html-content .tag{display:inline-block;font-size:11px;text-transform:uppercase;letter-spacing:1px;padding:3px 8px;border:1px solid var(--color-border);border-radius:var(--radius-sm);margin-right:6px;margin-bottom:6px;color:var(--color-text-muted)}.newsletter-page{min-height:calc(100vh - 57px);display:flex;align-items:center;background:var(--color-bg-secondary);padding:3rem 2rem}.newsletter-inner{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%}.nl-tag{font-size:12px;text-transform:uppercase;letter-spacing:1.5px;color:var(--color-text-muted);margin-bottom:1rem}.nl-title{font-family:var(--font-serif);font-size:clamp(26px,3.5vw,40px);font-weight:400;line-height:1.2;margin-bottom:1.25rem}.nl-body{font-size:16px;color:var(--color-text-muted);line-height:1.7;margin-bottom:1.5rem}.nl-perks{list-style:none;display:flex;flex-direction:column;gap:10px}.nl-perks li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--color-text-muted)}.nl-perks li i{font-size:16px;color:var(--color-text);flex-shrink:0}.nl-form{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2rem}.nl-form h2{font-size:20px;font-weight:500;margin-bottom:1.5rem}.nl-field{margin-bottom:1rem}.nl-field label{display:block;font-size:13px;color:var(--color-text-muted);margin-bottom:5px}.nl-btn{width:100%;padding:11px;background:var(--color-text);color:var(--color-bg);border:none;border-radius:var(--radius-md);font-size:14px;font-weight:500;cursor:pointer;margin-top:.5rem;transition:opacity .15s}.nl-btn:hover:not(:disabled){opacity:.85}.nl-btn:disabled{opacity:.5;cursor:not-allowed}.nl-error{font-size:13px;color:#c0392b;margin-bottom:.75rem}.nl-disclaimer{font-size:12px;color:var(--color-text-muted);margin-top:.75rem;text-align:center}.nl-success{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:3rem 2rem;text-align:center}.nl-success i{font-size:48px;color:#639922;display:block;margin-bottom:1rem}.nl-success h2{font-size:22px;font-weight:500;margin-bottom:.5rem}.nl-success p{font-size:15px;color:var(--color-text-muted)}@media (max-width: 700px){.newsletter-inner{grid-template-columns:1fr;gap:2rem}.nl-perks{display:none}}.contact-page{padding-top:3rem;max-width:900px}.contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-tag{font-size:12px;text-transform:uppercase;letter-spacing:1.5px;color:var(--color-text-muted);margin-bottom:.75rem}.contact-title{font-family:var(--font-serif);font-size:clamp(26px,3.5vw,38px);font-weight:400;margin-bottom:1rem}.contact-body{font-size:15px;color:var(--color-text-muted);line-height:1.7;margin-bottom:2rem}.contact-items{display:flex;flex-direction:column;gap:1.25rem}.contact-item{display:flex;gap:12px;align-items:flex-start}.contact-item i{font-size:20px;color:var(--color-text-muted);margin-top:2px;flex-shrink:0}.contact-item-title{font-size:14px;font-weight:500;margin-bottom:2px}.contact-item-desc{font-size:13px;color:var(--color-text-muted)}.contact-form{background:var(--color-bg-secondary);border-radius:var(--border-radius-lg);padding:2rem}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cf-field{margin-bottom:1rem}.cf-field label{display:block;font-size:13px;color:var(--color-text-muted);margin-bottom:5px}.cf-error{font-size:13px;color:#c0392b;margin-bottom:.75rem}.cf-btn{width:100%;padding:11px;background:var(--color-text);color:var(--color-bg);border:none;border-radius:var(--border-radius-md);font-size:14px;font-weight:500;cursor:pointer;transition:opacity .15s}.cf-btn:hover:not(:disabled){opacity:.85}.cf-btn:disabled{opacity:.5;cursor:not-allowed}.contact-success{text-align:center;padding:3rem 2rem;background:var(--color-bg-secondary);border-radius:var(--border-radius-lg)}.contact-success i{font-size:48px;color:#639922;display:block;margin-bottom:1rem}.contact-success h2{font-size:22px;font-weight:500;margin-bottom:.5rem}.contact-success p{font-size:15px;color:var(--color-text-muted)}@media (max-width: 768px){.contact-inner{grid-template-columns:1fr;gap:2rem}.form-row-2{grid-template-columns:1fr}}.days-selector{display:flex;gap:6px}.days-selector .btn{padding:6px 12px;font-size:13px}.stats-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.stat-card{background:var(--color-bg-secondary);border-radius:var(--radius-lg);padding:1.25rem}.stat-value{font-size:32px;font-weight:500;letter-spacing:-1px;margin-bottom:4px}.stat-label{font-size:12px;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.8px}.stats-section{margin-bottom:2rem}.stats-section h3{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:var(--color-text-muted);margin-bottom:1rem}.bar-chart{display:flex;align-items:flex-end;gap:4px;height:120px;padding-bottom:24px;position:relative}.bar-col{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;position:relative}.bar-col:hover .bar-tooltip{opacity:1}.bar-tooltip{position:absolute;top:-24px;font-size:11px;color:var(--color-text-muted);opacity:0;transition:opacity .15s;white-space:nowrap}.bar{width:100%;background:var(--color-text);border-radius:3px 3px 0 0;min-height:2px;transition:background .15s}.bar-col:hover .bar{background:#444}.bar-label{position:absolute;bottom:-20px;font-size:10px;color:var(--color-text-muted);white-space:nowrap;transform:rotate(-35deg);transform-origin:top left}.stats-bottom{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.stats-row{display:flex;align-items:center;gap:10px;padding:7px 0;border-bottom:1px solid var(--color-border);font-size:13px}.stats-rank{width:20px;color:var(--color-text-muted);font-size:12px}.stats-path{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stats-count{color:var(--color-text-muted);font-size:12px;flex-shrink:0}.rich-editor-wrap .ql-container{font-family:var(--font-sans);font-size:15px;min-height:280px;border-radius:0 0 var(--radius-md) var(--radius-md);border-color:var(--color-border)}.rich-editor-wrap .ql-toolbar{border-radius:var(--radius-md) var(--radius-md) 0 0;border-color:var(--color-border);background:var(--color-bg-secondary)}.rich-editor-wrap .ql-container.ql-snow,.rich-editor-wrap .ql-toolbar.ql-snow{border-color:var(--color-border)}.rich-editor-wrap .ql-editor{min-height:280px;line-height:1.7}.rich-editor-wrap .ql-editor.ql-blank:before{color:var(--color-text-muted);font-style:normal}.admin{display:flex;min-height:calc(100vh - 57px)}.admin-sidebar{width:200px;flex-shrink:0;border-right:1px solid var(--color-border);padding:1.5rem 1rem;display:flex;flex-direction:column;gap:4px}.admin-logo{font-size:13px;font-weight:500;color:var(--color-text-muted);padding:0 .5rem 1rem;text-transform:uppercase;letter-spacing:1px}.admin-tab{display:flex;align-items:center;gap:8px;padding:8px 10px;border:none;background:none;border-radius:var(--radius-md);font-size:14px;color:var(--color-text-muted);text-align:left;width:100%;transition:background .15s,color .15s}.admin-tab i{font-size:16px}.admin-tab:hover{background:var(--color-bg-secondary);color:var(--color-text)}.admin-tab.active{background:var(--color-bg-secondary);color:var(--color-text);font-weight:500}.admin-content{flex:1;padding:2rem;max-width:700px}.panel h2{font-size:20px;font-weight:500;margin-bottom:1.5rem}.panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.panel-header h2{margin-bottom:0}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:13px;color:var(--color-text-muted);margin-bottom:5px}.form-group textarea{resize:vertical}.form-row{display:flex;align-items:center;justify-content:space-between;margin-top:1.5rem}.toggle{display:flex;align-items:center;gap:8px;font-size:14px;cursor:pointer}.toggle input{width:auto}.list-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem 0;border-bottom:1px solid var(--color-border)}.list-row:first-of-type{border-top:1px solid var(--color-border)}.list-row-info{flex:1;min-width:0}.list-row-title{font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list-row-meta{font-size:12px;color:var(--color-text-muted);margin-top:2px}.list-row-actions{display:flex;gap:6px;flex-shrink:0}.list-row-actions .btn{padding:6px 10px;font-size:15px}.empty-state{color:var(--color-text-muted);font-size:14px;margin-top:1rem}.upload-area{background:var(--color-bg-secondary);border-radius:var(--radius-lg);padding:1.25rem;margin-bottom:1.5rem}.upload-btn{display:inline-flex;cursor:pointer}.img-admin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.img-admin-item{position:relative;border-radius:var(--radius-md);overflow:hidden;background:var(--color-bg-secondary)}.img-admin-item img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.img-caption{font-size:11px;color:var(--color-text-muted);padding:4px 6px}.img-del{position:absolute;top:6px;right:6px;padding:4px 8px;font-size:13px;background:#ffffffe6}.login-page{min-height:calc(100vh - 57px);display:flex;align-items:center;justify-content:center;background:var(--color-bg-secondary)}.login-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2.5rem;width:100%;max-width:360px}.login-logo{font-size:18px;font-weight:500;margin-bottom:4px}.login-sub{font-size:13px;color:var(--color-text-muted);margin-bottom:2rem}.login-error{font-size:13px;color:#c0392b;margin-bottom:1rem}.html-preview{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.5rem;min-height:200px;line-height:1.8}.html-preview h1{font-family:var(--font-serif);font-size:32px;font-weight:400;margin-bottom:1rem}.html-preview h2{font-family:var(--font-serif);font-size:24px;font-weight:400;margin-bottom:.75rem;margin-top:1.5rem}.html-preview h3{font-size:18px;font-weight:500;margin-bottom:.5rem;margin-top:1.25rem}.html-preview p{margin-bottom:.75rem;font-size:15px}.html-preview ul,.html-preview ol{margin:0 0 .75rem 1.5rem}.html-preview hr{border:none;border-top:1px solid var(--color-border);margin:1.5rem 0}.drag-row{cursor:grab;transition:background .1s,opacity .1s}.drag-row:active{cursor:grabbing}.drag-row.drag-over{background:var(--color-bg-secondary);border-radius:var(--radius-md);opacity:.7}.drag-handle{color:var(--color-text-muted);font-size:16px;flex-shrink:0;cursor:grab}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--font-sans: "DM Sans", sans-serif;--font-serif: "DM Serif Display", serif;--color-bg: #ffffff;--color-bg-secondary: #f7f6f3;--color-text: #1a1a1a;--color-text-muted: #6b6b6b;--color-border: rgba(0,0,0,.1);--color-border-hover: rgba(0,0,0,.2);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:var(--font-sans);cursor:pointer}input,textarea,select{font-family:var(--font-sans);font-size:14px;padding:8px 12px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg);color:var(--color-text);width:100%;outline:none}input:focus,textarea:focus,select:focus{border-color:var(--color-border-hover)}.btn{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;font-size:14px;font-weight:500;border-radius:var(--radius-md);border:1px solid var(--color-border);background:none;color:var(--color-text);transition:background .15s}.btn:hover{background:var(--color-bg-secondary)}.btn-primary{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}.btn-primary:hover{background:#333}.btn-danger{color:#c0392b;border-color:#f5c6c6}.btn-danger:hover{background:#fef0f0}.page{max-width:900px;margin:0 auto;padding:0 2rem 4rem}@media (max-width: 768px){.page{padding:0 1.25rem 3rem}.hero{padding:3rem 1.25rem 2.5rem}.hero-title{font-size:32px}.hero-bio{font-size:15px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%;justify-content:center}.cards-grid{grid-template-columns:1fr}.img-grid,.gallery-grid{grid-template-columns:repeat(2,1fr)}.projects-grid{grid-template-columns:1fr}.post-row{flex-direction:column;gap:.75rem}.post-row-img{width:100%;height:160px}.podcast-card{padding:1rem}.admin{flex-direction:column}.admin-sidebar{width:100%;flex-direction:row;flex-wrap:wrap;padding:.75rem;border-right:none;border-bottom:1px solid var(--color-border);gap:4px}.admin-logo{display:none}.admin-tab{padding:6px 10px;font-size:12px;flex:none}.admin-tab i{display:none}.admin-content{padding:1.25rem}.stats-cards{grid-template-columns:1fr 1fr}.stats-bottom{grid-template-columns:1fr}.html-page{padding-top:2rem}.html-content h1{font-size:26px}.html-content h2{font-size:20px}.login-page{padding:1.5rem}.divider{margin:0 1.25rem}.home-section{padding:2rem 1.25rem}}@media (max-width: 480px){.stats-cards{grid-template-columns:1fr}.img-grid{grid-template-columns:repeat(2,1fr)}}
