*{box-sizing:border-box;margin:0;padding:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:root{--bg:#f6fafc;--surface:#fff;--ink:#10303d;--ink-muted:#496773;--accent:#137a9b;--brand-dark:#0e6480;--accent-soft:#eaf3f7;--border:#dbe7ec;--user-bg:#10303d;--user-ink:#fff}body,html{background:var(--bg);color:var(--ink);font-family:Georgia,Times New Roman,Iowan Old Style,Palatino Linotype,serif;-webkit-font-smoothing:antialiased;min-height:100vh}a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}button{cursor:pointer;border:none;background:none}button,input,textarea{font-family:inherit;color:inherit}input,textarea{font-size:inherit}main.page{max-width:820px;margin:0 auto;padding:32px 20px 140px;min-height:100vh;display:flex;flex-direction:column}header.brand{padding:16px 0 28px;border-bottom:1px solid var(--border);margin-bottom:28px}header.brand .brand-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}header.brand .brand-logo-btn{background:none;border:none;padding:0;cursor:pointer;display:block;line-height:0;border-radius:6px;transition:opacity .15s}header.brand .brand-logo-btn:hover{opacity:.75}header.brand .brand-logo-btn:focus-visible{outline:2px solid var(--accent);outline-offset:4px}header.brand .brand-logo{display:block;max-width:320px;width:100%;height:auto}header.brand .home-btn{background:var(--surface);border:1px solid var(--border);color:var(--ink-muted);padding:8px 14px;border-radius:999px;font-size:13px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:pointer;transition:all .15s;white-space:nowrap}header.brand .home-btn:hover{border-color:var(--accent);color:var(--accent)}header.brand .brand-actions{display:flex;gap:8px;align-items:center}a.home-btn,header.brand .subscribe-btn{text-decoration:none;display:inline-block}header.brand .subscribe-btn{background:var(--accent);border:1px solid var(--accent);color:#fff;padding:8px 16px;border-radius:999px;font-size:13px;font-weight:600;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;white-space:nowrap;transition:all .15s}header.brand .subscribe-btn:hover{background:#0f6783;border-color:#0f6783}header.brand .subscribe-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.browse-tabs{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.browse-tabs button{background:var(--surface);border:1px solid var(--border);padding:10px 16px;border-radius:10px;font-size:14px;color:var(--ink-muted);cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:all .15s}.browse-tabs button:hover{border-color:var(--accent);color:var(--accent)}.browse-tabs button.active{background:var(--accent);color:#fff;border-color:var(--accent)}.browse-search{width:100%;border:1px solid var(--border);background:var(--surface);border-radius:12px;padding:12px 16px;font-size:15px;outline:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin-bottom:14px}.browse-search:focus{border-color:var(--accent)}.browse-themes{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:18px}.browse-themes .chip{background:var(--surface);border:1px solid var(--border);color:var(--ink-muted);padding:6px 12px;border-radius:999px;font-size:12px;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:all .15s}.browse-themes .chip:hover{border-color:var(--accent);color:var(--accent)}.browse-themes .chip.active{background:var(--accent);color:#fff;border-color:var(--accent)}.browse-themes .chip.clear{font-style:italic}.browse-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.browse-cards.ep-cards{margin-top:8px;padding-top:0;border-top:none}.ep-card-themes{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}.ep-card-theme{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;color:var(--accent);background:var(--accent-soft);border-radius:999px;padding:3px 10px;transition:all .15s;text-decoration:none;display:inline-block;line-height:1.4}.ep-card-theme:hover{background:var(--accent);color:#fff}.ep-card-btn.locked{background:var(--ink-muted)}.ep-card-btn.locked:hover{background:var(--ink)}.ep-card-link.locked-link{color:var(--ink-muted);white-space:nowrap;cursor:pointer}.ep-card-link.locked-link:hover{color:var(--accent);text-decoration:underline}.ep-card-locked-audio{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:var(--ink-muted);background:var(--bg);border:1px dashed var(--border);border-radius:999px;padding:10px 16px;width:100%;text-align:center;transition:all .15s}.ep-card-locked-audio:hover{border-color:var(--accent);color:var(--accent)}.browse-gate-overlay{position:fixed;inset:0;background:rgba(16,48,61,.55);display:flex;align-items:center;justify-content:center;padding:20px;z-index:50;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.browse-gate-modal{position:relative;max-width:560px;width:100%;max-height:90vh;overflow-y:auto;margin:0}.browse-gate-close{position:absolute;top:14px;right:16px;font-size:18px;line-height:1;color:var(--ink-muted);background:none}.browse-gate-close:hover{color:var(--ink)}.browse-item{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px 18px}.browse-title{font-size:16px;font-weight:600;color:var(--ink);text-decoration:none;display:inline-block}.browse-title:hover{color:var(--accent);text-decoration:underline}.browse-meta{font-size:12px;color:var(--ink-muted);margin-top:6px;text-transform:uppercase;letter-spacing:.04em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.browse-meta span+span{margin-left:6px}.browse-synthese{font-size:14px;color:var(--ink-muted);margin-top:10px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.empty-row{font-style:italic}.browse-loading,.empty-row{text-align:center;padding:30px;color:var(--ink-muted)}header.brand p{color:var(--ink-muted);font-size:16px;line-height:1.5;margin-top:6px;font-style:italic}.chat{flex:1 1;gap:18px}.chat,.msg{display:flex;flex-direction:column}.msg{max-width:88%;line-height:1.55}.msg.user{align-self:flex-end;background:var(--user-bg);color:var(--user-ink);padding:12px 16px;border-radius:16px 16px 4px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px}.msg.assistant{align-self:flex-start;background:var(--surface);border:1px solid var(--border);padding:16px 20px;border-radius:16px 16px 16px 4px;font-size:16px}.msg.assistant p{margin-bottom:10px}.msg.assistant p:last-child{margin-bottom:0}.msg.assistant ol,.msg.assistant ul{margin:8px 0 8px 22px}.msg.assistant li{margin-bottom:6px}.msg.assistant strong{font-weight:700}.msg.assistant em{font-style:italic}.msg.assistant code{background:var(--accent-soft);padding:1px 5px;border-radius:3px;font-size:.92em}.ep-cards{margin-top:18px;padding-top:14px;border-top:1px dashed var(--border);display:flex;flex-direction:column;gap:14px}.ep-cards-intro{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:var(--ink-muted)}.ep-card{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:10px}.ep-card-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px}.ep-card-titlewrap{display:flex;flex-direction:column;gap:2px;min-width:0}.ep-card-title{font-size:14px;font-weight:700;color:var(--ink)}.ep-card-subtitle,.ep-card-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ep-card-subtitle{font-size:12px;color:var(--ink-muted)}.ep-card-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ep-card-btn{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#fff;background:var(--accent);border-radius:999px;padding:6px 14px;transition:background .15s}.ep-card-btn:hover{background:var(--brand-dark)}.ep-card-link{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:var(--accent);text-decoration:none;white-space:nowrap}.ep-card-link:hover{text-decoration:underline}.ep-card-audio{width:100%;height:36px;border-radius:18px}.ep-card-synthese{font-size:15px;line-height:1.55;color:var(--ink);border-top:1px solid var(--border);padding-top:12px;max-height:420px;overflow-y:auto}.ep-card-synthese p{margin-bottom:10px}.ep-card-synthese p:last-child{margin-bottom:0}.ep-card-synthese ol,.ep-card-synthese ul{margin:8px 0 8px 22px}.ep-card-synthese li{margin-bottom:6px}.ep-card-synthese strong{font-weight:700}.partner-head{display:flex;align-items:center;gap:12px}.partner-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0;border:1px solid var(--border)}.partner-notes{border-top:none;padding-top:0;font-size:14px}.partner-actions{margin-top:2px}.partner-transcript{margin-top:12px;border-top:1px solid var(--border);padding-top:12px}.partner-card .ep-card-btn{display:inline-block;text-decoration:none}.dots{display:inline-flex;gap:4px}.dots span{width:6px;height:6px;background:var(--ink-muted);border-radius:50%;animation:bounce 1.4s ease-in-out infinite both}.dots span:first-child{animation-delay:-.32s}.dots span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.suggest{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 0}.suggest button{border:1px solid var(--border);background:var(--surface);padding:8px 14px;border-radius:999px;font-size:13px;color:var(--ink-muted);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:all .15s}.suggest button:hover{border-color:var(--accent);color:var(--accent)}.themes{margin-top:24px}.themes-label{font-size:12px;color:var(--ink-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.themes-list{justify-content:center;margin:0}.themes-list button{font-size:12px;padding:6px 12px}.auth-gate{margin:20px 0 8px;padding:22px 24px;border:1px solid var(--border);border-radius:16px;background:var(--surface);box-shadow:0 4px 16px rgba(0,0,0,.04)}.auth-title{font-size:16px;margin-bottom:8px}.auth-option-head,.auth-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;color:var(--ink)}.auth-option-head{font-size:14px;margin-bottom:6px}.auth-divider{display:flex;align-items:center;text-align:center;margin:18px 0;color:var(--ink-muted)}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;border-bottom:1px solid var(--border)}.auth-divider span{padding:0 12px;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.auth-desc,.auth-divider span{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.auth-desc{font-size:14px;line-height:1.5;color:var(--ink-muted);margin-bottom:14px}.auth-desc strong{color:var(--ink)}.auth-form{display:flex;gap:8px;flex-wrap:wrap}.auth-form input{flex:1 1;min-width:200px;padding:10px 14px;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;border:1px solid var(--border);border-radius:999px;background:var(--bg);outline:none}.auth-form input:focus{border-color:var(--accent)}.auth-form button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--accent);color:#fff;padding:10px 22px;border-radius:999px;font-weight:600;font-size:14px;transition:background .15s}.auth-form button:disabled{opacity:.5;cursor:not-allowed}.auth-form button:not(:disabled):hover{background:var(--brand-dark)}.auth-error{padding:10px 14px;background:#fde9e3;color:#8b2e15;border:1px solid #f0c2b0;border-radius:10px;font-size:13px;line-height:1.45}.auth-error,.auth-subscribe{margin-top:12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.auth-subscribe{display:inline-block;padding:11px 22px;background:var(--accent);color:#fff;font-size:14px;font-weight:700;border-radius:999px;text-decoration:none;transition:background .15s}.auth-subscribe:hover{background:var(--brand-dark)}.authed-bar{max-width:820px;margin:8px auto 0;padding:0 6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;color:var(--ink-muted);display:flex;align-items:center;gap:8px;justify-content:flex-end}.logout-btn{font-family:inherit;font-size:11px;color:var(--accent);text-decoration:underline;text-underline-offset:2px;background:none}.logout-btn:hover{color:var(--brand-dark)}.composer{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(to top,var(--bg) 70%,transparent);padding:20px 20px 24px}.composer-inner{max-width:820px;margin:0 auto;display:flex;gap:10px;align-items:flex-end;background:var(--surface);border:1px solid var(--border);border-radius:24px;padding:10px 10px 10px 18px;box-shadow:0 4px 16px rgba(0,0,0,.04)}.composer textarea{flex:1 1;border:none;outline:none;resize:none;font-size:15px;padding:6px 0;max-height:140px;background:transparent}.composer button.send,.composer textarea{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.composer button.send{background:var(--accent);color:#fff;padding:10px 18px;border-radius:999px;font-weight:600;font-size:14px;transition:all .15s;white-space:nowrap}.composer button.send:disabled{opacity:.4;cursor:not-allowed}.composer button.send:not(:disabled):hover{background:var(--brand-dark)}.eyebrow{display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.16em;color:var(--accent);margin-bottom:12px}.empty{text-align:center;padding:40px 20px;color:var(--ink-muted)}.empty h2{font-size:28px;font-style:italic;font-weight:700;margin-bottom:8px;color:var(--ink)}.empty p{font-size:16px;line-height:1.6}.stats{display:flex;justify-content:center;gap:28px;margin:28px 0 8px;flex-wrap:wrap}.stat{display:flex;flex-direction:column;align-items:center;padding:16px 22px;background:var(--surface);border:1px solid var(--border);border-radius:12px;min-width:120px;text-decoration:none;color:inherit;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease;cursor:pointer}.stat:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.06)}.stat-num,.stat:hover .stat-label{color:var(--accent)}.stat-num{font-size:32px;font-weight:700;font-family:Georgia,serif;line-height:1}.stat-label{font-size:12px;color:var(--ink-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.error{background:#fde9e3;color:#8b2e15;border:1px solid #f0c2b0;padding:10px 14px;border-radius:8px;font-size:14px}.contract-cta,.error{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.contract-cta{display:block;margin:14px 0 2px;padding:14px 16px 14px 18px;background:var(--accent-soft);border:1px solid var(--border);border-left:4px solid var(--accent);border-radius:8px;text-decoration:none;color:var(--ink);transition:background .15s ease,border-color .15s ease}.contract-cta:hover{background:#dfeef4;border-color:var(--accent)}.contract-cta-eyebrow{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--accent);margin-bottom:6px}.contract-cta-title{display:block;font-weight:700;font-size:15px;color:var(--ink);line-height:1.35;margin-bottom:2px}.contract-cta-sub{display:block;font-size:13px;color:var(--ink-muted)}.site-footer{border-top:1px solid var(--border);background:var(--bg);margin-top:40px;padding:20px 16px max(20px,env(safe-area-inset-bottom))}.page-chat~.site-footer{padding-bottom:calc(120px + env(safe-area-inset-bottom, 0px))}.site-footer-inner{max-width:820px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:var(--ink-muted)}.site-footer-credit{letter-spacing:.01em}.site-footer-nav{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px}.site-footer-nav a{color:var(--ink-muted);text-decoration:none;transition:color .15s ease}.site-footer-nav a:hover{color:var(--accent)}.site-footer-nav span{color:var(--border)}.page-legal{padding-bottom:60px}.legal{max-width:720px;margin:0 auto;font-family:Georgia,Iowan Old Style,Times New Roman,serif;color:var(--ink);line-height:1.7;font-size:17px}.legal h1{font-size:36px;line-height:1.15;margin-bottom:28px;letter-spacing:-.01em}.legal h2{font-size:22px;margin-top:28px;margin-bottom:10px}.legal section{margin-bottom:18px}.legal p{margin-bottom:10px;color:var(--ink-muted)}.legal p em{font-style:italic}.legal a,.legal p em{color:var(--accent)}