.dashboard{flex-direction:column;max-width:1200px;min-height:100vh;margin:0 auto;padding:0 24px;display:flex}.header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;margin-bottom:32px;padding:20px 0;display:flex}.logoSection{align-items:center;gap:12px;display:flex}.logoIcon{border-radius:var(--radius-sm);background:var(--accent);color:#fff;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:700;display:flex}.logoText h1{letter-spacing:-.01em;font-size:18px;font-weight:600}.logoText p{color:var(--text-secondary);margin-top:1px;font-size:12px}.headerActions{align-items:center;gap:8px;display:flex}.sectionTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px;font-size:13px;font-weight:600}.templateGrid{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:40px;display:grid}.templateCard{border-radius:var(--radius-md);background:var(--bg-secondary);border:1px solid var(--border-subtle);cursor:pointer;transition:border-color var(--transition-fast), box-shadow var(--transition-fast);padding:20px}.templateCard:hover{border-color:var(--border-accent);box-shadow:var(--shadow-md)}.templateBadge{text-transform:uppercase;letter-spacing:.04em;border-radius:4px;margin-bottom:10px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.badgeIitkgp{color:#15803d;background:#22c55e1a}[data-theme=dark] .badgeIitkgp{color:#4ade80}.badgeIitb{color:#1d4ed8;background:#3b82f61a}[data-theme=dark] .badgeIitb{color:#60a5fa}.badgeIitm{color:#7c3aed;background:#a855f71a}[data-theme=dark] .badgeIitm{color:#c084fc}.templateCard h3{margin-bottom:4px;font-size:15px;font-weight:600}.templateCard p{color:var(--text-secondary);font-size:13px;line-height:1.45}.templateMeta{color:var(--text-muted);align-items:center;gap:10px;margin-top:12px;font-size:12px;display:flex}.templateMeta span{align-items:center;gap:4px;display:flex}.resumeGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;display:grid}.resumeCard{border-radius:var(--radius-md);background:var(--bg-secondary);border:1px solid var(--border-subtle);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);overflow:hidden}.resumeCard:hover{border-color:var(--border-accent);box-shadow:var(--shadow-md)}.resumePreview{background:var(--preview-bg);border-bottom:1px solid var(--border-subtle);cursor:pointer;justify-content:center;align-items:center;height:160px;padding:16px;display:flex;overflow:hidden}.miniPreview{width:100px;height:140px;box-shadow:var(--shadow-sm);background:#fff;border-radius:2px;padding:8px}.miniPreviewLine{background:#ddd;border-radius:1px;height:3px;margin-bottom:3px}.miniPreviewLine:first-child{background:#555;width:55%;height:4px;margin-bottom:6px}.miniPreviewLine:nth-child(2){width:80%}.miniPreviewLine:nth-child(3){width:90%}.miniPreviewLine:nth-child(4){background:#bbb;width:65%;height:3px;margin-top:6px}.miniPreviewLine:nth-child(5){width:85%}.miniPreviewLine:nth-child(6){width:75%}.resumeInfo{padding:14px}.resumeInfo h3{white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:14px;font-weight:600;overflow:hidden}.resumeMeta{justify-content:space-between;align-items:center;display:flex}.resumeDate{color:var(--text-muted);font-size:12px}.resumeActions{gap:2px;display:flex}.actionBtn{border-radius:var(--radius-sm);color:var(--text-muted);transition:all var(--transition-fast);padding:4px 8px;font-size:12px}.actionBtn:hover{color:var(--text-primary);background:var(--bg-card-hover)}.actionBtn.danger:hover{color:var(--danger);background:#dc26260f}.emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.emptyIcon{border-radius:var(--radius-md);background:var(--bg-card);border:1px solid var(--border-subtle);width:56px;height:56px;color:var(--text-muted);justify-content:center;align-items:center;margin-bottom:16px;font-size:24px;display:flex}.emptyState h3{margin-bottom:6px;font-size:16px;font-weight:600}.emptyState p{color:var(--text-secondary);max-width:360px;margin-bottom:20px;font-size:13px}.modalOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:100;background:#00000040;justify-content:center;align-items:center;animation:.15s fadeIn;display:flex;position:fixed;inset:0}[data-theme=dark] .modalOverlay{background:#00000080}.modal{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);width:90%;max-width:440px;box-shadow:var(--shadow-lg);padding:28px;animation:.2s slideUp}.modal h2{margin-bottom:6px;font-size:18px;font-weight:600}.modal>p{color:var(--text-secondary);margin-bottom:20px;font-size:13px}.formGroup{margin-bottom:16px}.formGroup label{color:var(--text-secondary);margin-bottom:4px;font-size:13px;font-weight:500;display:block}.formGroup input,.formGroup select{background:var(--bg-primary);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);padding:8px 12px;font-size:14px}.formGroup select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:32px}.modalActions{justify-content:flex-end;gap:8px;margin-top:24px;display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.templateGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.dashboard{padding:0 16px 32px}.header{flex-direction:column;align-items:flex-start;gap:12px}.headerActions{justify-content:flex-end;width:100%}.templateGrid,.resumeGrid{grid-template-columns:1fr}.templateCard{padding:16px}.templateMeta{flex-wrap:wrap}.modal{width:95%;padding:20px}.resumeActions{flex-wrap:wrap}}
