:root{--color-background: #F8FAFC;--color-primary: #1E3A8A;--color-secondary: #3B82F6;--color-accent: #0EA5E9;--color-text: #0F172A;--radius-md: 12px;--shadow-md: 0 10px 25px rgba(0,0,0,.08);--transition: .2s ease-in-out}body{margin:0;font-family:Inter,sans-serif;background-color:var(--color-background);color:var(--color-text)}*{box-sizing:border-box}.container{height:100vh;display:flex;justify-content:center;align-items:center}.card{background-color:#fff;padding:40px;border-radius:var(--radius-md);box-shadow:var(--shadow-md);width:350px;text-align:center}.title{margin:0;color:var(--color-primary)}.subtitle{margin-top:10px;margin-bottom:30px;color:#64748b}.input{width:100%;padding:12px;margin-bottom:15px;border-radius:var(--radius-md);border:1px solid #94A3B8;background-color:var(--color-background);font-size:14px;outline:none;transition:var(--transition)}.input:focus{border-color:var(--color-accent);box-shadow:0 0 0 2px #0ea5e933}.input-group{width:100%;margin-bottom:15px;text-align:left}.input-label{display:block;margin-bottom:6px;font-size:14px;font-weight:500}.button{width:100%;padding:12px;border:none;border-radius:var(--radius-md);font-size:16px;cursor:pointer;transition:var(--transition);color:#fff}.button.primary{background-color:var(--color-primary)}.button.primary:hover{background-color:var(--color-secondary)}.button.secondary{background-color:var(--color-accent)}.button.secondary:hover{opacity:.9}.button:active{transform:scale(.98)}@media(max-width:400px){.card{width:90%;padding:25px}}._page_1wrbc_3{padding:24px 32px;background-color:#f8fafc;min-height:100vh}._header_1wrbc_15{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;flex-wrap:wrap;gap:16px}._title_1wrbc_33{font-size:28px;font-weight:600;color:#0f172a;margin-bottom:8px;line-height:1.2}._subtitle_1wrbc_49{color:#475569;font-size:15px}._actions_1wrbc_59{display:flex;gap:12px;align-items:center}._content_1wrbc_71{animation:_fadeIn_1wrbc_1 .3s ease}._grid_1wrbc_81{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-top:20px}._coursesGrid_1wrbc_95{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;margin-top:20px}._card_1wrbc_111{background:#fff;border-radius:20px;padding:24px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #e2e8f0;transition:all .2s}._card_1wrbc_111:hover{box-shadow:0 20px 25px -5px #0000000d;border-color:#cbd5e1}._courseCard_1wrbc_139{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 16px #00000014;border:1px solid #e2e8f0;transition:transform .3s,box-shadow .3s}._courseCard_1wrbc_139:hover{transform:translateY(-5px);box-shadow:0 16px 32px #0000001f}._courseHeader_1wrbc_167{padding:20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}._courseCode_1wrbc_185{font-size:32px;line-height:1}._courseHours_1wrbc_195{background:#3b82f6;color:#fff;padding:6px 12px;border-radius:30px;font-size:14px;font-weight:600}._courseBody_1wrbc_213{padding:20px}._courseName_1wrbc_221{font-size:20px;font-weight:600;color:#0f172a;margin-bottom:8px}._courseInstructor_1wrbc_235{color:#475569;font-size:14px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;gap:6px}._progressSection_1wrbc_259{margin-bottom:20px}._progressHeader_1wrbc_267{display:flex;justify-content:space-between;font-size:14px;color:#475569;margin-bottom:8px}._progressPercent_1wrbc_283{font-weight:600;color:#0f172a}._progressBar_1wrbc_293{height:8px;background:#e2e8f0;border-radius:100px;overflow:hidden}._progressFill_1wrbc_307{height:100%;border-radius:100px;transition:width .4s ease}._courseButton_1wrbc_321{width:100%;padding:14px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:15px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #3b82f633}._courseButton_1wrbc_321:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 10px 15px -3px #3b82f64d}._courseButton_1wrbc_321:active{transform:translateY(0)}._exportButton_1wrbc_369{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;color:#0f172a;font-weight:500;cursor:pointer;transition:all .2s}._exportButton_1wrbc_369:hover{background:#f8fafc;border-color:#cbd5e1}._saveButton_1wrbc_407{padding:12px 24px;background:var(--color-primary, #2563eb);color:#fff;border:none;border-radius:12px;font-weight:500;cursor:pointer;transition:all .2s}._saveButton_1wrbc_407:hover{background:var(--color-secondary, #1d4ed8);transform:translateY(-1px)}._cancelButton_1wrbc_439{padding:12px 24px;background:#fff;color:#475569;border:1px solid #e2e8f0;border-radius:12px;font-weight:500;cursor:pointer;transition:all .2s}._cancelButton_1wrbc_439:hover{background:#f8fafc}._changePhotoButton_1wrbc_469{padding:10px 20px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;color:#0f172a;font-size:14px;cursor:pointer;transition:all .2s}._changePhotoButton_1wrbc_469:hover{background:#f1f5f9}._tableWrapper_1wrbc_501{background:#fff;border-radius:20px;padding:20px;border:1px solid #e2e8f0;overflow-x:auto}._table_1wrbc_501{width:100%;border-collapse:collapse}._table_1wrbc_501 th{text-align:left;padding:16px 12px;font-weight:600;color:#475569;font-size:14px;border-bottom:2px solid #e2e8f0}._table_1wrbc_501 td{padding:16px 12px;color:#0f172a;border-bottom:1px solid #e2e8f0}._table_1wrbc_501 tr:last-child td{border-bottom:none}._table_1wrbc_501 tr:hover td{background-color:#f8fafc}._profileContainer_1wrbc_575{display:grid;grid-template-columns:280px 1fr;gap:24px;margin-top:20px}._profileSidebar_1wrbc_589{background:#fff;border-radius:20px;padding:30px 20px;border:1px solid #e2e8f0;text-align:center}._profileImage_1wrbc_605{width:120px;height:120px;border-radius:60px;background:#f1f5f9;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:48px;border:4px solid white;box-shadow:0 4px 6px -1px #0000001a;position:relative;cursor:pointer}._profileImage_1wrbc_605:hover:after{content:"✏️";position:absolute;bottom:5px;right:5px;background:#2563eb;color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;border:3px solid white}._profileSidebar_1wrbc_589 h3{font-size:20px;font-weight:600;color:#0f172a;margin-bottom:5px}._profileSidebar_1wrbc_589 p{color:#64748b;font-size:14px;margin-bottom:20px}._profileContent_1wrbc_697{flex:1}._profileSection_1wrbc_705{background:#fff;border-radius:20px;padding:32px;border:1px solid #e2e8f0}._profileSection_1wrbc_705 h4{font-size:18px;font-weight:600;color:#0f172a;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #f1f5f9}._formGrid_1wrbc_739{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:32px}._formGroup_1wrbc_753{display:flex;flex-direction:column;gap:8px}._formGroup_1wrbc_753 label{font-size:14px;font-weight:500;color:#475569}._input_1wrbc_777{padding:12px 16px;border:1px solid #e2e8f0;border-radius:12px;font-size:15px;transition:all .2s;background:#fff}._input_1wrbc_777:focus{outline:none;border-color:var(--color-primary, #2563eb);box-shadow:0 0 0 3px #2563eb1a}._inputDisabled_1wrbc_807{background:#f8fafc;color:#64748b;cursor:not-allowed}._formActions_1wrbc_819{display:flex;gap:16px;justify-content:flex-end;padding-top:24px;border-top:2px solid #f1f5f9}._dashboardHeader_1wrbc_837{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;padding:32px;margin-bottom:32px;color:#fff;box-shadow:0 10px 30px #667eea33}._dashboardTitle_1wrbc_855{font-size:28px;font-weight:600;margin-bottom:8px;line-height:1.2}._dashboardSubtitle_1wrbc_869{font-size:16px;opacity:.9;margin:0}._dashboardContainer_1wrbc_883{max-width:1200px;margin:0 auto;padding:0 32px 32px}._summaryCards_1wrbc_897{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:24px}._summaryCard_1wrbc_897{background:#fff;border-radius:16px;padding:20px;border:1px solid #e2e8f0;display:flex;align-items:center;gap:16px}._summaryIcon_1wrbc_931{width:48px;height:48px;border-radius:12px;background:#f8fafc;display:flex;align-items:center;justify-content:center;font-size:24px}._summaryLabel_1wrbc_953{display:block;font-size:14px;color:#64748b;margin-bottom:4px}._summaryValue_1wrbc_967{display:block;font-size:20px;font-weight:600;color:#0f172a}._statCard_1wrbc_983{background:#fff;border-radius:16px;padding:20px;border:1px solid #e2e8f0;display:flex;align-items:center;gap:16px}._statIcon_1wrbc_1003{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px}._statLabel_1wrbc_1023{font-size:14px;color:#64748b;margin-bottom:4px}._statValue_1wrbc_1035{font-size:24px;font-weight:600;color:#0f172a}._loading_1wrbc_1049{display:flex;align-items:center;justify-content:center;min-height:300px;color:#64748b}._error_1wrbc_1065{background:#fef2f2;color:#991b1b;padding:16px 20px;border-radius:12px;border:1px solid #fecaca}._emptyState_1wrbc_1081{text-align:center;padding:60px 20px;background:#fff;border-radius:20px;border:2px dashed #e2e8f0}._emptyState_1wrbc_1081 h3{font-size:20px;color:#0f172a;margin-bottom:8px}._emptyState_1wrbc_1081 p{color:#64748b;margin-bottom:24px}@keyframes _fadeIn_1wrbc_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes _slideIn_1wrbc_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._courseCard_1wrbc_139{animation:_slideIn_1wrbc_1 .3s ease forwards}._courseCard_1wrbc_139:nth-child(1){animation-delay:.1s}._courseCard_1wrbc_139:nth-child(2){animation-delay:.2s}._courseCard_1wrbc_139:nth-child(3){animation-delay:.3s}._courseCard_1wrbc_139:nth-child(4){animation-delay:.4s}._courseCard_1wrbc_139:nth-child(5){animation-delay:.5s}._courseCard_1wrbc_139:nth-child(6){animation-delay:.6s}@media(max-width:768px){._page_1wrbc_3{padding:16px}._title_1wrbc_33{font-size:24px}._dashboardHeader_1wrbc_837{padding:20px}._dashboardTitle_1wrbc_855{font-size:24px}._dashboardSubtitle_1wrbc_869{font-size:14px}._dashboardContainer_1wrbc_883{padding:0 16px 16px}._coursesGrid_1wrbc_95{grid-template-columns:1fr!important;gap:16px}._profileContainer_1wrbc_575{grid-template-columns:1fr}._formGrid_1wrbc_739{grid-template-columns:1fr;gap:16px}._summaryCards_1wrbc_897{grid-template-columns:1fr}._statsGrid_1wrbc_1275{grid-template-columns:1fr!important}._courseHeader_1wrbc_167,._courseBody_1wrbc_213{padding:16px}._courseName_1wrbc_221{font-size:18px}}@media(min-width:769px)and (max-width:1024px){._coursesGrid_1wrbc_95{grid-template-columns:repeat(2,1fr)}}
