:root{--background:#f7f3ec;--foreground:#14213d;--surface:rgba(255,255,255,0.8);--surface-strong:#ffffff;--accent:#19c787;--accent-dark:#0fa36e;--muted:#5c677d;--border:rgba(20,33,61,0.12);--success:#166534}*{box-sizing:border-box}html{font-family:Georgia,Times New Roman,serif}body{margin:0;color:var(--foreground);background:radial-gradient(circle at 82% 8%,rgba(25,199,135,.2),transparent 24%),radial-gradient(circle at 14% 18%,rgba(51,77,124,.34),transparent 26%),linear-gradient(135deg,#101723,#172033 58%,#0f1826);min-height:100vh}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.page-shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:28px 0 64px}.hero{padding:40px;border:1px solid var(--border);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(255,248,240,.92));box-shadow:0 20px 60px rgba(20,33,61,.08)}.hero h1{font-size:clamp(2.6rem,5vw,4.8rem);line-height:.95;margin:0 0 16px;letter-spacing:-.04em}.hero p{font-size:1.1rem;max-width:720px;color:var(--muted)}.grid{display:grid;grid-gap:24px;gap:24px}.grid-two{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px}.pricing-grid.compact{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.pricing-card{min-height:260px}.meter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:12px;gap:12px}.card{background:rgba(255,255,255,.94);border:1px solid rgba(216,229,222,.76);border-radius:28px;padding:28px;box-shadow:0 22px 60px rgba(0,0,0,.18);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stack{display:grid;grid-gap:16px;gap:16px}.input,.textarea{width:100%;border-radius:16px;border:1px solid var(--border);padding:14px 16px;background:var(--surface-strong)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border:none;border-radius:999px;background:var(--accent);color:#101723;cursor:pointer;transition:transform .15s ease,background .15s ease}.button:hover{transform:translateY(-1px);background:var(--accent-dark)}.button.full-width{width:100%}.button.secondary{background:transparent;color:var(--foreground);border:1px solid var(--border)}.auth-provider-button{gap:.75rem}.auth-provider-icon{width:20px;height:20px;flex:0 0 auto}.episode-list{display:grid;grid-gap:14px;gap:14px}.episode-item{display:flex;align-items:flex-start;gap:16px;border:1px solid var(--border);border-radius:18px;padding:18px;background:rgba(255,255,255,.84)}.podcast-heading{display:flex;align-items:center;gap:16px}.history-layout{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,1.4fr);grid-gap:18px;gap:18px}.history-podcast-button{color:inherit;cursor:pointer;text-align:left}.history-podcast-button.selected{border-color:var(--accent)}.history-podcast-card{border:1px solid rgba(216,229,222,.82);border-radius:22px;padding:20px;background:rgba(255,255,255,.88)}.history-podcast-card.selected{border-color:var(--accent)}.history-podcast-summary{display:flex;align-items:center;gap:16px}.history-podcast-title{flex:1 1 auto;min-width:0}.history-podcast-actions{justify-content:flex-end}audio{width:100%}.global-audio-player{position:-webkit-sticky;position:sticky;top:12px;z-index:20;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:center;margin-bottom:18px;padding:12px 14px;border:1px solid var(--border);border-radius:18px;background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.global-audio-main{display:grid;grid-template-columns:minmax(160px,1fr) auto minmax(220px,1fr);grid-gap:12px;gap:12px;align-items:center;min-width:0}.global-audio-title{display:grid;grid-gap:2px;gap:2px;min-width:0}.global-audio-title span,.global-audio-title strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.global-audio-error,.global-audio-progress span,.global-audio-title span{color:var(--muted);font-size:.9rem}.global-audio-controls,.global-audio-progress{display:flex;align-items:center;gap:8px}.global-audio-progress input{min-width:140px;width:100%;accent-color:var(--accent)}.global-audio-error{grid-column:1/-1;margin:0}.icon-button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;min-width:46px;padding:8px 12px;border-radius:999px;border:1px solid var(--border);background:var(--surface-strong);color:var(--foreground);cursor:pointer}.icon-button.primary{min-width:68px;border-color:transparent;background:var(--accent);color:#ffffff}.icon-button.close{min-width:72px}.compact-stack{gap:6px}.podcast-cover{width:72px;height:72px;border-radius:12px;align-self:center;background-position:50%;background-size:cover;border:1px solid var(--border);background-color:var(--surface-strong);flex:0 0 auto}.podcast-cover-large{width:100px;height:100px}.episode-cover{width:80px;height:80px}.pill{display:inline-flex;padding:6px 10px;color:var(--muted);font-size:.85rem}.pill,.progress{border-radius:999px;background:rgba(20,33,61,.08)}.progress{width:100%;height:10px;overflow:hidden}.progress>span{display:block;height:100%;background:linear-gradient(90deg,#2bd99b,#19c787)}@media (max-width:760px){.global-audio-main,.global-audio-player,.history-layout{grid-template-columns:1fr}.global-audio-controls,.global-audio-progress{width:100%}.global-audio-controls .icon-button{flex:1 1}}.nav{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:28px}.nav a,.nav-button{min-height:50px;padding:10px 18px;border-radius:999px;background:rgba(255,255,255,.94);border:1px solid rgba(216,229,222,.72);box-shadow:0 14px 34px rgba(0,0,0,.12)}.brand-link{display:inline-flex;align-items:center;gap:12px;font-weight:700}.brand-link img{width:48px;height:48px;object-fit:cover;border-radius:14px}.nav-button{cursor:pointer}.brand-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,300px);grid-gap:28px;gap:28px;align-items:center}.brand-hero-copy{align-content:center}.brand-logo-hero{width:min(100%,300px);justify-self:center;border-radius:24px}.feature-list{display:grid;grid-gap:12px;gap:12px}.feature-item{border:1px solid var(--border);border-radius:18px;padding:16px;background:rgba(255,255,255,.62)}.muted{color:var(--muted)}.inline-row{display:flex;gap:10px;align-items:center}.wrap{flex-wrap:wrap}@media (max-width:720px){.brand-hero{grid-template-columns:1fr}.brand-logo-hero{order:-1;width:min(220px,70vw)}.hero{padding:28px}.episode-item,.history-podcast-summary,.podcast-heading{align-items:stretch;flex-direction:column}.history-podcast-actions{justify-content:stretch}.history-podcast-actions .button{width:100%}}.home-page{--home-navy:#101723;--home-navy-soft:#172033;--home-teal:#19c787;--home-teal-light:#2bd99b;--home-ivory:#f7f3ec;--home-line:#d8e5de;--home-muted:#5c677d;--home-shadow:0 18px 45px rgba(17,24,39,0.14);width:100vw;margin-left:calc(50% - 50vw);margin-top:-28px;padding-top:28px;background:radial-gradient(circle at 82% 8%,rgba(25,199,135,.2),transparent 24%),radial-gradient(circle at 14% 18%,rgba(51,77,124,.34),transparent 26%),linear-gradient(135deg,#101723,#172033 58%,#0f1826);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.home-hero{position:relative;overflow:hidden;min-height:700px;display:grid;place-items:center;padding:88px 20px 170px;color:#ffffff;background:transparent}.home-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(120deg,rgba(255,255,255,.055) 0 1px,transparent 1px 90px),radial-gradient(circle at 82% 8%,rgba(255,255,255,.13),transparent 11%),radial-gradient(circle at 25% 85%,rgba(255,255,255,.1),transparent 14%);opacity:.86}.home-hero-inner{position:relative;z-index:1;width:min(960px,100%);margin:0 auto;text-align:center}.home-badge{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;margin:0 auto 24px;padding:8px 14px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(255,255,255,.12);color:rgba(255,255,255,.92);font-size:.9rem;font-weight:750;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-final-cta h2,.home-hero h1,.home-pricing h2,.home-section h2{margin:0;color:inherit;line-height:.98;letter-spacing:-.055em}.home-hero h1{font-size:clamp(2.8rem,6.4vw,5.8rem);font-weight:900}.home-hero p{max-width:790px;margin:24px auto 0;color:rgba(255,255,255,.86);font-size:clamp(1.08rem,1.8vw,1.35rem)}.home-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:34px}.home-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border:1px solid transparent;border-radius:999px;font-weight:850;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease}.home-button:hover{transform:translateY(-1px)}.home-button.primary{background:#ffffff;color:var(--home-navy);box-shadow:0 18px 30px rgba(0,0,0,.16)}.home-button.secondary{color:#ffffff;border-color:rgba(255,255,255,.34);background:rgba(255,255,255,.08)}.home-proof{display:block;margin-top:18px;color:rgba(255,255,255,.78);font-size:.95rem}.home-feature-float,.home-final-cta,.home-pricing,.home-section{width:min(1180px,calc(100% - 40px));margin-right:auto;margin-left:auto}.home-feature-float{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px;margin-top:-112px}.home-card,.home-feature-card,.home-price-card,.home-search-panel{border:1px solid rgba(216,229,222,.9);border-radius:22px;background:#ffffff;box-shadow:var(--home-shadow)}.home-feature-card{min-height:176px;padding:30px 26px;text-align:center}.home-icon{display:inline-grid;place-items:center;width:52px;height:52px;margin-bottom:13px;border:1px solid var(--home-line);border-radius:18px;background:linear-gradient(135deg,#e8f8f1,#ffffff);color:var(--home-teal);font-size:1.15rem;font-weight:900}.home-card h3,.home-feature-card h3,.home-price-card h3,.home-step h3{margin:0 0 10px;color:var(--home-navy);font-size:1.28rem;letter-spacing:-.02em}.home-card p,.home-feature-card p,.home-final-cta p,.home-price-card p,.home-search-panel p,.home-section-head p,.home-step p{color:var(--home-muted)}.home-section{padding:88px 0}.home-section#podcast-search{padding-top:92px;padding-bottom:96px}.home-section-head{max-width:800px;margin:0 auto 42px;text-align:center}.home-final-cta h2,.home-pricing h2,.home-section-head h2{color:var(--home-navy);font-size:clamp(2rem,3.4vw,3.2rem)}.home-section:not(#podcast-search):not(.home-steps) .home-section-head h2,.home-section:not(#podcast-search):not(.home-steps) .home-section-head p{color:#ffffff}.home-section:not(#podcast-search):not(.home-steps) .home-section-head p{opacity:.82}.home-section-head p{margin:16px 0 0;font-size:1.08rem}.home-search-panel{display:grid;grid-template-columns:1.1fr 1.8fr;align-items:center;grid-gap:30px;gap:30px;padding:30px;box-shadow:0 30px 80px rgba(17,24,39,.12)}.home-search-panel h2{margin:0 0 8px;color:var(--home-navy);font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.15;letter-spacing:-.035em}.home-small-label{display:inline-flex;width:-moz-fit-content;width:fit-content;margin:0 0 14px;padding:5px 10px;border-radius:999px;background:#e8f8f1;color:var(--home-teal);font-size:.78rem;font-weight:850}.preview-search{display:grid;grid-gap:12px;gap:12px}.preview-search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;padding:10px;border:1px solid var(--home-line);border-radius:18px;background:var(--home-ivory)}.preview-search-input{min-width:0}.preview-search-input label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.preview-search-input input{width:100%;min-height:50px;border:0;outline:0;padding:0 14px;background:transparent;color:var(--home-navy)}.home-button.price,.home-button.result,.home-button.search{border-radius:14px;background:var(--home-teal);color:var(--home-navy)}.preview-search-message{margin:0;color:var(--home-muted)}.preview-result-card,.preview-results{display:grid;grid-gap:14px;gap:14px}.preview-result-card{padding:16px;border:1px solid var(--home-line);border-radius:18px;background:rgba(255,255,255,.74)}.preview-result-header{display:flex;align-items:center;gap:14px}.preview-result-cover{width:64px;height:64px;flex:0 0 auto;border-radius:14px;background-position:50%;background-size:cover}.preview-result-copy{display:grid;grid-gap:4px;gap:4px;min-width:0}.home-steps{width:100vw;max-width:none;padding:88px max(20px,calc((100vw - 1180px) / 2));background:transparent}.home-steps .home-section-head h2,.home-steps .home-section-head p{color:#ffffff}.home-steps .home-section-head p{opacity:.82}.home-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;counter-reset:step}.home-step{min-height:210px;padding:28px 22px 24px;border:1px solid var(--home-line);border-radius:20px;background:#ffffff}.home-step:before{counter-increment:step;content:counter(step);display:grid;place-items:center;width:36px;height:36px;margin-bottom:18px;border-radius:50%;background:var(--home-teal);color:var(--home-navy);font-weight:900}.home-card-grid{display:grid;grid-gap:24px;gap:24px}.home-card-grid.three{grid-template-columns:repeat(3,1fr)}.home-card-grid.two{grid-template-columns:repeat(2,1fr)}.home-card{padding:28px;box-shadow:0 12px 32px rgba(17,24,39,.08)}.home-demo-panel{position:relative;overflow:hidden;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;grid-gap:38px;gap:38px;padding:42px;border-radius:32px;background:#101723;color:#ffffff}.home-demo-panel:after{content:"";position:absolute;right:-70px;bottom:-70px;width:260px;height:260px;background:radial-gradient(circle,rgba(25,199,135,.28),transparent 70%)}.home-demo-panel a,.home-demo-panel h2,.home-demo-panel p,.home-player-card{position:relative;z-index:1}.home-demo-panel h2{color:#ffffff;font-size:clamp(2rem,3.4vw,3.2rem)}.home-demo-panel p{color:rgba(255,255,255,.78)}.home-player-card{padding:24px;border-radius:26px;background:#ffffff;color:var(--home-navy);box-shadow:0 30px 60px rgba(0,0,0,.22)}.home-player-row{display:flex;align-items:center;gap:16px;margin-bottom:18px}.home-player-row img{width:72px;height:72px;border-radius:18px;object-fit:cover}.home-player-row p{margin:4px 0 0;color:var(--home-muted)}.home-bar{height:9px;margin:20px 0 16px;overflow:hidden;border-radius:999px;background:#e8f8f1}.home-bar span{display:block;width:64%;height:100%;border-radius:inherit;background:var(--home-teal)}.home-chip-row{display:flex;flex-wrap:wrap;gap:10px}.home-chip-row span{padding:8px 10px;border:1px solid var(--home-line);border-radius:999px;background:var(--home-ivory);color:var(--home-navy);font-size:.85rem;font-weight:750}.home-pricing{width:100vw;max-width:none;padding:88px max(20px,calc((100vw - 1180px) / 2));background:var(--home-ivory)}.home-price-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.home-price-card{position:relative;display:grid;grid-gap:14px;gap:14px;padding:28px 22px;box-shadow:0 12px 28px rgba(17,24,39,.08)}.home-price-card.popular{border:2px solid var(--home-teal);transform:translateY(-8px)}.home-price-card strong{color:var(--home-navy);font-size:2rem;font-weight:900;letter-spacing:-.035em}.home-price-card>span:not(.home-ribbon){color:var(--home-teal);font-weight:850}.home-ribbon{position:absolute;top:-14px;left:22px;padding:6px 10px;border-radius:999px;background:#d97706;color:#ffffff;font-size:.75rem;font-weight:900}.home-final-cta{width:100vw;max-width:none;padding:76px max(20px,calc((100vw - 1180px) / 2));color:#ffffff;text-align:center;background:linear-gradient(135deg,#101723,#172033 62%,#19c787)}.home-final-cta h2,.home-final-cta p{color:#ffffff}.home-final-cta p{max-width:720px;margin:16px auto 0}@media (max-width:980px){.home-card-grid.three,.home-card-grid.two,.home-demo-panel,.home-feature-float,.home-price-grid,.home-search-panel,.home-steps-grid{grid-template-columns:1fr}.home-feature-float{margin-top:-86px}.preview-search-form{grid-template-columns:1fr}.home-price-card.popular{transform:none}}@media (max-width:720px){.home-hero{min-height:620px;padding-top:56px}.home-final-cta,.home-pricing,.home-section,.home-steps{padding-top:64px;padding-bottom:64px}.home-demo-panel,.home-search-panel{padding:24px}}