.hr-header{background:var(--white);border-bottom:1px solid var(--border);z-index:100;position:sticky;top:0}.hr-header-inner{max-width:var(--max-width);align-items:center;gap:1rem;height:68px;margin:0 auto;padding:0 1.5rem;display:flex}.hr-logo img{height:44px}.hr-nav{align-items:center;gap:.5rem;margin-left:auto;display:flex}.hr-nav a{color:var(--gray);border-radius:6px;padding:.4rem .75rem;font-size:.85rem;font-weight:600;transition:all .2s}.hr-nav a:hover{color:var(--green);background:#0d88050d}.hr-login{justify-content:center;align-items:center;min-height:calc(100vh - 68px);padding:2rem;display:flex}.hr-login-card{background:var(--white);text-align:center;border-radius:16px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 4px 24px #0000000f}.hr-login-logo{height:48px;margin-bottom:1.5rem}.hr-login-card h1{margin:0 0 .25rem;font-size:1.4rem}.hr-login-card p{color:var(--gray);margin:0 0 1.5rem;font-size:.9rem}.hr-login-error{color:var(--pink);background:#ef476f1a;border:1px solid #ef476f33;border-radius:8px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.85rem}.hr-login-card form{flex-direction:column;gap:.75rem;display:flex}.hr-login-card input{border:1px solid var(--border);font-size:.95rem;font-family:var(--font);border-radius:8px;outline:none;padding:.75rem 1rem}.hr-login-card input:focus{border-color:var(--green)}.lms-admin-card{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:16px}.lms-admin-card table{border-collapse:collapse}.lms-admin-card th{text-align:left;border-bottom:1px solid var(--border);color:var(--gray);text-transform:uppercase;letter-spacing:.5px;padding:6px 12px;font-size:12px}.lms-admin-card td{border-bottom:1px solid #f5f5f5;padding:8px 12px}.lms-admin-card input{border:1px solid var(--border);font-size:13px;font-family:var(--font);border-radius:6px;outline:none;padding:8px 12px}.lms-admin-card input:focus{border-color:var(--green)}.lms-field{flex-direction:column;gap:4px;margin-bottom:12px;display:flex}.lms-field label{color:var(--gray);text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.lms-field input,.lms-field textarea,.lms-field select{border:1px solid var(--border);font-size:13px;font-family:var(--font);box-sizing:border-box;border-radius:6px;outline:none;width:100%;padding:8px 12px}.lms-field input:focus,.lms-field textarea:focus,.lms-field select:focus{border-color:var(--green)}.lms-field textarea{resize:vertical;min-height:80px}.lms-section-block{border:1px solid var(--border);background:#fafafa;border-radius:8px;margin-bottom:12px;padding:12px}.lms-section-block h4{justify-content:space-between;align-items:center;margin:0 0 8px;display:flex}.lms-lesson-row{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:6px 0;display:flex}.lms-lesson-row:last-child{border-bottom:none}.lms-quiz-row{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:6px 0;display:flex}.lms-quiz-row:last-child{border-bottom:none}.lms-question-row{border:1px solid #eee;border-radius:6px;margin-bottom:8px;padding:8px}.lms-question-row p{margin:4px 0;font-size:13px}.hr-page{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem}.hr-page-header{margin-bottom:2rem}.hr-page-header h1{margin:0 0 .25rem;font-size:1.8rem;font-weight:800}.hr-page-header p{color:var(--gray);font-size:.95rem}.hr-empty{text-align:center;background:var(--white);border:1px solid var(--border);color:var(--gray);border-radius:12px;padding:3rem}.hr-course-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.hr-course-card{background:var(--white);border:1px solid var(--border);border-radius:12px;transition:transform .2s,box-shadow .2s;overflow:hidden}.hr-course-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}.hr-course-card-top{aspect-ratio:16/9;background:var(--navy);justify-content:center;align-items:center;display:flex;overflow:hidden}.hr-course-card-top img{object-fit:cover;width:100%;height:100%}.hr-course-thumb-placeholder{font-size:3rem}.hr-course-card-body{padding:1rem}.hr-course-card-body h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .35rem;font-size:1rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.hr-course-duration{color:var(--gray);font-size:.8rem}.hr-progress{margin-top:.75rem}.hr-progress-bar{background:var(--border);border-radius:3px;height:6px;overflow:hidden}.hr-progress-fill{background:var(--green);border-radius:3px;height:100%;transition:width .3s}.hr-progress-label{color:var(--gray);margin-top:4px;font-size:.75rem;display:block}.hr-course-badge{border-radius:12px;margin-top:.5rem;padding:.2rem .6rem;font-size:.75rem;font-weight:700;display:inline-block}.hr-badge-done{color:var(--green);background:#0d88051a}@media (width<=768px){.hr-course-grid{grid-template-columns:1fr}}.hr-back{color:var(--green);margin-bottom:1rem;font-size:.85rem;font-weight:600;display:inline-block}.hr-back:hover{text-decoration:underline}.hr-course-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.hr-course-header h1{margin:0 0 .35rem;font-size:1.6rem;font-weight:800}.hr-course-header p{color:var(--gray);max-width:600px;margin:0 0 .75rem;font-size:.9rem}.hr-course-meta{color:var(--gray);gap:1rem;margin-bottom:.75rem;font-size:.8rem;display:flex}.hr-lang-toggle{background:var(--border);border-radius:8px;flex-shrink:0;gap:2px;padding:2px;display:flex}.hr-lang-btn{cursor:pointer;color:var(--gray);font-size:.8rem;font-weight:600;font-family:var(--font);background:0 0;border:none;border-radius:6px;padding:.35rem .75rem}.hr-lang-btn.active{background:var(--white);color:var(--navy);box-shadow:0 1px 3px #00000014}.hr-sections{flex-direction:column;gap:1.5rem;display:flex}.hr-section{background:var(--white);border:1px solid var(--border);border-radius:12px;overflow:hidden}.hr-section-title{color:var(--navy);border-bottom:1px solid var(--border);background:#0d880508;margin:0;padding:1rem 1.25rem;font-size:.9rem;font-weight:700}.hr-lesson-list{flex-direction:column;display:flex}.hr-lesson-item{border-bottom:1px solid var(--border);color:var(--navy);align-items:center;gap:12px;padding:.85rem 1.25rem;transition:background .15s;display:flex}.hr-lesson-item:last-child{border-bottom:none}.hr-lesson-item:hover{background:#0d880505}.hr-lesson-item.completed{opacity:.7}.hr-lesson-num{border:2px solid var(--border);width:28px;height:28px;color:var(--gray);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.hr-lesson-item.completed .hr-lesson-num{background:var(--green);border-color:var(--green);color:#fff}.hr-lesson-info{flex:1}.hr-lesson-title{font-size:.9rem;font-weight:600;display:block}.hr-lesson-meta{color:var(--gray);font-size:.75rem}.hr-lesson-arrow{color:var(--border);font-size:1.2rem}.hr-lesson-item:hover .hr-lesson-arrow{color:var(--green)}.hr-lesson-heading{margin:0;font-size:1.4rem;font-weight:800}.hr-video-container{aspect-ratio:16/9;background:#000;border-radius:12px;margin-bottom:1.5rem;overflow:hidden}.hr-video-container iframe,.hr-video-container video{border-radius:12px}.hr-lesson-content{background:var(--white);border:1px solid var(--border);color:var(--navy);border-radius:12px;margin-bottom:1.5rem;padding:2rem;line-height:1.8}.hr-lesson-content h2,.hr-lesson-content h3{margin:1.5rem 0 .75rem}.hr-lesson-content p{margin:0 0 1rem}.hr-lesson-content img{border-radius:8px;margin:1rem 0}.hr-lesson-actions{text-align:center;padding:1.5rem 0}.hr-quiz-header{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.hr-quiz-header h1{margin:0;font-size:1.4rem;font-weight:800}.hr-quiz-timer{background:var(--navy);color:#fff;font-variant-numeric:tabular-nums;border-radius:8px;padding:.4rem .85rem;font-size:.9rem;font-weight:700}.hr-quiz-timer.warning{background:var(--pink);animation:1s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.hr-quiz-info{color:var(--gray);margin-bottom:1.5rem;font-size:.85rem}.hr-quiz-questions{flex-direction:column;gap:1.25rem;display:flex}.hr-question{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:1.25rem}.hr-question-num{color:var(--green);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.hr-question-text{margin-bottom:1rem;font-size:1rem;font-weight:600;line-height:1.5}.hr-choices{flex-direction:column;gap:.5rem;display:flex}.hr-choice{border:1px solid var(--border);cursor:pointer;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.9rem;transition:all .15s;display:flex}.hr-choice:hover{border-color:var(--green);background:#0d880505}.hr-choice.selected{border-color:var(--green);background:#0d88050f}.hr-choice input{accent-color:var(--green)}.hr-quiz-result{text-align:center;padding:3rem 1.5rem}.hr-quiz-result-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1rem;font-size:32px;font-weight:800;display:flex}.hr-quiz-result-icon.passed{background:var(--green);box-shadow:0 4px 20px #0d88054d}.hr-quiz-result-icon.failed{background:var(--pink);box-shadow:0 4px 20px #ef476f4d}.hr-quiz-result h1{margin:0 0 .5rem;font-size:1.8rem}.hr-quiz-score{color:var(--gray);font-size:1.2rem}.hr-quiz-score strong{color:var(--navy);font-size:1.4rem}.hr-cert-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.hr-cert-card{background:var(--white);border:1px solid var(--border);text-align:center;border-radius:12px;padding:1.5rem}.hr-cert-icon{margin-bottom:.75rem;font-size:2.5rem}.hr-cert-card h3{margin:0 0 .5rem;font-size:1rem;font-weight:700}.hr-cert-meta{color:var(--gray);justify-content:center;gap:1rem;margin-bottom:.5rem;font-size:.8rem;display:flex}.hr-cert-num{color:var(--light-gray);margin-bottom:1rem;font-size:.75rem}@media (width<=768px){.hr-cert-grid{grid-template-columns:1fr}}.app{flex-direction:column;min-height:100vh;display:flex}main{flex:1}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--green:#0d8805;--green-light:#15a80c;--green-dark:#096604;--navy:#112337;--navy-light:#1a3550;--pink:#ef476f;--cream:#f8faf8;--white:#fff;--gray:#5a5a5a;--light-gray:#999;--border:#e5e9ed;--font:"Inter",sans-serif;--max-width:1100px}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--cream);color:var(--navy);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.btn{cursor:pointer;font-size:.9rem;font-weight:700;font-family:var(--font);border:none;border-radius:8px;padding:.7rem 1.5rem;transition:all .2s;display:inline-block}.btn-primary{background:var(--green);color:#fff}.btn-primary:hover{background:var(--green-dark)}.btn-ghost{color:var(--navy);border:1px solid var(--border);background:0 0}.btn-ghost:hover{border-color:var(--green);color:var(--green)}.btn-sm{padding:.4rem 1rem;font-size:.8rem}
