*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f7f9fc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.app{background:#fff}.sidebar{border-right:1px solid #e8edf2;box-shadow:0 2px 8px rgba(0,0,0,.08);overflow:hidden;width:320px}.sidebar.closed{overflow:hidden;width:0}.sidebar-header{align-items:center;border-bottom:1px solid #e8edf2;display:flex;justify-content:space-between;padding:1.5rem}.logo{color:#1c1d1f;font-size:18px;margin:0}.sidebar-toggle{background:none;border:none;color:#666;cursor:pointer;display:none;font-size:24px}@media (max-width:768px){.sidebar{height:100vh;left:0;position:absolute;width:280px;z-index:100}.sidebar.closed{left:-280px}.sidebar-toggle{display:block}}.progress-section{background:#f7f9fc;border-bottom:1px solid #e8edf2;padding:1.5rem}.progress-header{color:#1c1d1f;display:flex;font-size:13px;font-weight:600;justify-content:space-between;margin-bottom:.75rem}.progress-percent{color:#2763a6;font-weight:700}.progress-bar{background:#d1d7e0;border-radius:4px;margin-bottom:1rem;width:100%}.progress-fill{background:linear-gradient(90deg,#2763a6,#1a4ba6);border-radius:4px;transition:width .3s ease}.progress-stats{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr}.stat{background:#fff;border:1px solid #e8edf2;border-radius:6px;padding:.75rem;text-align:center}.stat-number{color:#2763a6;font-size:20px;font-weight:700;margin-bottom:.25rem}.stat-label{color:#5f7379;font-size:11px;font-weight:600}.search-box{border-bottom:1px solid #e8edf2;padding:1rem 1.5rem}.search-input{background:#f7f9fc;border:1px solid #d1d7e0;border-radius:6px;font-family:inherit;font-size:14px;padding:.75rem 1rem;transition:all .2s ease}.search-input:focus{border-color:#2763a6;box-shadow:0 0 0 3px rgba(39,99,166,.1);outline:none}.search-input::-webkit-input-placeholder{color:#99a3ae}.search-input::placeholder{color:#99a3ae}.topics-list{flex:1 1;overflow-y:auto;padding:0}.section{border-bottom:1px solid #e8edf2}.section-title{color:#5f7379;font-size:12px;font-weight:700;letter-spacing:.5px;margin:0;padding:1rem 1.5rem .75rem;text-transform:uppercase}.topic-item{align-items:flex-start;background:#fff;display:flex;gap:.75rem;padding:.875rem 1.5rem}.topic-item:hover{background:#f7f9fc;border-left-color:#2763a6}.topic-item.active{background:#f0f7ff;border-left-color:#2763a6}.topic-item.completed .topic-title{color:#99a3ae;text-decoration:line-through}.topic-left{align-items:flex-start;display:flex;flex:1 1;gap:.75rem}.topic-checkbox{accent-color:#2763a6;cursor:pointer;flex-shrink:0;height:18px;margin-top:2px;width:18px}.topic-info{flex:1 1;min-width:0}.topic-title{color:#1c1d1f;font-size:13px;line-height:1.4;margin-bottom:.5rem;white-space:normal}.topic-meta{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.level{border-radius:3px;font-size:11px;padding:.25rem .5rem;text-transform:uppercase}.level.beginner{background:rgba(16,185,129,.12);color:#059669}.level.intermediate{background:rgba(217,119,6,.12)}.level.advanced{background:rgba(220,38,38,.12);color:#991b1b}.duration{color:#99a3ae;font-size:11px}.checkmark{color:#059669;flex-shrink:0;font-size:16px;font-weight:700;margin-top:2px}.topics-list::-webkit-scrollbar{width:6px}.topics-list::-webkit-scrollbar-track{background:transparent}.topics-list::-webkit-scrollbar-thumb{background:#d1d7e0;border-radius:3px}.topics-list::-webkit-scrollbar-thumb:hover{background:#99a3ae}.main-content{overflow:hidden}.content-header{align-items:center;border-bottom:1px solid #e8edf2;box-shadow:0 2px 4px rgba(0,0,0,.05);display:flex;justify-content:space-between;padding:2rem}.header-left{flex:1 1}.content-title{color:#1c1d1f;font-size:28px;margin:0 0 .75rem}.header-meta{align-items:center;color:#5f7379;display:flex;font-size:14px;gap:.75rem}.divider{color:#d1d7e0}.section-tag{color:#2763a6;font-weight:600}.btn-complete{background:#fff;border:2px solid #2763a6;border-radius:6px;color:#2763a6;font-size:14px;padding:.75rem 1.5rem;transition:all .2s ease}.btn-complete:hover{background:#f0f7ff}.btn-complete.completed{background:#059669;border-color:#059669;color:#fff}.btn-complete.completed:hover{background:#047857}.content-area{background:#f7f9fc;flex:1 1;overflow-y:auto;padding:2rem}.lesson-layout{margin:0 auto;max-width:1000px}.video-wrapper{margin:0 auto 2rem}.video-frame{aspect-ratio:16/9;border:none;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.1);width:100%}.guide-content{margin:0 auto;max-width:900px}.guide-section h2{color:#1c1d1f;font-size:28px;font-weight:700;margin-bottom:2rem}.guide-card{border:1px solid #e8edf2;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);margin-bottom:1.5rem;padding:1.75rem}.guide-card h3{color:#1c1d1f;font-size:18px;font-weight:600;margin-bottom:1rem}.guide-card p{color:#5f7379;font-size:15px;line-height:1.6;margin-bottom:1rem}.guide-card ul{list-style:none;padding:0}.guide-card li{color:#5f7379;font-size:15px;line-height:1.6;padding:.5rem 0}.code-block{background:#1e1e1e;border-radius:6px;color:#d4d4d4;font-family:Courier New,monospace;font-size:14px;line-height:1.5;margin:1rem 0;overflow-x:auto;padding:1rem}.code-block code{display:block;white-space:pre}@media (max-width:1024px){.sidebar{width:280px}.content-header{align-items:flex-start;flex-direction:column}.btn-complete{margin-top:1rem}}@media (max-width:768px){.app{flex-direction:column}.sidebar{height:100vh;left:-280px;position:fixed;width:280px;z-index:1000}.sidebar.open{left:0}.main-content{height:100vh;width:100%}.content-header{align-items:flex-start;flex-direction:column;padding:1.5rem}.content-title{font-size:20px}.content-area{padding:1.5rem}.guide-card{padding:1.25rem}.code-block{font-size:12px}}@media (max-width:480px){.content-header{padding:1rem}.content-title{font-size:18px}.header-meta{font-size:12px}.btn-complete{font-size:13px;padding:.625rem 1.25rem}.content-area,.guide-card{padding:1rem}.guide-card{margin-bottom:1rem}.guide-card h3{font-size:16px}.guide-card li,.guide-card p{font-size:14px}}:root{--primary:#2563eb;--primary-soft:#eff6ff;--border:#e5e7eb;--text:#111827;--text-light:#6b7280;--bg:#f5f7fb}body{color:#111827;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app,body{background:#f5f7fb;background:var(--bg)}.app{display:flex;height:100vh}.sidebar{background:#fff;border-right:1px solid #e5e7eb;border-right:1px solid var(--border);display:flex;flex-direction:column;transition:all .3s ease;width:300px}.sidebar-header{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);padding:20px}.logo{color:#111827;color:var(--text);font-size:20px;font-weight:700}.progress-section{background:#fafafa;padding:20px}.progress-bar{background:#e5e7eb;border-radius:100px;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#3b82f6,#6366f1);border-radius:100px;height:100%}.search-box{padding:16px 20px}.search-input{background:#fafafa;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:8px;padding:10px 14px;transition:.2s;width:100%}.search-input:focus{background:#fff;border-color:#2563eb;border-color:var(--primary);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.topic-item{border-left:3px solid transparent;cursor:pointer;padding:14px 20px;transition:all .2s ease}.topic-item:hover{background:#f9fafb}.topic-item.active,.topic-item:hover{border-left:3px solid #2563eb;border-left:3px solid var(--primary)}.topic-item.active{background:#eff6ff;background:var(--primary-soft)}.topic-title{color:#111827;color:var(--text);font-size:14px;font-weight:500}.level{border-radius:5px;font-size:10px;font-weight:600;padding:4px 6px}.level.beginner{background:#dcfce7;color:#15803d}.level.intermediate{background:#fef3c7;color:#b45309}.level.advanced{background:#fee2e2;color:#b91c1c}.main-content{display:flex;flex:1 1;flex-direction:column}.content-header{background:#fff;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);padding:24px 32px}.content-title{font-size:26px;font-weight:700}.btn-complete{background:#2563eb;background:var(--primary);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 18px;transition:.2s}.btn-complete:hover{box-shadow:0 8px 16px rgba(37,99,235,.2);-webkit-transform:translateY(-1px);transform:translateY(-1px)}.guide-card{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,.04);margin-bottom:24px;padding:28px}.code-block{background:#0f172a;border-radius:8px;color:#e2e8f0;font-family:monospace;padding:16px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}
/*# sourceMappingURL=main.66069368.css.map*/