.training-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1.5rem 0;box-shadow:0 1px 3px #0000000d}.header-content{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.header-right{align-items:center;gap:2rem;display:flex}.user-info{flex-direction:column;align-items:flex-end;gap:.25rem;display:flex}.user-name{color:#1f2937;font-size:.95rem;font-weight:600}.user-email{color:#6b7280;font-size:.85rem}.role-switch-btn{cursor:pointer;white-space:nowrap;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;transition:all .2s}.role-switch-btn:hover{background:#e5e7eb;border-color:#9ca3af}.logout-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#ef4444;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;transition:background .2s}.logout-btn:hover{background:#dc2626}.home-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#3b82f6;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;transition:background .2s}.home-btn:hover{background:#2563eb}.training-main{flex:1;max-width:1400px;margin:0 auto;padding:2rem}.training-footer{text-align:center;color:#6b7280;background:#f9fafb;border-top:1px solid #e5e7eb;padding:2rem;font-size:.9rem}.training-footer a{color:#3b82f6;text-decoration:none;transition:color .2s}.training-footer a:hover{color:#2563eb;text-decoration:underline}.loading-container{background:#f9fafb;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}.spinner{border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=768px){.header-content{flex-direction:column;gap:1rem}.header-right{flex-direction:column;gap:1rem;width:100%}.user-info{align-items:flex-start;width:100%}.role-switch-btn,.logout-btn{width:100%}.training-main{padding:1rem}}.training-content{background:#f5f5f5;height:100%;display:flex}.training-container{gap:20px;width:100%;padding:20px;display:flex}.modules-sidebar{background:#fff;border-radius:8px;width:300px;height:fit-content;padding:20px;position:sticky;top:20px;overflow-y:auto;box-shadow:0 2px 8px #0000001a}.modules-sidebar h2{color:#333;margin-top:0;margin-bottom:20px;font-size:18px}.modules-list{flex-direction:column;gap:12px;display:flex}.module-card:hover{background:#f0f0f0;border-color:#007bff}.module-card.active{background:#e7f3ff;border-color:#007bff;box-shadow:0 2px 8px #007bff33}.module-header{gap:10px;margin-bottom:8px;display:flex}.module-icon{font-size:24px}.module-info{flex:1}.module-info h3{color:#333;margin:0 0 4px;font-size:14px;font-weight:600}.module-category{color:#999;margin:0;font-size:12px}.progress-text{color:#666;font-size:12px;font-weight:500;display:block}.training-main-content{background:#fff;border-radius:8px;flex-direction:column;flex:1;min-height:0;padding:30px;display:flex;overflow-y:auto;box-shadow:0 2px 8px #0000001a}.module-header-section{border-bottom:2px solid #e0e0e0;margin-bottom:30px;padding-bottom:20px}.module-header-section h1{color:#333;margin:0 0 10px;font-size:28px}.welcome-section{text-align:center;padding:40px 20px}.welcome-section h1{color:#333;margin-bottom:10px}.welcome-section p{color:#666;margin-bottom:40px;font-size:16px}.module-stats{grid-template-columns:repeat(3,1fr);gap:20px;max-width:600px;margin:0 auto;display:grid}.stat{background:#f9f9f9;border-left:4px solid #007bff;border-radius:8px;padding:20px}.stat-number{color:#007bff;margin-bottom:8px;font-size:32px;font-weight:700;display:block}.stat-label{color:#666;font-size:14px;display:block}.lesson-list{margin-top:30px}.lesson-list h2{color:#333;margin-top:0;margin-bottom:20px;font-size:20px}.lesson-card{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:6px;margin-bottom:12px;overflow:hidden}.lesson-header{cursor:pointer;justify-content:space-between;align-items:center;padding:16px;transition:background .2s;display:flex}.lesson-header:hover{background:#f0f0f0}.lesson-title-section{flex:1;align-items:center;gap:12px;display:flex}.lesson-type-badge{color:#fff;background:#007bff;border-radius:4px;padding:4px 8px;font-size:11px;font-weight:600}.lesson-title-section h3{color:#333;margin:0;font-size:16px;font-weight:500}.lesson-duration{color:#999;margin-left:auto;font-size:12px}.lesson-status{align-items:center;gap:12px;margin-left:20px;display:flex}.completed-badge{color:#28a745;font-size:12px;font-weight:600}.toggle-icon{color:#999;font-size:12px;transition:transform .2s}.lesson-card.open .toggle-icon{transform:rotate(180deg)}.lesson-content{background:#fff;border-top:1px solid #e0e0e0;flex-direction:column;flex:1;min-height:600px;padding:20px;display:flex}.video-container,.pdf-container,.html-container{background:#f5f5f5;border-radius:6px;margin-bottom:20px;overflow:hidden}.video-container iframe,.pdf-container iframe{border:none}.placeholder{text-align:center;color:#999;background:#f9f9f9;border:2px dashed #e0e0e0;border-radius:6px;padding:40px}.quiz-question h3{color:#333;margin-top:0}.quiz-question p{color:#333;margin-bottom:20px;font-size:16px}.quiz-options{gap:10px;display:grid}.quiz-option{cursor:pointer;text-align:left;background:#fff;border:2px solid #e0e0e0;border-radius:6px;padding:12px 16px;transition:all .2s}.quiz-results{text-align:center;padding:30px}.quiz-results h3{color:#28a745;margin-bottom:10px}.quiz-results p{color:#007bff;font-size:32px;font-weight:700}.complete-btn{color:#fff;cursor:pointer;background:#28a745;border:none;border-radius:6px;width:100%;margin-top:20px;padding:12px;font-size:16px;font-weight:600;transition:background .2s}.loading{color:#666;background:#f5f5f5;justify-content:center;align-items:center;height:100vh;font-size:18px;display:flex}@media (width<=1024px){.training-container{flex-direction:column}.modules-sidebar{width:100%;position:static}.module-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.training-main-content{padding:20px}.module-header-section h1{font-size:22px}.lesson-title-section{flex-wrap:wrap}.lesson-duration{width:100%;margin-left:0}.module-stats{grid-template-columns:1fr}}.presentation-player{background:linear-gradient(135deg,#f5f5f5 0%,#fff 100%);border-radius:8px;flex-direction:column;height:100%;display:flex;overflow:hidden;box-shadow:0 4px 12px #0000001a}.presentation-content{background:#fff;flex-direction:column;flex:1;padding:40px;display:flex;overflow-y:auto}.slide-header h2{color:#06c;margin:0 0 10px;font-size:28px;font-weight:700}.slide-subtitle{color:#666;margin:0;font-size:14px;font-style:italic}.slide-body{flex-direction:column;flex:1;justify-content:flex-start;min-height:300px;display:flex}.slide-text,.slide-definition,.slide-comparison,.slide-checklist{flex-direction:column;gap:15px;display:flex}.content-item{color:#333;padding:8px 0;font-size:16px;line-height:1.6}.content-item.level-0{font-size:16px;font-weight:500}.content-item.level-1{color:#555;margin-left:20px;font-size:15px}.slide-list{margin:0;padding:0;list-style:none}.list-item{color:#333;align-items:flex-start;gap:12px;margin-bottom:12px;font-size:15px;line-height:1.6;display:flex}.list-item.level-1{margin-left:30px;font-size:14px}.list-bullet{color:#06c;flex-shrink:0;margin-top:2px;font-weight:700}.definition-item{background:#f9f9f9;border-left:4px solid #06c;border-radius:4px;margin-bottom:20px;padding:15px}.definition-term{color:#06c;margin-bottom:8px;font-size:16px}.definition-description{color:#555;font-size:14px;line-height:1.6}.comparison-row{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin:20px 0;display:grid}.comparison-column{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:6px;padding:15px}.comparison-header{color:#06c;margin-bottom:10px;font-size:15px;font-weight:700}.comparison-list{margin:0;padding:0;list-style:none}.comparison-list li{color:#555;padding:5px 0;font-size:13px}.checklist-item{align-items:center;gap:12px;margin-bottom:10px;font-size:15px;list-style:none;display:flex}.checkmark{color:#fff;background:#4caf50;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;display:inline-flex}.slide-notes{color:#856404;background:#fff3cd;border-left:4px solid #ffc107;border-radius:4px;margin-top:20px;padding:12px 15px;font-size:13px}.presentation-controls{background:#f5f5f5;border-top:1px solid #e0e0e0;justify-content:space-between;align-items:center;gap:15px;padding:20px 40px;display:flex}.control-btn{color:#fff;cursor:pointer;background:#06c;border:none;border-radius:4px;min-width:120px;padding:14px 28px;font-size:16px;font-weight:600;transition:background .3s}.control-btn:hover:not(:disabled){background:#0052a3}.control-btn:disabled{cursor:not-allowed;opacity:.6;background:#ccc}.slide-indicator{flex-wrap:wrap;flex:1;justify-content:center;gap:6px;max-width:100%;max-height:120px;padding:0 10px;display:flex;overflow-y:auto}.indicator{cursor:pointer;color:#666;background:#fff;border:2px solid #ddd;border-radius:4px;width:40px;height:40px;padding:0;font-size:13px;font-weight:600;transition:all .3s}.indicator:hover{color:#06c;border-color:#06c}.indicator.active{color:#fff;background:#06c;border-color:#06c}.slide-counter{text-align:center;color:#666;padding-top:8px;font-size:14px;font-weight:600}@media (width<=768px){.presentation-content{padding:25px}.slide-header h2{font-size:22px}.presentation-controls{flex-wrap:wrap;padding:15px 25px}.slide-indicator{order:3;width:100%;margin-top:10px}.control-btn{padding:8px 16px;font-size:12px}}.role-selector-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.role-selector-header{text-align:center;color:#fff;margin-bottom:3rem}.role-selector-header h1{margin:0 0 1rem;font-size:2.5rem;font-weight:700}.role-selector-header p{opacity:.9;margin:0;font-size:1.1rem}.role-selector-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin-bottom:2rem;display:grid}.role-card{cursor:pointer;text-align:center;background:#fff;border:3px solid;border-radius:12px;flex-direction:column;align-items:center;padding:2rem;transition:all .3s;display:flex;box-shadow:0 4px 6px #0000001a}.role-card:hover{transform:translateY(-5px);box-shadow:0 12px 20px #00000026}.role-card.selected{background:#f0f0f0;font-weight:600}.role-icon{margin-bottom:1rem;font-size:3rem}.role-name{color:#333;margin:0 0 .75rem;font-size:1.5rem}.role-description{color:#666;flex-grow:1;margin:0 0 1.5rem;font-size:.95rem;line-height:1.5}.role-action{color:#fff;background:#667eea;border-radius:6px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:background .2s}.role-card.selected .role-action{background:#10b981}.role-selector-info{color:#fff;text-align:center;opacity:.9;max-width:600px;font-size:.95rem}.role-selector-loading,.role-selector-error{background:#fff;border-radius:12px;padding:2rem;font-size:1.1rem;box-shadow:0 4px 6px #0000001a}.role-selector-error{color:#e53e3e}@media (width<=768px){.role-selector-header h1{font-size:1.8rem}.role-selector-grid{grid-template-columns:1fr}.role-card{padding:1.5rem}.role-icon{font-size:2.5rem}}.officer-phase-container{max-width:900px;margin:0 auto;padding:2rem}.phase-header{text-align:center;margin-bottom:3rem}.phase-header h1{color:#333;margin:0 0 .5rem;font-size:2rem}.phase-header p{color:#666;margin:0;font-size:1.1rem}.phases-timeline{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.phase-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 2px 4px #0000000d}.phase-card:hover:not(.locked){border-color:#ec4899;box-shadow:0 4px 12px #ec489926}.phase-card.locked{opacity:.6;background:#f9fafb}.phase-card.completed .phase-card-header{background:#f0fdf4}.phase-card.in-progress .phase-card-header{background:#fef3c7}.phase-card-header{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:1.5rem;padding:1.5rem;display:flex}.phase-indicator{flex-direction:column;flex-shrink:0;align-items:center;gap:.5rem;display:flex}.phase-number{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.25rem;font-weight:700;display:flex}.phase-status-icon{font-size:1.5rem}.phase-title-section{flex:1;min-width:0}.phase-title-section h2{color:#1f2937;margin:0 0 .25rem;font-size:1.3rem}.phase-duration{color:#6b7280;margin:0;font-size:.9rem}.phase-arrow{color:#9ca3af;flex-shrink:0;font-size:1.2rem}.phase-details{background:#fafafa;border-top:1px solid #e5e7eb;padding:1.5rem}.phase-resources-section{margin-bottom:2rem}.phase-description,.phase-objectives,.phase-deliverables,.phase-resources{margin-bottom:1.5rem}.phase-description:last-child,.phase-resources:last-child{margin-bottom:0}.phase-details h3{color:#1f2937;margin:0 0 .5rem;font-size:1rem;font-weight:600}.phase-details p{color:#4b5563;margin:0;font-size:.95rem;line-height:1.6}.phase-resources ul{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.phase-resources li{text-align:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.75rem;font-size:.9rem}.phase-progress-section{background:#fff;border-radius:8px;margin-top:1rem;padding:1rem}.progress-bar-container{background:#e5e7eb;border-radius:4px;width:100%;height:8px;margin:.75rem 0;overflow:hidden}.progress-bar{background:linear-gradient(90deg,#10b981 0%,#059669 100%);border-radius:4px;height:100%;transition:width .3s}.progress-controls{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.progress-slider{appearance:none;background:#d1d5db;border-radius:3px;outline:none;width:100%;height:6px}.progress-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#ec4899;border-radius:50%;width:20px;height:20px}.progress-slider::-moz-range-thumb{cursor:pointer;background:#ec4899;border:none;border-radius:50%;width:20px;height:20px}.phase-button{cursor:pointer;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.phase-button.start{color:#fff;background:#3b82f6}.phase-button.start:hover{background:#2563eb}.phase-button.complete{color:#fff;background:#10b981}.phase-button.complete:hover{background:#059669}.phase-completed-badge{color:#065f46;text-align:center;background:#d1fae5;border-radius:6px;padding:.75rem 1rem;font-size:.95rem;font-weight:600}.phase-completed-indicator{text-align:right;color:#065f46;background:#d1fae5;border-radius:0;padding:.5rem 1.5rem;font-size:.9rem;font-weight:600}.phase-loading,.phase-error{text-align:center;padding:2rem;font-size:1.1rem}.phase-error{color:#c33;background:#fee;border-radius:8px}.phase-footer{text-align:center;color:#6b7280;font-size:.95rem}@media (width<=768px){.officer-phase-container{padding:1rem}.phase-header h1{font-size:1.5rem}.phase-card-header{gap:1rem;padding:1rem}.phase-number{width:40px;height:40px;font-size:1rem}.phase-title-section h2{font-size:1.1rem}.phase-details{padding:1rem}.phase-resources ul{grid-template-columns:1fr}}.phase-resource-viewer{background:#fff;border-radius:12px;animation:.3s ease-out slideIn;overflow:hidden;box-shadow:0 4px 6px #0000001a}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.resource-tabs{background:#f9fafb;border-bottom:2px solid #e5e7eb;gap:0;display:flex;overflow-x:auto}.resource-tabs .tab{cursor:pointer;color:#6b7280;white-space:nowrap;background:0 0;border:none;border-bottom:3px solid #0000;flex:1;min-width:140px;padding:1rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s}.resource-tabs .tab:hover{color:#8b5cf6;background:#f3e8ff}.resource-tabs .tab.active{color:#8b5cf6;background:#fff;border-bottom-color:#8b5cf6}.resource-content{min-height:400px;padding:2rem}.overview-header{margin-bottom:2rem}.overview-header h2{color:#1f2937;margin:0 0 .5rem;font-size:1.75rem}.overview-header .duration{color:#6b7280;font-size:.95rem}.overview-description{color:#374151;font-size:1.05rem;line-height:1.6}.checklist-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.checklist-header h2{color:#1f2937;margin:0;font-size:1.5rem}.download-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6 0%,#6d28d9 100%);border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s}.download-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf64d}.download-btn.small{padding:.5rem .75rem;font-size:.85rem}.checklist-category{margin-bottom:2rem}.category-title{color:#6d28d9;border-bottom:2px solid #e5e7eb;margin:0 0 1rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:700}.checklist-items{margin:0;padding:0;list-style:none}.checklist-item{border-radius:6px;align-items:center;margin-bottom:.5rem;padding:.75rem;transition:all .2s;display:flex}.checklist-item:hover{background:#f3e8ff}.checklist-item input[type=checkbox]{cursor:pointer;accent-color:#8b5cf6;width:20px;height:20px;margin-right:1rem}.checklist-item label{cursor:pointer;color:#374151;flex:1;font-size:.95rem}.checklist-item input[type=checkbox]:checked+label{color:#9ca3af;text-decoration:line-through}.guide-section{border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1.5rem;overflow:hidden}.guide-section-header{cursor:pointer;color:#1f2937;background:#f9fafb;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.25rem;font-weight:600;transition:all .3s;display:flex}.guide-section-header:hover{color:#6d28d9;background:#f3e8ff}.section-title{text-align:left;flex:1}.duration-badge{color:#fff;background:#8b5cf6;border-radius:20px;margin:0 1rem;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.toggle-icon{font-size:1.2rem;transition:transform .3s}.section-content{color:#374151;background:#fff;padding:1.5rem;font-size:.95rem;line-height:1.6}.templates-intro,.guide-intro,.training-intro{color:#6b7280;margin-bottom:1.5rem;font-size:.95rem}.templates-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;display:grid}.template-card{background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:1.5rem;transition:all .3s}.template-card:hover{border-color:#8b5cf6;transform:translateY(-4px);box-shadow:0 8px 16px #8b5cf626}.template-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.template-header h3{color:#1f2937;flex:1;margin:0;font-size:1.1rem}.template-description{color:#6b7280;margin-bottom:1rem;font-size:.9rem;line-height:1.5}.view-template-btn{color:#8b5cf6;cursor:pointer;background:#f3e8ff;border:1px solid #8b5cf6;border-radius:6px;width:100%;padding:.75rem 1rem;font-weight:600;transition:all .3s}.view-template-btn:hover{color:#fff;background:#8b5cf6}.template-preview{background:#1f2937;border-radius:6px;margin-top:1rem;padding:1rem;overflow-x:auto}.template-preview pre{color:#e5e7eb;margin:0;font-family:Courier New,monospace;font-size:.8rem;line-height:1.4}.training-modules{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.training-module{background:linear-gradient(135deg,#faf5ff 0%,#f3e8ff 100%);border:2px solid #8b5cf6;border-radius:8px;padding:1.5rem;transition:all .3s}.training-module:hover{transform:translateY(-4px);box-shadow:0 8px 16px #8b5cf633}.module-header h3{color:#6d28d9;flex:1;margin:0;font-size:1.1rem}.module-duration{color:#6d28d9;white-space:nowrap;background:#fff;border-radius:4px;margin-left:.5rem;padding:.35rem .75rem;font-size:.85rem;font-weight:600}.module-topics{margin-bottom:1.5rem}.topics-label{color:#6d28d9;margin:0 0 .5rem;font-size:.9rem;font-weight:600}.module-topics ul{margin:0;padding:0;list-style:none}.module-topics li{color:#374151;padding:.35rem 0 .35rem 1.5rem;font-size:.9rem;position:relative}.module-topics li:before{content:"→";color:#8b5cf6;font-weight:700;position:absolute;left:0}.launch-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6 0%,#6d28d9 100%);border:none;border-radius:6px;width:100%;padding:.9rem 1rem;font-size:.95rem;font-weight:600;transition:all .3s}.launch-btn:hover{transform:scale(1.02);box-shadow:0 4px 12px #8b5cf666}@media (width<=768px){.resource-content{padding:1.5rem}.resource-tabs .tab{padding:.75rem 1rem;font-size:.85rem}.templates-grid,.training-modules{grid-template-columns:1fr}.checklist-header{flex-direction:column;align-items:flex-start;gap:1rem}.download-btn{width:100%}.guide-section-header{padding:1rem}.duration-badge{margin:0 .5rem 0 0}}.training-module-viewer{background:#fff;flex-direction:column;height:100vh;display:flex;position:relative;overflow:hidden}.training-module-viewer.slide-view{justify-content:space-between}.tmv-header{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#6d28d9 100%);flex-shrink:0;padding:1.5rem 2rem;box-shadow:0 4px 12px #00000026}.tmv-header-top{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:1rem;display:flex}.tmv-header-content{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:1.5rem;display:flex}.close-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;padding:0;font-size:2rem;transition:background .3s;display:flex}.close-btn:hover{background:#fff3}.module-info h1{margin:0 0 .5rem;font-size:1.8rem}.module-meta{opacity:.9;flex-wrap:wrap;gap:.75rem;margin:0;font-size:.95rem;display:flex}.module-meta .difficulty{text-transform:capitalize;background:#ffffff40;border-radius:20px;padding:.25rem .75rem;font-weight:600}.progress-section{width:100%;max-width:400px}.progress-text{opacity:.9;margin:0;font-size:.9rem}.tmv-content-area{background:#fafafa;flex:1;gap:1rem;padding:1rem;display:flex;overflow:hidden}.tmv-content-area.with-video{gap:1rem}.tmv-slide-container{background:#fafafa;flex:1;justify-content:center;align-items:center;min-width:0;padding:2rem;display:flex;overflow:hidden}.tmv-content-area.with-video .tmv-slide-container{flex:1;padding:1rem}.tmv-video-container{background:#000;border-radius:8px;flex-direction:column;flex:0 0 40%;display:flex;overflow:hidden;box-shadow:0 2px 8px #0003}.tmv-video-player{object-fit:contain;background:#000;width:100%;height:100%}.slide-content{background:#fff;border-radius:8px;width:100%;max-width:900px;max-height:100%;padding:2.5rem;overflow-y:auto;box-shadow:0 2px 8px #0000001a}.slide-content h2{color:#1f2937;margin:0 0 1.5rem;font-size:1.6rem}.objectives-slide ul{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.objectives-slide li{color:#374151;background:#f3e8ff;border-radius:6px;padding:1rem 1rem 1rem 2.5rem;font-size:1rem;line-height:1.6;position:relative}.objectives-slide li:before{content:"✓";color:#8b5cf6;font-size:1.2rem;font-weight:700;position:absolute;left:.75rem}.lesson-header{margin-bottom:1.5rem}.lesson-header h2{margin:0 0 .5rem}.lesson-body-slide{color:#374151;font-size:.95rem;line-height:1.8}.content-paragraph{white-space:pre-wrap;word-wrap:break-word;margin-bottom:1.25rem}.learning-objectives{background:#f3e8ff;border-left:4px solid #8b5cf6;margin:2rem;padding:2rem}.learning-objectives h2{color:#6d28d9;margin:0 0 1rem}.learning-objectives ul{margin:0;padding:0;list-style:none}.learning-objectives li{color:#374151;padding:.5rem 0 .5rem 2rem;line-height:1.6;position:relative}.learning-objectives li:before{content:"✓";color:#8b5cf6;font-weight:700;position:absolute;left:0}.lesson-content{flex:1;width:100%;max-width:900px;margin:0 auto;padding:2rem;overflow-y:auto}.lesson-content h2{color:#1f2937;margin:0 0 .5rem;font-size:1.6rem}.lesson-duration{color:#6b7280;margin:0 0 1.5rem;font-size:.95rem}.lesson-body{color:#374151;font-size:.95rem;line-height:1.8}.tmv-slide-nav{background:#f9fafb;border-top:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex}.slide-counter{color:#6b7280;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.counter-display{color:#8b5cf6;font-size:1.1rem;font-weight:700}.counter-separator{color:#d1d5db}.counter-total{color:#6b7280}.tmv-footer{background:#f9fafb;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex}.nav-btn{cursor:pointer;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s}.prev-btn,.back-btn{color:#374151;background:#e5e7eb}.prev-btn:hover:not(:disabled),.back-btn:hover:not(:disabled){background:#d1d5db}.next-btn{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#6d28d9 100%)}.next-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf64d}.lesson-counter{color:#6b7280;font-weight:600}.quiz-view{overflow-y:auto}.quiz-instructions{color:#fff;opacity:.95;margin:1rem 0 0;font-size:1.05rem}.quiz-container{flex:1;width:100%;max-width:900px;margin:0 auto;padding:2rem;overflow-y:auto}.quiz-question{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.quiz-question h3{color:#1f2937;margin:0 0 1rem;font-size:1.05rem}.quiz-options{flex-direction:column;gap:.75rem;display:flex}.quiz-option{cursor:pointer;border:2px solid #e5e7eb;border-radius:6px;align-items:center;padding:.75rem;transition:all .3s;display:flex}.quiz-option:hover{background:#f3e8ff;border-color:#8b5cf6}.quiz-option input[type=radio]{cursor:pointer;accent-color:#8b5cf6;width:20px;height:20px;margin-right:1rem}.quiz-option span{color:#374151;flex:1}.submit-quiz-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:6px;padding:.9rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.submit-quiz-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.submit-quiz-btn:disabled{opacity:.5;cursor:not-allowed}.results-view{align-items:stretch}.results-container{text-align:center;flex:1;width:100%;max-width:800px;margin:0 auto;padding:3rem 2rem;overflow-y:auto}.completion-badge,.failure-badge{margin-bottom:1rem;font-size:4rem;animation:1s ease-out bounce}@keyframes bounce{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.results-container h2{color:#1f2937;margin:0 0 .5rem;font-size:2rem}.completion-message,.failure-message{color:#6b7280;margin-bottom:2rem;font-size:1.1rem}.score-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;gap:2rem;margin:2rem 0;padding:2rem;display:flex}.score-display{flex-direction:column;align-items:center;display:flex}.score-value{color:#8b5cf6;font-size:3rem;font-weight:700}.score-label{color:#6b7280;margin-top:.5rem;font-size:.9rem}.score-needed{flex-direction:column;align-items:center;display:flex}.needed-value{color:#f59e0b;font-size:2rem;font-weight:700}.needed-label{color:#6b7280;margin-top:.5rem;font-size:.9rem}.score-card.failed{background:#fef2f2;border-color:#fee2e2}.score-details{text-align:left}.score-details p{color:#374151;margin:.75rem 0;font-weight:600}.certificate-preview{text-align:center;background:linear-gradient(135deg,#fef3c7 0%,#fef9e7 100%);border:3px solid #f59e0b;border-radius:12px;margin:2rem 0;padding:3rem}.certificate-preview h3{color:#d97706;margin:0 0 1.5rem;font-size:1.5rem;font-weight:700}.cert-content p{color:#374151;margin:.75rem 0;font-size:.95rem}.cert-name,.cert-module{color:#92400e;font-size:1.1rem;font-weight:700}.cert-date,.cert-score{color:#78350f;margin-top:1rem;font-size:.9rem}.review-section{text-align:left;margin:2rem 0}.review-section h3{color:#1f2937;margin-bottom:1.5rem}.review-item{background:#fff;border:1px solid #e5e7eb;border-left-width:4px;border-radius:6px;margin-bottom:1rem;padding:1rem}.review-item.correct{background:#f0fdf4;border-left-color:#10b981}.review-item.incorrect{background:#fef2f2;border-left-color:#ef4444}.question-text{color:#1f2937;margin:0 0 .75rem;font-weight:600}.user-answer,.correct-answer{color:#374151;margin:.5rem 0;font-size:.9rem}.correct-answer{color:#10b981}.user-answer{color:#ef4444}.explanation{color:#6b7280;background:#f9fafb;border-radius:4px;margin:.75rem 0 0;padding:.75rem;font-size:.85rem;line-height:1.6}.results-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.download-cert-btn,.continue-btn,.retry-btn,.review-lessons-btn,.exit-btn{cursor:pointer;border:none;border-radius:6px;padding:.9rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s}.download-cert-btn,.continue-btn{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#6d28d9 100%)}.download-cert-btn:hover,.continue-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf64d}.retry-btn{color:#fff;background:#3b82f6}.retry-btn:hover{background:#2563eb}.review-lessons-btn{color:#fff;background:#f59e0b}.review-lessons-btn:hover{background:#d97706}.exit-btn{color:#374151;background:#e5e7eb}.exit-btn:hover{background:#d1d5db}@media (width<=768px){.tmv-header{padding:1rem}.tmv-header-top,.tmv-header-content{flex-direction:column;gap:1rem}.module-info h1{font-size:1.3rem}.close-btn{width:40px;height:40px;font-size:1.5rem}.tmv-slide-container{padding:1rem}.slide-content{border-radius:6px;padding:1.5rem}.lesson-content,.quiz-container,.results-container{padding:1rem}.tmv-footer,.tmv-slide-nav{flex-direction:column;gap:.75rem}.nav-btn{width:100%}.lesson-counter,.slide-counter{order:-1;justify-content:center;width:100%}.score-card{flex-direction:column;gap:1rem}.certificate-preview{padding:1.5rem}.results-actions{gap:.75rem}.download-cert-btn,.continue-btn,.retry-btn,.review-lessons-btn,.exit-btn{flex:1;min-width:120px;padding:.75rem 1rem;font-size:.85rem}.objectives-slide li{padding:.75rem .75rem .75rem 2rem;font-size:.9rem}.slide-content h2{font-size:1.3rem}.content-paragraph{font-size:.9rem}}.certification-tracker{max-width:1200px;margin:0 auto;padding:2rem}.cert-header{text-align:center;margin-bottom:3rem}.cert-header h1{color:#333;margin:0 0 .5rem;font-size:2rem}.cert-header p{color:#666;margin:0;font-size:1.1rem}.cert-grid{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:2rem;margin-bottom:2rem;display:flex}.cert-card{cursor:pointer;text-align:center;background:#fff;border:2px solid #e5e7eb;border-radius:12px;flex-direction:column;flex-shrink:0;align-items:center;width:280px;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 2px 4px #0000000d}.cert-card:hover{border-color:#8b5cf6;transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf626}.cert-card.selected{background:#faf5ff;border-color:#8b5cf6;box-shadow:0 4px 12px #8b5cf633}.cert-card.in-progress{border-color:#fbbf24}.cert-card.certified{background:#f0fdf4;border-color:#10b981}.cert-card.exam-eligible{border-color:#f59e0b}.cert-icon{margin-bottom:1rem;font-size:2.5rem}.cert-card h2{color:#1f2937;margin:0 0 .5rem;font-size:1.25rem}.cert-provider{color:#6b7280;margin:0 0 1rem;font-size:.9rem}.cert-progress-bar{background:#e5e7eb;border-radius:3px;width:100%;height:6px;margin:.75rem 0;overflow:hidden}.cert-progress-fill{background:linear-gradient(90deg,#8b5cf6 0%,#6d28d9 100%);border-radius:3px;height:100%;transition:width .3s}.cert-status{color:#6b7280;margin-top:.5rem;font-size:.9rem;font-weight:600}.cert-details{text-align:left;border-top:1px solid #e5e7eb;width:100%;margin-top:1rem;padding-top:1rem}.cert-description{color:#4b5563;margin:0 0 1rem;font-size:.95rem;line-height:1.5}.cert-prerequisites{background:#f9fafb;border-radius:6px;margin-bottom:1rem;padding:.75rem}.cert-prerequisites h3{color:#1f2937;margin:0 0 .5rem;font-size:.9rem}.cert-prerequisites p{color:#4b5563;margin:0;font-size:.85rem}.cert-modules{background:#f9fafb;border-radius:6px;margin-top:1rem;padding:.75rem}.cert-modules h3{color:#1f2937;margin:0 0 .5rem;font-size:.9rem}.cert-modules ul{margin:0;padding:0;list-style:none}.cert-modules li{color:#4b5563;padding:.25rem 0;font-size:.85rem}.cert-actions{width:100%;margin-top:1rem}.cert-button{cursor:pointer;border:none;border-radius:6px;width:100%;margin-top:.5rem;padding:.75rem 1rem;font-size:.95rem;font-weight:600;transition:all .2s}.cert-button.start{color:#fff;background:#8b5cf6}.cert-button.start:hover{background:#7c3aed}.cert-button.eligible{color:#fff;background:#f59e0b}.cert-button.eligible:hover{background:#d97706}.cert-button.certified{color:#fff;background:#10b981}.cert-button.certified:hover{background:#059669}.cert-button.retry{color:#fff;background:#ef4444;margin-top:.25rem}.cert-button.retry:hover{background:#dc2626}.cert-button.download{color:#fff;background:#3b82f6;margin-top:.25rem}.cert-button.download:hover{background:#2563eb}.cert-action-group{margin-top:.5rem}.cert-slider{appearance:none;background:#e5e7eb;border-radius:3px;outline:none;width:100%;height:6px;margin:.5rem 0}.cert-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#8b5cf6;border-radius:50%;width:18px;height:18px}.cert-slider::-moz-range-thumb{cursor:pointer;background:#8b5cf6;border:none;border-radius:50%;width:18px;height:18px}.slider-label{color:#6b7280;margin:.5rem 0;font-size:.85rem}.exam-message{color:#4b5563;margin:.5rem 0;font-size:.9rem;font-weight:500}.cert-certified-badge{text-align:center;background:#d1fae5;border-radius:6px;padding:.75rem}.cert-certified-badge p{color:#065f46;margin:0 0 .75rem;font-size:.9rem;font-weight:600}.cert-loading,.cert-error,.cert-empty{text-align:center;background:#fff;border-radius:8px;padding:2rem;font-size:1.1rem}.cert-error{color:#c33;background:#fee}.cert-empty{color:#6b7280}.cert-card.cams-featured{background:linear-gradient(135deg,#faf5ff 0%,#f3e8ff 100%);border:3px solid #8b5cf6;flex-shrink:0;width:100%;max-width:600px;position:relative;box-shadow:0 8px 24px #8b5cf633}.cert-card.cams-featured:hover{transform:translateY(-4px);box-shadow:0 12px 32px #8b5cf64d}.cert-card.cams-featured .cert-icon{font-size:3rem}.cert-card.cams-featured h2{color:#6d28d9;font-size:1.5rem;font-weight:700}.cert-card.cams-featured .cert-provider{color:#8b5cf6;font-weight:600}.cert-description-short{color:#4b5563;min-height:2.5em;margin:1rem 0;font-size:.95rem;line-height:1.5}.cert-highlights{grid-template-columns:repeat(4,1fr);gap:.5rem;width:100%;margin:1.5rem 0;display:grid}.highlight{color:#6d28d9;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem;font-size:.85rem;font-weight:600}.cert-button.cams-start{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#6d28d9 100%);width:100%;margin-top:1rem;padding:.95rem 1.5rem;font-size:1rem;font-weight:700}.cert-button.cams-start:hover{transform:scale(1.02);box-shadow:0 4px 12px #8b5cf666}.badge-new{color:#fff;text-transform:uppercase;background:#10b981;border-radius:20px;padding:.5rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;right:1rem}.back-to-certs-btn{color:#8b5cf6;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem 1rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-block}.back-to-certs-btn:hover{color:#6d28d9;background:#f3e8ff}@media (width<=768px){.certification-tracker{padding:1rem}.cert-header h1{font-size:1.5rem}.cert-grid{gap:1rem}.cert-card{flex-shrink:1;width:100%;max-width:100%;padding:1rem}.cert-card.cams-featured{max-width:100%}.cert-highlights{grid-template-columns:repeat(2,1fr)}}.cams-course-container{max-width:1400px;margin:0 auto;padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.cams-header{color:#fff;background:linear-gradient(135deg,#1e40af 0%,#1e3a8a 100%);border-radius:12px;margin-bottom:30px;padding:40px 20px;box-shadow:0 4px 6px #0000001a}.cams-header-content h1{margin:0 0 10px;font-size:2.5em}.cams-header-content .subtitle{opacity:.9;margin:0 0 20px;font-size:1.2em}.progress-info{margin-top:20px}.progress-bar{background:#ffffff4d;border-radius:6px;width:100%;height:12px;margin-bottom:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#4ade80 0%,#22c55e 100%);border-radius:6px;height:100%;transition:width .3s}.progress-text{margin:0;font-size:.95em;font-weight:500}.cams-tabs{border-bottom:2px solid #e5e7eb;gap:10px;margin-bottom:30px;display:flex}.tab{cursor:pointer;color:#6b7280;background:0 0;border:none;border-bottom:3px solid #0000;padding:12px 20px;font-size:1em;font-weight:500;transition:all .3s}.tab:hover{color:#1e40af}.tab.active{color:#1e40af;border-bottom-color:#1e40af}.modules-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;margin-bottom:30px;display:grid}.module-card{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:24px;transition:all .3s}.module-card:hover{border-color:#1e40af;transform:translateY(-2px);box-shadow:0 8px 16px #1e40af26}.module-card.completed{background:#f0fdf4;border-color:#22c55e}.module-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.module-number{color:#fff;background:#1e40af;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1em;font-weight:700;display:inline-flex}.module-card.completed .module-number{background:#22c55e}.status{border-radius:20px;padding:4px 12px;font-size:.85em;font-weight:500}.status.complete{color:#166534;background:#dcfce7}.status.pending{color:#6b7280;background:#f3f4f6}.module-card h3{color:#1f2937;margin:12px 0;font-size:1.3em}.duration{color:#6b7280;margin:8px 0 12px;font-size:.95em}.objectives{color:#4b5563;margin:12px 0;padding:0;font-size:.9em;list-style:none}.objectives li{padding:4px 0 4px 20px;position:relative}.objectives li:before{content:"▪";color:#1e40af;position:absolute;left:0}.start-btn{color:#fff;cursor:pointer;background:#1e40af;border:none;border-radius:6px;width:100%;margin-top:16px;padding:10px;font-size:1em;font-weight:600;transition:all .3s}.start-btn:hover{background:#1e3a8a;transform:translateY(-2px);box-shadow:0 4px 12px #1e40af4d}.final-exam-card{background:#fffbeb;border:3px solid #f59e0b}.final-exam-card .module-number{background:#f59e0b}.exam-btn{background:#f59e0b;font-size:1.1em}.exam-btn:hover{background:#d97706}.certificate-card{background:#f5f3ff;border:3px solid #8b5cf6}.certificate-card .module-number{background:#8b5cf6}.exam-score{color:#8b5cf6;margin:12px 0;font-size:1.8em;font-weight:700}.cert-code{color:#4b5563;background:#fff;border-left:4px solid #8b5cf6;border-radius:6px;margin:12px 0;padding:8px 12px;font-family:Courier New,monospace}.certificate-actions{gap:10px;margin-top:16px;display:flex}.download-btn{color:#fff;cursor:pointer;background:#8b5cf6;border:none;border-radius:6px;flex:1;padding:10px;font-weight:600;transition:all .3s}.download-btn:hover{background:#7c3aed}.module-detail{background:#fff;border-radius:12px;padding:30px}.back-btn{color:#1e40af;cursor:pointer;background:0 0;border:none;margin-bottom:20px;font-size:1em;font-weight:600;transition:color .3s}.back-btn:hover{color:#1e3a8a}.slideshow-container{margin-bottom:30px}.slide-header{border-bottom:2px solid #e5e7eb;margin-bottom:24px;padding-bottom:12px}.slide-header h2{color:#1f2937;margin:0 0 8px;font-size:1.8em}.slide-counter{color:#6b7280;margin:0;font-size:.9em;font-weight:500}.slide{background:#f9fafb;border-left:4px solid #1e40af;border-radius:8px;flex-direction:column;min-height:400px;margin-bottom:24px;padding:40px;display:flex}.slide h3{color:#1f2937;margin-top:0;margin-bottom:24px;font-size:1.5em}.objectives-list{margin:0;padding:0;list-style:none}.objectives-list li{color:#0c4a6e;background:#f0f9ff;border-left:3px solid #0284c7;border-radius:6px;margin-bottom:12px;padding:8px 12px;line-height:1.6}.slide-content{flex:1}.slide-content p{color:#4b5563;margin:0;font-size:1em;line-height:1.8}.slide-navigation{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.nav-btn{color:#fff;cursor:pointer;background:#1e40af;border:none;border-radius:6px;min-width:120px;padding:10px 20px;font-weight:600;transition:all .3s}.nav-btn:hover:not(:disabled){background:#1e3a8a;transform:translateY(-2px);box-shadow:0 4px 12px #1e40af4d}.nav-btn:disabled{opacity:.5;cursor:not-allowed}.slide-indicators{flex-wrap:wrap;flex:1;justify-content:center;gap:6px;display:flex}.indicator{cursor:pointer;background:#fff;border:2px solid #1e40af;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.indicator:hover{background:#e0e7ff}.indicator.active{background:#1e40af;box-shadow:0 0 8px #1e40af80}.learning-objectives{background:#f0f9ff;border-left:4px solid #0284c7;border-radius:8px;margin-bottom:24px;padding:16px 20px}.learning-objectives h3{color:#0c4a6e;margin-top:0}.learning-objectives ul{margin:0;padding-left:20px}.learning-objectives li{color:#0c4a6e;margin-bottom:6px}.sections{margin-bottom:30px}.section{background:#f9fafb;border-left:4px solid #1e40af;border-radius:8px;margin-bottom:24px;padding:20px}.section h4{color:#1f2937;margin-top:0;font-size:1.2em}.section p{color:#4b5563;margin:0;line-height:1.6}.module-actions{gap:12px;margin-top:24px;display:flex}.flashcard-btn,.quiz-btn{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:6px;flex:1;padding:12px;font-size:1em;font-weight:600;transition:all .3s}.flashcard-btn{color:#8b5cf6;border-color:#8b5cf6}.flashcard-btn:hover{background:#f5f3ff}.quiz-btn{color:#22c55e;border-color:#22c55e}.quiz-btn:hover{background:#f0fdf4}.quiz-container{background:#fff;border-radius:12px;padding:30px}.quiz-container h2{color:#1f2937;margin-bottom:24px}.quiz-questions{margin-bottom:30px}.quiz-question p{color:#1f2937;margin:0 0 12px;font-size:1em}.quiz-question strong{color:#1e40af}.options{flex-direction:column;gap:10px;display:flex}.option{cursor:pointer;color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-radius:6px;align-items:center;padding:10px;transition:all .2s;display:flex}.option:hover{background:#f0f9ff;border-color:#0284c7}.option input[type=radio]{cursor:pointer;width:18px;height:18px;margin-right:12px}.option input[type=radio]:checked{accent-color:#1e40af}.submit-btn{color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:6px;width:100%;padding:12px;font-size:1.1em;font-weight:600;transition:all .3s}.submit-btn:hover:not(:disabled){background:#16a34a}.submit-btn:disabled{opacity:.5;cursor:not-allowed}.quiz-results{text-align:center;background:#fff;border-radius:12px;padding:30px}.score-display{margin:30px 0}.score-number{color:#1e40af;margin-bottom:10px;font-size:4em;font-weight:700}.score-display p{margin:10px 0;font-size:1.5em;font-weight:600}.score-display p.passed{color:#22c55e}.score-display p.failed{color:#ef4444}.score-message{color:#4b5563;margin:20px 0;font-size:1.1em}.complete-btn{color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:6px;margin-top:20px;padding:12px 30px;font-size:1.1em;font-weight:600;transition:all .3s}.complete-btn:hover{background:#16a34a}.progress-view{background:#fff;border-radius:12px;padding:30px}.progress-view h2{color:#1f2937;margin-bottom:24px}.progress-summary{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px;display:grid}.stat{color:#fff;text-align:center;background:linear-gradient(135deg,#1e40af 0%,#3b82f6 100%);border-radius:12px;padding:24px}.stat-value{margin-bottom:8px;font-size:2.5em;font-weight:700}.stat-label{opacity:.9;font-size:.95em}.progress-details{flex-direction:column;gap:12px;display:flex}.progress-item{background:#f9fafb;border-left:4px solid #1e40af;border-radius:8px;grid-template-columns:100px 1fr auto;align-items:center;gap:16px;padding:16px;display:grid}.module-num{color:#1e40af;font-weight:600}.module-title{color:#1f2937}.status-badge.completed{color:#166534;background:#dcfce7}.status-badge.pending{color:#6b7280;background:#f3f4f6}.flashcard-modules{background:#fff;border-radius:12px;padding:30px}.flashcard-modules h2{color:#1f2937;margin-bottom:8px}.flashcard-modules>p{color:#6b7280;margin-bottom:24px}.flashcard-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.flashcard-module-select{color:#fff;cursor:pointer;text-align:center;background:linear-gradient(135deg,#8b5cf6 0%,#a78bfa 100%);border-radius:12px;padding:24px;transition:all .3s}.flashcard-module-select:hover{transform:translateY(-4px);box-shadow:0 8px 16px #8b5cf64d}.flashcard-module-select h3{margin:0 0 8px;font-size:1.4em}.flashcard-module-select p{opacity:.9;margin:4px 0}.card-count{margin-top:12px;font-size:1.2em;font-weight:600}.flashcard-viewer{background:#fff;border-radius:12px;padding:30px}.flashcard-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.flashcard-header h2{color:#1f2937;margin:0}.flashcard-header p{color:#6b7280;margin:0;font-weight:600}.flashcard{perspective:1000px;cursor:pointer;height:300px;margin-bottom:30px}.flashcard-inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s;position:relative}.flashcard.flipped .flashcard-inner{transform:rotateY(180deg)}.flashcard-front,.flashcard-back{backface-visibility:hidden;text-align:center;border-radius:12px;justify-content:center;align-items:center;width:100%;height:100%;padding:30px;font-size:1.2em;font-weight:600;line-height:1.6;display:flex;position:absolute}.flashcard-front{color:#fff;background:linear-gradient(135deg,#1e40af 0%,#3b82f6 100%)}.flashcard-back{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#a78bfa 100%);transform:rotateY(180deg)}.flip-hint{opacity:.7;font-size:.8em;position:absolute;bottom:20px}.flashcard-controls{justify-content:center;gap:12px;margin-bottom:20px;display:flex}.flashcard-controls button{color:#fff;cursor:pointer;background:#1e40af;border:none;border-radius:6px;padding:10px 20px;font-weight:600;transition:all .3s}.flashcard-controls button:hover:not(:disabled){background:#1e3a8a}.flashcard-controls button:disabled{opacity:.5;cursor:not-allowed}.download-flashcards-btn{color:#fff;cursor:pointer;background:#8b5cf6;border:none;border-radius:6px;width:100%;padding:12px;font-size:1em;font-weight:600;transition:all .3s}.download-flashcards-btn:hover{background:#7c3aed}@media (width<=768px){.cams-course-container{padding:12px}.cams-header{padding:24px 16px}.cams-header-content h1{font-size:1.8em}.modules-grid{grid-template-columns:1fr}.module-detail,.quiz-container,.quiz-results,.progress-view,.flashcard-modules,.flashcard-viewer{padding:20px}.progress-item{grid-template-columns:1fr}.module-num{display:none}.module-actions{flex-direction:column}.flashcard{height:400px}}.manager-container{background:#f9fafb;min-height:100vh;padding:2rem}.manager-header{justify-content:space-between;align-items:flex-start;gap:2rem;max-width:1400px;margin:0 auto 2rem;display:flex}.header-left{flex:1}.header-left h1{color:#1f2937;margin:0 0 .5rem;font-size:2rem}.header-left p{color:#6b7280;margin:0;font-size:1.1rem}.header-right{flex-shrink:0}.teams-dropdown{background:#fff;border-radius:12px;min-width:350px;padding:1rem;box-shadow:0 1px 3px #0000000d}.teams-dropdown h3{color:#1f2937;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .75rem;font-size:.9rem;font-weight:600}.teams-list-horizontal{flex-direction:column;gap:.5rem;margin-bottom:.75rem;display:flex}.team-item-horizontal{cursor:pointer;background:#f3f4f6;border:2px solid #0000;border-radius:6px;justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem;transition:all .2s;display:flex}.team-item-horizontal:hover{background:#e5e7eb}.team-item-horizontal.active{background:#fff;border-color:#3b82f6}.team-item-horizontal .team-name{color:#1f2937;font-size:.9rem;font-weight:600}.team-meta-compact{color:#6b7280;gap:.75rem;font-size:.75rem;display:flex}.team-meta-compact .overdue{color:#6b7280}.team-meta-compact .overdue.warning{color:#ef4444;font-weight:600}.new-team-btn-header{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:6px;width:100%;padding:.65rem;font-size:.9rem;font-weight:600;transition:background .2s}.new-team-btn-header:hover{background:#2563eb}.manager-layout{width:100%;max-width:1400px;margin:0 auto;display:flex}.manager-main{flex-direction:column;gap:1.5rem;width:100%;display:flex}.error-message{color:#c33;background:#fee;border-radius:8px;margin-bottom:1rem;padding:1rem}.summary-cards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.card{text-align:center;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000000d}.card h3{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .75rem;font-size:.95rem}.card-value{color:#1f2937;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.card-value.good{color:#10b981}.card-value.warning{color:#ef4444}.card-label{color:#9ca3af;margin:0;font-size:.85rem}.card.danger{background:#fef2f2;border-left:4px solid #ef4444}.member-status{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000000d}.section-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.section-header h2{color:#1f2937;margin:0}.assign-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:background .2s}.assign-btn:hover{background:#2563eb}.button-group{gap:1rem;display:flex}.table-container{overflow-x:auto}.member-table{border-collapse:collapse;width:100%;font-size:.95rem}.member-table thead{background:#f3f4f6}.member-table th{text-align:left;color:#1f2937;border-bottom:2px solid #e5e7eb;padding:1rem;font-weight:600}.member-table td{color:#4b5563;border-bottom:1px solid #e5e7eb;padding:1rem}.member-table tbody tr:hover{background:#f9fafb}.member-name{color:#1f2937;font-weight:500}.completed{color:#10b981;font-weight:600}.overdue{color:#6b7280}.overdue.warning{color:#ef4444;font-weight:600}.progress-text{color:#6b7280;font-size:.8rem}.due-date{color:#6b7280;font-size:.9rem}.overdue-section{background:#fef2f2;border-left:4px solid #ef4444;border-radius:12px;padding:1.5rem}.overdue-section h2{color:#991b1b;margin:0 0 1rem}.overdue-list{gap:1rem;display:grid}.overdue-item{background:#fff;border-radius:8px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.item-info{flex:1}.item-info strong{color:#1f2937;margin-bottom:.25rem;display:block}.item-info p{color:#6b7280;margin:.25rem 0;font-size:.85rem}.remind-btn{cursor:pointer;color:#78350f;white-space:nowrap;background:#fbbf24;border:none;border-radius:6px;margin-left:1rem;padding:.5rem 1rem;font-weight:600;transition:background .2s}.remind-btn:hover{background:#f59e0b}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:500px;padding:2rem;box-shadow:0 20px 25px #00000026}.modal-content h2{color:#1f2937;margin:0 0 1.5rem}.modal-content form{flex-direction:column;gap:1rem;display:flex}.modal-content input,.modal-content textarea,.modal-content select{border:1px solid #d1d5db;border-radius:6px;padding:.75rem;font-family:inherit;font-size:1rem}.modal-content input:focus,.modal-content textarea:focus,.modal-content select:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.modal-content label{color:#1f2937;flex-direction:column;gap:.5rem;font-weight:500;display:flex}.form-actions{gap:1rem;margin-top:1rem;display:flex}.form-actions button{cursor:pointer;border:none;border-radius:6px;flex:1;padding:.75rem;font-weight:600;transition:all .2s}.form-actions button[type=submit]{color:#fff;background:#3b82f6}.form-actions button[type=submit]:hover:not(:disabled){background:#2563eb}.form-actions button[type=submit]:disabled{cursor:not-allowed;background:#9ca3af}.form-actions button.cancel{color:#1f2937;background:#e5e7eb}.form-actions button.cancel:hover{background:#d1d5db}.error{color:#c33;background:#fee;border-radius:6px;padding:.75rem;font-size:.9rem}.no-teams{text-align:center;background:#fff;border-radius:12px;padding:3rem}.no-teams p{color:#6b7280;margin-bottom:1.5rem;font-size:1.1rem}.create-team-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600}.create-team-btn:hover{background:#2563eb}.manager-loading{text-align:center;color:#6b7280;padding:3rem;font-size:1.1rem}@media (width<=1024px){.manager-header{flex-direction:column}.teams-dropdown{min-width:100%}.summary-cards{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.manager-container{padding:1rem}.manager-header{flex-direction:column;margin-bottom:1.5rem}.header-left h1{font-size:1.5rem}.teams-dropdown{min-width:100%}.summary-cards{grid-template-columns:1fr}.card-value{font-size:2rem}.member-table{font-size:.85rem}.member-table th,.member-table td{padding:.75rem .5rem}.remind-btn{margin-left:.5rem;padding:.4rem .8rem;font-size:.8rem}.modal-content{width:95%}}.manager-trainings-section{background:#fff;border-radius:12px;margin-bottom:2rem;padding:1.5rem;box-shadow:0 1px 3px #0000000d}.manager-trainings-section h2{color:#1f2937;margin:0 0 1.5rem;font-size:1.3rem}.manager-trainings-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;display:grid}.manager-training-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;transition:all .2s}.manager-training-card:hover{border-color:#3b82f6;box-shadow:0 2px 4px #3b82f61a}.training-header-mini{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.training-header-mini h3{color:#1f2937;flex:1;margin:0;font-size:1rem}.status-badge.status-pending{color:#92400e;background:#fef3c7}.status-badge.status-in-progress{color:#1e40af;background:#bfdbfe}.status-badge.status-completed{color:#065f46;background:#d1fae5}.training-team{color:#6b7280;margin:0 0 .5rem;font-size:.85rem}.training-dates-mini{color:#9ca3af;margin-bottom:.75rem;font-size:.85rem}.training-actions-mini{gap:.5rem;display:flex}.btn-mini{cursor:pointer;border:none;border-radius:4px;flex:1;padding:.5rem;font-size:.8rem;font-weight:600;transition:all .2s}.btn-start-mini{color:#fff;background:#3b82f6}.btn-start-mini:hover:not(:disabled){background:#2563eb}.btn-complete-mini{color:#fff;background:#10b981}.btn-complete-mini:hover:not(:disabled){background:#059669}.btn-restart-mini{color:#fff;background:#f59e0b}.btn-restart-mini:hover:not(:disabled){background:#d97706}.btn-mini:disabled{opacity:.6;cursor:not-allowed}.checkbox-label{color:#1f2937;cursor:pointer;align-items:center;gap:.5rem;padding:.75rem 0;font-weight:500;display:flex}.training-viewer-overlay{z-index:2000;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.training-viewer-modal{background:#fff;border-radius:12px;flex-direction:column;width:90%;max-width:1200px;height:85vh;display:flex;box-shadow:0 20px 60px #0000004d}.viewer-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;gap:1rem;padding:2rem;display:flex}.header-controls{align-items:center;gap:.5rem;display:flex}.viewer-header h2{color:#1f2937;margin:0 0 .5rem;font-size:1.5rem}.module-description{color:#6b7280;margin:0;font-size:.95rem}.close-btn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:1.5rem;transition:all .2s;display:flex}.close-btn:hover{color:#1f2937;background:#f3f4f6}.video-toggle-btn{color:#1f2937;cursor:pointer;white-space:nowrap;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s}.video-toggle-btn:hover{background:#e5e7eb;border-color:#9ca3af}.viewer-progress{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:1rem 2rem}.progress-bar{background:#e5e7eb;border-radius:3px;height:6px;margin-bottom:.5rem;overflow:hidden}.progress-text{color:#6b7280;margin:0;font-size:.85rem;font-weight:500}.viewer-content{flex-direction:row;flex:1;display:flex;overflow:hidden}.viewer-content.with-video{background:#fafafa;gap:1rem;padding:1rem}.video-container-viewer{display:none}.viewer-content.with-video .video-container-viewer{background:#000;border-radius:8px;flex-direction:column;flex:0 0 40%;order:10;min-height:0;display:flex;overflow:hidden;box-shadow:0 2px 12px #0003}.video-player{object-fit:contain;background:#000;width:100%;height:100%}.viewer-content.with-video .content-list{border-right:1px solid #e5e7eb;flex:none;order:1;width:220px}.viewer-content.with-video .viewer-main{flex:1;order:2;padding:1.5rem}.content-list{background:#f9fafb;border-right:1px solid #e5e7eb;width:250px;padding:1.5rem 1rem;overflow-y:auto}.content-list h3{color:#1f2937;text-transform:uppercase;letter-spacing:.5px;margin:0 0 1rem;font-size:.95rem}.content-item{cursor:pointer;text-align:left;color:#4b5563;background:#fff;border:1px solid #e5e7eb;border-radius:6px;align-items:center;gap:.75rem;width:100%;margin-bottom:.5rem;padding:.75rem;transition:all .2s;display:flex}.content-item:hover{background:#f3f4f6;border-color:#3b82f6}.content-item.active{color:#1e40af;background:#dbeafe;border-color:#3b82f6;font-weight:600}.content-item.completed{background:#f0fdf4;border-color:#10b981}.item-icon{flex-shrink:0;font-size:1.1rem}.item-title{text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.85rem;overflow:hidden}.item-status{color:#10b981;flex-shrink:0;font-weight:700}.viewer-main{flex:1;padding:2rem;overflow-y:auto}.item-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.item-header h3{color:#1f2937;margin:0;font-size:1.25rem}.item-duration{color:#6b7280;font-size:.95rem}.pdf-viewer{text-align:center;background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px;padding:2rem}.pdf-message{color:#1f2937;margin:0 0 1rem;font-size:1rem;font-weight:600}.pdf-description{color:#6b7280;margin:0 0 .75rem;font-size:.95rem}.pdf-link{color:#3b82f6;word-break:break-all;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.85rem;text-decoration:none;display:inline-block}.pdf-link:hover{background:#dbeafe;border-color:#3b82f6}.pdf-actions{margin-top:1.5rem}.quiz-container{max-width:700px}.quiz-question{background:#f9fafb;border-left:4px solid #3b82f6;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.quiz-question h4{color:#1f2937;margin:0 0 1rem;font-size:1rem}.quiz-options{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.quiz-option{cursor:pointer;border-radius:6px;align-items:center;gap:.75rem;padding:.75rem;transition:all .2s;display:flex}.quiz-option:hover{background:#fff}.quiz-option input[type=radio]{cursor:pointer;flex-shrink:0;width:18px;height:18px}.option-text{color:#4b5563;font-size:.95rem}.option-text.correct{color:#10b981;background:#f0fdf4;border-radius:4px;padding:.5rem;font-weight:600}.option-text.incorrect{color:#ef4444;background:#fef2f2;border-radius:4px;padding:.5rem;font-weight:600}.quiz-explanation{color:#6b7280;border-top:1px solid #e5e7eb;margin:1rem 0 0;padding-top:1rem;font-size:.9rem;line-height:1.5}.btn-submit-quiz{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.btn-submit-quiz:hover:not(:disabled){background:#2563eb}.btn-submit-quiz:disabled{cursor:default;background:#10b981}.viewer-footer{border-top:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex}.nav-buttons{gap:.75rem;display:flex}.btn-nav{cursor:pointer;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;padding:.75rem 1.25rem;font-weight:600;transition:all .2s}.btn-nav:hover:not(:disabled){background:#e5e7eb}.btn-nav:disabled{opacity:.5;cursor:not-allowed}.btn-complete-training{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.btn-complete-training:hover{background:#059669}.checkbox-label{cursor:pointer;color:#1f2937;align-items:center;gap:.75rem;font-weight:500;display:flex}.checkbox-label input[type=checkbox]{cursor:pointer;width:18px;height:18px}@media (width<=1024px){.training-viewer-modal{max-width:95%;height:90vh}.content-list{width:200px}.viewer-main{padding:1.5rem}}@media (width<=768px){.training-viewer-modal{height:95vh}.viewer-content{flex-direction:column}.content-list{border-bottom:1px solid #e5e7eb;border-right:none;width:100%;max-height:150px;display:flex;overflow:auto hidden}.content-list h3{position:absolute;left:-9999px}.viewer-footer{flex-direction:column-reverse}.nav-buttons,.btn-complete-training{width:100%}.nav-buttons{justify-content:space-between}}.certificate-name-dialog{text-align:center;background:#fff;border-radius:12px;width:90%;max-width:400px;padding:2rem;box-shadow:0 20px 60px #0000004d}.certificate-name-dialog h2{color:#1f2937;margin:0 0 .5rem;font-size:1.5rem}.certificate-name-dialog p{color:#6b7280;margin:0 0 1.5rem;font-size:.95rem}.name-input{box-sizing:border-box;border:2px solid #e5e7eb;border-radius:6px;width:100%;margin-bottom:1.5rem;padding:.75rem;font-family:inherit;font-size:1rem}.name-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.dialog-buttons{justify-content:center;gap:1rem;display:flex}.btn-continue{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:6px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:background .2s}.btn-continue:hover:not(:disabled){background:#059669}.btn-continue:disabled{cursor:not-allowed;background:#d1d5db}.btn-cancel{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:6px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:background .2s}.btn-cancel:hover{background:#dc2626}.member-container{background:#f9fafb;min-height:100vh;padding:2rem}.member-header{text-align:center;max-width:1200px;margin:0 auto 2rem}.member-header h1{color:#1f2937;margin:0 0 .5rem;font-size:2rem}.member-header p{color:#6b7280;margin:0;font-size:1.1rem}.member-error{color:#c33;background:#fee;border-left:4px solid #ef4444;border-radius:8px;max-width:1200px;margin:0 auto 2rem;padding:1rem}.member-loading{text-align:center;color:#6b7280;padding:3rem;font-size:1.1rem}.progress-overview{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;max-width:1200px;margin:0 auto 2rem;display:grid}.progress-card{text-align:center;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000000d}.progress-card.full-width{grid-column:1/-1}.progress-stat{color:#6b7280}.progress-stat.completed{color:#10b981}.progress-stat.warning{color:#3b82f6}.progress-stat.danger{color:#ef4444}.stat-value{color:inherit;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.stat-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem}.progress-bar-container{text-align:left}.progress-bar-label{color:#1f2937;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.95rem;display:flex}.progress-bar-label .percentage{color:#3b82f6;font-size:1.25rem;font-weight:700}.progress-bar{background:#e5e7eb;border-radius:4px;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#3b82f6 0%,#1d4ed8 100%);height:100%;transition:width .3s}.trainings-section{max-width:1200px;margin:0 auto}.team-group{margin-bottom:2.5rem}.team-name{color:#1f2937;border-bottom:2px solid #e5e7eb;margin:0 0 1.5rem;padding-bottom:.75rem;font-size:1.5rem}.trainings-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.training-card{background:#fff;border-left:5px solid #6b7280;border-radius:12px;padding:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 1px 3px #0000000d}.training-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.training-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.training-header h3{color:#1f2937;flex:1;margin:0;font-size:1.1rem}.status-badge{white-space:nowrap;border-radius:6px;padding:.4rem .8rem;font-size:.8rem;font-weight:600}.training-description{color:#6b7280;margin:0 0 1rem;font-size:.95rem;line-height:1.4}.training-meta{color:#6b7280;gap:1rem;margin-bottom:1rem;font-size:.9rem;display:flex}.training-dates{background:#f9fafb;border-radius:8px;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem;margin:1rem 0;padding:1rem;font-size:.85rem;display:grid}.training-dates .date{flex-direction:column;gap:.25rem;display:flex}.training-dates small{color:#9ca3af;text-transform:uppercase;letter-spacing:.3px}.training-dates span{color:#1f2937;font-weight:500}.training-dates span.overdue{color:#ef4444;font-weight:600}.training-dates span.completed{color:#10b981;font-weight:600}.training-actions{gap:.75rem;margin-top:1rem;display:flex}.btn{cursor:pointer;border:none;border-radius:6px;flex:1;padding:.75rem;font-size:.9rem;font-weight:600;transition:all .2s}.btn-start{color:#fff;background:#3b82f6}.btn-start:hover:not(:disabled){background:#2563eb}.btn-complete{color:#fff;background:#10b981}.btn-complete:hover:not(:disabled){background:#059669}.btn:disabled{opacity:.6;cursor:not-allowed}.training-complete-section{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.training-complete-message{color:#10b981;text-align:center;background:#f0fdf4;border-radius:6px;padding:1rem;font-weight:600}.btn-restart{color:#fff;cursor:pointer;background:#8b5cf6;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:background .2s}.btn-restart:hover:not(:disabled){background:#7c3aed}.btn-restart:disabled{opacity:.6;cursor:not-allowed}.no-trainings{text-align:center;color:#6b7280;background:#fff;border-radius:12px;max-width:1200px;margin:0 auto;padding:3rem;font-size:1.1rem}@media (width<=768px){.member-container{padding:1rem}.member-header h1{font-size:1.5rem}.progress-overview{grid-template-columns:repeat(2,1fr)}.trainings-grid{grid-template-columns:1fr}.training-header,.training-actions{flex-direction:column}.training-dates{grid-template-columns:1fr}}.training-complete-actions{justify-content:center;gap:.75rem;display:flex}.btn-certificate{color:#fff;cursor:pointer;background:#f59e0b;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:1.2rem;transition:background .2s}.btn-certificate:hover{background:#d97706}.certificate-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.certificate-modal{background:#fff;border-radius:12px;width:90%;max-width:500px;padding:2rem;box-shadow:0 10px 40px #0003}.certificate-modal h2{color:#1f2937;text-align:center;margin:0 0 1rem;font-size:1.5rem}.certificate-modal p{color:#4b5563;text-align:center;margin:.5rem 0;line-height:1.6}.modal-message{color:#92400e;background:#fef3c7;border-radius:6px;padding:1rem;font-weight:500;margin:1rem 0!important}.modal-content .btn{width:100%;margin-top:1rem;display:block}.btn-primary{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:6px;padding:.75rem;font-size:1rem;font-weight:600;transition:background .2s}.btn-primary:hover{background:#2563eb}.training-login-container{background:linear-gradient(135deg,#080f1e 0%,#162338 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex;position:relative}.home-button{color:#7baed4;cursor:pointer;z-index:100;background:#0f162acc;border:1px solid #7baed4;border-radius:6px;padding:10px 16px;font-size:12px;font-weight:600;transition:all .2s;position:absolute;top:20px;right:20px}.home-button:hover{color:#080f1e;background:#7baed4}.login-box{background:#0f162ae6;border:1px solid #4a7fa526;border-radius:16px;width:100%;max-width:420px;padding:48px;box-shadow:0 20px 60px #00000080}.login-box h1{color:#f5f8fc;text-align:center;margin:0 0 8px;font-size:24px;font-weight:600}.tagline{color:#7baed4;text-align:center;letter-spacing:.08em;text-transform:uppercase;margin:0 0 32px;font-size:12px}.form-group{margin-bottom:24px}.form-group label{color:#7baed4;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;font-family:DM Mono,monospace;font-size:11px;font-weight:600;display:block}.form-group input{color:#f5f8fc;box-sizing:border-box;background:#0f1f3d;border:1px solid #4a7fa526;border-radius:8px;width:100%;padding:11px 14px;font-family:DM Mono,monospace;font-size:14px;transition:all .2s}.form-group input:focus{background:#162338;border-color:#7baed4;outline:none}.form-group input:disabled{opacity:.5;cursor:not-allowed}.error-message{color:#d64545;background:#d645451a;border:1px solid #d645454d;border-radius:6px;margin-bottom:16px;padding:10px 12px;font-size:12px}.login-button{color:#080f1e;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:linear-gradient(135deg,#b8a164,#d4bc82);border:none;border-radius:8px;width:100%;padding:12px 16px;font-size:12px;font-weight:700;transition:all .2s}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #b8a1644d}.login-button:disabled{opacity:.7;cursor:not-allowed}.login-footer{text-align:center;border-top:1px solid #4a7fa526;margin-top:32px;padding-top:24px}.login-footer p{color:#7baed4;margin:0 0 12px;font-size:12px}.login-footer a{color:#b8a164;font-size:12px;font-weight:600;text-decoration:none;transition:color .2s}.login-footer a:hover{color:#d4bc82}
