html,body{width:100%;overflow-x:hidden}._header_1xgmg_15{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;box-shadow:0 4px 6px -1px #0000001a;position:relative;min-height:80px;width:100%;z-index:100}._logoContainer_1xgmg_30{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:60px;height:60px;background:#fff;border-radius:8px;padding:5px;border:1px solid rgba(255,255,255,.3);margin-right:15px}._logo_1xgmg_30{width:100%;height:100%;object-fit:contain;border-radius:4px}._captionContainer_1xgmg_52{display:flex;align-items:center;flex-grow:1;justify-content:center;text-align:center;margin:0 20px;min-width:0}._captionContent_1xgmg_62{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-width:0}._captionLine1_1xgmg_71{font-size:1.8rem;font-weight:900;color:#fff;line-height:1;margin-bottom:4px;letter-spacing:1px;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;max-width:100%}._captionLine2_1xgmg_86{font-size:.9rem;font-weight:500;color:#fff;line-height:1.2;max-width:100%;letter-spacing:.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}._hamburgerContainer_1xgmg_100{display:flex;align-items:center;flex-shrink:0;z-index:101}._hamburger_1xgmg_100{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:22px;background:transparent;border:none;cursor:pointer;padding:0}._hamburger_1xgmg_100 span{display:block;height:3px;width:100%;background-color:#fff;transition:all .3s ease;transform-origin:center;border-radius:2px}._hamburgerActive_1xgmg_129 span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}._hamburgerActive_1xgmg_129 span:nth-child(2){opacity:0}._hamburgerActive_1xgmg_129 span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}._mobileMenuContainer_1xgmg_142{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000}._overlay_1xgmg_152{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1001}._mobileNav_1xgmg_163{position:absolute;top:0;right:0;width:320px;height:100%;background:#1e293b;z-index:1002;display:flex;flex-direction:column;border-left:3px solid #f59e0b;box-shadow:-5px 0 25px #000c}._mobileNavHeader_1xgmg_177{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#0f172a;border-bottom:2px solid #334155}._mobileNavHeader_1xgmg_177 h3{color:#f59e0b;font-size:1.5rem;font-weight:700}._closeButton_1xgmg_192{background:#dc2626;border:none;color:#fff;font-size:1.5rem;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .3s ease;font-weight:700}._closeButton_1xgmg_192:hover{background:#b91c1c}._mobileNavList_1xgmg_212{display:flex;flex-direction:column;gap:0;list-style:none;padding:20px;flex:1}._mobileNavLink_1xgmg_221{color:#e2e8f0;text-decoration:none;font-weight:600;font-size:1.2rem;padding:18px 20px;display:block;border-radius:8px;transition:all .3s ease;margin-bottom:8px;background:#334155;border-left:4px solid transparent}._mobileNavList_1xgmg_212 li:first-child ._mobileNavLink_1xgmg_221{background:#1e40af;border-left-color:#60a5fa;color:#fff}._mobileNavList_1xgmg_212 li:first-child ._mobileNavLink_1xgmg_221:hover{background:#2563eb;border-left-color:#93c5fd;color:#fff}._mobileNavLink_1xgmg_221:hover{background:#475569;border-left-color:#f59e0b;color:#fef3c7;transform:translate(5px)}._logoutButton_1xgmg_255{border:2px solid #dc2626;color:#dc2626;background:transparent;padding:18px 20px;border-radius:8px;cursor:pointer;font-weight:600;font-size:1.2rem;transition:all .3s ease;margin-top:auto;width:100%}._logoutButton_1xgmg_255:hover{background:#dc2626;color:#fff;transform:translateY(-2px)}._modalOverlay_1xgmg_276{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000}._confirmationModal_1xgmg_289{background:#fff;padding:30px;border-radius:10px;text-align:center;box-shadow:0 10px 30px #0000004d;max-width:400px;width:90%}._confirmationModal_1xgmg_289 h3{color:#1e40af;margin-bottom:15px;font-size:1.5rem}._confirmationModal_1xgmg_289 p{color:#4b5563;margin-bottom:25px;font-size:1.1rem}._modalButtons_1xgmg_311{display:flex;gap:15px;justify-content:center}._confirmButton_1xgmg_317{background:#dc2626;color:#fff;border:none;padding:12px 25px;border-radius:6px;cursor:pointer;font-weight:600;font-size:1rem;transition:background .3s ease}._confirmButton_1xgmg_317:hover{background:#b91c1c}._cancelButton_1xgmg_333{background:#6b7280;color:#fff;border:none;padding:12px 25px;border-radius:6px;cursor:pointer;font-weight:600;font-size:1rem;transition:background .3s ease}._cancelButton_1xgmg_333:hover{background:#4b5563}@media (max-width: 768px){._header_1xgmg_15{padding:10px 16px;min-height:70px}._logoContainer_1xgmg_30{width:50px;height:50px;margin-right:12px}._captionLine1_1xgmg_71{font-size:1.3rem}._captionLine2_1xgmg_86{font-size:.75rem;white-space:normal;line-height:1.1}._mobileNav_1xgmg_163{width:300px}}@media (max-width: 640px){._captionLine1_1xgmg_71{font-size:1.1rem}._captionLine2_1xgmg_86{font-size:.7rem;white-space:normal;line-height:1.1}._mobileNav_1xgmg_163{width:280px}}@media (max-width: 480px){._header_1xgmg_15{padding:8px 12px;min-height:65px}._logoContainer_1xgmg_30{width:45px;height:45px}._captionLine1_1xgmg_71{font-size:1rem}._captionLine2_1xgmg_86{font-size:.65rem;white-space:normal;line-height:1.1}._mobileNav_1xgmg_163{width:260px}._mobileNavHeader_1xgmg_177,._mobileNavList_1xgmg_212{padding:15px}._mobileNavLink_1xgmg_221{font-size:1.1rem;padding:15px}._confirmationModal_1xgmg_289{padding:20px}._modalButtons_1xgmg_311{flex-direction:column;gap:10px}._confirmButton_1xgmg_317,._cancelButton_1xgmg_333{width:100%}}._footer_1aj7u_1{background-color:#038cfc;color:#fff;padding:1rem;text-align:center;border-radius:4px;font-size:.9rem}._layout_r1h0q_1{min-height:100vh;display:flex;flex-direction:column}._header_r1h0q_7{background:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}._headerContent_r1h0q_15{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}._logo_r1h0q_24 h1{color:#667eea;margin:0;font-size:1.8rem}._nav_r1h0q_30{display:flex;gap:2rem}._navLink_r1h0q_35{color:#333;text-decoration:none;font-weight:500;transition:color .3s ease}._navLink_r1h0q_35:hover{color:#667eea}._authSection_r1h0q_46{display:flex;align-items:center;gap:1rem}._userInfo_r1h0q_52{display:flex;align-items:center;gap:1rem;color:#333}._loginBtn_r1h0q_59{background:#667eea;color:#fff;padding:.5rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:500;transition:background .3s ease}._loginBtn_r1h0q_59:hover{background:#5a6fd8}._logoutBtn_r1h0q_73{background:#dc3545;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:500}._logoutBtn_r1h0q_73:hover{background:#c82333}._main_r1h0q_87{flex:1}._footer_r1h0q_91{background:#f8f9fa;text-align:center;padding:2rem;color:#666}._courseCard_33re1_1{background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 6px #0000001a;cursor:pointer;transition:all .3s ease;border:1px solid #e9ecef;display:flex;align-items:flex-start;gap:15px;height:100%}._courseCard_33re1_1:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000026;border-color:#667eea}._courseIcon_33re1_21{width:45px;height:45px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.1em;flex-shrink:0}._courseInfo_33re1_35{flex:1}._courseName_33re1_39{font-size:1.2em;margin:0 0 8px;color:#333;font-weight:700;line-height:1.3}._courseDescription_33re1_47{color:#666;margin:0 0 12px;line-height:1.4;font-size:.95em;min-height:2.8em}._courseMeta_33re1_55{display:flex;gap:10px;margin-bottom:15px;flex-wrap:wrap}._courseDuration_33re1_62,._courseLevel_33re1_63{background:#e9ecef;padding:4px 8px;border-radius:4px;font-size:.8em;color:#495057;font-weight:700}._learnMoreBtn_33re1_72{background:transparent;border:2px solid #667eea;color:#667eea;padding:6px 12px;border-radius:6px;font-weight:700;cursor:pointer;transition:all .3s ease;font-size:.9em}._learnMoreBtn_33re1_72:hover{background:#667eea;color:#fff}@media (max-width: 768px){._courseCard_33re1_1{padding:15px;flex-direction:column;text-align:center}._courseIcon_33re1_21{align-self:center}._courseMeta_33re1_55{justify-content:center}}._courseGrid_1lrhn_1{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;padding:10px 0}._subCategorySection_1lw60_1{margin-bottom:15px;border:1px solid #dee2e6;border-radius:8px;overflow:hidden;background:#fff}._subCategoryHeader_1lw60_9{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;padding:20px 25px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .3s ease}._subCategoryHeader_1lw60_9:hover{background:linear-gradient(135deg,#ee7de8,#f34157)}._subCategoryInfo_1lw60_24{flex:1}._subCategoryTitle_1lw60_28{font-size:1.4em;margin:0 0 5px;font-weight:700}._subCategoryDescription_1lw60_34{opacity:.9;font-size:1em}._subCategoryStats_1lw60_39{display:flex;align-items:center;gap:15px}._courseCount_1lw60_45{background:#fff3;padding:4px 10px;border-radius:15px;font-size:.85em;font-weight:700}._arrow_1lw60_53{font-size:1em;transition:transform .3s ease}._arrowOpen_1lw60_58{transform:rotate(180deg)}._subCategoryContent_1lw60_62{transition:all .3s ease;overflow:hidden}._contentVisible_1lw60_67{max-height:5000px;opacity:1;padding:20px}._contentHidden_1lw60_73{max-height:0;opacity:0;padding:0 20px}._noCourses_1lw60_79{text-align:center;padding:40px 20px;color:#6c757d;font-style:italic}._categorySection_9hxgw_1{margin-bottom:20px;border:1px solid #e9ecef;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #0000001a;background:#fff}._categoryHeader_9hxgw_10{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:25px 30px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .3s ease}._categoryHeader_9hxgw_10:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190)}._categoryInfo_9hxgw_25{flex:1}._categoryTitle_9hxgw_29{font-size:1.8em;margin:0 0 8px;font-weight:700}._categoryDescription_9hxgw_35{opacity:.9;font-size:1.1em}._categoryStats_9hxgw_40{display:flex;align-items:center;gap:20px}._subCategoryCount_9hxgw_46,._courseCount_9hxgw_47{background:#fff3;padding:6px 12px;border-radius:20px;font-size:.9em;font-weight:700}._arrow_9hxgw_55{font-size:1.2em;transition:transform .3s ease}._arrowOpen_9hxgw_60{transform:rotate(180deg)}._categoryContent_9hxgw_64{transition:all .3s ease;overflow:hidden}._contentVisible_9hxgw_69{max-height:5000px;opacity:1;padding:20px;background:#f8f9fa}._contentHidden_9hxgw_76{max-height:0;opacity:0;padding:0 20px;background:#f8f9fa}._homeContainer_w3d76_1{min-height:100vh;background:#f8f9fa}._heroSection_w3d76_7{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:60px 20px 80px;text-align:center}._heroContent_w3d76_14{max-width:1200px;margin:0 auto}._heroTitle_w3d76_19{font-size:3em;margin-bottom:20px;font-weight:700}._heroSubtitle_w3d76_25{font-size:1.2em;margin-bottom:40px;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}._homeAuthSection_w3d76_35{margin:30px 0}._userInfo_w3d76_39{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap}._welcomeText_w3d76_47{font-size:1.2em;font-weight:700}._loginBtn_w3d76_52{background:#fff3;color:#fff;border:2px solid white;padding:12px 30px;border-radius:8px;font-size:1.1em;font-weight:700;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._loginBtn_w3d76_52:hover{background:#fff;color:#667eea}._logoutBtn_w3d76_70{background:#dc3545cc;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-weight:700;transition:background .3s ease}._logoutBtn_w3d76_70:hover{background:#dc3545}._heroStats_w3d76_85{display:flex;justify-content:center;gap:60px;margin-top:50px}._statItem_w3d76_92{text-align:center}._statItem_w3d76_92 h3{font-size:2.5em;margin-bottom:5px;font-weight:700}._statItem_w3d76_92 p{font-size:1.1em;opacity:.8}._loadingContainer_w3d76_108{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 20px;min-height:50vh}._spinner_w3d76_117{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:_spin_w3d76_117 1s linear infinite;margin-bottom:20px}@keyframes _spin_w3d76_117{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._container_w3d76_133{max-width:1200px;margin:0 auto;padding:0 20px}._sectionTitle_w3d76_139{text-align:center;font-size:2.5em;margin-bottom:20px;color:#333}._sectionSubtitle_w3d76_146{text-align:center;font-size:1.2em;color:#666;margin-bottom:50px;max-width:600px;margin-left:auto;margin-right:auto}._categoriesSection_w3d76_156{padding:80px 0;background:#fff}._featuresSection_w3d76_161{padding:80px 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}._featuresSection_w3d76_161 ._sectionTitle_w3d76_139{color:#fff}._featuresGrid_w3d76_171{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:50px}._featureCard_w3d76_178{background:#ffffff1a;padding:30px;border-radius:12px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:transform .3s ease}._featureCard_w3d76_178:hover{transform:translateY(-5px)}._featureIcon_w3d76_192{font-size:3em;margin-bottom:20px}._featureCard_w3d76_178 h3{font-size:1.5em;margin-bottom:15px}._featureCard_w3d76_178 p{opacity:.9;line-height:1.6}._ctaSection_w3d76_207{padding:80px 0;background:#fff;text-align:center}._ctaSection_w3d76_207 h2{font-size:2.5em;margin-bottom:20px;color:#333}._ctaSection_w3d76_207 p{font-size:1.2em;color:#666;margin-bottom:30px}._contactInfo_w3d76_225{margin-top:30px}._contactInfo_w3d76_225 p{color:#333;font-weight:700}@media (max-width: 768px){._heroTitle_w3d76_19{font-size:2.2em}._heroSubtitle_w3d76_25{font-size:1.1em}._heroStats_w3d76_85{gap:30px;flex-wrap:wrap}._sectionTitle_w3d76_139{font-size:2em}._featuresGrid_w3d76_171{grid-template-columns:1fr}._userInfo_w3d76_39{flex-direction:column;gap:15px}}._heroSection_w3d76_7{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:100px 20px 80px;text-align:center}._pageContainer_1p5p5_1{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}._textCenter_1p5p5_7{text-align:center;color:#fff;padding:50px 20px}._btnPrimary_1p5p5_13{background:#4caf50;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:16px;cursor:pointer;margin:10px;transition:background .3s ease}._btnPrimary_1p5p5_13:hover{background:#45a049}._btnSuccess_1p5p5_29{background:#2196f3;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:16px;cursor:pointer;margin:10px;transition:background .3s ease}._btnSuccess_1p5p5_29:hover{background:#1976d2}._courseHeader_1p5p5_46{background:#fff;border-radius:12px;padding:30px;margin-bottom:20px;box-shadow:0 4px 6px #0000001a;text-align:center}._backButton_1p5p5_55{background:#6c757d;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;margin-bottom:20px;font-size:14px}._backButton_1p5p5_55:hover{background:#5a6268}._courseTitle_1p5p5_70{color:#333;font-size:2.5em;margin:10px 0;font-weight:700}._courseCategory_1p5p5_77{color:#666;font-size:1.2em;font-style:italic}._courseContent_1p5p5_83{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 6px #0000001a}._courseDescription_1p5p5_90 h3{color:#333;border-bottom:2px solid #667eea;padding-bottom:10px;margin-bottom:15px}._courseDescription_1p5p5_90 p{color:#666;line-height:1.6;font-size:1.1em}._courseDetails_1p5p5_103{display:flex;gap:30px;margin:25px 0;padding:20px;background:#f8f9fa;border-radius:8px}._detailItem_1p5p5_112{font-size:1.1em}._detailItem_1p5p5_112 strong{color:#333}._courseFeatures_1p5p5_120{margin:30px 0}._courseFeatures_1p5p5_120 h3{color:#333;border-bottom:2px solid #667eea;padding-bottom:10px;margin-bottom:20px}._courseFeatures_1p5p5_120 ul{list-style:none;padding:0}._courseFeatures_1p5p5_120 li{background:#e3f2fd;margin:10px 0;padding:12px 20px;border-radius:6px;border-left:4px solid #2196F3;color:#333}._enrollmentSection_1p5p5_145{background:#f8f9fa;padding:30px;border-radius:10px;text-align:center;margin-top:30px}._enrolledUser_1p5p5_153,._guestUser_1p5p5_153{max-width:500px;margin:0 auto}._contactInfo_1p5p5_158{margin-top:15px;color:#666;font-size:.9em}@media (max-width: 768px){._pageContainer_1p5p5_1{padding:10px}._courseHeader_1p5p5_46{padding:20px}._courseTitle_1p5p5_70{font-size:2em}._courseDetails_1p5p5_103{flex-direction:column;gap:15px}._courseContent_1p5p5_83{padding:20px}}._pageContainer_1p5p5_1{min-height:80vh;padding:2rem;background:#f8f9fa}._content_1p5p5_195{max-width:800px;margin:0 auto;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a}._contactInfo_1p5p5_158{margin:2rem 0;padding:1.5rem;background:#f8f9fa;border-radius:6px}._faqSection_1p5p5_211{margin:2rem 0}._faqItem_1p5p5_215{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e9ecef}._faqItem_1p5p5_215 h3{color:#333;margin-bottom:.5rem}._faqItem_1p5p5_215 p{color:#666;line-height:1.6}._careerInfo_1p5p5_231{margin:2rem 0}._jobListing_1p5p5_235{margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:6px}._jobListing_1p5p5_235 h3{color:#333;margin-bottom:.5rem}._applicationInfo_1p5p5_247{margin-top:2rem;padding:1.5rem;background:#e3f2fd;border-radius:6px;text-align:center}._btnSecondary_1p5p5_255{background:#6c757d;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:1rem;transition:background .3s ease}._btnSecondary_1p5p5_255:hover{background:#5a6268}._loadingSpinner_1p5p5_270{border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;width:40px;height:40px;animation:_spin_1p5p5_1 2s linear infinite;margin:0 auto 1rem}@keyframes _spin_1p5p5_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._enrollmentSection_1p5p5_145{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin-top:2rem;text-align:center}._guestUser_1p5p5_153,._enrolledUser_1p5p5_153{padding:1rem}._guestUser_1p5p5_153 h3,._enrolledUser_1p5p5_153 h3{color:#333;margin-bottom:1rem}._enrolledUser_1p5p5_153{background:#d4edda;border:1px solid #c3e6cb;border-radius:8px}._btnSuccess_1p5p5_29{background:#28a745;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .3s ease;margin-top:1rem}._btnSuccess_1p5p5_29:hover{background:#218838}._coursePreview_1p5p5_327{margin-top:2rem;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a}._modalOverlay_1p5p5_336{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}._loginContainer_1p5p5_349{background:#fff;padding:2rem;border-radius:8px;max-width:400px;width:90%;box-shadow:0 4px 12px #00000026}._loginHeader_1p5p5_358{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._closeButton_1p5p5_365{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666}._loginForm_1p5p5_373{display:flex;flex-direction:column;gap:1rem}._formGroup_1p5p5_379{text-align:left}._formLabel_1p5p5_383{display:block;margin-bottom:.5rem;font-weight:700;color:#333}._formInput_1p5p5_390{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}._errorMessage_1p5p5_398{background:#f8d7da;color:#721c24;padding:.75rem;border-radius:4px;border:1px solid #f5c6cb}._testCredentials_1p5p5_406{margin-top:1rem;padding-top:1rem;border-top:1px solid #e9ecef}._testBtn_1p5p5_412{background:#6c757d;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;margin-bottom:.5rem}._testBtn_1p5p5_412:hover{background:#5a6268}._credentialsNote_1p5p5_426{font-size:.9rem;color:#666;font-style:italic}._adminContainer_v35yr_2{display:flex;min-height:80vh;background:#f8f9fa}._sidebar_v35yr_9{width:280px;background:#2c3e50;color:#fff;padding:0}._sidebarHeader_v35yr_16{padding:2rem 1.5rem 1.5rem;border-bottom:1px solid #34495e}._sidebarHeader_v35yr_16 h2{margin:0;font-size:1.5rem;font-weight:600}._sidebarNav_v35yr_27{padding:1rem 0}._navLink_v35yr_31{display:flex;align-items:center;padding:1rem 1.5rem;color:#bdc3c7;text-decoration:none;transition:all .3s ease;border-left:4px solid transparent}._navLink_v35yr_31:hover{background:#34495e;color:#fff;border-left-color:#3498db}._navLink_v35yr_31._active_v35yr_47{background:#34495e;color:#fff;border-left-color:#3498db;font-weight:600}._navIcon_v35yr_54{margin-right:.75rem;font-size:1.1rem}._adminContent_v35yr_60{flex:1;padding:0;background:#fff;overflow-y:auto}._dashboard_v35yr_68{padding:2rem}._dashboard_v35yr_68 h1{margin-bottom:2rem;color:#2c3e50;font-size:2.5rem}._statsGrid_v35yr_78{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}._statCard_v35yr_85{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;border-left:4px solid #3498db}._statCard_v35yr_85 h3{margin:0 0 .5rem;color:#7f8c8d;font-size:.9rem;font-weight:600;text-transform:uppercase}._statNumber_v35yr_101{margin:0;font-size:2rem;font-weight:700;color:#2c3e50}._decisionManager_v35yr_109{padding:2rem;max-width:1200px}._header_v35yr_114{margin-bottom:2rem}._header_v35yr_114 h1{font-size:2.5rem;margin-bottom:.5rem;color:#2c3e50}._header_v35yr_114 p{color:#7f8c8d;font-size:1.1rem}._decisionForm_v35yr_129{background:#f8f9fa;padding:2rem;border-radius:8px;margin-bottom:3rem;border:1px solid #e9ecef}._decisionForm_v35yr_129 h2{margin-bottom:1.5rem;color:#2c3e50;font-size:1.5rem}._formGrid_v35yr_143{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}._formGroup_v35yr_150{margin-bottom:1rem}._formGroup_v35yr_150 label{display:block;margin-bottom:.5rem;font-weight:600;color:#2c3e50}._formGroup_v35yr_150 input,._formGroup_v35yr_150 select,._formGroup_v35yr_150 textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s ease}._formGroup_v35yr_150 input:focus,._formGroup_v35yr_150 select:focus,._formGroup_v35yr_150 textarea:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}._formGroup_v35yr_150 textarea{resize:vertical;min-height:80px;font-family:inherit}._formFooter_v35yr_186{display:flex;justify-content:space-between;align-items:flex-end;margin-top:1.5rem}._submitButton_v35yr_193{background:#3498db;color:#fff;padding:.75rem 2rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}._submitButton_v35yr_193:hover:not(:disabled){background:#2980b9}._submitButton_v35yr_193:disabled{background:#bdc3c7;cursor:not-allowed}._decisionsList_v35yr_213 h2{margin-bottom:1.5rem;color:#2c3e50;font-size:1.8rem}._decisionsGrid_v35yr_219{display:grid;gap:1.5rem}._decisionCard_v35yr_224{border:1px solid #e9ecef;border-radius:8px;padding:1.5rem;background:#fff;transition:transform .2s ease,box-shadow .2s ease}._decisionCard_v35yr_224:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}._decisionHeader_v35yr_237{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}._decisionHeader_v35yr_237 h3{margin:0;color:#2c3e50;font-size:1.3rem;flex:1;margin-right:1rem}._impactBadge_v35yr_252{padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:600;white-space:nowrap}._impactBadge_v35yr_252._high_v35yr_260{background:#f8d7da;color:#721c24}._impactBadge_v35yr_252._medium_v35yr_265{background:#fff3cd;color:#856404}._impactBadge_v35yr_252._low_v35yr_270{background:#d1ecf1;color:#0c5460}._decisionMeta_v35yr_275{display:flex;gap:1rem;margin-bottom:1rem;font-size:.875rem;color:#6c757d}._category_v35yr_283{background:#e9ecef;padding:.25rem .5rem;border-radius:4px;font-weight:600}._date_v35yr_290{color:#6c757d}._description_v35yr_294{color:#6c757d;margin-bottom:1rem;line-height:1.5}._decisionContent_v35yr_300{background:#f8f9fa;padding:1rem;border-radius:4px;margin-bottom:1rem;border-left:4px solid #3498db;font-weight:500}._rationale_v35yr_309{color:#495057;line-height:1.5}._loading_v35yr_314{text-align:center;padding:2rem;color:#6c757d;font-size:1.1rem}._emptyState_v35yr_321{text-align:center;padding:3rem;color:#6c757d;background:#f8f9fa;border-radius:8px;border:2px dashed #dee2e6}._emptyState_v35yr_321 p{margin:0;font-size:1.1rem}._errorContainer_v35yr_335{background:#f8d7da;color:#721c24;padding:1rem;border-radius:4px;margin:1rem 0;border:1px solid #f5c6cb}._accessDenied_v35yr_344{text-align:center;padding:4rem 2rem;color:#6c757d}._accessDenied_v35yr_344 h2{color:#dc3545;margin-bottom:1rem}@media (max-width: 768px){._adminContainer_v35yr_2{flex-direction:column}._sidebar_v35yr_9{width:100%;order:2}._adminContent_v35yr_60{order:1}._formGrid_v35yr_143{grid-template-columns:1fr}._formFooter_v35yr_186{flex-direction:column;gap:1rem;align-items:stretch}._statsGrid_v35yr_78{grid-template-columns:1fr}._decisionHeader_v35yr_237{flex-direction:column;gap:.5rem}._decisionHeader_v35yr_237 h3{margin-right:0}}._courseManager_v35yr_395{padding:2rem;max-width:1200px}._courseForm_v35yr_400{background:#f8f9fa;padding:2rem;border-radius:8px;margin-bottom:3rem;border:1px solid #e9ecef}._courseForm_v35yr_400 h2{margin-bottom:1.5rem;color:#2c3e50;font-size:1.5rem}._courseForm_v35yr_400 small{color:#6c757d;font-size:.875rem;display:block;margin-top:.25rem}._coursesGrid_v35yr_421{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}._courseCard_v35yr_427{border:1px solid #e9ecef;border-radius:8px;padding:1.5rem;background:#fff;transition:transform .2s ease,box-shadow .2s ease}._courseCard_v35yr_427:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}._courseHeader_v35yr_440{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}._courseHeader_v35yr_440 h3{margin:0;color:#2c3e50;font-size:1.3rem;flex:1}._courseHeader_v35yr_440>div{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}._courseId_v35yr_462{background:#e9ecef;padding:.25rem .5rem;border-radius:4px;font-size:.875rem;font-weight:600;color:#495057}._status_v35yr_471{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}._status_v35yr_471._active_v35yr_47{background:#d4edda;color:#155724}._status_v35yr_471._inactive_v35yr_484{background:#f8d7da;color:#721c24}._status_v35yr_471._draft_v35yr_489{background:#fff3cd;color:#856404}._courseMeta_v35yr_494{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}._category_v35yr_283,._board_v35yr_501,._grade_v35yr_501,._level_v35yr_501{padding:.25rem .5rem;border-radius:4px;font-size:.875rem;font-weight:600}._category_v35yr_283{background:#d1ecf1;color:#0c5460}._board_v35yr_501{background:#d4edda;color:#155724}._grade_v35yr_501{background:#fff3cd;color:#856404}._level_v35yr_501{background:#e2e3e5;color:#383d41}._description_v35yr_294{color:#6c757d;margin-bottom:1rem;line-height:1.5;font-size:.95rem}._courseDetails_v35yr_535{display:flex;gap:1rem;margin-bottom:1rem;font-size:.875rem;color:#495057;flex-wrap:wrap}._courseDetails_v35yr_535 span{display:flex;align-items:center;gap:.25rem}._subjects_v35yr_550{color:#495057;margin-bottom:1rem;font-size:.9rem;line-height:1.4}._courseActions_v35yr_557{display:flex;gap:.5rem;justify-content:flex-end}._editButton_v35yr_563{background:#17a2b8;color:#fff;padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;transition:background-color .2s ease}._deleteButton_v35yr_574{background:#dc3545;color:#fff;padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;transition:background-color .2s ease}._editButton_v35yr_563:hover{background:#138496}@media (max-width: 768px){._courseHeader_v35yr_440{flex-direction:column;align-items:flex-start}._courseHeader_v35yr_440>div{align-items:flex-start;flex-direction:row;gap:.5rem}._coursesGrid_v35yr_421{grid-template-columns:1fr}}._adminContainer_v35yr_2{padding:30px;max-width:1000px;margin:0 auto;background:#f8f9fa;min-height:100vh}._adminContainer_v35yr_2 h2{color:#1e3c72;margin-bottom:30px;text-align:center;font-size:2rem}._addCourseForm_v35yr_626{background:#fff;padding:25px;border-radius:10px;margin-bottom:30px;box-shadow:0 2px 10px #0000001a}._addCourseForm_v35yr_626 h3{margin-bottom:20px;color:#333}._formInput_v35yr_639,._formTextarea_v35yr_639,._formSelect_v35yr_639{width:100%;padding:12px;margin-bottom:15px;border:1px solid #ddd;border-radius:6px;font-size:16px;box-sizing:border-box}._formTextarea_v35yr_639{min-height:100px;resize:vertical;font-family:inherit}._formActions_v35yr_655{display:flex;gap:15px;margin-top:20px}._addButton_v35yr_661,._refreshButton_v35yr_661,._deleteButton_v35yr_574{padding:12px 24px;border:none;border-radius:6px;cursor:pointer;font-weight:700;font-size:16px;transition:all .3s ease}._addButton_v35yr_661{background:#28a745;color:#fff}._addButton_v35yr_661:hover{background:#218838;transform:translateY(-2px)}._refreshButton_v35yr_661{background:#17a2b8;color:#fff}._refreshButton_v35yr_661:hover{background:#138496;transform:translateY(-2px)}._deleteButton_v35yr_574{background:#dc3545;color:#fff;padding:8px 16px;font-size:14px}._deleteButton_v35yr_574:hover{background:#c82333}._coursesList_v35yr_702{background:#fff;padding:25px;border-radius:10px;box-shadow:0 2px 10px #0000001a}._coursesList_v35yr_702 h3{margin-bottom:20px;color:#333}._courseItem_v35yr_714{border:1px solid #e9ecef;padding:20px;margin-bottom:15px;border-radius:8px;display:flex;justify-content:space-between;align-items:flex-start;transition:all .3s ease}._courseItem_v35yr_714:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}._courseInfo_v35yr_730{flex:1}._courseInfo_v35yr_730 h4{margin:0 0 10px;color:#1e3c72;font-size:1.2rem}._courseInfo_v35yr_730 p{margin:0 0 15px;color:#666;line-height:1.5}._courseMeta_v35yr_494{font-size:.9rem;color:#888}._courseMeta_v35yr_494 span{margin-right:20px;display:inline-block}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;min-height:100vh;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-container{width:100%;min-height:100vh}.page-container{width:100%;min-height:calc(100vh - 80px);padding:20px;background:#f8fafc}main{width:100%;min-height:calc(100vh - 80px)}
