:root{--green: #16a34a;--green-d: #15803d;--yellow: #fef9c3;--ink: #0f172a;--bg: #f0fdf4;--card: #ffffff;--muted: #64748b;--safe-b: env(safe-area-inset-bottom, 0px);--safe-t: env(safe-area-inset-top, 0px)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;margin:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--ink);overscroll-behavior:none}button{font-family:inherit;cursor:pointer}.app{display:flex;flex-direction:column;height:100%;max-width:640px;margin:0 auto;background:var(--bg)}.topbar{padding:calc(12px + var(--safe-t)) 16px 12px;background:linear-gradient(135deg,var(--green),var(--green-d));color:#fff;display:flex;align-items:baseline;gap:10px;box-shadow:0 2px 10px #00000026;position:sticky;top:0;z-index:5;min-height:30px}.logo{font-size:22px;font-weight:800}.logo-sub{font-size:12px;opacity:.85}.back{background:#fff3;border:0;color:#fff;font-size:15px;font-weight:700;padding:7px 14px;border-radius:14px}.content{flex:1;overflow:hidden;display:flex;flex-direction:column}.tabbar{display:flex;border-top:1px solid #e2e8f0;background:#fff;padding-bottom:var(--safe-b)}.tabbar button{flex:1;border:0;background:none;color:var(--muted);padding:10px 4px 8px;font-size:12px;font-weight:600;display:flex;flex-direction:column;align-items:center;gap:3px}.tabbar button span{font-size:22px}.tabbar button.on{color:var(--green)}.chat{display:flex;flex-direction:column;height:100%}.chat-scroll{flex:1;overflow-y:auto;padding:16px;-webkit-overflow-scrolling:touch}.hello{text-align:center;margin-top:32px;color:var(--muted)}.hello-emoji{font-size:56px}.hello h2{color:var(--ink);font-size:20px;margin:12px 18px 4px}.examples{display:flex;flex-direction:column;gap:10px;margin-top:24px}.examples button{background:var(--yellow);border:2px solid #fde68a;color:#854d0e;padding:14px;border-radius:16px;font-size:15px;font-weight:600}.bubble{max-width:84%;padding:12px 15px;border-radius:20px;margin:8px 0;font-size:16px;line-height:1.45;white-space:pre-wrap;word-wrap:break-word}.bubble.user{background:var(--green);color:#fff;margin-left:auto;border-bottom-right-radius:6px}.bubble.assistant{background:var(--card);color:var(--ink);border:1px solid #e2e8f0;border-bottom-left-radius:6px}.dots{letter-spacing:2px;opacity:.5;animation:blink 1s infinite}@keyframes blink{50%{opacity:.2}}.sources{display:flex;flex-direction:column;gap:6px;margin:4px 0 14px}.src-chip{text-align:left;background:#dcfce7;color:var(--green-d);border:1px solid #bbf7d0;border-radius:14px;padding:10px 13px;font-size:14px;font-weight:600}.src-more{align-self:flex-start;background:none;border:0;color:var(--muted);font-weight:700;font-size:13px;padding:4px 2px}.composer{display:flex;gap:8px;padding:10px 12px calc(10px + var(--safe-b));background:#fff;border-top:1px solid #e2e8f0}.composer input{flex:1;border:2px solid #e2e8f0;border-radius:24px;padding:13px 18px;font-size:16px;outline:none}.composer input:focus{border-color:var(--green)}.composer button{width:50px;border:0;border-radius:50%;background:var(--green);color:#fff;font-size:20px;flex-shrink:0}.composer button:disabled{opacity:.5}.folgen,.detail{overflow-y:auto;padding:14px;height:100%}.searchbar{display:flex;gap:8px;margin-bottom:12px}.searchbar input{flex:1;border:2px solid #e2e8f0;border-radius:20px;padding:12px 16px;font-size:16px;outline:none}.searchbar input:focus{border-color:var(--green)}.searchbar button{width:50px;border:0;border-radius:16px;background:var(--green);color:#fff;font-size:18px}.serie-filter{display:flex;gap:8px;overflow-x:auto;padding-bottom:12px;-webkit-overflow-scrolling:touch}.serie-filter button{white-space:nowrap;background:#fff;border:2px solid #e2e8f0;color:var(--muted);border-radius:16px;padding:8px 14px;font-size:13px;font-weight:700}.serie-filter button.on{background:var(--green);border-color:var(--green);color:#fff}.ep-list,.results{display:flex;flex-direction:column;gap:10px}.ep-card{display:flex;gap:12px;align-items:center;background:var(--card);border:1px solid #e2e8f0;border-radius:16px;padding:12px 14px;text-align:left;width:100%}.ep-num{width:40px;height:40px;flex-shrink:0;border-radius:12px;background:var(--yellow);color:#854d0e;font-weight:800;display:grid;place-items:center}.ep-body{flex:1;min-width:0}.ep-title{font-weight:700;font-size:15px}.ep-meta{font-size:12px;color:var(--muted);margin-top:2px}.ep-arrow{color:#cbd5e1;font-size:26px}.result-card{display:block;width:100%;text-align:left;background:var(--card);border:1px solid #e2e8f0;border-radius:16px;padding:14px}.result-head{font-weight:700;font-size:14px;color:var(--green-d);margin-bottom:8px}.result-head .ts,.moment .ts{float:right;background:#dcfce7;border-radius:10px;padding:2px 8px;font-size:12px}.result-text{font-size:14px;line-height:1.5;color:#334155}.clear{background:none;border:0;color:var(--green);font-weight:700;padding:6px 2px 10px;font-size:15px;align-self:flex-start}.spk-row{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.spk{color:#fff;border:0;border-radius:12px;padding:4px 10px;font-size:12px;font-weight:700}.detail-hero{text-align:center;padding:18px 10px 22px}.detail-hero h2{margin:12px 0 4px;font-size:22px}.detail-num{width:56px;height:56px;margin:0 auto;border-radius:18px;background:var(--yellow);color:#854d0e;font-weight:800;font-size:24px;display:grid;place-items:center}.detail-meta{color:var(--muted);font-size:14px}.char-big{width:84px;height:84px;margin:0 auto;border-radius:26px;display:grid;place-items:center;font-size:44px}.char-desc-big{font-size:15px;line-height:1.5;color:#334155;font-style:italic;text-align:center}.summary{font-size:15px;line-height:1.55;color:#334155;text-align:center;padding:0 8px 14px}.shop-link{display:block;text-align:center;background:var(--green);color:#fff;text-decoration:none;padding:13px;border-radius:16px;font-weight:700;margin-bottom:14px;box-shadow:0 2px 8px #16a34a40}.ep-summary{font-size:12.5px;color:#475569;margin-top:4px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.detail-block{background:var(--card);border:1px solid #e2e8f0;border-radius:18px;padding:14px;margin-bottom:12px}.block-title{font-weight:800;font-size:14px;margin-bottom:10px}.moment{border-top:1px solid #f1f5f9;padding-top:10px;margin-top:10px}.moment:first-of-type{border-top:0;padding-top:0;margin-top:0}.hint{font-size:12.5px;color:var(--muted);text-align:center;line-height:1.5;padding:4px 16px 20px}.chars-wrap{height:100%;overflow-y:auto;padding:14px}.chars{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-content:start}.char-mini{width:40px;height:40px;flex-shrink:0;border-radius:12px;display:grid;place-items:center;font-size:22px}.char-card{background:var(--card);border:1px solid #e2e8f0;border-top:4px solid var(--green);border-radius:18px;padding:14px;text-align:center}.char-emoji{font-size:40px}.char-name{font-weight:800;font-size:16px;margin:4px 0}.char-desc{font-size:12px;line-height:1.4;color:#475569}.char-speaker{font-size:11px;color:var(--muted);margin-top:8px}.muted{color:var(--muted);text-align:center;padding:20px}
