*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:linear-gradient(135deg,#1a1a2e,#16213e);min-height:100vh;color:#e4e4e7}.app{max-width:900px;margin:0 auto;padding:2rem}.header{text-align:center;margin-bottom:3rem}.header h1{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.header p{color:#a1a1aa;font-size:1.1rem}.card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.upload-zone{border:2px dashed rgba(102,126,234,.5);border-radius:12px;padding:3rem;text-align:center;cursor:pointer;transition:all .3s ease}.upload-zone:hover{border-color:#667eea;background:#667eea1a}.upload-zone.dragging{border-color:#667eea;background:#667eea33}.upload-icon{font-size:3rem;margin-bottom:1rem}.upload-zone h3{font-size:1.2rem;margin-bottom:.5rem}.upload-zone p{color:#a1a1aa;font-size:.9rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#d4d4d8}.form-group select,.form-group input{width:100%;padding:.75rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#e4e4e7;font-size:1rem}.form-group select:focus,.form-group input:focus{outline:none;border-color:#667eea}.checkbox-group{display:flex;align-items:center;gap:.75rem}.checkbox-group input[type=checkbox]{width:1.25rem;height:1.25rem;accent-color:#667eea}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 20px #667eea66}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:#ffffff1a;color:#e4e4e7;border:1px solid rgba(255,255,255,.2)}.btn-secondary:hover{background:#ffffff26}.btn-full{width:100%}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.status-badge.in-progress{background:#eab30833;color:#fbbf24}.status-badge.completed{background:#22c55e33;color:#4ade80}.status-badge.failed{background:#ef444433;color:#f87171}.transcript-box{background:#0000004d;border-radius:8px;padding:1.5rem;margin-top:1rem;max-height:400px;overflow-y:auto;white-space:pre-wrap;line-height:1.7}.speaker-segment{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.speaker-segment:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.speaker-label{font-weight:600;color:#667eea;margin-bottom:.25rem}.speaker-time{font-size:.8rem;color:#71717a;margin-bottom:.5rem}.history-list{display:flex;flex-direction:column;gap:1rem}.history-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#ffffff08;border-radius:8px;cursor:pointer;transition:background .2s ease}.history-item:hover{background:#ffffff14}.history-item-info h4{font-weight:500;margin-bottom:.25rem}.history-item-info p{font-size:.875rem;color:#a1a1aa}.login-container{max-width:400px;margin:4rem auto}.login-container h2{text-align:center;margin-bottom:2rem}.error-message{background:#ef444433;border:1px solid rgba(239,68,68,.3);color:#f87171;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem}.success-message{background:#22c55e33;border:1px solid rgba(34,197,94,.3);color:#4ade80;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem}.tabs{display:flex;gap:.5rem;margin-bottom:1.5rem}.tab{padding:.75rem 1.5rem;background:transparent;border:none;color:#a1a1aa;font-size:1rem;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease}.tab.active{color:#667eea;border-bottom-color:#667eea}.tab:hover:not(.active){color:#e4e4e7}.progress-bar{height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden;margin-top:1rem}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease}.user-info{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#ffffff08;border-radius:8px;margin-bottom:2rem}.user-info span{color:#a1a1aa}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.file-info{display:flex;align-items:center;gap:1rem;padding:1rem;background:#667eea1a;border-radius:8px;margin-top:1rem}.file-info-icon{font-size:2rem}.file-info-details h4{font-weight:500}.file-info-details p{font-size:.875rem;color:#a1a1aa}.actions{display:flex;gap:1rem;margin-top:1.5rem}@media (max-width: 640px){.app{padding:1rem}.header h1{font-size:2rem}.card{padding:1.5rem}.actions{flex-direction:column}}
