:root{font-family:Inter,Arial,sans-serif;color:#1a1a1a;background:#f8f5f0}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}.app{min-height:100vh;padding:24px 4vw;background:#f8f5f0}.dark{color:#f0eee9;background:#0f1117}.hero{position:relative;padding:130px 20px 80px;text-align:center;border-radius:0 0 32px 32px;background:linear-gradient(120deg,#e8f4f8,#f0e8f8)}.dark .hero{background:linear-gradient(120deg,#0a0e1a,#1a2340)}.hero-title{color:#1b4f8a;font:700 clamp(3rem,7vw,5rem) Georgia,serif}.hero-tagline{margin-top:18px;color:#6b6b6b;letter-spacing:4px}.theme-toggle{position:absolute;top:18px;right:20px;border:0;background:transparent;cursor:pointer}.tabs{display:flex;gap:6px;margin:24px 0;padding:6px;overflow-x:auto;border:1px solid #e8e4dc;border-radius:16px;background:#fff}.tabs button{padding:12px 22px;border:0;border-radius:10px;background:transparent;cursor:pointer;white-space:nowrap}.tabs button.active{color:#fff;background:#1b4f8a}.placeholder{min-height:50vh;padding:40px 2vw}.linkedin-card{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin:24px 0}.linkedin-card img{display:block;width:min(360px,100%);height:auto;border-radius:12px}.linkedin-card p{margin:0}.content{padding:24px 2vw 60px}.muted,.status{color:#6b6b6b}.error{color:#b00020}.tag-filters{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0}.tag-filters button{padding:8px 12px;border:1px solid #d9d4cb;border-radius:999px;background:#fff;cursor:pointer}.tag-filters button.selected{color:#fff;border-color:#1b4f8a;background:#1b4f8a}.data-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.data-card{padding:20px;border:1px solid #e8e4dc;border-radius:16px;background:#fff}.dark .data-card,.dark .tag-filters button{color:#f0eee9;border-color:#2e3140;background:#1c1e26}.card-meta{color:#6b6b6b;font-size:12px}.data-card h2{margin:10px 0;font-size:20px}.data-card p{line-height:1.5}.card-tags{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0}.card-tag{padding:4px 8px;border:1px solid #b9d0e8;border-radius:999px;color:#1b4f8a;background:#eef5fb;font-size:11px}.dark .card-tag{color:#b9d9ff;border-color:#365b80;background:#1c3045}.card-bottom{display:flex;justify-content:space-between;gap:12px;margin-top:18px;font-size:12px}.card-bottom a{color:#1b4f8a}.freshness{color:#6b6b6b;font-size:12px}.ai-note{display:block;color:#777;font-size:11px}.toolbar{display:flex;flex-wrap:wrap;align-items:end;gap:10px;margin:18px 0}.toolbar label{display:flex;flex-direction:column;gap:5px;color:#6b6b6b;font-size:12px}.toolbar select,.toolbar>button{padding:8px 10px;border:1px solid #d9d4cb;border-radius:8px;background:#fff;cursor:pointer}.toolbar>button{color:#fff;border-color:#1b4f8a;background:#1b4f8a}.export-buttons{display:flex;flex-wrap:wrap;gap:6px}.export-buttons button{padding:8px 10px;border:1px solid #1b4f8a;border-radius:8px;color:#fff;background:#1b4f8a;cursor:pointer}.dark .toolbar select,.dark .toolbar>button{color:#f0eee9;border-color:#2e3140;background:#1c1e26}.pager{display:flex;justify-content:center;align-items:center;gap:14px;margin-top:24px}.pager button{padding:8px 12px;border:1px solid #d9d4cb;border-radius:8px;background:#fff;cursor:pointer}.pager button:disabled{cursor:not-allowed;opacity:.5}.dark .pager button{color:#f0eee9;border-color:#2e3140;background:#1c1e26}.upload-form{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0}.upload-form button{padding:10px 14px;border:0;border-radius:9px;color:#fff;background:#1b4f8a;cursor:pointer}.upload-form button:disabled{cursor:not-allowed;opacity:.55}.bundled-transcripts{max-width:850px;margin:24px 0;padding:20px;border:1px solid #e8e4dc;border-radius:16px;background:#fff}.dark .bundled-transcripts{border-color:#2e3140;background:#1c1e26}.bundled-picker{display:flex;flex-wrap:wrap;align-items:end;gap:10px}.bundled-picker label{display:flex;flex:1 1 360px;flex-direction:column;gap:6px;color:#6b6b6b;font-size:12px}.bundled-picker select{display:block;width:100%;min-height:42px;padding:10px;color:#1a1a1a;border:1px solid #d9d4cb;border-radius:8px;background:#fff}.bundled-picker button{padding:10px 14px;border:0;border-radius:9px;color:#fff;background:#1b4f8a;cursor:pointer}.bundled-picker button:disabled{cursor:not-allowed;opacity:.55}.dark .bundled-picker select{color:#f0eee9;border-color:#2e3140;background:#1c1e26}.analysis{max-width:850px;padding:22px;border:1px solid #e8e4dc;border-radius:16px;background:#fff}.dark .analysis{border-color:#2e3140;background:#1c1e26}.analysis-block{margin-top:22px}.analysis-block h3{margin-bottom:8px}.analysis-block li{margin:8px 0;line-height:1.45}.site-footer{display:flex;flex-wrap:wrap;gap:14px;padding:24px 2vw 80px;color:#6b6b6b;font-size:12px}.site-footer a{color:#1b4f8a}.chatbot{position:fixed;right:24px;bottom:24px;z-index:20}.chat-launcher{width:60px;height:60px;border:0;border-radius:50%;color:#fff;background:#1b4f8a;font-size:28px;cursor:pointer;box-shadow:0 8px 24px #0004}.chat-panel{position:absolute;right:0;bottom:76px;display:flex;flex-direction:column;width:min(390px,calc(100vw - 32px));height:min(570px,calc(100vh - 120px));overflow:hidden;border:1px solid #e8e4dc;border-radius:16px;background:#fff;color:#1a1a1a;box-shadow:0 14px 42px #0003}.chat-header{display:flex;justify-content:space-between;padding:16px;color:#fff;background:#1b4f8a}.chat-header span{display:block;margin-top:4px;font-size:11px;opacity:.8}.chat-header button{border:0;color:#fff;background:transparent;font-size:22px;cursor:pointer}.chat-messages{flex:1;overflow-y:auto;padding:14px}.chat-empty{color:#6b6b6b;text-align:center}.chat-message{max-width:88%;margin:0 0 10px;padding:9px 11px;border-radius:12px;white-space:pre-wrap;line-height:1.45}.chat-message p{margin:0 0 8px}.chat-message p:last-child{margin-bottom:0}.chat-message h3,.chat-message h4{margin:0 0 8px}.chat-list-item{margin:4px 0;padding-left:4px}.chat-message.user{margin-left:auto;background:#eef2f7}.chat-message.assistant{border-left:3px solid #1b4f8a;border:1px solid #e8e4dc}.chat-footer{padding:10px;border-top:1px solid #e8e4dc}.chat-footer form{display:flex;gap:7px}.chat-footer input{min-width:0;flex:1;padding:10px;border:1px solid #e8e4dc;border-radius:9px}.chat-footer form button{padding:0 12px;border:0;border-radius:9px;color:#fff;background:#1b4f8a;cursor:pointer}.chat-footer button:disabled{cursor:not-allowed;opacity:.55}.clear-chat{margin-top:8px;border:0;color:#6b6b6b;background:transparent;font-size:11px;cursor:pointer}.chat-error{color:#b00020;font-size:12px}.chatbot-dark .chat-panel{color:#f0eee9;border-color:#2e3140;background:#1c1e26}.chatbot-dark .chat-message.user{background:#2e3140}.chatbot-dark .chat-message.assistant,.chatbot-dark .chat-footer{border-color:#2e3140}@media(max-width:640px){.app{padding:12px}.hero{padding:110px 12px 60px}.chatbot{right:16px;bottom:16px}}
