@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css";@import"https://fonts.googleapis.com/css2?family=Gaegu:wght@300;400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Nunito:ital,wght@0,400;0,600;0,700;1,400&family=Noto+Sans+KR:wght@400;500;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #ffffff;--bg-secondary: #fafafa;--bg-hover: #f0f0f0;--bg-active: #e8e8ea;--accent: #4f46e5;--accent-hover: #4338ca;--accent-light: #eef2ff;--text-primary: #1a1a2e;--text-secondary: #6b7280;--text-muted: #9ca3af;--border: #e5e7eb;--border-light: #f3f4f6;--danger: #ef4444;--success: #22c55e;--font-main: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;--font-serif: "Georgia", "Times New Roman", serif;--font-mono: "SFMono-Regular", "Cascadia Code", "D2Coding", "Consolas", monospace;--radius: 6px;--radius-md: 8px;--radius-lg: 12px;--transition: .18s ease;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .04), 0 1px 2px rgba(0, 0, 0, .03);--shadow-md: 0 4px 12px rgba(0, 0, 0, .06), 0 2px 4px rgba(0, 0, 0, .04);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .08), 0 4px 8px rgba(0, 0, 0, .04)}body{font-family:var(--font-main);background:var(--bg-primary);color:var(--text-primary);height:100vh;overflow:hidden;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#0000002e}::selection{background:var(--accent-light)}.doc-item{padding:6px 10px;border-radius:var(--radius);cursor:pointer;transition:background var(--transition);display:flex;align-items:center;gap:10px;min-height:34px}.doc-item:hover{background:var(--bg-hover)}.doc-item.active{background:var(--bg-active)}.doc-item-icon{font-size:15px;flex-shrink:0;opacity:.75}.doc-item-info{flex:1;min-width:0}.doc-item-title{font-size:13px;font-weight:450;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.5}.doc-item-title.untitled{color:var(--text-muted)}.doc-item-more-btn{flex-shrink:0;display:none;background:none;border:none;font-size:14px;color:var(--text-muted);cursor:pointer;padding:2px 6px;border-radius:var(--radius);line-height:1;letter-spacing:1px;transition:background var(--transition),color var(--transition)}.doc-item:hover .doc-item-more-btn{display:flex;align-items:center}.doc-item-more-btn:hover{background:var(--bg-active);color:var(--text-primary)}.doc-item-dropdown{position:fixed;z-index:300;background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:4px;min-width:160px;display:flex;flex-direction:column;gap:1px}.doc-item-dropdown-btn{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;background:none;border:none;border-radius:var(--radius);font-size:13px;color:var(--text-primary);cursor:pointer;font-family:var(--font-main);text-align:left;transition:background var(--transition)}.doc-item-dropdown-btn:hover{background:var(--bg-hover)}.doc-item-dropdown-btn.danger{color:var(--danger)}.doc-item-dropdown-btn.danger:hover{background:#fef2f2}.ddi-icon{font-size:13px;flex-shrink:0}.doc-item-dropdown-divider{height:1px;background:var(--border-light);margin:2px 0}.sidebar{width:260px;min-width:260px;background:var(--bg-secondary);border-right:1px solid var(--border-light);display:flex;flex-direction:column;height:100vh;-webkit-user-select:none;user-select:none;transition:width .2s ease,min-width .2s ease;overflow:hidden}.sidebar.collapsed{width:0;min-width:0;border-right:none}.sidebar-header{padding:16px 16px 0;display:flex;align-items:center;gap:8px}.btn-sidebar-toggle{margin-left:auto;background:none;border:none;font-size:18px;color:var(--text-muted);cursor:pointer;padding:4px 8px;border-radius:var(--radius);line-height:1;opacity:0;transition:opacity var(--transition),background var(--transition)}.sidebar-header:hover .btn-sidebar-toggle{opacity:1}.btn-sidebar-toggle:hover{background:var(--bg-hover);color:var(--text-primary)}.logo{font-size:13px;font-weight:700;color:var(--text-primary);letter-spacing:-.02em;display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:var(--radius);cursor:default}.logo:hover{background:var(--bg-hover)}.logo-icon{font-size:18px;line-height:1}.btn-new-doc{margin:12px 12px 4px;padding:7px 12px;background:transparent;color:var(--text-secondary);border:none;border-radius:var(--radius);font-size:13px;font-weight:400;cursor:pointer;transition:all var(--transition);text-align:left;display:flex;align-items:center;gap:6px}.btn-new-doc:hover{background:var(--bg-hover);color:var(--text-primary)}.btn-new-doc .plus-icon{font-size:16px;font-weight:300;opacity:.6}.search-box{padding:6px 12px}.search-box input{width:100%;padding:7px 12px;background:transparent;border:none;border-radius:var(--radius);color:var(--text-primary);font-size:13px;font-family:var(--font-main);outline:none;transition:all var(--transition)}.search-box input::placeholder{color:var(--text-muted)}.search-box input:focus{background:var(--bg-primary);box-shadow:var(--shadow-sm),0 0 0 1px var(--border)}.doc-section-label{padding:20px 18px 6px;font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.sidebar-content{flex:1;overflow-y:auto;display:flex;flex-direction:column}.doc-list{padding:4px 10px;display:flex;flex-direction:column;gap:2px}.sidebar-footer{padding:14px 18px;font-size:11px;color:var(--text-muted);border-top:1px solid var(--border-light);letter-spacing:.01em}@media(max-width:768px){.sidebar{position:fixed;left:-260px;z-index:100;transition:left var(--transition);box-shadow:var(--shadow-lg)}.sidebar.open{left:0}}.editor-container{flex:1;display:flex;flex-direction:column;height:100vh;max-width:900px;margin:0 auto;width:100%}.editor-topbar{display:flex;align-items:center;justify-content:flex-end;padding:10px 16px;gap:8px;flex-shrink:0}.save-status{font-size:12px;color:var(--text-muted);transition:color var(--transition)}.save-status.saved{color:var(--success)}.btn-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:var(--radius);cursor:pointer;font-size:14px;color:var(--text-muted);transition:all var(--transition)}.btn-icon:hover{background:var(--bg-hover);color:var(--danger)}.editor-body{flex:1;overflow-y:auto;padding:0 80px 60px}.doc-title-input{width:100%;padding:20px 0 4px;background:transparent;border:none;color:var(--text-primary);font-size:32px;font-weight:700;font-family:var(--font-main);outline:none;letter-spacing:-.02em;line-height:1.2}.doc-title-input::placeholder{color:var(--text-muted);font-weight:700}.editor{width:100%;min-height:calc(100vh - 200px);padding:8px 0;background:transparent;border:none;color:var(--text-primary);font-family:var(--font-main);font-size:15px;line-height:1.7;resize:none;outline:none}.editor::placeholder{color:var(--text-muted)}.editor-footer{display:flex;justify-content:space-between;padding:8px 80px;font-size:12px;color:var(--text-muted);border-top:1px solid var(--border-light);flex-shrink:0}@media(max-width:860px){.editor-body{padding:0 40px 60px}.editor-footer{padding:8px 40px}}@media(max-width:600px){.editor-body{padding:0 20px 60px}.editor-footer{padding:8px 20px}}.empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px;overflow:hidden;position:relative}.home-hero{position:relative;display:flex;flex-direction:column;align-items:center;margin-bottom:56px}.home-shapes{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:300px;pointer-events:none}.shape{position:absolute;border-radius:50%;opacity:.12}.shape-1{width:120px;height:120px;background:var(--accent);top:-20px;left:-30px;animation:float-1 8s ease-in-out infinite}.shape-2{width:80px;height:80px;background:#8b5cf6;top:10px;right:-10px;animation:float-2 6s ease-in-out infinite}.shape-3{width:60px;height:60px;background:#06b6d4;bottom:20px;left:20px;animation:float-3 7s ease-in-out infinite}.shape-4{width:40px;height:40px;background:#f59e0b;bottom:40px;right:40px;border-radius:8px;animation:float-4 9s ease-in-out infinite}.shape-5{width:24px;height:24px;background:#10b981;top:60px;left:50%;border-radius:6px;animation:float-5 5s ease-in-out infinite}@keyframes float-1{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(20px,-15px) rotate(5deg)}50%{transform:translate(-10px,-30px) rotate(-3deg)}75%{transform:translate(15px,-10px) rotate(2deg)}}@keyframes float-2{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(-15px,20px) rotate(-5deg)}66%{transform:translate(10px,-15px) rotate(3deg)}}@keyframes float-3{0%,to{transform:translate(0) scale(1)}50%{transform:translate(25px,-20px) scale(1.1)}}@keyframes float-4{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(-10px,-20px) rotate(45deg)}50%{transform:translate(15px,-10px) rotate(90deg)}75%{transform:translate(-5px,10px) rotate(135deg)}}@keyframes float-5{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(-20px,15px) rotate(180deg)}}.home-logo-area{position:relative;z-index:1;margin-bottom:28px;animation:fade-in-up .6s ease-out}.home-logo-icon{width:96px;height:96px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--accent-light),#f0f0ff);border-radius:24px;box-shadow:0 8px 32px #4f46e51f,0 2px 8px #4f46e514}.home-title{position:relative;z-index:1;font-size:34px;font-weight:700;color:var(--text-primary);letter-spacing:-.03em;margin-bottom:14px;animation:fade-in-up .6s ease-out .1s both}.home-subtitle{position:relative;z-index:1;font-size:17px;color:var(--text-secondary);line-height:1.6;white-space:nowrap;animation:fade-in-up .6s ease-out .2s both}.home-guide{display:flex;justify-content:center;gap:20px;animation:fade-in-up .6s ease-out .3s both}.guide-card{width:340px;height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:28px 20px;background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--radius-lg);transition:all .25s ease;cursor:default}.guide-card:hover{background:var(--bg-primary);border-color:var(--border);box-shadow:var(--shadow-md);transform:translateY(-2px)}.guide-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;color:var(--accent);background:var(--accent-light);border-radius:14px}.guide-icon svg{width:28px;height:28px}.guide-text{text-align:center}.guide-text h3{font-size:16px;font-weight:600;color:var(--text-primary);margin-bottom:6px;white-space:nowrap}.guide-text p{font-size:14px;color:var(--text-secondary);line-height:1.5;white-space:nowrap}.home-footer-hint{margin-top:56px;font-size:14px;color:var(--text-muted);animation:fade-in-up .6s ease-out .5s both}@keyframes fade-in-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.home-guide{flex-direction:column;align-items:center}.home-title{font-size:24px}.home-subtitle,.guide-text h3,.guide-text p{white-space:normal}.home-shapes{width:300px;height:200px}}.me-share-root{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:#f0f0ef;font-family:var(--font-main);position:relative}.me-share-canvas-wrap{box-shadow:0 4px 24px #0000001f;border-radius:8px;overflow:hidden}.me-root{display:flex;flex-direction:column;width:100%;height:100vh;overflow:hidden;font-family:var(--font-main);background:#f0f0ef;color:var(--text-primary)}.me-header{height:48px;min-height:48px;background:#fff;border-bottom:1px solid #e0e0de;display:flex;align-items:center;padding:0 12px;gap:0;z-index:10}.me-header-left{display:flex;align-items:center;gap:8px;flex:1}.me-logo{display:flex;align-items:center;gap:6px;margin-right:4px}.me-logo-m{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:#2383e2;color:#fff;font-size:14px;font-weight:700;border-radius:4px;letter-spacing:-.02em}.me-logo-text{font-size:13px;font-weight:600;color:var(--text-primary);letter-spacing:-.01em}.me-header-menus{display:flex;gap:2px}.me-menu-btn{background:none;border:none;font-size:13px;color:var(--text-secondary);padding:4px 8px;border-radius:4px;cursor:pointer;font-family:var(--font-main)}.me-menu-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.me-header-center{flex:1;display:flex;justify-content:center}.me-doc-title{font-size:14px;font-weight:500;color:var(--text-primary);padding:4px 8px;border-radius:4px;cursor:text}.me-header-right{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:6px}.me-icon-btn{background:none;border:none;font-size:15px;color:var(--text-secondary);padding:4px 6px;border-radius:4px;cursor:pointer;line-height:1}.me-icon-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.me-icon-btn-plus{font-size:18px;font-weight:300}.me-zoom-ctrl,.me-canvas-size{display:flex;align-items:center;gap:2px;font-size:13px;color:var(--text-secondary);padding:4px 8px;border-radius:4px;cursor:pointer;border:1px solid transparent}.me-zoom-ctrl:hover,.me-canvas-size:hover{background:var(--bg-hover)}.me-zoom-caret{font-size:10px;opacity:.6}.me-btn-save{background:#2383e2;color:#fff;border:none;font-size:13px;font-weight:500;padding:6px 14px;border-radius:4px;cursor:pointer;font-family:var(--font-main)}.me-btn-save:hover{background:#1a6fcb}.me-avatar{width:28px;height:28px;border-radius:50%;background:#e07090;color:#fff;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.me-body{display:flex;flex:1;overflow:hidden}.me-icon-nav{width:80px;min-width:80px;background:#f7f7f5;border-right:1px solid #e0e0de;display:flex;flex-direction:column;justify-content:space-between;padding:8px 0}.me-icon-nav-top,.me-icon-nav-bottom{display:flex;flex-direction:column;align-items:center;gap:2px}.me-nav-item{display:flex;flex-direction:column;align-items:center;gap:5px;background:none;border:none;padding:10px 4px;border-radius:6px;cursor:pointer;width:72px;font-family:var(--font-main);color:var(--text-secondary);transition:background .15s}.me-nav-item:hover{background:var(--bg-hover);color:var(--text-primary)}.me-nav-item.active{color:#2383e2;background:#e8f0fc}.me-nav-item.is-disabled{opacity:.45;cursor:not-allowed}.me-nav-item.is-disabled:hover{background:none;color:var(--text-secondary)}.me-nav-icon{font-size:24px;line-height:1}.me-nav-label{font-size:13px;font-weight:500;white-space:nowrap}.me-panel{width:360px;min-width:360px;background:#fff;border-right:1px solid #e0e0de;display:flex;flex-direction:column;overflow:hidden}.me-panel-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px 0}.me-panel-header-title{font-size:13px;font-weight:600;color:var(--text-primary)}.me-panel-close{width:24px;height:24px;border:none;background:transparent;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:background .15s}.me-panel-close:hover{background:#f0f0ee}.me-panel-toggle{width:24px;min-width:24px;border:none;background:#fff;border-right:1px solid #e0e0de;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:background .15s}.me-panel-toggle:hover{background:#f7f7f5}.me-panel-search{padding:10px 12px 6px}.me-panel-search input{width:100%;box-sizing:border-box;padding:6px 10px;font-size:13px;font-family:var(--font-main);border:1px solid #e0e0de;border-radius:4px;background:#f7f7f5;color:var(--text-primary);outline:none}.me-panel-search input::placeholder{color:var(--text-muted)}.me-panel-section-label{padding:6px 14px 4px;font-size:11px;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.me-template-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:4px 12px 12px;overflow-y:auto}.me-insert-section-label{padding:40px 14px 16px;margin-top:0;font-size:13px;font-weight:400;color:var(--text-primary);border-top:none}.me-insert-section-label:first-child{padding-top:18px;border-top:none}.me-root-databinding .me-insert-section-label,.me-root-databinding .me-insert-section-header{border-top:none;margin-top:0;padding:40px 14px 16px}.me-root-databinding .me-insert-section-label{font-size:13px;font-weight:400}.me-root-databinding .me-insert-section-label:first-child,.me-root-databinding .me-insert-section-header:first-of-type{padding-top:18px;border-top:none}.me-root-databinding .me-insert-section-header .me-insert-section-label{padding:0;margin:0;border:none}.me-root-databinding .me-insert-font-list .me-insert-font-row:last-child{border-bottom:none}.me-root-databinding .me-insert-btn-preview{width:100%;aspect-ratio:1;border-radius:10px;background:#f2f3f5;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow .15s,transform .15s}.me-ibtn-base-fullscreen{width:42px;height:42px;border-radius:11px;background:#3f3f46;color:#fff;padding:0}.me-ibtn-base-fullscreen svg{width:24px;height:24px}.me-root-databinding .me-ibtn-base-round,.me-root-databinding .me-ibtn-base-pill,.me-root-databinding .me-ibtn-base-circle,.me-root-databinding .me-ibtn-base-icon{background:#d1d5db}.me-root-databinding .me-insert-add-btn{width:calc(100% - 24px);margin:14px 12px 4px;padding:12px 16px;background:#2383e2;color:#fff;border:none;border-radius:8px;font-size:13.5px;font-weight:700;cursor:pointer;transition:background .15s}.me-root-databinding .me-insert-add-btn:hover{background:#1e73c8}.me-insert-section-header{display:flex;align-items:center;justify-content:space-between;padding:40px 14px 16px;margin-top:0}.me-insert-section-header:first-of-type{padding-top:18px}.me-insert-section-header .me-insert-section-label-recent{display:inline-flex;align-items:center;gap:6px;color:#1a1a2e;font-weight:400}.me-insert-section-header .me-insert-section-label-recent svg{flex-shrink:0;color:#1a1a2e}.me-insert-font-list{display:flex;flex-direction:column}.me-insert-detail-header{display:flex;align-items:center;gap:8px;padding:14px 14px 12px;border-bottom:1px solid #ececea}.me-insert-back{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;background:none;border-radius:6px;color:#1a1a2e;cursor:pointer;transition:background .15s}.me-insert-back:hover{background:#f0f0ee}.me-insert-detail-title{font-size:15px;font-weight:700;color:#1a1a2e}.me-insert-font-row{display:flex;align-items:center;gap:18px;padding:12px 14px 12px 28px;cursor:pointer;border-bottom:1px solid #f0f0ee}.me-insert-font-row:hover{background:#f7f7f6}.me-insert-font-row-star{display:inline-flex;flex-shrink:0;color:#c9ccd1;padding:4px;border-radius:6px;cursor:pointer;transition:background .15s,color .15s}.me-insert-font-row-star:hover{background:#f0f0ee}.me-insert-font-row-star.is-fav{color:#f5b400;background:#fff1a8}.me-insert-font-row-star.is-fav:hover{background:#ffe985}.me-insert-font-row-name{flex:1;min-width:0;font-size:18px;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.me-ibtn-shape svg{transform:scale(1.45)}.me-ibtn-box-image,.me-ibtn-box-video,.me-ibtn-box-audio{display:flex;flex-direction:column;align-items:center;justify-content:center;width:56px;height:42px;border:1.5px dashed #d1d5db;border-radius:6px;background:#f9fafb;gap:2px}.me-root-databinding .me-ibtn-box-repeat-card{width:12px;height:22px;border-radius:3px;background:#d1d5db;border:1px solid #d1d5db}.me-ibtn-box-swipe{display:flex;align-items:center;justify-content:center;gap:3px;width:56px;height:42px;border:1.5px solid #d1d5db;border-radius:6px;background:#fff}.me-ibtn-box-swipe-card{width:22px;height:28px;border-radius:4px;background:#d1d5db;border:1px solid #d1d5db}.me-ibtn-box-swipe-arrow{font-size:13px;color:#9ca3af;font-weight:700;line-height:1}.me-ibtn-box-record{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:56px;height:42px;border:1.5px solid #d1d5db;border-radius:6px;background:#fff}.me-ibtn-box-record-icon{display:flex;align-items:center;justify-content:center}.me-ibtn-box-record-wave{display:flex;align-items:center;gap:2px;height:9px}.me-ibtn-box-record-wave span{width:2px;border-radius:1px;background:#d1d5db}.me-ibtn-box-record-wave span:nth-child(1){height:4px}.me-ibtn-box-record-wave span:nth-child(2){height:9px}.me-ibtn-box-record-wave span:nth-child(3){height:6px}.me-ibtn-box-record-wave span:nth-child(4){height:8px}.me-ibtn-box-record-wave span:nth-child(5){height:3px}.me-ibtn-box-stepper{display:flex;align-items:center;height:30px;border:1.4px solid #d1d5db;border-radius:6px;overflow:hidden;background:#fff}.me-ibtn-box-stepper-btn{display:flex;align-items:center;justify-content:center;width:22px;height:100%;font-size:15px;font-weight:700;color:#6b7280;background:#f3f4f6}.me-ibtn-box-stepper-value{display:flex;align-items:center;justify-content:center;width:26px;height:100%;font-size:12px;font-weight:600;color:#374151;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb}.me-root-databinding .me-ibtn-box-input{transform:scale(1.7)}.me-canvas-area{flex:1;display:grid;grid-template-rows:20px 1fr;grid-template-columns:20px 1fr;overflow:hidden;background:#e8e8e6}.me-ruler-corner{background:#e8e8e6;border-right:1px solid #d0d0ce;border-bottom:1px solid #d0d0ce;grid-column:1;grid-row:1}.me-ruler-h{grid-column:2;grid-row:1;height:20px;background:#efefed;border-bottom:1px solid #d0d0ce;display:flex;align-items:center;overflow:hidden;padding-left:120px;gap:0}.me-ruler-mark{font-size:9px;color:#aaa;min-width:100px;text-align:left;padding-left:2px;display:block}.me-canvas-row{grid-column:1 / 3;grid-row:2;display:flex;overflow:hidden}.me-ruler-v{width:20px;min-width:20px;background:#efefed;border-right:1px solid #d0d0ce;display:flex;flex-direction:column;padding-top:80px;gap:0}.me-ruler-vmark{font-size:9px;color:#aaa;min-height:70px;display:block;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);text-align:left}.me-canvas-viewport{flex:1;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#e8e8e6;padding:24px}.me-canvas{width:100%;height:100%;max-width:1120px;max-height:630px;background:#fff;box-shadow:0 2px 12px #0000002e;flex-shrink:1;aspect-ratio:16 / 9;position:relative;overflow:hidden}.me-floating-toolbar{position:absolute;top:12px;right:16px;background:#fff;border:1px solid #e0e0de;border-radius:6px;display:flex;align-items:center;gap:0;padding:3px 4px;box-shadow:0 1px 6px #0000001a;z-index:5}.me-ft-btn{background:none;border:none;font-size:14px;color:var(--text-secondary);padding:4px 6px;border-radius:4px;cursor:pointer;line-height:1}.me-ft-btn:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.me-ft-btn:disabled{opacity:.35;cursor:default}.me-ft-btn-delete{color:#e05060}.me-ft-divider{width:1px;height:16px;background:#e0e0de;margin:0 2px}.me-ft-page{font-size:12px;color:var(--text-secondary);padding:4px 6px;white-space:nowrap}.me-zoom-bar{position:absolute;bottom:16px;right:16px;background:#fff;border:1px solid #e0e0de;border-radius:6px;display:flex;align-items:center;padding:3px 6px;gap:4px;box-shadow:0 1px 6px #0000001a}.me-zb-btn{background:none;border:none;font-size:16px;color:var(--text-secondary);cursor:pointer;padding:2px 4px;border-radius:3px;line-height:1}.me-zb-btn:hover{background:var(--bg-hover)}.me-zb-val{font-size:12px;color:var(--text-secondary);min-width:36px;text-align:center}.me-zb-fit{font-size:13px;border-left:1px solid #e0e0de;padding-left:6px;margin-left:2px}.me-canvas-stack{flex:1;display:flex;flex-direction:column;min-width:0;overflow:hidden}.me-canvas-stack .me-canvas-area{flex:1;min-height:0}.me-timeline{height:160px;min-height:160px;background:#fff;border-top:1px solid #e0e0de;display:flex;flex-direction:column;overflow:hidden}.me-timeline-header{height:32px;min-height:32px;border-bottom:1px solid #e0e0de;display:flex;align-items:center;background:#fafafa}.me-tl-trigger-col{width:160px;min-width:160px;padding:0 16px;font-size:12px;color:var(--text-secondary);font-weight:500;border-right:1px solid #e0e0de;height:100%;display:flex;align-items:center}.me-tl-marks{flex:1;display:flex;align-items:center;padding:0 16px;gap:0}.me-tl-mark{font-size:11px;color:var(--text-muted);min-width:80px;text-align:left}.me-timeline-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.me-timeline-empty p{margin:0;font-size:13px;color:var(--text-secondary)}.me-tl-sub{font-size:12px;color:var(--text-muted)!important}.me-tl-page-tabs{display:flex;align-items:center;gap:4px;padding:4px 12px;border-bottom:1px solid var(--border-light);background:var(--bg-secondary)}.me-tl-page-tab{display:flex;align-items:center;gap:4px;padding:3px 10px;font-size:12px;color:var(--text-secondary);border-radius:var(--radius);cursor:pointer;background:var(--bg-primary);border:1px solid var(--border-light)}.me-tl-page-tab:hover{background:var(--bg-hover)}.me-tl-page-tab-icon{font-size:11px}.me-tl-page-tabs-right{margin-left:auto;display:flex;align-items:center;gap:4px}.me-tl-zoom-val{font-size:12px;color:var(--text-secondary);margin-right:2px}.me-tl-zoom-btn{background:none;border:none;color:var(--text-secondary);font-size:14px;cursor:pointer;padding:2px 5px;border-radius:var(--radius);line-height:1}.me-tl-zoom-btn:hover{background:var(--bg-hover)}.me-tl-tracks{display:flex;flex-direction:column}.me-tl-track{display:flex;align-items:stretch;border-bottom:1px solid var(--border-light);min-height:52px}.me-tl-track-label{width:120px;min-width:120px;padding:8px 12px;display:flex;flex-direction:column;justify-content:center;gap:2px;border-right:1px solid var(--border-light)}.me-tl-track-name{font-size:12px;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.me-tl-track-sub{font-size:10px;color:var(--text-muted)}.me-tl-track-bars{flex:1;position:relative;display:flex;flex-direction:column;justify-content:center;gap:4px;padding:6px 0}.me-tl-bar-row{position:relative;height:14px}.me-tl-bar{position:absolute;top:0;height:100%;border-radius:3px}.me-canvas-filled{width:100%;height:100%;max-width:1120px;max-height:630px;background:#faf5e8;position:relative;overflow:hidden;display:flex;flex-direction:column;padding:28px 32px;box-sizing:border-box;gap:18px;flex-shrink:1;aspect-ratio:16 / 9;box-shadow:0 2px 12px #0000002e}.me-tmpl-decor{position:absolute;border-radius:50%;opacity:.18;pointer-events:none}.me-tmpl-decor-1{width:120px;height:120px;background:#f0a060;top:-30px;right:80px}.me-tmpl-decor-2{width:80px;height:80px;background:#9b59b6;bottom:40px;right:20px}.me-tmpl-decor-3{width:60px;height:60px;background:#3b82c4;top:60px;right:30px}.me-tmpl-title{display:flex;align-items:flex-start;gap:10px;font-size:20px;font-weight:700;color:#3a3220;line-height:1.4;max-width:520px;z-index:1}.me-tmpl-title-icon{font-size:22px;flex-shrink:0;margin-top:1px}.me-tmpl-boxes{display:flex;gap:20px;z-index:1}.me-tmpl-box{flex:1;min-height:130px;border:3px solid;border-radius:16px;background:#fffde8;position:relative;padding-top:28px}.me-tmpl-box-label{position:absolute;top:-14px;left:50%;transform:translate(-50%);color:#fff;font-size:12px;font-weight:600;padding:5px 14px;border-radius:20px;white-space:nowrap}.me-tmpl-section{z-index:1}.me-tmpl-section-label{display:inline-block;color:#fff;font-size:13px;font-weight:700;padding:5px 16px;border-radius:20px;margin-bottom:10px}.me-tmpl-img-row{display:flex;gap:10px}.me-tmpl-img-placeholder{flex:1;height:80px;background:#e8e4d8;border-radius:8px;border:1px dashed #c8c4b8}.me-nav-item-ai .me-nav-icon{color:#2383e2}.me-nav-item-ai.active{color:#2383e2;background:#e8f0fc}.me-ai-panel{display:flex;flex-direction:column;overflow:hidden}.me-ai-new-btn{margin:10px 12px 4px;padding:8px 12px;background:#2383e2;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;font-family:var(--font-main);transition:background .15s}.me-ai-new-btn:hover{background:#1a6fcb}.me-ai-tmpl-list{overflow-y:auto;padding:4px 8px;flex:1;display:flex;flex-direction:column;gap:2px}.me-ai-tmpl-item{display:flex;flex-wrap:wrap;align-items:flex-start;gap:8px;padding:8px 10px;border-radius:6px;cursor:pointer;transition:background .12s}.me-ai-tmpl-item:hover{background:var(--bg-hover)}.me-ai-tmpl-color{width:6px;height:6px;border-radius:50%;flex-shrink:0;margin-top:5px}.me-ai-tmpl-info{flex:1;min-width:0}.me-ai-tmpl-title{font-size:13px;color:var(--text-primary);font-weight:600;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.me-ai-tmpl-desc{font-size:11px;color:var(--text-secondary);line-height:1.4;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.me-ai-tmpl-meta{font-size:10px;color:var(--text-muted);margin-top:3px}.me-ai-tmpl-expand{width:22px;height:22px;border:none;background:transparent;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-muted);flex-shrink:0;transition:background .12s,transform .2s;margin-top:1px}.me-ai-tmpl-expand:hover{background:#e8e8e6}.me-ai-tmpl-expand.open{transform:rotate(180deg)}.me-ai-tmpl-thumb-wrap{width:100%;height:120px;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-top:2px}.me-ai-tmpl-thumb-wrap .me-rthumb{transform:scale(.42);transform-origin:center center;pointer-events:none}.me-ai-main{flex:1;background:#f0f4fb;display:flex;align-items:flex-start;justify-content:center;overflow-y:auto;padding:48px 24px}.me-ai-form-card{width:100%;max-width:960px;background:#fff;border-radius:12px;padding:32px;box-shadow:0 2px 16px #2383e214;display:flex;flex-direction:column;gap:0}.me-ai-form-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;color:var(--text-primary);font-size:15px;font-weight:600}.me-ai-example-btn{background:none;border:none;color:#2383e2;font-size:12px;cursor:pointer;padding:4px 6px;border-radius:4px;font-family:var(--font-main)}.me-ai-example-btn:hover{background:#e8f0fc}.me-ai-prompt{width:100%;box-sizing:border-box;min-height:140px;padding:14px 16px;background:#f7f9fd;border:1px solid #d8e4f5;border-radius:8px;color:var(--text-primary);font-size:14px;font-family:var(--font-main);resize:vertical;outline:none;transition:border-color .15s;line-height:1.6}.me-ai-prompt::placeholder{color:var(--text-muted)}.me-ai-prompt:focus{border-color:#2383e2;background:#fff}.me-ai-char-count{text-align:right;font-size:11px;color:var(--text-muted);margin-top:6px}.me-ai-privacy{font-size:12px;color:#2383e2;margin:10px 0 24px;opacity:.8}.me-ai-content-type-section{margin-bottom:0}.me-ai-content-type-label{font-size:12px;font-weight:500;color:var(--text-secondary);display:block;margin-bottom:12px}.me-ai-content-type-desc{font-size:12px;color:var(--text-secondary);margin:0 0 12px}.me-ai-content-type-options{display:flex;gap:10px}.me-ai-type-card{flex:1;display:flex;align-items:center;gap:12px;padding:14px 16px;background:#f7f9fd;border:2px solid #e0e6f0;border-radius:10px;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s}.me-ai-type-card:hover{border-color:#b0c4e8;background:#f0f4fb}.me-ai-type-card.selected{border-color:#2383e2;background:#eef4fd;box-shadow:0 0 0 1px #2383e2}.me-ai-type-card input[type=radio]{display:none}.me-ai-type-icon{font-size:24px;flex-shrink:0;line-height:1}.me-ai-type-info{display:flex;flex-direction:column;gap:3px;min-width:0}.me-ai-type-name{font-size:13px;font-weight:600;color:var(--text-primary);white-space:nowrap}.me-ai-type-sub{font-size:11px;color:var(--text-secondary);line-height:1.35}.me-ai-type-card.selected .me-ai-type-name{color:#2383e2}.me-ai-selects-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:0}.me-ai-divider{height:1px;background:#e8eef8;margin:24px 0}.me-ai-upload-section{margin-bottom:20px}.me-ai-upload-desc{font-size:12px;color:var(--text-muted, #787774);margin:0 0 12px;line-height:1.5}.me-ai-upload-area{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:100%;padding:24px 16px;background:#f8fafd;border:2px dashed #c8d8ef;border-radius:10px;cursor:pointer;transition:all .2s;color:var(--text-secondary, #787774);font-family:var(--font-main)}.me-ai-upload-area:hover{background:#eef3fb;border-color:#2383e2}.me-ai-upload-icon{font-size:28px}.me-ai-upload-text{font-size:13px;font-weight:600;color:#2383e2}.me-ai-upload-hint{font-size:11px;color:var(--text-muted, #a0a09e)}.me-ai-upload-file{background:#f8fafd;border:1px solid #d8e4f5;border-radius:10px;overflow:hidden}.me-ai-upload-file-info{display:flex;align-items:center;gap:10px;padding:12px 14px}.me-ai-upload-file-icon{font-size:26px;flex-shrink:0}.me-ai-upload-file-detail{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.me-ai-upload-file-name{font-size:13px;font-weight:600;color:var(--text-primary, #37352f);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.me-ai-upload-file-size{font-size:11px;color:var(--text-muted, #a0a09e)}.me-ai-upload-remove{width:26px;height:26px;border-radius:50%;border:none;background:#eee;color:#888;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.me-ai-upload-remove:hover{background:#fde8e8;color:#e74c3c}.me-ai-ocr-status{display:flex;align-items:center;gap:8px;padding:10px 14px;font-size:12px;border-top:1px solid #e8eef8}.me-ai-ocr-processing{color:#2383e2;background:#eef4fd}.me-ai-ocr-done{color:#16a34a;background:#f0faf0}.me-ai-ocr-error{color:#e74c3c;background:#fef0f0}.me-ai-ocr-spinner{width:14px;height:14px;border:2px solid #c8d8ef;border-top-color:#2383e2;border-radius:50%;animation:me-ai-spin .8s linear infinite;flex-shrink:0}.me-ai-prompt-section{margin-bottom:24px}.me-ai-prompt-label{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:14px;font-weight:600;color:var(--text-primary)}.me-ai-optional{font-size:11px;font-weight:400;color:var(--text-muted);background:#f0f4fb;padding:2px 7px;border-radius:10px}.me-ai-field{display:flex;flex-direction:column;gap:6px}.me-ai-field label{font-size:12px;color:var(--text-secondary);font-weight:500}.me-ai-field select{padding:9px 30px 9px 12px;background:#fff;border:1px solid #d8e4f5;border-radius:6px;color:var(--text-primary);font-size:13px;font-family:var(--font-main);outline:none;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%232383e2' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;transition:border-color .15s}.me-ai-field select:focus{border-color:#2383e2}.me-ai-field select:disabled{background:#f0f2f5;color:var(--text-muted);cursor:not-allowed}.me-ai-submit{width:100%;padding:14px;background:#2383e2;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;font-family:var(--font-main);transition:background .15s}.me-ai-submit:hover:not(:disabled){background:#1a6fcb}.me-ai-submit:disabled{background:#c5d8f5;cursor:not-allowed}.me-ai-result-wrap{width:100%;max-width:960px;display:flex;flex-direction:column;gap:0}.me-ai-result-header{display:flex;align-items:center;gap:16px;margin-bottom:20px}.me-ai-back-btn{background:none;border:1px solid #d8e4f5;border-radius:6px;padding:7px 12px;font-size:13px;color:var(--text-secondary);cursor:pointer;font-family:var(--font-main);white-space:nowrap;transition:all .15s}.me-ai-back-btn:hover{background:#e8f0fc;color:#2383e2;border-color:#2383e2}.me-ai-result-title{display:flex;flex-direction:column;gap:2px}.me-ai-result-label{font-size:18px;font-weight:700;color:var(--text-primary)}.me-ai-result-desc{font-size:13px;color:var(--text-secondary);margin-top:2px}.me-ai-result-prompt{font-size:13px;color:var(--text-muted)}.me-ai-filter-tags{display:flex;gap:8px;margin-bottom:20px}.me-ai-tag{padding:6px 14px;border-radius:20px;border:1px solid #d8e4f5;background:#fff;font-size:13px;color:var(--text-secondary);cursor:pointer;font-family:var(--font-main);transition:all .15s}.me-ai-tag:hover{border-color:#2383e2;color:#2383e2}.me-ai-tag.active{background:#2383e2;border-color:#2383e2;color:#fff}.me-ai-tmpl-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.me-ai-tmpl-card{border-radius:8px;overflow:hidden;border:1px solid #e0e4ef;cursor:pointer;transition:box-shadow .15s,transform .15s;background:#fff}.me-ai-tmpl-card:hover{box-shadow:0 4px 16px #2383e226;transform:translateY(-2px)}.me-ai-tmpl-thumb{width:100%;aspect-ratio:4/3;position:relative;display:flex;align-items:center;justify-content:center}.me-ai-tmpl-thumb-inner{display:flex;flex-direction:column;gap:6px;width:60%}.me-ai-tmpl-thumb-bar{height:5px;background:#ffffffa6;border-radius:3px}.me-ai-tmpl-thumb-bar.short{width:75%}.me-ai-tmpl-thumb-bar.shorter{width:50%}.me-ai-tmpl-pages{position:absolute;bottom:6px;left:8px;font-size:10px;color:#ffffffd9;background:#00000040;padding:2px 6px;border-radius:10px}.me-ai-tmpl-info{padding:8px 10px;display:flex;align-items:center;justify-content:space-between}.me-ai-tmpl-name{font-size:12px;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.me-ai-tmpl-cat{font-size:10px;color:var(--text-muted);flex-shrink:0;margin-left:6px}.me-ai-recommended-section{margin-bottom:28px}.me-ai-recommended-label{font-size:14px;font-weight:700;color:#2383e2;margin-bottom:12px}.me-ai-recommended-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.me-ai-tmpl-card-recommended{position:relative;border-color:#2383e2;box-shadow:0 2px 12px #2383e21f}.me-ai-tmpl-recommended-badge{position:absolute;top:8px;right:8px;background:#2383e2;color:#fff;font-size:10px;font-weight:600;padding:2px 8px;border-radius:10px;z-index:2}.me-ai-tmpl-actions-visible{display:flex!important}.me-ai-general-section{margin-top:4px}.me-ai-general-label{font-size:14px;font-weight:700;color:var(--text-primary);margin-bottom:12px}.me-ai-tmpl-desc-text{padding:0 10px 8px;font-size:11px;color:var(--text-secondary);line-height:1.4}.me-ai-tmpl-actions{display:none;gap:6px;padding:0 10px 10px}.me-ai-tmpl-card:hover .me-ai-tmpl-actions{display:flex}.me-ai-tmpl-btn-preview,.me-ai-tmpl-btn-use{flex:1;padding:6px 0;font-size:11px;font-weight:500;border-radius:4px;border:none;cursor:pointer;transition:background .15s}.me-ai-tmpl-btn-preview{background:#f0f2f5;color:var(--text-secondary)}.me-ai-tmpl-btn-preview:hover{background:#e4e7ed}.me-ai-tmpl-btn-use{background:#2383e2;color:#fff}.me-ai-tmpl-btn-use:hover{background:#1a6bbf}.me-chat-fab{position:absolute;bottom:20px;left:20px;display:flex;align-items:center;gap:6px;padding:10px 16px;background:#2383e2;color:#fff;border:none;border-radius:24px;font-size:13px;font-weight:600;cursor:pointer;font-family:var(--font-main);box-shadow:0 4px 12px #2383e266;transition:background .15s,box-shadow .15s,transform .15s;z-index:4}.me-chat-fab:hover{background:#1a6fcb;box-shadow:0 6px 16px #2383e280;transform:translateY(-1px)}.me-chat-fab-icon{font-size:14px}.me-chat-fab-label{letter-spacing:.01em}.me-chat-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.me-chat-modal{display:flex;width:860px;max-width:95vw;height:520px;max-height:90vh;border-radius:16px;overflow:hidden;box-shadow:0 24px 60px #00000040}.me-chat-modal-left{width:240px;min-width:240px;background:var(--bg-secondary, #f7f7f5);display:flex;flex-direction:column;border-right:1px solid var(--border, #e9e9e7);overflow:hidden}.me-chat-left-header{padding:20px 16px 12px}.me-chat-left-title{font-size:14px;font-weight:700;color:var(--text-primary, #37352f)}.me-chat-new-conv-btn{display:flex;align-items:center;gap:6px;margin:0 12px 12px;padding:8px 12px;background:var(--accent, #2383e2);color:#fff;border:none;border-radius:6px;font-size:12.5px;font-weight:600;cursor:pointer;font-family:var(--font-main);transition:background .15s}.me-chat-new-conv-btn:hover{background:#1a6fcb}.me-chat-history{flex:1;overflow-y:auto;padding:0 12px 12px}.me-chat-history-label{font-size:11px;font-weight:600;color:var(--text-muted, #b4b4b0);text-transform:uppercase;margin-bottom:6px;padding:0 4px}.me-chat-history-empty{font-size:12px;color:var(--text-muted, #b4b4b0);padding:8px 4px;margin:0}.me-chat-history-item{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:6px;cursor:pointer;transition:background .15s}.me-chat-history-item:hover{background:var(--bg-hover, #efefed)}.me-chat-history-item.active{background:var(--bg-active, #e8e8e6)}.me-chat-history-icon{font-size:13px;flex-shrink:0}.me-chat-history-text{font-size:12.5px;color:var(--text-primary, #37352f);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.me-chat-modal-right{flex:1;min-width:0;background:#fff;display:flex;flex-direction:column;padding:28px 28px 20px;position:relative;overflow:hidden}.me-chat-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:16px;color:var(--text-muted);cursor:pointer;padding:4px 6px;border-radius:4px;line-height:1}.me-chat-close:hover{background:var(--bg-hover);color:var(--text-primary)}.me-chat-form-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;margin-top:4px}.me-chat-form-title{font-size:15px;font-weight:600;color:var(--text-primary);flex:1;padding-right:12px}.me-chat-page-count{font-size:13px;color:var(--text-secondary);border:1px solid var(--border);border-radius:6px;padding:5px 10px;cursor:pointer;white-space:nowrap;flex-shrink:0}.me-chat-textarea{flex:1;width:100%;box-sizing:border-box;padding:12px 14px;background:#f7f9fd;border:1px solid #d8e4f5;border-radius:8px;color:var(--text-primary);font-size:14px;font-family:var(--font-main);resize:none;outline:none;transition:border-color .15s;line-height:1.6}.me-chat-textarea::placeholder{color:var(--text-muted)}.me-chat-textarea:focus{border-color:#2383e2;background:#fff}.me-chat-example-btn{background:none;border:none;color:var(--text-muted);font-size:12px;cursor:pointer;padding:8px 0 0;text-align:right;font-family:var(--font-main);text-decoration:underline;text-underline-offset:2px}.me-chat-example-btn:hover{color:var(--text-secondary)}.me-chat-form-footer{margin-top:16px}.me-chat-submit{width:100%;padding:13px;background:#2383e2;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:var(--font-main);transition:background .15s}.me-chat-submit:hover{background:#1a6fcb}.me-chat-body{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:12px;padding:4px 0 8px}.me-chat-msg{display:flex;align-items:flex-end;gap:8px}.me-chat-msg.user{flex-direction:row-reverse}.me-chat-ai-icon{font-size:14px;color:#2383e2;flex-shrink:0;margin-bottom:4px}.me-chat-bubble{max-width:80%;padding:10px 13px;border-radius:12px;font-size:13px;line-height:1.55}.me-chat-bubble p{margin:0}.me-chat-msg.ai .me-chat-bubble{background:#f4f5f7;color:var(--text-primary);border-radius:4px 12px 12px}.me-chat-msg.user .me-chat-bubble{background:#2383e2;color:#fff;border-radius:12px 4px 12px 12px}.me-chat-choices{display:flex;flex-direction:column;gap:6px;margin-top:10px}.me-chat-choice-btn{padding:8px 14px;background:var(--bg-secondary, #f7f7f5);color:var(--text-primary, #37352f);border:1px solid var(--border, #e9e9e7);border-radius:6px;font-size:12.5px;font-weight:500;cursor:pointer;font-family:var(--font-main);transition:background .15s,border-color .15s;text-align:left}.me-chat-choice-btn:hover{background:var(--bg-hover, #efefed);border-color:var(--accent, #2383e2)}.me-chat-go-ai-btn{margin-top:12px;width:100%;padding:10px 0;background:linear-gradient(135deg,#2383e2,#1a6dc3);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;font-family:var(--font-main);transition:transform .15s,box-shadow .15s}.me-chat-go-ai-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #2383e24d}.me-chat-apply-btn{margin-top:10px;width:100%;padding:8px 0;background:#2383e2;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;font-family:var(--font-main);transition:background .15s}.me-chat-apply-btn:hover{background:#1a6fcb}.me-chat-thinking{display:flex;align-items:center;gap:5px;padding:12px 16px;min-width:60px}.me-chat-thinking span{width:7px;height:7px;background:#b0b4be;border-radius:50%;animation:me-think-bounce 1.2s infinite ease-in-out}.me-chat-thinking span:nth-child(2){animation-delay:.2s}.me-chat-thinking span:nth-child(3){animation-delay:.4s}.me-chat-input-row{display:flex;align-items:flex-end;gap:8px;border-top:1px solid #e8eaf0;padding-top:12px;margin-top:auto}.me-chat-input{flex:1;padding:9px 12px;border:1px solid #d4d7e0;border-radius:8px;font-size:13px;font-family:var(--font-main);color:var(--text-primary);background:#fff;resize:none;outline:none;line-height:1.5;transition:border-color .15s}.me-chat-input:focus{border-color:#2383e2}.me-chat-input::placeholder{color:var(--text-muted)}.me-chat-send-btn{width:36px;height:36px;background:#2383e2;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.me-chat-send-btn:disabled{background:#c5d8f5;cursor:not-allowed}.me-chat-send-btn:not(:disabled):hover{background:#1a6fcb}.me-canvas-generating{width:100%;height:100%;max-width:1120px;max-height:630px;display:flex;align-items:center;justify-content:center;background:#f7f8fc;aspect-ratio:16 / 9;box-shadow:0 2px 12px #0000002e}.me-canvas-generating-inner{display:flex;flex-direction:column;align-items:center;gap:16px;color:var(--text-secondary);font-size:14px}.me-gen-spinner{width:36px;height:36px;border:3px solid #dce4f5;border-top-color:#2383e2;border-radius:50%;animation:me-spin .8s linear infinite}.me-tmpl-ai-badge{display:inline-flex;align-items:center;gap:4px;background:#2383e2;color:#fff;font-size:11px;font-weight:600;padding:3px 10px;border-radius:20px;align-self:flex-start}.me-dyn-image-wrap{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:24px}.me-dyn-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:6px}.me-dyn-image-fallback{display:none;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:100%;height:100%}.me-dyn-fallback-emoji{font-size:56px}.me-dyn-fallback-text{font-size:15px;font-weight:600;color:var(--text-secondary)}.me-dyn-image-label{position:absolute;bottom:12px;left:50%;transform:translate(-50%);background:#0000008c;color:#fff;font-size:12px;font-weight:500;padding:4px 14px;border-radius:16px;white-space:nowrap}.me-dyn-text{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;color:var(--text-primary);text-align:center;padding:24px;letter-spacing:-.01em;line-height:1.4}.me-rthumb{width:100%;aspect-ratio:4/3;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;position:relative;overflow:hidden;gap:8px}.me-rthumb-flashcard{position:relative;background:#fffbf0!important;background-image:radial-gradient(circle,#f0e6d3 1px,transparent 1px)!important;background-size:16px 16px!important;flex-direction:column;gap:8px;padding:18px 16px!important;overflow:hidden}.me-rthumb-fc-deco{position:absolute;font-size:16px;opacity:.35;pointer-events:none}.me-rthumb-fc-deco-star{top:8px;left:10px}.me-rthumb-fc-deco-heart{top:10px;right:12px}.me-rthumb-fc-stars{display:flex;gap:5px;justify-content:center;font-size:14px}.me-rthumb-fc-star{filter:grayscale(1) opacity(.25)}.me-rthumb-fc-star.filled{filter:none}.me-rthumb-fc-card{background:#fff;border:2.5px solid #FFB347;border-radius:16px;padding:12px 14px;text-align:center;box-shadow:4px 4px #ffb3c6}.me-rthumb-fc-emoji{font-size:44px;line-height:1.1}.me-rthumb-fc-q{font-size:11px;font-weight:600;color:#4a3728;margin-top:4px;font-family:Nunito,sans-serif}.me-rthumb-fc-choices{display:grid;grid-template-columns:1fr 1fr;gap:6px;width:100%}.me-rthumb-fc-btn{background:#fff;border:2px solid #FFB347;border-radius:10px;padding:5px 0;font-size:10px;font-weight:700;color:#4a3728;text-align:center;font-family:Fredoka,sans-serif;box-shadow:2px 2px #0000000f}.me-rthumb-fillblank-v2{position:relative;background:#eefbf7!important;background-image:linear-gradient(rgba(92,192,174,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(92,192,174,.08) 1px,transparent 1px)!important;background-size:14px 14px!important;flex-direction:column;gap:8px;padding:18px 16px!important;overflow:hidden}.me-rthumb-fb2-deco{position:absolute;font-size:16px;opacity:.35;pointer-events:none}.me-rthumb-fb2-deco-star{top:8px;left:10px}.me-rthumb-fb2-deco-heart{top:10px;right:12px}.me-rthumb-fb2-steps{display:flex;align-items:center;gap:0;justify-content:center}.me-rthumb-fb2-step{width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:700;color:#6a8d9e;background:#fff;border:2px solid #BDE0D6;font-family:Fredoka,sans-serif}.me-rthumb-fb2-step.done{background:#5cc0ae;border-color:#5cc0ae;color:#fff;font-size:9px}.me-rthumb-fb2-step.now{border-color:#5cc0ae;color:#5cc0ae}.me-rthumb-fb2-step-line{width:10px;height:2px;background:#bde0d6}.me-rthumb-fb2-card{background:#fff;border:2.5px solid #5CC0AE;border-radius:16px;padding:10px 14px;text-align:center;box-shadow:4px 4px #8ed0e8}.me-rthumb-fb2-emoji{font-size:38px;line-height:1.1}.me-rthumb-fb2-sentence{font-size:10.5px;font-weight:600;color:#253d47;font-family:Nunito,sans-serif;line-height:1.5}.me-rthumb-fb2-blank{display:inline-block;background:#8ed0e826;border:1.5px dashed #8ED0E8;border-radius:8px;padding:1px 8px;font-size:10px;color:#6cb4d9;font-weight:700;margin:0 3px}.me-rthumb-fb2-choices{display:grid;grid-template-columns:1fr 1fr;gap:6px;width:100%}.me-rthumb-fb2-btn{background:#fff;border:2px solid #8ED0E8;border-radius:10px;padding:5px 0;font-size:10px;font-weight:700;color:#253d47;text-align:center;font-family:Fredoka,sans-serif;box-shadow:2px 2px #5cc0ae1f}.me-rthumb-concept{gap:10px}.me-rthumb-cp-title{font-size:13px;color:#ffffffd9;font-weight:600}.me-rthumb-cp-formula{font-size:20px;font-weight:700;color:#fff;background:#fff3;padding:8px 18px;border-radius:8px}.me-rthumb-cp-desc{font-size:12px;color:#ffffffbf;text-align:center}.me-rthumb-mathquiz{gap:14px}.me-rthumb-mq-question{font-size:20px;font-weight:700;color:#fff}.me-rthumb-mq-options{display:flex;gap:8px}.me-rthumb-mq-opt{padding:6px 16px;background:#ffffff40;border-radius:14px;font-size:14px;color:#fff;font-weight:600}.me-rthumb-mq-opt.correct{background:#fff;color:#f39c12;font-weight:700}.me-rthumb-experiment{gap:10px;align-items:flex-start;padding:18px 22px}.me-rthumb-exp-step{display:flex;align-items:center;gap:10px}.me-rthumb-exp-num{width:24px;height:24px;border-radius:50%;background:#fff;color:#e74c3c;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.me-rthumb-exp-text{font-size:13px;color:#fff;font-weight:500}.me-rthumb-report{gap:8px;align-items:stretch;padding:16px 20px}.me-rthumb-rpt-row{display:flex;gap:10px;align-items:baseline}.me-rthumb-rpt-label{font-size:12px;font-weight:700;color:#fff;background:#ffffff40;padding:3px 10px;border-radius:10px;flex-shrink:0}.me-rthumb-rpt-content{font-size:12px;color:#ffffffe6;line-height:1.4}.me-rthumb-timeline{gap:8px;align-items:flex-start;padding:16px 22px;position:relative}.me-rthumb-tl-line{position:absolute;left:46px;top:18px;bottom:18px;width:2px;background:#ffffff59}.me-rthumb-tl-item{display:flex;align-items:center;gap:10px;z-index:1}.me-rthumb-tl-year{font-size:12px;font-weight:700;color:#fff;min-width:32px;text-align:right}.me-rthumb-tl-dot{width:10px;height:10px;border-radius:50%;background:#fff;flex-shrink:0}.me-rthumb-tl-event{font-size:12px;color:#ffffffe6}.me-rthumb-reading{gap:10px;padding:18px 20px}.me-rthumb-rd-passage{font-size:12px;color:#ffffffd9;line-height:1.5;text-align:center;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.me-rthumb-rd-q{font-size:13px;font-weight:600;color:#fff;background:#fff3;padding:6px 14px;border-radius:8px}.me-rthumb-oxquiz{gap:14px}.me-rthumb-ox-statement{font-size:13px;color:#fff;text-align:center;line-height:1.5;font-weight:500}.me-rthumb-ox-buttons{display:flex;gap:16px}.me-rthumb-ox-o,.me-rthumb-ox-x{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800}.me-rthumb-ox-o{background:#4caf50;color:#fff}.me-rthumb-ox-x{background:#f44336;color:#fff}.me-rthumb-map{gap:10px;align-items:flex-start;padding:18px 22px}.me-rthumb-map-item{display:flex;align-items:center;gap:8px}.me-rthumb-map-pin{font-size:18px}.me-rthumb-map-region{font-size:14px;color:#fff;font-weight:600}.me-preview-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:300;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.me-preview-modal{width:820px;max-width:92vw;max-height:90vh;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 24px 60px #00000040;display:flex;flex-direction:column}.me-preview-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 12px;border-bottom:1px solid #e8eaf0}.me-preview-title-wrap{display:flex;flex-direction:column;gap:2px}.me-preview-title{font-size:16px;font-weight:700;color:var(--text-primary)}.me-preview-cat{font-size:12px;color:var(--text-secondary)}.me-preview-close{background:none;border:none;font-size:16px;color:var(--text-muted);cursor:pointer;padding:4px 6px;border-radius:4px}.me-preview-close:hover{background:var(--bg-hover);color:var(--text-primary)}.me-preview-body{flex:1;overflow-y:auto;padding:20px 24px;display:flex;flex-direction:column;gap:16px}.me-preview-canvas{border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center}.me-preview-canvas .me-rthumb{aspect-ratio:16/7;padding:24px}.me-preview-desc{font-size:13px;color:var(--text-secondary);line-height:1.5}.me-preview-slides-info{display:flex;flex-direction:column;gap:8px}.me-preview-slides-label{font-size:12px;font-weight:600;color:var(--text-primary)}.me-preview-slide-list{display:flex;flex-direction:column;gap:4px}.me-preview-slide-item{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#f7f9fd;border-radius:6px}.me-preview-slide-num{width:22px;height:22px;border-radius:50%;background:#2383e2;color:#fff;font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.me-preview-slide-text{font-size:12px;color:var(--text-primary)}.me-preview-footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 24px 16px;border-top:1px solid #e8eaf0}.me-preview-cancel{padding:8px 20px;background:#f0f2f5;color:var(--text-secondary);border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;font-family:var(--font-main)}.me-preview-cancel:hover{background:#e4e7ed}.me-preview-use{padding:8px 20px;background:#2383e2;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;font-family:var(--font-main)}.me-preview-use:hover{background:#1a6fcb}.me-intro-canvas{background:linear-gradient(135deg,#e8f4fd,#f0f7ff,#e6f0fa);display:flex;flex-direction:column;padding:36px 44px;box-sizing:border-box;gap:0;position:relative;overflow:hidden}.me-intro-canvas:before{content:"";position:absolute;top:-60px;right:-60px;width:200px;height:200px;border-radius:50%;background:#3b82c414}.me-intro-canvas:after{content:"";position:absolute;bottom:-40px;left:-40px;width:150px;height:150px;border-radius:50%;background:#3b82c40f}.me-intro-header{display:flex;align-items:center;gap:14px;margin-bottom:10px}.me-intro-subject-badge{background:#3b82c4;color:#fff;font-size:14px;font-weight:700;padding:5px 16px;border-radius:20px;letter-spacing:.02em}.me-intro-unit{font-size:15px;color:#5a7a9a;font-weight:600}.me-intro-topic{font-size:26px;font-weight:800;color:#1a3a5c;margin-bottom:24px;line-height:1.3}.me-intro-body{display:flex;gap:28px;flex:1;min-height:0}.me-intro-left{flex:1;display:flex;flex-direction:column;gap:16px}.me-intro-right{flex:1;display:flex;flex-direction:column;gap:12px}.me-intro-section-title{font-size:15px;font-weight:800;color:#3b82c4;padding-bottom:8px;border-bottom:2px solid #3b82c4;margin-bottom:4px}.me-intro-objectives{display:flex;flex-direction:column;gap:10px}.me-intro-obj{display:flex;align-items:flex-start;gap:12px;background:#fff;padding:12px 16px;border-radius:10px;box-shadow:0 2px 8px #3b82c414}.me-intro-obj-num{min-width:28px;height:28px;border-radius:50%;background:#3b82c4;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.me-intro-obj-text{font-size:15px;color:#2c3e50;line-height:1.5;padding-top:3px}.me-intro-keywords{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.me-intro-keyword{background:#3b82c41f;color:#3b82c4;font-size:13px;font-weight:600;padding:5px 14px;border-radius:16px}.me-intro-steps{display:flex;flex-direction:column;gap:10px}.me-intro-step{display:flex;align-items:center;gap:14px;background:#fff;padding:14px 16px;border-radius:12px;box-shadow:0 2px 8px #3b82c414;transition:transform .15s}.me-intro-step:hover{transform:translate(4px)}.me-intro-step-icon{font-size:28px;flex-shrink:0}.me-intro-step-content{flex:1}.me-intro-step-label{font-size:15px;font-weight:700;color:#1a3a5c}.me-intro-step-desc{font-size:13px;color:#6b8bad;margin-top:2px}.me-intro-step-time{font-size:13px;font-weight:700;color:#3b82c4;background:#e8f4fd;padding:4px 10px;border-radius:8px;white-space:nowrap}.me-canvas-flashcard{display:flex;align-items:stretch}.me-canvas-flashcard .fq-root{border-radius:0;min-height:unset;height:100%}.fq-compact{min-height:unset;padding:40px 32px}.fq-compact .fq-progress-stars{gap:12px;margin-bottom:10px}.fq-compact .fq-star{font-size:32px}.fq-compact .fq-counter{font-size:16px;margin-bottom:24px}.fq-compact .fq-card{padding:36px 32px}.fq-compact .fq-emoji{font-size:100px;margin-bottom:16px}.fq-compact .fq-question{font-size:22px}.fq-compact .fq-flip-container{max-width:520px;margin-bottom:28px}.fq-compact .fq-flip-btn{width:44px;height:44px;font-size:20px}.fq-compact .fq-choices{max-width:520px;gap:16px}.fq-compact .fq-choice{padding:18px 16px;font-size:20px;border-radius:22px}.fq-compact .fq-back-word{font-size:44px}.fq-compact .fq-back-phonetic{font-size:18px;margin-bottom:16px}.fq-compact .fq-speak-btn{font-size:16px;padding:8px 22px;margin-bottom:20px}.fq-compact .fq-back-label{font-size:14px}.fq-compact .fq-back-pill{font-size:17px;padding:6px 18px}.fq-compact .fq-back-ex-en{font-size:17px}.fq-compact .fq-back-ex-ko{font-size:14px}.fq-compact .fq-result-emoji{font-size:90px}.fq-compact .fq-result-title{font-size:38px}.fq-compact .fq-result-num{font-size:64px}.fq-compact .fq-result-total{font-size:30px}.fq-compact .fq-result-star{font-size:36px}.fq-compact .fq-result-msg{font-size:18px}.fq-compact .fq-retry-btn{font-size:20px;padding:16px 44px}.me-canvas-flashcard .fb-root{border-radius:0;min-height:unset;height:100%}.fb-compact{min-height:unset;padding:40px 32px}.fb-compact .fb-progress-steps{margin-bottom:12px}.fb-compact .fb-step{width:38px;height:38px;font-size:16px;border-width:3px}.fb-compact .fb-step.done{font-size:18px}.fb-compact .fb-step-line{width:28px;height:3px}.fb-compact .fb-counter{font-size:16px;margin-bottom:22px}.fb-compact .fb-card{padding:36px 32px}.fb-compact .fb-emoji{font-size:80px;margin-bottom:16px}.fb-compact .fb-sentence{font-size:22px}.fb-compact .fb-blank,.fb-compact .fb-filled{font-size:20px;min-width:100px;padding:4px 20px}.fb-compact .fb-flip-container{max-width:560px;margin-bottom:28px}.fb-compact .fb-flip-btn{width:44px;height:44px;font-size:20px}.fb-compact .fb-choices{max-width:560px;gap:12px}.fb-compact .fb-choice{padding:12px 28px;font-size:19px}.fb-compact .fb-back-full{font-size:24px}.fb-compact .fb-highlight{padding:0 8px}.fb-compact .fb-speak-btn{font-size:16px;padding:10px 24px;margin-bottom:20px}.fb-compact .fb-back-label{font-size:14px}.fb-compact .fb-back-bubble{font-size:17px;padding:10px 20px}.fb-compact .fb-result-emoji{font-size:90px}.fb-compact .fb-result-title{font-size:38px}.fb-compact .fb-result-num{font-size:64px}.fb-compact .fb-result-total{font-size:30px}.fb-compact .fb-result-step{font-size:32px}.fb-compact .fb-result-msg{font-size:18px}.fb-compact .fb-retry-btn{font-size:20px;padding:16px 44px}.me-canvas-area{transition:flex .3s ease}.me-canvas-area-shrink{flex:1 1 0}.cp-side{width:0;min-width:0;overflow:hidden;transition:width .3s ease,min-width .3s ease;border-left:0px solid #E5E7EB;display:flex;flex-direction:column;background:#fff}.cp-side-open{width:360px;min-width:360px;border-left-width:1px}.cp-bubble{max-width:82%;padding:10px 14px;font-size:13px;line-height:1.6}.cp-chips{display:flex;gap:6px;padding:8px 16px;overflow-x:auto;flex-shrink:0;background:#fff;border-top:1px solid #F3F4F6}.cp-chips-divider{width:1px;background:#e0e2ea;flex-shrink:0;align-self:stretch;margin:2px 4px}.cp-chip{padding:6px 12px;border:none;border-radius:20px;background:#f3f4f6;font-size:12px;color:#374151;cursor:pointer;transition:background .15s;white-space:nowrap;flex-shrink:0}.cp-input{flex:1;padding:10px 14px;border:1px solid #E5E7EB;border-radius:12px;font-size:13px;resize:none;outline:none;font-family:inherit;background:#fff;transition:border-color .2s}.ft-canvas{position:relative;overflow:hidden;background:#e4e2fa;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 100px 40px}.ft-blob-1{width:380px;height:220px;background:#c5c0f2;top:-60px;left:-80px;border-radius:60% 40% 70% 30%/50% 60% 40% 50%}.ft-blob-2{width:320px;height:200px;background:#b8b2ec;bottom:-70px;right:-60px;border-radius:50% 50% 40% 60%/60% 40%}.me-root .ft-title{position:absolute;top:46px;left:50%;transform:translate(-50%);color:var(--ft-accent, #3a57e8);font-size:38px;font-weight:800;letter-spacing:-.5px;white-space:nowrap;z-index:2}.ft-nav{position:absolute;top:50%;transform:translateY(-50%);width:54px;height:54px;border-radius:50%;border:none;background:var(--ft-accent, #3a57e8);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #00000026;z-index:3;transition:transform .15s ease}.ft-nav-prev{left:30px}.ft-nav-next{right:30px}.ft-card{width:760px;height:400px;perspective:1600px;position:relative;z-index:2;margin-top:20px}.ft-card-face{position:absolute;inset:0;background:#fff;border:4px solid var(--ft-accent, #3a57e8);border-radius:16px;backface-visibility:hidden;-webkit-backface-visibility:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;box-shadow:0 8px 24px #00000014}.ft-lesson{position:absolute;top:0;left:0;background:var(--ft-accent, #3a57e8);color:#fff;padding:8px 20px;font-size:16px;font-weight:800;border-radius:12px 0}.ft-flip-btn{position:absolute;top:20px;right:20px;width:42px;height:42px;border-radius:50%;border:none;background:var(--ft-accent, #3a57e8);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0003;transition:transform .15s ease;padding:0}.ft-image{font-size:110px;line-height:1;margin-bottom:24px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.15))}.ft-word-row{display:flex;align-items:center;gap:14px}.ft-speak{width:56px;height:56px;border-radius:50%;border:none;background:transparent;color:var(--ft-accent, #3a57e8);font-size:38px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s ease;padding:0}.ft-speak-sm{font-size:30px;width:46px;height:46px}.ft-word{font-size:44px;font-weight:800;color:#1a1a2e;letter-spacing:-.5px}.ft-back-top{display:flex;align-items:center;gap:40px;margin-bottom:22px}.ft-back-image{font-size:82px;line-height:1;filter:drop-shadow(0 3px 6px rgba(0,0,0,.15))}.ft-back-wordblock{display:flex;flex-direction:column;align-items:flex-start;gap:4px;position:relative;padding-top:26px}.ft-back-wordblock .ft-speak{position:absolute;top:-10px;left:0;width:44px;height:44px;font-size:30px}.ft-back-word{font-size:34px;font-weight:800;color:#1a1a2e}.ft-back-meaning{font-size:20px;color:#6b7280;font-weight:600}.ft-example{display:flex;align-items:flex-start;gap:12px;background:#eef1ff;border-radius:10px;padding:16px 20px;width:85%}.ft-example-en{font-size:26px;color:#1a1a2e;font-weight:700;margin-bottom:6px}.ft-example-ko{font-size:20px;color:#6b7280}.ft-pager{position:absolute;bottom:18px;left:50%;transform:translate(-50%);font-size:13px;color:#6b6680;font-weight:600;z-index:2}.ft-canvas.ft-binding-mode .ft-card{filter:saturate(.9)}.ft-bind{display:inline-flex;align-items:center;justify-content:center;background:#e0eafc;border:1.5px dashed #4f8ef7;border-radius:6px;color:#1d4ed8;font-family:SFMono-Regular,Consolas,monospace;font-weight:700;-webkit-user-select:none;user-select:none;letter-spacing:-.3px;white-space:nowrap;box-sizing:border-box;position:relative}.ft-bind-draggable{cursor:grab;transition:box-shadow .12s,background .12s}.ft-bind-draggable:hover{background:#d0e0fb;box-shadow:0 0 0 2px #4f8ef759}.ft-bind-draggable:active{cursor:grabbing}.ft-bind-word{font-size:24px;padding:10px 18px;min-width:160px}.ft-bind-meaning{font-size:15px;padding:6px 14px;margin-top:6px}.ft-bind-sentence{font-size:16px;padding:10px 18px;width:100%}.ft-bind-image{width:110px;height:110px;font-size:12px}.ft-back-image .ft-bind-image{width:90px;height:90px}.ft-bind-image-sm{width:60px;height:60px;font-size:11px}.ft-bind-audio{width:56px;height:36px;font-size:11px;flex-shrink:0}.ft-example-bind{margin-top:0;margin-bottom:4px;display:flex;justify-content:center}.ft-image .ft-bind{font-size:12px}.df-canvas{width:1120px;height:630px;position:relative;overflow:hidden;background:linear-gradient(180deg,#0f1f3d,#233a62 70%,#2e4875);color:#fff;display:flex;flex-direction:column;padding:28px 36px;box-sizing:border-box}.df-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}.df-sun{position:absolute;top:-80px;right:-60px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#ffd861,#f5b225,#f5b22500 70%);opacity:.8}.df-cloud{position:absolute;width:80px;height:20px;background:#fff9;border-radius:30px}.df-cloud:before,.df-cloud:after{content:"";position:absolute;background:inherit;border-radius:50%}.df-cloud:before{width:32px;height:32px;top:-14px;left:14px}.df-cloud:after{width:24px;height:24px;top:-10px;right:14px}.df-cloud-1{top:62px;right:110px;opacity:.7}.df-cloud-2{top:130px;right:260px;opacity:.45;transform:scale(.75)}.df-star{position:absolute;color:#fff;font-size:22px;opacity:.9;text-shadow:0 0 8px rgba(255,255,255,.4)}.df-star-1{top:50px;left:40px}.df-star-2{top:120px;left:180px;color:#f8d374;font-size:18px}.df-star-3{bottom:140px;right:80px;font-size:20px}.df-star-4{top:220px;right:40px;font-size:14px;opacity:.7}.df-rocket{position:absolute;bottom:40px;left:20px;font-size:42px;transform:rotate(-20deg);filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.df-orbit{position:absolute;border-right:1px dashed rgba(255,255,255,.3);border-radius:50%}.df-orbit-1{top:50px;right:-200px;width:500px;height:500px}.df-orbit-2{bottom:-100px;right:-150px;width:400px;height:400px;opacity:.6}.df-instruction{display:flex;align-items:center;gap:12px;padding:12px 20px;background:#4a7bc840;border:1.5px solid rgba(143,182,255,.5);border-radius:12px;position:relative;z-index:1}.df-num{background:#4a7bc8;color:#fff;font-size:18px;font-weight:800;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;flex-shrink:0}.df-inst-text{font-size:20px;font-weight:700;color:#fff}.df-body{display:flex;gap:16px;flex:1;min-height:0;margin-top:20px;position:relative;z-index:1}.df-bank{width:180px;display:flex;flex-direction:column;gap:10px;padding:14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:14px;overflow-y:auto}.df-bank-chip{background:#f8d374;color:#4a3a12;border:none;padding:10px 16px;font-size:16px;font-weight:700;font-family:inherit;border-radius:8px;cursor:pointer;transition:all .15s;text-align:center;box-shadow:0 2px 4px #0003}.df-bank-chip:hover:not(:disabled){background:#f5c14d;transform:translateY(-1px);box-shadow:0 4px 8px #0000004d}.df-bank-chip:disabled,.df-bank-chip-used{background:#f8d3744d;color:#4a3a1280;cursor:default;transform:none;box-shadow:none}.df-chat{flex:1;display:flex;flex-direction:column;gap:10px;padding:16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:14px;overflow-y:auto}.df-chat-row{display:flex;flex-direction:column;gap:4px}.df-bubble{padding:12px 16px;border-radius:10px;font-size:17px;line-height:1.4}.df-bubble-en{background:#dbe8ff;color:#1a1a2e;border:1.5px solid #8fb6ff}.df-bubble-ko{background:#fff4d1;color:#5a4514;border:1.5px solid #f0cc61}.df-speaker{color:#3b66b8;font-weight:700}.df-blank{display:inline-block;min-width:80px;height:26px;background:#fff;border:2px solid #8fb6ff;border-radius:4px;margin:0 4px;padding:0 8px;vertical-align:middle;line-height:24px;text-align:center;font-weight:700;color:#1a1a2e;cursor:pointer;transition:all .15s}.df-blank-active{border-color:#3b66b8;box-shadow:0 0 0 3px #3b66b833}.df-blank-filled{background:#eef5ff}.df-blank-correct{border-color:#10b981;background:#d1fae5;animation:df-pop .4s ease}.df-blank-wrong{border-color:#ef4444;background:#fee2e2;animation:df-shake .4s ease}@keyframes df-pop{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes df-shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.rt-canvas{position:relative;overflow:hidden;background:linear-gradient(180deg,#6cc9ff,#b3e5ff 70%,#d8f1ff);display:flex;flex-direction:column;align-items:center;padding:60px 80px}.rt-sky{display:none}.rt-cloud{position:absolute;background:#fff;border-radius:50%;pointer-events:none;opacity:.95;box-shadow:20px 8px 0 -4px #fff,-22px 8px 0 -2px #fff,8px -10px 0 -8px #fff}.rt-cloud-1{width:80px;height:36px;top:30px;left:60px}.rt-cloud-2{width:60px;height:28px;top:90px;right:90px}.rt-cloud-3{width:100px;height:42px;bottom:80px;left:30px}.rt-cloud-4{width:70px;height:30px;bottom:50px;right:50px}.rt-cloud-5{width:90px;height:38px;top:200px;left:200px;opacity:.55}.rt-instruction{background:#d6efff;border:2px solid #6cc9ff;border-radius:10px;padding:14px 22px;display:flex;align-items:center;gap:14px;width:100%;max-width:880px;z-index:2;margin-bottom:28px}.rt-num{background:#2b8fd6;color:#fff;font-size:22px;font-weight:800;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:6px}.rt-inst-text{font-size:22px;font-weight:700;color:#1a1a2e}.rt-sen-box{background:#fff;border:3px solid #2b8fd6;border-radius:14px;padding:30px 40px;display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:880px;z-index:2;margin-bottom:36px}.rt-spk-btn{background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:transform .15s ease;font-size:46px;line-height:1}.rt-spk-btn:hover{transform:scale(1.1)}.rt-sen{font-size:32px;font-weight:800;color:#1a1a2e;letter-spacing:-.5px}.rt-control{z-index:2;display:flex;align-items:center;justify-content:center}.rt-mic-btn{width:70px;height:70px;border-radius:50%;background:#2b8fd6;border:4px solid #fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000002e;transition:transform .15s ease}.rt-mic-btn:hover{transform:scale(1.06)}.rt-rec-bar{background:#2b8fd6;border:3px solid #fff;border-radius:40px;padding:10px 26px 10px 10px;display:flex;align-items:center;gap:14px;box-shadow:0 4px 12px #0000002e;min-width:460px}.rt-stop-btn{width:50px;height:50px;border-radius:50%;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s ease}.rt-stop-btn:hover{transform:scale(1.08)}.rt-stop-icon{width:16px;height:16px;background:#2b8fd6;border-radius:3px}.rt-rec-info{color:#fff}.rt-rec-time{font-size:22px;font-weight:800}.rt-time-max{opacity:.7}.rt-rec-desc{font-size:17px;font-weight:600;opacity:.95;margin-top:4px}.rt-done-bar{background:#2b8fd6;border:3px solid #fff;border-radius:40px;padding:14px 50px 14px 14px;display:flex;align-items:center;gap:18px;cursor:pointer;box-shadow:0 4px 12px #0000002e;min-width:380px;transition:transform .15s ease}.rt-done-bar:hover{transform:scale(1.02)}.rt-done-check{width:40px;height:40px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rt-done-text{color:#fff;font-size:22px;font-weight:800;flex:1;text-align:center}.me-rp-conn-api{display:inline-flex;align-items:center;font-weight:600;color:#1a1a2e}.me-rp-bind-code{font-family:SFMono-Regular,Consolas,monospace;font-size:12px;background:#eef4ff;color:#1d4ed8;padding:2px 8px;border-radius:4px;font-weight:700}.me-rp-bind-fields-head{font-size:13px;font-weight:700;color:#374151;margin:12px 0 8px}.me-rp-bind-fields{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.me-rp-bind-field-btn{padding:6px 12px;border:1px solid #e0e0de;border-radius:16px;background:#fff;color:#6b7280;font-size:12px;font-weight:600;cursor:pointer;font-family:SFMono-Regular,Consolas,monospace;transition:all .1s}.me-rp-bind-field-btn:hover{background:#f0f7ff;border-color:#4f8ef7;color:#4f8ef7}.me-rp-bind-field-btn.active{background:#4f8ef7;border-color:#4f8ef7;color:#fff}.me-rp-bind-empty{padding:14px;background:#fafbfc;border:1px dashed #e5e7eb;border-radius:6px;font-size:12.5px;color:#9ca3af;text-align:center;margin-bottom:12px}.me-rp-no-link{padding:16px;background:#fafbfc;border:1px dashed #e5e7eb;border-radius:6px;font-size:12.5px;color:#9ca3af;text-align:center;line-height:1.6;margin-bottom:12px}.me-rp-no-link b{color:#4f8ef7;font-weight:700}.me-txt-sub-title{font-size:13px;font-weight:700;color:#374151;padding:10px 16px 4px;border-top:1px solid #f0f0f0;margin-top:4px}.me-txt-size-row{display:flex;align-items:center;border:1px solid #e0e0de;border-radius:6px;overflow:hidden}.me-txt-size-row .me-rp-icon-btn{border:none;border-radius:0;width:32px;height:32px;font-size:16px}.me-txt-size-input{width:48px;text-align:center;border:none;border-left:1px solid #e0e0de;border-right:1px solid #e0e0de;font-size:13px;padding:6px 0;color:#374151}.me-txt-spacing-row{display:flex;align-items:center;border:1px solid #e0e0de;border-radius:6px;overflow:hidden;padding:0 8px;gap:4px}.me-txt-spacing-label{font-size:11px;color:#9ca3af;white-space:nowrap}.me-txt-spacing-input{width:40px;text-align:center;border:none;font-size:13px;padding:6px 0;color:#374151}.me-txt-spacing-unit{font-size:11px;color:#9ca3af}.me-txt-style-btns,.me-txt-valign-btns,.me-txt-align-btns{display:flex;gap:2px}.me-txt-style-btns .me-rp-icon-btn,.me-txt-valign-btns .me-rp-icon-btn,.me-txt-align-btns .me-rp-icon-btn{font-size:14px}.me-rp-icon-btn.active{background:#1a1a2e;color:#fff;border-color:#1a1a2e}.me-txt-toggle{position:relative;display:inline-block;width:40px;height:22px;cursor:pointer}.me-txt-toggle input{opacity:0;width:0;height:0}.me-txt-toggle-slider{position:absolute;inset:0;background:#d1d5db;border-radius:11px;transition:.2s}.me-txt-toggle-slider:before{content:"";position:absolute;width:18px;height:18px;left:2px;bottom:2px;background:#fff;border-radius:50%;transition:.2s}.me-txt-toggle input:checked+.me-txt-toggle-slider{background:#4f8ef7}.me-txt-toggle input:checked+.me-txt-toggle-slider:before{transform:translate(18px)}.me-am-overlay{position:fixed;inset:0;background:#00000059;z-index:9999;display:flex;align-items:center;justify-content:center}.me-am-modal{background:#fff;border-radius:12px;width:1100px;max-width:92vw;height:75vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000038;overflow:hidden}.me-am-header{display:flex;align-items:center;justify-content:space-between;padding:16px 22px;border-bottom:1px solid #f0f0f0}.me-am-title{font-size:17px;font-weight:800;color:#1a1a2e}.me-am-close{background:none;border:none;font-size:20px;color:#9ca3af;cursor:pointer;padding:4px 8px;border-radius:4px}.me-am-close:hover{color:#374151;background:#f3f4f6}.me-am-body{flex:1;display:flex;overflow:hidden}.me-am-sidebar{width:260px;border-right:1px solid #e5e7eb;background:#fafbfc;display:flex;flex-direction:column;padding:14px;gap:10px}.me-am-add-btn{background:#4f8ef7;color:#fff;border:none;padding:11px;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:background .15s}.me-am-add-btn:hover{background:#3b7de6}.me-am-add-btn.active{background:#1d4ed8}.me-am-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:4px}.me-am-empty-list{text-align:center;font-size:13px;color:#9ca3af;padding:30px 0}.me-am-list-item{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:6px;background:#fff;border:1px solid #f0f0f0;cursor:pointer;transition:all .1s}.me-am-list-item:hover{background:#f0f7ff;border-color:#c7d9f7}.me-am-list-item.active{background:#eef4ff;border-color:#4f8ef7}.me-am-list-method{display:inline-block;padding:2px 6px;border-radius:3px;font-size:10px;font-weight:700;flex-shrink:0}.me-am-list-method-get{background:#dcfce7;color:#15803d}.me-am-list-method-post{background:#dbeafe;color:#1e40af}.me-am-list-method-put{background:#fef3c7;color:#b45309}.me-am-list-method-delete{background:#fee2e2;color:#b91c1c}.me-am-list-name{flex:1;font-size:13px;font-weight:600;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.me-am-list-del{background:none;border:none;font-size:13px;cursor:pointer;padding:2px 4px;border-radius:4px;opacity:.4}.me-am-list-del:hover{opacity:1;background:#fee2e2}.me-am-form-pane{flex:1;overflow-y:auto;padding:18px 22px}.me-am-empty{display:flex;align-items:center;justify-content:center;height:100%;color:#9ca3af;font-size:14px}.me-dc-field-group-more-row{display:flex;justify-content:flex-start;margin-top:10px;margin-left:-14px}.me-dc-field-group-more-btn{padding:6px 14px;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;font-size:12px;font-weight:600;color:#4b5563;cursor:pointer;transition:background .15s,border-color .15s}.mef-root .me-header-action-slideshow{background:#e8f0fc;color:#2383e2}.mef-root .me-header-action-slideshow:hover{background:#d4e3f7}.mef-root .me-header-action-share:hover{background:#e5e7eb}.mef-root .me-header-action-share.is-open{background:#e8f0fc;color:#2383e2}.mef-root .me-share-tab.active{color:#2383e2}.mef-root .me-share-tab.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#2383e2;border-radius:2px}.mef-root .me-share-popup-input:focus{border-color:#2383e2;box-shadow:0 0 0 3px #2383e224}.mef-root .me-share-copy-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;background:#e8f0fc;color:#2383e2;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;font-family:var(--font-main);transition:background .15s}.mef-root .me-share-copy-btn:hover{background:#d4e3f7}.mef-root .me-share-quick-btn:hover .me-share-quick-circle{background:#e8f0fc;color:#2383e2}.thumb-mrotate-half{position:absolute;left:30%;top:28%;width:20%;height:50%;background:#d1fae5;border:1.2px solid #10b981;border-radius:100% 0 0 100%/50% 0 0 50%}.thumb-mtri-btn-on{background:#2563eb;color:#fff}.mef-root .me-page-thumb:hover .me-page-thumb-canvas{border-color:#c7d2fe;box-shadow:0 1px 4px #6366f11f}.mef-root .me-page-thumb-add:hover{border-color:#6366f1;color:#6366f1;background:#f5f3ff}.mef-root .me-ai-field select{padding:9px 30px 9px 12px;background:#fff;border:1px solid #d8e4f5;border-radius:6px;color:var(--text-primary);font-size:13px;font-family:var(--font-main);outline:none;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%232383e2' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;transition:border-color .15s}.cp-proj-save-select{padding:9px 32px 9px 12px;border:1px solid #D1D5DB;border-radius:8px;font-size:13px;color:#374151;background:#fff url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 10px center;appearance:none;outline:none;cursor:pointer;min-width:120px;transition:border-color .15s}.landing-header-btn:hover{background:#f0f7ff;border-color:#93c5fd;color:#1a6fcb}.landing-header-btn-primary{background:linear-gradient(135deg,#4e9cf7,#2383e2);border-color:transparent;color:#fff;box-shadow:0 2px 8px #2383e247}.landing-header-btn-primary:hover{background:linear-gradient(135deg,#4e9cf7,#1a6fcb);border-color:transparent;color:#fff;transform:translateY(-1px);box-shadow:0 6px 16px #2383e25c}.mywork-header-cta-ghost{background:#eaf3fd;border:1px solid transparent;color:#1a6fcb}.mywork-header-cta-ghost:hover{background:#dbeafe;color:#1a6fcb}.mywork-header-cta-primary{background:linear-gradient(135deg,#4e9cf7,#2383e2);border:1px solid transparent;color:#fff;box-shadow:0 4px 12px #2383e24d}.mywork-header-cta-primary:hover{background:linear-gradient(135deg,#4e9cf7,#1a6fcb);transform:translateY(-1px);box-shadow:0 8px 20px #2383e261}.landing-filter-select{height:48px;padding:0 32px 0 12px;border:2px solid #e5e7eb;border-radius:12px;font-size:14px;font-family:inherit;color:#1a1a2e;background:#fff url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 12px center;appearance:none;cursor:pointer;outline:none;transition:border-color .2s,box-shadow .2s}.mywork-type-filter-bar-tabs .mywork-type-filter-btn:hover{background:#f8fafc;color:#1a6fcb;border-color:transparent}.mywork-type-filter-bar-tabs .mywork-type-filter-active{background:transparent;border:none;border-bottom:2px solid #2383e2;color:#2383e2}.mywork-type-filter-bar-tabs .mywork-type-filter-active:hover{background:transparent;color:#1a6fcb;border-color:#1a6fcb}.mywork-type-filter-bar-tabs .mywork-type-filter-active .mywork-type-filter-count{background:#2383e21f;color:#2383e2}.template-browser-select{height:48px;padding:0 36px 0 16px;border:1px solid #d0d5dd;border-radius:12px;background:#fff;font-size:14px;color:#344054;cursor:pointer;outline:none;min-width:130px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23667085' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;transition:border-color .15s}.action-field-select{width:100%;height:40px;padding:0 32px 0 12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:13px;color:#374151;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23667085' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:border-color .15s}.mywork-modal-sort-select{height:36px;padding:0 28px 0 12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:13px;color:#374151;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23667085' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.ai-wizard-select{flex:1;padding:10px 36px 10px 14px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:14px;color:#374151;background:#fff;outline:none;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%239ca3af' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:border-color .15s;font-family:inherit}.cp-newcreate-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;margin-top:8px;padding:11px 0;border:1.5px solid #2383e2;border-radius:10px;background:#fff;color:#2383e2;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.cp-newcreate-btn:hover{background:#ebf5ff;border-color:#1a6fcb;color:#1a6fcb}.cp-newcreate-modal-choice:hover{border-color:#6366f1;background:#f8f9ff;box-shadow:0 2px 12px #6366f11a}.cp-edit-form-chip:hover{border-color:#2383e2;color:#2383e2;background:#f0f7ff}.cp-edit-form-chip.active{background:#2383e2;border-color:#2383e2;color:#fff;font-weight:600}.cp-edit-form-chips-group-count{margin:4px 0 0;font-size:11.5px;color:#2383e2;font-weight:600}.cp-edit-form-stepper-btn:hover:not(:disabled){background:#eff6ff;border-color:#2383e2;color:#2383e2}.cp-edit-form-stepper-input{width:48px;height:26px;padding:0 6px;border:1px solid #E5E7EB;border-radius:6px;background:#fff;font-size:13px;font-weight:600;color:#2383e2;text-align:center;outline:none;font-family:inherit;-moz-appearance:textfield}.cp-edit-form-stepper-input:focus{border-color:#2383e2;box-shadow:0 0 0 2px #2383e226}.cp-edit-form-input:focus{border-color:#2383e2;background:#fff}.cp-edit-form-diff-cell.tone-low{background:#ecfdf5;border-color:#a7f3d0}.cp-edit-form-speaker-select:hover,.cp-edit-form-speaker-select.open{border-color:#2383e2}.cp-edit-form-speaker-check{color:#2383e2;flex-shrink:0}.cp-edit-form-speaker-slider::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:#fff;cursor:pointer;border:2px solid #2383e2;box-shadow:0 1px 3px #00000026}.cp-edit-form-speaker-slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#fff;cursor:pointer;border:2px solid #2383e2}.mef-root .cp-edit-tpl-card:hover{border-color:#2383e2;background:#f9fbff}.mef-root .cp-edit-tpl-card.selected{border-color:#2383e2;background:#ebf5ff}.mp-problem-header{border-bottom:2px solid #4338ca;padding-bottom:8px}.mp-problem-num{display:inline-block;background:#4338ca;color:#fff;font-size:14px;font-weight:700;padding:6px 14px;border-radius:6px 6px 0 0}.mp-subitem-input:focus{border-bottom-color:#4f46e5}.mp-choice.correct .mp-choice-num{color:#059669}.mp-collapsible-title{flex:1;text-align:left;font-size:13px;font-weight:600;color:#4338ca}.mp-collapsible-arrow{color:#4338ca;transition:transform .2s}.mp-confirm-btn{padding:10px 28px;background:#4f46e5;color:#fff;border:none;border-radius:6px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.mp-confirm-btn:hover{background:#4338ca}.tpl-detail-btn-primary{background:#4f46e5;color:#fff;border-color:#4f46e5}.tpl-detail-btn-primary:hover{background:#4338ca;border-color:#4338ca}.tpl-apply-badge{font-size:11px;font-weight:600;padding:3px 8px;background:#eef2ff;color:#4338ca;border-radius:999px;letter-spacing:.2px}.tpl-apply-btn:hover{border-color:#2383e2;background:#f0f7ff}.tpl-apply-btn-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#eef2ff;color:#4338ca;border-radius:8px;font-size:18px;font-weight:700}.tpl-basic-field select{width:100%;padding:8px 30px 8px 10px;font-size:13px;border:1px solid #e5e7eb;border-radius:6px;background:#fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat right 10px center;color:#1a1a2e;font-family:inherit;cursor:pointer;appearance:none;-webkit-appearance:none}.tpl-basic-field select:focus{outline:none;border-color:#2383e2}.tpl-math-filter-btn:hover{border-color:#2383e2;color:#2383e2}.tpl-math-filter-btn.active{background:#2383e2;border-color:#2383e2;color:#fff;font-weight:600}.tpl-eng-lesson-card.selected{border-color:#6366f1;background:#eef2ff}.tpl-eng-lesson-card.expanded .tpl-eng-lesson-title{color:#4338ca}.tpl-eng-lesson-arrow.expanded{transform:rotate(0);color:#6366f1}.tpl-eng-session-dot.selected{background:#6366f1;border-color:#6366f1}.tpl-eng-session-row.selected .tpl-eng-session-label{color:#4338ca;font-weight:600}.tpl-eng-session-row.selected .tpl-eng-session-chev{color:#6366f1}.tpl-ai-banner{display:flex;align-items:flex-start;gap:10px;margin:4px 16px 10px;padding:12px 14px;background:linear-gradient(135deg,#f0f7ff,#faf5ff);border:1px solid #d6e4ff;border-radius:10px}.cs-cover-badge{font-size:14px;font-weight:600;color:#2383e2;background:#e8f0fc;padding:6px 14px;border-radius:999px;margin-bottom:18px;letter-spacing:.2px}.cs-cover-divider{width:60px;height:4px;background:linear-gradient(90deg,#2383e2,#5ba3d9);border-radius:2px;margin-bottom:28px}.cs-cover-goals-label{font-size:15px;font-weight:700;color:#4338ca;background:#eef2ff;padding:4px 14px;border-radius:6px;margin-bottom:14px}.cs-cover-goals-num{flex-shrink:0;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;background:#2383e2;color:#fff;border-radius:50%;font-size:12px;font-weight:700;margin-top:2px}.cs-video-progress-fill{width:35%;height:100%;background:#2383e2;border-radius:3px}.cs-video-vol-fill{width:60%;height:100%;background:#2383e2}.cs-ex-input.correct{border-bottom-color:#10b981;color:#047857;font-weight:600}.cs-nav-dot.active{background:#2383e2;width:22px;border-radius:4px}.me-dc-target-page-badge{margin-left:10px;padding:4px 10px;font-size:12px;font-weight:700;color:#4f46e5;background:#eef2ff;border-radius:999px}.me-confirm-btn-primary{background:linear-gradient(135deg,#4f8ef7,#6366f1);color:#fff;box-shadow:0 2px 8px #4f8ef74d}.me-confirm-btn-primary:hover{box-shadow:0 4px 14px #4f8ef773}.me-dc-tab.active{color:#4f8ef7;border-bottom-color:#4f8ef7;font-weight:600}.me-dc-add-btn{display:block;width:100%;padding:9px 12px;border:1.5px dashed #c7d9f7;border-radius:8px;background:#fff;font-size:13px;font-weight:600;color:#4f8ef7;cursor:pointer;text-align:center;transition:all .15s;margin-bottom:14px}.me-dc-add-btn:hover{background:#f0f7ff;border-color:#4f8ef7}.me-dc-source-num{width:24px;height:24px;border-radius:50%;background:#eef4ff;color:#4f8ef7;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.me-dc-apply-btn{margin-top:16px;padding:11px;background:#4f8ef7;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;text-align:center;transition:background .15s}.me-dc-add-back{background:none;border:none;font-size:13px;color:#4f8ef7;cursor:pointer;font-weight:500}.me-dc-source-tab.active{background:#4f8ef7;color:#fff;border-color:#4f8ef7}.me-dc-search-input:focus{outline:none;border-color:#4f8ef7}.me-dc-search-btn{position:absolute;right:2px;top:50%;transform:translateY(-50%);background:#4f8ef7;border:none;color:#fff;width:28px;height:28px;border-radius:4px;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center}.me-dc-table td input{accent-color:#4f8ef7;cursor:pointer}.me-dc-add-total b{color:#2563eb}.me-dc-page-btn.active{background:#4f8ef7;color:#fff;border-color:#4f8ef7}.me-dc-add-done{padding:7px 24px;background:#4f8ef7;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer}.me-dc-category-count{font-size:12px;color:#4f8ef7;font-weight:600;background:#eef4ff;padding:2px 8px;border-radius:10px}.me-dc-category-add-btn{display:block;width:100%;padding:10px;border:1.5px dashed #c7d9f7;border-radius:8px;background:#fff;font-size:13px;font-weight:600;color:#4f8ef7;cursor:pointer;text-align:center;transition:all .15s}.me-dc-category-add-btn:hover{background:#f0f7ff;border-color:#4f8ef7}.me-rd-select-btn:hover{border-color:#4f8ef7}.me-rd-dropdown-item:hover{background:#f0f7ff;color:#2563eb}.me-rp-shadow-add{padding:5px 16px;border:none;border-radius:6px;background:#4f8ef7;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.me-dc-api-method-get{background:#dcfce7;color:#15803d}.me-api-form-input:focus{outline:none;border-color:#4f8ef7}.me-api-form-btn-save{background:#4f8ef7;color:#fff;min-width:100px}.me-api-form-btn-send{background:#10b981;color:#fff}.me-api-form-btn-send:hover:not(:disabled){background:#059669}.me-api-form-tab.active{color:#4f8ef7;border-bottom-color:#4f8ef7;font-weight:600}.me-api-form-add-row{background:#4f8ef7;color:#fff;border:none;padding:5px 12px;border-radius:5px;font-size:12px;font-weight:600;cursor:pointer}.me-api-form-cell-input:focus{outline:none;border-color:#4f8ef7;background:#fff}.me-api-form-body:focus{outline:none;border-color:#4f8ef7}.me-api-form-body-info-eg code{background:#f3f4f6;padding:2px 6px;border-radius:4px;font-family:SFMono-Regular,Consolas,monospace;color:#1d4ed8}.me-api-form-empty-cell b{color:#4f8ef7;font-weight:700}.me-api-form-example-btn{background:#fff;border:1px solid #c7d9f7;color:#4f8ef7;padding:5px 10px;border-radius:5px;font-size:12px;font-weight:600;cursor:pointer}.me-api-form-example-btn:hover{background:#f0f7ff;border-color:#4f8ef7}.me-api-form-method-tag{display:inline-block;margin-left:6px;padding:1px 7px;border-radius:4px;font-size:11px;font-weight:700;background:#eef4ff;color:#1d4ed8;vertical-align:middle}.me-api-form-help-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:#e0e7ff;color:#4f46e5;font-size:11px;font-weight:700;cursor:help;-webkit-user-select:none;user-select:none;transition:all .15s}.me-api-form-help-icon:hover{background:#4f46e5;color:#fff}.me-api-form-alias-preview code{background:#eef4ff;color:#1d4ed8;padding:1px 6px;border-radius:3px;font-family:SFMono-Regular,Consolas,monospace;font-size:11.5px;font-weight:600}.me-api-form-status-ok{background:#dcfce7;color:#15803d}.me-dc-step.current .me-dc-step-num{background:#4f8ef7;color:#fff;box-shadow:0 0 0 3px #4f8ef72e}.me-dc-step.done .me-dc-step-num{background:#10b981;color:#fff}.me-dc-step-line.done{background:#10b981}.me-dchk-wz-step.current .me-dchk-wz-num{background:#4f46e5;color:#fff;box-shadow:0 0 0 3px #4f46e52e}.me-dchk-wz-step.done .me-dchk-wz-num{background:#10b981;color:#fff}.me-dchk-wz-line.done{background:#10b981}.me-dchk-toggle-btn.active{background:#4f46e5;color:#fff}.me-dchk-add-api-btn{display:inline-flex;align-items:center;gap:4px;padding:7px 12px;font-size:13px;font-weight:700;background:#4f46e5;color:#fff;border:none;border-radius:6px;cursor:pointer;font-family:inherit;transition:background .12s}.me-dchk-add-api-btn:hover{background:#4338ca}.me-dchk-empty-cta-btn:hover{border-color:#4f46e5;background:#f5f5ff;box-shadow:0 2px 8px #4f46e514}.me-dchk-empty-cta-btn-outline{border-style:dashed;color:#4f46e5}.me-dchk-empty-cta-btn-outline .me-dchk-empty-cta-btn-title{color:#4f46e5}.me-dchk-source-count{background:#4f46e5;color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:10px;min-width:24px;text-align:center}.me-dchk-param{font-family:SFMono-Regular,Menlo,monospace;font-size:12px;background:#f3f4f6;color:#4f46e5;padding:2px 6px;border-radius:4px}.me-dchk-tpl-item.active{background:#eef2ff;border-color:#c7d2fe;box-shadow:0 2px 6px #4f46e514}.me-dchk-tpl-demo{font-size:10px;font-weight:700;color:#7c3aed;background:#ede9fe;padding:1px 6px;border-radius:4px;letter-spacing:.3px}.me-dchk-tpl-page-badge{font-size:10.5px;font-weight:700;color:#4f46e5;background:#eef2ff;padding:2px 7px;border-radius:4px;letter-spacing:.2px;flex-shrink:0}.me-dchk-tpl-count{background:#4f46e5;color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:10px;min-width:24px;text-align:center;flex-shrink:0}.me-dchk-method-badge{display:inline-block;padding:2px 8px;font-size:11px;font-weight:700;color:#059669;background:#d1fae5;border-radius:4px;letter-spacing:.3px}.me-dchk-group-action{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;font-size:12px;font-weight:600;font-family:inherit;color:#4f46e5;background:#fff;border:1px solid #c7d2fe;border-radius:6px;cursor:pointer;transition:all .15s;white-space:nowrap}.me-dchk-group-action:hover{background:#eef2ff;border-color:#4f46e5}.me-dchk-meta-value{font-family:SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;color:#4f46e5;background:#eef2ff;padding:1px 8px;border-radius:4px;font-weight:700}.me-dchk-field-chip.is-on{background:#eef2ff;border-color:#4f46e5}.me-dchk-field-chip input{accent-color:#4f46e5;cursor:pointer;margin:0}.me-dchk-value{display:inline-block;max-width:100%;padding:2px 8px;font-size:12.5px;color:#0f172a;background:#ecfdf5;border:1px solid #d1fae5;border-radius:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.me-dchk-visibility:hover{border-color:#4f46e5;color:#4f46e5;background:#eef2ff}.me-dc-source-card:hover{border-color:#4f8ef7;background:#f7faff;box-shadow:0 4px 12px #4f8ef714}.me-dc-add-instance-btn{width:100%;padding:10px 16px;margin-top:2px;background:#fff;border:1px dashed #c7d2fe;border-radius:10px;color:#4f46e5;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s}.me-dc-add-instance-btn:hover{background:#eef2ff;border-color:#4f46e5;border-style:solid}.me-dc-source-card:hover .me-dc-card-arrow{color:#4f8ef7;transform:translate(3px)}.me-dc-ext-api-btn-compact{position:absolute;bottom:20px;right:20px;display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border:1px solid #c7d9f7;border-radius:8px;background:#fff;color:#4f8ef7;font-size:12px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s;box-shadow:0 2px 8px #4f8ef71f;z-index:5}.me-dc-ext-api-btn-compact:hover{background:#f0f7ff;border-color:#4f8ef7;box-shadow:0 4px 12px #4f8ef72e;transform:translateY(-1px)}.me-dc-source-card-count{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:10px;background:#eef4ff;color:#4338ca;font-size:11px;font-weight:700;flex-shrink:0}.me-dc-back-btn{background:none;border:1px solid #e5e7eb;padding:6px 12px;border-radius:6px;font-size:13px;color:#4f8ef7;font-weight:600;cursor:pointer;transition:all .1s}.me-dc-back-btn:hover{background:#f0f7ff;border-color:#4f8ef7}.me-dc-step-source-count{margin-left:auto;font-size:12px;color:#4f8ef7;font-weight:600;background:#fff;padding:4px 10px;border-radius:12px}.me-dc-step-hint-count{display:inline-block;margin-left:8px;font-size:12px;color:#4f8ef7;font-weight:700;background:#eef4ff;padding:2px 10px;border-radius:10px}.me-dc-field-item.checked{border-color:#4f8ef7;background:#f0f7ff}.me-dc-field-item input[type=checkbox]{accent-color:#4f8ef7;cursor:pointer}.me-dc-field-item.checked .me-dc-field-param{background:#fff;color:#4f8ef7}.me-dc-field-timing-btn{margin-left:6px;padding:3px 9px;font-size:11px;font-weight:600;color:#4f46e5;background:#eef2ff;border:1px solid #c7d2fe;border-radius:4px;cursor:pointer;font-family:inherit;white-space:nowrap;transition:all .15s}.me-dc-field-timing-btn:hover{background:#4f46e5;color:#fff;border-color:#4f46e5}.me-tmp-param-value{font-family:SFMono-Regular,Consolas,monospace;font-size:12px;color:#4f46e5;background:#fff;padding:3px 8px;border-radius:4px;border:1px solid #e5e7eb}.me-tmp-word.active{background:#4f46e5;color:#fff}.me-tmp-play-btn{padding:7px 14px;font-size:12px;font-weight:600;color:#fff;background:#4f46e5;border:none;border-radius:6px;cursor:pointer;font-family:inherit}.me-tmp-play-btn:hover{background:#4338ca}.me-tmp-stress-2{background:#4f46e5}.me-tmp-bar-fill{position:absolute;top:0;height:100%;background:#4f46e5}.me-tmp-score-fill{height:100%;background:linear-gradient(90deg,#60a5fa,#4f46e5)}.me-dc-field-group-toggle input[type=checkbox]{accent-color:#4f8ef7;cursor:pointer}.me-dc-field-group-toggle.checked .me-dc-field-group-count{background:#dbeafe;color:#2563eb}.me-dc-btn-next,.me-dc-btn-complete{background:#4f8ef7;border:none;color:#fff;padding:9px 28px;border-radius:6px;font-size:13px;font-weight:700;cursor:pointer;transition:background .15s}.me-dc-btn-complete{background:#10b981}.me-dc-btn-complete:hover:not(:disabled){background:#059669}.me-dc-btn-complete:disabled{background:#a7f3d0}.me-dc-userapi-item-num{width:22px;height:22px;border-radius:50%;background:#eef4ff;color:#4f8ef7;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.me-dc-cbs-id-method{display:inline-flex;align-items:center;justify-content:center;height:22px;padding:0 8px;background:#d1fae5;color:#047857;font-size:11px;font-weight:800;letter-spacing:.4px;border-radius:4px;flex-shrink:0}.me-dc-cbs-id-input:focus{border-color:#4f8ef7;box-shadow:0 0 0 3px #4f8ef71f}.me-dc-cbs-preview-btn{padding:7px 16px;background:linear-gradient(135deg,#4f8ef7,#6366f1);color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:700;cursor:pointer;transition:box-shadow .15s,opacity .15s;flex-shrink:0;font-family:inherit}.me-dc-cbs-preview-btn:hover:not(:disabled){box-shadow:0 4px 14px #4f8ef766}.me-dc-preview-td-num{text-align:center;font-weight:700;color:#4f8ef7;background:#f9fbff;width:36px}.me-dc-preview-img-btn:hover{border-color:#4f8ef7;box-shadow:0 0 0 3px #4f8ef71f}.me-dc-preview-img-label{font-size:12px;color:#4f8ef7;font-weight:600;white-space:nowrap}.me-dc-preview-audio-btn{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border:1px solid #e5e7eb;background:#fff;border-radius:18px;cursor:pointer;font-size:12px;font-weight:600;color:#4f8ef7;transition:all .15s}.me-dc-preview-audio-btn:hover{border-color:#4f8ef7;background:#eef4ff}.me-dc-preview-audio-btn.playing{background:linear-gradient(135deg,#4f8ef7,#6366f1);color:#fff;border-color:transparent}.me-dc-mapping-empty b{color:#4f8ef7;font-weight:700}.me-dc-mapping-key-tag{display:inline-block;padding:4px 10px;background:#eef4ff;color:#1d4ed8;border-radius:5px;font-size:12.5px;font-weight:600;font-family:SFMono-Regular,Consolas,monospace}.me-dc-mapping-key-input{width:100%;padding:7px 10px;border:1px solid #e0e0de;border-radius:5px;font-size:13px;font-family:SFMono-Regular,Consolas,monospace;font-weight:600;color:#1d4ed8;background:#fff}.me-dc-mapping-key-input:focus{outline:none;border-color:#4f8ef7}.me-dc-add-mapping-btn{background:#4f8ef7;color:#fff;border:none;padding:7px 14px;border-radius:5px;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap;flex-shrink:0}.me-dc-mapping-select:focus,.me-dc-mapping-input:focus{outline:none;border-color:#4f8ef7}.me-dc-combobox:focus-within{border-color:#4f8ef7;box-shadow:0 0 0 3px #4f8ef71f}.me-dc-combobox-toggle:hover{background:#eef4ff;color:#4f8ef7}.me-dc-combobox-item.selected{background:#eef4ff;color:#2563eb;font-weight:600}.me-dc-combobox-item-check{color:#4f8ef7;font-weight:800;flex-shrink:0}.me-dc-resp-row input[type=checkbox]{accent-color:#4f8ef7;cursor:pointer}.me-dc-resp-inline-input:focus{outline:none;border-color:#4f8ef7}.rt-canvas{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:5% 8% 6%;overflow:hidden;background:linear-gradient(180deg,#b7e0ff,#def1ff,#b7e0ff);gap:4%}.rt-instruction-pill{position:relative;z-index:2;display:flex;align-items:center;gap:12px;background:#ffffff8c;border:1px solid #BFDBFE;border-radius:999px;padding:10px 22px 10px 12px;box-shadow:0 2px 8px #2383e214;max-width:80%}.rt-instruction-text{font-size:18px;font-weight:700;color:#1a1a2e;letter-spacing:-.3px;white-space:nowrap}.rt-sentence-card{position:relative;z-index:2;width:78%;display:flex;flex-direction:column;align-items:center;gap:10px;padding:36px 40px;background:#fff;border:3px solid #2383e2;border-radius:18px;box-shadow:0 6px 20px #2383e21f}.rt-mic-btn{position:relative;z-index:2;width:88px;height:88px;border-radius:50%;background:#2383e2;border:4px solid white;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #2383e24d;transition:transform .15s,background .15s;flex-shrink:0}.rt-recording-bar{position:relative;z-index:2;display:flex;align-items:center;gap:16px;padding:12px 28px 12px 14px;background:#2383e2;border-radius:999px;box-shadow:0 8px 22px #2383e247;min-width:50%;max-width:80%;animation:rt-rec-fade-in .18s ease}.rt-done-bar{position:relative;z-index:2;display:flex;align-items:center;gap:16px;padding:12px 60px 12px 14px;background:#2383e2;border:none;border-radius:999px;box-shadow:0 8px 22px #2383e247;min-width:50%;max-width:80%;font-family:inherit;animation:rt-rec-fade-in .18s ease;pointer-events:none}.dfill-titlebar-text{font-size:19px;font-weight:700;color:#fff;letter-spacing:-.2px}.dfill-bank{background:#f9fafb;border-radius:16px;padding:14px 12px;overflow:hidden;display:flex;flex-direction:column}.dfill-bank-scroll{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding:4px 6px 4px 4px}.dfill-blank.correct{background:#d1fae5;border-color:#10b981;color:#065f46}.cflip-titlebar-text{font-size:19px;font-weight:700;color:#1f2937;letter-spacing:-.2px}.cflip-card.matched{background:#d1fae5;border-color:#10b981;pointer-events:none}.mt-tag-개념{background:#eef2ff;color:#4338ca}.rp-start-bubble{position:relative;background:#2383e2;color:#fff;border-radius:16px;padding:20px 22px 18px;width:160px;text-align:center;box-shadow:0 6px 18px #2383e259}.rp-start-btn{display:inline-block;background:#fff;color:#2383e2;border:none;border-radius:999px;padding:10px 26px;font-size:16px;font-weight:800;cursor:pointer;font-family:inherit;box-shadow:0 2px 6px #0000001f;transition:transform .1s ease,background .15s ease}.me-ibtn-success{background:linear-gradient(135deg,#34d399,#6ee7b7);color:#fff;padding:6px 14px;border-radius:6px;font-size:12px}.me-ibtn-circle-add{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#a7f3d0,#6ee7b7);color:#fff;font-size:22px}.me-ibtn-neon{background:transparent;border:2px solid #22c55e;color:#22c55e;padding:6px 12px;border-radius:6px;font-size:12px;text-shadow:0 0 6px rgba(34,197,94,.5);box-shadow:0 0 8px #22c55e4d}.me-ibtn-rainbow{background:linear-gradient(135deg,#f97316,#eab308,#22c55e,#3b82f6,#8b5cf6);color:#fff;padding:6px 12px;border-radius:6px;font-size:12px}.me-insert-add-btn{width:calc(100% - 24px);margin:14px 12px 4px;padding:12px 16px;background:#2383e2;color:#fff;border:none;border-radius:8px;font-size:13.5px;font-weight:700;cursor:pointer;transition:background .15s}.me-insert-more:hover{color:#2383e2}.me-ibtn-box-tab-item.active{color:#2383e2;border-bottom-color:#2383e2;background:#fff}.me-ibtn-box-repeat-badge{position:absolute;bottom:2px;right:3px;font-size:8px;color:#2383e2;font-weight:700;line-height:1}.me-cv-repeat-selected .me-cv-repeat-inner{border:2px solid #4f8ef7}.me-cv-repeat-bound-text{position:absolute;font-size:16px;font-weight:700;color:#4338ca;background:#6366f11a;border:1.5px dashed #6366F1;border-radius:6px;padding:6px 16px;cursor:move;-webkit-user-select:none;user-select:none;white-space:nowrap;pointer-events:auto;font-family:SFMono-Regular,Consolas,monospace;letter-spacing:-.3px}.me-cv-repeat-bound-text:hover{background:#6366f12e;border-color:#4338ca}.me-cv-repeat-bound-selected{border-style:solid!important;outline:2px solid #4338ca;outline-offset:2px;box-shadow:0 0 0 2px #6366f140}.me-cv-bound-handle{position:absolute;width:8px;height:8px;background:#fff;border:1.5px solid #4f8ef7;border-radius:50%;z-index:5}.me-cv-repeat-handle{position:absolute;width:8px;height:8px;background:#fff;border:1.5px solid #4f8ef7;border-radius:50%;z-index:2;display:none}.me-cv-repeat-handle-tl{top:-4px;left:-4px;cursor:nwse-resize}.me-cv-repeat-handle-tr{top:-4px;right:-4px;cursor:nesw-resize}.me-cv-repeat-handle-bl{bottom:-4px;left:-4px;cursor:nesw-resize}.me-cv-repeat-handle-br{bottom:-4px;right:-4px;cursor:nwse-resize}.me-cv-repeat-handle-tc{top:-4px;left:50%;transform:translate(-50%);cursor:ns-resize}.me-cv-repeat-handle-bc{bottom:-4px;left:50%;transform:translate(-50%);cursor:ns-resize}.me-cv-repeat-handle-ml{top:50%;left:-4px;transform:translateY(-50%);cursor:ew-resize}.me-cv-repeat-handle-mr{top:50%;right:-4px;transform:translateY(-50%);cursor:ew-resize}.me-cv-text-selected{border-color:#4f8ef7;outline:1px solid #4f8ef7;outline-offset:-1px}.me-cv-text-binding{background:#6366f11a;border:1.5px dashed #6366F1!important;border-radius:6px;color:#4338ca!important;font-family:SFMono-Regular,Consolas,monospace!important;font-weight:700!important;letter-spacing:-.3px}.me-cv-text-binding.me-cv-text-selected{border-style:solid!important;outline-color:#4338ca;box-shadow:0 0 0 2px #6366f140}.me-sp-img-btn-primary{background:#2383e2;border-color:#2383e2;color:#fff}.me-tpl-preview-btn-primary{background:#4f46e5;color:#fff}.me-tpl-preview-btn-primary:hover{background:#4338ca}.me-db-step-num{display:inline-flex;align-items:center;justify-content:center;height:22px;padding:0 10px;background:linear-gradient(135deg,#4f8ef7,#6366f1);color:#fff;font-size:11px;font-weight:800;letter-spacing:.4px;border-radius:11px;white-space:nowrap;flex-shrink:0}.me-db-field-count{font-size:11px;font-weight:500;color:#2563eb;margin-left:8px;background:#eef4ff;padding:2px 8px;border-radius:10px}.me-db-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:#eef4ff;border:1px solid #c7d9f7;border-radius:12px;font-size:11px;font-weight:500;color:#2563eb}.me-db-field-item.checked{background:#f0f7ff}.me-db-field-item input{accent-color:#4f8ef7;cursor:pointer;flex-shrink:0}.me-db-apply-full{display:block;width:calc(100% - 28px);margin:8px 14px;padding:11px;border-radius:8px;font-size:14px;font-weight:700;background:#4f8ef7;color:#fff;border:none;cursor:pointer;transition:background .15s}.me-db-summary{margin:4px 12px 8px;padding:10px 14px;background:#f0f7ff;border-radius:8px;border:1px solid #dbeafe}.me-db-summary-val{font-weight:600;color:#2563eb}.me-db-save-btn{display:block;width:calc(100% - 24px);margin:8px 12px 16px;padding:10px;background:#4f8ef7;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.me-db-search-input:focus{outline:none;border-color:#4f8ef7}.me-db-search-btn{position:absolute;right:2px;top:50%;transform:translateY(-50%);background:#4f8ef7;border:none;color:#fff;width:24px;height:24px;border-radius:4px;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center}.me-db-td-check input,.me-db-th-check input{accent-color:#4f8ef7;cursor:pointer}.me-db-td-entry{font-weight:600;color:#2563eb}.me-db-total b{color:#2563eb}.me-db-page-btn.active{background:#4f8ef7;color:#fff;border-color:#4f8ef7}.me-db-applied{display:flex;align-items:center;gap:8px;padding:10px 14px;margin:8px 12px;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;font-size:12px;color:#065f46;font-weight:500}.me-db-word-num{width:22px;height:22px;border-radius:50%;background:#eef4ff;color:#4f8ef7;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.me-db-word-key{font-family:SFMono-Regular,Menlo,Consolas,monospace;font-size:10.5px;font-weight:600;color:#6366f1;background:#eef2ff;padding:1px 6px;border-radius:4px;flex-shrink:0;letter-spacing:.3px}.me-db-word-handle:hover{color:#4f8ef7}.me-db-word-dragover{border-top:2px solid #4f8ef7;margin-top:-2px}.me-db-source-select:focus{outline:none;border-color:#4f8ef7}.me-db-add-btn{display:block;width:calc(100% - 28px);margin:8px 14px;padding:9px;background:#fff;border:1.5px dashed #c7d9f7;border-radius:8px;font-size:13px;font-weight:600;color:#4f8ef7;cursor:pointer;text-align:center;transition:all .15s}.me-db-add-btn:hover{background:#f0f7ff;border-color:#4f8ef7}.me-db-modal-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:#4f8ef7;color:#fff}.me-db-modal-search-wrap{display:flex;position:relative;width:200px}.me-db-modal-search-input{flex:1;padding:6px 32px 6px 10px;border:1px solid #e0e0de;border-radius:5px;font-size:12px}.me-db-modal-search-input:focus{outline:none;border-color:#4f8ef7}.me-db-modal-search-btn{position:absolute;right:2px;top:50%;transform:translateY(-50%);background:#4f8ef7;border:none;color:#fff;width:26px;height:26px;border-radius:4px;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center}.me-db-modal-td-check input{accent-color:#4f8ef7;cursor:pointer}.me-db-modal-total b{color:#2563eb}.me-db-modal-page-btn.active{background:#4f8ef7;color:#fff;border-color:#4f8ef7}.me-rp-section-title{color:var(--accent, #4f46e5);font-weight:700;font-size:14px}.me-rp-link-btn:hover{color:#4f46e5}.me-rp-data-btn{display:block;width:calc(100% - 32px);margin:8px 16px 16px;padding:11px;background:#4f8ef7;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;text-align:center;transition:background .15s}.me-rp-btn-setting{display:block;width:calc(100% - 32px);margin:8px 16px 16px;padding:11px;background:#4f8ef7;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;text-align:center;font-family:inherit;transition:background .15s}.me-rp-grad-btn.active{border-color:#4f8ef7}.me-rp-bg-library{background:#4f8ef7;border:1px solid #4f8ef7;color:#fff}.ma-body input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:#4f46e5;border-radius:50%;cursor:pointer;box-shadow:0 2px 6px #4f46e559;border:2px solid #ffffff;transition:transform .15s}.ma-body input[type=range]::-moz-range-thumb{width:20px;height:20px;background:#4f46e5;border-radius:50%;cursor:pointer;border:2px solid #ffffff;box-shadow:0 2px 6px #4f46e559}.ma-body select,.ma-body input[type=number]{padding:8px 32px 8px 12px;font-size:14px;font-weight:600;font-family:inherit;color:#1f2937;background:#fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat right 10px center;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;outline:none;appearance:none;-webkit-appearance:none;min-width:96px;transition:border-color .15s,box-shadow .15s}.ma-body select:focus,.ma-body input[type=number]:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51f}.fg-progress{margin-left:auto;color:#059669;font-weight:700}.fg-cell.correct{background:#d1fae5;border-color:#10b981;color:#065f46}.it-btn.active{background:#3b82f6;color:#fff;border-color:#2563eb}.sd-table td.sd-carry.shown{color:#2563eb;font-weight:700}.sd-table td.sd-result.shown{color:#1f2937;font-weight:800;background:#d1fae5;border-radius:6px}.sd-btn:hover{background:#2563eb}.thumb-mact{width:100%;height:100%;padding:8px 10px;display:flex;flex-direction:column;gap:4px;background:linear-gradient(180deg,#ecfdf5,#d1fae5);overflow:hidden;box-sizing:border-box;position:relative}.thumb-mact-badge{position:absolute;bottom:6px;right:6px;background:#10b981;color:#fff;padding:2px 7px;border-radius:999px;font-size:7px;font-weight:700}.sc-placed.ok{background:#d1fae5;color:#065f46}.dl-chip{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0;padding:4px 10px;border-radius:999px;font-size:13px;font-weight:700}.ev-ok{color:#059669;font-weight:700}.thumb-mconcept{--mc-accent: #7c3aed;width:100%;height:100%;display:flex;flex-direction:column;background:#fff;border-radius:8px;overflow:hidden;box-sizing:border-box}.me-insert-ai-card:hover{border-color:#c7d2fe;box-shadow:0 6px 18px #4f46e51a}.me-insert-ai-beta{position:absolute;top:6px;right:6px;background:#4f46e5;color:#fff;font-size:10px;font-weight:800;padding:2px 8px;border-radius:999px;letter-spacing:.02em;box-shadow:0 2px 6px #4f46e559;z-index:2}.geo-mode-btn.active{background:#fff;color:#2563eb;border-color:#93c5fd;box-shadow:0 0 0 2px #93c5fd66}.geo-tool-btn.active{background:#2563eb;color:#fff}.geo-save-btn{background:#4f46e5;border:none;color:#fff;padding:8px 18px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 1px 3px #4f46e54d}.geo-save-btn:hover{background:#4338ca}.geo-save-btn:disabled{background:#c7d2fe;cursor:not-allowed;box-shadow:none}.geo-prop-row input[type=number]{flex:1;padding:6px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;font-family:inherit}.geo-prop-row input[type=range]{flex:1}.ais-step.active{background:#eef2ff;color:#4f46e5}.ais-step.active .ais-step-num{background:#4f46e5;color:#fff;border-color:#4f46e5}.ais-step.done .ais-step-num{background:#10b981;color:#fff;border-color:#10b981}.ais-apply-btn{background:#4f46e5;border:none;color:#fff;padding:8px 18px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 1px 3px #4f46e54d}.ais-apply-btn:hover:not(:disabled){background:#4338ca}.ais-add-btn{margin-left:auto;padding:4px 10px;background:#eef2ff;color:#4f46e5;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer}.ais-style-change{padding:6px 12px;background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:12px;font-weight:600;color:#4f46e5;cursor:pointer}.ais-style-change:hover{background:#eef2ff;border-color:#4f46e5}.ais-style-option:hover{border-color:#4f46e5}.ais-style-option.active{border-color:#4f46e5;background:#eef2ff}.ais-field input[type=text]:focus,.ais-input:focus,.ais-textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.ais-chip:hover{border-color:#4f46e5;color:#4f46e5}.ais-chip.active{background:#eef2ff;border-color:#4f46e5;color:#4f46e5;font-weight:600}.ais-pill:hover{border-color:#4f46e5;color:#4f46e5}.ais-pill.active{background:#4f46e5;border-color:#4f46e5;color:#fff}.ais-generate-btn{width:100%;padding:12px;background:#4f46e5;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 8px 16px #4f46e540}.ais-generate-btn:hover:not(:disabled){background:#4338ca}.ais-cam-btn.active{background:#fff;color:#4f46e5;box-shadow:0 1px 2px #0000000d}.ais-marker-num{width:28px;height:28px;border-radius:50%;background:#4f46e5;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;box-shadow:0 4px 12px #4f46e559}.ais-marker-distance input[type=range]{width:80px;accent-color:#4f46e5}.ais-history-item:hover{border-color:#4f46e5;background:#eef2ff}.ais-history-apply{font-size:11px;font-weight:600;color:#4f46e5;white-space:nowrap}.ais-qtype-btn:hover{border-color:#4f46e5}.ais-qtype-btn.active{border-color:#4f46e5;background:#eef2ff}.ais-qtype-btn.active strong{color:#4f46e5}.ais-scene-card:hover{border-color:#4f46e5;transform:translateY(-2px);box-shadow:0 6px 16px #4f46e51f}.ais-scene-card.active{border-color:#4f46e5;background:#eef2ff}.me-mkt-btn-primary{background:linear-gradient(135deg,#4e9cf7,#2383e2);color:#fff;box-shadow:0 4px 16px #2383e24d}.me-mkt-btn-ghost{background:transparent;color:#2383e2;border:1px solid #e0e2ea}.me-mkt-btn-white{background:#fff;color:#2383e2;box-shadow:0 4px 16px #00000026}.me-mkt-play{font-size:11px;color:#2383e2}.me-mkt-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;background:#2383e21a;color:#1a6fcb;border-radius:999px;font-size:13px;font-weight:700;letter-spacing:.02em}.me-mkt-eyebrow-dot{width:6px;height:6px;border-radius:50%;background:#2383e2;box-shadow:0 0 0 4px #2383e22e}.me-mkt-eyebrow.tone-indigo{background:#2383e21a;color:#1a6fcb}.me-mkt-eyebrow.tone-indigo .me-mkt-eyebrow-dot{background:#2383e2}.me-mkt-grad-text{background:linear-gradient(135deg,#1a6fcb,#2383e2,#06b6d4);-webkit-background-clip:text;background-clip:text;color:transparent}.me-mkt-grad-text-emerald{background:linear-gradient(135deg,#0ea5e9,#2383e2);-webkit-background-clip:text;background-clip:text;color:transparent}.me-mkt-grad-text-purple{background:linear-gradient(135deg,#2383e2,#06b6d4);-webkit-background-clip:text;background-clip:text;color:transparent}.me-mkt-brand-mark{width:32px;height:32px;border-radius:9px;background:linear-gradient(135deg,#4e9cf7,#2383e2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px;font-family:SF Mono,monospace;box-shadow:0 2px 8px #2383e25c}.me-mkt-mockup-side-item.is-active{background:#2383e2;color:#fff;box-shadow:0 4px 12px #2383e299}.me-mkt-mockup-card-options>span:first-child{background:linear-gradient(135deg,#2383e2,#4e9cf7);color:#fff}.me-mkt-mockup-float-1{top:24px;right:20px;color:#2383e2}.me-mkt-mockup-chat-bubble{background:linear-gradient(135deg,#eff6ff,#dbeafe);padding:12px;border-radius:10px;font-size:11px;color:#2383e2;line-height:1.5}.me-mkt-mockup-chat-bubble strong{color:#1a6fcb}.me-mkt-stat-value{font-size:38px;font-weight:800;background:linear-gradient(135deg,#2383e2,#06b6d4);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-.025em}.me-mkt-mockup-step-num{width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#2383e2,#4e9cf7);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;flex-shrink:0}.me-mkt-mockup-step-meta{margin-top:4px;font-size:13px;color:#2383e2;font-weight:600}.me-mkt-mockup-step-chips span.is-on{background:linear-gradient(135deg,#2383e2,#4e9cf7);color:#fff}.me-mkt-mockup-apply{margin-top:4px;padding:12px;background:linear-gradient(135deg,#2383e2,#4e9cf7);color:#fff;border-radius:12px;text-align:center;font-size:13px;font-weight:700;box-shadow:0 4px 16px #2383e24d}.me-mkt-mockup-kpi-value{display:block;margin-top:4px;font-size:20px;font-weight:800;color:#2383e2;letter-spacing:-.02em}.me-mkt-mockup-lms-chart>span{flex:1;background:linear-gradient(180deg,#4e9cf7,#2383e2);border-radius:4px;min-height:8px}.me-mkt-chip{padding:8px 14px;background:#2383e21a;color:#1a6fcb;border-radius:999px;font-size:13px;font-weight:600}.me-mkt-mockup-msg-user{background:linear-gradient(135deg,#4e9cf7,#2383e2);color:#fff;align-self:flex-end;font-weight:600}.me-mkt-mockup-tmpl-row>span.is-on{background:linear-gradient(135deg,#2383e2,#06b6d4);color:#fff}.me-mkt-mockup-design.tone-2{background:linear-gradient(135deg,#93c5fd,#2383e2)}.me-mkt-mockup-design.is-on{outline:2px solid #2383e2;outline-offset:2px}.me-mkt-mockup-simple-title{font-size:14px;font-weight:800;color:#1a1a2e;padding-bottom:10px;border-bottom:1.5px solid #2383e2;letter-spacing:-.02em}.me-mkt-mockup-simple-q-num{flex-shrink:0;width:22px;height:22px;border-radius:6px;background:#eff6ff;color:#2383e2;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:11px}.me-mkt-mockup-simple-fab{position:absolute;right:22px;bottom:22px;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#4e9cf7,#2383e2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 8px 20px #2383e266}.me-mkt-mockup-simple-fab-menu>span.is-on{background:#eff6ff;color:#2383e2}.me-mkt-cta-card{position:relative;overflow:hidden;padding:80px 64px;border-radius:28px;background:radial-gradient(ellipse 70% 50% at 30% 0%,rgba(255,255,255,.14),transparent),linear-gradient(135deg,#1a6fcb,#2383e2 55%,#06b6d4);color:#fff;text-align:center;box-shadow:0 30px 60px #2383e261}.collab-header-btn.active{background:#ecfdf5;border-color:#10b981;color:#047857}.collab-header-btn.active:hover{background:#d1fae5}.collab-link-btn{padding:4px 10px;background:transparent;border:none;font-size:12px;font-weight:600;color:#4f46e5;cursor:pointer;font-family:inherit}.collab-student-card.checked{border-color:#4f46e5;background:#eef2ff}.collab-student-card input[type=checkbox]{width:16px;height:16px;accent-color:#4f46e5;flex-shrink:0}.collab-code-display{flex:1;padding:12px 16px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;font-size:18px;font-weight:700;font-family:SFMono-Regular,Menlo,monospace;letter-spacing:2px;text-align:center;color:#4f46e5}.collab-link-input:focus{border-color:#4f46e5;background:#fff}.collab-copy-btn{padding:10px 16px;background:#4f46e5;color:#fff;border:none;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;white-space:nowrap;transition:background .15s}.collab-copy-btn:hover{background:#4338ca}.collab-start-btn{padding:10px 20px;background:#4f46e5;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 4px 10px #4f46e540}.collab-start-btn:hover:not(:disabled){background:#4338ca}.me-login-back{position:absolute;top:24px;left:24px;width:44px;height:44px;padding:0;background:#fff;border:1px solid #dbeafe;color:#2383e2;cursor:pointer;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-family:inherit;box-shadow:0 4px 12px #2383e21f,0 1px 3px #0f172a0f;transition:background .15s,color .15s,transform .15s,box-shadow .15s}.me-login-back:hover{background:#eff6ff;border-color:#2383e2;transform:translate(-2px);box-shadow:0 6px 16px #2383e233,0 1px 3px #0f172a0f}.me-login-brand-name{font-size:22px;font-weight:800;color:#2383e2;letter-spacing:-.5px}.me-login-input:focus{border-color:#2383e2;box-shadow:0 0 0 3px #2383e224}.me-login-pwd-toggle:hover{background:#eff6ff;color:#2383e2}.me-login-remember input[type=checkbox]{width:16px;height:16px;accent-color:#2383e2}.me-login-link{background:transparent;border:none;font-size:14px;font-weight:600;color:#2383e2;cursor:pointer;font-family:inherit;padding:0}.me-login-submit{width:100%;padding:15px;margin-top:10px;background:linear-gradient(135deg,#4e9cf7,#2383e2);color:#fff;border:none;border-radius:10px;font-size:17px;font-weight:700;cursor:pointer;font-family:inherit;transition:filter .15s,box-shadow .15s,transform .15s;box-shadow:0 4px 16px #2383e24d}.me-login-signup-link{background:transparent;border:none;font-size:15px;font-weight:700;color:#2383e2;cursor:pointer;font-family:inherit;padding:0}.assign-link-btn{padding:4px 10px;background:transparent;border:none;font-size:12px;font-weight:600;color:#2383e2;cursor:pointer;font-family:inherit}.assign-helper strong{color:#2383e2}.assign-student-card.checked{border-color:#2383e2;background:#eff6ff}.assign-student-card input[type=checkbox]{width:14px;height:14px;accent-color:#2383e2;flex-shrink:0}.assign-group-card.checked{border-color:#2383e2;background:#eff6ff}.assign-group-card input[type=checkbox]{width:16px;height:16px;accent-color:#2383e2}.assign-group-count{font-size:12px;font-weight:700;color:#2383e2;padding:4px 10px;background:#eff6ff;border-radius:999px}.assign-date-input:focus{outline:none;border-color:#2383e2;box-shadow:0 0 0 3px #2383e224}.assign-submit-btn{padding:10px 20px;background:linear-gradient(135deg,#4e9cf7,#2383e2);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 4px 12px #2383e240}.assign-summary-progress{color:#2383e2}.assign-summary-rate{color:#10b981}.assign-filter-tab.active{background:#2383e2;border-color:#2383e2;color:#fff}.assign-sort-select{padding:8px 30px 8px 14px;font-size:13px;font-weight:600;color:#1f2937;background:#fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat right 10px center;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;outline:none;appearance:none;-webkit-appearance:none;font-family:inherit}.assign-card:hover{border-color:#2383e2;transform:translateY(-2px);box-shadow:0 6px 18px #2383e21f}.assign-card-type.group{background:#d1fae5;color:#047857}.assign-card-due{color:#2383e2;font-weight:600}.assign-card-progress-fill{position:absolute;inset:0 auto 0 0;background:linear-gradient(90deg,#4e9cf7,#2383e2);border-radius:999px;transition:width .3s}.assign-card-rate-num{font-size:28px;font-weight:800;color:#2383e2;line-height:1}.assign-card-detail-link{font-size:11px;font-weight:600;color:#2383e2}.assign-status-pill.submitted{background:#d1fae5;color:#047857}.assign-detail-progress-fill{position:absolute;inset:0 auto 0 0;background:linear-gradient(90deg,#4e9cf7,#2383e2);border-radius:999px;transition:width .3s}.assign-detail-progress-text strong{color:#2383e2;font-size:15px}.assign-detail-status.submitted{background:#d1fae5;color:#047857}.assign-detail-score{font-size:12px;font-weight:700;color:#2383e2;min-width:40px;text-align:right}.mywork-tab-badge{display:inline-block;margin-left:6px;padding:1px 8px;background:#2383e2;color:#fff;border-radius:999px;font-size:11px;font-weight:700}.mywork-side-item.active{background:#eff6ff;color:#2383e2;font-weight:700}.mywork-side-item.active .mywork-side-item-icon{color:#2383e2}.mywork-side-item-badge{display:inline-block;padding:1px 8px;background:#2383e2;color:#fff;border-radius:999px;font-size:11px;font-weight:700}.mywork-class-group strong{font-size:13px;font-weight:700;color:#2383e2}.mywork-class-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:12px 44px 12px 18px;border:1px solid #e5e7eb;border-radius:12px;background-color:#fff;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 18px center;font-family:inherit;font-size:17px;font-weight:700;color:#1a1a2e;outline:none;cursor:pointer;min-width:320px;transition:border-color .15s,box-shadow .15s}.mywork-class-heading.active .mywork-class-heading-count{background:#e0edff;color:#2383e2}.mywork-class-btn-ghost{background:#eaf3fd;border:1px solid transparent;color:#1a6fcb}.mywork-class-btn-primary{background:linear-gradient(135deg,#4e9cf7,#2383e2);border:1px solid transparent;color:#fff;box-shadow:0 4px 10px #2383e247}.mywork-class-btn-primary:hover{background:linear-gradient(135deg,#4e9cf7,#1a6fcb);transform:translateY(-1px);box-shadow:0 8px 18px #2383e25c}.mywork-class-empty strong{color:#2383e2;font-weight:700}.mywork-modal-sub code{font-family:SFMono-Regular,monospace;background:#f4f5f9;color:#2383e2;padding:1px 6px;border-radius:4px;font-size:12px}.mywork-modal-preview{padding:10px 14px;background:#f0f7ff;border-radius:8px;font-size:13px;color:#4b5563}.mywork-modal-preview strong{color:#2383e2;font-weight:800}.mywork-modal-btn-primary{background:linear-gradient(135deg,#4e9cf7,#2383e2);color:#fff;box-shadow:0 4px 12px #2383e24d}.mywork-modal-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#4e9cf7,#1a6fcb);transform:translateY(-1px);box-shadow:0 8px 20px #2383e266}.mywork-pending-add-btn{align-self:flex-end;height:38px;padding:0 14px;border-radius:8px;border:1px solid #2383e2;background:#fff;color:#2383e2;font-family:inherit;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s}.mywork-pending-add-btn:hover:not(:disabled){background:#e8f0fc}.mywork-pending-head-count{font-size:12px;font-weight:700;color:#2383e2;background:#e8f0fc;padding:2px 8px;border-radius:999px}.mywork-pending-chip-num{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;background:#e8f0fc;color:#2383e2;border-radius:999px;font-size:11px;font-weight:700;padding:0 6px}.mywork-mode-tab.active{background:#fff;color:#2383e2;box-shadow:0 1px 3px #00000014}.mywork-import-file-btn:hover,.mywork-import-template-btn:hover{background:#f0f7ff;border-color:#93c5fd;color:#1a6fcb}.mywork-import-preview-head strong{color:#2383e2}.mywork-profile-avatar{width:64px;height:64px;background:linear-gradient(135deg,#4e9cf7,#2383e2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:800;flex-shrink:0}.mywork-profile-fields input:focus{border-color:#2383e2;box-shadow:0 0 0 3px #2383e21f}.mywork-billing-plan-label{font-size:12px;font-weight:700;color:#2383e2;margin-bottom:6px;letter-spacing:.04em;text-transform:uppercase}.mywork-billing-upgrade-btn{padding:11px 22px;background:linear-gradient(135deg,#4e9cf7,#2383e2);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 4px 12px #2383e240}.stu-classcode-label{font-size:12px;font-weight:700;color:#2383e2;letter-spacing:.04em;text-transform:uppercase;margin-bottom:6px}.stu-classcode-btn-primary{background:linear-gradient(135deg,#4e9cf7,#2383e2);color:#fff;box-shadow:0 3px 10px #2383e238}.stu-classcode-btn-secondary{background:#fff;color:#2383e2;border-color:#bfdbfe}.stu-classcode-btn-secondary:hover{background:#eff6ff;border-color:#2383e2}.stu-classcode-qr-thumb{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:12px;background:#fff;border:1px solid #bfdbfe;border-radius:12px;cursor:pointer;font-family:inherit;font-size:12px;font-weight:600;color:#2383e2;flex-shrink:0;transition:border-color .15s,box-shadow .15s,transform .15s}.stu-classcode-qr-thumb:hover{border-color:#2383e2;box-shadow:0 4px 12px #2383e226;transform:translateY(-1px)}.stu-qr-code-display{font-size:24px;font-weight:800;letter-spacing:4px;font-family:SFMono-Regular,Menlo,monospace;color:#2383e2}.mef-root .me-ai-field select{padding:9px 30px 9px 12px;background:#fff;border:1px solid #d8e4f5;border-radius:6px;color:var(--text-primary);font-size:13px;font-family:var(--font-main);outline:none;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%232383e2' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;transition:border-color .15s}.cp-proj-save-select{padding:9px 32px 9px 12px;border:1px solid #D1D5DB;border-radius:8px;font-size:13px;color:#374151;background:#fff url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 10px center;appearance:none;outline:none;cursor:pointer;min-width:120px;transition:border-color .15s}.landing-filter-select{height:48px;padding:0 32px 0 12px;border:2px solid #e5e7eb;border-radius:12px;font-size:14px;font-family:inherit;color:#1a1a2e;background:#fff url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 12px center;appearance:none;cursor:pointer;outline:none;transition:border-color .2s,box-shadow .2s}.template-browser-select{height:48px;padding:0 36px 0 16px;border:1px solid #d0d5dd;border-radius:12px;background:#fff;font-size:14px;color:#344054;cursor:pointer;outline:none;min-width:130px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23667085' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;transition:border-color .15s}.action-field-select{width:100%;height:40px;padding:0 32px 0 12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:13px;color:#374151;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23667085' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:border-color .15s}.mywork-modal-sort-select{height:36px;padding:0 28px 0 12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:13px;color:#374151;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23667085' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.ai-wizard-select{flex:1;padding:10px 36px 10px 14px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:14px;color:#374151;background:#fff;outline:none;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%239ca3af' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:border-color .15s;font-family:inherit}.tpl-basic-field select{width:100%;padding:8px 30px 8px 10px;font-size:13px;border:1px solid #e5e7eb;border-radius:6px;background:#fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat right 10px center;color:#1a1a2e;font-family:inherit;cursor:pointer;appearance:none;-webkit-appearance:none}.ma-body select,.ma-body input[type=number]{padding:8px 32px 8px 12px;font-size:14px;font-weight:600;font-family:inherit;color:#1f2937;background:#fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat right 10px center;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;outline:none;appearance:none;-webkit-appearance:none;min-width:96px;transition:border-color .15s,box-shadow .15s}.assign-sort-select{padding:8px 30px 8px 14px;font-size:13px;font-weight:600;color:#1f2937;background:#fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat right 10px center;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;outline:none;appearance:none;-webkit-appearance:none;font-family:inherit}.mywork-class-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:12px 44px 12px 18px;border:1px solid #e5e7eb;border-radius:12px;background-color:#fff;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 18px center;font-family:inherit;font-size:17px;font-weight:700;color:#1a1a2e;outline:none;cursor:pointer;min-width:320px;transition:border-color .15s,box-shadow .15s}.mef-root .me-canvas-area.mev1-v1-area{background:#f2f2f0}.mev1-slides-rail.mev1-v1-rail{width:250px;min-width:250px;flex:0 0 250px;background:#fff;border-right:1px solid #e5e7eb;padding:0;gap:0;display:flex;flex-direction:column;overflow:hidden}.mev1-rail-list{flex:1 1 0;min-height:0;overflow-y:auto;scrollbar-width:none;display:flex;flex-direction:column;gap:14px;padding:18px 16px 12px}.mev1-rail-list::-webkit-scrollbar{width:0;height:0}.mev1-rail-layer{border-top:1px solid #e5e7eb;padding:14px 16px 12px;max-height:280px;overflow-y:auto;flex-shrink:0;background:#fff}.mev1-rail-layer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.mev1-rail-layer-title{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:#1a1a2e}.mev1-rail-layer-collapse{background:transparent;border:none;cursor:pointer;color:#1a1a2e;font-weight:600;font-size:14px;display:inline-flex;align-items:center;gap:4px;padding:0;font-family:inherit}.mev1-rail-layer-list{display:flex;flex-direction:column;gap:2px}.mev1-rail-layer-item{padding:6px 8px 6px 26px;font-size:14px;color:#374151;border-radius:4px;cursor:pointer}.mev1-rail-layer-item:hover{background:#f3f4f6}.mev1-rail-layer-item.is-active{background:var(--mev1-mint-soft);color:var(--mev1-mint);font-weight:600}.mev1-rail-layer-slide-group{display:flex;flex-direction:column;gap:2px}.mev1-rail-layer-slide{font-weight:500}.mev1-rail-layer-obj{padding-left:38px;font-size:13px;color:#6b7280}.mev1-rail-layer-obj.is-active{color:var(--mev1-mint)}.mev1-rail-layer-empty{color:#b0b6bf;font-style:italic;cursor:default}.mev1-rail-layer-empty:hover{background:transparent}.mev1-rail-layer-edit-input{width:100%;box-sizing:border-box;border:1px solid var(--mev1-mint);border-radius:4px;padding:2px 6px;font-family:inherit;font-size:13px;color:#000;background:#fff;outline:none}.mev1-rail-footer{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-top:1px solid #e5e7eb;flex-shrink:0;background:#fff}.mev1-rail-foot-btn{width:36px;height:36px;background:transparent;border:none;border-radius:6px;cursor:pointer;color:#6b7280;display:inline-flex;align-items:center;justify-content:center;padding:0;position:relative;transition:background-color .12s ease,color .12s ease}.mev1-rail-foot-btn:hover{background:#f3f4f6;color:#1a1a2e}.mev1-rail-foot-btn.is-active{background:var(--mev1-mint-soft);color:var(--mev1-mint)}.mev1-rail-foot-tip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#1a1a2e;color:#fff;font-size:12px;font-weight:500;padding:5px 10px;border-radius:6px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .12s ease;z-index:60}.mev1-rail-foot-tip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:#1a1a2e}.mev1-rail-foot-btn:hover .mev1-rail-foot-tip{opacity:1}.mev1-slide-card{position:relative;width:100%;aspect-ratio:16 / 9;background:#fff;border:1.5px solid #e5e7eb;border-radius:6px;transition:border-color .15s ease;container-type:size}.mev1-slide-thumb-stage{position:absolute;inset:0;overflow:hidden;border-radius:6px;pointer-events:none}.mev1-props{position:absolute;top:0;right:0;bottom:0;width:320px;min-width:320px;background:#fff;border-left:1px solid #e5e7eb;padding:16px 20px;display:flex;flex-direction:column;gap:14px;overflow-y:auto;overflow-x:visible;z-index:20;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.mev1-objname-row{display:flex;align-items:center;gap:6px;width:100%;background:#f3f4f6;border-radius:8px;padding:4px 6px 4px 10px}.mev1-objname-input{flex:1;min-width:0;background:transparent;border:none;outline:none;font-family:inherit;font-size:15px;font-weight:500;color:#000;padding:6px 0}.mev1-v1-root .mev1-objname-input,.mev1-v1-root .mev1-objname-input:focus{color:#000}.mev1-objname-input::placeholder{color:#9ca3af;font-weight:400}.mev1-objname-input:focus{color:#000}.mev1-objname-btn{flex-shrink:0;width:28px;height:28px;background:transparent;border:none;border-radius:6px;cursor:pointer;color:#6b7280;display:inline-flex;align-items:center;justify-content:center;padding:0;transition:background-color .12s ease,color .12s ease}.mev1-objname-btn:hover{background:#e5e7eb;color:#1a1a2e}.mev1-objname-btn.is-active{background:var(--mev1-mint-soft);color:var(--mev1-mint)}.mev1-props-header:has(.mev1-objname-row){gap:0;padding-bottom:14px}.mev1-tprops-tabs{display:flex;border-bottom:1px solid #e5e7eb;margin:-4px -2px 8px;gap:0}.mev1-tprops-tab{flex:1;border:none;background:transparent;font-size:18px;font-weight:600;color:#9ca3af;padding:16px 0;cursor:pointer;position:relative;margin-bottom:-1px;text-align:center}.mev1-tprops-tab.active{color:#1a1a2e;font-weight:700}.mev1-tprops-tab.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:var(--mev1-mint);border-radius:2px}.mev1-tprops-subtabs{display:flex;gap:28px;padding:0 4px 12px;margin-top:-4px;border-bottom:1px solid #e5e7eb;margin-bottom:14px}.mev1-tprops-subtab{border:none;background:transparent;font-size:13px;font-weight:500;color:#9ca3af;padding:4px 0;cursor:pointer;font-family:inherit;transition:color .12s ease}.mev1-tprops-subtab:hover{color:#6b7280}.mev1-tprops-subtab.active{color:#1a1a2e;font-weight:700}.mev1-v1-root .mev1-tprops-subopt{gap:0}.mev1-v1-root .mev1-tprops-subopt-row{padding:12px 18px}.mef-root .mev1-bottom-bar{position:relative;align-self:stretch;flex-shrink:0;width:100%;height:44px;min-height:44px;margin-top:-44px;background:transparent;border-top:none;display:flex;align-items:center;z-index:15;padding:0 16px;gap:14px}.mev1-bottom-bar .mev1-bottom-left{display:flex;gap:6px;align-items:center}.mev1-bottom-bar .mev1-bottom-left button{width:auto;height:auto}.mev1-bottom-bar .mev1-notes-btn{background:transparent;border:none;cursor:pointer;font-size:13px;color:#4b5563;display:inline-flex;flex-direction:row;align-items:center;gap:6px;padding:6px 10px;border-radius:6px;white-space:nowrap;font-family:inherit;line-height:1}.mev1-bottom-bar .mev1-notes-btn span{white-space:nowrap;display:inline-block}.mev1-bottom-bar .mev1-notes-btn:hover{color:#1a1a2e;background:#fff9}.mef-root .mev1-zoom>button{width:24px;height:24px;border:none;background:transparent;cursor:pointer;font-size:16px;color:#6b7280;border-radius:4px}.mef-root .mev1-zoom>button:hover{color:#374151;background:#fff9}.mef-root .mev1-zoom-menu .mev1-zoom-menu-item{width:auto;height:auto}.mev1-zoom .mev1-slider{background:linear-gradient(to right,#6b7280 0%,#6b7280 var(--mev1-slider-val, 50%),#ecece8 var(--mev1-slider-val, 50%),#ecece8 100%)}.mev1-zoom .mev1-slider::-webkit-slider-thumb{width:9px;height:9px;background:#6b7280;border:none;box-shadow:0 1px 3px #0000002e}.mev1-zoom .mev1-slider::-moz-range-thumb{width:9px;height:9px;background:#6b7280;border:none;box-shadow:0 1px 3px #0000002e}.mev1-bottom-bar .mev1-notes-btn.is-active,.mev1-bottom-bar .mev1-notes-btn.is-active:hover{color:var(--mev1-mint);background:var(--mev1-mint-soft)}.mev1-zoom-pct-wrap{position:relative;display:inline-flex;align-items:center}.mev1-zoom-pct{font-size:9px;font-weight:600;color:#1a1a2e;min-width:44px;height:24px;text-align:center;background:transparent;border:none;border-radius:4px;cursor:pointer;padding:0 6px;font-family:inherit}.mev1-zoom-pct:hover,.mev1-zoom-pct.is-open{background:#f3f4f6}.mev1-zoom-menu-backdrop{position:fixed;inset:0;z-index:49;background:transparent}.mev1-zoom-menu{position:absolute;bottom:calc(100% + 8px);right:0;z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px #0000001f,0 0 0 1px #0000000a;padding:6px;min-width:140px;display:flex;flex-direction:column;gap:2px}.mev1-zoom-menu-item{background:transparent;border:none;text-align:left;padding:10px 14px;font-size:14px;color:#1a1a2e;border-radius:6px;cursor:pointer;font-family:inherit}.mev1-zoom-menu-item:hover{background:#f3f4f6}.mev1-zoom-menu-item.is-selected{color:var(--mev1-mint);font-weight:600}.mev1-zoom-menu-divider{height:1px;background:#f3f4f6;margin:4px 0}.mev1-notes-panel{position:absolute;left:0;right:0;bottom:calc(100% + 32px);height:180px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 16px #00000014;display:flex;flex-direction:column;z-index:12}.mev1-notes-panel-handle{width:36px;height:4px;background:#d1d5db;border-radius:2px;margin:8px auto 0}.mev1-notes-panel-textarea{flex:1;width:100%;border:none;outline:none;resize:none;padding:14px 24px 18px;font-family:inherit;font-size:15px;line-height:1.6;color:#1a1a2e;background:transparent;box-sizing:border-box}.mev1-notes-panel-textarea::placeholder{color:#9ca3af}.mef-root .me-canvas-viewport>.me-canvas{transform:scale(var(--mev1-canvas-zoom, 1));transform-origin:center top;transition:transform .15s ease}.mef-root .me-db-modal-td-check input[type=checkbox]:checked,.mef-root .me-db-modal-th-check input[type=checkbox]:checked,.mef-root .me-dc-table input[type=checkbox]:checked,.mef-root .me-db-field-item input[type=checkbox]:checked,.mef-root .me-dc-field-item input[type=checkbox]:checked,.mef-root .me-dc-field-group-toggle input[type=checkbox]:checked,.mef-root .me-dc-resp-row input[type=checkbox]:checked,.mef-root .me-dchk-field-chip input[type=checkbox]:checked{background-color:#00b8b6;border-color:#00b8b6;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-size:12px 12px;background-position:center;background-repeat:no-repeat}.mef-root{--mev1-bg: #F4F5F7;--mev1-bg-2: #EAECF0;--mev1-paper: #FFFFFF;--mev1-ink: #111827;--mev1-ink-2: #374151;--mev1-ink-3: #6B7280;--mev1-ink-4: #9CA3AF;--mev1-line: #E5E7EB;--mev1-line-2: #F3F4F6;--mev1-mint: #00B8B6;--mev1-mint-dark: #009A98;--mev1-mint-soft: #CCEFEF;--mev1-mint-mid: #80DCDB;--mev1-icon: #000000}.mef-root .me-share-root{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:var(--mev1-bg);font-family:var(--font-main);position:relative}.mef-root{display:flex;flex-direction:column;width:100%;height:100vh;overflow:hidden;font-family:var(--font-main);background:var(--mev1-bg);color:var(--text-primary)}.mef-root .me-header{height:48px;min-height:48px;background:#fff;border-bottom:1px solid #e0e0de;display:flex;align-items:center;padding:0 12px;gap:0;position:relative;z-index:1000}.mef-root .me-logo-m{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--mev1-mint);color:#fff;font-size:14px;font-weight:700;border-radius:4px;letter-spacing:-.02em}.mef-root .me-btn-save{background:var(--mev1-mint);color:#fff;border:none;font-size:13px;font-weight:500;padding:6px 14px;border-radius:4px;cursor:pointer;font-family:var(--font-main)}.mef-root .me-btn-save:hover{background:var(--mev1-mint-dark)}.mef-root .me-header-action-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;font-family:var(--font-main);transition:background .15s ease,transform .1s ease;white-space:nowrap;line-height:1}.mef-root .me-avatar-lg{width:36px;height:36px;font-size:15px;font-weight:700}.mef-root .me-header-action-btn:hover{transform:translateY(-1px)}.mef-root .me-header-action-btn svg{flex-shrink:0}.mef-root .me-header-action-slideshow{background:var(--mev1-mint-soft);color:var(--mev1-mint-dark)}.mef-root .me-header-action-slideshow:hover{background:var(--mev1-mint-mid)}.mef-root .me-header-action-share{background:#f1f3f5;color:#495057}.mef-root .me-header-action-share:hover{background:var(--mev1-line)}.mef-root .me-header-action-share.is-open{background:var(--mev1-mint-soft);color:var(--mev1-mint-dark)}.mef-root .me-share-anchor{position:relative;display:inline-flex}.mef-root .me-share-backdrop{position:fixed;inset:0;z-index:99998}.mef-root .me-share-popup{position:fixed;top:70px;right:20px;width:420px;background:#fff;border-radius:12px;box-shadow:0 12px 32px #00000024,0 2px 6px #0000000f;border:1px solid #E5E7EB;z-index:99999;overflow:visible;animation:me-share-popup-in .14s ease-out}@keyframes me-share-popup-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.mef-root .me-share-popup-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 0;border-bottom:1px solid #EDEFF2}.mef-root .me-share-tabs{display:flex;gap:18px}.mef-root .me-share-tab{position:relative;background:none;border:none;padding:6px 2px 12px;font-size:15px;font-weight:700;color:#9aa0ab;cursor:pointer;font-family:var(--font-main)}.mef-root .me-share-tab.active{color:var(--mev1-mint)}.mef-root .me-share-tab.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--mev1-mint);border-radius:2px}.mef-root .me-share-popup-close{background:none;border:none;padding:4px;cursor:pointer;color:#6b7280;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;margin-bottom:6px}.mef-root .me-share-popup-close:hover{background:#f3f4f6;color:#1f2937}.mef-root .me-share-popup-body{padding:16px;display:flex;flex-direction:column;gap:14px}.mef-root .me-share-popup-input{width:100%;border:1px solid #D1D5DB;border-radius:8px;padding:12px 14px;font-size:14px;color:#1f2937;font-family:var(--font-main);outline:none;transition:border-color .15s,box-shadow .15s}.mef-root .me-share-popup-input::placeholder{color:#9ca3af}.mef-root .me-share-popup-input:focus{border-color:var(--mev1-mint);box-shadow:0 0 0 3px #2383e224}.mef-root .me-share-owner-row{display:flex;align-items:center;gap:12px;padding:4px 2px}.mef-root .me-share-owner-avatar{width:38px;height:38px;border-radius:50%;background:#d4c84a;color:#fff;font-size:13px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.mef-root .me-share-owner-meta{flex:1;min-width:0}.mef-root .me-share-owner-name{font-size:14px;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mef-root .me-share-owner-self{color:#9ca3af;font-weight:500;margin-left:4px}.mef-root .me-share-owner-email{font-size:12.5px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.mef-root .me-share-owner-role{font-size:13px;color:#9ca3af;font-weight:500;flex-shrink:0}.mef-root .me-share-perm{display:flex;flex-direction:column;gap:8px}.mef-root .me-share-perm-label{font-size:14px;font-weight:700;color:#1f2937}.mef-root .me-share-perm{position:relative;display:flex;flex-direction:column;gap:8px}.mef-root .me-share-perm-select{display:flex;align-items:center;gap:10px;background:none;border:none;padding:6px 4px;cursor:pointer;font-family:var(--font-main);text-align:left;border-radius:8px;transition:background .12s}.mef-root .me-share-perm-select:hover{background:#f5f7fa}.mef-root .me-share-perm-icon{width:32px;height:32px;border-radius:50%;background:#f1f3f5;color:#495057;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.mef-root .me-share-perm-text{flex:1;font-size:14px;font-weight:600;color:#1f2937}.mef-root .me-share-perm-caret{color:#9ca3af;transition:transform .15s ease}.mef-root .me-share-perm-caret.is-open{transform:rotate(180deg)}.mef-root .me-share-perm-section-label{padding:10px 12px 4px;font-size:11px;font-weight:700;color:#9ca3af;letter-spacing:.04em;text-transform:uppercase}.mef-root .me-share-perm-dropdown{position:absolute;top:calc(100% + 6px);left:-4px;right:-4px;background:#fff;border-radius:12px;border:1px solid #E5E7EB;box-shadow:0 12px 32px #00000024,0 2px 6px #0000000f;padding:6px;z-index:5;display:flex;flex-direction:column;max-height:480px;overflow-y:auto;gap:2px;animation:me-share-popup-in .14s ease-out}.mef-root .me-share-perm-option{display:flex;align-items:flex-start;gap:12px;background:none;border:none;padding:12px 14px;border-radius:8px;cursor:pointer;font-family:var(--font-main);text-align:left;transition:background .12s}.mef-root .me-share-perm-option:hover{background:#f5f7fa}.mef-root .me-share-perm-option.is-selected{background:#edeff2}.mef-root .me-share-perm-option-icon{flex-shrink:0;color:#1f2937;margin-top:2px}.mef-root .me-share-perm-option-text{flex:1;min-width:0}.mef-root .me-share-perm-option-title{font-size:14.5px;font-weight:700;color:#1f2937;margin-bottom:4px}.mef-root .me-share-perm-option-desc{font-size:12.5px;color:#6b7280;line-height:1.5}.mef-root .me-share-perm-option-desc strong{color:#374151;font-weight:700}.mef-root .me-share-perm-option-check{flex-shrink:0;color:#1f2937;margin-top:4px}.mef-root .me-share-popup-foot{padding:4px 16px 16px;background:#fff}.mef-root .me-share-copy-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;background:var(--mev1-mint-soft);color:var(--mev1-mint);border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;font-family:var(--font-main);transition:background .15s}.mef-root .me-share-copy-btn:hover{background:var(--mev1-mint-mid)}.mef-root .me-share-quick-divider{height:1px;background:#edeff2;margin:14px -16px 0}.mef-root .me-share-quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding-top:14px}.mef-root .me-share-quick-btn{display:flex;flex-direction:column;align-items:center;gap:6px;background:none;border:none;padding:6px 4px;cursor:pointer;font-family:var(--font-main);border-radius:8px;transition:background .15s}.mef-root .me-share-quick-btn:hover{background:#f5f7fa}.mef-root .me-share-quick-btn:hover .me-share-quick-circle{background:var(--mev1-mint-soft);color:var(--mev1-mint)}.mef-root .me-share-quick-circle{width:44px;height:44px;border-radius:50%;background:#f1f3f5;color:#495057;display:inline-flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.mef-root .me-share-quick-label{font-size:12.5px;font-weight:600;color:#495057;text-align:center;line-height:1.3;white-space:nowrap}.mef-root .me-icon-nav{width:80px!important;min-width:80px!important;background:#f7f7f5;border-right:1px solid #e0e0de;display:flex;flex-direction:column;justify-content:space-between;padding:8px 0}.mef-root .me-nav-divider{width:36px;height:1px;background:#d0d0ce;margin:6px 0}.mef-root .me-nav-item{display:flex;flex-direction:column;align-items:center;gap:5px;background:none;border:none;padding:10px 4px;border-radius:6px;cursor:pointer;width:72px!important;font-family:var(--font-main);color:var(--text-secondary);transition:background .15s}.mef-root .me-nav-item.active{color:var(--mev1-mint);background:var(--mev1-mint-soft)}.mef-root .me-nav-item.is-disabled,.mef-root .me-nav-item:disabled{opacity:.45;cursor:not-allowed}.mef-root .me-nav-item.is-disabled:hover,.mef-root .me-nav-item:disabled:hover{background:none;color:var(--text-secondary)}.mef-root .me-fullscreen-loading{position:fixed;inset:0;background:#ffffffb3;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:9999;cursor:wait}.mef-root .me-fullscreen-loading-inner{display:flex;flex-direction:column;align-items:center;gap:18px;padding:40px 56px;background:#fff;border-radius:16px;box-shadow:0 12px 40px #0000001f;font-size:15px;color:var(--text-primary, #1a1a2e);font-weight:500}.mef-root .me-fullscreen-loading-inner .me-gen-spinner{width:44px;height:44px}.mef-root .me-nav-icon{font-size:24px!important;line-height:1}.mef-root .me-nav-label{font-size:13px!important;font-weight:500;white-space:nowrap}.mef-root .me-panel-template-lg{width:360px;min-width:360px}.mef-root .me-panel-template-lg .template-card-footer{padding:6px 12px 8px}.mef-root .me-panel-template-lg .template-name{font-size:14px;font-weight:500}.mef-root .me-panel-template-lg .template-more{font-size:18px}.mef-root .me-template-grid{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:min-content;align-items:start;gap:8px;padding:4px 12px 12px;overflow-y:auto}.insert-tab--active{color:var(--mev1-mint);font-weight:600;border-bottom-color:var(--mev1-mint)}.fav-tab--active{color:var(--mev1-mint);font-weight:600;border-bottom-color:var(--mev1-mint)}.resource-library-btn{width:100%;padding:9px 0;border:none;border-radius:8px;background:var(--mev1-mint);font-size:13.5px;font-weight:600;color:#fff;cursor:pointer;font-family:inherit;transition:background .15s}.resource-library-btn:hover{background:var(--mev1-mint-dark)}.resource-item:hover .resource-thumb{border-color:var(--mev1-mint);box-shadow:0 0 0 2px #2383e226}.resource-ocr-processing{display:flex;align-items:center;gap:10px;margin:8px 12px;padding:12px 14px;background:linear-gradient(135deg,var(--mev1-mint-soft) 0%,#f5f0ff 100%);border:1.5px solid #d0dff5;border-radius:10px;animation:resource-ocr-pulse 1.5s ease-in-out infinite}.resource-ocr-spinner{width:20px;height:20px;border:2.5px solid #d0dff5;border-top-color:var(--mev1-mint);border-radius:50%;animation:resource-ocr-spin .8s linear infinite;flex-shrink:0}.resource-ocr-processing-title{font-size:13px;font-weight:600;color:var(--mev1-mint)}.math-geo-banner{margin:12px 12px 6px;padding:12px 14px;background:linear-gradient(135deg,var(--mev1-mint-soft) 0%,#f5f0ff 100%);border:1.5px solid #d0dff5;border-radius:10px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:border-color .2s,box-shadow .2s}.math-geo-banner:hover{border-color:var(--mev1-mint);box-shadow:0 2px 8px #2383e21f}.mathgeo-header-logo{width:34px;height:34px;border-radius:8px;background:var(--mev1-mint);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.mathgeo-header-logo:hover{background:var(--mev1-mint-dark)}.mathgeo-header-insert{padding:6px 16px;border:none;border-radius:7px;background:var(--mev1-mint);color:#fff;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}.mathgeo-header-insert:hover{background:var(--mev1-mint-dark)}.mathgeo-tool.active{background:var(--mev1-mint);color:#fff}.mathgeo-color-swatch:hover{transform:scale(1.15);border-color:var(--mev1-mint)}.mathgeo-range{width:100%;accent-color:var(--mev1-mint)}.mathgeo-small-btn:hover{background:#f7f7f5;border-color:var(--mev1-mint)}.mathgeo-preset-btn:hover{background:var(--mev1-mint-soft);border-color:var(--mev1-mint);color:var(--mev1-mint)}.mathgeo-checkbox{accent-color:var(--mev1-mint);width:16px;height:16px}.mathgeo-header-layer-btn:hover{border-color:var(--mev1-mint);color:var(--mev1-mint)}.mathgeo-header-layer-btn.active{background:var(--mev1-mint-soft);border-color:var(--mev1-mint);color:var(--mev1-mint)}.mathgeo-layer-badge{font-size:11px;font-weight:600;color:var(--mev1-mint);background:var(--mev1-mint-soft);padding:1px 6px;border-radius:10px}.mathgeo-layer-count{font-size:13px;color:var(--mev1-mint);font-weight:500}.mathgeo-layer-item.selected{background:#eff6ff;border-left-color:var(--mev1-mint)}.mathgeo-layer-opacity-slider{flex:1;accent-color:var(--mev1-mint);height:4px}.mathgeo-layer-small-btn:hover{background:#f7f7f5;border-color:var(--mev1-mint);color:var(--mev1-mint)}.insert-text-add-btn{width:100%;padding:11px 16px;border:none;border-radius:10px;background:var(--mev1-mint);color:#fff;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s}.insert-text-add-btn:hover{background:var(--mev1-mint-dark)}.insert-section-more:hover{color:var(--mev1-mint)}.insert-ai-gen-btn--settings:hover,.insert-ai-gen-btn--settings.active{background:#e8ecf4;color:var(--mev1-mint)}.insert-ai-gen-submit.active{background:var(--mev1-mint);color:#fff}.insert-ai-gen-submit.active:hover{background:var(--mev1-mint-dark)}.insert-ai-gen-spinner{width:16px;height:16px;border:2px solid #e0e4ef;border-top-color:var(--mev1-mint);border-radius:50%;animation:ai-gen-spin .7s linear infinite}.img-settings-tab.active{color:var(--mev1-mint);border-bottom-color:var(--mev1-mint)}.img-settings-chip.active{border-color:var(--mev1-mint);background:var(--mev1-mint-soft);color:var(--mev1-mint);font-weight:600}.img-settings-custom-input:focus{border-color:var(--mev1-mint)}.img-settings-ratio.active{border-color:var(--mev1-mint);background:var(--mev1-mint-soft);color:var(--mev1-mint);font-weight:600}.img-settings-exclude:focus{border-color:var(--mev1-mint)}.insert-btn-sample--primary{background:var(--mev1-mint);color:#fff}.insert-btn-sample--success{background:#00b8b6;color:#fff}.insert-btn-sample--arrow{width:36px;height:36px;border-radius:10px;background:#f0f4ff;color:var(--mev1-mint);font-size:18px;padding:0;border:1.5px solid #d0d8f0}.template-card{border-radius:6px;overflow:hidden;border:1px solid #e0e0de;cursor:pointer;transition:box-shadow .15s;background:#fff;display:flex;flex-direction:column}.template-thumb{width:100%;aspect-ratio:16/9;position:relative;overflow:hidden;flex-shrink:0;min-height:0}.template-thumb>*{position:absolute;inset:0;width:100%;height:100%}.template-card-footer{display:flex;align-items:flex-start;justify-content:space-between;padding:6px 10px 8px;background:#fff;flex-shrink:0;box-sizing:border-box}.template-card-meta{display:flex;flex-direction:column;gap:1px;min-width:0;flex:1}.template-tags{display:flex;flex-direction:column;gap:2px;font-size:11px;color:#6b7280;font-weight:400;word-break:keep-all;line-height:1.4}.template-tag{display:block}.mef-root .me-panel-template-lg .template-tags{font-size:12px}.mef-root .me-panel-template-lg .template-card-meta{gap:1px}.mef-root .me-panel-template-lg .template-subject{font-size:12px}.template-name{font-size:11px;color:var(--text-primary);font-weight:400;word-break:keep-all;line-height:1.3}.thumb-mfrac{width:100%;height:100%;display:flex;align-items:flex-start;justify-content:center;gap:4px;padding:6px 4px 4px}.thumb-mfrac-col{display:flex;flex-direction:column;align-items:center;gap:2px}.thumb-mfrac-box{width:20px;height:30px;border:1.5px solid #2dd4bf;border-radius:3px;background:#fff;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.thumb-mfrac-box-b{border-color:#f9a8d4}.thumb-mfrac-result{border-color:#fde68a;background:#fffbeb;width:24px;height:34px}.thumb-mfrac-fill{width:100%}.thumb-mfrac-fill-teal{background:#99f6e4}.thumb-mfrac-fill-pink{background:#fbcfe8}.thumb-mfrac-label{font-size:9px;font-weight:600;color:#374151}.thumb-mfrac-plus,.thumb-mfrac-arrow{font-size:11px;font-weight:700;color:#6b7280;align-self:center}.thumb-mclass{width:100%;height:100%;display:flex;flex-direction:column}.thumb-mclass-tabs{display:flex;height:12px;background:#e5e7eb;border-radius:2px 2px 0 0}.thumb-mclass-tab{flex:1;font-size:8px;font-weight:600;color:#6b7280;display:flex;align-items:center;justify-content:center}.thumb-mclass-tab.active{background:#1e3a8a;color:#fff}.thumb-mclass-stage{flex:1;position:relative;background:#fff;display:flex;align-items:center;justify-content:center}.thumb-mclass-rect{width:14px;height:32px;background:#f3e8ff;border:1px dashed #6b7280}.thumb-mclass-circle{width:14px;height:14px;border-radius:50%;background:#f3e8ff;border:1px solid #d1d5db;position:absolute}.thumb-mclass-circle-l{left:30%;bottom:20%}.thumb-mclass-circle-r{right:30%;top:25%}.thumb-mrotate{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center}.thumb-mrotate-axis{position:absolute;left:50%;top:18%;bottom:18%;width:1px;background:#1f2937}.thumb-mrotate-half{position:absolute;left:30%;top:28%;width:20%;height:50%;background:#ccefef;border:1.2px solid #00B8B6;border-radius:100% 0 0 100%/50% 0 0 50%}.thumb-mrotate-arrow{position:absolute;left:50%;top:8%;transform:translate(-50%);color:#ec4899;font-size:14px;font-weight:700}.thumb-mtri{width:100%;height:100%;padding:4px;position:relative;display:flex;flex-direction:column;align-items:center}.thumb-mtri-tri{width:50px;height:38px;position:relative;clip-path:polygon(50% 0,0 100%,100% 100%);background:#ddd6fe;margin-top:2px}.thumb-mtri-grid{position:absolute;background:#ec4899}.thumb-mtri-grid-h{left:0;right:0;top:50%;height:1px}.thumb-mtri-grid-v1{top:0;bottom:0;left:35%;width:1px;background:#93c5fd}.thumb-mtri-grid-v2{top:0;bottom:0;left:65%;width:1px;background:#93c5fd}.thumb-mtri-scissors{position:absolute;right:6px;top:14px;font-size:12px}.thumb-mtri-btns{display:flex;gap:2px;margin-top:4px}.thumb-mtri-btn{font-size:7px;font-weight:700;padding:2px 5px;border-radius:6px;background:#d1d5db;color:#6b7280}.thumb-mtri-btn-on{background:#009a98;color:#fff}.thumb-mtrap{width:100%;height:100%;padding:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.thumb-mtrap-bubble{font-size:7px;font-weight:600;color:#166534;background:#bbf7d0;padding:2px 6px;border-radius:8px}.thumb-mtrap-row{display:flex;gap:6px}.thumb-mtrap-shape{width:24px;height:18px;background:#fed7aa;clip-path:polygon(15% 0,85% 0,100% 100%,0 100%)}.thumb-mblock{width:100%;height:100%;display:flex;flex-direction:column}.thumb-mblock-toolbar{display:flex;gap:2px;padding:2px;background:#e5e7eb}.thumb-mblock-toolbar span{flex:1;height:6px;background:#fff;border-radius:1px}.thumb-mblock-stage{flex:1;position:relative;background:#fff}.thumb-mblock-cube{position:absolute;width:12px;height:12px;background:#d97706;border:1px solid #92400e;box-shadow:inset -3px -3px #00000026}.thumb-mblock-cube-1{top:18%;left:38%}.thumb-mblock-cube-2{top:30%;left:38%}.thumb-mblock-cube-3{top:42%;left:38%}.thumb-mblock-cube-4{top:42%;left:50%}.thumb-mblock-base{position:absolute;bottom:14%;left:24%;right:24%;height:4px;background:linear-gradient(to right,#fbcfe8,#fef3c7)}.thumb-mops{width:100%;height:100%;padding:4px;display:flex;flex-direction:column;justify-content:center;gap:4px}.thumb-mops-row{display:flex;align-items:center;justify-content:center;gap:2px}.thumb-mops-num{font-size:8px;font-weight:600;color:#374151;border:1.2px solid #93c5fd;border-radius:999px;padding:1px 4px;background:#fff;min-width:12px;text-align:center}.thumb-mops-op{font-size:9px;color:#6b7280;font-weight:700}.thumb-mops-paren{font-size:11px;color:#6b7280;font-weight:700}.thumb-mops-blank{display:inline-block;width:14px;height:10px;border:1.2px solid #d1d5db;border-radius:3px;background:#fff}.thumb-mmulti{width:100%;height:100%;padding:4px;display:flex;flex-direction:column;gap:3px}.thumb-mmulti-head{display:flex;align-items:center;justify-content:center;gap:3px}.thumb-mmulti-num{font-size:9px;font-weight:700;color:#1f2937;border:1.2px solid #d1d5db;border-radius:999px;padding:1px 5px;background:#fff}.thumb-mmulti-text{font-size:8px;color:#374151;font-weight:600}.thumb-mmulti-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;flex:1;background:#fed7aa;padding:1px;border-radius:2px}.thumb-mmulti-cell{background:#fff;font-size:7px;font-weight:600;color:#6b7280;display:flex;align-items:center;justify-content:center}.thumb-mmulti-cell.on{background:#fdba74;color:#7c2d12}.thumb-mprob{width:100%;height:100%;padding:6px 8px;display:flex;flex-direction:column;gap:4px;background:#fff7ed;overflow:hidden;box-sizing:border-box}.thumb-mprob-badge{align-self:flex-start;font-size:7px;font-weight:800;color:#c2410c;background:#ffedd5;border:1px solid #fed7aa;border-radius:999px;padding:1px 6px;letter-spacing:.02em}.thumb-mprob-question{font-size:7.5px;color:#1f2937;line-height:1.35;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:keep-all}.thumb-mprob-choices{display:flex;flex-direction:column;gap:2px;margin-top:auto}.thumb-mprob-choice{display:flex;align-items:center;gap:3px;padding:1.5px 4px;background:#fff;border:.5px solid #fed7aa;border-radius:3px}.thumb-mprob-choice-num{font-size:6.5px;font-weight:700;color:#c2410c;flex-shrink:0}.thumb-mprob-choice-text{font-size:6.5px;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.thumb-mmap{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.thumb-mmap-blob{width:80%;height:80%;background:#d9f99d;border-radius:40% 50% 35% 45%;position:relative;overflow:hidden}.thumb-mmap-tree{position:absolute;font-size:9px}.thumb-mmap-tree-1{top:6%;left:14%}.thumb-mmap-tree-2{top:8%;right:14%}.thumb-mmap-tree-3{bottom:8%;left:22%}.thumb-mmap-svg{position:absolute;inset:0;width:100%;height:100%}.thumb-mdice{width:100%;height:100%;display:flex;gap:4px;padding:4px}.thumb-mdice-left,.thumb-mdice-right{flex:1;display:flex;flex-direction:column;gap:2px}.thumb-mdice-cube{font-size:14px;text-align:center;line-height:1}.thumb-mdice-table{display:flex;flex-direction:column;gap:1px;background:#d1d5db;padding:1px;border-radius:2px}.thumb-mdice-row{height:4px;background:#fff}.thumb-mdice-right{position:relative}.thumb-mdice-axis-y{position:absolute;left:6px;top:4px;bottom:4px;width:1px;background:#1f2937}.thumb-mdice-axis-x{position:absolute;left:6px;right:4px;bottom:4px;height:1px;background:#1f2937}.thumb-mgraph{width:100%;height:100%;padding:4px;display:flex;flex-direction:column}.thumb-mgraph-title{font-size:7px;font-weight:700;color:#1f2937;text-align:center;margin-bottom:2px}.thumb-mgraph-area{flex:1;position:relative}.thumb-mgraph-axis-y{position:absolute;left:8px;top:4px;bottom:8px;width:1px;background:#1f2937}.thumb-mgraph-axis-x{position:absolute;left:8px;right:4px;bottom:8px;height:1px;background:#1f2937}.thumb-mgraph-line{position:absolute;left:12px;right:12px;bottom:38%;height:1px;border-top:1.2px dashed #ef4444}.thumb-mgraph-dash{position:absolute;left:12px;right:12px;bottom:50%;height:1px;background:#cbd5e1}.thumb-mgraph-frac{position:absolute;right:2px;bottom:30%;font-size:7px;color:#ef4444;font-weight:700}.thumb-mtpara{width:100%;height:100%;padding:4px;display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:center}.thumb-mtpara-trap{width:22px;height:14px;background:#ec4899;clip-path:polygon(20% 0,80% 0,100% 100%,0 100%);border:1px solid #1f2937}.thumb-mtpara-row{display:flex;gap:4px}.thumb-mtpara-para{width:26px;height:10px;background:#ec4899;clip-path:polygon(15% 0,100% 0,85% 100%,0 100%)}.thumb-mtpara-para-3{width:36px}.mef-root .me-canvas-viewport{flex:1;position:relative;overflow:hidden;background:#e8e8e6;display:flex;align-items:flex-start;justify-content:center;padding:0 24px 24px}.mef-root .me-canvas{width:calc((100vh - 220px) * 16 / 9);max-width:calc(100% - 16px);height:calc(100vh - 220px);background:#fff;box-shadow:0 4px 20px #0000001f;flex-shrink:0;overflow:hidden;position:relative;border-radius:8px;margin-top:-30px}.mef-root .me-ft-btn-active{color:var(--mev1-mint);background:var(--mev1-mint-soft)}.mef-root .me-page-strip{background:#fafafa;border-top:1px solid #e5e7eb;padding:10px 14px;overflow-x:auto}.mef-root .me-page-strip::-webkit-scrollbar{height:6px}.mef-root .me-page-strip::-webkit-scrollbar-thumb{background:#d4d4d2;border-radius:3px}.mef-root .me-page-strip-inner{display:flex;align-items:flex-start;gap:12px;min-width:max-content}.mef-root .me-page-thumb{position:relative;display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;flex-shrink:0}.mef-root .me-page-thumb-canvas{width:96px;height:56px;border:1.5px solid #e5e7eb;border-radius:6px;background:#fff;display:flex;align-items:center;justify-content:center;transition:border-color .15s,box-shadow .15s;overflow:hidden}.mef-root .me-page-thumb:hover .me-page-thumb-canvas{border-color:#c7d2fe;box-shadow:0 1px 4px #00b8b61f}.mef-root .me-page-thumb-active .me-page-thumb-canvas{border-color:#1a1a2e;border-width:2px;box-shadow:0 2px 8px #0000001f}.mef-root .me-page-thumb-icon{font-size:24px;line-height:1}.mef-root .me-page-thumb-empty-label{font-size:10px;color:#9ca3af;font-weight:500;letter-spacing:-.01em}.mef-root .me-page-thumb-num{font-size:12px;font-weight:600;color:#6b7280;letter-spacing:-.01em}.mef-root .me-page-thumb-active .me-page-thumb-num{color:#1a1a2e;font-weight:700}.mef-root .me-page-thumb-del{position:absolute;top:-6px;right:-6px;width:18px;height:18px;border-radius:50%;background:#1a1a2e;color:#fff;border:1.5px solid #ffffff;cursor:pointer;display:none;align-items:center;justify-content:center;padding:0;z-index:2;box-shadow:0 1px 3px #0000002e;transition:background .15s}.mef-root .me-page-thumb:hover .me-page-thumb-del{display:inline-flex}.mef-root .me-page-thumb-del:hover{background:#dc2626}.mef-root .me-page-thumb-add{width:96px;height:56px;border:1.5px dashed #d1d5db;border-radius:6px;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#9ca3af;margin-top:0;flex-shrink:0;transition:border-color .15s,color .15s,background .15s;align-self:flex-start}.mef-root .me-page-thumb-add:hover{border-color:#00b8b6;color:#00b8b6;background:#f5f3ff}.mef-root .me-tl-handle{height:24px;display:flex;align-items:center;justify-content:center;gap:6px;background:#fff;border-top:1px solid #e0e0de;cursor:pointer;color:var(--text-secondary)}.mef-root .me-tl-handle-label{font-size:11px;font-weight:600;letter-spacing:-.01em}.mef-root .me-tl-bar--selected{transform:scaleY(1.4);box-shadow:0 0 0 2px #fff,0 0 0 4px var(--mev1-mint),0 2px 8px #2383e24d}.mef-root .me-wizard-nav-btn:hover:not(:disabled){border-color:var(--mev1-mint);color:var(--mev1-mint);background:var(--mev1-mint-soft)}.mef-root .me-nav-item-ai .me-nav-icon{color:var(--mev1-mint)}.mef-root .me-nav-item-ai.active{color:var(--mev1-mint);background:var(--mev1-mint-soft)}.mef-root .me-ai-new-btn{margin:10px 12px 4px;padding:8px 12px;background:var(--mev1-mint);color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;font-family:var(--font-main);transition:background .15s}.mef-root .me-ai-new-btn:hover{background:var(--mev1-mint-dark)}.mef-root .me-ai-example-btn{background:none;border:none;color:var(--mev1-mint);font-size:12px;cursor:pointer;padding:4px 6px;border-radius:4px;font-family:var(--font-main)}.mef-root .me-ai-example-btn:hover{background:var(--mev1-mint-soft)}.mef-root .me-ai-prompt:focus{border-color:var(--mev1-mint);background:#fff}.mef-root .me-ai-privacy{font-size:12px;color:var(--mev1-mint);margin:10px 0 24px;opacity:.8}.mef-root .me-ai-type-card.selected{border-color:var(--mev1-mint);background:#eef4fd;box-shadow:0 0 0 1px var(--mev1-mint)}.mef-root .me-ai-type-card.selected .me-ai-type-name{color:var(--mev1-mint)}.mef-root .me-ai-upload-area:hover{background:#eef3fb;border-color:var(--mev1-mint)}.mef-root .me-ai-upload-text{font-size:13px;font-weight:600;color:var(--mev1-mint)}.mef-root .me-ai-ocr-processing{color:var(--mev1-mint);background:#eef4fd}.mef-root .me-ai-ocr-done{color:#009a98;background:#f0faf0}.mef-root .me-ai-ocr-spinner{width:14px;height:14px;border:2px solid #c8d8ef;border-top-color:var(--mev1-mint);border-radius:50%;animation:me-ai-spin .8s linear infinite;flex-shrink:0}.mef-root .me-ai-field select{padding:9px 30px 9px 12px;background:#fff;border:1px solid #d8e4f5;border-radius:6px;color:var(--text-primary);font-size:13px;font-family:var(--font-main);outline:none;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%232383e2' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;transition:border-color .15s}.mef-root .me-ai-field select:focus{border-color:var(--mev1-mint)}.mef-root .me-ai-submit{width:100%;padding:14px;background:var(--mev1-mint);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;font-family:var(--font-main);transition:background .15s}.mef-root .me-ai-submit:hover:not(:disabled){background:var(--mev1-mint-dark)}.mef-root .me-ai-back-btn:hover{background:var(--mev1-mint-soft);color:var(--mev1-mint);border-color:var(--mev1-mint)}.mef-root .me-ai-tag:hover{border-color:var(--mev1-mint);color:var(--mev1-mint)}.mef-root .me-ai-tag.active{background:var(--mev1-mint);border-color:var(--mev1-mint);color:#fff}.mef-root .me-ai-recommended-label{font-size:14px;font-weight:700;color:var(--mev1-mint);margin-bottom:12px}.mef-root .me-ai-tmpl-card-recommended{position:relative;border-color:var(--mev1-mint);box-shadow:0 2px 12px #2383e21f}.mef-root .me-ai-tmpl-recommended-badge{position:absolute;top:8px;right:8px;background:var(--mev1-mint);color:#fff;font-size:10px;font-weight:600;padding:2px 8px;border-radius:10px;z-index:2}.mef-root .me-ai-tmpl-btn-use{background:var(--mev1-mint);color:#fff}.mef-root .me-chat-fab{position:absolute;bottom:20px;left:20px;display:flex;align-items:center;gap:6px;padding:10px 16px;background:var(--mev1-mint);color:#fff;border:none;border-radius:24px;font-size:13px;font-weight:600;cursor:pointer;font-family:var(--font-main);box-shadow:0 4px 12px #2383e266;transition:background .15s,box-shadow .15s,transform .15s;z-index:4}.mef-root .me-chat-fab:hover{background:var(--mev1-mint-dark);box-shadow:0 6px 16px #2383e280;transform:translateY(-1px)}.mef-root .me-chat-new-conv-btn{display:flex;align-items:center;gap:6px;margin:0 12px 12px;padding:8px 12px;background:var(--accent, var(--mev1-mint));color:#fff;border:none;border-radius:6px;font-size:12.5px;font-weight:600;cursor:pointer;font-family:var(--font-main);transition:background .15s}.mef-root .me-chat-new-conv-btn:hover{background:var(--mev1-mint-dark)}.mef-root .me-chat-textarea:focus{border-color:var(--mev1-mint);background:#fff}.mef-root .me-chat-submit{width:100%;padding:13px;background:var(--mev1-mint);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:var(--font-main);transition:background .15s}.mef-root .me-chat-submit:hover{background:var(--mev1-mint-dark)}.mef-root .me-chat-ai-icon{font-size:14px;color:var(--mev1-mint);flex-shrink:0;margin-bottom:4px}.mef-root .me-chat-msg.user .me-chat-bubble{background:var(--mev1-mint);color:#fff;border-radius:12px 4px 12px 12px}.mef-root .me-chat-choice-btn:hover{background:var(--bg-hover, #efefed);border-color:var(--accent, var(--mev1-mint))}.mef-root .me-chat-go-ai-btn{margin-top:12px;width:100%;padding:10px 0;background:linear-gradient(135deg,var(--mev1-mint),#1a6dc3);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;font-family:var(--font-main);transition:transform .15s,box-shadow .15s}.mef-root .me-chat-apply-btn{margin-top:10px;width:100%;padding:8px 0;background:var(--mev1-mint);color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;font-family:var(--font-main);transition:background .15s}.mef-root .me-chat-apply-btn:hover{background:var(--mev1-mint-dark)}.mef-root .me-chat-input:focus{border-color:var(--mev1-mint)}.mef-root .me-chat-send-btn{width:36px;height:36px;background:var(--mev1-mint);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.mef-root .me-chat-send-btn:not(:disabled):hover{background:var(--mev1-mint-dark)}.mef-root .me-gen-spinner{width:36px;height:36px;border:3px solid #dce4f5;border-top-color:var(--mev1-mint);border-radius:50%;animation:me-spin .8s linear infinite}.mef-root .me-tmpl-ai-badge{display:inline-flex;align-items:center;gap:4px;background:var(--mev1-mint);color:#fff;font-size:11px;font-weight:600;padding:3px 10px;border-radius:20px;align-self:flex-start}.mef-root .me-preview-slide-num{width:22px;height:22px;border-radius:50%;background:var(--mev1-mint);color:#fff;font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mef-root .me-preview-use{padding:8px 20px;background:var(--mev1-mint);color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;font-family:var(--font-main)}.mef-root .me-preview-use:hover{background:var(--mev1-mint-dark)}.mef-root .me-intro-canvas{background:linear-gradient(135deg,#e8f4fd 0%,var(--mev1-mint-soft) 50%,#e6f0fa 100%);display:flex;flex-direction:column;padding:36px 44px;box-sizing:border-box;gap:0;position:relative;overflow:hidden}.clf-category-droppable{border-color:var(--cat-color, var(--mev1-mint));background:color-mix(in srgb,var(--cat-color, var(--mev1-mint)) 5%,white)}.clf-category-header{padding:8px 12px;font-size:14px;font-weight:800;text-align:center;background:var(--cat-color, var(--mev1-mint));color:#fff}.clf-next-btn{background:var(--mev1-mint);color:#fff}.clf-next-btn:hover{background:var(--mev1-mint-dark);transform:translateY(-1px)}.cp-history-btn-active{background:#ccefef;color:var(--mev1-mint)}.cp-history-new-btn:hover{border-color:var(--mev1-mint);color:var(--mev1-mint);background:#f0f6ff}.cp-history-item-active{background:#ccefef;border-left-color:var(--mev1-mint)}.cp-history-item-template-badge{padding:1px 5px;border-radius:3px;background:#ccefef;color:var(--mev1-mint);font-size:10px;font-weight:600;flex-shrink:0}.cp-history-version-current .cp-history-version-dot{background:#4f46e5;box-shadow:0 0 0 2px #00b8b633}.cp-proj-save-select{padding:9px 32px 9px 12px;border:1px solid #D1D5DB;border-radius:8px;font-size:13px;color:#374151;background:#fff url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 10px center;appearance:none;outline:none;cursor:pointer;min-width:120px;transition:border-color .15s}.cp-resume-banner{display:flex;flex-direction:column;align-items:center;gap:10px;padding:16px 20px;margin:8px 16px 12px;background:linear-gradient(135deg,var(--mev1-mint-soft),#f5f3ff);border:1px solid #c7d2fe;border-radius:12px}.cp-resume-banner-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:var(--mev1-mint);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.cp-resume-banner-btn:hover{background:var(--mev1-mint-dark)}.cp-scope-btn:hover{border-color:#93c5fd;background:var(--mev1-mint-soft);box-shadow:0 0 0 2px #2383e214}.cp-scope-btn svg{flex-shrink:0;color:var(--mev1-mint)}.landing-logo-badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--mev1-mint);color:#fff;font-size:16px;font-weight:700;border-radius:6px;letter-spacing:-.02em}.landing-header-right .landing-header-btn-primary+.notice-dropdown-wrap,.mywork-header-actions-v2 .landing-header-btn-primary+.notice-dropdown-wrap{margin-left:20px}.landing-header-btn{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;font-family:inherit;font-size:14px;font-weight:700;color:#374151;cursor:pointer;transition:transform .15s,box-shadow .15s,background .15s,border-color .15s,color .15s;letter-spacing:-.01em}.landing-header-btn:hover{background:var(--mev1-mint-soft);border-color:#93c5fd;color:var(--mev1-mint-dark)}.landing-header-btn-icon{display:inline-flex;align-items:center;justify-content:center;font-size:14px;line-height:1}.landing-header-btn-primary{background:linear-gradient(135deg,#4e9cf7,var(--mev1-mint));border-color:transparent;color:#fff;box-shadow:0 2px 8px #2383e247}.landing-header-btn-primary:hover{background:linear-gradient(135deg,#4e9cf7,var(--mev1-mint-dark));border-color:transparent;color:#fff;transform:translateY(-1px);box-shadow:0 6px 16px #2383e25c}.landing-header-btn-primary .landing-header-btn-icon{font-size:18px;font-weight:800}.mywork-header-v2 .landing-header-inner{max-width:100%;margin:0;padding:0 80px;height:64px;display:flex;align-items:center;justify-content:initial!important;gap:24px}.mywork-header-search-wrap{flex:1;max-width:480px;display:flex;align-items:center;gap:8px;padding:9px 14px;background:#f4f5f9;border:1px solid transparent;border-radius:10px;transition:background .15s,border-color .15s,box-shadow .15s}.mywork-header-search-wrap:hover{background:#eef0f7}.mywork-header-search-wrap:focus-within{background:#fff;border-color:#93c5fd;box-shadow:0 0 0 3px #2383e21f}.mywork-header-search-input{flex:1;min-width:0;border:none;background:transparent;outline:none;font-family:inherit;font-size:14px;color:#1a1a2e;letter-spacing:-.01em}.mywork-header-search-input::placeholder{color:#9ca3af}.mywork-header-actions-v2{margin-left:auto;display:flex;align-items:center;gap:10px;flex-shrink:0}.mywork-header-cta-ghost,.mywork-header-cta-primary{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:10px;font-family:inherit;font-size:14px;font-weight:700;cursor:pointer;transition:transform .15s,box-shadow .15s,background .15s,color .15s,border-color .15s;letter-spacing:-.01em}.mywork-header-cta-ghost{background:#eaf3fd;border:1px solid transparent;color:var(--mev1-mint-dark)}.mywork-header-cta-ghost:hover{background:#dbeafe;color:var(--mev1-mint-dark)}.mywork-header-cta-primary{background:linear-gradient(135deg,#4e9cf7,var(--mev1-mint));border:1px solid transparent;color:#fff;box-shadow:0 4px 12px #2383e24d}.mywork-header-cta-primary:hover{background:linear-gradient(135deg,#4e9cf7,var(--mev1-mint-dark));transform:translateY(-1px);box-shadow:0 8px 20px #2383e261}.notice-item-unread{background:#f0f5ff;border-left-color:var(--mev1-mint)}.notice-item-unread:hover{background:var(--mev1-mint-soft)}.notice-badge-update{background:var(--mev1-mint-soft);color:var(--mev1-mint)}.profile-avatar-btn{width:36px;height:36px;border-radius:50%;border:none;padding:0;cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--mev1-mint);transition:box-shadow .2s}.profile-dropdown-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--mev1-mint);flex-shrink:0}.landing-cta-small{padding:8px 20px;background:var(--mev1-mint);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s;font-family:inherit}.landing-cta-small:hover{background:var(--mev1-mint-dark)}.landing-btn-primary{padding:14px 36px;background:var(--mev1-mint);color:#fff;border:none;border-radius:12px;font-size:17px;font-weight:700;cursor:pointer;transition:background .2s,transform .15s;font-family:inherit}.landing-btn-primary:hover{background:var(--mev1-mint-dark);transform:translateY(-1px)}.landing-btn-outline:hover{border-color:var(--mev1-mint);background:var(--mev1-mint-soft)}.landing-search-combo:focus-within{border-color:var(--mev1-mint);box-shadow:0 4px 24px #2383e21f,0 1px 4px #0000000a}.landing-filter-toggle.has-filter{color:var(--mev1-mint)}.landing-filter-toggle.open{background:var(--mev1-mint-soft)}.landing-fp-chip.active{background:var(--mev1-mint);border-color:var(--mev1-mint);color:#fff;font-weight:600}.landing-fp-apply{padding:10px 24px;border:none;border-radius:10px;background:var(--mev1-mint);color:#fff;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s}.landing-fp-apply:hover{background:var(--mev1-mint-dark)}.landing-filter-select{height:48px;padding:0 32px 0 12px;border:2px solid #e5e7eb;border-radius:12px;font-size:14px;font-family:inherit;color:#1a1a2e;background:#fff url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 12px center;appearance:none;cursor:pointer;outline:none;transition:border-color .2s,box-shadow .2s}.landing-filter-select:focus{border-color:var(--mev1-mint);box-shadow:0 0 0 3px #2383e21f}.landing-search-input:focus{border-color:var(--mev1-mint);box-shadow:0 0 0 3px #2383e21f}.landing-home-more-btn{background:none;border:none;font-size:14px;color:var(--mev1-mint);font-weight:600;cursor:pointer;font-family:inherit;padding:4px 8px;border-radius:6px;transition:background .15s}.search-breadcrumb-link:hover{color:var(--mev1-mint)}.search-tag-chip:hover{border-color:var(--mev1-mint);color:var(--mev1-mint);background:var(--mev1-mint-soft)}.school-share-tab.active{background:var(--mev1-mint);color:#fff;font-weight:600;border-color:var(--mev1-mint)}.school-share-search-wrap:focus-within{border-color:var(--mev1-mint);box-shadow:0 0 0 3px #2383e21f}.mywork-page-root{width:100%;min-height:100vh;background:#fff;display:flex;flex-direction:column;overflow-y:auto}.mywork-main-tab-active{color:var(--mev1-mint);border-bottom-color:var(--mev1-mint)}.mywork-type-filter-bar-tabs{justify-content:flex-start;align-items:center;gap:4px;padding-bottom:12px}.mywork-type-filter-bar-tabs .mywork-type-filter-btn{padding:8px 14px;background:transparent;border:none;border-radius:0;border-bottom:2px solid transparent;color:#6b7280;font-weight:600;letter-spacing:-.01em}.mywork-type-filter-bar-tabs .mywork-type-filter-btn:hover{background:#f8fafc;color:var(--mev1-mint-dark);border-color:transparent}.mywork-type-filter-bar-tabs .mywork-type-filter-active{background:transparent;border:none;border-bottom:2px solid var(--mev1-mint);color:var(--mev1-mint)}.mywork-type-filter-bar-tabs .mywork-type-filter-active:hover{background:transparent;color:var(--mev1-mint-dark);border-color:var(--mev1-mint-dark)}.mywork-type-filter-bar-tabs .mywork-type-filter-count{background:#f3f4f6;color:#6b7280;font-weight:700}.mywork-type-filter-bar-tabs .mywork-type-filter-active .mywork-type-filter-count{background:#2383e21f;color:var(--mev1-mint)}.mywork-type-filter-tail{margin-left:auto;display:flex;align-items:center;gap:8px;flex-shrink:0}.mywork-type-filter-tail .school-share-search-wrap{height:38px;padding:0 12px;border-radius:10px}.mywork-type-filter-tail .school-share-search{width:180px}.mywork-type-filter-tail .landing-filter-select{height:38px;border-radius:10px}.mywork-type-filter-btn:hover{background:var(--mev1-mint-soft);border-color:#bfdbfe;color:var(--mev1-mint)}.mywork-type-filter-active{background:var(--mev1-mint);border-color:var(--mev1-mint);color:#fff}.mywork-type-filter-active:hover{background:var(--mev1-mint-dark);border-color:var(--mev1-mint-dark);color:#fff}.mywork-page-new-btn{padding:10px 20px;background:var(--mev1-mint);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s}.mywork-page-new-btn:hover{background:var(--mev1-mint-dark)}.mywork-page-tab.active{color:var(--mev1-mint);font-weight:700;border-bottom-color:var(--mev1-mint)}.mywork-type-exam{color:#00b8b6;font-weight:600}.mywork-present-btn:hover{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-color:#818cf8;transform:translateY(-1px);box-shadow:0 2px 8px #00b8b61f}.mywork-page-history-preview-role.user{background:var(--mev1-mint-soft);color:var(--mev1-mint)}.mywork-page-history-preview-role.ai{background:#f0e8fc;color:#00b8b6}.mywork-page-history-preview-more{font-size:12px;color:var(--mev1-mint);font-weight:500}.ai-chat-avatar{width:32px;height:32px;border-radius:50%;background:var(--mev1-mint);color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.ai-chat-bubble-user{background:var(--mev1-mint);color:#fff;border-top-right-radius:4px;margin-left:auto}.ai-chat-chip:hover:not(:disabled){border-color:var(--mev1-mint);box-shadow:0 2px 8px #2383e21f;transform:translateY(-1px)}.ai-chat-past-actions .ai-chat-chip:hover,.ai-chat-past-actions .ai-chat-template-card:hover,.ai-chat-past-actions .ai-chat-profile-btn:hover,.ai-chat-past-actions .ai-chat-skip-btn:hover{opacity:1;border-color:var(--mev1-mint);box-shadow:0 0 0 2px #2383e226}.ai-chat-chip-selected{background:var(--mev1-mint-soft)!important;border-color:var(--mev1-mint)!important;opacity:1!important}.ai-chat-chip-selected .ai-chat-chip-label{color:var(--mev1-mint);font-weight:700}.ai-chat-template-card-selected{background:#f0f6ff!important;border-color:var(--mev1-mint)!important;opacity:1!important}.ai-chat-template-card-selected .ai-chat-template-name{color:var(--mev1-mint)}.ai-chat-template-card:hover:not(:disabled){border-color:var(--mev1-mint);box-shadow:0 2px 8px #2383e21f;transform:translateY(-1px)}.ai-chat-generating{display:flex;align-items:center;gap:10px;margin-top:12px;padding:10px 14px;background:#f0f4ff;border-radius:10px;font-size:14px;color:var(--mev1-mint);font-weight:500}.ai-chat-gen-spinner{width:18px;height:18px;border:2.5px solid #d0dcf0;border-top-color:var(--mev1-mint);border-radius:50%;animation:ai-chat-spin .7s linear infinite}.ai-chat-outline-page-num{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:var(--mev1-mint);color:#fff;font-size:12px;font-weight:700;flex-shrink:0}.ai-chat-outline-move-btn:hover{background:var(--mev1-mint-soft);color:var(--mev1-mint)}.outline-el-answer strong{color:#009a98;font-weight:600}.outline-el-choice.correct{background:#ecfdf5;border-color:#80dcdb;color:#047857;font-weight:600}.outline-el-ox-btn.correct{background:#ecfdf5;border-color:#80dcdb;color:#047857;font-weight:600}.outline-el-drag-label{font-size:12.5px;font-weight:600;color:#4b5563;padding:2px 8px;background:var(--mev1-mint-soft);border-radius:4px;text-align:center}.outline-el-drag-item.a{background:#eff6ff;border-color:#93c5fd;color:#009a98}.outline-el-activity-type{font-size:12.5px;font-weight:600;color:#00b8b6;background:#f5f3ff;padding:2px 8px;border-radius:5px;white-space:nowrap}.ai-chat-outline-add-btn:hover{border-color:var(--mev1-mint);color:var(--mev1-mint);background:#f0f6ff}.ai-chat-outline-add-select:focus{outline:none;border-color:var(--mev1-mint)}.ai-chat-outline-add-input:focus{outline:none;border-color:var(--mev1-mint)}.ai-chat-outline-add-submit{padding:6px 14px;border:none;border-radius:6px;background:var(--mev1-mint);color:#fff;font-size:13px;font-weight:600;cursor:pointer}.ai-chat-outline-add-submit:hover{background:var(--mev1-mint-dark)}.ai-chat-outline-confirm-btn{padding:11px 30px;background:var(--mev1-mint);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s,transform .1s;font-family:inherit}.ai-chat-outline-confirm-btn:hover{background:var(--mev1-mint-dark);transform:translateY(-1px)}.ai-chat-design-card:hover{border-color:var(--mev1-mint);box-shadow:0 4px 16px #2383e226;transform:translateY(-2px)}.ai-chat-design-category{font-size:11px;color:var(--mev1-mint);font-weight:500;margin-top:2px}.ai-chat-design-select-btn{background:var(--mev1-mint);color:#fff}.ai-chat-design-select-btn:hover{background:var(--mev1-mint-dark)}.ai-chat-design-regen-btn{display:flex;align-items:center;gap:6px;padding:9px 20px;border-radius:20px;font-size:13.5px;font-weight:600;color:var(--mev1-mint);background:var(--mev1-mint-soft);border:1.5px solid #d0e0f5;cursor:pointer;transition:all .15s}.ai-chat-design-regen-btn:hover{background:#d0e0f5;border-color:var(--mev1-mint)}.design-confirm-go{background:var(--mev1-mint);color:#fff;border:none}.design-confirm-go:hover{background:var(--mev1-mint-dark)}.design-preview-select{padding:9px 24px;border-radius:10px;font-size:14px;font-weight:600;background:var(--mev1-mint);color:#fff;border:none;cursor:pointer}.design-preview-select:hover{background:var(--mev1-mint-dark)}.chat-input-box--focused{border-color:var(--mev1-mint);box-shadow:0 4px 24px #2383e21f}.chat-input-btn--send.active{background:var(--mev1-mint);color:#fff}.chat-input-btn--send.active:hover:not(:disabled){background:var(--mev1-mint-dark);transform:scale(1.05)}.chat-input-btn--ai-image:not(:disabled){color:var(--mev1-mint)}.chat-input-btn--ai-image:not(:disabled):hover{background:var(--mev1-mint-soft)}.chat-input-ai-badge{position:absolute;top:-2px;right:-2px;background:linear-gradient(135deg,var(--mev1-mint),#6c5ce7);color:#fff;font-size:8px;font-weight:700;padding:1px 3px;border-radius:4px;line-height:1;letter-spacing:.3px}.ai-image-modal-input:focus{border-color:var(--mev1-mint)}.ai-image-modal-generate{background:var(--mev1-mint);border:none;border-radius:12px;padding:10px 24px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;display:flex;align-items:center;gap:6px;transition:background .15s}.ai-image-modal-generate:hover:not(:disabled){background:var(--mev1-mint-dark)}.toast--info{background:var(--mev1-mint)}.ai-chat-inline-chip:hover:not(:disabled){border-color:var(--mev1-mint);color:var(--mev1-mint);background:#f0f5ff}.ai-chat-inline-chip.selected{background:var(--mev1-mint);color:#fff;border-color:var(--mev1-mint)}.ai-chat-inline-submit{align-self:flex-end;padding:9px 22px;background:var(--mev1-mint);color:#fff;border:none;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s;font-family:inherit;margin-top:2px}.ai-chat-inline-submit:hover{background:var(--mev1-mint-dark)}.ai-chat-profile-btn{padding:10px 22px;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit;background:#fff;color:var(--mev1-mint);border:1.5px solid var(--mev1-mint)}.ai-chat-profile-btn:hover:not(:disabled){background:var(--mev1-mint-soft)}.ai-chat-profile-btn-selected{background:var(--mev1-mint);color:#fff;border-color:var(--mev1-mint);pointer-events:none}.ai-chat-file-attach-btn:hover:not(:disabled){border-color:var(--mev1-mint);background:#f0f6ff;box-shadow:0 2px 8px #2383e21a}.ai-chat-file-attach-icon{font-size:24px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--mev1-mint-soft);border-radius:10px;flex-shrink:0}.chat-sidebar-new-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:calc(100% - 24px);margin:4px 12px 12px;padding:9px 0;background:var(--mev1-mint);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s;font-family:inherit}.chat-sidebar-new-btn:hover{background:var(--mev1-mint-dark)}.chat-sidebar-item:hover{background:var(--mev1-bg)}.chat-sidebar-item.active{background:var(--mev1-mint-soft);border-left:3px solid var(--mev1-mint);padding-left:7px}.chat-sidebar-msg-user .chat-sidebar-msg-role{background:var(--mev1-mint-soft);color:var(--mev1-mint)}.chat-sidebar-msg-ai .chat-sidebar-msg-role{background:#f0e8fc;color:#00b8b6}.sv-bubble-user{background:var(--mev1-mint);color:#fff;border-radius:16px 4px 16px 16px}.sv-revert-footer-btn:hover{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-color:#818cf8;transform:translateY(-1px);box-shadow:0 2px 8px #00b8b626}.ai-chat-cp-history-card-badge{font-size:10.5px;padding:2px 8px;border-radius:4px;background:#e0e7ff;color:#00b8b6;font-weight:500;white-space:nowrap}.ai-chat-cp-history-card-btn{display:block;width:100%;margin-top:10px;padding:7px 0;font-size:13px;font-weight:600;color:var(--mev1-mint);background:#f0f6ff;border:1px solid #dbeafe;border-radius:7px;cursor:pointer;transition:background .15s,border-color .15s}.ai-chat-cp-history-card-btn:hover{background:#dbeafe;border-color:var(--mev1-mint)}.welcome-modal-choice:hover{border-color:var(--mev1-mint);box-shadow:0 2px 12px #2383e21f;background:#f8fbff}.welcome-modal-choice-ai{border-color:#dbeafe;background:linear-gradient(135deg,var(--mev1-mint-soft) 0%,#f5f0ff 100%)}.welcome-modal-choice-ai:hover{border-color:var(--mev1-mint);box-shadow:0 2px 16px #2383e22e}.welcome-modal-choice-badge{font-size:11px;font-weight:600;color:var(--mev1-mint);background:#dbeafe;padding:3px 10px;border-radius:10px;flex-shrink:0}.welcome-modal-file-dropzone:hover{border-color:var(--mev1-mint);background:var(--mev1-mint-soft);box-shadow:0 2px 12px #2383e214}.welcome-modal-file-dropzone-active{border-color:var(--mev1-mint);background:var(--mev1-mint-soft);box-shadow:0 4px 20px #2383e226}.welcome-modal-file-dropzone-link{color:var(--mev1-mint);font-weight:600;text-decoration:underline;text-underline-offset:2px}.welcome-modal-file-progress-fill{height:100%;background:linear-gradient(90deg,var(--mev1-mint),#60a5fa);border-radius:3px;transition:width .3s ease}.welcome-modal-file-progress-percent{font-size:13px;font-weight:600;color:var(--mev1-mint)}.welcome-modal-work-item:hover{border-color:var(--mev1-mint);box-shadow:0 2px 10px #2383e21a}.welcome-modal-work-subject{font-size:11px;font-weight:600;color:var(--mev1-mint);background:#eff6ff;padding:2px 8px;border-radius:6px;width:fit-content}.template-browser-select{height:48px;padding:0 36px 0 16px;border:1px solid #d0d5dd;border-radius:12px;background:#fff;font-size:14px;color:#344054;cursor:pointer;outline:none;min-width:130px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23667085' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;transition:border-color .15s}.template-browser-select:focus{border-color:var(--mev1-mint);box-shadow:0 0 0 3px #2383e21f}.template-browser-search:focus{border-color:var(--mev1-mint);box-shadow:0 0 0 3px #2383e21f}.tpl-preview-overlay .tpl-preview-modal{background:#fff;border-radius:20px;width:1040px;max-width:92vw;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 24px 64px #0003;overflow:hidden}.tpl-preview-overlay .tpl-preview-canvas{margin:24px 28px 0;min-height:440px}.tpl-preview-overlay .tpl-preview-header{padding:22px 28px}.tpl-preview-overlay .tpl-preview-footer{padding:18px 28px 22px}.tpl-preview-quiz-opt.correct{border-color:#00b8b6;background:#f0fdf4;color:#166534}.tpl-preview-quiz-opt.correct .tpl-preview-quiz-opt-num{background:#00b8b6;color:#fff}.tpl-preview-nav-btn:hover:not(:disabled){border-color:var(--mev1-mint);background:var(--mev1-mint-soft)}.tpl-preview-edit-btn{padding:12px 48px;background:var(--mev1-mint);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .2s}.tpl-preview-edit-btn:hover{background:var(--mev1-mint-dark)}.tpl-save-popup-btn-confirm{background:var(--mev1-mint);color:#fff}.tpl-save-popup-btn-confirm:hover{background:var(--mev1-mint-dark)}.template-browser-tab.active{color:var(--mev1-mint);border-bottom-color:var(--mev1-mint);font-weight:600}.template-browser-more-btn:hover{background:#f8f9fb;border-color:var(--mev1-mint);color:var(--mev1-mint)}.action-step--active .action-step-num{background:var(--mev1-mint);color:#fff}.action-step--done .action-step-num{background:#00b8b6;color:#fff}.action-step--active .action-step-label{color:var(--mev1-mint)}.action-field-select{width:100%;height:40px;padding:0 32px 0 12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:13px;color:#374151;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23667085' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:border-color .15s}.action-field-select:focus{border-color:var(--mev1-mint);box-shadow:0 0 0 3px #2383e21a}.action-trigger-card:hover{border-color:#93c5fd;background:var(--mev1-mint-soft)}.action-trigger-card--active{border-color:var(--mev1-mint);background:#eff6ff;box-shadow:0 0 0 2px #2383e226}.action-ai-result-card:hover{border-color:#93c5fd;background:var(--mev1-mint-soft);box-shadow:0 2px 8px #2383e21a}.action-ai-result-chip.action{background:#ccefef;color:#166534}.action-selected-summary{margin-bottom:12px;padding:10px 12px;background:var(--mev1-mint-soft);border:1px solid #bfdbfe;border-radius:10px}.action-selected-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;background:var(--mev1-mint);color:#fff;border-radius:14px;font-size:13px;font-weight:600}.action-apply-btn{width:100%;margin-top:16px;padding:12px;background:var(--mev1-mint);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.action-apply-btn:hover{background:var(--mev1-mint-dark)}.mywork-modal-sort-select{height:36px;padding:0 28px 0 12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:13px;color:#374151;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23667085' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.mywork-modal-search:focus{border-color:var(--mev1-mint);box-shadow:0 0 0 3px #2383e21a}.mywork-modal-btn--open{background:var(--mev1-mint);color:#fff;border:none}.mywork-modal-btn--open:hover{background:var(--mev1-mint-dark)}.mywork-modal-btn--new{background:#00b8b6;color:#fff;border:none}.ai-save-warning-btn-save{background:var(--mev1-mint);color:#fff}.ai-save-warning-btn-save:hover{background:var(--mev1-mint-dark)}.canvas-selected{outline:2.5px solid var(--mev1-mint)!important;outline-offset:3px;box-shadow:0 0 0 6px #2383e21f}.canvas-selected:after{content:"✦";position:absolute;top:-8px;right:-8px;width:20px;height:20px;background:var(--mev1-mint);color:#fff;border-radius:50%;font-size:10px;display:flex;align-items:center;justify-content:center;z-index:10;box-shadow:0 2px 6px #2383e24d}.cp-object-prompt-btn:hover{border-color:#93c5fd;background:var(--mev1-mint-soft);box-shadow:0 0 0 2px #2383e214;color:var(--mev1-mint)}.cp-object-prompt-btn:hover .cp-object-prompt-arrow{color:var(--mev1-mint)}.mef-root .me-file-el-quiz-answer{border-color:var(--mev1-mint);background:#eff6ff;color:var(--mev1-mint);font-weight:600}.mef-root .me-file-el-quiz-answer .me-file-el-quiz-num{background:var(--mev1-mint);color:#fff}.mef-root .me-tl-page-tab-active{background:var(--mev1-mint-soft)!important;border-color:var(--mev1-mint)!important;color:var(--mev1-mint)!important}.cp-file-import-suggestion-btn:hover{border-color:var(--mev1-mint);background:#f8fbff;box-shadow:0 2px 8px #2383e21a}.cp-file-import-page-btn:hover{border-color:var(--mev1-mint);background:#f8fbff}.cp-file-import-page-num{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:7px;background:var(--mev1-mint-soft);color:var(--mev1-mint);font-size:13px;font-weight:700;flex-shrink:0}.cp-file-import-page-all{border-style:dashed;border-color:var(--mev1-mint);background:#f8fbff}.cp-file-import-page-all .cp-file-import-page-num{background:var(--mev1-mint);color:#fff}.cp-file-import-page-all .cp-file-import-page-title{color:var(--mev1-mint);font-weight:600}.landing-qbank-tab:hover{border-color:#00b8b6;color:#00b8b6}.landing-qbank-tab.active{background:#00b8b6;border-color:#00b8b6;color:#fff}.qbank-modal-card-ai{background:linear-gradient(145deg,#8b5cf6,#00b8b6,#6d28d9);border-color:transparent;box-shadow:0 4px 20px #00b8b640}.qbank-modal-card-ai:hover{transform:translateY(-3px);box-shadow:0 8px 32px #00b8b659;border-color:transparent}.qbank-hero{background:linear-gradient(135deg,#00b8b6,#6d28d9 40%,#5b21b6);padding:48px 40px 52px;position:relative}.qbank-filter-tab:hover{border-color:#00b8b6;color:#00b8b6}.qbank-filter-tab.active{background:#00b8b6;border-color:#00b8b6;color:#fff}.qbank-select:focus{outline:none;border-color:#00b8b6}.qbank-search:focus{outline:none;border-color:#00b8b6}.qbank-card-selected{border-color:#00b8b6;background:#faf5ff;box-shadow:0 0 0 1px #00b8b6}.qbank-card-diff-하{background:#ccefef;color:#009a98}.qbank-card-check:hover{border-color:#00b8b6;color:#00b8b6}.qbank-card-check.checked{background:#00b8b6;border-color:#00b8b6;color:#fff}.qbank-card-choice-answer{border-color:#00b8b6;background:#faf5ff;color:#00b8b6;font-weight:600}.qbank-basket-count{font-size:13px;font-weight:700;color:#00b8b6;background:#f3e8ff;padding:3px 10px;border-radius:10px}.qbank-basket-item-num{width:22px;height:22px;border-radius:6px;background:#00b8b6;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.qbank-basket-btn-primary{background:#00b8b6;color:#fff}.qbank-basket-btn-secondary{background:#f3e8ff;color:#00b8b6}.qbank-mobile-bar-count{font-weight:700;color:#00b8b6}.qbank-mobile-bar-btn{padding:8px 16px;background:#00b8b6;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}.ai-wizard-step-item.active .ai-wizard-step-num{background:linear-gradient(135deg,var(--mev1-mint),#60a5fa);color:#fff;box-shadow:0 2px 8px #2383e24d}.ai-wizard-step-item.done .ai-wizard-step-num{background:linear-gradient(135deg,#00b8b6,#80dcdb);color:#fff;box-shadow:0 2px 8px #00b8b64d}.ai-wizard-title-area:before{content:"";position:absolute;top:-20px;left:50%;transform:translate(-50%);width:60px;height:4px;border-radius:2px;background:linear-gradient(90deg,var(--mev1-mint),#a78bfa)}.ai-wizard-deco-1{width:80px;height:80px;top:0;left:15%;background:linear-gradient(135deg,var(--mev1-mint),#60a5fa);animation:ai-wiz-float 6s ease-in-out infinite}.ai-wizard-deco-3{width:36px;height:36px;bottom:10px;left:35%;background:linear-gradient(135deg,#00b8b6,#80dcdb);border-radius:8px;transform:rotate(15deg);animation:ai-wiz-float 7s ease-in-out infinite 2s}.ai-wizard-main-title{font-size:26px;font-weight:800;margin:0 0 8px;background:linear-gradient(135deg,#1a1a2e 0%,var(--mev1-mint) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.ai-wizard-topic-input:focus{border-color:var(--mev1-mint)}.ai-wizard-select{flex:1;padding:10px 36px 10px 14px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:14px;color:#374151;background:#fff;outline:none;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%239ca3af' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:border-color .15s;font-family:inherit}.ai-wizard-select:focus{border-color:var(--mev1-mint)}.ai-wizard-topic-chip:hover{background:var(--mev1-mint-soft);border-color:var(--mev1-mint);color:var(--mev1-mint)}.ai-wizard-topic-chip.selected{background:var(--mev1-mint-soft);border-color:var(--mev1-mint);color:var(--mev1-mint);font-weight:600}.ai-wizard-file-dropzone:hover{border-color:var(--mev1-mint);background:#f0f6ff}.ai-wizard-file-add-btn:hover{border-color:var(--mev1-mint);color:var(--mev1-mint);background:#f0f6ff}.ai-wizard-topic-chip-file:hover{background:#dceefb;border-color:var(--mev1-mint);color:#1a4d85}.ai-wizard-topic-chip-file.selected{background:#dceefb;border-color:var(--mev1-mint);color:#1a4d85;font-weight:600}.ai-wizard-chip:hover{border-color:var(--mev1-mint);background:var(--mev1-mint-soft)}.ai-wizard-chip.selected{background:var(--mev1-mint);color:#fff;border-color:var(--mev1-mint)}.ai-wizard-type-card:hover{border-color:var(--mev1-mint);background:#f8fbff}.ai-wizard-type-card.selected{border-color:var(--mev1-mint);background:#eff6ff;box-shadow:0 0 0 2px #2383e226}.ai-wizard-template-card:hover{border-color:var(--mev1-mint);background:#f8fbff}.ai-wizard-template-card.selected{border-color:var(--mev1-mint);background:#eff6ff;box-shadow:0 0 0 2px #2383e226}.ai-wizard-btn-primary:hover{border-color:var(--mev1-mint);background:var(--mev1-mint-soft)}.ai-wizard-btn-back:hover{border-color:var(--mev1-mint);color:var(--mev1-mint);background:var(--mev1-mint-soft)}.ai-wizard-spinner{width:18px;height:18px;border:2.5px solid #e5e7eb;border-top-color:var(--mev1-mint);border-radius:50%;animation:ai-wizard-spin .7s linear infinite}.ai-wizard-outline-action:hover:not(:disabled){border-color:var(--mev1-mint);color:var(--mev1-mint)}.ai-wizard-el-input:focus{border-color:var(--mev1-mint);box-shadow:0 0 0 2px #2383e21a}.ai-wizard-el-choice-input:focus{border-color:var(--mev1-mint);box-shadow:0 0 0 2px #2383e21a}.ai-wizard-el-choice-input.correct{border-color:#00b8b6;background:#f0fdf4;color:#009a98;font-weight:600}.ai-wizard-outline-el-input:focus{border-color:var(--mev1-mint)}.ai-wizard-outline-sidebar-num{width:22px;height:22px;border-radius:50%;background:var(--mev1-mint);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ai-wizard-design-card.selected{border-color:var(--mev1-mint);box-shadow:0 0 0 3px #2383e226}.ai-wizard-design-badge{position:absolute;top:8px;right:8px;background:var(--mev1-mint);color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:6px}.ai-wizard-btn-regen:hover{border-color:var(--mev1-mint);color:var(--mev1-mint);background:var(--mev1-mint-soft)}.ai-wizard-design-preview-btn:hover{color:var(--mev1-mint);border-color:#93c5fd;background:#eff6ff}.ai-wizard-preview-nav-btn:hover:not(:disabled){border-color:var(--mev1-mint);color:var(--mev1-mint);background:var(--mev1-mint-soft)}.desc-viewer-fab{position:fixed;bottom:24px;left:24px;z-index:99999;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--mev1-mint),#00B8B6);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #2383e259;transition:transform .15s,box-shadow .15s}.desc-viewer-nav-toggle:hover{background:#f0f4ff;color:var(--mev1-mint);border-color:#c7d2fe}.desc-viewer-nav-cat-btn.active{background:var(--mev1-mint-soft);color:var(--mev1-mint);font-weight:700;border-left:3px solid var(--mev1-mint)}.desc-viewer-content-cat{font-size:12px;font-weight:600;color:#00b8b6;background:#eef2ff;padding:3px 10px;border-radius:4px;margin-top:4px;display:inline-block}.desc-viewer-section-title{font-size:15.5px;font-weight:700;color:#111827;margin:20px 0 8px;padding:6px 12px;background:linear-gradient(90deg,#f0f4ff,transparent);border-left:3px solid var(--mev1-mint);border-radius:0 6px 6px 0}.cp-newcreate-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;margin-top:8px;padding:11px 0;border:1.5px solid var(--mev1-mint);border-radius:10px;background:#fff;color:var(--mev1-mint);font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.cp-newcreate-btn:hover{background:#ebf5ff;border-color:var(--mev1-mint-dark);color:var(--mev1-mint-dark)}.cp-newcreate-btn:active{background:#dce9ff}.cp-newcreate-modal-overlay{position:fixed;inset:0;z-index:9999;background:#0f122373;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:16px;animation:cpNewCreateFadeIn .18s ease}@keyframes cpNewCreateFadeIn{0%{opacity:0}to{opacity:1}}.cp-newcreate-modal{position:relative;width:480px;max-width:92vw;max-height:85vh;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000002e,0 4px 16px #00000014;padding:32px;animation:cpNewCreateSlideUp .22s cubic-bezier(.2,.8,.2,1);overflow-y:auto;font-family:Pretendard,Apple SD Gothic Neo,system-ui,sans-serif}@keyframes cpNewCreateSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cp-newcreate-modal-close{position:absolute;top:18px;right:18px;width:32px;height:32px;border:none;border-radius:8px;background:#f3f4f6;color:#6b7280;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.cp-newcreate-modal-close:hover{background:#e5e7eb;color:#1a1a2e}.cp-newcreate-modal-header{margin-bottom:22px;padding-right:32px}.cp-newcreate-modal-title{font-size:20px;font-weight:700;color:#1a1a2e;letter-spacing:-.01em;margin:0 0 8px}.cp-newcreate-modal-desc{font-size:14px;font-weight:400;color:#6b7280;letter-spacing:-.01em;margin:0;line-height:1.55}.cp-newcreate-modal-choices{display:flex;flex-direction:column;gap:10px}.cp-newcreate-modal-choice{display:flex;align-items:center;gap:14px;width:100%;padding:18px;border:1.5px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;text-align:left;font-family:inherit;transition:border-color .18s,box-shadow .18s,background .18s}.cp-newcreate-modal-choice:hover{border-color:#6366f1;background:#f8f9ff;box-shadow:0 2px 12px #00b8b61a}.cp-newcreate-modal-choice--warn:hover{border-color:#f59e0b;background:#fffbf2;box-shadow:0 2px 12px #f59e0b1a}.cp-newcreate-modal-choice-icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;background:#f3f4f6;display:inline-flex;align-items:center;justify-content:center;font-size:22px}.cp-newcreate-modal-choice--warn .cp-newcreate-modal-choice-icon{background:#fef3c7}.cp-newcreate-modal-choice-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.cp-newcreate-modal-choice-title{font-size:15px;font-weight:700;color:#1a1a2e;letter-spacing:-.01em}.cp-newcreate-modal-choice-desc{font-size:12.5px;font-weight:400;color:#6b7280;letter-spacing:-.01em;line-height:1.5}.cp-newcreate-modal-choice-arrow{flex-shrink:0;font-size:22px;color:#c0c5d0;transition:transform .15s ease,color .15s}.cp-newcreate-modal-choice:hover .cp-newcreate-modal-choice-arrow{color:#6366f1;transform:translate(2px)}.cp-newcreate-modal-choice--warn:hover .cp-newcreate-modal-choice-arrow{color:#f59e0b}.cp-edit-form-tpl-name{display:flex;flex-direction:column;align-items:flex-start;gap:20px;padding:20px 20px 18px;background:#ebf5ff;border-bottom:1px solid #DBEAFE;flex-shrink:0}.cp-edit-form-tpl-row{display:flex;align-items:center;gap:10px;width:100%}.mef-root .cp-edit-form-tpl-label,.cp-edit-form-tpl-label{font-size:25px!important;font-weight:800;color:#1e40af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.02em;text-align:left;line-height:1.1}.cp-edit-form-meta-badges{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:8px;width:100%;text-align:left;font-size:13px;color:#475569}.cp-edit-form-meta-badge{display:inline-flex;align-items:center;font-weight:500;white-space:nowrap}.cp-edit-form-meta-badge:not(:last-child):after{content:"·";margin-left:8px;color:#94a3b8}.cp-edit-form-meta-badge--type.is-dynamic{color:#2563eb;font-weight:600}.cp-edit-form-meta-badge--type.is-slide{color:#c2410c;font-weight:600}.cp-edit-form-tab-active{color:var(--mev1-mint);border-bottom-color:var(--mev1-mint);font-weight:600}.cp-edit-form-section{background:#fff;border:1px solid #E5E7EB;border-radius:10px}.cp-edit-form-section-optional{background:#fafafa;border:1px dashed #D4D4D8;margin-top:4px}.cp-edit-form-section>.cp-edit-form-section-title:first-child{border-radius:10px 10px 0 0}.cp-edit-form-section>.cp-edit-form-section-title:only-child{border-radius:10px}.cp-edit-form-section-optional .cp-edit-form-section-title{color:#6b7280}.cp-edit-form-optional-badge{display:inline-flex;align-items:center;justify-content:center;padding:1px 7px;font-size:10px;font-weight:700;color:#6b7280;background:#e5e7eb;border-radius:10px;letter-spacing:.04em}.cp-edit-form-field{display:flex;flex-direction:column;gap:22px}.cp-edit-form-label{font-size:12px;color:#6b7280;font-weight:500;margin:0;padding:0;display:block;line-height:1.3}.cp-edit-form-hint{display:flex;align-items:flex-start;gap:6px;margin:0;padding:8px 10px;background:#f0f7ff;border:1px solid #DBEAFE;border-radius:6px;font-size:11.5px;color:#3b5fab;line-height:1.5}.cp-edit-form-hint svg{flex-shrink:0;margin-top:2px;color:#3b82f6}.cp-edit-form-hint span{flex:1}.cp-edit-form-select:focus{border-color:var(--mev1-mint);background:#fff}.cp-edit-form-select:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed;opacity:.85}.cp-edit-form-section-body--locked{position:relative}.cp-edit-form-locked-note{display:flex;align-items:center;gap:6px;background:#f3f4f8;border:1px dashed #c4cbe0;border-radius:8px;padding:8px 10px;margin-bottom:8px;font-size:12px;color:#5a6275;font-weight:500}.cp-edit-form-chips{display:flex;flex-wrap:wrap;gap:6px}.cp-edit-form-chip{padding:7px 12px;border:1px solid #E5E7EB;border-radius:999px;background:#fff;color:#374151;font-size:12.5px;font-weight:500;cursor:pointer;transition:all .15s;white-space:nowrap;font-family:inherit}.cp-edit-form-chip:hover{border-color:var(--mev1-mint);color:var(--mev1-mint);background:#f0f7ff}.cp-edit-form-chip.active{background:var(--mev1-mint);border-color:var(--mev1-mint);color:#fff;font-weight:600}.cp-edit-form-chips-group{display:flex;flex-direction:column;gap:14px}.cp-edit-form-chips-group-desc{margin:0;font-size:12px;color:#6b7280;line-height:1.4}.cp-edit-form-chips-group-block{display:flex;flex-direction:column;gap:8px}.cp-edit-form-chips-group-name{font-size:11.5px;font-weight:600;color:#6b7280}.cp-edit-form-chips-group-count{margin:4px 0 0;font-size:11.5px;color:var(--mev1-mint);font-weight:600}.cp-edit-form-chips-group-count.insufficient{color:#dc2626}.cp-edit-form-seg-btn.active{background:var(--mev1-mint);color:#fff;font-weight:600}.cp-edit-form-seg-btn.disabled,.cp-edit-form-seg-btn:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed;opacity:.6}.cp-edit-form-seg-btn.disabled:hover,.cp-edit-form-seg-btn:disabled:hover{background:#f3f4f6}.cp-edit-form-slider::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:var(--mev1-mint);cursor:pointer;border:2px solid white;box-shadow:0 1px 3px #0003}.cp-edit-form-slider-value{font-size:13px;font-weight:600;color:var(--mev1-mint);min-width:36px;text-align:right}.cp-edit-form-stepper{display:inline-flex;align-items:center;gap:6px;background:#f9fafb;border:1px solid #E5E7EB;border-radius:8px;padding:4px 8px;width:fit-content}.cp-edit-form-stepper-btn{width:26px;height:26px;border:1px solid #E5E7EB;border-radius:6px;background:#fff;color:#374151;font-size:16px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;line-height:1;transition:background .15s,border-color .15s,color .15s}.cp-edit-form-stepper-btn:hover:not(:disabled){background:#eff6ff;border-color:var(--mev1-mint);color:var(--mev1-mint)}.cp-edit-form-stepper-btn:disabled{opacity:.4;cursor:not-allowed}.cp-edit-form-stepper-input{width:48px;height:26px;padding:0 6px;border:1px solid #E5E7EB;border-radius:6px;background:#fff;font-size:13px;font-weight:600;color:var(--mev1-mint);text-align:center;outline:none;font-family:inherit;-moz-appearance:textfield}.cp-edit-form-stepper-input::-webkit-outer-spin-button,.cp-edit-form-stepper-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cp-edit-form-stepper-input:focus{border-color:var(--mev1-mint);box-shadow:0 0 0 2px #2383e226}.cp-edit-form-stepper-unit{font-size:12px;color:#6b7280;min-width:12px}.cp-edit-form-stepper-range{font-size:11px;color:#9ca3af;margin-left:4px}.cp-edit-form-textarea:focus{border-color:var(--mev1-mint);background:#fff}.cp-edit-form-input{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid #E5E7EB;border-radius:8px;background:#f3f4f6;font-size:13px;color:#374151;font-family:inherit;outline:none}.cp-edit-form-input:focus{border-color:var(--mev1-mint);background:#fff}.cp-edit-form-input::placeholder{color:#9ca3af}.cp-edit-form-diff-ratio{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.cp-edit-form-diff-cell{display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 8px;border:1px solid #E5E7EB;border-radius:8px;background:#f9fafb}.cp-edit-form-diff-cell.tone-high{background:#fef2f2;border-color:#fecaca}.cp-edit-form-diff-cell.tone-mid{background:#fffbeb;border-color:#fde68a}.cp-edit-form-diff-cell.tone-low{background:#ecfdf5;border-color:#80dcdb}.cp-edit-form-diff-label{font-size:12px;font-weight:700;color:#374151}.cp-edit-form-diff-cell.tone-high .cp-edit-form-diff-label{color:#b91c1c}.cp-edit-form-diff-cell.tone-mid .cp-edit-form-diff-label{color:#b45309}.cp-edit-form-diff-cell.tone-low .cp-edit-form-diff-label{color:#047857}.cp-edit-form-diff-stepper{display:inline-flex;align-items:center;gap:0;border:1px solid #E5E7EB;border-radius:6px;background:#fff;overflow:hidden}.cp-edit-form-diff-btn{width:24px;height:28px;border:none;background:#fff;color:#374151;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center}.cp-edit-form-diff-btn:hover{background:#f3f4f6}.cp-edit-form-diff-input{width:36px;height:28px;border:none;border-left:1px solid #E5E7EB;border-right:1px solid #E5E7EB;text-align:center;font-size:13px;font-weight:600;color:#1f2937;outline:none;background:#fff;-moz-appearance:textfield}.cp-edit-form-diff-input::-webkit-outer-spin-button,.cp-edit-form-diff-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cp-edit-form-diff-total{grid-column:1 / -1;text-align:right;font-size:12px;color:#6b7280;margin-top:2px}.cp-edit-form-diff-total strong{color:#111827;font-weight:700}.cp-edit-form-toggle input:checked+.cp-edit-form-toggle-slider{background:var(--mev1-mint)}.cp-edit-form-color-swatch.active{border-color:var(--mev1-mint);box-shadow:0 0 0 2px var(--mev1-mint) 33}.cp-edit-form-file-label:hover{border-color:var(--mev1-mint);background:#ebf5ff;color:var(--mev1-mint)}.cp-edit-form-tip-chip:hover{border-color:var(--mev1-mint);background:#ebf5ff}.cp-edit-form-tip-chip:hover .cp-edit-form-tip-arrow{color:var(--mev1-mint)}.cp-edit-form-axlab-btn{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border:1px dashed #c4b5fd;border-radius:8px;background:linear-gradient(135deg,#faf5ff,#f5f3ff);cursor:pointer;transition:all .15s;text-align:left;font-family:inherit}.cp-edit-form-axlab-btn:hover{border-color:#8b5cf6;background:linear-gradient(135deg,#f5f3ff,#ede9fe)}.cp-edit-form-axlab-badge{flex-shrink:0;padding:2px 6px;border-radius:4px;background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fff;font-size:10px;font-weight:700;letter-spacing:.3px}.cp-edit-form-axlab-text{flex:1;font-size:12px;color:#5b21b6;line-height:1.4;font-weight:500}.cp-edit-form-axlab-btn svg{color:#8b5cf6}.cp-edit-form-speaker{display:flex;flex-direction:column;gap:14px}.cp-edit-form-speaker-select-wrap{position:relative}.cp-edit-form-speaker-select{width:100%;display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #E5E7EB;border-radius:8px;background:#fff;cursor:pointer;font-family:inherit;font-size:13px;color:#1f2937;text-align:left;transition:border-color .15s}.cp-edit-form-speaker-select:hover,.cp-edit-form-speaker-select.open{border-color:var(--mev1-mint)}.cp-edit-form-speaker-id{font-weight:600;color:#1f2937}.cp-edit-form-speaker-meta{flex:1;color:#9ca3af;font-weight:400}.cp-edit-form-speaker-arrow{color:#6b7280;flex-shrink:0}.cp-edit-form-speaker-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.cp-edit-form-speaker-dot-female{background:#ec4899}.cp-edit-form-speaker-dot-male{background:#3b82f6}.cp-edit-form-speaker-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:50;background:#fff;border:1px solid #E5E7EB;border-radius:8px;box-shadow:0 8px 24px #00000014;max-height:320px;overflow-y:auto;padding:4px 0}.cp-edit-form-speaker-dropdown-group+.cp-edit-form-speaker-dropdown-group{border-top:1px solid #F3F4F6;margin-top:4px;padding-top:4px}.cp-edit-form-speaker-option{width:100%;display:flex;align-items:center;gap:8px;padding:10px 12px;border:none;background:transparent;cursor:pointer;font-family:inherit;font-size:13px;color:#1f2937;text-align:left;transition:background .12s}.cp-edit-form-speaker-option:hover{background:#f9fafb}.cp-edit-form-speaker-option.active{background:#f0f7ff}.cp-edit-form-speaker-check{color:var(--mev1-mint);flex-shrink:0}.cp-edit-form-speaker-slider-row{display:flex;align-items:center;gap:12px}.cp-edit-form-speaker-slider-label{width:32px;font-size:12.5px;color:#6b7280;font-weight:500;flex-shrink:0}.cp-edit-form-speaker-slider{flex:1;height:4px;-webkit-appearance:none;appearance:none;background:#dbeafe;border-radius:2px;outline:none}.cp-edit-form-speaker-slider::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:#fff;cursor:pointer;border:2px solid var(--mev1-mint);box-shadow:0 1px 3px #00000026}.cp-edit-form-speaker-slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#fff;cursor:pointer;border:2px solid var(--mev1-mint)}.cp-edit-form-speaker-slider-value{min-width:32px;font-size:13px;color:#374151;font-weight:500;text-align:right;flex-shrink:0}.cp-edit-form-footer-input:focus{border-color:var(--mev1-mint)}.cp-edit-form-apply-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:11px 0;border:none;border-radius:10px;background:var(--mev1-mint);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.cp-edit-form-apply-btn:hover{background:var(--mev1-mint-dark)}.cp-edit-form-apply-btn.applied{background:#009a98;pointer-events:none}.mef-root .cp-edit-tpl-card{display:flex;align-items:flex-start;gap:10px;width:100%;padding:10px 12px;border:1.5px solid #E5E7EB;border-radius:10px;background:#fff;cursor:pointer;transition:all .15s;text-align:left;font-family:inherit}.mef-root .cp-edit-tpl-card:hover{border-color:var(--mev1-mint);background:#f9fbff}.mef-root .cp-edit-tpl-card.selected{border-color:var(--mev1-mint);background:#ebf5ff}.mef-root .cp-edit-tpl-icon{font-size:20px;flex-shrink:0;line-height:1.4}.mef-root .cp-edit-tpl-info{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}.mef-root .cp-edit-tpl-info strong{font-size:13px;color:#111827;font-weight:600}.mef-root .cp-edit-tpl-info span{font-size:11px;color:#6b7280;white-space:normal;line-height:1.45;word-break:keep-all}.cp-edit-form-scope-btn:hover{border-color:var(--mev1-mint);color:var(--mev1-mint)}.cp-edit-form-scope-btn.active{border-color:var(--mev1-mint);background:#ebf5ff;color:var(--mev1-mint);font-weight:600}.cp-edit-chat-avatar{width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,var(--mev1-mint),#00B8B6);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;margin-top:2px}.cp-edit-chat-bubble-user{background:var(--mev1-mint);color:#fff;border-radius:14px 4px 14px 14px}.cp-edit-chat-attach:hover{border-color:var(--mev1-mint);color:var(--mev1-mint);background:#ebf5ff}.cp-edit-chat-input:focus{border-color:var(--mev1-mint);background:#fff}.cp-edit-chat-send{width:34px;height:34px;border-radius:10px;border:none;background:var(--mev1-mint);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.cp-edit-chat-send:hover{background:var(--mev1-mint-dark)}.cp-edit-outline-item:hover{border-color:var(--mev1-mint)}.cp-edit-outline-num{width:24px;height:24px;border-radius:6px;background:var(--mev1-mint);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.cp-edit-outline-add:hover{border-color:var(--mev1-mint);color:var(--mev1-mint);background:#ebf5ff}.me-canvas-edit-bar-send{width:30px;height:30px;border-radius:8px;border:none;background:var(--mev1-mint);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.me-canvas-edit-bar-send:hover{background:var(--mev1-mint-dark)}.mev1-acc-group{display:flex;flex-direction:column}.mev1-acc{border-top:1px solid #e5e7eb}.mev1-acc:last-of-type{border-bottom:1px solid #e5e7eb}.mev1-acc-head{display:flex;align-items:center;justify-content:space-between;min-height:54px;padding:0}.mev1-acc-head-btn{display:flex;align-items:center;gap:7px;flex:1;background:transparent;border:none;cursor:pointer;padding:0;font-family:inherit;text-align:left}.mev1-acc-chevron{color:#6b7280;flex-shrink:0;transition:transform .15s ease}.mev1-acc-chevron.is-open{transform:rotate(90deg)}.mev1-acc-title{font-size:16px;font-weight:600;color:#1a1a2e}.mev1-v2-panel .mev1-acc-title{font-size:13px;font-weight:500;color:#6b7280}.mev1-acc-head-right{display:flex;align-items:center;flex-shrink:0}.mev1-acc-body{padding-bottom:12px}@keyframes mev1ToastIn{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.ft-bg-blob,.ft-bg-deco{display:none}.ft-title:hover{outline:2px dashed var(--mev1-mint);outline-offset:6px;border-radius:4px}.ft-title.is-selected{outline:2px solid var(--mev1-mint)!important;outline-offset:6px;border-radius:4px}.ft-title.is-selected .me-cv-handle-tl{top:-11px;left:-11px}.ft-title.is-selected .me-cv-handle-tr{top:-11px;right:-11px}.ft-title.is-selected .me-cv-handle-bl{bottom:-11px;left:-11px}.ft-title.is-selected .me-cv-handle-br{bottom:-11px;right:-11px}.ft-title.is-selected .me-cv-handle-tc{top:-11px}.ft-title.is-selected .me-cv-handle-bc{bottom:-11px}.ft-title.is-selected .me-cv-handle-ml{left:-11px}.ft-title.is-selected .me-cv-handle-mr{right:-11px}.ft-title.is-selected .me-cv-handle-rotate{bottom:-42px}.ft-stage{position:relative;width:100%;display:flex;align-items:center;justify-content:center;cursor:pointer}.ft-stage:hover{outline:2px dashed var(--mev1-mint);outline-offset:6px;border-radius:6px}.ft-stage.is-selected{outline:2px solid var(--mev1-mint);outline-offset:6px;border-radius:6px}.ft-stage.is-selected .me-cv-handle-tl{top:-11px;left:-11px}.ft-stage.is-selected .me-cv-handle-tr{top:-11px;right:-11px}.ft-stage.is-selected .me-cv-handle-bl{bottom:-11px;left:-11px}.ft-stage.is-selected .me-cv-handle-br{bottom:-11px;right:-11px}.ft-stage.is-selected .me-cv-handle-tc{top:-11px}.ft-stage.is-selected .me-cv-handle-bc{bottom:-11px}.ft-stage.is-selected .me-cv-handle-ml{left:-11px}.ft-stage.is-selected .me-cv-handle-mr{right:-11px}.ft-stage.is-selected .me-cv-handle-rotate{bottom:-42px}.ft-lesson{display:none}.mp-canvas{width:100%;height:100%;box-sizing:border-box;background:#fff;display:flex;flex-direction:column;gap:18px;padding:24px 32px;overflow-y:auto;font-family:Pretendard,-apple-system,system-ui,sans-serif}.mp-canvas-empty{display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:14px;height:100%}.mp-problem-header{border-bottom:2px solid #009A98;padding-bottom:8px}.mp-problem-num{display:inline-block;background:#009a98;color:#fff;font-size:14px;font-weight:700;padding:6px 14px;border-radius:6px 6px 0 0}.mp-problem-body{display:flex;flex-direction:column;gap:18px}.mp-problem-question{margin:0;font-size:15px;line-height:1.7;color:#1f2937;font-weight:500;word-break:keep-all}.mp-subitems{display:flex;gap:24px;align-items:flex-start}.mp-subitems-multi{gap:32px}.mp-subitem{flex:1;display:flex;flex-direction:column;align-items:center;gap:12px;position:relative}.mp-subitem-label{position:absolute;top:0;left:0;font-size:13px;font-weight:600;color:#1f2937}.mp-figure{width:180px;max-width:100%;height:auto}.mp-subitem-answer-row{display:flex;align-items:center;gap:6px;font-family:inherit}.mp-subitem-arrow{color:#9ca3af;font-size:14px}.mp-subitem-input{width:110px;padding:4px 8px;border:none;border-bottom:1.5px solid #C7D2FE;font-family:inherit;font-size:14px;color:#1f2937;text-align:center;outline:none;background:transparent}.mp-subitem-input:focus{border-bottom-color:#00b8b6}.mp-subitem-input.correct{border-bottom-color:#10b981;color:#065f46;font-weight:600}.mp-subitem-input.wrong{border-bottom-color:#ef4444;color:#991b1b}.mp-subitem-unit{font-size:14px;color:#1f2937;font-weight:500}.mp-choices{display:flex;flex-direction:column;gap:10px;margin-top:12px}.mp-choice{display:flex;align-items:center;gap:14px;width:100%;padding:14px 18px;background:#fff;border:1.5px solid #E5E7EB;border-radius:10px;cursor:pointer;font-family:inherit;text-align:left;transition:background .15s,border-color .15s,box-shadow .15s}.mp-choice:hover{background:#f8fafc;border-color:#cbd5e1}.mp-choice.selected{background:#eff6ff;border-color:#3b82f6;box-shadow:0 1px 3px #3b82f626}.mp-choice.correct{background:#ecfdf5;border-color:#10b981;color:#065f46}.mp-choice.wrong{background:#fef2f2;border-color:#ef4444;color:#991b1b}.mp-choice-num{flex-shrink:0;font-size:18px;font-weight:700;color:#64748b;min-width:22px}.mp-choice.selected .mp-choice-num{color:#2563eb}.mp-choice.correct .mp-choice-num{color:#009a98}.mp-choice.wrong .mp-choice-num{color:#dc2626}.mp-choice-text{flex:1;font-size:16px;color:#1f2937;line-height:1.4}.mp-choice.correct .mp-choice-text{color:#065f46}.mp-choice.wrong .mp-choice-text{color:#991b1b}.mp-collapsibles{display:flex;flex-direction:column;gap:8px}.mp-collapsible{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;background:#eef2ff;border:none;border-radius:8px;cursor:pointer;font-family:inherit;transition:background .15s}.mp-collapsible:hover:not(:disabled){background:#e0e7ff}.mp-collapsible:disabled{opacity:.5;cursor:not-allowed}.mp-collapsible-icon{font-size:14px}.mp-collapsible-title{flex:1;text-align:left;font-size:13px;font-weight:600;color:#009a98}.mp-collapsible-arrow{color:#009a98;transition:transform .2s}.mp-collapsible-open .mp-collapsible-arrow{transform:rotate(180deg)}.mp-collapsible-body{padding:12px 16px;background:#f9fafb;border:1px solid #E5E7EB;border-radius:8px;font-size:13px;line-height:1.7;color:#374151;white-space:pre-wrap;word-break:keep-all}.mp-collapsible-body-solution{background:#fbfafe;border-color:#dcd8e8}.mp-confirm-row{display:flex;justify-content:flex-end;margin-top:auto;padding-top:8px}.mp-confirm-btn{padding:10px 28px;background:#00b8b6;color:#fff;border:none;border-radius:6px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.mp-confirm-btn:hover{background:#009a98}.ms-step:hover{border-color:var(--ms-step-color, #00B8B6);box-shadow:0 2px 8px #0000000f}.ms-step-active{border-color:var(--ms-step-color, #00B8B6);background:#fafaff}.ms-step-example-label{font-size:10px;font-weight:700;color:#fff;background:#00b8b6;padding:2px 8px;border-radius:10px}.ms-step-example-code{font-size:14px;font-weight:700;color:#00b8b6;font-family:Fredoka,monospace}.ms-practice-problem{font-size:24px;font-weight:800;color:#00b8b6;text-align:center;padding:16px;background:#fff;border-radius:12px;border:2px dashed #c7d2fe;margin-bottom:12px;font-family:Fredoka,monospace}.ms-practice-step-label{font-size:11px;font-weight:700;color:#00b8b6;margin-bottom:2px}.ms-practice-show-btn{padding:8px 20px;border-radius:20px;border:none;background:linear-gradient(135deg,#00b8b6,#8b5cf6);color:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:transform .15s;box-shadow:0 2px 6px #00b8b64d}.ms-practice-answer{font-size:18px;font-weight:800;color:#009a98}.ms-quiz-question{font-size:22px;font-weight:800;color:#00b8b6;text-align:center;padding:16px;background:#fff;border-radius:12px;border:2px solid #c7d2fe;margin-bottom:14px;font-family:Fredoka,monospace}.ms-quiz-option:hover:not(:disabled){border-color:#00b8b6;background:#eef2ff}.ms-quiz-correct{border-color:#00b8b6;background:#ecfdf5}.ms-quiz-correct .ms-quiz-option-num{background:#00b8b6;color:#fff}.ms-quiz-result-correct{background:#ecfdf5;border:1px solid #80DCDB}.ms-nav-btn:hover:not(:disabled){border-color:#00b8b6;color:#00b8b6}.ms-nav-btn-primary{background:linear-gradient(135deg,#00b8b6,#8b5cf6);color:#fff;border:none;box-shadow:0 2px 6px #00b8b64d}.thumb-flashtpl{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6px;gap:4px;position:relative}.thumb-flashtpl-title{font-size:7px;color:var(--ft-accent, #3a57e8);font-weight:700;letter-spacing:-.2px;text-align:center}.thumb-flashtpl-card{width:72%;background:#fff;border:1.5px solid var(--ft-accent, #3a57e8);border-radius:6px;padding:6px 4px;display:flex;flex-direction:column;align-items:center;gap:3px;position:relative}.thumb-flashtpl-lesson{position:absolute;top:2px;left:4px;font-size:5px;font-weight:700;color:var(--ft-accent, #3a57e8)}.thumb-flashtpl-flip{position:absolute;top:2px;right:3px;width:8px;height:8px;border-radius:50%;background:var(--ft-accent, #3a57e8);color:#fff;font-size:6px;display:flex;align-items:center;justify-content:center}.thumb-flashtpl-image{font-size:16px;line-height:1;margin-top:4px}.thumb-flashtpl-word{font-size:7px;color:#1a1a2e;font-weight:700}.thumb-recordtpl{width:100%;height:100%;background:linear-gradient(180deg,#b3e5ff,#d8f1ff);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6px;gap:4px;position:relative;overflow:hidden}.thumb-recordtpl-clouds{position:absolute;inset:0;pointer-events:none}.thumb-recordtpl-clouds span{position:absolute;background:#fff;border-radius:50%;opacity:.85}.thumb-recordtpl-clouds span:nth-child(1){width:16px;height:8px;top:6px;left:4px}.thumb-recordtpl-clouds span:nth-child(2){width:12px;height:6px;top:18px;right:6px}.thumb-recordtpl-clouds span:nth-child(3){width:18px;height:8px;bottom:8px;right:10px}.thumb-recordtpl-title{display:flex;align-items:center;gap:3px;position:relative;z-index:1}.thumb-recordtpl-num{background:#2b8fd6;color:#fff;font-size:6px;font-weight:800;padding:1px 3px;border-radius:2px}.thumb-recordtpl-titletxt{font-size:6px;color:#1a1a2e;font-weight:700}.thumb-recordtpl-box{background:#fff;border:1px solid #2b8fd6;border-radius:4px;padding:4px 6px;display:flex;flex-direction:column;align-items:center;gap:2px;z-index:1}.thumb-recordtpl-spk{font-size:8px;color:#2b8fd6}.thumb-recordtpl-sen{font-size:6px;font-weight:700;color:#1a1a2e}.thumb-recordtpl-mic{width:14px;height:14px;border-radius:50%;background:#2b8fd6;color:#fff;font-size:8px;display:flex;align-items:center;justify-content:center;z-index:1}.thumb-dfill{width:100%;height:100%;background:linear-gradient(180deg,#1a2c4e,#2d4876);display:flex;flex-direction:column;padding:6px;gap:4px;position:relative;overflow:hidden}.thumb-dfill-stars{position:absolute;inset:0;pointer-events:none}.thumb-dfill-star{position:absolute;color:#f8d374;font-size:6px;opacity:.9}.thumb-dfill-star-1{top:4px;left:5px}.thumb-dfill-star-2{top:10px;right:8px;color:#fff}.thumb-dfill-star-3{bottom:14px;left:8px;color:#fff}.thumb-dfill-title{display:flex;align-items:center;gap:3px;position:relative;z-index:1}.thumb-dfill-num{background:#4a7bc8;color:#fff;font-size:6px;font-weight:800;padding:1px 3px;border-radius:2px}.thumb-dfill-titletxt{font-size:6px;color:#fff;font-weight:700}.thumb-dfill-body{display:flex;gap:4px;flex:1;min-height:0;z-index:1}.thumb-dfill-bank{display:flex;flex-direction:column;gap:2px;padding:3px;background:#ffffff14;border-radius:3px}.thumb-dfill-bank span{background:#f8d374;color:#4a3a12;font-size:5px;font-weight:700;padding:1px 4px;border-radius:2px;text-align:center}.thumb-dfill-chat{flex:1;display:flex;flex-direction:column;gap:2px;justify-content:center}.thumb-dfill-bubble{font-size:5px;padding:2px 4px;border-radius:3px;line-height:1.2}.thumb-dfill-bubble-en{background:#dbe8ff;color:#1a1a2e;border:.5px solid #8fb6ff}.thumb-dfill-bubble-ko{background:#fff4d1;color:#5a4514;border:.5px solid #f0cc61;align-self:flex-start}.thumb-dfill-blank{display:inline-block;width:14px;height:4px;background:#fff;border:.5px solid #8fb6ff;border-radius:1px;vertical-align:middle;margin-right:2px}.thumb-diary-img{width:100%;height:100%;overflow:hidden;background:#1a2c4e}.thumb-diary-img img{width:100%;height:100%;object-fit:cover;display:block}.tpl-detail{display:flex;flex-direction:column;padding:12px 16px 20px;gap:14px;height:100%;overflow-y:auto}.tpl-detail-back{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#1a1a2e;cursor:pointer;padding:0;transition:background .15s,border-color .15s;align-self:flex-start}.tpl-detail-back:hover{background:#f3f4f6;border-color:#c7cad1}.tpl-detail-title{margin:4px 0 0;font-size:20px;font-weight:700;color:#1a1a2e;line-height:1.3;word-break:keep-all}.tpl-detail-meta{font-size:13px;color:#9ca3af;font-weight:400;margin-top:-8px}.tpl-detail-desc{background:#f3f4f6;border-radius:8px;padding:14px 16px;font-size:13px;color:#374151;line-height:1.5;word-break:keep-all}.tpl-detail-actions{display:flex;flex-direction:column;gap:8px}.tpl-detail-btn{width:100%;padding:13px 16px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .15s;border:1px solid transparent}.tpl-detail-btn-primary{background:#00b8b6;color:#fff;border-color:#00b8b6}.tpl-detail-btn-primary:hover{background:#009a98;border-color:#009a98}.tpl-detail-btn-secondary{background:#fff;color:#1a1a2e;border-color:#e5e7eb}.tpl-detail-btn-secondary:hover{background:#f9fafb;border-color:#c7cad1}.tpl-detail-preview{margin-top:4px}.tpl-detail-preview .template-card{cursor:default}.tpl-detail-preview .template-card:hover{box-shadow:none}.tpl-apply-confirm{display:flex;flex-direction:column;padding:12px 16px 18px;gap:14px;height:100%;overflow-y:auto}.tpl-apply-back{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;padding:6px 10px 6px 8px;border:none;background:transparent;color:#6b7280;font-size:13px;cursor:pointer;border-radius:6px}.tpl-apply-back:hover{background:#f3f4f6;color:#1a1a2e}.tpl-apply-thumb{display:flex;justify-content:center;padding:8px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.tpl-apply-thumb>*{pointer-events:none}.tpl-apply-meta{display:flex;flex-direction:column;gap:6px}.tpl-apply-badges{display:flex;gap:6px;flex-wrap:wrap}.tpl-apply-badge{font-size:11px;font-weight:600;padding:3px 8px;background:#eef2ff;color:#009a98;border-radius:999px;letter-spacing:.2px}.tpl-apply-badge-type{background:#fef3c7;color:#92400e}.tpl-apply-title{margin:4px 0 0;font-size:16px;font-weight:700;color:#1a1a2e;line-height:1.3}.tpl-apply-desc{margin:0;font-size:13px;color:#6b7280;line-height:1.5}.tpl-apply-actions{display:flex;flex-direction:column;gap:10px;margin-top:4px}.tpl-apply-btn{display:flex;align-items:center;gap:12px;width:100%;padding:12px 14px;border:1.5px solid #e5e7eb;background:#fff;border-radius:10px;cursor:pointer;text-align:left;font-family:inherit;transition:all .15s}.tpl-apply-btn:hover{border-color:var(--mev1-mint);background:var(--mev1-mint-soft)}.tpl-apply-btn-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#eef2ff;color:#009a98;border-radius:8px;font-size:18px;font-weight:700}.tpl-apply-btn-replace .tpl-apply-btn-icon{background:#fef3c7;color:#b45309}.tpl-apply-btn-text{display:flex;flex-direction:column;gap:2px;flex:1}.tpl-apply-btn-title{font-size:14px;font-weight:700;color:#1a1a2e}.tpl-apply-btn-sub{font-size:12px;color:#6b7280}.mef-root .me-panel.tpl-panel-scroll{overflow-y:auto;overflow-x:hidden}.mef-root .me-panel.tpl-panel-scroll>*{flex-shrink:0}.tpl-basic-section{margin:10px 16px 6px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;flex-shrink:0}.tpl-basic-head{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border:none;background:transparent;font-size:13px;font-weight:600;color:#374151;cursor:pointer;font-family:inherit}.tpl-basic-head:hover{background:#f9fafb}.tpl-basic-head-arrow{color:#9ca3af;transition:transform .2s}.tpl-basic-head-arrow.collapsed{transform:rotate(-90deg)}.tpl-basic-body{padding:4px 14px 14px;display:flex;flex-direction:column;gap:10px;border-top:1px solid #f3f4f6}.tpl-basic-field{display:flex;flex-direction:column;gap:4px}.tpl-basic-field label{font-size:12px;color:#6b7280;font-weight:500}.tpl-basic-field select{width:100%;padding:8px 30px 8px 10px;font-size:13px;border:1px solid #e5e7eb;border-radius:6px;background:#fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat right 10px center;color:#1a1a2e;font-family:inherit;cursor:pointer;appearance:none;-webkit-appearance:none}.tpl-basic-field select:focus{outline:none;border-color:var(--mev1-mint)}.tpl-math-filter{display:flex;gap:6px;padding:4px 16px 8px;flex-shrink:0}.tpl-math-filter-btn{flex:1;padding:7px 10px;border:1px solid #e5e7eb;background:#fff;border-radius:999px;font-size:12.5px;font-weight:500;color:#6b7280;cursor:pointer;font-family:inherit;transition:all .15s}.tpl-math-filter-btn:hover{border-color:var(--mev1-mint);color:var(--mev1-mint)}.tpl-math-filter-btn.active{background:var(--mev1-mint);border-color:var(--mev1-mint);color:#fff;font-weight:600}.tpl-eng-lessons{padding:0 16px 8px;flex-shrink:0}.tpl-eng-lesson-list{display:flex;flex-direction:column;gap:6px}.tpl-eng-lesson-card{border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;overflow:hidden;transition:border-color .15s,background .15s}.tpl-eng-lesson-card.expanded{background:#fff;border-color:#c7d2fe}.tpl-eng-lesson-card.selected{border-color:#00b8b6;background:#eef2ff}.tpl-eng-lesson-head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;background:transparent;border:none;cursor:pointer;font-family:inherit;text-align:left}.tpl-eng-lesson-title{font-size:13px;font-weight:600;color:#1f2937}.tpl-eng-lesson-card.expanded .tpl-eng-lesson-title{color:#009a98}.tpl-eng-lesson-arrow{color:#9ca3af;transition:transform .15s}.tpl-eng-lesson-arrow.expanded{transform:rotate(0);color:#00b8b6}.tpl-eng-lesson-card:not(.expanded) .tpl-eng-lesson-arrow{transform:rotate(-90deg)}.tpl-eng-session-list{list-style:none;margin:0;padding:0 0 6px;border-top:1px solid #eef2ff}.tpl-eng-session-row{width:100%;display:flex;align-items:center;gap:8px;padding:8px 14px;background:transparent;border:none;cursor:pointer;font-family:inherit;text-align:left;transition:background .12s}.tpl-eng-session-row:hover{background:#f5f7ff}.tpl-eng-session-row.selected{background:#e0e7ff}.tpl-eng-session-dot{width:8px;height:8px;border-radius:50%;border:1.5px solid #cbd5e1;flex-shrink:0;transition:all .12s}.tpl-eng-session-dot.selected{background:#00b8b6;border-color:#00b8b6}.tpl-eng-session-label{flex:1;font-size:12.5px;color:#374151;line-height:1.4}.tpl-eng-session-row.selected .tpl-eng-session-label{color:#009a98;font-weight:600}.tpl-eng-session-chev{color:#9ca3af;flex-shrink:0}.tpl-eng-session-row.selected .tpl-eng-session-chev{color:#00b8b6}.tpl-ai-banner{display:flex;align-items:flex-start;gap:10px;margin:4px 16px 10px;padding:12px 14px;background:linear-gradient(135deg,var(--mev1-mint-soft) 0%,#faf5ff 100%);border:1px solid #d6e4ff;border-radius:10px}.tpl-ai-banner-icon{flex-shrink:0;font-size:20px;line-height:1;margin-top:1px}.tpl-ai-banner-text{display:flex;flex-direction:column;gap:3px}.tpl-ai-banner-title{font-size:13.5px;font-weight:700;color:#1f2937;letter-spacing:-.1px}.tpl-ai-banner-sub{font-size:12px;color:#4b5563;line-height:1.45}.cp-edit-form-field.is-locked{position:relative;cursor:not-allowed}.cp-edit-form-field.is-locked .cp-edit-form-label{display:inline-flex;align-items:center;gap:6px;color:#9ca3af}.cp-edit-form-lock{display:inline-flex;align-items:center;color:#9ca3af}.cp-edit-form-field.is-locked .cp-edit-form-select,.cp-edit-form-field.is-locked .cp-edit-form-stepper-input{background:#f3f4f6;color:#6b7280;cursor:not-allowed;border-color:#e5e7eb}.cp-edit-form-field.is-locked .cp-edit-form-segmented,.cp-edit-form-field.is-locked .cp-edit-form-chips,.cp-edit-form-stepper.is-locked{opacity:.55;pointer-events:none}.cp-edit-form-field.is-locked[data-locked-tip]:hover{z-index:9999}.cp-edit-form-field.is-locked[data-locked-tip]:after{content:attr(data-locked-tip);position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(6px);background:#1f2937;color:#fff;padding:7px 12px;border-radius:6px;font-size:12px;font-weight:500;white-space:nowrap;letter-spacing:-.1px;line-height:1.3;box-shadow:0 6px 18px #00000038;opacity:0;pointer-events:none;transition:opacity .12s ease;z-index:10000}.cp-edit-form-field.is-locked[data-locked-tip]:before{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(2px) rotate(45deg);width:8px;height:8px;background:#1f2937;opacity:0;pointer-events:none;transition:opacity .12s ease;z-index:10001}.cp-edit-form-field.is-locked[data-locked-tip]:hover:after,.cp-edit-form-field.is-locked[data-locked-tip]:hover:before{opacity:1}.cs-canvas{position:relative;width:100%;height:100%;display:flex;flex-direction:column;padding:0;font-family:Pretendard,sans-serif;overflow:hidden}.cs-page-indicator{position:absolute;top:18px;right:22px;font-size:12px;color:#6b7280;font-weight:500;background:#ffffffb3;padding:4px 10px;border-radius:999px;border:1px solid #e5e7eb}.cs-cover{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 60px;position:relative}.cs-cover-badge{font-size:14px;font-weight:600;color:var(--mev1-mint);background:var(--mev1-mint-soft);padding:6px 14px;border-radius:999px;margin-bottom:18px;letter-spacing:.2px}.cs-cover-title{font-size:44px;font-weight:800;color:#1a1a2e;margin:0 0 14px;letter-spacing:-1px}.cs-cover-divider{width:60px;height:4px;background:linear-gradient(90deg,var(--mev1-mint) 0%,#5BA3D9 100%);border-radius:2px;margin-bottom:28px}.cs-cover-goals-label{font-size:15px;font-weight:700;color:#009a98;background:#eef2ff;padding:4px 14px;border-radius:6px;margin-bottom:14px}.cs-cover-goals{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;max-width:560px}.cs-cover-goals li{display:flex;align-items:flex-start;gap:10px;font-size:16px;color:#1f2937;line-height:1.55;text-align:left}.cs-cover-goals-num{flex-shrink:0;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;background:var(--mev1-mint);color:#fff;border-radius:50%;font-size:12px;font-weight:700;margin-top:2px}.cs-cover-mascot{position:absolute;bottom:30px;right:40px;font-size:36px}.cs-video-page{flex:1;display:flex;align-items:center;justify-content:center;padding:12px}.cs-video-frame{width:100%;max-width:860px;border-radius:12px;background:#fff;box-shadow:0 6px 24px #00000014;overflow:hidden}.cs-video-screen{position:relative;background:#fff6e0;height:360px;overflow:hidden}.cs-video-shapes{position:absolute;inset:0}.cs-video-shape{position:absolute;opacity:.5}.cs-video-title-orange{position:absolute;bottom:38px;right:80px;width:130px;height:22px;background:#f4a26a;opacity:.7;border-radius:3px}.cs-video-controls{background:#fff;padding:14px 20px;display:flex;flex-direction:column;gap:10px}.cs-video-controls-row{display:flex;align-items:center;gap:10px}.cs-video-controls-row-bottom{justify-content:flex-end}.cs-video-btn,.cs-video-icon-btn{background:none;border:none;cursor:pointer;font-size:14px;color:#1f2937;padding:4px 6px;border-radius:4px}.cs-video-btn:hover,.cs-video-icon-btn:hover{background:#f3f4f6}.cs-video-progress{flex:1;background:#d1d5db;height:6px;border-radius:3px;overflow:hidden}.cs-video-progress-bar{width:100%;height:100%}.cs-video-progress-fill{width:35%;height:100%;background:var(--mev1-mint);border-radius:3px}.cs-video-time{font-size:13px;color:#1f2937;font-weight:600;font-variant-numeric:tabular-nums}.cs-video-vol-icon{font-size:16px}.cs-video-vol{width:90px;height:6px;background:#d1d5db;border-radius:3px;overflow:hidden}.cs-video-vol-fill{width:60%;height:100%;background:var(--mev1-mint)}.cs-concept-page{flex:1;display:flex;flex-direction:column;padding:16px 24px;min-height:0}.cs-concept-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.cs-concept-header-tab{background:#4caf50;color:#fff;padding:8px 22px;border-radius:18px 18px 0 0;font-size:16px;font-weight:700;letter-spacing:-.2px}.cs-concept-header-mascot{font-size:26px}.cs-concept-box{background:#f1f8e9;border:1.5px dashed #4CAF50;border-radius:14px;padding:22px 26px;flex:1}.cs-concept-box-title{margin:0 0 12px;font-size:20px;font-weight:800;color:#1a1a2e}.cs-concept-box-intro{margin:0 0 14px;font-size:15px;color:#1f2937}.cs-concept-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.cs-concept-list li{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:15px;color:#1f2937}.cs-concept-list strong{font-weight:700}.cs-concept-formula{font-family:Times New Roman,serif;font-size:18px;color:#1a1a2e;font-style:italic;padding:0 6px}.cs-concept-note{color:#e53e3e;font-size:13px;margin-left:4px}.cs-concept-tip{margin-top:16px;padding:12px 14px;background:#fff;border-left:3px solid #4CAF50;border-radius:4px;display:flex;gap:10px;font-size:13.5px;color:#4b5563;line-height:1.6}.cs-concept-tip-label{flex-shrink:0;font-weight:700;color:#2e7d32}.cs-ex-page{flex:1;display:flex;flex-direction:column;padding:18px 30px 14px;overflow:hidden;min-height:0}.cs-ex-head{display:flex;align-items:stretch;margin-bottom:10px;flex-shrink:0}.cs-ex-badge{background:#4f46e5;color:#fff;padding:7px 18px;border-radius:8px 8px 0 0;font-size:14px;font-weight:700;letter-spacing:-.2px;align-self:flex-end}.cs-ex-head-line{flex:1;align-self:flex-end;height:2px;background:#4f46e5}.cs-ex-q{margin:0 0 10px;font-size:15px;color:#1f2937;line-height:1.55;font-weight:500;flex-shrink:0}.cs-ex-overline{display:inline-block;font-family:Times New Roman,serif;font-style:italic;border-top:1.5px solid #1f2937;padding-top:1px;margin-top:-2px}.cs-ex-figs{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:8px;flex-shrink:0}.cs-ex-fig{display:flex;flex-direction:column;align-items:flex-start;gap:4px;position:relative}.cs-ex-fig-num{font-size:15px;font-weight:600;color:#1f2937;font-family:Times New Roman,serif}.cs-ex-fig svg{align-self:center;width:100%;max-width:220px;height:auto;max-height:170px}.cs-ex-answer-row{display:flex;align-items:center;gap:8px;width:100%;padding:0 20px;flex-shrink:0}.cs-ex-arrow{color:#9ca3af;font-size:16px}.cs-ex-input{flex:1;border:none;border-bottom:1.5px solid #1f2937;background:transparent;font-size:15px;font-family:Times New Roman,serif;padding:3px 6px;outline:none;text-align:center;min-width:0}.cs-ex-input:focus{border-bottom-color:#4f46e5}.cs-ex-input.correct{border-bottom-color:#00b8b6;color:#047857;font-weight:600}.cs-ex-input.incorrect{border-bottom-color:#ef4444;color:#b91c1c}.cs-ex-deg{font-size:14px;color:#1f2937;font-family:Times New Roman,serif}.cs-ex-acc{display:flex;align-items:center;gap:8px;width:100%;padding:8px 14px;margin-top:6px;background:#eef2ff;border:none;border-radius:8px;cursor:pointer;font-family:inherit;flex-shrink:0}.cs-ex-acc:hover{background:#e0e7ff}.cs-ex-acc-icon{font-size:13px}.cs-ex-acc-label{flex:1;text-align:center;font-size:13.5px;font-weight:700;color:#4f46e5}.cs-ex-acc-arrow{color:#4f46e5;transition:transform .2s}.cs-ex-acc.open .cs-ex-acc-arrow{transform:rotate(180deg)}.cs-ex-acc-body{margin:3px 0 0;padding:9px 14px;background:#f8fafc;border:1px solid #E2E8F0;border-radius:8px;font-size:12.5px;color:#475569;line-height:1.6;flex-shrink:0}.cs-ex-actions{display:flex;justify-content:flex-end;margin-top:6px;flex-shrink:0}.cs-ex-check-btn{background:#4f46e5;color:#fff;border:none;padding:7px 22px;border-radius:7px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s}.cs-ex-check-btn:hover{background:#4338ca}.cs-ex-check-btn:active{background:#3730a3}.cs-nav{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:18px;background:#fff;padding:8px 14px;border-radius:999px;border:1px solid #e5e7eb;box-shadow:0 4px 12px #0000000f}.cs-nav-btn{display:inline-flex;align-items:center;gap:4px;background:none;border:none;cursor:pointer;font-size:13px;color:#4b5563;font-weight:500;padding:4px 8px;border-radius:6px}.cs-nav-btn:hover:not(:disabled){background:#f3f4f6;color:#1f2937}.cs-nav-btn:disabled{opacity:.35;cursor:not-allowed}.cs-nav-dots{display:flex;gap:6px}.cs-nav-dot{width:8px;height:8px;border-radius:50%;border:none;background:#d1d5db;cursor:pointer;padding:0;transition:all .15s}.cs-nav-dot:hover{background:#9ca3af}.cs-nav-dot.active{background:var(--mev1-mint);width:22px;border-radius:4px}.frac-canvas{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 28px 96px;background:#fff;font-family:Pretendard,sans-serif}.frac-corner-btn{position:absolute;width:36px;height:36px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 6px #00000014}.frac-corner-fullscreen{top:18px;left:18px;background:#f3f4f6}.frac-corner-reset{top:18px;right:18px;background:#8b5cf6}.frac-stage{display:flex;align-items:center;gap:18px;flex-wrap:nowrap}.frac-picker{display:flex;flex-direction:column;align-items:center;gap:12px;margin-right:10px}.frac-picker-blob{width:22px;height:22px;background:#ffb547;border-radius:50% 50% 45% 55%/60% 55% 45% 40%}.frac-picker-bar{padding:4px}.frac-picker-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;background:#6fcf8b;color:#fff;font-weight:700;font-size:14px;border:none;border-radius:18px;cursor:pointer;box-shadow:0 3px #4fa86a,0 4px 8px #0000001a;position:relative}.frac-picker-btn:hover{background:#5dbe7a}.frac-picker-btn:active{transform:translateY(1px);box-shadow:0 1px #4fa86a}.frac-picker-hand{font-size:18px;position:absolute;right:-8px;top:-10px}.frac-card{display:flex;flex-direction:column;align-items:center;gap:14px;padding:24px 22px 18px;border-radius:22px;border:3px solid #6FCEDA;background:#fff;min-width:110px}.frac-card-cyan{border-color:#6fceda}.frac-card-yellow{border-color:#f5d87a;background:#fff8dd}.frac-label{display:inline-flex;flex-direction:column;align-items:center;font-family:Times New Roman,serif;color:#1f2937}.frac-label-sum{flex-direction:row;align-items:center;gap:4px}.frac-label-sum>.frac-num,.frac-label-sum>.frac-den,.frac-label-sum>.frac-line{display:inline-block}.frac-label-sum{display:inline-grid;grid-template-columns:auto auto auto auto auto;grid-template-rows:auto auto;gap:0 6px;align-items:center}.frac-label-sum .frac-num:nth-of-type(1){grid-column:1;grid-row:1}.frac-label-sum .frac-line:nth-of-type(1){grid-column:1;grid-row:1 / span 2;align-self:end}.frac-label-sum .frac-den:nth-of-type(1){grid-column:1;grid-row:2}.frac-label-sum .frac-plus{grid-column:2;grid-row:1 / span 2;align-self:center;font-size:24px}.frac-label-sum .frac-num:nth-of-type(2){grid-column:3;grid-row:1}.frac-label-sum .frac-line:nth-of-type(2){grid-column:3;grid-row:1 / span 2;align-self:end}.frac-label-sum .frac-den:nth-of-type(2){grid-column:3;grid-row:2}.frac-num,.frac-den{font-size:26px;font-weight:600;line-height:1.1;text-align:center}.frac-line{width:26px;height:2px;background:#1f2937;margin:2px 0}.frac-arrow{display:flex;align-items:center;justify-content:center}.frac-bubble-row{position:absolute;bottom:28px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:14px}.frac-bubble{background:#fff;border:1.5px solid #E5E7EB;border-radius:28px;padding:14px 28px;font-size:16px;color:#1f2937;letter-spacing:.5px;box-shadow:0 2px 8px #0000000a}.frac-mascot{position:relative;width:56px;height:56px}.frac-mascot-body{position:absolute;inset:8px;background:linear-gradient(135deg,#5ba3d9,#3b82c7);border-radius:8px}.frac-mascot-eye{position:absolute;top:18px;width:6px;height:8px;background:#fff;border-radius:50%}.frac-mascot-eye-l{left:12px}.frac-mascot-eye-r{right:12px}.frac-mascot-mouth{position:absolute;bottom:12px;left:50%;transform:translate(-50%);width:14px;height:5px;background:#fff;border-radius:0 0 8px 8px}.frac-mascot-hat{position:absolute;top:-4px;left:50%;transform:translate(-50%);width:30px;height:12px;background:#1f2937;border-radius:4px 4px 0 0}.frac-mascot-hat:before{content:"";position:absolute;bottom:-3px;left:-4px;right:-4px;height:3px;background:#1f2937}.frac-toast{position:absolute;top:70px;right:24px;background:#1f2937eb;color:#fff;padding:8px 14px;border-radius:10px;font-size:13px;animation:fracToastIn .2s ease}@keyframes fracToastIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.me-tool-backdrop{position:fixed;inset:0;z-index:999}.me-tool-dropdown{position:absolute;top:calc(100% + 6px);left:0;min-width:200px;background:#fff;border-radius:8px;box-shadow:0 4px 20px #0000001f,0 0 0 1px #0000000d;padding:6px 0;z-index:1000}.me-tool-dropdown-item{display:block;width:100%;padding:10px 18px;border:none;background:none;font-size:14px;color:#374151;text-align:left;cursor:pointer;font-family:inherit}.me-tool-dropdown-item:hover{background:#f3f4f6}.me-dc-overlay{position:fixed;inset:0;background:#00000059;z-index:9999;display:flex;align-items:center;justify-content:center}.me-dc-modal{background:#fff;border-radius:12px;width:1100px;max-width:92vw;height:75vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000038;overflow:hidden}.me-dc-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px 14px;border-bottom:1px solid #f0f0f0}.me-dc-title{font-size:18px;font-weight:800;color:#1a1a2e}.me-dc-close{background:none;border:none;font-size:20px;color:#9ca3af;cursor:pointer;padding:4px 8px;border-radius:4px}.me-dc-close:hover{color:#374151;background:#f3f4f6}.me-dc-back{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#1a1a2e;cursor:pointer;margin-right:8px;transition:background .12s}.me-dc-back:hover{background:#f5f5f5}.me-dc-target-page-badge{margin-left:10px;padding:4px 10px;font-size:12px;font-weight:700;color:#00b8b6;background:#eef2ff;border-radius:999px}.me-dc-modal-wizard-embedded{display:flex;flex-direction:column;flex:1;min-height:0;background:#fff}.me-confirm-overlay{position:absolute;inset:0;background:#1118277a;display:flex;align-items:center;justify-content:center;z-index:10;animation:me-confirm-fade .15s ease-out}.me-confirm-overlay-fixed{position:fixed;z-index:9999}@keyframes me-confirm-fade{0%{opacity:0}to{opacity:1}}.me-confirm-modal{background:#fff;border-radius:14px;width:380px;max-width:88%;padding:28px 24px 20px;box-shadow:0 20px 60px #00000038;display:flex;flex-direction:column;align-items:center;animation:me-confirm-pop .18s cubic-bezier(.2,.9,.35,1.2)}@keyframes me-confirm-pop{0%{transform:scale(.94);opacity:0}to{transform:scale(1);opacity:1}}.me-confirm-icon{width:56px;height:56px;border-radius:50%;background:#eef4ff;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.me-confirm-title{font-size:16px;font-weight:800;color:#1a1a2e;margin-bottom:6px;letter-spacing:-.2px}.me-confirm-message{font-size:13.5px;color:#4b5563;text-align:center;line-height:1.6;margin-bottom:20px;white-space:pre-line}.me-confirm-actions{display:flex;gap:8px;width:100%}.me-confirm-btn{flex:1;height:42px;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;transition:background .15s,color .15s,box-shadow .15s;font-family:inherit}.me-confirm-btn-secondary{background:#f3f4f6;color:#4b5563}.me-confirm-btn-secondary:hover{background:#e5e7eb;color:#1f2937}.me-confirm-btn-primary{background:linear-gradient(135deg,#00b8b6 0% 100%);color:#fff;box-shadow:0 2px 8px #00b8b64d}.me-confirm-btn-primary:hover{box-shadow:0 4px 14px #00b8b673}.me-dc-tabs{display:flex;gap:0;padding:0 24px;border-bottom:1px solid #e5e7eb}.me-dc-tab{padding:12px 20px;background:none;border:none;font-size:14px;font-weight:500;color:#9ca3af;cursor:pointer;border-bottom:2px solid transparent;transition:all .15s}.me-dc-tab.active{color:#00b8b6;border-bottom-color:#00b8b6;font-weight:600}.me-dc-tab:hover:not(.active){color:#6b7280}.me-dc-body{flex:1;overflow-y:auto;padding:20px 24px;position:relative}.me-dc-add-btn{display:block;width:100%;padding:9px 12px;border:1.5px dashed #c7d9f7;border-radius:8px;background:#fff;font-size:13px;font-weight:600;color:#00b8b6;cursor:pointer;text-align:center;transition:all .15s;margin-bottom:14px}.me-dc-add-btn:hover{background:var(--mev1-mint-soft);border-color:#00b8b6}.me-dc-empty{text-align:center;color:#b0b8c4;font-size:14px;padding:60px 0}.me-dc-source-list{display:flex;flex-direction:column;gap:6px}.me-dc-source-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid #f0f0f0;border-radius:8px}.me-dc-source-item:hover{background:#f9fafb}.me-dc-source-num{width:24px;height:24px;border-radius:50%;background:#eef4ff;color:#00b8b6;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.me-dc-source-info{flex:1}.me-dc-source-entry{font-size:14px;font-weight:600;color:#1a1a2e;margin-right:8px}.me-dc-source-meaning{font-size:12px;color:#9ca3af}.me-dc-source-remove{background:none;border:none;color:#d1d5db;font-size:16px;cursor:pointer;padding:2px 6px;border-radius:4px}.me-dc-source-remove:hover{color:#ef4444;background:#fef2f2}.me-dc-apply-btn{margin-top:16px;padding:11px;background:#00b8b6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;text-align:center;transition:background .15s}.me-dc-apply-btn:hover{background:#3b7de6}.me-dc-add-source{display:flex;flex-direction:column;height:100%}.me-dc-add-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.me-dc-add-title{font-size:15px;font-weight:700;color:#1a1a2e}.me-dc-add-back{background:none;border:none;font-size:13px;color:#00b8b6;cursor:pointer;font-weight:500}.me-dc-add-back:hover{text-decoration:underline}.me-dc-source-tabs{display:flex;gap:6px;margin-bottom:12px}.me-dc-source-tab{padding:8px 16px;border-radius:20px;border:1px solid #e0e0de;background:#fff;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s}.me-dc-source-tab.active{background:#00b8b6;color:#fff;border-color:#00b8b6}.me-dc-search-row{display:flex;align-items:center;gap:8px;margin-bottom:10px}.me-dc-search-field{padding:6px 10px;border:1px solid #e0e0de;border-radius:5px;font-size:12px;color:#374151;background:#fff;width:80px}.me-dc-search-wrap{flex:1;display:flex;position:relative}.me-dc-search-input{flex:1;padding:7px 34px 7px 10px;border:1px solid #e0e0de;border-radius:5px;font-size:13px}.me-dc-search-input:focus{outline:none;border-color:#00b8b6}.me-dc-search-btn{position:absolute;right:2px;top:50%;transform:translateY(-50%);background:#00b8b6;border:none;color:#fff;width:28px;height:28px;border-radius:4px;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center}.me-dc-table-wrap{flex:1;overflow-y:auto;border:1px solid #e5e7eb;border-radius:8px}.me-dc-table{width:100%;border-collapse:collapse;font-size:13px}.me-dc-table th{background:#f9fafb;padding:8px 10px;text-align:left;font-weight:600;color:#6b7280;border-bottom:1px solid #e5e7eb;white-space:nowrap;position:sticky;top:0;z-index:1}.me-dc-table td{padding:8px 10px;border-bottom:1px solid #f3f4f6;color:#374151;white-space:nowrap}.me-dc-table td input{accent-color:#00B8B6;cursor:pointer}.me-dc-table tbody tr{cursor:pointer;transition:background .1s}.me-dc-table tbody tr:hover{background:#f9fafb}.me-dc-row-checked{background:#eef4ff!important}.me-dc-td-title{max-width:160px;overflow:hidden;text-overflow:ellipsis}.me-dc-td-entry{font-weight:600;color:#1a1a2e}.me-dc-add-footer{display:flex;align-items:center;justify-content:space-between;padding:10px 0 0;margin-top:10px}.me-dc-add-total{font-size:12px;color:#9ca3af}.me-dc-add-total b{color:#009a98}.me-dc-add-pages{display:flex;gap:3px}.me-dc-page-btn{width:26px;height:26px;border:1px solid #e0e0de;border-radius:4px;background:#fff;font-size:12px;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center}.me-dc-page-btn.active{background:#00b8b6;color:#fff;border-color:#00b8b6}.me-dc-add-actions{display:flex;align-items:center;gap:10px;font-size:13px;color:#6b7280}.me-dc-add-done{padding:7px 24px;background:#00b8b6;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer}.me-dc-add-done:hover{background:#3b7de6}.me-dc-category-box{border:1px solid #e5e7eb;border-radius:10px;padding:16px 20px;margin-bottom:12px;background:#fafbfc}.me-dc-category-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.me-dc-category-left{display:flex;align-items:center;gap:8px}.me-dc-category-icon{font-size:20px}.me-dc-category-name{font-size:16px;font-weight:700;color:#1a1a2e}.me-dc-category-alias{font-size:13px;color:#9ca3af;font-weight:400}.me-dc-category-right{display:flex;align-items:center;gap:8px}.me-dc-category-count{font-size:12px;color:#00b8b6;font-weight:600;background:#eef4ff;padding:2px 8px;border-radius:10px}.me-dc-category-edit,.me-dc-category-delete{background:none;border:none;font-size:13px;cursor:pointer;padding:4px 8px;border-radius:4px}.me-dc-category-edit{color:#6b7280}.me-dc-category-edit:hover{background:#f3f4f6}.me-dc-category-delete{color:#ef4444}.me-dc-category-delete:hover{background:#fef2f2}.me-dc-category-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.me-dc-field-tag{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;font-size:12px;color:#374151;font-weight:500}.me-dc-field-tag-icon{font-size:12px}.me-dc-category-add-btn{display:block;width:100%;padding:10px;border:1.5px dashed #c7d9f7;border-radius:8px;background:#fff;font-size:13px;font-weight:600;color:#00b8b6;cursor:pointer;text-align:center;transition:all .15s}.me-dc-category-add-btn:hover{background:var(--mev1-mint-soft);border-color:#00b8b6}.me-dc-category-usage{margin-top:12px;padding-top:12px;border-top:1px solid #e5e7eb;font-size:12px;color:#9ca3af}.me-dc-category-usage code{background:#f3f4f6;padding:2px 6px;border-radius:4px;font-family:monospace;font-size:11px;color:#6b7280;margin:0 3px}.me-rd-source{padding:0}.me-rd-source-select-row{display:flex;align-items:center;gap:14px;margin-bottom:20px}.me-rd-label{font-size:14px;font-weight:600;color:#374151;white-space:nowrap}.me-rd-select-wrap{position:relative;flex:1}.me-rd-select-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:9px 4px 9px 14px;border:1px solid #e0e0de;border-radius:6px;background:#fff;font-size:13px;color:#374151;cursor:pointer;transition:border-color .15s}.me-rd-select-btn:hover{border-color:#00b8b6}.me-rd-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 8px 24px #0000001f;z-index:10;overflow:hidden}.me-rd-dropdown-item{display:block;width:100%;padding:10px 16px;background:none;border:none;text-align:left;font-size:13px;color:#374151;cursor:pointer;transition:background .1s}.me-rd-dropdown-item:hover{background:var(--mev1-mint-soft);color:#009a98}.me-rd-linked-area{border-top:1px solid #f0f0f0;padding-top:16px}.me-rd-linked-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.me-rd-linked-title{font-size:14px;font-weight:600;color:#1a1a2e}.me-rd-linked-list{display:flex;flex-direction:column;gap:6px}.me-rp-opacity-box{display:flex;align-items:center;border:1px solid #e0e0de;border-radius:6px;overflow:hidden;background:#f9fafb}.me-rp-opacity-input{width:64px;border:none;outline:none;padding:8px 10px;font-size:14px;text-align:center;background:transparent;color:#1a1a2e;font-family:inherit;-moz-appearance:textfield}.me-rp-opacity-input::-webkit-inner-spin-button,.me-rp-opacity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.me-rp-opacity-pct{padding:8px 12px 8px 0;font-size:13px;color:#9ca3af}.me-rp-shadow-add{padding:5px 16px;border:none;border-radius:6px;background:#00b8b6;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.me-rp-shadow-add:hover{background:#3b7de6}.me-rp-shadow-item{display:flex;align-items:center;gap:8px;padding:6px 16px}.me-rp-shadow-preview{width:24px;height:24px;border-radius:4px;background:#fff;border:1px solid #e0e0de;flex-shrink:0}.me-rp-shadow-label{flex:1;font-size:12px;color:#6b7280}.me-rp-shadow-remove{width:22px;height:22px;border:none;background:none;color:#9ca3af;cursor:pointer;font-size:12px;display:flex;align-items:center;justify-content:center;border-radius:4px}.me-rp-shadow-remove:hover{background:#fee2e2;color:#ef4444}.me-dv-wrap{margin:12px 14px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.me-dv-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px}.me-dv-header-left{display:flex;align-items:center;gap:6px}.me-dv-header-icon{font-size:18px}.me-dv-header-title{font-size:15px;font-weight:800;color:#1a1a2e}.me-dv-header-alias{font-size:12px;color:#9ca3af;font-family:monospace}.me-dv-header-nav{display:flex;align-items:center;gap:8px}.me-dv-nav-btn{width:26px;height:26px;border:1px solid #e0e0de;border-radius:5px;background:#fff;cursor:pointer;font-size:10px;color:#6b7280;display:flex;align-items:center;justify-content:center}.me-dv-nav-btn:disabled{opacity:.3;cursor:default}.me-dv-nav-btn:not(:disabled):hover{background:#f3f4f6}.me-dv-nav-page{font-size:13px;font-weight:600;color:#374151;min-width:40px;text-align:center}.me-dv-chips{display:flex;flex-wrap:wrap;gap:6px;padding:0 14px 10px}.me-dv-chip{padding:4px 10px;font-size:11px;color:#374151;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:12px;font-family:monospace}.me-dv-table{border-top:1px solid #e5e7eb;max-height:180px;overflow-y:auto}.me-dv-row{display:flex;align-items:center;border-bottom:1px solid #f3f4f6;padding:8px 14px;gap:12px}.me-dv-row-label{min-width:80px;font-size:13px;font-weight:600;color:#374151}.me-dv-row-value{flex:1;font-size:13px;color:#6b7280;word-break:break-all}.me-dv-usage{padding:10px 14px;font-size:12px;color:#9ca3af;border-top:1px solid #e5e7eb;background:#fafafa}.me-dv-usage code{background:#f3f4f6;padding:2px 6px;border-radius:3px;font-size:11px;color:#374151;margin:0 2px}.me-dc-section-divider{display:flex;align-items:baseline;gap:10px;margin:22px 0 12px;padding-top:4px}.me-dc-section-divider-label{font-size:13px;font-weight:700;color:#1f2937;letter-spacing:.3px}.me-dc-section-divider-hint{font-size:12px;color:#9ca3af;font-weight:500}.me-dc-api-method-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:700;letter-spacing:.4px;margin-left:4px}.me-dc-api-method-get{background:#ccefef;color:#009a98}.me-dc-api-method-post{background:#dbeafe;color:#1e40af}.me-dc-api-method-put{background:#fef3c7;color:#b45309}.me-dc-api-method-delete{background:#fee2e2;color:#b91c1c}.me-dc-api-url{font-size:12px;color:#6b7280;font-family:SFMono-Regular,Consolas,monospace;background:#f3f4f6;padding:6px 10px;border-radius:5px;margin-top:4px;word-break:break-all}.me-api-form{display:flex;flex-direction:column;gap:12px}.me-api-form-row{display:flex;align-items:center;gap:8px}.me-api-form-label{width:50px;font-size:13px;font-weight:600;color:#374151;flex-shrink:0}.me-api-form-input{flex:1;padding:8px 12px;border:1px solid #e0e0de;border-radius:6px;font-size:13px;color:#1a1a2e;background:#fff}.me-api-form-input:focus{outline:none;border-color:#00b8b6}.me-api-form-name{max-width:320px}.me-api-form-method{width:90px;padding:8px 10px;border:1px solid #e0e0de;border-radius:6px;background:#fff;font-size:13px;font-weight:600;color:#374151}.me-api-form-url{flex:1}.me-api-form-btn{padding:8px 18px;border:none;border-radius:6px;font-size:13px;font-weight:700;cursor:pointer;transition:all .15s}.me-api-form-btn-save{background:#00b8b6;color:#fff;min-width:100px}.me-api-form-btn-save:hover:not(:disabled){background:#3b7de6}.me-api-form-btn-save:disabled{background:#c7d2fe;color:#fff;cursor:not-allowed;opacity:.7}.me-api-form-btn-clear{background:#fff;color:#6b7280;border:1px solid #e0e0de;min-width:90px}.me-api-form-btn-clear:hover{background:#f3f4f6;color:#374151;border-color:#c7d2fe}.me-api-form-btn-send{background:#00b8b6;color:#fff}.me-api-form-btn-send:hover:not(:disabled){background:#009a98}.me-api-form-btn-send:disabled{opacity:.6;cursor:default}.me-api-form-verify-notice{padding:10px 14px;background:#fef3c7;border:1px dashed #fcd34d;border-radius:6px;font-size:12.5px;color:#92400e;line-height:1.5}.me-api-form-verify-notice b{color:#b45309;font-weight:700}.me-api-form-actions{position:sticky;bottom:-18px;margin:8px -22px -18px;display:flex;justify-content:flex-end;align-items:center;gap:10px;padding:14px 22px;background:#fffffff5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-top:1px solid #e5e7eb;z-index:5}.me-api-form-actions-hint{margin-right:auto;font-size:12.5px;color:#b45309;background:#fef3c7;padding:6px 12px;border-radius:5px;border:1px dashed #fcd34d}.me-api-form-actions-hint b{color:#92400e;font-weight:700}.me-dc-step1-form .me-api-form-actions{margin:8px -28px -24px;padding:14px 28px;bottom:-24px}.me-dchk-modal .me-dc-step1-form .me-api-form-actions{position:sticky;bottom:0;margin:8px -24px 0;padding:14px 24px;z-index:6;background:#fff;border-top:1px solid #e5e7eb}.me-dchk-modal .me-dc-body{padding-bottom:0}.me-api-form-tabs{display:flex;gap:0;border-bottom:1px solid #e5e7eb;margin-top:4px}.me-api-form-tab{padding:10px 20px;background:none;border:none;border-bottom:2px solid transparent;font-size:13px;font-weight:500;color:#9ca3af;cursor:pointer}.me-api-form-tab.active{color:#00b8b6;border-bottom-color:#00b8b6;font-weight:600}.me-api-form-tab:hover:not(.active){color:#6b7280}.me-api-form-section{border:1px solid #e5e7eb;border-radius:8px;background:#fafbfc;padding:12px}.me-api-form-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.me-api-form-section-title{font-size:13px;font-weight:700;color:#374151}.me-api-form-add-row{background:#00b8b6;color:#fff;border:none;padding:5px 12px;border-radius:5px;font-size:12px;font-weight:600;cursor:pointer}.me-api-form-add-row:hover{background:#3b7de6}.me-api-form-table{width:100%;border-collapse:collapse;background:#fff;border-radius:6px;overflow:hidden}.me-api-form-table th{background:#f9fafb;padding:8px 10px;text-align:left;font-size:12px;font-weight:600;color:#6b7280;border-bottom:1px solid #e5e7eb}.me-api-form-th-action{width:60px;text-align:center!important}.me-api-form-table td{padding:4px 6px;border-bottom:1px solid #f3f4f6}.me-api-form-table tr:last-child td{border-bottom:none}.me-api-form-cell-input{width:100%;padding:6px 8px;border:1px solid transparent;border-radius:4px;font-size:13px;background:transparent}.me-api-form-cell-input:focus{outline:none;border-color:#00b8b6;background:#fff}.me-api-form-cell-input:hover{background:#f9fafb}.me-api-form-td-action{text-align:center}.me-api-form-row-del{background:none;border:none;cursor:pointer;font-size:14px;padding:4px 6px;border-radius:4px;opacity:.5}.me-api-form-row-del:hover{opacity:1;background:#fee2e2}.me-api-form-body{width:100%;min-height:120px;padding:10px;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;font-family:SFMono-Regular,Consolas,monospace;resize:vertical}.me-api-form-body:focus{outline:none;border-color:#00b8b6}.me-api-form-body::placeholder{color:#9ca3af;opacity:1}.me-api-form-body-info{padding:18px 20px;background:#fff;border-radius:6px;font-size:13px;color:#6b7280;line-height:1.7}.me-api-form-body-info-eg{display:inline-block;margin-top:8px;font-size:12px;color:#9ca3af}.me-api-form-body-info-eg code{background:#f3f4f6;padding:2px 6px;border-radius:4px;font-family:SFMono-Regular,Consolas,monospace;color:#009a98}.me-api-form-empty-cell{padding:28px 14px!important;text-align:center;font-size:13px;color:#9ca3af;background:#fafbfc}.me-api-form-empty-cell b{color:#00b8b6;font-weight:700}.me-api-form-section-actions{display:flex;align-items:center;gap:6px}.me-api-form-example-btn{background:#fff;border:1px solid #c7d9f7;color:#00b8b6;padding:5px 10px;border-radius:5px;font-size:12px;font-weight:600;cursor:pointer}.me-api-form-example-btn:hover{background:var(--mev1-mint-soft);border-color:#00b8b6}.me-api-form-method-tag{display:inline-block;margin-left:6px;padding:1px 7px;border-radius:4px;font-size:11px;font-weight:700;background:#eef4ff;color:#009a98;vertical-align:middle}.me-api-form-label-help{display:inline-flex;align-items:center;gap:6px}.me-api-form-help{position:relative;display:inline-block}.me-api-form-help-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:#e0e7ff;color:#00b8b6;font-size:11px;font-weight:700;cursor:help;-webkit-user-select:none;user-select:none;transition:all .15s}.me-api-form-help-icon:hover{background:#00b8b6;color:#fff}.me-api-form-tooltip{position:absolute;top:calc(100% + 8px);left:0;z-index:100;width:320px;padding:12px 14px;background:#1f2937;color:#f3f4f6;border-radius:8px;font-size:12.5px;line-height:1.6;font-weight:400;box-shadow:0 8px 24px #00000040;opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .15s,transform .15s;white-space:normal}.me-api-form-tooltip:before{content:"";position:absolute;bottom:100%;left:12px;border:6px solid transparent;border-bottom-color:#1f2937}.me-api-form-help:hover .me-api-form-tooltip{opacity:1;pointer-events:auto;transform:translateY(0)}.me-api-form-tooltip b{color:#fff;font-weight:700}.me-api-form-tooltip code{background:#ffffff1f;color:#93c5fd;padding:1px 6px;border-radius:3px;font-family:SFMono-Regular,Consolas,monospace;font-size:11.5px}.me-api-form-tooltip-note{display:inline-block;margin-top:6px;font-size:11.5px;color:#d1d5db;font-style:italic}.me-api-form-label-alias{margin-left:16px;width:auto;flex-shrink:0}.me-api-form-alias{width:180px;max-width:180px;flex:0 0 180px}.me-api-form-alias-preview{font-size:12px;color:#6b7280;padding:4px 10px;background:#f9fafb;border-radius:5px;white-space:nowrap}.me-api-form-alias-preview code{background:#eef4ff;color:#009a98;padding:1px 6px;border-radius:3px;font-family:SFMono-Regular,Consolas,monospace;font-size:11.5px;font-weight:600}.me-api-form-response{margin-top:8px;border:1px solid #e0f2fe;border-radius:8px;background:#f0f9ff;overflow:hidden}.me-api-form-response-head{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#e0f2fe;gap:12px}.me-api-form-response-status{font-size:12px;font-weight:700;color:#0c4a6e}.me-api-form-response-hint{font-size:11px;color:#0369a1;font-style:italic}.me-api-form-response-body{margin:0;padding:14px 16px;font-size:12.5px;line-height:1.6;font-family:SFMono-Regular,Consolas,monospace;color:#1a1a2e;background:#fff;min-height:220px;max-height:460px;overflow:auto;white-space:pre-wrap;word-break:break-all}.me-api-form-response-section{border-top:1px solid #e0f2fe;background:#fff}.me-api-form-response-section-head{padding:8px 14px;background:#f0f9ff;font-size:12px;font-weight:700;color:#0c4a6e;border-bottom:1px solid #e0f2fe}.me-api-form-response-headers{width:100%;border-collapse:collapse;font-family:SFMono-Regular,Consolas,monospace;font-size:12.5px;min-height:140px}.me-api-form-response-headers tr:not(:last-child) td{border-bottom:1px solid #f3f4f6}.me-api-form-response-headers-key{padding:9px 14px;color:#6b7280;font-weight:600;width:220px;vertical-align:top;background:#fafbfc;border-right:1px solid #f3f4f6}.me-api-form-response-headers-val{padding:9px 14px;color:#1a1a2e;word-break:break-all}.me-api-form-status-pill{display:inline-block;padding:2px 10px;border-radius:10px;font-size:11px;font-weight:700;margin-right:8px}.me-api-form-status-ok{background:#ccefef;color:#009a98}.me-api-form-status-err{background:#fee2e2;color:#b91c1c}.me-api-dialog-overlay{position:fixed;inset:0;background:#00000073;z-index:10010;display:flex;align-items:center;justify-content:center}.me-api-dialog{background:#fff;border-radius:12px;width:760px;max-width:92vw;max-height:88vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000040;overflow:hidden}.me-api-dialog-header{display:flex;align-items:center;justify-content:space-between;padding:16px 22px;border-bottom:1px solid #f0f0f0}.me-api-dialog-title{font-size:16px;font-weight:800;color:#1a1a2e}.me-api-dialog-close{background:none;border:none;font-size:18px;color:#9ca3af;cursor:pointer;padding:4px 8px;border-radius:4px}.me-api-dialog-close:hover{color:#374151;background:#f3f4f6}.me-api-dialog-body{flex:1;overflow-y:auto;padding:18px 22px}.me-dc-modal-wizard{width:1100px;height:80vh}.me-dc-stepper{display:flex;align-items:center;justify-content:center;gap:0;padding:18px 28px;border-bottom:1px solid #f0f0f0;background:#fafbfc}.me-dc-step{display:flex;align-items:center;gap:10px;flex-shrink:0}.me-dc-step-num{width:28px;height:28px;border-radius:50%;background:#e5e7eb;color:#9ca3af;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;transition:all .15s}.me-dc-step-label{font-size:13px;color:#9ca3af;font-weight:500;transition:color .15s}.me-dc-step.current .me-dc-step-num{background:#00b8b6;color:#fff;box-shadow:0 0 0 3px #00b8b62e}.me-dc-step.current .me-dc-step-label{color:#1a1a2e;font-weight:700}.me-dc-step.done .me-dc-step-num{background:#00b8b6;color:#fff}.me-dc-step.done .me-dc-step-label{color:#374151}.me-dc-step-line{width:120px;height:2px;background:#e5e7eb;margin:0 16px;transition:background .15s;flex-shrink:0}.me-dc-step-line.done{background:#00b8b6}.me-dc-modal-wizard .me-dc-body{flex:1;overflow-y:auto;padding:24px 28px}.me-dchk-wizard-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #f0f0f0}.me-dchk-wizard-header .me-dc-title{font-size:16px;font-weight:700;color:#1a1a2e}.me-dchk-wizard-header .me-dc-close{background:none;border:none;font-size:18px;color:#6b7280;cursor:pointer;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px}.me-dchk-wizard-header .me-dc-close:hover{background:#f3f4f6;color:#1a1a2e}.me-dchk-wizard-stepper{display:flex;align-items:center;justify-content:center;padding:16px 28px;background:#fafbfc;border-bottom:1px solid #f0f0f0;flex-shrink:0}.me-dchk-wz-step{display:flex;align-items:center;gap:10px;flex-shrink:0}.me-dchk-wz-num{width:26px;height:26px;border-radius:50%;background:#e5e7eb;color:#9ca3af;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;transition:all .15s}.me-dchk-wz-label{font-size:13px;color:#9ca3af;font-weight:500;transition:color .15s;white-space:nowrap}.me-dchk-wz-step.current .me-dchk-wz-num{background:#00b8b6;color:#fff;box-shadow:0 0 0 3px #00b8b62e}.me-dchk-wz-step.current .me-dchk-wz-label{color:#1a1a2e;font-weight:700}.me-dchk-wz-step.done .me-dchk-wz-num{background:#00b8b6;color:#fff}.me-dchk-wz-step.done .me-dchk-wz-label{color:#374151}.me-dchk-wz-line{width:60px;height:2px;background:#e5e7eb;margin:0 14px;transition:background .15s;flex-shrink:0}.me-dchk-wz-line.done{background:#00b8b6}.me-dchk-modal{width:1100px;height:80vh;display:flex;flex-direction:column;background:#fff}.me-dchk-modal .me-dc-body{background:#fafbfc}.me-dchk-toolbar{display:flex;align-items:center;gap:12px;padding:14px 24px;border-bottom:1px solid #f0f0ee;background:#fafafa}.me-dchk-view-toggle{display:inline-flex;border:1px solid #e0e0de;border-radius:6px;overflow:hidden;background:#fff}.me-dchk-toggle-btn{padding:7px 14px;font-size:13px;font-weight:600;border:none;background:#fff;color:#6b7280;cursor:pointer;font-family:inherit}.me-dchk-toggle-btn.active{background:#00b8b6;color:#fff}.me-dchk-search{flex:1;max-width:360px;padding:7px 12px;font-size:13px;border:1px solid #e0e0de;border-radius:6px;outline:none;font-family:inherit}.me-dchk-search:focus{border-color:#4e9cf7}.me-dchk-count{margin-left:auto;font-size:13px;color:#6b7280;font-weight:600}.me-dchk-add-api-btn{display:inline-flex;align-items:center;gap:4px;padding:7px 12px;font-size:13px;font-weight:700;background:#00b8b6;color:#fff;border:none;border-radius:6px;cursor:pointer;font-family:inherit;transition:background .12s}.me-dchk-add-api-btn:hover{background:#009a98}.me-dchk-add-api-btn svg{flex-shrink:0}.me-dchk-add-api-btn:disabled{background:#d1d5db;color:#f3f4f6;cursor:not-allowed}.me-dchk-add-api-btn:disabled:hover{background:#d1d5db}.me-dchk-toolbar-add{margin-left:auto}.me-dchk-empty-list{padding:20px 24px 32px;width:100%;max-width:720px;margin:0 auto}.me-dchk-empty-cta{padding:48px 24px;display:flex;flex-direction:column;align-items:center;gap:8px}.me-dchk-empty-cta-title{font-size:15px;font-weight:700;color:#1a1a2e}.me-dchk-empty-cta-desc{font-size:13px;color:#6b7280;margin-bottom:20px}.me-dchk-empty-cta-btns{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:12px;width:100%;max-width:560px}.me-dchk-empty-cta-btn{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;font-family:inherit;text-align:left;transition:border-color .12s,background .12s,box-shadow .12s}.me-dchk-empty-cta-btn:hover{border-color:#00b8b6;background:#f5f5ff;box-shadow:0 2px 8px #00b8b614}.me-dchk-empty-cta-btn-outline{border-style:dashed;color:#00b8b6}.me-dchk-empty-cta-icon{font-size:24px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f3f4f6;border-radius:8px}.me-dchk-empty-cta-btn-body{display:flex;flex-direction:column;gap:2px;min-width:0}.me-dchk-empty-cta-btn-title{font-size:14px;font-weight:700;color:#1a1a2e}.me-dchk-empty-cta-btn-outline .me-dchk-empty-cta-btn-title{color:#00b8b6}.me-dchk-empty-cta-btn-desc{font-size:11px;color:#9ca3af;font-family:SFMono-Regular,Consolas,monospace}.me-dchk-body{flex:1;display:flex;overflow:hidden}.me-dchk-pane{display:flex;flex-direction:column;overflow-y:auto;padding:16px 18px}.me-dchk-pane-left{width:320px;border-right:1px solid #f0f0ee;background:#fdfdfc}.me-dchk-pane-right,.me-dchk-pane-full{flex:1}.me-dchk-pane-title{font-size:13px;font-weight:700;color:#1a1a2e;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f0f0ee}.me-dchk-pane-subtitle{font-size:11px;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;margin:14px 0 6px}.me-dchk-empty{padding:24px 12px;text-align:center;color:#9ca3af;font-size:13px;white-space:pre-line;line-height:1.6}.me-dchk-source-item{display:flex;align-items:center;gap:10px;padding:10px 12px;margin-bottom:4px;border:1px solid transparent;border-radius:6px;background:#fff;cursor:pointer;font-size:13px;font-family:inherit;width:100%;text-align:left;transition:all .15s}.me-dchk-source-item:hover{background:#f5f5f5}.me-dchk-source-item.active{background:#eef2ff;border-color:#c7d2fe}.me-dchk-source-orphan{opacity:.7;cursor:default}.me-dchk-source-orphan:hover{background:#fff}.me-dchk-source-icon{font-size:16px}.me-dchk-source-label{flex:1;font-weight:600;color:#1a1a2e}.me-dchk-source-count{background:#00b8b6;color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:10px;min-width:24px;text-align:center}.me-dchk-source-orphan .me-dchk-source-count{background:#fbbf24;color:#78350f}.me-dchk-table{width:100%;border-collapse:collapse;font-size:13px}.me-dchk-table th{text-align:left;padding:10px 12px;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-weight:700;color:#374151}.me-dchk-table td{padding:10px 12px;border-bottom:1px solid #f0f0ee;color:#1a1a2e}.me-dchk-table tr:hover td{background:#fafafa}.me-dchk-tag{display:inline-block;padding:2px 8px;font-size:11px;font-weight:600;background:#e5e7eb;color:#374151;border-radius:4px}.me-dchk-param{font-family:SFMono-Regular,Menlo,monospace;font-size:12px;background:#f3f4f6;color:#00b8b6;padding:2px 6px;border-radius:4px}.me-dchk-element-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:10px;overflow:hidden}.me-dchk-element-head{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#fafafa;border-bottom:1px solid #f0f0ee}.me-dchk-element-name{font-size:14px;font-weight:700;color:#1a1a2e}.me-dchk-element-tpl{margin-left:auto;font-size:12px;color:#9ca3af}.me-dchk-element-body{padding:8px 14px}.me-dchk-element-row{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:13px;color:#1a1a2e}.me-dchk-arrow{color:#9ca3af;font-weight:700}.me-dchk-tpl-item{display:flex;align-items:center;gap:12px;padding:12px;margin-bottom:6px;border:1px solid transparent;border-radius:8px;background:#fff;cursor:pointer;font-family:inherit;width:100%;text-align:left;transition:all .15s}.me-dchk-tpl-item:hover{background:#f5f7fb;border-color:#e5e7eb}.me-dchk-tpl-item.active{background:#eef2ff;border-color:#c7d2fe;box-shadow:0 2px 6px #00b8b614}.me-dchk-tpl-orphan{opacity:.75;cursor:default}.me-dchk-tpl-orphan:hover{background:#fff;border-color:transparent}.me-dchk-tpl-dot{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;flex-shrink:0;box-shadow:inset 0 0 0 1px #0000000d}.me-dchk-tpl-dot-sm{width:22px;height:22px;border-radius:6px}.me-dchk-tpl-dot-warn{background:#fef3c7!important}.me-dchk-tpl-icon{font-size:16px;line-height:1}.me-dchk-tpl-dot-sm .me-dchk-tpl-icon{font-size:12px}.me-dchk-tpl-body{flex:1;min-width:0}.me-dchk-tpl-name{display:flex;align-items:center;gap:6px;font-size:13.5px;font-weight:700;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.me-dchk-tpl-demo{font-size:10px;font-weight:700;color:#00b8b6;background:#ede9fe;padding:1px 6px;border-radius:4px;letter-spacing:.3px}.me-dchk-tpl-page-badge{font-size:10.5px;font-weight:700;color:#00b8b6;background:#eef2ff;padding:2px 7px;border-radius:4px;letter-spacing:.2px;flex-shrink:0}.me-dchk-tpl-meta{font-size:11.5px;color:#9ca3af;margin-top:2px}.me-dchk-tpl-count{background:#00b8b6;color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:10px;min-width:24px;text-align:center;flex-shrink:0}.me-dchk-tpl-orphan .me-dchk-tpl-dot-warn+.me-dchk-tpl-body .me-dchk-tpl-name{color:#78350f}.me-dchk-pane-title-row{display:flex;align-items:center;gap:8px}.me-dchk-pane-title-text{font-size:14px;font-weight:700;color:#1a1a2e}.me-dchk-pane-title-sub{margin-left:auto;font-size:12px;font-weight:500;color:#9ca3af}.me-dchk-groups{display:flex;flex-direction:column;gap:14px}.me-dchk-group-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.me-dchk-group-head{display:flex;align-items:center;gap:10px;padding:12px 16px;background:linear-gradient(180deg,#fafbff,#f5f7fb);border-bottom:1px solid #eceef5}.me-dchk-group-name{font-size:14px;font-weight:700;color:#1a1a2e}.me-dchk-method-badge{display:inline-block;padding:2px 8px;font-size:11px;font-weight:700;color:#009a98;background:#ccefef;border-radius:4px;letter-spacing:.3px}.me-dchk-api-url{font-family:SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;color:#4b5563;background:#fff;border:1px solid #e5e7eb;padding:2px 8px;border-radius:4px;max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.me-dchk-group-collapse{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:transparent;border:none;color:#6b7280;cursor:pointer;border-radius:4px;transition:background .15s,transform .2s;flex-shrink:0;margin-left:auto}.me-dchk-group-collapse:hover{background:#f3f4f6;color:#1a1a2e}.me-dchk-group-collapse.is-collapsed{transform:rotate(-90deg)}.me-dchk-group-card.is-collapsed .me-dchk-group-head{border-bottom:none}.me-dchk-group-meta-actions{display:inline-flex;align-items:center;gap:6px;margin-left:auto}.me-dchk-group-action{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;font-size:12px;font-weight:600;font-family:inherit;color:#00b8b6;background:#fff;border:1px solid #c7d2fe;border-radius:6px;cursor:pointer;transition:all .15s;white-space:nowrap}.me-dchk-group-action:hover{background:#eef2ff;border-color:#00b8b6}.me-dchk-group-meta{display:flex;align-items:center;gap:10px;padding:8px 16px 10px;border-bottom:1px solid #f0f0ee;font-size:12.5px;color:#6b7280;background:#fff}.me-dchk-meta-item{display:inline-flex;align-items:center;gap:6px}.me-dchk-meta-label{color:#9ca3af;font-weight:500}.me-dchk-meta-value{font-family:SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;color:#00b8b6;background:#eef2ff;padding:1px 8px;border-radius:4px;font-weight:700}.me-dchk-meta-num{color:#1a1a2e;font-weight:700}.me-dchk-meta-unit{color:#6b7280}.me-dchk-meta-sep{color:#d1d5db;font-weight:400}.me-dchk-group-action svg{flex-shrink:0}.me-dchk-field-picker{padding:14px 16px;background:#fafbff;border-bottom:1px solid #eceef5}.me-dchk-field-picker-title{font-size:13px;font-weight:700;color:#1a1a2e;margin-bottom:10px;display:flex;align-items:center;gap:8px}.me-dchk-field-picker-hint{font-size:11.5px;font-weight:500;color:#9ca3af}.me-dchk-field-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:8px}.me-dchk-field-picker-group{margin-top:14px;border:1px solid #dbeafe;border-radius:10px;background:linear-gradient(180deg,#f5f9ff,#fff);padding:12px}.me-dchk-field-picker-group-head{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:10px;padding-bottom:10px;border-bottom:1px dashed #dbeafe}.me-dchk-field-picker-group-label{font-size:13px;font-weight:700;color:#1a1a2e}.me-dchk-field-picker-group-hint{flex-basis:100%;font-size:11.5px;font-weight:500;color:#6b7280;line-height:1.5}.me-dchk-field-picker-grid-nested{margin-left:6px;padding-left:10px;border-left:2px solid #dbeafe}.me-dchk-field-chip{display:flex;align-items:center;gap:8px;padding:8px 10px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;font-size:12.5px;cursor:pointer;transition:all .15s}.me-dchk-field-chip:hover{border-color:#c7d2fe;background:#eef2ff}.me-dchk-field-chip.is-on{background:#eef2ff;border-color:#00b8b6}.me-dchk-field-chip input{accent-color:#00B8B6;cursor:pointer;margin:0}.me-dchk-field-chip-icon{font-size:14px}.me-dchk-field-chip-label{font-weight:600;color:#1a1a2e}.me-dchk-field-chip-param{margin-left:auto;font-family:SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;color:#6b7280;background:#f3f4f6;padding:1px 6px;border-radius:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:140px}.me-dchk-row-hidden td{opacity:.55}.me-dchk-row-hidden .me-dchk-param{text-decoration:line-through}.me-dchk-value{display:inline-block;max-width:100%;padding:2px 8px;font-size:12.5px;color:#0f172a;background:#ecfdf5;border:1px solid #CCEFEF;border-radius:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.me-dchk-value-empty{color:#cbd5e1;font-size:13px}.me-dchk-visibility{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;font-size:12px;font-weight:600;font-family:inherit;border:1px solid #d1d5db;background:#fff;color:#1a1a2e;border-radius:6px;cursor:pointer;transition:all .15s}.me-dchk-visibility:hover{border-color:#00b8b6;color:#00b8b6;background:#eef2ff}.me-dchk-visibility.is-hidden{border-color:#fecaca;background:#fef2f2;color:#b91c1c;opacity:1}.me-dchk-visibility.is-hidden:hover{border-color:#dc2626;background:#fee2e2}.me-dchk-visibility svg{flex-shrink:0}.me-dchk-group-head .me-dchk-source-count{margin-left:auto}.me-dchk-group-card .me-dchk-table th{background:#fff;font-size:12px;color:#6b7280}.me-dchk-group-card .me-dchk-table td{font-size:13px}.me-dc-step1-list{display:flex;flex-direction:column}.me-dc-source-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:10px;background:#fff;cursor:pointer;transition:all .15s}.me-dc-source-card:hover{border-color:#00b8b6;background:#f7faff;box-shadow:0 4px 12px #00b8b614}.me-dc-source-card-left{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.me-dc-source-card-url{font-family:SFMono-Regular,Consolas,monospace;font-size:11px;color:#9ca3af;background:#f3f4f6;padding:3px 8px;border-radius:4px;margin-left:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:280px}.me-dc-source-card-right{display:flex;align-items:center;gap:6px;flex-shrink:0}.me-dc-card-action{background:none;border:1px solid #e5e7eb;padding:5px 12px;border-radius:5px;font-size:12px;font-weight:600;color:#6b7280;cursor:pointer;transition:all .1s}.me-dc-card-action:hover{background:#f3f4f6;color:#374151}.me-dc-card-action-delete{color:#ef4444;border-color:#fecaca}.me-dc-card-action-delete:hover{background:#fef2f2;color:#b91c1c}.me-dc-cbs-group{margin-bottom:8px}.me-dc-add-instance-btn{width:100%;padding:10px 16px;margin-top:2px;background:#fff;border:1px dashed #c7d2fe;border-radius:10px;color:#00b8b6;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s}.me-dc-add-instance-btn:hover{background:#eef2ff;border-color:#00b8b6;border-style:solid}.me-dc-card-arrow{font-size:22px;color:#c7d2fe;font-weight:300;margin-left:4px;transition:transform .15s}.me-dc-source-card:hover .me-dc-card-arrow{color:#00b8b6;transform:translate(3px)}.me-dc-ext-api-btn-compact{position:absolute;bottom:20px;right:20px;display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border:1px solid #c7d9f7;border-radius:8px;background:#fff;color:#00b8b6;font-size:12px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s;box-shadow:0 2px 8px #00b8b61f;z-index:5}.me-dc-ext-api-btn-compact:hover{background:var(--mev1-mint-soft);border-color:#00b8b6;box-shadow:0 4px 12px #00b8b62e;transform:translateY(-1px)}.me-dc-ext-api-btn-compact svg{flex-shrink:0}.me-dc-source-card-cbs{align-items:stretch;padding:14px 18px}.me-dc-source-card-cbs .me-dc-source-card-left{flex-direction:column;align-items:flex-start;gap:8px}.me-dc-source-card-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap;width:100%}.me-dc-source-card-meta{display:flex;align-items:center;gap:10px;width:100%;padding-left:30px}.me-dc-source-card-count{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:10px;background:#eef4ff;color:#009a98;font-size:11px;font-weight:700;flex-shrink:0}.me-dc-source-card-preview{font-size:12px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1}.me-dc-step1-form{display:flex;flex-direction:column;gap:16px}.me-dc-form-header{display:flex;align-items:center;gap:12px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.me-dc-back-btn{background:none;border:1px solid #e5e7eb;padding:6px 12px;border-radius:6px;font-size:13px;color:#00b8b6;font-weight:600;cursor:pointer;transition:all .1s}.me-dc-back-btn:hover{background:var(--mev1-mint-soft);border-color:#00b8b6}.me-dc-form-title{font-size:15px;font-weight:700;color:#1a1a2e}.me-dc-step-source-info{display:flex;align-items:center;gap:10px;padding:12px 16px;background:linear-gradient(135deg,#eef4ff,#f7faff);border:1px solid #c7d9f7;border-radius:8px;margin-bottom:16px}.me-dc-step-source-icon{font-size:22px}.me-dc-step-source-name{font-size:15px;font-weight:700;color:#1a1a2e}.me-dc-step-source-count{margin-left:auto;font-size:12px;color:#00b8b6;font-weight:600;background:#fff;padding:4px 10px;border-radius:12px}.me-dc-step-hint{font-size:13px;color:#6b7280;margin-bottom:14px}.me-dc-step-hint-count{display:inline-block;margin-left:8px;font-size:12px;color:#00b8b6;font-weight:700;background:#eef4ff;padding:2px 10px;border-radius:10px}.me-dc-fields-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.me-dc-field-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .1s;background:#fff}.me-dc-field-item:hover{background:#f9fafb}.me-dc-field-item.checked{border-color:#00b8b6;background:var(--mev1-mint-soft)}.me-dc-field-item input[type=checkbox]{accent-color:#00B8B6;cursor:pointer}.me-dc-field-icon{font-size:16px}.me-dc-field-label{font-size:13px;font-weight:600;color:#374151}.me-dc-field-param{margin-left:auto;font-family:SFMono-Regular,Consolas,monospace;font-size:11px;color:#9ca3af;background:#f3f4f6;padding:2px 8px;border-radius:4px}.me-dc-field-item.checked .me-dc-field-param{background:#fff;color:#00b8b6}.me-dc-field-timing-btn{margin-left:6px;padding:3px 9px;font-size:11px;font-weight:600;color:#00b8b6;background:#eef2ff;border:1px solid #c7d2fe;border-radius:4px;cursor:pointer;font-family:inherit;white-space:nowrap;transition:all .15s}.me-dc-field-timing-btn:hover{background:#00b8b6;color:#fff;border-color:#00b8b6}.me-tmp-modal{width:720px;max-height:86vh;display:flex;flex-direction:column}.me-tmp-body{padding:18px 22px 22px;overflow-y:auto}.me-tmp-param-row{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;margin-bottom:16px}.me-tmp-param-label{font-size:12px;font-weight:700;color:#6b7280}.me-tmp-param-value{font-family:SFMono-Regular,Consolas,monospace;font-size:12px;color:#00b8b6;background:#fff;padding:3px 8px;border-radius:4px;border:1px solid #e5e7eb}.me-tmp-section{margin-bottom:18px}.me-tmp-section-title{font-size:13px;font-weight:700;color:#1a1a2e;margin-bottom:10px}.me-tmp-section-subtitle{font-size:12px;font-weight:600;color:#6b7280;margin-top:14px;margin-bottom:8px}.me-tmp-sentence{display:flex;flex-wrap:wrap;gap:6px;padding:14px 18px;background:#fafafa;border:1px solid #e5e7eb;border-radius:8px;font-size:18px;font-weight:600;color:#1a1a2e;margin-bottom:10px}.me-tmp-word{padding:2px 8px;border-radius:4px;cursor:pointer;transition:all .15s}.me-tmp-word:hover{background:#eef2ff}.me-tmp-word.active{background:#00b8b6;color:#fff}.me-tmp-play-btn{padding:7px 14px;font-size:12px;font-weight:600;color:#fff;background:#00b8b6;border:none;border-radius:6px;cursor:pointer;font-family:inherit}.me-tmp-play-btn:hover{background:#009a98}.me-tmp-table{width:100%;border-collapse:collapse;font-size:12px}.me-tmp-table th{text-align:left;padding:8px 10px;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-weight:700;color:#374151}.me-tmp-table td{padding:8px 10px;border-bottom:1px solid #f0f0ee;color:#1a1a2e}.me-tmp-table tr.active td{background:#eef2ff}.me-tmp-table tr{cursor:pointer}.me-tmp-stress{display:inline-block;width:18px;height:18px;text-align:center;line-height:18px;font-size:11px;font-weight:700;color:#fff;background:#9ca3af;border-radius:50%}.me-tmp-stress-0{background:#d1d5db;color:#6b7280}.me-tmp-stress-1{background:#60a5fa}.me-tmp-stress-2{background:#00b8b6}.me-tmp-bar-track{position:relative;width:120px;height:6px;background:#f3f4f6;border-radius:3px;overflow:hidden}.me-tmp-bar-fill{position:absolute;top:0;height:100%;background:#00b8b6}.me-tmp-sentence-meta{display:flex;gap:16px;padding:10px 12px;background:#f9fafb;border-radius:6px;font-size:12px}.me-tmp-sentence-meta div{display:flex;flex-direction:column;gap:2px}.me-tmp-sentence-meta span{color:#6b7280}.me-tmp-sentence-meta strong{color:#1a1a2e;font-size:14px}.me-tmp-scores{display:flex;flex-direction:column;gap:8px}.me-tmp-score-row{display:flex;align-items:center;gap:10px;font-size:12px}.me-tmp-score-label{width:80px;color:#374151;font-weight:600}.me-tmp-score-bar{flex:1;height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden}.me-tmp-score-fill{height:100%;background:linear-gradient(90deg,#60a5fa,#00b8b6)}.me-tmp-score-val{width:56px;text-align:right;color:#6b7280;font-family:SFMono-Regular,Consolas,monospace}.me-tmp-hint{margin-top:16px;padding:10px 12px;background:#fffbeb;border:1px solid #fde68a;border-radius:6px;font-size:12px;color:#92400e}.me-dc-field-group{margin-top:14px;border:1px solid #e5e7eb;border-radius:10px;background:linear-gradient(180deg,#f8fafc,#fff);padding:12px 14px}.me-dc-field-group:last-child{margin-bottom:24px}.me-dc-field-group-head{display:flex;flex-direction:column;gap:4px;margin-bottom:10px;padding-bottom:10px;border-bottom:1px dashed #e5e7eb}.me-dc-field-group-toggle{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:13px;font-weight:700;color:#1f2937}.me-dc-field-group-toggle input[type=checkbox]{accent-color:#00B8B6;cursor:pointer}.me-dc-field-group-expand-cb{width:16px;height:16px;margin:0;flex-shrink:0}.me-dc-field-group.collapsed .me-dc-field-group-head{margin-bottom:0;padding-bottom:0;border-bottom:none}.me-dc-field-group-more-btn{margin:10px 0 0 18px;padding:6px 14px;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;font-size:12px;font-weight:600;color:#4b5563;cursor:pointer;transition:background .15s,border-color .15s}.me-dc-field-group-more-btn:hover{background:#e5e7eb;border-color:#9ca3af}.me-dc-field-group-icon{font-size:15px}.me-dc-field-group-label{flex:1}.me-dc-field-group-count{font-family:SFMono-Regular,Consolas,monospace;font-size:11px;font-weight:600;color:#6b7280;background:#eef4ff;padding:2px 8px;border-radius:10px}.me-dc-field-group-toggle.checked .me-dc-field-group-count{background:#dbeafe;color:#009a98}.me-dc-field-group-hint{font-size:11.5px;color:#6b7280;line-height:1.5;padding-left:0}.me-dc-fields-grid-nested{margin-left:18px;border-left:2px solid #dbeafe;padding-left:12px}.me-dc-field-item-nested{background:#fafbfc}.me-dc-field-item-nested.checked{background:#eff6ff}.me-dc-step3{display:flex;flex-direction:column;height:100%}.me-dc-step3 .me-db-modal-table-wrap{flex:1;overflow-y:auto;border:1px solid #e5e7eb;border-radius:8px;margin-top:8px}.me-dc-step3-foot{display:flex;align-items:center;justify-content:space-between;padding:10px 0 4px;margin-top:8px}.me-dc-wizard-footer{display:flex;align-items:center;padding:14px 28px;border-top:1px solid #f0f0f0;background:#fafbfc;gap:10px}.me-dc-footer-spacer{flex:1}.me-dc-btn-prev{background:#fff;border:1px solid #e5e7eb;padding:9px 20px;border-radius:6px;font-size:13px;font-weight:600;color:#6b7280;cursor:pointer}.me-dc-btn-prev:hover{background:#f3f4f6;color:#374151}.me-dc-btn-next,.me-dc-btn-complete{background:#00b8b6;border:none;color:#fff;padding:9px 28px;border-radius:6px;font-size:13px;font-weight:700;cursor:pointer;transition:background .15s}.me-dc-btn-next:hover:not(:disabled),.me-dc-btn-complete:hover:not(:disabled){background:#3b7de6}.me-dc-btn-next:disabled,.me-dc-btn-complete:disabled{background:#c7d2fe;cursor:not-allowed;opacity:.7}.me-dc-btn-complete{background:#00b8b6}.me-dc-btn-complete:hover:not(:disabled){background:#009a98}.me-dc-btn-complete:disabled{background:#80dcdb}.me-dc-step3-userapi{display:flex;flex-direction:column;gap:14px}.me-dc-userapi-url{font-family:SFMono-Regular,Consolas,monospace;font-size:11px;color:#6b7280;background:#fff;padding:4px 10px;border-radius:4px;margin-left:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:360px}.me-dc-userapi-section{border:1px solid #e5e7eb;border-radius:8px;background:#fff;overflow:hidden}.me-dc-userapi-section-head{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#f9fafb;border-bottom:1px solid #e5e7eb;gap:10px}.me-dc-userapi-section-title{font-size:13px;font-weight:700;color:#1a1a2e}.me-dc-userapi-section-badge{font-size:11px;color:#0369a1;background:#e0f2fe;padding:2px 8px;border-radius:10px;font-weight:600}.me-dc-userapi-response{margin:0;padding:14px;font-size:12px;font-family:SFMono-Regular,Consolas,monospace;color:#1a1a2e;background:#fafbfc;max-height:200px;overflow:auto;white-space:pre-wrap;word-break:break-all}.me-dc-userapi-section-compact{margin-bottom:14px}.me-dc-userapi-section-compact .me-dc-userapi-response{max-height:160px}.me-dc-userapi-section-spaced{margin-top:28px;margin-bottom:28px}.me-dc-userapi-items{display:flex;flex-direction:column;padding:4px 0}.me-dc-userapi-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border-bottom:1px solid #f3f4f6}.me-dc-userapi-item:last-child{border-bottom:none}.me-dc-userapi-item:hover{background:#f9fafb}.me-dc-userapi-item-num{width:22px;height:22px;border-radius:50%;background:#eef4ff;color:#00b8b6;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.me-dc-userapi-item-fields{display:flex;flex-wrap:wrap;gap:14px;font-size:13px;color:#374151}.me-dc-userapi-item-field b{color:#6b7280;font-weight:600;margin-right:4px}.me-dc-cbs-id-row{display:flex;align-items:center;gap:8px;padding:10px 12px;background:linear-gradient(180deg,#f8fafc,#fff);border:1px solid #e5e7eb;border-radius:8px;margin:12px 0 8px}.me-dc-cbs-id-method{display:inline-flex;align-items:center;justify-content:center;height:22px;padding:0 8px;background:#ccefef;color:#047857;font-size:11px;font-weight:800;letter-spacing:.4px;border-radius:4px;flex-shrink:0}.me-dc-cbs-id-label{font-size:12.5px;font-weight:700;color:#374151;font-family:SFMono-Regular,Consolas,monospace;flex-shrink:0}.me-dc-cbs-id-input{flex:1;min-width:0;padding:7px 10px;font-size:13px;border:1px solid #e0e0de;border-radius:6px;background:#fff;color:#1a1a2e;outline:none;transition:border-color .15s,box-shadow .15s;font-family:inherit}.me-dc-cbs-id-input::placeholder{color:#9ca3af}.me-dc-cbs-id-input:focus{border-color:#00b8b6;box-shadow:0 0 0 3px #00b8b61f}.me-dc-cbs-preview-btn{padding:7px 16px;background:linear-gradient(135deg,#00b8b6 0% 100%);color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:700;cursor:pointer;transition:box-shadow .15s,opacity .15s;flex-shrink:0;font-family:inherit}.me-dc-cbs-preview-btn:hover:not(:disabled){box-shadow:0 4px 14px #00b8b666}.me-dc-cbs-preview-btn:disabled{background:#d1d5db;cursor:not-allowed;opacity:.7}.me-dc-userapi-info-hint{background:#eef4ff!important;border-color:#c7dafc!important;color:#1e40af!important;margin-bottom:24px}.me-dc-userapi-section+.me-dc-step-hint,.me-dc-userapi-info+.me-dc-step-hint,.me-dc-userapi-section-compact+.me-dc-step-hint{margin-top:24px}.me-dc-preview-table-wrap{margin:4px 0;overflow-x:auto;border:1px solid #e5e7eb;border-radius:8px}.me-dc-preview-table{width:100%;border-collapse:collapse;font-size:12.5px;background:#fff}.me-dc-preview-table thead{background:#f9fafb;border-bottom:1px solid #e5e7eb}.me-dc-preview-table th{padding:10px 12px;text-align:left;font-weight:700;color:#374151;white-space:nowrap;font-size:12px}.me-dc-preview-th-num{width:36px;text-align:center!important}.me-dc-preview-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .12s}.me-dc-preview-table tbody tr:last-child{border-bottom:none}.me-dc-preview-table tbody tr:hover{background:#fafbff}.me-dc-preview-table td{padding:10px 12px;color:#1a1a2e;vertical-align:middle;word-break:break-word}.me-dc-preview-td-num{text-align:center;font-weight:700;color:#00b8b6;background:#f9fbff;width:36px}.me-dc-preview-text{font-size:12.5px}.me-dc-preview-empty{color:#cbd5e1;font-weight:600}.me-dc-preview-example{color:#94a3b8;font-style:italic;font-size:12.5px}.me-dc-preview-timing-cell{display:inline-flex;align-items:center;gap:8px;flex-wrap:nowrap;max-width:100%}.me-dc-preview-timing-snippet{font-family:SFMono-Regular,Consolas,monospace;font-size:11px;color:#475569;background:#f3f4f6;padding:4px 8px;border-radius:4px;max-width:380px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.me-dc-preview-img-btn{display:inline-flex;align-items:center;gap:8px;padding:4px 10px 4px 4px;border:1px solid #e5e7eb;background:#fff;border-radius:8px;cursor:pointer;transition:border-color .15s,box-shadow .15s}.me-dc-preview-img-btn:hover{border-color:#00b8b6;box-shadow:0 0 0 3px #00b8b61f}.me-dc-preview-img-thumb{width:36px;height:36px;object-fit:cover;border-radius:5px;background:#f3f4f6;flex-shrink:0}.me-dc-preview-img-label{font-size:12px;color:#00b8b6;font-weight:600;white-space:nowrap}.me-dc-preview-audio-btn{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border:1px solid #e5e7eb;background:#fff;border-radius:18px;cursor:pointer;font-size:12px;font-weight:600;color:#00b8b6;transition:all .15s}.me-dc-preview-audio-btn:hover{border-color:#00b8b6;background:#eef4ff}.me-dc-preview-audio-btn.playing{background:linear-gradient(135deg,#00b8b6 0% 100%);color:#fff;border-color:transparent}.me-dc-preview-audio-icon{font-size:11px;line-height:1}.me-dc-preview-audio-label{white-space:nowrap}.me-dc-img-preview-overlay{position:fixed;inset:0;background:#111827a6;z-index:10000;display:flex;align-items:center;justify-content:center;animation:me-dc-img-fade .15s ease-out}@keyframes me-dc-img-fade{0%{opacity:0}to{opacity:1}}.me-dc-img-preview-box{background:#fff;border-radius:14px;padding:16px;max-width:80vw;max-height:80vh;box-shadow:0 20px 60px #00000052;display:flex;flex-direction:column;align-items:center;position:relative;animation:me-confirm-pop .2s cubic-bezier(.2,.9,.35,1.2)}.me-dc-img-preview-close{position:absolute;top:8px;right:8px;width:28px;height:28px;border:none;background:#0000000f;border-radius:50%;cursor:pointer;font-size:14px;color:#1a1a2e;display:flex;align-items:center;justify-content:center;transition:background .15s}.me-dc-img-preview-close:hover{background:#0000001f}.me-dc-img-preview-img{max-width:70vw;max-height:65vh;border-radius:8px;background:#f3f4f6}.me-dc-img-preview-url{margin-top:12px;font-size:11.5px;color:#6b7280;font-family:SFMono-Regular,Consolas,monospace;word-break:break-all;text-align:center;max-width:70vw}.me-dc-userapi-info{padding:14px 16px;background:#fef3c7;border:1px solid #fde68a;border-radius:8px;font-size:13px;color:#92400e}.me-dc-userapi-empty{padding:28px 16px;text-align:center;font-size:13px;color:#6b7280;font-weight:500;background:#fafafa}.me-dc-userapi-hint{padding:10px 14px;background:#f0f9ff;border:1px dashed #bae6fd;border-radius:6px;font-size:12px;color:#0369a1;font-style:italic}.me-dc-bind-section{margin-top:4px;padding:14px 16px;background:linear-gradient(135deg,#f0f9ff,#f7faff);border:1px solid #bae6fd;border-radius:10px}.me-dc-bind-section-head{display:flex;align-items:center;gap:12px;margin-bottom:10px;flex-wrap:wrap}.me-dc-bind-section-title{font-size:13px;font-weight:700;color:#0c4a6e}.me-dc-bind-section-hint{font-size:12px;color:#0369a1}.me-dc-bind-tags{display:flex;flex-wrap:wrap;gap:8px}.me-dc-bind-tag{display:inline-flex;align-items:center;padding:6px 12px;background:#fff;border:1px solid #bae6fd;border-radius:16px;font-family:SFMono-Regular,Consolas,monospace;font-size:12.5px;font-weight:600;color:#0c4a6e;cursor:pointer;transition:all .15s;-webkit-user-select:none;user-select:none}.me-dc-bind-tag:hover{background:#0ea5e9;color:#fff;border-color:#0ea5e9;transform:translateY(-1px);box-shadow:0 4px 10px #0ea5e94d}.me-dc-bind-tag:active{transform:translateY(0);box-shadow:0 1px 3px #0ea5e933}.me-dc-write-empty{padding:40px 24px;background:#fffbeb;border:1px dashed #fcd34d;border-radius:8px;text-align:center;font-size:13px;color:#92400e;line-height:1.7}.me-dc-write-empty b{color:#b45309;font-weight:700}.me-dc-mapping-table{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff}.me-dc-mapping-head{display:grid;grid-template-columns:240px 1fr 60px;gap:12px;padding:10px 14px;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-size:12px;font-weight:700;color:#6b7280}.me-dc-mapping-head-action{text-align:center}.me-dc-mapping-row{display:grid;grid-template-columns:240px 1fr 60px;gap:12px;align-items:center;padding:10px 14px;border-bottom:1px solid #f3f4f6}.me-dc-mapping-row:last-child{border-bottom:none}.me-dc-mapping-row:hover{background:#fafbfc}.me-dc-mapping-empty{padding:28px 14px;text-align:center;font-size:13px;color:#9ca3af;background:#fafbfc}.me-dc-mapping-empty b{color:#00b8b6;font-weight:700}.me-dc-mapping-action{display:flex;justify-content:center}.me-dc-mapping-key-tag{display:inline-block;padding:4px 10px;background:#eef4ff;color:#009a98;border-radius:5px;font-size:12.5px;font-weight:600;font-family:SFMono-Regular,Consolas,monospace}.me-dc-mapping-key-input{width:100%;padding:7px 10px;border:1px solid #e0e0de;border-radius:5px;font-size:13px;font-family:SFMono-Regular,Consolas,monospace;font-weight:600;color:#009a98;background:#fff}.me-dc-mapping-key-input:focus{outline:none;border-color:#00b8b6}.me-dc-mapping-key-input::placeholder{color:#c7d2fe;font-weight:400}.me-dc-step-hint-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.me-dc-step-hint-row .me-dc-step-hint{margin-bottom:0;flex:1}.me-dc-add-mapping-btn{background:#00b8b6;color:#fff;border:none;padding:7px 14px;border-radius:5px;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap;flex-shrink:0}.me-dc-add-mapping-btn:hover{background:#3b7de6}.me-api-form-body-hint{margin-top:8px;padding:10px 12px;background:#f0f9ff;border:1px dashed #bae6fd;border-radius:6px;font-size:12px;color:#0369a1}.me-api-form-body-hint b{color:#0c4a6e;font-weight:700}.me-dc-mapping-select,.me-dc-mapping-input{width:100%;padding:7px 10px;border:1px solid #e0e0de;border-radius:5px;font-size:13px;background:#fff;color:#1a1a2e}.me-dc-mapping-select:focus,.me-dc-mapping-input:focus{outline:none;border-color:#00b8b6}.me-dc-combobox{position:relative;display:flex;align-items:stretch;border:1px solid #e0e0de;border-radius:6px;background:#fff;transition:border-color .15s,box-shadow .15s}.me-dc-combobox:focus-within{border-color:#00b8b6;box-shadow:0 0 0 3px #00b8b61f}.me-dc-combobox-input{flex:1;min-width:0;padding:7px 10px;border:none;outline:none;background:transparent;font-size:13px;color:#1a1a2e;font-family:inherit;border-radius:6px 0 0 6px}.me-dc-combobox-input::placeholder{color:#9ca3af}.me-dc-combobox-toggle{width:32px;border:none;border-left:1px solid #f0f0f0;background:#fafbfc;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:0 6px 6px 0;transition:background .15s,color .15s;flex-shrink:0}.me-dc-combobox-toggle:hover{background:#eef4ff;color:#00b8b6}.me-dc-combobox-backdrop{position:fixed;inset:0;z-index:20}.me-dc-combobox-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:21;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 8px 24px #1118271f;padding:6px;max-height:260px;overflow-y:auto;animation:me-dc-combobox-open .12s ease-out}@keyframes me-dc-combobox-open{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.me-dc-combobox-menu-head{padding:6px 10px 8px;font-size:11px;font-weight:700;color:#9ca3af;letter-spacing:.3px;text-transform:uppercase;border-bottom:1px solid #f3f4f6;margin-bottom:4px}.me-dc-combobox-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border:none;background:transparent;cursor:pointer;border-radius:6px;font-size:13px;color:#1a1a2e;text-align:left;transition:background .12s;font-family:inherit}.me-dc-combobox-item:hover{background:#f3f4f6}.me-dc-combobox-item.selected{background:#eef4ff;color:#009a98;font-weight:600}.me-dc-combobox-item-icon{font-size:13px;flex-shrink:0;opacity:.8}.me-dc-combobox-item-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.me-dc-combobox-item-check{color:#00b8b6;font-weight:800;flex-shrink:0}.me-dc-resp-section{border:1px solid #e5e7eb;border-radius:8px;background:#fff;overflow:hidden}.me-dc-resp-section-head{padding:10px 14px;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-size:13px;font-weight:700;color:#1a1a2e}.me-dc-resp-row{display:flex;align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid #f3f4f6;cursor:pointer}.me-dc-resp-row:last-child{border-bottom:none}.me-dc-resp-row:hover{background:#fafbfc}.me-dc-resp-row input[type=checkbox]{accent-color:#00B8B6;cursor:pointer}.me-dc-resp-label{font-size:13px;color:#374151;flex-shrink:0}.me-dc-resp-inline-input{margin-left:auto;flex:1;max-width:360px;padding:6px 10px;border:1px solid #e0e0de;border-radius:5px;font-size:12.5px;color:#1a1a2e;background:#fff}.me-dc-resp-inline-input:focus{outline:none;border-color:#00b8b6}.rt-canvas{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:5% 8% 6%;overflow:hidden;background:linear-gradient(180deg,#b7e0ff,#def1ff,#b7e0ff);gap:7%}.rt-cloud-bg{position:absolute;pointer-events:none;overflow:visible}.rt-cloud-tl{top:0;left:0;width:22%;height:22%}.rt-cloud-tr{top:4%;right:0;width:24%;height:24%}.rt-cloud-bl{bottom:0;left:0;width:32%;height:26%}.rt-cloud-br{bottom:0;right:0;width:32%;height:26%}.rt-instruction-pill{position:relative;z-index:2;align-self:center;display:inline-flex;align-items:center;justify-content:center;gap:16px;background:#ffffffb3;border:1px solid #BFDBFE;border-radius:14px;padding:22px 36px;box-shadow:0 2px 8px #2383e214;box-sizing:border-box}.rt-instruction-pill:not(.is-selected):hover:not(:has(.rt-instruction-text:hover)){outline:2px dashed var(--mev1-mint);outline-offset:6px}.rt-instruction-pill.is-selected{outline:2px solid var(--mev1-mint)!important;outline-offset:6px;overflow:visible!important;z-index:100}.rt-instruction-pill.is-selected .me-cv-handle-tl{top:-11px;left:-11px}.rt-instruction-pill.is-selected .me-cv-handle-tr{top:-11px;right:-11px}.rt-instruction-pill.is-selected .me-cv-handle-bl{bottom:-11px;left:-11px}.rt-instruction-pill.is-selected .me-cv-handle-br{bottom:-11px;right:-11px}.rt-instruction-pill.is-selected .me-cv-handle-tc{top:-11px}.rt-instruction-pill.is-selected .me-cv-handle-bc{bottom:-11px}.rt-instruction-pill.is-selected .me-cv-handle-ml{left:-11px}.rt-instruction-pill.is-selected .me-cv-handle-mr{right:-11px}.rt-instruction-pill.is-selected .me-cv-handle-rotate{bottom:-42px}.rt-instruction-pill.is-selected .me-cv-handle{z-index:12}.rt-instruction-pill.is-selected .me-cv-handle-rotate{z-index:9999}.rt-num{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:#2383e2;color:#fff;border-radius:8px;font-size:18px;font-weight:700;flex-shrink:0}.rt-instruction-pill.has-selected-text{overflow:visible;z-index:100}.rt-instruction-text{position:relative;display:inline-block;font-size:19px;font-weight:700;color:#1a1a2e;letter-spacing:-.2px;white-space:nowrap}.rt-instruction-text:not(.is-selected):hover{outline:2px dashed var(--mev1-mint);outline-offset:4px;border-radius:4px}.rt-instruction-text.is-selected{outline:2px solid var(--mev1-mint);outline-offset:4px;border-radius:4px;overflow:visible}.rt-instruction-text.is-selected .me-cv-handle-tl{top:-9px;left:-9px}.rt-instruction-text.is-selected .me-cv-handle-tr{top:-9px;right:-9px}.rt-instruction-text.is-selected .me-cv-handle-bl{bottom:-9px;left:-9px}.rt-instruction-text.is-selected .me-cv-handle-br{bottom:-9px;right:-9px}.rt-instruction-text.is-selected .me-cv-handle-tc{top:-9px}.rt-instruction-text.is-selected .me-cv-handle-bc{bottom:-9px}.rt-instruction-text.is-selected .me-cv-handle-ml{left:-9px}.rt-instruction-text.is-selected .me-cv-handle-mr{right:-9px}.rt-instruction-text.is-selected .me-cv-handle-rotate{bottom:-40px}.rt-instruction-text.is-selected .me-cv-handle{z-index:12}.rt-instruction-text.is-selected .me-cv-handle-rotate{z-index:9999}.rt-stage{position:relative;z-index:2;align-self:center;width:92%;display:flex;align-items:center;justify-content:center}.rt-stage:hover{outline:2px dashed var(--mev1-mint);outline-offset:6px;border-radius:6px}.rt-stage.is-selected{outline:2px solid var(--mev1-mint);outline-offset:6px;border-radius:6px}.rt-stage.is-selected .me-cv-handle-tl{top:-11px;left:-11px}.rt-stage.is-selected .me-cv-handle-tr{top:-11px;right:-11px}.rt-stage.is-selected .me-cv-handle-bl{bottom:-11px;left:-11px}.rt-stage.is-selected .me-cv-handle-br{bottom:-11px;right:-11px}.rt-stage.is-selected .me-cv-handle-tc{top:-11px}.rt-stage.is-selected .me-cv-handle-bc{bottom:-11px}.rt-stage.is-selected .me-cv-handle-ml{left:-11px}.rt-stage.is-selected .me-cv-handle-mr{right:-11px}.rt-stage.is-selected .me-cv-handle-rotate{bottom:-42px}.rt-sentence-card{position:relative;z-index:2;flex:1;margin:0 64px;display:flex;flex-direction:column;align-items:center;gap:10px;padding:36px 40px;background:#fff;border:3px solid #2383e2;border-radius:18px;box-shadow:0 6px 20px #2383e21f}.rt-spk-btn{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.rt-spk-btn:hover svg{transform:scale(1.08);transition:transform .15s}.rt-sentence{margin:0;font-size:32px;color:#1a1a2e;font-weight:700;letter-spacing:-.3px;text-align:center}.rt-sentence-empty{color:#9ca3af!important;font-weight:500!important;font-size:22px!important}.rt-mic-btn{position:relative;z-index:2;width:88px;height:88px;border-radius:50%;background:#2383e2;border:4px solid white;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #2383e24d;transition:transform .15s,background .15s;flex-shrink:0;margin-top:5%}.rt-mic-btn:hover{background:#1a6fcb;transform:scale(1.05)}.rt-recording-bar{position:relative;z-index:2;display:flex;align-items:center;gap:16px;padding:12px 28px 12px 14px;background:#2383e2;border-radius:999px;box-shadow:0 8px 22px #2383e247;min-width:50%;max-width:80%;animation:rt-rec-fade-in .18s ease;margin-top:5%}@keyframes rt-rec-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.rt-stop-btn{width:52px;height:52px;border-radius:50%;background:#fff;border:none;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .15s}.rt-stop-btn:hover{transform:scale(1.06)}.rt-recording-info{display:flex;flex-direction:column;gap:2px;color:#fff}.rt-recording-time{font-size:22px;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.3px;line-height:1.1}.rt-recording-time strong{font-weight:800}.rt-recording-time-sep{font-weight:600;opacity:.92}.rt-recording-status{font-size:13px;font-weight:600;letter-spacing:-.2px;opacity:.95}.rt-done-bar{position:relative;z-index:2;display:flex;align-items:center;gap:16px;padding:12px 60px 12px 14px;background:#2383e2;border:none;border-radius:999px;box-shadow:0 8px 22px #2383e247;min-width:50%;max-width:80%;font-family:inherit;animation:rt-rec-fade-in .18s ease;pointer-events:none;margin-top:5%}.rt-done-check{width:52px;height:52px;border-radius:50%;background:#fff;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rt-done-text{font-size:24px;font-weight:800;color:#fff;letter-spacing:-.3px}.rt-confirm-btn{position:absolute;bottom:24px;right:28px;z-index:3;background:#2383e2;color:#fff;border:none;padding:10px 28px;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 4px 12px #2383e240;transition:background .15s,transform .15s}.rt-confirm-btn:hover{background:#1a6fcb;transform:translateY(-1px)}.rt-confirm-btn:active{background:#1560b3}.rt-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:none;background:#2383e2;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #00000026;z-index:6;transition:transform .15s ease,background .12s}.rt-nav:hover{transform:translateY(-50%) scale(1.05);background:#1a6fcb}.rt-nav-prev{left:0}.rt-nav-next{right:0}.rt-nav:disabled{background:#a9a6b5;cursor:not-allowed;opacity:.6}.rt-nav:disabled:hover{transform:translateY(-50%);background:#a9a6b5}.rt-pagination{position:absolute;bottom:18px;left:50%;transform:translate(-50%);display:inline-flex;align-items:baseline;gap:4px;padding:6px 14px;background:#ffffffd9;border-radius:999px;box-shadow:0 2px 6px #00000014;font-size:14px;color:#1a1a2e;z-index:5}.rt-pagination-cur{font-weight:700;color:#2383e2}.rt-pagination-sep{color:#cbd5e1}.rt-pagination-tot{color:#6b7280}.dfill-canvas{position:relative;width:100%;height:100%;background:linear-gradient(180deg,#1f2c5a,#1b2547);overflow:hidden;color:#fff;display:flex;flex-direction:column;padding:24px 36px 28px;box-sizing:border-box}.dfill-bg-deco{position:absolute;inset:0;pointer-events:none;overflow:hidden}.dfill-planet{position:absolute;top:14px;right:12%;width:90px;height:90px;border-radius:50%;background:radial-gradient(circle at 38% 35%,#fef08a 0%,#fbbf24 35%,#b45309 80%,transparent 81%),repeating-radial-gradient(circle at 50% 50%,transparent 0 30px,rgba(255,255,255,.18) 30px 31px,transparent 31px 36px,rgba(255,255,255,.12) 36px 37px);box-shadow:0 0 30px #fbbf2459}.dfill-rocket{position:absolute;left:22px;bottom:18%;font-size:56px;transform:rotate(-12deg);filter:drop-shadow(0 4px 6px rgba(0,0,0,.35))}.dfill-cloud{position:absolute;color:#ffffffd9;font-size:26px}.dfill-cloud-1{top:70px;right:24%}.dfill-cloud-2{top:38px;right:6%;font-size:30px}.dfill-cloud-3{bottom:12%;left:6%;font-size:22px}.dfill-star{position:absolute;color:#fef08a;opacity:.85}.dfill-star-1{top:26%;left:4%;font-size:14px}.dfill-star-2{top:6%;right:18%;font-size:12px;color:#fff}.dfill-star-3{bottom:22%;right:4%;font-size:18px;color:#fff}.dfill-star-4{top:60%;right:8%;font-size:14px}.dfill-star-5{bottom:42%;left:30%;font-size:12px;color:#fff}.dfill-star-6{top:30%;right:32%;font-size:10px;color:#fff}.dfill-dotline{position:absolute;top:0;right:4%;width:2px;height:100%;background-image:repeating-linear-gradient(to bottom,rgba(135,206,250,.6) 0 4px,transparent 4px 12px);transform:rotate(8deg);transform-origin:top right}.dfill-titlebar{position:relative;z-index:1;display:flex;align-items:center;gap:14px;background:#2a3766;border-radius:12px;padding:14px 22px;margin-bottom:18px}.dfill-titlebar-num{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:#4f7df0;color:#fff;border-radius:8px;font-size:18px;font-weight:700}.dfill-titlebar-text{position:relative;display:inline-block;font-size:19px;font-weight:700;color:#fff;letter-spacing:-.2px}.dfill-titlebar:not(.is-selected):hover:not(:has(.dfill-titlebar-text:hover)){outline:2px dashed var(--mev1-mint);outline-offset:6px}.dfill-titlebar.is-selected{outline:2px solid var(--mev1-mint)!important;outline-offset:6px;overflow:visible!important;z-index:100}.dfill-titlebar.has-selected-text{overflow:visible;z-index:100}.dfill-titlebar.is-selected .me-cv-handle-tl{top:-11px;left:-11px}.dfill-titlebar.is-selected .me-cv-handle-tr{top:-11px;right:-11px}.dfill-titlebar.is-selected .me-cv-handle-bl{bottom:-11px;left:-11px}.dfill-titlebar.is-selected .me-cv-handle-br{bottom:-11px;right:-11px}.dfill-titlebar.is-selected .me-cv-handle-tc{top:-11px}.dfill-titlebar.is-selected .me-cv-handle-bc{bottom:-11px}.dfill-titlebar.is-selected .me-cv-handle-ml{left:-11px}.dfill-titlebar.is-selected .me-cv-handle-mr{right:-11px}.dfill-titlebar.is-selected .me-cv-handle-rotate{bottom:-42px}.dfill-titlebar.is-selected .me-cv-handle{z-index:12}.dfill-titlebar.is-selected .me-cv-handle-rotate{z-index:9999}.dfill-titlebar-text:not(.is-selected):hover{outline:2px dashed var(--mev1-mint);outline-offset:4px;border-radius:4px}.dfill-titlebar-text.is-selected{outline:2px solid var(--mev1-mint);outline-offset:4px;border-radius:4px;overflow:visible}.dfill-titlebar-text.is-selected .me-cv-handle-tl{top:-9px;left:-9px}.dfill-titlebar-text.is-selected .me-cv-handle-tr{top:-9px;right:-9px}.dfill-titlebar-text.is-selected .me-cv-handle-bl{bottom:-9px;left:-9px}.dfill-titlebar-text.is-selected .me-cv-handle-br{bottom:-9px;right:-9px}.dfill-titlebar-text.is-selected .me-cv-handle-tc{top:-9px}.dfill-titlebar-text.is-selected .me-cv-handle-bc{bottom:-9px}.dfill-titlebar-text.is-selected .me-cv-handle-ml{left:-9px}.dfill-titlebar-text.is-selected .me-cv-handle-mr{right:-9px}.dfill-titlebar-text.is-selected .me-cv-handle-rotate{bottom:-40px}.dfill-titlebar-text.is-selected .me-cv-handle{z-index:12}.dfill-titlebar-text.is-selected .me-cv-handle-rotate{z-index:9999}.dfill-body{flex:1;min-height:0;display:grid;grid-template-columns:200px 1fr;gap:16px;position:relative;z-index:1}.dfill-bank{position:relative;background:#f9fafb;border-radius:16px;padding:14px 12px;overflow:hidden;display:flex;flex-direction:column;min-height:0;height:100%}.dfill-bank:not(.is-selected):hover{outline:2px dashed var(--mev1-mint);outline-offset:6px}.dfill-bank.is-selected{outline:2px solid var(--mev1-mint);outline-offset:6px;overflow:visible!important}.dfill-bank.is-selected .me-cv-handle-tl{top:-11px;left:-11px}.dfill-bank.is-selected .me-cv-handle-tr{top:-11px;right:-11px}.dfill-bank.is-selected .me-cv-handle-bl{bottom:-11px;left:-11px}.dfill-bank.is-selected .me-cv-handle-br{bottom:-11px;right:-11px}.dfill-bank.is-selected .me-cv-handle-tc{top:-11px}.dfill-bank.is-selected .me-cv-handle-bc{bottom:-11px}.dfill-bank.is-selected .me-cv-handle-ml{left:-11px}.dfill-bank.is-selected .me-cv-handle-mr{right:-11px}.dfill-bank.is-selected .me-cv-handle-rotate{bottom:-42px}.dfill-bank.is-selected .me-cv-handle{z-index:12}.dfill-bank.is-selected .me-cv-handle-rotate{z-index:9999}.dfill-bank-scroll{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding:4px 6px 4px 4px}.dfill-bank-scroll::-webkit-scrollbar{width:6px}.dfill-bank-scroll::-webkit-scrollbar-thumb{background:#9ca3af;border-radius:3px}.dfill-bank-word{display:flex;align-items:center;justify-content:center;background:#ffe9a7;color:#1f2937;padding:14px 16px;border-radius:12px;font-size:18px;font-weight:700;cursor:grab;-webkit-user-select:none;user-select:none;font-family:Fredoka,Pretendard,sans-serif;letter-spacing:.2px;flex-shrink:0}.dfill-bank-word.italic{font-style:italic}.dfill-bank-word.used{opacity:.35;cursor:not-allowed}.dfill-right{background:#fff;border-radius:16px;padding:14px 16px;display:flex;flex-direction:column;gap:14px;overflow:hidden;min-height:0}.dfill-player{display:flex;align-items:center;gap:10px;background:#ededed;border-radius:14px;padding:10px 14px;flex-shrink:0}.dfill-player-btn{background:none;border:none;cursor:pointer;font-size:18px;color:#374151;padding:4px 6px;line-height:1}.dfill-player-time{font-size:13px;color:#4b5563;font-variant-numeric:tabular-nums}.dfill-player-track{flex:1;height:4px;background:#d1d5db;border-radius:2px;position:relative}.dfill-player-handle{position:absolute;left:10%;top:50%;width:14px;height:14px;background:#2196f3;border:2px solid #fff;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 1px 3px #0003}.dfill-player-vol{font-size:16px;color:#374151}.dfill-player-vol-track{width:70px;height:4px;background:#d1d5db;border-radius:2px;position:relative}.dfill-player-vol-track:before{content:"";position:absolute;left:0;top:0;height:100%;width:80%;background:#ef4444;border-radius:2px}.dfill-player-vol-handle{position:absolute;left:80%;top:50%;width:12px;height:12px;background:#ef4444;border:2px solid #fff;border-radius:50%;transform:translate(-50%,-50%)}.dfill-player-speed-btn{width:22px;height:22px;border-radius:50%;background:none;font-size:16px;color:#374151;display:inline-flex;align-items:center;justify-content:center}.dfill-player-speed{font-size:13px;color:#4b5563;font-weight:500}.dfill-chat-box{flex:1;min-height:0;position:relative;display:flex;flex-direction:column}.dfill-chat-box:not(.is-selected):hover{outline:2px dashed var(--mev1-mint);outline-offset:6px}.dfill-chat-box.is-selected{outline:2px solid var(--mev1-mint);outline-offset:6px}.dfill-chat-box.is-selected .me-cv-handle-tl{top:-11px;left:-11px}.dfill-chat-box.is-selected .me-cv-handle-tr{top:-11px;right:-11px}.dfill-chat-box.is-selected .me-cv-handle-bl{bottom:-11px;left:-11px}.dfill-chat-box.is-selected .me-cv-handle-br{bottom:-11px;right:-11px}.dfill-chat-box.is-selected .me-cv-handle-tc{top:-11px}.dfill-chat-box.is-selected .me-cv-handle-bc{bottom:-11px}.dfill-chat-box.is-selected .me-cv-handle-ml{left:-11px}.dfill-chat-box.is-selected .me-cv-handle-mr{right:-11px}.dfill-chat-box.is-selected .me-cv-handle-rotate{bottom:-42px}.dfill-chat-box.is-selected .me-cv-handle{z-index:12}.dfill-chat-box.is-selected .me-cv-handle-rotate{z-index:9999}.dfill-chat{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:12px;padding-right:6px}.dfill-chat::-webkit-scrollbar{width:6px}.dfill-chat::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.dfill-line{display:flex;align-items:stretch;gap:12px}.dfill-avatar{flex-shrink:0;width:64px;min-height:64px;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6px 4px;background:#a3c89c}.dfill-avatar-face{font-size:30px;line-height:1}.dfill-avatar-name{font-size:11px;color:#1f2937;font-weight:700;margin-top:2px}.dfill-bubble{flex:1;align-self:center;background:#e7f5d6;border:1.5px solid #c2e09e;border-radius:12px;padding:14px 18px;font-size:16px;color:#1f2937;line-height:1.5;font-family:Fredoka,Pretendard,sans-serif}.dfill-blank{display:inline-block;min-width:200px;height:44px;padding:4px 14px;background:#fff;color:#1a1a2e;border-radius:4px;border:2.5px solid #ef4444;font-weight:600;font-size:17px;line-height:34px;vertical-align:middle;margin:0 6px;box-sizing:border-box;text-align:center}.dfill-blank.filled{border-color:#2196f3}.dfill-blank.correct{background:#ccefef;border-color:#00b8b6;color:#065f46}.dfill-blank.incorrect{background:#fee2e2;border-color:#ef4444;color:#991b1b}.cflip-canvas{position:relative;width:100%;height:100%;background:linear-gradient(180deg,#cdeaff,#b9deff);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;padding:24px 28px 28px;box-sizing:border-box}.cflip-bg-deco{position:absolute;inset:0;pointer-events:none}.cflip-cloud{position:absolute;color:#ffffffd9;font-size:32px}.cflip-cloud-1{top:8px;left:8%;font-size:38px}.cflip-cloud-2{top:18px;right:12%;font-size:28px}.cflip-cloud-3{bottom:16%;left:4%;font-size:30px}.cflip-cloud-4{bottom:6%;right:10%;font-size:36px}.cflip-cloud-5{top:38%;right:4%;font-size:22px}.cflip-titlebar{position:relative;z-index:1;display:flex;align-items:center;gap:14px;background:#ffffffb3;border-radius:12px;padding:14px 20px;margin-bottom:18px}.cflip-titlebar-num{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:#4f7df0;color:#fff;border-radius:8px;font-size:18px;font-weight:700;flex-shrink:0}.cflip-titlebar-text{position:relative;display:inline-block;font-size:19px;font-weight:700;color:#1f2937;letter-spacing:-.2px}.cflip-titlebar-text:not(.is-selected):hover{outline:2px dashed var(--mev1-mint);outline-offset:4px;border-radius:4px}.cflip-titlebar-text.is-selected{outline:2px solid var(--mev1-mint);outline-offset:4px;border-radius:4px;overflow:visible}.cflip-titlebar-text.is-selected .me-cv-handle-tl{top:-9px;left:-9px}.cflip-titlebar-text.is-selected .me-cv-handle-tr{top:-9px;right:-9px}.cflip-titlebar-text.is-selected .me-cv-handle-bl{bottom:-9px;left:-9px}.cflip-titlebar-text.is-selected .me-cv-handle-br{bottom:-9px;right:-9px}.cflip-titlebar-text.is-selected .me-cv-handle-tc{top:-9px}.cflip-titlebar-text.is-selected .me-cv-handle-bc{bottom:-9px}.cflip-titlebar-text.is-selected .me-cv-handle-ml{left:-9px}.cflip-titlebar-text.is-selected .me-cv-handle-mr{right:-9px}.cflip-titlebar-text.is-selected .me-cv-handle-rotate{bottom:-40px}.cflip-titlebar-text.is-selected .me-cv-handle{z-index:12}.cflip-titlebar-text.is-selected .me-cv-handle-rotate{z-index:9999}.cflip-grid{position:relative;z-index:1;flex:1;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(2,1fr);gap:12px;margin-bottom:12px;min-height:0}.cflip-grid:not(.is-selected):hover{outline:2px dashed var(--mev1-mint);outline-offset:6px;border-radius:6px}.cflip-grid.is-selected{outline:2px solid var(--mev1-mint);outline-offset:6px;border-radius:6px;overflow:visible!important}.cflip-titlebar{position:relative}.cflip-titlebar:not(.is-selected):hover:not(:has(.cflip-titlebar-text:hover)){outline:2px dashed var(--mev1-mint);outline-offset:6px;border-radius:4px}.cflip-titlebar.has-selected-text{overflow:visible;z-index:100}.cflip-titlebar.is-selected{outline:2px solid var(--mev1-mint)!important;outline-offset:6px;border-radius:4px;overflow:visible!important}.cflip-titlebar.is-selected .me-cv-handle-tl{top:-11px;left:-11px}.cflip-titlebar.is-selected .me-cv-handle-tr{top:-11px;right:-11px}.cflip-titlebar.is-selected .me-cv-handle-bl{bottom:-11px;left:-11px}.cflip-titlebar.is-selected .me-cv-handle-br{bottom:-11px;right:-11px}.cflip-titlebar.is-selected .me-cv-handle-tc{top:-11px}.cflip-titlebar.is-selected .me-cv-handle-bc{bottom:-11px}.cflip-titlebar.is-selected .me-cv-handle-ml{left:-11px}.cflip-titlebar.is-selected .me-cv-handle-mr{right:-11px}.cflip-titlebar.is-selected .me-cv-handle-rotate{bottom:-42px}.cflip-titlebar.is-selected .me-cv-handle{z-index:12}.cflip-titlebar.is-selected .me-cv-handle-rotate{z-index:9999}.cflip-grid.is-selected .me-cv-handle-tl{top:-11px;left:-11px}.cflip-grid.is-selected .me-cv-handle-tr{top:-11px;right:-11px}.cflip-grid.is-selected .me-cv-handle-bl{bottom:-11px;left:-11px}.cflip-grid.is-selected .me-cv-handle-br{bottom:-11px;right:-11px}.cflip-grid.is-selected .me-cv-handle-tc{top:-11px}.cflip-grid.is-selected .me-cv-handle-bc{bottom:-11px}.cflip-grid.is-selected .me-cv-handle-ml{left:-11px}.cflip-grid.is-selected .me-cv-handle-mr{right:-11px}.cflip-grid.is-selected .me-cv-handle-rotate{bottom:-42px}.cflip-grid.is-selected .me-cv-handle{z-index:12}.cflip-grid.is-selected .me-cv-handle-rotate{z-index:9999}.cflip-card{background:#fff;border:2px solid #4f7df0;border-radius:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:56px;font-weight:700;color:#1f2937;font-family:Pretendard,sans-serif;transition:transform .15s,box-shadow .15s;padding:12px}.cflip-card:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0000001f}.cflip-card-flag{font-size:56px;line-height:1}.cflip-card-name{font-size:26px;font-weight:700}.cflip-card-back{font-size:36px;color:#4f7df0;font-weight:800;background:linear-gradient(135deg,#93c5fd,#60a5fa);width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:10px;color:#fff}.cflip-card.matched{background:#ccefef;border-color:#00b8b6;pointer-events:none}.cflip-actions{position:relative;z-index:1;display:flex;justify-content:center;margin-bottom:4px}.cflip-start{background:#ffd84d;border:2px solid #f0c220;color:#1f2937;font-size:18px;font-weight:700;padding:10px 56px;border-radius:10px;cursor:pointer;box-shadow:0 3px #d4a915;transition:all .1s}.cflip-start:hover{background:#ffe066}.cflip-start:active{transform:translateY(2px);box-shadow:0 1px #d4a915}.cflip-confirm{position:absolute;right:14px;bottom:14px;z-index:2;background:#4f7df0;border:none;color:#fff;font-size:14px;font-weight:600;padding:8px 18px;border-radius:8px;cursor:pointer;box-shadow:0 2px 6px #4f7df04d}.cflip-confirm:hover{background:#3f6ad9}.thumb-cflip{position:relative;width:100%;height:100%;background:linear-gradient(180deg,#cdeaff,#b9deff);padding:8px;display:flex;flex-direction:column;gap:6px;border-radius:8px}.thumb-cflip-title{display:flex;align-items:center;gap:4px;background:#ffffffb3;border-radius:4px;padding:3px 5px}.thumb-cflip-num{width:12px;height:12px;display:inline-flex;align-items:center;justify-content:center;background:#4f7df0;color:#fff;border-radius:2px;font-size:8px;font-weight:700}.thumb-cflip-titletxt{font-size:7px;font-weight:700;color:#1f2937}.thumb-cflip-grid{flex:1;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:3px}.thumb-cflip-card{background:#fff;border:1px solid #4f7df0;border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#1f2937}.thumb-cflip-card:nth-child(n+4){font-size:7px}.aitalk-canvas{position:relative;width:100%;height:100%;background:linear-gradient(180deg,#cdeaff,#b9deff);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;justify-content:center;gap:24px;padding:28px 36px;box-sizing:border-box}.aitalk-bg-deco{position:absolute;inset:0;pointer-events:none}.aitalk-wave{position:absolute;left:-10%;right:-10%;height:90px;background:#ffffff73;border-radius:50% 50% 0 0/100% 100% 0 0}.aitalk-wave-1{bottom:38%;opacity:.55}.aitalk-wave-2{bottom:22%;opacity:.7;transform:translate(8%)}.aitalk-title{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:4px}.aitalk-title-lesson{font-family:Pretendard,system-ui,sans-serif;font-size:30px;font-weight:800;color:#1f2937;letter-spacing:-.3px}.aitalk-title-text{font-family:Pretendard,system-ui,sans-serif;font-size:26px;font-weight:700;color:#1f2937;letter-spacing:-.3px}.aitalk-info{position:relative;z-index:1;background:#fff;border:2px solid #2c3a76;border-radius:12px;overflow:hidden}.aitalk-info-row{display:flex;align-items:center;min-height:56px}.aitalk-info-label{flex-shrink:0;width:140px;text-align:center;font-size:16px;font-weight:700;color:#1f2937;border-right:2px solid #2c3a76;padding:12px 8px;align-self:stretch;display:flex;align-items:center;justify-content:center}.aitalk-info-value{flex:1;padding:12px 22px;font-size:16px;color:#1f2937}.aitalk-info-divider{height:1.5px;background:#2c3a76;opacity:.5}.aitalk-action-area{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:28px;margin-top:56px}.aitalk-mascot{width:110px;height:130px;position:relative;flex-shrink:0}.aitalk-mascot-body{position:relative;width:100%;height:100%}.aitalk-mascot-head{position:absolute;top:18px;left:14px;width:80px;height:80px;background:#fff;border:2.5px solid #1a1a2e;border-radius:50%;display:flex;align-items:center;justify-content:center}.aitalk-mascot-antenna{position:absolute;top:-10px;left:50%;transform:translate(-50%);width:4px;height:12px;background:#1a1a2e;border-radius:2px}.aitalk-mascot-antenna:before{content:"";position:absolute;top:-5px;left:50%;transform:translate(-50%);width:8px;height:8px;background:#1a1a2e;border-radius:50%}.aitalk-mascot-face{display:flex;align-items:center;gap:4px;font-size:28px}.aitalk-mascot-eye{font-size:26px}.aitalk-mascot-mouth{font-size:16px;font-weight:700;color:#1a1a2e}.aitalk-mascot-arm{position:absolute;bottom:36px;left:-6px;width:22px;height:8px;background:#fff;border:2px solid #1a1a2e;border-radius:4px;transform:rotate(20deg)}.aitalk-mascot-leg-left,.aitalk-mascot-leg-right{position:absolute;bottom:0;width:14px;height:22px;background:#b8e0a0;border:2px solid #1a1a2e;border-radius:4px}.aitalk-mascot-leg-left{left:26px}.aitalk-mascot-leg-right{left:50px}.aitalk-action-right{flex:1;display:flex;flex-direction:column;align-items:center;gap:14px}.aitalk-action-prompt{margin:0;font-size:16px;font-weight:700;color:#1f2937}.aitalk-action-buttons{display:flex;gap:18px;width:100%;justify-content:center}.aitalk-btn{flex:1;max-width:280px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:18px 20px;border:none;border-radius:14px;font-size:22px;font-weight:700;color:#fff;cursor:pointer;transition:all .15s}.aitalk-btn-record{background:linear-gradient(180deg,#6b3aed,#5527d4);box-shadow:0 4px #3a17a8}.aitalk-btn-type{background:linear-gradient(180deg,#2c45ce,#1f30a8);box-shadow:0 4px #122080}.aitalk-btn:hover{filter:brightness(1.05)}.aitalk-btn:active{transform:translateY(2px);box-shadow:0 1px #0006}.aitalk-btn-icon{font-size:24px}.thumb-aitalk{position:relative;width:100%;height:100%;background:linear-gradient(180deg,#cdeaff,#b9deff);padding:5%;display:flex;flex-direction:column;gap:3%;border-radius:8px;box-sizing:border-box;container-type:inline-size;overflow:hidden}.thumb-aitalk-title{display:flex;flex-direction:column;align-items:center;gap:1px}.thumb-aitalk-lesson{font-size:clamp(8px,6.5cqw,13px);font-weight:800;color:#1f2937;line-height:1}.thumb-aitalk-titletxt{font-size:clamp(6px,5cqw,10px);font-weight:700;color:#1f2937;line-height:1}.thumb-aitalk-info{background:#fff;border:1px solid #2c3a76;border-radius:4px;overflow:hidden;flex-shrink:0}.thumb-aitalk-row{display:flex;align-items:stretch;border-bottom:.5px solid #2c3a76;min-height:0}.thumb-aitalk-row:last-child{border-bottom:none}.thumb-aitalk-row span{width:28%;font-weight:700;color:#1f2937;border-right:.5px solid #2c3a76;padding:3% 2%;text-align:center;font-size:clamp(5px,3.6cqw,8px);line-height:1.1;display:flex;align-items:center;justify-content:center}.thumb-aitalk-row i{flex:1;padding:3% 4%;font-style:normal;color:#4b5563;font-size:clamp(5px,3.6cqw,8px);line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center}.thumb-aitalk-actions{display:flex;align-items:center;gap:3%;margin-top:auto;flex-shrink:0}.thumb-aitalk-mascot{font-size:18px}.thumb-aitalk-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;padding:4% 0;border-radius:4px;color:#fff;font-size:clamp(7px,5cqw,10px);line-height:1}.thumb-aitalk-btn-rec{background:#6b3aed}.thumb-aitalk-btn-type{background:#2c45ce}.mt-canvas{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;padding:28px 32px;overflow:hidden}.mt-header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.mt-tag{font-size:12px;font-weight:700;padding:5px 12px;border-radius:999px;letter-spacing:.2px}.mt-tag-개념{background:#eef2ff;color:#009a98}.mt-tag-활동{background:#ecfdf5;color:#047857}.mt-tag-문항{background:#fef3c7;color:#92400e}.mt-title{margin:0;font-size:22px;font-weight:700;color:#1a1a2e}.mt-body{flex:1;display:flex;align-items:center;justify-content:center;width:100%;min-height:0}.mt-hint{margin-top:12px;font-size:13px;color:#6b7280;background:#f9fafb;padding:8px 14px;border-radius:8px}.mt-multiples{display:flex;flex-direction:column;align-items:center;gap:12px}.mt-multiples-title{display:flex;align-items:center;gap:6px;font-size:16px;font-weight:600;color:#1f2937}.mt-multiples-pill{background:#fff;border:1.5px solid #f59e0b;padding:4px 12px;border-radius:999px;font-family:Times New Roman,serif;font-weight:700}.mt-multiples-grid{display:grid;grid-template-columns:repeat(5,56px);gap:6px}.mt-cell{width:56px;height:44px;display:flex;align-items:center;justify-content:center;background:#fff7ed;border:1px solid #fed7aa;border-radius:6px;font-family:Times New Roman,serif;font-size:18px;color:#1f2937}.mt-cell.active{background:#fb923c;color:#fff;border-color:#ea580c;font-weight:700}.rp-canvas{position:relative;width:100%;height:100%;background:linear-gradient(180deg,#c8c2eb,#b9b1e6 55%,#a89fdc);overflow:hidden;border-radius:8px}.rp-stage-lights{position:absolute;top:0;left:0;right:0;height:80px;pointer-events:none}.rp-stage-lights .rp-light{position:absolute;top:28px;width:22%;height:14px;background:linear-gradient(180deg,#fff,#eef2ff);border:2px solid #6c63ce;border-radius:4px;box-shadow:0 6px #6c63ce59}.rp-stage-lights .rp-light:before{content:"";position:absolute;top:-22px;left:30%;width:4px;height:22px;background:#6c63ce;border-radius:2px}.rp-stage-lights .rp-light:after{content:"";position:absolute;top:-22px;right:30%;width:4px;height:22px;background:#6c63ce;border-radius:2px}.rp-light-1{left:14%}.rp-light-2{right:14%}.rp-speaker{position:absolute;top:50%;transform:translateY(-50%);width:80px;height:220px;background:linear-gradient(180deg,#4a5cb8,#3a4ba0);border:3px solid #2a3a8a;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:space-around;padding:18px 0;box-shadow:0 8px 18px #28328259}.rp-speaker-left{left:24px}.rp-speaker-right{right:24px}.rp-speaker-driver{width:56px;border-radius:50%;background:radial-gradient(circle at 50% 40%,#6f7fd8,#2a3680 70%,#1a2360);border:3px solid #1a2360;box-shadow:inset 0 0 0 6px #4757b8}.rp-speaker-driver-top{height:56px}.rp-speaker-driver-bottom{height:70px}.rp-stage-floor{position:absolute;left:0;right:0;bottom:0;height:110px;background:linear-gradient(180deg,#a89fdc,#8d83c9);pointer-events:none}.rp-main-card{position:absolute;left:50%;top:50%;transform:translate(-50%,-54%);width:min(72%,760px);background:#fff;border:2px solid #c8c2eb;border-radius:18px;padding:36px 44px 40px;box-shadow:0 10px 30px #463c8c2e;z-index:2}.rp-title{text-align:center;font-size:26px;font-weight:800;color:#2c3a8a;letter-spacing:-.3px;margin-bottom:28px}.rp-roles{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.rp-role{display:flex;flex-direction:column;align-items:center;gap:10px;padding:12px 8px 14px;background:#f3f4f8;border:3px solid transparent;border-radius:14px;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease;font-family:inherit}.rp-role:hover{background:#e9ebf3;transform:translateY(-2px)}.rp-role.selected{background:#fff5e6;border-color:#ff8a4a;box-shadow:0 4px 12px #ff8a4a40}.rp-role-portrait{width:84px;height:84px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:56px;line-height:1;background:#d6b56a;box-shadow:inset 0 -6px #00000014;overflow:hidden}.rp-role-emoji{filter:drop-shadow(0 1px 1px rgba(0,0,0,.15))}.rp-role-name{font-size:17px;font-weight:700;color:#2a2a3e}.rp-confirm{position:absolute;left:50%;bottom:28px;transform:translate(-50%);background:#ffd84a;color:#2c3a8a;border:none;border-bottom:4px solid #d4a915;padding:14px 56px;border-radius:999px;font-size:18px;font-weight:800;letter-spacing:.5px;cursor:pointer;font-family:inherit;z-index:3;transition:transform .1s ease,background .15s ease}.rp-confirm:hover{background:#ffe066}.rp-confirm:active{transform:translate(-50%) translateY(2px);border-bottom-width:2px}.rp-confirm.confirmed{background:#e0e3ec;color:#4a5275;border-bottom-color:#a8aec1}.rp-mascot{position:absolute;bottom:12px;z-index:4;pointer-events:none}.rp-mascot-left{left:28px}.rp-mascot-right{right:28px}.rp-mascot-notes{position:absolute;top:-8px;left:-16px;font-size:18px;color:#2c3a8a;font-weight:700;letter-spacing:-2px}.rp-dialog-instruction{position:absolute;top:64px;left:50%;transform:translate(-50%);background:linear-gradient(180deg,#d8d2f0,#c4bbe6);border:2px solid #b3a8de;border-radius:14px;padding:16px 36px;font-size:22px;font-weight:800;color:#2c3a8a;letter-spacing:-.4px;white-space:nowrap;box-shadow:0 4px 12px #463c8c1f;z-index:2}.rp-dialog-card{position:absolute;left:8%;top:145px;bottom:40px;width:64%;background:#fff;border:3px solid #5b8cd9;border-radius:18px;padding:18px 14px 18px 18px;box-shadow:0 10px 26px #463c8c2e;z-index:2;overflow:hidden}.rp-dialog-card:not(.is-selected):hover{outline:2px dashed var(--mev1-mint);outline-offset:6px}.rp-dialog-card.is-selected{outline:2px solid var(--mev1-mint);outline-offset:6px;overflow:visible}.rp-dialog-card.is-selected .me-cv-handle-tl{top:-11px;left:-11px}.rp-dialog-card.is-selected .me-cv-handle-tr{top:-11px;right:-11px}.rp-dialog-card.is-selected .me-cv-handle-bl{bottom:-11px;left:-11px}.rp-dialog-card.is-selected .me-cv-handle-br{bottom:-11px;right:-11px}.rp-dialog-card.is-selected .me-cv-handle-tc{top:-11px}.rp-dialog-card.is-selected .me-cv-handle-bc{bottom:-11px}.rp-dialog-card.is-selected .me-cv-handle-ml{left:-11px}.rp-dialog-card.is-selected .me-cv-handle-mr{right:-11px}.rp-dialog-card.is-selected .me-cv-handle-rotate{bottom:-42px}.rp-dialog-card.is-selected .me-cv-handle{z-index:12}.rp-dialog-card.is-selected .me-cv-handle-rotate{z-index:9999}.rp-dialog-list{width:100%;height:100%;overflow-y:auto;padding-right:8px;display:flex;flex-direction:column;gap:16px}.rp-dialog-list::-webkit-scrollbar{width:8px}.rp-dialog-list::-webkit-scrollbar-track{background:#f3f4f8;border-radius:4px}.rp-dialog-list::-webkit-scrollbar-thumb{background:#c4cbe0;border-radius:4px}.rp-dialog-group{display:flex;align-items:flex-start;gap:16px}.rp-dialog-avatar{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:0;width:78px}.rp-dialog-avatar-img{width:78px;height:78px;border-radius:12px 12px 0 0;display:flex;align-items:center;justify-content:center;font-size:50px;line-height:1;box-shadow:inset 0 -6px #00000014}.rp-dialog-avatar-name{width:100%;text-align:center;border-radius:0 0 12px 12px;padding:4px 0;font-size:14px;font-weight:800;color:#2a2a3e;border-top:2px solid rgba(0,0,0,.06)}.rp-dialog-lines{flex:1;display:flex;flex-direction:column;gap:10px;min-width:0}.rp-dialog-line{padding:16px 22px;border-radius:12px;font-size:18px;letter-spacing:-.2px;transition:background .2s ease}.rp-start-callout{position:absolute;right:110px;top:200px;z-index:3}.rp-start-bubble{position:relative;background:var(--mev1-mint);color:#fff;border-radius:16px;padding:20px 22px 18px;width:160px;text-align:center;box-shadow:0 6px 18px #2383e259}.rp-start-text{font-size:16px;font-weight:800;line-height:1.45;letter-spacing:-.3px;margin-bottom:12px}.rp-start-btn{display:inline-block;background:#fff;color:var(--mev1-mint);border:none;border-radius:999px;padding:10px 26px;font-size:16px;font-weight:800;cursor:pointer;font-family:inherit;box-shadow:0 2px 6px #0000001f;transition:transform .1s ease,background .15s ease}.rp-start-btn:hover{background:#f0f9ff}.rp-start-btn:active{transform:translateY(1px)}.rp-back-btn{position:absolute;left:28px;top:18px;background:#ffffffd9;color:#2c3a8a;border:1px solid #c8c2eb;border-radius:999px;padding:8px 16px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;z-index:5;transition:background .15s ease}.rp-back-btn:hover{background:#fff}.thumb-rp{position:relative;width:100%;height:100%;background:linear-gradient(180deg,#c8c2eb,#a89fdc);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4%;padding:5%;box-sizing:border-box;container-type:inline-size}.thumb-rp-title{background:#fff;border-radius:999px;padding:1.5% 5%;font-size:clamp(7px,5cqw,11px);font-weight:700;color:#2c3a8a;white-space:nowrap;line-height:1.2}.thumb-rp-roles{display:grid;grid-template-columns:repeat(5,1fr);gap:3%;width:100%;background:#fff;border-radius:6px;padding:3%;box-sizing:border-box}.thumb-rp-role{display:flex;flex-direction:column;align-items:center;gap:2px;min-width:0}.thumb-rp-role-portrait{width:100%;aspect-ratio:1;border-radius:4px;background:#d6b56a;display:flex;align-items:center;justify-content:center;font-size:clamp(8px,7cqw,16px);line-height:1}.thumb-rp-role.selected .thumb-rp-role-portrait{outline:1.5px solid #ff8a4a;outline-offset:1px}.thumb-rp-role-name{font-size:clamp(5px,3.4cqw,8px);font-weight:700;color:#2a2a3e;line-height:1.1;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.thumb-rp-confirm{background:#ffd84a;border-radius:999px;padding:1.5% 6%;font-size:clamp(6px,4.2cqw,10px);font-weight:800;color:#2c3a8a;white-space:nowrap;line-height:1.2}.me-nav-divider{width:36px;height:1px;background:#d0d0ce;margin:6px 0}.me-panel-search{position:relative}.me-panel-search-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);font-size:14px;pointer-events:none;z-index:1}.me-panel-search-icon+input{padding-left:30px!important}.me-insert-tabs{display:flex;gap:0;padding:0 12px;border-bottom:1px solid #e0e0de}.me-insert-tab{flex:1;padding:8px 0;font-size:13px;font-family:var(--font-main);background:none;border:none;border-bottom:2px solid transparent;color:var(--text-secondary);cursor:pointer;transition:color .15s,border-color .15s;text-align:center}.me-insert-tab:hover{color:var(--text-primary)}.me-insert-tab.active{color:var(--text-primary);font-weight:600;border-bottom-color:var(--text-primary)}.me-insert-content{overflow-y:auto;flex:1;padding-bottom:16px}.me-insert-actions{padding:12px 12px 0;display:flex;flex-direction:column;gap:8px}.me-insert-action-btn{border:none;border-radius:8px;padding:10px 0;font-size:14px;font-weight:600;font-family:var(--font-main);cursor:pointer;transition:opacity .15s}.me-insert-action-btn:hover{opacity:.85}.me-insert-action-primary{background:linear-gradient(135deg,#4e9cf7,#6bb5ff);color:#fff;width:100%}.me-insert-action-row{display:flex;gap:8px}.me-insert-action-row .me-insert-action-btn{flex:1}.me-insert-action-radio{background:linear-gradient(135deg,#6bb5ff,#a78bfa);color:#fff}.me-insert-action-checkbox{background:linear-gradient(135deg,#a78bfa,#6bb5ff);color:#fff}.me-insert-section-label{padding:24px 14px 10px;margin-top:8px;font-size:13px;font-weight:700;color:var(--text-primary);border-top:1px solid #f0f0ee}.me-insert-section-label:first-child{margin-top:0;border-top:none}.me-insert-btn-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;padding:0 12px}.me-insert-btn-item{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer}.me-insert-btn-preview{width:100%;aspect-ratio:1;border-radius:10px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow .15s,transform .15s}.me-insert-btn-preview:hover{box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.me-insert-btn-name{font-size:11px;color:var(--text-secondary);text-align:center}.me-ibtn-base{background:#e5e7eb;color:#1f2937;font-size:11px;font-weight:600;font-family:var(--font-main);border:none;display:inline-flex;align-items:center;justify-content:center}.me-ibtn-base-rect{padding:7px 16px;border-radius:2px}.me-ibtn-base-round{padding:7px 16px;border-radius:8px}.me-ibtn-base-pill{padding:7px 16px;border-radius:20px}.me-ibtn-base-outline{padding:6px 15px;border-radius:8px;background:transparent;border:1.5px solid #9ca3af;color:#374151}.me-ibtn-base-circle{width:38px;height:38px;border-radius:50%;font-size:18px;padding:0}.me-ibtn-base-icon{width:38px;height:38px;border-radius:8px;font-size:18px;padding:0}.me-ibtn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-main);font-weight:600;border:none;cursor:pointer}.me-ibtn-primary{background:linear-gradient(135deg,#4e9cf7,#6bb5ff);color:#fff;padding:6px 14px;border-radius:6px;font-size:12px}.me-ibtn-success{background:linear-gradient(135deg,#80dcdb,#80dcdb);color:#fff;padding:6px 14px;border-radius:6px;font-size:12px}.me-ibtn-warning{background:linear-gradient(135deg,#f87171,#fca5a5);color:#fff;padding:6px 14px;border-radius:6px;font-size:12px}.me-ibtn-arrow{width:40px;height:40px;border-radius:50%;background:#f0f0f0;color:#333;font-size:18px}.me-ibtn-circle-add{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#80dcdb,#80dcdb);color:#fff;font-size:22px}.me-ibtn-circle-x{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#fecdd3,#fda4af);color:#fff;font-size:16px}.me-ibtn-neon{background:transparent;border:2px solid #00B8B6;color:#00b8b6;padding:6px 12px;border-radius:6px;font-size:12px;text-shadow:0 0 6px rgba(0,184,182,.5);box-shadow:0 0 8px #00b8b64d}.me-ibtn-glass{background:#ffffff80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.6);color:#555;padding:6px 12px;border-radius:8px;font-size:12px}.me-ibtn-3d{background:linear-gradient(180deg,#e8e8e8,#d0d0d0);border:1px solid #bbb;border-bottom:3px solid #999;color:#333;padding:6px 14px;border-radius:6px;font-size:12px}.me-ibtn-rainbow{background:linear-gradient(135deg,#f97316,#eab308,#00b8b6,#3b82f6,#8b5cf6);color:#fff;padding:6px 12px;border-radius:6px;font-size:12px}.me-ibtn-simple{background:#fff;border:1px solid #d1d5db;color:#6b7280;padding:6px 12px;border-radius:6px;font-size:12px}.me-ibtn-dark{background:#1f2937;color:#fff;padding:6px 14px;border-radius:8px;font-size:12px;font-weight:700}.me-insert-add-btn{width:calc(100% - 24px);margin:14px 12px 4px;padding:12px 16px;background:var(--mev1-mint);color:#fff;border:none;border-radius:8px;font-size:13.5px;font-weight:700;cursor:pointer;transition:background .15s}.me-insert-add-btn:hover{background:#1e73c8}.me-insert-section-header{display:flex;align-items:center;justify-content:space-between;padding:24px 14px 10px;margin-top:8px;border-top:1px solid #f0f0ee}.me-insert-section-header:first-of-type{margin-top:0;border-top:none}.me-insert-section-header .me-insert-section-label{padding:0;margin:0;border:none}.me-insert-more{background:none;border:none;font-size:12px;color:#9ca3af;cursor:pointer;padding:0}.me-insert-more:hover{color:var(--mev1-mint)}.me-insert-font-preview{display:flex;align-items:center;justify-content:center;height:64px;background:#fff}.me-insert-font-sample-title{font-size:26px;font-weight:700;color:#1a1a2e}.me-insert-font-sample-body{font-size:18px;color:#374151}.me-ibtn-shape{display:flex;align-items:center;justify-content:center;width:56px;height:42px}.me-ibtn-box-scroll{display:flex;width:56px;height:42px;border:1.5px solid #d1d5db;border-radius:6px;overflow:hidden;background:#fff}.me-ibtn-box-scroll-inner{flex:1;display:flex;flex-direction:column;gap:4px;padding:6px 8px}.me-ibtn-box-line{height:3px;background:#d1d5db;border-radius:2px;width:100%}.me-ibtn-box-line.short{width:60%}.me-ibtn-box-scrollbar{width:4px;background:#c0c5d0;border-radius:2px;margin:4px 2px;height:16px;align-self:flex-start}.me-ibtn-box-popup{display:flex;flex-direction:column;width:56px;height:42px;border:1.5px solid #d1d5db;border-radius:6px;overflow:hidden;background:#fff;box-shadow:0 2px 8px #0000001a}.me-ibtn-box-popup-header{display:flex;align-items:center;justify-content:space-between;padding:2px 5px;background:#f3f4f6;border-bottom:1px solid #e5e7eb}.me-ibtn-box-popup-title{font-size:6px;font-weight:700;color:#374151}.me-ibtn-box-popup-close{font-size:7px;color:#9ca3af;line-height:1}.me-ibtn-box-popup-body{flex:1;display:flex;flex-direction:column;gap:3px;padding:5px 6px}.me-ibtn-box-tab{display:flex;flex-direction:column;width:56px;height:42px;border:1.5px solid #d1d5db;border-radius:6px;overflow:hidden;background:#fff}.me-ibtn-box-tab-bar{display:flex;border-bottom:1px solid #e5e7eb;background:#f9fafb}.me-ibtn-box-tab-item{flex:1;font-size:5.5px;font-weight:600;text-align:center;padding:2px 0;color:#9ca3af;border-bottom:1.5px solid transparent}.me-ibtn-box-tab-item.active{color:var(--mev1-mint);border-bottom-color:var(--mev1-mint);background:#fff}.me-ibtn-box-tab-content{flex:1;display:flex;flex-direction:column;gap:3px;padding:5px 6px}.me-ibtn-box-input{display:flex;flex-direction:column;width:56px;height:42px;gap:3px;padding:5px 6px;justify-content:center}.me-ibtn-box-input-label{font-size:5.5px;font-weight:700;color:#374151}.me-ibtn-box-input-field{display:flex;align-items:center;height:14px;border:1.2px solid #d1d5db;border-radius:3px;padding:0 4px;background:#fff}.me-ibtn-box-input-placeholder{font-size:5px;color:#9ca3af}.me-ibtn-box-image{display:flex;flex-direction:column;align-items:center;justify-content:center;width:56px;height:42px;border:1.5px dashed #d1d5db;border-radius:6px;background:#f9fafb;gap:2px}.me-ibtn-box-image-icon{display:flex;align-items:center;justify-content:center}.me-ibtn-box-image-text{font-size:5.5px;color:#9ca3af;font-weight:600}.me-ibtn-box-repeat{position:relative;display:flex;align-items:center;justify-content:center;width:56px;height:42px;border:1.5px solid #d1d5db;border-radius:6px;background:#fff;overflow:hidden}.me-ibtn-box-repeat-row{display:flex;gap:3px;padding:0 5px}.me-ibtn-box-repeat-card{width:12px;height:22px;border-radius:3px;background:#e5e7eb;border:1px solid #d1d5db}.me-ibtn-box-repeat-badge{position:absolute;bottom:2px;right:3px;font-size:8px;color:var(--mev1-mint);font-weight:700;line-height:1}.me-ibtn-box-swipe{display:flex;align-items:center;justify-content:center;gap:5px;width:56px;height:42px;border:1.5px solid #d1d5db;border-radius:6px;background:#fff}.me-ibtn-box-swipe-card{width:16px;height:24px;border-radius:3px;background:#e5e7eb;border:1px solid #d1d5db}.me-ibtn-box-swipe-arrow{display:block;flex-shrink:0}.me-ibtn-radio{display:flex;flex-direction:column;gap:5px;align-items:flex-start}.me-ibtn-radio-dot{width:16px;height:16px;border-radius:50%;border:2px solid #d1d5db;background:#fff;box-sizing:border-box}.me-ibtn-radio-dot.checked{border-color:#4e9cf7;background:#4e9cf7;box-shadow:inset 0 0 0 3px #fff}.me-ibtn-checkbox{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.me-ibtn-check-box{width:16px;height:16px;border-radius:3px;border:2px solid #d1d5db;background:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;color:#fff;box-sizing:border-box;line-height:1}.me-ibtn-check-box.checked{background:#4e9cf7;border-color:#4e9cf7}.me-ibtn-toggle{display:flex;align-items:center}.me-ibtn-toggle-track{width:36px;height:20px;border-radius:10px;background:linear-gradient(135deg,#4e9cf7,#6bb5ff);position:relative;box-shadow:inset 0 1px 3px #0000001a}.me-ibtn-toggle-thumb{width:16px;height:16px;border-radius:50%;background:#fff;position:absolute;top:2px;right:2px;box-shadow:0 1px 3px #0003}.me-ibtn-dropdown{display:flex;align-items:center;gap:6px;padding:5px 10px;border:1.5px solid #d1d5db;border-radius:6px;background:#fff;font-size:11px;color:#6b7280;font-family:var(--font-main)}.me-ibtn-dropdown-text{flex:1}.me-ibtn-dropdown-arrow{font-size:10px;color:#9ca3af}.me-ibtn-slider{display:flex;align-items:center;width:48px}.me-ibtn-slider-track{width:100%;height:6px;border-radius:3px;background:#e5e7eb;position:relative}.me-ibtn-slider-fill{position:absolute;left:0;top:0;width:60%;height:100%;border-radius:3px;background:linear-gradient(135deg,#4e9cf7,#6bb5ff)}.me-ibtn-slider-thumb{position:absolute;top:50%;left:60%;transform:translate(-50%,-50%);width:14px;height:14px;border-radius:50%;background:#fff;border:2px solid #4e9cf7;box-shadow:0 1px 3px #00000026;box-sizing:border-box}.me-cv-repeat{cursor:move;z-index:10}.me-cv-repeat-inner{width:100%;height:100%;border:1.5px dashed #c0d0e0;background:#f5f6f8;position:relative;display:flex;align-items:center;justify-content:center}.me-cv-repeat-selected .me-cv-repeat-inner{border:2px solid var(--mev1-mint)}.me-cv-repeat-hidden .me-cv-repeat-inner{border:none!important;background:transparent!important}.me-cv-repeat-hidden .me-cv-repeat-label,.me-cv-repeat-hidden .me-cv-repeat-handle,.me-cv-repeat-hidden .me-cv-repeat-rotate,.me-cv-repeat-hidden .me-cv-repeat-bound-text{display:none!important}.me-cv-repeat-label{font-size:12px;color:#b0b8c4;pointer-events:none;-webkit-user-select:none;user-select:none}.me-cv-repeat-bound{display:flex;flex-direction:column;align-items:center;gap:4px;pointer-events:none;-webkit-user-select:none;user-select:none}.me-cv-repeat-bound-tag{display:inline-block;padding:4px 14px;background:#e0eafc;border:1px solid #c0d4f0;border-radius:4px;font-size:13px;font-weight:600;color:#2c5282;font-family:monospace}.me-cv-repeat-bound-text{position:absolute;font-size:16px;font-weight:700;color:#009a98;background:#00b8b61a;border:1.5px dashed #6366F1;border-radius:6px;padding:6px 16px;cursor:move;-webkit-user-select:none;user-select:none;white-space:nowrap;pointer-events:auto;font-family:SFMono-Regular,Consolas,monospace;letter-spacing:-.3px}.me-cv-repeat-bound-plain{background:none;border:none;padding:0;color:#1a1a2e;font-family:inherit;font-weight:400;letter-spacing:0}.me-cv-repeat-bound-plain:hover{background:none;border:none;color:#1a1a2e}.me-cv-repeat-bound-text:hover{background:#00b8b62e;border-color:#009a98}.me-cv-repeat-bound-selected{border-style:solid!important;outline:2px solid #009A98;outline-offset:2px;box-shadow:0 0 0 2px #00b8b640}.me-cv-bound-handle{position:absolute;width:8px;height:8px;background:#fff;border:1.5px solid #00B8B6;border-radius:50%;z-index:5}.me-cv-bound-handle-tl{top:-4px;left:-4px;cursor:nwse-resize}.me-cv-bound-handle-tr{top:-4px;right:-4px;cursor:nesw-resize}.me-cv-bound-handle-bl{bottom:-4px;left:-4px;cursor:nesw-resize}.me-cv-bound-handle-br{bottom:-4px;right:-4px;cursor:nwse-resize}.me-cv-bound-handle-t{top:-4px;left:50%;transform:translate(-50%);cursor:ns-resize}.me-cv-bound-handle-b{bottom:-4px;left:50%;transform:translate(-50%);cursor:ns-resize}.me-cv-bound-handle-l{top:50%;left:-4px;transform:translateY(-50%);cursor:ew-resize}.me-cv-bound-handle-r{top:50%;right:-4px;transform:translateY(-50%);cursor:ew-resize}.me-cv-repeat-handle{position:absolute;background:#fff;border:1.5px solid var(--mev1-mint);border-radius:50%;width:10px;height:10px;z-index:2;display:none;box-shadow:0 1px 3px #0000001f;box-sizing:border-box}.me-cv-repeat-selected .me-cv-repeat-handle{display:block}.me-cv-repeat-handle-tl{top:-5px;left:-5px;cursor:nwse-resize}.me-cv-repeat-handle-tr{top:-5px;right:-5px;cursor:nesw-resize}.me-cv-repeat-handle-bl{bottom:-5px;left:-5px;cursor:nesw-resize}.me-cv-repeat-handle-br{bottom:-5px;right:-5px;cursor:nwse-resize}.me-cv-repeat-handle-tc{top:-5px;left:50%;margin-left:-11px;transform:none;width:22px;height:10px;border-radius:999px;cursor:ns-resize}.me-cv-repeat-handle-bc{bottom:-5px;left:50%;margin-left:-11px;transform:none;width:22px;height:10px;border-radius:999px;cursor:ns-resize}.me-cv-repeat-handle-ml{top:50%;left:-5px;margin-top:-11px;transform:none;width:10px;height:22px;border-radius:999px;cursor:ew-resize}.me-cv-repeat-handle-mr{top:50%;right:-5px;margin-top:-11px;transform:none;width:10px;height:22px;border-radius:999px;cursor:ew-resize}.me-cv-repeat-rotate{position:absolute;top:-24px;left:50%;transform:translate(-50%);display:none;cursor:grab}.me-cv-repeat-selected .me-cv-repeat-rotate{display:block}.me-cv-repeat-nav{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;color:#6b7280;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 6px #0000001f;transition:background .12s,color .12s;z-index:3}.me-cv-repeat-nav:hover{background:#f3f4f6;color:#1a1a2e}.me-cv-repeat-nav-prev{left:8px}.me-cv-repeat-nav-next{right:8px}.me-cv-repeat-dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:6px;z-index:3}.me-cv-repeat-dot{width:7px;height:7px;border-radius:50%;background:#cbd5e1;transition:width .15s,background .15s}.me-cv-repeat-dot.is-active{width:18px;border-radius:999px;background:var(--mev1-mint)}.me-cv-text{z-index:10;border:1.5px solid transparent;box-sizing:border-box;word-break:break-word;overflow:hidden}.me-cv-text:hover:not(.me-cv-text-selected){outline:1.5px solid var(--mev1-mint);outline-offset:2px}.me-cv-text-selected{border-color:transparent!important;outline:2px solid var(--mev1-mint);outline-offset:2px;overflow:visible!important}.me-cv-text-binding{background:#00b8b61a;border:1.5px dashed #6366F1!important;border-radius:6px;color:#009a98!important;font-family:SFMono-Regular,Consolas,monospace!important;font-weight:700!important;letter-spacing:-.3px}.me-cv-text-binding.me-cv-text-selected{border-style:solid!important;outline-color:#009a98;box-shadow:0 0 0 2px #00b8b640}.me-canvas-objects-layer{position:absolute;pointer-events:auto}.me-slider-panel{overflow:hidden;width:360px;min-width:360px}.me-slider-panel .me-sp-label{min-width:72px;font-size:13px;font-weight:600;color:#374151}.me-slider-panel .me-sp-field-row{gap:16px}.me-rp-fixed-top{flex-shrink:0;padding:0 6px 0 0}.me-sp-scroll{flex:1;overflow-y:auto;padding:0 6px 16px 0}.me-sp-field{padding:6px 14px}.me-sp-field-row{display:flex;align-items:center;gap:10px}.me-sp-label{font-size:12px;color:var(--text-secondary);white-space:nowrap;min-width:28px}.me-sp-name-input{width:100%;box-sizing:border-box;padding:7px 10px;font-size:13px;font-family:var(--font-main);border:1px solid #e0e0de;border-radius:6px;background:#f7f7f5;color:var(--text-primary);outline:none}.me-sp-name-input:focus{border-color:#4e9cf7}.me-sp-input{flex:1;padding:6px 10px;font-size:12px;font-family:var(--font-main);border:1px solid #e0e0de;border-radius:6px;background:#f7f7f5;color:var(--text-primary);outline:none}.me-sp-input::placeholder{color:var(--text-muted)}.me-sp-input:focus{border-color:#4e9cf7}.me-sp-check{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-primary);cursor:pointer}.me-sp-check input[type=checkbox]{width:16px;height:16px;accent-color:#4e9cf7;cursor:pointer}.me-sp-section{border-top:1px solid #f0f0ee;margin-top:8px;padding-top:4px}.me-sp-section-header{display:flex;align-items:center;justify-content:space-between;padding:8px 14px 6px;font-size:13px;font-weight:700;color:var(--text-primary);cursor:pointer}.me-sp-section-title-accent{color:#4e9cf7;font-weight:700}.me-sp-collapse{font-size:11px;color:var(--text-muted);background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center}.me-sp-section-toggle{background:none;border:none;padding:2px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px}.me-sp-section-toggle:hover{background:#f3f4f6}.me-sp-grid2{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:4px 14px}.me-sp-field-mini{display:flex;align-items:center;gap:6px}.me-sp-field-mini label{font-size:11px;color:var(--text-muted);min-width:14px;font-weight:600}.me-sp-field-mini input{flex:1;width:0;padding:5px 6px;font-size:12px;font-family:var(--font-main);border:1px solid #e0e0de;border-radius:5px;background:#f7f7f5;color:var(--text-primary);outline:none;text-align:right}.me-sp-field-mini input:focus{border-color:#4e9cf7}.me-sp-transform-row{display:flex;align-items:center;gap:6px;padding:6px 14px}.me-sp-transform-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:1px solid #e0e0de;border-radius:5px;font-size:13px;color:var(--text-secondary);cursor:pointer;background:#fff;transition:background .15s}.me-sp-transform-icon:hover{background:#f0f0ee}.me-sp-rotate-field{display:flex;align-items:center;gap:4px;margin-left:auto;font-size:12px;color:var(--text-secondary)}.me-sp-rotate-field input{width:36px;padding:4px;font-size:12px;font-family:var(--font-main);border:1px solid #e0e0de;border-radius:5px;background:#f7f7f5;text-align:center;outline:none;color:var(--text-primary)}.me-sp-rotate-field input:focus{border-color:#4e9cf7}.me-sp-prop-label{padding:6px 14px 2px;font-size:12px;font-weight:600;color:var(--text-primary)}.me-sp-field-labeled{display:flex;align-items:center;justify-content:space-between;padding:5px 14px}.me-sp-field-labeled label{font-size:12px;color:var(--text-primary)}.me-sp-field-labeled input{width:70px;padding:5px 8px;font-size:12px;font-family:var(--font-main);border:1px solid #e0e0de;border-radius:5px;background:#f7f7f5;text-align:right;outline:none;color:var(--text-primary)}.me-sp-field-labeled input:focus{border-color:#4e9cf7}.me-sp-color-row{display:flex;align-items:center;justify-content:space-between;padding:5px 14px}.me-sp-color-row label{font-size:12px;color:var(--text-primary);white-space:nowrap}.me-sp-color-fields{display:flex;align-items:center;gap:4px}.me-sp-color-swatch{width:24px;height:24px;border:1px solid #e0e0de;border-radius:4px;padding:0;cursor:pointer;background:none}.me-sp-color-hex{width:56px;padding:4px 6px;font-size:11px;font-family:var(--font-main);border:1px solid #e0e0de;border-radius:5px;background:#f7f7f5;text-align:center;outline:none;color:var(--text-primary);text-transform:uppercase}.me-sp-color-hex:focus{border-color:#4e9cf7}.me-sp-color-opacity{display:flex;align-items:center;gap:2px;font-size:11px;color:var(--text-secondary)}.me-sp-color-opacity input{width:32px;padding:4px 2px;font-size:11px;font-family:var(--font-main);border:1px solid #e0e0de;border-radius:5px;background:#f7f7f5;text-align:right;outline:none;color:var(--text-primary)}.me-sp-color-opacity input:focus{border-color:#4e9cf7}.me-sp-snap-row{display:flex;align-items:center;justify-content:space-between;padding:5px 14px}.me-sp-snap-row label{font-size:12px;color:var(--text-primary)}.me-sp-snap-fields{display:flex;align-items:center;gap:4px}.me-sp-snap-input{width:56px;padding:4px 8px;font-size:12px;font-family:var(--font-main);border:1px solid #e0e0de;border-radius:5px;background:#f7f7f5;text-align:center;outline:none;color:var(--text-primary)}.me-sp-snap-add{padding:4px 10px;font-size:11px;font-weight:600;font-family:var(--font-main);border:none;border-radius:5px;background:#4e9cf7;color:#fff;cursor:pointer;transition:background .15s}.me-sp-snap-add:hover{background:#3b8de6}.me-nav-item-slider.active{color:#4e9cf7;background:#4e9cf714}.me-sp-icon-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.me-sp-label-full{font-size:12px;color:var(--text-secondary)}.me-sp-remove-btn{padding:3px 10px;font-size:11px;font-weight:600;font-family:var(--font-main);border:none;border-radius:5px;background:#4e9cf7;color:#fff;cursor:pointer;transition:background .15s}.me-sp-remove-btn:hover{background:#3b8de6}.me-sp-textarea{width:100%;box-sizing:border-box;padding:8px 10px;font-size:11px;font-family:monospace;border:1px solid #e0e0de;border-radius:6px;background:#f7f7f5;color:var(--text-primary);outline:none;resize:vertical;line-height:1.5}.me-sp-textarea:focus{border-color:#4e9cf7}.me-sp-icon-examples{display:grid;grid-template-columns:repeat(8,1fr);gap:6px}.me-sp-icon-btn{width:28px;height:28px;border:1px solid #e0e0de;border-radius:5px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px;transition:border-color .15s,background .15s}.me-sp-icon-btn:hover{background:#f0f0ee}.me-sp-icon-btn.active{border-color:#4e9cf7;background:#4e9cf714}.me-sp-icon-btn svg{width:16px;height:16px}.me-sp-image-actions{display:flex;gap:8px}.me-sp-img-btn{flex:1;padding:9px 0;font-size:13px;font-weight:600;font-family:var(--font-main);border-radius:8px;cursor:pointer;transition:opacity .15s;text-align:center}.me-sp-img-btn:hover{opacity:.85}.me-sp-img-upload{background:#fff;border:1.5px solid #e0e0de;color:var(--text-primary)}.me-sp-img-library{background:#4e9cf7;border:none;color:#fff}.me-sp-opacity-field{display:flex;align-items:center;gap:2px;font-size:12px;color:var(--text-secondary)}.me-sp-opacity-field input{width:48px;padding:5px 6px;font-size:12px;font-family:var(--font-main);border:1px solid #e0e0de;border-radius:5px;background:#f7f7f5;text-align:right;outline:none;color:var(--text-primary)}.me-sp-opacity-field input:focus{border-color:#4e9cf7}.me-sp-shadow-item{display:flex;align-items:center;gap:8px;padding:4px 14px}.me-sp-shadow-preview{width:20px;height:20px;border-radius:4px;background:#fff;border:1px solid #e0e0de}.me-sp-shadow-label{flex:1;font-size:11px;color:var(--text-secondary)}.me-sp-shadow-remove{width:20px;height:20px;border:none;background:transparent;color:var(--text-muted);cursor:pointer;font-size:12px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background .15s}.me-sp-shadow-remove:hover{background:#f0f0ee;color:#ef4444}.me-cv-slider{position:absolute;cursor:move;z-index:10;display:flex;align-items:center}.me-cv-slider-selected{outline:2px solid #4e9cf7;outline-offset:4px;border-radius:4px}.me-cv-shape{position:absolute;cursor:move;z-index:10}.me-cv-shape-selected{outline:2px solid #4e9cf7;outline-offset:4px}.me-cv-shape svg{display:block}.me-cv-button{z-index:10}.me-cv-button-selected{outline:2px solid #4e9cf7;outline-offset:4px}.me-cv-button .me-ibtn{pointer-events:none}.me-sp-color-row{display:flex;align-items:center;gap:8px;margin:4px 14px 8px;padding:6px 10px;background:#fff;border:1px solid #e5e7eb;border-radius:6px}.me-sp-color-swatch{width:24px;height:16px;border-radius:3px;border:1px solid #d1d5db;flex-shrink:0}.me-sp-color-hex{flex:1;border:none;outline:none;font-size:12px;font-family:monospace;color:#374151;background:transparent}.me-sp-color-pct{font-size:11px;color:#6b7280;padding-left:8px;border-left:1px solid #e5e7eb}.me-sp-gradient-row{display:flex;gap:6px;margin:4px 14px 8px;flex-wrap:wrap}.me-sp-gradient-swatch{width:28px;height:28px;border-radius:4px;border:1px solid #d1d5db;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;background:#fff}.me-sp-gradient-swatch:hover{border-color:#4e9cf7}.me-sp-gradient-input{font-family:monospace;font-size:11px;color:#6b7280;margin:0 14px 10px;width:calc(100% - 28px);box-sizing:border-box}.me-sp-img-row{display:flex;gap:6px;margin:6px 14px 0}.me-sp-img-btn{flex:1;padding:10px 8px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:12px;font-weight:600;cursor:pointer;transition:all .12s}.me-sp-img-btn:hover{border-color:#4e9cf7;color:#4e9cf7}.me-sp-img-btn-primary{background:var(--mev1-mint);border-color:var(--mev1-mint);color:#fff}.me-sp-img-btn-primary:hover{background:#1e73c8;color:#fff}.me-cv-slider-track{width:100%;position:relative}.me-cv-slider-fill{position:absolute;left:0;top:0;height:100%}.me-cv-slider-thumb{position:absolute;top:50%;transform:translate(-50%,-50%);width:18px;height:18px;border-radius:50%;background:#fff;border:2px solid #3F51B5;box-shadow:0 1px 4px #0003;box-sizing:border-box;pointer-events:none}.me-panel-template-lg .template-card-footer{padding:8px 12px}.me-tpl-preview{overflow-y:auto}.me-tpl-preview-header{padding:4px 16px}.me-tpl-preview-back{width:36px;height:36px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#1a1a2e;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .12s}.me-tpl-preview-back:hover{background:#f5f5f5}.me-tpl-preview-body{padding:8px 20px 24px;display:flex;flex-direction:column;gap:10px}.me-tpl-preview-title{font-size:18px;font-weight:700;color:#1a1a2e;line-height:1.4;margin-top:4px}.me-tpl-preview-meta{font-size:13px;color:#6b7280;font-weight:500}.me-tpl-preview-desc{font-size:13px;color:#374151;line-height:1.55;padding:10px 12px;background:#fafafa;border-radius:8px;border:1px solid #f0f0f0}.me-tpl-preview-actions{display:flex;flex-direction:column;gap:8px;margin-top:6px}.me-tpl-preview-btn{width:100%;padding:12px 14px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;border:1px solid transparent;transition:background .12s,border-color .12s}.me-tpl-preview-btn-primary{background:#00b8b6;color:#fff}.me-tpl-preview-btn-primary:hover{background:#009a98}.me-tpl-preview-btn-secondary{background:#fff;color:#1a1a2e;border-color:#d1d5db}.me-tpl-preview-btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.me-tpl-preview-thumb-wrap{margin-top:8px}.me-tpl-preview-thumb-wrap .template-card{cursor:default}.me-panel-template-lg .template-name{font-size:14px;font-weight:500}.me-panel-template-lg .template-more{font-size:18px}.template-card-meta{display:flex;flex-direction:column;gap:6px;min-width:0;flex:1}.template-subject{font-size:11px;color:#9ca3af;font-weight:400}.me-panel-template-lg .template-card-meta{gap:8px}.me-panel-template-lg .template-subject{font-size:12px}.thumb-intro{width:94%;height:90%;display:flex;flex-direction:column;gap:2px;background:linear-gradient(135deg,#e8f4fd 0%,var(--mev1-mint-soft) 50%,#e6f0fa 100%);border-radius:4px;padding:6px 7px;box-sizing:border-box;overflow:hidden}.me-db-panel{width:360px;min-width:360px;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;height:100%;overflow:hidden}.me-db-panel .me-panel-header{padding:14px 18px 10px;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;justify-content:flex-start;gap:8px}.me-db-panel .me-panel-header-title{font-size:16px;font-weight:700;color:#1a1a2e}.me-db-header-back{width:28px;height:28px;border:1px solid #e0e0de;border-radius:6px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;flex-shrink:0;transition:all .15s}.me-db-header-back:hover{background:#f3f4f6;color:#374151}.me-db-scroll{flex:1;overflow-y:auto;padding:0}.me-db-section-title{font-size:13px;font-weight:700;color:#374151;padding:14px 18px 8px}.me-db-section-heading{font-size:15px;font-weight:700;color:#1a1a2e;padding:18px 18px 10px}.me-db-step{padding-bottom:12px;border-bottom:8px solid #f3f4f6}.me-db-step:last-of-type{border-bottom:none}.me-db-step-plain{padding-bottom:12px;border-bottom:none}.me-db-step-label{display:flex;align-items:center;gap:10px;padding:16px 18px 4px}.me-db-step-num{display:inline-flex;align-items:center;justify-content:center;height:22px;padding:0 10px;background:linear-gradient(135deg,#00b8b6 0% 100%);color:#fff;font-size:11px;font-weight:800;letter-spacing:.4px;border-radius:11px;white-space:nowrap;flex-shrink:0}.me-db-step-title{font-size:14px;font-weight:700;color:#1f2937;white-space:nowrap}.me-db-step-toggle{margin-left:auto;width:26px;height:26px;border:none;background:transparent;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;flex-shrink:0;transition:background .15s}.me-db-step-toggle:hover{background:#f3f4f6;color:#1f2937}.me-db-step-toggle svg{transition:transform .2s}.me-db-step-toggle.collapsed svg{transform:rotate(-90deg)}.me-db-apply-wrap{padding:12px 16px 16px}.me-db-step-guide{display:flex;align-items:flex-start;gap:8px;margin:8px 16px 12px;padding:12px 14px;background:#f9fafb;border:1px dashed #d1d5db;border-radius:8px;font-size:12px;color:#6b7280;line-height:1.5}.me-db-step-guide-icon{font-size:14px;flex-shrink:0;line-height:1.2}.me-db-step2{padding-bottom:16px}.me-db-field-count{font-size:11px;font-weight:500;color:#009a98;margin-left:8px;background:#eef4ff;padding:2px 8px;border-radius:10px}.me-db-field-desc{font-size:12px;color:#9ca3af;padding:0 18px 8px;margin:0;line-height:1.5}.me-db-selected-chips{display:flex;flex-wrap:wrap;gap:5px;padding:0 14px 12px}.me-db-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:#eef4ff;border:1px solid #c7d9f7;border-radius:12px;font-size:11px;font-weight:500;color:#009a98}.me-db-chip-x{background:none;border:none;color:#93b4eb;font-size:13px;cursor:pointer;padding:0 1px;line-height:1}.me-db-chip-x:hover{color:#dc2626}.me-db-field-group{padding:0 14px;margin-bottom:10px}.me-db-field-group-title{font-size:11px;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;padding:6px 0 4px;border-bottom:1px solid #f0f0f0;margin-bottom:4px}.me-db-field-list{display:flex;flex-direction:column}.me-db-field-item{display:flex;align-items:center;gap:8px;padding:7px 8px;border-radius:6px;cursor:pointer;transition:background .1s;font-size:12px;color:#374151}.me-db-field-item:hover{background:#f9fafb}.me-db-field-item.checked{background:var(--mev1-mint-soft)}.me-db-field-item.readonly{cursor:default;background:transparent}.me-db-field-item.readonly:hover{background:transparent}.me-db-field-item.no-data{opacity:.45;cursor:default}.me-db-field-item input{accent-color:#00B8B6;cursor:pointer;flex-shrink:0}.me-db-field-item.no-data input{cursor:default}.me-db-field-empty-hint{font-size:12px;color:#9ca3af;padding:12px 10px;background:#fafafa;border:1px dashed #e5e7eb;border-radius:6px;text-align:center;line-height:1.5}.me-db-field-icon{font-size:14px;flex-shrink:0}.me-db-field-label{flex:1;font-weight:500}.me-db-field-empty{font-size:10px;color:#d1d5db;font-style:italic}.me-db-field-preview{font-size:10px;color:#9ca3af;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.me-db-field-param{font-size:10px;color:#9ca3af;white-space:nowrap;flex-shrink:0}.me-db-apply-full{display:block;width:calc(100% - 28px);margin:8px 14px;padding:11px;border-radius:8px;font-size:14px;font-weight:700;background:#00b8b6;color:#fff;border:none;cursor:pointer;transition:background .15s}.me-db-apply-full:hover{background:#3b7de6}.me-db-apply-full:disabled{background:#d1d5db;cursor:not-allowed}.me-db-back-btn{display:block;width:calc(100% - 28px);margin:4px 14px 0;padding:8px;background:none;border:1px solid #e0e0de;border-radius:6px;font-size:12px;color:#6b7280;cursor:pointer;text-align:center;transition:all .15s}.me-db-back-btn:hover{background:#f9fafb;border-color:#d1d5db}.me-db-next-btn{padding:6px 16px;font-size:12px;border-radius:6px;margin:0;width:auto}.me-db-summary{margin:4px 12px 8px;padding:10px 14px;background:var(--mev1-mint-soft);border-radius:8px;border:1px solid #dbeafe}.me-db-summary-row{display:flex;justify-content:space-between;font-size:12px;color:#6b7280;padding:2px 0}.me-db-summary-val{font-weight:600;color:#009a98}.me-db-save-btn{display:block;width:calc(100% - 24px);margin:8px 12px 16px;padding:10px;background:#00b8b6;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.me-db-save-btn:hover{background:#3b7de6}.me-db-save-btn:disabled{background:#d1d5db;cursor:not-allowed}.me-db-filters{padding:0 14px}.me-db-filter-row{margin-bottom:6px}.me-db-filter-row.two{display:flex;gap:6px}.me-db-filter-select{width:100%;padding:7px 10px;border:1px solid #e0e0de;border-radius:6px;font-size:12px;color:#374151;background:#fff;cursor:pointer}.me-db-search-bar{display:flex;align-items:center;gap:6px;padding:8px 14px}.me-db-search-label{font-size:12px;font-weight:600;color:#6b7280;flex-shrink:0}.me-db-search-field{padding:5px 6px;border:1px solid #e0e0de;border-radius:5px;font-size:11px;color:#374151;background:#fff;flex-shrink:0;width:72px}.me-db-search-input-wrap{flex:1;display:flex;position:relative}.me-db-search-input{flex:1;padding:5px 30px 5px 8px;border:1px solid #e0e0de;border-radius:5px;font-size:12px;color:#374151}.me-db-search-input:focus{outline:none;border-color:#00b8b6}.me-db-search-btn{position:absolute;right:2px;top:50%;transform:translateY(-50%);background:#00b8b6;border:none;color:#fff;width:24px;height:24px;border-radius:4px;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center}.me-db-table-wrap{padding:0 8px;overflow-x:auto}.me-db-table{width:100%;border-collapse:collapse;font-size:11px}.me-db-table th{background:#f9fafb;padding:7px 6px;text-align:left;font-weight:600;color:#6b7280;border-bottom:1px solid #e5e7eb;white-space:nowrap;position:sticky;top:0}.me-db-table td{padding:7px 6px;border-bottom:1px solid #f3f4f6;color:#374151;white-space:nowrap;max-width:90px;overflow:hidden;text-overflow:ellipsis}.me-db-table tr{cursor:pointer;transition:background .1s}.me-db-table tbody tr:hover{background:#f9fafb}.me-db-row-checked{background:#eef4ff!important}.me-db-th-check,.me-db-td-check{width:28px;text-align:center}.me-db-td-check input,.me-db-th-check input{accent-color:#00B8B6;cursor:pointer}.me-db-td-title{max-width:100px}.me-db-td-entry{font-weight:600;color:#009a98}.me-db-pagination{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;border-top:1px solid #f0f0f0}.me-db-total{font-size:11px;color:#9ca3af}.me-db-total b{color:#009a98}.me-db-pages{display:flex;gap:3px}.me-db-page-btn{width:24px;height:24px;border:1px solid #e0e0de;border-radius:4px;background:#fff;font-size:11px;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center}.me-db-page-btn.active{background:#00b8b6;color:#fff;border-color:#00b8b6}.me-db-bottom-bar{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-top:1px solid #f0f0f0;background:#fafbfc}.me-db-selected-count{font-size:12px;color:#6b7280}.me-db-apply-btn{padding:7px 24px;background:#ef4444;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.me-db-apply-btn:hover{background:#dc2626}.me-db-apply-btn:disabled{background:#d1d5db;cursor:not-allowed}.me-db-step2-actions{display:flex;gap:8px;align-items:stretch;justify-content:flex-start;margin:8px 14px}.me-db-step2-actions .me-db-add-btn{flex:1 1 auto;width:auto;margin:0;box-sizing:border-box}.me-db-reset-btn{padding:9px 16px;background:#fff;color:#374151;border:1.5px solid #d1d5db;border-radius:8px;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s;flex:0 0 auto;box-sizing:border-box;line-height:1.2}.me-db-reset-btn:hover{background:#f9fafb;border-color:#9ca3af;color:#111827}.me-db-reset-btn:disabled{background:#f3f4f6;color:#d1d5db;border-color:#e5e7eb;cursor:not-allowed}.me-db-applied{display:flex;align-items:center;gap:8px;padding:10px 14px;margin:8px 12px;background:#ecfdf5;border:1px solid #80DCDB;border-radius:8px;font-size:12px;color:#065f46;font-weight:500}.me-db-applied-icon{font-size:16px}.me-db-conn-summary{margin:8px 12px 16px;padding:10px 14px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.me-db-conn-row{display:flex;justify-content:space-between;font-size:11px;color:#6b7280;padding:3px 0}.me-db-conn-row span:last-child{font-weight:600;color:#374151}.me-db-word-list{padding:0 14px}.me-db-word-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid #f0f0f0;border-radius:8px;margin-bottom:5px;transition:background .1s}.me-db-word-item:hover{background:#f9fafb}.me-db-word-num{width:22px;height:22px;border-radius:50%;background:#eef4ff;color:#00b8b6;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.me-db-word-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.me-db-word-entry-row{display:flex;align-items:center;gap:6px;min-width:0}.me-db-word-entry{font-size:13px;font-weight:600;color:#1a1a2e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.me-db-word-key{font-family:SFMono-Regular,Menlo,Consolas,monospace;font-size:10.5px;font-weight:600;color:#00b8b6;background:#eef2ff;padding:1px 6px;border-radius:4px;flex-shrink:0;letter-spacing:.3px}.me-db-word-meaning{font-size:11px;color:#9ca3af}.me-db-word-remove{background:none;border:none;color:#d1d5db;font-size:14px;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .1s;flex-shrink:0}.me-db-word-remove:hover{color:#ef4444;background:#fef2f2}.me-db-word-handle{cursor:grab;color:#c0c5cc;font-size:14px;flex-shrink:0;-webkit-user-select:none;user-select:none;letter-spacing:-2px;line-height:1;padding:2px 0;transition:color .15s}.me-db-word-handle:hover{color:#00b8b6}.me-db-word-item[draggable]{cursor:grab}.me-db-word-dragging{opacity:.4;background:#f0f4ff}.me-db-word-dragover{border-top:2px solid #00B8B6;margin-top:-2px}.me-db-empty{text-align:center;padding:24px 14px 16px;color:#9ca3af}.me-db-empty-icon{font-size:32px;display:block;margin-bottom:8px}.me-db-empty p{margin:0;font-size:13px}.me-db-empty-sub{font-size:11px;margin-top:4px!important}.me-db-source-row{padding:0 14px;margin-bottom:6px}.me-db-source-select{width:100%;padding:8px 12px;border:1px solid #e0e0de;border-radius:6px;font-size:13px;color:#374151;background:#fff;cursor:pointer;font-weight:500}.me-db-source-select:focus{outline:none;border-color:#00b8b6}.me-db-add-btn{display:block;width:calc(100% - 28px);margin:8px 14px;padding:9px;background:#fff;border:1.5px dashed #c7d9f7;border-radius:8px;font-size:13px;font-weight:600;color:#00b8b6;cursor:pointer;text-align:center;transition:all .15s}.me-db-add-btn:hover{background:var(--mev1-mint-soft);border-color:#00b8b6}.me-db-modal-overlay{position:fixed;inset:0;background:#00000073;z-index:9999;display:flex;align-items:center;justify-content:center}.me-db-modal{background:#fff;border-radius:12px;width:1200px;max-width:94vw;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000040;overflow:hidden}.me-db-modal-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:#00b8b6;color:#fff}.me-db-modal-title{font-size:16px;font-weight:700}.me-db-modal-close{background:none;border:none;color:#fff;font-size:18px;cursor:pointer;padding:4px 8px;border-radius:4px;opacity:.8}.me-db-modal-close:hover{opacity:1;background:#ffffff26}.me-db-modal-filters{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:12px 20px;border-bottom:1px solid #f0f0f0;background:#fafbfc}.me-db-modal-filter-item{display:flex;align-items:center;gap:6px}.me-db-modal-filter-label{font-size:12px;font-weight:600;color:#6b7280;white-space:nowrap}.me-db-modal-select{padding:6px 10px;border:1px solid #e0e0de;border-radius:5px;font-size:12px;color:#374151;background:#fff;cursor:pointer;min-width:100px}.me-db-modal-select-sm{min-width:72px}.me-db-modal-date{padding:5px 8px;border:1px solid #e0e0de;border-radius:5px;font-size:11px;color:#374151;width:120px}.me-db-modal-search-row{display:flex;align-items:center;gap:8px;padding:8px 20px;border-bottom:1px solid #f0f0f0;justify-content:flex-end}.me-db-modal-search-wrap{display:flex;align-items:stretch;width:240px;border:1px solid #e0e0de;border-radius:5px;overflow:hidden;background:#fff;transition:border-color .15s}.me-db-modal-search-wrap:focus-within{border-color:#00b8b6}.me-db-modal-search-input{flex:1;min-width:0;padding:6px 10px;border:none;background:transparent;font-size:12px}.me-db-modal-search-input:focus{outline:none}.me-db-modal-search-btn{flex-shrink:0;background:#fff;border:none;color:#00b8b6;width:36px;border-radius:0;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.me-db-modal-search-btn:hover{background:#ccefef;color:#009a98}.me-db-modal-table-wrap{flex:1;overflow-y:auto;padding:0}.me-db-modal-table{width:100%;border-collapse:collapse;font-size:13px}.me-db-modal-table th{background:#f9fafb;padding:9px 12px;text-align:left;font-weight:600;color:#6b7280;border-bottom:2px solid #e5e7eb;white-space:nowrap;position:sticky;top:0;z-index:1}.me-db-modal-table td{padding:9px 12px;border-bottom:1px solid #f3f4f6;color:#374151;white-space:nowrap}.me-db-modal-table tbody tr{cursor:pointer;transition:background .1s}.me-db-modal-table tbody tr:hover{background:#f9fafb}.me-db-modal-row-checked{background:#eef4ff!important}.me-db-modal-th-check{width:48px;text-align:center}.me-db-modal-td-check{text-align:center}.me-db-modal-td-check input{accent-color:#00B8B6;cursor:pointer}.me-db-modal-td-title{max-width:180px;overflow:hidden;text-overflow:ellipsis}.me-db-modal-td-entry{font-weight:600;color:#1a1a2e}.me-db-modal-footer{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;border-top:1px solid #e5e7eb;background:#fafbfc}.me-db-modal-total{font-size:12px;color:#9ca3af}.me-db-modal-total b{color:#009a98}.me-db-modal-pages{display:flex;gap:3px}.me-db-modal-page-btn{width:28px;height:28px;border:1px solid #e0e0de;border-radius:4px;background:#fff;font-size:12px;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center}.me-db-modal-page-btn.active{background:#00b8b6;color:#fff;border-color:#00b8b6}.me-db-modal-footer-right{display:flex;align-items:center;gap:12px}.me-db-modal-sel-count{font-size:12px;color:#6b7280}.me-db-modal-done-btn{padding:8px 28px;background:#ef4444;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:700;cursor:pointer;transition:background .15s}.me-db-modal-done-btn:hover{background:#dc2626}.me-rp-btn-group{display:flex;gap:0;border:1px solid #e0e0de;border-radius:6px;overflow:hidden}.me-rp-btn{padding:5px 12px;background:#fff;border:none;border-right:1px solid #e0e0de;font-size:12px;color:#6b7280;cursor:pointer;transition:all .1s;font-weight:500}.me-rp-btn:last-child{border-right:none}.me-rp-btn.active{background:#1a1a2e;color:#fff}.me-rp-btn:hover:not(.active){background:#f5f5f5}.me-rp-section-title{color:var(--accent, #00B8B6);font-weight:700;font-size:14px}.me-rp-pos-row{display:flex;gap:6px;padding:0 16px;margin-bottom:8px;align-items:center}.me-rp-pos-box{flex:1;min-width:0;display:flex;align-items:center;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden;background:#fafafa;height:32px}.me-rp-pos-label{padding:0 6px 0 10px;font-size:13px;font-weight:500;color:#9ca3af;background:transparent;border-right:none;min-width:0;text-align:left;flex-shrink:0}.me-rp-pos-input{flex:1;min-width:0;width:100%;border:none;outline:none;padding:0 10px 0 4px;font-size:13px;text-align:right;background:transparent;color:#1a1a2e;font-family:inherit;-moz-appearance:textfield}.me-rp-pos-input::-webkit-inner-spin-button,.me-rp-pos-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.me-rp-link-btn{width:20px;height:20px;border:none;border-radius:4px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#9ca3af;flex-shrink:0;padding:0;transition:color .15s}.me-rp-link-btn:hover{color:#00b8b6}.me-rp-link-spacer{width:20px;height:20px;flex-shrink:0;display:block}.me-rp-transform-row{display:flex;align-items:center;justify-content:space-between;padding:0 16px;margin-bottom:4px;gap:8px}.me-rp-transform-icons{display:flex;gap:2px;align-items:center}.me-rp-icon-btn{width:26px;height:26px;border:none;border-radius:4px;background:transparent;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;padding:0;transition:background .15s}.me-rp-icon-btn:hover{background:#f3f4f6;color:#1a1a2e}.me-rp-rotate-box{display:flex;align-items:center;gap:4px;border:none;border-radius:0;padding:0;background:transparent;color:#9ca3af}.me-rp-rotate-input{width:32px;border:none;outline:none;font-size:13px;text-align:right;background:transparent;color:#1a1a2e;font-family:inherit;-moz-appearance:textfield}.me-rp-rotate-input::-webkit-inner-spin-button,.me-rp-rotate-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.me-rp-rotate-deg{font-size:12px;color:#9ca3af}.me-rp-padding-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:4px 16px 12px}.me-rp-pad-item{display:flex;align-items:center;gap:6px}.me-rp-pad-item label{font-size:12px;color:#9ca3af;width:16px;text-align:center}.me-rp-pad-item input{width:100%;padding:5px 8px;border:1px solid #e0e0de;border-radius:5px;font-size:13px;text-align:center}.me-rp-conn-info{margin:4px 16px 8px;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px}.me-rp-conn-row{display:flex;justify-content:space-between;font-size:12px;color:#6b7280;padding:2px 0}.me-rp-conn-row span:last-child{font-weight:600;color:#1a1a2e}.me-rp-data-btn{display:block;width:calc(100% - 32px);margin:8px 16px 16px;padding:11px;background:#00b8b6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;text-align:center;transition:background .15s}.me-rp-data-btn:hover{background:#3b7de6}.me-rp-btn-setting{display:block;width:calc(100% - 32px);margin:8px 16px 16px;padding:11px;background:#00b8b6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;text-align:center;font-family:inherit;transition:background .15s}.me-rp-btn-setting:hover{background:#3b7de6}.me-rp-color-row{display:flex;align-items:center;gap:6px}.me-rp-color-swatch{width:32px;height:28px;border:1px solid #e0e0de;border-radius:4px;padding:0;cursor:pointer;flex-shrink:0}.me-rp-color-hex{width:72px;padding:5px 8px;border:1px solid #e0e0de;border-radius:5px;font-size:12px;font-family:monospace;text-align:center;color:#374151}.me-rp-color-opacity{width:42px;padding:5px 4px;border:1px solid #e0e0de;border-radius:5px;font-size:12px;text-align:center;color:#374151}.me-rp-color-pct{font-size:12px;color:#9ca3af}.me-rp-gradient-presets{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:6px}.me-rp-grad-btn{width:32px;height:32px;border-radius:6px;border:2px solid transparent;cursor:pointer;transition:border-color .15s;overflow:hidden;display:flex;align-items:center;justify-content:center}.me-rp-grad-btn.active{border-color:#00b8b6}.me-rp-grad-btn:hover{border-color:#93b4eb}.me-rp-grad-input{width:100%;padding:6px 10px;border:1px solid #e0e0de;border-radius:5px;font-size:11px;font-family:monospace;color:#6b7280}.me-rp-bg-btns{display:flex;gap:8px}.me-rp-bg-upload,.me-rp-bg-library{flex:1;padding:8px 0;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;text-align:center;transition:all .15s}.me-rp-bg-upload{background:#fff;border:1px solid #e0e0de;color:#374151}.me-rp-bg-upload:hover{background:#f9fafb}.me-rp-bg-library{background:#00b8b6;border:1px solid #00B8B6;color:#fff}.me-rp-bg-library:hover{background:#3b7de6}.me-rp-full-input{width:100%;padding:6px 10px;border:1px solid #e0e0de;border-radius:5px;font-size:13px;text-align:center;color:#374151}.ma-canvas{width:100%;height:100%;display:flex;flex-direction:column;background:linear-gradient(180deg,#f8fafc,#fff);border-radius:8px;overflow:hidden;box-sizing:border-box}.ma-header{display:flex;align-items:center;gap:14px;padding:16px 24px;border-bottom:1px solid #e5e7eb;background:#fff}.ma-header-icon{font-size:32px;line-height:1}.ma-header-text{flex:1}.ma-header-chapter{font-size:12px;color:#6b7280;font-weight:600}.ma-header-title{font-size:18px;font-weight:800;color:#1f2937;margin-top:2px}.ma-reset-btn{background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600;color:#374151;cursor:pointer;font-family:inherit}.ma-reset-btn:hover{background:#e5e7eb}.ma-body{flex:1;min-height:0;padding:40px 56px;overflow:auto;display:flex;flex-direction:column;gap:24px;align-items:center;justify-content:center}.ma-body>svg{width:100%;max-width:720px;height:auto;display:block;margin:0 auto}.ma-hint{font-size:14px;color:#6b7280;text-align:center;background:#f9fafb;padding:12px 20px;border-radius:8px;margin:0;max-width:720px}.ma-body input[type=range]{-webkit-appearance:none;appearance:none;width:220px;height:6px;background:#e5e7eb;border-radius:999px;outline:none;cursor:pointer;vertical-align:middle}.ma-body input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:#00b8b6;border-radius:50%;cursor:pointer;box-shadow:0 2px 6px #00b8b659;border:2px solid #ffffff;transition:transform .15s}.ma-body input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.1)}.ma-body input[type=range]::-moz-range-thumb{width:20px;height:20px;background:#00b8b6;border-radius:50%;cursor:pointer;border:2px solid #ffffff;box-shadow:0 2px 6px #00b8b659}.ma-body input[type=range]::-moz-range-track{background:#e5e7eb;height:6px;border-radius:999px}.ma-body select,.ma-body input[type=number]{padding:8px 32px 8px 12px;font-size:14px;font-weight:600;font-family:inherit;color:#1f2937;background:#fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat right 10px center;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;outline:none;appearance:none;-webkit-appearance:none;min-width:96px;transition:border-color .15s,box-shadow .15s}.ma-body input[type=number]{background-image:none;padding:8px 12px;text-align:center;min-width:64px}.ma-body select:hover,.ma-body input[type=number]:hover{border-color:#9ca3af}.ma-body select:focus,.ma-body input[type=number]:focus{border-color:#00b8b6;box-shadow:0 0 0 3px #00b8b61f}.ma-empty{font-size:14px;color:#9ca3af;text-align:center;padding:40px}.fg-controls{display:flex;align-items:center;gap:12px;font-size:13px;font-weight:600}.fg-controls input[type=range]{width:200px}.fg-n-value{background:#fb923c;color:#fff;padding:4px 10px;border-radius:999px;font-weight:800;min-width:32px;text-align:center}.fg-progress{margin-left:auto;color:#009a98;font-weight:700}.fg-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:4px;width:100%;max-width:500px}.fg-cell{aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e7eb;border-radius:4px;font-size:13px;font-weight:600;color:#374151;cursor:pointer;font-family:inherit}.fg-cell:hover{background:#f3f4f6}.fg-cell.correct{background:#ccefef;border-color:#00b8b6;color:#065f46}.fg-cell.wrong{background:#fee2e2;border-color:#ef4444;color:#991b1b}.fg-cell.wrong:after{content:"✕"}.fp-row{display:flex;align-items:center;gap:16px}.fp-col{display:flex;flex-direction:column;align-items:center;gap:8px}.fp-frac{display:flex;align-items:center;gap:4px;font-size:18px;font-weight:700;color:#1f2937}.fp-frac input{width:48px;padding:4px 8px;text-align:center;border:1px solid #d1d5db;border-radius:6px;font-size:16px;font-weight:700;font-family:inherit}.fp-bar{padding:0 4px;color:#6b7280}.fp-result{background:#ede9fe;padding:6px 14px;border-radius:8px}.fp-op{font-size:32px;font-weight:700;color:#6b7280}.rb-bars{width:100%;max-width:480px;display:flex;flex-direction:column;gap:12px}.rb-row{display:flex;align-items:center;gap:12px}.rb-label{width:24px;font-weight:800;color:#1f2937}.rb-bar{flex:1;background:#f3f4f6;border-radius:6px;height:32px;overflow:hidden}.rb-fill{height:100%;display:flex;align-items:center;justify-content:flex-end;padding-right:12px;color:#fff;font-weight:700;transition:width .2s ease}.rb-fill-a{background:linear-gradient(90deg,#fb923c,#f97316)}.rb-fill-b{background:linear-gradient(90deg,#60a5fa,#3b82f6)}.rb-controls{display:flex;flex-direction:column;gap:8px;font-size:13px}.rb-controls input{width:200px;margin:0 8px}.rb-result{background:#f0fdf4;border:1px solid #86efac;border-radius:8px;padding:12px 18px;display:flex;flex-direction:column;gap:4px;font-size:14px;color:#166534}.nl-line{width:100%;max-width:700px}.nl-controls{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.nl-btn{background:#fb923c;color:#fff;border:none;border-radius:8px;padding:10px 18px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit}.nl-btn:hover{background:#f97316}.nl-history{font-size:13px;color:#374151;background:#f9fafb;padding:10px 16px;border-radius:8px;max-width:700px;word-break:break-all}.nl-abs{color:#fb923c;font-weight:700;margin-left:12px}.pt-input{display:flex;gap:12px;align-items:center;font-size:13px}.pt-input input{width:80px;padding:6px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:16px;font-weight:700}.pt-tree{display:flex;flex-direction:column;gap:8px;background:#f9fafb;padding:16px;border-radius:8px;max-width:500px;width:100%;font-family:SFMono-Regular,monospace}.pt-node{display:flex;flex-direction:column;gap:6px}.pt-circle{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#fff;border:2px solid #6b7280;color:#1f2937;font-weight:700;font-size:14px}.pt-circle.prime{background:#fee2e2;border-color:#ef4444;color:#991b1b}.pt-children{display:flex;flex-direction:column;gap:6px;padding-left:8px;border-left:2px dashed #d1d5db}.pt-formula{font-size:16px;font-weight:700;color:#1f2937;background:#ede9fe;padding:10px 18px;border-radius:8px}.bs-eq{font-size:22px;font-weight:800;color:#1f2937;background:#fff7ed;padding:8px 20px;border-radius:8px;font-family:Times New Roman,serif}.bs-scale{width:100%;max-width:480px}.bs-controls{display:flex;flex-direction:column;gap:8px;font-size:13px;align-items:stretch}.bs-controls input{width:240px;margin:0 8px}.bs-result{background:#ecfdf5;border:1px solid #86efac;border-radius:8px;padding:12px 18px;font-size:14px;color:#166534}.ev-eq{font-size:26px;font-weight:800;color:#1f2937;background:#fff7ed;padding:12px 24px;border-radius:10px;font-family:Times New Roman,serif}.ev-slider{display:flex;align-items:center;gap:12px;font-size:16px}.ev-slider input{width:280px}.ev-x-value{background:#fb923c;color:#fff;padding:4px 12px;border-radius:999px;font-weight:800;min-width:36px;text-align:center}.ev-terms{display:flex;flex-direction:column;gap:8px;background:#f9fafb;padding:16px 20px;border-radius:8px;font-family:Times New Roman,serif;min-width:320px}.ev-term{display:flex;justify-content:space-between;font-size:16px;color:#374151}.ev-total{border-top:2px solid #d1d5db;padding-top:8px;margin-top:4px;font-size:18px;font-weight:800;color:#1f2937}.cs-board{background:#fff;border-radius:8px}.cs-controls{display:flex;flex-direction:column;gap:6px;font-size:13px}.cs-controls input{width:200px;margin:0 8px}.it-stage{background:#f8fafc;border-radius:8px;padding:16px}.it-controls{display:flex;flex-wrap:wrap;gap:12px;align-items:center;font-size:13px}.it-controls input{width:160px;margin:0 8px}.it-btn{background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;padding:6px 14px;font-size:13px;font-weight:600;color:#374151;cursor:pointer;font-family:inherit}.it-btn:hover{background:#e5e7eb}.it-btn.active{background:#3b82f6;color:#fff;border-color:#009a98}.aa-eq{font-size:22px;font-weight:800;color:#1f2937;background:#fff7ed;padding:8px 20px;border-radius:8px;font-family:Times New Roman,serif}.aa-stage{background:#f9fafb;border-radius:8px;padding:12px}.aa-controls{display:flex;gap:16px;font-size:13px}.aa-controls input{width:160px;margin:0 8px}.aa-result{background:#f0f9ff;border:1px solid #93c5fd;border-radius:8px;padding:10px 18px;font-size:15px;color:#1e3a8a;font-family:Times New Roman,serif}.il-eq{font-size:22px;font-weight:800;color:#1f2937;background:#fff7ed;padding:8px 20px;border-radius:8px;font-family:Times New Roman,serif}.il-line{width:100%;max-width:700px}.il-controls{display:flex;flex-wrap:wrap;gap:12px;font-size:13px;align-items:center}.il-controls input[type=range]{width:140px;margin:0 6px}.il-controls select{padding:4px 8px;border-radius:6px;border:1px solid #d1d5db;font-family:inherit;margin-left:6px}.il-result{background:#ecfdf5;border:1px solid #86efac;border-radius:8px;padding:10px 18px;font-size:14px;color:#166534}.il-flip{color:#dc2626;margin-left:6px;font-weight:600}.lg-eq{font-size:22px;font-weight:800;color:#1f2937;background:#fff7ed;padding:8px 20px;border-radius:8px;font-family:Times New Roman,serif}.lg-stage{background:#f9fafb;border-radius:8px;padding:12px}.lg-controls{display:flex;gap:16px;font-size:13px;flex-wrap:wrap}.lg-controls input{width:180px;margin:0 8px}.lg-result{background:#f0f9ff;border:1px solid #93c5fd;border-radius:8px;padding:10px 18px;font-size:14px;color:#1e3a8a}.qr-eq{font-size:22px;font-weight:800;color:#1f2937;background:#fff7ed;padding:8px 20px;border-radius:8px;font-family:Times New Roman,serif}.qr-stage{background:#f9fafb;border-radius:8px;padding:12px}.qr-controls{display:flex;gap:16px;font-size:13px;flex-wrap:wrap}.qr-controls input{width:160px;margin:0 8px}.qr-result{background:#ecfdf5;border:1px solid #86efac;border-radius:8px;padding:10px 18px;font-size:14px;color:#166534;font-family:Times New Roman,serif}.qr-no-real{color:#dc2626;font-weight:700}.pa-eq{font-size:22px;font-weight:800;color:#1f2937;background:#fff7ed;padding:8px 20px;border-radius:8px;font-family:Times New Roman,serif}.pa-stage{background:#f9fafb;border-radius:8px;padding:12px}.pa-controls{display:flex;gap:16px;font-size:13px;flex-wrap:wrap}.pa-controls input{width:160px;margin:0 8px}.pa-result{background:#f5f3ff;border:1px solid #c4b5fd;border-radius:8px;padding:10px 18px;font-size:14px;color:#5b21b6}.sd-eq{font-size:18px;font-weight:700;color:#1f2937;background:#fff7ed;padding:10px 20px;border-radius:8px;font-family:Times New Roman,serif}.sd-table{border-collapse:collapse;font-family:SFMono-Regular,monospace;font-size:16px}.sd-table td{width:56px;height:40px;text-align:center;vertical-align:middle;border:none;padding:4px}.sd-table td.sd-k{background:#fef3c7;border-radius:6px 0 0 6px;font-weight:800;color:#7c2d12;border-right:2px solid #f59e0b}.sd-table td.sd-coef{background:#f3f4f6;font-weight:700;color:#1f2937}.sd-table td.sd-carry{color:#6b7280}.sd-table td.sd-carry.shown{color:#009a98;font-weight:700}.sd-table tr.sd-bottom{border-top:2px solid #1f2937}.sd-table td.sd-result{color:#d1d5db}.sd-table td.sd-result.shown{color:#1f2937;font-weight:800;background:#ccefef;border-radius:6px}.sd-table td.sd-result.shown.remainder{background:#fde68a;color:#7c2d12}.sd-controls{display:flex;gap:12px;align-items:center;font-size:13px;flex-wrap:wrap}.sd-controls input{width:80px;padding:4px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.sd-btn{background:#3b82f6;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit}.sd-btn:hover{background:#009a98}.sd-btn-all{background:#6b7280}.sd-btn-all:hover{background:#4b5563}.sd-final{background:#ecfdf5;border:1px solid #86efac;border-radius:8px;padding:10px 18px;font-size:14px;color:#166534;font-family:Times New Roman,serif}.thumb-mact{width:100%;height:100%;padding:8px 10px;display:flex;flex-direction:column;gap:4px;background:linear-gradient(180deg,#ecfdf5,#ccefef);overflow:hidden;box-sizing:border-box;position:relative}.thumb-mact-icon{font-size:22px;line-height:1;align-self:flex-start}.thumb-mact-title{font-size:9px;font-weight:800;color:#064e3b;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.thumb-mact-desc{font-size:7px;color:#166534;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.thumb-mact-badge{position:absolute;bottom:6px;right:6px;background:#00b8b6;color:#fff;padding:2px 7px;border-radius:999px;font-size:7px;font-weight:700}.ma-row{display:flex;gap:20px;align-items:center;flex-wrap:wrap;font-size:15px;font-weight:500;color:#374151}.ma-row label{display:inline-flex;align-items:center;gap:12px}.ma-row input[type=range]{width:240px}.ma-info{font-size:14px;color:#1f2937;background:#f9fafb;padding:8px 16px;border-radius:8px}.rb-stage{background:#f9fafb;border-radius:8px;padding:12px}.bb-grid-wrap{display:flex;gap:24px;align-items:flex-start}.bb-label{font-size:12px;color:#6b7280;margin-bottom:6px;font-weight:600}.bb-grid{display:grid;grid-template-columns:repeat(4,36px);gap:3px}.bb-cell{width:36px;height:36px;background:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;cursor:pointer;font-family:inherit}.bb-cell:hover{background:#e5e7eb}.bb-cell.filled{background:#fb923c;border-color:#c2410c}.ob-eq{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:22px;font-family:Times New Roman,serif;background:#f9fafb;padding:16px 24px;border-radius:12px;font-weight:700;color:#1f2937}.ob-input{width:60px;padding:6px 10px;text-align:center;border:2px solid #d1d5db;border-radius:6px;font-size:18px;font-weight:700;font-family:inherit;color:#1f2937}.ob-input:focus{border-color:#fb923c;outline:none}.ob-op{color:#6b7280;padding:0 4px}.ob-paren{color:#9ca3af}.ob-result{background:#ecfdf5;color:#065f46;padding:4px 16px;border-radius:6px;font-weight:800}.dp-roll-btn{background:#fb923c;color:#fff;border:none;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit}.dp-roll-btn:hover{background:#f97316}.dp-total{color:#6b7280;font-weight:600}.dp-bars{width:100%;max-width:500px;display:flex;flex-direction:column;gap:6px}.dp-bar-row{display:grid;grid-template-columns:32px 24px 1fr 130px;align-items:center;gap:8px}.dp-face{font-size:22px;line-height:1;text-align:center}.dp-num{font-weight:700;color:#1f2937}.dp-bar{height:24px;background:#f3f4f6;border-radius:4px;overflow:hidden}.dp-bar-fill{height:100%;background:linear-gradient(90deg,#fb923c,#f97316);transition:width .3s ease}.dp-count{font-size:12px;color:#374151}.sc-pool{display:flex;gap:8px;flex-wrap:wrap;background:#f9fafb;padding:12px;border-radius:8px;min-height:80px;width:100%;max-width:600px}.sc-shape{display:flex;flex-direction:column;align-items:center;gap:2px;background:#fff;border:1.5px solid #d1d5db;border-radius:8px;padding:6px 12px;cursor:pointer;font-family:inherit}.sc-shape.dragging{background:#fef3c7;border-color:#f59e0b}.sc-shape-emoji{font-size:24px;line-height:1}.sc-shape-name{font-size:11px;color:#374151}.sc-pool-empty{color:#9ca3af;padding:18px;text-align:center;font-size:13px}.sc-cats{display:flex;gap:12px;width:100%;max-width:600px}.sc-cat{flex:1;background:#fff;border:2px dashed #cbd5e1;border-radius:10px;padding:12px;min-height:100px;cursor:pointer;transition:border-color .15s,background .15s}.sc-cat.active{border-color:#3b82f6;background:#eff6ff}.sc-cat-head{font-weight:800;color:#1f2937;margin-bottom:8px}.sc-cat-items{display:flex;flex-direction:column;gap:4px}.sc-placed{font-size:12px;padding:4px 8px;border-radius:4px}.sc-placed.ok{background:#ccefef;color:#065f46}.sc-placed.wrong{background:#fee2e2;color:#991b1b}.fg-table-wrap{width:100%;max-width:500px;overflow-x:auto}.fg-table{width:100%;border-collapse:collapse;font-size:13px}.fg-table th,.fg-table td{border:1px solid #d1d5db;padding:6px 10px;text-align:center}.fg-table th{background:#f3f4f6;font-weight:700}.fg-table input[type=number]{width:60px;padding:2px 6px;border:1px solid #d1d5db;border-radius:4px;text-align:center;font-family:inherit}.dl-list{display:flex;flex-wrap:wrap;gap:6px;max-width:600px}.dl-chip{background:#ecfdf5;color:#065f46;border:1px solid #80DCDB;padding:4px 10px;border-radius:999px;font-size:13px;font-weight:700}.fbar{display:flex;gap:2px;max-width:480px;width:100%}.fbar-cell{flex:1;height:36px;background:#f3f4f6;border-radius:4px}.fbar-cell.on{background:#fb923c}.recipe-list{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:#f9fafb;padding:12px 16px;border-radius:8px;font-size:14px}.sm-row{display:flex;gap:12px;align-items:center;font-size:28px;font-family:Times New Roman,serif}.sm-btn{width:48px;height:48px;border-radius:50%;border:2px solid #d1d5db;font-size:22px;font-weight:800;cursor:pointer;font-family:inherit}.sm-btn.pos{background:#dbeafe;color:#1e40af;border-color:#3b82f6}.sm-btn.neg{background:#fee2e2;color:#991b1b;border-color:#ef4444}.sm-eq{color:#6b7280;font-weight:700}.sm-result{width:48px;height:48px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:28px;font-weight:800}.sm-result.pos{background:#dbeafe;color:#1e40af}.sm-result.neg{background:#fee2e2;color:#991b1b}.step-list{display:flex;flex-direction:column;gap:8px;max-width:500px}.step-row{display:flex;gap:12px;align-items:center;background:#f9fafb;padding:10px 14px;border-radius:8px;font-family:Times New Roman,serif;opacity:.3;transition:opacity .2s}.step-row.shown{opacity:1;background:#fff7ed}.step-num{width:24px;height:24px;border-radius:50%;background:#fb923c;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;flex-shrink:0}.step-eq{font-size:16px;font-weight:700;color:#1f2937;flex:1}.step-note{font-size:12px;color:#6b7280}.word-problem{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:12px 18px;font-size:14px;color:#1e3a8a;line-height:1.6;max-width:500px}.ev-ok{color:#009a98;font-weight:700}.ev-no{color:#dc2626;font-weight:700}.like-pool{display:flex;gap:6px;flex-wrap:wrap;background:#f9fafb;padding:12px;border-radius:8px;max-width:500px}.like-chip{padding:4px 10px;border-radius:4px;font-weight:700;font-family:Times New Roman,serif;font-size:14px}.like-x{background:#dbeafe;color:#1e40af}.like-y{background:#fef3c7;color:#92400e}.like-const{background:#f3f4f6;color:#374151}.quad-list{display:flex;flex-direction:column;gap:4px;background:#f9fafb;padding:10px 16px;border-radius:8px}.quad-row{font-size:13px;color:#374151}.thumb-mconcept{--mc-accent: #00B8B6;width:100%;height:100%;display:flex;flex-direction:column;background:#fff;border-radius:8px;overflow:hidden;box-sizing:border-box}.thumb-mconcept-video{position:relative;flex:1;background:linear-gradient(135deg,var(--mc-accent) 0%,#1e1b4b 100%);overflow:hidden}.thumb-mconcept-video-bg{position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(255,255,255,.15) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.1) 0%,transparent 40%)}.thumb-mconcept-video-shapes{position:absolute;inset:0;pointer-events:none}.thumb-mconcept-video-shapes span{position:absolute;font-size:12px;color:#ffffff59;font-weight:700}.thumb-mconcept-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:22%;aspect-ratio:1;background:#fffffff2;color:var(--mc-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:clamp(8px,5cqw,14px);font-weight:700;padding-left:4%;box-shadow:0 2px 8px #0003}.thumb-mconcept-duration{position:absolute;bottom:4px;right:4px;background:#000000a6;color:#fff;padding:1px 6px;border-radius:3px;font-size:clamp(6px,3.5cqw,9px);font-weight:700}.thumb-mconcept-meta{padding:6px 8px 4px;display:flex;flex-direction:column;gap:2px;position:relative}.thumb-mconcept-title{font-size:clamp(7px,4.5cqw,11px);font-weight:800;color:#1f2937;line-height:1.2;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.thumb-mconcept-sub{font-size:clamp(6px,3.6cqw,9px);color:#6b7280;line-height:1.2;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.thumb-mconcept-badge{position:absolute;top:6px;right:6px;background:var(--mc-accent);color:#fff;padding:1px 6px;border-radius:999px;font-size:clamp(5px,3cqw,8px);font-weight:700}.cs-cover-subtitle{font-size:16px;color:#6b7280;font-weight:500;margin-top:4px}.me-insert-ai-content{display:flex;flex-direction:column;gap:8px;padding:8px 16px 20px}.me-insert-ai-list{display:flex;flex-direction:column;gap:14px}.me-insert-ai-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:0;cursor:pointer;font-family:inherit;text-align:left;overflow:hidden;transition:border-color .15s,box-shadow .15s,transform .1s}.me-insert-ai-card:hover{border-color:#c7d2fe;box-shadow:0 6px 18px #00b8b61a}.me-insert-ai-card:active{transform:translateY(1px)}.me-insert-ai-preview{position:relative;height:96px;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.me-insert-ai-preview svg{display:block;width:100%;height:100%}.me-insert-ai-beta{position:absolute;top:6px;right:6px;background:#00b8b6;color:#fff;font-size:10px;font-weight:800;padding:2px 8px;border-radius:999px;letter-spacing:.02em;box-shadow:0 2px 6px #00b8b659;z-index:2}.me-insert-ai-meta{padding:12px 14px 14px;display:flex;flex-direction:column;gap:4px}.me-insert-ai-title{font-size:14px;font-weight:800;color:#1f2937;line-height:1.3}.me-insert-ai-desc{font-size:12px;color:#6b7280;line-height:1.5}.geo-modal-overlay{position:fixed;inset:0;z-index:250;background:#0f172a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;padding:24px}.geo-modal{width:min(1400px,100%);height:min(840px,100%);display:grid;grid-template-columns:64px 1fr 320px;background:#fff;border-radius:14px;box-shadow:0 20px 60px #0000004d;overflow:hidden;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.geo-toolbar{background:#1f2937;display:flex;flex-direction:column;align-items:center;padding:14px 0 18px;gap:6px;overflow-y:auto}.geo-mode-toggle{display:flex;flex-direction:column;gap:6px}.geo-mode-btn{width:36px;height:36px;border-radius:999px;background:transparent;color:#9ca3af;border:1px solid #374151;font-size:11px;font-weight:800;cursor:pointer;font-family:inherit;letter-spacing:.05em}.geo-mode-btn.active{background:#fff;color:#00b8b6;border-color:#80dcdb;box-shadow:0 0 0 2px #80dcdb73}.geo-tool-divider{width:28px;height:1px;background:#374151;margin:6px 0}.geo-tool-list{display:flex;flex-direction:column;gap:4px;width:100%;align-items:center}.geo-tool-list-bottom{margin-top:auto}.geo-tool-btn{width:40px;height:40px;border-radius:8px;background:transparent;color:#d1d5db;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;font-family:inherit;font-size:18px;transition:background .12s,color .12s}.geo-tool-btn:hover{background:#374151;color:#fff}.geo-tool-btn.active{background:#00b8b6;color:#fff}.geo-tool-icon{display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1}.geo-main{display:flex;flex-direction:column;background:#f8fafc;overflow:hidden}.geo-header{height:56px;display:flex;align-items:center;padding:0 24px;background:#fff;border-bottom:1px solid #e5e7eb;gap:16px}.geo-header-title{flex:1;font-size:16px;font-weight:800;color:#1f2937}.geo-header-right{display:flex;align-items:center;gap:8px}.geo-cancel-btn{background:transparent;border:1px solid #e5e7eb;color:#4b5563;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}.geo-cancel-btn:hover{background:#f3f4f6}.geo-save-btn{background:#00b8b6;border:none;color:#fff;padding:8px 18px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 1px 3px #00b8b64d}.geo-save-btn:hover{background:#009a98}.geo-save-btn:disabled{background:#ccefef;color:#80dcdb;cursor:not-allowed;box-shadow:none}.geo-canvas-wrap{flex:1;min-height:0;position:relative;display:flex;align-items:center;justify-content:center;padding:24px;overflow:auto}.geo-canvas{position:relative;width:min(720px,100%);aspect-ratio:1;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000000a;transform-origin:center center;transition:transform .15s ease;overflow:hidden}.geo-canvas-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:14px;color:#9ca3af;pointer-events:none}.geo-zoom{position:absolute;bottom:32px;right:32px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:6px 10px;display:flex;align-items:center;gap:8px;box-shadow:0 4px 12px #0000000f}.geo-zoom button{background:transparent;border:none;color:#4b5563;font-size:16px;width:26px;height:26px;border-radius:6px;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center}.geo-zoom button:hover{background:#f3f4f6}.geo-zoom-val{font-size:13px;font-weight:600;color:#1f2937;min-width:40px;text-align:center}.geo-zoom-divider{width:1px;height:18px;background:#e5e7eb}.geo-zoom-reset{font-size:12px!important;font-weight:700!important;color:#6b7280!important;width:auto!important;padding:0 6px}.geo-properties{background:#fff;border-left:1px solid #e5e7eb;padding:24px 22px;display:flex;flex-direction:column;gap:14px;overflow-y:auto}.geo-properties-title{font-size:18px;font-weight:800;color:#1f2937}.geo-prop-empty{font-size:13px;color:#9ca3af;padding:32px 0;text-align:center}.geo-prop-content{display:flex;flex-direction:column;gap:12px}.geo-prop-row{display:flex;align-items:center;gap:10px;font-size:13px}.geo-prop-label{width:70px;color:#6b7280;font-weight:600;flex-shrink:0}.geo-prop-value{font-weight:700;color:#1f2937}.geo-prop-value-small{font-size:12px;color:#6b7280;width:32px;text-align:right}.geo-prop-row input[type=number]{flex:1;padding:6px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;font-family:inherit;outline:none;transition:border-color .12s}.geo-prop-row input[type=number]:focus{border-color:#00b8b6}.geo-prop-row input[type=range]{flex:1;accent-color:#00B8B6}.geo-prop-row input[type=color]{width:40px;height:32px;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;background:transparent}.geo-prop-delete{margin-top:8px;background:#fef2f2;color:#dc2626;border:1px solid #fecaca;padding:8px;border-radius:6px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit}.geo-prop-delete:hover{background:#fee2e2}.ais-modal-overlay{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px}.ais-modal{width:min(1200px,96vw);height:min(820px,92vh);background:#f8fafc;border-radius:14px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 60px #0f172a59;border:1px solid #e5e7eb}.ais-header{height:56px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;padding:0 16px;gap:12px;flex-shrink:0}.ais-close-btn{width:32px;height:32px;border:none;background:transparent;border-radius:6px;cursor:pointer;font-size:16px;color:#6b7280;display:flex;align-items:center;justify-content:center}.ais-close-btn:hover{background:#f3f4f6;color:#1f2937}.ais-steps{flex:1;display:flex;align-items:center;justify-content:center;gap:12px}.ais-step{display:flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:#f3f4f6;color:#9ca3af;font-size:13px;font-weight:600}.ais-step.active{background:#eef2ff;color:#00b8b6}.ais-step.done{background:#ecfdf5;color:#047857}.ais-step-num{width:22px;height:22px;border-radius:50%;background:#fff;border:1px solid currentColor;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.ais-step.active .ais-step-num,.ais-step.done .ais-step-num{background:#00b8b6;color:#fff;border-color:#00b8b6}.ais-step-label{white-space:nowrap}.ais-step-line{width:56px;height:2px;background:#e5e7eb;border-radius:2px}.ais-header-spacer{width:32px}.ais-header-actions{display:flex;align-items:center;gap:8px}.ais-cancel-btn{background:transparent;border:1px solid #e5e7eb;color:#4b5563;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}.ais-cancel-btn:hover{background:#f3f4f6}.ais-apply-btn{background:#00b8b6;border:none;color:#fff;padding:8px 18px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 1px 3px #00b8b64d}.ais-apply-btn:hover:not(:disabled){background:#009a98}.ais-apply-btn:disabled{background:#c7d2fe;cursor:not-allowed;box-shadow:none}.ais-body{flex:1;display:grid;grid-template-columns:380px 1fr;overflow:hidden}.ais-form{background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden;min-height:0}.ais-form-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding:18px}.ais-form-footer{flex-shrink:0;padding:14px 18px;background:#fff;border-top:1px solid #e5e7eb}.ais-section{padding:14px 0;border-bottom:1px solid #f1f5f9}.ais-section:first-child{padding-top:4px}.ais-section:last-of-type{border-bottom:none}.ais-section-head{display:flex;align-items:center;gap:8px;margin-bottom:10px}.ais-section-title{font-size:13px;font-weight:700;color:#1f2937}.ais-section-sub{color:#9ca3af;font-weight:500;font-size:12px}.ais-help{width:16px;height:16px;border-radius:50%;background:#f3f4f6;color:#9ca3af;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:help}.ais-add-btn{margin-left:auto;padding:4px 10px;background:#eef2ff;color:#00b8b6;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer}.ais-add-btn:hover{background:#e0e7ff}.ais-style-card{display:flex;align-items:center;gap:12px;padding:10px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px}.ais-style-thumb{width:56px;height:56px;border-radius:6px;background:#fff;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.ais-style-meta{flex:1;min-width:0}.ais-style-name{font-size:13px;font-weight:700;color:#1f2937}.ais-style-desc{font-size:11px;color:#6b7280;margin-top:2px}.ais-style-change{padding:6px 12px;background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:12px;font-weight:600;color:#00b8b6;cursor:pointer}.ais-style-change:hover{background:#eef2ff;border-color:#00b8b6}.ais-style-options{margin-top:8px;display:grid;grid-template-columns:1fr 1fr;gap:6px}.ais-style-option{text-align:left;padding:8px 10px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;gap:2px}.ais-style-option strong{font-size:12px;color:#1f2937;font-weight:700}.ais-style-option span{font-size:11px;color:#6b7280}.ais-style-option:hover{border-color:#00b8b6}.ais-style-option.active{border-color:#00b8b6;background:#eef2ff}.ais-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:6px;font-size:12px;font-weight:600;color:#1f2937;cursor:pointer;margin-bottom:8px}.ais-tag-exp{display:inline-block;margin-left:4px;padding:1px 6px;background:#fef3c7;color:#92400e;border-radius:4px;font-size:10px;font-weight:600}.ais-toggle{width:32px;height:18px;cursor:pointer}.ais-subject{margin-top:8px;padding:10px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px}.ais-subject-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.ais-subject-num{font-size:12px;font-weight:700;color:#1f2937}.ais-subject-cog{color:#9ca3af;cursor:pointer}.ais-subject-del{margin-left:auto;width:22px;height:22px;border:none;background:transparent;color:#ef4444;cursor:pointer;font-size:12px;border-radius:4px}.ais-subject-del:hover{background:#fee2e2}.ais-field{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.ais-field:last-child{margin-bottom:0}.ais-field label{font-size:11px;font-weight:600;color:#6b7280}.ais-req{color:#ef4444}.ais-field input[type=text],.ais-input,.ais-textarea{width:100%;padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;font-family:inherit;background:#fff;color:#1f2937;box-sizing:border-box}.ais-field input[type=text]:focus,.ais-input:focus,.ais-textarea:focus{outline:none;border-color:#00b8b6;box-shadow:0 0 0 3px #00b8b61a}.ais-textarea{min-height:60px;resize:vertical}.ais-warn{margin:6px 0 0;font-size:11px;color:#d97706}.ais-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.ais-chip{padding:4px 10px;background:#fff;border:1px solid #d1d5db;border-radius:999px;font-size:12px;color:#6b7280;cursor:pointer;font-family:inherit}.ais-chip:hover{border-color:#00b8b6;color:#00b8b6}.ais-chip.active{background:#eef2ff;border-color:#00b8b6;color:#00b8b6;font-weight:600}.ais-pill-group{display:flex;gap:6px;flex-wrap:wrap}.ais-pill{padding:6px 14px;background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:12px;font-weight:600;color:#6b7280;cursor:pointer;font-family:inherit}.ais-pill:hover{border-color:#00b8b6;color:#00b8b6}.ais-pill.active{background:#00b8b6;border-color:#00b8b6;color:#fff}.ais-pill-more{color:#9ca3af}.ais-generate-btn{width:100%;padding:12px;background:#00b8b6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 8px 16px #00b8b640}.ais-generate-btn:hover:not(:disabled){background:#009a98}.ais-generate-btn:disabled{background:#d1d5db;cursor:not-allowed;box-shadow:none}.ais-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:ais-spin .7s linear infinite}@keyframes ais-spin{to{transform:rotate(360deg)}}.ais-preview{background:#f8fafc;padding:18px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.ais-preview-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;flex-shrink:0}.ais-preview-top{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #f1f5f9}.ais-ratio-tag{padding:4px 10px;background:#1f2937;color:#fff;border-radius:4px;font-size:11px;font-weight:700}.ais-camera{display:flex;align-items:center;gap:8px}.ais-camera-label{font-size:11px;color:#6b7280;font-weight:600}.ais-camera-toggle{display:flex;background:#f3f4f6;border-radius:6px;padding:2px;gap:2px}.ais-cam-btn{display:flex;align-items:center;gap:4px;padding:4px 10px;background:transparent;border:none;border-radius:4px;font-size:11px;font-weight:600;color:#6b7280;cursor:pointer;font-family:inherit}.ais-cam-btn.active{background:#fff;color:#00b8b6;box-shadow:0 1px 2px #0000000d}.ais-preview-stage{position:relative;height:300px;background:#fafbfc;overflow:hidden}.ais-perspective{position:absolute;inset:0;width:100%;height:100%}.ais-subject-marker{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:8px;z-index:2}.ais-marker-num{width:28px;height:28px;border-radius:50%;background:#00b8b6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;box-shadow:0 4px 12px #00b8b659}.ais-marker-distance{display:flex;align-items:center;gap:6px;padding:4px 10px;background:#fff;border:1px solid #e5e7eb;border-radius:999px;font-size:10px;font-weight:600;color:#6b7280;white-space:nowrap;box-shadow:0 2px 6px #0f172a14}.ais-marker-distance input[type=range]{width:80px;accent-color:#00B8B6}.ais-history{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:14px}.ais-history-head{display:flex;align-items:center;gap:8px;margin-bottom:12px;flex-wrap:wrap}.ais-history-title{font-size:13px;font-weight:700;color:#1f2937}.ais-history-count{color:#9ca3af;font-weight:500}.ais-history-warn{font-size:11px;color:#d97706}.ais-history-clear{margin-left:auto;padding:4px 10px;background:transparent;border:1px solid #d1d5db;border-radius:6px;font-size:11px;font-weight:600;color:#6b7280;cursor:pointer}.ais-history-clear:hover{background:#f3f4f6}.ais-history-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:36px 16px;background:#fafbfc;border-radius:8px;gap:12px}.ais-history-empty-dots{display:flex;gap:8px}.ais-history-empty-dots span{width:8px;height:8px;border-radius:50%;background:#e5e7eb}.ais-history-empty-msg{font-size:12px;color:#6b7280}.ais-history-empty-count{font-size:11px;color:#9ca3af}.ais-history-list{display:flex;flex-direction:column;gap:8px}.ais-history-item{display:flex;align-items:center;gap:10px;padding:8px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-family:inherit;text-align:left}.ais-history-item:hover{border-color:#00b8b6;background:#eef2ff}.ais-history-thumb{width:40px;height:40px;border-radius:6px;background:#fff;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.ais-history-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.ais-history-meta strong{font-size:12px;color:#1f2937;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ais-history-meta span{font-size:11px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ais-history-apply{font-size:11px;font-weight:600;color:#00b8b6;white-space:nowrap}.ais-section-help{margin:4px 0 0;font-size:12px;color:#6b7280}.ais-passage-textarea{min-height:200px;font-size:13px;line-height:1.6}.ais-qtype-group{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-top:4px}.ais-qtype-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:14px 8px;background:#fff;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;font-family:inherit;text-align:center}.ais-qtype-btn strong{font-size:13px;font-weight:700;color:#1f2937}.ais-qtype-btn span{font-size:11px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.ais-qtype-btn:hover{border-color:#00b8b6}.ais-qtype-btn.active{border-color:#00b8b6;background:#eef2ff}.ais-qtype-btn.active strong{color:#00b8b6}.ais-disabled-help{margin:8px 0 0;text-align:center;font-size:12px;color:#9ca3af}.ais-passage-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:40px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;min-height:400px}.ais-passage-empty-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center}.ais-passage-empty-title{font-size:14px;font-weight:600;color:#374151}.ais-passage-empty-sub{font-size:12px;color:#9ca3af}.ais-scene-recommend{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:18px}.ais-scene-recommend-head{display:flex;flex-direction:column;gap:4px;margin-bottom:14px}.ais-scene-recommend-head strong{font-size:14px;font-weight:700;color:#1f2937}.ais-scene-recommend-head span{font-size:12px;color:#6b7280}.ais-scene-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ais-scene-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-family:inherit;text-align:left;overflow:hidden;transition:all .15s ease}.ais-scene-card:hover{border-color:#00b8b6;transform:translateY(-2px);box-shadow:0 6px 16px #00b8b61f}.ais-scene-card.active{border-color:#00b8b6;background:#eef2ff}.ais-scene-card-thumb{width:100%;aspect-ratio:5/3;background:#f8fafc;border-bottom:1px solid #e5e7eb;overflow:hidden}.ais-scene-card-meta{padding:10px 12px;display:flex;flex-direction:column;gap:2px}.ais-scene-card-meta strong{font-size:13px;font-weight:700;color:#1f2937}.ais-scene-card-meta span{font-size:11px;color:#6b7280}.ais-step-actions{display:flex;gap:8px}.ais-back-btn{padding:12px 16px;background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:13px;font-weight:600;color:#6b7280;cursor:pointer;font-family:inherit;flex-shrink:0}.ais-back-btn:hover{background:#f3f4f6;color:#1f2937}.ais-generate-btn-inline{flex:1;margin-top:0;position:static}.ais-result-preview{width:100%;aspect-ratio:4/3;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;margin-top:10px}.me-mkt-root{width:100%;min-height:100vh;background:#fff;color:#1a1a2e;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,sans-serif;letter-spacing:-.01em;overflow-x:hidden}.me-mkt-container{width:100%;max-width:1200px;margin:0 auto;padding:0 32px;box-sizing:border-box}.me-mkt-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;border:none;border-radius:12px;font-family:inherit;font-size:15px;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;letter-spacing:-.01em}.me-mkt-btn-sm{padding:9px 18px;font-size:14px;border-radius:10px}.me-mkt-btn-lg{padding:16px 28px;font-size:16px;border-radius:14px}.me-mkt-btn-primary{background:linear-gradient(135deg,#4e9cf7,var(--mev1-mint));color:#fff;box-shadow:0 4px 16px #2383e24d}.me-mkt-btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 24px #2383e26b}.me-mkt-btn-ghost{background:transparent;color:var(--mev1-mint);border:1px solid #e0e2ea}.me-mkt-btn-ghost:hover{background:#eff6ff;border-color:#bfdbfe}.me-mkt-btn-white{background:#fff;color:var(--mev1-mint);box-shadow:0 4px 16px #00000026}.me-mkt-btn-white:hover{transform:translateY(-1px);box-shadow:0 8px 24px #0003}.me-mkt-btn-outline-white{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.4)}.me-mkt-btn-outline-white:hover{background:#ffffff1a;border-color:#fff9}.me-mkt-link-btn{background:none;border:none;font-family:inherit;font-size:14px;font-weight:600;color:#4b5563;cursor:pointer;padding:8px 12px;border-radius:8px;transition:color .15s,background .15s}.me-mkt-link-btn:hover{color:#1a1a2e;background:#f4f5f9}.me-mkt-arrow{display:inline-block;transition:transform .2s}.me-mkt-btn:hover .me-mkt-arrow{transform:translate(3px)}.me-mkt-play{font-size:11px;color:var(--mev1-mint)}.me-mkt-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;background:#2383e21a;color:var(--mev1-mint-dark);border-radius:999px;font-size:13px;font-weight:700;letter-spacing:.02em}.me-mkt-eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--mev1-mint);box-shadow:0 0 0 4px #2383e22e}.me-mkt-eyebrow.tone-indigo{background:#2383e21a;color:var(--mev1-mint-dark)}.me-mkt-eyebrow.tone-indigo .me-mkt-eyebrow-dot{background:var(--mev1-mint)}.me-mkt-eyebrow.tone-emerald{background:#0ea5e91f;color:#0369a1}.me-mkt-eyebrow.tone-emerald .me-mkt-eyebrow-dot{background:#0ea5e9;box-shadow:0 0 0 4px #0ea5e933}.me-mkt-eyebrow.tone-purple{background:#4e9cf71f;color:#1e40af}.me-mkt-eyebrow.tone-purple .me-mkt-eyebrow-dot{background:#4e9cf7;box-shadow:0 0 0 4px #4e9cf733}.me-mkt-eyebrow.tone-amber{background:#f59e0b1f;color:#b45309}.me-mkt-eyebrow.tone-amber .me-mkt-eyebrow-dot{background:#f59e0b;box-shadow:0 0 0 4px #f59e0b33}.me-mkt-eyebrow.tone-white{background:#ffffff29;color:#fff}.me-mkt-eyebrow.tone-white .me-mkt-eyebrow-dot{background:#fff;box-shadow:0 0 0 4px #ffffff38}.me-mkt-grad-text{background:linear-gradient(135deg,var(--mev1-mint-dark) 0%,var(--mev1-mint) 50%,#06b6d4 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.me-mkt-grad-text-emerald{background:linear-gradient(135deg,#0ea5e9 0%,var(--mev1-mint) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.me-mkt-grad-text-purple{background:linear-gradient(135deg,var(--mev1-mint) 0%,#06b6d4 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.me-mkt-section{padding:110px 0;position:relative}.me-mkt-section-alt{background:linear-gradient(180deg,#f8fbff,#eef5fc)}.me-mkt-section-title{font-size:44px;font-weight:800;line-height:1.25;margin:18px 0 16px;letter-spacing:-.025em}.me-mkt-section-sub{font-size:17px;color:#6b7280;line-height:1.6;margin:0 0 56px;max-width:640px}.me-mkt-section-sub-narrow{max-width:520px;margin-bottom:28px}.me-mkt-header{position:sticky;top:0;z-index:100;background:#ffffffb3;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid transparent;transition:background .2s,border-color .2s,box-shadow .2s}.me-mkt-header.is-scrolled{background:#ffffffe6;border-bottom-color:#0000000f;box-shadow:0 4px 24px #0000000a}.me-mkt-header-inner{display:flex;align-items:center;justify-content:space-between;height:64px;gap:40px}.me-mkt-brand{display:flex;align-items:center;gap:10px;cursor:pointer}.me-mkt-brand-mark{width:32px;height:32px;border-radius:9px;background:linear-gradient(135deg,#4e9cf7,var(--mev1-mint));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px;font-family:SF Mono,monospace;box-shadow:0 2px 8px #2383e25c}.me-mkt-brand-name{font-size:18px;font-weight:800;letter-spacing:-.02em}.me-mkt-nav{display:flex;align-items:center;gap:4px;flex:1;justify-content:center}.me-mkt-nav button{background:none;border:none;font-family:inherit;font-size:14px;font-weight:600;color:#4b5563;cursor:pointer;padding:9px 14px;border-radius:8px;transition:color .15s,background .15s}.me-mkt-nav button:hover{color:#1a1a2e;background:#f4f5f9}.me-mkt-header-actions{display:flex;align-items:center;gap:8px}.me-mkt-hero{position:relative;padding:84px 0 100px;overflow:hidden;background:radial-gradient(ellipse 80% 50% at 50% 0%,rgba(35,131,226,.08),transparent),linear-gradient(180deg,#fbfdff,#fff)}.me-mkt-hero-blob{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;z-index:0}.me-mkt-hero-blob-1{width:520px;height:520px;background:radial-gradient(circle,rgba(35,131,226,.2),transparent 60%);top:-180px;left:-160px}.me-mkt-hero-blob-2{width:580px;height:580px;background:radial-gradient(circle,rgba(14,165,233,.18),transparent 60%);top:-80px;right:-200px}.me-mkt-hero-blob-3{width:420px;height:420px;background:radial-gradient(circle,rgba(125,211,252,.22),transparent 60%);bottom:-160px;left:30%}.me-mkt-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1.05fr;gap:60px;align-items:center}.me-mkt-hero-title{font-size:60px;font-weight:800;line-height:1.15;margin:22px 0;letter-spacing:-.03em}.me-mkt-hero-sub{font-size:18px;color:#5c5f78;line-height:1.65;margin:0 0 36px}.me-mkt-hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:36px}.me-mkt-trust{display:flex;align-items:center;gap:14px}.me-mkt-trust-avatars{display:inline-flex}.me-mkt-trust-avatars>span{width:32px;height:32px;border-radius:50%;border:2px solid #ffffff;margin-left:-8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700;box-shadow:0 2px 6px #0000001a}.me-mkt-trust-avatars>span:first-child{margin-left:0}.me-mkt-trust-text{font-size:14px;color:#6b7280}.me-mkt-trust-text strong{color:#1a1a2e;font-weight:700}.me-mkt-hero-mockup-wrap{position:relative;perspective:1600px}.me-mkt-mockup{background:#fff;border-radius:16px;box-shadow:0 24px 60px #0f172a2e,0 0 0 1px #0000000a;overflow:hidden}.me-mkt-mockup-editor{transform:rotate(-1.5deg);transition:transform .4s ease}.me-mkt-hero-mockup-wrap:hover .me-mkt-mockup-editor{transform:rotate(0) translateY(-4px)}.me-mkt-mockup-bar{display:flex;align-items:center;gap:6px;padding:12px 16px;background:#f6f7fb;border-bottom:1px solid #ececf3}.me-mkt-mockup-bar>span{width:11px;height:11px;border-radius:50%;background:#d4d6e0}.me-mkt-mockup-bar>span:first-child{background:#ff5f57}.me-mkt-mockup-bar>span:nth-child(2){background:#febc2e}.me-mkt-mockup-bar>span:nth-child(3){background:#28c840}.me-mkt-mockup-bar-title{margin-left:14px;font-size:12px;font-weight:600;color:#6b7280}.me-mkt-mockup-body{display:grid;grid-template-columns:56px 1fr 130px;height:340px}.me-mkt-mockup-sidebar{background:#1a1a2e;display:flex;flex-direction:column;align-items:center;padding:16px 0;gap:12px}.me-mkt-mockup-side-item{width:36px;height:36px;border-radius:10px;background:#ffffff14;color:#ffffff8c;display:flex;align-items:center;justify-content:center;font-size:16px}.me-mkt-mockup-side-item.is-active{background:var(--mev1-mint);color:#fff;box-shadow:0 4px 12px #2383e299}.me-mkt-mockup-canvas{background:linear-gradient(135deg,#eff6ff,#e0f2fe);padding:28px;position:relative}.me-mkt-mockup-card{background:#fff;border-radius:14px;padding:22px;box-shadow:0 8px 24px #0000000f;display:flex;flex-direction:column;gap:14px}.me-mkt-mockup-card-title{font-size:13px;color:#6b7280;font-weight:600}.me-mkt-mockup-card-word{font-size:28px;font-weight:800}.me-mkt-mockup-card-options{display:grid;grid-template-columns:1fr 1fr;gap:8px}.me-mkt-mockup-card-options>span{padding:10px 14px;background:#f6f7fb;border-radius:10px;font-size:13px;font-weight:600;color:#1a1a2e;text-align:center}.me-mkt-mockup-card-options>span:first-child{background:linear-gradient(135deg,var(--mev1-mint),#4e9cf7);color:#fff}.me-mkt-mockup-float{position:absolute;background:#fff;padding:8px 12px;border-radius:10px;font-size:12px;font-weight:600;box-shadow:0 8px 24px #0000001f;display:flex;align-items:center;gap:6px}.me-mkt-mockup-float-1{top:24px;right:20px;color:var(--mev1-mint)}.me-mkt-mockup-float-2{bottom:24px;left:20px;color:#0284c7}.me-mkt-mockup-float-icon{width:20px;height:20px;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:11px;color:#fff}.me-mkt-mockup-chat{background:#fafbff;padding:16px 12px;border-left:1px solid #ececf3}.me-mkt-mockup-chat-bubble{background:linear-gradient(135deg,#eff6ff,#dbeafe);padding:12px;border-radius:10px;font-size:11px;color:var(--mev1-mint);line-height:1.5}.me-mkt-mockup-chat-bubble strong{color:var(--mev1-mint-dark)}.me-mkt-stats{padding:64px 0;border-top:1px solid #eef0f5;border-bottom:1px solid #eef0f5;background:#fbfdff}.me-mkt-stats-header{text-align:center;margin-bottom:36px}.me-mkt-stats-title{margin:14px 0 0;font-size:28px;font-weight:800;letter-spacing:-.025em;color:#1a1a2e}.me-mkt-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.me-mkt-stat{text-align:center;padding:22px 16px;background:#fff;border:1px solid #eef0f5;border-radius:16px;transition:transform .2s,box-shadow .2s,border-color .2s}.me-mkt-stat:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2383e21a;border-color:#2383e22e}.me-mkt-stat-value{font-size:38px;font-weight:800;background:linear-gradient(135deg,var(--mev1-mint),#06b6d4);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-.025em}.me-mkt-stat-label{margin-top:6px;font-size:14px;color:#1a1a2e;font-weight:700}.me-mkt-stat-sub{margin-top:2px;font-size:12px;color:#6b7280;font-weight:500}.me-mkt-feature-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.me-mkt-feature-card{position:relative;padding:32px 24px;background:#fff;border:1px solid #eef0f5;border-radius:18px;transition:transform .2s,box-shadow .2s,border-color .2s}.me-mkt-feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0f172a14;border-color:transparent}.me-mkt-feature-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:18px}.me-mkt-feature-card.tone-indigo .me-mkt-feature-icon{background:linear-gradient(135deg,#eff6ff,#dbeafe)}.me-mkt-feature-card.tone-purple .me-mkt-feature-icon{background:linear-gradient(135deg,#e0f2fe,#bae6fd)}.me-mkt-feature-card.tone-amber .me-mkt-feature-icon{background:linear-gradient(135deg,#fef3c7,#fde68a)}.me-mkt-feature-card.tone-emerald .me-mkt-feature-icon{background:linear-gradient(135deg,#cffafe,#a5f3fc)}.me-mkt-feature-title{font-size:18px;font-weight:800;margin:0 0 10px;letter-spacing:-.02em}.me-mkt-feature-desc{font-size:14px;color:#6b7280;line-height:1.65;margin:0}.me-mkt-showcase{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.me-mkt-showcase.is-reverse>.me-mkt-showcase-text{order:2}.me-mkt-showcase.is-reverse>.me-mkt-showcase-mockup{order:1}.me-mkt-bullets{list-style:none;padding:0;margin:32px 0 0;display:flex;flex-direction:column;gap:14px}.me-mkt-bullets li{display:flex;align-items:flex-start;gap:14px;font-size:16px;line-height:1.65;color:#3a3d52}.me-mkt-bullet-icon{flex-shrink:0;width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#eff6ff,#dbeafe);display:flex;align-items:center;justify-content:center;font-size:16px}.me-mkt-mockup-trigger{padding-bottom:16px}.me-mkt-mockup-trigger-body{padding:22px;background:linear-gradient(135deg,#fbfdff,#eff6ff);display:flex;flex-direction:column;gap:14px}.me-mkt-mockup-step{display:flex;gap:14px;align-items:flex-start;background:#fff;padding:14px 16px;border-radius:12px;box-shadow:0 2px 8px #0000000a}.me-mkt-mockup-step-num{width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,var(--mev1-mint),#4e9cf7);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;flex-shrink:0}.me-mkt-mockup-step>div{flex:1}.me-mkt-mockup-step-title{font-size:13px;font-weight:700;color:#1a1a2e}.me-mkt-mockup-step-meta{margin-top:4px;font-size:13px;color:var(--mev1-mint);font-weight:600}.me-mkt-mockup-step-chips{display:flex;gap:6px;margin-top:8px;flex-wrap:wrap}.me-mkt-mockup-step-chips span{padding:5px 10px;background:#f4f5fb;color:#6b7280;border-radius:6px;font-size:12px;font-weight:600}.me-mkt-mockup-step-chips span.is-on{background:linear-gradient(135deg,var(--mev1-mint),#4e9cf7);color:#fff}.me-mkt-mockup-apply{margin-top:4px;padding:12px;background:linear-gradient(135deg,var(--mev1-mint),#4e9cf7);color:#fff;border-radius:12px;text-align:center;font-size:13px;font-weight:700;box-shadow:0 4px 16px #2383e24d}.me-mkt-mockup-lms-body{padding:22px;background:linear-gradient(135deg,#eff6ff,#dbeafe)}.me-mkt-mockup-lms-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}.me-mkt-mockup-kpi{background:#fff;padding:12px;border-radius:12px;box-shadow:0 2px 8px #0000000a;text-align:center}.me-mkt-mockup-kpi-label{display:block;font-size:11px;color:#6b7280;font-weight:600}.me-mkt-mockup-kpi-value{display:block;margin-top:4px;font-size:20px;font-weight:800;color:var(--mev1-mint);letter-spacing:-.02em}.me-mkt-mockup-kpi.tone-amber .me-mkt-mockup-kpi-value{color:#d97706}.me-mkt-mockup-lms-chart{display:flex;align-items:flex-end;gap:6px;height:70px;padding:10px;background:#fff;border-radius:12px;margin-bottom:14px}.me-mkt-mockup-lms-chart>span{flex:1;background:linear-gradient(180deg,#4e9cf7,var(--mev1-mint));border-radius:4px;min-height:8px}.me-mkt-mockup-lms-list{background:#fff;border-radius:12px;padding:6px;display:flex;flex-direction:column}.me-mkt-mockup-lms-row{display:grid;grid-template-columns:1fr auto 12px;align-items:center;gap:12px;padding:8px 12px;border-radius:8px;font-size:13px}.me-mkt-mockup-lms-row+.me-mkt-mockup-lms-row{border-top:1px solid #f1f5f9}.me-mkt-mockup-lms-name{font-weight:600;color:#1a1a2e}.me-mkt-mockup-lms-score{font-size:12px;color:#6b7280;font-weight:600}.me-mkt-mockup-lms-dot{width:8px;height:8px;border-radius:50%}.me-mkt-ai-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.me-mkt-chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.me-mkt-chip{padding:8px 14px;background:#2383e21a;color:var(--mev1-mint-dark);border-radius:999px;font-size:13px;font-weight:600}.me-mkt-mockup-ai-body{padding:22px;background:linear-gradient(135deg,#eff6ff,#e0f2fe);display:flex;flex-direction:column;gap:10px}.me-mkt-mockup-msg{padding:12px 16px;border-radius:14px;font-size:13px;line-height:1.55;max-width:92%}.me-mkt-mockup-msg-user{background:linear-gradient(135deg,#4e9cf7,var(--mev1-mint));color:#fff;align-self:flex-end;font-weight:600}.me-mkt-mockup-msg-ai{background:#fff;color:#1a1a2e;align-self:flex-start;box-shadow:0 2px 8px #0000000d}.me-mkt-mockup-tmpl-row{display:flex;gap:6px;margin-top:10px;flex-wrap:wrap}.me-mkt-mockup-tmpl-row>span{padding:6px 10px;background:#f4f5fb;border-radius:6px;font-size:11px;font-weight:600;color:#6b7280}.me-mkt-mockup-tmpl-row>span.is-on{background:linear-gradient(135deg,var(--mev1-mint),#06b6d4);color:#fff}.me-mkt-mockup-design-row{display:flex;gap:8px;margin-top:10px}.me-mkt-mockup-design{width:56px;height:40px;border-radius:8px;position:relative}.me-mkt-mockup-design.tone-1{background:linear-gradient(135deg,#bfdbfe,#60a5fa)}.me-mkt-mockup-design.tone-2{background:linear-gradient(135deg,#93c5fd,var(--mev1-mint))}.me-mkt-mockup-design.tone-3{background:linear-gradient(135deg,#67e8f9,#06b6d4)}.me-mkt-mockup-design.is-on{outline:2px solid var(--mev1-mint);outline-offset:2px}.me-mkt-mockup-ai-input{margin-top:4px;padding:12px 14px;background:#fff;border-radius:10px;font-size:12px;color:#9ca3af;border:1px solid #ececf3}.me-mkt-mockup-simple-body{padding:22px;background:linear-gradient(135deg,#f8fbff,#eef5fc);position:relative;min-height:320px}.me-mkt-mockup-simple-paper{background:#fff;border-radius:10px;padding:20px 22px;box-shadow:0 2px 12px #0f172a0f;display:flex;flex-direction:column;gap:14px}.me-mkt-mockup-simple-title{font-size:14px;font-weight:800;color:#1a1a2e;padding-bottom:10px;border-bottom:1.5px solid var(--mev1-mint);letter-spacing:-.02em}.me-mkt-mockup-simple-q{display:flex;gap:10px;font-size:12px;line-height:1.5}.me-mkt-mockup-simple-q-num{flex-shrink:0;width:22px;height:22px;border-radius:6px;background:#eff6ff;color:var(--mev1-mint);font-weight:800;display:flex;align-items:center;justify-content:center;font-size:11px}.me-mkt-mockup-simple-q-body{flex:1;min-width:0}.me-mkt-mockup-simple-q-text{color:#1a1a2e;font-weight:600;margin-bottom:6px}.me-mkt-mockup-simple-q-opts{display:flex;gap:10px;flex-wrap:wrap;color:#6b7280;font-size:11px}.me-mkt-mockup-simple-q-blank{height:22px;background:repeating-linear-gradient(90deg,#cbd5e1 0,#cbd5e1 4px,transparent 4px,transparent 8px);border-radius:4px;margin-top:4px;opacity:.7}.me-mkt-mockup-simple-fab{position:absolute;right:22px;bottom:22px;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#4e9cf7,var(--mev1-mint));color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 8px 20px #2383e266}.me-mkt-mockup-simple-fab-menu{position:absolute;right:76px;bottom:22px;background:#fff;border-radius:10px;padding:6px;box-shadow:0 8px 24px #0f172a24;display:flex;flex-direction:column;gap:2px;min-width:144px}.me-mkt-mockup-simple-fab-menu>span{padding:6px 12px;font-size:12px;font-weight:600;color:#4b5563;border-radius:6px;white-space:nowrap}.me-mkt-mockup-simple-fab-menu>span.is-on{background:#eff6ff;color:var(--mev1-mint)}.me-mkt-testimonial{background:linear-gradient(180deg,#fff,#f8fbff)}.me-mkt-quote-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.me-mkt-quote-card{position:relative;padding:32px 28px;margin:0;background:#fff;border:1px solid #eef0f5;border-radius:18px;transition:transform .2s,box-shadow .2s}.me-mkt-quote-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.me-mkt-quote-mark{position:absolute;top:18px;right:22px;font-size:48px;font-weight:800;color:#2383e233;line-height:1;font-family:Georgia,serif}.me-mkt-quote-card blockquote{margin:0 0 22px;font-size:15px;line-height:1.7;color:#3a3d52;font-weight:500}.me-mkt-quote-card figcaption strong{display:block;font-size:14px;font-weight:700;color:#1a1a2e}.me-mkt-quote-card figcaption span{display:block;margin-top:2px;font-size:13px;color:#6b7280}.me-mkt-cta-section{padding:80px 0 120px}.me-mkt-cta-card{position:relative;overflow:hidden;padding:80px 64px;border-radius:28px;background:radial-gradient(ellipse 70% 50% at 30% 0%,rgba(255,255,255,.14),transparent),linear-gradient(135deg,var(--mev1-mint-dark) 0%,var(--mev1-mint) 55%,#06b6d4 100%);color:#fff;text-align:center;box-shadow:0 30px 60px #2383e261}.me-mkt-cta-blob{position:absolute;border-radius:50%;filter:blur(60px);pointer-events:none}.me-mkt-cta-blob-1{width:360px;height:360px;background:#ffffff38;top:-180px;left:10%}.me-mkt-cta-blob-2{width:400px;height:400px;background:#7dd3fc66;bottom:-200px;right:5%}.me-mkt-cta-content{position:relative;z-index:1}.me-mkt-cta-title{margin:18px 0 14px;font-size:48px;font-weight:800;letter-spacing:-.03em;line-height:1.2}.me-mkt-cta-sub{margin:0 0 32px;font-size:17px;color:#ffffffd9}.me-mkt-cta-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.me-mkt-footer{background:#0f1117;color:#9ca3af;padding:64px 0 0}.me-mkt-footer-inner{display:grid;grid-template-columns:1.4fr 3fr;gap:64px;padding-bottom:56px}.me-mkt-footer-brand .me-mkt-brand-name{color:#fff}.me-mkt-footer-tag{margin:16px 0 0;font-size:14px;color:#6b7280;line-height:1.6;max-width:280px}.me-mkt-footer-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.me-mkt-footer-col h4{margin:0 0 16px;font-size:13px;font-weight:700;color:#fff;letter-spacing:.02em}.me-mkt-footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.me-mkt-footer-col button{background:none;border:none;color:#9ca3af;font-family:inherit;font-size:14px;cursor:pointer;padding:0;text-align:left;transition:color .15s}.me-mkt-footer-col button:hover{color:#fff}.me-mkt-footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:22px 0}.me-mkt-footer-bottom-inner{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:13px;color:#6b7280}@media(max-width:960px){.me-mkt-hero-inner,.me-mkt-showcase,.me-mkt-ai-grid{grid-template-columns:1fr;gap:48px}.me-mkt-showcase.is-reverse>.me-mkt-showcase-text,.me-mkt-showcase.is-reverse>.me-mkt-showcase-mockup{order:initial}.me-mkt-hero-title{font-size:44px}.me-mkt-section-title{font-size:32px}.me-mkt-feature-grid,.me-mkt-stats-grid{grid-template-columns:repeat(2,1fr)}.me-mkt-quote-grid{grid-template-columns:1fr}.me-mkt-nav{display:none}.me-mkt-cta-card{padding:56px 28px}.me-mkt-cta-title{font-size:32px}.me-mkt-footer-inner{grid-template-columns:1fr;gap:36px}.me-mkt-footer-cols{grid-template-columns:repeat(2,1fr)}}.collab-header-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:13px;font-weight:600;color:#1f2937;cursor:pointer;font-family:inherit;transition:all .15s}.collab-header-btn:hover{background:#f3f4f6;border-color:#9ca3af}.collab-header-btn.active{background:#ecfdf5;border-color:#00b8b6;color:#047857}.collab-header-btn.active:hover{background:#ccefef}.collab-header-btn-icon{font-size:14px}.collab-header-stack{display:inline-flex;align-items:center;margin-right:4px}.collab-header-avatar{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;border:2px solid #ffffff;box-shadow:0 0 0 1px #0000000f}.collab-header-avatar+.collab-header-avatar{margin-left:-6px}.collab-header-avatar.collab-header-more{background:#6b7280!important;font-size:10px}.collab-avatar{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;flex-shrink:0}.collab-modal-overlay{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px}.collab-modal{width:min(560px,96vw);max-height:90vh;background:#fff;border-radius:14px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 60px #0f172a59}.collab-modal-head{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #f3f4f6}.collab-modal-title{display:flex;align-items:center;gap:12px}.collab-modal-icon{font-size:28px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#eef2ff;border-radius:10px}.collab-modal-title-main{font-size:17px;font-weight:700;color:#1f2937}.collab-modal-title-sub{font-size:12px;color:#6b7280;margin-top:2px}.collab-modal-close{width:32px;height:32px;border:none;background:transparent;border-radius:6px;cursor:pointer;font-size:16px;color:#6b7280}.collab-modal-close:hover{background:#f3f4f6;color:#1f2937}.collab-modal-body{flex:1;overflow-y:auto;padding:18px 24px;display:flex;flex-direction:column;gap:20px}.collab-section{display:flex;flex-direction:column;gap:10px}.collab-section-head{display:flex;align-items:center;justify-content:space-between}.collab-section-title{font-size:13px;font-weight:700;color:#1f2937}.collab-section-sub{font-size:11px;color:#9ca3af;font-weight:500}.collab-link-btn{padding:4px 10px;background:transparent;border:none;font-size:12px;font-weight:600;color:#00b8b6;cursor:pointer;font-family:inherit}.collab-link-btn:hover{text-decoration:underline}.collab-helper-text{font-size:11px;color:#9ca3af;margin:0}.collab-student-list{display:grid;grid-template-columns:1fr 1fr;gap:8px;max-height:240px;overflow-y:auto}.collab-student-card{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .15s}.collab-student-card:hover{border-color:#9ca3af}.collab-student-card.checked{border-color:#00b8b6;background:#eef2ff}.collab-student-card input[type=checkbox]{width:16px;height:16px;accent-color:#00B8B6;flex-shrink:0}.collab-student-card .collab-avatar{width:32px;height:32px;font-size:13px}.collab-student-meta{display:flex;flex-direction:column;min-width:0}.collab-student-name{font-size:13px;font-weight:600;color:#1f2937}.collab-student-grade{font-size:11px;color:#6b7280;margin-top:1px}.collab-code-row,.collab-link-row{display:flex;align-items:center;gap:8px}.collab-code-display{flex:1;padding:12px 16px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;font-size:18px;font-weight:700;font-family:SFMono-Regular,Menlo,monospace;letter-spacing:2px;text-align:center;color:#00b8b6}.collab-link-input{flex:1;padding:10px 12px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;font-size:12px;color:#1f2937;font-family:SFMono-Regular,Menlo,monospace;outline:none}.collab-link-input:focus{border-color:#00b8b6;background:#fff}.collab-copy-btn{padding:10px 16px;background:#00b8b6;color:#fff;border:none;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;white-space:nowrap;transition:background .15s}.collab-copy-btn:hover{background:#009a98}.collab-modal-foot{display:flex;gap:8px;justify-content:flex-end;padding:16px 24px;border-top:1px solid #f3f4f6;background:#fafafa}.collab-cancel-btn{padding:10px 18px;background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:13px;font-weight:600;color:#6b7280;cursor:pointer;font-family:inherit}.collab-cancel-btn:hover{background:#f3f4f6;color:#1f2937}.collab-start-btn{padding:10px 20px;background:#00b8b6;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 4px 10px #00b8b640}.collab-start-btn:hover:not(:disabled){background:#009a98}.collab-start-btn:disabled{background:#d1d5db;cursor:not-allowed;box-shadow:none}.collab-cursor{position:absolute;pointer-events:none;z-index:100;transition:transform .05s linear;transform:translate(-2px,-2px)}.collab-cursor svg{display:block;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.collab-cursor-label{position:absolute;top:16px;left:14px;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;color:#fff;white-space:nowrap;box-shadow:0 2px 4px #00000026}.collab-toast-stack{position:fixed;right:24px;bottom:24px;display:flex;flex-direction:column;gap:8px;z-index:9000;pointer-events:none}.collab-toast{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#1f2937f2;color:#fff;border-radius:10px;box-shadow:0 8px 20px #0003;font-size:13px;min-width:260px;max-width:360px;animation:collabToastIn .3s cubic-bezier(.2,.7,.3,1)}.collab-toast-avatar{width:28px;height:28px;font-size:12px}.collab-toast-text{flex:1}@keyframes collabToastIn{0%{transform:translate(20px);opacity:0}to{transform:translate(0);opacity:1}}.me-login-root{min-height:100vh;background:linear-gradient(160deg,#eff6ff,#fff 40%,#fafafa);display:flex;align-items:center;justify-content:center;padding:40px 24px;position:relative;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.me-login-back{position:absolute;top:24px;left:24px;width:44px;height:44px;padding:0;background:#fff;border:1px solid #dbeafe;color:var(--mev1-mint);cursor:pointer;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-family:inherit;box-shadow:0 4px 12px #2383e21f,0 1px 3px #0f172a0f;transition:background .15s,color .15s,transform .15s,box-shadow .15s}.me-login-back:hover{background:#eff6ff;border-color:var(--mev1-mint);transform:translate(-2px);box-shadow:0 6px 16px #2383e233,0 1px 3px #0f172a0f}.me-login-card{width:100%;max-width:460px;background:#fff;border-radius:18px;padding:48px 40px 36px;box-shadow:0 20px 50px #2383e21a,0 2px 8px #0f172a0a;border:1px solid #dbeafe}.me-login-brand{display:flex;justify-content:center;margin-bottom:28px}.me-login-brand-name{font-size:22px;font-weight:800;color:var(--mev1-mint);letter-spacing:-.5px}.me-login-title{font-size:30px;font-weight:800;color:#1f2937;margin:0 0 16px;text-align:center;letter-spacing:-.5px}.me-login-sub{font-size:16px;color:#6b7280;margin:0 0 32px;text-align:center;line-height:1.55}.me-login-form{display:flex;flex-direction:column;gap:16px}.me-login-field{display:flex;flex-direction:column;gap:8px}.me-login-label{font-size:14px;font-weight:600;color:#374151}.me-login-input{width:100%;padding:14px 16px;border:1px solid #e5e7eb;border-radius:10px;font-size:15px;color:#1f2937;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s;font-family:inherit;box-sizing:border-box}.me-login-input::placeholder{color:#9ca3af}.me-login-input:focus{border-color:var(--mev1-mint);box-shadow:0 0 0 3px #2383e224}.me-login-pwd-wrap{position:relative}.me-login-pwd-wrap .me-login-input{padding-right:40px}.me-login-pwd-toggle{position:absolute;right:6px;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;padding:6px;border-radius:6px;color:#9ca3af;display:inline-flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.me-login-pwd-toggle:hover{background:#eff6ff;color:var(--mev1-mint)}.me-login-row{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.me-login-remember{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#6b7280;cursor:pointer}.me-login-remember input[type=checkbox]{width:16px;height:16px;accent-color:var(--mev1-mint)}.me-login-link{background:transparent;border:none;font-size:14px;font-weight:600;color:var(--mev1-mint);cursor:pointer;font-family:inherit;padding:0}.me-login-link:hover{text-decoration:underline}.me-login-submit{width:100%;padding:15px;margin-top:10px;background:linear-gradient(135deg,#4e9cf7,var(--mev1-mint));color:#fff;border:none;border-radius:10px;font-size:17px;font-weight:700;cursor:pointer;font-family:inherit;transition:filter .15s,box-shadow .15s,transform .15s;box-shadow:0 4px 16px #2383e24d}.me-login-submit:hover:not(:disabled){filter:brightness(.96);box-shadow:0 8px 24px #2383e26b;transform:translateY(-1px)}.me-login-submit:disabled{background:#d1d5db;cursor:not-allowed;box-shadow:none}.me-login-divider{display:flex;align-items:center;margin:28px 0 18px;font-size:13px;color:#9ca3af;font-weight:500}.me-login-divider:before,.me-login-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.me-login-divider span{padding:0 12px}.me-login-social{display:flex;flex-direction:column;gap:8px}.me-login-social-btn{display:flex;align-items:center;gap:12px;padding:13px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;font-size:15px;font-weight:600;color:#1f2937;cursor:pointer;font-family:inherit;transition:border-color .15s,background .15s}.me-login-social-btn:hover{border-color:#bfdbfe;background:#eff6ff}.me-login-social-icon{width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;flex-shrink:0}.me-login-signup{margin-top:28px;text-align:center;font-size:15px;color:#6b7280}.me-login-signup-link{background:transparent;border:none;font-size:15px;font-weight:700;color:var(--mev1-mint);cursor:pointer;font-family:inherit;padding:0}.me-login-signup-link:hover{text-decoration:underline}.mef-slideshow-active .me-header,.mef-slideshow-active .me-tl-overlay,.mef-slideshow-active .me-ruler-h,.mef-slideshow-active .me-ruler-v,.mef-slideshow-active .me-ruler-corner,.mef-slideshow-active .desc-viewer-fab,.mef-slideshow-active .me-canvas-edit-bar{display:none!important}.mef-slideshow-active .me-body>*:not(.me-main-content){display:none!important}.mef-slideshow-active .me-body{height:100vh!important}.mef-slideshow-active .me-main-content{flex:1!important}.mef-slideshow-active .me-canvas-area{background:#000!important}.mef-slideshow-active .me-canvas-row{inset:0!important}.mef-slideshow-active .me-canvas-viewport{padding:0!important;background:#000!important;align-items:center!important;justify-content:center!important}.mef-slideshow-active .me-canvas{margin:0!important;width:min(100vw,calc((100vh - 140px) * 16 / 9))!important;height:min(calc(100vh - 140px),56.25vw)!important;max-width:none!important;max-height:none!important;aspect-ratio:16 / 9!important}.mef-slideshow-active .me-canvas-objects-layer{top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;margin:0!important;width:min(100vw,calc((100vh - 140px) * 16 / 9))!important;height:min(calc(100vh - 140px),56.25vw)!important;max-width:none!important;max-height:none!important;aspect-ratio:16 / 9!important}.mef-slideshow-active .me-floating-toolbar{top:auto!important;bottom:4px!important;right:50%!important;transform:translate(50%)!important;background:#141414d9!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 8px 24px #0006!important;z-index:10001!important}.mef-slideshow-active .me-floating-toolbar .me-ft-btn{color:#f3f4f6!important}.mef-slideshow-active .me-floating-toolbar .me-ft-btn:hover{background:#ffffff1a!important;color:#fff!important}.mef-slideshow-active .me-floating-toolbar .me-ft-btn:disabled{opacity:.35!important;cursor:default!important}.mef-slideshow-active .me-floating-toolbar .me-ft-page{color:#fff!important}.mef-slideshow-active .me-floating-toolbar .me-ft-divider{background:#ffffff2e!important}.mef-slideshow-active .me-floating-toolbar>.me-ft-btn[title="페이지 추가"],.mef-slideshow-active .me-floating-toolbar>.me-ft-btn[title="격자 보기"],.mef-slideshow-active .me-floating-toolbar>.me-ft-btn[title=레이어],.mef-slideshow-active .me-floating-toolbar>.me-ft-btn[title=자],.mef-slideshow-active .me-floating-toolbar>.me-ft-btn[title=그리드],.mef-slideshow-active .me-floating-toolbar>.me-ft-btn[title="현재 페이지 삭제"]{display:none!important}.mef-slideshow-active .me-floating-toolbar>.me-ft-divider{display:none!important}.me-slideshow-close{position:fixed;top:8px;right:16px;width:44px;height:44px;border-radius:50%;background:#141414d9;border:1px solid rgba(255,255,255,.15);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:10010;box-shadow:0 6px 18px #0006;transition:background .15s,opacity .3s ease,transform .3s ease}.me-slideshow-close:hover{background:#282828f2}.me-slideshow-hint{position:fixed;top:16px;left:16px;display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:#141414b3;color:#ffffffd9;font-size:12px;font-weight:500;border-radius:999px;z-index:10010;font-family:var(--font-main);letter-spacing:-.01em;pointer-events:none;transition:opacity .3s ease,transform .3s ease}.me-slideshow-hint-sep{opacity:.4}.mef-slideshow-active .me-floating-toolbar{transition:opacity .3s ease,transform .3s ease,background .15s!important}.mef-slideshow-controls-hidden .me-slideshow-close{opacity:0;transform:translateY(-8px);pointer-events:none}.mef-slideshow-controls-hidden .me-slideshow-hint{opacity:0;transform:translateY(-8px)}.mef-slideshow-controls-hidden .me-floating-toolbar{opacity:0!important;transform:translate(50%) translateY(8px)!important;pointer-events:none!important}.assign-modal-overlay{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px}.assign-modal{width:min(640px,96vw);max-height:90vh;background:#fff;border-radius:14px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 60px #0f172a59}.assign-detail-modal{width:min(720px,96vw);max-height:90vh;background:#fff;border-radius:14px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 60px #0f172a59}.assign-modal-head{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #f3f4f6}.assign-modal-title{display:flex;align-items:center;gap:14px}.assign-modal-icon{width:44px;height:44px;font-size:24px;background:#eff6ff;border-radius:10px;display:flex;align-items:center;justify-content:center}.assign-modal-title-main{font-size:17px;font-weight:700;color:#1f2937}.assign-modal-title-sub{font-size:12px;color:#6b7280;margin-top:2px}.assign-modal-close{width:32px;height:32px;border:none;background:transparent;border-radius:6px;cursor:pointer;font-size:16px;color:#6b7280}.assign-modal-close:hover{background:#f3f4f6;color:#1f2937}.assign-modal-body{flex:1;overflow-y:auto;padding:18px 24px;display:flex;flex-direction:column;gap:20px}.assign-section{display:flex;flex-direction:column;gap:10px}.assign-section-head{display:flex;align-items:center;justify-content:space-between}.assign-section-title{font-size:13px;font-weight:700;color:#1f2937}.assign-link-btn{padding:4px 10px;background:transparent;border:none;font-size:12px;font-weight:600;color:var(--mev1-mint);cursor:pointer;font-family:inherit}.assign-link-btn:hover{text-decoration:underline}.assign-helper{font-size:12px;color:#6b7280;margin:0}.assign-helper strong{color:var(--mev1-mint)}.assign-student-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;max-height:280px;overflow-y:auto}.assign-student-card{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .15s}.assign-student-card:hover{border-color:#9ca3af}.assign-student-card.checked{border-color:var(--mev1-mint);background:#eff6ff}.assign-student-card input[type=checkbox]{width:14px;height:14px;accent-color:var(--mev1-mint);flex-shrink:0}.assign-student-num{width:26px;font-size:11px;font-weight:700;color:#6b7280;flex-shrink:0}.assign-student-name{font-size:13px;font-weight:600;color:#1f2937}.assign-group-list{display:flex;flex-direction:column;gap:8px;max-height:320px;overflow-y:auto}.assign-group-card{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer}.assign-group-card:hover{border-color:#9ca3af}.assign-group-card.checked{border-color:var(--mev1-mint);background:#eff6ff}.assign-group-card input[type=checkbox]{width:16px;height:16px;accent-color:var(--mev1-mint)}.assign-group-meta{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.assign-group-meta strong{font-size:14px;font-weight:700;color:#1f2937}.assign-group-meta span{font-size:12px;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.assign-group-count{font-size:12px;font-weight:700;color:var(--mev1-mint);padding:4px 10px;background:#eff6ff;border-radius:999px}.assign-date-input{width:100%;padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;color:#1f2937}.assign-date-input:focus{outline:none;border-color:var(--mev1-mint);box-shadow:0 0 0 3px #2383e224}.assign-modal-foot{display:flex;gap:8px;justify-content:flex-end;padding:16px 24px;border-top:1px solid #f3f4f6;background:#fafafa}.assign-cancel-btn{padding:10px 18px;background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:13px;font-weight:600;color:#6b7280;cursor:pointer;font-family:inherit}.assign-cancel-btn:hover{background:#f3f4f6;color:#1f2937}.assign-submit-btn{padding:10px 20px;background:linear-gradient(135deg,#4e9cf7,var(--mev1-mint));color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 4px 12px #2383e240}.assign-submit-btn:hover:not(:disabled){filter:brightness(.96)}.assign-submit-btn:disabled{background:#d1d5db;cursor:not-allowed;box-shadow:none}.assign-toast{position:fixed;bottom:32px;left:50%;transform:translate(-50%);background:#1f2937;color:#fff;padding:14px 26px;border-radius:12px;font-size:14px;font-weight:600;box-shadow:0 8px 24px #00000040;z-index:10000;animation:assignToastIn .3s ease}@keyframes assignToastIn{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}.assign-dashboard{display:flex;flex-direction:column;gap:24px;padding:8px 0 40px}.assign-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;background:#fafafa;border-radius:16px;border:1px dashed #e5e7eb;gap:10px}.assign-empty-icon{font-size:52px}.assign-empty-title{font-size:16px;font-weight:700;color:#374151}.assign-empty-sub{font-size:13px;color:#6b7280;text-align:center;max-width:420px;line-height:1.55}.assign-class-bar-select{align-self:flex-start;width:auto}.assign-class-select{width:100%;padding:10px 14px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-family:inherit;font-size:14px;font-weight:600;color:#1a1a2e;outline:none;cursor:pointer;transition:border-color .15s,box-shadow .15s}.assign-class-select:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #2383e21f}.assign-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.assign-summary-card{padding:22px 26px;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 2px 8px #0f172a0a}.assign-summary-label{font-size:13px;font-weight:600;color:#6b7280;margin-bottom:8px}.assign-summary-value{font-size:32px;font-weight:800;color:#1f2937;display:flex;align-items:baseline;gap:4px;letter-spacing:-.5px}.assign-summary-value span{font-size:14px;font-weight:600;color:#6b7280}.assign-summary-progress{color:var(--mev1-mint)}.assign-summary-rate{color:#00b8b6}.assign-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.assign-filter-tabs{display:flex;gap:8px}.assign-filter-tab{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:999px;font-size:13px;font-weight:600;color:#6b7280;cursor:pointer;font-family:inherit;transition:all .15s}.assign-filter-tab:hover{border-color:#9ca3af;color:#374151}.assign-filter-tab.active{background:var(--mev1-mint);border-color:var(--mev1-mint);color:#fff}.assign-filter-count{padding:1px 8px;background:#00000014;border-radius:999px;font-size:11px;font-weight:700}.assign-filter-tab.active .assign-filter-count{background:#ffffff40}.assign-sort-select{padding:8px 30px 8px 14px;font-size:13px;font-weight:600;color:#1f2937;background:#fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat right 10px center;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;outline:none;appearance:none;-webkit-appearance:none;font-family:inherit}.assign-card-list{display:flex;flex-direction:column;gap:12px}.assign-card-wrap{position:relative}.assign-card-wrap .assign-card{width:100%}.assign-card{display:flex;align-items:stretch;gap:0;padding:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;font-family:inherit;text-align:left;overflow:hidden;transition:all .15s}.assign-card:hover{border-color:var(--mev1-mint);transform:translateY(-2px);box-shadow:0 6px 18px #2383e21f}.assign-card-delete{position:absolute;top:10px;right:10px;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#9ca3af;cursor:pointer;opacity:0;transition:all .15s;z-index:2}.assign-card-wrap:hover .assign-card-delete{opacity:1}.assign-card-delete:hover{background:#fef2f2;border-color:#fca5a5;color:#dc2626}.assign-card-stripe{width:6px;flex-shrink:0}.assign-card-main{flex:1;padding:18px 22px;display:flex;flex-direction:column;gap:8px;min-width:0}.assign-card-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.assign-card-subject{padding:3px 10px;border-radius:4px;font-size:11px;font-weight:700;color:#fff}.assign-card-type{padding:3px 10px;border-radius:4px;font-size:11px;font-weight:600;background:#f3f4f6;color:#374151}.assign-card-type.individual{background:#ede9fe;color:#6d28d9}.assign-card-type.group{background:#ccefef;color:#047857}.assign-card-pages{font-size:11px;color:#9ca3af;font-weight:500}.assign-card-title{font-size:16px;font-weight:700;color:#1f2937;line-height:1.4}.assign-card-meta{display:flex;gap:14px;font-size:12px;color:#6b7280}.assign-card-due{color:var(--mev1-mint);font-weight:600}.assign-card-due.overdue{color:#ef4444}.assign-card-progress{margin-top:4px}.assign-card-progress-bar{width:100%;height:6px;background:#f1f5f9;border-radius:999px;overflow:hidden;position:relative}.assign-card-progress-fill{position:absolute;inset:0 auto 0 0;background:linear-gradient(90deg,#4e9cf7,var(--mev1-mint));border-radius:999px;transition:width .3s}.assign-card-right{width:160px;padding:18px 20px;background:linear-gradient(135deg,#fafbff,#eff6ff);border-left:1px solid #e5e7eb;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;flex-shrink:0}.assign-card-rate{display:flex;flex-direction:column;align-items:center}.assign-card-rate-num{font-size:28px;font-weight:800;color:var(--mev1-mint);line-height:1}.assign-card-rate-num small{font-size:16px;font-weight:700}.assign-card-rate-detail{font-size:11px;font-weight:600;color:#6b7280;margin-top:4px}.assign-card-detail-link{font-size:11px;font-weight:600;color:var(--mev1-mint)}.assign-detail-summary{display:flex;flex-direction:column;gap:12px;padding:16px;background:#f8fafc;border-radius:10px}.assign-detail-summary-row{display:flex;gap:8px;flex-wrap:wrap}.assign-status-pill{padding:5px 12px;border-radius:999px;font-size:12px;font-weight:600}.assign-status-pill.submitted{background:#ccefef;color:#047857}.assign-status-pill.in-progress{background:#fef3c7;color:#92400e}.assign-status-pill.not-started{background:#f3f4f6;color:#6b7280}.assign-detail-progress{display:flex;align-items:center;gap:12px}.assign-detail-progress-bar{flex:1;height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden;position:relative}.assign-detail-progress-fill{position:absolute;inset:0 auto 0 0;background:linear-gradient(90deg,#4e9cf7,var(--mev1-mint));border-radius:999px;transition:width .3s}.assign-detail-progress-text{font-size:13px;color:#6b7280;white-space:nowrap}.assign-detail-progress-text strong{color:var(--mev1-mint);font-size:15px}.assign-detail-list-section{display:flex;flex-direction:column}.assign-detail-groups{display:flex;flex-direction:column;gap:14px}.assign-detail-group{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.assign-detail-group-head{padding:10px 16px;background:#f8fafc;font-size:13px;font-weight:700;color:#1f2937;border-bottom:1px solid #e5e7eb}.assign-detail-students{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.assign-detail-row{display:flex;align-items:center;gap:12px;padding:10px 16px;border-bottom:1px solid #f3f4f6;font-size:13px}.assign-detail-row:last-child{border-bottom:none}.assign-detail-num{width:28px;font-size:11px;font-weight:700;color:#9ca3af}.assign-detail-name{flex:1;font-weight:600;color:#1f2937}.assign-detail-status{padding:3px 10px;border-radius:4px;font-size:11px;font-weight:600}.assign-detail-status.submitted{background:#ccefef;color:#047857}.assign-detail-status.in-progress{background:#fef3c7;color:#92400e}.assign-detail-status.not-started{background:#f3f4f6;color:#6b7280}.assign-detail-score{font-size:12px;font-weight:700;color:var(--mev1-mint);min-width:40px;text-align:right}.mywork-tab-badge{display:inline-block;margin-left:6px;padding:1px 8px;background:var(--mev1-mint);color:#fff;border-radius:999px;font-size:11px;font-weight:700}@media(max-width:720px){.assign-summary-grid{grid-template-columns:1fr}.assign-card{flex-direction:column}.assign-card-right{width:auto;flex-direction:row;justify-content:space-between;padding:14px 22px;border-left:none;border-top:1px solid #e5e7eb}.assign-student-grid{grid-template-columns:repeat(2,1fr)}}.mywork-side-layout{display:flex;flex:1;gap:0;max-width:none;margin:0;padding:24px 40px 16px;background:#fff}.mywork-side-nav,.mywork-side-pane{background:#fff}.mywork-side-nav{width:240px;flex-shrink:0;padding:16px 0;display:flex;flex-direction:column;gap:24px}.mywork-side-group{display:flex;flex-direction:column;gap:2px}.mywork-side-group-title{padding:8px 16px;font-size:11px;font-weight:700;color:#9ca3af;letter-spacing:.04em}.mywork-side-item{display:flex;align-items:center;gap:12px;padding:11px 16px;background:transparent;border:none;border-radius:10px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;font-family:inherit;text-align:left;transition:background .15s,color .15s;margin:0 8px}.mywork-side-item:hover{background:#f3f4f6;color:#111827}.mywork-side-item.active{background:#eff6ff;color:var(--mev1-mint);font-weight:700}.mywork-side-item-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;flex-shrink:0}.mywork-side-item.active .mywork-side-item-icon{color:var(--mev1-mint)}.mywork-side-item-label{flex:1}.mywork-side-item-badge{display:inline-block;padding:1px 8px;background:var(--mev1-mint);color:#fff;border-radius:999px;font-size:11px;font-weight:700}.mywork-side-pane{flex:1;min-width:0;padding:16px 0 16px 32px;margin-left:24px;border-left:1px solid #d1d5db;display:flex;flex-direction:column;gap:24px}.mywork-side-pane-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding-bottom:18px;border-bottom:1px solid #f1f5f9;margin-bottom:18px}.mywork-side-pane-head-text{display:flex;flex-direction:column;gap:10px;min-width:0}.mywork-side-pane-head-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.mywork-side-pane-title{font-size:32px;font-weight:800;color:#1a1a2e;margin:0;letter-spacing:-.7px;line-height:1.2}.mywork-side-pane-sub{font-size:14px;color:#6b7280;margin:0}.mywork-section-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px;display:flex;flex-direction:column;gap:20px}.mywork-section-card-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid #f3f4f6}.mywork-section-card-head strong{font-size:16px;font-weight:700;color:#1f2937}.mywork-section-card-head span{font-size:13px;color:#6b7280}.mywork-class-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.mywork-class-subtitle{font-size:13px;font-weight:700;color:#1f2937;margin-bottom:10px}.mywork-class-students{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;max-height:480px;overflow-y:auto}.mywork-class-student{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f8fafc;border-radius:6px;font-size:13px}.mywork-class-num{width:24px;font-size:11px;font-weight:700;color:#9ca3af}.mywork-class-name{font-weight:600;color:#1f2937}.mywork-class-groups{display:flex;flex-direction:column;gap:8px}.mywork-class-group{display:flex;flex-direction:column;gap:4px;padding:12px 14px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px}.mywork-class-group strong{font-size:13px;font-weight:700;color:var(--mev1-mint)}.mywork-class-group span{font-size:12px;color:#6b7280}.mywork-class-mgmt{display:flex;flex-direction:column;gap:16px}.mywork-class-headrow{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:4px}.mywork-class-headings{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-width:0}.mywork-class-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:12px 44px 12px 18px;border:1px solid #e5e7eb;border-radius:12px;background-color:#fff;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 18px center;font-family:inherit;font-size:17px;font-weight:700;color:#1a1a2e;outline:none;cursor:pointer;min-width:320px;transition:border-color .15s,box-shadow .15s}.mywork-class-select:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #2383e21f}.mywork-class-table{display:flex;flex-direction:column}.mywork-class-table-head,.mywork-class-table-row{display:grid;grid-template-columns:80px 1fr 40px;align-items:center;gap:16px;padding:14px 4px}.mywork-class-table-head{border-bottom:1px solid #e5e7eb;font-size:13px;font-weight:700;color:#6b7280;letter-spacing:-.01em}.mywork-class-table-row{border-bottom:1px solid #f1f5f9;font-size:14px;color:#1a1a2e}.mywork-class-table-row:hover{background:#fafbff}.mywork-class-table-row:last-child{border-bottom:none}.mywork-class-col-num{color:#6b7280;font-weight:600}.mywork-class-col-name{display:flex;align-items:center;gap:12px;min-width:0}.mywork-class-table-avatar{flex-shrink:0;width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:800;letter-spacing:-.02em}.mywork-class-table-name{font-weight:600;color:#1a1a2e}.mywork-class-col-action{display:flex;justify-content:flex-end}.mywork-class-table-del{width:26px;height:26px;border:none;background:transparent;color:#9ca3af;font-size:18px;line-height:1;cursor:pointer;border-radius:50%;transition:background .15s,color .15s;opacity:0}.mywork-class-table-row:hover .mywork-class-table-del{opacity:1}.mywork-class-table-del:hover{background:#fee2e2;color:#dc2626}.mywork-class-heading{display:inline-flex;align-items:baseline;gap:8px;padding:4px 0;border:none;background:transparent;font-family:inherit;font-size:20px;font-weight:700;color:#9ca3af;cursor:pointer;transition:color .15s}.mywork-class-heading:hover,.mywork-class-heading.active{color:#1f2937}.mywork-class-heading-name{letter-spacing:-.01em}.mywork-class-heading-count{font-size:13px;font-weight:600;color:#9ca3af;padding:2px 8px;border-radius:999px;background:#f3f4f6}.mywork-class-heading.active .mywork-class-heading-count{background:#e0edff;color:var(--mev1-mint)}.mywork-class-add-btn{flex-shrink:0;padding:9px 18px;border:1px solid #e5e7eb;border-radius:10px;background:#f3f4f6;font-family:inherit;font-size:13px;font-weight:600;color:#374151;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.mywork-class-add-btn:hover{background:#e5e7eb;border-color:#d1d5db;color:#111827}.mywork-class-kebab-wrap{position:relative;display:inline-flex;align-items:center}.mywork-class-kebab-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:8px;color:#6b7280;cursor:pointer;transition:background .15s,color .15s}.mywork-class-kebab-btn:hover{background:#f3f4f6;color:#111827}.mywork-class-kebab-backdrop{position:fixed;inset:0;z-index:80}.mywork-class-kebab-menu{position:absolute;top:calc(100% + 6px);left:0;min-width:200px;padding:8px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 8px 24px #00000014,0 2px 6px #0000000a;z-index:90;display:flex;flex-direction:column;gap:2px}.mywork-class-kebab-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;background:transparent;border-radius:8px;font-family:inherit;font-size:14px;font-weight:500;color:#1f2937;cursor:pointer;text-align:left;transition:background .12s,color .12s}.mywork-class-kebab-item:hover{background:#f3f4f6}.mywork-class-kebab-item svg{flex-shrink:0;color:#6b7280}.mywork-class-kebab-item-danger{color:#dc2626}.mywork-class-kebab-item-danger svg{color:#dc2626}.mywork-class-kebab-item-danger:hover{background:#fef2f2}.mywork-class-kebab-divider{height:1px;background:#f1f5f9;margin:4px}.mywork-class-card-head{display:flex!important;align-items:center;gap:12px;flex-wrap:wrap}.mywork-class-card-meta{display:flex;flex-direction:column;gap:2px}.mywork-class-card-meta strong{font-size:16px;font-weight:800;color:#1a1a2e}.mywork-class-card-meta span{font-size:13px;color:#6b7280}.mywork-class-toolbar{margin-left:auto;display:flex;align-items:center;gap:8px}.mywork-class-btn-ghost,.mywork-class-btn-primary,.mywork-class-btn-danger{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;font-family:inherit;font-size:13px;font-weight:700;cursor:pointer;transition:background .15s,color .15s,box-shadow .15s,transform .15s,border-color .15s}.mywork-class-btn-ghost{background:#eaf3fd;border:1px solid transparent;color:var(--mev1-mint-dark)}.mywork-class-btn-ghost:hover{background:#dbeafe}.mywork-class-btn-primary{background:linear-gradient(135deg,#4e9cf7,var(--mev1-mint));border:1px solid transparent;color:#fff;box-shadow:0 4px 10px #2383e247}.mywork-class-btn-primary:hover{background:linear-gradient(135deg,#4e9cf7,var(--mev1-mint-dark));transform:translateY(-1px);box-shadow:0 8px 18px #2383e25c}.mywork-class-btn-danger{background:#fff;border:1px solid #fecaca;color:#dc2626}.mywork-class-btn-danger:hover{background:#fef2f2;border-color:#f87171}.mywork-class-empty{padding:36px 16px;background:#f8fafc;border:1px dashed #e5e7eb;border-radius:10px;text-align:center;font-size:13px;color:#6b7280;line-height:1.7}.mywork-class-empty strong{color:var(--mev1-mint);font-weight:700}.mywork-class-empty-mini{padding:18px 12px;font-size:12px}.mywork-class-student{position:relative}.mywork-class-student-del{margin-left:auto;width:22px;height:22px;border:none;background:transparent;color:#9ca3af;font-size:18px;line-height:1;cursor:pointer;border-radius:50%;transition:background .15s,color .15s;opacity:0}.mywork-class-student:hover .mywork-class-student-del{opacity:1}.mywork-class-student-del:hover{background:#fee2e2;color:#dc2626}.mywork-modal-overlay{position:fixed;inset:0;z-index:1000;background:#0f172a73;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px}.mywork-modal{width:100%;max-width:440px;max-height:90vh;overflow-y:auto;background:#fff;border-radius:16px;padding:28px;box-shadow:0 20px 50px #0f172a33;display:flex;flex-direction:column;gap:16px}.mywork-modal-wide{max-width:640px}.mywork-modal-title{margin:0;font-size:18px;font-weight:800;color:#1a1a2e;letter-spacing:-.02em}.mywork-modal-sub{margin:-8px 0 0;font-size:13px;color:#6b7280;line-height:1.55}.mywork-modal-sub code{font-family:SFMono-Regular,monospace;background:#f4f5f9;color:var(--mev1-mint);padding:1px 6px;border-radius:4px;font-size:12px}.mywork-modal-row{display:flex;gap:12px}.mywork-modal-field{flex:1;display:flex;flex-direction:column;gap:6px}.mywork-modal-field span{font-size:12px;font-weight:700;color:#4b5563}.mywork-modal-field input,.mywork-modal-field select{padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:14px;color:#1a1a2e;outline:none;transition:border-color .15s,box-shadow .15s;background:#fff}.mywork-modal-field input:focus,.mywork-modal-field select:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #2383e21f}.mywork-modal-field-num{max-width:110px}.mywork-modal-field-name{flex:1}.mywork-modal-preview{padding:10px 14px;background:var(--mev1-mint-soft);border-radius:8px;font-size:13px;color:#4b5563}.mywork-modal-preview strong{color:var(--mev1-mint);font-weight:800}.mywork-modal-divider{height:1px;background:#e5e7eb;margin:4px -4px 0}.mywork-modal-section-head{margin-top:4px}.mywork-modal-section-title{margin:0 0 4px;font-size:16px;font-weight:700;color:#1f2937}.mywork-modal-section-optional{font-size:12px;font-weight:500;color:#9ca3af;margin-left:4px}.mywork-modal-section-sub{margin:0;font-size:13px;color:#6b7280;line-height:1.5}.mywork-modal-foot{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.mywork-modal-btn-ghost,.mywork-modal-btn-primary{padding:10px 18px;border-radius:8px;font-family:inherit;font-size:14px;font-weight:700;cursor:pointer;border:1px solid transparent;transition:background .15s,color .15s,transform .15s,box-shadow .15s}.mywork-modal-btn-ghost{background:#f3f4f6;color:#374151}.mywork-modal-btn-ghost:hover{background:#e5e7eb}.mywork-modal-btn-primary{background:linear-gradient(135deg,#4e9cf7,var(--mev1-mint));color:#fff;box-shadow:0 4px 12px #2383e24d}.mywork-modal-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#4e9cf7,var(--mev1-mint-dark));transform:translateY(-1px);box-shadow:0 8px 20px #2383e266}.mywork-modal-btn-primary:disabled{opacity:.45;cursor:not-allowed}.mywork-pending-add-btn{align-self:flex-end;height:38px;padding:0 14px;border-radius:8px;border:1px solid var(--mev1-mint);background:#fff;color:var(--mev1-mint);font-family:inherit;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s}.mywork-pending-add-btn:hover:not(:disabled){background:var(--mev1-mint-soft)}.mywork-pending-add-btn:disabled{border-color:#d1d5db;color:#9ca3af;cursor:not-allowed}.mywork-pending-wrap{margin-top:6px;padding:12px 14px;background:#f8fafc;border:1px solid #E5E7EB;border-radius:10px;max-height:220px;overflow-y:auto}.mywork-pending-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.mywork-pending-head-title{font-size:12.5px;font-weight:700;color:#475569;letter-spacing:.02em}.mywork-pending-head-count{font-size:12px;font-weight:700;color:var(--mev1-mint);background:var(--mev1-mint-soft);padding:2px 8px;border-radius:999px}.mywork-pending-list{display:flex;flex-wrap:wrap;gap:6px}.mywork-pending-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 4px 6px 10px;background:#fff;border:1px solid #D1D5DB;border-radius:999px;font-size:13px}.mywork-pending-chip-num{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;background:var(--mev1-mint-soft);color:var(--mev1-mint);border-radius:999px;font-size:11px;font-weight:700;padding:0 6px}.mywork-pending-chip-name{font-weight:600;color:#1f2937}.mywork-pending-chip-del{width:20px;height:20px;border:none;background:transparent;color:#9ca3af;border-radius:50%;cursor:pointer;font-size:14px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.mywork-pending-chip-del:hover{background:#fee2e2;color:#dc2626}.mywork-mode-toggle{display:inline-flex;gap:4px;padding:4px;background:#f3f4f6;border-radius:10px;margin-bottom:12px}.mywork-mode-tab{border:none;background:transparent;padding:7px 14px;font-size:13px;font-weight:600;color:#6b7280;border-radius:7px;cursor:pointer;font-family:inherit;transition:background .15s,color .15s}.mywork-mode-tab:hover{color:#1f2937}.mywork-mode-tab.active{background:#fff;color:var(--mev1-mint);box-shadow:0 1px 3px #00000014}.mywork-excel-section{display:flex;flex-direction:column;gap:10px}.mywork-excel-hint{margin:0;font-size:12px;color:#6b7280;line-height:1.5}.mywork-import-toolbar{display:flex;gap:8px;flex-wrap:wrap}.mywork-import-file-btn,.mywork-import-template-btn{display:inline-flex;align-items:center;gap:6px;padding:9px 14px;border-radius:8px;font-family:inherit;font-size:13px;font-weight:700;cursor:pointer;border:1px solid #e5e7eb;background:#fff;color:#374151;transition:background .15s,border-color .15s,color .15s}.mywork-import-file-btn:hover,.mywork-import-template-btn:hover{background:var(--mev1-mint-soft);border-color:#93c5fd;color:var(--mev1-mint-dark)}.mywork-import-fname{margin-left:4px;font-weight:500;color:#6b7280;font-size:12px}.mywork-import-paste{display:flex;flex-direction:column;gap:6px}.mywork-import-paste label{font-size:12px;font-weight:700;color:#4b5563}.mywork-import-paste textarea{width:100%;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;font-family:SFMono-Regular,monospace;font-size:13px;line-height:1.55;color:#1a1a2e;outline:none;resize:vertical;background:#fafbff;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.mywork-import-paste textarea:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #2383e21f;background:#fff}.mywork-import-preview{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px}.mywork-import-preview-head{font-size:13px;font-weight:700;color:#4b5563;margin-bottom:8px}.mywork-import-preview-head strong{color:var(--mev1-mint)}.mywork-import-preview-table{display:grid;grid-template-columns:repeat(2,1fr);gap:4px 8px;max-height:180px;overflow-y:auto}.mywork-import-preview-row{display:flex;gap:10px;padding:6px 10px;background:#fff;border-radius:6px;font-size:13px}.mywork-import-preview-row>span:first-child{min-width:28px;font-weight:700;color:#9ca3af;font-size:12px}.mywork-import-preview-row>span:last-child{font-weight:600;color:#1f2937}.mywork-import-preview-more{grid-column:1 / -1;text-align:center;font-size:12px;color:#9ca3af;padding:6px}.mywork-profile-head{display:flex;align-items:center;gap:16px;padding-bottom:18px;border-bottom:1px solid #f3f4f6}.mywork-profile-avatar{width:64px;height:64px;background:linear-gradient(135deg,#4e9cf7,var(--mev1-mint));color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:800;flex-shrink:0}.mywork-profile-meta{flex:1;display:flex;flex-direction:column;gap:2px}.mywork-profile-meta strong{font-size:17px;font-weight:700;color:#1f2937}.mywork-profile-meta span{font-size:13px;color:#6b7280}.mywork-profile-edit-btn{padding:8px 16px;background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:13px;font-weight:600;color:#374151;cursor:pointer;font-family:inherit}.mywork-profile-edit-btn:hover{background:#f3f4f6}.mywork-profile-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}.mywork-profile-fields label{display:flex;flex-direction:column;gap:6px}.mywork-profile-fields label span{font-size:12px;font-weight:600;color:#6b7280}.mywork-profile-fields input{padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:13px;color:#1f2937;background:#fff;font-family:inherit;outline:none;transition:border-color .15s,box-shadow .15s}.mywork-profile-fields input:focus{border-color:var(--mev1-mint);box-shadow:0 0 0 3px #2383e21f}.mywork-profile-foot{display:flex;justify-content:flex-end;padding-top:14px;border-top:1px solid #f3f4f6}.mywork-profile-logout-btn{padding:8px 18px;background:#fff;border:1px solid #fecaca;border-radius:8px;font-size:13px;font-weight:600;color:#dc2626;cursor:pointer;font-family:inherit}.mywork-profile-logout-btn:hover{background:#fef2f2}.mywork-billing-wrap{display:flex;flex-direction:column;gap:16px}.mywork-billing-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:22px 24px}.mywork-billing-current{background:linear-gradient(135deg,#eff6ff,#fff);border-color:#bfdbfe}.mywork-billing-plan-label{font-size:12px;font-weight:700;color:var(--mev1-mint);margin-bottom:6px;letter-spacing:.04em;text-transform:uppercase}.mywork-billing-plan-name{font-size:22px;font-weight:800;color:#1f2937;margin-bottom:16px;letter-spacing:-.5px}.mywork-billing-features{list-style:none;padding:0;margin:0 0 18px;display:flex;flex-direction:column;gap:6px}.mywork-billing-features li{font-size:13px;color:#374151}.mywork-billing-upgrade-btn{padding:11px 22px;background:linear-gradient(135deg,#4e9cf7,var(--mev1-mint));color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 4px 12px #2383e240}.mywork-billing-upgrade-btn:hover{filter:brightness(.96)}.mywork-billing-card-title{font-size:14px;font-weight:700;color:#1f2937;margin-bottom:12px}.mywork-billing-empty{padding:24px;background:#f8fafc;border-radius:8px;font-size:13px;color:#9ca3af;text-align:center}.mywork-billing-add-btn{margin-top:10px;padding:9px 16px;background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:13px;font-weight:600;color:#374151;cursor:pointer;font-family:inherit}.mywork-billing-add-btn:hover{background:#f3f4f6}@media(max-width:960px){.mywork-side-layout{flex-direction:column;padding:16px}.mywork-side-nav{width:100%;flex-direction:row;overflow-x:auto;gap:12px;padding:8px 0}.mywork-side-group{flex-direction:row;align-items:center;gap:4px;flex-shrink:0}.mywork-side-group-title{display:none}.mywork-side-pane{padding:16px 0 0;border-left:none;border-top:1px solid #f1f5f9}.mywork-class-grid,.mywork-profile-fields{grid-template-columns:1fr}}.stu-classcode-card{background:linear-gradient(135deg,#eff6ff,#fff);border-color:#bfdbfe!important}.stu-classcode-row{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;flex-wrap:wrap}.stu-classcode-info{flex:1;min-width:220px}.stu-classcode-label{font-size:12px;font-weight:700;color:var(--mev1-mint);letter-spacing:.04em;text-transform:uppercase;margin-bottom:6px}.stu-classcode-value{font-size:32px;font-weight:800;letter-spacing:4px;color:#1f2937;font-family:SFMono-Regular,Menlo,monospace;margin-bottom:8px}.stu-classcode-sub{font-size:13px;color:#6b7280;line-height:1.55;max-width:460px}.stu-classcode-actions{display:flex;flex-wrap:nowrap;gap:8px;align-items:center}.stu-classcode-actions .stu-classcode-btn{flex-shrink:0}.stu-classcode-btn{padding:9px 14px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;border:1px solid transparent;transition:filter .15s,background .15s,border-color .15s,color .15s;white-space:nowrap}.stu-classcode-btn-primary{background:linear-gradient(135deg,#4e9cf7,var(--mev1-mint));color:#fff;box-shadow:0 3px 10px #2383e238}.stu-classcode-btn-primary:hover{filter:brightness(.96)}.stu-classcode-btn-secondary{background:#fff;color:var(--mev1-mint);border-color:#bfdbfe}.stu-classcode-btn-secondary:hover{background:#eff6ff;border-color:var(--mev1-mint)}.stu-classcode-btn-ghost{background:transparent;color:#6b7280;border-color:transparent}.stu-classcode-btn-ghost:hover{background:#0000000d;color:#1f2937}.stu-classcode-preview{margin-top:14px;padding-top:14px;border-top:1px dashed #cbd5e1}.stu-classcode-preview summary{font-size:12px;font-weight:600;color:#6b7280;cursor:pointer;list-style:none}.stu-classcode-preview summary:before{content:"▸ ";display:inline-block;margin-right:4px;transition:transform .15s}.stu-classcode-preview[open] summary:before{content:"▾ "}.stu-classcode-preview pre{margin:10px 0 0;padding:12px 14px;background:#f8fafc;border-radius:8px;font-size:12px;font-family:Pretendard,system-ui,sans-serif;color:#374151;white-space:pre-wrap;line-height:1.6}@media(max-width:720px){.stu-classcode-value{font-size:26px;letter-spacing:3px}.stu-classcode-actions{width:100%}}.stu-classcode-qr-thumb{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:12px;background:#fff;border:1px solid #bfdbfe;border-radius:12px;cursor:pointer;font-family:inherit;font-size:12px;font-weight:600;color:var(--mev1-mint);flex-shrink:0;transition:border-color .15s,box-shadow .15s,transform .15s}.stu-classcode-qr-thumb:hover{border-color:var(--mev1-mint);box-shadow:0 4px 12px #2383e226;transform:translateY(-1px)}.stu-classcode-qr-thumb img{display:block;border-radius:8px}.stu-classcode-row .stu-classcode-info{display:flex;flex-direction:column;gap:8px}.stu-classcode-row .stu-classcode-actions{margin-top:6px}.stu-qr-overlay{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px}.stu-qr-modal{width:min(520px,96vw);background:#fff;border-radius:14px;box-shadow:0 30px 60px #0f172a59;display:flex;flex-direction:column;overflow:hidden}.stu-qr-head{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #f3f4f6}.stu-qr-title{font-size:17px;font-weight:700;color:#1f2937}.stu-qr-sub{font-size:12px;color:#6b7280;margin-top:4px;max-width:380px}.stu-qr-close{width:32px;height:32px;border:none;background:transparent;border-radius:6px;cursor:pointer;font-size:16px;color:#6b7280;flex-shrink:0}.stu-qr-close:hover{background:#f3f4f6;color:#1f2937}.stu-qr-body{padding:28px 24px 20px;display:flex;flex-direction:column;align-items:center;gap:16px}.stu-qr-image{width:280px;height:280px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:4px;box-sizing:border-box}.stu-qr-code-display{font-size:24px;font-weight:800;letter-spacing:4px;font-family:SFMono-Regular,Menlo,monospace;color:var(--mev1-mint)}.stu-qr-url{font-size:11px;color:#6b7280;font-family:SFMono-Regular,Menlo,monospace;background:#f8fafc;padding:8px 12px;border-radius:6px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.stu-qr-foot{display:flex;gap:8px;justify-content:center;padding:16px 24px 20px;border-top:1px solid #f3f4f6;background:#fafafa;flex-wrap:wrap}.stu-qr-foot a.stu-classcode-btn{text-decoration:none;display:inline-flex;align-items:center}@media print{body *{visibility:hidden}.stu-qr-modal,.stu-qr-modal *{visibility:visible}.stu-qr-modal{position:absolute;top:0;left:0;width:100%;box-shadow:none}.stu-qr-close,.stu-qr-foot{display:none}}.me-body{background:#f5f7f9}.mev1-slides-rail{width:248px;min-width:248px;background:#fff;border-right:1px solid #e5e7eb;padding:18px 16px;display:flex;flex-direction:column;gap:14px;overflow-y:auto}.mev1-slide-row{display:grid;grid-template-columns:20px 1fr;align-items:stretch;gap:8px;cursor:pointer}.mev1-slide-num{font-size:15px;color:#6b7280;text-align:right;padding-top:4px;font-weight:500;line-height:1.2}.mev1-slide-card{position:relative;width:100%;aspect-ratio:16 / 9;background:#fff;border:1.5px solid #e5e7eb;border-radius:6px;transition:border-color .15s ease}.mev1-slide-more{position:absolute;top:6px;right:6px;width:32px;height:32px;background:transparent;border:none;cursor:pointer;color:#6b7280;display:flex;align-items:center;justify-content:center;padding:0;border-radius:6px;opacity:0;transition:opacity .15s ease,background-color .15s ease}.mev1-slide-row:hover .mev1-slide-more{opacity:1}.mev1-slide-more:hover{background:#f3f4f6;color:#1a1a2e}.mev1-slide-row--active .mev1-slide-card{border:2px solid var(--mev1-mint)}.mev1-slide-add{width:100%;aspect-ratio:16 / 9;background:#fff;border:1.5px solid #e5e7eb;border-radius:6px;cursor:pointer;color:#6b7280;display:flex;align-items:center;justify-content:center;padding:0}.mev1-slide-add:hover{color:var(--mev1-mint);background:var(--mev1-mint-soft);border-color:var(--mev1-mint)}.mev1-canvas-toolbar{background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:6px 12px;display:flex;gap:4px;box-shadow:0 2px 12px #00000014;flex-shrink:0}.mev1-canvas-toolbar button{width:44px;height:44px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151;border-radius:999px;transition:background-color .12s ease;position:relative}.mev1-canvas-toolbar button:hover{background:var(--mev1-mint-soft);color:var(--mev1-mint)}.mev1-ct-tip{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);background:#1a1a2e;color:#fff;font-size:12px;font-weight:500;padding:5px 10px;border-radius:6px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .12s ease;z-index:60}.mev1-ct-tip:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-bottom-color:#1a1a2e}.mev1-canvas-toolbar .mev1-ct-btn:hover .mev1-ct-tip{opacity:1}.mev1-props{position:absolute;top:0;right:0;bottom:0;width:300px;min-width:300px;background:#fff;border-left:1px solid #e5e7eb;padding:16px 20px;display:flex;flex-direction:column;gap:14px;overflow-y:auto;overflow-x:visible;z-index:20;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.mev1-props::-webkit-scrollbar{width:8px}.mev1-props::-webkit-scrollbar-track{background:transparent}.mev1-props::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px;border:2px solid #fff}.mev1-props::-webkit-scrollbar-thumb:hover{background:#9ca3af}.mev1-props-header{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#1a1a2e;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.mev1-props-icon{color:var(--mev1-mint);display:inline-flex}.mev1-props-section{display:flex;align-items:center;justify-content:space-between}.mev1-props-label{font-size:15px;color:#374151}.mev1-v2-panel .mev1-props-section{gap:12px}.mev1-v2-panel .mev1-props-label{flex-shrink:0;white-space:nowrap;min-width:36px}.mev1-v2-canvas-selected .me-canvas,.mev1-v2-canvas-selected .ft-canvas{outline:2px solid #00B8B6;outline-offset:2px}.mev1-props-bg-pick{width:28px;height:28px;background:#fff;border:1px solid #d1d5db;border-radius:4px;cursor:pointer}.mev1-props-bg-pick:hover,.mev1-props-bg-pick.is-open{border-color:var(--mev1-mint)}.mev1-props-bg-pick.is-transparent,.mev1-bg-swatch.is-transparent,.mev1-tprops-swatch.is-transparent,.mev1-color-pop-sw-none{background-color:#fff;background-image:conic-gradient(#e5e7eb 0 25%,transparent 0 50%,#e5e7eb 0 75%,transparent 0);background-size:12px 12px;background-position:0 0}.mev1-props-section{position:relative}.mev1-bg-picker{position:absolute;top:calc(100% + 8px);right:0;width:340px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 10px 28px #0000002e;z-index:99999;overflow:hidden}.mev1-bg-picker-tabs{display:flex;border-bottom:1px solid #e5e7eb}.mev1-bg-picker-tab{flex:1;padding:13px 0;background:transparent;border:none;cursor:pointer;font-size:14px;font-weight:500;color:#9ca3af;position:relative}.mev1-bg-picker-tab.is-active{color:#1a1a2e;font-weight:600}.mev1-bg-picker-tab.is-active:after{content:"";position:absolute;left:14%;right:14%;bottom:-1px;height:2px;background:var(--mev1-mint);border-radius:1px}.mev1-bg-picker-preset{padding:16px 16px 18px}.mev1-bg-picker-cap{font-size:12px;color:#9ca3af;margin-bottom:10px;font-weight:500}.mev1-bg-picker-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.mev1-bg-swatch{width:100%;aspect-ratio:1;border:1px solid rgba(0,0,0,.08);border-radius:6px;cursor:pointer;padding:0;background-color:#fff;transition:transform .1s ease}.mev1-bg-swatch:hover{transform:scale(1.06)}.mev1-bg-swatch.is-selected{outline:2px solid var(--mev1-mint);outline-offset:1px}.mev1-bg-picker-custom{padding:16px 16px 18px}.mev1-bg-picker-sv{width:100%;height:240px;border-radius:8px;background:linear-gradient(to top,#000 0%,transparent 100%),linear-gradient(to right,#fff 0%,var(--cp-hue, #ff0000) 100%);margin-bottom:16px;cursor:crosshair;position:relative}.mev1-bg-picker-sv:after{content:"";position:absolute;top:8px;left:8px;width:10px;height:10px;border:2px solid #fff;border-radius:999px;box-shadow:0 0 0 1px #0000004d;pointer-events:none}.mev1-bg-picker-hue{width:100%;height:16px;border-radius:999px;background:linear-gradient(to right,red,#ff0 17%,#0f0 33%,#0ff,#00f 67%,#f0f 83%,red);margin-bottom:16px;cursor:pointer}.mev1-bg-picker-hexrow{display:flex;align-items:center;gap:70px}.mev1-bg-picker-preview{width:36px;height:36px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;flex-shrink:0}.mev1-bg-picker-preview.is-transparent{background-image:linear-gradient(45deg,#d1d5db 25%,transparent 25%),linear-gradient(-45deg,#d1d5db 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#d1d5db 75%),linear-gradient(-45deg,transparent 75%,#d1d5db 75%);background-size:8px 8px;background-position:0 0,0 4px,4px -4px,-4px 0px;background-color:#fff}.mev1-bg-picker-hex-wrap{flex:1 1 0;min-width:0;display:flex;align-items:center;gap:10px;height:36px;padding:0 12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;overflow:hidden}.mev1-bg-picker-hex-wrap:focus-within{border-color:var(--mev1-mint)}.mev1-bg-picker-hex-swatch{width:18px;height:18px;border:1px solid #e5e7eb;border-radius:4px;background:#fff;flex-shrink:0}.mev1-bg-picker-hex-swatch.is-transparent{background-image:linear-gradient(45deg,#d1d5db 25%,transparent 25%),linear-gradient(-45deg,#d1d5db 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#d1d5db 75%),linear-gradient(-45deg,transparent 75%,#d1d5db 75%);background-size:6px 6px;background-position:0 0,0 3px,3px -3px,-3px 0px;background-color:#fff}.mev1-bg-picker-hex{flex:1;height:100%;padding:0;border:none;font-size:15px;font-family:Pretendard,system-ui,-apple-system,sans-serif;color:#000;letter-spacing:.3px;outline:none;background:transparent;min-width:0}.mev1-bg-picker-hex::placeholder{color:#000}.mev1-tprops{gap:24px}.mev1-tprops-tabs{display:flex;border-bottom:1px solid #e5e7eb;margin:-4px -2px 4px;gap:4px}.mev1-tprops-tab{border:none;background:transparent;font-size:14px;font-weight:500;color:#9ca3af;padding:8px 14px;cursor:pointer;position:relative;margin-bottom:-1px}.mev1-tprops-tab.active{color:#1a1a2e;font-weight:600}.mev1-tprops-tab.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--mev1-mint);border-radius:1px}.mev1-tprops-align-divider{width:1px;background:#e5e7eb;margin:4px;align-self:stretch}.mev1-tprops-hr{height:1px;background:#e5e7eb;margin:0 -2px}.mev1-tprops-align{position:relative}.mev1-tprops-linespacing-pop{position:fixed;width:340px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 28px #00000024;padding:22px 22px 24px;z-index:1000;display:flex;flex-direction:column;gap:20px}.mev1-tprops-ls-field{display:flex;flex-direction:column;gap:10px}.mev1-tprops-ls-label{font-size:14px;color:#6b7280;font-weight:500}.mev1-tprops-ls-row{display:flex;align-items:center;gap:14px}.mev1-tprops-ls-row .mev1-slider{flex:1}.mev1-tprops-ls-val{width:64px;height:36px;padding:0 10px;border:1px solid #e5e7eb;border-radius:8px;text-align:center;font-size:14px;color:#1a1a2e;font-family:inherit;outline:none}.mev1-tprops-ls-val:focus{border-color:var(--mev1-mint)}.mev1-tprops-ls-val::-webkit-outer-spin-button,.mev1-tprops-ls-val::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.mev1-slider{-webkit-appearance:none;appearance:none;width:100%;height:4px;border-radius:2px;background:linear-gradient(to right,var(--mev1-mint) 0%,var(--mev1-mint) var(--mev1-slider-val, 50%),#e5e7eb var(--mev1-slider-val, 50%),#e5e7eb 100%);outline:none;cursor:pointer;padding:0;margin:0}.mev1-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;background:#fff;border:2px solid var(--mev1-mint);border-radius:50%;cursor:pointer;box-shadow:0 1px 3px #0000001f;margin-top:0}.mev1-slider::-moz-range-thumb{width:18px;height:18px;background:#fff;border:2px solid var(--mev1-mint);border-radius:50%;cursor:pointer;box-shadow:0 1px 3px #0000001f}.mev1-slider::-moz-range-track{background:transparent}.mev1-tprops-field{display:flex;flex-direction:column;gap:14px}.mev1-tprops-field-spaced{margin-top:0}.mev1-tprops-axis{display:inline-flex;align-items:center;justify-content:center;width:22px;font-size:12px;font-weight:600;color:#9ca3af}.mev1-tprops-field-corner{margin-top:0;margin-bottom:0}.mev1-tprops-corner-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.mev1-tprops-corner-all{width:calc(50% - 4px);flex-shrink:0}.mev1-tprops-corner-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px}.mev1-tprops-pos-aligns{display:flex;gap:10px;margin-bottom:16px}.mev1-tprops-pos-align-group{flex:1;display:flex;gap:4px;background:#fff;border:1px solid #e5e7eb;border-radius:4px;padding:4px}.mev1-tprops-pos-align-group button{flex:1;min-width:0;aspect-ratio:1 / 1;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;color:#374151;padding:0}.mev1-tprops-pos-align-group button:hover{background:#f3f4f6}.mev1-tprops-pos-xy{display:grid;grid-template-columns:1fr 1fr;gap:8px;min-width:0;margin-bottom:16px}.mev1-tprops-size-row{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;align-items:center;min-width:0}.mev1-tprops-aspect-lock{width:38px;height:38px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151;flex-shrink:0}.mev1-tprops-aspect-lock:hover{background:#f3f4f6}.mev1-tprops-library-btn{width:100%;height:42px;display:flex;align-items:center;justify-content:center;gap:8px;background:#00b8b6;border:none;border-radius:8px;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;color:#fff}.mev1-tprops-library-btn:hover{background:#009a98}.mev1-audio-toggles{display:flex;gap:8px}.mev1-audio-toggle{flex:1;height:40px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#6b7280;font-family:inherit;font-size:14px;font-weight:500;cursor:pointer}.mev1-audio-toggle:hover{background:#f3f4f6}.mev1-audio-toggle.is-on{background:var(--mev1-mint-soft);border-color:var(--mev1-mint);color:var(--mev1-mint)}.mev1-audio-clip-status{font-size:13px;color:#9ca3af}.mev1-audio-clip-track{position:relative;height:28px;margin-top:10px;background:#eaecf0;border-radius:6px}.mev1-audio-clip-range{position:absolute;inset:0 14px;background:var(--mev1-mint-soft)}.mev1-audio-clip-handle{position:absolute;top:-1px;bottom:-1px;width:14px;background:#fff;border:1.5px solid var(--mev1-mint);border-radius:4px;cursor:ew-resize;box-shadow:0 1px 3px #0000001f}.mev1-audio-clip-handle-l{left:0}.mev1-audio-clip-handle-r{right:0}.mev1-audio-clip-times{display:flex;justify-content:space-between;margin-top:10px;font-size:13px;color:#6b7280}.mev1-tprops-seg-group{display:inline-flex;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.mev1-tprops-seg-group button{width:46px;height:40px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151;border-right:1px solid #e5e7eb}.mev1-tprops-seg-group button:last-child{border-right:none}.mev1-tprops-seg-group button:hover{background:#f3f4f6}.mev1-tprops-seg-group button.active{background:var(--mev1-mint-soft);color:var(--mev1-mint)}.mev1-tprops-pattern-row{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.mev1-tprops-pattern-btn{height:38px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151;padding:0}.mev1-tprops-pattern-btn:hover{background:#f3f4f6}.mev1-tprops-pattern-btn.active{background:var(--mev1-mint-soft);border-color:var(--mev1-mint);color:var(--mev1-mint)}.mev1-tprops-arrow-row{display:grid;grid-template-columns:1fr 1fr auto;gap:6px;align-items:center}.mev1-tprops-arrow-swap{width:40px;height:40px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151}.mev1-tprops-arrow-swap:hover{background:#f3f4f6;color:var(--mev1-mint)}.mev1-arrow-pop{display:grid;grid-template-columns:repeat(3,60px);gap:6px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 28px #0000002e;padding:12px;z-index:99999}.mev1-arrow-pop-cell{width:60px;height:40px;border:none;background:transparent;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1a1a2e}.mev1-arrow-pop-cell:hover{background:#f3f4f6}.mev1-arrow-pop-cell.is-selected{background:var(--mev1-mint-soft);color:var(--mev1-mint)}.mev1-tprops-aspect-lock.is-on{background:var(--mev1-mint-soft);border-color:var(--mev1-mint);color:var(--mev1-mint)}.mev1-tprops-pos-input{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:6px 12px;height:40px;min-width:0;box-sizing:border-box;overflow:hidden}.mev1-tprops-pos-axis{font-size:16px;font-weight:600;color:#9ca3af;width:14px;flex-shrink:0}.mev1-tprops-pos-input input{flex:1;width:100%;min-width:0;border:none;outline:none;font-size:16px;color:#1a1a2e;font-family:inherit;background:transparent;padding:0}.mev1-tprops-pos-input input::-webkit-outer-spin-button,.mev1-tprops-pos-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.mev1-tprops-pos-bottom{display:grid;grid-template-columns:1fr 1fr;gap:8px;min-width:0}.mev1-tprops-pos-rot svg{color:#9ca3af;flex-shrink:0}.mev1-tprops-pos-unit{color:#9ca3af;font-size:15px;flex-shrink:0}.mev1-tprops-pos-flip-group{display:flex;gap:4px;background:#fff;border:1px solid #e5e7eb;border-radius:4px;padding:4px}.mev1-tprops-pos-flip-group button{flex:1;min-width:0;aspect-ratio:1 / 1;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;color:#374151;padding:0}.mev1-tprops-pos-flip-group button:hover{background:#f3f4f6}.mev1-tprops-label{font-size:15px;color:#6b7280;font-weight:500}.mev1-tprops-row{display:flex;gap:8px}.mev1-tprops-select{position:relative;flex:1;display:flex;align-items:center}.mev1-tprops-select select{width:100%;appearance:none;-webkit-appearance:none;border:1px solid #e5e7eb;background:#fff;border-radius:6px;padding:9px 30px 9px 12px;font-size:15px;color:#1a1a2e;font-family:inherit;cursor:pointer}.mev1-tprops-select select:focus{outline:none;border-color:var(--mev1-mint)}.mev1-tprops-select svg{position:absolute;right:8px;pointer-events:none;color:#6b7280}.mev1-tprops-weight{flex:1}.mev1-tprops-stepper{display:flex;align-items:center;border:1px solid #e5e7eb;border-radius:8px;background:#fff;height:40px;width:108px}.mev1-tprops-stepper button{width:30px;height:100%;border:none;background:transparent;cursor:pointer;color:#374151;font-size:16px}.mev1-tprops-stepper button:hover{color:var(--mev1-mint)}.mev1-tprops-stepper input{flex:1;border:none;outline:none;text-align:center;font-size:15px;color:#1a1a2e;font-family:inherit;width:100%;min-width:0;-moz-appearance:textfield}.mev1-tprops-stepper input::-webkit-outer-spin-button,.mev1-tprops-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.mev1-tprops-fmt{display:flex;gap:6px}.mev1-tprops-fmt button{flex:1;min-width:0;aspect-ratio:1 / 1;padding:0;border:1px solid #e5e7eb;background:#fff;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151;font-size:21px;font-family:Pretendard,system-ui,sans-serif}.mev1-tprops-fmt button svg{width:21px;height:21px}.mev1-tprops-fmt button:hover{background:#f3f4f6}.mev1-tprops-fmt button.active{background:var(--mev1-mint-soft);border-color:var(--mev1-mint);color:var(--mev1-mint)}.mev1-tprops-color-row{display:flex;align-items:center;justify-content:space-between}.mev1-tprops-color-row .mev1-tprops-label{font-size:15px;color:#6b7280}.mev1-tprops-swatch{position:relative;width:30px;height:30px;border:1px solid #d1d5db;border-radius:5px;cursor:pointer;overflow:hidden}.mev1-tprops-swatch input[type=color]{position:absolute;inset:-4px;width:calc(100% + 8px);height:calc(100% + 8px);border:none;padding:0;background:transparent;cursor:pointer;opacity:0}.mev1-tprops-swatch.mev1-tprops-swatch-empty{background-color:#fff;background-image:conic-gradient(#e5e7eb 0 25%,transparent 0 50%,#e5e7eb 0 75%,transparent 0);background-size:12px 12px;background-position:0 0}button.mev1-tprops-swatch{padding:0}.mev1-color-pop{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 28px #00000029;padding:18px;z-index:99999;width:340px!important;min-width:340px!important;max-width:340px!important;box-sizing:border-box}.mev1-color-pop-head{font-size:14px;font-weight:600;color:#1a1a2e;margin-bottom:14px}.mev1-color-pop-tabs{display:flex;border-bottom:1px solid #e5e7eb;margin:-4px -2px 14px;gap:4px}.mev1-color-pop-tab{flex:1;border:none;background:transparent;font-size:14px;font-weight:500;color:#9ca3af;padding:10px 0;cursor:pointer;position:relative;margin-bottom:-1px;font-family:inherit}.mev1-color-pop-tab.active{color:#1a1a2e;font-weight:600}.mev1-color-pop-tab.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--mev1-mint);border-radius:1px}.mev1-color-pop-custom{display:flex;flex-direction:column;gap:14px}.mev1-color-pop-sv{position:relative;width:100%;height:200px;border-radius:8px;cursor:crosshair;-webkit-user-select:none;user-select:none}.mev1-color-pop-sv-thumb{position:absolute;width:14px;height:14px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #0003;transform:translate(-50%,-50%);pointer-events:none}.mev1-color-pop-hue{-webkit-appearance:none;appearance:none;width:100%;height:12px;border-radius:999px;background:linear-gradient(to right,red,#ff0 17%,#0f0 33%,#0ff,#00f 67%,#f0f 83%,red);outline:none;cursor:pointer}.mev1-color-pop-hue::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;background:#fff;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #00000040,0 1px 3px #0003;cursor:pointer}.mev1-color-pop-hue::-moz-range-thumb{width:18px;height:18px;background:#fff;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #00000040,0 1px 3px #0003;cursor:pointer}.mev1-color-pop-bot{display:flex;align-items:center;gap:12px}.mev1-color-pop-preview{width:38px;height:38px;border:1px solid rgba(0,0,0,.08);border-radius:6px;flex-shrink:0}.mev1-color-pop-hex-row{flex:1;display:flex;align-items:center;gap:8px;border:1px solid #e5e7eb;border-radius:6px;padding:6px 10px;background:#fff}.mev1-color-pop-hex-sw{width:18px;height:18px;border:1px solid rgba(0,0,0,.08);border-radius:3px;flex-shrink:0}.mev1-color-pop-hex{flex:1;border:none;outline:none;font-size:13px;font-family:SFMono-Regular,Consolas,monospace;color:#374151;background:transparent;padding:0;min-width:0}.mev1-color-pop-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.mev1-color-pop-sw{position:relative;width:100%;aspect-ratio:1;border:1px solid rgba(0,0,0,.08);border-radius:4px;cursor:pointer;padding:0;background-color:#fff;overflow:hidden}.mev1-color-pop-sw:hover{transform:scale(1.05)}.mev1-color-pop-sw.is-selected{outline:2px solid var(--mev1-mint);outline-offset:1px;border-color:transparent}.mev1-color-pop-sw-rainbow{background:conic-gradient(from 0deg,#ef4444,#f59e0b,#facc15,#00b8b6,#06b6d4,#3b82f6,#8b5cf6,#ec4899,#ef4444);display:block}.mev1-color-pop-sw-rainbow input[type=color]{position:absolute;inset:0;width:100%;height:100%;border:none;padding:0;background:transparent;cursor:pointer;opacity:0}.mev1-tprops-align{display:flex;gap:6px}.mev1-tprops-align button{width:40px;height:40px;border:1px solid #e5e7eb;background:#fff;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151}.mev1-tprops-align button:hover{background:#f3f4f6}.mev1-tprops-align button.active{background:var(--mev1-mint-soft);border-color:var(--mev1-mint);color:var(--mev1-mint)}.mev1-tprops-opacity{display:flex;align-items:center;gap:10px}.mev1-tprops-opacity input[type=range]{flex:1;accent-color:var(--mev1-mint)}.mev1-tprops-opacity-val{min-width:72px;height:32px;border:1px solid #e5e7eb;border-radius:6px;padding:0 10px;font-size:14px;color:#1a1a2e;display:flex;align-items:center;justify-content:center;gap:8px;background:#fff;box-sizing:border-box}.mev1-tprops-opacity-val:focus-within{border-color:var(--mev1-mint)}.mev1-tprops-opacity-val input{width:32px;height:100%;border:none;outline:none;background:transparent;text-align:center;font-size:14px;color:#1a1a2e;font-family:inherit;padding:0;-moz-appearance:textfield}.mev1-tprops-opacity-val input::-webkit-outer-spin-button,.mev1-tprops-opacity-val input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.mev1-tprops-opacity-val span{color:#6b7280;font-size:13px}.mev1-tprops-num{flex:1;display:flex;align-items:center;border:1px solid #e5e7eb;border-radius:6px;background:#fff;height:36px;padding-left:12px}.mev1-tprops-num-label{font-size:14px;color:#6b7280;font-weight:500;margin-right:8px}.mev1-tprops-num input{flex:1;border:none;outline:none;font-size:15px;color:#1a1a2e;font-family:inherit;width:100%;min-width:0;padding:0 8px 0 0;-moz-appearance:textfield}.mev1-tprops-num input::-webkit-outer-spin-button,.mev1-tprops-num input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.mev1-tprops-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:4px 2px}.mev1-tprops-toggle-label{font-size:16px;font-weight:600;color:#1a1a2e}.mev1-tprops-toggle{position:relative;width:44px;height:24px;border:none;border-radius:999px;background:#e5e7eb;cursor:pointer;padding:0;transition:background-color .18s ease}.mev1-tprops-toggle.is-on{background:var(--mev1-mint)}.mev1-tprops-toggle-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 1px 3px #0000002e;transition:transform .18s ease}.mev1-tprops-toggle.is-on .mev1-tprops-toggle-thumb{transform:translate(20px)}.mev1-tprops-subopt{display:flex;flex-direction:column;gap:12px;padding:8px 0 14px;margin:-4px -18px 0}.mev1-tprops-subopt-row{display:flex;align-items:center;justify-content:space-between;padding:0 18px}.mev1-tprops-subopt-label{font-size:15px;color:#6b7280;font-weight:500}.mev1-tprops-subopt-num{width:64px;height:32px;border:1.5px solid #d1d5db;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center;box-sizing:border-box;flex-shrink:0}.mev1-tprops-subopt-num input{width:100%;height:100%;border:none;outline:none;text-align:center;font-size:14px;color:#1a1a2e;font-family:inherit;-moz-appearance:textfield;box-sizing:border-box;background:transparent;padding:0}.mev1-tprops-subopt-num input::-webkit-outer-spin-button,.mev1-tprops-subopt-num input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.mev1-tprops-shadow-color{display:flex;align-items:center;height:32px;border:1.5px solid #d1d5db;border-radius:8px;background:#fff;padding:0 10px;gap:8px;box-sizing:border-box}.mev1-tprops-shadow-swatch{width:18px;height:18px;background:#000;border-radius:3px;border:1px solid rgba(0,0,0,.1);cursor:pointer;padding:0;flex-shrink:0}.mev1-tprops-shadow-hex{font-size:13px;color:#1a1a2e;font-family:SFMono-Regular,Consolas,monospace;letter-spacing:.3px}.mev1-tprops-shadow-sep{width:1px;height:16px;background:#e5e7eb;margin:0 2px}.mev1-tprops-shadow-opacity{font-size:13px;color:#1a1a2e}.mev1-bottom-bar{height:44px;min-height:44px;background:#fff;border-top:1px solid #e5e7eb;display:flex;align-items:center;padding:0 16px;gap:14px}.mev1-bottom-left{display:flex;gap:4px}.mev1-bottom-left button{width:28px;height:28px;border:none;background:transparent;cursor:pointer;color:#6b7280;display:flex;align-items:center;justify-content:center;border-radius:4px}.mev1-bottom-left button:hover{color:#374151;background:#f3f4f6}.mev1-notes-btn{background:transparent;border:none;cursor:pointer;font-size:13px;color:#6b7280;display:flex;align-items:center;gap:6px;padding:4px 8px;border-radius:4px}.mev1-notes-btn:hover{color:#374151;background:#f3f4f6}.mev1-zoom{margin-left:auto;display:flex;align-items:center;gap:8px}.mev1-zoom button{width:24px;height:24px;border:none;background:transparent;cursor:pointer;font-size:16px;color:#6b7280;border-radius:4px}.mev1-zoom button:hover{color:#374151;background:#f3f4f6}.mev1-zoom input[type=range]{width:100px;accent-color:var(--mev1-mint)}.mev1-zoom span{font-size:13px;color:#374151;min-width:36px;text-align:right}.me-cv-shape-selected{outline:2px solid var(--mev1-mint);outline-offset:2px}.me-cv-shape-selected.me-cv-shape-line{outline:none!important}.me-cv-shape-line .me-cv-handle-endpoint{width:12px!important;height:12px!important;border-radius:50%!important;margin:-6px 0 0!important;top:50%!important;background:#fff!important;border:1.5px solid var(--mev1-mint)!important}.me-cv-shape-line .me-cv-handle-endpoint.me-cv-handle-ml{left:-6px!important;right:auto!important}.me-cv-shape-line .me-cv-handle-endpoint.me-cv-handle-mr{right:-6px!important;left:auto!important}.me-cv-shape .me-cv-handle{background:#fff;border:1.5px solid var(--mev1-mint);border-radius:50%;width:12px;height:12px;box-shadow:0 1px 3px #0000001f}.me-cv-shape .me-cv-handle-tc,.me-cv-shape .me-cv-handle-bc{width:22px;height:10px;border-radius:999px;margin-left:-11px}.me-cv-shape .me-cv-handle-ml,.me-cv-shape .me-cv-handle-mr{width:10px;height:22px;border-radius:999px;margin-top:-11px}.me-cv-shape .me-cv-handle-tc{top:-7px}.me-cv-shape .me-cv-handle-bc{bottom:-7px}.me-cv-shape .me-cv-handle-ml{left:-7px}.me-cv-shape .me-cv-handle-mr{right:-7px}.me-cv-shape .me-cv-handle-tl{top:-7px;left:-7px}.me-cv-shape .me-cv-handle-tr{top:-7px;right:-7px}.me-cv-shape .me-cv-handle-bl{bottom:-7px;left:-7px}.me-cv-shape .me-cv-handle-br{bottom:-7px;right:-7px}.me-cv-shape .me-cv-handle-rotate{border-color:var(--mev1-mint);color:var(--mev1-mint)}.me-cv-handle{position:absolute;width:12px;height:12px;background:#fff;border:1.5px solid var(--mev1-mint);border-radius:50%;box-shadow:0 1px 3px #0000001f;z-index:11}.me-cv-handle-tl{top:-7px;left:-7px;cursor:nwse-resize}.me-cv-handle-tr{top:-7px;right:-7px;cursor:nesw-resize}.me-cv-handle-bl{bottom:-7px;left:-7px;cursor:nesw-resize}.me-cv-handle-br{bottom:-7px;right:-7px;cursor:nwse-resize}.me-cv-handle-tc{top:-7px;left:50%;margin-left:-11px;width:22px;height:10px;border-radius:999px;cursor:ns-resize}.me-cv-handle-bc{bottom:-7px;left:50%;margin-left:-11px;width:22px;height:10px;border-radius:999px;cursor:ns-resize}.me-cv-handle-ml{top:50%;left:-7px;margin-top:-11px;width:10px;height:22px;border-radius:999px;cursor:ew-resize}.me-cv-handle-mr{top:50%;right:-7px;margin-top:-11px;width:10px;height:22px;border-radius:999px;cursor:ew-resize}.me-cv-handle-rotate{position:absolute;bottom:-38px;left:50%;margin-left:-14px;width:28px;height:28px;background:#fff;border:1.5px solid var(--mev1-mint);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:grab;color:var(--mev1-mint);box-shadow:0 2px 6px #00000026;z-index:9999}.me-cv-handle-rotate:hover{background:var(--mev1-mint-soft)}.me-cv-table{z-index:10}.me-cv-table:not(.me-cv-table-selected):hover{outline:2px dashed var(--mev1-mint);outline-offset:2px}.me-cv-table-selected{outline:2px solid var(--mev1-mint);outline-offset:2px;overflow:visible!important}.me-cv-table-selected .me-cv-handle{z-index:12}.me-cv-table-selected .me-cv-handle-rotate{z-index:9999}.mev1-qb-thumb-wrap{width:100%;height:100%}.mev1-qb-thumb-wrap .template-card{border:none;border-radius:0;background:transparent;height:100%;cursor:default}.mev1-qb-thumb-wrap .template-card:hover{box-shadow:none}.mev1-qb-thumb-wrap .template-card-footer{display:none}.mev1-qb-thumb-wrap .template-thumb{aspect-ratio:auto;height:100%;width:100%}.mev1-ai-modal-tone .ais-step.active{background:var(--mev1-mint-soft);color:var(--mev1-mint)}.mev1-ai-modal-tone .ais-step.active .ais-step-num{background:var(--mev1-mint);border-color:var(--mev1-mint)}.mev1-ai-modal-tone .ais-apply-btn{background:var(--mev1-mint)}.mev1-ai-modal-tone .ais-apply-btn:hover:not(:disabled){background:var(--mev1-mint-dark)}.mev1-ai-modal-tone .ais-generate-btn{background:var(--mev1-mint)}.mev1-ai-modal-tone .ais-generate-btn:hover:not(:disabled){background:var(--mev1-mint-dark)}.mev1-ai-modal-tone .ais-add-btn{background:var(--mev1-mint-soft);color:var(--mev1-mint)}.mev1-ai-modal-tone .ais-add-btn:hover{background:var(--mev1-mint-mid)}.mev1-ai-modal-tone .ais-style-change:hover{background:var(--mev1-mint-soft);border-color:var(--mev1-mint)}.mev1-ai-modal-tone .ais-style-option:hover{border-color:var(--mev1-mint)}.mev1-ai-modal-tone .ais-style-option.active{border-color:var(--mev1-mint);background:var(--mev1-mint-soft)}.mev1-ai-modal-tone .ais-chip:hover{border-color:var(--mev1-mint);color:var(--mev1-mint)}.mev1-ai-modal-tone .ais-chip.active{background:var(--mev1-mint-soft);border-color:var(--mev1-mint);color:var(--mev1-mint)}.mev1-ai-modal-tone .ais-pill:hover{border-color:var(--mev1-mint);color:var(--mev1-mint)}.mev1-ai-modal-tone .ais-pill.active{background:var(--mev1-mint);border-color:var(--mev1-mint);color:#fff}.mev1-ai-modal-tone .ais-history-item:hover{border-color:var(--mev1-mint);background:var(--mev1-mint-soft)}.mev1-ai-modal-tone .ais-qtype-btn:hover{border-color:var(--mev1-mint)}.mev1-ai-modal-tone .ais-qtype-btn.active{border-color:var(--mev1-mint);background:var(--mev1-mint-soft)}.mev1-ai-modal-tone .ais-qtype-btn.active strong{color:var(--mev1-mint)}.mev1-ai-modal-tone .ais-textarea:focus,.mev1-ai-modal-tone .ais-input:focus,.mev1-ai-modal-tone .ais-text-input:focus{border-color:var(--mev1-mint);outline:none}.mev1-ai-modal-tone .ais-range,.mev1-ai-modal-tone input[type=range],.mev1-ai-modal-tone input[type=checkbox],.mev1-ai-modal-tone input[type=radio]{accent-color:var(--mev1-mint)}.mef-root .me-db-modal-td-check input[type=checkbox],.mef-root .me-db-modal-th-check input[type=checkbox],.mef-root .me-dc-table input[type=checkbox],.mef-root .me-db-field-item input[type=checkbox],.mef-root .me-dc-field-item input[type=checkbox],.mef-root .me-dc-field-group-toggle input[type=checkbox],.mef-root .me-dc-resp-row input[type=checkbox],.mef-root .me-dchk-field-chip input[type=checkbox]{appearance:none;-webkit-appearance:none;width:18px;height:18px;border:1.5px solid #d1d5db;border-radius:5px;background:#fff;cursor:pointer;position:relative;margin:0;vertical-align:middle;flex-shrink:0;transition:background .15s,border-color .15s,box-shadow .15s}.mef-root .me-db-modal-td-check input[type=checkbox]:hover,.mef-root .me-db-modal-th-check input[type=checkbox]:hover,.mef-root .me-dc-table input[type=checkbox]:hover,.mef-root .me-db-field-item input[type=checkbox]:hover,.mef-root .me-dc-field-item input[type=checkbox]:hover,.mef-root .me-dc-field-group-toggle input[type=checkbox]:hover,.mef-root .me-dc-resp-row input[type=checkbox]:hover,.mef-root .me-dchk-field-chip input[type=checkbox]:hover{border-color:#80dcdb;background:#f0fbfa}.mef-root .me-db-modal-td-check input[type=checkbox]:focus-visible,.mef-root .me-db-modal-th-check input[type=checkbox]:focus-visible,.mef-root .me-dc-table input[type=checkbox]:focus-visible,.mef-root .me-db-field-item input[type=checkbox]:focus-visible,.mef-root .me-dc-field-item input[type=checkbox]:focus-visible,.mef-root .me-dc-field-group-toggle input[type=checkbox]:focus-visible,.mef-root .me-dc-resp-row input[type=checkbox]:focus-visible,.mef-root .me-dchk-field-chip input[type=checkbox]:focus-visible{outline:none;box-shadow:0 0 0 3px #00b8b62e}.mef-root .me-db-modal-td-check input[type=checkbox]:checked,.mef-root .me-db-modal-th-check input[type=checkbox]:checked,.mef-root .me-dc-table input[type=checkbox]:checked,.mef-root .me-db-field-item input[type=checkbox]:checked,.mef-root .me-dc-field-item input[type=checkbox]:checked,.mef-root .me-dc-field-group-toggle input[type=checkbox]:checked,.mef-root .me-dc-resp-row input[type=checkbox]:checked,.mef-root .me-dchk-field-chip input[type=checkbox]:checked{background-color:#00b8b6;border-color:#00b8b6;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-size:12px 12px;background-position:center;background-repeat:no-repeat}.mef-root .me-db-modal-td-check input[type=checkbox]:checked:hover,.mef-root .me-db-modal-th-check input[type=checkbox]:checked:hover,.mef-root .me-dc-table input[type=checkbox]:checked:hover,.mef-root .me-db-field-item input[type=checkbox]:checked:hover,.mef-root .me-dc-field-item input[type=checkbox]:checked:hover,.mef-root .me-dc-field-group-toggle input[type=checkbox]:checked:hover,.mef-root .me-dc-resp-row input[type=checkbox]:checked:hover,.mef-root .me-dchk-field-chip input[type=checkbox]:checked:hover{background-color:#009a98;border-color:#009a98}.aem-dropdown{flex:1;min-width:200px;padding:12px 40px 12px 18px;border:1px solid #d0d0d0;border-radius:6px;font-size:14px;color:#777;background:#fff;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}.cbs-page{width:100%;height:100vh;display:flex;flex-direction:column;background:#f5f5f5;font-family:Pretendard Variable,Pretendard,sans-serif;font-size:16px;color:#333}.cbs-page *,.cbs-page input,.cbs-page select,.cbs-page button{font-family:inherit}.cbs-header{display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 28px;background:#fff;border-bottom:1px solid #ddd;flex-shrink:0}.cbs-header-left{display:flex;align-items:center;gap:8px}.cbs-header-logo{width:34px;height:34px;background:linear-gradient(135deg,#4a9fd5,#3b8ec4);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;font-weight:700}.cbs-header-title{font-size:18px;font-weight:700;color:#222}.cbs-header-server{font-size:15px;color:#3b8ec4;font-weight:600;margin-left:4px}.cbs-header-center{font-size:16px;color:#555;font-weight:500}.cbs-header-right{display:flex;align-items:center;gap:12px;font-size:15px;color:#555}.cbs-brand-select{padding:6px 14px;border:1px solid #ccc;border-radius:4px;font-size:15px;background:#fff;color:#333;cursor:pointer}.cbs-body{display:flex;flex:1;overflow:hidden}.cbs-sidebar{width:280px;background:#fff;border-right:1px solid #e0e0e0;overflow-y:hidden;flex-shrink:0;padding:12px 0}.cbs-sidebar-section{margin-bottom:8px}.cbs-sidebar-section-title{display:flex;align-items:center;gap:6px;padding:12px 20px 8px;font-size:16px;font-weight:700;color:#222}.cbs-sidebar-section-icon{font-size:18px;opacity:.7}.cbs-sidebar-item{padding:9px 20px 9px 34px;font-size:15px;color:#555;cursor:pointer;transition:background .15s;position:relative}.cbs-sidebar-item:not(.disabled):hover{background:#e8f4fb}.cbs-sidebar-item.disabled{color:#bbb;cursor:default}.cbs-sidebar-item.active{color:#3b8ec4;font-weight:700}.cbs-sidebar-item.active:before{content:"•";position:absolute;left:20px;color:#3b8ec4;font-weight:700}.cbs-sidebar-sub-item{padding:8px 20px 8px 52px;font-size:15px;color:#777;cursor:pointer;transition:background .15s;position:relative}.cbs-sidebar-sub-item:not(.disabled):hover{background:#e8f4fb}.cbs-sidebar-sub-item.disabled{color:#bbb;cursor:default}.cbs-sidebar-sub-item.active{color:#3b8ec4;font-weight:700}.cbs-sidebar-sub-item.active:before{content:"•";position:absolute;left:38px;color:#3b8ec4;font-weight:700}.cbs-main{flex:1;overflow-y:auto;padding:24px 32px;background:#fff}.cbs-main-title{font-size:26px;font-weight:700;color:#222;margin-bottom:20px}.cbs-main-title span{color:#3b8ec4}.cbs-filter-box{border:1px solid #ddd;border-radius:6px;padding:20px 24px;margin-bottom:16px;background:#fff}.cbs-filter-row{display:flex;align-items:center;gap:12px;margin-bottom:14px;flex-wrap:wrap}.cbs-filter-row:last-child{margin-bottom:0}.cbs-filter-label{font-size:16px;font-weight:600;color:#333;min-width:50px}.cbs-filter-select{padding:8px 14px;border:1px solid #ccc;border-radius:4px;font-size:15px;background:#fff;color:#333;min-width:80px;cursor:pointer}.cbs-filter-input{padding:8px 14px;border:1px solid #ccc;border-radius:4px;font-size:15px;width:140px;color:#333}.cbs-filter-date-sep{color:#999;font-size:16px}.cbs-filter-date-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid #ccc;border-radius:4px;cursor:pointer;background:#fff;font-size:16px;color:#666}.cbs-filter-spacer{flex:1}.cbs-filter-search-row{display:flex;align-items:center;gap:8px;justify-content:flex-end;margin-top:12px}.cbs-filter-search-input{padding:8px 14px;border:1px solid #ccc;border-radius:4px;font-size:15px;width:240px}.cbs-filter-search-btn{width:40px;height:40px;background:#4a9fd5;border:none;border-radius:4px;color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.cbs-filter-search-btn:hover{background:#3580b5}.cbs-page-size-row{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin-bottom:8px;font-size:15px;color:#555}.cbs-page-size-select{padding:6px 10px;border:1px solid #ccc;border-radius:4px;font-size:15px;background:#fff;cursor:pointer}.cbs-table-wrap{border:1px solid #ddd;border-radius:4px;overflow-x:auto;margin-bottom:16px}.cbs-table{width:100%;border-collapse:collapse;min-width:1000px}.cbs-table thead{background:#e8e8e8}.cbs-table th{padding:12px 14px;font-size:15px;font-weight:600;color:#333;text-align:center;border-bottom:1px solid #ddd;white-space:nowrap}.cbs-table td{padding:12px 14px;font-size:15px;color:#555;text-align:center;border-bottom:1px solid #eee}.cbs-table-empty{padding:48px 0;text-align:center;color:#999;font-size:16px}.cbs-table th:first-child,.cbs-table td:first-child{width:40px}.cbs-bottom-btns{display:flex;justify-content:space-between;align-items:center}.cbs-bottom-left,.cbs-bottom-right{display:flex;gap:8px}.cbs-btn{padding:10px 24px;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .15s}.cbs-btn:hover{opacity:.85}.cbs-btn-primary{background:#4a9fd5;color:#fff}.cbs-btn-danger,.cbs-btn-outline-danger{background:#fff;color:#e74c3c;border:1px solid #e74c3c}.cbs-btn-table{padding:5px 16px;border:1px solid #ccc;border-radius:4px;background:#fff;font-size:14px;color:#333;cursor:pointer;transition:background .15s}.cbs-btn-table:hover{background:#f0f0f0}.cbs-td-title{text-align:center!important;color:#333!important}@keyframes cbs-glow{0%,to{box-shadow:0 0 4px 1px #e74c3c66}50%{box-shadow:0 0 12px 3px #e74c3ccc}}.cbs-highlight{border:2px solid #e74c3c!important;animation:cbs-glow 1.5s ease-in-out infinite}.cbs-highlight-row th,.cbs-highlight-row td{border-top:2px solid #e74c3c!important;border-bottom:2px solid #e74c3c!important;animation:cbs-row-glow 1.5s ease-in-out infinite}.cbs-highlight-row th{border-left:2px solid #e74c3c!important}.cbs-highlight-row td:last-child{border-right:2px solid #e74c3c!important}.cbs-tooltip-wrap{position:relative}.cbs-tooltip{display:none;position:fixed;background:#333;color:#fff;padding:14px 18px;border-radius:8px;font-size:14px;line-height:1.6;width:340px;z-index:2000;box-shadow:0 4px 16px #00000040;pointer-events:none}.cbs-tooltip:after{content:"";position:absolute;border:8px solid transparent}.cbs-tooltip strong{display:block;font-size:15px;margin-bottom:6px;color:#ffd43b}.cbs-tooltip p{margin:0;color:#eee}.cbs-tooltip-wrap:hover .cbs-tooltip{display:block}.cbs-tooltip-bottom:after{top:50%;left:-8px;transform:translateY(-50%);border-right-color:#333}.cbs-tooltip-always{display:block!important;pointer-events:none;top:auto;bottom:calc(100% + 14px);left:50%;transform:translate(-50%)}.cbs-tooltip-always:after{top:100%;bottom:auto;left:50%;transform:translate(-50%);border-right-color:transparent;border-top-color:#333}.cbs-highlight-row-relative{position:relative}.cbs-desc-floating{position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%);background:#333;color:#eee;padding:12px 20px;border-radius:8px;font-size:14px;line-height:1.5;white-space:nowrap;z-index:100;box-shadow:0 4px 16px #00000040;pointer-events:none}.cbs-desc-floating strong{color:#ffd43b}.cbs-desc-floating-list{margin:0;padding:0 0 0 18px;list-style:disc}.cbs-desc-floating-list li{margin-bottom:4px}.cbs-desc-floating-list li:last-child{margin-bottom:0}.cbs-desc-floating-arrow{position:absolute;top:100%;left:50%;transform:translate(-50%);border:8px solid transparent;border-top-color:#333}@keyframes cbs-row-glow{0%,to{box-shadow:inset 0 0 4px #e74c3c33}50%{box-shadow:inset 0 0 10px #e74c3c59}}.cbs-pagination{display:flex;align-items:center;gap:2px}.cbs-page-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid #ddd;background:#fff;font-size:15px;color:#555;cursor:pointer;transition:background .15s;border-radius:2px}.cbs-page-btn:hover:not(:disabled){background:#e8f4fb}.cbs-page-btn.active{background:#4a9fd5;color:#fff;border-color:#4a9fd5;font-weight:700}.cbs-page-btn:disabled{color:#ccc;cursor:default}.cbs-section-title{font-size:18px;font-weight:700;color:#222;margin-bottom:14px;padding-left:4px;position:relative}.cbs-section-title:before{content:"•";color:#3b8ec4;margin-right:8px;font-size:20px}.cbs-detail-table{width:100%;border-collapse:collapse;border:1px solid #ddd;margin-bottom:16px}.cbs-detail-table th{background:#f7f9fb;padding:12px 20px;font-size:15px;font-weight:600;color:#333;text-align:center;border:1px solid #ddd;width:160px;white-space:nowrap}.cbs-detail-table th em{color:#3b8ec4;font-style:normal;margin-left:2px}.cbs-detail-table td{padding:10px 16px;font-size:15px;color:#333;border:1px solid #ddd}.cbs-detail-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cbs-detail-row-center{justify-content:center}.cbs-detail-select{padding:7px 12px;border:1px solid #ccc;border-radius:4px;font-size:15px;background:#fff;color:#333;cursor:pointer}.cbs-detail-input{padding:7px 12px;border:1px solid #ccc;border-radius:4px;font-size:15px;color:#333;width:220px}.cbs-detail-input.wide{width:460px}.cbs-detail-input.cbs-input-sm{width:80px;padding:5px 8px;font-size:14px}.cbs-tag-list{display:flex;flex-direction:column;gap:6px}.cbs-tag{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:#333}.cbs-tag-del{padding:3px 10px;border:none;border-radius:3px;background:#4a9fd5;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .15s}.cbs-tag-del:hover{opacity:.8}.cbs-radio{display:inline-flex;align-items:center;gap:4px;margin-right:16px;font-size:15px;color:#333;cursor:pointer}.cbs-radio input{accent-color:#4a9fd5}.cbs-contents-label{background:#f7f9fb!important;font-weight:600!important;width:120px;text-align:center}.cbs-th-header{background:#e8ecf0!important;font-size:15px!important;font-weight:700!important;text-align:center;padding:10px!important}.cbs-btn-sm{padding:6px 16px!important;font-size:14px!important}.cbs-btn-xs{padding:4px 12px!important;font-size:13px!important}.cbs-btn-outline{background:#fff;color:#555;border:1px solid #ccc}.cbs-btn-delete{background:#f0a830;color:#fff;border:none}.cbs-munhang-row{display:flex;align-items:center;gap:12px;padding:14px 0;border-top:1px solid #ddd;margin-top:8px}.cbs-munhang-label{font-size:15px;font-weight:600;color:#333;min-width:40px}.cbs-munhang-value{font-size:15px;color:#333;padding:6px 14px;border:1px solid #ccc;border-radius:4px;background:#fff}.cbs-detail-bottom{display:flex;align-items:center;gap:10px;margin-top:28px;padding-top:20px;border-top:1px solid #eee}.cbs-file-input{display:none}.cbs-file-label{display:inline-block;padding:6px 16px;border:1px solid #ccc;border-radius:4px;background:#fff;font-size:14px;color:#333;cursor:pointer}.cbs-file-label:hover{background:#f5f5f5}.cbs-file-name{font-size:14px;color:#999;margin-left:10px}.cbs-popup-overlay{position:fixed;inset:0;background:#00000073;z-index:1000;display:flex;align-items:center;justify-content:center}.cbs-popup{width:1100px;max-width:95vw;max-height:90vh;background:#fff;border-radius:4px;display:flex;flex-direction:column;overflow:visible;box-shadow:0 8px 32px #0003}.cbs-popup-header{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;background:#4a9fd5;color:#fff;font-size:17px;font-weight:700;flex-shrink:0}.cbs-popup-close{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:0 4px;line-height:1}.cbs-popup-close:hover{opacity:.7}.cbs-popup-body{padding:20px 24px 24px;overflow-y:auto;flex:1}.cbs-popup-filters{border:1px solid #ddd;border-radius:6px;padding:16px 20px;margin-bottom:16px}.cbs-popup-filter-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:10px}.cbs-popup-filter-row:last-child{margin-bottom:0}.cbs-popup-table th,.cbs-popup-table td{font-size:14px;padding:10px 12px}.cbs-btn-added{background:#aaa;color:#fff;border:none;cursor:pointer}.cbs-btn-added:hover{background:#e74c3c!important;opacity:1!important}.cbs-popup-pagination{display:flex;align-items:center;justify-content:center;gap:2px;margin-top:16px}.cbs-popup-complete{display:flex;justify-content:flex-end;margin-top:16px;position:relative}.cbs-popup-complete .cbs-tooltip-always{position:absolute;bottom:calc(100% + 14px);right:0;left:auto;transform:none}.cbs-popup-complete .cbs-tooltip-always:after{left:auto;right:30px;transform:none}.mb-root{width:100%;height:100vh;display:flex;flex-direction:column;background:var(--mb-bg, #FFF5F5);font-family:var(--font-main);overflow:hidden;position:relative;max-width:100vw}.mb-header{height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:#fff;border-bottom:1px solid var(--mb-secondary, #FFDDE1);z-index:100;flex-shrink:0}.mb-header-left{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.mb-class-name{font-size:22px;font-weight:700;color:var(--mb-accent, #FF6B6B);font-family:Gaegu,cursive}.mb-class-motto{font-size:16px;color:var(--text-secondary);font-family:Gaegu,cursive}.mb-header-tabs{display:flex;gap:4px;background:var(--mb-secondary, #FFDDE1);border-radius:20px;padding:3px}.mb-tab{padding:8px 20px;border:none;background:transparent;border-radius:20px;font-size:15px;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease;font-family:inherit;min-width:72px;text-align:center}.mb-tab:hover{color:var(--text-primary)}.mb-tab.active{background:#fff;color:var(--mb-accent, #FF6B6B);box-shadow:0 1px 4px #00000014}.mb-header-right{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:1;min-width:0}.mb-btn-create{display:flex;align-items:center;gap:8px;padding:10px 22px;border:none;border-radius:22px;background:var(--mb-primary, #FF9A8B);color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.mb-btn-create:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.mb-btn-settings{width:40px;height:40px;border:none;background:var(--mb-secondary, #FFDDE1);border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.mb-btn-settings:hover{background:var(--mb-primary, #FF9A8B);color:#fff}.mb-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:0}.mb-setup{display:flex;align-items:center;justify-content:center;min-height:100%;padding:40px 20px;background:linear-gradient(135deg,#ffdde1,#ee9ca7,#ffd1ff);animation:mb-setup-bg 8s ease infinite;background-size:200% 200%}@keyframes mb-setup-bg{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.mb-setup-card{background:#fff;border-radius:24px;padding:48px 40px;max-width:480px;width:100%;box-shadow:0 20px 60px #0000001f;animation:mb-card-enter .5s ease}@keyframes mb-card-enter{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.mb-setup-illustration{text-align:center;font-size:64px;margin-bottom:8px}.mb-setup-title{text-align:center;font-size:34px;font-weight:700;color:var(--text-primary);margin-bottom:4px;font-family:Gaegu,cursive}.mb-setup-subtitle{text-align:center;font-size:16px;color:var(--text-secondary);margin-bottom:32px}.mb-setup-field{margin-bottom:20px}.mb-setup-label{display:block;font-size:15px;font-weight:600;color:var(--text-primary);margin-bottom:6px}.mb-setup-input{width:100%;padding:12px 16px;border:2px solid #eee;border-radius:12px;font-size:16px;font-family:inherit;transition:border-color .2s;box-sizing:border-box}.mb-setup-input:focus{outline:none;border-color:var(--mb-primary, #FF9A8B)}.mb-color-picker{display:flex;gap:12px;flex-wrap:wrap}.mb-color-option{width:44px;height:44px;border-radius:50%;border:3px solid transparent;cursor:pointer;transition:all .2s ease;position:relative}.mb-color-option:hover{transform:scale(1.1)}.mb-color-option.selected{border-color:var(--text-primary);transform:scale(1.1)}.mb-color-option.selected:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:18px;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.3)}.mb-setup-submit{width:100%;padding:16px;border:none;border-radius:14px;background:linear-gradient(135deg,#ff9a8b,#ff6b6b);color:#fff;font-size:18px;font-weight:700;cursor:pointer;transition:all .2s ease;font-family:Gaegu,cursive;letter-spacing:1px;margin-top:8px}.mb-setup-submit:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff6b6b4d}.mb-setup-submit:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.mb-today-banner{background:linear-gradient(135deg,var(--mb-secondary, #FFDDE1),var(--mb-bg, #FFF5F5));padding:16px 24px;display:flex;align-items:center;gap:16px;border-bottom:1px solid rgba(0,0,0,.05);box-sizing:border-box;width:100%}.mb-today-label{font-size:16px;font-weight:700;color:var(--mb-accent, #FF6B6B);white-space:nowrap;font-family:Gaegu,cursive;display:flex;align-items:center;gap:6px}.mb-today-sparkle{animation:mb-sparkle 1.5s ease infinite}@keyframes mb-sparkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.mb-today-card-preview{flex:1;background:#fff;border-radius:12px;padding:12px 18px;font-size:15px;color:var(--text-primary);box-shadow:0 1px 4px #0000000f;display:flex;align-items:center;gap:10px;min-width:0;animation:mb-slide-up .4s ease}@keyframes mb-slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.mb-today-card-preview .mb-today-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mb-today-card-preview .mb-today-author{font-size:14px;color:var(--text-muted);white-space:nowrap}.mb-today-refresh{border:none;background:none;cursor:pointer;font-size:16px;padding:4px;transition:transform .3s}.mb-today-refresh:hover{transform:rotate(180deg)}.mb-filter-bar{padding:16px 24px;display:flex;align-items:center;gap:12px;overflow-x:auto;flex-shrink:0}.mb-filter-bar::-webkit-scrollbar{display:none}.mb-filter-pill{padding:8px 16px;border:1.5px solid var(--mb-secondary, #FFDDE1);background:#fff;border-radius:18px;font-size:14px;font-weight:500;color:var(--text-secondary);cursor:pointer;white-space:nowrap;transition:all .2s ease;font-family:inherit}.mb-filter-pill:hover{border-color:var(--mb-primary, #FF9A8B);color:var(--mb-accent, #FF6B6B)}.mb-filter-pill.active{background:var(--mb-primary, #FF9A8B);border-color:var(--mb-primary, #FF9A8B);color:#fff;font-weight:600}.mb-masonry{columns:3;column-gap:16px;padding:0 24px 24px;box-sizing:border-box;width:100%}.mb-masonry-item{break-inside:avoid;margin-bottom:16px;animation:mb-card-fade-in .4s ease both}@keyframes mb-card-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mb-card{background:#fff;border-radius:4px;padding:10px 10px 0;box-shadow:0 2px 12px #00000014,0 1px 3px #0000000f;cursor:pointer;transition:all .25s ease;position:relative;overflow:hidden}.mb-card:hover{transform:translateY(-4px) rotate(0)!important;box-shadow:0 8px 28px #0000001f,0 2px 6px #00000014}.mb-card-visual{border-radius:2px;overflow:hidden;position:relative;min-height:120px;display:flex;align-items:center;justify-content:center}.mb-card-photo{width:100%;aspect-ratio:5/3;display:flex;align-items:center;justify-content:center;font-size:56px;border-radius:2px}.mb-card-text-content{width:100%;min-height:120px;padding:24px 18px;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1.6;color:#333;text-align:center;font-family:Gaegu,cursive;font-weight:400;word-break:keep-all;box-sizing:border-box}.mb-card-tag{position:absolute;top:8px;left:8px;padding:4px 10px;border-radius:10px;font-size:12px;font-weight:600;color:#fff;z-index:2}.mb-card-stickers{position:absolute;top:6px;right:6px;display:flex;gap:2px;font-size:18px}.mb-card-sticker{animation:mb-sticker-bounce .4s ease}@keyframes mb-sticker-bounce{0%{transform:scale(0)}60%{transform:scale(1.2)}to{transform:scale(1)}}.mb-card-meta{padding:10px 2px;display:flex;align-items:center;justify-content:space-between}.mb-card-author-row{display:flex;align-items:center;gap:6px}.mb-card-avatar{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;flex-shrink:0}.mb-card-author-info{display:flex;flex-direction:column}.mb-card-author-name{font-size:14px;font-weight:600;color:var(--text-primary)}.mb-card-date{font-size:12px;color:var(--text-muted)}.mb-card-caption{font-size:20px;color:var(--text-secondary);padding:0 2px 8px;font-family:Gaegu,cursive;line-height:1.4}.mb-card-like{border:none;background:none;cursor:pointer;display:flex;align-items:center;gap:4px;font-size:14px;color:var(--text-muted);padding:2px 6px;border-radius:10px;transition:all .2s}.mb-card-like:hover,.mb-card-like.liked{color:#ff6b6b;background:#fff0f0}.mb-card-like.liked .mb-heart{animation:mb-heart-pulse .35s ease}@keyframes mb-heart-pulse{0%{transform:scale(1)}50%{transform:scale(1.4)}to{transform:scale(1)}}.mb-pattern-dots{background-image:radial-gradient(circle,rgba(0,0,0,.06) 1px,transparent 1px);background-size:12px 12px}.mb-pattern-lines{background-image:repeating-linear-gradient(45deg,transparent,transparent 5px,rgba(0,0,0,.04) 5px,rgba(0,0,0,.04) 6px)}.mb-pattern-grid{background-image:linear-gradient(rgba(0,0,0,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.04) 1px,transparent 1px);background-size:16px 16px}.mb-pattern-stars{background-image:radial-gradient(circle at 25% 25%,rgba(0,0,0,.04) 2px,transparent 2px),radial-gradient(circle at 75% 75%,rgba(0,0,0,.04) 2px,transparent 2px);background-size:20px 20px}.mb-fab{position:fixed;bottom:28px;right:28px;width:56px;height:56px;border-radius:50%;border:none;background:var(--mb-primary, #FF9A8B);color:#fff;font-size:28px;cursor:pointer;box-shadow:0 4px 16px #0003;display:flex;align-items:center;justify-content:center;z-index:90;transition:all .2s ease}.mb-fab:hover{transform:scale(1.1) rotate(90deg);box-shadow:0 6px 24px #00000040}.mb-modal-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;animation:mb-overlay-in .2s ease}@keyframes mb-overlay-in{0%{opacity:0}to{opacity:1}}.mb-modal{background:#fff;border-radius:20px;max-width:520px;width:92%;max-height:85vh;overflow-y:auto;padding:32px;animation:mb-modal-in .3s ease}@keyframes mb-modal-in{0%{opacity:0;transform:translateY(16px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.mb-modal-title{font-size:24px;font-weight:700;color:var(--text-primary);margin-bottom:20px;font-family:Gaegu,cursive}.mb-modal-tabs{display:flex;gap:8px;margin-bottom:20px}.mb-modal-tab{flex:1;padding:12px;border:2px solid #eee;background:#fff;border-radius:12px;font-size:15px;font-weight:500;cursor:pointer;text-align:center;transition:all .2s;font-family:inherit}.mb-modal-tab:hover{border-color:var(--mb-primary, #FF9A8B)}.mb-modal-tab.active{border-color:var(--mb-primary, #FF9A8B);background:var(--mb-bg, #FFF5F5);color:var(--mb-accent, #FF6B6B);font-weight:600}.mb-photo-upload-area{display:flex;align-items:center;justify-content:center;width:100%;min-height:200px;border:2px dashed var(--mb-secondary, #FFDDE1);border-radius:14px;cursor:pointer;overflow:hidden;transition:border-color .2s;background:var(--mb-bg, #FFF5F5)}.mb-photo-upload-area:hover{border-color:var(--mb-primary, #FF9A8B)}.mb-photo-upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:10px;padding:32px}.mb-photo-upload-icon{font-size:48px}.mb-photo-upload-text{font-size:15px;color:var(--text-secondary)}.mb-photo-preview{width:100%;max-height:300px;object-fit:contain;display:block;border-radius:12px}.mb-photo-change-btn{display:block;margin-top:8px;padding:6px 14px;border:1.5px solid var(--mb-secondary, #FFDDE1);background:#fff;border-radius:10px;font-size:13px;color:var(--text-secondary);cursor:pointer;font-family:inherit;transition:all .2s}.mb-photo-change-btn:hover{border-color:var(--mb-primary, #FF9A8B);color:var(--mb-accent, #FF6B6B)}.mb-card-photo-img{width:100%;max-width:100%;display:block;border-radius:2px;object-fit:cover}.mb-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px}.mb-photo-option{aspect-ratio:1;border-radius:12px;border:3px solid transparent;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;font-size:32px}.mb-photo-option:hover{transform:scale(1.05)}.mb-photo-option.selected{border-color:var(--mb-accent, #FF6B6B)}.mb-modal-field{margin-bottom:16px}.mb-modal-label{display:block;font-size:14px;font-weight:600;color:var(--text-secondary);margin-bottom:6px}.mb-modal-input{width:100%;padding:12px 14px;border:2px solid #eee;border-radius:10px;font-size:16px;font-family:inherit;box-sizing:border-box;transition:border-color .2s}.mb-modal-input:focus{outline:none;border-color:var(--mb-primary, #FF9A8B)}.mb-modal-textarea{width:100%;padding:14px;border:2px solid #eee;border-radius:10px;font-size:16px;font-family:Gaegu,cursive;min-height:100px;resize:vertical;box-sizing:border-box;transition:border-color .2s}.mb-modal-textarea:focus{outline:none;border-color:var(--mb-primary, #FF9A8B)}.mb-char-count{text-align:right;font-size:13px;color:var(--text-muted);margin-top:4px}.mb-category-pills{display:flex;flex-wrap:wrap;gap:6px}.mb-category-pill{padding:7px 14px;border:1.5px solid #eee;background:#fff;border-radius:16px;font-size:14px;cursor:pointer;transition:all .2s;font-family:inherit}.mb-category-pill:hover{border-color:var(--mb-primary, #FF9A8B)}.mb-category-pill.selected{background:var(--mb-primary, #FF9A8B);border-color:var(--mb-primary, #FF9A8B);color:#fff}.mb-bg-picker{display:flex;gap:8px;flex-wrap:wrap}.mb-bg-option{width:36px;height:36px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:all .2s}.mb-bg-option:hover{transform:scale(1.1)}.mb-bg-option.selected{border-color:var(--text-primary)}.mb-pattern-picker{display:flex;gap:6px}.mb-pattern-option{width:36px;height:36px;border-radius:8px;border:2px solid #eee;cursor:pointer;transition:all .2s;font-size:14px;display:flex;align-items:center;justify-content:center;background:#fafafa}.mb-pattern-option:hover{border-color:var(--mb-primary, #FF9A8B)}.mb-pattern-option.selected{border-color:var(--mb-accent, #FF6B6B);background:var(--mb-bg, #FFF5F5)}.mb-sticker-picker{display:flex;gap:6px;flex-wrap:wrap}.mb-sticker-option{width:36px;height:36px;border-radius:8px;border:2px solid transparent;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;transition:all .2s}.mb-sticker-option:hover{background:#f0f0f0}.mb-sticker-option.selected{border-color:var(--mb-accent, #FF6B6B);background:var(--mb-bg, #FFF5F5)}.mb-modal-actions{display:flex;gap:10px;margin-top:24px}.mb-modal-submit{flex:1;padding:14px;border:none;border-radius:12px;background:var(--mb-primary, #FF9A8B);color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.mb-modal-submit:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.mb-modal-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.mb-modal-cancel{padding:14px 22px;border:2px solid #eee;background:#fff;border-radius:12px;font-size:16px;color:var(--text-secondary);cursor:pointer;transition:all .2s;font-family:inherit}.mb-modal-cancel:hover{border-color:#ccc}.mb-yearbook{padding:32px 40px;max-width:1200px;margin:0 auto}.mb-yearbook-title{text-align:center;font-size:36px;font-weight:700;color:var(--mb-accent, #FF6B6B);margin-bottom:8px;font-family:Gaegu,cursive}.mb-yearbook-subtitle{text-align:center;font-size:16px;color:var(--text-secondary);margin-bottom:40px}.mb-timeline{position:relative;padding-left:40px}.mb-timeline:before{content:"";position:absolute;left:15px;top:0;bottom:0;width:2px;background:var(--mb-secondary, #FFDDE1)}.mb-timeline-month{margin-bottom:40px;position:relative;animation:mb-card-fade-in .5s ease both}.mb-timeline-dot{position:absolute;left:-32px;top:4px;width:18px;height:18px;border-radius:50%;background:var(--mb-primary, #FF9A8B);border:3px solid #fff;box-shadow:0 0 0 2px var(--mb-secondary, #FFDDE1)}.mb-timeline-month-label{font-size:24px;font-weight:700;color:var(--mb-accent, #FF6B6B);margin-bottom:4px;font-family:Gaegu,cursive}.mb-timeline-month-summary{font-size:15px;color:var(--text-secondary);margin-bottom:16px}.mb-timeline-cards{display:flex;gap:16px;overflow-x:auto;padding-bottom:8px}.mb-timeline-cards::-webkit-scrollbar{height:4px}.mb-timeline-cards::-webkit-scrollbar-thumb{background:var(--mb-secondary, #FFDDE1);border-radius:2px}.mb-timeline-card{flex-shrink:0;width:280px;background:#fff;border-radius:12px;padding:10px;box-shadow:0 2px 8px #0000000f}.mb-timeline-card-visual{width:100%;aspect-ratio:3/2;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:8px}.mb-timeline-card-text{font-size:14px;color:var(--text-primary);line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.mb-timeline-card-author{font-size:12px;color:var(--text-muted);margin-top:4px}.mb-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.mb-empty-icon{font-size:64px;margin-bottom:16px}.mb-empty-text{font-size:22px;color:var(--text-secondary);font-family:Gaegu,cursive;margin-bottom:8px}.mb-empty-hint{font-size:15px;color:var(--text-muted)}@media(max-width:1200px){.mb-masonry{columns:2}}@media(max-width:900px){.mb-masonry{columns:1;max-width:400px;margin:0 auto}.mb-header{flex-wrap:wrap;height:auto;padding:10px 16px;gap:8px}.mb-header-tabs{order:3;width:100%;justify-content:center}.mb-filter-bar{padding:12px 16px}}.mef-root .me-share-root{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:#f0f0ef;font-family:var(--font-main);position:relative}.mef-root .me-share-canvas-wrap{box-shadow:0 4px 24px #0000001f;border-radius:8px;overflow:hidden}.mef-root{display:flex;flex-direction:column;width:100%;height:100vh;overflow:hidden;font-family:var(--font-main);background:#f0f0ef;color:var(--text-primary)}.mef-root .me-header{height:48px;min-height:48px;background:#fff;border-bottom:1px solid #e0e0de;display:flex;align-items:center;padding:0 12px;gap:0;z-index:10}.mef-root .me-header-left{display:flex;align-items:center;gap:8px;flex:1}.mef-root .me-logo{display:flex;align-items:center;gap:6px;margin-right:4px}.mef-root .me-logo-m{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:#2383e2;color:#fff;font-size:14px;font-weight:700;border-radius:4px;letter-spacing:-.02em}.mef-root .me-logo-text{font-size:13px;font-weight:600;color:var(--text-primary);letter-spacing:-.01em}.mef-root .me-header-menus{display:flex;gap:2px}.mef-root .me-menu-btn{background:none;border:none;font-size:13px;color:var(--text-secondary);padding:4px 8px;border-radius:4px;cursor:pointer;font-family:var(--font-main)}.mef-root .me-menu-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.mef-root .me-header-center{flex:1;display:flex;justify-content:center}.mef-root .me-doc-title{font-size:14px;font-weight:500;color:var(--text-primary);padding:4px 8px;border-radius:4px;cursor:text}.mef-root .me-header-right{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:6px}.mef-root .me-icon-btn{background:none;border:none;font-size:15px;color:var(--text-secondary);padding:4px 6px;border-radius:4px;cursor:pointer;line-height:1}.mef-root .me-icon-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.mef-root .me-icon-btn-plus{font-size:18px;font-weight:300}.mef-root .me-zoom-ctrl,.mef-root .me-canvas-size{display:flex;align-items:center;gap:2px;font-size:13px;color:var(--text-secondary);padding:4px 8px;border-radius:4px;cursor:pointer;border:1px solid transparent}.mef-root .me-zoom-ctrl:hover,.mef-root .me-canvas-size:hover{background:var(--bg-hover)}.mef-root .me-zoom-caret{font-size:10px;opacity:.6}.mef-root .me-btn-save{background:#2383e2;color:#fff;border:none;font-size:13px;font-weight:500;padding:6px 14px;border-radius:4px;cursor:pointer;font-family:var(--font-main)}.mef-root .me-btn-save:hover{background:#1a6fcb}.mef-root .me-avatar{width:28px;height:28px;border-radius:50%;background:#e07090;color:#fff;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mef-root .me-body{display:flex;flex:1;overflow:hidden;min-height:0}.mef-root .me-main-content{position:relative;flex:1;overflow:visible}.mef-root .me-canvas-chat-row{position:absolute;inset:0;overflow:hidden}.mef-root .me-icon-nav{width:64px;min-width:64px;background:#f7f7f5;border-right:1px solid #e0e0de;display:flex;flex-direction:column;justify-content:space-between;padding:8px 0}.mef-root .me-icon-nav-top,.mef-root .me-icon-nav-bottom{display:flex;flex-direction:column;align-items:center;gap:2px}.mef-root .me-nav-item{display:flex;flex-direction:column;align-items:center;gap:3px;background:none;border:none;padding:8px 4px;border-radius:6px;cursor:pointer;width:56px;font-family:var(--font-main);color:var(--text-secondary);transition:background .15s}.mef-root .me-nav-item:hover{background:var(--bg-hover);color:var(--text-primary)}.mef-root .me-nav-item.active{color:#2383e2;background:#e8f0fc}.mef-root .me-nav-icon{font-size:18px;line-height:1}.mef-root .me-nav-label{font-size:10px;font-weight:500;white-space:nowrap}.mef-root .me-panel{width:400px;min-width:400px;background:#fff;border-right:1px solid #e0e0de;display:flex;flex-direction:column;overflow:hidden}.mef-root .me-panel-header{display:none!important}.mef-root .me-panel-header-title{font-size:13px;font-weight:600;color:var(--text-primary)}.mef-root .me-panel-close{width:24px;height:24px;border:none;background:transparent;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:background .15s}.mef-root .me-panel-close:hover{background:#f0f0ee}.mef-root .me-panel-toggle{width:24px;min-width:24px;border:none;background:#fff;border-right:1px solid #e0e0de;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:background .15s}.mef-root .me-panel-toggle:hover{background:#f7f7f5}.mef-root .me-panel-search{padding:10px 12px 6px}.mef-root .me-panel-search input{width:100%;box-sizing:border-box;padding:6px 10px;font-size:13px;font-family:var(--font-main);border:1px solid #e0e0de;border-radius:4px;background:#f7f7f5;color:var(--text-primary);outline:none}.mef-root .me-panel-search input::placeholder{color:var(--text-muted)}.mef-root .me-panel-section-label{padding:6px 14px 4px;font-size:11px;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.mef-root .me-template-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:4px 12px 12px;overflow-y:auto}.insert-panel{overflow-y:auto}.insert-tabs{display:flex;border-bottom:1.5px solid #e8ecf2;padding:0 12px;gap:0}.insert-tab{flex:1;padding:10px 0 9px;border:none;background:transparent;font-size:13.5px;font-weight:500;color:#8b93a0;cursor:pointer;font-family:inherit;transition:color .15s;border-bottom:2px solid transparent;margin-bottom:-1.5px;text-align:center}.insert-tab:hover{color:#3a3f52}.insert-tab--active{color:#2383e2;font-weight:600;border-bottom-color:#2383e2}.insert-content{padding:0 12px 16px;overflow-y:auto;flex:1}.fav-panel{overflow-y:auto}.fav-tabs{display:flex;padding:0 12px;border-bottom:1.5px solid #e8ecf2;gap:0}.fav-tab{flex:1;padding:11px 0 10px;border:none;background:transparent;font-size:14px;font-weight:500;color:#8b93a0;cursor:pointer;font-family:inherit;border-bottom:2.5px solid transparent;margin-bottom:-1.5px;text-align:center;transition:color .15s}.fav-tab:hover{color:#3a3f52}.fav-tab--active{color:#2383e2;font-weight:600;border-bottom-color:#2383e2}.fav-content{padding:0 0 16px;overflow-y:auto;flex:1}.fav-count{padding:12px 14px 8px;font-size:13px;font-weight:600;color:#3a3f52}.fav-count-info{font-size:12px;color:#9ca3af;cursor:help}.fav-template-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0 12px}.fav-template-card{cursor:pointer;border-radius:8px;overflow:hidden;transition:box-shadow .2s,transform .15s}.fav-template-card:hover{box-shadow:0 2px 12px #0000001f;transform:translateY(-1px)}.fav-template-thumb{width:100%;aspect-ratio:4 / 3;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;padding:10px;box-sizing:border-box;position:relative}.fav-template-title-overlay{font-size:11px;font-weight:600;line-height:1.4;display:block}.fav-template-bottom-row{display:flex;align-items:center;justify-content:space-between}.fav-template-pages{font-size:11px;font-weight:700;color:inherit;background:#0003;border-radius:4px;padding:1px 6px;color:#fff}.fav-template-crown{font-size:13px}.fav-sub-tabs{display:flex;flex-wrap:wrap;gap:6px;padding:10px 14px 2px}.fav-sub-tab{padding:5px 12px;border:1.5px solid #e0e0de;border-radius:20px;background:#fff;font-size:12.5px;font-weight:500;color:#6b7280;cursor:pointer;font-family:inherit;transition:all .15s}.fav-sub-tab:hover{border-color:#2dd4bf;color:#0d9488}.fav-sub-tab--active{background:#2dd4bf;border-color:#2dd4bf;color:#fff;font-weight:600}.fav-design-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0 12px}.fav-design-item{cursor:pointer;display:flex;flex-direction:column;gap:4px}.fav-design-thumb{width:100%;aspect-ratio:4 / 3;border-radius:8px;border:1px solid #e8ecf2;display:flex;align-items:center;justify-content:center;background:#f9fafb;overflow:hidden;transition:border-color .15s,box-shadow .15s,transform .15s}.fav-design-thumb-emoji{font-size:40px}.fav-design-item:hover .fav-design-thumb{border-color:#2dd4bf;box-shadow:0 0 0 2px #2dd4bf26;transform:translateY(-1px)}.fav-design-name{font-size:11.5px;color:#6b7280;text-align:center;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fav-design-empty{grid-column:1 / -1;text-align:center;padding:32px 0;font-size:13px;color:#9ca3af}.mef-root .me-nav-item-fav .me-nav-icon{color:#f43f5e}.mef-root .me-nav-item-fav.active{color:#f43f5e;background:#fff1f2}.mef-root .me-nav-item-fav.active .me-nav-label{color:#f43f5e}.resource-panel{overflow-y:auto}.resource-actions{display:flex;flex-direction:column;gap:8px;padding:6px 12px 10px}.resource-upload-btn{width:100%;padding:9px 0;border:1.5px solid #d0d5dd;border-radius:8px;background:#fff;font-size:13.5px;font-weight:500;color:#3a3f52;cursor:pointer;font-family:inherit;transition:background .15s,border-color .15s}.resource-upload-btn:hover{background:#f7f7f5;border-color:#b0b5bd}.resource-library-btn{width:100%;padding:9px 0;border:none;border-radius:8px;background:#2383e2;font-size:13.5px;font-weight:600;color:#fff;cursor:pointer;font-family:inherit;transition:background .15s}.resource-library-btn:hover{background:#1a6fcb}.resource-filter-row{display:flex;justify-content:flex-end;padding:6px 12px 4px}.resource-filter-btn{border:none;background:transparent;font-size:12.5px;font-weight:500;color:#6b7280;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:4px}.resource-filter-btn:hover{color:#3a3f52}.resource-filter-chevron{font-size:11px}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:6px 12px 16px}.resource-item{display:flex;flex-direction:column;align-items:center;gap:5px;cursor:pointer;width:100%;min-width:0;position:relative}.resource-thumb{width:100%;aspect-ratio:1;border-radius:6px;border:1px solid #e8ecf2;display:flex;align-items:center;justify-content:center;font-size:28px;transition:box-shadow .15s,border-color .15s}.resource-item:hover .resource-thumb{border-color:#2383e2;box-shadow:0 0 0 2px #2383e226}.resource-item-name{font-size:11px;color:#6b7280;text-align:center;line-height:1.3;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resource-empty{grid-column:1 / -1;text-align:center;padding:32px 0;font-size:13px;color:#9ca3af}.resource-upload-row{display:flex;gap:6px}.resource-upload-row .resource-upload-btn{flex:1}.resource-pdf-upload-btn{display:flex;align-items:center;justify-content:center;gap:2px;color:#e25549!important;border-color:#f0b8b3!important}.resource-pdf-upload-btn:hover{background:#fff8f7!important;border-color:#e25549!important}.resource-thumb-doc{background:#fff5f5!important;border-color:#f0d0cd!important;position:relative}.resource-item:hover .resource-thumb-doc{border-color:#e25549!important;box-shadow:0 0 0 2px #e2554926!important}.resource-doc-pages{position:absolute;bottom:4px;right:4px;font-size:9.5px;font-weight:600;color:#e25549;background:#fff5f5e6;border-radius:3px;padding:1px 4px;line-height:1.3}.resource-doc-delete-btn{position:absolute;top:3px;right:3px;width:20px;height:20px;border-radius:50%;border:none;background:#00000073;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .15s,background .15s;padding:0;z-index:2}.resource-item:hover .resource-doc-delete-btn{opacity:1}.resource-doc-delete-btn:hover{background:#e25549}.resource-ocr-processing{display:flex;align-items:center;gap:10px;margin:8px 12px;padding:12px 14px;background:linear-gradient(135deg,#f0f7ff,#f5f0ff);border:1.5px solid #d0dff5;border-radius:10px;animation:resource-ocr-pulse 1.5s ease-in-out infinite}@keyframes resource-ocr-pulse{0%,to{opacity:1}50%{opacity:.7}}.resource-ocr-spinner{width:20px;height:20px;border:2.5px solid #d0dff5;border-top-color:#2383e2;border-radius:50%;animation:resource-ocr-spin .8s linear infinite;flex-shrink:0}@keyframes resource-ocr-spin{to{transform:rotate(360deg)}}.resource-ocr-processing-text{display:flex;flex-direction:column;gap:2px;min-width:0}.resource-ocr-processing-title{font-size:13px;font-weight:600;color:#2383e2}.resource-ocr-processing-name{font-size:11.5px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.resource-toast{position:absolute;bottom:16px;left:12px;right:12px;padding:10px 14px;background:#1a1a2e;color:#fff;font-size:12.5px;font-weight:500;border-radius:8px;box-shadow:0 4px 16px #0000002e;z-index:100;animation:resource-toast-in .25s ease;line-height:1.4}@keyframes resource-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.mef-root .me-dyn-box{pointer-events:none}.mef-root .me-dyn-badge{display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:700;line-height:1;pointer-events:none;box-shadow:0 1px 4px #0000001a}.mef-root .me-dyn-divider{pointer-events:none}.mef-root .me-dyn-text--heading{font-family:Noto Sans KR,Pretendard,sans-serif;letter-spacing:-.5px}.mef-root .me-dyn-text--subheading,.mef-root .me-dyn-text--body{font-family:Noto Sans KR,Pretendard,sans-serif}.math-geo-banner{margin:12px 12px 6px;padding:12px 14px;background:linear-gradient(135deg,#f0f7ff,#f5f0ff);border:1.5px solid #d0dff5;border-radius:10px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:border-color .2s,box-shadow .2s}.math-geo-banner:hover{border-color:#2383e2;box-shadow:0 2px 8px #2383e21f}.math-geo-banner-icon{flex-shrink:0}.math-geo-banner-text{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.math-geo-banner-title{font-size:13.5px;font-weight:600;color:#1a1a2e}.math-geo-banner-desc{font-size:11.5px;color:#6b7280;line-height:1.4}.math-geo-banner-arrow{font-size:20px;color:#9ca3af;flex-shrink:0}.mathgeo-overlay{position:fixed;inset:0;z-index:9999;background:#00000059;display:flex;align-items:center;justify-content:center}.mathgeo-editor{width:94vw;height:88vh;max-width:1400px;background:#fff;border-radius:14px;box-shadow:0 16px 48px #00000038;display:flex;flex-direction:column;overflow:hidden;position:relative}.mathgeo-header{display:flex;align-items:center;justify-content:space-between;padding:0 16px;height:48px;min-height:48px;background:#fff;border-bottom:1px solid #e8ecf2}.mathgeo-header-left{display:flex;align-items:center;gap:10px}.mathgeo-header-logo{width:34px;height:34px;border-radius:8px;background:#2383e2;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.mathgeo-header-logo:hover{background:#1a6fcb}.mathgeo-header-title{font-size:14px;font-weight:600;color:#1a1a2e}.mathgeo-header-right{display:flex;align-items:center;gap:10px}.mathgeo-header-hint{font-size:12px;color:#9ca3af;background:#f3f4f6;padding:4px 12px;border-radius:6px}.mathgeo-header-insert{padding:6px 16px;border:none;border-radius:7px;background:#2383e2;color:#fff;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}.mathgeo-header-insert:hover{background:#1a6fcb}.mathgeo-header-close{width:30px;height:30px;border:none;background:transparent;border-radius:6px;font-size:16px;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center}.mathgeo-header-close:hover{background:#f3f4f6}.mathgeo-body{display:flex;flex:1;overflow:hidden}.mathgeo-toolbar{width:46px;min-width:46px;background:#f8f9fb;border-right:1px solid #e8ecf2;display:flex;flex-direction:column;align-items:center;padding:6px 0;gap:2px;overflow-y:auto}.mathgeo-tool{width:36px;height:36px;border:none;background:transparent;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:background .15s,color .15s;position:relative}.mathgeo-tool:hover{background:#e8ecf2;color:#3a3f52}.mathgeo-tool.active{background:#2383e2;color:#fff}.mathgeo-canvas{flex:1;background:#fff;position:relative;overflow:hidden;cursor:crosshair}.mathgeo-canvas-bottom{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:4px;background:#fff;border:1px solid #e0e0de;border-radius:8px;padding:4px 8px;box-shadow:0 2px 8px #00000014}.mathgeo-zoom-btn{width:28px;height:28px;border:none;background:transparent;border-radius:4px;font-size:14px;color:#3a3f52;cursor:pointer;display:flex;align-items:center;justify-content:center}.mathgeo-zoom-btn:hover{background:#f3f4f6}.mathgeo-zoom-label{font-size:12px;color:#6b7280;min-width:40px;text-align:center}.mathgeo-zoom-chevron{font-size:10px;color:#9ca3af}.mathgeo-props{width:260px;min-width:260px;border-left:1px solid #e8ecf2;background:#fff;overflow-y:auto}.mathgeo-props-header{padding:14px 16px 10px;display:flex;align-items:baseline;gap:8px}.mathgeo-props-title{font-size:16px;font-weight:700;color:#1a1a2e}.mathgeo-props-type{font-size:13px;color:#9ca3af;font-weight:500}.mathgeo-prop-section{border-top:1px solid #f0f0ee}.mathgeo-prop-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border:none;background:transparent;cursor:pointer;font-family:inherit}.mathgeo-prop-toggle:hover{background:#fafafa}.mathgeo-prop-label{font-size:14px;font-weight:600;color:#1a1a2e}.mathgeo-prop-chevron{font-size:12px;color:#9ca3af;transition:transform .2s}.mathgeo-prop-chevron.open{transform:rotate(180deg)}.mathgeo-prop-content{padding:0 16px 14px}.mathgeo-prop-row{display:flex;flex-direction:column;gap:6px}.mathgeo-prop-field-label{font-size:12px;font-weight:500;color:#6b7280}.mathgeo-color-row{display:flex;gap:6px}.mathgeo-color-swatch{width:24px;height:24px;border-radius:6px;border:1.5px solid #e0e0de;cursor:pointer;transition:transform .1s}.mathgeo-color-swatch:hover{transform:scale(1.15);border-color:#2383e2}.mathgeo-color-none{background:#fff!important;font-size:14px;color:#ccc;display:flex;align-items:center;justify-content:center}.mathgeo-range{width:100%;accent-color:#2383e2}.mathgeo-transform-btns{display:grid;grid-template-columns:1fr 1fr;gap:6px}.mathgeo-small-btn{padding:7px 0;border:1px solid #e0e0de;border-radius:6px;background:#fff;font-size:12px;color:#3a3f52;cursor:pointer;font-family:inherit}.mathgeo-small-btn:hover{background:#f7f7f5;border-color:#2383e2}.mathgeo-preset-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px}.mathgeo-preset-btn{padding:7px 4px;border:1px solid #e0e0de;border-radius:6px;background:#fff;font-size:11.5px;color:#3a3f52;cursor:pointer;font-family:inherit;text-align:center}.mathgeo-preset-btn:hover{background:#e8f0fc;border-color:#2383e2;color:#2383e2}.mathgeo-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:4px 0;font-size:13px;color:#3a3f52;cursor:pointer}.mathgeo-checkbox{accent-color:#2383e2;width:16px;height:16px}.mathgeo-header-layer-btn{display:flex;align-items:center;gap:6px;padding:5px 12px;border:1px solid #d0d5dd;border-radius:7px;background:#fff;font-size:13px;font-weight:500;color:#3a3f52;cursor:pointer;font-family:inherit;transition:all .15s}.mathgeo-header-layer-btn:hover{border-color:#2383e2;color:#2383e2}.mathgeo-header-layer-btn.active{background:#e8f0fc;border-color:#2383e2;color:#2383e2}.mathgeo-layer-badge{font-size:11px;font-weight:600;color:#2383e2;background:#e8f0fc;padding:1px 6px;border-radius:10px}.mathgeo-layer-panel{position:absolute;bottom:20px;right:280px;width:310px;background:#fff;border-radius:14px;box-shadow:0 8px 32px #0000002e;z-index:100;display:flex;flex-direction:column;overflow:hidden;max-height:70vh}.mathgeo-layer-header{display:flex;align-items:center;gap:8px;padding:14px 16px 10px;border-bottom:1px solid #f0f0ee}.mathgeo-layer-title{font-size:15px;font-weight:700;color:#1a1a2e}.mathgeo-layer-count{font-size:13px;color:#2383e2;font-weight:500}.mathgeo-layer-fav-all{border:1px solid #fecdd3;background:#fff1f2;color:#f43f5e;font-size:12px;font-weight:600;padding:4px 10px;border-radius:6px;cursor:pointer;font-family:inherit;transition:all .15s}.mathgeo-layer-fav-all:hover{background:#f43f5e;color:#fff;border-color:#f43f5e}.mathgeo-layer-list{overflow-y:auto;flex:1;padding:6px 0}.mathgeo-layer-item{padding:8px 14px;cursor:pointer;transition:background .1s;border-left:3px solid transparent}.mathgeo-layer-item:hover{background:#f9fafb}.mathgeo-layer-item.selected{background:#eff6ff;border-left-color:#2383e2}.mathgeo-layer-row-top{display:flex;align-items:center;gap:6px}.mathgeo-layer-icon{font-size:16px;width:22px;text-align:center;color:#6b7280}.mathgeo-layer-name{flex:1;font-size:13.5px;font-weight:500;color:#1a1a2e;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mathgeo-layer-action-btn{width:26px;height:26px;border:none;background:transparent;border-radius:5px;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:background .1s,color .1s;padding:0;flex-shrink:0}.mathgeo-layer-action-btn:hover{background:#f0f0ee;color:#3a3f52}.mathgeo-layer-action-btn.fav-active{color:#f43f5e}.mathgeo-layer-action-btn.fav-active:hover{color:#e11d48}.mathgeo-layer-delete{color:#d1d5db}.mathgeo-layer-delete:hover{background:#fee2e2;color:#ef4444}.mathgeo-layer-detail{margin-top:8px;padding:8px 0 4px;border-top:1px solid #f0f0ee}.mathgeo-layer-opacity-row{display:flex;align-items:center;gap:8px;padding:0 0 8px}.mathgeo-layer-opacity-label{font-size:12px;color:#6b7280;white-space:nowrap}.mathgeo-layer-opacity-slider{flex:1;accent-color:#2383e2;height:4px}.mathgeo-layer-opacity-val{font-size:12px;font-weight:600;color:#3a3f52;min-width:36px;text-align:right}.mathgeo-layer-actions-row{display:flex;gap:4px}.mathgeo-layer-small-btn{flex:1;padding:5px 0;border:1px solid #e0e0de;border-radius:5px;background:#fff;font-size:11px;font-weight:500;color:#3a3f52;cursor:pointer;font-family:inherit;text-align:center;transition:all .12s}.mathgeo-layer-small-btn:hover{background:#f7f7f5;border-color:#2383e2;color:#2383e2}.mathgeo-layer-small-btn:disabled{opacity:.35;cursor:not-allowed}.mathgeo-layer-fav-btn{border-color:#fecdd3;color:#9ca3af}.mathgeo-layer-fav-btn:hover{background:#fff1f2;border-color:#f43f5e;color:#f43f5e}.mathgeo-layer-fav-btn.active{background:#f43f5e;border-color:#f43f5e;color:#fff}.mathgeo-layer-footer{padding:8px 16px;border-top:1px solid #f0f0ee;text-align:center}.mathgeo-layer-footer-hint{font-size:11.5px;color:#9ca3af}.insert-text-actions{display:flex;flex-direction:column;gap:8px;padding:14px 0 10px}.insert-text-add-btn{width:100%;padding:11px 16px;border:none;border-radius:10px;background:#2383e2;color:#fff;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s}.insert-text-add-btn:hover{background:#1a6fcb}.insert-text-add-btn--input{background:#48a5f0}.insert-text-add-btn--input:hover{background:#2f90e0}.insert-section{margin-top:16px}.insert-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.insert-section-title{font-size:14px;font-weight:700;color:#1a1a2e}.insert-section-more{border:none;background:transparent;font-size:12.5px;color:#9ca3af;cursor:pointer;font-family:inherit;padding:2px 4px}.insert-section-more:hover{color:#2383e2}.insert-font-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.insert-font-card{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 4px 10px;border:1.5px solid #e8ecf2;border-radius:10px;background:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s,background .15s;font-family:inherit;position:relative}.insert-font-card:hover{border-color:#c8d4e8;box-shadow:0 2px 8px #0000000f;background:#f8faff}.insert-fav-btn{position:absolute;top:4px;right:4px;width:22px;height:22px;border:none;background:#ffffffd9;border-radius:50%;font-size:13px;line-height:1;color:#d1d5db;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s,color .15s,transform .15s;z-index:2;padding:0}.insert-font-card:hover .insert-fav-btn,.insert-btn-card:hover .insert-fav-btn,.insert-shape-card:hover .insert-fav-btn,.mathgeo-tool:hover .insert-fav-btn,.insert-ai-gen-result-card:hover .insert-fav-btn{opacity:1}.insert-fav-btn:hover{color:#f43f5e;transform:scale(1.2)}.insert-fav-btn--active{color:#f43f5e!important;opacity:1!important}.insert-font-preview{font-size:26px;line-height:1.2;color:#1a1a2e;min-height:34px;display:flex;align-items:center;justify-content:center}.insert-font-preview--body{font-size:20px;min-height:28px}.insert-font-name{font-size:11px;color:#9ca3af;font-family:Pretendard,Noto Sans KR,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.insert-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:60px 20px;text-align:center}.insert-placeholder-icon{font-size:36px;opacity:.5}.insert-placeholder-text{font-size:14px;color:#9ca3af}.insert-ai-gen{padding:14px 0 4px}.insert-ai-gen-label{display:block;font-size:13px;font-weight:700;color:#1a1a2e;margin-bottom:8px}.insert-ai-gen-box{background:#f4f6fa;border-radius:14px;padding:10px 12px;display:flex;flex-direction:column;gap:8px}.insert-ai-gen-input{border:none;background:transparent;font-size:13.5px;font-family:inherit;color:#1a1a2e;outline:none;line-height:1.5;padding:0;width:100%;min-height:64px;resize:none}.insert-ai-gen-input::placeholder{color:#9ca3b8}.insert-ai-gen-actions{display:flex;align-items:center;gap:4px}.insert-ai-gen-actions .insert-ai-gen-submit{margin-left:auto}.insert-ai-gen-btn{width:32px;height:32px;border:none;border-radius:10px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s,color .15s}.insert-ai-gen-btn--attach{color:#9ca3b8}.insert-ai-gen-btn--attach:hover{background:#e8ecf4;color:#5a6480}.insert-ai-gen-btn--settings{color:#9ca3b8}.insert-ai-gen-btn--settings:hover,.insert-ai-gen-btn--settings.active{background:#e8ecf4;color:#2383e2}.insert-ai-gen-submit{border:none;border-radius:8px;padding:6px 16px;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;background:#d0d4e0;color:#fff;transition:background .15s}.insert-ai-gen-submit.active{background:#2383e2;color:#fff}.insert-ai-gen-submit.active:hover{background:#1a6fcb}.insert-ai-gen-submit:disabled{cursor:not-allowed;opacity:.7}.insert-ai-gen-loading{display:flex;align-items:center;gap:8px;padding:14px 4px;font-size:13px;color:#6b7280}.insert-ai-gen-spinner{width:16px;height:16px;border:2px solid #e0e4ef;border-top-color:#2383e2;border-radius:50%;animation:ai-gen-spin .7s linear infinite}@keyframes ai-gen-spin{to{transform:rotate(360deg)}}.insert-ai-gen-results{margin-top:10px;border:1.5px solid #e8ecf2;border-radius:14px;overflow:hidden;background:#fff}.insert-ai-gen-results-header{padding:10px 14px;font-size:13px;font-weight:600;color:#1a1a2e;border-bottom:1px solid #f0f2f6}.insert-ai-gen-results-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.insert-ai-gen-result-card{position:relative;display:flex;align-items:center;justify-content:center;padding:16px 10px;border:none;background:#fafbff;cursor:pointer;transition:background .15s;font-family:inherit;border-right:1px solid #f0f2f6;border-bottom:1px solid #f0f2f6}.insert-ai-gen-result-card:nth-child(2n){border-right:none}.insert-ai-gen-result-card:nth-child(n+3){border-bottom:none}.insert-ai-gen-result-card:hover{background:#f0f4ff}.insert-ai-gen-result-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 18px;font-size:13px;font-weight:600;font-family:inherit;white-space:nowrap;box-shadow:0 2px 8px #0000000f}.insert-ai-gen-result-card--image{flex-direction:column;gap:6px;padding:10px 8px}.insert-ai-gen-result-img{width:100%;aspect-ratio:1;border-radius:10px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.insert-ai-gen-result-img-icon{opacity:.5}.insert-ai-gen-result-card--image:hover .insert-ai-gen-result-img-icon{opacity:.8}.insert-ai-gen-result-img-label{font-size:11px;color:#6b7280;font-weight:500}.insert-ai-gen-box--expanded{padding-bottom:0}.img-settings-inline{padding:14px 0 6px;border-top:1px solid #f0f2f6;margin-top:8px;display:flex;flex-direction:column;gap:16px;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.img-settings-section{display:flex;flex-direction:column;gap:10px}.img-settings-section-title{font-size:14px;font-weight:700;color:#1a1a2e;display:flex;align-items:center;gap:6px}.img-settings-help{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;border:1px solid #d0d5dd;font-size:10px;font-weight:600;color:#9ca3af;cursor:help;flex-shrink:0}.img-settings-tabs{display:flex;border-bottom:1.5px solid #e5e7eb}.img-settings-tab{flex:1;padding:8px 0;border:none;background:none;font-size:13px;font-weight:600;color:#9ca3af;cursor:pointer;border-bottom:2px solid transparent;transition:color .15s,border-color .15s;font-family:inherit}.img-settings-tab.active{color:#2383e2;border-bottom-color:#2383e2}.img-settings-tab:hover:not(.active){color:#6b7280}.img-settings-presets{display:flex;flex-direction:column;gap:12px}.img-settings-category{display:flex;flex-direction:column;gap:6px}.img-settings-category-label{font-size:11.5px;font-weight:600;color:#9ca3af}.img-settings-chips{display:flex;flex-wrap:wrap;gap:6px}.img-settings-chip{padding:7px 14px;border:1.5px solid #e5e7eb;border-radius:10px;background:#fff;font-size:12.5px;font-weight:500;color:#344054;cursor:pointer;transition:all .15s;font-family:inherit}.img-settings-chip:hover{border-color:#c0c8d8;background:#f8f9fb}.img-settings-chip.active{border-color:#2383e2;background:#e8f0fc;color:#2383e2;font-weight:600}.img-settings-custom{margin-top:2px}.img-settings-custom-input{width:100%;padding:10px 12px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:13px;font-family:inherit;outline:none;box-sizing:border-box;transition:border-color .15s}.img-settings-custom-input:focus{border-color:#2383e2}.img-settings-ratios{display:flex;gap:8px}.img-settings-ratio{flex:1;padding:8px 0;border:1.5px solid #e5e7eb;border-radius:10px;background:#fff;font-size:13px;font-weight:500;color:#344054;cursor:pointer;transition:all .15s;font-family:inherit;text-align:center}.img-settings-ratio:hover{border-color:#c0c8d8;background:#f8f9fb}.img-settings-ratio.active{border-color:#2383e2;background:#e8f0fc;color:#2383e2;font-weight:600}.img-settings-exclude{width:100%;padding:10px 12px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:12.5px;font-family:inherit;outline:none;resize:none;line-height:1.5;box-sizing:border-box;transition:border-color .15s}.img-settings-exclude:focus{border-color:#2383e2}.img-settings-exclude::placeholder{color:#b0b8c8}.insert-ai-gen-divider{height:1px;background:#e8ecf2;margin:8px 0 4px}.insert-btn-row{display:flex;gap:8px}.insert-text-add-btn--half{flex:1;font-size:13px;padding:10px 8px}.insert-btn-card{display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 4px;border:1.5px solid #e8ecf2;border-radius:10px;background:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s;font-family:inherit;position:relative}.insert-btn-card:hover{border-color:#c8d4e8;box-shadow:0 2px 8px #0000000f}.insert-btn-preview{display:flex;align-items:center;justify-content:center;min-height:36px;width:100%}.insert-btn-sample{display:inline-flex;align-items:center;justify-content:center;padding:6px 14px;border-radius:6px;font-size:12px;font-weight:600;font-family:inherit;white-space:nowrap}.insert-btn-sample--primary{background:#2383e2;color:#fff}.insert-btn-sample--success{background:#22c55e;color:#fff}.insert-btn-sample--danger{background:#ef4444;color:#fff}.insert-btn-sample--arrow{width:36px;height:36px;border-radius:10px;background:#f0f4ff;color:#2383e2;font-size:18px;padding:0;border:1.5px solid #d0d8f0}.insert-btn-sample--circle-plus{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#a0e8c0,#60c8a0);color:#fff;font-size:20px;padding:0}.insert-btn-sample--circle-x{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#f8c0d0,#f080a0);color:#fff;font-size:16px;padding:0}.insert-btn-sample--neon{background:linear-gradient(135deg,#fff0f8,#ffe0f0);color:#e040a0;border:1.5px solid #f0c0d8;font-weight:700;letter-spacing:1px;border-radius:8px}.insert-btn-sample--glass{background:#ffffffb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1.5px solid #e0e4ef;color:#6b7280;border-radius:8px;box-shadow:0 1px 6px #0000000f}.insert-btn-sample--threed{background:#f0f2f6;border:1.5px solid #d8dce8;border-bottom:3px solid #b8bcc8;color:#3a3f52;font-weight:700;border-radius:8px}.insert-btn-sample--gradient{background:linear-gradient(135deg,#f8a0a0,#f8c880,#a0e8a0,#80c0f8);color:#fff;font-weight:700;border-radius:8px}.insert-btn-sample--minimal{background:#fff;border:1.5px solid #d8dce8;color:#6b7280;border-radius:8px}.insert-btn-sample--dark{background:#1e293b;color:#fff;border-radius:8px}.insert-shape-grid{display:grid;gap:8px}.insert-shape-grid--line{grid-template-columns:repeat(3,1fr)}.insert-shape-card{display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 4px 8px;border:1.5px solid #e8ecf2;border-radius:10px;background:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s;font-family:inherit;position:relative}.insert-shape-card:hover{border-color:#c8d4e8;box-shadow:0 2px 8px #0000000f}.insert-shape-card--big{padding:14px 4px 10px}.insert-shape-preview{display:flex;align-items:center;justify-content:center;min-height:30px}.insert-shape-preview--big{min-height:42px}.insert-image-search{padding:14px 0 6px}.insert-image-search-box{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1.5px solid #e0e4ef;border-radius:10px;background:#fff}.insert-image-search-icon{flex-shrink:0}.insert-image-search-box input{flex:1;border:none;outline:none;font-size:13.5px;font-family:inherit;color:#1a1a2e;background:transparent}.insert-image-search-box input::placeholder{color:#9ca3af}.insert-image-filter-btn{border:none;background:transparent;color:#6b7280;cursor:pointer;padding:2px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .15s}.insert-image-filter-btn:hover{background:#f0f4ff}.insert-image-section{margin-top:12px}.insert-section-title--small{font-size:13px;font-weight:700;color:#1a1a2e}.insert-image-grid{display:flex;gap:6px;overflow:hidden}.insert-image-thumb{width:90px;height:68px;border-radius:8px;flex-shrink:0;cursor:pointer;transition:opacity .15s,transform .15s}.insert-image-thumb:hover{opacity:.85;transform:scale(1.03)}.template-card{border-radius:6px;overflow:hidden;border:1px solid #e0e0de;cursor:pointer;transition:box-shadow .15s}.template-card:hover{box-shadow:0 2px 8px #0000001f}.template-thumb{width:100%;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.template-card-footer{display:flex;align-items:center;justify-content:space-between;padding:5px 8px;background:#fff}.template-name{font-size:11px;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400}.template-more{background:none;border:none;font-size:14px;color:var(--text-muted);cursor:pointer;padding:0 2px;flex-shrink:0}.thumb-intro{width:94%;height:90%;display:flex;flex-direction:column;gap:2px;background:linear-gradient(135deg,#e8f4fd,#f0f7ff,#e6f0fa);border-radius:4px;padding:6px 7px;box-sizing:border-box;overflow:hidden}.thumb-intro-header{display:flex;align-items:center;gap:3px}.thumb-intro-badge{background:#3b82c4;color:#fff;font-size:5.5px;font-weight:800;padding:1px 4px;border-radius:5px;line-height:1.4}.thumb-intro-unit{font-size:4.5px;color:#5a7a9a;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thumb-intro-topic{font-size:7px;font-weight:800;color:#1a3a5c;line-height:1.2;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thumb-intro-body{display:flex;gap:4px;flex:1;min-height:0}.thumb-intro-left,.thumb-intro-right{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.thumb-intro-label{font-size:5px;font-weight:800;color:#3b82c4;border-bottom:1px solid #3b82c4;padding-bottom:1px;margin-bottom:1px}.thumb-intro-obj{display:flex;align-items:center;gap:3px;background:#fff;padding:2px 3px;border-radius:2px;box-shadow:0 1px 2px #3b82c414}.thumb-intro-obj-num{width:8px;height:8px;border-radius:50%;background:#3b82c4;color:#fff;font-size:5px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.thumb-intro-obj-bar{flex:1;height:3px;background:#e2e8f0;border-radius:2px}.thumb-intro-tags{display:flex;gap:2px;margin-top:auto}.thumb-intro-tag{font-size:4.5px;color:#3b82c4;background:#3b82c41f;padding:1px 3px;border-radius:3px;font-weight:600}.thumb-intro-step{display:flex;align-items:center;gap:3px;background:#fff;padding:2px 3px;border-radius:2px;box-shadow:0 1px 2px #3b82c414}.thumb-intro-step-icon{font-size:6px;line-height:1;flex-shrink:0}.thumb-intro-step-text{font-size:5px;font-weight:700;color:#1a3a5c;flex:1}.thumb-intro-step-time{width:12px;height:5px;background:#e8f4fd;border-radius:2px}.thumb-drag{display:flex;align-items:center;gap:6px;font-size:11px;color:#786040}.thumb-drag-box{width:20px;height:20px;background:#7860404d;border:1px solid rgba(120,96,64,.5);border-radius:3px}.thumb-drag-target{width:20px;height:20px;border:2px dashed rgba(120,96,64,.5);border-radius:3px}.thumb-demo1{display:flex;align-items:center;gap:8px}.thumb-demo1-circle{width:24px;height:24px;border-radius:50%;background:#fff9}.thumb-demo1-lines{display:flex;flex-direction:column;gap:4px}.thumb-demo1-lines div{height:3px;background:#ffffff80;border-radius:2px;width:40px}.thumb-demo1-lines div:nth-child(2){width:30px}.thumb-demo1-lines div:nth-child(3){width:20px}.thumb-demo2{display:flex;flex-direction:column;align-items:center;gap:6px}.thumb-demo2-clock{font-size:22px;opacity:.8}.thumb-demo2-bar{width:60%;height:4px;background:#ffffff80;border-radius:2px}.thumb-demo3{display:flex;align-items:flex-end;gap:8px}.thumb-demo3-bottle{width:12px;height:28px;background:#ffffff80;border-radius:4px 4px 2px 2px;position:relative}.thumb-demo3-bottle:before{content:"";position:absolute;top:-6px;left:2px;width:8px;height:6px;background:#fff6;border-radius:2px 2px 0 0}.thumb-demo3-bottle:nth-child(2){height:22px}.mef-root .me-canvas-area{position:absolute;inset:0;overflow:hidden;background:#e8e8e6}.mef-root .me-ruler-corner{width:28px;height:28px;background:#e8e8e6;border-right:1px solid #d0d0ce;border-bottom:1px solid #d0d0ce;z-index:5}.mef-root .me-ruler-h{height:28px;background:#efefed;border-bottom:1px solid #d0d0ce;display:flex;align-items:center;overflow:hidden;padding-left:120px;gap:0}.mef-root .me-ruler-mark{font-size:9px;color:#aaa;min-width:100px;text-align:left;padding-left:2px;display:block}.mef-root .me-canvas-row{position:absolute;inset:0;display:flex;overflow:hidden}.mef-root .me-ruler-v{width:20px;min-width:20px;background:#efefed;border-right:1px solid #d0d0ce;display:flex;flex-direction:column;padding-top:80px;gap:0}.mef-root .me-ruler-vmark{font-size:9px;color:#aaa;min-height:70px;display:block;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);text-align:left}.mef-root .me-canvas-viewport{flex:1;position:relative;overflow:hidden;background:#e8e8e6;display:flex;align-items:flex-start;justify-content:center;padding:0 20px 20px}.mef-root .me-canvas-viewport.me-canvas-viewport-chat-open{padding-right:40px}.mef-root .me-canvas{width:calc((100vh - 160px) * 16 / 9);max-width:calc(100% - 40px);height:calc(100vh - 160px);max-height:800px;background:#fff;box-shadow:0 4px 20px #0000001f;flex-shrink:0;overflow:hidden;position:relative;border-radius:8px;margin-top:-30px}.mef-root .me-floating-toolbar{position:absolute;top:20px;right:8px;background:#fff;border:1px solid #e0e0de;border-radius:6px;display:flex;align-items:center;gap:12px;padding:0 14px;height:45px;box-shadow:0 1px 6px #0000001a;z-index:10}.mef-root .me-ft-btn{background:none;border:none;font-size:14px;color:var(--text-secondary);padding:4px 6px;border-radius:4px;cursor:pointer;line-height:1}.mef-root .me-ft-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.mef-root .me-ft-btn-delete{color:#e05060}.mef-root .me-ft-btn-active{color:#2383e2;background:#e8f0fc}.mef-root .me-tl-overlay{position:absolute;bottom:0;left:0;right:0;z-index:10;background:#fff}.mef-root .me-tl-handle{height:24px;display:flex;align-items:center;justify-content:center;background:#fff;border-top:1px solid #e0e0de;cursor:pointer;color:var(--text-secondary)}.mef-root .me-tl-handle:hover{background:#f7f7f5}.mef-root .me-ft-divider{width:1px;height:16px;background:#e0e0de;margin:0 2px}.mef-root .me-ft-page{font-size:12px;color:var(--text-secondary);padding:4px 6px;white-space:nowrap}.mef-root .me-zoom-bar{position:absolute;bottom:16px;right:16px;background:#fff;border:1px solid #e0e0de;border-radius:6px;display:flex;align-items:center;padding:3px 6px;gap:4px;box-shadow:0 1px 6px #0000001a}.mef-root .me-zb-btn{background:none;border:none;font-size:16px;color:var(--text-secondary);cursor:pointer;padding:2px 4px;border-radius:3px;line-height:1}.mef-root .me-zb-btn:hover{background:var(--bg-hover)}.mef-root .me-zb-val{font-size:12px;color:var(--text-secondary);min-width:36px;text-align:center}.mef-root .me-zb-fit{font-size:13px;border-left:1px solid #e0e0de;padding-left:6px;margin-left:2px}.mef-root .me-timeline{height:225px;min-height:225px;background:#fff;border-top:1px solid #e0e0de;display:flex;flex-direction:column;overflow:hidden}.mef-root .me-tl-zoom-row{display:flex;justify-content:flex-end;align-items:center;height:32px;min-height:32px;padding:0 8px;border-bottom:1px solid #ebebea;background:#fafafa}.mef-root .me-timeline-header{height:44px;min-height:44px;border-bottom:1px solid #e0e0de;display:flex;align-items:stretch;background:#fff}.mef-root .me-tl-trigger-col{width:160px;min-width:160px;padding:0 20px;font-size:13px;color:#333;font-weight:600;border-right:1px solid #d8d8d6;display:flex;align-items:center;box-sizing:border-box}.mef-root .me-tl-marks{flex:1;display:flex;padding:0;gap:0}.mef-root .me-tl-mark{flex:1;display:flex;flex-direction:column;justify-content:space-between;border-left:none;box-sizing:border-box}.mef-root .me-tl-mark-label{font-size:11px;color:#999;padding:6px 0 0 6px;line-height:1}.mef-root .me-tl-mark-ticks{display:flex;align-items:flex-end;height:14px}.mef-root .me-tl-tick{flex:1;border-left:1px solid #d0d0d0;height:6px}.mef-root .me-tl-tick:first-child{border-left:none}.mef-root .me-timeline-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:#fafafa}.mef-root .me-timeline-empty p{margin:0;font-size:14px;color:#555;font-weight:500}.mef-root .me-tl-sub{font-size:13px;color:#999!important;font-weight:400}.mef-root .me-tl-zoom-controls{display:flex;align-items:center;gap:8px;white-space:nowrap}.mef-root .me-tl-zoom-val{font-size:12px;color:#666;font-weight:500;min-width:36px;text-align:center}.mef-root .me-tl-zoom-btn{background:none;border:none;font-size:14px;color:#666;cursor:pointer;padding:2px 4px;border-radius:3px;line-height:1}.mef-root .me-tl-zoom-btn:hover{background:#f0f0f0;color:#333}.mef-root .me-tl-page-tabs{display:flex;align-items:center;gap:4px;padding:4px 12px;border-bottom:1px solid var(--border-light);background:var(--bg-secondary)}.mef-root .me-tl-page-tab{display:flex;align-items:center;gap:4px;padding:3px 10px;font-size:12px;color:var(--text-secondary);border-radius:var(--radius);cursor:pointer;background:var(--bg-primary);border:1px solid var(--border-light)}.mef-root .me-tl-page-tab:hover{background:var(--bg-hover)}.mef-root .me-tl-page-tab-icon{font-size:11px}.mef-root .me-tl-page-tabs-right{margin-left:auto;display:flex;align-items:center;gap:4px}.mef-root .me-tl-zoom-val{font-size:12px;color:var(--text-secondary);margin-right:2px}.mef-root .me-tl-zoom-btn{background:none;border:none;color:var(--text-secondary);font-size:14px;cursor:pointer;padding:2px 5px;border-radius:var(--radius);line-height:1}.mef-root .me-tl-zoom-btn:hover{background:var(--bg-hover)}.mef-root .me-tl-tracks{display:flex;flex-direction:column}.mef-root .me-tl-track{display:flex;align-items:stretch;border-bottom:1px solid var(--border-light);min-height:52px}.mef-root .me-tl-track-label{width:120px;min-width:120px;padding:8px 12px;display:flex;flex-direction:column;justify-content:center;gap:2px;border-right:1px solid var(--border-light)}.mef-root .me-tl-track-name{font-size:12px;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mef-root .me-tl-track-sub{font-size:10px;color:var(--text-muted)}.mef-root .me-tl-track-bars{flex:1;position:relative;display:flex;flex-direction:column;justify-content:center;gap:4px;padding:6px 0}.mef-root .me-tl-bar-row{position:relative;height:14px}.mef-root .me-tl-bar{position:absolute;top:0;height:100%;border-radius:3px;transition:box-shadow .15s,transform .15s}.mef-root .me-timeline-chat-open .me-tl-bar{cursor:pointer}.mef-root .me-timeline-chat-open .me-tl-bar:hover{transform:scaleY(1.3);box-shadow:0 0 0 1.5px #fffc,0 2px 6px #0003}.mef-root .me-tl-bar--selected{transform:scaleY(1.4);box-shadow:0 0 0 2px #fff,0 0 0 4px #2383e2,0 2px 8px #2383e24d}.mef-root .me-wizard-canvas{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 40px;position:relative;overflow:hidden;min-height:100%}.mef-root .me-wizard-canvas-inner{width:100%;max-width:680px;background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014;padding:28px 32px;position:relative;overflow:hidden}.mef-root .me-wizard-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;margin-bottom:18px;border-bottom:2px solid}.mef-root .me-wizard-type-badge{display:inline-block;color:#fff;font-size:12px;font-weight:700;padding:4px 14px;border-radius:6px}.mef-root .me-wizard-page-info{font-size:12px;color:#9ca3af;font-weight:500}.mef-root .me-wizard-page-title{font-size:20px;font-weight:700;margin-bottom:18px}.mef-root .me-wizard-page-content{display:flex;flex-direction:column;gap:10px}.mef-root .me-wizard-bullet{display:flex;align-items:center;gap:10px;font-size:14px;color:#374151}.mef-root .me-wizard-bullet-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.mef-root .me-wizard-quiz-q{font-size:15px;font-weight:600;color:#1a1a2e;margin-bottom:10px}.mef-root .me-wizard-quiz-choices{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mef-root .me-wizard-quiz-choice{display:flex;align-items:center;gap:8px;padding:10px 14px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:13.5px;color:#374151;background:#fff}.mef-root .me-wizard-quiz-choice.correct{font-weight:600}.mef-root .me-wizard-quiz-choice-num{width:22px;height:22px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;flex-shrink:0}.mef-root .me-wizard-fill-sentence{font-size:14px;color:#374151;padding:10px 14px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;margin-bottom:6px}.mef-root .me-wizard-fill-answer{font-size:13px;color:#6b7280;padding:6px 12px;border-left:3px solid}.mef-root .me-wizard-info-row{display:flex;align-items:center;gap:12px;padding:8px 0}.mef-root .me-wizard-info-label{font-size:12.5px;font-weight:600;color:#6b7280;min-width:60px}.mef-root .me-wizard-info-value{font-size:14px;color:#1a1a2e}.mef-root .me-wizard-activity{display:flex;align-items:center;gap:10px;padding:8px 0}.mef-root .me-wizard-activity-badge{display:inline-block;color:#fff;font-size:11px;font-weight:700;padding:3px 10px;border-radius:5px}.mef-root .me-wizard-ox-row{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;font-size:14px;color:#374151}.mef-root .me-wizard-empty-page{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:40px;color:#9ca3af;font-size:14px}.mef-root .me-wizard-deco1{position:absolute;top:-30px;right:-20px;width:100px;height:100px;border-radius:50%;opacity:.06}.mef-root .me-wizard-deco2{position:absolute;bottom:-20px;left:30px;width:60px;height:60px;border-radius:50%;opacity:.04}.mef-root .me-wizard-page-nav{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:20px}.mef-root .me-wizard-nav-btn{padding:6px 16px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#374151;font-size:13px;font-weight:600;cursor:pointer;transition:all .12s}.mef-root .me-wizard-nav-btn:hover:not(:disabled){border-color:#2383e2;color:#2383e2;background:#f0f7ff}.mef-root .me-wizard-nav-btn:disabled{opacity:.35;cursor:default}.mef-root .me-wizard-nav-info{font-size:13px;color:#9ca3af;font-weight:500}.mef-root .me-canvas-filled{width:100%;height:100%;background:#faf5e8;position:relative;overflow:hidden;display:flex;flex-direction:column;padding:28px 32px;box-sizing:border-box;gap:18px}.mef-root .me-tmpl-decor{position:absolute;border-radius:50%;opacity:.18;pointer-events:none}.mef-root .me-tmpl-decor-1{width:120px;height:120px;background:#f0a060;top:-30px;right:80px}.mef-root .me-tmpl-decor-2{width:80px;height:80px;background:#9b59b6;bottom:40px;right:20px}.mef-root .me-tmpl-decor-3{width:60px;height:60px;background:#3b82c4;top:60px;right:30px}.mef-root .me-tmpl-title{display:flex;align-items:flex-start;gap:10px;font-size:20px;font-weight:700;color:#3a3220;line-height:1.4;max-width:520px;z-index:1}.mef-root .me-tmpl-title-icon{font-size:22px;flex-shrink:0;margin-top:1px}.mef-root .me-tmpl-boxes{display:flex;gap:20px;z-index:1}.mef-root .me-tmpl-box{flex:1;min-height:130px;border:3px solid;border-radius:16px;background:#fffde8;position:relative;padding-top:28px}.mef-root .me-tmpl-box-label{position:absolute;top:-14px;left:50%;transform:translate(-50%);color:#fff;font-size:12px;font-weight:600;padding:5px 14px;border-radius:20px;white-space:nowrap}.mef-root .me-tmpl-section{z-index:1}.mef-root .me-tmpl-section-label{display:inline-block;color:#fff;font-size:13px;font-weight:700;padding:5px 16px;border-radius:20px;margin-bottom:10px}.mef-root .me-tmpl-img-row{display:flex;gap:10px}.mef-root .me-tmpl-img-placeholder{flex:1;height:80px;background:#e8e4d8;border-radius:8px;border:1px dashed #c8c4b8}.mef-root .me-timeline-canvas{background:#fffdf8;padding:36px 40px 40px;display:flex;flex-direction:column;gap:24px;overflow-y:auto}.mef-root .me-timeline-header{text-align:center;padding-bottom:20px;border-bottom:1px solid #e8e2d8}.mef-root .me-timeline-subject-badge{display:inline-block;padding:4px 14px;border-radius:20px;color:#fff;font-size:12px;font-weight:600;margin-bottom:10px}.mef-root .me-timeline-title{font-size:24px;font-weight:800;color:#2c2416;margin:0 0 6px;line-height:1.3}.mef-root .me-timeline-subtitle{font-size:14px;color:#8a8070;margin:0}.mef-root .me-timeline-body{position:relative;display:flex;flex-direction:column;gap:0;padding:8px 0 16px}.mef-root .me-timeline-line{position:absolute;left:78px;top:0;bottom:0;width:3px;border-radius:2px}.mef-root .me-timeline-item{display:flex;align-items:flex-start;gap:16px;padding:10px 0;position:relative;transition:background .15s;border-radius:8px}.mef-root .me-timeline-item:hover{background:#00000005}.mef-root .me-timeline-year{flex:0 0 60px;text-align:right;font-size:15px;font-weight:700;padding-top:2px;font-variant-numeric:tabular-nums}.mef-root .me-timeline-dot{flex:0 0 14px;width:14px;height:14px;border-radius:50%;margin-top:4px;position:relative;z-index:1}.mef-root .me-timeline-card{flex:1;background:#fff;border-radius:8px;padding:12px 16px;box-shadow:0 1px 4px #0000000f;transition:box-shadow .15s}.mef-root .me-timeline-item:hover .me-timeline-card{box-shadow:0 2px 10px #0000001a}.mef-root .me-timeline-event{font-size:14px;font-weight:500;color:#3a3220;line-height:1.5}.mef-root .me-nav-item-ai .me-nav-icon{color:#2383e2}.mef-root .me-nav-item-ai.active{color:#2383e2;background:#e8f0fc}.mef-root .me-ai-panel{display:flex;flex-direction:column;overflow:hidden}.mef-root .me-ai-new-btn{margin:10px 12px 4px;padding:8px 12px;background:#2383e2;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;font-family:var(--font-main);transition:background .15s}.mef-root .me-ai-new-btn:hover{background:#1a6fcb}.mef-root .me-ai-tmpl-list{overflow-y:auto;padding:4px 8px;flex:1;display:flex;flex-direction:column;gap:2px}.mef-root .me-ai-tmpl-item{display:flex;flex-wrap:wrap;align-items:flex-start;gap:8px;padding:8px 10px;border-radius:6px;cursor:pointer;transition:background .12s}.mef-root .me-ai-tmpl-item:hover{background:var(--bg-hover)}.mef-root .me-ai-tmpl-color{width:6px;height:6px;border-radius:50%;flex-shrink:0;margin-top:5px}.mef-root .me-ai-tmpl-info{flex:1;min-width:0}.mef-root .me-ai-tmpl-title{font-size:13px;color:var(--text-primary);font-weight:600;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mef-root .me-ai-tmpl-desc{font-size:11px;color:var(--text-secondary);line-height:1.4;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mef-root .me-ai-tmpl-meta{font-size:10px;color:var(--text-muted);margin-top:3px}.mef-root .me-ai-tmpl-expand{width:22px;height:22px;border:none;background:transparent;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-muted);flex-shrink:0;transition:background .12s,transform .2s;margin-top:1px}.mef-root .me-ai-tmpl-expand:hover{background:#e8e8e6}.mef-root .me-ai-tmpl-expand.open{transform:rotate(180deg)}.mef-root .me-ai-tmpl-thumb-wrap{width:100%;height:120px;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-top:2px}.mef-root .me-ai-tmpl-thumb-wrap .me-rthumb{transform:scale(.42);transform-origin:center center;pointer-events:none}.mef-root .me-ai-main{flex:1;background:#f0f4fb;display:flex;align-items:flex-start;justify-content:center;overflow-y:auto;padding:48px 24px}.mef-root .me-ai-form-card{width:100%;max-width:960px;background:#fff;border-radius:12px;padding:32px;box-shadow:0 2px 16px #2383e214;display:flex;flex-direction:column;gap:0}.mef-root .me-ai-form-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;color:var(--text-primary);font-size:15px;font-weight:600}.mef-root .me-ai-example-btn{background:none;border:none;color:#2383e2;font-size:12px;cursor:pointer;padding:4px 6px;border-radius:4px;font-family:var(--font-main)}.mef-root .me-ai-example-btn:hover{background:#e8f0fc}.mef-root .me-ai-prompt{width:100%;box-sizing:border-box;min-height:140px;padding:14px 16px;background:#f7f9fd;border:1px solid #d8e4f5;border-radius:8px;color:var(--text-primary);font-size:14px;font-family:var(--font-main);resize:vertical;outline:none;transition:border-color .15s;line-height:1.6}.mef-root .me-ai-prompt::placeholder{color:var(--text-muted)}.mef-root .me-ai-prompt:focus{border-color:#2383e2;background:#fff}.mef-root .me-ai-char-count{text-align:right;font-size:11px;color:var(--text-muted);margin-top:6px}.mef-root .me-ai-privacy{font-size:12px;color:#2383e2;margin:10px 0 24px;opacity:.8}.mef-root .me-ai-content-type-section{margin-bottom:0}.mef-root .me-ai-content-type-label{font-size:12px;font-weight:500;color:var(--text-secondary);display:block;margin-bottom:12px}.mef-root .me-ai-content-type-desc{font-size:12px;color:var(--text-secondary);margin:0 0 12px}.mef-root .me-ai-content-type-options{display:flex;gap:10px}.mef-root .me-ai-type-card{flex:1;display:flex;align-items:center;gap:12px;padding:14px 16px;background:#f7f9fd;border:2px solid #e0e6f0;border-radius:10px;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s}.mef-root .me-ai-type-card:hover{border-color:#b0c4e8;background:#f0f4fb}.mef-root .me-ai-type-card.selected{border-color:#2383e2;background:#eef4fd;box-shadow:0 0 0 1px #2383e2}.mef-root .me-ai-type-card input[type=radio]{display:none}.mef-root .me-ai-type-icon{font-size:24px;flex-shrink:0;line-height:1}.mef-root .me-ai-type-info{display:flex;flex-direction:column;gap:3px;min-width:0}.mef-root .me-ai-type-name{font-size:13px;font-weight:600;color:var(--text-primary);white-space:nowrap}.mef-root .me-ai-type-sub{font-size:11px;color:var(--text-secondary);line-height:1.35}.mef-root .me-ai-type-card.selected .me-ai-type-name{color:#2383e2}.mef-root .me-ai-selects-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:0}.mef-root .me-ai-divider{height:1px;background:#e8eef8;margin:24px 0}.mef-root .me-ai-upload-section{margin-bottom:20px}.mef-root .me-ai-upload-desc{font-size:12px;color:var(--text-muted, #787774);margin:0 0 12px;line-height:1.5}.mef-root .me-ai-upload-area{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:100%;padding:24px 16px;background:#f8fafd;border:2px dashed #c8d8ef;border-radius:10px;cursor:pointer;transition:all .2s;color:var(--text-secondary, #787774);font-family:var(--font-main)}.mef-root .me-ai-upload-area:hover{background:#eef3fb;border-color:#2383e2}.mef-root .me-ai-upload-icon{font-size:28px}.mef-root .me-ai-upload-text{font-size:13px;font-weight:600;color:#2383e2}.mef-root .me-ai-upload-hint{font-size:11px;color:var(--text-muted, #a0a09e)}.mef-root .me-ai-upload-file{background:#f8fafd;border:1px solid #d8e4f5;border-radius:10px;overflow:hidden}.mef-root .me-ai-upload-file-info{display:flex;align-items:center;gap:10px;padding:12px 14px}.mef-root .me-ai-upload-file-icon{font-size:26px;flex-shrink:0}.mef-root .me-ai-upload-file-detail{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.mef-root .me-ai-upload-file-name{font-size:13px;font-weight:600;color:var(--text-primary, #37352f);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mef-root .me-ai-upload-file-size{font-size:11px;color:var(--text-muted, #a0a09e)}.mef-root .me-ai-upload-remove{width:26px;height:26px;border-radius:50%;border:none;background:#eee;color:#888;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.mef-root .me-ai-upload-remove:hover{background:#fde8e8;color:#e74c3c}.mef-root .me-ai-ocr-status{display:flex;align-items:center;gap:8px;padding:10px 14px;font-size:12px;border-top:1px solid #e8eef8}.mef-root .me-ai-ocr-processing{color:#2383e2;background:#eef4fd}.mef-root .me-ai-ocr-done{color:#16a34a;background:#f0faf0}.mef-root .me-ai-ocr-error{color:#e74c3c;background:#fef0f0}.mef-root .me-ai-ocr-spinner{width:14px;height:14px;border:2px solid #c8d8ef;border-top-color:#2383e2;border-radius:50%;animation:me-ai-spin .8s linear infinite;flex-shrink:0}@keyframes me-ai-spin{to{transform:rotate(360deg)}}.mef-root .me-ai-prompt-section{margin-bottom:24px}.mef-root .me-ai-prompt-label{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:14px;font-weight:600;color:var(--text-primary)}.mef-root .me-ai-optional{font-size:11px;font-weight:400;color:var(--text-muted);background:#f0f4fb;padding:2px 7px;border-radius:10px}.mef-root .me-ai-field{display:flex;flex-direction:column;gap:6px}.mef-root .me-ai-field label{font-size:12px;color:var(--text-secondary);font-weight:500}.mef-root .me-ai-field select{padding:9px 30px 9px 12px;background:#fff;border:1px solid #d8e4f5;border-radius:6px;color:var(--text-primary);font-size:13px;font-family:var(--font-main);outline:none;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%232383e2' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;transition:border-color .15s}.mef-root .me-ai-field select:focus{border-color:#2383e2}.mef-root .me-ai-field select:disabled{background:#f0f2f5;color:var(--text-muted);cursor:not-allowed}.mef-root .me-ai-submit{width:100%;padding:14px;background:#2383e2;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;font-family:var(--font-main);transition:background .15s}.mef-root .me-ai-submit:hover:not(:disabled){background:#1a6fcb}.mef-root .me-ai-submit:disabled{background:#c5d8f5;cursor:not-allowed}.mef-root .me-ai-result-wrap{width:100%;max-width:960px;display:flex;flex-direction:column;gap:0}.mef-root .me-ai-result-header{display:flex;align-items:center;gap:16px;margin-bottom:20px}.mef-root .me-ai-back-btn{background:none;border:1px solid #d8e4f5;border-radius:6px;padding:7px 12px;font-size:13px;color:var(--text-secondary);cursor:pointer;font-family:var(--font-main);white-space:nowrap;transition:all .15s}.mef-root .me-ai-back-btn:hover{background:#e8f0fc;color:#2383e2;border-color:#2383e2}.mef-root .me-ai-result-title{display:flex;flex-direction:column;gap:2px}.mef-root .me-ai-result-label{font-size:18px;font-weight:700;color:var(--text-primary)}.mef-root .me-ai-result-desc{font-size:13px;color:var(--text-secondary);margin-top:2px}.mef-root .me-ai-result-prompt{font-size:13px;color:var(--text-muted)}.mef-root .me-ai-filter-tags{display:flex;gap:8px;margin-bottom:20px}.mef-root .me-ai-tag{padding:6px 14px;border-radius:20px;border:1px solid #d8e4f5;background:#fff;font-size:13px;color:var(--text-secondary);cursor:pointer;font-family:var(--font-main);transition:all .15s}.mef-root .me-ai-tag:hover{border-color:#2383e2;color:#2383e2}.mef-root .me-ai-tag.active{background:#2383e2;border-color:#2383e2;color:#fff}.mef-root .me-ai-tmpl-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.mef-root .me-ai-tmpl-card{border-radius:8px;overflow:hidden;border:1px solid #e0e4ef;cursor:pointer;transition:box-shadow .15s,transform .15s;background:#fff}.mef-root .me-ai-tmpl-card:hover{box-shadow:0 4px 16px #2383e226;transform:translateY(-2px)}.mef-root .me-ai-tmpl-thumb{width:100%;aspect-ratio:4/3;position:relative;display:flex;align-items:center;justify-content:center}.mef-root .me-ai-tmpl-thumb-inner{display:flex;flex-direction:column;gap:6px;width:60%}.mef-root .me-ai-tmpl-thumb-bar{height:5px;background:#ffffffa6;border-radius:3px}.mef-root .me-ai-tmpl-thumb-bar.short{width:75%}.mef-root .me-ai-tmpl-thumb-bar.shorter{width:50%}.mef-root .me-ai-tmpl-pages{position:absolute;bottom:6px;left:8px;font-size:10px;color:#ffffffd9;background:#00000040;padding:2px 6px;border-radius:10px}.mef-root .me-ai-tmpl-info{padding:8px 10px;display:flex;align-items:center;justify-content:space-between}.mef-root .me-ai-tmpl-name{font-size:12px;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mef-root .me-ai-tmpl-cat{font-size:10px;color:var(--text-muted);flex-shrink:0;margin-left:6px}.mef-root .me-ai-recommended-section{margin-bottom:28px}.mef-root .me-ai-recommended-label{font-size:14px;font-weight:700;color:#2383e2;margin-bottom:12px}.mef-root .me-ai-recommended-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.mef-root .me-ai-tmpl-card-recommended{position:relative;border-color:#2383e2;box-shadow:0 2px 12px #2383e21f}.mef-root .me-ai-tmpl-recommended-badge{position:absolute;top:8px;right:8px;background:#2383e2;color:#fff;font-size:10px;font-weight:600;padding:2px 8px;border-radius:10px;z-index:2}.mef-root .me-ai-tmpl-actions-visible{display:flex!important}.mef-root .me-ai-general-section{margin-top:4px}.mef-root .me-ai-general-label{font-size:14px;font-weight:700;color:var(--text-primary);margin-bottom:12px}.mef-root .me-ai-tmpl-desc-text{padding:0 10px 8px;font-size:11px;color:var(--text-secondary);line-height:1.4}.mef-root .me-ai-tmpl-actions{display:none;gap:6px;padding:0 10px 10px}.mef-root .me-ai-tmpl-card:hover .me-ai-tmpl-actions{display:flex}.mef-root .me-ai-tmpl-btn-preview,.mef-root .me-ai-tmpl-btn-use{flex:1;padding:6px 0;font-size:11px;font-weight:500;border-radius:4px;border:none;cursor:pointer;transition:background .15s}.mef-root .me-ai-tmpl-btn-preview{background:#f0f2f5;color:var(--text-secondary)}.mef-root .me-ai-tmpl-btn-preview:hover{background:#e4e7ed}.mef-root .me-ai-tmpl-btn-use{background:#2383e2;color:#fff}.mef-root .me-ai-tmpl-btn-use:hover{background:#1a6bbf}.mef-root .me-chat-fab{position:absolute;bottom:20px;left:20px;display:flex;align-items:center;gap:6px;padding:10px 16px;background:#2383e2;color:#fff;border:none;border-radius:24px;font-size:13px;font-weight:600;cursor:pointer;font-family:var(--font-main);box-shadow:0 4px 12px #2383e266;transition:background .15s,box-shadow .15s,transform .15s;z-index:4}.mef-root .me-chat-fab:hover{background:#1a6fcb;box-shadow:0 6px 16px #2383e280;transform:translateY(-1px)}.mef-root .me-chat-fab-icon{font-size:14px}.mef-root .me-chat-fab-label{letter-spacing:.01em}.mef-root .me-chat-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mef-root .me-chat-modal{display:flex;width:860px;max-width:95vw;height:520px;max-height:90vh;border-radius:16px;overflow:hidden;box-shadow:0 24px 60px #00000040}.mef-root .me-chat-modal-left{width:240px;min-width:240px;background:var(--bg-secondary, #f7f7f5);display:flex;flex-direction:column;border-right:1px solid var(--border, #e9e9e7);overflow:hidden}.mef-root .me-chat-left-header{padding:20px 16px 12px}.mef-root .me-chat-left-title{font-size:14px;font-weight:700;color:var(--text-primary, #37352f)}.mef-root .me-chat-new-conv-btn{display:flex;align-items:center;gap:6px;margin:0 12px 12px;padding:8px 12px;background:var(--accent, #2383e2);color:#fff;border:none;border-radius:6px;font-size:12.5px;font-weight:600;cursor:pointer;font-family:var(--font-main);transition:background .15s}.mef-root .me-chat-new-conv-btn:hover{background:#1a6fcb}.mef-root .me-chat-history{flex:1;overflow-y:auto;padding:0 12px 12px}.mef-root .me-chat-history-label{font-size:11px;font-weight:600;color:var(--text-muted, #b4b4b0);text-transform:uppercase;margin-bottom:6px;padding:0 4px}.mef-root .me-chat-history-empty{font-size:12px;color:var(--text-muted, #b4b4b0);padding:8px 4px;margin:0}.mef-root .me-chat-history-item{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:6px;cursor:pointer;transition:background .15s}.mef-root .me-chat-history-item:hover{background:var(--bg-hover, #efefed)}.mef-root .me-chat-history-item.active{background:var(--bg-active, #e8e8e6)}.mef-root .me-chat-history-icon{font-size:13px;flex-shrink:0}.mef-root .me-chat-history-text{font-size:12.5px;color:var(--text-primary, #37352f);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mef-root .me-chat-modal-right{flex:1;min-width:0;background:#fff;display:flex;flex-direction:column;padding:28px 28px 20px;position:relative;overflow:hidden}.mef-root .me-chat-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:16px;color:var(--text-muted);cursor:pointer;padding:4px 6px;border-radius:4px;line-height:1}.mef-root .me-chat-close:hover{background:var(--bg-hover);color:var(--text-primary)}.mef-root .me-chat-form-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;margin-top:4px}.mef-root .me-chat-form-title{font-size:15px;font-weight:600;color:var(--text-primary);flex:1;padding-right:12px}.mef-root .me-chat-page-count{font-size:13px;color:var(--text-secondary);border:1px solid var(--border);border-radius:6px;padding:5px 10px;cursor:pointer;white-space:nowrap;flex-shrink:0}.mef-root .me-chat-textarea{flex:1;width:100%;box-sizing:border-box;padding:12px 14px;background:#f7f9fd;border:1px solid #d8e4f5;border-radius:8px;color:var(--text-primary);font-size:14px;font-family:var(--font-main);resize:none;outline:none;transition:border-color .15s;line-height:1.6}.mef-root .me-chat-textarea::placeholder{color:var(--text-muted)}.mef-root .me-chat-textarea:focus{border-color:#2383e2;background:#fff}.mef-root .me-chat-example-btn{background:none;border:none;color:var(--text-muted);font-size:12px;cursor:pointer;padding:8px 0 0;text-align:right;font-family:var(--font-main);text-decoration:underline;text-underline-offset:2px}.mef-root .me-chat-example-btn:hover{color:var(--text-secondary)}.mef-root .me-chat-form-footer{margin-top:16px}.mef-root .me-chat-submit{width:100%;padding:13px;background:#2383e2;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:var(--font-main);transition:background .15s}.mef-root .me-chat-submit:hover{background:#1a6fcb}.mef-root .me-chat-body{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:12px;padding:4px 0 8px}.mef-root .me-chat-msg{display:flex;align-items:flex-end;gap:8px}.mef-root .me-chat-msg.user{flex-direction:row-reverse}.mef-root .me-chat-ai-icon{font-size:14px;color:#2383e2;flex-shrink:0;margin-bottom:4px}.mef-root .me-chat-bubble{max-width:80%;padding:10px 13px;border-radius:12px;font-size:13px;line-height:1.55}.mef-root .me-chat-bubble p{margin:0}.mef-root .me-chat-msg.ai .me-chat-bubble{background:#f4f5f7;color:var(--text-primary);border-radius:4px 12px 12px}.mef-root .me-chat-msg.user .me-chat-bubble{background:#2383e2;color:#fff;border-radius:12px 4px 12px 12px}.mef-root .me-chat-choices{display:flex;flex-direction:column;gap:6px;margin-top:10px}.mef-root .me-chat-choice-btn{padding:8px 14px;background:var(--bg-secondary, #f7f7f5);color:var(--text-primary, #37352f);border:1px solid var(--border, #e9e9e7);border-radius:6px;font-size:12.5px;font-weight:500;cursor:pointer;font-family:var(--font-main);transition:background .15s,border-color .15s;text-align:left}.mef-root .me-chat-choice-btn:hover{background:var(--bg-hover, #efefed);border-color:var(--accent, #2383e2)}.mef-root .me-chat-go-ai-btn{margin-top:12px;width:100%;padding:10px 0;background:linear-gradient(135deg,#2383e2,#1a6dc3);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;font-family:var(--font-main);transition:transform .15s,box-shadow .15s}.mef-root .me-chat-go-ai-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #2383e24d}.mef-root .me-chat-apply-btn{margin-top:10px;width:100%;padding:8px 0;background:#2383e2;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;font-family:var(--font-main);transition:background .15s}.mef-root .me-chat-apply-btn:hover{background:#1a6fcb}.mef-root .me-chat-thinking{display:flex;align-items:center;gap:5px;padding:12px 16px;min-width:60px}.mef-root .me-chat-thinking span{width:7px;height:7px;background:#b0b4be;border-radius:50%;animation:me-think-bounce 1.2s infinite ease-in-out}.mef-root .me-chat-thinking span:nth-child(2){animation-delay:.2s}.mef-root .me-chat-thinking span:nth-child(3){animation-delay:.4s}@keyframes me-think-bounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-6px);opacity:1}}.mef-root .me-chat-input-row{display:flex;align-items:flex-end;gap:8px;border-top:1px solid #e8eaf0;padding-top:12px;margin-top:auto}.mef-root .me-chat-input{flex:1;padding:9px 12px;border:1px solid #d4d7e0;border-radius:8px;font-size:13px;font-family:var(--font-main);color:var(--text-primary);background:#fff;resize:none;outline:none;line-height:1.5;transition:border-color .15s}.mef-root .me-chat-input:focus{border-color:#2383e2}.mef-root .me-chat-input::placeholder{color:var(--text-muted)}.mef-root .me-chat-send-btn{width:36px;height:36px;background:#2383e2;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.mef-root .me-chat-send-btn:disabled{background:#c5d8f5;cursor:not-allowed}.mef-root .me-chat-send-btn:not(:disabled):hover{background:#1a6fcb}.mef-root .me-canvas-generating{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f7f8fc}.mef-root .me-canvas-generating-inner{display:flex;flex-direction:column;align-items:center;gap:16px;color:var(--text-secondary);font-size:14px}.mef-root .me-gen-spinner{width:36px;height:36px;border:3px solid #dce4f5;border-top-color:#2383e2;border-radius:50%;animation:me-spin .8s linear infinite}@keyframes me-spin{to{transform:rotate(360deg)}}.mef-root .me-tmpl-ai-badge{display:inline-flex;align-items:center;gap:4px;background:#2383e2;color:#fff;font-size:11px;font-weight:600;padding:3px 10px;border-radius:20px;align-self:flex-start}.mef-root .me-dyn-image-wrap{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:24px}.mef-root .me-dyn-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:6px}.mef-root .me-dyn-image-fallback{display:none;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:100%;height:100%}.mef-root .me-dyn-fallback-emoji{font-size:56px}.mef-root .me-dyn-fallback-text{font-size:15px;font-weight:600;color:var(--text-secondary)}.mef-root .me-dyn-image-wrap--positioned{padding:0;border-radius:10px;overflow:hidden}.mef-root .me-dyn-image-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border-radius:10px;border:1.5px dashed rgba(0,0,0,.12)}.mef-root .me-dyn-placeholder-icon{font-size:32px;line-height:1}.mef-root .me-dyn-placeholder-label{font-size:12px;font-weight:500;color:#6b7280;text-align:center;padding:0 8px}.mef-root .me-dyn-image-label{position:absolute;bottom:4px;left:50%;transform:translate(-50%);background:#0000008c;color:#fff;font-size:11px;font-weight:500;padding:3px 10px;border-radius:16px;white-space:nowrap}.mef-root .me-dyn-image-wrap--positioned .me-dyn-image-label{bottom:4px;font-size:10px;padding:2px 8px}.mef-root .me-dyn-text{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;color:var(--text-primary);text-align:center;padding:24px;letter-spacing:-.01em;line-height:1.4}.mef-root .me-rthumb{width:100%;aspect-ratio:4/3;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;position:relative;overflow:hidden;gap:8px}.mef-root .me-rthumb-flashcard{position:relative;background:#fffbf0!important;background-image:radial-gradient(circle,#f0e6d3 1px,transparent 1px)!important;background-size:16px 16px!important;flex-direction:column;gap:8px;padding:18px 16px!important;overflow:hidden}.mef-root .me-rthumb-fc-deco{position:absolute;font-size:16px;opacity:.35;pointer-events:none}.mef-root .me-rthumb-fc-deco-star{top:8px;left:10px}.mef-root .me-rthumb-fc-deco-heart{top:10px;right:12px}.mef-root .me-rthumb-fc-stars{display:flex;gap:5px;justify-content:center;font-size:14px}.mef-root .me-rthumb-fc-star{filter:grayscale(1) opacity(.25)}.mef-root .me-rthumb-fc-star.filled{filter:none}.mef-root .me-rthumb-fc-card{background:#fff;border:2.5px solid #FFB347;border-radius:16px;padding:12px 14px;text-align:center;box-shadow:4px 4px #ffb3c6}.mef-root .me-rthumb-fc-emoji{font-size:44px;line-height:1.1}.mef-root .me-rthumb-fc-q{font-size:11px;font-weight:600;color:#4a3728;margin-top:4px;font-family:Nunito,sans-serif}.mef-root .me-rthumb-fc-choices{display:grid;grid-template-columns:1fr 1fr;gap:6px;width:100%}.mef-root .me-rthumb-fc-btn{background:#fff;border:2px solid #FFB347;border-radius:10px;padding:5px 0;font-size:10px;font-weight:700;color:#4a3728;text-align:center;font-family:Fredoka,sans-serif;box-shadow:2px 2px #0000000f}.mef-root .me-rthumb-fillblank-v2{position:relative;background:#eefbf7!important;background-image:linear-gradient(rgba(92,192,174,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(92,192,174,.08) 1px,transparent 1px)!important;background-size:14px 14px!important;flex-direction:column;gap:8px;padding:18px 16px!important;overflow:hidden}.mef-root .me-rthumb-fb2-deco{position:absolute;font-size:16px;opacity:.35;pointer-events:none}.mef-root .me-rthumb-fb2-deco-star{top:8px;left:10px}.mef-root .me-rthumb-fb2-deco-heart{top:10px;right:12px}.mef-root .me-rthumb-fb2-steps{display:flex;align-items:center;gap:0;justify-content:center}.mef-root .me-rthumb-fb2-step{width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:700;color:#6a8d9e;background:#fff;border:2px solid #BDE0D6;font-family:Fredoka,sans-serif}.mef-root .me-rthumb-fb2-step.done{background:#5cc0ae;border-color:#5cc0ae;color:#fff;font-size:9px}.mef-root .me-rthumb-fb2-step.now{border-color:#5cc0ae;color:#5cc0ae}.mef-root .me-rthumb-fb2-step-line{width:10px;height:2px;background:#bde0d6}.mef-root .me-rthumb-fb2-card{background:#fff;border:2.5px solid #5CC0AE;border-radius:16px;padding:10px 14px;text-align:center;box-shadow:4px 4px #8ed0e8}.mef-root .me-rthumb-fb2-emoji{font-size:38px;line-height:1.1}.mef-root .me-rthumb-fb2-sentence{font-size:10.5px;font-weight:600;color:#253d47;font-family:Nunito,sans-serif;line-height:1.5}.mef-root .me-rthumb-fb2-blank{display:inline-block;background:#8ed0e826;border:1.5px dashed #8ED0E8;border-radius:8px;padding:1px 8px;font-size:10px;color:#6cb4d9;font-weight:700;margin:0 3px}.mef-root .me-rthumb-fb2-choices{display:grid;grid-template-columns:1fr 1fr;gap:6px;width:100%}.mef-root .me-rthumb-fb2-btn{background:#fff;border:2px solid #8ED0E8;border-radius:10px;padding:5px 0;font-size:10px;font-weight:700;color:#253d47;text-align:center;font-family:Fredoka,sans-serif;box-shadow:2px 2px #5cc0ae1f}.mef-root .me-rthumb-concept{gap:10px}.mef-root .me-rthumb-cp-title{font-size:13px;color:#ffffffd9;font-weight:600}.mef-root .me-rthumb-cp-formula{font-size:20px;font-weight:700;color:#fff;background:#fff3;padding:8px 18px;border-radius:8px}.mef-root .me-rthumb-cp-desc{font-size:12px;color:#ffffffbf;text-align:center}.mef-root .me-rthumb-mathquiz{gap:14px}.mef-root .me-rthumb-mq-question{font-size:20px;font-weight:700;color:#fff}.mef-root .me-rthumb-mq-options{display:flex;gap:8px}.mef-root .me-rthumb-mq-opt{padding:6px 16px;background:#ffffff40;border-radius:14px;font-size:14px;color:#fff;font-weight:600}.mef-root .me-rthumb-mq-opt.correct{background:#fff;color:#f39c12;font-weight:700}.mef-root .me-rthumb-experiment{gap:10px;align-items:flex-start;padding:18px 22px}.mef-root .me-rthumb-exp-step{display:flex;align-items:center;gap:10px}.mef-root .me-rthumb-exp-num{width:24px;height:24px;border-radius:50%;background:#fff;color:#e74c3c;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mef-root .me-rthumb-exp-text{font-size:13px;color:#fff;font-weight:500}.mef-root .me-rthumb-report{gap:8px;align-items:stretch;padding:16px 20px}.mef-root .me-rthumb-rpt-row{display:flex;gap:10px;align-items:baseline}.mef-root .me-rthumb-rpt-label{font-size:12px;font-weight:700;color:#fff;background:#ffffff40;padding:3px 10px;border-radius:10px;flex-shrink:0}.mef-root .me-rthumb-rpt-content{font-size:12px;color:#ffffffe6;line-height:1.4}.mef-root .me-rthumb-timeline{gap:8px;align-items:flex-start;padding:16px 22px;position:relative}.mef-root .me-rthumb-tl-line{position:absolute;left:46px;top:18px;bottom:18px;width:2px;background:#ffffff59}.mef-root .me-rthumb-tl-item{display:flex;align-items:center;gap:10px;z-index:1}.mef-root .me-rthumb-tl-year{font-size:12px;font-weight:700;color:#fff;min-width:32px;text-align:right}.mef-root .me-rthumb-tl-dot{width:10px;height:10px;border-radius:50%;background:#fff;flex-shrink:0}.mef-root .me-rthumb-tl-event{font-size:12px;color:#ffffffe6}.mef-root .me-rthumb-reading{gap:10px;padding:18px 20px}.mef-root .me-rthumb-rd-passage{font-size:12px;color:#ffffffd9;line-height:1.5;text-align:center;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.mef-root .me-rthumb-rd-q{font-size:13px;font-weight:600;color:#fff;background:#fff3;padding:6px 14px;border-radius:8px}.mef-root .me-rthumb-oxquiz{gap:14px}.mef-root .me-rthumb-ox-statement{font-size:13px;color:#fff;text-align:center;line-height:1.5;font-weight:500}.mef-root .me-rthumb-ox-buttons{display:flex;gap:16px}.mef-root .me-rthumb-ox-o,.me-rthumb-ox-x{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800}.mef-root .me-rthumb-ox-o{background:#4caf50;color:#fff}.mef-root .me-rthumb-ox-x{background:#f44336;color:#fff}.mef-root .me-rthumb-map{gap:10px;align-items:flex-start;padding:18px 22px}.mef-root .me-rthumb-map-item{display:flex;align-items:center;gap:8px}.mef-root .me-rthumb-map-pin{font-size:18px}.mef-root .me-rthumb-map-region{font-size:14px;color:#fff;font-weight:600}.mef-root .me-preview-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:300;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mef-root .me-preview-modal{width:820px;max-width:92vw;max-height:90vh;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 24px 60px #00000040;display:flex;flex-direction:column}.mef-root .me-preview-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 12px;border-bottom:1px solid #e8eaf0}.mef-root .me-preview-title-wrap{display:flex;flex-direction:column;gap:2px}.mef-root .me-preview-title{font-size:16px;font-weight:700;color:var(--text-primary)}.mef-root .me-preview-cat{font-size:12px;color:var(--text-secondary)}.mef-root .me-preview-close{background:none;border:none;font-size:16px;color:var(--text-muted);cursor:pointer;padding:4px 6px;border-radius:4px}.mef-root .me-preview-close:hover{background:var(--bg-hover);color:var(--text-primary)}.mef-root .me-preview-body{flex:1;overflow-y:auto;padding:20px 24px;display:flex;flex-direction:column;gap:16px}.mef-root .me-preview-canvas{border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center}.mef-root .me-preview-canvas .me-rthumb{aspect-ratio:16/7;padding:24px}.mef-root .me-preview-desc{font-size:13px;color:var(--text-secondary);line-height:1.5}.mef-root .me-preview-slides-info{display:flex;flex-direction:column;gap:8px}.mef-root .me-preview-slides-label{font-size:12px;font-weight:600;color:var(--text-primary)}.mef-root .me-preview-slide-list{display:flex;flex-direction:column;gap:4px}.mef-root .me-preview-slide-item{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#f7f9fd;border-radius:6px}.mef-root .me-preview-slide-num{width:22px;height:22px;border-radius:50%;background:#2383e2;color:#fff;font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mef-root .me-preview-slide-text{font-size:12px;color:var(--text-primary)}.mef-root .me-preview-footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 24px 16px;border-top:1px solid #e8eaf0}.mef-root .me-preview-cancel{padding:8px 20px;background:#f0f2f5;color:var(--text-secondary);border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;font-family:var(--font-main)}.mef-root .me-preview-cancel:hover{background:#e4e7ed}.mef-root .me-preview-use{padding:8px 20px;background:#2383e2;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;font-family:var(--font-main)}.mef-root .me-preview-use:hover{background:#1a6fcb}.fq-root{--fq-bg: #FFFBF0;--fq-peach: #FFB347;--fq-mint: #98E4D6;--fq-lavender: #C9B8FF;--fq-pink: #FFB3C6;--fq-text: #4A3728;--fq-text-sub: #8B7E74;--fq-white: #ffffff;--fq-radius: 28px;--fq-font-title: "Fredoka", "Noto Sans KR", sans-serif;--fq-font-body: "Nunito", "Noto Sans KR", sans-serif;background:var(--fq-bg);background-image:radial-gradient(circle,#f0e6d3 1px,transparent 1px);background-size:24px 24px;width:100%;min-height:480px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;position:relative;overflow:hidden;border-radius:16px;font-family:var(--fq-font-body);box-sizing:border-box}.fq-deco{position:absolute;font-size:22px;opacity:.35;pointer-events:none;animation:fqFloat 4s ease-in-out infinite;z-index:0}.fq-deco-star{animation-delay:0s}.fq-deco-heart{animation-delay:1.5s}.fq-deco-cloud{font-size:28px;animation-delay:3s}@keyframes fqFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.fq-progress-stars{display:flex;gap:8px;margin-bottom:6px;z-index:1}.fq-star{font-size:24px;filter:grayscale(1) opacity(.3);transition:all .4s ease}.fq-star.filled{filter:none;animation:fqStarPop .4s ease}.fq-star.active{filter:grayscale(.4) opacity(.6);animation:fqStarPulse 1.5s ease-in-out infinite}@keyframes fqStarPop{0%{transform:scale(.5)}60%{transform:scale(1.3)}to{transform:scale(1)}}@keyframes fqStarPulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.fq-counter{color:var(--fq-text-sub);font-size:13px;font-weight:600;margin-bottom:20px;font-family:var(--fq-font-body);z-index:1}.fq-flip-container{perspective:800px;width:100%;max-width:420px;margin-bottom:24px;z-index:1}.fq-flip-inner{position:relative;width:100%;transition:transform .6s ease;transform-style:preserve-3d}.fq-flip-inner.fq-flipped{transform:rotateY(180deg)}.fq-card{background:var(--fq-white);border:3px solid var(--fq-peach);border-radius:var(--fq-radius);padding:32px 28px;text-align:center;width:100%;box-sizing:border-box;backface-visibility:hidden;position:relative}.fq-card-back{position:absolute;top:0;left:0;width:100%;transform:rotateY(180deg);padding:28px 24px}.fq-flip-btn{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;border:2px solid var(--fq-lavender);background:#c9b8ff26;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:2;padding:0}.fq-flip-btn:hover{background:var(--fq-lavender);transform:rotate(180deg)}.fq-wobble{animation:fqWobble .6s ease}@keyframes fqWobble{0%{transform:rotate(0)}15%{transform:rotate(-5deg)}30%{transform:rotate(4deg)}45%{transform:rotate(-3deg)}60%{transform:rotate(2deg)}75%{transform:rotate(-1deg)}to{transform:rotate(0)}}.fq-emoji{font-size:80px;margin-bottom:12px;line-height:1}.fq-question{color:var(--fq-text);font-size:16px;font-weight:600;font-family:var(--fq-font-body)}.fq-back-word{font-family:var(--fq-font-title);font-size:36px;font-weight:700;color:var(--fq-text);margin-bottom:2px}.fq-back-phonetic{font-family:var(--fq-font-body);font-size:16px;color:var(--fq-text-sub);margin-bottom:12px}.fq-speak-btn{display:inline-flex;align-items:center;gap:6px;background:#98e4d640;border:2px solid var(--fq-mint);border-radius:20px;padding:6px 18px;font-size:14px;font-weight:600;color:#2d8b78;cursor:pointer;transition:all .2s;font-family:var(--fq-font-body);margin-bottom:16px}.fq-speak-btn:hover{background:var(--fq-mint);color:#1a5c4f}.fq-speaking{animation:fqWave .3s ease infinite alternate}@keyframes fqWave{0%{transform:scale(1)}to{transform:scale(1.08)}}.fq-back-section{text-align:left;margin-bottom:12px}.fq-back-label{display:block;font-size:12px;font-weight:700;color:var(--fq-text-sub);margin-bottom:6px;font-family:var(--fq-font-body)}.fq-back-pill{display:inline-block;background:#ffb3c640;border:1.5px solid var(--fq-pink);border-radius:16px;padding:4px 14px;font-size:14px;font-weight:600;color:var(--fq-text);font-family:var(--fq-font-body)}.fq-back-ex-en{font-style:italic;font-size:14px;color:var(--fq-text);line-height:1.5;font-family:var(--fq-font-body)}.fq-back-ex-ko{font-size:12px;color:var(--fq-text-sub);margin-top:2px;font-family:var(--fq-font-body)}.fq-choices{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%;max-width:420px;z-index:1;transition:opacity .3s,transform .3s}.fq-choices-hidden{opacity:0;pointer-events:none;transform:translateY(10px)}.fq-choice{background:color-mix(in srgb,var(--btn-color, #FFB347) 18%,white);border:2.5px solid var(--btn-color, #FFB347);border-radius:18px;padding:14px 12px;color:var(--fq-text);font-size:15px;font-weight:700;cursor:pointer;transition:all .25s ease;font-family:var(--fq-font-title);box-shadow:3px 3px color-mix(in srgb,var(--btn-color, #FFB347) 50%,transparent);position:relative;overflow:hidden}.fq-choice:hover:not(:disabled){transform:translateY(-4px);box-shadow:4px 6px color-mix(in srgb,var(--btn-color, #FFB347) 60%,transparent)}.fq-choice:active:not(:disabled){transform:translateY(0);box-shadow:2px 2px color-mix(in srgb,var(--btn-color, #FFB347) 40%,transparent)}.fq-choice:disabled{cursor:default}.fq-correct{background:#98e4d666!important;border-color:var(--fq-mint)!important;box-shadow:3px 3px #98e4d680!important;animation:fqSparkle .6s ease}.fq-sparkle{margin-left:6px;animation:fqSparkleIcon .6s ease}@keyframes fqSparkle{0%{transform:scale(1)}30%{transform:scale(1.08)}60%{transform:scale(.97)}to{transform:scale(1)}}@keyframes fqSparkleIcon{0%{opacity:0;transform:scale(0) rotate(-30deg)}50%{transform:scale(1.3) rotate(10deg)}to{opacity:1;transform:scale(1) rotate(0)}}.fq-wrong-disabled{opacity:.4!important;pointer-events:none;background:#ffb3c626!important;border-color:var(--fq-pink)!important;box-shadow:none!important}.fq-wrong-icon{margin-left:6px;font-size:14px}.fq-confetti{position:absolute;inset:0;pointer-events:none;z-index:10}.fq-confetti-piece{position:absolute;top:-20px;animation:fqFall 2.5s ease-out forwards}@keyframes fqFall{0%{transform:translateY(0) rotate(0) scale(1);opacity:1}80%{opacity:.8}to{transform:translateY(550px) rotate(720deg) scale(.5);opacity:0}}.fq-result{text-align:center;color:var(--fq-text);z-index:1}.fq-result-emoji{font-size:72px;margin-bottom:12px;line-height:1;animation:fqBounce .8s ease}@keyframes fqBounce{0%{transform:scale(.3) translateY(40px);opacity:0}50%{transform:scale(1.15) translateY(-10px)}70%{transform:scale(.95)}to{transform:scale(1) translateY(0);opacity:1}}.fq-result-title{font-family:var(--fq-font-title);font-size:30px;font-weight:700;color:var(--fq-text);margin-bottom:16px}.fq-result-stars{display:flex;gap:6px;justify-content:center;margin-bottom:16px}.fq-result-star{font-size:28px;filter:grayscale(1) opacity(.25);transition:all .3s}.fq-result-star.filled{filter:none;animation:fqStarPop .4s ease both}.fq-result-star:nth-child(1).filled{animation-delay:.1s}.fq-result-star:nth-child(2).filled{animation-delay:.2s}.fq-result-star:nth-child(3).filled{animation-delay:.3s}.fq-result-star:nth-child(4).filled{animation-delay:.4s}.fq-result-star:nth-child(5).filled{animation-delay:.5s}.fq-result-score{margin-bottom:8px;display:flex;align-items:baseline;justify-content:center;gap:4px}.fq-result-num{font-family:var(--fq-font-title);font-size:52px;font-weight:700;color:var(--fq-peach)}.fq-result-total{font-family:var(--fq-font-title);font-size:24px;color:var(--fq-text-sub)}.fq-result-msg{color:var(--fq-text-sub);font-size:15px;font-weight:600;margin-bottom:28px;line-height:1.6}.fq-retry-btn{background:linear-gradient(135deg,var(--fq-peach),#FFCF87);color:var(--fq-white);border:3px solid #F5A623;border-radius:20px;padding:14px 36px;font-size:16px;font-weight:700;cursor:pointer;transition:all .25s ease;font-family:var(--fq-font-title);box-shadow:4px 4px 0 var(--fq-pink)}.fq-retry-btn:hover{transform:translateY(-4px);box-shadow:5px 7px 0 var(--fq-pink)}.fq-retry-btn:active{transform:translateY(0);box-shadow:2px 2px 0 var(--fq-pink)}.mef-root .me-intro-canvas{background:linear-gradient(135deg,#e8f4fd,#f0f7ff,#e6f0fa);display:flex;flex-direction:column;padding:36px 44px;box-sizing:border-box;gap:0;position:relative;overflow:hidden}.mef-root .me-intro-canvas:before{content:"";position:absolute;top:-60px;right:-60px;width:200px;height:200px;border-radius:50%;background:#3b82c414}.mef-root .me-intro-canvas:after{content:"";position:absolute;bottom:-40px;left:-40px;width:150px;height:150px;border-radius:50%;background:#3b82c40f}.mef-root .me-intro-header{display:flex;align-items:center;gap:14px;margin-bottom:10px}.mef-root .me-intro-subject-badge{background:#3b82c4;color:#fff;font-size:14px;font-weight:700;padding:5px 16px;border-radius:20px;letter-spacing:.02em}.mef-root .me-intro-unit{font-size:15px;color:#5a7a9a;font-weight:600}.mef-root .me-intro-topic{font-size:26px;font-weight:800;color:#1a3a5c;margin-bottom:24px;line-height:1.3}.mef-root .me-intro-body{display:flex;gap:28px;flex:1;min-height:0}.mef-root .me-intro-left{flex:1;display:flex;flex-direction:column;gap:16px}.mef-root .me-intro-right{flex:1;display:flex;flex-direction:column;gap:12px}.mef-root .me-intro-section-title{font-size:15px;font-weight:800;color:#3b82c4;padding-bottom:8px;border-bottom:2px solid #3b82c4;margin-bottom:4px}.mef-root .me-intro-objectives{display:flex;flex-direction:column;gap:10px}.mef-root .me-intro-obj{display:flex;align-items:flex-start;gap:12px;background:#fff;padding:12px 16px;border-radius:10px;box-shadow:0 2px 8px #3b82c414}.mef-root .me-intro-obj-num{min-width:28px;height:28px;border-radius:50%;background:#3b82c4;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.mef-root .me-intro-obj-text{font-size:15px;color:#2c3e50;line-height:1.5;padding-top:3px}.mef-root .me-intro-keywords{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.mef-root .me-intro-keyword{background:#3b82c41f;color:#3b82c4;font-size:13px;font-weight:600;padding:5px 14px;border-radius:16px}.mef-root .me-intro-steps{display:flex;flex-direction:column;gap:10px}.mef-root .me-intro-step{display:flex;align-items:center;gap:14px;background:#fff;padding:14px 16px;border-radius:12px;box-shadow:0 2px 8px #3b82c414;transition:transform .15s}.mef-root .me-intro-step:hover{transform:translate(4px)}.mef-root .me-intro-step-icon{font-size:28px;flex-shrink:0}.mef-root .me-intro-step-content{flex:1}.mef-root .me-intro-step-label{font-size:15px;font-weight:700;color:#1a3a5c}.mef-root .me-intro-step-desc{font-size:13px;color:#6b8bad;margin-top:2px}.mef-root .me-intro-step-time{font-size:13px;font-weight:700;color:#3b82c4;background:#e8f4fd;padding:4px 10px;border-radius:8px;white-space:nowrap}.mef-root .me-canvas-flashcard{display:flex;align-items:stretch;overflow:hidden}.mef-root .me-canvas-flashcard .fq-root{border-radius:0;min-height:unset;height:100%;justify-content:center!important;align-items:center}.fq-compact{min-height:unset;padding:20px 32px;justify-content:center}.fq-compact .fq-progress-stars{gap:10px;margin-bottom:6px}.fq-compact .fq-star{font-size:24px}.fq-compact .fq-counter{font-size:14px;margin-bottom:12px}.fq-compact .fq-card{padding:20px 24px}.fq-compact .fq-emoji{font-size:72px;margin-bottom:8px}.fq-compact .fq-question{font-size:18px}.fq-compact .fq-flip-container{max-width:440px;margin-bottom:16px}.fq-compact .fq-flip-btn{width:36px;height:36px;font-size:16px}.fq-compact .fq-choices{max-width:480px;gap:10px}.fq-compact .fq-choice{padding:12px 14px;font-size:17px;border-radius:18px}.fq-compact .fq-back-word{font-size:36px}.fq-compact .fq-back-phonetic{font-size:15px;margin-bottom:10px}.fq-compact .fq-speak-btn{font-size:14px;padding:6px 16px;margin-bottom:12px}.fq-compact .fq-back-label{font-size:13px}.fq-compact .fq-back-pill{font-size:15px;padding:4px 14px}.fq-compact .fq-back-ex-en{font-size:15px}.fq-compact .fq-back-ex-ko{font-size:13px}.fq-compact .fq-back-section{margin-bottom:6px}.fq-compact .fq-result-emoji{font-size:72px}.fq-compact .fq-result-title{font-size:32px}.fq-compact .fq-result-num{font-size:52px}.fq-compact .fq-result-total{font-size:24px}.fq-compact .fq-result-star{font-size:28px}.fq-compact .fq-result-msg{font-size:16px}.fq-compact .fq-retry-btn{font-size:17px;padding:12px 36px}.fq-compact .fq-deco{font-size:20px}.fb-root{--fb-bg: #EEFBF7;--fb-peach: #FFB347;--fb-mint: #5CC0AE;--fb-lavender: #6CB4D9;--fb-pink: #F4A9BE;--fb-sky: #8ED0E8;--fb-text: #253D47;--fb-text-sub: #6A8D9E;--fb-white: #ffffff;--fb-radius: 20px;--fb-font-title: "Fredoka", "Noto Sans KR", sans-serif;--fb-font-body: "Nunito", "Noto Sans KR", sans-serif;background:var(--fb-bg);background-image:linear-gradient(rgba(92,192,174,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(92,192,174,.08) 1px,transparent 1px);background-size:28px 28px;width:100%;min-height:480px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;position:relative;overflow:hidden;border-radius:16px;font-family:var(--fb-font-body);box-sizing:border-box}.fb-deco{position:absolute;font-size:22px;opacity:.3;pointer-events:none;animation:fbBob 5s ease-in-out infinite;z-index:0}.fb-deco-pencil{animation-delay:0s}.fb-deco-book{animation-delay:2s}.fb-deco-note{font-size:26px;animation-delay:3.5s}@keyframes fbBob{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-6px) rotate(3deg)}}.fb-progress-steps{display:flex;align-items:center;gap:0;margin-bottom:8px;z-index:1}.fb-step{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:var(--fb-text-sub);background:var(--fb-white);border:2.5px solid #BDE0D6;transition:all .4s ease;font-family:var(--fb-font-title);flex-shrink:0}.fb-step.done{background:var(--fb-mint);border-color:var(--fb-mint);color:#fff;font-size:14px;animation:fbStepPop .4s ease}.fb-step.now{border-color:var(--fb-mint);color:var(--fb-mint);box-shadow:0 0 0 4px #5cc0ae33;animation:fbStepPulse 1.8s ease-in-out infinite}.fb-step-line{width:20px;height:2.5px;background:#bde0d6;transition:background .4s}.fb-step-line.done{background:var(--fb-mint)}@keyframes fbStepPop{0%{transform:scale(.6)}60%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes fbStepPulse{0%,to{box-shadow:0 0 0 4px #5cc0ae33}50%{box-shadow:0 0 0 8px #5cc0ae1a}}.fb-counter{color:var(--fb-text-sub);font-size:13px;font-weight:600;font-family:var(--fb-font-body);margin-bottom:18px;z-index:1}.fb-flip-container{perspective:800px;width:100%;max-width:460px;margin-bottom:24px;z-index:1}.fb-flip-inner{position:relative;width:100%;transition:transform .6s ease;transform-style:preserve-3d}.fb-flip-inner.fb-flipped{transform:rotateY(180deg)}.fb-card{background:var(--fb-white);border:3px solid var(--fb-lavender);border-radius:var(--fb-radius);padding:28px 24px;text-align:center;width:100%;box-sizing:border-box;backface-visibility:hidden;position:relative;overflow:hidden}.fb-notebook-lines{position:absolute;inset:0;pointer-events:none;background-image:repeating-linear-gradient(transparent,transparent 31px,rgba(92,192,174,.12) 31px,rgba(92,192,174,.12) 32px);z-index:0}.fb-card>*:not(.fb-notebook-lines){position:relative;z-index:1}.fb-card-back{position:absolute;top:0;left:0;width:100%;transform:rotateY(180deg);padding:28px 24px}.fb-top-btns{position:absolute;top:12px;right:12px;display:flex;gap:6px;z-index:2}.fb-top-btns .fb-flip-btn{position:static}.fb-flip-btn{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:10px;border:2px solid var(--fb-sky);background:#8ed0e826;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:2;padding:0}.fb-flip-btn:hover{background:var(--fb-lavender);transform:scale(1.1) rotate(15deg)}.fb-wobble{animation:fqWobble .6s ease}.fb-emoji{font-size:56px;margin-bottom:14px;line-height:1}.fb-sentence{font-family:var(--fb-font-body);font-size:19px;font-weight:700;color:var(--fb-text);line-height:1.7}.fb-sentence-text{display:inline}.fb-blank{display:inline-block;min-width:80px;background:#8ed0e81f;border-bottom:3px dashed var(--fb-sky);border-radius:0;padding:2px 16px;font-size:17px;color:var(--fb-lavender);font-weight:700;margin:0 4px;vertical-align:baseline}.fb-filled{display:inline-block;min-width:80px;background:#7ecfc040;border-bottom:3px solid var(--fb-mint);border-radius:0;padding:2px 16px;font-size:17px;color:#1e7a6a;font-weight:700;margin:0 4px;vertical-align:baseline;animation:fbFadeIn .4s ease}@keyframes fbFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.fb-back-full{font-family:var(--fb-font-body);font-size:21px;font-weight:700;color:var(--fb-text);margin-bottom:16px;line-height:1.6}.fb-highlight{color:#1e7a6a;background:#7ecfc033;border-bottom:2px solid var(--fb-mint);border-radius:0;padding:0 6px}.fb-speak-btn{display:inline-flex;align-items:center;gap:8px;background:#5cc0ae26;border:2px solid var(--fb-mint);border-radius:14px;padding:8px 20px;font-size:14px;font-weight:600;color:#2e8b7a;cursor:pointer;transition:all .2s;font-family:var(--fb-font-body);margin-bottom:18px}.fb-speak-btn:hover{background:var(--fb-mint);color:#fff}.fb-eq{display:inline-flex;align-items:flex-end;gap:2px;height:16px}.fb-eq-bar{width:3px;background:currentColor;border-radius:2px;height:6px;transition:height .15s}.fb-eq-bar:nth-child(1){height:8px}.fb-eq-bar:nth-child(2){height:14px}.fb-eq-bar:nth-child(3){height:10px}.fb-speaking .fb-eq-bar{animation:fbEq .4s ease-in-out infinite alternate}.fb-speaking .fb-eq-bar:nth-child(1){animation-delay:0s}.fb-speaking .fb-eq-bar:nth-child(2){animation-delay:.15s}.fb-speaking .fb-eq-bar:nth-child(3){animation-delay:.3s}@keyframes fbEq{0%{height:4px}to{height:16px}}.fb-back-section{text-align:left;margin-bottom:8px}.fb-back-label{display:block;font-size:12px;font-weight:700;color:var(--fb-text-sub);margin-bottom:6px}.fb-back-bubble{display:inline-block;background:#a8d8ea33;border:1.5px solid var(--fb-sky);border-radius:14px 14px 14px 4px;padding:8px 16px;font-size:14px;font-weight:600;color:var(--fb-text)}.fb-choices{display:flex;flex-wrap:wrap;gap:10px;width:100%;max-width:460px;justify-content:center;z-index:1;transition:opacity .3s,transform .3s}.fb-choices-hidden{opacity:0;pointer-events:none;transform:translateY(10px)}.fb-choice{background:var(--fb-white);border:2.5px solid var(--btn-color, #8ED0E8);border-radius:24px;padding:10px 24px;color:var(--fb-text);font-size:15px;font-weight:700;cursor:pointer;transition:all .25s ease;font-family:var(--fb-font-title);box-shadow:2px 3px color-mix(in srgb,var(--btn-color, #8ED0E8) 35%,transparent);position:relative}.fb-choice:hover:not(:disabled){transform:translateY(-3px) scale(1.03);box-shadow:3px 5px color-mix(in srgb,var(--btn-color, #8ED0E8) 45%,transparent);background:color-mix(in srgb,var(--btn-color, #8ED0E8) 12%,white)}.fb-choice:active:not(:disabled){transform:translateY(0);box-shadow:1px 1px color-mix(in srgb,var(--btn-color, #8ED0E8) 30%,transparent)}.fb-choice:disabled{cursor:default}.fb-correct{background:#7ecfc04d!important;border-color:var(--fb-mint)!important;box-shadow:2px 3px #7ecfc066!important;animation:fqSparkle .6s ease}.fb-sparkle{margin-left:6px;animation:fqSparkleIcon .6s ease}.fb-wrong-disabled{opacity:.35!important;pointer-events:none;background:#ffb3c61f!important;border-color:var(--fb-pink)!important;box-shadow:none!important;text-decoration:line-through}.fb-wrong-icon{margin-left:6px;font-size:14px}.fb-confetti{position:absolute;inset:0;pointer-events:none;z-index:10}.fb-confetti-piece{position:absolute;top:-20px;animation:fqFall 2.5s ease-out forwards}.fb-result{text-align:center;color:var(--fb-text);z-index:1}.fb-result-emoji{font-size:72px;margin-bottom:12px;line-height:1;animation:fqBounce .8s ease}.fb-result-title{font-family:var(--fb-font-title);font-size:30px;font-weight:700;color:var(--fb-text);margin-bottom:16px}.fb-result-steps{display:flex;gap:8px;justify-content:center;margin-bottom:16px}.fb-result-step{font-size:24px;filter:grayscale(1) opacity(.2);transition:all .3s}.fb-result-step.filled{filter:none;animation:fbStepPop .4s ease both}.fb-result-step:nth-child(1).filled{animation-delay:.1s}.fb-result-step:nth-child(2).filled{animation-delay:.2s}.fb-result-step:nth-child(3).filled{animation-delay:.3s}.fb-result-step:nth-child(4).filled{animation-delay:.4s}.fb-result-step:nth-child(5).filled{animation-delay:.5s}.fb-result-score{margin-bottom:8px;display:flex;align-items:baseline;justify-content:center;gap:4px}.fb-result-num{font-family:var(--fb-font-title);font-size:52px;font-weight:700;color:var(--fb-mint)}.fb-result-total{font-family:var(--fb-font-title);font-size:24px;color:var(--fb-text-sub)}.fb-result-msg{color:var(--fb-text-sub);font-size:15px;font-weight:600;margin-bottom:28px;line-height:1.6}.fb-retry-btn{background:linear-gradient(135deg,var(--fb-mint),#7EDDCC);color:var(--fb-white);border:3px solid #3DA896;border-radius:16px;padding:14px 36px;font-size:16px;font-weight:700;cursor:pointer;transition:all .25s ease;font-family:var(--fb-font-title);box-shadow:4px 4px 0 var(--fb-sky)}.fb-retry-btn:hover{transform:translateY(-4px);box-shadow:5px 7px 0 var(--fb-sky)}.fb-retry-btn:active{transform:translateY(0);box-shadow:2px 2px 0 var(--fb-sky)}.mef-root .me-canvas-flashcard .fb-root{border-radius:0;min-height:unset;height:100%;justify-content:center!important}.fb-compact{min-height:unset;padding:20px 32px;justify-content:center}.fb-compact .fb-progress-steps{margin-bottom:8px}.fb-compact .fb-step{width:32px;height:32px;font-size:14px;border-width:2.5px}.fb-compact .fb-step.done{font-size:16px}.fb-compact .fb-step-line{width:24px;height:2.5px}.fb-compact .fb-counter{font-size:14px;margin-bottom:12px}.fb-compact .fb-card{padding:20px 24px}.fb-compact .fb-emoji{font-size:60px;margin-bottom:10px}.fb-compact .fb-sentence{font-size:19px}.fb-compact .fb-blank,.fb-compact .fb-filled{font-size:17px;min-width:80px;padding:3px 16px}.fb-compact .fb-flip-container{max-width:500px;margin-bottom:16px}.fb-compact .fb-flip-btn{width:36px;height:36px;font-size:16px}.fb-compact .fb-choices{max-width:500px;gap:10px}.fb-compact .fb-choice{padding:10px 22px;font-size:16px}.fb-compact .fb-back-full{font-size:20px}.fb-compact .fb-highlight{padding:0 6px}.fb-compact .fb-speak-btn{font-size:14px;padding:8px 18px;margin-bottom:12px}.fb-compact .fb-back-label{font-size:13px}.fb-compact .fb-back-bubble{font-size:15px;padding:8px 16px}.fb-compact .fb-result-emoji{font-size:72px}.fb-compact .fb-result-title{font-size:32px}.fb-compact .fb-result-num{font-size:52px}.fb-compact .fb-result-total{font-size:24px}.fb-compact .fb-result-step{font-size:26px}.fb-compact .fb-result-msg{font-size:16px}.fb-compact .fb-retry-btn{font-size:17px;padding:12px 36px}.fb-compact .fb-deco{font-size:18px}.clf-root{display:flex;flex-direction:column;align-items:center;min-height:100vh;padding:40px 32px;font-family:Noto Sans KR,Pretendard,sans-serif;background:linear-gradient(180deg,#f0f7ff,#e8f5e9);position:relative;overflow:hidden;box-sizing:border-box}.clf-compact{min-height:unset;height:100%;padding:16px 24px;justify-content:flex-start}.clf-confetti{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:80px;animation:clf-pop 1s ease-out forwards;z-index:10;pointer-events:none}@keyframes clf-pop{0%{transform:translate(-50%,-50%) scale(0);opacity:1}50%{transform:translate(-50%,-50%) scale(1.5);opacity:1}to{transform:translate(-50%,-50%) scale(2);opacity:0}}.clf-progress{display:flex;gap:8px;margin-bottom:6px}.clf-progress-dot{width:36px;height:36px;border-radius:50%;border:3px solid #C8E6C9;background:#fff;transition:all .3s;display:flex;align-items:center;justify-content:center}.clf-progress-dot.active{border-color:#4caf50;background:#4caf50;box-shadow:0 0 0 4px #4caf5033}.clf-progress-dot.done{border-color:#4caf50;background:#4caf50}.clf-counter{font-size:14px;color:#666;margin-bottom:12px;font-weight:600}.clf-question{display:flex;align-items:center;gap:10px;margin-bottom:14px;padding:10px 20px;background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000f}.clf-question-emoji{font-size:28px}.clf-question-text{font-size:17px;font-weight:700;color:#1a1a2e}.clf-items-pool{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:16px;min-height:44px;padding:10px;background:#fff9;border-radius:14px;width:100%;max-width:600px;box-sizing:border-box}.clf-items-empty{color:#4caf50;font-size:14px;font-weight:600;padding:8px}.clf-item{display:flex;align-items:center;gap:6px;padding:8px 14px;background:#fff;border-radius:24px;box-shadow:0 2px 6px #00000014;cursor:grab;-webkit-user-select:none;user-select:none;transition:transform .15s,box-shadow .15s;font-size:14px;font-weight:600}.clf-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.clf-item:active,.clf-item-dragging{transform:scale(1.05);box-shadow:0 6px 16px #00000026;opacity:.8}.clf-item-emoji{font-size:18px}.clf-item-text{color:#333}.clf-categories{display:flex;gap:10px;width:100%;max-width:600px;margin-bottom:14px}.clf-category{flex:1;background:#fff;border-radius:14px;border:2px dashed #ddd;min-height:120px;display:flex;flex-direction:column;transition:border-color .2s,background .2s;overflow:hidden}.clf-category-droppable{border-color:var(--cat-color, #2383e2);background:color-mix(in srgb,var(--cat-color, #2383e2) 5%,white)}.clf-category-header{padding:8px 12px;font-size:14px;font-weight:800;text-align:center;background:var(--cat-color, #2383e2);color:#fff}.clf-category-items{flex:1;padding:8px;display:flex;flex-direction:column;gap:5px;min-height:60px}.clf-category-placeholder{color:#bbb;font-size:12px;text-align:center;padding:16px 0;font-weight:500}.clf-placed-item{display:flex;align-items:center;gap:5px;padding:5px 10px;background:#f5f5f5;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s;position:relative}.clf-placed-item:hover{background:#eee}.clf-placed-item.clf-correct{background:#e8f5e9;border:1.5px solid #4CAF50}.clf-placed-item.clf-wrong{background:#ffebee;border:1.5px solid #f44336}.clf-check-icon{margin-left:auto;font-size:12px}.clf-remove-x{margin-left:auto;font-size:11px;color:#999;opacity:0;transition:opacity .15s}.clf-placed-item:hover .clf-remove-x{opacity:1}.clf-actions{display:flex;justify-content:center;margin-top:4px}.clf-check-btn,.clf-next-btn{padding:10px 32px;border:none;border-radius:28px;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s}.clf-check-btn{background:#4caf50;color:#fff}.clf-check-btn:hover:not(:disabled){background:#388e3c;transform:translateY(-1px)}.clf-check-btn:disabled{background:#c8e6c9;color:#fff;cursor:default}.clf-next-btn{background:#2383e2;color:#fff}.clf-next-btn:hover{background:#1a6fcb;transform:translateY(-1px)}.clf-result{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:400px;gap:12px}.clf-result-emoji{font-size:72px}.clf-result-title{font-size:28px;font-weight:800;color:#333}.clf-result-score{font-size:48px;font-weight:900;color:#4caf50}.clf-result-desc{font-size:16px;color:#666;text-align:center}.clf-retry-btn{margin-top:12px;padding:12px 36px;background:#4caf50;color:#fff;border:none;border-radius:28px;font-size:16px;font-weight:700;cursor:pointer;transition:background .2s}.clf-retry-btn:hover{background:#388e3c}.mef-root .me-canvas-flashcard .clf-root{border-radius:0;min-height:unset;height:100%;justify-content:center!important}.clf-compact .clf-progress-dot{width:28px;height:28px;border-width:2.5px}.clf-compact .clf-counter{font-size:13px;margin-bottom:8px}.clf-compact .clf-question{padding:8px 16px;margin-bottom:10px}.clf-compact .clf-question-emoji{font-size:22px}.clf-compact .clf-question-text{font-size:15px}.clf-compact .clf-items-pool{padding:8px;margin-bottom:10px;min-height:36px}.clf-compact .clf-item{padding:6px 12px;font-size:13px}.clf-compact .clf-item-emoji{font-size:16px}.clf-compact .clf-categories{gap:8px;margin-bottom:10px}.clf-compact .clf-category{min-height:90px}.clf-compact .clf-category-header{padding:6px 10px;font-size:13px}.clf-compact .clf-category-items{padding:6px;gap:4px}.clf-compact .clf-placed-item{padding:4px 8px;font-size:12px}.clf-compact .clf-check-btn,.clf-compact .clf-next-btn{padding:8px 28px;font-size:14px}.clf-compact .clf-result-emoji{font-size:56px}.clf-compact .clf-result-title{font-size:24px}.clf-compact .clf-result-score{font-size:40px}.clf-compact .clf-result-desc{font-size:14px}.clf-compact .clf-retry-btn{font-size:14px;padding:10px 30px}.cp-fab{position:absolute;bottom:56px;right:16px;width:48px;height:48px;border-radius:50%;border:none;background:linear-gradient(135deg,#4a90d9,#5bc0f8);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 4px 16px #4a90d959;transition:transform .2s ease,box-shadow .2s ease}.cp-fab:hover{transform:scale(1.08);box-shadow:0 6px 24px #4a90d973}.cp-fab:active{transform:scale(.96)}.cp-side{width:0;min-width:0;overflow:hidden;border-left:0px solid #E5E7EB;display:flex;flex-direction:column;background:#fff;position:absolute;top:0;right:0;bottom:0;z-index:10}.cp-side-open{width:440px;min-width:440px;border-left-width:1px}.cp-side-resize-handle{position:absolute;top:0;left:-3px;width:6px;height:100%;cursor:col-resize;z-index:10;background:transparent;transition:background .15s}.cp-side-resize-handle:hover,.cp-side-resize-handle:active{background:#2383e240}.cp-side-resize-handle:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:3px;height:32px;border-radius:2px;background:#2383e200;transition:background .15s}.cp-side-resize-handle:hover:after{background:#2383e280}.cp-empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;text-align:center;gap:12px}.cp-empty-icon{width:56px;height:56px;background:linear-gradient(135deg,#4a90d9,#5bc0f8);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:4px}.cp-empty-title{font-size:16px;font-weight:700;color:#1e3a5f;margin:0}.cp-empty-desc{font-size:13px;color:#6b7280;line-height:1.7;margin:0}.cp-empty-btn{display:inline-flex;align-items:center;gap:6px;margin-top:8px;padding:10px 24px;border:none;border-radius:12px;background:linear-gradient(135deg,#4a90d9,#5bc0f8);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:transform .15s,box-shadow .15s;box-shadow:0 2px 8px #4a90d94d}.cp-empty-btn:hover{transform:translateY(-1px);box-shadow:0 4px 14px #4a90d966}.cp-empty-btn:active{transform:scale(.97)}.cp-header{height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:#fff;border-bottom:1px solid #F3F4F6;flex-shrink:0}.cp-header-left{display:flex;align-items:center;gap:8px}.cp-header-icon{width:24px;height:24px;background:linear-gradient(135deg,#4a90d9,#5bc0f8);color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:13px}.cp-header-title{font-size:14px;font-weight:600;color:#1e3a5f}.cp-close{width:28px;height:28px;border:none;background:transparent;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.cp-close:hover{background:#f3f4f6}.cp-header-right{display:flex;align-items:center;gap:4px}.cp-history-btn{width:28px;height:28px;border:none;background:transparent;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:background .15s,color .15s}.cp-history-btn:hover{background:#f3f4f6;color:#374151}.cp-history-btn-active{background:#e8f0fc;color:#2383e2}.cp-history-btn-active:hover{background:#dce8f8}.cp-history-panel{flex:1;display:flex;flex-direction:column;overflow-y:auto;background:#f9fafb}.cp-history-panel::-webkit-scrollbar{width:0}.cp-history-new-btn{display:flex;align-items:center;justify-content:center;gap:6px;margin:12px 16px 8px;padding:10px;border:1px dashed #D1D5DB;border-radius:10px;background:#fff;font-size:13px;font-weight:600;color:#374151;cursor:pointer;transition:border-color .15s,background .15s}.cp-history-new-btn:hover{border-color:#2383e2;color:#2383e2;background:#f0f6ff}.cp-history-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;text-align:center;color:#9ca3af}.cp-history-empty-icon{font-size:32px;margin-bottom:12px}.cp-history-empty p{margin:0;font-size:14px;font-weight:500;color:#6b7280}.cp-history-empty-sub{font-size:12px!important;color:#9ca3af!important;margin-top:4px!important}.cp-history-list{display:flex;flex-direction:column;gap:2px;padding:4px 8px 16px}.cp-history-item{display:flex;flex-direction:column;gap:4px;padding:10px 12px;border-radius:8px;cursor:pointer;transition:background .15s;border-left:3px solid transparent}.cp-history-item:hover{background:#f3f4f6}.cp-history-item-active{background:#e8f0fc;border-left-color:#2383e2}.cp-history-item-active:hover{background:#dce8f8}.cp-history-item-top{display:flex;align-items:center;gap:6px}.cp-history-item-icon{font-size:14px;flex-shrink:0}.cp-history-item-title{flex:1;font-size:13px;font-weight:500;color:#1e3a5f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cp-history-item-del{width:20px;height:20px;border:none;background:transparent;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#9ca3af;opacity:0;transition:opacity .15s,background .15s,color .15s;flex-shrink:0}.cp-history-item:hover .cp-history-item-del{opacity:1}.cp-history-item-del:hover{background:#fee2e2;color:#ef4444}.cp-history-item-template{display:flex;align-items:center;gap:4px;padding-left:20px;font-size:11px;color:#6b7280}.cp-history-item-template-badge{padding:1px 5px;border-radius:3px;background:#e8f0fc;color:#2383e2;font-size:10px;font-weight:600;flex-shrink:0}.cp-history-item-meta{display:flex;align-items:center;gap:4px;font-size:11px;color:#9ca3af;padding-left:20px}.cp-history-versions{margin-top:8px;padding:8px 10px 6px 14px;border-top:1px solid #F0F0F0}.cp-history-versions-label{display:flex;align-items:center;gap:4px;font-size:10.5px;font-weight:700;color:#9ca3af;margin-bottom:6px;text-transform:uppercase;letter-spacing:.3px}.cp-history-version-item{display:flex;align-items:center;gap:8px;position:relative;padding:4px 0 4px 16px}.cp-history-version-item:before{content:"";position:absolute;left:5px;top:0;bottom:0;width:1.5px;background:#e5e7eb}.cp-history-version-item:last-child:before{bottom:50%}.cp-history-version-item:first-child:before{top:50%}.cp-history-version-dot{position:absolute;left:2px;width:8px;height:8px;border-radius:50%;background:#d1d5db;border:1.5px solid #fff;z-index:1}.cp-history-version-current .cp-history-version-dot{background:#4f46e5;box-shadow:0 0 0 2px #4f46e533}.cp-history-version-text{font-size:11.5px;color:#4b5563;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cp-history-version-revert{flex-shrink:0;padding:2px 8px;border:1px solid #E0E0E0;border-radius:8px;background:#fafafa;color:#888;font-size:10px;font-weight:600;cursor:pointer;transition:all .15s}.cp-history-version-revert:hover{background:#eef2ff;border-color:#818cf8;color:#4f46e5}.cp-history-version-current-tag{flex-shrink:0;padding:1px 6px;border-radius:6px;background:#eef2ff;color:#4f46e5;font-size:10px;font-weight:700}.cp-switch-overlay{position:absolute;inset:0;background:#00000059;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:100;animation:cp-fade-in .15s ease}@keyframes cp-fade-in{0%{opacity:0}to{opacity:1}}.cp-switch-modal{background:#fff;border-radius:16px;padding:28px 24px 20px;width:380px;text-align:center;box-shadow:0 8px 32px #0000002e;animation:cp-modal-up .2s ease}@keyframes cp-modal-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.cp-switch-modal-icon{font-size:36px;margin-bottom:12px}.cp-switch-modal-title{font-size:15px;font-weight:700;color:#1e3a5f;margin:0 0 8px;line-height:1.5}.cp-switch-modal-desc{font-size:13px;color:#6b7280;line-height:1.6;margin:0 0 20px}.cp-switch-modal-btns{display:flex;flex-direction:column;gap:8px}.cp-switch-modal-btn{width:100%;padding:11px;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .15s,transform .1s}.cp-switch-modal-btn:hover{opacity:.9}.cp-switch-modal-btn:active{transform:scale(.98)}.cp-switch-modal-btn-save{background:linear-gradient(135deg,#4a90d9,#5bc0f8);color:#fff}.cp-switch-modal-btn-skip{background:#f3f4f6;color:#374151}.cp-switch-modal-btn-skip:hover{background:#e5e7eb}.cp-switch-modal-cancel{margin-top:12px;padding:6px;border:none;background:transparent;font-size:13px;color:#9ca3af;cursor:pointer}.cp-switch-modal-cancel:hover{color:#6b7280}.cp-proj-save-modal{background:#fff;border-radius:16px;width:620px;max-width:95vw;box-shadow:0 8px 40px #0003;animation:cp-modal-up .2s ease;overflow:hidden}.cp-proj-save-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #E5E7EB}.cp-proj-save-title{font-size:17px;font-weight:700;color:#1e293b}.cp-proj-save-close{width:32px;height:32px;border:none;background:transparent;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.cp-proj-save-close:hover{background:#f3f4f6}.cp-proj-save-body{padding:28px 24px;display:flex;flex-direction:column;gap:24px}.cp-proj-save-row{display:flex;align-items:flex-start;gap:20px}.cp-proj-save-label{width:100px;flex-shrink:0;font-size:14px;font-weight:700;color:#1e293b;padding-top:10px}.cp-proj-save-field{flex:1;display:flex;flex-direction:column;gap:10px}.cp-proj-save-input{width:100%;padding:10px 14px;border:1px solid #D1D5DB;border-radius:8px;font-size:14px;color:#1e293b;outline:none;background:#fff;transition:border-color .15s;box-sizing:border-box}.cp-proj-save-input:focus{border-color:#4a90d9}.cp-proj-save-input::placeholder{color:#9ca3af}.cp-proj-save-field-row{display:flex;align-items:center;gap:10px}.cp-proj-save-sublabel{font-size:13px;color:#6b7280;flex-shrink:0;min-width:42px}.cp-proj-save-select{padding:9px 32px 9px 12px;border:1px solid #D1D5DB;border-radius:8px;font-size:13px;color:#374151;background:#fff url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 10px center;appearance:none;outline:none;cursor:pointer;min-width:120px;transition:border-color .15s}.cp-proj-save-select:focus{border-color:#4a90d9}.cp-proj-save-select-full{flex:1}.cp-proj-save-toggle{width:44px;height:24px;border:none;border-radius:12px;background:#d1d5db;cursor:pointer;position:relative;transition:background .2s;padding:0}.cp-proj-save-toggle-on{background:#4a90d9}.cp-proj-save-toggle-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000026;transition:transform .2s}.cp-proj-save-toggle-on .cp-proj-save-toggle-thumb{transform:translate(20px)}.cp-proj-save-footer{padding:16px 24px 20px;border-top:1px solid #E5E7EB;display:flex;justify-content:flex-end}.cp-proj-save-btn{padding:12px 48px;border:none;border-radius:10px;background:#4a90d9;color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:background .15s,transform .1s}.cp-proj-save-btn:hover{background:#3a7bc8}.cp-proj-save-btn:active{transform:scale(.98)}.cp-apikey-bar{display:flex;gap:6px;padding:8px 12px;background:#f9fafb;border-bottom:1px solid #F3F4F6;flex-shrink:0}.cp-apikey-input{flex:1;padding:6px 10px;border:1px solid #E5E7EB;border-radius:8px;font-size:12px;background:#fff;outline:none;transition:border .2s}.cp-apikey-input:focus{border-color:#4a90d9}.cp-apikey-save{padding:6px 12px;border:none;background:linear-gradient(135deg,#4a90d9,#5bc0f8);color:#fff;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;transition:opacity .15s}.cp-apikey-save:hover{opacity:.85}.cp-body{flex:1;overflow-y:auto;padding:16px;background:#f9fafb;display:flex;flex-direction:column;gap:8px;scroll-behavior:smooth}.cp-body::-webkit-scrollbar{width:0;height:0}.cp-msg{display:flex;gap:8px;animation:cp-msg-in .25s ease}@keyframes cp-msg-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.cp-msg-user{justify-content:flex-end}.cp-msg-ai{justify-content:flex-start;align-items:flex-start}.cp-ai-avatar{width:24px;height:24px;background:linear-gradient(135deg,#4a90d9,#5bc0f8);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;flex-shrink:0;margin-top:2px}.cp-bubble{max-width:82%;padding:11px 15px;font-size:14.5px;line-height:1.65}.cp-bubble p{margin:0 0 3px}.cp-bubble p:last-child{margin:0}.cp-bubble-user{background:linear-gradient(135deg,#4a90d9,#5bc0f8);color:#fff;border-radius:16px 4px 16px 16px}.cp-bubble-ai{background:#fff;color:#374151;border:1px solid #E5E7EB;border-radius:4px 16px 16px;box-shadow:0 1px 4px #0000000f}.cp-loading{display:flex;align-items:center;padding:12px 14px}.cp-dots{display:inline-flex;gap:5px}.cp-dots span{width:7px;height:7px;background:#4a90d9;border-radius:50%;animation:cp-bounce 1.2s infinite}.cp-dots span:nth-child(2){animation-delay:.4s}.cp-dots span:nth-child(3){animation-delay:.8s}@keyframes cp-bounce{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}.cp-revert-btn{display:inline-flex;align-items:center;gap:4px;margin-top:8px;padding:4px 10px;border:1px solid #E0E0E0;border-radius:12px;background:#fafafa;color:#666;font-size:11.5px;font-weight:600;cursor:pointer;transition:all .15s}.cp-revert-btn:hover{background:#eef2ff;border-color:#818cf8;color:#4f46e5}.cp-revert-btn:active{transform:scale(.97)}.cp-resume-banner{display:flex;flex-direction:column;align-items:center;gap:10px;padding:16px 20px;margin:8px 16px 12px;background:linear-gradient(135deg,#f0f7ff,#f5f3ff);border:1px solid #c7d2fe;border-radius:12px}.cp-resume-banner-text{margin:0;font-size:13px;color:#6b7280}.cp-resume-banner-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:#2383e2;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.cp-resume-banner-btn:hover{background:#1a6fcb}.cp-resume-banner-btn:active{transform:scale(.97)}.chat-sidebar-revert-btn{display:inline-flex;align-items:center;gap:3px;margin-top:4px;padding:2px 8px;border:1px solid #E0E0E0;border-radius:10px;background:#fafafa;color:#888;font-size:10.5px;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}.chat-sidebar-revert-btn:hover{background:#eef2ff;border-color:#818cf8;color:#4f46e5}.cp-scope-btns{display:flex;flex-direction:column;gap:8px;margin-top:10px}.cp-scope-btn{display:flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;font-size:14.5px;font-weight:600;color:#374151;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s}.cp-scope-btn:hover{border-color:#93c5fd;background:#f0f7ff;box-shadow:0 0 0 2px #2383e214}.cp-scope-btn:active{background:#e0effe}.cp-scope-btn svg{flex-shrink:0;color:#2383e2}.cp-chips-wrapper{flex-shrink:0;background:#fff;border-top:1px solid #F3F4F6}.cp-object-hint{display:flex;align-items:center;gap:6px;padding:8px 16px 4px;font-size:13px;color:#6b7280;line-height:1.4}.cp-object-hint svg{flex-shrink:0}.cp-chips{display:flex;gap:6px;padding:8px 16px;overflow-x:auto;flex-shrink:0;background:#fff}.cp-chips::-webkit-scrollbar{display:none}.cp-chip{padding:7px 13px;border:none;border-radius:20px;background:#f3f4f6;font-size:13.5px;color:#374151;cursor:pointer;transition:background .15s;white-space:nowrap;flex-shrink:0}.cp-chip:hover{background:#e5e7eb}.cp-chip:active{transform:scale(.96)}.cp-chip:disabled{opacity:.4;cursor:not-allowed}.cp-input-row{display:flex;gap:8px;padding:12px 16px;background:#fff;border-top:1px solid #F3F4F6;flex-shrink:0;align-items:center}.cp-input{flex:1;padding:10px 14px;border:1px solid #E5E7EB;border-radius:12px;font-size:14.5px;line-height:1.5;resize:none;outline:none;font-family:inherit;background:#fff;transition:border-color .2s;overflow:hidden;max-height:none;word-break:break-word}.cp-input:focus{border-color:#4a90d9}.cp-input:disabled{opacity:.4}.cp-input::placeholder{color:#9ca3af}.cp-send{width:36px;height:36px;border:none;background:linear-gradient(135deg,#4a90d9,#5bc0f8);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .15s,transform .15s}.cp-send:hover{transform:scale(1.05)}.cp-send:disabled{opacity:.3;cursor:not-allowed;transform:none}.cp-attach-btn{background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cp-attach-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.fq-dark,.fb-dark{background:#1a1a2e!important;color:#e0e0e0}.fq-dark .fq-card,.fb-dark .fb-card{background:#2a2a3e;color:#e0e0e0;border-color:#444}.fq-dark .fq-counter,.fb-dark .fb-counter{color:#aaa}@media(max-width:640px){.cp-side-open{width:100%;min-width:100%}}.landing-root{width:100%;min-height:100vh;background:#fff;font-family:Noto Sans KR,Pretendard,system-ui,-apple-system,sans-serif;color:#1a1a1a;display:flex;flex-direction:column;overflow-y:auto}.landing-header{position:sticky;top:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #f0f0f0}.landing-root .landing-header .landing-header-inner{max-width:100%;margin:0;padding:0 80px;height:64px;display:flex;align-items:center;justify-content:space-between}.landing-logo{display:flex;align-items:center;gap:8px}.landing-logo-badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#2383e2;color:#fff;font-size:16px;font-weight:700;border-radius:6px;letter-spacing:-.02em}.landing-logo-text{font-size:20px;font-weight:700;color:#1a1a1a;letter-spacing:-.5px}.landing-header-right{display:flex;align-items:center;gap:8px}.notice-dropdown-wrap{position:relative}.notice-bell-btn{width:36px;height:36px;border-radius:50%;border:none;background:transparent;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;transition:background .15s,color .15s}.notice-bell-btn:hover{background:#f3f4f6;color:#1a1a2e}.notice-bell-badge{position:absolute;top:4px;right:4px;min-width:16px;height:16px;border-radius:8px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1}.notice-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:340px;max-height:420px;background:#fff;border-radius:12px;box-shadow:0 4px 24px #0000001f,0 0 0 1px #0000000d;z-index:1000;display:flex;flex-direction:column;animation:profileDropIn .15s ease-out;overflow:hidden}.notice-dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 10px;border-bottom:1px solid #f0f0f0}.notice-dropdown-title{font-size:15px;font-weight:700;color:#1a1a2e}.notice-dropdown-list{list-style:none;margin:0;padding:4px 0;overflow-y:auto;flex:1}.notice-dropdown-item{padding:12px 16px;cursor:pointer;transition:background .15s;display:flex;flex-direction:column;gap:4px;border-left:3px solid transparent}.notice-dropdown-item:hover{background:#f5f7fa}.notice-item-unread{background:#f0f5ff;border-left-color:#2383e2}.notice-item-unread:hover{background:#e8f0fc}.notice-item-top{display:flex;align-items:center;justify-content:space-between}.notice-type-badge{font-size:11px;font-weight:600;padding:2px 7px;border-radius:4px;line-height:1.4}.notice-badge-notice{background:#f3f4f6;color:#6b7280}.notice-badge-update{background:#e8f0fc;color:#2383e2}.notice-badge-event{background:#fef3c7;color:#d97706}.notice-item-date{font-size:12px;color:#9ca3af}.notice-item-title{font-size:14px;font-weight:600;color:#1a1a2e;line-height:1.4}.notice-item-desc{font-size:13px;color:#6b7280;line-height:1.4}.profile-dropdown-wrap{position:relative}.profile-avatar-btn{width:36px;height:36px;border-radius:50%;border:none;padding:0;cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#2383e2;transition:box-shadow .2s}.profile-avatar-btn:hover{box-shadow:0 0 0 3px #2383e233}.profile-avatar-img{width:100%;height:100%;object-fit:cover}.profile-avatar-initials{font-size:13px;font-weight:700;color:#fff;letter-spacing:-.5px;line-height:1}.profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:280px;background:#fff;border-radius:12px;box-shadow:0 4px 24px #0000001f,0 0 0 1px #0000000d;z-index:1000;padding:8px 0;animation:profileDropIn .15s ease-out}@keyframes profileDropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.profile-dropdown-header{display:flex;align-items:center;gap:12px;padding:12px 16px}.profile-dropdown-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#2383e2;flex-shrink:0}.profile-dropdown-avatar-img{width:100%;height:100%;object-fit:cover}.profile-dropdown-avatar-initials{font-size:16px;font-weight:700;color:#fff;letter-spacing:-.5px}.profile-dropdown-info{display:flex;flex-direction:column;gap:2px;min-width:0}.profile-dropdown-name{font-size:15px;font-weight:700;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-dropdown-email{font-size:13px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-dropdown-divider{height:1px;background:#f0f0f0;margin:4px 0}.profile-dropdown-menu{list-style:none;margin:0;padding:4px 0}.profile-dropdown-item{display:flex;align-items:center;gap:10px;padding:10px 16px;font-size:14px;font-weight:500;color:#1a1a2e;cursor:pointer;transition:background .15s}.profile-dropdown-item:hover{background:#f5f7fa}.profile-dropdown-icon{font-size:16px;width:20px;text-align:center;flex-shrink:0}.profile-dropdown-logout{color:#6b7280}.profile-dropdown-logout:hover{color:#ef4444;background:#fef2f2}.landing-cta-small{padding:8px 20px;background:#2383e2;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s;font-family:inherit}.landing-cta-small:hover{background:#1a6fcb}.landing-hero{padding:80px 32px 60px;text-align:center;background:linear-gradient(180deg,#fff,#f0f5fc)}.landing-hero-inner{max-width:720px;margin:0 auto}.landing-headline{font-size:44px;font-weight:800;line-height:1.35;color:#1a1a1a;letter-spacing:-1px;margin:0 0 20px}.landing-subtext{font-size:18px;color:#555;line-height:1.6;margin:0 0 40px}.landing-hero-buttons{display:flex;align-items:center;justify-content:center;gap:16px}.landing-btn-primary{padding:14px 36px;background:#2383e2;color:#fff;border:none;border-radius:12px;font-size:17px;font-weight:700;cursor:pointer;transition:background .2s,transform .15s;font-family:inherit}.landing-btn-primary:hover{background:#1a6fcb;transform:translateY(-1px)}.landing-btn-outline{padding:14px 36px;background:transparent;color:#1a1a1a;border:2px solid #d0d0d0;border-radius:12px;font-size:17px;font-weight:600;cursor:pointer;transition:border-color .2s,background .2s;font-family:inherit}.landing-btn-outline:hover{border-color:#2383e2;background:#e8f0fc}.landing-templates{padding:60px 32px 80px;background:#fafafa}.landing-templates-inner{max-width:1200px;margin:0 auto}.landing-section-title{font-size:28px;font-weight:700;text-align:center;margin:0 0 8px;color:#1a1a1a}.landing-section-desc{font-size:15px;color:#888;text-align:center;margin:0 0 40px}.landing-template-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.landing-template-card{background:#fff;border-radius:14px;overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s;border:1px solid #eee}.landing-template-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.landing-template-thumb{height:160px;display:flex;align-items:center;justify-content:center}.landing-template-icon{font-size:48px}.landing-template-info{padding:16px 18px 18px;display:flex;flex-direction:column;gap:4px}.landing-template-name{font-size:16px;font-weight:700;color:#1a1a1a}.landing-template-desc{font-size:13px;color:#888;line-height:1.4}.landing-footer{padding:32px;text-align:center;border-top:1px solid #f0f0f0;background:#fff}.landing-footer p{margin:0;font-size:13px;color:#aaa}@media(max-width:900px){.landing-template-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.landing-headline{font-size:30px}.landing-subtext{font-size:15px}.landing-hero-buttons{flex-direction:column}.landing-btn-primary,.landing-btn-outline{width:100%;text-align:center}.landing-template-grid{grid-template-columns:1fr}}.landing-hero-compact{padding:120px 32px 48px;background:linear-gradient(180deg,#e8f2ff,#edf4ff 40%,#f5f9ff,#fff);position:relative}.landing-hero-compact:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 60%,rgba(186,220,255,.3) 0%,transparent 50%),radial-gradient(ellipse at 15% 20%,rgba(196,220,255,.25) 0%,transparent 45%),radial-gradient(ellipse at 85% 25%,rgba(200,230,255,.2) 0%,transparent 45%);pointer-events:none}.landing-hero-compact:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 8% 25%,rgba(147,197,253,.18) 0%,rgba(147,197,253,.18) 80px,transparent 80px),radial-gradient(circle at 92% 75%,rgba(165,210,255,.15) 0%,rgba(165,210,255,.15) 100px,transparent 100px),radial-gradient(circle at 78% 15%,rgba(147,197,253,.12) 0%,rgba(147,197,253,.12) 35px,transparent 35px),radial-gradient(circle at 18% 80%,rgba(186,220,255,.14) 0%,rgba(186,220,255,.14) 45px,transparent 45px),radial-gradient(circle at 30% 55%,rgba(165,210,255,.1) 0%,rgba(165,210,255,.1) 25px,transparent 25px),radial-gradient(circle at 70% 45%,rgba(147,197,253,.1) 0%,rgba(147,197,253,.1) 20px,transparent 20px),radial-gradient(circle at 12% 50%,transparent 40px,rgba(147,197,253,.08) 40px,rgba(147,197,253,.08) 44px,transparent 44px),radial-gradient(circle at 88% 40%,transparent 55px,rgba(165,210,255,.07) 55px,rgba(165,210,255,.07) 59px,transparent 59px),linear-gradient(45deg,transparent 48%,rgba(147,197,253,.06) 48%,rgba(147,197,253,.06) 52%,transparent 52%),linear-gradient(-45deg,transparent 48%,rgba(165,210,255,.05) 48%,rgba(165,210,255,.05) 52%,transparent 52%);pointer-events:none}.landing-headline-compact{font-size:46px;margin:0;color:#1e293b;position:relative;z-index:1}.landing-search-hero{max-width:1024px;margin:0 0 28px;position:relative;z-index:10}.landing-search-combo{display:flex;align-items:stretch;width:100%;background:#fff;border-radius:14px;box-shadow:0 4px 24px #00000014,0 1px 4px #0000000a;border:2px solid #e5e7eb;overflow:visible;position:relative;transition:border-color .2s,box-shadow .2s}.landing-search-combo:focus-within{border-color:#2383e2;box-shadow:0 4px 24px #2383e21f,0 1px 4px #0000000a}.landing-filter-toggle{display:flex;align-items:center;gap:8px;padding:0 20px;border:none;background:transparent;border-right:1.5px solid #e5e7eb;cursor:pointer;font-size:15px;font-weight:500;color:#1e293b;font-family:inherit;white-space:nowrap;min-width:140px;transition:background .15s}.landing-filter-toggle:hover{background:#f8fafc}.landing-filter-toggle.has-filter{color:#2383e2}.landing-filter-toggle.open{background:#f0f7ff}.landing-filter-toggle-chevron{transition:transform .2s;flex-shrink:0}.landing-filter-toggle.open .landing-filter-toggle-chevron{transform:rotate(180deg)}.landing-search-bar-combo{flex:1;position:relative;display:flex;align-items:center}.landing-search-bar-combo .landing-search-icon{position:absolute;left:16px;display:flex;align-items:center;pointer-events:none}.landing-search-input-combo{width:100%;height:56px;border:none;background:transparent;padding:0 20px 0 48px;font-size:16px;font-family:inherit;color:#1a1a2e;outline:none;border-radius:0 14px 14px 0}.landing-search-input-combo::placeholder{color:#9ca3af}.landing-search-combo:has(.landing-filter-panel){border-radius:14px 14px 14px 0}.landing-filter-panel{position:absolute;top:100%;left:-2px;width:420px;background:#fff;border-radius:0 0 16px 16px;box-shadow:0 12px 48px #0000001f,0 2px 8px #0000000f;border:2px solid #e5e7eb;border-top:1px solid #f1f3f5;z-index:100;animation:filterPanelIn .18s ease-out}@keyframes filterPanelIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.landing-filter-panel-inner{padding:16px}.landing-fp-search{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#f9fafb;border-radius:10px;margin-bottom:14px}.landing-fp-search-input{border:none;background:transparent;flex:1;font-size:14px;font-family:inherit;color:#1a1a2e;outline:none}.landing-fp-search-input::placeholder{color:#9ca3af}.landing-fp-section{margin-bottom:4px}.landing-fp-section-title{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;padding-left:2px}.landing-fp-chips{display:flex;flex-wrap:wrap;gap:6px}.landing-fp-chip{padding:7px 14px;border:1.5px solid #e5e7eb;border-radius:8px;background:#fff;font-size:13.5px;font-weight:500;color:#374151;cursor:pointer;font-family:inherit;transition:all .15s}.landing-fp-chip:hover{border-color:#c7d2fe;background:#f0f4ff}.landing-fp-chip.active{background:#2383e2;border-color:#2383e2;color:#fff;font-weight:600}.landing-fp-divider{height:1px;background:#f1f3f5;margin:12px 0}.landing-fp-footer{display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid #f1f3f5;margin-top:8px}.landing-fp-reset{padding:8px 16px;border:none;background:transparent;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;font-family:inherit;border-radius:8px;transition:all .15s}.landing-fp-reset:hover{background:#f3f4f6;color:#374151}.landing-fp-apply{padding:10px 24px;border:none;border-radius:10px;background:#2383e2;color:#fff;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s}.landing-fp-apply:hover{background:#1a6fcb}.landing-search-filter-row{max-width:100%;margin:0 auto;display:flex;gap:12px;align-items:center}.landing-filter-selects{display:flex;gap:8px;flex-shrink:0;flex-wrap:wrap;align-items:center}.landing-content-type-filter{display:flex;gap:4px;background:#f3f4f6;border-radius:10px;padding:3px}.landing-ct-btn{padding:7px 14px;border:none;border-radius:8px;background:transparent;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;font-family:inherit;transition:all .15s;white-space:nowrap}.landing-ct-btn:hover{color:#374151}.landing-ct-btn.active{background:#fff;color:#1a1a2e;font-weight:600;box-shadow:0 1px 4px #00000014}.landing-filter-select{height:48px;padding:0 32px 0 12px;border:2px solid #e5e7eb;border-radius:12px;font-size:14px;font-family:inherit;color:#1a1a2e;background:#fff url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 12px center;appearance:none;cursor:pointer;outline:none;transition:border-color .2s,box-shadow .2s}.landing-filter-select:focus{border-color:#2383e2;box-shadow:0 0 0 3px #2383e21f}.landing-filter-select:disabled{opacity:.5;cursor:not-allowed}.landing-search-bar{flex:1;position:relative}.landing-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);display:flex;align-items:center;pointer-events:none}.landing-search-input{width:100%;height:52px;border:2px solid #e5e7eb;border-radius:16px;padding:0 20px 0 48px;font-size:16px;font-family:inherit;background:#fff;color:#1a1a2e;outline:none;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.landing-search-input:focus{border-color:#2383e2;box-shadow:0 0 0 3px #2383e21f}.landing-search-input::placeholder{color:#9ca3af}.landing-root .landing-home-content{max-width:100%;margin:0;padding:32px 48px 48px}.landing-quick-actions-final{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:14px!important;margin-bottom:60px;max-width:1100px;margin-left:auto;margin-right:auto}.landing-quick-actions-final>.landing-qa-featured-final{min-width:0}.landing-qa-featured-final{position:relative;display:flex;align-items:center;gap:12px;padding:20px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;cursor:pointer;transition:transform .18s,box-shadow .2s;overflow:hidden}.landing-qa-featured-final:hover{transform:translateY(-3px);box-shadow:0 8px 28px #00000014}.landing-qa-featured-final .landing-qa-featured-bg{position:absolute;inset:0;z-index:0;opacity:.5}.landing-qa-featured-final .landing-qa-featured-deco{position:absolute;top:-30px;right:-20px;width:80px;height:80px;border-radius:50%;opacity:.08}.landing-qa-featured-final .landing-qa-featured-deco2{position:absolute;bottom:-20px;right:40px;width:50px;height:50px;border-radius:50%;opacity:.06}.landing-qa-featured-final .landing-qa-featured-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:1;box-shadow:0 4px 12px #0000001f}.landing-qa-featured-final .landing-qa-featured-icon svg{width:22px;height:22px}.landing-qa-featured-final .landing-qa-featured-info{flex:1;display:flex;flex-direction:column;gap:4px;z-index:1;min-width:0}.landing-qa-featured-final .landing-qa-featured-title{font-size:14.5px;font-weight:700;color:#1a1a2e;white-space:nowrap}.landing-qa-featured-final .landing-qa-featured-desc{font-size:12px;color:#6b7280;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.landing-qa-featured-final .landing-qa-featured-arrow{font-size:18px;color:#c0c5d0;flex-shrink:0;z-index:1;transition:transform .15s,color .15s}.landing-recommend-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.landing-recommend-card{border-radius:16px;padding:24px 20px;color:#fff;cursor:pointer;display:flex;flex-direction:column;gap:6px;transition:transform .15s,box-shadow .15s;min-height:120px}.landing-recommend-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.landing-recommend-card-icon{font-size:32px}.landing-recommend-card-label{font-size:17px;font-weight:700}.landing-recommend-card-desc{font-size:13px;opacity:.85}.landing-qa-featured-final:hover .landing-qa-featured-arrow{transform:translate(3px);color:#6b7280}.landing-qa-sub{display:flex;align-items:center;gap:12px;padding:14px 18px;background:#f9fafb;border:1px solid #f0f0f0;border-radius:12px;cursor:pointer;transition:background .15s,border-color .15s}.landing-qa-sub:hover{background:#fff;border-color:#d1d5db}.landing-qa-sub-icon{width:36px;height:36px;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #e5e7eb}.landing-qa-sub-title{flex:1;font-size:14px;font-weight:600;color:#374151}.landing-qa-sub-arrow{font-size:18px;color:#c0c5d0;flex-shrink:0}.landing-quick-action-card{display:flex;align-items:center;gap:16px;padding:20px 24px;background:#fff;border:1px solid #f0f0f0;border-radius:16px;cursor:pointer;transition:transform .15s,box-shadow .2s,border-color .2s}.landing-quick-action-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000014;border-color:#e0e0e0}.landing-quick-action-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-quick-action-info{display:flex;flex-direction:column;gap:4px}.landing-quick-action-title{font-size:16px;font-weight:700;color:#1a1a2e}.landing-quick-action-desc{font-size:13px;color:#6b7280}.landing-home-section{margin-bottom:56px}.landing-home-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.landing-home-section-title{font-size:20px;font-weight:700;color:#1a1a2e;margin:0}.landing-home-section-count{font-size:14px;color:#6b7280;font-weight:500}.landing-home-more-btn{background:none;border:none;font-size:14px;color:#2383e2;font-weight:600;cursor:pointer;font-family:inherit;padding:4px 8px;border-radius:6px;transition:background .15s}.landing-home-more-btn:hover{background:#f0f5fc}.landing-home-grid{grid-template-columns:repeat(4,1fr)!important;gap:20px}.landing-root .landing-home-content>.landing-search-filter-row.landing-search-hero{max-width:1024px;margin-bottom:32px}.search-results-page{max-width:100%;margin:0;padding:24px 80px 48px}.search-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:14px}.search-breadcrumb-link{color:#6b7280;cursor:pointer;transition:color .15s}.search-breadcrumb-link:hover{color:#2383e2}.search-breadcrumb-current{color:#374151;font-weight:500}.search-results-title{font-size:32px;font-weight:700;color:#1e293b;margin:0 0 24px}.search-results-bar{margin-bottom:20px;position:relative;z-index:10}.search-results-bar .landing-search-combo{width:100%}.search-clear-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;cursor:pointer;border-radius:8px;margin-right:8px;flex-shrink:0;transition:background .15s}.search-clear-btn:hover{background:#f3f4f6}.search-tags-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.search-tag-chip{padding:8px 16px;border:1.5px solid #e5e7eb;border-radius:20px;background:#fff;font-size:13.5px;font-weight:500;color:#374151;cursor:pointer;font-family:inherit;transition:all .15s}.search-tag-chip:hover{border-color:#2383e2;color:#2383e2;background:#f0f7ff}.search-results-count{font-size:14px;color:#6b7280;margin-bottom:20px}.search-results-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.search-results-grid .template-browser-card{min-width:0;width:100%}.search-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.search-empty-icon{font-size:48px;margin-bottom:16px}.search-empty-text{font-size:18px;font-weight:600;color:#374151;margin:0 0 8px}.search-empty-sub{font-size:14px;color:#9ca3af;margin:0}@media(max-width:1200px){.search-results-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){.search-results-grid{grid-template-columns:repeat(2,1fr)}.search-results-page{padding:20px 24px 48px}}.school-share-root{width:100%;min-height:100vh;background:#f8f9fb;display:flex;flex-direction:column;overflow-y:auto}.school-share-page-content{max-width:1200px;margin:0 auto;padding:0 32px 48px;width:100%;box-sizing:border-box}.school-share-page-hero{text-align:center;padding:48px 0 32px}.school-share-page-title{font-size:32px;font-weight:800;color:#1a1a2e;margin:0 0 8px}.school-share-page-subtitle{font-size:16px;color:#6b7280;margin:0}.school-share-page-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;gap:16px;flex-wrap:wrap}.school-share-tabs{display:flex;gap:6px;flex-wrap:wrap}.school-share-tab{padding:8px 18px;border:none;background:#fff;font-size:14px;font-family:inherit;color:#6b7280;border-radius:24px;cursor:pointer;font-weight:500;transition:all .15s;border:1px solid #e5e7eb}.school-share-tab:hover{background:#f3f4f6;border-color:#d0d5dd}.school-share-tab.active{background:#2383e2;color:#fff;font-weight:600;border-color:#2383e2}.school-share-search-wrap{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:0 14px;height:42px;transition:border-color .2s,box-shadow .2s}.school-share-search-wrap:focus-within{border-color:#2383e2;box-shadow:0 0 0 3px #2383e21f}.school-share-search{border:none;background:none;outline:none;font-size:14px;font-family:inherit;color:#1a1a2e;width:200px}.school-share-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.school-share-card{background:#fff;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .15s,box-shadow .2s;box-shadow:0 2px 8px #0000000f}.school-share-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.school-share-card-thumb{aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;padding:16px;position:relative;overflow:hidden}.school-share-card-thumb-title{font-size:13px;font-weight:700;text-align:center;position:relative;z-index:1}.school-share-card-thumb-deco{position:absolute;bottom:-10px;right:-10px;width:60px;height:60px;border-radius:50%;opacity:.2}.school-share-card-body{padding:14px 16px 16px}.school-share-card-top{display:flex;align-items:center;gap:8px;margin-bottom:6px}.school-share-card-badge{font-size:11px;padding:2px 8px;border-radius:4px;color:#fff;font-weight:600}.school-share-card-slides{font-size:12px;color:#9ca3af}.school-share-card-title{font-size:15px;font-weight:600;color:#1a1a2e;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.school-share-card-meta{display:flex;gap:6px;font-size:12px;color:#9ca3af;margin-bottom:4px}.school-share-card-author{font-weight:500;color:#6b7280}.school-share-card-bottom{display:flex;align-items:center;justify-content:space-between}.school-share-card-likes{font-size:12px;color:#9ca3af}.school-share-card-mine{padding:2px 8px;border-radius:6px;background:#eef2ff;color:#4f46e5;font-size:10.5px;font-weight:700}@media(max-width:900px){.school-share-page-grid{grid-template-columns:repeat(2,1fr)}.school-share-page-toolbar{flex-direction:column;align-items:stretch}}@media(max-width:600px){.school-share-page-grid{grid-template-columns:1fr}.school-share-page-title{font-size:24px}}.mywork-page-root{width:100%;min-height:100vh;background:#f8f9fb;display:flex;flex-direction:column;overflow-y:auto}.mywork-page-content{max-width:1200px;margin:0 auto;padding:0 32px 48px;width:100%;box-sizing:border-box}.mywork-page-hero{text-align:center;padding:48px 0 28px}.mywork-page-title{font-size:32px;font-weight:800;color:#1a1a2e;margin:0 0 8px}.mywork-page-subtitle{font-size:16px;color:#6b7280;margin:0}.mywork-main-tab-bar{display:flex;justify-content:center;gap:0;margin-bottom:24px;border-bottom:2px solid #e5e7eb}.mywork-main-tab{padding:12px 28px;font-size:15px;font-weight:600;color:#9ca3af;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;transition:color .15s,border-color .15s}.mywork-main-tab:hover{color:#374151}.mywork-main-tab-active{color:#2383e2;border-bottom-color:#2383e2}.mywork-type-filter-bar{display:flex;justify-content:center;gap:8px;margin-bottom:20px}.mywork-type-filter-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;background:#f3f4f6;border:1.5px solid #e5e7eb;border-radius:20px;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;font-family:inherit;transition:all .2s}.mywork-type-filter-btn:hover{background:#e8f0fc;border-color:#bfdbfe;color:#2383e2}.mywork-type-filter-active{background:#2383e2;border-color:#2383e2;color:#fff}.mywork-type-filter-active:hover{background:#1a6fcb;border-color:#1a6fcb;color:#fff}.mywork-type-filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;font-size:12px;font-weight:700;background:#00000014;color:inherit}.mywork-type-filter-active .mywork-type-filter-count{background:#ffffff40}.mywork-page-header-actions{display:flex;gap:10px;align-items:center}.mywork-page-new-btn{padding:10px 20px;background:#2383e2;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s}.mywork-page-new-btn:hover{background:#1a6fcb}.mywork-page-tabs{display:flex;gap:0;border-bottom:2px solid #e5e7eb;margin-bottom:24px}.mywork-page-tab{padding:12px 24px;background:none;border:none;font-size:15px;font-weight:500;color:#6b7280;cursor:pointer;font-family:inherit;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s}.mywork-page-tab:hover{color:#1a1a2e}.mywork-page-tab.active{color:#2383e2;font-weight:700;border-bottom-color:#2383e2}.mywork-page-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:24px}.mywork-page-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.mywork-page-card{background:#fff;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 12px #00000014;position:relative}.mywork-page-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000024}.mywork-page-card-thumb{aspect-ratio:16/9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px}.mywork-page-card-subject-badge{font-size:11px;padding:2px 10px;border-radius:4px;color:#fff;font-weight:600}.mywork-page-card-type{font-size:12px;color:#6b7280;font-weight:500}.mywork-type-exam{color:#6366f1;font-weight:600}.mywork-thumb-exam{position:relative}.mywork-thumb-exam-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.18}.mywork-thumb-exam-icon svg{width:48px;height:48px}.mywork-page-card-body{padding:12px 14px 14px}.mywork-page-card-title{font-size:14px;font-weight:600;color:#1a1a2e;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mywork-page-card-meta{display:flex;gap:6px;font-size:12px;color:#9ca3af}.mywork-page-card-actions{padding:0 14px 12px}.mywork-share-btn{display:inline-flex;align-items:center;gap:5px;width:100%;justify-content:center;padding:7px 14px;border:1.5px solid #E0E0E0;border-radius:8px;background:#fff;color:#6b7280;font-size:12.5px;font-weight:700;cursor:pointer;transition:all .15s}.mywork-share-btn:hover{background:#eef2ff;border-color:#818cf8;color:#4f46e5}.mywork-share-btn-done{background:#f0fdf4;border-color:#86efac;color:#16a34a;cursor:default}.mywork-share-btn-done:hover{background:#f0fdf4;border-color:#86efac;color:#16a34a}.mywork-toast{position:fixed;bottom:32px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;padding:12px 24px;background:#1a1a2e;color:#fff;border-radius:12px;font-size:14px;font-weight:600;box-shadow:0 8px 24px #0003;z-index:9999;animation:mywork-toast-in .3s ease}@keyframes mywork-toast-in{0%{opacity:0;transform:translate(-50%) translateY(16px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.mywork-card-btn-row{display:flex;gap:6px;margin-bottom:6px}.mywork-present-btn{display:inline-flex;align-items:center;gap:5px;flex:1;justify-content:center;padding:7px 10px;border:1.5px solid #C7D2FE;border-radius:8px;background:linear-gradient(135deg,#eef2ff,#e0e7ff);color:#4f46e5;font-size:12px;font-weight:700;cursor:pointer;transition:all .15s}.mywork-edit-btn{display:inline-flex;align-items:center;gap:5px;flex:1;justify-content:center;padding:7px 10px;border:1.5px solid #E5E7EB;border-radius:8px;background:#fff;color:#374151;font-size:12px;font-weight:700;cursor:pointer;transition:all .15s}.mywork-edit-btn:hover{background:#f9fafb;border-color:#9ca3af}.mywork-present-btn:hover{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-color:#818cf8;transform:translateY(-1px);box-shadow:0 2px 8px #4f46e51f}.pv-overlay{position:fixed;inset:0;background:#0a0a14;z-index:10000;display:flex;flex-direction:column;animation:pv-fade-in .3s ease}@keyframes pv-fade-in{0%{opacity:0}to{opacity:1}}.pv-toolbar{display:flex;align-items:center;justify-content:space-between;padding:8px 20px;background:#ffffff0f;flex-shrink:0}.pv-toolbar-left{display:flex;align-items:center;gap:16px}.pv-toolbar-title{color:#fff;font-size:14px;font-weight:600}.pv-toolbar-page{color:#ffffff80;font-size:13px;font-weight:500}.pv-toolbar-right{display:flex;align-items:center;gap:4px}.pv-toolbar-btn,.pv-toolbar-close{width:36px;height:36px;border:none;border-radius:8px;background:transparent;color:#ffffffb3;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.pv-toolbar-btn:hover,.pv-toolbar-close:hover{background:#ffffff1a;color:#fff}.pv-toolbar-btn:disabled{opacity:.3;cursor:default}.pv-toolbar-btn:disabled:hover{background:transparent}.pv-toolbar-close:hover{background:#ff505033;color:#ff6b6b}.pv-stage{flex:1;display:flex;align-items:center;justify-content:center;padding:24px;cursor:pointer;min-height:0}.pv-progress{height:3px;background:#ffffff1a;flex-shrink:0}.pv-progress-bar{height:100%;transition:width .3s ease;border-radius:2px}.pv-slide{width:100%;max-width:960px;aspect-ratio:16/9;border-radius:12px;background:#fff;box-shadow:0 20px 60px #00000080;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 64px;position:relative;overflow:hidden;box-sizing:border-box}.pv-slide-title{background:linear-gradient(135deg,#f8f9ff,#eef2ff);text-align:center}.pv-title-badge{padding:6px 20px;border-radius:20px;color:#fff;font-size:14px;font-weight:700;margin-bottom:24px}.pv-title-main{font-size:36px;font-weight:800;color:#1a1a2e;margin:0 0 12px;line-height:1.3}.pv-title-sub{font-size:18px;color:#6b7280;margin:0 0 8px}.pv-title-pages{font-size:14px;color:#9ca3af;margin:0}.pv-title-deco-1{position:absolute;top:-40px;right:-40px;width:160px;height:160px;border-radius:50%;opacity:.08}.pv-title-deco-2{position:absolute;bottom:-30px;left:-30px;width:120px;height:120px;border-radius:50%;opacity:.06}.pv-slide-toc{align-items:flex-start;justify-content:flex-start;padding:48px 72px}.pv-toc-heading{font-size:28px;font-weight:800;margin:0 0 28px}.pv-toc-list{display:flex;flex-direction:column;gap:12px;width:100%}.pv-toc-item{display:flex;align-items:center;gap:14px;font-size:18px;color:#374151}.pv-toc-num{width:32px;height:32px;border-radius:50%;color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pv-toc-text{font-weight:500}.pv-slide-content{gap:12px}.pv-content-header{display:flex;align-items:center;gap:10px;align-self:flex-start}.pv-content-num{padding:4px 12px;border-radius:12px;color:#fff;font-size:13px;font-weight:700}.pv-content-label{font-size:14px;color:#9ca3af;font-weight:600}.pv-fc-emoji{font-size:72px;margin:8px 0}.pv-fc-question{font-size:22px;font-weight:700;color:#1a1a2e;margin-bottom:4px}.pv-fc-choices{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%;max-width:520px}.pv-fc-choice{padding:12px 20px;border:2px solid #E5E7EB;border-radius:12px;font-size:17px;font-weight:600;color:#374151;text-align:center;position:relative;transition:all .15s}.pv-fc-correct{font-weight:800;color:#1a1a2e}.pv-fc-check{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-weight:900;font-size:16px;color:#16a34a}.pv-fc-info{display:flex;align-items:center;gap:12px}.pv-fc-meaning{font-size:16px;font-weight:700;color:#6b7280}.pv-fc-phonetic{font-size:14px;color:#9ca3af}.pv-fc-example{font-size:14px;color:#9ca3af;font-style:italic}.pv-fb-sentence{font-size:24px;font-weight:700;color:#1a1a2e;margin-bottom:4px;letter-spacing:.5px}.pv-clf-categories{display:flex;gap:16px;width:100%;max-width:640px}.pv-clf-cat{flex:1;border-radius:12px;overflow:hidden;border:1px solid #E5E7EB}.pv-clf-cat-header{padding:10px;color:#fff;font-size:15px;font-weight:800;text-align:center}.pv-clf-cat-items{padding:12px;display:flex;flex-direction:column;gap:6px;min-height:80px}.pv-clf-cat-item{padding:6px 10px;background:#f3f4f6;border-radius:8px;font-size:14px;font-weight:600}.pv-slide-ending{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);text-align:center}.pv-ending-emoji{font-size:80px;margin-bottom:16px}.pv-ending-title{font-size:28px;font-weight:800;color:#1a1a2e;margin:0 0 8px}.pv-ending-sub{font-size:16px;color:#9ca3af;margin:0}.pv-slide-exam{text-align:left}.pv-exam-number{font-size:22px;font-weight:800;margin-bottom:8px}.pv-exam-passage{background:#f8f9fa;border-left:3px solid #d1d5db;padding:14px 18px;margin-bottom:16px;font-size:15px;line-height:1.7;color:#374151;border-radius:0 8px 8px 0;white-space:pre-line}.pv-exam-question{font-size:17px;font-weight:600;color:#1a1a2e;line-height:1.7;margin-bottom:18px;white-space:pre-line}.pv-exam-choices{display:flex;flex-direction:column;gap:10px}.pv-exam-choice{display:flex;align-items:center;gap:10px;padding:12px 16px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:15px;color:#374151;background:#fff;transition:all .15s}.pv-exam-choice-num{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:26px;border-radius:50%;background:#f3f4f6;font-size:13px;font-weight:700;color:#6b7280}.pv-exam-choice-answer .pv-exam-choice-num{background:currentColor;color:#fff}.pv-exam-answer-box{border:1.5px dashed #d1d5db;border-radius:10px;padding:16px;margin-top:4px}.pv-exam-answer-label{font-size:13px;font-weight:700;margin-bottom:6px;display:block}.pv-exam-answer-text{font-size:15px;color:#374151;line-height:1.7;white-space:pre-line}.pv-fs{background:#000}.pv-toolbar-fs{position:absolute;top:0;left:0;right:0;z-index:10;opacity:0;transition:opacity .3s;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.pv-fs:hover .pv-toolbar-fs{opacity:1}.pv-progress-fs{position:absolute;bottom:0;left:0;right:0;z-index:10}.pv-fs .pv-stage{padding:0}.pv-fs .pv-slide{max-width:100%;width:100%;height:100%;aspect-ratio:unset;border-radius:0;box-shadow:none}.mywork-page-history-list{display:flex;flex-direction:column;gap:12px}.mywork-page-history-item{display:flex;align-items:flex-start;gap:16px;padding:20px 24px;background:#fff;border-radius:12px;cursor:pointer;transition:box-shadow .15s,border-color .15s;border:1px solid #f0f0f0}.mywork-page-history-item:hover{box-shadow:0 4px 16px #00000014;border-color:#d0d5dd}.mywork-page-history-icon{font-size:24px;flex-shrink:0;margin-top:2px}.mywork-page-history-info{flex:1;min-width:0}.mywork-page-history-title{font-size:16px;font-weight:600;color:#1a1a2e;margin-bottom:6px}.mywork-page-history-meta{display:flex;align-items:center;gap:8px;font-size:13px;color:#9ca3af;margin-bottom:10px}.mywork-page-history-subject{font-size:11px;padding:1px 8px;border-radius:4px;color:#fff;font-weight:600}.mywork-page-history-type{font-size:12px;color:#6b7280;font-weight:500}.mywork-page-history-preview{background:#f8f9fb;border-radius:8px;padding:10px 14px;display:flex;flex-direction:column;gap:6px}.mywork-page-history-preview-line{display:flex;gap:8px;align-items:flex-start;font-size:13px}.mywork-page-history-preview-role{font-size:11px;font-weight:700;padding:1px 6px;border-radius:4px;flex-shrink:0}.mywork-page-history-preview-role.user{background:#e8f0fc;color:#2383e2}.mywork-page-history-preview-role.ai{background:#f0e8fc;color:#7c3aed}.mywork-page-history-preview-text{color:#4b5563;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mywork-page-history-preview-more{font-size:12px;color:#2383e2;font-weight:500}.mywork-page-history-arrow{font-size:20px;color:#d0d5dd;flex-shrink:0;align-self:center}.mywork-popup-overlay{position:fixed;inset:0;background:#00000073;z-index:1000;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mywork-popup-container{width:900px;max-width:92vw;max-height:85vh;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0003}.mywork-popup-container .mywork-page-root{min-height:auto;max-height:85vh;border-radius:16px}.mywork-popup-container .landing-header{border-radius:16px 16px 0 0}.mywork-popup-container .mywork-page-hero{padding:28px 0 16px}.mywork-popup-container .mywork-page-title{font-size:24px}.mywork-popup-container .mywork-page-subtitle{font-size:14px}.mywork-popup-container .mywork-page-content{padding:0 28px 28px}.mywork-popup-container .landing-footer{display:none}.mywork-popup-container .mywork-page-grid{grid-template-columns:repeat(3,1fr)}@media(max-width:1100px){.mywork-page-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.mywork-page-grid{grid-template-columns:repeat(2,1fr)}.mywork-page-toolbar{flex-direction:column;align-items:stretch}}@media(max-width:600px){.mywork-page-grid{grid-template-columns:1fr}.mywork-page-title{font-size:24px}.mywork-page-header-actions{flex-direction:column}}@media(max-width:1100px){.landing-home-grid{grid-template-columns:repeat(3,1fr)!important}}@media(max-width:900px){.landing-search-filter-row{flex-direction:column}.landing-filter-selects{width:100%;justify-content:center}.landing-search-bar{width:100%}.landing-quick-actions-final{grid-template-columns:repeat(3,1fr)!important;gap:10px!important}.landing-home-grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:600px){.landing-headline-compact{font-size:30px}.landing-filter-selects{flex-wrap:wrap}.landing-filter-select{flex:1;min-width:0}.landing-home-grid{grid-template-columns:1fr!important}}.ai-chat-container{flex:1;display:flex;flex-direction:column;background:linear-gradient(170deg,#f0f4ff,#f5f0ff,#faf5ff);height:100%;overflow:hidden}.ai-chat-messages{flex:1;overflow-y:auto;padding:32px 40px 24px;display:flex;flex-direction:column;gap:16px}.ai-chat-row{display:flex;align-items:flex-start;gap:10px;max-width:680px}.ai-chat-row-ai{align-self:flex-start}.ai-chat-row-user{align-self:flex-end}.ai-chat-avatar{width:32px;height:32px;border-radius:50%;background:#2383e2;color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.ai-chat-bubble{border-radius:18px;padding:14px 18px;font-size:15.5px;line-height:1.65;word-break:keep-all}.ai-chat-bubble-ai{background:#fff;color:#1a1a1a;box-shadow:0 1px 4px #0000000f;border-top-left-radius:4px}.ai-chat-bubble-user{background:#2383e2;color:#fff;border-top-right-radius:4px;margin-left:auto}.ai-chat-text{margin-bottom:4px}.ai-chat-text span:last-child br{display:none}.ai-chat-chips{display:flex;flex-direction:column;gap:8px;margin-top:12px}.ai-chat-chip{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fafbff;border:1.5px solid #e4e8f0;border-radius:14px;cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .1s;font-family:inherit;text-align:left}.ai-chat-chip:hover:not(:disabled){border-color:#2383e2;box-shadow:0 2px 8px #2383e21f;transform:translateY(-1px)}.ai-chat-chip:active:not(:disabled){transform:translateY(0)}.ai-chat-chip-icon{font-size:30px;flex-shrink:0}.ai-chat-chip-info{display:flex;flex-direction:column;gap:2px}.ai-chat-chip-label{font-size:15px;font-weight:600;color:#1a1a1a}.ai-chat-chip-sub{font-size:14px;color:#888;font-weight:400;line-height:1.4}.ai-chat-chips-disabled .ai-chat-chip,.ai-chat-chips-disabled .ai-chat-template-card{opacity:.45;cursor:default;pointer-events:none}.ai-chat-past-actions{position:relative}.ai-chat-past-actions .ai-chat-chip,.ai-chat-past-actions .ai-chat-template-card,.ai-chat-past-actions .ai-chat-profile-btn,.ai-chat-past-actions .ai-chat-skip-btn{opacity:.65;transition:opacity .15s,border-color .15s,box-shadow .15s;cursor:pointer!important;pointer-events:auto!important}.ai-chat-past-actions .ai-chat-chip:hover,.ai-chat-past-actions .ai-chat-template-card:hover,.ai-chat-past-actions .ai-chat-profile-btn:hover,.ai-chat-past-actions .ai-chat-skip-btn:hover{opacity:1;border-color:#2383e2;box-shadow:0 0 0 2px #2383e226}.ai-chat-chip-selected{background:#e8f0fc!important;border-color:#2383e2!important;opacity:1!important}.ai-chat-chip-selected .ai-chat-chip-label{color:#2383e2;font-weight:700}.ai-chat-template-card-selected{background:#f0f6ff!important;border-color:#2383e2!important;opacity:1!important}.ai-chat-template-card-selected .ai-chat-template-name{color:#2383e2}.ai-chat-reselect-hint{display:block;font-size:12px;color:#9ca3af;margin-top:6px;text-align:right;font-style:italic}.ai-chat-template-cards{display:flex;flex-direction:column;gap:8px;margin-top:12px}.ai-chat-template-card{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fafbff;border:1.5px solid #e4e8f0;border-radius:14px;cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .1s;font-family:inherit;text-align:left}.ai-chat-template-card:hover:not(:disabled){border-color:#2383e2;box-shadow:0 2px 8px #2383e21f;transform:translateY(-1px)}.ai-chat-template-icon{font-size:30px;flex-shrink:0}.ai-chat-template-info{display:flex;flex-direction:column;gap:2px}.ai-chat-template-name{font-size:15px;font-weight:600;color:#1a1a1a}.ai-chat-template-desc{font-size:13px;color:#888}.ai-chat-typing{display:flex;align-items:center;gap:5px;padding:14px 20px}.ai-chat-typing-dot{width:7px;height:7px;border-radius:50%;background:#b0b8c4;animation:ai-chat-dot-bounce 1.2s infinite ease-in-out}.ai-chat-typing-dot:nth-child(2){animation-delay:.15s}.ai-chat-typing-dot:nth-child(3){animation-delay:.3s}@keyframes ai-chat-dot-bounce{0%,80%,to{transform:scale(.7);opacity:.4}40%{transform:scale(1);opacity:1}}.ai-chat-edit-history-section{margin-top:12px}.ai-chat-edit-history-divider{display:flex;align-items:center;gap:12px;padding:16px 20px 8px}.ai-chat-edit-history-divider-line{flex:1;height:1px;background:#e0e0de}.ai-chat-edit-history-divider-text{font-size:12.5px;font-weight:600;color:#9ca3af;white-space:nowrap}.ai-chat-generating{display:flex;align-items:center;gap:10px;margin-top:12px;padding:10px 14px;background:#f0f4ff;border-radius:10px;font-size:14px;color:#2383e2;font-weight:500}.ai-chat-gen-spinner{width:18px;height:18px;border:2.5px solid #d0dcf0;border-top-color:#2383e2;border-radius:50%;animation:ai-chat-spin .7s linear infinite}@keyframes ai-chat-spin{to{transform:rotate(360deg)}}.ai-chat-row:has(.ai-chat-outline){max-width:none;width:100%}.ai-chat-row:has(.ai-chat-outline) .ai-chat-bubble{max-width:100%;width:100%}.ai-chat-outline{margin-top:14px;border:1.5px solid #d8dce6;border-radius:12px;background:#fff;overflow:hidden}.ai-chat-outline-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:linear-gradient(135deg,#f0f4ff,#f5f0ff);border-bottom:1px solid #e8e8f0}.ai-chat-outline-title{font-weight:700;font-size:16px;color:#1a1a2e}.ai-chat-outline-count{font-size:13px;color:#6b7280;background:#fff;padding:3px 10px;border-radius:12px;font-weight:500}.ai-chat-outline-list{max-height:420px;overflow-y:auto;padding:6px 0}.ai-chat-outline-item{padding:10px 18px;border-bottom:1px solid #f0f0f5;transition:background .15s}.ai-chat-outline-item:last-child{border-bottom:none}.ai-chat-outline-item:hover{background:#fafbff}.ai-chat-outline-item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.ai-chat-outline-item-left{display:flex;align-items:center;gap:8px}.ai-chat-outline-page-num{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#2383e2;color:#fff;font-size:12px;font-weight:700;flex-shrink:0}.ai-chat-outline-page-type{font-size:12px;color:#8b95a5;font-weight:500;padding:2px 8px;background:#f0f2f5;border-radius:6px}.ai-chat-outline-item-actions{display:flex;align-items:center;gap:2px;opacity:0;transition:opacity .15s}.ai-chat-outline-item:hover .ai-chat-outline-item-actions{opacity:1}.ai-chat-outline-move-btn,.ai-chat-outline-delete-btn{width:28px;height:28px;border:none;border-radius:6px;background:transparent;cursor:pointer;font-size:14px;color:#6b7280;display:inline-flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.ai-chat-outline-move-btn:hover{background:#e8f0fc;color:#2383e2}.ai-chat-outline-move-btn:disabled{opacity:.3;cursor:default}.ai-chat-outline-delete-btn:hover{background:#fef2f2;color:#ef4444}.ai-chat-outline-item-body{padding-left:32px}.ai-chat-outline-item-title{font-size:15.5px;font-weight:600;color:#1a1a2e;display:block;margin-bottom:4px}.ai-chat-outline-bullets{margin:0;padding:0 0 0 16px;list-style:disc}.ai-chat-outline-bullets li{font-size:14px;color:#6b7280;line-height:1.7}.ai-chat-outline-elements{display:flex;flex-direction:column;gap:6px;margin-top:6px}.outline-el{padding:10px 14px;border-radius:8px;background:#f8f9fc;border:1px solid #eef0f5;font-size:14px}.outline-el-quiz{display:flex;align-items:flex-start;gap:10px}.outline-el-emoji{font-size:32px;line-height:1;flex-shrink:0}.outline-el-quiz-body{flex:1;display:flex;flex-direction:column;gap:5px}.outline-el-answer{font-size:13.5px;color:#6b7280}.outline-el-answer strong{color:#059669;font-weight:600}.outline-el-choices{display:flex;flex-wrap:wrap;gap:5px}.outline-el-choice{padding:4px 12px;border-radius:6px;background:#fff;border:1px solid #e0e3ea;font-size:13.5px;color:#4b5563}.outline-el-choice.correct{background:#ecfdf5;border-color:#6ee7b7;color:#047857;font-weight:600}.outline-el-math{display:flex;flex-direction:column;gap:6px}.outline-el-question{font-size:14.5px;font-weight:600;color:#1a1a2e}.outline-el-fill{display:flex;flex-direction:column;gap:5px}.outline-el-sentence{font-size:14.5px;color:#1a1a2e;font-style:italic;line-height:1.5}.outline-el-fill-meta{display:flex;gap:12px;align-items:center}.outline-el-hint{font-size:12px;color:#9ca3af;background:#f3f4f6;padding:2px 8px;border-radius:4px}.outline-el-ox{display:flex;flex-direction:column;gap:6px}.outline-el-ox-answer{display:flex;gap:8px}.outline-el-ox-btn{padding:4px 14px;border-radius:6px;background:#fff;border:1px solid #e0e3ea;font-size:13.5px;color:#6b7280}.outline-el-ox-btn.correct{background:#ecfdf5;border-color:#6ee7b7;color:#047857;font-weight:600}.outline-el-drag{padding:8px 12px}.outline-el-drag-groups{display:flex;gap:12px}.outline-el-drag-group{flex:1;display:flex;flex-direction:column;gap:5px}.outline-el-drag-label{font-size:12.5px;font-weight:600;color:#4b5563;padding:2px 8px;background:#e8f0fc;border-radius:4px;text-align:center}.outline-el-drag-items{display:flex;flex-wrap:wrap;gap:4px}.outline-el-drag-item{padding:3px 10px;border-radius:5px;font-size:12.5px;border:1px dashed #d0d5dd;color:#4b5563}.outline-el-drag-item.a{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.outline-el-drag-item.b{background:#fef3c7;border-color:#fcd34d;color:#92400e}.outline-el-passage{background:#fffbf0;border-color:#fde68a}.outline-el-passage-text{font-size:13.5px;color:#6b7280;font-style:italic;line-height:1.6}.outline-el-open{display:flex;flex-direction:column;gap:6px}.outline-el-open-area{padding:10px 14px;background:#fff;border:1px dashed #d0d5dd;border-radius:6px;font-size:13.5px;color:#9ca3af;text-align:center}.outline-el-activity{display:flex;align-items:center;gap:8px}.outline-el-activity-type{font-size:12.5px;font-weight:600;color:#7c3aed;background:#f5f3ff;padding:2px 8px;border-radius:5px;white-space:nowrap}.outline-el-activity-content{font-size:14px;color:#4b5563}.outline-el-info{display:flex;align-items:center;gap:8px;padding:4px 12px;background:transparent;border:none}.outline-el-info-label{font-size:12.5px;font-weight:600;color:#9ca3af;min-width:50px}.outline-el-info-value{font-size:14px;color:#1a1a2e;font-weight:500}.ai-chat-outline-add-btn{display:flex;align-items:center;justify-content:center;width:calc(100% - 36px);margin:8px 18px;padding:10px;background:none;border:1.5px dashed #c0c8d8;border-radius:8px;color:#6b7280;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}.ai-chat-outline-add-btn:hover{border-color:#2383e2;color:#2383e2;background:#f0f6ff}.ai-chat-outline-add-form{margin:8px 18px;padding:12px;background:#f5f7ff;border:1px solid #d8dfe8;border-radius:10px}.ai-chat-outline-add-form-row{display:flex;gap:8px;margin-bottom:8px}.ai-chat-outline-add-select{padding:7px 10px;border:1px solid #d0d5dd;border-radius:6px;font-size:13px;background:#fff;color:#333;min-width:100px;cursor:pointer}.ai-chat-outline-add-select:focus{outline:none;border-color:#2383e2}.ai-chat-outline-add-input{flex:1;padding:7px 10px;border:1px solid #d0d5dd;border-radius:6px;font-size:13px;background:#fff;color:#333}.ai-chat-outline-add-input:focus{outline:none;border-color:#2383e2}.ai-chat-outline-add-form-btns{display:flex;justify-content:flex-end;gap:6px}.ai-chat-outline-add-cancel{padding:6px 14px;border:1px solid #d0d5dd;border-radius:6px;background:#fff;color:#666;font-size:13px;cursor:pointer}.ai-chat-outline-add-cancel:hover{background:#f5f5f5}.ai-chat-outline-add-submit{padding:6px 14px;border:none;border-radius:6px;background:#2383e2;color:#fff;font-size:13px;font-weight:600;cursor:pointer}.ai-chat-outline-add-submit:hover{background:#1a6fcb}.ai-chat-outline-footer{padding:12px 18px;border-top:1px solid #e8e8f0;background:#fafbff;display:flex;justify-content:center}.ai-chat-outline-confirm-btn{padding:11px 30px;background:#2383e2;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s,transform .1s;font-family:inherit}.ai-chat-outline-confirm-btn:hover{background:#1a6fcb;transform:translateY(-1px)}.ai-chat-outline-confirm-btn:active{transform:translateY(0)}.ai-chat-outline-confirmed{opacity:.85}.ai-chat-outline-confirmed .ai-chat-outline-header{background:#f5f5f8}.ai-chat-outline-summary{padding:10px 18px 14px;display:flex;flex-direction:column;gap:3px}.ai-chat-outline-summary-item{font-size:14px;color:#6b7280;line-height:1.6}.ai-chat-outline-list::-webkit-scrollbar{width:5px}.ai-chat-outline-list::-webkit-scrollbar-track{background:transparent}.ai-chat-outline-list::-webkit-scrollbar-thumb{background:#d0d5dd;border-radius:3px}.ai-chat-design-recs{margin-top:16px}.ai-chat-design-recs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.ai-chat-design-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .2s ease}.ai-chat-design-card:hover{border-color:#2383e2;box-shadow:0 4px 16px #2383e226;transform:translateY(-2px)}.ai-chat-design-thumb{height:80px;display:flex;align-items:center;justify-content:center;position:relative}.ai-chat-design-thumb-icon{font-size:32px}.ai-chat-design-pages{position:absolute;top:8px;right:8px;font-size:11px;font-weight:600;color:#6b7280;background:#ffffffd9;padding:2px 7px;border-radius:8px}.ai-chat-design-info{padding:10px 12px 12px;display:flex;flex-direction:column;gap:4px}.ai-chat-design-title{font-size:14px;font-weight:600;color:#1a1a2e;line-height:1.3}.ai-chat-design-desc{font-size:12px;color:#6b7280;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ai-chat-design-category{font-size:11px;color:#2383e2;font-weight:500;margin-top:2px}.ai-chat-row:has(.ai-chat-design-recs){max-width:92%}.ai-chat-design-card-btns{display:flex;gap:6px;padding:0 10px 10px}.ai-chat-design-preview-btn,.ai-chat-design-select-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;padding:6px 0;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;border:none;transition:all .15s}.ai-chat-design-preview-btn{background:#f3f4f6;color:#6b7280}.ai-chat-design-preview-btn:hover{background:#e5e7eb;color:#374151}.ai-chat-design-select-btn{background:#2383e2;color:#fff}.ai-chat-design-select-btn:hover{background:#1a6fcb}.ai-chat-design-bottom-actions{display:flex;justify-content:center;margin-top:14px}.ai-chat-design-regen-btn{display:flex;align-items:center;gap:6px;padding:9px 20px;border-radius:20px;font-size:13.5px;font-weight:600;color:#2383e2;background:#e8f0fc;border:1.5px solid #d0e0f5;cursor:pointer;transition:all .15s}.ai-chat-design-regen-btn:hover{background:#d0e0f5;border-color:#2383e2}.design-confirm-overlay{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:cp-fade-in .15s ease}.design-confirm-modal{background:#fff;border-radius:16px;padding:32px 36px 28px;max-width:520px;width:90%;box-shadow:0 8px 40px #0000002e;text-align:center}.design-confirm-icon{font-size:40px;margin-bottom:12px}.design-confirm-title{font-size:17px;font-weight:700;color:#1a1a2e;margin-bottom:10px;line-height:1.4}.design-confirm-desc{font-size:14px;color:#6b7280;line-height:1.6;margin-bottom:24px}.design-confirm-btns{display:flex;gap:10px}.design-confirm-btn{flex:1;padding:12px 16px;border-radius:10px;font-size:14.5px;font-weight:600;cursor:pointer;transition:all .15s ease}.design-confirm-continue{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.design-confirm-continue:hover{background:#e5e7eb}.design-confirm-go{background:#2383e2;color:#fff;border:none}.design-confirm-go:hover{background:#1a6fcb}.design-preview-overlay{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:cp-fade-in .15s ease}.design-preview-modal{background:#fff;border-radius:16px;width:520px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003;overflow:hidden}.design-preview-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 14px;border-bottom:1px solid #f0f0f0}.design-preview-header-info{display:flex;flex-direction:column;gap:2px}.design-preview-title{font-size:16px;font-weight:700;color:#1a1a2e}.design-preview-meta{font-size:12px;color:#9ca3af}.design-preview-close{background:none;border:none;cursor:pointer;padding:4px;border-radius:6px}.design-preview-close:hover{background:#f3f4f6}.design-preview-body{padding:20px;overflow-y:auto;flex:1}.design-preview-canvas{border-radius:12px;padding:36px 20px;display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:20px}.design-preview-canvas-icon{font-size:56px}.design-preview-canvas-title{font-size:15px;font-weight:700;text-align:center}.design-preview-desc{font-size:14px;color:#6b7280;line-height:1.5;margin:0 0 16px}.design-preview-slides-label{font-size:13px;font-weight:600;color:#374151;margin-bottom:10px;display:block}.design-preview-slides-list{display:flex;flex-direction:column;gap:8px}.design-preview-slide-item{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;background:#fafafa;border-radius:8px}.design-preview-slide-num{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#6b7280}.design-preview-slide-content{font-size:13px;color:#374151;line-height:1.5}.design-preview-slide-content b{font-weight:600;color:#1a1a2e}.design-preview-footer{display:flex;justify-content:flex-end;gap:8px;padding:14px 20px;border-top:1px solid #f0f0f0}.design-preview-cancel{padding:9px 20px;border-radius:10px;font-size:14px;font-weight:600;background:#f3f4f6;color:#374151;border:none;cursor:pointer}.design-preview-cancel:hover{background:#e5e7eb}.design-preview-select{padding:9px 24px;border-radius:10px;font-size:14px;font-weight:600;background:#2383e2;color:#fff;border:none;cursor:pointer}.design-preview-select:hover{background:#1a6fcb}.chat-input-container{padding:12px 24px 24px;background:transparent;flex-shrink:0}.chat-input-box{background:#fff;border-radius:16px;border:1.5px solid #e0e4ef;box-shadow:0 4px 24px #00000014;transition:border-color .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;overflow:hidden}.chat-input-box--focused{border-color:#2383e2;box-shadow:0 4px 24px #2383e21f}.chat-input-textarea{width:100%;min-height:44px;max-height:160px;padding:14px 18px 8px;border:none;background:transparent;font-size:14px;line-height:1.6;font-family:inherit;outline:none;resize:none;color:#1a1a2e;box-sizing:border-box}.chat-input-textarea::placeholder{color:#aab0c0}.chat-input-textarea:disabled{background:#f8f9fb;color:#b0b4c0;cursor:not-allowed}.chat-input-attachments{display:flex;flex-wrap:wrap;gap:8px;padding:4px 16px 8px}.chat-input-chip{display:flex;align-items:center;gap:6px;padding:4px 10px 4px 4px;background:#f0f4ff;border:1px solid #d0d8f0;border-radius:10px;font-size:12.5px;color:#3a3f52;position:relative}.chat-input-chip-thumb-wrap{position:relative;width:40px;height:40px;flex-shrink:0}.chat-input-chip-thumb{width:40px;height:40px;border-radius:8px;object-fit:cover;display:block}.chat-input-chip-thumb-tooltip{display:none;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);z-index:100;background:#fff;border-radius:10px;box-shadow:0 6px 20px #00000026;padding:4px}.chat-input-chip-thumb-wrap:hover .chat-input-chip-thumb-tooltip{display:block}.chat-input-chip-thumb-tooltip img{width:200px;border-radius:8px;display:block}.chat-input-chip-icon{font-size:20px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-input-chip-name{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-input-chip-remove{width:18px;height:18px;border:none;background:#d0d8f0;color:#5a6070;border-radius:50%;font-size:13px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0;transition:background .15s}.chat-input-chip-remove:hover{background:#b8c0d8;color:#fff}.chat-input-actions{display:flex;align-items:center;justify-content:space-between;padding:6px 10px 10px}.chat-input-actions-left{display:flex;align-items:center;gap:2px}.chat-input-actions-right{display:flex;align-items:center}.chat-input-btn{width:36px;height:36px;border:none;background:transparent;color:#9ca3b8;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;padding:0}.chat-input-btn:hover:not(:disabled){background:#f0f4ff;color:#5a6480}.chat-input-btn:disabled{color:#d0d4e0;cursor:not-allowed}.chat-input-btn--send{width:36px;height:36px;border-radius:50%;background:#c0c8d8;color:#fff;transition:background .2s,transform .15s}.chat-input-btn--send:hover:not(:disabled){background:#b0b8c8;color:#fff}.chat-input-btn--send.active{background:#2383e2;color:#fff}.chat-input-btn--send.active:hover:not(:disabled){background:#1a6fcb;transform:scale(1.05)}.chat-input-btn--send:disabled{background:#c0c8d8;color:#fff;cursor:not-allowed}.chat-input-btn--ai-image{position:relative}.chat-input-btn--ai-image:not(:disabled){color:#2383e2}.chat-input-btn--ai-image:not(:disabled):hover{background:#e8f0fc}.chat-input-ai-badge{position:absolute;top:-2px;right:-2px;background:linear-gradient(135deg,#2383e2,#6c5ce7);color:#fff;font-size:8px;font-weight:700;padding:1px 3px;border-radius:4px;line-height:1;letter-spacing:.3px}.ai-image-modal-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1100;animation:fadeIn .15s ease}.ai-image-modal{background:#fff;border-radius:20px;padding:28px;width:440px;max-width:90vw;box-shadow:0 20px 60px #0003;animation:slideUp .2s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ai-image-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.ai-image-modal-title{display:flex;align-items:center;gap:8px;font-size:17px;font-weight:700;color:#1a1a2e}.ai-image-modal-close{background:none;border:none;font-size:22px;color:#9ca3af;cursor:pointer;padding:4px 8px;border-radius:8px;line-height:1}.ai-image-modal-close:hover{background:#f3f4f6;color:#1a1a2e}.ai-image-modal-desc{font-size:14px;color:#6b7280;margin:0 0 16px;line-height:1.5}.ai-image-modal-input{width:100%;border:1.5px solid #e5e7eb;border-radius:14px;padding:14px 16px;font-size:14.5px;line-height:1.6;resize:none;outline:none;font-family:inherit;transition:border-color .15s;box-sizing:border-box}.ai-image-modal-input:focus{border-color:#2383e2}.ai-image-modal-input::placeholder{color:#b0b8c8}.ai-image-modal-input:disabled{background:#f9fafb;color:#9ca3af}.ai-image-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.ai-image-modal-cancel{background:#f3f4f6;border:none;border-radius:12px;padding:10px 20px;font-size:14px;font-weight:600;color:#6b7280;cursor:pointer;transition:background .15s}.ai-image-modal-cancel:hover{background:#e5e7eb}.ai-image-modal-cancel:disabled{opacity:.5;cursor:not-allowed}.ai-image-modal-generate{background:#2383e2;border:none;border-radius:12px;padding:10px 24px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;display:flex;align-items:center;gap:6px;transition:background .15s}.ai-image-modal-generate:hover:not(:disabled){background:#1a6fcb}.ai-image-modal-generate:disabled{opacity:.6;cursor:not-allowed}.ai-image-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.ai-chat-msg-attachments{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.ai-chat-msg-attach-img{max-width:200px;border-radius:12px;overflow:hidden}.ai-chat-msg-attach-img img{width:100%;display:block;border-radius:12px}.ai-chat-msg-attach-doc{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#f8f9ff;border:1px solid #e0e4ef;border-radius:10px;min-width:160px}.ai-chat-msg-attach-doc-icon{font-size:22px;flex-shrink:0}.ai-chat-msg-attach-doc-info{display:flex;flex-direction:column;gap:1px}.ai-chat-msg-attach-doc-name{font-size:13.5px;font-weight:600;color:#1a1a2e}.ai-chat-msg-attach-doc-size{font-size:12px;color:#9ca3af}.toast-container{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:8px}.toast{padding:12px 20px;border-radius:12px;font-size:14px;font-family:inherit;color:#fff;box-shadow:0 4px 16px #0000001f;animation:toast-slide-in .3s ease;max-width:360px}@keyframes toast-slide-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.toast--info{background:#2383e2}.toast--warn{background:#f59e0b;color:#1a1a2e}.toast--error{background:#ef4444}.ai-chat-inline-form{display:flex;flex-direction:column;gap:14px;margin-top:14px;padding:16px;background:#f8faff;border-radius:12px;border:1px solid #e4e8f0}.ai-chat-inline-form-disabled{opacity:.45;pointer-events:none}.ai-chat-inline-row{display:flex;flex-direction:column;gap:6px}.ai-chat-inline-label{font-size:13px;font-weight:600;color:#666;letter-spacing:.02em}.ai-chat-inline-chips{display:flex;flex-wrap:wrap;gap:6px}.ai-chat-inline-chip{padding:7px 16px;background:#fff;border:1.5px solid #d8dce6;border-radius:18px;font-size:14px;font-weight:500;color:#444;cursor:pointer;transition:all .15s;font-family:inherit}.ai-chat-inline-chip:hover:not(:disabled){border-color:#2383e2;color:#2383e2;background:#f0f5ff}.ai-chat-inline-chip.selected{background:#2383e2;color:#fff;border-color:#2383e2}.ai-chat-inline-submit{align-self:flex-end;padding:9px 22px;background:#2383e2;color:#fff;border:none;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s;font-family:inherit;margin-top:2px}.ai-chat-inline-submit:hover{background:#1a6fcb}.ai-chat-profile-actions{display:flex;gap:8px;margin-top:14px}.ai-chat-profile-btn{padding:10px 22px;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit;background:#fff;color:#2383e2;border:1.5px solid #2383e2}.ai-chat-profile-btn:hover:not(:disabled){background:#e8f0fc}.ai-chat-profile-btn-selected{background:#2383e2;color:#fff;border-color:#2383e2;pointer-events:none}.ai-chat-profile-btn:disabled:not(.ai-chat-profile-btn-selected){opacity:.45;cursor:default;pointer-events:none}.ai-chat-profile-actions.ai-chat-chips-disabled .ai-chat-profile-btn{opacity:.45;cursor:default;pointer-events:none}.ai-chat-file-attach{margin-top:14px}.ai-chat-file-attach-area{display:flex;flex-direction:column;gap:8px}.ai-chat-file-attach-btn{display:flex;align-items:center;gap:12px;padding:14px 18px;border:2px dashed #c7d2e0;border-radius:12px;background:#f8fafd;cursor:pointer;transition:border-color .2s,background .2s,box-shadow .2s;text-align:left;font-family:inherit}.ai-chat-file-attach-btn:hover:not(:disabled){border-color:#2383e2;background:#f0f6ff;box-shadow:0 2px 8px #2383e21a}.ai-chat-file-attach-icon{font-size:24px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#e8f0fc;border-radius:10px;flex-shrink:0}.ai-chat-file-attach-text{display:flex;flex-direction:column;gap:2px}.ai-chat-file-attach-title{font-size:15px;font-weight:600;color:#1a1a2e}.ai-chat-file-attach-desc{font-size:13px;color:#9ca3af}.ai-chat-file-skip-btn{padding:8px 16px;border:none;border-radius:8px;background:transparent;color:#9ca3af;font-size:13.5px;cursor:pointer;transition:color .15s,background .15s;font-family:inherit;text-align:center}.ai-chat-file-skip-btn:hover:not(:disabled){color:#4b5563;background:#f3f4f6}.ai-chat-file-attach-btn:disabled,.ai-chat-file-skip-btn:disabled{opacity:.45;cursor:default}.ai-chat-past-actions .ai-chat-file-attach-btn,.ai-chat-past-actions .ai-chat-file-skip-btn{opacity:.65;cursor:pointer!important;pointer-events:auto!important}.ai-chat-past-actions .ai-chat-file-attach-btn:hover,.ai-chat-past-actions .ai-chat-file-skip-btn:hover{opacity:1}.ai-chat-skip-actions{margin-top:12px}.ai-chat-skip-btn{padding:10px 24px;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit;background:#f3f4f6;color:#4b5563;border:1.5px solid #d1d5db}.ai-chat-skip-btn:hover:not(:disabled){background:#e5e7eb;border-color:#9ca3af;color:#1f2937}.ai-chat-skip-btn:disabled{opacity:.45;cursor:default;pointer-events:none}.ai-chat-skip-actions.ai-chat-chips-disabled .ai-chat-skip-btn{opacity:.45;cursor:default;pointer-events:none}.chat-sidebar{transition:width .25s ease,min-width .25s ease,opacity .2s ease;overflow:hidden}.chat-sidebar-closed{width:40px!important;min-width:40px!important;padding:0;display:flex;align-items:flex-start;justify-content:center}.chat-sidebar-closed .chat-sidebar-header,.chat-sidebar-closed .chat-sidebar-new-btn,.chat-sidebar-closed .chat-sidebar-list,.chat-sidebar-closed .chat-sidebar-empty{display:none}.chat-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px 8px}.chat-sidebar-title{font-size:14px;font-weight:700;color:var(--text-primary, #37352f)}.chat-sidebar-close{background:none;border:none;cursor:pointer;color:#999;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center}.chat-sidebar-close:hover{background:#f0f0f0;color:#666}.chat-sidebar-new-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:calc(100% - 24px);margin:4px 12px 12px;padding:9px 0;background:#2383e2;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s;font-family:inherit}.chat-sidebar-new-btn:hover{background:#1a6fcb}.chat-sidebar-open-btn{background:none;border:none;cursor:pointer;color:#999;padding:12px 8px;display:flex;align-items:center;justify-content:center;width:100%;margin-top:4px}.chat-sidebar-open-btn:hover{color:#666;background:#f5f5f5}.chat-sidebar-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 16px;text-align:center}.chat-sidebar-empty-icon{font-size:32px;margin-bottom:12px;opacity:.5}.chat-sidebar-empty p{font-size:13px;color:#999;line-height:1.6;margin:0}.chat-sidebar-list{flex:1;overflow-y:auto;padding:0 8px}.chat-sidebar-item{display:flex;align-items:center;gap:10px;padding:10px;border-radius:6px;cursor:pointer;transition:background .12s}.chat-sidebar-item:hover{background:#f0f0ef}.chat-sidebar-item.active{background:#e8f0fc;border-left:3px solid #2383e2;padding-left:7px}.chat-sidebar-item-icon{font-size:16px;flex-shrink:0;opacity:.6}.chat-sidebar-item-info{display:flex;flex-direction:column;gap:2px;min-width:0}.chat-sidebar-item-title{font-size:13px;font-weight:500;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-sidebar-item-date{font-size:11px;color:#aaa}.chat-sidebar-item-delete{flex-shrink:0;background:none;border:none;color:silver;cursor:pointer;padding:4px;border-radius:6px;opacity:0;transition:all .15s;margin-left:auto}.chat-sidebar-item:hover .chat-sidebar-item-delete{opacity:1}.chat-sidebar-item-delete:hover{color:#ef4444;background:#fef2f2}.chat-sidebar-item-chevron{font-size:12px;color:#9ca3af;flex-shrink:0;margin-left:auto}.chat-sidebar-item-badge{flex-shrink:0;margin-left:auto;padding:1px 7px;border-radius:8px;background:#f3f4f6;color:#9ca3af;font-size:10px;font-weight:600}.chat-sidebar-session{border-bottom:1px solid #f0f0f5}.chat-sidebar-messages{padding:8px 12px 12px 36px;display:flex;flex-direction:column;gap:6px;background:#f8f9fb}.chat-sidebar-msg{display:flex;gap:8px;align-items:flex-start;font-size:12.5px;line-height:1.5;flex-wrap:wrap}.chat-sidebar-msg-role{font-size:10px;font-weight:700;padding:1px 5px;border-radius:3px;flex-shrink:0;margin-top:1px}.chat-sidebar-msg-user .chat-sidebar-msg-role{background:#e8f0fc;color:#2383e2}.chat-sidebar-msg-ai .chat-sidebar-msg-role{background:#f0e8fc;color:#7c3aed}.chat-sidebar-msg-text{color:#4b5563;word-break:break-word}.sv-root{flex:1;display:flex;flex-direction:column;background:linear-gradient(180deg,#f8f9ff,#f0f4ff);overflow:hidden}.sv-header{display:flex;align-items:center;gap:10px;padding:14px 20px;background:#fff;border-bottom:1px solid #E5E7EB;flex-shrink:0}.sv-back{width:32px;height:32px;border:1px solid #E5E7EB;border-radius:8px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .15s;flex-shrink:0}.sv-back:hover{background:#f3f4f6;color:#374151}.sv-header-info{display:flex;flex-direction:column;gap:2px;min-width:0}.sv-header-title{font-size:15px;font-weight:700;color:#1a1a2e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sv-header-template{font-size:12px;color:#9ca3af}.sv-body{flex:1;overflow-y:auto;padding:20px 24px;display:flex;flex-direction:column;gap:12px}.sv-msg{display:flex;gap:8px;max-width:85%}.sv-msg-user{align-self:flex-end;flex-direction:row-reverse}.sv-msg-ai{align-self:flex-start}.sv-ai-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#818cf8,#6366f1);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.sv-bubble{padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.6}.sv-bubble p{margin:0}.sv-bubble p+p{margin-top:4px}.sv-bubble-user{background:#2383e2;color:#fff;border-radius:16px 4px 16px 16px}.sv-bubble-ai{background:#fff;color:#374151;border:1px solid #E5E7EB;border-radius:4px 16px 16px;box-shadow:0 1px 4px #0000000a}.sv-footer{flex-shrink:0;padding:12px 20px 16px;border-top:1px solid #E5E7EB;background:#fff}.sv-revert-footer-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 20px;border:1px solid #C7D2FE;border-radius:12px;background:linear-gradient(135deg,#eef2ff,#e0e7ff);color:#4f46e5;font-size:14px;font-weight:700;cursor:pointer;transition:all .15s}.sv-revert-footer-btn:hover{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-color:#818cf8;transform:translateY(-1px);box-shadow:0 2px 8px #4f46e526}.sv-revert-footer-btn:active{transform:scale(.97)}.chat-sidebar-new-wrap{padding:8px 12px;border-bottom:1px solid #f0f0f5}.chat-sidebar-new-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:8px 12px;border:1.5px dashed #C7D2FE;border-radius:8px;background:#fafaff;color:#4f46e5;font-size:13px;font-weight:700;cursor:pointer;transition:all .15s}.chat-sidebar-new-btn:hover{background:#eef2ff;border-color:#818cf8}.qec-root{flex:1;display:flex;flex-direction:column;background:linear-gradient(180deg,#f8f9ff,#f0f4ff);overflow:hidden}.qec-header{display:flex;align-items:center;gap:8px;padding:14px 20px;background:#fff;border-bottom:1px solid #E5E7EB;flex-shrink:0}.qec-header-icon{font-size:18px;background:linear-gradient(135deg,#818cf8,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.qec-header-title{font-size:15px;font-weight:700;color:#1a1a2e}.qec-header-close{margin-left:auto;width:28px;height:28px;border:none;border-radius:6px;background:transparent;color:#9ca3af;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.qec-header-close:hover{background:#f3f4f6;color:#6b7280}.qec-body{flex:1;overflow-y:auto;padding:20px 24px;display:flex;flex-direction:column;gap:12px}.qec-suggestions{flex-shrink:0;padding:0 20px 12px}.qec-suggestions-label{font-size:12px;font-weight:700;color:#9ca3af;margin-bottom:8px}.qec-suggestions-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.qec-suggestion-chip{display:flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid #E5E7EB;border-radius:10px;background:#fff;color:#374151;font-size:12.5px;font-weight:600;cursor:pointer;transition:all .15s;text-align:left}.qec-suggestion-chip:hover{background:#eef2ff;border-color:#c7d2fe;color:#4f46e5}.qec-suggestion-icon{font-size:15px;flex-shrink:0}.qec-input-row{flex-shrink:0;display:flex;align-items:flex-end;gap:8px;padding:12px 16px 16px;background:#fff;border-top:1px solid #E5E7EB}.qec-input{flex:1;resize:none;border:1.5px solid #E5E7EB;border-radius:12px;padding:10px 14px;font-size:14px;line-height:1.5;outline:none;font-family:inherit;min-height:20px;max-height:100px;transition:border-color .15s}.qec-input:focus{border-color:#818cf8}.qec-send{width:36px;height:36px;border:none;border-radius:50%;background:#c0c8d8;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.qec-send:not(:disabled){background:#4f46e5}.qec-send:not(:disabled):hover{background:#4338ca}.ai-chat-cp-history-list{display:flex;flex-direction:column;gap:8px;padding:4px 16px 8px}.ai-chat-cp-history-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px;box-shadow:0 1px 3px #0000000f}.ai-chat-cp-history-card-header{display:flex;justify-content:space-between;align-items:center;gap:8px}.ai-chat-cp-history-card-title{font-size:13.5px;font-weight:600;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ai-chat-cp-history-card-date{font-size:11px;color:#9ca3af;flex-shrink:0}.ai-chat-cp-history-card-meta{display:flex;align-items:center;gap:8px;margin-top:6px}.ai-chat-cp-history-card-badge{font-size:10.5px;padding:2px 8px;border-radius:4px;background:#e0e7ff;color:#4f46e5;font-weight:500;white-space:nowrap}.ai-chat-cp-history-card-count{font-size:11px;color:#6b7280}.ai-chat-cp-history-card-btn{display:block;width:100%;margin-top:10px;padding:7px 0;font-size:13px;font-weight:600;color:#2383e2;background:#f0f6ff;border:1px solid #dbeafe;border-radius:7px;cursor:pointer;transition:background .15s,border-color .15s}.ai-chat-cp-history-card-btn:hover{background:#dbeafe;border-color:#2383e2}.welcome-modal-overlay{position:fixed;inset:0;z-index:9999;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;animation:welcomeFadeIn .2s ease}@keyframes welcomeFadeIn{0%{opacity:0}to{opacity:1}}.welcome-modal{position:relative;width:480px;max-width:92vw;max-height:85vh;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000002e,0 4px 16px #00000014;padding:32px;animation:welcomeSlideUp .25s ease;overflow-y:auto}@keyframes welcomeSlideUp{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.welcome-modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border:none;border-radius:8px;background:transparent;color:#9ca3af;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.welcome-modal-close:hover{background:#f3f4f6;color:#4b5563}.welcome-modal-header{text-align:center;margin-bottom:24px;position:relative}.welcome-modal-icon{font-size:36px;margin-bottom:10px}.welcome-modal-title{font-size:20px;font-weight:700;color:#1a1a2e;margin:0 0 6px}.welcome-modal-desc{font-size:14px;color:#6b7280;margin:0;line-height:1.5}.welcome-modal-back{position:absolute;top:4px;left:0;width:32px;height:32px;border:none;border-radius:8px;background:#f3f4f6;color:#4b5563;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.welcome-modal-back:hover{background:#e5e7eb}.welcome-modal-choices{display:flex;flex-direction:column;gap:12px}.welcome-modal-choice{display:flex;align-items:center;gap:14px;padding:18px 20px;border:1.5px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;transition:border-color .2s,box-shadow .2s,background .2s;text-align:left;font-family:inherit}.welcome-modal-choice:hover{border-color:#2383e2;box-shadow:0 2px 12px #2383e21f;background:#f8fbff}.welcome-modal-choice-ai{border-color:#dbeafe;background:linear-gradient(135deg,#f0f7ff,#f5f0ff)}.welcome-modal-choice-ai:hover{border-color:#2383e2;box-shadow:0 2px 16px #2383e22e}.welcome-modal-choice-icon{font-size:28px;flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:10px}.welcome-modal-choice-ai .welcome-modal-choice-icon{background:#dbeafe}.welcome-modal-choice-text{flex:1;display:flex;flex-direction:column;gap:2px}.welcome-modal-choice-title{font-size:15px;font-weight:600;color:#1a1a2e}.welcome-modal-choice-desc{font-size:12.5px;color:#6b7280}.welcome-modal-choice-arrow{font-size:20px;color:#c0c5d0;flex-shrink:0;font-weight:300}.welcome-modal-choice-badge{font-size:11px;font-weight:600;color:#2383e2;background:#dbeafe;padding:3px 10px;border-radius:10px;flex-shrink:0}.welcome-modal-file-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:36px 20px;border:2px dashed #d1d5db;border-radius:14px;background:#fafbfc;cursor:pointer;transition:border-color .2s,background .2s,box-shadow .2s}.welcome-modal-file-dropzone:hover{border-color:#2383e2;background:#f0f7ff;box-shadow:0 2px 12px #2383e214}.welcome-modal-file-dropzone-active{border-color:#2383e2;background:#e8f0fc;box-shadow:0 4px 20px #2383e226}.welcome-modal-file-dropzone-icon{margin-bottom:4px}.welcome-modal-file-dropzone-text{font-size:14px;color:#4b5563;text-align:center;line-height:1.6;margin:0}.welcome-modal-file-dropzone-link{color:#2383e2;font-weight:600;text-decoration:underline;text-underline-offset:2px}.welcome-modal-file-dropzone-hint{font-size:12px;color:#9ca3af;margin:0}.welcome-modal-file-formats{display:flex;justify-content:center;gap:24px;margin-top:16px}.welcome-modal-file-format-item{display:flex;align-items:center;gap:8px}.welcome-modal-file-format-icon{font-size:11px;font-weight:700;padding:4px 8px;border-radius:6px;letter-spacing:.5px}.welcome-modal-file-format-pdf{background:#fee2e2;color:#dc2626}.welcome-modal-file-format-ppt{background:#fef3c7;color:#d97706}.welcome-modal-file-format-label{font-size:13px;color:#6b7280}.welcome-modal-file-processing{display:flex;flex-direction:column;gap:20px;padding:8px 0}.welcome-modal-file-processing-card{display:flex;align-items:center;gap:14px;padding:16px 18px;background:#f8fafc;border-radius:12px;border:1px solid #e5e7eb}.welcome-modal-file-processing-icon{font-size:32px;flex-shrink:0}.welcome-modal-file-processing-info{display:flex;flex-direction:column;gap:2px}.welcome-modal-file-processing-name{font-size:14px;font-weight:600;color:#1a1a2e;word-break:break-all}.welcome-modal-file-processing-size{font-size:12px;color:#9ca3af}.welcome-modal-file-progress-bar{height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.welcome-modal-file-progress-fill{height:100%;background:linear-gradient(90deg,#2383e2,#60a5fa);border-radius:3px;transition:width .3s ease}.welcome-modal-file-progress-info{display:flex;justify-content:space-between;align-items:center}.welcome-modal-file-progress-status{font-size:13px;color:#6b7280}.welcome-modal-file-progress-percent{font-size:13px;font-weight:600;color:#2383e2}.welcome-modal-work-list{display:flex;flex-direction:column;gap:8px;max-height:360px;overflow-y:auto}.welcome-modal-work-item{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1.5px solid #e5e7eb;border-radius:10px;background:#fff;cursor:pointer;transition:border-color .2s,box-shadow .2s;text-align:left;font-family:inherit}.welcome-modal-work-item:hover{border-color:#2383e2;box-shadow:0 2px 10px #2383e21a}.welcome-modal-work-info{flex:1;display:flex;flex-direction:column;gap:3px;min-width:0}.welcome-modal-work-subject{font-size:11px;font-weight:600;color:#2383e2;background:#eff6ff;padding:2px 8px;border-radius:6px;width:fit-content}.welcome-modal-work-title{font-size:14px;font-weight:600;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.welcome-modal-work-meta{display:flex;align-items:center;gap:5px;font-size:12px;color:#9ca3af}.welcome-modal-work-list::-webkit-scrollbar{width:5px}.welcome-modal-work-list::-webkit-scrollbar-thumb{background:#d0d5dd;border-radius:3px}.template-browser-root{width:100%;height:100vh;background:#f8f9fb;font-family:Noto Sans KR,Pretendard,system-ui,sans-serif;display:flex;flex-direction:column;overflow-y:auto}.template-browser-content{max-width:1200px;width:100%;margin:0 auto;padding:32px 24px 80px;flex:1}.template-browser-filter-bar{display:flex;align-items:center;gap:16px;margin-bottom:48px;flex-wrap:wrap}.template-browser-selects{display:flex;gap:10px;flex-shrink:0}.template-browser-select{height:48px;padding:0 36px 0 16px;border:1px solid #d0d5dd;border-radius:12px;background:#fff;font-size:14px;color:#344054;cursor:pointer;outline:none;min-width:130px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23667085' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;transition:border-color .15s}.template-browser-select:focus{border-color:#2383e2;box-shadow:0 0 0 3px #2383e21f}.template-browser-select:disabled{background:#f2f4f7;color:#98a2b3;cursor:not-allowed}.template-browser-search-wrap{flex:1;min-width:280px;max-width:480px;position:relative;margin-left:auto}.template-browser-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);font-size:16px;pointer-events:none}.template-browser-search{width:100%;height:48px;padding:0 16px 0 44px;border:1px solid #d0d5dd;border-radius:12px;background:#fff;font-size:14px;color:#344054;outline:none;transition:border-color .15s}.template-browser-search:focus{border-color:#2383e2;box-shadow:0 0 0 3px #2383e21f}.template-browser-search::placeholder{color:#98a2b3}.template-browser-section{margin-bottom:56px}.template-browser-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.template-browser-section-title{font-size:20px;font-weight:700;color:#1a1a2e;margin:0}.template-browser-empty{text-align:center;padding:48px 24px;color:#98a2b3;font-size:15px;background:#fff;border-radius:12px;border:1px dashed #d0d5dd}.template-browser-slider-wrap{position:relative}.template-browser-slider{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;padding:4px 0 12px;scrollbar-width:none}.template-browser-slider::-webkit-scrollbar{display:none}.template-browser-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid #e0e0de;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:center;font-size:20px;color:#344054;cursor:pointer;z-index:2;transition:background .15s,box-shadow .15s}.template-browser-slider-arrow:hover{background:#f8f9fb;box-shadow:0 4px 12px #00000024}.template-browser-slider-arrow.left{left:-18px}.template-browser-slider-arrow.right{right:-18px}.landing-root .template-browser-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.template-browser-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #00000014;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;min-width:200px;flex-shrink:0;position:relative}.template-browser-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000024}.template-browser-card-thumb{aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:16px}.template-browser-card-thumb-title{font-size:13px;font-weight:700;text-align:center;line-height:1.4;z-index:1}.template-browser-card-thumb-deco{position:absolute;bottom:-10px;right:-10px;width:48px;height:48px;border-radius:50%;opacity:.25}.template-browser-card-content-type-badge{font-size:10px;font-weight:600;color:#fff;padding:2px 7px;border-radius:4px;letter-spacing:-.2px;line-height:1.6;white-space:nowrap}.template-browser-card-badges{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.template-browser-card-body{padding:12px 14px 14px}.template-browser-card-top-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.template-browser-card-type-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;color:#fff}.template-browser-card-fav{background:none;border:none;cursor:pointer;font-size:16px;padding:0;line-height:1;opacity:.4;transition:opacity .15s,transform .15s}.template-browser-card-fav:hover{opacity:1;transform:scale(1.2)}.template-browser-card-fav.active{opacity:1}.template-browser-card-title{font-size:14px;font-weight:600;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.template-browser-card-slides{font-size:12px;color:#98a2b3}.template-browser-card-thumb{position:relative}.tpl-preview-overlay{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.tpl-preview-modal{background:#fff;border-radius:20px;width:680px;max-width:92vw;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 24px 64px #0003;overflow:hidden}.tpl-preview-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #f0f0f0}.tpl-preview-title{font-size:18px;font-weight:700;color:#1e293b;margin:0}.tpl-preview-close{background:none;border:none;cursor:pointer;color:#6b7280;padding:6px;border-radius:8px;transition:background .15s}.tpl-preview-close:hover{background:#f3f4f6}.tpl-preview-canvas{aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;margin:20px 24px 0;border-radius:12px;overflow:hidden;position:relative}.tpl-preview-cover{text-align:center;padding:40px}.tpl-preview-cover-grade{display:inline-block;font-size:12px;font-weight:600;color:#6b7280;background:#ffffffb3;padding:4px 14px;border-radius:20px;margin-bottom:16px}.tpl-preview-cover-title{font-size:28px;font-weight:800;color:#1e293b;margin:0 0 10px}.tpl-preview-cover-sub{font-size:15px;color:#6b7280;margin:0}.tpl-preview-quiz{text-align:center;padding:32px;width:100%}.tpl-preview-quiz-q{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 16px}.tpl-preview-quiz-img{font-size:64px;margin-bottom:20px}.tpl-preview-quiz-options{display:grid;grid-template-columns:1fr 1fr;gap:10px;max-width:360px;margin:0 auto}.tpl-preview-quiz-opt{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#fff;border:2px solid #e5e7eb;border-radius:10px;font-size:15px;font-weight:500;color:#374151;cursor:default;transition:border-color .15s}.tpl-preview-quiz-opt.correct{border-color:#22c55e;background:#f0fdf4;color:#166534}.tpl-preview-quiz-opt-num{width:24px;height:24px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0;color:#6b7280}.tpl-preview-quiz-opt.correct .tpl-preview-quiz-opt-num{background:#22c55e;color:#fff}.tpl-preview-fill{text-align:center;padding:40px}.tpl-preview-fill-hint{font-size:56px;margin-bottom:20px}.tpl-preview-fill-sentence{font-size:22px;font-weight:600;color:#1e293b;margin:0 0 16px}.tpl-preview-fill-answer{font-size:15px;color:#6b7280;background:#ffffffb3;display:inline-block;padding:6px 16px;border-radius:8px}.tpl-preview-nav{display:flex;align-items:center;justify-content:center;gap:20px;padding:16px 24px 0}.tpl-preview-nav-btn{background:none;border:1px solid #e5e7eb;border-radius:8px;padding:6px 16px;font-size:13px;font-family:inherit;color:#374151;cursor:pointer;transition:border-color .15s,background .15s}.tpl-preview-nav-btn:hover:not(:disabled){border-color:#2383e2;background:#f0f7ff}.tpl-preview-nav-btn:disabled{opacity:.4;cursor:default}.tpl-preview-nav-page{font-size:13px;color:#6b7280;font-weight:500}.tpl-preview-footer{padding:16px 24px 20px;display:flex;justify-content:center;gap:10px}.tpl-preview-save-btn{padding:12px 24px;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s,border-color .2s;display:flex;align-items:center;gap:6px}.tpl-preview-save-btn:hover{background:#f3f4f6;border-color:#9ca3af}.tpl-preview-edit-btn{padding:12px 48px;background:#2383e2;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .2s}.tpl-preview-edit-btn:hover{background:#1a6fcb}.tpl-save-popup-overlay{position:absolute;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;border-radius:inherit;z-index:10}.tpl-save-popup{background:#fff;border-radius:16px;padding:28px 32px 24px;text-align:center;box-shadow:0 12px 40px #0000002e;min-width:280px}.tpl-save-popup-icon{font-size:36px;margin-bottom:12px}.tpl-save-popup-title{font-size:17px;font-weight:700;color:#1e293b;margin:0 0 8px}.tpl-save-popup-desc{font-size:14px;color:#6b7280;line-height:1.5;margin:0 0 20px}.tpl-save-popup-btns{display:flex;gap:8px;justify-content:center}.tpl-save-popup-btn{padding:10px 28px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;border:none;transition:background .15s}.tpl-save-popup-btn-cancel{background:#f3f4f6;color:#374151}.tpl-save-popup-btn-cancel:hover{background:#e5e7eb}.tpl-save-popup-btn-confirm{background:#2383e2;color:#fff}.tpl-save-popup-btn-confirm:hover{background:#1a6fcb}.tpl-save-toast{position:absolute;bottom:24px;left:50%;transform:translate(-50%);background:#1e293b;color:#fff;padding:10px 20px;border-radius:10px;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px;box-shadow:0 8px 24px #0003;animation:tpl-toast-in .3s ease;z-index:20;white-space:nowrap}@keyframes tpl-toast-in{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.template-browser-tabs{display:flex;gap:0;border-bottom:1px solid #e0e0de;margin-bottom:20px;overflow-x:auto;scrollbar-width:none}.template-browser-tabs::-webkit-scrollbar{display:none}.template-browser-tab{padding:10px 20px;border:none;background:none;font-size:14px;font-weight:500;color:#667085;cursor:pointer;border-bottom:2px solid transparent;white-space:nowrap;transition:color .15s,border-color .15s}.template-browser-tab:hover{color:#344054}.template-browser-tab.active{color:#2383e2;border-bottom-color:#2383e2;font-weight:600}.template-browser-more-wrap{display:flex;justify-content:center;margin-top:24px}.template-browser-more-btn{padding:10px 32px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;font-size:14px;font-weight:500;color:#344054;cursor:pointer;transition:background .15s,border-color .15s}.template-browser-more-btn:hover{background:#f8f9fb;border-color:#2383e2;color:#2383e2}@media(max-width:1100px){.template-browser-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:860px){.template-browser-grid{grid-template-columns:repeat(3,1fr)}.template-browser-filter-bar{flex-direction:column;align-items:stretch}.template-browser-search-wrap{max-width:100%;margin-left:0}}@media(max-width:600px){.template-browser-grid{grid-template-columns:repeat(2,1fr)}.template-browser-selects{flex-wrap:wrap}}.action-panel{overflow-y:auto}.action-steps{display:flex;gap:0;padding:12px 16px;border-bottom:1px solid #e5e7eb}.action-step{flex:1;display:flex;align-items:center;gap:8px;padding:8px 10px;border:none;background:none;cursor:pointer;border-radius:8px;transition:background .15s}.action-step:hover:not(:disabled){background:#f3f4f6}.action-step:disabled{opacity:.45;cursor:not-allowed}.action-step-num{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;background:#e5e7eb;color:#9ca3af;flex-shrink:0;transition:background .15s,color .15s}.action-step--active .action-step-num{background:#2383e2;color:#fff}.action-step--done .action-step-num{background:#10b981;color:#fff}.action-step-text{display:flex;flex-direction:column;text-align:left}.action-step-label{font-size:10px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.3px}.action-step--active .action-step-label{color:#2383e2}.action-step-title{font-size:13px;font-weight:600;color:#374151}.action-step--active .action-step-title{color:#1a1a2e}.action-ai-section{padding:12px 16px}.action-panel-content{padding:16px;overflow-y:auto;flex:1}.action-field{margin-bottom:16px}.action-field-label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}.action-field-select{width:100%;height:40px;padding:0 32px 0 12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:13px;color:#374151;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23667085' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:border-color .15s}.action-field-select:focus{border-color:#2383e2;box-shadow:0 0 0 3px #2383e21a}.action-trigger-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.action-trigger-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;aspect-ratio:1;border:1px solid #e5e7eb;border-radius:10px;background:#fff;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s}.action-trigger-card:hover{border-color:#93c5fd;background:#f0f7ff}.action-trigger-card--active{border-color:#2383e2;background:#eff6ff;box-shadow:0 0 0 2px #2383e226}.action-trigger-card-icon{font-size:36px;line-height:1}.action-trigger-card-label{font-size:12px;font-weight:600;color:#374151;text-align:center;word-break:keep-all}.action-ai-results-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.action-ai-result-card{display:flex;flex-direction:column;gap:6px;padding:12px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;cursor:pointer;text-align:left;transition:border-color .15s,background .15s,box-shadow .15s}.action-ai-result-card:hover{border-color:#93c5fd;background:#f0f7ff;box-shadow:0 2px 8px #2383e21a}.action-ai-result-header{display:flex;align-items:center;gap:6px}.action-ai-result-title{font-size:13px;font-weight:700;color:#1f2937}.action-ai-result-flow{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.action-ai-result-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:12px;font-size:12px;font-weight:600}.action-ai-result-chip.trigger{background:#dbeafe;color:#1e40af}.action-ai-result-chip.action{background:#dcfce7;color:#166534}.action-ai-result-arrow{font-size:14px;color:#9ca3af;font-weight:700}.action-ai-result-desc{font-size:11px;color:#6b7280;line-height:1.4}.action-selected-summary{margin-bottom:12px;padding:10px 12px;background:#f0f7ff;border:1px solid #bfdbfe;border-radius:10px}.action-selected-label{font-size:11px;font-weight:600;color:#6b7280;display:block;margin-bottom:6px}.action-selected-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;background:#2383e2;color:#fff;border-radius:14px;font-size:13px;font-weight:600}.action-selected-change{background:#ffffff40;border:none;color:#fff;font-size:11px;padding:2px 8px;border-radius:8px;cursor:pointer;margin-left:4px}.action-selected-change:hover{background:#fff6}.action-apply-btn{width:100%;margin-top:16px;padding:12px;background:#2383e2;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.action-apply-btn:hover{background:#1a6fcb}.mywork-modal-overlay{position:fixed;inset:0;z-index:1000;background:#00000073;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mywork-modal{width:880px;max-width:92vw;max-height:80vh;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;display:flex;flex-direction:column;overflow:hidden}.mywork-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 28px 16px;border-bottom:1px solid #e5e7eb}.mywork-modal-title{font-size:18px;font-weight:700;color:#1a1a2e;margin:0}.mywork-modal-close{width:32px;height:32px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#6b7280;transition:background .15s}.mywork-modal-close:hover{background:#f3f4f6}.mywork-modal-toolbar{display:flex;align-items:center;justify-content:space-between;padding:14px 28px;border-bottom:1px solid #f3f4f6;gap:16px}.mywork-modal-sort-select{height:36px;padding:0 28px 0 12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:13px;color:#374151;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23667085' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.mywork-modal-search-wrap{position:relative;width:240px}.mywork-modal-search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);font-size:14px;pointer-events:none}.mywork-modal-search{width:100%;height:36px;padding:0 12px 0 34px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:13px;color:#374151;outline:none;transition:border-color .15s}.mywork-modal-search:focus{border-color:#2383e2;box-shadow:0 0 0 3px #2383e21a}.mywork-modal-search::placeholder{color:#98a2b3}.mywork-modal-content{flex:1;overflow-y:auto;padding:20px 28px;min-height:300px}.mywork-modal-empty{display:flex;flex-direction:column;align-items:flex-start;padding:40px 0}.mywork-modal-empty-title{font-size:16px;font-weight:700;color:#1f2937;margin:0 0 6px}.mywork-modal-empty-desc{font-size:14px;color:#6b7280;margin:0}.mywork-modal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.mywork-modal-card{display:flex;flex-direction:column;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff;cursor:pointer;text-align:left;transition:border-color .15s,box-shadow .15s,transform .15s}.mywork-modal-card:hover{border-color:#93c5fd;box-shadow:0 4px 16px #2383e21f;transform:translateY(-2px)}.mywork-modal-card-thumb{aspect-ratio:16 / 10;background:linear-gradient(135deg,#f0f4ff,#faf5ff);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:12px}.mywork-modal-card-thumb-badge{display:inline-block;padding:2px 10px;border-radius:10px;font-size:11px;font-weight:700;color:#fff}.mywork-modal-card-thumb-type{font-size:11px;color:#6b7280}.mywork-modal-card-info{padding:10px 12px 12px;display:flex;flex-direction:column;gap:4px}.mywork-modal-card-title{font-size:13px;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mywork-modal-card-meta{font-size:11px;color:#9ca3af}.mywork-modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 28px;border-top:1px solid #e5e7eb;background:#fafbfc}.mywork-modal-btn{padding:10px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s,box-shadow .15s}.mywork-modal-btn--open{background:#2383e2;color:#fff;border:none}.mywork-modal-btn--open:hover{background:#1a6fcb}.mywork-modal-btn--newtab{background:#fff;color:#374151;border:1px solid #d1d5db}.mywork-modal-btn--newtab:hover{background:#f9fafb;border-color:#93c5fd}.mywork-modal-btn--new{background:#7c3aed;color:#fff;border:none}.mywork-modal-btn--new:hover{background:#6d28d9}@media(max-width:720px){.mywork-modal-grid{grid-template-columns:repeat(2,1fr)}}.insert-ai-gen-results-grid--text{grid-template-columns:1fr 1fr;gap:10px}.insert-ai-gen-result-card--text{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px 8px;min-height:80px;justify-content:center}.insert-ai-text-preview{display:flex;align-items:center;justify-content:center;width:100%;min-height:44px;line-height:1.3;text-align:center;word-break:keep-all}.insert-ai-text-label{font-size:11px;color:#6b7280;font-weight:500}.ai-save-warning-overlay{position:fixed;inset:0;background:#00000059;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:cp-fade-in .15s ease}.ai-save-warning-modal{background:#fff;border-radius:16px;padding:28px 24px 20px;width:400px;text-align:center;box-shadow:0 20px 60px #00000026}.ai-save-warning-icon{font-size:36px;margin-bottom:12px}.ai-save-warning-title{font-size:17px;font-weight:700;color:#1a1a2e;margin:0 0 8px}.ai-save-warning-desc{font-size:14px;color:#6b7280;line-height:1.6;margin:0 0 20px}.ai-save-warning-btns{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.ai-save-warning-btn{padding:11px 0;border-radius:10px;font-size:14.5px;font-weight:600;cursor:pointer;border:none;transition:background .15s}.ai-save-warning-btn-save{background:#2383e2;color:#fff}.ai-save-warning-btn-save:hover{background:#1a6fcb}.ai-save-warning-btn-skip{background:#f3f4f6;color:#374151}.ai-save-warning-btn-skip:hover{background:#e5e7eb}.ai-save-warning-cancel{background:none;border:none;color:#9ca3af;font-size:13px;cursor:pointer;padding:4px 12px}.ai-save-warning-cancel:hover{color:#6b7280}.canvas-selectable{position:relative;border-radius:6px;transition:outline .15s ease,box-shadow .15s ease}.mef-root .canvas-selectable{cursor:pointer}.mef-root .canvas-selectable:hover{outline:2px dashed rgba(35,131,226,.5);outline-offset:3px;box-shadow:0 0 0 4px #2383e214}@keyframes canvas-selectable-pulse{0%,to{box-shadow:0 0 #2383e200}50%{box-shadow:0 0 0 3px #2383e214}}.canvas-selected{outline:2.5px solid #2383e2!important;outline-offset:3px;box-shadow:0 0 0 6px #2383e21f}.canvas-selected:after{content:"✦";position:absolute;top:-8px;right:-8px;width:20px;height:20px;background:#2383e2;color:#fff;border-radius:50%;font-size:10px;display:flex;align-items:center;justify-content:center;z-index:10;box-shadow:0 2px 6px #2383e24d}.cp-object-selection{padding:8px 12px;flex-shrink:0;background:#fff;border-top:1px solid #f3f4f6}.cp-object-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:12px;box-shadow:0 2px 8px #0000000f;animation:cp-object-in .25s ease}@keyframes cp-object-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.cp-object-card-header{display:flex;align-items:center;gap:10px}.cp-object-card-preview{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cp-object-card-info{flex:1;min-width:0}.cp-object-card-label{font-size:13.5px;font-weight:700;color:#1f2937;display:flex;align-items:center;gap:6px}.cp-object-card-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.cp-object-card-hint{font-size:11.5px;color:#9ca3af;margin-top:2px}.cp-object-card-close{background:none;border:none;padding:4px;cursor:pointer;border-radius:6px;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:background .15s}.cp-object-card-close:hover{background:#f3f4f6}.cp-object-card-divider{height:1px;background:#f3f4f6;margin:10px 0}.cp-object-card-prompts-title{font-size:11.5px;font-weight:600;color:#6b7280;margin-bottom:6px;padding-left:2px}.cp-object-card-prompts{display:flex;flex-direction:column;gap:4px}.cp-object-prompt-btn{display:flex;align-items:center;gap:8px;width:100%;padding:9px 12px;border:1px solid #e5e7eb;border-radius:10px;background:#fafbfc;font-size:12.5px;color:#374151;cursor:pointer;text-align:left;transition:border-color .15s,background .15s,box-shadow .15s}.cp-object-prompt-btn:hover{border-color:#93c5fd;background:#f0f7ff;box-shadow:0 0 0 2px #2383e214;color:#2383e2}.cp-object-prompt-btn:active{transform:scale(.98)}.cp-object-prompt-btn:disabled{opacity:.4;cursor:not-allowed}.cp-object-prompt-text{flex:1}.cp-object-prompt-arrow{flex-shrink:0;color:#9ca3af;transition:color .15s}.cp-object-prompt-btn:hover .cp-object-prompt-arrow{color:#2383e2}.cp-msg-object-tag{display:inline-flex;align-items:center;gap:5px;padding:3px 8px 3px 4px;border-radius:8px;background:#fff3;margin-bottom:6px;font-size:11.5px;font-weight:600}.cp-msg-object-tag-icon{width:22px;height:22px;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:13px;line-height:1}.cp-msg-object-tag-label{color:#fffffff2}.mef-root .me-file-import-canvas{position:relative;background:#fff;min-height:520px;padding:0;overflow:hidden}.mef-root .me-file-import-source{position:absolute;top:12px;right:12px;display:flex;align-items:center;gap:8px;padding:6px 12px;background:#ffffffeb;border:1px solid #e5e7eb;border-radius:8px;font-size:12px;color:#6b7280;z-index:5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mef-root .me-file-import-source-icon{font-size:14px}.mef-root .me-file-import-source-name{font-weight:600;color:#374151;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mef-root .me-file-import-source-page{color:#9ca3af;font-size:11px}.mef-root .me-file-el{position:absolute;transition:box-shadow .15s}.mef-root .me-file-el-text{line-height:1.4;-webkit-user-select:none;user-select:none}.mef-root .me-file-el-image{border-radius:10px;display:flex;align-items:center;justify-content:center;border:1px dashed #d1d5db}.mef-root .me-file-el-image-label{font-size:13px;color:#9ca3af;background:#ffffffb3;padding:4px 10px;border-radius:6px}.mef-root .me-file-el-box{border-radius:12px;border:2px solid;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;color:#374151}.mef-root .me-file-el-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:16px;border-radius:12px;border:1px solid #e5e7eb}.mef-root .me-file-el-grid-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px;background:#fff;border-radius:10px;border:1px solid #e5e7eb}.mef-root .me-file-el-grid-emoji{font-size:32px}.mef-root .me-file-el-grid-color-area{width:48px;height:24px;border-radius:6px;border:2px dashed #d1d5db;background:#f9fafb}.mef-root .me-file-el-dialog{display:flex;flex-direction:column;gap:10px;padding:16px;background:#f8fafc;border-radius:12px;border:1px solid #e5e7eb}.mef-root .me-file-el-dialog-line{display:flex;align-items:flex-start;gap:10px;padding:10px 14px;border-radius:10px}.mef-root .me-file-el-dialog-a{background:#e3f2fd}.mef-root .me-file-el-dialog-b{background:#fce4ec}.mef-root .me-file-el-dialog-speaker{font-weight:700;font-size:14px;color:#1e3a5f;min-width:20px}.mef-root .me-file-el-dialog-text{font-size:15px;color:#374151}.mef-root .me-file-el-quiz{padding:14px 16px;background:#f8fafc;border-radius:12px;border:1px solid #e5e7eb}.mef-root .me-file-el-quiz-q{font-size:15px;font-weight:600;color:#1e3a5f;margin:0 0 10px}.mef-root .me-file-el-quiz-choices{display:flex;flex-direction:column;gap:6px}.mef-root .me-file-el-quiz-choice{padding:8px 12px;background:#fff;border-radius:8px;border:1px solid #e5e7eb;font-size:14px;color:#374151;display:flex;align-items:center;gap:8px}.mef-root .me-file-el-quiz-answer{border-color:#2383e2;background:#eff6ff;color:#2383e2;font-weight:600}.mef-root .me-file-el-quiz-num{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#e5e7eb;font-size:12px;font-weight:600;color:#6b7280;flex-shrink:0}.mef-root .me-file-el-quiz-answer .me-file-el-quiz-num{background:#2383e2;color:#fff}.mef-root .me-tl-page-tab-active{background:#e8f0fc!important;border-color:#2383e2!important;color:#2383e2!important}.cp-file-import-suggestions{display:flex;flex-direction:column;gap:8px}.cp-file-import-suggestion-btn{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1.5px solid #e5e7eb;border-radius:10px;background:#fff;cursor:pointer;transition:border-color .2s,box-shadow .2s,background .2s;text-align:left;font-family:inherit}.cp-file-import-suggestion-btn:hover{border-color:#2383e2;background:#f8fbff;box-shadow:0 2px 8px #2383e21a}.cp-file-import-suggestion-icon{font-size:22px;flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:8px}.cp-file-import-suggestion-text{flex:1;display:flex;flex-direction:column;gap:2px}.cp-file-import-suggestion-title{font-size:14px;font-weight:600;color:#1a1a2e}.cp-file-import-suggestion-desc{font-size:12px;color:#9ca3af}.cp-file-import-pages-grid{display:flex;flex-direction:column;gap:6px}.cp-file-import-page-btn{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;transition:border-color .2s,background .2s;font-family:inherit;text-align:left}.cp-file-import-page-btn:hover{border-color:#2383e2;background:#f8fbff}.cp-file-import-page-num{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:7px;background:#e8f0fc;color:#2383e2;font-size:13px;font-weight:700;flex-shrink:0}.cp-file-import-page-title{flex:1;font-size:13px;font-weight:500;color:#374151}.cp-file-import-page-type{font-size:11px;color:#9ca3af;padding:2px 8px;background:#f3f4f6;border-radius:4px}.cp-file-import-page-all{border-style:dashed;border-color:#2383e2;background:#f8fbff}.cp-file-import-page-all .cp-file-import-page-num{background:#2383e2;color:#fff}.cp-file-import-page-all .cp-file-import-page-title{color:#2383e2;font-weight:600}.landing-qbank-tabs{display:flex;gap:8px;margin-bottom:18px}.landing-qbank-tab{padding:7px 18px;border-radius:20px;border:1px solid #e5e7eb;background:#fff;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;font-family:inherit;transition:all .15s}.landing-qbank-tab:hover{border-color:#7c3aed;color:#7c3aed}.landing-qbank-tab.active{background:#7c3aed;border-color:#7c3aed;color:#fff}.landing-qbank-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.landing-qbank-card{background:#fff;border:1px solid #f0f0f0;border-radius:14px;overflow:hidden;cursor:pointer;transition:transform .15s,box-shadow .2s}.landing-qbank-card:hover{transform:translateY(-3px);box-shadow:0 6px 24px #00000014}.landing-qbank-card-thumb{position:relative;height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px}.landing-qbank-card-check{position:absolute;top:12px;left:12px;width:20px;height:20px;border-radius:4px;border:2px solid rgba(0,0,0,.12);background:#ffffffb3}.landing-qbank-card-actions{position:absolute;top:10px;right:10px;display:flex;gap:6px}.landing-qbank-card-action{font-size:14px;opacity:.4;cursor:pointer}.landing-qbank-card-action:hover{opacity:.8}.landing-qbank-card-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px}.landing-qbank-card-type{font-size:12px;font-weight:700}.landing-qbank-card-body{padding:14px 16px 16px}.landing-qbank-card-title{font-size:14px;font-weight:600;color:#1a1a2e;margin-bottom:6px}.landing-qbank-card-meta{display:flex;gap:8px;font-size:12px;color:#9ca3af}.qbank-modal-overlay{position:fixed;inset:0;background:#00000059;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center}.qbank-modal{background:#fff;border-radius:24px;padding:40px 44px 44px;max-width:580px;width:90%;position:relative;box-shadow:0 24px 80px #00000026}.qbank-modal-header{text-align:center;margin-bottom:32px}.qbank-modal-icon{font-size:36px;margin-bottom:12px}.qbank-modal-title{font-size:22px;font-weight:700;color:#1a1a2e;margin:0 0 8px}.qbank-modal-desc{font-size:14px;color:#9ca3af;margin:0}.qbank-modal-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px}.qbank-modal-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 20px 28px;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:18px;cursor:pointer;transition:transform .18s,box-shadow .2s,border-color .2s;position:relative}.qbank-modal-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px #00000014;border-color:#c4b5fd}.qbank-modal-card-ai{background:linear-gradient(145deg,#8b5cf6,#7c3aed,#6d28d9);border-color:transparent;box-shadow:0 4px 20px #7c3aed40}.qbank-modal-card-ai:hover{transform:translateY(-3px);box-shadow:0 8px 32px #7c3aed59;border-color:transparent}.qbank-modal-card-icon{width:56px;height:56px;border-radius:14px;background:#f3e8ff;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.qbank-modal-card-icon-ai{background:#ffffff2e}.qbank-modal-card-title{font-size:17px;font-weight:700;color:#1a1a2e;margin:0 0 8px}.qbank-modal-card-ai .qbank-modal-card-title{color:#fff}.qbank-modal-card-desc{font-size:13px;color:#9ca3af;line-height:1.6;margin:0 0 16px}.qbank-modal-card-ai .qbank-modal-card-desc{color:#ffffffbf}.qbank-modal-card-arrow{width:32px;height:32px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.qbank-modal-card-arrow-ai{background:#ffffff2e}.qbank-root{min-height:100vh;background:#fafbfc;display:flex;flex-direction:column}.qbank-hero{background:linear-gradient(135deg,#7c3aed,#6d28d9 40%,#5b21b6);padding:48px 40px 52px;position:relative}.qbank-hero-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:20px}.qbank-hero-icon{width:64px;height:64px;background:#ffffff26;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.qbank-hero-text{flex:1}.qbank-hero-title{font-size:24px;font-weight:700;color:#fff;margin:0 0 6px}.qbank-hero-subtitle{font-size:14px;color:#fffc;margin:0}.qbank-content{max-width:1200px;margin:0 auto;padding:24px 40px 40px;flex:1;width:100%;box-sizing:border-box}.qbank-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap}.qbank-filters{display:flex;flex-direction:column;gap:10px}.qbank-filter-group{display:flex;align-items:center;gap:10px}.qbank-filter-label{font-size:13px;font-weight:600;color:#6b7280;min-width:32px}.qbank-filter-tabs{display:flex;gap:4px}.qbank-filter-tab{padding:6px 14px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s;font-family:inherit}.qbank-filter-tab:hover{border-color:#7c3aed;color:#7c3aed}.qbank-filter-tab.active{background:#7c3aed;border-color:#7c3aed;color:#fff}.qbank-filter-selects{display:flex;gap:8px}.qbank-select{padding:7px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-size:13px;color:#374151;font-family:inherit;cursor:pointer;min-width:100px}.qbank-select:focus{outline:none;border-color:#7c3aed}.qbank-search-wrap{position:relative;display:flex;align-items:center}.qbank-search-wrap svg{position:absolute;left:12px}.qbank-search{padding:8px 12px 8px 36px;border:1px solid #e5e7eb;border-radius:8px;font-size:13px;width:240px;font-family:inherit}.qbank-search:focus{outline:none;border-color:#7c3aed}.qbank-main{display:flex;gap:24px;align-items:flex-start}.qbank-list-area{flex:1;min-width:0}.qbank-section{margin-bottom:32px}.qbank-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.qbank-section-title{font-size:17px;font-weight:700;color:#1a1a2e;margin:0 0 14px}.qbank-section-count{font-size:13px;font-weight:500;color:#9ca3af;margin-left:8px}.qbank-cards{display:flex;flex-direction:column;gap:10px}.qbank-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;padding:16px 18px;transition:border-color .2s,box-shadow .2s;cursor:default}.qbank-card:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000000a}.qbank-card-selected{border-color:#7c3aed;background:#faf5ff;box-shadow:0 0 0 1px #7c3aed}.qbank-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;cursor:pointer}.qbank-card-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.qbank-card-subject{font-size:11px;font-weight:700;padding:3px 8px;border-radius:5px}.qbank-card-grade{font-size:11px;color:#6b7280;background:#f3f4f6;padding:3px 8px;border-radius:5px;font-weight:600}.qbank-card-type{font-size:11px;color:#6b7280;background:#f3f4f6;padding:3px 8px;border-radius:5px}.qbank-card-diff{font-size:10px;padding:3px 8px;border-radius:5px;font-weight:600}.qbank-card-diff-상{background:#fee2e2;color:#dc2626}.qbank-card-diff-중{background:#fef3c7;color:#d97706}.qbank-card-diff-하{background:#dcfce7;color:#16a34a}.qbank-card-check{width:32px;height:32px;border-radius:8px;border:1.5px solid #d1d5db;background:#fff;font-size:16px;color:#9ca3af;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0;font-family:inherit}.qbank-card-check:hover{border-color:#7c3aed;color:#7c3aed}.qbank-card-check.checked{background:#7c3aed;border-color:#7c3aed;color:#fff}.qbank-card-title{font-size:15px;font-weight:600;color:#1a1a2e;line-height:1.5;margin-bottom:6px}.qbank-card-tags{display:flex;gap:4px;flex-wrap:wrap}.qbank-card-tag{font-size:11px;color:#9ca3af;background:#f9fafb;padding:2px 8px;border-radius:4px}.qbank-card-detail{margin:10px 0;padding:14px;background:#f9fafb;border-radius:8px;border:1px solid #f0f0f0}.qbank-card-passage{font-size:13.5px;color:#4b5563;line-height:1.7;margin:0 0 12px;white-space:pre-line}.qbank-card-choices{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.qbank-card-choice{font-size:13.5px;color:#374151;padding:8px 12px;background:#fff;border-radius:6px;border:1px solid #e5e7eb;display:flex;align-items:flex-start;gap:6px}.qbank-card-choice-answer{border-color:#7c3aed;background:#faf5ff;color:#7c3aed;font-weight:600}.qbank-card-choice-num{flex-shrink:0;font-weight:600}.qbank-card-footer{display:flex;align-items:center;gap:12px;font-size:12px;color:#9ca3af}.qbank-card-source{font-weight:500}.qbank-empty{text-align:center;padding:48px 20px;color:#9ca3af}.qbank-empty-icon{font-size:40px;display:block;margin-bottom:12px}.qbank-basket{width:280px;flex-shrink:0;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px;position:sticky;top:80px;max-height:calc(100vh - 120px);overflow-y:auto;display:flex;flex-direction:column}.qbank-basket-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.qbank-basket-title{font-size:15px;font-weight:700;color:#1a1a2e;margin:0}.qbank-basket-count{font-size:13px;font-weight:700;color:#7c3aed;background:#f3e8ff;padding:3px 10px;border-radius:10px}.qbank-basket-empty{text-align:center;padding:32px 12px;color:#9ca3af;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.qbank-basket-empty-icon{font-size:36px;display:block;margin-bottom:10px}.qbank-basket-empty p{font-size:13px;margin:0;line-height:1.6}.qbank-basket-list{display:flex;flex-direction:column;gap:6px;margin-bottom:16px;flex:1;overflow-y:auto}.qbank-basket-item{display:flex;align-items:center;gap:8px;padding:8px 10px;background:#f9fafb;border-radius:8px;border:1px solid #f0f0f0}.qbank-basket-item-num{width:22px;height:22px;border-radius:6px;background:#7c3aed;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.qbank-basket-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.qbank-basket-item-subject{font-size:10px;font-weight:700;padding:1px 6px;border-radius:4px;width:fit-content}.qbank-basket-item-title{font-size:12px;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qbank-basket-item-remove{width:20px;height:20px;border:none;background:none;color:#9ca3af;cursor:pointer;font-size:12px;flex-shrink:0;border-radius:4px;display:flex;align-items:center;justify-content:center}.qbank-basket-item-remove:hover{background:#fee2e2;color:#dc2626}.qbank-basket-actions{display:flex;flex-direction:column;gap:8px}.qbank-basket-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;border:none;transition:all .15s;font-family:inherit}.qbank-basket-btn-primary{background:#7c3aed;color:#fff}.qbank-basket-btn-primary:hover{background:#6d28d9}.qbank-basket-btn-secondary{background:#f3e8ff;color:#7c3aed}.qbank-basket-btn-secondary:hover{background:#ede9fe}.qbank-basket-btn-ghost{background:none;color:#6b7280}.qbank-basket-btn-ghost:hover{background:#f3f4f6}.qbank-output-confirm{text-align:center}.qbank-output-confirm-text{font-size:13px;color:#374151;margin:0 0 12px;line-height:1.6}.qbank-mobile-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;padding:12px 20px;justify-content:space-between;align-items:center;z-index:100;box-shadow:0 -2px 12px #0000000f}.qbank-mobile-bar-count{font-weight:700;color:#7c3aed}.qbank-mobile-bar-btn{padding:8px 16px;background:#7c3aed;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}@media(max-width:900px){.qbank-main{flex-direction:column}.qbank-basket{width:100%;position:static;max-height:none}.qbank-mobile-bar{display:flex}.qbank-content{padding:16px 20px 80px}.qbank-toolbar{flex-direction:column;align-items:stretch}.qbank-search{width:100%}}.ai-wizard-overlay{position:fixed;inset:0;z-index:9999;background:#0000008c;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ai-wizard-modal{width:96vw;max-width:960px;max-height:92vh;background:linear-gradient(180deg,#f0f4ff,#fff 35% 100%);border-radius:20px;box-shadow:0 24px 80px #0000002e;display:flex;flex-direction:column;overflow:hidden;position:relative}.ai-wizard-modal:before{content:"";position:absolute;top:-60px;right:-60px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(35,131,226,.08) 0%,transparent 70%);pointer-events:none;z-index:0}.ai-wizard-modal:after{content:"";position:absolute;bottom:-40px;left:-40px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(167,139,250,.07) 0%,transparent 70%);pointer-events:none;z-index:0}.ai-wizard-header{display:flex;align-items:center;justify-content:center;padding:20px 28px;border-bottom:1px solid rgba(0,0,0,.05);position:relative;z-index:1;background:linear-gradient(135deg,#2383e20a,#a78bfa0a)}.ai-wizard-steps{display:flex;align-items:center;gap:0}.ai-wizard-step-item{display:flex;align-items:center;gap:8px;opacity:.4;transition:opacity .2s}.ai-wizard-step-item.active{opacity:1}.ai-wizard-step-num{width:28px;height:28px;border-radius:50%;background:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;transition:background .2s,color .2s}.ai-wizard-step-item.active .ai-wizard-step-num{background:linear-gradient(135deg,#2383e2,#60a5fa);color:#fff;box-shadow:0 2px 8px #2383e24d}.ai-wizard-step-item.done .ai-wizard-step-num{background:linear-gradient(135deg,#10b981,#34d399);color:#fff;box-shadow:0 2px 8px #10b9814d}.ai-wizard-step-label{font-size:14px;font-weight:600;color:#374151}.ai-wizard-step-line{width:48px;height:2px;background:linear-gradient(90deg,#e5e7eb,#d1d5db);margin:0 12px;border-radius:1px}.ai-wizard-close{position:absolute;right:20px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#9ca3af;padding:6px;border-radius:8px;transition:background .15s}.ai-wizard-close:hover{background:#f3f4f6;color:#374151}.ai-wizard-body{flex:1;overflow-y:auto;padding:32px 40px;position:relative;z-index:1}.ai-wizard-title-area{text-align:center;margin-bottom:32px;position:relative}.ai-wizard-title-area:before{content:"";position:absolute;top:-20px;left:50%;transform:translate(-50%);width:60px;height:4px;border-radius:2px;background:linear-gradient(90deg,#2383e2,#a78bfa)}.ai-wizard-title-decos{position:absolute;inset:-40px;pointer-events:none;overflow:visible}.ai-wizard-deco{position:absolute;border-radius:50%;opacity:.12}.ai-wizard-deco-1{width:80px;height:80px;top:0;left:15%;background:linear-gradient(135deg,#2383e2,#60a5fa);animation:ai-wiz-float 6s ease-in-out infinite}.ai-wizard-deco-2{width:50px;height:50px;top:20px;right:15%;background:linear-gradient(135deg,#a78bfa,#c4b5fd);animation:ai-wiz-float 5s ease-in-out infinite 1s}.ai-wizard-deco-3{width:36px;height:36px;bottom:10px;left:35%;background:linear-gradient(135deg,#10b981,#6ee7b7);border-radius:8px;transform:rotate(15deg);animation:ai-wiz-float 7s ease-in-out infinite 2s}@keyframes ai-wiz-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.ai-wizard-main-title{font-size:26px;font-weight:800;margin:0 0 8px;background:linear-gradient(135deg,#1a1a2e,#2383e2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.ai-wizard-main-desc{font-size:15px;color:#6b7280;margin:0}.ai-wizard-form{max-width:720px;margin:0 auto}.ai-wizard-section{margin-bottom:28px}.ai-wizard-label{display:block;font-size:14px;font-weight:700;color:#374151;margin-bottom:10px}.ai-wizard-topic-input-wrap{position:relative}.ai-wizard-topic-input{width:100%;box-sizing:border-box;padding:14px 16px;border:1.5px solid #e5e7eb;border-radius:12px;font-size:15px;line-height:1.6;resize:none;outline:none;transition:border-color .15s;font-family:inherit}.ai-wizard-topic-input:focus{border-color:#2383e2}.ai-wizard-topic-count{position:absolute;right:12px;bottom:10px;font-size:12px;color:#9ca3af}.ai-wizard-select-row{display:flex;gap:12px}.ai-wizard-select{flex:1;padding:10px 36px 10px 14px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:14px;color:#374151;background:#fff;outline:none;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%239ca3af' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:border-color .15s;font-family:inherit}.ai-wizard-select:focus{border-color:#2383e2}.ai-wizard-select:disabled{opacity:.4;cursor:not-allowed}.ai-wizard-section-optional{border-top:1px solid #f0f0f0;padding-top:20px;margin-top:8px}.ai-wizard-optional-badge{display:inline-block;font-size:11px;font-weight:600;color:#9ca3af;background:#f3f4f6;padding:2px 8px;border-radius:4px;margin-left:6px;vertical-align:middle}.ai-wizard-optional-hint{font-size:12.5px;color:#9ca3af;margin:6px 0 0}.ai-wizard-topic-suggestions{margin-top:10px}.ai-wizard-topic-suggestions-label{font-size:12.5px;color:#6b7280;font-weight:500;margin-bottom:6px;display:block}.ai-wizard-topic-suggestions-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.ai-wizard-topic-chip{display:inline-flex;align-items:center;padding:5px 12px;border-radius:20px;font-size:13px;color:#4b5563;background:#f3f4f6;border:1.5px solid #e5e7eb;cursor:pointer;transition:all .15s ease;white-space:nowrap}.ai-wizard-topic-chip:hover{background:#e8f0fc;border-color:#2383e2;color:#2383e2}.ai-wizard-topic-chip.selected{background:#e8f0fc;border-color:#2383e2;color:#2383e2;font-weight:600}.ai-wizard-file-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:20px;border:2px dashed #d1d5db;border-radius:12px;background:#fafbfc;cursor:pointer;transition:all .15s ease;width:100%}.ai-wizard-file-dropzone:hover{border-color:#2383e2;background:#f0f6ff}.ai-wizard-file-dropzone-icon{color:#9ca3af}.ai-wizard-file-dropzone-text{font-size:14px;font-weight:600;color:#374151}.ai-wizard-file-dropzone-sub{font-size:12px;color:#9ca3af;text-align:center;line-height:1.4}.ai-wizard-file-list{display:flex;flex-direction:column;gap:8px}.ai-wizard-file-item{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px}.ai-wizard-file-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;flex-shrink:0}.ai-wizard-file-icon.pdf{background:#fef2f2}.ai-wizard-file-icon.ppt{background:#fff7ed}.ai-wizard-file-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.ai-wizard-file-name{font-size:13.5px;font-weight:500;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-wizard-file-size{font-size:12px;color:#9ca3af}.ai-wizard-file-remove{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:none;background:transparent;color:#9ca3af;cursor:pointer;flex-shrink:0;transition:all .15s ease}.ai-wizard-file-remove:hover{background:#fee2e2;color:#ef4444}.ai-wizard-file-add-btn{display:flex;align-items:center;justify-content:center;padding:8px;border:1.5px dashed #d1d5db;border-radius:8px;background:transparent;color:#6b7280;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.ai-wizard-file-add-btn:hover{border-color:#2383e2;color:#2383e2;background:#f0f6ff}.ai-wizard-file-analyzing{display:flex;align-items:center;gap:8px;padding:10px 14px;background:linear-gradient(135deg,#f0f6ff,#f5f0ff);border-radius:10px;font-size:13px;color:#4b5563;margin-top:8px;border:1px solid #e0e8f5}.ai-wizard-topic-chip-file{white-space:normal;text-align:left;line-height:1.4;padding:7px 14px;border-radius:10px;background:#f0f6ff;border-color:#d0e2f7;color:#1e5a9e}.ai-wizard-topic-chip-file:hover{background:#dceefb;border-color:#2383e2;color:#1a4d85}.ai-wizard-topic-chip-file.selected{background:#dceefb;border-color:#2383e2;color:#1a4d85;font-weight:600}.ai-wizard-row-chips{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.ai-wizard-chip{padding:7px 16px;border-radius:20px;border:1.5px solid #e5e7eb;background:#fff;font-size:13.5px;font-weight:500;color:#374151;cursor:pointer;transition:all .15s}.ai-wizard-chip:hover{border-color:#2383e2;background:#f0f7ff}.ai-wizard-chip.selected{background:#2383e2;color:#fff;border-color:#2383e2}.ai-wizard-chip-divider{width:1px;height:20px;background:#e5e7eb;margin:0 4px}.ai-wizard-type-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.ai-wizard-type-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px 12px;border:1.5px solid #e5e7eb;border-radius:14px;background:#fff;cursor:pointer;transition:all .15s;text-align:center}.ai-wizard-type-card:hover{border-color:#2383e2;background:#f8fbff}.ai-wizard-type-card.selected{border-color:#2383e2;background:#eff6ff;box-shadow:0 0 0 2px #2383e226}.ai-wizard-type-icon{font-size:28px}.ai-wizard-type-card strong{font-size:14px;color:#111827}.ai-wizard-type-desc{font-size:12px;color:#6b7280;line-height:1.4}.ai-wizard-template-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.ai-wizard-template-card{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1.5px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;text-align:left;transition:all .15s}.ai-wizard-template-card:hover{border-color:#2383e2;background:#f8fbff}.ai-wizard-template-card.selected{border-color:#2383e2;background:#eff6ff;box-shadow:0 0 0 2px #2383e226}.ai-wizard-template-icon{font-size:24px;flex-shrink:0}.ai-wizard-template-info{display:flex;flex-direction:column;gap:2px;min-width:0}.ai-wizard-template-info strong{font-size:13.5px;color:#111827}.ai-wizard-template-info span{font-size:12px;color:#6b7280}.ai-wizard-footer{display:flex;align-items:center;justify-content:center;gap:12px;padding:20px 40px;background:linear-gradient(0deg,#fff,#f0f4ff80);border-top:1px solid rgba(0,0,0,.05);flex-shrink:0;position:relative;z-index:1}.ai-wizard-btn-primary{min-width:480px;padding:16px 32px;border:1.5px solid #e5e7eb;border-radius:12px;background:#fff;color:#111827;font-size:16px;font-weight:700;cursor:pointer;transition:all .15s}.ai-wizard-btn-primary:hover{border-color:#2383e2;background:#f0f7ff}.ai-wizard-btn-primary.disabled{opacity:.4;cursor:not-allowed}.ai-wizard-btn-primary.disabled:hover{background:#fff;border-color:#e5e7eb}.ai-wizard-btn-back{width:44px;height:44px;border-radius:50%;border:1.5px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:all .15s}.ai-wizard-btn-back:hover{border-color:#2383e2;color:#2383e2;background:#f0f7ff}.ai-wizard-loading{display:flex;align-items:center;gap:8px;justify-content:center}.ai-wizard-spinner{width:18px;height:18px;border:2.5px solid #e5e7eb;border-top-color:#2383e2;border-radius:50%;animation:ai-wizard-spin .7s linear infinite}@keyframes ai-wizard-spin{to{transform:rotate(360deg)}}.ai-wizard-outline-layout{display:flex;gap:28px;max-width:860px;margin:0 auto}.ai-wizard-outline-list{flex:1;display:flex;flex-direction:column;gap:12px;min-width:0}.ai-wizard-outline-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:16px 18px;transition:box-shadow .15s}.ai-wizard-outline-card:hover{box-shadow:0 2px 12px #0000000f}.ai-wizard-outline-card-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.ai-wizard-outline-drag{color:#c0c5d0;font-size:14px;cursor:grab;-webkit-user-select:none;user-select:none;letter-spacing:-2px}.ai-wizard-outline-page-num{font-size:13px;font-weight:600;color:#6b7280;background:#e5e7eb;padding:2px 10px;border-radius:6px}.ai-wizard-outline-actions{margin-left:auto;display:flex;gap:4px}.ai-wizard-outline-action{width:28px;height:28px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#6b7280;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .12s}.ai-wizard-outline-action:hover:not(:disabled){border-color:#2383e2;color:#2383e2}.ai-wizard-outline-action:disabled{opacity:.3;cursor:default}.ai-wizard-outline-title-input{width:100%;box-sizing:border-box;padding:8px 10px;border:1px solid transparent;border-radius:8px;font-size:16px;font-weight:700;color:#111827;background:transparent;outline:none;transition:border-color .15s,background .15s}.ai-wizard-outline-title-input:hover,.ai-wizard-outline-title-input:focus{border-color:#d1d5db;background:#fff}.ai-wizard-outline-bullets{list-style:disc;padding-left:24px;margin:6px 0 0}.ai-wizard-outline-bullets li{margin-bottom:2px}.ai-wizard-outline-bullet-input{width:100%;box-sizing:border-box;padding:4px 8px;border:1px solid transparent;border-radius:6px;font-size:14px;color:#374151;background:transparent;outline:none;transition:border-color .15s,background .15s}.ai-wizard-outline-bullet-input:hover,.ai-wizard-outline-bullet-input:focus{border-color:#d1d5db;background:#fff}.ai-wizard-outline-elements{display:flex;flex-direction:column;gap:6px;margin-top:8px}.ai-wizard-outline-element{font-size:13px;color:#6b7280;padding:6px 10px;background:#f8f9fb;border-radius:8px;border:1px solid #eef0f3}.ai-wizard-el-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.ai-wizard-el-label{font-size:12px;color:#9ca3af;font-weight:500;white-space:nowrap;flex-shrink:0}.ai-wizard-el-input{flex:1;min-width:60px;padding:4px 8px;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;color:#374151;background:#fff;outline:none;transition:border-color .15s ease}.ai-wizard-el-input:focus{border-color:#2383e2;box-shadow:0 0 0 2px #2383e21a}.ai-wizard-el-input-sm{max-width:50px;text-align:center;flex:0 0 50px}.ai-wizard-el-input-wide{flex:2;min-width:120px}.ai-wizard-el-quiz,.ai-wizard-el-fill{display:flex;flex-direction:column;gap:6px}.ai-wizard-el-choices{display:flex;align-items:flex-start;gap:6px}.ai-wizard-el-choices .ai-wizard-el-label{margin-top:5px}.ai-wizard-el-choices-list{display:flex;flex-wrap:wrap;gap:5px;flex:1}.ai-wizard-el-choice-input{padding:4px 10px;border:1px solid #e5e7eb;border-radius:14px;font-size:12.5px;color:#4b5563;background:#fff;outline:none;width:100px;text-align:center;transition:all .15s ease}.ai-wizard-el-choice-input:focus{border-color:#2383e2;box-shadow:0 0 0 2px #2383e21a}.ai-wizard-el-choice-input.correct{border-color:#22c55e;background:#f0fdf4;color:#15803d;font-weight:600}.ai-wizard-outline-el-group{background:#f8f9fb;border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px;margin-top:6px;display:flex;flex-direction:column;gap:6px}.ai-wizard-outline-el-row{display:flex;align-items:center;gap:8px}.ai-wizard-outline-el-label{font-size:12px;font-weight:600;color:#6b7280;min-width:60px;flex-shrink:0}.ai-wizard-outline-el-input{flex:1;padding:5px 8px;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;color:#374151;background:#fff;outline:none;transition:border-color .15s;font-family:inherit}.ai-wizard-outline-el-input:focus{border-color:#2383e2}.ai-wizard-outline-el-input-short{max-width:100px}.ai-wizard-outline-sidebar{width:200px;flex-shrink:0;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:16px;position:sticky;top:0;align-self:flex-start}.ai-wizard-outline-sidebar-title{font-size:14px;font-weight:700;color:#374151;margin:0 0 12px}.ai-wizard-outline-sidebar-item{display:flex;align-items:center;gap:10px;padding:6px 0;font-size:13px;color:#374151}.ai-wizard-outline-sidebar-num{width:22px;height:22px;border-radius:50%;background:#2383e2;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ai-wizard-outline-sidebar-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ai-wizard-design-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:860px;margin:0 auto}.ai-wizard-design-card{position:relative;border:2px solid #e5e7eb;border-radius:14px;background:#fff;cursor:pointer;overflow:hidden;transition:all .15s;text-align:left}.ai-wizard-design-card:hover{border-color:#93c5fd;box-shadow:0 4px 16px #0000000f}.ai-wizard-design-card.selected{border-color:#2383e2;box-shadow:0 0 0 3px #2383e226}.ai-wizard-design-thumb{position:relative;height:140px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;padding:20px}.ai-wizard-design-thumb-icon{font-size:36px;margin-bottom:6px}.ai-wizard-design-thumb-lines{width:100%}.ai-wizard-design-badge{position:absolute;top:8px;right:8px;background:#2383e2;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:6px}.ai-wizard-design-info{padding:12px 14px}.ai-wizard-design-info strong{display:block;font-size:14px;color:#111827;margin-bottom:3px}.ai-wizard-design-info span{font-size:12px;color:#6b7280}.ai-wizard-design-check{position:absolute;top:10px;left:10px}.ai-wizard-design-regen{text-align:center;margin-top:20px}.ai-wizard-btn-regen{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border:1.5px solid #e5e7eb;border-radius:10px;background:#fff;color:#374151;font-size:13.5px;font-weight:600;cursor:pointer;transition:all .15s}.ai-wizard-btn-regen:hover{border-color:#2383e2;color:#2383e2;background:#f0f7ff}.ai-wizard-design-actions{padding:0 14px 12px;display:flex;justify-content:center}.ai-wizard-design-preview-btn{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;font-weight:600;color:#6b7280;cursor:pointer;padding:5px 14px;border-radius:6px;transition:all .15s;border:1px solid #e5e7eb;background:#f9fafb}.ai-wizard-design-preview-btn:hover{color:#2383e2;border-color:#93c5fd;background:#eff6ff}.ai-wizard-preview-inline{margin-bottom:24px;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;background:#fff}.ai-wizard-preview-inline-bar{display:flex;align-items:center;gap:12px;padding:12px 20px;background:#fafbfc;border-bottom:1px solid #f0f0f0}.ai-wizard-preview-nav-compact{display:flex;align-items:center;gap:6px;margin-left:auto}.ai-wizard-preview-inline .ai-wizard-preview-slide{margin:20px;min-height:240px}.ai-wizard-preview-design-badge{display:inline-flex;align-items:center;gap:4px;color:#fff;font-size:12px;font-weight:700;padding:4px 12px;border-radius:8px}.ai-wizard-preview-title{font-size:15px;font-weight:600;color:#1a1a2e}.ai-wizard-preview-slide{flex:1;border-radius:16px;border:1px solid #e5e7eb;padding:32px 36px;position:relative;overflow:hidden;min-height:320px}.ai-wizard-preview-slide-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:14px;border-bottom:2px solid}.ai-wizard-preview-slide-type{display:inline-block;color:#fff;font-size:12px;font-weight:700;padding:3px 12px;border-radius:6px}.ai-wizard-preview-slide-pg{font-size:12px;color:#9ca3af;font-weight:500}.ai-wizard-preview-slide-title{font-size:22px;font-weight:700;margin-bottom:20px}.ai-wizard-preview-slide-content{display:flex;flex-direction:column;gap:10px}.ai-wizard-preview-bullet{display:flex;align-items:center;gap:10px;font-size:14px;color:#374151}.ai-wizard-preview-bullet-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.ai-wizard-preview-element{margin-bottom:4px}.ai-wizard-preview-quiz-q{font-size:15px;font-weight:600;color:#1a1a2e;margin-bottom:10px}.ai-wizard-preview-quiz-choices{display:grid;grid-template-columns:1fr 1fr;gap:8px}.ai-wizard-preview-quiz-choice{display:flex;align-items:center;gap:8px;padding:10px 14px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:13.5px;color:#374151;background:#fff}.ai-wizard-preview-quiz-choice.correct{font-weight:600}.ai-wizard-preview-quiz-choice-num{width:22px;height:22px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;flex-shrink:0}.ai-wizard-preview-fill{display:flex;flex-direction:column;gap:8px}.ai-wizard-preview-fill-sentence{font-size:14px;color:#374151;padding:10px 14px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.ai-wizard-preview-fill-answer{font-size:13px;color:#6b7280;padding:6px 12px;border-left:3px solid}.ai-wizard-preview-info-row{display:flex;align-items:center;gap:12px;padding:8px 0}.ai-wizard-preview-info-label{font-size:12.5px;font-weight:600;color:#6b7280;min-width:60px}.ai-wizard-preview-info-value{font-size:14px;color:#1a1a2e}.ai-wizard-preview-activity{display:flex;align-items:center;gap:10px;padding:8px 0}.ai-wizard-preview-activity-type{display:inline-block;color:#fff;font-size:11px;font-weight:700;padding:3px 10px;border-radius:5px}.ai-wizard-preview-ox{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;font-size:14px;color:#374151}.ai-wizard-preview-ox-answer{font-weight:700;font-size:13px}.ai-wizard-preview-empty-slide{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:40px;color:#9ca3af;font-size:14px}.ai-wizard-preview-empty{display:flex;align-items:center;justify-content:center;flex:1;color:#9ca3af;font-size:14px}.ai-wizard-preview-slide-deco{position:absolute;top:-30px;right:-20px;width:100px;height:100px;border-radius:50%;opacity:.06}.ai-wizard-preview-slide-deco2{position:absolute;bottom:-20px;left:30px;width:60px;height:60px;border-radius:50%;opacity:.04}.ai-wizard-preview-nav{display:flex;align-items:center;justify-content:center;gap:16px;padding-top:16px;flex-shrink:0}.ai-wizard-preview-nav-btn{display:inline-flex;align-items:center;gap:4px;padding:7px 16px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#374151;font-size:13px;font-weight:600;cursor:pointer;transition:all .12s}.ai-wizard-preview-nav-btn:hover:not(:disabled){border-color:#2383e2;color:#2383e2;background:#f0f7ff}.ai-wizard-preview-nav-btn:disabled{opacity:.35;cursor:default}.ai-wizard-preview-nav-info{font-size:13px;color:#9ca3af;font-weight:500}@media(max-width:768px){.ai-wizard-modal{width:100vw;max-width:100vw;height:100vh;max-height:100vh;border-radius:0}.ai-wizard-body{padding:20px 20px 100px}.ai-wizard-type-cards,.ai-wizard-template-grid{grid-template-columns:1fr}.ai-wizard-design-grid{grid-template-columns:repeat(2,1fr)}.ai-wizard-outline-layout{flex-direction:column}.ai-wizard-outline-sidebar{width:100%;position:static}.ai-wizard-btn-primary{min-width:auto;flex:1}}.desc-viewer-layout{display:flex;width:100vw;height:100vh;overflow:hidden}.desc-viewer-layout-content{flex:1;min-width:0;height:100vh;overflow:auto;transition:flex .25s ease;position:relative}.desc-viewer-layout-open .welcome-modal-overlay,.desc-viewer-layout-open .ai-wizard-overlay{position:absolute}.desc-viewer-fab{position:fixed;bottom:24px;left:24px;z-index:99999;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#2383e2,#6366f1);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #2383e259;transition:transform .15s,box-shadow .15s}.desc-viewer-fab:hover{transform:scale(1.1);box-shadow:0 6px 24px #2383e273}.desc-viewer-fab-hidden{display:none}.desc-viewer-panel{position:relative;z-index:99999;width:440px;min-width:440px;height:100vh;background:#fff;border-right:1px solid #e5e7eb;box-shadow:2px 0 12px #0000000f;display:flex;flex-direction:column;flex-shrink:0;animation:desc-slide-in .25s ease-out}@keyframes desc-slide-in{0%{margin-left:-440px}to{margin-left:0}}.desc-viewer-header{padding:16px 20px;border-bottom:1px solid #eee;display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#f8faff,#fff);flex-shrink:0}.desc-viewer-title{font-size:17px;font-weight:800;color:#111827;margin:0;flex:1}.desc-viewer-nav-toggle{background:none;border:1px solid #e5e7eb;cursor:pointer;color:#6b7280;padding:5px 7px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background .12s,color .12s}.desc-viewer-nav-toggle:hover{background:#f0f4ff;color:#2383e2;border-color:#c7d2fe}.desc-viewer-close{background:none;border:none;cursor:pointer;color:#9ca3af;padding:5px;border-radius:6px}.desc-viewer-close:hover{background:#f3f4f6;color:#374151}.desc-viewer-nav-dropdown{border-bottom:1px solid #eee;overflow-y:auto;max-height:50vh;background:#fafbfc;flex-shrink:0}.desc-viewer-nav-cat-btn{display:flex;align-items:center;gap:8px;width:100%;padding:12px 20px;border:none;background:none;font-size:14.5px;font-weight:500;color:#374151;cursor:pointer;text-align:left;transition:background .12s;border-bottom:1px solid #f3f4f6}.desc-viewer-nav-cat-btn:last-child{border-bottom:none}.desc-viewer-nav-cat-btn:hover{background:#f0f4ff}.desc-viewer-nav-cat-btn.active{background:#e8f0fc;color:#2383e2;font-weight:700;border-left:3px solid #2383e2}.desc-viewer-nav-cat-btn.current-page{background:#fffbeb}.desc-viewer-nav-cat-btn.current-page.active{background:#fef3c7;border-left-color:#f59e0b;color:#b45309}.desc-viewer-current-badge{font-size:11px;font-weight:700;color:#fff;background:#f59e0b;padding:2px 7px;border-radius:4px;margin-left:auto;flex-shrink:0}.desc-viewer-nav-icon{font-size:16px;flex-shrink:0}.desc-viewer-nav-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.desc-viewer-content{flex:1;overflow-y:auto;padding:24px}.desc-viewer-content-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px;padding-bottom:14px;border-bottom:2px solid #f0f0f0}.desc-viewer-content-icon{font-size:28px;flex-shrink:0;margin-top:1px}.desc-viewer-content-title{font-size:20px;font-weight:800;color:#111827;margin:0}.desc-viewer-content-cat{font-size:12px;font-weight:600;color:#6366f1;background:#eef2ff;padding:3px 10px;border-radius:4px;margin-top:4px;display:inline-block}.desc-viewer-content-body{font-size:15px;line-height:1.8;color:#374151}.desc-viewer-section-title{font-size:15.5px;font-weight:700;color:#111827;margin:20px 0 8px;padding:6px 12px;background:linear-gradient(90deg,#f0f4ff,transparent);border-left:3px solid #2383e2;border-radius:0 6px 6px 0}.desc-viewer-bullet{padding:3px 0 3px 10px;border-left:2px solid #e5e7eb;margin-left:4px;color:#374151}.desc-viewer-sub-bullet{padding:2px 0 2px 24px;color:#6b7280;font-size:14px}.desc-viewer-ai-highlight{background:#fff176;padding:4px 8px 4px 22px;margin:2px 0;border-radius:4px;color:#000}.desc-viewer-numbered{padding:4px 0;font-weight:500}.desc-viewer-table-row{font-family:SFMono-Regular,monospace;font-size:13px;padding:2px 0;color:#374151}.desc-viewer-text{margin:4px 0}.desc-viewer-spacer{height:10px}.desc-viewer-item-block{margin-bottom:8px}.desc-viewer-divider{border:none;border-top:1px solid #e5e7eb;margin:20px 0 16px}@media(max-width:768px){.desc-viewer-panel{width:100vw}}.cp-edit-form-tpl-name{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#ebf5ff;border-bottom:1px solid #DBEAFE;flex-shrink:0}.cp-edit-form-tpl-icon{font-size:18px}.cp-edit-form-tpl-label{font-size:13px;font-weight:600;color:#1e40af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cp-edit-form-tabs{display:flex;border-bottom:1px solid #E5E7EB;flex-shrink:0;background:#fff;margin-top:12px;position:sticky;top:0;z-index:5}.cp-edit-form-tab{flex:1;padding:14px 0;font-size:14px;font-weight:500;color:#6b7280;border:none;background:none;cursor:pointer;border-bottom:2px solid transparent;transition:all .15s}.cp-edit-form-tab:hover{color:#374151;background:#f9fafb}.cp-edit-form-tab-active{color:#2383e2;border-bottom-color:#2383e2;font-weight:600}.cp-edit-form-body{padding:12px 14px;display:flex;flex-direction:column;gap:12px;background:#f9fafb}.cp-edit-form-section{background:#fff;border:1px solid #E5E7EB;border-radius:10px;overflow:hidden}.cp-edit-form-section-title{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 14px;border:none;background:none;font-size:13px;font-weight:600;color:#374151;cursor:pointer}.cp-edit-form-section-title:hover{background:#f9fafb}.cp-edit-form-section-arrow{transition:transform .2s;color:#9ca3af}.cp-edit-form-section-arrow.collapsed{transform:rotate(-90deg)}.cp-edit-form-section-body{padding:0 14px 14px;display:flex;flex-direction:column;gap:14px}.cp-edit-form-field{display:flex;flex-direction:column;gap:5px}.cp-edit-form-label{font-size:12px;color:#6b7280;font-weight:500}.cp-edit-form-select{height:36px;padding:0 10px;border:1px solid #E5E7EB;border-radius:8px;background:#f3f4f6;font-size:13px;color:#374151;cursor:pointer;outline:none;appearance:auto}.cp-edit-form-select:focus{border-color:#2383e2;background:#fff}.cp-edit-form-segmented{display:flex;gap:0;border:1px solid #E5E7EB;border-radius:8px;overflow:hidden}.cp-edit-form-seg-btn{flex:1;padding:7px 4px;font-size:12px;font-weight:500;color:#374151;background:#f3f4f6;border:none;cursor:pointer;border-right:1px solid #E5E7EB;transition:all .15s;white-space:nowrap}.cp-edit-form-seg-btn:last-child{border-right:none}.cp-edit-form-seg-btn:hover{background:#e5e7eb}.cp-edit-form-seg-btn.active{background:#2383e2;color:#fff;font-weight:600}.cp-edit-form-slider-wrap{display:flex;align-items:center;gap:10px}.cp-edit-form-slider{flex:1;height:4px;-webkit-appearance:none;appearance:none;background:#e5e7eb;border-radius:2px;outline:none}.cp-edit-form-slider::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:#2383e2;cursor:pointer;border:2px solid white;box-shadow:0 1px 3px #0003}.cp-edit-form-slider-value{font-size:13px;font-weight:600;color:#2383e2;min-width:36px;text-align:right}.cp-edit-form-textarea{padding:10px 12px;border:1px solid #E5E7EB;border-radius:8px;background:#f3f4f6;font-size:13px;color:#374151;resize:vertical;font-family:inherit;outline:none;min-height:60px;line-height:1.5}.cp-edit-form-textarea:focus{border-color:#2383e2;background:#fff}.cp-edit-form-textarea::placeholder{color:#9ca3af}.cp-edit-form-toggle{position:relative;display:inline-flex;align-items:center;width:40px;height:22px;cursor:pointer}.cp-edit-form-toggle input{opacity:0;width:0;height:0;position:absolute}.cp-edit-form-toggle-slider{position:absolute;inset:0;border-radius:22px;background:#d1d5db;transition:background .2s}.cp-edit-form-toggle-slider:before{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .2s;box-shadow:0 1px 2px #00000026}.cp-edit-form-toggle input:checked+.cp-edit-form-toggle-slider{background:#2383e2}.cp-edit-form-toggle input:checked+.cp-edit-form-toggle-slider:before{transform:translate(18px)}.cp-edit-form-color-grid{display:flex;flex-wrap:wrap;gap:6px}.cp-edit-form-color-swatch{width:28px;height:28px;border-radius:50%;border:2px solid #E5E7EB;cursor:pointer;transition:all .15s;padding:0}.cp-edit-form-color-swatch:hover{transform:scale(1.15)}.cp-edit-form-color-swatch.active{border-color:#2383e2;box-shadow:0 0 0 2px #2383e233}.cp-edit-form-file-zone{display:flex;flex-direction:column;gap:8px}.cp-edit-form-file-input{display:none}.cp-edit-form-file-label{display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px 12px;border:2px dashed #D1D5DB;border-radius:10px;background:#fafbfc;cursor:pointer;transition:all .15s;font-size:12px;color:#9ca3af;text-align:center}.cp-edit-form-file-label:hover{border-color:#2383e2;background:#ebf5ff;color:#2383e2}.cp-edit-form-file-list{display:flex;flex-direction:column;gap:4px}.cp-edit-form-file-item{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;background:#f3f4f6;border-radius:6px;font-size:12px;color:#374151}.cp-edit-form-file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cp-edit-form-file-remove{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:none;color:#9ca3af;cursor:pointer;flex-shrink:0;border-radius:4px}.cp-edit-form-file-remove:hover{background:#e5e7eb;color:#ef4444}.cp-edit-form-tips{display:flex;flex-direction:column;gap:6px;margin-top:2px}.cp-edit-form-tips-title{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:#92400e;padding:6px 8px;background:#fffbeb;border-radius:6px}.cp-edit-form-tip-chip{display:flex;align-items:center;gap:8px;width:100%;padding:9px 10px;border:1px solid #E5E7EB;border-radius:8px;background:#fff;cursor:pointer;transition:all .15s;text-align:left;font-family:inherit}.cp-edit-form-tip-chip:hover{border-color:#2383e2;background:#ebf5ff}.cp-edit-form-tip-icon{font-size:15px;flex-shrink:0}.cp-edit-form-tip-text{flex:1;font-size:12px;color:#374151;line-height:1.4}.cp-edit-form-tip-arrow{flex-shrink:0;color:#9ca3af;transition:color .15s}.cp-edit-form-tip-chip:hover .cp-edit-form-tip-arrow{color:#2383e2}.cp-edit-form-footer{flex-shrink:0;padding:12px 14px;border-top:1px solid #E5E7EB;background:#fafbfc;display:flex;flex-direction:column;gap:8px}.cp-edit-form-footer-input-row{display:flex;align-items:flex-end}.cp-edit-form-footer-input{flex:1;padding:10px 12px;border:1px solid #E5E7EB;border-radius:10px;background:#fff;font-size:13px;color:#374151;resize:none;font-family:inherit;outline:none;line-height:1.4;max-height:80px}.cp-edit-form-footer-input:focus{border-color:#2383e2}.cp-edit-form-footer-input::placeholder{color:#9ca3af}.cp-edit-form-apply-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:11px 0;border:none;border-radius:10px;background:#2383e2;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.cp-edit-form-apply-btn:hover{background:#1a6fcb}.cp-edit-form-apply-btn:active{background:#1560b3}.cp-edit-form-apply-btn.applied{background:#059669;pointer-events:none}.cp-edit-form-apply-btn:disabled{background:#d1d5db;cursor:not-allowed;pointer-events:none}.cp-edit-tpl-picker{display:flex;flex-direction:column;gap:6px}.cp-edit-tpl-card{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:1.5px solid #E5E7EB;border-radius:10px;background:#fff;cursor:pointer;transition:all .15s;text-align:left;font-family:inherit}.cp-edit-tpl-card:hover{border-color:#2383e2;background:#f9fbff}.cp-edit-tpl-card.selected{border-color:#2383e2;background:#ebf5ff}.cp-edit-tpl-icon{font-size:20px;flex-shrink:0}.cp-edit-tpl-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.cp-edit-tpl-info strong{font-size:13px;color:#111827;font-weight:600}.cp-edit-tpl-info span{font-size:11px;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cp-edit-form-apply-area-inline{display:flex;flex-direction:column;gap:8px;padding:4px 0 8px;margin-top:4px}.cp-edit-form-scope-row{display:flex;gap:6px}.cp-edit-form-scope-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:5px;padding:8px 0;border:1.5px solid #E5E7EB;border-radius:8px;background:#fff;font-size:12px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s}.cp-edit-form-scope-btn:hover{border-color:#2383e2;color:#2383e2}.cp-edit-form-scope-btn.active{border-color:#2383e2;background:#ebf5ff;color:#2383e2;font-weight:600}.cp-edit-chat-body{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:12px;background:linear-gradient(180deg,#f8faff,#faf8ff)}.cp-edit-chat-msg{display:flex;gap:8px;align-items:flex-start}.cp-edit-chat-msg-user{justify-content:flex-end}.cp-edit-chat-avatar{width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#2383e2,#6366f1);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;margin-top:2px}.cp-edit-chat-bubble{max-width:85%;padding:10px 14px;border-radius:14px;font-size:13px;line-height:1.55;word-break:break-word}.cp-edit-chat-bubble p{margin:0}.cp-edit-chat-bubble p+p{margin-top:6px}.cp-edit-chat-bubble-ai{background:#fff;color:#1f2937;border:1px solid #E5E7EB;border-radius:4px 14px 14px}.cp-edit-chat-bubble-user{background:#2383e2;color:#fff;border-radius:14px 4px 14px 14px}.cp-edit-chat-loading{padding:12px 18px}.cp-edit-chat-input-area{border-top:1px solid #E5E7EB;background:#fff;flex-shrink:0}.cp-edit-chat-files{display:flex;flex-wrap:wrap;gap:4px;padding:8px 12px 0}.cp-edit-chat-file-tag{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:#ebf5ff;border:1px solid #BFDBFE;border-radius:6px;font-size:11px;color:#1e40af;max-width:180px}.cp-edit-chat-file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cp-edit-chat-file-remove{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border:none;background:none;color:#93c5fd;cursor:pointer;border-radius:3px;padding:0;flex-shrink:0}.cp-edit-chat-file-remove:hover{color:#ef4444;background:#fee2e2}.cp-edit-chat-input-row{display:flex;align-items:flex-end;gap:6px;padding:10px 12px}.cp-edit-chat-attach{width:34px;height:34px;border-radius:10px;border:1px solid #E5E7EB;background:#fff;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.cp-edit-chat-attach:hover{border-color:#2383e2;color:#2383e2;background:#ebf5ff}.cp-edit-chat-attach:disabled{color:#d1d5db;cursor:not-allowed}.cp-edit-chat-input{flex:1;padding:9px 12px;border:1px solid #E5E7EB;border-radius:10px;background:#f9fafb;font-size:13px;color:#374151;resize:none;font-family:inherit;outline:none;line-height:1.4;max-height:100px}.cp-edit-chat-input:focus{border-color:#2383e2;background:#fff}.cp-edit-chat-input::placeholder{color:#9ca3af}.cp-edit-chat-send{width:34px;height:34px;border-radius:10px;border:none;background:#2383e2;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.cp-edit-chat-send:hover{background:#1a6fcb}.cp-edit-chat-send:disabled{background:#d1d5db;cursor:not-allowed}.cp-edit-chat-obj-tag{display:inline-block;padding:2px 8px;margin-bottom:4px;background:#fff3;border-radius:4px;font-size:11px;font-weight:600;opacity:.85}.cp-edit-panel-wide .cp-edit-form-label{font-size:13px}.cp-edit-panel-wide .cp-edit-form-select{height:40px;font-size:14px}.cp-edit-panel-wide .cp-edit-form-seg-btn{padding:9px 6px;font-size:13px}.cp-edit-panel-wide .cp-edit-form-textarea{font-size:14px;min-height:140px;padding:12px 14px}.cp-edit-panel-wide .cp-edit-form-slider-value{font-size:14px}.cp-edit-panel-wide .cp-edit-form-file-label{padding:20px 14px;font-size:13px}.cp-edit-panel-wide .cp-edit-chat-input{font-size:14px;padding:10px 14px}.cp-edit-panel-wide .cp-edit-form-section-title{padding:14px 16px;font-size:14px}.cp-edit-panel-wide .cp-edit-form-section-body{padding:0 16px 16px;gap:16px}.cp-edit-panel-wide .cp-edit-form-body{padding:14px 16px;gap:14px}.cp-edit-form-tab{display:flex;align-items:center;justify-content:center}.cp-edit-outline{display:flex;flex-direction:column;gap:6px}.cp-edit-outline-item{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;background:#f9fafb;border:1px solid #E5E7EB;border-radius:8px;transition:border-color .15s}.cp-edit-outline-item:hover{border-color:#2383e2}.cp-edit-outline-num{width:24px;height:24px;border-radius:6px;background:#2383e2;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.cp-edit-outline-content{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.cp-edit-outline-title-input{border:none;background:transparent;outline:none;font-size:13px;font-weight:600;color:#1f2937;font-family:inherit;padding:0}.cp-edit-outline-title-input::placeholder{color:#9ca3af;font-weight:400}.cp-edit-outline-desc-input{border:none;background:transparent;outline:none;font-size:12px;color:#6b7280;font-family:inherit;padding:0}.cp-edit-outline-desc-input::placeholder{color:#d1d5db}.cp-edit-outline-delete{width:22px;height:22px;border:none;background:none;color:#d1d5db;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;transition:all .15s}.cp-edit-outline-delete:hover{background:#fee2e2;color:#ef4444}.cp-edit-outline-add{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px;border:1.5px dashed #D1D5DB;border-radius:8px;background:none;color:#9ca3af;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s;font-family:inherit}.cp-edit-outline-add:hover{border-color:#2383e2;color:#2383e2;background:#ebf5ff}.mef-root .fq-root,.mef-root .fb-root,.mef-root .clf-root,.mef-root .me-canvas-filled,.mef-root .me-intro-canvas,.mef-root .me-timeline-canvas{transition:box-shadow .15s ease}.mef-root .fq-root:hover,.mef-root .fb-root:hover,.mef-root .clf-root:hover,.mef-root .me-canvas-filled:hover,.mef-root .me-intro-canvas:hover,.mef-root .me-timeline-canvas:hover{box-shadow:inset 0 0 0 3px #2383e259}.me-canvas-edit-bar{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:6px;padding:5px 6px 5px 10px;background:#fff;border:1px solid #E0E3E8;border-radius:12px;box-shadow:0 2px 16px #0000001a,0 0 0 1px #2383e214;z-index:30;width:400px;animation:editbar-in .15s ease-out}@keyframes editbar-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.me-canvas-edit-bar-icon{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.me-canvas-edit-bar-input{flex:1;border:none;background:transparent;outline:none;color:#1f2937;font-size:13px;font-family:inherit;padding:6px 0;min-width:160px}.me-canvas-edit-bar-input::placeholder{color:#9ca3af}.me-canvas-edit-bar-send{width:30px;height:30px;border-radius:8px;border:none;background:#2383e2;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.me-canvas-edit-bar-send:hover{background:#1a6fcb}.me-canvas-edit-bar-close{width:28px;height:28px;border-radius:6px;border:none;background:transparent;color:#9ca3af;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.me-canvas-edit-bar-close:hover{background:#f3f4f6;color:#374151}.ft-canvas{position:relative;overflow:hidden;background:#e4e2fa;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 60px;width:100%;height:100%;box-sizing:border-box}.ft-bg-blob{position:absolute;border-radius:50%;filter:blur(2px);opacity:.55;pointer-events:none}.ft-blob-1{width:260px;height:160px;background:#c5c0f2;top:-40px;left:-50px;border-radius:60% 40% 70% 30%/50% 60% 40% 50%}.ft-blob-2{width:220px;height:140px;background:#b8b2ec;bottom:-50px;right:-40px;border-radius:50% 50% 40% 60%/60% 40%}.ft-bg-deco{position:absolute;pointer-events:none}.ft-deco-dot-red{width:8px;height:8px;border-radius:50%;background:#f26f6f;bottom:120px;left:60px;opacity:.75}.ft-deco-star{left:60px;bottom:70px;color:#8c84e0;font-size:24px;opacity:.85}.ft-title{position:absolute;top:16px;left:50%;transform:translate(-50%);color:var(--ft-accent, #3a57e8);font-size:20px;font-weight:800;letter-spacing:-.5px;white-space:nowrap;z-index:2}.ft-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:none;background:var(--ft-accent, #3a57e8);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #00000026;z-index:3;transition:transform .15s ease}.ft-nav:hover{transform:translateY(-50%) scale(1.05)}.ft-nav-prev{left:12px}.ft-nav-next{right:12px}.ft-nav:disabled{background:#a9a6b5;cursor:not-allowed;opacity:.6}.ft-nav:disabled:hover{transform:translateY(-50%)}.ft-card{width:580px;height:300px;perspective:1600px;position:relative;z-index:2;margin-top:10px}.ft-card-inner{width:100%;height:100%;position:relative;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.4,0,.2,1)}.ft-card-flipped .ft-card-inner{transform:rotateY(180deg)}.ft-card-face{position:absolute;inset:0;background:#fff;border:3px solid var(--ft-accent, #3a57e8);border-radius:14px;backface-visibility:hidden;-webkit-backface-visibility:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;box-shadow:0 6px 18px #00000014}.ft-card-back{transform:rotateY(180deg)}.ft-lesson{position:absolute;top:0;left:0;background:var(--ft-accent, #3a57e8);color:#fff;padding:6px 14px;font-size:13px;font-weight:800;border-radius:10px 0}.ft-flip-btn{position:absolute;top:14px;right:14px;width:34px;height:34px;border-radius:50%;border:none;background:var(--ft-accent, #3a57e8);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0003;transition:transform .15s ease;padding:0}.ft-flip-btn:hover{transform:scale(1.08)}.ft-image{font-size:72px;line-height:1;margin-bottom:12px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.15))}.ft-word-row{display:flex;align-items:center;gap:10px}.ft-speak{width:40px;height:40px;border-radius:50%;border:none;background:transparent;color:var(--ft-accent, #3a57e8);font-size:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s ease;padding:0}.ft-speak:hover{transform:scale(1.15)}.ft-speak-sm{font-size:22px;width:34px;height:34px}.ft-word{font-size:32px;font-weight:800;color:#1a1a2e;letter-spacing:-.5px}.ft-back-top{display:flex;align-items:center;gap:24px;margin-bottom:14px}.ft-back-image{font-size:56px;line-height:1;filter:drop-shadow(0 3px 6px rgba(0,0,0,.15))}.ft-back-wordblock{display:flex;flex-direction:column;align-items:flex-start;gap:3px;position:relative;padding-top:20px}.ft-back-wordblock .ft-speak{position:absolute;top:-8px;left:0;width:34px;height:34px;font-size:22px}.ft-back-word{font-size:26px;font-weight:800;color:#1a1a2e}.ft-back-meaning{font-size:16px;color:#6b7280;font-weight:600}.ft-example{display:flex;align-items:flex-start;gap:10px;background:#eef1ff;border-radius:10px;padding:12px 16px;width:85%}.ft-example-text{flex:1}.ft-example-en{font-size:18px;color:#1a1a2e;font-weight:700;margin-bottom:4px}.ft-example-en .ft-hl{color:#2b8a3e;font-weight:800}.ft-example-ko{font-size:15px;color:#6b7280}.ft-pager{position:absolute;bottom:12px;left:50%;transform:translate(-50%);font-size:12px;color:#6b6680;font-weight:600;z-index:2}.ms-canvas{width:100%;height:100%;box-sizing:border-box;background:linear-gradient(135deg,#f0f4ff,#faf5ff);display:flex;flex-direction:column;padding:20px 28px;overflow-y:auto;position:relative}.ms-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.ms-badge{background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff;font-size:12px;font-weight:700;padding:4px 14px;border-radius:20px}.ms-page-info{font-size:12px;color:#9ca3af;font-weight:600}.ms-concept{flex:1;display:flex;flex-direction:column}.ms-concept-title-row{display:flex;align-items:center;gap:8px;margin-bottom:2px}.ms-concept-icon{font-size:24px}.ms-concept-title{font-size:20px;font-weight:800;color:#1e293b;margin:0}.ms-concept-sub{font-size:12px;color:#94a3b8;margin:0 0 12px}.ms-steps{display:flex;flex-direction:column;gap:8px;flex:1}.ms-step{display:flex;gap:12px;padding:12px 14px;background:#fff;border-radius:12px;border:2px solid #e2e8f0;cursor:pointer;transition:all .2s ease}.ms-step:hover{border-color:var(--ms-step-color, #4f46e5);box-shadow:0 2px 8px #0000000f}.ms-step-active{border-color:var(--ms-step-color, #4f46e5);background:#fafaff}.ms-step-num{width:28px;height:28px;border-radius:50%;color:#fff;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ms-step-body{flex:1;min-width:0}.ms-step-label{font-size:14px;font-weight:700;color:#1e293b;margin-bottom:2px}.ms-step-desc{font-size:12px;color:#64748b;line-height:1.5}.ms-step-example{margin-top:8px;padding:8px 12px;background:#f1f5f9;border-radius:8px;display:flex;align-items:center;gap:8px}.ms-step-example-label{font-size:10px;font-weight:700;color:#fff;background:#6366f1;padding:2px 8px;border-radius:10px}.ms-step-example-code{font-size:14px;font-weight:700;color:#4f46e5;font-family:Fredoka,monospace}.ms-practice{flex:1;display:flex;flex-direction:column}.ms-practice-title{font-size:18px;font-weight:800;color:#1e293b;margin:0 0 4px}.ms-practice-q{font-size:13px;color:#64748b;margin:0 0 10px}.ms-practice-problem{font-size:24px;font-weight:800;color:#4f46e5;text-align:center;padding:16px;background:#fff;border-radius:12px;border:2px dashed #c7d2fe;margin-bottom:12px;font-family:Fredoka,monospace}.ms-practice-steps{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.ms-practice-step{padding:10px 14px;background:#fff;border-radius:10px;border:1px solid #e2e8f0;cursor:pointer;opacity:.4;transition:all .3s ease}.ms-practice-step-show{opacity:1;border-color:#a5b4fc;background:#eef2ff}.ms-practice-step-label{font-size:11px;font-weight:700;color:#6366f1;margin-bottom:2px}.ms-practice-step-calc{font-size:16px;font-weight:700;color:#1e293b;font-family:Fredoka,monospace}.ms-practice-answer-row{display:flex;align-items:center;gap:12px}.ms-practice-show-btn{padding:8px 20px;border-radius:20px;border:none;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:transform .15s;box-shadow:0 2px 6px #6366f14d}.ms-practice-show-btn:hover{transform:scale(1.03)}.ms-practice-answer{font-size:18px;font-weight:800;color:#059669}.ms-quiz{flex:1;display:flex;flex-direction:column}.ms-quiz-title{font-size:18px;font-weight:800;color:#1e293b;margin:0 0 10px}.ms-quiz-question{font-size:22px;font-weight:800;color:#4f46e5;text-align:center;padding:16px;background:#fff;border-radius:12px;border:2px solid #c7d2fe;margin-bottom:14px;font-family:Fredoka,monospace}.ms-quiz-options{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.ms-quiz-option{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#fff;border:2px solid #e2e8f0;border-radius:10px;font-size:16px;font-weight:700;color:#1e293b;cursor:pointer;transition:all .15s;font-family:Fredoka,monospace}.ms-quiz-option:hover:not(:disabled){border-color:#6366f1;background:#eef2ff}.ms-quiz-option-num{width:26px;height:26px;border-radius:50%;background:#f1f5f9;font-size:12px;font-weight:800;color:#64748b;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ms-quiz-correct{border-color:#10b981;background:#ecfdf5}.ms-quiz-correct .ms-quiz-option-num{background:#10b981;color:#fff}.ms-quiz-wrong{border-color:#ef4444;background:#fef2f2;opacity:.7}.ms-quiz-wrong .ms-quiz-option-num{background:#ef4444;color:#fff}.ms-quiz-result{padding:12px 16px;border-radius:10px;text-align:center}.ms-quiz-result-correct{background:#ecfdf5;border:1px solid #a7f3d0}.ms-quiz-result-wrong{background:#fef2f2;border:1px solid #fecaca}.ms-quiz-result-icon{font-size:16px;font-weight:800;margin-bottom:6px}.ms-quiz-explanation{font-size:13px;color:#475569;line-height:1.6;text-align:left;margin:0;white-space:pre-wrap;font-family:inherit}.ms-nav{display:flex;justify-content:center;gap:10px;margin-top:12px}.ms-nav-btn{padding:8px 20px;border-radius:20px;border:1px solid #d1d5db;background:#fff;color:#374151;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s}.ms-nav-btn:hover:not(:disabled){border-color:#6366f1;color:#6366f1}.ms-nav-btn:disabled{opacity:.4;cursor:not-allowed}.ms-nav-btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;box-shadow:0 2px 6px #6366f14d}.ms-nav-btn-primary:hover:not(:disabled){color:#fff;transform:scale(1.03)}.aem-root{position:relative;width:100%;height:100vh;background:#f5f6fa;font-family:var(--font-main);color:#333;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}.aem-root *,.aem-root button,.aem-root select,.aem-root textarea,.aem-root input{font-family:inherit}.aem-header{background:#fff;border-bottom:1px solid #e5e5e5;flex-shrink:0}.aem-header-top{display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:0 auto;padding:18px 48px;width:100%;box-sizing:border-box}.aem-header-left{display:flex;align-items:center;gap:0}.aem-logo-img{height:20px;margin-right:12px;display:block}.aem-title{font-size:20px;font-weight:900;color:#1a1a1a}.aem-title-blue{font-weight:900;color:#1a59e1}.aem-header-right{display:flex;align-items:center;gap:16px}.aem-user-info{font-size:15px;color:#555}.aem-user-info strong{color:#1a1a1a;font-weight:700}.aem-logout-btn{padding:7px 20px;border-radius:20px;border:1px solid #333;background:#333;color:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:background .15s ease}.aem-logout-btn:hover{background:#555}.aem-header-bottom{display:flex;align-items:center;justify-content:center;max-width:1280px;margin:0 auto;padding:0 48px;width:100%;box-sizing:border-box;position:relative;border-top:1px solid #f0f0f0}.aem-nav{display:flex;gap:0}.aem-nav-tab{padding:18px 48px;font-size:19px;font-weight:500;color:#999;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;transition:all .15s ease;position:relative}.aem-nav-tab:hover{color:#555}.aem-nav-tab.active{color:#1a59e1;font-weight:700;border-bottom-color:#1a59e1}.aem-subheader{background:#f5f6fa;flex-shrink:0;border-bottom:1px solid #eee}.aem-subheader-inner{display:flex;align-items:center;gap:16px;max-width:1280px;margin:0 auto;padding:18px 48px;box-sizing:border-box}.aem-subheader-title{font-size:18px;font-weight:700;color:#333}.aem-subheader-divider{color:#d0d0d0;font-size:16px}.aem-subheader-desc{font-size:16px;color:#777}.aem-main{flex:1 0 auto;padding:40px 48px 80px;max-width:100%;width:100%;box-sizing:border-box;position:relative;background:#f5f6fa}.aem-main.aem-main-step-header{padding-bottom:0}.aem-main-step-header+.aem-main{padding-top:16px}.aem-main-inner{max-width:1180px;margin:0 auto}.aem-step-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:0;padding-bottom:20px;border-bottom:1px solid #e5e5e5}.aem-step-title{font-size:24px;font-weight:800;color:#1a1a1a}.aem-step-indicator,.aem-step-group{display:flex;align-items:center}.aem-step-line{width:40px;height:0;border-top:2px dashed #ccc;margin:0 8px}.aem-step-circle{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;background:#fff;color:#ccc;border:2px solid #d9d9d9;transition:all .15s ease}.aem-step-circle.active{background:#1a59e1;color:#fff;border-color:#1a59e1}.aem-step-circle.completed{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.aem-content-wrapper{position:relative}.aem-card{background:#fff;border:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-radius:12px;padding:32px 36px}.aem-form-row{display:flex;align-items:center;gap:28px;margin-bottom:36px;flex-wrap:wrap}.aem-label{font-size:18px;font-weight:700;color:#1a1a1a;min-width:120px;flex-shrink:0}.aem-label-inline{margin-left:56px}.aem-required{color:#ef7070;font-weight:700;margin-left:2px}.aem-btn-group{display:flex;gap:10px;flex-wrap:wrap}.aem-select-btn{padding:11px 28px;border-radius:24px;border:1px solid #d0d0d0;background:#fff;color:#666;font-size:17px;cursor:pointer;transition:all .15s ease;white-space:nowrap}.aem-select-btn:hover{border-color:#999;color:#333}.aem-select-btn.selected{background:#2a2a2a;color:#fff;border-color:#2a2a2a;font-weight:600}.aem-select-btn-sm{padding:9px 22px;font-size:15px}.aem-divider{border:none;border-top:1px solid #eee;margin:36px 0}.aem-ai-tab-btn{position:relative}.aem-ai-badge{display:inline-block;margin-left:6px;padding:1px 5px;background:#7c3aed;color:#fff;font-size:11px;font-weight:700;border-radius:4px;vertical-align:middle;line-height:1.3}@keyframes aem-ai-pulse{0%,to{box-shadow:0 0 #7c3aed66}50%{box-shadow:0 0 0 6px #7c3aed00}}.aem-ai-pulse{animation:aem-ai-pulse 1s ease-in-out 3}.aem-ai-word-range{display:flex;align-items:center;gap:10px}.aem-ai-word-range .aem-word-input{width:100px;flex:none;text-align:center;padding:12px 18px;border:1px solid #d0d0d0;border-radius:6px;font-size:14px;color:#777;background:#fff;-moz-appearance:textfield}.aem-ai-word-range .aem-word-input:focus{outline:none;border-color:#1a59e1}.aem-ai-word-range .aem-word-input::-webkit-outer-spin-button,.aem-ai-word-range .aem-word-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.aem-ai-word-hint{font-size:13px;color:#999;margin-left:16px;white-space:nowrap}.aem-ai-word-hint.error{color:#e53e3e}.aem-ai-word-sep{font-size:16px;color:#999}.aem-ai-word-unit{font-size:14px;color:#777}.aem-form-row-last{margin-bottom:0}.aem-ai-output-box{margin-top:32px;margin-left:148px;border:1px solid #e0e0e0;border-radius:10px;background:#fafbfd;overflow:hidden;transition:all .3s ease}.aem-ai-output-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:320px;padding:48px 24px;gap:16px}.aem-ai-output-empty-icon{opacity:.5}.aem-ai-output-empty-desc{margin:0;font-size:14px;color:#999;text-align:center;line-height:1.6}.aem-ai-generate-btn{padding:14px 40px;border:none;border-radius:8px;background:#2a2a2a;color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s ease;white-space:nowrap}.aem-ai-generate-btn:hover:not(.disabled){background:#1a1a1a}.aem-ai-generate-btn.disabled{background:#d0d0d0;color:#fff;cursor:not-allowed}.aem-ai-output-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:320px;padding:56px 24px;gap:8px}.aem-ai-spinner-lg{width:36px;height:36px;border-width:3px;margin-bottom:8px}.aem-generating-text{font-size:15px;font-weight:600;color:#555;margin:0}.aem-generating-sub{font-size:13px;color:#999;margin:0}.aem-ai-output-result{padding:0}.aem-ai-output-result .aem-passage-textarea{border:none;border-radius:10px;background:#fff}.aem-ai-output-result .aem-passage-textarea:focus{border:none;outline:2px solid #1a59e1;outline-offset:-2px}.aem-ai-output-footer{display:flex;align-items:center;justify-content:space-between;margin-top:10px;margin-left:148px;padding:0 4px}.aem-ai-output-footer-right{display:flex;align-items:center;gap:16px}.aem-ai-regenerate-btn{padding:8px 20px;border:1px solid #d0d0d0;border-radius:6px;background:#fff;color:#555;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}.aem-ai-regenerate-btn:hover{border-color:#999;color:#333;background:#f5f5f5}.aem-ai-loading{display:flex;align-items:center;gap:12px;font-size:15px;color:#555;font-weight:500}.aem-ai-spinner{width:24px;height:24px;border:3px solid #e0e0e0;border-top-color:#2a2a2a;border-radius:50%;animation:aem-spin .8s linear infinite}@keyframes aem-spin{to{transform:rotate(360deg)}}@keyframes aem-expand{0%{opacity:0;max-height:0;transform:translateY(-8px)}to{opacity:1;max-height:500px;transform:translateY(0)}}.aem-ai-passage-wrapper{overflow:hidden}.aem-ai-passage-wrapper.aem-expand{animation:aem-expand .5s ease-out forwards}.aem-direct-header{display:flex;align-items:center;justify-content:flex-end;margin-bottom:10px}.aem-direct-input-row{display:flex;align-items:flex-start;gap:28px}.aem-direct-input-area{flex:1}.aem-direct-hint{font-size:14px;color:#777}.aem-ai-suggest-link{background:none;border:none;color:#1a59e1;font-size:14px;font-weight:600;cursor:pointer;transition:color .15s ease}.aem-ai-suggest-link:hover{color:#1550c7;text-decoration:underline}.aem-no-books{text-align:center;padding:32px;color:#999}.aem-no-books p{margin-bottom:12px;font-size:15px}.aem-ai-suggest-cta{background:none;border:none;color:#7c3aed;font-size:14px;font-weight:600;cursor:pointer;transition:color .15s ease}.aem-ai-suggest-cta:hover{color:#6d28d9;text-decoration:underline}.aem-book-row{align-items:flex-start}.aem-book-list{display:flex;gap:20px;flex-wrap:wrap}.aem-book-item{cursor:pointer;text-align:center;transition:transform .15s ease}.aem-book-item:hover{transform:translateY(-2px)}.aem-book-cover{position:relative;width:180px;height:240px;border-radius:6px;overflow:hidden;border:3px solid transparent;transition:border-color .15s ease;box-shadow:0 2px 8px #0000001a}.aem-book-item.selected .aem-book-cover{border-color:#2a2a2a}.aem-book-item.selected .aem-book-cover:after{content:"";position:absolute;inset:0;background:#00000059;pointer-events:none}.aem-book-img{width:100%;height:100%;object-fit:cover}.aem-book-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#4a90d9,#2d6bb5,#1a4f8f);display:flex;align-items:center;justify-content:center}.aem-book-placeholder-text{color:#fff;font-size:18px;font-weight:700;text-align:center;line-height:1.4;text-shadow:0 1px 3px rgba(0,0,0,.3)}.aem-book-check{position:absolute;top:-2px;right:-2px}.aem-book-check svg{filter:drop-shadow(0 1px 3px rgba(0,0,0,.2))}.aem-book-title{display:block;margin-top:12px;font-size:16px;color:#333;font-weight:600}.aem-dropdown-group{display:flex;gap:14px;flex:1;flex-wrap:wrap}.aem-dropdown{flex:1;min-width:200px;padding:12px 40px 12px 18px;border:1px solid #d0d0d0;border-radius:6px;font-size:14px;color:#777;background:#fff;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}.aem-dropdown:disabled{background-color:#fafafa;color:#bbb;cursor:not-allowed}.aem-dropdown:focus{outline:none;border-color:#1a59e1}.aem-passage-area{margin-top:8px;margin-left:148px}.aem-passage-empty{width:100%;height:320px;padding:24px;border:1px solid #d0d0d0;border-radius:6px;font-size:15px;color:#bbb;background:#fff;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.aem-passage-textarea{width:100%;height:320px;max-height:500px;padding:24px;border:1px solid #d0d0d0;border-radius:6px;font-size:15px;line-height:1.8;color:#333;resize:none;box-sizing:border-box;overflow-y:auto}.aem-passage-textarea:focus{outline:none;border-color:#1a59e1}.aem-passage-textarea.aem-placeholder-center:placeholder-shown:not(:focus){text-align:center;padding-top:140px}.aem-passage-textarea.aem-placeholder-center::placeholder{color:#bbb;transition:opacity .15s ease}.aem-passage-textarea.aem-placeholder-center:focus::placeholder{opacity:0}.aem-passage-info{display:flex;justify-content:space-between;align-items:center;margin-top:10px;margin-left:148px;padding:0 4px}.aem-char-count{font-size:15px;color:#999}.aem-count-highlight{color:#1a59e1;font-weight:600}.aem-passage-hint{font-size:15px;color:#999}.aem-card-footer{display:flex;justify-content:flex-end;margin-top:40px}.aem-next-btn{padding:12px 28px;border-radius:8px;border:none;background:#b0b0b0;color:#fff;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .15s ease}.aem-next-btn.enabled{background:#1a59e1}.aem-next-btn:hover:not(.disabled){background:#1550c7}.aem-next-btn.disabled{background:#b0b0b0;cursor:not-allowed}.aem-card-footer-between{justify-content:space-between}.aem-prev-btn{padding:12px 28px;border-radius:8px;border:1px solid #1a59e1;background:#fff;color:#1a59e1;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .15s ease}.aem-prev-btn:hover{background:#f0f5ff}.aem-save-btn{padding:12px 28px;border-radius:8px;border:none;background:#1a59e1;color:#fff;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px}.aem-save-btn.disabled{background:#d0d0d0;color:#999;cursor:not-allowed}.aem-card-inner{padding:20px 28px}.aem-step2-source{display:flex;align-items:center;gap:12px;margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid #eee}.aem-step2-source-title{font-size:18px;font-weight:700;color:#1a1a1a}.aem-step2-source-sep{color:#d0d0d0;font-size:16px}.aem-step2-source-detail{font-size:15px;color:#888}.aem-step2-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.aem-step2-left{border:1px solid #e0e0e0;border-radius:12px;padding:28px;display:flex;flex-direction:column}.aem-step2-passage-box{flex:1}.aem-step2-passage-textarea{width:100%;min-height:280px;border:none;outline:none;resize:none;font-family:var(--font-main);font-size:15px;line-height:1.8;color:#444;background:transparent}.aem-step2-divider{border:none;border-top:1px solid #eee;margin:20px 0 16px}.aem-step2-passage-meta{display:flex;align-items:center;justify-content:space-between}.aem-step2-difficulty-row{display:flex;align-items:center;gap:10px}.aem-step2-difficulty-label{font-size:15px;font-weight:600;color:#1a1a1a}.aem-step2-difficulty-badge{display:inline-block;padding:3px 12px;border-radius:4px;font-size:13px;font-weight:700;background:#fff0f3;color:#e53e5e;border:1px solid #fcc}.aem-step2-count{font-size:15px;color:#999}.aem-step2-right{border:1px solid #e0e0e0;border-radius:12px;display:flex;align-items:center;justify-content:center}.aem-step2-action-area{text-align:center;padding:40px}.aem-step2-action-title{font-size:17px;font-weight:700;color:#1a1a1a;margin-bottom:10px}.aem-step2-action-sub{font-size:14px;color:#1a59e1;margin-bottom:24px}.aem-step2-action-btn{display:inline-flex;align-items:center;gap:6px;padding:12px 28px;border-radius:8px;border:1px solid #1a59e1;background:#fff;color:#1a59e1;font-size:15px;font-weight:600;cursor:pointer;transition:all .15s ease}.aem-step2-action-btn:hover{background:#f0f5ff}.aem-step2-retry-row{display:flex;justify-content:flex-end;margin-top:20px}.aem-step2-retry-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border-radius:8px;border:1px solid #d0d0d0;background:#fff;color:#555;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}.aem-step2-retry-btn:hover{border-color:#999;background:#fafafa}.aem-step3-tabs{display:flex;border-bottom:2px solid #e5e5e5;margin-bottom:20px}.aem-step3-tab{flex:1;padding:16px 0;border:none;background:transparent;font-size:17px;font-weight:500;color:#999;cursor:pointer;text-align:center;position:relative;transition:color .15s ease}.aem-step3-tab.active{color:#1a59e1;font-weight:700}.aem-step3-tab.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:3px;background:#1a59e1;border-radius:2px}.aem-step3-tab:hover:not(.active){color:#666}.aem-next-arrow{font-size:20px}.aem-usage-side{position:fixed;top:45%;right:40px;transform:translateY(-50%);width:170px;z-index:90}.aem-usage-box{background:#fff;border-radius:16px;padding:22px 18px 20px;text-align:center;box-shadow:0 4px 20px #0000001a}.aem-usage-icon{margin-bottom:10px}.aem-usage-icon img{display:inline-block}.aem-usage-label{font-size:15px;color:#1a1a1a;margin-bottom:6px;font-weight:700}.aem-usage-count{font-size:30px;font-weight:800;color:#1a59e1;margin-bottom:10px}.aem-usage-count span{font-size:30px;font-weight:700;color:#1a1a1a}.aem-usage-desc{font-size:13px;color:#888;line-height:1.7;margin-bottom:14px}.aem-detail-btn{display:inline-block;padding:8px 36px;border-radius:6px;border:none;background:#1a59e1;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .15s ease}.aem-detail-btn:hover{background:#1550c7;color:#fff}.aem-chatbot-fab{position:fixed;bottom:100px;right:40px;z-index:100;display:flex;align-items:center;gap:14px;padding:14px 24px 14px 16px;border:none;border-radius:56px;background:#fff;cursor:pointer;box-shadow:0 4px 20px #6d28d92e,0 2px 8px #00000014;transition:transform .2s ease,box-shadow .2s ease}.aem-chatbot-fab:hover{transform:translateY(-2px);box-shadow:0 6px 28px #6d28d940,0 4px 12px #0000001a}.aem-chatbot-fab:active{transform:translateY(0)}.aem-chatbot-fab-icon{position:relative;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:transparent;flex-shrink:0}.aem-chatbot-fab-bg{position:absolute;width:52px;height:52px;border-radius:50%;background:#111;z-index:0}.aem-chatbot-fab-bubble{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:20px;line-height:1;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.aem-chatbot-fab-badge{display:none;position:absolute;top:-4px;right:-6px;background:#7c3aed;color:#fff;font-size:10px;font-weight:700;padding:2px 5px;border-radius:6px;line-height:1;border:2px solid #fff}.aem-chatbot-fab-text{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.aem-chatbot-fab-label{font-size:17px;font-weight:700;color:#1a1a1a;white-space:nowrap}.aem-chatbot-fab-count{font-size:15px;font-weight:500;color:#7c3aed;white-space:nowrap}.aem-usage-mini{display:none;position:fixed;bottom:160px;right:20px;z-index:91;align-items:center;gap:8px;padding:12px 20px;border:none;border-radius:28px;background:#fff;cursor:pointer;box-shadow:0 3px 16px #0000001f;transition:all .2s ease}.aem-usage-mini:hover{box-shadow:0 4px 20px #0000002e;transform:scale(1.04)}.aem-usage-mini.active{background:#1a59e1}.aem-usage-mini.active svg{stroke:#fff}.aem-usage-mini.active .aem-usage-mini-count{color:#fff}.aem-usage-mini.active .aem-usage-mini-count small{color:#ffffffb3}.aem-usage-mini-count{font-size:18px;font-weight:800;color:#1a59e1;white-space:nowrap}.aem-usage-mini-count small{font-size:15px;font-weight:600;color:#999}.aem-chatbot-mini{display:none;position:fixed;bottom:100px;right:20px;z-index:100;align-items:center;gap:8px;padding:12px 20px;border:none;border-radius:28px;background:#fff;cursor:pointer;box-shadow:0 3px 16px #6d28d926,0 2px 8px #00000014;transition:all .2s ease}.aem-chatbot-mini:hover{box-shadow:0 4px 20px #6d28d940,0 4px 12px #0000001a;transform:translateY(-2px)}.aem-chatbot-mini-count{font-size:18px;font-weight:800;color:#7c3aed;white-space:nowrap}.aem-chatbot-mini-count small{font-size:15px;font-weight:600;color:#999}.aem-usage-popup-overlay{display:none}.aem-usage-popup{position:fixed;bottom:160px;right:-30px;z-index:200;width:170px;animation:aem-popup-in .2s ease}@keyframes aem-popup-in{0%{opacity:0;transform:translate(8px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}.aem-usage-popup-box{background:#fff;border-radius:16px;padding:22px 18px 20px;text-align:center;box-shadow:0 4px 20px #0000001a}.aem-usage-popup-close{position:absolute;top:-8px;right:-8px;display:flex;align-items:center;justify-content:center;width:26px;height:26px;border:none;background:#fff;border-radius:50%;cursor:pointer;box-shadow:0 2px 8px #00000026;transition:background .15s ease;z-index:1}.aem-usage-popup-close:hover{background:#f0f0f0}.aem-badge-hint{position:fixed;top:16px;right:16px;z-index:560;color:#ef4444;font-size:14px;font-weight:700;background:#fff;border:1.5px solid #ef4444;border-radius:8px;padding:10px 16px;box-shadow:0 2px 12px #ef444426}@media(max-width:1600px){.aem-usage-side{display:none}.aem-usage-mini{display:flex}.aem-chatbot-fab{display:none}.aem-chatbot-mini{display:flex}.aem-usage-popup{right:20px}}.aem-chatbot-overlay{position:fixed;inset:0;background:#0006;z-index:499}.aem-chatbot-popup{position:fixed;bottom:40px;right:40px;width:400px;height:640px;z-index:500;background:#fff;border-radius:20px;box-shadow:0 8px 40px #0003;display:flex;flex-direction:column;overflow:hidden;animation:aem-chatbot-popup-in .25s cubic-bezier(.4,0,.2,1)}@keyframes aem-chatbot-popup-in{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.aem-chatbot-popup-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:linear-gradient(135deg,#a78bfa,#7c3aed 40%,#4f8be8);flex-shrink:0}.aem-chatbot-popup-refresh,.aem-chatbot-popup-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:#ffffff26;border-radius:50%;cursor:pointer;transition:background .15s ease}.aem-chatbot-popup-refresh:hover,.aem-chatbot-popup-close:hover{background:#ffffff4d}.aem-chatbot-popup-body{flex:1;overflow-y:auto;padding:32px 28px}.aem-chatbot-popup-welcome h3{font-size:22px;font-weight:800;color:#1a1a1a;line-height:1.5;margin:0 0 16px}.aem-chatbot-popup-welcome p{font-size:14px;color:#888;margin:0 0 24px}.aem-chatbot-popup-keywords{display:flex;flex-wrap:wrap;gap:10px}.aem-chatbot-popup-keyword{padding:10px 22px;border:1px solid #d0d0d0;border-radius:24px;background:#fff;font-size:15px;font-weight:500;color:#333;cursor:pointer;transition:all .15s ease}.aem-chatbot-popup-keyword:hover{border-color:#7c3aed;color:#7c3aed;background:#f8f5ff}.aem-chatbot-popup-input-area{display:flex;align-items:center;gap:10px;padding:16px 20px;border-top:1px solid #eee;flex-shrink:0}.aem-chatbot-popup-input{flex:1;padding:14px 18px;border:1px solid #e0e0e0;border-radius:28px;font-size:14px;color:#333;background:#f9f9f9;outline:none;font-family:inherit}.aem-chatbot-popup-input:focus{border-color:#7c3aed;background:#fff}.aem-chatbot-popup-input::placeholder{color:#bbb}.aem-chatbot-popup-send{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:#f0f0f0;border-radius:50%;cursor:pointer;transition:background .15s ease;flex-shrink:0}.aem-chatbot-popup-send:hover{background:#e0e0e0}.aem-chatbot-popup-footer{padding:14px 0;text-align:center;background:#1a1a1a;color:#fff;font-size:15px;font-weight:600;flex-shrink:0}.aem-footer{background:#fff;border-top:1px solid #e5e5e5;padding:36px 48px;flex-shrink:0}.aem-footer-inner{max-width:1280px;margin:0 auto;padding:0 48px;box-sizing:border-box}.aem-footer-top{display:flex;align-items:center;gap:24px;margin-bottom:16px}.aem-footer-logo{font-size:22px;font-weight:900;color:#1a59e1;letter-spacing:-.3px}.aem-footer-links{display:flex;align-items:center;gap:12px;font-size:14px}.aem-footer-links a{color:#555;text-decoration:none}.aem-footer-links a:hover{text-decoration:underline}.aem-footer-sep{color:#d0d0d0}.aem-footer-info{font-size:12px;color:#999;line-height:1.8}.aem-footer-info p{margin:0}.aem-related-section{margin-top:48px;display:flex;align-items:flex-start;gap:28px}.aem-related-right{flex:1}.aem-related-content{padding:24px;background:#f5faff;border:1px solid #b8d4f0;border-radius:10px}.aem-related-sub{font-size:15px;color:#999;margin-top:10px;margin-bottom:0;display:block;text-align:right}.aem-related-list{display:flex;flex-wrap:wrap;gap:10px}.aem-related-chip{display:inline-flex;align-items:center;width:fit-content;padding:9px 18px;border-radius:24px;border:1px solid #1a59e1;background:#fff;color:#1a59e1;font-size:14px;font-weight:500;cursor:pointer;transition:all .18s ease}.aem-related-chip:hover{border-color:#1550c7;background:#f0f5ff;color:#1550c7}.aem-related-chip.active{border-color:#1a59e1;background:#1a59e1;color:#fff}.aem-modal-overlay{position:fixed;inset:0;background:#00000073;z-index:500;display:flex;align-items:center;justify-content:center;animation:aem-fade-in .2s ease}@keyframes aem-fade-in{0%{opacity:0}to{opacity:1}}.aem-modal{width:860px;max-width:92vw;max-height:88vh;background:#fff;border-radius:16px;box-shadow:0 8px 40px #0000002e;display:flex;flex-direction:column;animation:aem-modal-in .25s cubic-bezier(.4,0,.2,1)}@keyframes aem-modal-in{0%{opacity:0;transform:scale(.95) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.aem-modal-header{display:flex;align-items:center;justify-content:space-between;padding:22px 28px 18px;border-bottom:1px solid #eee;flex-shrink:0}.aem-modal-breadcrumb{font-size:13px;color:#888;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;margin-right:12px}.aem-modal-header-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.aem-modal-nav{display:flex;align-items:center;gap:6px}.aem-modal-nav-btn{width:32px;height:32px;border:1px solid #d0d0d0;background:#fff;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#444;transition:all .15s ease}.aem-modal-nav-btn:hover:not(:disabled){border-color:#1a59e1;color:#1a59e1;background:#f0f5ff}.aem-modal-nav-btn:disabled{opacity:.35;cursor:not-allowed}.aem-modal-nav-indicator{font-size:13px;font-weight:600;color:#555;min-width:36px;text-align:center}.aem-modal-close{width:36px;height:36px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease;flex-shrink:0}.aem-modal-close:hover{background:#e8e8e8}.aem-modal-body{flex:1;overflow-y:auto;padding:24px 28px}.aem-modal-exam-title{font-size:20px;font-weight:800;color:#1a1a1a;margin:0 0 14px}.aem-modal-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.aem-modal-tag{display:inline-block;padding:6px 16px;border-radius:6px;background:#f5faff;color:#1a59e1;font-size:14px;font-weight:600;border:1.5px solid #1a59e1}.aem-modal-passage-textarea{width:100%;height:340px;max-height:480px;padding:20px;font-size:15px;line-height:1.9;color:#333;background:#fff;border:1px solid #d0d0d0;border-radius:8px;resize:none;box-sizing:border-box;overflow-y:auto;font-family:inherit}.aem-modal-passage-textarea:focus{outline:none;border-color:#1a59e1}.aem-modal-passage-info{display:flex;justify-content:space-between;align-items:center;margin-top:10px;padding:0 2px}.aem-modal-footer{padding:18px 28px;border-top:1px solid #eee;flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:16px}.aem-modal-nav-bottom{justify-content:center}.aem-modal-use-btn{width:100%;padding:15px 0;border:none;border-radius:10px;background:#1a59e1;color:#fff;font-size:17px;font-weight:700;cursor:pointer;transition:background .18s ease}.aem-modal-use-btn:hover{background:#1550c7}.aem-qtype-modal{width:760px;max-width:95vw;background:#fff;border-radius:16px;box-shadow:0 8px 40px #0000002e;padding:36px 40px 32px;position:relative;animation:aem-modal-in .25s cubic-bezier(.4,0,.2,1)}.aem-qtype-reset{display:flex;align-items:center;gap:4px;padding:5px 10px;border:1px solid #d0d0d0;border-radius:6px;background:#fff;font-size:13px;color:#666;cursor:pointer;transition:all .15s ease}.aem-qtype-reset:hover{border-color:#999;color:#333}.aem-qtype-modal .aem-modal-close{position:absolute;top:16px;right:16px}.aem-qtype-title{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.aem-qtype-sub{font-size:14px;color:#888;margin:0 0 24px}.aem-qtype-categories{display:flex;align-items:center;gap:20px;margin-bottom:16px}.aem-qtype-categories .aem-qtype-reset{margin-left:auto}.aem-qtype-radio{display:flex;align-items:center;gap:6px;font-size:15px;font-weight:600;color:#333;cursor:pointer}.aem-qtype-radio input[type=radio]{accent-color:#1a59e1;width:18px;height:18px;cursor:pointer}.aem-qtype-radio.disabled{opacity:.4;cursor:not-allowed}.aem-qtype-radio.disabled input[type=radio]{cursor:not-allowed}.aem-qtype-chips-box{border:1px solid #e0e0e0;border-radius:10px;padding:20px;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px;min-height:60px;justify-content:center}.aem-qtype-chip-wrapper{position:relative}.aem-qtype-tooltip{display:none;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#2a2a2a;color:#fff;font-size:12px;padding:6px 12px;border-radius:6px;white-space:nowrap;z-index:10;pointer-events:none}.aem-qtype-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#2a2a2a}.aem-qtype-chip-wrapper:hover .aem-qtype-tooltip{display:block}.aem-qtype-group{width:100%}.aem-qtype-group+.aem-qtype-group{margin-top:12px;padding-top:16px;border-top:1px solid #eee}.aem-qtype-group-label{font-size:13px;font-weight:700;color:#888;margin-bottom:10px;padding-left:2px}.aem-qtype-group-chips{display:flex;flex-wrap:wrap;gap:10px}.aem-qtype-chip{padding:10px 20px;border-radius:8px;border:1.5px solid #d0d0d0;background:#fff;font-size:14px;font-weight:500;color:#333;cursor:pointer;transition:all .15s ease}.aem-qtype-chip:hover{border-color:#1a59e1;color:#1a59e1}.aem-qtype-chip.selected{background:#f5faff;border-color:#1a59e1;color:#1a59e1;font-weight:700}.aem-qtype-toggle-row{display:flex;align-items:center;justify-content:flex-end;margin-bottom:28px;padding:0 4px}.aem-qtype-toggle-right{display:flex;align-items:center;gap:10px}.aem-qtype-toggle-label{font-size:15px;font-weight:700;color:#1a1a1a}.aem-qtype-toggle-desc{font-size:13px;color:#999}.aem-qtype-toggle-sep{color:#d0d0d0;font-size:14px}.aem-qtype-toggle{width:44px;height:24px;border-radius:12px;border:none;background:#ccc;position:relative;cursor:pointer;transition:background .2s ease;padding:0}.aem-qtype-toggle.on{background:#1a59e1}.aem-qtype-toggle-knob{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:transform .2s ease}.aem-qtype-toggle.on .aem-qtype-toggle-knob{transform:translate(20px)}.aem-qtype-submit{width:100%;padding:15px 0;border:none;border-radius:10px;background:#1a59e1;color:#fff;font-size:17px;font-weight:700;cursor:pointer;transition:background .18s ease}.aem-qtype-submit:hover{background:#1550c7}.aem-qtype-submit.disabled{background:#b0b0b0;cursor:not-allowed}.aem-qtype-chips-two-rows{display:grid;grid-template-columns:repeat(6,auto);justify-content:center}.aem-qtype-chips-grid .aem-qtype-chip-wrapper,.aem-qtype-chips-grid .aem-qtype-chip{white-space:nowrap}.aem-slide-panel{position:fixed;top:0;left:0;width:360px;height:100vh;background:#fff;box-shadow:4px 0 24px #0000001f;z-index:600;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.aem-slide-panel.open{transform:translate(0)}.aem-slide-panel-resize{position:absolute;top:0;right:-4px;width:8px;height:100%;cursor:col-resize;z-index:10}.aem-slide-panel-resize:hover,.aem-slide-panel-resize:active{background:#e5393526}.aem-slide-panel-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e5e5;flex-shrink:0}.aem-slide-panel-title{font-size:18px;font-weight:800;color:#1a1a1a;margin:0}.aem-slide-panel-doc-title{padding:20px 24px 0;font-size:17px;font-weight:800;color:#1a1a1a;line-height:1.5}.aem-slide-panel-info{padding:16px 24px 20px;border-bottom:1px solid #e5e5e5;flex-shrink:0}.aem-slide-panel-usage{margin:12px 0 0;padding:14px 16px;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px}.aem-slide-panel-toggle-btn{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;padding:0;cursor:pointer}.aem-slide-panel-toggle-btn strong{font-size:13px;font-weight:800}.aem-slide-panel-usage .aem-slide-panel-toggle-btn strong{color:#065f46}.aem-slide-panel-arrow{flex-shrink:0;transition:transform .2s ease;transform:rotate(-90deg)}.aem-slide-panel-arrow.open{transform:rotate(0)}.aem-slide-panel-usage .aem-slide-panel-arrow{stroke:#065f46}.aem-slide-panel-usage strong{display:block;font-size:13px;font-weight:800;color:#065f46;margin-bottom:5px}.aem-slide-panel-usage p{font-size:13px;color:#065f46;line-height:1.65;margin:0}.aem-slide-panel-meta{display:flex;flex-direction:column;gap:6px;padding-bottom:16px}.aem-slide-panel-meta-row{display:flex;align-items:center;gap:10px}.aem-slide-panel-meta-label{font-size:13px;color:#888;min-width:60px;flex-shrink:0}.aem-slide-panel-meta-value{font-size:14px;color:#1a1a1a;font-weight:600}.aem-slide-panel-notice{margin:10px 0 0;padding:12px 14px;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px}.aem-slide-panel-notice strong{display:block;font-size:13px;font-weight:800;color:#c2410c;margin-bottom:5px}.aem-slide-panel-notice .aem-slide-panel-toggle-btn strong{color:#c2410c}.aem-slide-panel-notice .aem-slide-panel-arrow{stroke:#c2410c}.aem-slide-panel-notice p{font-size:13px;color:#9a3412;line-height:1.65;margin:8px 0 0}.aem-slide-panel-notice em{font-style:normal;font-weight:700;text-decoration:underline;text-decoration-color:#fb923c;text-underline-offset:2px}.aem-slide-panel-reset{background:none;border:none;cursor:pointer;color:#999;padding:4px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background .15s;margin-left:auto}.aem-slide-panel-reset:hover{background:#f0f0f0;color:#333}.aem-slide-panel-share{background:none;border:none;cursor:pointer;color:#999;padding:4px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .15s;margin-left:auto}.aem-slide-panel-share:hover{background:#f0f5ff;color:#1a59e1}.aem-slide-panel-share.copied{color:#16a34a}.aem-slide-panel-close{background:none;border:none;cursor:pointer;color:#999;padding:4px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background .15s}.aem-slide-panel-close:hover{background:#f0f0f0;color:#333}.aem-slide-panel-list{flex:1;overflow-y:auto;padding:12px 16px}.aem-slide-item{display:flex;align-items:flex-start;gap:12px;width:100%;padding:14px 12px;border:1px solid transparent;border-radius:10px;background:none;cursor:pointer;text-align:left;transition:all .2s ease;margin-bottom:4px;font-family:inherit}.aem-slide-item:hover{background:#f5f6fa;border-color:#e0e0e0}.aem-slide-item.active{background:#fff5f5;border-color:#ef7070;box-shadow:0 0 0 1px #ef7070}.aem-slide-item-title-row{display:flex;align-items:center;gap:8px}.aem-slide-item-num{min-width:26px;height:26px;border-radius:50%;background:#e5e7eb;color:#666;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0;cursor:pointer}.aem-slide-item.active .aem-slide-item-num{background:#ef7070;color:#fff}.aem-slide-item-content{flex:1;min-width:0}.aem-slide-item-title{font-size:14.5px;font-weight:700;color:#1a1a1a;margin-bottom:4px;line-height:1.4}.aem-slide-item-title-input{flex:1;min-width:0;border:1px solid transparent;border-radius:4px;padding:4px 6px;font-size:14.5px;font-weight:700;color:#1a1a1a;line-height:1.4;background:transparent;font-family:inherit;margin-bottom:4px;resize:none;overflow:hidden}.aem-slide-item-title-input:hover{border-color:#d0d0d0;background:#f9f9f9}.aem-slide-item-title-input:focus{outline:none;border-color:#ef7070;background:#fff}.aem-slide-item-order{display:flex;flex-direction:column;align-items:center;gap:2px;flex-shrink:0}.aem-slide-order-btn{display:flex;align-items:center;justify-content:center;width:24px;height:20px;border:none;background:transparent;color:#aaa;cursor:pointer;padding:0;border-radius:3px;transition:all .15s ease}.aem-slide-order-btn:hover:not(:disabled){background:#f0f0f0;color:#333}.aem-slide-order-btn:disabled{opacity:.25;cursor:not-allowed}.aem-slide-item-desc{font-size:14px;color:#555;line-height:1.6;white-space:pre-line;word-break:break-all;overflow-wrap:break-word}.aem-slide-item-desc a{color:#1a59e1;text-decoration:underline;word-break:break-all}.aem-slide-item-desc a:hover{color:#1550c7}.aem-slide-item-desc-input{width:100%;border:1px solid transparent;border-radius:4px;padding:4px 6px;font-size:14px;color:#555;line-height:1.6;background:transparent;font-family:inherit;resize:none;min-height:48px;overflow:hidden;field-sizing:content;word-break:break-all;overflow-wrap:break-word}.aem-slide-item-desc-input:hover{border-color:#d0d0d0;background:#f9f9f9}.aem-slide-item-desc-input:focus{outline:none;border-color:#ef7070;background:#fff}.aem-slide-item.active .aem-slide-item-desc{color:#444}.aem-slide-removed{margin-top:12px;padding-top:12px;border-top:1px dashed #d0d0d0}.aem-slide-removed-label{font-size:12px;color:#999;font-weight:600;padding:0 12px 8px}.aem-slide-removed-item{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border:1px dashed #d0d0d0;border-radius:8px;background:#fafafa;cursor:pointer;font-family:inherit;font-size:13px;color:#888;text-align:left;margin-bottom:4px;transition:all .15s ease}.aem-slide-removed-item:hover{background:#f0fdf4;border-color:#86efac;color:#16a34a}.aem-slide-removed-item svg{flex-shrink:0}.aem-slide-panel-restore{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#fff5f5;border-top:1px solid #fecaca;flex-shrink:0}.aem-slide-panel-restore span{font-size:13px;color:#666}.aem-slide-panel-restore button{background:#ef7070;color:#fff;border:none;border-radius:6px;padding:6px 14px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s}.aem-slide-panel-restore button:hover{background:#e05555}.aem-slide-item-delete-btn{flex-shrink:0;width:28px;height:28px;border:1px solid #d0d0d0;border-radius:50%;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#bbb;transition:all .15s ease;margin-top:2px}.aem-slide-item-delete-btn:hover:not(:disabled){border-color:#ef4444;color:#ef4444;background:#fef2f2}.aem-slide-item-delete-btn:disabled{opacity:.3;cursor:not-allowed}.aem-slide-item-actions{display:flex;flex-direction:column;gap:4px;flex-shrink:0}.aem-slide-item-highlight-btn{flex-shrink:0;width:28px;height:28px;border:1px solid #d0d0d0;border-radius:50%;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#888;transition:all .15s ease;margin-top:2px}.aem-slide-item-highlight-btn:hover,.aem-slide-item.active .aem-slide-item-highlight-btn{border-color:#ef7070;color:#ef7070;background:#fff5f5}.aem-slide-add-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:12px;margin-top:8px;border:1px dashed #d0d0d0;border-radius:10px;background:none;color:#999;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s ease}.aem-slide-add-btn:hover{border-color:#ef7070;color:#ef7070;background:#fff5f5}.aem-slide-panel-toggle{position:fixed;top:50%;left:0;transform:translateY(-50%);z-index:599;display:flex;align-items:center;gap:0;padding:16px 20px;background:#ef7070;border:none;border-radius:0 12px 12px 0;box-shadow:3px 3px 16px #ef70704d;cursor:pointer;color:#fff;font-size:15px;font-weight:700;font-family:inherit;transition:all .2s ease;letter-spacing:-.2px}.aem-slide-panel-toggle:hover{background:#e05555;box-shadow:3px 3px 20px #ef707073}.aem-highlight-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:550}.aem-highlight-box{position:absolute;border:3px solid #ef7070;border-radius:12px;background:transparent;box-shadow:0 0 0 4000px #00000014;animation:aem-highlight-pulse 1.5s ease-in-out infinite;pointer-events:none}.aem-highlight-border{position:absolute;pointer-events:auto;cursor:move;z-index:551;border-radius:2px}.aem-highlight-border:hover{background:#ef707026}.aem-highlight-handle{position:absolute;background:#fff;border:2px solid #ef7070;border-radius:50%;width:12px;height:12px;z-index:552;pointer-events:auto}.aem-highlight-handle-t{cursor:n-resize}.aem-highlight-handle-b{cursor:s-resize}.aem-highlight-handle-l{cursor:w-resize}.aem-highlight-handle-r{cursor:e-resize}.aem-highlight-handle-tl{cursor:nw-resize}.aem-highlight-handle-tr{cursor:ne-resize}.aem-highlight-handle-bl{cursor:sw-resize}.aem-highlight-handle-br{cursor:se-resize}.aem-highlight-toolbar{position:absolute;z-index:552;display:flex;gap:4px;pointer-events:auto}.aem-highlight-tool-btn{background:#fff;border:1px solid #ef7070;border-radius:6px;padding:5px 8px;cursor:pointer;color:#ef7070;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a;transition:background .15s}.aem-highlight-tool-btn:hover{background:#fff5f5}.aem-highlight-add-btn{border-color:#4ade80;color:#16a34a}.aem-highlight-add-btn:hover{background:#f0fdf4}.aem-highlight-close-btn{border-color:#999;color:#666}.aem-highlight-close-btn:hover{background:#f5f5f5}.aem-highlight-extra-box{position:absolute;border:3px solid #ef7070;border-radius:8px;pointer-events:none;z-index:551;box-shadow:0 0 0 4000px #00000014}.aem-highlight-extra-close{position:absolute;z-index:552;pointer-events:auto;padding:4px 6px}@keyframes aem-highlight-pulse{0%,to{box-shadow:0 0 0 4000px #00000014,0 0 #ef70704d}50%{box-shadow:0 0 0 4000px #00000014,0 0 0 8px #ef707000}}.aemsv-survey-overlay{position:fixed;inset:0;background:#00000073;z-index:540;animation:aem-fade-in .2s ease}.aemsv-survey-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:480px;max-width:92vw;background:#fff;border-radius:20px;box-shadow:0 12px 48px #0000002e;z-index:545;padding:44px 40px 36px;text-align:center;animation:aemsv-popup-in .3s cubic-bezier(.4,0,.2,1)}@keyframes aemsv-popup-in{0%{opacity:0;transform:translate(-50%,-48%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.aemsv-survey-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}.aemsv-survey-close:hover{background:#e8e8e8}.aemsv-survey-icon{margin-bottom:20px}.aemsv-survey-title{font-size:20px;font-weight:800;color:#1a1a1a;margin:0 0 14px;line-height:1.4}.aemsv-survey-desc{font-size:15px;color:#666;line-height:1.7;margin:0 0 28px}.aemsv-survey-desc strong{color:#1a59e1;font-weight:700}.aemsv-survey-buttons{display:flex;flex-direction:column;gap:10px}.aemsv-survey-btn{width:100%;padding:15px 24px;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;transition:all .18s ease;font-family:inherit}.aemsv-survey-btn-yes{background:#1a59e1;color:#fff;border:none}.aemsv-survey-btn-yes:hover{background:#1550c7}.aemsv-survey-btn-no{background:#fff;color:#666;border:1px solid #d0d0d0}.aemsv-survey-btn-no:hover{border-color:#999;color:#333;background:#fafafa}.aemsv-survey-btn-confirm{background:#1a59e1;color:#fff;border:none;margin-top:4px}.aemsv-survey-btn-confirm:hover{background:#1550c7}.app{display:flex;height:100vh;overflow:hidden;background:var(--bg-primary)}.main-area{position:relative;flex:1;display:flex;flex-direction:column;height:100vh;overflow:hidden;background:var(--bg-primary)}.sidebar-reopen-btn{position:absolute;top:12px;left:10px;z-index:200;background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius);font-size:16px;color:var(--text-muted);width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--shadow-sm);transition:all var(--transition)}.sidebar-reopen-btn:hover{color:var(--text-primary);background:var(--bg-hover);box-shadow:var(--shadow-md)}
