:root{--background:#f7f3ec;--foreground:#14213d;--surface:rgba(255,255,255,0.8);--surface-strong:#ffffff;--accent:#d97706;--accent-dark:#9a3412;--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 top left,rgba(217,119,6,.18),transparent 28%),radial-gradient(circle at top right,rgba(20,33,61,.12),transparent 30%),linear-gradient(180deg,#f9f5ee,#f3ede3);min-height:100vh}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.page-shell{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:32px 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:var(--surface);border:1px solid var(--border);border-radius:24px;padding:24px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.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:white;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)}.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,.7)}.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 var(--border);border-radius:18px;padding:18px;background:rgba(255,255,255,.7)}.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%}.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,#f59e0b,#d97706)}@media (max-width:760px){.history-layout{grid-template-columns:1fr}}.nav{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:24px}.nav a,.nav-button{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.6);border:1px solid var(--border)}.brand-link{display:inline-flex;align-items:center;gap:8px;font-weight:700}.brand-link img{width:40px;height:40px;object-fit:cover;border-radius:12px}.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%}}