.dashboard-module__Gx_nyq__container{flex-direction:column;min-height:100vh;display:flex}.dashboard-module__Gx_nyq__header{border-bottom:1px solid var(--border-color);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;background:#09090bcc;justify-content:space-between;align-items:center;padding:1.2rem 2rem;display:flex;position:sticky;top:0}.dashboard-module__Gx_nyq__logoArea{align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.dashboard-module__Gx_nyq__logoIcon{color:#fff;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;font-weight:800;display:flex}.dashboard-module__Gx_nyq__userArea{align-items:center;gap:1.5rem;display:flex}.dashboard-module__Gx_nyq__creditsBadge{border:1px solid var(--border-color);background:#ffffff0d;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;display:flex}.dashboard-module__Gx_nyq__creditValue{color:var(--brand-secondary);font-weight:700}.dashboard-module__Gx_nyq__layout{flex:1;grid-template-columns:1fr 1.5fr;gap:2rem;width:100%;max-width:1300px;margin:0 auto;padding:2rem;display:grid}.dashboard-module__Gx_nyq__sectionTitle{align-items:center;gap:.5rem;margin-bottom:1.2rem;font-size:1.25rem;font-weight:600;display:flex}.dashboard-module__Gx_nyq__uploadCard{text-align:center;cursor:pointer;background:#ffffff03;border:2px dashed #ffffff26;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:2.5rem 2rem;display:flex}.dashboard-module__Gx_nyq__uploadCard:hover{border-color:var(--brand-primary);background:#6366f108}.dashboard-module__Gx_nyq__uploadIcon{color:var(--fg-muted);margin-bottom:1.5rem;font-size:3rem}.dashboard-module__Gx_nyq__uploadText{margin-bottom:.5rem;font-size:1.1rem;font-weight:500}.dashboard-module__Gx_nyq__uploadSubtext{color:var(--fg-muted);margin-bottom:1.5rem;font-size:.85rem}.dashboard-module__Gx_nyq__fileInput{display:none}.dashboard-module__Gx_nyq__progressContainer{width:100%;margin-top:1rem;padding:1.5rem}.dashboard-module__Gx_nyq__progressHeader{justify-content:space-between;margin-bottom:.5rem;font-size:.9rem;display:flex}.dashboard-module__Gx_nyq__progressBarOuter{background:#ffffff14;border-radius:9999px;width:100%;height:6px;margin-bottom:1rem;overflow:hidden}.dashboard-module__Gx_nyq__progressBarInner{background:linear-gradient(90deg, var(--brand-primary), var(--brand-secondary));border-radius:9999px;width:0%;height:100%}.dashboard-module__Gx_nyq__historyCard{flex-direction:column;height:100%;max-height:700px;padding:2rem;display:flex;overflow-y:auto}.dashboard-module__Gx_nyq__historyList{flex-direction:column;gap:1rem;display:flex}.dashboard-module__Gx_nyq__emptyState{color:var(--fg-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem;display:flex}.dashboard-module__Gx_nyq__emptyIcon{margin-bottom:1rem;font-size:2.5rem}.dashboard-module__Gx_nyq__transcriptItem{border:1px solid var(--border-color);background:#ffffff05;border-radius:12px;justify-content:space-between;align-items:center;padding:1.2rem;display:flex}.dashboard-module__Gx_nyq__transcriptItem:hover{background:#ffffff0a;border-color:#ffffff26}.dashboard-module__Gx_nyq__fileDetails{flex-direction:column;gap:.25rem;max-width:60%;display:flex}.dashboard-module__Gx_nyq__fileName{white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:500;overflow:hidden}.dashboard-module__Gx_nyq__fileMeta{color:var(--fg-muted);gap:.75rem;font-size:.8rem;display:flex}.dashboard-module__Gx_nyq__statusCompleted{color:#10b981;background:#10b9811a;border-radius:9999px;padding:.15rem .5rem;font-size:.75rem;font-weight:600}.dashboard-module__Gx_nyq__statusProcessing{color:#f59e0b;background:#f59e0b1a;border-radius:9999px;padding:.15rem .5rem;font-size:.75rem;font-weight:600;animation:1.5s infinite dashboard-module__Gx_nyq__pulse}@keyframes dashboard-module__Gx_nyq__pulse{0%,to{opacity:1}50%{opacity:.5}}.dashboard-module__Gx_nyq__actions{gap:.5rem;display:flex}.dashboard-module__Gx_nyq__btnAction{border:1px solid var(--border-color);color:var(--fg-main);cursor:pointer;background:#ffffff0d;border-radius:6px;padding:.4rem .8rem;font-size:.85rem;font-weight:500}.dashboard-module__Gx_nyq__btnAction:hover{border-color:var(--border-color-hover);background:#ffffff1a}.dashboard-module__Gx_nyq__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000c;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.dashboard-module__Gx_nyq__modalContent{flex-direction:column;width:100%;max-width:800px;max-height:80vh;padding:2.5rem;display:flex}.dashboard-module__Gx_nyq__modalHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.dashboard-module__Gx_nyq__modalTitle{font-size:1.25rem;font-weight:600}.dashboard-module__Gx_nyq__btnClose{cursor:pointer;color:var(--fg-muted);background:0 0;border:none;font-size:1.5rem}.dashboard-module__Gx_nyq__btnClose:hover{color:var(--fg-main)}.dashboard-module__Gx_nyq__modalBody{border:1px solid var(--border-color);font-family:var(--font-sans);white-space:pre-wrap;color:#e4e4e7;background:#0003;border-radius:8px;flex:1;padding:1.5rem;font-size:.95rem;line-height:1.6;overflow-y:auto}.dashboard-module__Gx_nyq__modalFooter{justify-content:flex-end;gap:1rem;margin-top:1.5rem;display:flex}@media (max-width:900px){.dashboard-module__Gx_nyq__layout{grid-template-columns:1fr}}
