@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.adm-root,.adm-root *{box-sizing:border-box;margin:0;padding:0}.adm-root{font-family:Inter,system-ui,sans-serif;background:#f5f5f7;color:#1a1a2e;font-size:14px;min-height:100vh}.adm-root a{text-decoration:none;color:inherit}.adm-root button{cursor:pointer;font-family:inherit}.adm-root input,.adm-root textarea,.adm-root select{font-family:inherit}.adm-login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#f5f5f7;padding:20px}.adm-login-card{background:#fff;border-radius:16px;padding:40px;width:100%;max-width:400px;box-shadow:0 4px 24px #00000014;border:1px solid #e8e8ec}.adm-login-logo{display:flex;align-items:center;gap:10px;margin-bottom:28px;justify-content:center}.adm-login-logo-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#5b5bd6,#7c3aed);display:flex;align-items:center;justify-content:center}.adm-login-logo-icon svg{width:22px;height:22px;stroke:#fff;fill:none}.adm-login-logo-text{font-size:20px;font-weight:700;color:#1a1a2e}.adm-login-title{font-size:22px;font-weight:700;margin-bottom:6px;text-align:center}.adm-login-sub{font-size:14px;color:#6b7280;text-align:center;margin-bottom:28px}.adm-form-group{margin-bottom:16px}.adm-form-label{display:block;font-size:13px;font-weight:500;color:#374151;margin-bottom:6px}.adm-form-input{width:100%;padding:10px 14px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:14px;color:#1a1a2e;outline:none;transition:border-color .15s;background:#fff}.adm-form-input:focus{border-color:#5b5bd6}.adm-login-btn{width:100%;padding:11px;background:linear-gradient(135deg,#5b5bd6,#7c3aed);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;margin-top:8px;transition:opacity .2s}.adm-login-btn:hover{opacity:.88}.adm-login-btn:disabled{opacity:.6;cursor:not-allowed}.adm-login-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;font-size:13px;color:#dc2626;margin-bottom:16px}.adm{display:flex;min-height:100vh}.adm-sidebar{width:240px;background:#fff;border-right:1px solid #e8e8ec;display:flex;flex-direction:column;flex-shrink:0;position:sticky;top:0;height:100vh;overflow:hidden}.adm-sb-header{padding:18px 16px;border-bottom:1px solid #e8e8ec;display:flex;align-items:center;gap:10px}.adm-sb-icon{width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,#5b5bd6,#7c3aed);display:flex;align-items:center;justify-content:center;flex-shrink:0}.adm-sb-icon svg{width:18px;height:18px;stroke:#fff;fill:none}.adm-sb-brand-name{font-size:15px;font-weight:700;color:#1a1a2e}.adm-sb-brand-role{font-size:11px;color:#6b7280}.adm-sb-nav{flex:1;padding:12px 0;overflow-y:auto}.adm-sb-link{display:flex;align-items:center;gap:10px;padding:9px 16px;font-size:14px;color:#6b7280;cursor:pointer;border-radius:0;transition:all .15s;border:none;background:none;width:100%;text-align:left;text-decoration:none}.adm-sb-link:hover{color:#1a1a2e;background:#f5f5f7}.adm-sb-link.active{color:#fff;background:linear-gradient(135deg,#5b5bd6,#7c3aed);border-radius:8px;margin:0 8px;width:calc(100% - 16px);padding:9px 12px}.adm-sb-link svg{width:16px;height:16px;stroke:currentColor;fill:none;flex-shrink:0}.adm-sb-bottom{padding:12px 0;border-top:1px solid #e8e8ec}.adm-main{flex:1;display:flex;flex-direction:column;min-width:0;overflow:hidden}.adm-topbar{height:52px;border-bottom:1px solid #e8e8ec;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 28px;flex-shrink:0}.adm-topbar-title{font-size:14px;font-weight:600;color:#6b7280}.adm-topbar-brand{font-size:13px;font-weight:700;letter-spacing:.08em;color:#1a1a2e}.adm-content{flex:1;overflow-y:auto;padding:28px}.adm-page-title{font-size:26px;font-weight:700;margin-bottom:4px;color:#1a1a2e}.adm-page-sub{font-size:14px;color:#6b7280;margin-bottom:24px}.adm-stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:24px}@media(max-width:1100px){.adm-stats-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.adm-stats-grid{grid-template-columns:repeat(2,1fr)}}.adm-stat-card{background:#fff;border:1px solid #e8e8ec;border-radius:12px;padding:20px}.adm-stat-icon{margin-bottom:12px;color:#9ca3af}.adm-stat-icon svg{width:20px;height:20px;stroke:currentColor;fill:none}.adm-stat-val{font-size:26px;font-weight:700;color:#1a1a2e;margin-bottom:4px}.adm-stat-label{font-size:13px;color:#6b7280}.adm-two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px}@media(max-width:900px){.adm-two-col{grid-template-columns:1fr}}.adm-data-card{background:#fff;border:1px solid #e8e8ec;border-radius:12px;overflow:hidden}.adm-data-card-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f1f1f5}.adm-data-card-header h3{font-size:15px;font-weight:600}.adm-view-all{font-size:13px;color:#5b5bd6;font-weight:500;cursor:pointer;background:none;border:none}.adm-data-row{display:flex;align-items:flex-start;justify-content:space-between;padding:13px 20px;border-bottom:1px solid #f9f9fb}.adm-data-row:last-child{border-bottom:none}.adm-data-row-main{font-size:14px;font-weight:500;color:#1a1a2e;margin-bottom:2px}.adm-data-row-sub{font-size:12px;color:#9ca3af}.adm-data-row-date{font-size:12px;color:#9ca3af;flex-shrink:0;margin-left:16px;white-space:nowrap}.adm-empty{padding:24px;text-align:center;color:#9ca3af;font-size:13px}.adm-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}.adm-page-header-left h1{font-size:26px;font-weight:700;color:#1a1a2e}.adm-page-header-left p{font-size:13px;color:#6b7280}.adm-header-btns{display:flex;gap:10px;flex-wrap:wrap}.adm-btn-outline{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;border:1.5px solid #5b5bd6;border-radius:8px;color:#5b5bd6;font-size:14px;font-weight:600;background:#fff;transition:all .15s;text-decoration:none}.adm-btn-outline:hover{background:#f0f0ff}.adm-btn-solid{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;background:linear-gradient(135deg,#5b5bd6,#7c3aed);border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;transition:opacity .2s;text-decoration:none}.adm-btn-solid:hover{opacity:.88}.adm-btn-outline svg,.adm-btn-solid svg{width:15px;height:15px;stroke:currentColor;fill:none}.adm-filters-row{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.adm-search-wrap{flex:1;position:relative;min-width:200px}.adm-search-wrap svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;stroke:#9ca3af;fill:none}.adm-search-input{width:100%;padding:9px 14px 9px 38px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:14px;outline:none;background:#fff;color:#1a1a2e}.adm-search-input:focus{border-color:#5b5bd6}.adm-filter-select{padding:9px 14px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:13px;color:#374151;outline:none;background:#fff;min-width:140px}.adm-table-wrap{background:#fff;border:1px solid #e8e8ec;border-radius:12px;overflow-x:auto}.adm-table{width:100%;border-collapse:collapse}.adm-table th{padding:12px 16px;text-align:left;font-size:12px;font-weight:600;color:#6b7280;background:#f9f9fb;border-bottom:1px solid #e8e8ec;text-transform:uppercase;letter-spacing:.04em}.adm-table td{padding:14px 16px;border-bottom:1px solid #f1f1f5;vertical-align:middle}.adm-table tr:last-child td{border-bottom:none}.adm-table tr:hover td{background:#fafafa}.adm-course-thumb-cell{display:flex;align-items:center;gap:12px}.adm-course-thumb{width:48px;height:38px;border-radius:6px;background:#e8e8f0;object-fit:cover;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:18px}.adm-course-thumb img{width:100%;height:100%;object-fit:cover}.adm-course-name{font-size:14px;font-weight:500;color:#1a1a2e;max-width:260px}.adm-badge-pub{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px}.adm-badge-green{display:inline-block;padding:3px 10px;background:#dcfce7;border-radius:20px;font-size:11px;font-weight:600;color:#16a34a}.adm-badge-draft{display:inline-block;padding:3px 10px;background:#f1f5f9;border-radius:20px;font-size:11px;font-weight:600;color:#64748b}.adm-badge-scheduled{display:inline-block;padding:3px 10px;background:#fef3c7;border-radius:20px;font-size:11px;font-weight:600;color:#d97706}.adm-badge-date{font-size:11px;color:#9ca3af;margin-top:2px}.adm-price-cell{font-size:14px;font-weight:600;color:#1a1a2e}.adm-price-orig{font-size:12px;color:#9ca3af;text-decoration:line-through;margin-left:4px}.adm-actions-cell{display:flex;align-items:center;gap:6px;justify-content:flex-end}.adm-act-btn{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border-radius:6px;font-size:12px;font-weight:500;border:1px solid;transition:all .15s;white-space:nowrap;background:#fff;cursor:pointer}.adm-act-btn svg{width:13px;height:13px;stroke:currentColor;fill:none}.adm-act-content{color:#5b5bd6;border-color:#ddd6fe;background:#f5f3ff}.adm-act-content:hover{background:#ede9fe}.adm-act-unpub{color:#ea580c;border-color:#fed7aa;background:#fff7ed}.adm-act-unpub:hover{background:#ffedd5}.adm-act-pub{color:#16a34a;border-color:#bbf7d0;background:#f0fdf4}.adm-act-pub:hover{background:#dcfce7}.adm-act-icon{width:30px;height:30px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;display:flex;align-items:center;justify-content:center;transition:all .15s;cursor:pointer}.adm-act-icon:hover{background:#f5f5f7}.adm-act-icon svg{width:14px;height:14px;stroke:currentColor;fill:none;color:#374151}.adm-act-del{border-color:#fecaca}.adm-act-del:hover{background:#fef2f2}.adm-act-del svg{color:#dc2626}.adm-user-name-cell{font-size:14px;font-weight:500;color:#1a1a2e}.adm-user-email-cell{font-size:14px;color:#374151}.adm-role-badge{font-size:12px;color:#374151}.adm-role-admin{display:inline-block;padding:3px 10px;background:linear-gradient(135deg,#5b5bd6,#7c3aed);border-radius:20px;font-size:11px;font-weight:600;color:#fff}.adm-btn-promote{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;border:1.5px solid #e5e7eb;border-radius:6px;font-size:13px;font-weight:500;color:#374151;background:#fff;transition:all .15s;cursor:pointer}.adm-btn-promote:hover{border-color:#5b5bd6;color:#5b5bd6}.adm-btn-promote svg{width:14px;height:14px;stroke:currentColor;fill:none}.adm-form-page-title{font-size:24px;font-weight:700;margin-bottom:4px;color:#1a1a2e}.adm-form-page-sub{font-size:14px;color:#6b7280;margin-bottom:20px}.adm-restore-banner{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:11px 16px;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;font-size:13px;color:#1d4ed8}.adm-restore-clear{font-size:13px;color:#dc2626;background:none;border:none;cursor:pointer;font-weight:500}.adm-form-section{background:#fff;border:1px solid #e8e8ec;border-radius:12px;padding:24px;margin-bottom:16px}.adm-field-label{font-size:14px;font-weight:500;margin-bottom:7px;color:#1a1a2e;display:flex;align-items:center;gap:6px}.adm-field-input{width:100%;padding:10px 14px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:14px;outline:none;color:#1a1a2e;transition:border-color .15s;background:#fff;font-family:inherit}.adm-field-input:focus{border-color:#5b5bd6}.adm-field-textarea{width:100%;padding:10px 14px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:14px;outline:none;min-height:120px;resize:vertical;color:#1a1a2e;font-family:inherit;background:#fff}.adm-field-textarea:focus{border-color:#5b5bd6}.adm-field-hint{font-size:12px;color:#9ca3af;margin-top:5px}.adm-field-row{margin-bottom:18px}.adm-label-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px}.adm-gen-ai-btn{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;border:1px solid #ddd6fe;border-radius:6px;font-size:12px;font-weight:500;color:#7c3aed;background:#f5f3ff;cursor:pointer}.adm-gen-ai-btn:disabled{opacity:.6;cursor:not-allowed}.adm-gen-ai-btn svg{width:13px;height:13px;stroke:currentColor;fill:none}.adm-upload-zone{border:2px dashed #d1d5db;border-radius:10px;padding:32px;text-align:center;cursor:pointer;transition:border-color .15s}.adm-upload-zone:hover{border-color:#5b5bd6}.adm-upload-zone svg{width:32px;height:32px;stroke:#9ca3af;fill:none;margin:0 auto 10px}.adm-upload-zone-text{font-size:13px;color:#6b7280}.adm-checkbox-row{display:flex;align-items:center;gap:8px;margin-top:12px}.adm-checkbox-row input[type=checkbox]{width:16px;height:16px;accent-color:#5b5bd6}.adm-highlight-input-row{display:flex;gap:8px;margin-bottom:8px}.adm-highlight-input{flex:1;padding:9px 14px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:14px;outline:none;background:#fff;color:#1a1a2e}.adm-highlight-input:focus{border-color:#5b5bd6}.adm-add-btn{display:inline-flex;align-items:center;gap:5px;padding:8px 16px;border:1.5px solid #5b5bd6;border-radius:8px;color:#5b5bd6;font-size:13px;font-weight:500;background:#fff;cursor:pointer}.adm-highlight-item{display:flex;align-items:center;gap:8px;padding:7px 12px;background:#f9f9fb;border-radius:6px;margin-bottom:6px;font-size:14px}.adm-highlight-item-check{width:14px;height:14px;stroke:#16a34a;fill:none;flex-shrink:0}.adm-highlight-item-x{background:none;border:none;cursor:pointer;color:#dc2626;font-size:18px;line-height:1}.adm-pricing-section-title{font-size:15px;font-weight:600;display:flex;align-items:center;gap:8px;margin-bottom:16px}.adm-pricing-options{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.adm-pricing-card{border:1.5px solid #e5e7eb;border-radius:10px;padding:18px;cursor:pointer;transition:all .2s;background:#fff}.adm-pricing-card.selected{border-color:#5b5bd6;background:#f0f0ff}.adm-pricing-card-icon{width:36px;height:22px;border-radius:4px;background:#dcfce7;margin-bottom:10px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#16a34a}.adm-pricing-card-icon.paid{background:#dbeafe;color:#1d4ed8}.adm-pricing-card-title{font-size:15px;font-weight:600;margin-bottom:3px}.adm-pricing-card-sub{font-size:12px;color:#6b7280}.adm-pricing-preview{padding:10px 14px;background:#f9f9fb;border-radius:8px;font-size:13px;color:#374151}.adm-pub-section-title{font-size:15px;font-weight:600;display:flex;align-items:center;gap:8px;margin-bottom:14px}.adm-pub-option{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1.5px solid #e5e7eb;border-radius:8px;margin-bottom:10px;cursor:pointer;transition:border-color .15s}.adm-pub-option:hover{border-color:#c7d2fe}.adm-pub-option.selected{border-color:#5b5bd6}.adm-pub-option input[type=radio]{margin-top:2px;accent-color:#5b5bd6}.adm-pub-option-title{font-size:14px;font-weight:500;margin-bottom:2px}.adm-pub-option-sub{font-size:12px;color:#6b7280}.adm-form-actions{display:flex;align-items:center;justify-content:space-between;margin-top:24px;gap:12px;flex-wrap:wrap}.adm-btn-cancel{padding:10px 22px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:500;background:#fff;color:#374151;cursor:pointer}.adm-btn-save{padding:10px 22px;background:linear-gradient(135deg,#5b5bd6,#7c3aed);border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;cursor:pointer}.adm-btn-save:disabled{opacity:.6;cursor:not-allowed}.adm-builder-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:12px;flex-wrap:wrap}.adm-builder-step{font-size:12px;color:#6b7280;margin-bottom:2px}.adm-builder-title{font-size:20px;font-weight:700;color:#1a1a2e}.adm-builder-btns{display:flex;gap:10px;flex-wrap:wrap}.adm-btn-preview,.adm-btn-save-draft{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:500;background:#fff;color:#374151;cursor:pointer;text-decoration:none}.adm-btn-update{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;background:linear-gradient(135deg,#5b5bd6,#7c3aed);border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;cursor:pointer}.adm-btn-preview svg,.adm-btn-save-draft svg,.adm-btn-update svg{width:15px;height:15px;stroke:currentColor;fill:none}.adm-section-block{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:14px;overflow:hidden}.adm-section-header-row{display:flex;align-items:center;justify-content:space-between;padding:14px 16px}.adm-section-header-left{display:flex;align-items:center;gap:10px;flex:1}.adm-drag-dots{color:#d1d5db;display:flex;align-items:center;cursor:grab}.adm-drag-dots svg{width:16px;height:16px}.adm-section-name{font-size:15px;font-weight:600;outline:none;min-width:60px;flex:1}.adm-section-chevron{color:#9ca3af;transition:transform .2s;cursor:pointer;background:none;border:none;padding:4px}.adm-section-chevron.open{transform:rotate(180deg)}.adm-section-chevron svg{width:18px;height:18px;stroke:currentColor;fill:none}.adm-lesson-row{display:flex;align-items:center;justify-content:space-between;padding:11px 16px 11px 32px;border-top:1px solid #f1f1f5}.adm-lesson-left{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.adm-lesson-left svg{width:16px;height:16px;stroke:#9ca3af;fill:none;flex-shrink:0}.adm-lesson-icon-doc{width:16px;height:16px;stroke:#5b5bd6!important;fill:none;flex-shrink:0}.adm-lesson-title{font-size:14px;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adm-lesson-badge-free{padding:2px 7px;background:#dcfce7;border-radius:10px;font-size:10px;font-weight:600;color:#16a34a;flex-shrink:0}.adm-lesson-right{display:flex;align-items:center;gap:6px;flex-shrink:0}.adm-menu-btn{width:28px;height:28px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center;transition:background .15s;position:relative;cursor:pointer}.adm-menu-btn:hover{background:#f5f5f7}.adm-menu-btn svg{width:14px;height:14px;stroke:#6b7280;fill:none}.adm-add-content-row{display:flex;align-items:center;justify-content:space-between;padding:10px 16px 10px 32px;border-top:1px solid #f1f1f5}.adm-add-content-btn{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#5b5bd6;font-weight:500;background:none;border:none;cursor:pointer}.adm-add-content-btn svg{width:14px;height:14px;stroke:currentColor;fill:none}.adm-no-content{text-align:center;padding:18px;color:#9ca3af;font-size:13px;border-top:1px solid #f1f1f5}.adm-add-section-row{border:2px dashed #e5e7eb;border-radius:12px;padding:14px;text-align:center;cursor:pointer;transition:border-color .15s;margin-top:6px;background:#fff}.adm-add-section-row:hover{border-color:#5b5bd6}.adm-add-section-btn{display:inline-flex;align-items:center;gap:7px;font-size:14px;color:#5b5bd6;font-weight:500;background:none;border:none;cursor:pointer}.adm-add-section-btn svg{width:15px;height:15px;stroke:currentColor;fill:none}.adm-ctx-menu{position:absolute;right:0;top:32px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px #0000001a;min-width:140px;z-index:50}.adm-ctx-item{display:flex;align-items:center;gap:8px;padding:9px 14px;font-size:13px;color:#374151;cursor:pointer;transition:background .1s;background:none;border:none;width:100%;text-align:left}.adm-ctx-item:hover{background:#f5f5f7}.adm-ctx-item svg{width:14px;height:14px;stroke:currentColor;fill:none}.adm-ctx-item.danger{color:#dc2626}.adm-ctx-item.disabled{color:#d1d5db;cursor:not-allowed}.adm-ctx-divider{height:1px;background:#f1f1f5;margin:4px 0}
