.history-container{padding:0;height:100%;flex-direction:column;overflow:hidden}.history-container,.history-header{display:flex;background:var(--bg-app)}.history-header{justify-content:space-between;align-items:center;padding:2rem 3rem;flex-shrink:0}.history-header-text h1{font-size:2rem;font-weight:700;margin:0 0 .5rem;color:var(--text-main)}.history-header-text p{color:var(--text-muted);font-size:1rem;margin:0}.history-stats{display:flex;gap:2rem;color:var(--text-muted);font-size:.9rem}.stat-item{display:flex;flex-direction:column;gap:.25rem}.stat-value{font-size:1.5rem;font-weight:700;color:var(--text-main)}.stat-label{font-size:.85rem;color:var(--text-muted)}.history-controls-row{display:flex;align-items:center;justify-content:space-between;padding:0 3rem 1rem;gap:1rem}.history-controls-row .stat-item{display:flex;align-items:baseline;gap:.5rem}.history-controls-row .stat-value{font-size:1.25rem;font-weight:700;color:var(--text-main)}.history-controls-row .stat-label{font-size:.85rem;color:var(--text-muted)}.history-content{flex:1;overflow-y:auto;padding:1rem 3rem 3rem}.history-projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem}.history-project-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;transition:all .2s;display:flex;flex-direction:column;cursor:pointer;position:relative}.history-project-card:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 20px rgba(6,182,212,.15)}.history-card-thumbnail{height:140px;background:#2a2a2a;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.history-card-thumbnail img,.history-card-thumbnail video{width:100%;height:100%;object-fit:cover}.history-card-info{padding:1rem;flex:1}.history-card-title{font-weight:500;font-size:.95rem;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-main)}.history-card-date{font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem}.history-card-stats{display:flex;align-items:center;gap:.75rem;font-size:.75rem;color:var(--text-muted);margin-top:.5rem}.transcribed-badge{color:var(--primary);font-weight:500}.menu-dots-btn{background:transparent;border:none;color:var(--text-muted);padding:.25rem;cursor:pointer;border-radius:4px;transition:all .2s;margin-left:auto}.menu-dots-btn:hover{background:var(--bg-hover);color:var(--text-main)}.history-loading{padding:2rem;gap:.5rem}.history-empty-state,.history-loading{display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.history-empty-state{flex-direction:column;padding:4rem;border:1px dashed var(--border);border-radius:12px;text-align:center}.history-empty-icon{background:var(--bg-card);padding:1rem;border-radius:50%;margin-bottom:1rem}.load-more-container{display:flex;justify-content:center;padding:2rem 0}.load-more-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;color:var(--text-main);font-weight:500;cursor:pointer;transition:all .2s}.load-more-btn:hover{background:var(--bg-hover);border-color:var(--primary)}.project-dropdown-menu{position:fixed;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:.5rem;box-shadow:0 10px 30px rgba(0,0,0,.5);z-index:1000;min-width:160px}.menu-item{display:flex;align-items:center;gap:.75rem;padding:.6rem .8rem;border-radius:6px;background:transparent;border:none;color:var(--text-main);font-size:.9rem;cursor:pointer;transition:all .1s;width:100%;text-align:left}.menu-item:hover{background:var(--bg-hover)}.menu-item.delete{color:var(--danger)}.menu-item.delete:hover{background:rgba(239,68,68,.1)}.menu-divider{height:1px;background:var(--border);margin:.5rem 0}@media (max-width:768px){.history-container{overflow-y:auto;-webkit-overflow-scrolling:touch}.history-header{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:1.25rem 1rem .75rem;gap:.5rem}.history-header-text{flex:1;min-width:0}.history-header-text h1{font-size:1.25rem;margin-bottom:.25rem}.history-header-text p{font-size:.8rem}.history-controls-row{padding:0 1rem .75rem;gap:.75rem}.history-controls-row .stat-item{gap:.35rem}.history-controls-row .stat-value{font-size:1rem}.history-controls-row .stat-label{font-size:.75rem}.history-content{padding:.75rem 1rem 2rem;overflow:visible}.history-projects-grid{grid-template-columns:1fr;gap:.75rem}.history-project-card{border-radius:10px}.history-card-thumbnail{height:200px}.history-card-info{padding:1rem}.history-card-title{font-size:.95rem}.history-card-date{font-size:.8rem}.history-card-stats{font-size:.75rem}.history-empty-state{padding:2rem 1rem}.load-more-container{padding:1.5rem 0}}