:root{--primary:#0097b2;--primary-light:#00afce;--secondary:#0097b2;--secondary-light:#00afce;--accent:#0097b2;--bg-color:#d9d9d9;--bg-secondary:#e6e6e6;--text-color:#23282e;--text-muted:#505863;--white:#fff;--radius:6px;--glass:#ffffffe6;--glass-dark:#0097b2f2;--shadow-sm:0 2px 10px #0000000d;--shadow-md:0 4px 20px #00000014;--shadow-lg:0 10px 40px #0000001f;--transition:all .4s cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text-color);background:var(--bg-color);font-family:Crimson Pro,Georgia,serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{letter-spacing:-.02em;font-family:Playfair Display,Georgia,serif;font-weight:700;line-height:1.2}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--primary);border:3px solid var(--bg-color);border-radius:5px}.navigation{z-index:1000;background:var(--white);transition:var(--transition);border-bottom:1px solid #00000014;position:fixed;top:0;left:0;right:0}.navigation.scrolled{box-shadow:var(--shadow-sm);padding:.25rem 0}.nav-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1.5rem 2rem;display:flex}.nav-brand{cursor:pointer;align-items:center;gap:.75rem;display:flex}.brand-icon{border-radius:var(--radius);background:0 0;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.brand-logo-img{object-fit:contain;width:100%;height:100%}.brand-text{flex-direction:column;display:flex}.brand-name{letter-spacing:-.01em;color:var(--primary);font-family:Playfair Display,serif;font-size:20px;font-weight:700}.brand-tagline{color:var(--secondary);letter-spacing:.2em;text-transform:uppercase;font-size:9px;font-weight:800}.nav-links{align-items:center;gap:3rem;display:flex}.nav-links a{color:var(--primary);cursor:pointer;transition:var(--transition);text-transform:uppercase;letter-spacing:.05em;font-size:15px;font-weight:600;text-decoration:none;position:relative}.nav-links a:hover,.nav-links a.active{color:var(--secondary)}.nav-links a.active:after{content:"";background:var(--secondary);height:2px;position:absolute;bottom:-4px;left:0;right:0}.nav-link-router{color:var(--primary);cursor:pointer;transition:var(--transition);text-transform:uppercase;letter-spacing:.05em;font-size:15px;font-weight:600;text-decoration:none;position:relative}.nav-link-router:hover{color:var(--secondary)}.nav-cta{background:var(--primary);color:var(--white);border-radius:var(--radius);cursor:pointer;transition:var(--transition);text-transform:uppercase;letter-spacing:.1em;border:none;padding:.8rem 1.75rem;font-size:13px;font-weight:700}.nav-cta:hover{background:var(--secondary);transform:translateY(-1px)}.hero{min-height:90vh;color:var(--white);background:#23282e;align-items:center;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero-background{z-index:0;position:absolute;inset:0}.hero-background:after{content:"";z-index:1;background:linear-gradient(90deg,#23282ef2 0%,#23282e8c 100%);position:absolute;inset:0}.hero-background-img{object-fit:cover;width:100%;height:100%}.hero-content{z-index:2;text-align:left;max-width:800px;margin-left:5%;position:relative}.hero-badge{border-radius:var(--radius);letter-spacing:.15em;text-transform:uppercase;color:var(--white);background:#0097b2;align-items:center;gap:.75rem;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:12px;font-weight:800;display:inline-flex}.hero-title{color:var(--white);margin-bottom:2rem;font-size:clamp(3rem,8vw,5rem);line-height:1.1}.highlight{color:#0097b2}.hero-subtitle{color:#fffc;max-width:650px;margin-bottom:3.5rem;font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.6}.hero-cta{justify-content:flex-start;gap:1.5rem;margin-bottom:0;display:flex}.btn{border-radius:var(--radius);cursor:pointer;transition:var(--transition);text-transform:uppercase;letter-spacing:.1em;border:none;align-items:center;gap:.75rem;padding:1.1rem 2.25rem;font-size:15px;font-weight:700;display:inline-flex}.btn-primary{color:var(--white);background:#0097b2}.btn-primary:hover{background:#00afce;transform:translateY(-2px)}.btn-secondary{color:var(--white);background:0 0;border:1px solid #fff6}.btn-secondary:hover{border-color:var(--white);background:#ffffff1a}.hero-stats{border-top:1px solid #ffffff26;flex-wrap:wrap;justify-content:flex-start;gap:4rem;margin-top:4rem;padding-top:3rem;display:flex}.stat{text-align:left}.stat-number{color:#0097b2;margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:3rem;font-weight:800;line-height:1}.stat-label{color:#ffffffa6;text-transform:uppercase;letter-spacing:.15em;font-size:12px;font-weight:700}.services-section{background:var(--white);padding:10rem 2rem}.section-header{text-align:center;margin-bottom:6rem}.section-title{color:var(--primary);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,3.5rem)}.section-subtitle{color:var(--text-muted);max-width:750px;margin:0 auto;font-size:1.25rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(min(380px,100%),1fr));gap:2.5rem;display:grid}.service-card{background:var(--white);border-radius:var(--radius);box-shadow:none;cursor:pointer;transition:var(--transition);border:1px solid #0000001a;padding:3rem;position:relative;overflow:hidden}.service-card:hover{border-color:var(--secondary);box-shadow:var(--shadow-md);transform:translateY(-8px)}.service-icon{width:90px;height:90px;box-shadow:var(--shadow-md);transition:var(--transition);border-radius:24px;justify-content:center;align-items:center;margin-bottom:2rem;display:flex}.service-card:hover .service-icon{transform:scale(1.1)rotate(5deg)}.service-title{color:var(--text-color);margin-bottom:1.25rem;font-size:1.75rem}.service-description{color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.service-details{max-height:0;transition:max-height .6s cubic-bezier(.4,0,.2,1);overflow:hidden}.service-details.expanded{border-top:1px solid #0000000d;max-height:800px;margin-top:2rem;padding-top:2rem}.service-headline{color:var(--primary);margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.service-benefits{gap:1rem;margin-bottom:2.5rem;display:grid}.benefit-item{color:#23282e;align-items:center;gap:1rem;font-size:16px;display:flex}.service-cta{width:100%;color:var(--white);cursor:pointer;transition:var(--transition);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;padding:1.1rem 2rem;font-weight:700;display:flex}.process-section{background:var(--bg-secondary);padding:10rem 2rem}.process-timeline{max-width:1000px;margin:0 auto;position:relative}.process-timeline:before{content:"";background:var(--primary);opacity:.1;width:1px;position:absolute;top:0;bottom:0;left:45px}.process-item{gap:3rem;margin-bottom:4rem;display:flex;position:relative}.process-step{background:var(--primary);border-radius:var(--radius);width:90px;height:90px;color:var(--white);z-index:2;flex-shrink:0;justify-content:center;align-items:center;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;display:flex}.process-content{flex:1;padding-top:1rem}.process-title{color:var(--primary);margin-bottom:.75rem;font-size:1.75rem}.process-description{color:var(--text-muted);font-size:1.1rem;line-height:1.7}.testimonials-section{background:var(--bg-secondary);padding:10rem 2rem}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(min(350px,100%),1fr));gap:3rem;margin-top:4rem;display:grid}.testimonial-card{background:var(--white);border-radius:var(--radius);box-shadow:none;border:1px solid #0000000d;padding:3.5rem;position:relative}.quote-mark{color:#0097b21a;font-family:Playfair Display,serif;font-size:6rem;line-height:1;position:absolute;top:1rem;left:2rem}.testimonial-quote{z-index:1;color:#23282e;margin-bottom:2.5rem;font-size:1.2rem;font-style:italic;line-height:1.8;position:relative}.testimonial-author{border-top:1px solid #0097b233;padding-top:2rem}.author-name{color:var(--primary);font-size:1.2rem;font-weight:700}.author-role{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:600}.contact-section{background:var(--primary);color:var(--white);padding:10rem 2rem}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(min(400px,100%),1fr));align-items:start;gap:6rem;display:grid}.contact-info .section-title{color:var(--white);margin-bottom:1.5rem}.contact-description{color:#ffffffb3;margin-bottom:4rem;font-size:1.25rem;line-height:1.8}.contact-methods{flex-direction:column;gap:3rem;display:flex}.contact-method{align-items:center;gap:2rem;display:flex}.contact-method .icon-wrapper{border-radius:var(--radius);width:56px;height:56px;color:var(--white);background:#ffffff26;flex-shrink:0;justify-content:center;align-items:center;display:flex}.method-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.2em;margin-bottom:.5rem;font-size:.75rem;font-weight:800}.method-value{color:var(--white);font-size:1.15rem}.contact-form{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-lg);color:var(--primary);border:none;padding:4rem}.form-title{color:var(--primary);margin-bottom:2rem;font-size:2rem}.form-group{margin-bottom:1.5rem}.form-input{border-radius:var(--radius);width:100%;color:var(--primary);transition:var(--transition);background:#fdfdfd;border:1px solid #0000001a;padding:1rem;font-size:16px}.form-input:focus{border-color:var(--secondary);background:var(--white);outline:none}.btn-block{justify-content:center;width:100%}.footer{color:var(--text-muted);background:#d9d9d9;border-top:1px solid #0000000d;padding:8rem 2rem 4rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:5rem;display:grid}.brand-icon-large{border-radius:var(--radius);background:0 0;justify-content:center;align-items:center;width:60px;height:60px;display:flex;overflow:hidden}.footer-brand-name{color:var(--primary);margin-top:1.25rem;margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.75rem;font-weight:700}.footer-tagline{color:var(--text-muted);max-width:320px;font-size:1rem}.footer-links h4{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-size:.95rem;font-weight:800}.footer-links a{color:var(--text-muted);transition:var(--transition);margin-bottom:.85rem;font-size:.95rem;text-decoration:none;display:block}.footer-links a:hover{color:var(--secondary)}.footer-bottom{border-top:1px solid #0000000d;justify-content:space-between;align-items:center;padding-top:3rem;display:flex}.copyright{color:#505863;font-size:.85rem}.footer-legal a{color:#505863;margin-left:2rem;font-size:.85rem}.team-section{background:var(--white);padding:10rem 2rem}.team-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem;margin-top:4rem;display:grid}.team-card{background:var(--white);transition:var(--transition);border-radius:24px;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000008}.team-card:hover{transform:translateY(-12px);box-shadow:0 20px 50px #0097b226}.team-image-container{background:#0097b21f;height:400px;position:relative;overflow:hidden}.team-image{object-fit:cover;object-position:center top;mix-blend-mode:normal;width:100%;height:100%;transition:transform .6s}.team-card:hover .team-image{transform:scale(1.05)}.team-overlay{opacity:0;transition:var(--transition);background:linear-gradient(#0f0f0f00 0%,#0f0f0fe6 100%);align-items:flex-end;padding:2.5rem;display:flex;position:absolute;inset:0}.team-card:hover .team-overlay{opacity:1}.team-highlight{color:var(--white);transition:var(--transition);font-size:1rem;font-style:italic;line-height:1.6;transform:translateY(20px)}.team-card:hover .team-highlight{transform:translateY(0)}.team-info{text-align:center;padding:2.5rem}.team-name{color:var(--text-color);margin-bottom:.5rem;font-size:1.85rem}.team-role{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-size:1rem;font-weight:700}.team-divider{background:linear-gradient(90deg, var(--primary), var(--primary-light));width:40px;height:3px;transition:var(--transition);border-radius:2px;margin:0 auto}.team-card:hover .team-divider{width:80px}.insights-section{background:var(--bg-secondary);padding:10rem 2rem}.insights-container{grid-template-columns:1.2fr 1fr;gap:4rem;margin-top:4rem;display:grid}.featured-insight{border-radius:var(--radius);height:600px;box-shadow:var(--shadow-lg);cursor:pointer;position:relative;overflow:hidden}.insight-img-container{width:100%;height:100%}.insight-img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.featured-insight:hover .insight-img{transform:scale(1.05)}.insight-overlay{color:var(--white);background:linear-gradient(#0000 0%,#23282e80 50%,#23282ef7 100%);flex-direction:column;justify-content:flex-end;padding:4rem;display:flex;position:absolute;inset:0}.insight-category{background:var(--secondary);color:var(--white);border-radius:var(--radius);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:11px;font-weight:800;display:inline-block}.insight-title{color:var(--white);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.2}.insight-excerpt{color:#fffc;max-width:500px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.insight-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}.insight-card{background:var(--white);transition:var(--transition);cursor:pointer;border:1.5px solid #00000012;border-radius:12px;gap:0;text-decoration:none;display:flex;overflow:hidden}.insight-card:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.insight-card-thumb{background:var(--text-color);flex-shrink:0;width:200px;overflow:hidden}.insight-card-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.insight-card:hover .insight-card-thumb img{transform:scale(1.06)}.insight-card-content{flex-direction:column;flex:1;justify-content:flex-start;gap:.5rem;min-height:140px;padding:1.5rem 1.75rem;display:flex}.insight-category--sm{background:var(--primary);color:var(--white);text-transform:uppercase;letter-spacing:.1em;border-radius:50px;align-self:flex-start;padding:.3rem .875rem;font-size:.72rem;font-weight:800;display:inline-block}.insight-card-title{color:var(--text-color);letter-spacing:-.01em;font-family:Playfair Display,Georgia,serif;font-size:1.2rem;font-weight:700;line-height:1.3}.insight-card-excerpt{color:var(--text-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.95rem;line-height:1.65;display:-webkit-box;overflow:hidden}.insight-card-meta{color:var(--text-muted);margin-top:auto;padding-top:.5rem;font-size:.875rem;font-weight:600}.insight-card-footer{justify-content:space-between;align-items:center;margin-top:auto;padding-top:.5rem;display:flex}.insight-card-read{color:var(--primary);text-transform:uppercase;letter-spacing:.08em;transition:var(--transition);align-items:center;gap:.3rem;font-size:.8rem;font-weight:800;display:inline-flex}.insight-card:hover .insight-card-read{gap:.5rem}.view-all-link{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;transition:var(--transition);align-items:center;gap:.75rem;font-size:13px;font-weight:800;text-decoration:none;display:inline-flex}.view-all-link:hover{color:var(--secondary);gap:1.25rem}.toast-notification{background:var(--white);border-radius:var(--radius);z-index:10000;border-left:5px solid var(--secondary);align-items:center;gap:1.5rem;min-width:400px;padding:1.5rem 2rem;animation:.5s cubic-bezier(.16,1,.3,1) toastSlideIn;display:flex;position:fixed;bottom:3rem;right:3rem;box-shadow:0 20px 40px #00000026}@keyframes toastSlideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.toast-icon{width:40px;height:40px;color:var(--secondary);background:#d4af371a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.toast-title{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem;font-size:1rem;font-weight:800}.toast-message{color:var(--text-muted);margin:0;font-size:.95rem}.toast-close{color:#ccc;cursor:pointer;transition:var(--transition);background:0 0;border:none;margin-left:auto;padding:.5rem}.toast-close:hover{color:var(--primary)}.view-profile-link{color:var(--secondary);transition:var(--transition);align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.9rem;font-weight:700;text-decoration:none;display:flex}.view-profile-link:hover{color:var(--primary);gap:.75rem}.team-detail-page{background:var(--white)}.team-detail-hero-bg{background:linear-gradient(135deg,#23282e 0%,#323942 100%)}.team-detail-hero{flex-direction:row-reverse;align-items:center;gap:5rem;max-width:1400px;margin:0 auto;padding:12rem 2rem 7rem;display:flex}.team-hero-img-wrap{flex:0 0 440px;width:440px}.team-hero-img{height:580px;position:relative}.team-hero-img img{object-fit:cover;object-position:center top;z-index:1;border-radius:16px;width:100%;height:100%;position:relative;box-shadow:0 24px 60px #0000002e}.team-hero-accent{border:2px solid var(--secondary);z-index:0;background:#0097b21a;border-radius:16px;width:100%;height:100%;position:absolute;bottom:-16px;left:-16px}.team-hero-content{flex:1}.team-hero-content h1{color:var(--white)}.back-link{color:#ffffffa6!important}.back-link:hover{color:var(--white)!important}.team-role-badge{background:var(--secondary);color:var(--white);text-transform:uppercase;letter-spacing:.1em;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.9rem;font-weight:700;display:inline-block}.team-mission{color:#ffffffd9;max-width:700px;margin-bottom:3rem;font-family:Playfair Display,serif;font-size:1.75rem;font-style:italic;line-height:1.4}.team-hero-stats{border-top:1px solid #ffffff1f;gap:4rem;padding-top:2.5rem;display:flex}.team-stat-item .stat-val{color:var(--primary);margin-bottom:.25rem;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:800;line-height:1}.team-stat-item .stat-lab{text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;font-size:.8rem;font-weight:700}.team-detail-main{padding:7rem 2rem}.team-info-grid{grid-template-columns:1fr 380px;gap:5rem;display:grid}.bio-section{margin-bottom:4rem}.section-accent-head{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1.5rem;display:flex}.section-accent-img{object-fit:contain;object-position:left center;opacity:1;width:auto;max-width:120px;height:28px;display:block}.section-accent-head--sm{gap:.375rem;margin-bottom:1.25rem}.section-accent-img--sm{max-width:80px;height:20px}.section-accent-head h3,.section-accent-head h4{margin-bottom:0}.bio-section h3{color:var(--primary);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:1.75rem}.bio-section p{color:var(--text-muted);font-size:1.1rem;line-height:1.8}.specialties-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.spec-pill{background:var(--bg-secondary);border-radius:var(--radius);color:var(--primary);align-items:center;gap:1rem;padding:1.25rem;font-size:.95rem;font-weight:600;display:flex}.sidebar-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-lg);margin-bottom:2rem;padding:2.5rem}.credentials-card h4{color:var(--primary);align-items:center;gap:.75rem;margin-bottom:1.75rem;font-size:1.35rem;display:flex}.credentials-card ul{padding:0;list-style:none}.credentials-card li{color:var(--text-muted);border-bottom:1px solid #0000000d;padding:.875rem 0;font-size:.95rem;font-weight:600}.testimonial-card-mini{background:var(--primary);color:var(--white)}.testimonial-card-mini .quote-icon{color:var(--secondary);margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:3.5rem;line-height:1}.sidebar-socials{gap:1.25rem;margin-top:2rem;display:flex}.sidebar-socials a{color:var(--white);opacity:.6;transition:var(--transition)}.sidebar-socials a:hover{opacity:1;color:var(--secondary)}.expertise-detail-page{background:var(--white)}.detail-hero{height:60vh;color:var(--white);align-items:center;display:flex;position:relative;overflow:hidden}.detail-hero-bg{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.detail-hero-bg img{object-fit:cover;width:100%;height:100%}.detail-hero-overlay{background:linear-gradient(90deg,#0097b2e6 0%,#0097b266 100%);width:100%;height:100%;position:absolute;top:0;left:0}.detail-hero-content{z-index:1;max-width:800px;position:relative}.back-link{color:var(--secondary);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:.75rem;margin-bottom:2rem;font-size:.85rem;font-weight:700;display:flex}.detail-hero h1{margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(3rem,6vw,4.5rem)}.detail-tagline{opacity:.9;font-size:1.5rem;font-weight:300}.detail-main{padding:10rem 2rem}.detail-grid{grid-template-columns:1fr 400px;gap:8rem;display:grid}.info-block{margin-bottom:6rem}.info-block h3{color:var(--primary);margin-bottom:2rem;font-family:Playfair Display,serif;font-size:2rem}.info-block p{color:var(--text-muted);font-size:1.2rem;line-height:1.8}.features-list{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.feature-pill{background:var(--bg-secondary);border-radius:var(--radius);color:var(--primary);align-items:center;gap:1.25rem;padding:1.5rem;font-weight:600;display:flex}.stats-card{border-radius:var(--radius);box-shadow:var(--shadow-lg);margin-bottom:4rem;overflow:hidden}.stats-card-header{color:var(--white);text-transform:uppercase;letter-spacing:.2em;text-align:center;padding:2rem;font-weight:800}.stats-list{background:var(--white);padding:3rem}.stat-row{align-items:center;gap:2rem;margin-bottom:3rem;display:flex}.stat-big-value{min-width:100px;font-family:Playfair Display,serif;font-size:3rem;font-weight:800}.stat-description strong{margin-bottom:.25rem;font-size:1.1rem;display:block}.stat-description p{color:var(--text-muted);font-size:.9rem}.cta-mini-card{background:var(--primary);color:var(--white);border-radius:var(--radius);padding:4rem}.cta-mini-card h4{margin-bottom:1rem;font-family:Playfair Display,serif;font-size:1.5rem}.cta-mini-card p{opacity:.8;margin-bottom:2.5rem}.footer-socials{gap:1.25rem;margin-top:2.5rem;display:flex}.social-icon-link{width:44px;height:44px;color:var(--primary);transition:var(--transition);background:var(--white);border:1px solid #00000014;border-radius:50%;justify-content:center;align-items:center;display:flex}.social-icon-link:hover{background:var(--primary);color:var(--white);border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 20px #0097b226}.expertise-container{grid-template-columns:360px 1fr;align-items:start;gap:3rem;margin-top:4rem;display:grid}.expertise-sidebar{flex-direction:column;gap:.5rem;display:flex;position:sticky;top:90px}.expertise-tab{background:var(--white);border-radius:var(--radius);cursor:pointer;transition:var(--transition);text-align:left;border:1px solid #00000012;align-items:center;gap:1rem;width:100%;padding:1.25rem 1.75rem;display:flex}.expertise-tab:hover{border-color:var(--secondary);background:#0097b208;transform:translate(6px)}.expertise-tab.active{background:var(--primary);border-color:var(--primary);box-shadow:var(--shadow-md);transform:translate(10px)}.expertise-tab-icon{background:var(--bg-secondary);width:38px;height:38px;color:var(--primary);transition:var(--transition);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.expertise-tab.active .expertise-tab-icon{color:var(--accent);background:#ffffff1f}.expertise-tab-title{color:var(--primary);transition:var(--transition);font-size:.95rem;font-weight:600;line-height:1.3}.expertise-tab.active .expertise-tab-title{color:var(--white)}.expertise-content{background:var(--white);border-radius:var(--radius);border:1px solid #0000000d;min-height:520px;padding:4rem;animation:.4s expertiseFadeIn;position:relative;box-shadow:0 20px 50px #0000000f}@keyframes expertiseFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.expertise-display-headline{color:var(--primary);margin-bottom:1.25rem;font-family:Playfair Display,serif;font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.2}.expertise-display-description{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.expertise-pillars-grid{grid-template-columns:1fr 1fr;gap:1rem 2rem;display:grid}.pillar-item{align-items:flex-start;gap:.875rem;display:flex}.pillar-dot{background:var(--secondary);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:.45rem}.pillar-text{color:var(--primary);font-size:1rem;font-weight:600;line-height:1.4}.testimonials-section{background:var(--white);padding:10rem 2rem;position:relative;overflow:hidden}.testimonials-section:before{content:"";pointer-events:none;background:radial-gradient(#0097b212 0%,#0000 70%);width:500px;height:500px;position:absolute;top:-120px;right:-120px}.testi-carousel{background:var(--bg-secondary);border:1px solid #0097b21f;border-radius:20px;max-width:860px;margin:0 auto;padding:5rem 5.5rem 4rem;position:relative;overflow:hidden}.testi-carousel:before{content:"";background:linear-gradient(180deg, var(--primary) 0%, var(--primary-light) 100%);border-radius:20px 0 0 20px;width:5px;height:100%;position:absolute;top:0;left:0}.testi-bg-quote{color:#0097b212;pointer-events:none;-webkit-user-select:none;user-select:none;font-family:Playfair Display,serif;font-size:14rem;line-height:1;position:absolute;top:-1.5rem;left:3.5rem}@keyframes testi-slide-next{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:translate(0)}}@keyframes testi-slide-prev{0%{opacity:0;transform:translate(-32px)}to{opacity:1;transform:translate(0)}}.testi-slide{z-index:1;position:relative}.testi-slide[data-dir=next]{animation:.45s cubic-bezier(.16,1,.3,1) both testi-slide-next}.testi-slide[data-dir=prev]{animation:.45s cubic-bezier(.16,1,.3,1) both testi-slide-prev}.testi-quote{color:var(--text-color);quotes:none;margin-bottom:3rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.1rem,2vw,1.35rem);font-style:italic;font-weight:400;line-height:1.8}.testi-attribution{align-items:flex-start;gap:1.25rem;display:flex}.testi-author-dot{background:linear-gradient(180deg, var(--primary) 0%, var(--primary-light) 100%);border-radius:4px;flex-shrink:0;width:4px;height:48px;margin-top:2px}.testi-author-name{color:var(--primary);margin-bottom:.2rem;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700}.testi-author-role{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.82rem;font-weight:700;line-height:1.4}.testi-context{color:var(--primary);opacity:.75;margin-top:.3rem;font-size:.78rem;font-style:italic}.testi-controls{z-index:1;justify-content:space-between;align-items:center;margin-top:3.5rem;display:flex;position:relative}.testi-dots{align-items:center;gap:.6rem;display:flex}.testi-dot{cursor:pointer;background:#0097b233;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .35s}.testi-dot.active{background:var(--primary);border-radius:4px;width:28px}.testi-dot:hover:not(.active){background:#0097b273}.testi-arrows{gap:.75rem;display:flex}.testi-arrow{background:var(--white);width:44px;height:44px;color:var(--primary);cursor:pointer;border:1.5px solid #0097b240;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.testi-arrow:hover{background:var(--primary);border-color:var(--primary);color:var(--white);transform:scale(1.08);box-shadow:0 6px 20px #0097b240}.testi-progress-track{background:#0097b214;border-radius:0 0 20px 20px;height:3px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}@keyframes testi-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.testi-progress-bar{background:linear-gradient(90deg, var(--primary), var(--primary-light));transform-origin:0;height:100%;transform:scaleX(0)}.testi-progress-bar.running{animation:6s linear forwards testi-progress}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.reveal{animation:1s cubic-bezier(.4,0,.2,1) both fadeInUp}.section-page-wrapper{padding-top:80px}.about-page-wrapper{text-align:center;min-height:80vh;padding-top:120px;padding-bottom:8rem}.expertise-cta-row{flex-wrap:wrap;align-items:center;gap:2rem;margin-top:3.5rem;display:flex}.nav-links-minimal{align-items:center;gap:2rem;display:flex}.nav-links-minimal a{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;transition:var(--transition);font-size:14px;font-weight:600;text-decoration:none}.nav-links-minimal a:not(.nav-cta):hover{color:var(--secondary)}.nav-links-minimal .nav-cta{background:var(--secondary);padding:.7rem 1.25rem;font-size:12px;color:var(--white)!important}.nav-links-minimal .nav-cta:hover{background:var(--primary);transform:translateY(-1px);color:var(--white)!important}.detail-footer{padding:4rem 2rem 3rem}.detail-footer-links{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:1.5rem;display:flex}.detail-footer-links a{color:var(--text-muted);transition:var(--transition);font-size:.9rem;font-weight:600;text-decoration:none}.detail-footer-links a:hover{color:var(--secondary)}@media (width<=768px){.nav-links-minimal{gap:1rem}.nav-links-minimal a:not(.nav-cta){display:none}.detail-footer{padding:3rem 1rem 2rem}.detail-footer-links{gap:1.25rem}}@media (width<=480px){.detail-footer{padding:2.5rem .875rem 1.5rem}}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}.mobile-menu-btn{cursor:pointer;color:var(--primary);background:0 0;border:none;flex-shrink:0;padding:.25rem;display:none}.form-textarea{resize:vertical;min-height:140px;font-family:inherit}@media (width<=1200px){.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}.contact-grid{gap:4rem}.expertise-container{grid-template-columns:280px 1fr;gap:2rem}.expertise-content{padding:3rem}.team-hero-grid{grid-template-columns:360px 1fr;gap:3.5rem}.team-info-grid{grid-template-columns:1fr 320px;gap:3.5rem}.detail-grid{grid-template-columns:1fr 360px;gap:5rem}.insights-container{gap:3rem}}@media (width<=1024px){.expertise-container{grid-template-columns:1fr;gap:1.5rem}.expertise-sidebar{grid-template-columns:1fr 1fr;gap:.5rem;display:grid;position:static}.expertise-tab{gap:.75rem;padding:1rem 1.25rem}.expertise-tab:hover,.expertise-tab.active{transform:none}.expertise-tab-icon{width:32px;height:32px}.expertise-tab-title{font-size:.875rem}.expertise-content{min-height:auto;padding:2.5rem}.expertise-pillars-grid{grid-template-columns:1fr 1fr;gap:.875rem 1.5rem}.team-hero-grid{grid-template-columns:1fr;gap:2.5rem}.team-hero-img-wrap{flex:0 0 340px;width:340px}.team-hero-img{height:420px}.team-info-grid{grid-template-columns:1fr;gap:2.5rem}.detail-grid{grid-template-columns:1fr;gap:4rem}.insights-container{grid-template-columns:1fr}.featured-insight{height:450px}.featured-testimonial{grid-template-columns:1fr;gap:3rem;padding:3rem}.featured-testimonial-img{height:380px}.testi-carousel{padding:3.5rem 3rem 3rem}.team-detail-hero{gap:3rem;padding:9rem 2rem 5rem}.team-mission{margin-bottom:2rem;font-size:1.5rem}.team-hero-stats{gap:2.5rem;padding-top:2rem}.specialties-grid{grid-template-columns:1fr 1fr}.features-list{grid-template-columns:1fr}}@media (width<=768px){.container{padding:0 1rem}.section-page-wrapper{padding-top:70px}.about-page-wrapper{padding-top:90px;padding-bottom:4rem}.expertise-cta-row{flex-direction:column;align-items:flex-start;gap:1.25rem}.expertise-cta-row .btn{justify-content:center;width:100%}.nav-container{padding:1.25rem 1.5rem}.mobile-menu-btn{display:flex}.nav-links{background:var(--bg-color);z-index:999;border-top:1px solid #0000000f;flex-direction:column;align-items:flex-start;gap:2rem;padding:3rem 2rem;transition:transform .4s cubic-bezier(.4,0,.2,1);position:fixed;inset:73px 0 0;overflow-y:auto;transform:translate(100%)}.nav-links.mobile-open{transform:translate(0)}.nav-links a{font-size:1.1rem}.nav-cta{text-align:center;justify-content:center;width:100%}.hero{min-height:auto;padding:5.5rem 1rem 3rem}.hero-content{margin-left:0}.hero-cta{flex-direction:column;align-items:flex-start;gap:1rem}.hero-cta .btn{justify-content:center;width:100%}.hero-stats{justify-content:flex-start;gap:2rem;margin-top:2rem}.services-section,.process-section,.team-section,.testimonials-section,.insights-section,.podcasts-section,.contact-section,.detail-main,.team-detail-main{padding:3rem 0}.section-header{margin-bottom:2rem}.section-subtitle{font-size:1rem}.services-grid{grid-template-columns:1fr}.expertise-container{gap:1.25rem;margin-top:1.5rem}.expertise-tab{gap:.75rem;padding:.875rem 1.25rem;transform:none!important}.expertise-tab-icon{width:32px;height:32px}.expertise-tab-title{font-size:.875rem}.expertise-content{min-height:auto;padding:1.5rem}.expertise-display-headline{margin-bottom:.875rem;font-size:1.4rem}.expertise-display-description{margin-bottom:1.5rem;font-size:1rem}.expertise-pillars-grid{grid-template-columns:1fr 1fr;gap:.75rem 1rem}.process-timeline:before{left:27px}.process-item{gap:1.5rem}.process-step{width:55px;height:55px;font-size:1.1rem}.process-title{font-size:1.4rem}.team-grid{gap:2rem}.team-image-container{height:320px}.testimonials-grid{grid-template-columns:1fr}.testimonial-card{padding:1.75rem}.testi-carousel{padding:2.5rem 2rem}.testi-bg-quote{font-size:9rem}.testi-quote{font-size:1.05rem}.contact-grid{grid-template-columns:1fr;gap:2.5rem}.contact-form{padding:1.75rem}.contact-methods{gap:1.75rem}.insights-container{grid-template-columns:1fr}.featured-insight{height:360px}.insight-overlay{padding:2rem}.insight-card{flex-direction:column}.insight-card-thumb{width:100%;height:180px}.toast-notification{min-width:unset;bottom:1.5rem;left:1rem;right:1rem}.footer{padding:3rem 1rem 2rem}.footer-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}.footer-legal a{margin-left:.75rem}.team-detail-hero-bg{background:#23282e}.team-detail-hero{flex-direction:column;gap:0;max-width:100%;padding:84px 0 0}.team-hero-img-wrap{flex:none;width:100%;margin-top:1rem}.team-hero-img{height:300px}.team-hero-img img{box-shadow:none;border-radius:0}.team-hero-accent{display:none}.team-hero-content{width:100%;padding:2rem 1rem 2.5rem}.team-hero-content h1{margin-bottom:.75rem;font-size:2.2rem}.team-role-badge{margin-bottom:1.25rem;padding:.45rem 1.25rem;font-size:.8rem}.team-mission{margin-bottom:2rem;font-size:1.1rem;line-height:1.5}.team-hero-stats{justify-content:space-between;gap:0;padding-top:1.5rem}.team-stat-item .stat-val{font-size:1.8rem}.team-stat-item .stat-lab{font-size:.7rem}.team-detail-main{padding:0}.team-info-grid{gap:0}.team-bio-side{border-bottom:1px solid #0000000f;padding:2rem 1rem}.team-sidebar-side{background:var(--bg-secondary);padding:2rem 1rem 2.5rem}.bio-section{margin-bottom:2.5rem}.bio-section h3{margin-bottom:.875rem;font-size:1.35rem}.bio-section p{font-size:1rem;line-height:1.7}.specialties-grid{grid-template-columns:1fr 1fr;gap:.625rem}.spec-pill{gap:.625rem;padding:.875rem;font-size:.875rem}.sidebar-card{box-shadow:none;border:1px solid #00000012;margin-bottom:1.25rem;padding:1.5rem}.credentials-card h4{margin-bottom:1rem;font-size:1.15rem}.credentials-card li{padding:.75rem 0;font-size:.9rem}.testimonial-card-mini{box-shadow:none;border:none}.testimonial-card-mini .quote-icon{font-size:2.5rem}.sidebar-socials{margin-top:1.25rem}.detail-hero{height:45vh;min-height:280px}.detail-tagline{font-size:1rem}.features-list{grid-template-columns:1fr}.cta-mini-card,.stats-list{padding:1.5rem}}@media (width<=480px){.container{padding:0 .875rem}.section-page-wrapper{padding-top:62px}.about-page-wrapper{padding-top:75px;padding-bottom:3rem}.services-section,.process-section,.team-section,.testimonials-section,.insights-section,.podcasts-section,.contact-section,.detail-main,.team-detail-main{padding:2.5rem 0}.section-header{margin-bottom:1.5rem}.hero{padding:5rem .875rem 2.5rem}.hero-title{font-size:2rem}.hero-subtitle{margin-bottom:2rem;font-size:1rem}.section-title{font-size:1.75rem}.section-subtitle{font-size:.95rem}.hero-stats{gap:1.25rem;margin-top:2rem}.stat-number{font-size:2.2rem}.btn{padding:.85rem 1.25rem;font-size:13px}.expertise-tab{gap:.625rem;padding:.75rem 1rem}.expertise-tab-icon{width:28px;height:28px}.expertise-tab-title{font-size:.8rem}.expertise-content{padding:1.25rem}.expertise-display-headline{margin-bottom:.75rem;font-size:1.25rem}.expertise-display-description{margin-bottom:1.25rem;font-size:.95rem}.expertise-cta-row{margin-top:1.5rem}.expertise-pillars-grid{grid-template-columns:1fr 1fr;gap:.5rem}.pillar-text{font-size:.875rem}.process-step{width:44px;height:44px;font-size:.9rem}.process-timeline:before{left:22px}.process-item{gap:1.25rem;margin-bottom:2rem}.process-title{font-size:1.2rem}.process-description{font-size:.95rem}.team-grid{gap:1.5rem}.team-image-container{height:240px}.team-info{padding:1.5rem}.team-name{font-size:1.4rem}.testi-carousel{padding:2rem 1.5rem}.testi-bg-quote{font-size:7rem;top:-1rem;left:1rem}.testi-quote{font-size:1rem}.testi-controls{flex-direction:column;align-items:flex-start;gap:1.5rem}.contact-form{padding:1.25rem}.contact-description{margin-bottom:2rem;font-size:1rem}.contact-methods{gap:1.5rem}.form-title{font-size:1.5rem}.featured-insight{height:280px}.insight-overlay{padding:1.5rem}.insight-title{font-size:1.4rem}.insight-card-thumb{height:130px}.insight-card-title{font-size:1rem}.footer{padding:2.5rem .875rem 1.5rem}.footer-grid{gap:1.75rem;margin-bottom:1.75rem}.footer-brand-name{font-size:1.4rem}.footer-tagline{font-size:.875rem}.team-detail-hero{padding:80px 0 0}.team-hero-img{height:260px}.team-hero-content{padding:1.5rem .875rem 2rem}.team-hero-content h1{font-size:1.9rem}.team-mission{margin-bottom:1.5rem;font-size:1rem}.team-hero-stats{padding-top:1.25rem}.team-stat-item .stat-val{font-size:1.5rem}.team-stat-item .stat-lab{font-size:.65rem}.team-bio-side{padding:1.5rem .875rem}.team-sidebar-side{padding:1.5rem .875rem 2rem}.bio-section{margin-bottom:2rem}.bio-section h3{font-size:1.2rem}.bio-section p{font-size:.95rem}.spec-pill{padding:.75rem;font-size:.825rem}.sidebar-card{margin-bottom:1rem;padding:1.25rem}.credentials-card h4{margin-bottom:.875rem;font-size:1.05rem}.credentials-card li{padding:.625rem 0;font-size:.85rem}.detail-hero{height:40vh;min-height:240px}.cta-mini-card,.stats-list{padding:1.25rem}.stat-big-value{min-width:70px;font-size:2rem}.specialties-grid,.features-list{grid-template-columns:1fr;gap:1rem}}.insights-tag-filters{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:3rem;display:flex}.insight-tag-pill{background:var(--white);color:var(--text-muted);cursor:pointer;transition:var(--transition);text-transform:uppercase;letter-spacing:.05em;border:1px solid #0000001a;border-radius:50px;padding:.4rem 1rem;font-size:.8rem;font-weight:600}.insight-tag-pill:hover,.insight-tag-pill.active{background:var(--primary);color:var(--white);border-color:var(--primary)}.insight-img-placeholder{background:var(--text-color);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.insight-img-placeholder:after{content:"H";color:#ffffff14;letter-spacing:-.02em;font-family:Playfair Display,serif;font-size:4rem;font-weight:700}.insight-thumb-placeholder{background:var(--text-color);width:100%;height:100%}.insights-empty{text-align:center;color:var(--text-muted);padding:5rem 2rem;font-size:1.1rem}.insights-skeleton{grid-template-columns:1.2fr 1fr;gap:4rem;margin-top:4rem;display:grid}.skeleton-featured{border-radius:var(--radius);background:linear-gradient(90deg, var(--bg-color) 25%, var(--bg-secondary) 50%, var(--bg-color) 75%);background-size:200% 100%;height:600px;animation:1.5s infinite shimmer}.skeleton-cards{flex-direction:column;gap:2rem;display:flex}.skeleton-card{border-radius:var(--radius);background:linear-gradient(90deg, var(--bg-color) 25%, var(--bg-secondary) 50%, var(--bg-color) 75%);background-size:200% 100%;height:120px;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-hero{background:linear-gradient(90deg, var(--bg-color) 25%, var(--bg-secondary) 50%, var(--bg-color) 75%);background-size:200% 100%;height:50vh;animation:1.5s infinite shimmer}.skeleton-line{background:linear-gradient(90deg, var(--bg-color) 25%, var(--bg-secondary) 50%, var(--bg-color) 75%);background-size:200% 100%;border-radius:4px;animation:1.5s infinite shimmer}.post-detail-hero-overlay{background:linear-gradient(#14181c40 0%,#14181ca6 50%,#14181cf7 100%);align-items:flex-end;width:100%;padding-top:8rem;padding-bottom:4rem;display:flex;position:absolute;inset:0}.post-detail-breadcrumb{text-transform:uppercase;letter-spacing:.12em;color:var(--primary);transition:var(--transition);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.8rem;font-weight:800;text-decoration:none;display:inline-flex}.post-tag-badge{background:var(--primary);color:var(--white);text-transform:uppercase;letter-spacing:.1em;border-radius:50px;padding:.3rem .875rem;font-size:.72rem;font-weight:800;text-decoration:none;display:inline-block}.post-tag-badge--link{transition:var(--transition)}.post-tag-badge--link:hover{background:var(--primary-light)}.post-detail-title{color:var(--white);letter-spacing:-.02em;max-width:900px;margin-bottom:1.25rem;font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3.5rem);line-height:1.15}.post-detail-meta{color:#fff9;flex-wrap:wrap;gap:1.75rem;font-size:.875rem;font-weight:600;display:flex}.post-detail-nav-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.post-detail-back-btn{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;transition:var(--transition);align-items:center;gap:.5rem;font-size:.875rem;font-weight:800;text-decoration:none;display:inline-flex}.post-detail-back-btn:hover{color:var(--primary-light);gap:.75rem}.post-detail-home-btn{color:var(--text-muted);transition:var(--transition);font-size:.875rem;font-weight:600;text-decoration:none}.insights-empty-state{text-align:center;max-width:560px;margin:0 auto;padding:5rem 2rem}.insights-empty-icon{margin-bottom:1.5rem;font-size:3.5rem;line-height:1}.insights-empty-title{color:var(--text-color);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:2rem}.insights-empty-text{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.insights-two-grid{flex-direction:row;gap:2rem;margin-top:0;display:flex}.insights-two-grid .insight-overlay-card--md{flex:1;min-width:0}.insight-overlay-card{border-radius:var(--radius);cursor:pointer;transition:var(--transition);display:block;position:relative;overflow:hidden}.insight-overlay-card:hover .insight-overlay-bg img{transform:scale(1.04)}.insight-overlay-bg{z-index:0;position:absolute;inset:0}.insight-overlay-bg img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.insight-overlay-card:after{content:"";z-index:1;transition:var(--transition);background:linear-gradient(#14181c26 0%,#14181ca6 55%,#14181cf5 100%);position:absolute;inset:0}.insight-overlay-card:hover:after{background:linear-gradient(#14181c33 0%,#14181cb8 50%,#14181cfa 100%)}.insight-overlay-content{z-index:2;height:100%;color:var(--white);flex-direction:column;justify-content:flex-end;padding:2.5rem;display:flex;position:relative}.insight-overlay-content .insight-category{letter-spacing:.15em;align-self:flex-start;margin-bottom:1rem;font-size:.72rem;font-weight:800}.insight-overlay-title{color:var(--white);letter-spacing:-.02em;margin-bottom:.875rem;font-family:Playfair Display,Georgia,serif;font-weight:700;line-height:1.2}.insight-overlay-excerpt{color:#fffc;-webkit-box-orient:vertical;margin-bottom:1.5rem;line-height:1.65;display:-webkit-box;overflow:hidden}.insight-overlay-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.insight-overlay-meta{color:#ffffff8c;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;display:flex}.insight-overlay-cta{border-radius:var(--radius);color:var(--white);text-transform:uppercase;letter-spacing:.1em;transition:var(--transition);white-space:nowrap;background:0 0;border:1.5px solid #ffffff80;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.82rem;font-weight:800;display:inline-flex}.insight-overlay-card:hover .insight-overlay-cta{background:var(--white);color:var(--text-color);border-color:var(--white)}.insight-overlay-card--lg{height:560px;box-shadow:var(--shadow-lg)}.insight-overlay-card--lg .insight-overlay-title{font-size:clamp(2rem,4vw,3rem)}.insight-overlay-card--lg .insight-overlay-excerpt{-webkit-line-clamp:3;line-clamp:3;max-width:640px;font-size:1.1rem}.insight-overlay-card--lg .insight-overlay-content{padding:3.5rem}.insight-overlay-card--md{height:480px;box-shadow:var(--shadow-md)}.insight-overlay-card--md .insight-overlay-title{font-size:clamp(1.5rem,2.5vw,2rem)}.insight-overlay-card--md .insight-overlay-excerpt{-webkit-line-clamp:2;line-clamp:2;font-size:1rem}.insight-overlay-card--sm{height:200px;box-shadow:var(--shadow-sm)}.insight-overlay-card--sm .insight-overlay-content{padding:1.5rem}.insight-overlay-card--sm .insight-overlay-title{margin-bottom:0;font-size:1.1rem}.insight-overlay-card--sm .insight-overlay-excerpt,.insight-overlay-card--sm .insight-overlay-cta{display:none}.insight-overlay-card--sm .insight-overlay-meta{font-size:.78rem}@media (width<=768px){.insight-overlay-card--lg{height:420px}.insight-overlay-card--lg .insight-overlay-content{padding:2rem}.insight-overlay-card--lg .insight-overlay-title{font-size:1.75rem}.insight-overlay-card--md{height:360px}.insights-two-grid{flex-direction:column}.insight-overlay-card--sm{height:160px}}@media (width<=480px){.insight-overlay-card--lg{height:340px}.insight-overlay-card--lg .insight-overlay-content{padding:1.5rem}.insight-overlay-card--lg .insight-overlay-title{font-size:1.5rem}.insight-overlay-card--md{height:300px}.insight-overlay-card--md .insight-overlay-content{padding:1.5rem}}.insight-featured-meta{color:#ffffff8c;align-items:center;gap:.5rem;margin-top:.75rem;font-size:.85rem;font-weight:600;display:flex}.insights-view-all{text-align:center;margin-top:3.5rem}@media (width<=768px){.insights-skeleton{grid-template-columns:1fr}.skeleton-featured{height:300px}.post-detail-hero{min-height:50vh;padding-top:64px}.post-detail-hero-overlay{padding-bottom:2.5rem}.post-detail-main{padding:3rem 0}.post-detail-body{font-size:1rem}.insight-solo-card{grid-template-columns:1fr;min-height:auto}.insight-solo-img{height:260px}.insight-solo-overlay{padding:2rem}.insights-two-grid{flex-direction:column}}@media (width<=480px){.insight-solo-img{height:200px}.insight-solo-overlay{padding:1.5rem}.insight-pair-img{height:220px}.insight-pair-body{padding:1.25rem 1.25rem 1rem}.insight-pair-title{font-size:1.35rem}.insights-empty-state{padding:2.5rem 0}.insights-empty-title{font-size:1.4rem}}.posts-list-page{background:var(--bg-color);min-height:100vh}.posts-list-header{background:var(--text-color);color:var(--white);padding:8rem 2rem 4rem}.posts-list-title{color:var(--white);letter-spacing:-.02em;margin:1.5rem 0 1rem;font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1}.posts-list-subtitle{color:#ffffffb3;max-width:600px;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.7}.posts-list-search{max-width:520px;margin-bottom:2rem;position:relative}.posts-search-icon{color:#ffffff80;pointer-events:none;position:absolute;top:50%;left:1.1rem;transform:translateY(-50%)}.posts-search-input{border-radius:var(--radius);width:100%;color:var(--white);transition:var(--transition);background:#ffffff1a;border:1.5px solid #fff3;outline:none;padding:.9rem 3rem;font-family:inherit;font-size:1rem}.posts-search-input::placeholder{color:#fff6}.posts-search-input:focus{border-color:var(--primary);background:#ffffff26}.posts-search-clear{color:#ffffff80;cursor:pointer;transition:var(--transition);background:0 0;border:none;align-items:center;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.posts-search-clear:hover{color:var(--white)}.posts-list-tags{flex-wrap:wrap;gap:.5rem;display:flex}.posts-list-tags .insight-tag-pill{color:#fffc;background:#ffffff1a;border-color:#fff3}.posts-list-tags .insight-tag-pill:hover,.posts-list-tags .insight-tag-pill.active{background:var(--primary);border-color:var(--primary);color:var(--white)}.posts-list-main{padding:4rem 2rem 6rem}.posts-list-count{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem;font-size:.875rem;font-weight:600}.posts-list-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.posts-list-card{background:var(--white);transition:var(--transition);border:1px solid #00000012;border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.posts-list-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary);transform:translateY(-4px)}.posts-list-card-img{background:var(--text-color);flex-shrink:0;height:200px;position:relative;overflow:hidden}.posts-list-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.posts-list-card:hover .posts-list-card-img img{transform:scale(1.04)}.posts-list-card-tag{background:var(--primary);color:var(--white);text-transform:uppercase;letter-spacing:.1em;border-radius:50px;padding:.25rem .75rem;font-size:.7rem;font-weight:800;position:absolute;top:1rem;left:1rem}.posts-list-card-body{flex-direction:column;flex:1;gap:.625rem;padding:1.5rem;display:flex}.posts-list-card-title{color:var(--text-color);letter-spacing:-.01em;font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;line-height:1.3}.posts-list-card-excerpt{color:var(--text-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;flex:1;font-size:.9rem;line-height:1.65;display:-webkit-box;overflow:hidden}.posts-list-card-footer{border-top:1px solid #0000000f;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.75rem;display:flex}.posts-list-card-meta{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;display:flex}.posts-list-card-read{color:var(--primary);text-transform:uppercase;letter-spacing:.08em;transition:var(--transition);align-items:center;gap:.3rem;font-size:.78rem;font-weight:800;display:inline-flex}.posts-list-card:hover .posts-list-card-read{gap:.5rem}.posts-list-skeleton{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.posts-list-skeleton-card{background:var(--white);border-radius:12px;padding:0;overflow:hidden}.posts-list-empty{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding:6rem 2rem;display:flex}.posts-list-empty-title{color:var(--text-muted);font-family:Playfair Display,serif;font-size:1.5rem}.posts-list-loadmore{text-align:center;margin-top:3rem}@media (width<=1024px){.posts-list-grid,.posts-list-skeleton{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.posts-list-header{padding:6rem 1.25rem 3rem}.posts-list-main{padding:2.5rem 0 4rem}.posts-list-grid,.posts-list-skeleton{grid-template-columns:1fr}.posts-list-title{font-size:2rem}}@media (width<=480px){.posts-list-card-img{height:160px}}.podcasts-section{background:var(--white);padding:10rem 2rem}.podcasts-layout{grid-template-columns:280px 1fr;align-items:start;gap:3rem;margin-top:4rem;display:grid}.podcasts-layout--single{grid-template-columns:1fr;max-width:900px;margin-left:auto;margin-right:auto}.podcasts-sidebar{position:sticky;top:90px}.podcasts-sidebar-label{text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);margin-bottom:1rem;padding:0 .75rem;font-size:.75rem;font-weight:800}.podcasts-show-list{flex-direction:column;gap:.25rem;display:flex}.podcasts-show-item{border-radius:var(--radius);cursor:pointer;transition:var(--transition);text-align:left;background:0 0;border:none;align-items:center;gap:1rem;width:100%;padding:.875rem .75rem;display:flex}.podcasts-show-item:hover{background:var(--bg-secondary)}.podcasts-show-item.active{background:var(--bg-secondary);box-shadow:var(--shadow-sm)}.podcasts-show-item-cover{background:var(--text-color);color:#fff6;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex;overflow:hidden}.podcasts-show-item-cover img{object-fit:cover;width:100%;height:100%}.podcasts-show-item-info{flex:1;min-width:0}.podcasts-show-item-title{color:var(--text-color);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:1rem;font-weight:700;display:block;overflow:hidden}.podcasts-show-item-meta{color:var(--text-muted);font-size:.9rem}.podcasts-detail{background:var(--bg-secondary);box-shadow:var(--shadow-sm);border:1px solid #0000000f;border-radius:12px;overflow:hidden}.podcasts-hero{background-color:var(--text-color);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:220px;position:relative}.podcasts-hero-overlay{background:linear-gradient(135deg,#23282eeb 0%,#23282ebf 60%,#23282e8c 100%);align-items:flex-end;padding:2.5rem;display:flex;position:absolute;inset:0}.podcasts-hero-inner{align-items:flex-end;gap:2rem;width:100%;display:flex}.podcasts-hero-cover{background:#ffffff1a;border:2px solid #ffffff26;border-radius:10px;flex-shrink:0;width:140px;height:140px;overflow:hidden;box-shadow:0 8px 32px #0006}.podcasts-hero-cover img{object-fit:cover;width:100%;height:100%}.podcast-cover-placeholder{color:#ffffff59;background:#ffffff0d;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.podcasts-hero-meta{min-width:0;color:var(--white);flex:1}.podcast-show-label{text-transform:uppercase;letter-spacing:.2em;color:var(--primary);margin-bottom:.5rem;font-size:.75rem;font-weight:800;display:inline-block}.podcasts-detail-title{letter-spacing:-.02em;color:var(--white);margin-bottom:.3rem;font-family:Playfair Display,Georgia,serif;font-size:1.75rem;font-weight:700;line-height:1.2}.podcasts-detail-host{color:#ffffffbf;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:1rem;font-weight:700}.podcasts-detail-pills{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.podcast-meta-pill{color:#ffffffe6;background:#ffffff26;border-radius:50px;align-items:center;padding:.3rem .875rem;font-size:.9rem;font-weight:600;display:inline-flex}.podcast-subscribe-row{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.podcast-subscribe-btn{background:var(--primary);color:var(--white);border-radius:var(--radius);text-transform:uppercase;letter-spacing:.08em;transition:var(--transition);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;text-decoration:none;display:inline-flex}.podcast-subscribe-btn:hover{background:var(--primary-light);transform:translateY(-1px)}.podcast-subscribe-btn--disabled,.podcast-subscribe-btn:disabled{background:var(--text-muted);opacity:.5;cursor:not-allowed;transform:none}.podcast-subscribe-hint{color:#fff9;font-size:.9rem;font-style:italic}.podcasts-detail-desc{color:var(--text-muted);background:var(--white);border-bottom:1px solid #0000000f;padding:1.75rem 2.5rem;font-size:1.1rem;line-height:1.8}.podcasts-episodes-header{align-items:center;gap:.75rem;padding:1.5rem 2.5rem .75rem;display:flex}.podcasts-episodes-title{text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);font-size:.85rem;font-weight:800}.podcasts-episodes-count{background:var(--primary);min-width:26px;height:26px;color:var(--white);border-radius:50px;justify-content:center;align-items:center;padding:0 .5rem;font-size:.8rem;font-weight:700;display:inline-flex}.podcasts-ep-list{flex-direction:column;display:flex}.podcasts-ep-row{border-bottom:1px solid #0000000d;align-items:flex-start;gap:1.25rem;padding:1.5rem 2.5rem;transition:background .15s;display:flex}.podcasts-ep-row:last-child{border-bottom:none}.podcasts-ep-row:hover{background:var(--white)}.podcasts-ep-row.is-playing{background:var(--white);border-left:3px solid var(--primary);padding-left:calc(2.5rem - 3px)}.podcasts-ep-thumb{background:var(--text-color);border-radius:6px;flex-shrink:0;width:56px;height:56px;margin-top:.2rem;overflow:hidden}.podcasts-ep-thumb img{object-fit:cover;width:100%;height:100%}.podcasts-ep-thumb-placeholder{color:#ffffff4d;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.podcasts-ep-play-btn{background:var(--white);cursor:pointer;width:40px;height:40px;transition:var(--transition);color:var(--text-color);border:1.5px solid #00000026;border-radius:50%;flex-shrink:0;justify-content:center;align-self:flex-start;align-items:center;margin-top:.3rem;display:flex}.podcasts-ep-play-btn:hover{border-color:var(--primary);background:var(--primary);color:var(--white)}.podcasts-ep-row.is-playing .podcasts-ep-play-btn{background:var(--primary);border-color:var(--primary);color:var(--white)}.podcasts-ep-info{flex:1;min-width:0}.podcasts-ep-top{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.podcasts-ep-num{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;font-weight:800}.podcasts-ep-date,.podcasts-ep-dur{color:var(--text-muted);font-size:.9rem;font-weight:600}.podcasts-ep-title{color:var(--text-color);letter-spacing:-.01em;margin-bottom:.5rem;font-family:Playfair Display,Georgia,serif;font-size:1.2rem;font-weight:700;line-height:1.35}.podcasts-ep-desc{color:var(--text-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:1.05rem;line-height:1.7;display:-webkit-box;overflow:hidden}.podcasts-ep-player{margin-top:1rem}.podcast-audio-player{width:100%;height:44px;accent-color:var(--primary)}.podcasts-show-more{width:100%;color:var(--primary);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:var(--transition);background:0 0;border:none;border-top:1px solid #0000000f;justify-content:center;align-items:center;gap:.75rem;padding:1.25rem;font-family:inherit;font-size:.9rem;font-weight:700;display:flex}.podcasts-show-more:hover{background:var(--primary);color:var(--white)}.podcasts-show-more:hover .podcasts-show-more-count{color:var(--white);background:#fff3}.podcasts-show-more-count{color:var(--primary);letter-spacing:0;text-transform:none;transition:var(--transition);background:#0097b21a;border-radius:20px;align-items:center;padding:.15rem .55rem;font-size:.75rem;font-weight:700;display:inline-flex}.podcasts-show-more--collapse{color:var(--text-muted);font-size:.82rem}.podcasts-show-more--collapse:hover{color:var(--text-color);background:#f1f5f9}.podcasts-no-eps{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:1.25rem;padding:4rem 2rem;font-size:1.1rem;display:flex}.podcasts-skeleton{flex-direction:column;gap:1.5rem;margin-top:4rem;display:flex}.skeleton-podcast-card{background:linear-gradient(90deg, var(--bg-color) 25%, var(--bg-secondary) 50%, var(--bg-color) 75%);background-size:200% 100%;border-radius:12px;height:220px;animation:1.5s infinite shimmer}@media (width<=1024px){.podcasts-layout{grid-template-columns:1fr;gap:2rem}.podcasts-sidebar{position:static}.podcasts-show-list{flex-flow:wrap;gap:.5rem}.podcasts-show-item{border:1.5px solid #0000001a;border-radius:50px;flex:none;width:auto;padding:.5rem 1.25rem}.podcasts-show-item.active{background:var(--primary);border-color:var(--primary);box-shadow:none}.podcasts-show-item.active .podcasts-show-item-title,.podcasts-show-item.active .podcasts-show-item-meta{color:var(--white)}.podcasts-show-item-cover,.podcasts-show-item-meta{display:none}}@media (width<=768px){.podcasts-layout{margin-top:2rem}.podcasts-hero-overlay{align-items:flex-end;padding:1.5rem}.podcasts-hero-inner{align-items:flex-end;gap:1.25rem}.podcasts-hero-cover{width:90px;height:90px}.podcasts-detail-title{font-size:1.4rem}.podcasts-detail-host{font-size:.9rem}.podcasts-detail-desc{padding:1.25rem 1.5rem;font-size:1rem}.podcasts-episodes-header{padding:1.25rem 1.5rem .5rem}.podcasts-ep-row{gap:.875rem;padding:1.1rem 1.5rem}.podcasts-ep-row.is-playing{padding-left:calc(1.5rem - 3px)}.podcasts-ep-thumb{width:44px;height:44px}.podcasts-ep-title{font-size:1.1rem}.podcasts-ep-desc{font-size:1rem}.podcast-subscribe-row{flex-direction:column;align-items:flex-start;gap:.625rem}.podcasts-show-more{padding:1rem;font-size:.9rem}}@media (width<=480px){.podcasts-hero-overlay{padding:1.25rem}.podcasts-hero-cover{width:72px;height:72px}.podcasts-detail-title{font-size:1.25rem}.podcasts-detail-desc{padding:1rem 1.25rem}.podcasts-episodes-header{padding:1rem 1.25rem .5rem}.podcasts-ep-row{padding:1rem 1.25rem}.podcasts-ep-row.is-playing{padding-left:calc(1.25rem - 3px)}.podcasts-ep-thumb{width:40px;height:40px}.podcasts-ep-title{font-size:1rem}.podcasts-ep-play-btn{width:36px;height:36px}}.podcasts-ep-share-btn{cursor:pointer;width:34px;height:34px;transition:var(--transition);color:var(--text-muted);background:0 0;border:1.5px solid #0000001a;border-radius:50%;flex-shrink:0;justify-content:center;align-self:flex-start;align-items:center;margin-top:.3rem;display:flex}.podcasts-ep-share-btn:hover{border-color:var(--primary);color:var(--primary);background:#0097b20f}.subscribe-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:600;background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.subscribe-modal{background:var(--white);border-radius:16px;width:100%;max-width:480px;overflow:hidden;box-shadow:0 24px 60px #0003}.subscribe-modal-head{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding:1.5rem 1.75rem;display:flex}.subscribe-modal-title{color:var(--text-color);font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:700}.subscribe-modal-close{background:var(--bg-secondary);width:34px;height:34px;color:var(--text-muted);cursor:pointer;transition:var(--transition);border:none;border-radius:8px;justify-content:center;align-items:center;display:flex}.subscribe-modal-close:hover{background:var(--bg-color);color:var(--text-color)}.subscribe-modal-body{padding:1.75rem}.subscribe-show-info{border-bottom:1px solid #0000000f;align-items:center;gap:1rem;margin-bottom:1.25rem;padding-bottom:1.25rem;display:flex}.subscribe-show-cover{object-fit:cover;border-radius:8px;flex-shrink:0;width:56px;height:56px}.subscribe-show-name{color:var(--text-color);margin-bottom:.2rem;font-size:1rem;font-weight:700}.subscribe-show-host{color:var(--text-muted);font-size:.875rem}.subscribe-instructions{color:var(--text-muted);margin-bottom:1.25rem;font-size:.95rem;line-height:1.6}.subscribe-apps{flex-direction:column;gap:.625rem;margin-bottom:1.5rem;display:flex}.subscribe-app-btn{background:var(--bg-secondary);cursor:pointer;transition:var(--transition);color:var(--text-color);text-align:left;border:1px solid #00000012;border-radius:10px;align-items:center;gap:1rem;width:100%;padding:.875rem 1.25rem;text-decoration:none;display:flex}.subscribe-app-btn:hover{border-color:var(--primary);background:#0097b20a}.subscribe-app-icon{text-align:center;flex-shrink:0;justify-content:center;align-items:center;width:36px;font-size:1.5rem;display:flex}.subscribe-app-name{color:var(--text-color);font-size:.95rem;font-weight:700;display:block}.subscribe-app-hint{color:var(--text-muted);margin-top:.1rem;font-size:.8rem;display:block}.subscribe-rss{border-top:1px solid #0000000f;padding-top:1.25rem}.subscribe-rss-label{color:var(--text-muted);margin-bottom:.625rem;font-size:.85rem;font-weight:600}.subscribe-rss-row{gap:.5rem;display:flex}.subscribe-rss-input{color:var(--text-muted);background:var(--bg-secondary);border:1px solid #0000001a;border-radius:8px;outline:none;flex:1;min-width:0;padding:.6rem .875rem;font-family:monospace;font-size:.82rem}.subscribe-rss-copy{background:var(--primary);color:var(--white);cursor:pointer;transition:var(--transition);white-space:nowrap;border:none;border-radius:8px;flex-shrink:0;align-items:center;gap:.375rem;padding:.6rem 1rem;font-size:.875rem;font-weight:700;display:inline-flex}.subscribe-rss-copy:hover{background:var(--primary-light)}@media (width<=480px){.subscribe-modal{border-radius:12px}.subscribe-modal-body,.subscribe-modal-head{padding:1.25rem}}.admin-container{color:#23282e;background:#d9d9d9;min-height:100vh;font-family:Inter,Crimson Pro,sans-serif;display:flex}.admin-sidebar{z-index:200;background:#23282e;flex-direction:column;width:260px;padding:0;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-brand{border-bottom:1px solid #ffffff14;align-items:center;gap:.875rem;margin-bottom:1rem;padding:2rem 1.75rem;display:flex}.sidebar-brand .brand-icon{background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.sidebar-brand-text{flex-direction:column;display:flex}.sidebar-brand-name{color:#fff;font-size:1rem;font-weight:700;line-height:1.2}.sidebar-brand-sub{color:#ffffff73;text-transform:uppercase;letter-spacing:.1em;font-size:.7rem}.sidebar-nav{flex-direction:column;flex:1;gap:.25rem;padding:.5rem 1rem;display:flex;overflow-y:auto}.admin-nav-item{color:#ffffff8c;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:.875rem;width:100%;padding:.875rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.admin-nav-item:hover{color:#ffffffe6;background:#ffffff12}.admin-nav-item.active{color:#fff;background:#0097b2;font-weight:600}.admin-nav-item.active svg{color:#fff}.sidebar-section-label{text-transform:uppercase;letter-spacing:.15em;color:#ffffff40;padding:1.25rem 1rem .5rem;font-size:.65rem;font-weight:700}.sidebar-footer{border-top:1px solid #ffffff14;padding:1.25rem 1rem}.admin-user-profile{align-items:center;gap:.75rem;margin-bottom:.75rem;padding:.75rem .5rem;display:flex}.admin-avatar{color:#fff;background:#0097b2;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.85rem;font-weight:800;display:flex}.admin-user-info{flex-direction:column;min-width:0;display:flex}.admin-user-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.admin-user-role{color:#fff6;text-transform:uppercase;letter-spacing:.08em;font-size:.7rem}.admin-logout-btn{color:#f87171;cursor:pointer;background:#ef44441a;border:1px solid #ef444433;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.admin-logout-btn:hover{color:#ef4444;background:#ef444433}.sidebar-toggle-inline{color:#23282e;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:.25rem;display:none}.admin-upload-label{display:inline}.sidebar-overlay{z-index:150;background:#00000080;display:none;position:fixed;inset:0}.admin-main{flex-direction:column;flex:1;min-height:100vh;margin-left:260px;display:flex}.admin-header{z-index:100;background:#fff;border-bottom:1px solid #e8edf0;justify-content:space-between;align-items:center;gap:1rem;min-height:64px;padding:.875rem 2rem;display:flex;position:sticky;top:0}.admin-header-left{align-items:center;gap:.875rem;min-width:0;display:flex}.admin-header-titles{flex-direction:column;min-width:0;display:flex}.admin-header-title{color:#23282e;white-space:nowrap;font-size:1.1rem;font-weight:700;line-height:1.2}.admin-header-sub{color:#94a3b8;white-space:nowrap;font-size:.75rem}.admin-header-right{flex-shrink:0;align-items:center;gap:.875rem;display:flex}.admin-search{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:.625rem;width:280px;padding:.6rem 1rem;transition:all .2s;display:flex}.admin-search:focus-within{background:#fff;border-color:#0097b2;box-shadow:0 0 0 3px #0097b214}.admin-search input{color:#1e293b;background:0 0;border:none;outline:none;width:100%;font-size:.875rem}.admin-search svg{color:#94a3b8;flex-shrink:0}.admin-upload-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#0097b2;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 8px #0097b240}.admin-upload-btn:hover{background:#00afce;transform:translateY(-1px);box-shadow:0 4px 12px #0097b24d}.admin-content{flex:1;padding:2rem}.admin-page-header{margin-bottom:2rem}.admin-page-title{color:#23282e;margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.admin-page-subtitle{color:#64748b;font-size:.9rem}.admin-stats-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}.admin-stat-card{background:#fff;border:1px solid #e8edf0;border-radius:16px;align-items:center;gap:1.25rem;padding:1.5rem;transition:box-shadow .2s;display:flex}.admin-stat-card:hover{box-shadow:0 4px 16px #0000000f}.admin-stat-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.admin-stat-icon.gold{color:#0097b2;background:#0097b21f}.admin-stat-icon.green{color:#0097b2;background:#0097b21a}.admin-stat-icon.navy{color:#23282e;background:#23282e14}.admin-stat-value{color:#23282e;margin-bottom:.25rem;font-size:1.75rem;font-weight:800;line-height:1;display:block}.admin-stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:500}.admin-media-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;display:grid}.admin-media-card{background:#fff;border:1px solid #e8edf0;border-radius:14px;transition:all .25s;overflow:hidden}.admin-media-card:hover{border-color:#0097b2;transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.admin-media-preview{background:#f1f5f4;height:170px;position:relative;overflow:hidden}.admin-media-preview img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.admin-media-card:hover .admin-media-preview img{transform:scale(1.04)}.admin-video-badge{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-transform:uppercase;letter-spacing:.05em;background:#23282ebf;border-radius:6px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:.625rem;left:.625rem}.admin-media-actions{opacity:0;background:#23282e8c;justify-content:center;align-items:center;gap:.75rem;transition:opacity .2s;display:flex;position:absolute;inset:0}.admin-media-card:hover .admin-media-actions{opacity:1}.admin-action-btn{cursor:pointer;color:#23282e;background:#fff;border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .15s;display:flex}.admin-action-btn:hover{transform:scale(1.1)}.admin-action-btn.danger:hover{color:#fff;background:#ef4444}.admin-media-info{padding:1rem 1.25rem}.admin-media-name{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.375rem;font-size:.9rem;font-weight:600;overflow:hidden}.admin-media-meta{color:#94a3b8;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.admin-empty-state{text-align:center;color:#94a3b8;grid-column:1/-1;padding:5rem 2rem}.admin-empty-state svg{opacity:.3;margin-bottom:1.5rem}.admin-empty-state h3{color:#23282e;margin-bottom:.5rem;font-size:1.25rem}.admin-empty-state p{margin-bottom:1.5rem;font-size:.9rem}.admin-empty-state button{color:#fff;cursor:pointer;background:#0097b2;border:none;border-radius:10px;padding:.75rem 1.75rem;font-weight:600;transition:all .2s}.admin-empty-state button:hover{background:#00afce}.admin-modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:500;background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.admin-modal{background:#fff;border-radius:20px;width:100%;max-width:560px;padding:2rem;box-shadow:0 24px 60px #00000026}.admin-modal-header{justify-content:space-between;align-items:center;margin-bottom:1.75rem;display:flex}.admin-modal-header h3{color:#23282e;font-size:1.25rem;font-weight:700}.admin-modal-close{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.admin-modal-close:hover{color:#1e293b;background:#e2e8f0}.admin-dropzone{text-align:center;cursor:pointer;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:16px;margin-bottom:1.5rem;padding:3rem 2rem;transition:all .2s}.admin-dropzone:hover{background:#0097b208;border-color:#0097b2}.admin-dropzone h4{color:#23282e;margin:1.25rem 0 .5rem;font-size:1.1rem}.admin-dropzone p{color:#64748b;margin-bottom:.75rem;font-size:.875rem}.admin-dropzone-limit{color:#94a3b8;font-size:.75rem}.admin-modal-footer{justify-content:flex-end;gap:.875rem;display:flex}.admin-btn-cancel{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;padding:.7rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.admin-btn-cancel:hover{color:#1e293b;background:#e2e8f0}.admin-btn-confirm{color:#fff;cursor:pointer;background:#0097b2;border:none;border-radius:10px;padding:.7rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.admin-btn-confirm:hover{background:#00afce}@media (width<=1200px){.admin-sidebar{width:220px}.admin-main{margin-left:220px}.admin-search{width:220px}}@media (width<=1024px){.admin-sidebar{width:260px;box-shadow:none;transform:translate(-100%)}.admin-sidebar.open{transform:translate(0);box-shadow:4px 0 24px #00000026}.sidebar-overlay.open{display:block}.sidebar-toggle-inline{display:flex}.admin-main{margin-left:0}.admin-header{padding:.875rem 1.5rem}.admin-search{width:200px}}@media (width<=768px){.admin-content{padding:1.25rem 1rem}.admin-header{gap:.75rem;padding:.75rem 1rem}.admin-search,.admin-upload-label{display:none}.admin-upload-btn{border-radius:10px;padding:.65rem .875rem}.admin-header-title{font-size:1rem}.admin-header-sub{display:none}.admin-stats-grid{scrollbar-width:none;-ms-overflow-style:none;flex-direction:row;gap:.875rem;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.admin-stats-grid::-webkit-scrollbar{display:none}.admin-stat-card{border-radius:14px;flex:0 0 160px;padding:1.25rem}.admin-stat-icon{border-radius:12px;width:44px;height:44px}.admin-stat-value{font-size:1.5rem}.admin-media-grid{grid-template-columns:1fr 1fr;gap:.875rem}.admin-media-preview{height:140px}.admin-media-info{padding:.875rem}.admin-media-name{font-size:.85rem}.admin-page-header{margin-bottom:1.25rem}.admin-page-title{font-size:1.25rem}.admin-modal{border-radius:16px;padding:1.5rem}.admin-dropzone{padding:2rem 1rem}}@media (width<=480px){.admin-content{padding:1rem .875rem}.admin-header{padding:.625rem .875rem}.admin-stat-card{flex:0 0 140px;padding:1rem}.admin-stat-icon{width:38px;height:38px}.admin-stat-value{font-size:1.35rem}.admin-stat-label{font-size:.7rem}.admin-media-grid{grid-template-columns:1fr 1fr;gap:.625rem}.admin-media-preview{height:115px}.admin-media-info{padding:.625rem .75rem}.admin-media-name{font-size:.78rem}.admin-media-meta{font-size:.68rem}.admin-page-title{font-size:1.1rem}.admin-modal{padding:1.25rem}.admin-modal-footer{flex-direction:column;gap:.625rem}.admin-btn-cancel,.admin-btn-confirm{text-align:center;justify-content:center;width:100%}.admin-dropzone{padding:1.5rem .875rem}.admin-dropzone h4{font-size:1rem}}.a-spinner{border:2px solid #e2e8f0;border-top-color:#0097b2;border-radius:50%;flex-shrink:0;width:20px;height:20px;animation:.7s linear infinite a-spin}.a-spinner--sm{border-width:2px;width:14px;height:14px}@keyframes a-spin{to{transform:rotate(360deg)}}.a-loading{color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:5rem 2rem;font-size:.9rem;display:flex}.a-loading--sm{padding:2rem}.a-badge{letter-spacing:.03em;white-space:nowrap;border-radius:20px;align-items:center;gap:.3rem;padding:.25rem .65rem;font-size:.72rem;font-weight:700;display:inline-flex}.a-toast-stack{z-index:9999;flex-direction:column;gap:.625rem;width:calc(100vw - 2rem);max-width:380px;display:flex;position:fixed;bottom:1.75rem;right:1.75rem}.a-toast-item{opacity:0;background:#fff;border:1px solid #e8edf0;border-radius:14px;align-items:center;gap:.75rem;padding:.875rem 1rem;font-size:.875rem;font-weight:500;line-height:1.4;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .35s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;transform:translate(calc(100% + 2rem));box-shadow:0 8px 32px #0000001f,0 2px 8px #0000000f}.a-toast-item--in{opacity:1;transform:translate(0)}.a-toast-item__icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.a-toast-item--success .a-toast-item__icon{color:#0097b2;background:#0097b21a}.a-toast-item--error .a-toast-item__icon{color:#ef4444;background:#ef44441a}.a-toast-item__msg{color:#23282e;flex:1;font-size:.875rem;font-weight:500}.a-toast-item__close{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:6px;flex-shrink:0;align-items:center;padding:.2rem;transition:color .15s,background .15s;display:flex}.a-toast-item__close:hover{color:#23282e;background:#f1f5f9}.a-toast-item__bar{transform-origin:0;border-radius:0 0 14px 14px;width:100%;height:3px;animation:4.5s linear forwards a-toast-bar;position:absolute;bottom:0;left:0}.a-toast-item__bar--success{background:#0097b2}.a-toast-item__bar--error{background:#ef4444}@keyframes a-toast-bar{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (width<=480px){.a-toast-stack{width:auto;max-width:none;bottom:1rem;left:1rem;right:1rem}}.a-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:600;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.a-dialog{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:420px;padding:2.5rem 2rem;box-shadow:0 24px 60px #0000002e}.a-dialog__icon{margin-bottom:1rem}.a-dialog__title{color:#23282e;margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.a-dialog__msg{color:#64748b;margin-bottom:2rem;font-size:.9rem;line-height:1.6}.a-dialog__actions{justify-content:center;gap:.75rem;display:flex}.a-empty{text-align:center;color:#94a3b8;flex-direction:column;align-items:center;padding:5rem 2rem;display:flex}.a-empty__icon{color:#0097b2;background:#0097b212;border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:1.5rem;display:flex}.a-empty__title{color:#23282e;margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.a-empty__sub{max-width:320px;margin-bottom:1.5rem;font-size:.9rem}.a-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:10px;align-items:center;gap:.4rem;padding:.65rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .18s;display:inline-flex}.a-btn--primary{color:#fff;background:#0097b2;box-shadow:0 2px 8px #0097b240}.a-btn--primary:hover{background:#00afce;transform:translateY(-1px)}.a-btn--primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.a-btn--ghost{color:#475569;background:#f1f5f9}.a-btn--ghost:hover{background:#e2e8f0}.a-btn--ghost:disabled{opacity:.5;cursor:not-allowed}.a-btn--danger{color:#fff;background:#ef4444}.a-btn--danger:hover{background:#dc2626}.a-btn--sm{border-radius:8px;padding:.4rem .875rem;font-size:.8rem}.a-icon-btn{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .15s;display:flex}.a-icon-btn:hover{color:#23282e;background:#e2e8f0}.a-icon-btn--green{color:#0097b2;background:#0097b214}.a-icon-btn--green:hover{background:#0097b226}.a-icon-btn--danger{color:#ef4444;background:#ef444414}.a-icon-btn--danger:hover{background:#ef444426}.a-icon-btn--active{color:#0097b2;background:#0097b21f}.a-tab-content{flex-direction:column;gap:1.5rem;display:flex}.a-toolbar{flex-wrap:wrap;align-items:center;gap:.875rem;display:flex}.a-toolbar>:last-child{margin-left:auto}.a-search-box{background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:.5rem;min-width:220px;padding:.55rem .875rem;transition:all .2s;display:flex}.a-search-box:focus-within{border-color:#0097b2;box-shadow:0 0 0 3px #0097b214}.a-search-box svg{color:#94a3b8;flex-shrink:0}.a-search-box input{color:#1e293b;background:0 0;border:none;outline:none;flex:1;font-size:.875rem}.a-search-box button{cursor:pointer;color:#94a3b8;background:0 0;border:none;padding:0;display:flex}.a-search-box button:hover{color:#1e293b}.a-select{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;outline:none;padding:.6rem .875rem;font-size:.875rem;transition:border-color .2s}.a-select:focus{border-color:#0097b2}.a-table-wrap{background:#fff;border:1px solid #e8edf0;border-radius:14px;overflow-x:auto}.a-table{border-collapse:collapse;width:100%;font-size:.875rem}.a-table thead tr{background:#f8fafc;border-bottom:1px solid #e8edf0}.a-table th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;padding:.875rem 1.25rem;font-size:.75rem;font-weight:700}.a-table td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:1rem 1.25rem}.a-table tbody tr:last-child td{border-bottom:none}.a-table tbody tr:hover td{background:#fafcfb}.a-table__title{color:#23282e;margin-bottom:.2rem;font-weight:600}.a-table__excerpt{color:#94a3b8;margin-bottom:.3rem;font-size:.8rem}.a-table__meta{color:#94a3b8;white-space:nowrap;font-size:.8rem}.a-tags{flex-wrap:wrap;gap:.3rem;margin-top:.3rem;display:flex}.a-tag{color:#0097b2;background:#0097b214;border-radius:20px;padding:.15rem .5rem;font-size:.7rem;font-weight:600}.a-row-actions{align-items:center;gap:.375rem;display:flex}.a-pagination{justify-content:center;align-items:center;gap:1rem;padding:1rem 0;display:flex}.a-pagination__info{color:#64748b;font-size:.875rem}.a-dashboard{flex-direction:column;gap:2rem;display:flex}.a-welcome{background:linear-gradient(135deg,#23282e 0%,#3c444e 100%);border-radius:18px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2rem 2.5rem;display:flex}.a-welcome__title{color:#fff;margin-bottom:.35rem;font-size:1.5rem;font-weight:700}.a-welcome__sub{color:#ffffffa6;font-size:.9rem}.a-stats{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.a-stat{background:#fff;border:1px solid #e8edf0;border-radius:16px;flex-direction:column;gap:.25rem;padding:1.5rem;transition:box-shadow .2s;display:flex}.a-stat:hover{box-shadow:0 4px 16px #0000000f}.a-stat__value{font-size:2rem;font-weight:800;line-height:1}.a-stat__label{color:#23282e;font-size:.85rem;font-weight:600}.a-stat__sub{color:#94a3b8;font-size:.75rem}.a-section{background:#fff;border:1px solid #e8edf0;border-radius:16px;padding:1.5rem}.a-section__head{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.a-section__title{color:#23282e;font-size:1rem;font-weight:700}.a-link{cursor:pointer;color:#0097b2;background:0 0;border:none;align-items:center;gap:.25rem;font-size:.8rem;font-weight:600;transition:gap .2s;display:inline-flex}.a-link:hover{gap:.5rem}.a-list{flex-direction:column;display:flex}.a-list__row{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 0;display:flex}.a-list__row:last-child{border-bottom:none}.a-list__main{flex:1;min-width:0}.a-list__title{color:#23282e;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;display:block;overflow:hidden}.a-list__meta{color:#94a3b8;font-size:.78rem}.a-quick-actions{flex-wrap:wrap;gap:1rem;display:flex}.a-quick-btn{cursor:pointer;color:#23282e;background:#f8fafc;border:1px solid #e8edf0;border-radius:14px;flex-direction:column;align-items:center;gap:.5rem;min-width:110px;padding:1.25rem 1.75rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.a-quick-btn:hover{color:#0097b2;background:#0097b20f;border-color:#0097b2;transform:translateY(-2px)}.a-quick-btn svg{color:#0097b2}.a-podcast-list{flex-direction:column;gap:1.25rem;display:flex}.a-podcast-card{background:#fff;border:1px solid #e8edf0;border-radius:16px;transition:box-shadow .2s;overflow:hidden}.a-podcast-card:hover{box-shadow:0 4px 20px #00000012}.a-podcast-card__head{align-items:flex-start;gap:1.25rem;padding:1.5rem;display:flex}.a-podcast-cover{background:#0097b214;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.a-podcast-cover img{object-fit:cover;width:100%;height:100%}.a-podcast-info{flex:1;min-width:0}.a-podcast-title{color:#23282e;margin-bottom:.25rem;font-size:1rem;font-weight:700}.a-podcast-meta{color:#94a3b8;margin-bottom:.5rem;font-size:.8rem}.a-podcast-desc{color:#64748b;margin-bottom:.75rem;font-size:.875rem;line-height:1.5}.a-rss-row{align-items:center;gap:.75rem;display:flex}.a-rss-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.a-rss-copy{color:#0097b2;cursor:pointer;background:#0097b214;border:none;border-radius:20px;align-items:center;gap:.3rem;padding:.3rem .75rem;font-size:.75rem;font-weight:600;transition:all .15s;display:inline-flex}.a-rss-copy:hover{background:#0097b226}.a-podcast-actions{flex-direction:column;flex-shrink:0;gap:.375rem;display:flex}.a-episodes{background:#fafcfb;border-top:1px solid #f1f5f9;padding:1.25rem 1.5rem}.a-episodes__head{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.a-episodes__count{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.a-episodes__empty{color:#94a3b8;text-align:center;padding:1.5rem 0;font-size:.875rem}.a-episode-list{flex-direction:column;gap:.5rem;display:flex}.a-episode-row{background:#fff;border:1px solid #e8edf0;border-radius:10px;align-items:center;gap:.875rem;padding:.75rem 1rem;transition:border-color .15s;display:flex}.a-episode-row:hover{border-color:#0097b2}.a-play-btn{color:#0097b2;cursor:pointer;background:#0097b21a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex}.a-play-btn:hover{color:#fff;background:#0097b2}.a-episode-info{flex:1;min-width:0}.a-episode-title{color:#23282e;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;display:block;overflow:hidden}.a-episode-meta{color:#94a3b8;font-size:.75rem}.a-modal{background:#fff;border-radius:20px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 60px #0000002e}.a-modal--lg{max-width:680px}.a-modal__head{z-index:1;background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.5rem 1.75rem;display:flex;position:sticky;top:0}.a-modal__head h3{color:#23282e;font-size:1.1rem;font-weight:700}.a-modal__foot{background:#fff;border-top:1px solid #f1f5f9;justify-content:flex-end;gap:.75rem;padding:1.25rem 1.75rem;display:flex;position:sticky;bottom:0}.a-form{flex-direction:column;gap:1.25rem;padding:1.5rem 1.75rem;display:flex}.a-form--settings{padding:0}.a-field label{color:#475569;text-transform:uppercase;letter-spacing:.04em;font-size:.8rem;font-weight:700}.a-field input,.a-field textarea,.a-field select{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:10px;outline:none;padding:.7rem .875rem;font-family:inherit;font-size:.9rem;transition:border-color .2s}.a-field textarea{resize:vertical;min-height:100px}.a-field__hint{color:#94a3b8;font-size:.75rem}.a-field-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.a-field--check{flex-direction:row;align-items:center;gap:.625rem}.a-field--check input{cursor:pointer;width:16px;height:16px}.a-field--check label{text-transform:none;color:#1e293b;letter-spacing:0;font-size:.875rem;font-weight:500}.a-pw-wrap{position:relative}.a-pw-wrap input{width:100%;padding-right:2.5rem}.a-pw-wrap button{cursor:pointer;color:#94a3b8;background:0 0;border:none;align-items:center;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.a-audio-drop{cursor:pointer;color:#94a3b8;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;align-items:center;gap:.875rem;padding:1.25rem 1rem;font-size:.875rem;transition:all .2s;display:flex}.a-audio-drop:hover{color:#0097b2;background:#0097b208;border-color:#0097b2}.a-audio-drop--ready{color:#23282e;background:#0097b20a;border-color:#0097b2}.a-audio-drop__info{flex-direction:column;gap:.2rem;display:flex}.a-audio-drop__name{color:#23282e;font-size:.875rem;font-weight:600}.a-audio-drop__size{color:#94a3b8;font-size:.75rem}.a-settings-layout{grid-template-columns:200px 1fr;align-items:start;gap:2rem;min-height:60vh;display:grid}.a-settings-nav{flex-direction:column;gap:.25rem;display:flex;position:sticky;top:80px}.a-settings-nav-item{color:#64748b;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:.75rem;width:100%;padding:.65rem .875rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .15s;display:flex}.a-settings-nav-item:hover{color:#23282e;background:#f1f5f9}.a-settings-nav-item.active{color:#0097b2;background:#0097b214;font-weight:600}.a-settings-nav-item.active svg{color:#0097b2}.a-settings-panel{min-width:0}.a-settings-section{flex-direction:column;gap:1.5rem;display:flex}.a-settings-section__head{border-bottom:1px solid #e8edf0;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:1.25rem;display:flex}.a-settings-section__title{color:#23282e;margin-bottom:.25rem;font-size:1.15rem;font-weight:700}.a-settings-section__desc{color:#64748b;font-size:.875rem}.a-settings-profile-card{background:linear-gradient(135deg,#23282e 0%,#373e48 100%);border-radius:16px;align-items:center;gap:1.25rem;padding:1.5rem;display:flex}.a-settings-avatar-large{color:#fff;background:#0097b2;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.75rem;font-weight:800;display:flex}.a-settings-profile-info{flex-direction:column;gap:.375rem;display:flex}.a-settings-profile-name{color:#fff;font-size:1.1rem;font-weight:700}.a-settings-profile-email{color:#fff9;font-size:.875rem}.a-settings-info-grid{background:#e8edf0;border:1px solid #e8edf0;border-radius:14px;grid-template-columns:1fr 1fr;gap:1px;display:grid;overflow:hidden}.a-settings-info-item{background:#fff;flex-direction:column;gap:.3rem;padding:1.125rem 1.25rem;display:flex}.a-settings-info-label{text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;font-size:.72rem;font-weight:700}.a-settings-info-value{color:#23282e;font-size:.9rem;font-weight:600}.a-settings-form-card{background:#fff;border:1px solid #e8edf0;border-radius:16px;padding:1.75rem}.a-settings-form-title{color:#23282e;margin-bottom:.375rem;font-size:1rem;font-weight:700}.a-settings-form-hint{color:#94a3b8;margin-bottom:1.5rem;font-size:.85rem}.a-settings-empty{text-align:center;color:#94a3b8;background:#f8fafc;border:1px dashed #e2e8f0;border-radius:14px;flex-direction:column;align-items:center;gap:.875rem;padding:3rem 2rem;display:flex}.a-settings-empty p{max-width:280px;font-size:.9rem}.a-settings-roles-guide{background:#f8fafc;border:1px solid #e8edf0;border-radius:14px;padding:1.25rem 1.5rem}.a-settings-roles-guide__title{text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;margin-bottom:1rem;font-size:.78rem;font-weight:700}.a-settings{flex-direction:column;gap:1.5rem;display:flex}.a-settings-card{background:#fff;border:1px solid #e8edf0;border-radius:16px;padding:1.75rem}.a-settings-card__head{align-items:center;gap:1.25rem;margin-bottom:1.5rem;display:flex}.a-settings-avatar{color:#fff;background:#0097b2;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;font-weight:800;display:flex}.a-settings-card__title{color:#23282e;font-size:1.1rem;font-weight:700}.a-settings-card__sub{color:#64748b;font-size:.875rem}.a-settings-card__section-title{color:#23282e;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1rem;font-weight:700;display:flex}.a-settings-card__hint{color:#94a3b8;margin-bottom:1.5rem;font-size:.85rem}.a-settings-fields{flex-direction:column;gap:.875rem;display:flex}.a-settings-field{background:#f8fafc;border-radius:10px;align-items:center;gap:.875rem;padding:.875rem;display:flex}.a-settings-field svg{color:#0097b2;flex-shrink:0}.a-settings-field__label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700;display:block}.a-settings-field__value{color:#23282e;font-size:.9rem;font-weight:600}@media (width<=768px){.a-settings-layout{grid-template-columns:1fr;gap:1rem}.a-settings-nav{scrollbar-width:none;flex-direction:row;gap:.25rem;padding-bottom:.25rem;position:static;overflow-x:auto}.a-settings-nav::-webkit-scrollbar{display:none}.a-settings-nav-item{white-space:nowrap;flex-shrink:0}.a-settings-info-grid{grid-template-columns:1fr}}@media (width<=900px){.a-stats{grid-template-columns:repeat(2,1fr)}.a-field-row{grid-template-columns:1fr}}@media (width<=600px){.a-stats{grid-template-columns:1fr 1fr}.a-welcome{padding:1.5rem}.a-welcome__title{font-size:1.2rem}.a-podcast-card__head{flex-wrap:wrap}.a-podcast-actions{flex-direction:row}.a-toolbar{flex-direction:column;align-items:stretch}.a-toolbar>:last-child{margin-left:0}.a-search-box{min-width:unset}}.a-cover-upload{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.a-cover-placeholder{cursor:pointer;color:#94a3b8;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:120px;height:120px;font-size:.75rem;font-weight:600;transition:all .2s;display:flex}.a-cover-placeholder:hover{color:#0097b2;background:#0097b20a;border-color:#0097b2}.a-cover-preview{border:1px solid #e8edf0;border-radius:12px;flex-shrink:0;width:120px;height:120px;position:relative;overflow:hidden}.a-cover-preview img{object-fit:cover;width:100%;height:100%}.a-cover-remove{color:#fff;cursor:pointer;background:#ef4444d9;border:none;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;transition:background .15s;display:flex;position:absolute;top:6px;right:6px}.a-cover-remove:hover{background:#ef4444}.a-media-filters{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.a-filter-tabs{background:#f1f5f9;border-radius:10px;gap:.375rem;padding:.25rem;display:flex}.a-filter-tab{cursor:pointer;color:#64748b;white-space:nowrap;background:0 0;border:none;border-radius:8px;padding:.4rem .875rem;font-size:.8rem;font-weight:600;transition:all .15s}.a-filter-tab.active{color:#23282e;background:#fff;box-shadow:0 1px 4px #00000014}.a-media-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem;display:grid}.a-media-item{background:#fff;border:1px solid #e8edf0;border-radius:14px;transition:all .2s;position:relative;overflow:hidden}.a-media-item:hover{border-color:#0097b2;transform:translateY(-2px);box-shadow:0 6px 20px #00000012}.a-media-thumb{cursor:pointer;height:160px;position:relative;overflow:hidden}.a-media-thumb--image{background:#f1f5f4}.a-media-thumb--image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.a-media-item:hover .a-media-thumb--image img{transform:scale(1.04)}.a-media-thumb__overlay{opacity:0;color:#fff;background:#23282e73;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.a-media-item:hover .a-media-thumb__overlay{opacity:1}.a-media-thumb--audio{background:linear-gradient(135deg,#23282e 0%,#3c444e 100%);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;display:flex}.a-media-waveform{align-items:center;gap:3px;height:40px;display:flex}.a-waveform-bar{background:#ffffff4d;border-radius:2px;width:3px;transition:background .2s}.a-waveform-bar.playing{background:#0097b2;animation:.8s ease-in-out infinite alternate a-wave}@keyframes a-wave{0%{transform:scaleY(.6)}to{transform:scaleY(1.2)}}.a-media-play{color:#fff;cursor:pointer;background:#ffffff26;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.a-media-play:hover{background:#0097b2;border-color:#0097b2}.a-media-info{padding:.875rem 1rem .75rem}.a-media-label{color:#23282e;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.2rem;font-size:.875rem;font-weight:600;overflow:hidden}.a-media-sub{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.5rem;font-size:.75rem;overflow:hidden}.a-media-meta-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.a-media-duration{color:#64748b;align-items:center;gap:.25rem;font-size:.72rem;font-weight:600;display:inline-flex}.a-media-date{color:#94a3b8;font-size:.72rem}.a-media-copy{cursor:pointer;color:#64748b;opacity:0;background:#ffffffe6;border:1px solid #e8edf0;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .15s;display:flex;position:absolute;top:.625rem;right:.625rem}.a-media-item:hover .a-media-copy{opacity:1}.a-media-copy:hover{color:#0097b2;background:#fff;border-color:#0097b2}.a-lightbox{z-index:800;cursor:zoom-out;background:#000000e0;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.a-lightbox img{cursor:default;border-radius:12px;max-width:90vw;max-height:85vh;box-shadow:0 24px 60px #00000080}.a-lightbox__close{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.a-lightbox__close:hover{background:#fff3}.a-post-row{align-items:flex-start;gap:.875rem;display:flex}.a-post-thumb{object-fit:cover;border:1px solid #e8edf0;border-radius:8px;flex-shrink:0;width:52px;height:52px}@media (width<=600px){.a-media-grid{grid-template-columns:1fr 1fr;gap:.75rem}.a-media-thumb{height:120px}.a-media-filters{flex-direction:column;align-items:stretch}}.a-play-btn--active{color:#fff;background:#0097b2}.a-section__sub{color:#94a3b8;margin-top:.15rem;font-size:.8rem}.a-episodes__counts{flex-wrap:wrap;align-items:center;gap:.625rem;display:flex}.a-ep-live-badge{color:#0097b2;background:#0097b21a;border-radius:20px;align-items:center;gap:.25rem;padding:.2rem .625rem;font-size:.72rem;font-weight:700;display:inline-flex}.a-ep-draft-badge{color:#d97706;background:#d977061a;border-radius:20px;align-items:center;gap:.25rem;padding:.2rem .625rem;font-size:.72rem;font-weight:700;display:inline-flex}.a-ep-publish-hint{color:#23282e;background:#0097b20f;border:1px solid #0097b233;border-radius:8px;align-items:center;gap:.625rem;margin-bottom:.75rem;padding:.75rem 1rem;font-size:.82rem;display:flex}.a-ep-publish-hint svg{color:#0097b2;flex-shrink:0}.a-episode-row--live{border-left:3px solid #0097b2;padding-left:calc(1rem - 3px)}.a-ep-publish-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:6px;align-items:center;gap:.3rem;padding:.3rem .75rem;font-size:.75rem;font-weight:700;transition:all .15s;display:inline-flex}.a-ep-publish-btn--publish{color:#0097b2;background:#0097b21a}.a-ep-publish-btn--publish:hover{color:#fff;background:#0097b2}.a-ep-publish-btn--unpublish{color:#d97706;background:#d977061a}.a-ep-publish-btn--unpublish:hover{color:#fff;background:#d97706}.a-episodes__empty-state{text-align:center;color:#94a3b8;flex-direction:column;align-items:center;gap:.875rem;padding:2rem;font-size:.875rem;display:flex}.a-podcast-title-row{flex-wrap:wrap;align-items:center;gap:.625rem;margin-bottom:.25rem;display:flex}.a-podcast-status-badge{border-radius:20px;flex-shrink:0;align-items:center;gap:.25rem;padding:.2rem .625rem;font-size:.72rem;font-weight:700;display:inline-flex}.a-podcast-status-badge--live{color:#0097b2;background:#0097b21a}.a-podcast-status-badge--hidden{color:#64748b;background:#94a3b826}.a-pagination-bar{border-top:1px solid #f1f5f9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:.25rem;padding:1rem .25rem;display:flex}.a-pagination-info{color:#64748b;white-space:nowrap;font-size:.82rem;font-weight:500}.a-pagination-pages{align-items:center;gap:.2rem;display:flex}.a-pg-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;min-width:32px;height:32px;padding:0 .375rem;font-family:inherit;font-size:.82rem;font-weight:600;line-height:1;transition:all .15s;display:flex}.a-pg-btn:hover:not(:disabled){color:#0097b2;background:#0097b20d;border-color:#0097b2}.a-pg-btn:disabled{opacity:.35;cursor:not-allowed}.a-pg-btn--num{min-width:32px}.a-pg-btn--num.active{color:#fff;cursor:default;background:#0097b2;border-color:#0097b2;box-shadow:0 2px 6px #0097b24d}.a-pg-ellipsis{color:#94a3b8;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;min-width:24px;height:32px;font-size:.82rem;display:flex}.a-pagination-size{align-items:center;gap:.4rem;display:flex}.a-pagination-size-label{color:#64748b;white-space:nowrap;font-size:.8rem;font-weight:500}@media (width<=600px){.a-pagination-bar{justify-content:center;gap:.75rem}.a-pagination-info{text-align:center;order:3;width:100%}.a-pagination-pages{order:1}.a-pagination-size{order:2}}.a-form-section{border-bottom:1px solid #f1f5f9;flex-direction:column;gap:1rem;margin-bottom:.25rem;padding-bottom:1.5rem;display:flex}.a-form-section:last-of-type{border-bottom:none;padding-bottom:0}.a-form-section-label{text-transform:uppercase;letter-spacing:.12em;color:#94a3b8;font-size:.72rem;font-weight:800}.a-form-section-hint{color:#64748b;margin-top:-.5rem;font-size:.85rem;line-height:1.5}.a-podcast-form-hero{align-items:flex-start;gap:1.5rem;display:flex}.a-podcast-form-hero .a-cover-placeholder,.a-podcast-form-hero .a-cover-preview{width:120px;height:120px}@media (width<=560px){.a-podcast-form-hero{flex-direction:column}}.a-ep-advanced-toggle{color:#64748b;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.25rem 0;font-family:inherit;font-size:.82rem;font-weight:600;transition:color .15s;display:flex}.a-ep-advanced-toggle:hover{color:#0097b2}.a-ep-advanced{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:1.25rem;padding:1.25rem;display:flex}.a-pg-custom{align-items:center;gap:.25rem;display:flex}.a-pg-custom-input{color:#23282e;background:#fff;border:1px solid #e2e8f0;border-radius:6px;outline:none;width:64px;padding:.35rem .5rem;font-family:inherit;font-size:.8rem}.a-pg-custom-input:focus{border-color:#0097b2;box-shadow:0 0 0 2px #0097b21a}.a-pg-custom-apply,.a-pg-custom-cancel{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;font-size:.75rem;transition:all .15s;display:flex}.a-pg-custom-apply{color:#fff;background:#0097b2}.a-pg-custom-apply:hover{background:#00afce}.a-pg-custom-cancel{color:#64748b;background:#f1f5f9}.a-pg-custom-cancel:hover{color:#23282e;background:#e2e8f0}.a-rss-copy-row{align-items:center;gap:.5rem;display:flex}.a-field-input-readonly{color:#64748b;cursor:text;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;outline:none;flex:1;min-width:0;padding:.6rem .875rem;font-family:monospace;font-size:.8rem}.a-settings{max-width:720px}.a-settings-card__head-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.a-settings-card__head-row .a-settings-card__section-title{margin-bottom:0}.a-user-list{border:1px solid #e8edf0;border-radius:12px;flex-direction:column;gap:0;display:flex;overflow:hidden}.a-user-row{border-bottom:1px solid #f1f5f9;align-items:center;gap:1rem;padding:.875rem 1.25rem;transition:background .15s;display:flex}.a-user-row:last-child{border-bottom:none}.a-user-row:hover{background:#fafcfb}.a-user-row--inactive{opacity:.55}.a-user-row__avatar{color:#fff;background:#0097b2;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.875rem;font-weight:800;display:flex}.a-user-row__info{flex:1;min-width:0}.a-user-row__name{color:#23282e;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.a-user-row__email{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;overflow:hidden}.a-user-row__role{flex-shrink:0}.a-user-row__meta{color:#94a3b8;white-space:nowrap;flex-shrink:0;font-size:.75rem}.a-user-row__you{color:#0097b2;background:#0097b21a;border-radius:20px;align-items:center;padding:.1rem .45rem;font-size:.68rem;font-weight:700;display:inline-flex}.a-user-row__inactive-badge{color:#ef4444;background:#ef44441a;border-radius:20px;align-items:center;padding:.1rem .45rem;font-size:.68rem;font-weight:700;display:inline-flex}.a-settings-card--roles{background:#f8fafc;border-style:dashed}.a-role-guide{flex-direction:column;gap:.875rem;display:flex}.a-role-guide__row{align-items:flex-start;gap:.875rem;display:flex}.a-role-guide__desc{color:#64748b;padding-top:.1rem;font-size:.85rem;line-height:1.5}.a-modal{background:#fff;border-radius:20px;width:100%;padding:2rem;box-shadow:0 24px 60px #00000026}.a-modal__head{justify-content:space-between;align-items:center;margin-bottom:1.75rem;display:flex}.a-modal__title{color:#23282e;font-size:1.15rem;font-weight:700}.a-modal__foot{border-top:1px solid #f1f5f9;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem;display:flex}.a-form{flex-direction:column;gap:1.25rem;display:flex}.a-form--settings{gap:1.25rem}.a-field{flex-direction:column;gap:.4rem;display:flex}.a-field label{color:#23282e;font-size:.82rem;font-weight:700}.a-field input,.a-field textarea,.a-field select{color:#23282e;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:.65rem .875rem;font-family:inherit;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.a-field input:focus,.a-field textarea:focus,.a-field select:focus{border-color:#0097b2;box-shadow:0 0 0 3px #0097b21a}.a-field__hint{color:#94a3b8;font-size:.78rem;line-height:1.4}.a-pw-wrap{align-items:center;display:flex;position:relative}.a-pw-wrap input{padding-right:2.5rem}.a-pw-wrap button{cursor:pointer;color:#94a3b8;background:0 0;border:none;align-items:center;padding:0;display:flex;position:absolute;right:.75rem}.a-pw-wrap button:hover{color:#23282e}@media (width<=600px){.a-user-row__meta,.a-user-row__role{display:none}.a-modal{border-radius:16px;padding:1.5rem}.a-modal__foot{flex-direction:column}.a-modal__foot .a-btn{justify-content:center;width:100%}}.a-inquiry-row--new td{background:#0097b208}.a-inquiry-new-badge{color:#fff;vertical-align:middle;background:#0097b2;border-radius:20px;align-items:center;margin-left:.625rem;padding:.15rem .55rem;font-size:.7rem;font-weight:700;display:inline-flex}.a-inquiry-message{background:#f8fafc;border-top:1px solid #f1f5f9;padding:1.25rem 1.5rem 1.25rem 4rem}.a-inquiry-message__text{color:#23282e;white-space:pre-wrap;margin-bottom:.75rem;font-size:.9rem;line-height:1.7}.a-inquiry-message__meta{color:#94a3b8;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.login-page{grid-template-columns:1fr 1fr;min-height:100vh;font-family:Inter,Crimson Pro,sans-serif;display:grid}.login-brand-panel{background:#23282e;flex-direction:column;justify-content:space-between;padding:3rem;display:flex;position:relative;overflow:hidden}.login-brand-panel:before{content:"";opacity:.12;pointer-events:none;background:#0097b2;border-radius:50%;width:500px;height:500px;position:absolute;top:-150px;right:-150px}.login-brand-panel:after{content:"";opacity:.07;pointer-events:none;background:#0097b2;border-radius:50%;width:350px;height:350px;position:absolute;bottom:-100px;left:-80px}.login-brand-top{z-index:1;align-items:center;gap:.875rem;display:flex;position:relative}.login-brand-icon{background:0 0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.login-brand-icon .brand-logo-img{object-fit:contain;width:36px;height:36px}.login-brand-name{color:#fff;font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700}.login-brand-middle{z-index:1;position:relative}.login-brand-headline{color:#fff;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.2}.login-brand-headline span{color:#0097b2}.login-brand-desc{color:#ffffff8c;max-width:380px;font-size:1.05rem;line-height:1.7}.login-brand-stats{z-index:1;border-top:1px solid #ffffff1a;gap:3rem;padding-top:2.5rem;display:flex;position:relative}.login-stat-val{color:#0097b2;margin-bottom:.25rem;font-family:Playfair Display,serif;font-size:2rem;font-weight:800;line-height:1}.login-stat-lab{color:#fff6;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:600}.login-form-panel{background:#d9d9d9;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;display:flex;position:relative}.login-home-link{color:#64748b;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s;display:flex;position:absolute;top:2rem;right:2rem}.login-home-link:hover{color:#0097b2}.login-card{width:100%;max-width:420px}.login-mobile-brand{display:none}.login-card-header{margin-bottom:2.5rem}.login-card-eyebrow{text-transform:uppercase;letter-spacing:.15em;color:#0097b2;margin-bottom:.875rem;font-size:.85rem;font-weight:700}.login-card-title{color:#23282e;margin-bottom:.625rem;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;line-height:1.15}.login-card-sub{color:#64748b;font-size:1.05rem;line-height:1.5}.login-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.875rem 1rem;font-size:.875rem;display:flex}.login-field{margin-bottom:1.5rem}.login-field label{color:#374151;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem;font-size:.875rem;font-weight:700;display:block}.login-input-wrap{align-items:center;display:flex;position:relative}.login-input-icon{color:#94a3b8;pointer-events:none;position:absolute;left:1rem}.login-input-wrap input{color:#23282e;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:1rem 1rem 1rem 3rem;font-family:inherit;font-size:1rem;transition:all .2s}.login-input-wrap input:focus{border-color:#0097b2;box-shadow:0 0 0 3px #0097b21a}.login-input-wrap input::placeholder{color:#cbd5e1}.login-pw-toggle{color:#94a3b8;cursor:pointer;background:0 0;border:none;align-items:center;padding:.25rem;transition:color .2s;display:flex;position:absolute;right:1rem}.login-pw-toggle:hover{color:#23282e}.login-submit-btn{color:#fff;cursor:pointer;letter-spacing:.03em;background:#23282e;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-top:.5rem;padding:1.1rem;font-size:1rem;font-weight:700;transition:all .25s;display:flex}.login-submit-btn:hover{background:#0097b2;transform:translateY(-1px);box-shadow:0 8px 20px #0097b240}.login-note{text-align:center;color:#94a3b8;flex-wrap:wrap;justify-content:center;align-items:center;gap:.375rem;margin-top:2rem;font-size:.9rem;display:flex}.login-note-link{color:#0097b2;font-weight:600;text-decoration:none;transition:color .2s}.login-note-link:hover{color:#23282e}@media (width<=900px){.login-page{grid-template-columns:1fr}.login-brand-panel{display:none}.login-form-panel{background:#d9d9d9;min-height:100vh;padding:2rem 1.5rem}.login-home-link{top:1.5rem;right:1.5rem}.login-mobile-brand{align-self:flex-start;align-items:center;gap:.75rem;width:100%;max-width:420px;margin-bottom:2.5rem;display:flex}.login-mobile-brand-icon{background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.login-mobile-brand-icon .brand-logo-img{object-fit:contain;width:32px;height:32px}.login-mobile-brand-name{color:#23282e;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700}}@media (width<=480px){.login-form-panel{justify-content:flex-start;padding:5rem 1.25rem 1.5rem}.login-home-link{font-size:.78rem;top:1.25rem;right:1.25rem}.login-card-title{font-size:1.75rem}.login-input-wrap input{padding:.875rem 1rem .875rem 2.75rem;font-size:.9rem}.login-submit-btn{padding:.9rem;font-size:.9rem}}.post-progress-bar{background:var(--primary);z-index:2000;border-radius:0 2px 2px 0;height:3px;transition:width .1s linear;position:fixed;top:0;left:0}.post-detail-page{background:var(--bg-color);min-height:100vh}.post-detail-hero{background-color:var(--text-color);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:flex-end;min-height:65vh;padding-top:72px;display:flex;position:relative}.post-detail-hero-overlay{background:linear-gradient(#14181c33 0%,#14181c99 50%,#14181cf7 100%);align-items:flex-end;width:100%;padding-bottom:4rem;display:flex;position:absolute;inset:0}.post-detail-hero-inner{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}.post-detail-breadcrumb{text-transform:uppercase;letter-spacing:.12em;color:var(--primary);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.78rem;font-weight:800;text-decoration:none;transition:all .2s;display:inline-flex}.post-detail-breadcrumb:hover{color:var(--primary-light);gap:.75rem}.post-detail-tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.post-tag-badge{background:var(--primary);color:var(--white);text-transform:uppercase;letter-spacing:.1em;border-radius:50px;padding:.3rem .875rem;font-size:.72rem;font-weight:800;text-decoration:none;transition:background .2s;display:inline-block}.post-tag-badge:hover{background:var(--primary-light)}.post-detail-title{color:var(--white);letter-spacing:-.02em;max-width:860px;margin-bottom:1.25rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.15}.post-detail-excerpt{color:#fffc;max-width:680px;margin-bottom:2rem;font-size:1.2rem;line-height:1.65}.post-detail-meta{color:#fff9;flex-wrap:wrap;align-items:center;gap:1.5rem;font-size:.875rem;font-weight:600;display:flex}.post-detail-meta span{align-items:center;gap:.4rem;display:flex}.post-detail-main{padding:5rem 2rem 4rem}.post-detail-article{max-width:720px;margin:0 auto}.post-detail-article-footer{border-top:1px solid #00000014;border-bottom:1px solid #00000014;margin-bottom:3rem;padding:2rem 0}.post-detail-footer-tags{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.post-detail-author-card{background:var(--white);border:1px solid #00000012;border-radius:12px;align-items:flex-start;gap:1.5rem;margin-bottom:3rem;padding:2rem;display:flex}.post-detail-author-avatar{background:var(--primary);width:64px;height:64px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;display:flex}.post-detail-author-info{flex:1}.post-detail-author-label{text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);margin-bottom:.25rem;font-size:.72rem;font-weight:800}.post-detail-author-name{color:var(--text-color);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700}.post-detail-author-bio{color:var(--text-muted);font-size:.95rem;line-height:1.65}.post-detail-share{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.post-detail-share-label{text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);font-size:.78rem;font-weight:800}.post-share-btn{background:var(--white);color:var(--text-color);cursor:pointer;border:1.5px solid #0000001a;border-radius:50px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.post-share-btn:hover{border-color:var(--primary);color:var(--primary);background:#0097b20a}.post-share-btn--copied{border-color:var(--primary);color:var(--primary);background:#0097b214}.post-detail-related{background:var(--bg-secondary);border-top:1px solid #0000000f;padding:4rem 2rem}.post-detail-related-inner{max-width:1200px;margin:0 auto}.post-detail-related-title{color:var(--text-color);letter-spacing:-.01em;margin-bottom:2rem;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}.post-detail-related-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.post-detail-related-card{background:var(--white);border:1px solid #00000012;border-radius:10px;flex-direction:column;text-decoration:none;transition:all .3s;display:flex;overflow:hidden}.post-detail-related-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary);transform:translateY(-3px)}.post-detail-related-img{background:var(--text-color);flex-shrink:0;height:160px;overflow:hidden}.post-detail-related-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.post-detail-related-card:hover .post-detail-related-img img{transform:scale(1.04)}.post-detail-related-body{flex-direction:column;flex:1;gap:.5rem;padding:1.25rem;display:flex}.post-detail-related-tag{text-transform:uppercase;letter-spacing:.1em;color:var(--primary);font-size:.7rem;font-weight:800}.post-detail-related-card-title{color:var(--text-color);font-family:Playfair Display,serif;font-size:1rem;font-weight:700;line-height:1.35}.post-detail-related-meta{color:var(--text-muted);margin-top:auto;font-size:.8rem;font-weight:600}.post-detail-nav-row{justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.post-detail-back-btn{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:.5rem;font-size:.875rem;font-weight:800;text-decoration:none;transition:all .2s;display:inline-flex}.post-detail-back-btn:hover{gap:.75rem}.post-detail-home-btn{color:var(--text-muted);font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s}.post-detail-home-btn:hover{color:var(--text-color)}.post-detail-not-found{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:12rem 2rem;display:flex}.post-detail-not-found h2{color:var(--primary);font-family:Playfair Display,serif;font-size:2rem}.post-detail-not-found p{color:var(--text-muted);margin-bottom:1rem;font-size:1.1rem}.post-detail-skeleton{padding-top:72px}@media (width<=768px){.post-detail-hero{min-height:50vh;padding-top:64px}.post-detail-hero-inner{padding:0 1.25rem}.post-detail-hero-overlay{padding-bottom:2.5rem}.post-detail-title{font-size:1.75rem}.post-detail-excerpt{font-size:1rem}.post-detail-main{padding:3rem 1.25rem}.post-detail-body{font-size:1rem}.post-detail-author-card{flex-direction:column;gap:1rem}.post-detail-related{padding:3rem 1.25rem}.post-detail-related-grid{grid-template-columns:1fr}}@media (width<=480px){.post-detail-title{font-size:1.5rem}.post-detail-meta{gap:1rem;font-size:.8rem}.post-detail-related-grid{grid-template-columns:1fr}}.post-detail-layout{grid-template-columns:1fr 320px;align-items:start;gap:4rem;max-width:1200px;margin:0 auto;padding:5rem 2rem 4rem;display:grid}.post-detail-main{min-width:0;padding:0}.post-detail-article{max-width:720px}.post-detail-body{color:var(--text-color);margin-bottom:3rem;font-size:1.15rem;line-height:1.9}.post-detail-body p{margin-bottom:1.75rem}.post-detail-body p:last-child{margin-bottom:0}.post-body-h2{color:var(--text-color);letter-spacing:-.02em;margin:3rem 0 1.25rem;font-family:Playfair Display,Georgia,serif;font-size:1.75rem;font-weight:700;line-height:1.2}.post-body-h3{color:var(--text-color);letter-spacing:-.01em;margin:2.5rem 0 1rem;font-family:Playfair Display,Georgia,serif;font-size:1.35rem;font-weight:700}.post-body-figure{margin:2.5rem 0}.post-body-img{border-radius:var(--radius);width:100%;height:auto;box-shadow:var(--shadow-md);display:block}.post-body-caption{color:var(--text-muted);text-align:center;margin-top:.75rem;font-size:.875rem;font-style:italic;line-height:1.5}.post-body-blockquote{border-left:4px solid var(--primary);border-radius:0 var(--radius) var(--radius) 0;background:#0097b20a;margin:2.5rem 0;padding:1.25rem 1.75rem}.post-body-blockquote p{color:var(--text-color);margin:0;font-size:1.2rem;font-style:italic;line-height:1.7}.post-body-code-inline{color:var(--text-color);background:#0000000f;border-radius:4px;padding:.15rem .4rem;font-family:Courier New,monospace;font-size:.9em}.post-body-code-block{background:var(--text-color);color:#ffffffe6;border-radius:var(--radius);margin:2rem 0;padding:1.5rem;font-family:Courier New,monospace;font-size:.9rem;line-height:1.6;overflow-x:auto}.post-body-link{color:var(--primary);text-underline-offset:3px;text-decoration:underline;transition:color .2s}.post-body-link:hover{color:var(--primary-light)}.post-detail-sidebar{position:sticky;top:90px}.post-detail-sidebar-inner{background:var(--white);border:1px solid #00000012;border-radius:12px;overflow:hidden}.most-read-header{text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);border-bottom:1px solid #0000000f;align-items:center;gap:.5rem;padding:1.25rem 1.5rem;font-size:.75rem;font-weight:800;display:flex}.most-read-header svg{color:var(--primary)}.most-read-list{flex-direction:column;display:flex}.most-read-card{border-bottom:1px solid #0000000d;align-items:flex-start;gap:1rem;padding:1.1rem 1.5rem;text-decoration:none;transition:background .15s;display:flex}.most-read-card:last-child{border-bottom:none}.most-read-card:hover{background:var(--bg-secondary)}.most-read-rank{color:#0000001a;flex-shrink:0;min-width:28px;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;line-height:1}.most-read-card:hover .most-read-rank{color:var(--primary)}.most-read-body{flex:1;min-width:0}.most-read-tag{text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:.25rem;font-size:.68rem;font-weight:800;display:block}.most-read-title{color:var(--text-color);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.375rem;font-size:.9rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.most-read-meta{color:var(--text-muted);align-items:center;gap:.3rem;font-size:.75rem;font-weight:600;display:flex}.most-read-thumb{background:var(--text-color);border-radius:6px;flex-shrink:0;width:52px;height:52px;overflow:hidden}.most-read-thumb img{object-fit:cover;width:100%;height:100%}@media (width<=1024px){.post-detail-layout{grid-template-columns:1fr;gap:0;padding:3rem 1.5rem}.post-detail-sidebar{margin-top:3rem;position:static}.post-detail-sidebar-inner{max-width:720px}}@media (width<=768px){.post-detail-layout{padding:2.5rem 1.25rem}.post-body-h2{font-size:1.4rem}.post-body-h3{font-size:1.2rem}.post-detail-body{font-size:1rem}}.pl-page{background:var(--bg-color);min-height:100vh}.pl-topbar{z-index:100;background:var(--white);border-bottom:2px solid var(--primary);position:sticky;top:0;box-shadow:0 2px 8px #0097b214}.pl-topbar-inner{align-items:center;gap:2rem;max-width:1400px;height:60px;margin:0 auto;padding:0 2rem;display:flex}.pl-topbar-brand{flex-shrink:0;align-items:center;gap:.625rem;text-decoration:none;display:flex}.pl-topbar-name{color:var(--text-color);font-family:Playfair Display,serif;font-size:1rem;font-weight:700}.pl-topbar-tags{scrollbar-width:none;-ms-overflow-style:none;flex:1;align-items:center;gap:.25rem;display:flex;overflow-x:auto}.pl-topbar-tags::-webkit-scrollbar{display:none}.pl-topbar-tag{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:50px;padding:.35rem .875rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .15s}.pl-topbar-tag:hover{background:var(--bg-secondary);color:var(--text-color)}.pl-topbar-tag.active{background:var(--primary);color:var(--white)}.pl-topbar-actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.pl-sort-group{background:var(--bg-secondary);border-radius:8px;gap:.25rem;padding:.2rem;display:flex}.pl-sort-btn{width:30px;height:30px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex}.pl-sort-btn:hover{color:var(--text-color)}.pl-sort-btn.active{background:var(--white);color:var(--primary);box-shadow:0 1px 4px #0000001a}.pl-search-wrap{align-items:center;transition:all .25s;display:flex}.pl-search-trigger{width:34px;height:34px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:flex}.pl-search-trigger:hover{background:var(--bg-secondary);color:var(--text-color)}.pl-search-wrap.open{background:var(--bg-secondary);border-radius:8px;gap:.375rem;width:220px;height:34px;padding:0 .5rem}.pl-search-icon-inner{color:var(--text-muted);flex-shrink:0}.pl-search-field{color:var(--text-color);background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:inherit;font-size:.875rem}.pl-search-field::placeholder{color:var(--text-muted)}.pl-search-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;padding:0;transition:color .15s;display:flex}.pl-search-close:hover{color:var(--text-color)}.pl-page-title-row{border-top:1px solid #0000000f}.pl-page-title-row .pl-topbar-inner{justify-content:space-between;height:auto;padding-top:1.25rem;padding-bottom:1.25rem}.pl-page-title{color:var(--text-color);letter-spacing:-.02em;margin:0 0 .25rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;line-height:1.15}.pl-page-sub{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5}.pl-sort-label{color:var(--primary);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.375rem;font-size:.78rem;font-weight:700;display:flex}.pl-filter-banner{background:#0097b20f;border-top:1px solid #0097b226}.pl-filter-banner .pl-topbar-inner{justify-content:space-between;height:40px}.pl-filter-label{color:var(--text-muted);font-size:.82rem;font-weight:600}.pl-filter-clear{color:var(--primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;padding:0;font-family:inherit;font-size:.78rem;font-weight:700;transition:color .15s;display:inline-flex}.pl-filter-clear:hover{color:var(--primary-light)}.pl-main{padding:2.5rem 2rem 5rem}.pl-placeholder{background:var(--text-color);width:100%;height:100%}.pl-badge{background:var(--primary);color:var(--white);text-transform:uppercase;letter-spacing:.1em;border-radius:50px;padding:.25rem .75rem;font-size:.68rem;font-weight:800;display:inline-block}.pl-badge--abs{position:absolute;top:1rem;left:1rem}.pl-tag-label{text-transform:uppercase;letter-spacing:.1em;color:var(--primary);font-size:.68rem;font-weight:800}.pl-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;display:flex}.pl-dot{opacity:.4}.pl-read-cta{color:var(--primary);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.3rem;margin-left:auto;font-size:.75rem;font-weight:800;transition:gap .2s;display:inline-flex}.pl-hero{height:520px;box-shadow:var(--shadow-lg);transition:var(--transition);border-radius:14px;margin-bottom:2rem;display:block;position:relative;overflow:hidden}.pl-hero:hover .pl-hero-img img{transform:scale(1.03)}.pl-hero:hover .pl-read-cta{gap:.5rem}.pl-hero-img{position:absolute;inset:0;overflow:hidden}.pl-hero-img img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.pl-hero-overlay{background:linear-gradient(#14181c1a 0%,#14181c8c 50%,#14181cf7 100%);align-items:flex-end;display:flex;position:absolute;inset:0}.pl-hero-inner{flex-direction:column;gap:.875rem;max-width:720px;padding:3rem;display:flex}.pl-hero-title{color:var(--white);letter-spacing:-.02em;margin:0;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.75rem,4vw,3rem);font-weight:700;line-height:1.15}.pl-hero-excerpt{color:#ffffffbf;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1.05rem;line-height:1.65;display:-webkit-box;overflow:hidden}.pl-asym{grid-template-columns:2fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.pl-large{background:var(--white);transition:var(--transition);border:1px solid #00000012;border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.pl-large:hover{box-shadow:var(--shadow-md);border-color:var(--primary);transform:translateY(-3px)}.pl-large-img{background:var(--text-color);flex-shrink:0;height:260px;position:relative;overflow:hidden}.pl-large-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.pl-large:hover .pl-large-img img{transform:scale(1.04)}.pl-large-body{flex-direction:column;flex:1;gap:.625rem;padding:1.5rem;display:flex}.pl-large-title{color:var(--text-color);letter-spacing:-.01em;margin:0;font-family:Playfair Display,Georgia,serif;font-size:1.35rem;font-weight:700;line-height:1.3}.pl-large-excerpt{color:var(--text-muted);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0;font-size:.9rem;line-height:1.65;display:-webkit-box;overflow:hidden}.pl-medium{background:var(--white);transition:var(--transition);border:1px solid #00000012;border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.pl-medium:hover{box-shadow:var(--shadow-sm);border-color:var(--primary);transform:translateY(-3px)}.pl-medium-img{background:var(--text-color);flex-shrink:0;height:160px;overflow:hidden}.pl-medium-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.pl-medium:hover .pl-medium-img img{transform:scale(1.04)}.pl-medium-body{flex-direction:column;flex:1;gap:.4rem;padding:1.1rem 1.25rem;display:flex}.pl-medium-title{color:var(--text-color);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin:0;font-family:Playfair Display,Georgia,serif;font-size:1rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.pl-divider{background:#00000012;height:1px;margin:.5rem 0 2rem}.pl-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.pl-sentinel{justify-content:center;align-items:center;height:80px;margin-top:1rem;display:flex}.pl-dots{align-items:center;gap:6px;display:flex}.pl-dots span{background:var(--primary);border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite pl-pulse}.pl-dots span:nth-child(2){animation-delay:.2s}.pl-dots span:nth-child(3){animation-delay:.4s}@keyframes pl-pulse{0%,80%,to{opacity:.35;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.pl-empty{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:6rem 2rem;display:flex}.pl-empty-icon{font-size:3rem;line-height:1}.pl-empty-title{color:var(--text-color);letter-spacing:-.01em;margin:0;font-family:Playfair Display,serif;font-size:1.75rem}.pl-empty-sub{color:var(--text-muted);max-width:400px;margin:0 0 .5rem;font-size:1rem;line-height:1.65}.pl-skeleton{flex-direction:column;gap:2rem;display:flex}.pl-sk-hero{background:linear-gradient(90deg, var(--bg-color) 25%, var(--bg-secondary) 50%, var(--bg-color) 75%);background-size:200% 100%;border-radius:14px;height:520px;animation:1.5s infinite shimmer}.pl-sk-row{grid-template-columns:2fr 1fr;gap:2rem;display:grid}.pl-sk-large,.pl-sk-medium{background:linear-gradient(90deg, var(--bg-color) 25%, var(--bg-secondary) 50%, var(--bg-color) 75%);background-size:200% 100%;border-radius:12px;height:340px;animation:1.5s infinite shimmer}.pl-sk-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.pl-sk-card{background:linear-gradient(90deg, var(--bg-color) 25%, var(--bg-secondary) 50%, var(--bg-color) 75%);background-size:200% 100%;border-radius:12px;height:240px;animation:1.5s infinite shimmer}@media (width<=1024px){.pl-grid,.pl-sk-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.pl-topbar-inner{gap:1rem;padding:0 1.25rem}.pl-topbar-tags{background:var(--white);border-top:1px solid #0000000f;padding:.5rem 1.25rem;display:flex}.pl-main{padding:2rem 0 4rem}.pl-hero{border-radius:10px;height:360px}.pl-hero-inner{padding:2rem}.pl-hero-title{font-size:1.5rem}.pl-asym,.pl-grid,.pl-sk-grid,.pl-sk-row{grid-template-columns:1fr}.pl-page-title{font-size:1.5rem}.pl-search-wrap.open{width:180px}}@media (width<=480px){.pl-hero{height:280px}.pl-hero-inner{padding:1.5rem}.pl-hero-title{font-size:1.3rem}.pl-hero-excerpt{display:none}}
