*{box-sizing:border-box}body{background:#f5f5f5;color:#333;font-family:system-ui,-apple-system,sans-serif;margin:0}.layout{display:flex;min-height:100vh}.sidebar{background:#1f2937;color:#e5e7eb;flex-shrink:0;overflow-y:auto;padding:1rem;width:280px}.sidebar-header{align-items:center;border-bottom:1px solid #374151;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem}.sidebar-header h2{color:#fff;font-size:1.2rem;margin:0}.refresh-btn{background:#374151;border:none;border-radius:4px;color:#e5e7eb;cursor:pointer;font-size:1rem;padding:.4rem .6rem}.refresh-btn:hover:not(:disabled){background:#4b5563}.no-history{color:#9ca3af;font-size:.9rem;font-style:italic}.history-item{background:#374151;border-radius:6px;cursor:pointer;margin-bottom:.5rem;padding:.75rem;transition:background .15s}.history-item:hover{background:#4b5563}.history-item.active{background:#2563eb}.history-item.processing{border-left:3px solid #fbbf24;opacity:.7}.history-item-title{font-size:.85rem;font-weight:500;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-item-meta{display:flex;gap:.3rem}.main-content{flex:1;max-width:1000px;overflow-y:auto;padding:2rem 3rem}h1{font-size:1.75rem}form,h1{margin-bottom:1.5rem}form{display:flex;flex-direction:column;gap:.75rem}label{font-size:.9rem;font-weight:500}input{background:#fff;border:1px solid #ddd;border-radius:8px;font-size:1rem;padding:.75rem 1rem}input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}input:disabled{opacity:.6}button{align-self:flex-start;background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem}button:hover:not(:disabled){background:#1d4ed8}button:disabled{background:#93c5fd;cursor:not-allowed}.error{background:#fee2e2;color:#b91c1c;margin-bottom:1rem;padding:1rem}.error,.result{border-radius:8px}.result{background:#fff;box-shadow:0 1px 3px #0000001a;overflow:hidden}.result-header{background:#fafafa;border-bottom:1px solid #e5e7eb;padding:1.25rem 2rem}.video-title{font-size:1.25rem;line-height:1.4;margin:0 0 .75rem}.video-title a{color:#1e40af;text-decoration:none}.video-title a:hover{color:#1d4ed8;text-decoration:underline}.badges{display:flex;gap:.5rem}.badge{border-radius:4px;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.badge.small{font-size:.65rem;padding:.15rem .35rem}.badge.gray{background:#e5e7eb;color:#374151}.badge.green{background:#d1fae5;color:#065f46}.badge.blue{background:#dbeafe;color:#1e40af}.badge.yellow{background:#fef3c7;color:#92400e}.tabs{background:#fafafa;border-bottom:1px solid #e5e7eb;display:flex;gap:0;padding:0 2rem}.tab{background:transparent;border-bottom:2px solid transparent;border-radius:0;color:#6b7280;font-size:.9rem;font-weight:500;margin-bottom:-1px;padding:.75rem 1.5rem}.tab.active{background:#fff;border-bottom:2px solid #2563eb;color:#2563eb}.tab:hover:not(.active){background:#f3f4f6;color:#374151}.content-box{line-height:1.8;max-height:600px;overflow-y:auto;padding:2rem 2.5rem}.summary{color:#1f2937;font-size:1.1rem;max-width:700px}.summary h1{border-bottom:2px solid #e5e7eb;color:#111827;font-size:1.6rem;margin-bottom:.75rem;margin-top:1.5rem;padding-bottom:.5rem}.summary h2{color:#1f2937;font-size:1.35rem;margin-bottom:.6rem;margin-top:1.5rem}.summary h3{color:#374151;font-size:1.15rem;margin-bottom:.5rem;margin-top:1.2rem}.summary ol,.summary ul{margin-bottom:1rem;padding-left:1.75rem}.summary li{line-height:1.7;margin-bottom:.5rem}.summary p{margin-bottom:1rem}.summary strong{color:#111827}.summary code{background:#f3f4f6;border-radius:4px;font-size:.95rem;padding:.15rem .4rem}.no-summary,.no-transcript{color:#6b7280;padding:2rem;text-align:center}.pending-msg{color:#9ca3af;font-size:.9rem}.transcript-box{background:#1f2937;color:#e5e7eb}.transcript-header{align-items:center;border-bottom:1px solid #374151;display:flex;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.75rem}.char-count{color:#9ca3af;font-size:.8rem}.copy-btn{background:#374151;border-radius:4px;color:#e5e7eb;font-size:.8rem;padding:.4rem .8rem}.copy-btn:hover:not(:disabled){background:#4b5563}.transcript-text{font-family:monospace;font-size:.85rem;line-height:1.5;margin:0;white-space:pre-wrap;word-break:break-word}.regenerate-section{border-top:1px solid #e5e7eb;padding:1rem 1.5rem;text-align:center}.regenerate-btn{font-size:.9rem;padding:.6rem 1.2rem}.regenerate-btn.secondary{background:#6b7280}.regenerate-btn.secondary:hover:not(:disabled){background:#4b5563}@media(max-width:768px){.layout{flex-direction:column}.sidebar{max-height:200px;width:100%}}
