.templates-popup-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background:#0009;justify-content:center;align-items:center;padding:20px;animation:.2s templatesPopupFadeIn;display:flex;position:fixed;inset:0}@keyframes templatesPopupFadeIn{0%{opacity:0}to{opacity:1}}.templates-popup{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:1100px;max-height:90vh;animation:.25s cubic-bezier(.16,1,.3,1) templatesPopupSlideUp;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000059}@keyframes templatesPopupSlideUp{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.templates-popup-header{background:linear-gradient(#fff 0%,#fafbfc 100%);border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 28px;display:flex}.templates-popup-header .header-title{align-items:center;gap:12px;display:flex}.templates-popup-header .header-icon{color:#1890ff;background:#e6f7ff;border-radius:8px;width:28px;height:28px;padding:6px}.templates-popup-header h2{color:#111827;letter-spacing:-.02em;margin:0;font-size:20px;font-weight:700}.template-count{color:#6b7280;background:#f3f4f6;border-radius:6px;padding:4px 10px;font-size:13px;font-weight:500}.templates-popup-header .close-btn{cursor:pointer;color:#6b7280;background:#f3f4f6;border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;transition:all .2s;display:flex}.templates-popup-header .close-btn:hover{color:#1f2937;background:#e5e7eb}.templates-popup-content{background:#fafbfc;flex:1;padding:0;overflow-y:auto}.templates-toolbar{background:#fff;align-items:center;gap:12px;padding:20px 28px 16px;display:flex}.templates-popup .search-box{flex:1;align-items:center;display:flex;position:relative}.templates-popup .search-box .search-icon{color:#9ca3af;pointer-events:none;z-index:1;width:20px;height:20px;position:absolute;left:16px}.templates-popup .search-box input{color:#111827;background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;outline:none;width:100%;height:48px;padding:0 48px;font-size:15px;transition:all .2s}.templates-popup .search-box input:focus{background:#fff;border-color:#1890ff;box-shadow:0 0 0 4px #1890ff1a}.templates-popup .search-box input::placeholder{color:#9ca3af}.templates-popup .search-box .clear-search{cursor:pointer;color:#6b7280;z-index:1;background:#e5e7eb;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .15s;display:flex;position:absolute;right:12px}.templates-popup .search-box .clear-search:hover{color:#fff;background:#dc2626}.templates-popup .view-toggle{background:#f3f4f6;border-radius:10px;gap:4px;padding:4px;display:flex}.templates-popup .view-btn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;transition:all .15s;display:flex}.templates-popup .view-btn:hover{color:#1890ff}.templates-popup .view-btn.active{color:#1890ff;background:#fff;box-shadow:0 1px 3px #0000001a}.filter-pills{background:#fff;flex-wrap:wrap;gap:8px;padding:0 28px 20px;display:flex}.filter-pill{color:#4b5563;cursor:pointer;white-space:nowrap;background:#fff;border:2px solid #e5e7eb;border-radius:10px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s}.filter-pill:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.filter-pill.active{color:#fff;background:linear-gradient(135deg,#1890ff 0%,#096dd9 100%);border-color:#1890ff;box-shadow:0 4px 12px #1890ff4d}.content-warning{color:#ad6800;background:#fff7e6;border:1px solid #ffd591;border-radius:8px;align-items:center;gap:10px;margin:20px 28px;padding:12px 16px;font-size:13px;display:flex}.content-warning .warning-icon{font-size:16px}.templates-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;padding:20px 28px;display:grid}.template-card{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:16px;flex-direction:column;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.template-card:before{content:"";opacity:0;pointer-events:none;z-index:1;background:linear-gradient(135deg,#1890ff0d,#40a9ff0d);transition:opacity .3s;position:absolute;inset:0}.template-card.selected{background:#e6f7ff;border-color:#1890ff;box-shadow:0 0 0 4px #1890ff26}.template-card.selected:before{opacity:1}.template-preview-wrapper{background:#f9fafb;border-bottom:2px solid #e5e7eb;min-height:200px;padding:16px;position:relative;overflow:hidden}.template-overlay{display:none}.template-thumbnail{background:#fff;border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000001a}.template-preview-svg{width:100%;height:100%;padding:4px}.template-info{z-index:2;flex:1;padding:16px 20px;position:relative}.template-name{color:#111827;letter-spacing:-.01em;margin:0 0 8px;font-size:16px;font-weight:700}.template-description{color:#6b7280;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 14px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.template-meta{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.category-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:6px;padding:5px 12px;font-size:11px;font-weight:700}.element-count{color:#9ca3af;font-size:12px;font-weight:500}.template-actions{z-index:2;border-top:2px solid #e5e7eb;gap:10px;padding:16px 20px;display:flex;position:relative}.template-actions .preview-btn-inline{cursor:pointer;color:#4b5563;background:#fff;border:2px solid #e5e7eb;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;height:44px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.template-actions .preview-btn-inline:hover{color:#1890ff;background:#e6f7ff;border-color:#1890ff}.template-actions .import-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#1890ff 0%,#096dd9 100%);border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;height:44px;font-size:14px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 8px #1890ff40}.template-actions .import-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #1890ff59}.template-actions .import-btn:active{transform:translateY(0)}.coming-soon-note{color:#096dd9;background:linear-gradient(135deg,#e6f7ff 0%,#d6f0ff 100%);border:2px solid #91d5ff;border-radius:12px;align-items:center;gap:10px;margin:24px 28px 0;padding:16px 20px;font-size:13px;font-weight:500;display:flex}.templates-popup .no-results{text-align:center;color:#9ca3af;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.templates-popup .no-results svg{opacity:.5;margin-bottom:16px}.templates-popup .no-results p{color:#4b5563;margin:0 0 8px;font-size:18px;font-weight:600}.templates-popup .no-results span{color:#9ca3af;font-size:14px}.preview-modal{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10001;background:#000000d9;justify-content:center;align-items:center;padding:20px;animation:.2s templatesPopupFadeIn;display:flex;position:fixed;inset:0}.preview-content{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:900px;max-height:90vh;animation:.25s cubic-bezier(.16,1,.3,1) templatesPopupSlideUp;display:flex;overflow:hidden}.preview-header{background:#fafbfc;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.preview-header-info{align-items:center;gap:12px;display:flex}.preview-header h3{color:#111827;margin:0;font-size:18px;font-weight:700}.preview-header .close-btn{cursor:pointer;color:#6b7280;background:#f3f4f6;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.preview-header .close-btn:hover{color:#fff;background:#1890ff}.preview-body{flex:1;display:flex;overflow:hidden}.preview-page-container{background:#f0f2f5;flex:1;justify-content:center;align-items:flex-start;min-height:500px;padding:24px;display:flex;overflow:auto}.preview-page-render{flex-shrink:0}.preview-info-panel{background:#fff;border-left:1px solid #e5e7eb;flex-direction:column;flex-shrink:0;gap:16px;width:280px;padding:24px;display:flex}.preview-description{color:#6b7280;margin:0;font-size:14px;line-height:1.6}.preview-stats{color:#4b5563;background:#f9fafb;border-radius:8px;align-items:center;gap:12px;padding:12px;font-size:13px;display:flex}.preview-stats span{align-items:center;gap:6px;display:flex}.preview-stats .color-dot{border:2px solid #0000001a;border-radius:4px;width:16px;height:16px}.import-btn-large{cursor:pointer;color:#fff;background:linear-gradient(135deg,#1890ff 0%,#096dd9 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:auto;padding:14px 20px;font-size:15px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 12px #1890ff4d}.import-btn-large:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1890ff66}.templates-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1890ff 0%,#096dd9 100%);border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;transition:all .2s;display:flex;box-shadow:0 2px 8px #1890ff4d}.templates-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #1890ff66}.templates-btn svg{width:16px;height:16px}@media (max-width:768px){.templates-popup-overlay{justify-content:stretch;align-items:stretch;padding:0}.templates-popup{border-radius:0;width:100%;max-width:100%;height:100%;max-height:100%;animation:.25s templatesPopupSlideUpMobile}.templates-popup-header{padding:16px 20px}.templates-popup-header h2{font-size:18px}.templates-popup-content{padding-bottom:20px}@keyframes templatesPopupSlideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.templates-toolbar{flex-wrap:wrap;padding:12px 20px}.search-box{order:1;width:100%}.search-box input{height:44px}.view-toggle{order:2}.filter-pills{gap:6px;padding:0 20px 16px}.coming-soon-note{margin:20px}.filter-pill{padding:8px 14px;font-size:13px}.templates-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:16px 20px}.template-thumbnail{height:120px}.template-info{padding:12px 14px}.template-name{font-size:14px}.template-description{display:none}.template-actions{justify-content:space-between;gap:8px;padding:10px 14px}.template-actions .preview-btn-inline span,.template-actions .import-btn span{display:none}.template-actions .preview-btn-inline,.template-actions .import-btn{flex:none;gap:0;width:40px;height:40px;padding:0}.template-actions .preview-btn-inline svg,.template-actions .import-btn svg{width:20px;height:20px}.preview-content{border-radius:0;max-width:100%;max-height:100vh}.preview-body{flex-direction:column}.preview-page-container{min-height:300px;padding:16px}.preview-page-render{transform:scale(.35)!important}.preview-info-panel{border-top:1px solid #e5e7eb;border-left:none;width:100%;padding:16px 20px}.templates-btn{padding:6px 10px;font-size:12px}.templates-btn span{display:none}}@media (max-width:350px){.templates-grid{grid-template-columns:1fr}}.templates-popup-overlay.dark{background:#000000d9}.templates-popup-overlay.dark .templates-popup{background:#1f2937;border:1px solid #374151}.templates-popup-overlay.dark .templates-popup-header{background:linear-gradient(#1f2937 0%,#111827 100%);border-bottom-color:#374151}.templates-popup-overlay.dark .templates-popup-header .header-icon{color:#40a9ff;background:#003a8c}.templates-popup-overlay.dark .template-count{color:#9ca3af;background:#374151}.templates-popup-overlay.dark .templates-popup-header h2{color:#f9fafb}.templates-popup-overlay.dark .templates-popup-header .close-btn{color:#9ca3af;background:#374151}.templates-popup-overlay.dark .templates-popup-header .close-btn:hover{color:#f9fafb;background:#4b5563}.templates-popup-overlay.dark .templates-toolbar{background:#1f2937}.templates-popup-overlay.dark .search-box input{color:#f9fafb;background:#374151;border-color:#4b5563}.templates-popup-overlay.dark .search-box input:focus{background:#1f2937;border-color:#60a5fa;box-shadow:0 0 0 4px #60a5fa33}.templates-popup-overlay.dark .search-box .search-icon{color:#6b7280}.templates-popup-overlay.dark .search-box .clear-search{color:#9ca3af;background:#374151}.templates-popup-overlay.dark .view-toggle{background:#111827}.templates-popup-overlay.dark .view-btn{color:#9ca3af}.templates-popup-overlay.dark .view-btn:hover{color:#40a9ff}.templates-popup-overlay.dark .view-btn.active{color:#40a9ff;background:#374151}.templates-popup-overlay.dark .filter-pills{background:#1f2937}.templates-popup-overlay.dark .filter-pill{color:#d1d5db;background:#374151;border-color:#4b5563}.templates-popup-overlay.dark .filter-pill:hover{background:#4b5563;border-color:#6b7280}.templates-popup-overlay.dark .filter-pill.active{background:linear-gradient(135deg,#1890ff 0%,#096dd9 100%);border-color:#1890ff}.templates-popup-overlay.dark .templates-popup-content{background:#111827}.templates-popup-overlay.dark .content-warning{color:#ffd666;background:#3d2a00;border-color:#614700}.templates-popup-overlay.dark .template-card{background:#1f2937;border-color:#374151}.templates-popup-overlay.dark .template-card:before{background:linear-gradient(135deg,#1890ff1a,#40a9ff1a)}.templates-popup-overlay.dark .template-card.selected{background:#003a8c;border-color:#1890ff;box-shadow:0 0 0 4px #1890ff33}.templates-popup-overlay.dark .template-preview-wrapper{background:#111827;border-bottom-color:#374151}.templates-popup-overlay.dark .template-thumbnail{background:#1f2937}.templates-popup-overlay.dark .template-name{color:#f9fafb}.templates-popup-overlay.dark .template-description{color:#9ca3af}.templates-popup-overlay.dark .template-actions{border-top-color:#374151}.templates-popup-overlay.dark .template-actions .preview-btn-inline{color:#d1d5db;background:#111827;border-color:#374151}.templates-popup-overlay.dark .template-actions .preview-btn-inline:hover{color:#40a9ff;background:#003a8c;border-color:#1890ff}.templates-popup-overlay.dark .coming-soon-note{color:#69c0ff;background:linear-gradient(135deg,#003a8c 0%,#00474f 100%);border-color:#096dd9}.templates-popup-overlay.dark .no-results{color:#6b7280}.templates-popup-overlay.dark .no-results p{color:#9ca3af}.templates-popup-overlay.dark .preview-content{background:#1f2937}.templates-popup-overlay.dark .preview-header{background:#111827;border-bottom-color:#374151}.templates-popup-overlay.dark .preview-header h3{color:#f9fafb}.templates-popup-overlay.dark .preview-header .close-btn{color:#9ca3af;background:#374151}.templates-popup-overlay.dark .preview-header .close-btn:hover{color:#fff;background:#1890ff}.templates-popup-overlay.dark .preview-page-container{background:#0d1117}.templates-popup-overlay.dark .preview-info-panel{background:#1f2937;border-left-color:#374151}.templates-popup-overlay.dark .preview-description{color:#9ca3af}.templates-popup-overlay.dark .preview-stats{color:#d1d5db;background:#111827}.dark-mode .templates-btn{background:linear-gradient(135deg,#1890ff 0%,#096dd9 100%);box-shadow:0 2px 8px #1890ff66}.dark-mode .templates-btn:hover{box-shadow:0 4px 12px #1890ff80}
.elements-popup-overlay{z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;animation:.2s elementsPopupFadeIn;display:flex;position:fixed;inset:0}.elements-popup-overlay.dark{background:#000000b3}.elements-popup{background:#fff;border-radius:16px;flex-direction:column;width:90%;max-width:900px;max-height:85vh;animation:.3s elementsPopupSlideUp;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.elements-popup-overlay.dark .elements-popup{background:#1f2937;box-shadow:0 25px 50px -12px #00000080}.elements-popup-header{border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 24px;display:flex}.elements-popup-overlay.dark .elements-popup-header{border-bottom-color:#374151}.elements-popup-header .header-title{align-items:center;gap:12px;display:flex}.elements-popup-header .header-icon{font-size:24px}.elements-popup-header h2{color:#1f2937;margin:0;font-size:20px;font-weight:700}.elements-popup-overlay.dark .elements-popup-header h2{color:#f9fafb}.elements-popup-header .element-count{color:#6b7280;background:#f3f4f6;border-radius:12px;padding:4px 10px;font-size:12px;font-weight:500}.elements-popup-overlay.dark .elements-popup-header .element-count{color:#9ca3af;background:#374151}.elements-popup-header .close-btn{cursor:pointer;color:#6b7280;background:#f3f4f6;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex}.elements-popup-header .close-btn:hover{color:#1f2937;background:#e5e7eb}.elements-popup-overlay.dark .elements-popup-header .close-btn{color:#9ca3af;background:#374151}.elements-popup-overlay.dark .elements-popup-header .close-btn:hover{color:#f9fafb;background:#4b5563}.elements-toolbar{background:#fff;border-bottom:1px solid #e5e7eb;align-items:center;gap:12px;padding:16px 24px;display:flex}.elements-popup-overlay.dark .elements-toolbar,.elements-popup-overlay.dark .category-pills-container{background-color:#1f2937;border-bottom-color:#374151}.elements-toolbar .search-box{flex:1;position:relative}.elements-toolbar .search-icon{color:#9ca3af;width:18px;height:18px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.elements-toolbar .search-box input{color:#1f2937;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;width:100%;padding:10px 12px 10px 42px;font-size:14px;transition:all .15s}.elements-toolbar .search-box input:focus{background:#fff;border-color:#1890ff;outline:none;box-shadow:0 0 0 3px #1890ff1a}.elements-toolbar .search-box input.dark{color:#f9fafb;background:#374151;border-color:#4b5563}.elements-toolbar .search-box input.dark:focus{background:#1f2937;border-color:#60a5fa}.elements-toolbar .view-toggle{background:#f3f4f6;border-radius:10px;gap:4px;padding:4px;display:flex}.elements-popup-overlay.dark .elements-toolbar .view-toggle{background:#374151}.elements-toolbar .view-btn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex}.elements-toolbar .view-btn:hover{color:#1f2937}.elements-toolbar .view-btn.active{color:#1890ff;background:#fff;box-shadow:0 1px 3px #0000001a}.elements-popup-overlay.dark .elements-toolbar .view-btn{color:#9ca3af}.elements-popup-overlay.dark .elements-toolbar .view-btn:hover{color:#f9fafb}.elements-popup-overlay.dark .elements-toolbar .view-btn.active{color:#60a5fa;background:#1f2937}.category-pills-container{background:#fff;padding:16px 24px 0;overflow-x:auto}.category-pills{gap:8px;padding-bottom:16px;display:flex}.category-pill{color:#4b5563;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e5e7eb;border-radius:20px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.category-pill:hover{background:#f3f4f6;border-color:#d1d5db}.category-pill.active{color:#fff;background:#1890ff;border-color:#1890ff}.category-pill.dark{color:#d1d5db;background:#374151;border-color:#4b5563}.category-pill.dark:hover{background:#4b5563;border-color:#6b7280}.category-pill.dark.active{color:#fff;background:#1890ff;border-color:#1890ff}.category-icon{font-size:14px}.elements-popup-content{flex:1;padding:20px 24px;overflow-y:auto}.elements-popup-content::-webkit-scrollbar{width:8px}.elements-popup-content::-webkit-scrollbar-track{background:0 0}.elements-popup-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.elements-popup-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.elements-popup .no-results{color:#9ca3af;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.elements-popup .no-results svg{opacity:.5;margin-bottom:16px}.elements-popup .no-results p{color:#6b7280;margin:0 0 8px;font-size:16px;font-weight:600}.elements-popup-overlay.dark .no-results p{color:#9ca3af}.element-group{margin-bottom:24px}.element-group:last-child{margin-bottom:0}.group-header{border-bottom:1px solid #e5e7eb;align-items:center;gap:8px;margin-bottom:12px;padding-bottom:8px;display:flex}.elements-popup-overlay.dark .group-header{border-bottom-color:#374151}.group-icon{font-size:16px}.group-header h3{color:#374151;margin:0;font-size:14px;font-weight:600}.elements-popup-overlay.dark .group-header h3{color:#d1d5db}.group-count{color:#6b7280;background:#f3f4f6;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:500}.elements-popup-overlay.dark .group-count{color:#9ca3af;background:#374151}.elements-grid{gap:12px;display:grid}.elements-grid.grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.elements-grid.list{grid-template-columns:1fr}.element-card{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:all .2s;overflow:hidden}.element-card:hover,.element-card.hovered{border-color:#d1d5db}.element-card.dark{background:#374151;border-color:#4b5563}.element-card.dark:hover,.element-card.dark.hovered{border-color:#6b7280}.element-card.list{align-items:center;display:flex}.element-preview-wrapper{background:#f9fafb;justify-content:center;align-items:center;min-height:80px;padding:16px;display:flex;position:relative}.element-card.list .element-preview-wrapper{flex-shrink:0;width:200px}.element-card.dark .element-preview-wrapper{background:#1f2937}.element-thumbnail{border-radius:6px;width:100%;max-width:100%;overflow:hidden}.element-thumbnail.dark{filter:none}.element-preview-content{transform-origin:50%;pointer-events:none;max-height:100px;overflow:hidden;transform:scale(.85)}.element-card.list .element-preview-content{transform:scale(.75)}.element-overlay{opacity:0;background:#0006;justify-content:center;align-items:center;transition:opacity .15s;display:flex;position:absolute;inset:0}.element-card:hover .element-overlay,.element-card.hovered .element-overlay{opacity:1}.insert-btn{color:#fff;cursor:pointer;background:#1890ff;border:none;border-radius:8px;align-items:center;gap:6px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .15s;display:flex;box-shadow:0 2px 8px #1890ff66}.insert-btn:hover{background:#40a9ff}.insert-btn svg{width:16px;height:16px}.element-info{padding:12px 14px}.element-card.list .element-info{flex:1;padding:16px 20px}.element-name{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:13px;font-weight:600;overflow:hidden}.element-card.dark .element-name{color:#f9fafb}.element-description{color:#6b7280;margin:4px 0 0;font-size:12px;line-height:1.4}.element-card.dark .element-description{color:#9ca3af}.elements-help-tip{color:#1d4ed8;background:#eff6ff;border-radius:10px;align-items:center;gap:10px;margin-top:20px;padding:14px 18px;font-size:13px;display:flex}.elements-popup-overlay.dark .elements-help-tip{color:#93c5fd;background:#1e3a5f}@keyframes elementsPopupFadeIn{0%{opacity:0}to{opacity:1}}@keyframes elementsPopupSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.elements-popup{border-radius:0;width:100%;max-width:100%;height:100%;max-height:100%}.elements-popup-header{padding:16px 20px}.elements-popup-header h2{font-size:18px}.elements-toolbar{flex-wrap:wrap;padding:12px 20px}.elements-toolbar .search-box{flex:none;order:1;width:100%}.elements-toolbar .view-toggle{order:2;margin-top:8px}.category-pills-container{padding:12px 20px 0}.category-pill{padding:6px 12px;font-size:12px}.elements-popup-content{padding:16px 20px}.elements-grid.grid{grid-template-columns:repeat(2,1fr)}.element-preview-wrapper{min-height:60px;padding:12px}.element-info{padding:10px 12px}.element-name{font-size:12px}}@media (max-width:480px){.elements-grid.grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:350px){.elements-grid.grid{grid-template-columns:1fr}}
.element-editor-overlay{z-index:10000;background:#0003;width:100vw;height:100vh;animation:.15s ease-out fadeIn;position:fixed;top:0;left:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.element-editor-popup{background:#fff;border-radius:16px;flex-direction:column;width:320px;max-height:520px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;animation:.2s ease-out slideIn;display:flex;position:fixed;overflow:hidden;box-shadow:0 20px 40px #00000026,0 8px 16px #0000001a,0 0 0 1px #0000000d}.element-editor-popup.no-animation{animation:none}.element-editor-popup.dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.editor-popup-header{cursor:grab;background:linear-gradient(#fafafa 0%,#f5f5f5 100%);border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.editor-popup-header:active{cursor:grabbing}.editor-popup-title-wrap{align-items:center;gap:10px;display:flex}.editor-popup-icon{color:#fff;background:linear-gradient(135deg,#2196f3 0%,#3f51b5 100%);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;display:flex}.editor-popup-title{color:#1f2937;letter-spacing:-.2px;font-size:15px;font-weight:600}.editor-popup-close{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:20px;transition:all .15s;display:flex}.editor-popup-close:hover{color:#374151;background:#f3f4f6}.editor-popup-tabs{background:#fafafa;border-bottom:1px solid #e5e5e5;gap:4px;padding:8px 12px 0;display:flex}.editor-tab{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px 8px 0 0;flex:1;justify-content:center;align-items:center;gap:6px;margin-bottom:-1px;padding:10px 12px;font-size:13px;font-weight:500;transition:all .15s;display:flex;position:relative}.editor-tab:hover{color:#374151;background:#f3f4f6}.editor-tab.active{color:#1890ff;background:#fff;border:1px solid #e5e5e5;border-bottom-color:#fff}.tab-icon{font-size:14px}.editor-popup-content{background:#fff;flex:1;padding:16px;overflow-y:auto}.editor-popup-content::-webkit-scrollbar{width:6px}.editor-popup-content::-webkit-scrollbar-track{background:0 0}.editor-popup-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.editor-popup-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.editor-group{margin-bottom:20px}.editor-group:last-child{margin-bottom:0}.editor-group-header{text-transform:uppercase;letter-spacing:.5px;color:#9ca3af;border-bottom:1px solid #f3f4f6;margin-bottom:12px;padding-bottom:8px;font-size:11px;font-weight:600}.editor-control{margin-bottom:16px}.editor-control:last-child{margin-bottom:0}.editor-label{color:#4b5563;justify-content:space-between;align-items:center;margin-bottom:6px;font-size:12px;font-weight:500;display:flex}.editor-input,.editor-textarea,.editor-select{color:#1f2937;background:#fafafa;border:1px solid #e5e7eb;border-radius:8px;width:100%;padding:10px 12px;font-size:13px;transition:all .15s}.editor-input:focus,.editor-textarea:focus,.editor-select:focus{background:#fff;border-color:#1890ff;outline:none;box-shadow:0 0 0 3px #3b82f61a}.editor-textarea{resize:vertical;min-height:70px;font-family:inherit}.editor-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.color-picker-wrap{align-items:center;gap:8px;display:flex}.editor-color{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;width:40px;height:36px;padding:2px}.editor-color::-webkit-color-swatch-wrapper{padding:0}.editor-color::-webkit-color-swatch{border:none;border-radius:4px}.color-hex-input{text-transform:uppercase;color:#374151;background:#fafafa;border:1px solid #e5e7eb;border-radius:6px;flex:1;padding:8px 10px;font-family:SF Mono,Monaco,monospace;font-size:12px}.color-hex-input:focus{background:#fff;border-color:#1890ff;outline:none}.color-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.editor-control.compact{margin-bottom:0}.editor-control.compact .editor-label{font-size:11px}.slider-wrap{position:relative}.slider-value{color:#1890ff;background:#eff6ff;border-radius:4px;padding:2px 8px;font-size:12px;font-weight:600}.editor-slider{cursor:pointer;-webkit-appearance:none;background:#e5e7eb;border-radius:3px;outline:none;width:100%;height:6px}.editor-slider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:linear-gradient(135deg,#1890ff 0%,#096dd9 100%);border:3px solid #fff;border-radius:50%;width:18px;height:18px;transition:transform .15s,box-shadow .15s;box-shadow:0 2px 6px #3b82f666}.editor-slider::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 3px 8px #3b82f680}.editor-slider::-webkit-slider-thumb:active{transform:scale(1.15)}.toggle-control{margin-bottom:12px}.toggle-label{cursor:pointer;align-items:center;gap:10px;justify-content:flex-start!important;display:flex!important}.toggle-switch{flex-shrink:0;width:40px;height:22px;position:relative}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{cursor:pointer;background-color:#d1d5db;border-radius:22px;transition:all .2s;position:absolute;inset:0}.toggle-slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .2s;position:absolute;bottom:2px;left:2px;box-shadow:0 1px 3px #0003}.toggle-switch input:checked+.toggle-slider{background:linear-gradient(135deg,#1890ff 0%,#096dd9 100%)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(18px)}.toggle-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.list-control .list-items{flex-direction:column;gap:8px;display:flex}.list-item{align-items:center;gap:8px;display:flex}.list-check{cursor:pointer;color:#9ca3af;background:#f3f4f6;border:none;border-radius:4px;flex-shrink:0;width:24px;height:24px;font-size:14px;transition:all .15s}.list-check.checked{color:#fff;background:#22c55e}.list-item-input{color:#374151;background:#fafafa;border:1px solid #e5e7eb;border-radius:6px;flex:1;padding:8px 10px;font-size:13px}.list-item-input:focus{background:#fff;border-color:#1890ff;outline:none}.list-item-remove{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:4px;width:24px;height:24px;font-size:18px;transition:all .15s}.list-item-remove:hover{color:#ef4444;background:#fee2e2}.list-add-btn{color:#6b7280;cursor:pointer;background:0 0;border:2px dashed #d1d5db;border-radius:8px;padding:10px;font-size:13px;font-weight:500;transition:all .15s}.list-add-btn:hover{color:#1890ff;background:#eff6ff;border-color:#1890ff}.editor-notice{color:#92400e;background:#fef3c7;border-radius:8px;align-items:flex-start;gap:10px;padding:12px 14px;font-size:12px;line-height:1.5;display:flex}.notice-icon{flex-shrink:0;font-size:16px}.editor-popup-footer{background:#fafafa;border-top:1px solid #e5e5e5;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.editor-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:600;transition:all .15s;display:flex}.editor-btn.delete{color:#6b7280;background:#fff;border:1px solid #e5e7eb}.editor-btn.delete:hover{color:#dc2626;background:#fef2f2;border-color:#fecaca}.editor-btn.done{color:#fff;background:linear-gradient(135deg,#1890ff 0%,#096dd9 100%);flex:1}.editor-btn.done:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.editor-btn.done:active{transform:translateY(0)}.element-editor-popup.dark-mode{background:#1f2937;box-shadow:0 20px 40px #0006,0 8px 16px #0000004d,0 0 0 1px #ffffff0d}.element-editor-popup.dark-mode .editor-popup-header{background:linear-gradient(#1f2937 0%,#111827 100%);border-bottom-color:#374151}.element-editor-popup.dark-mode .editor-popup-title{color:#f9fafb}.element-editor-popup.dark-mode .editor-popup-close{color:#9ca3af}.element-editor-popup.dark-mode .editor-popup-close:hover{color:#f3f4f6;background:#374151}.element-editor-popup.dark-mode .editor-popup-tabs{background:#111827;border-bottom-color:#374151}.element-editor-popup.dark-mode .editor-tab{color:#9ca3af}.element-editor-popup.dark-mode .editor-tab:hover{color:#f3f4f6;background:#374151}.element-editor-popup.dark-mode .editor-tab.active{color:#60a5fa;background:#1f2937;border-color:#374151 #374151 #1f2937}.element-editor-popup.dark-mode .editor-popup-content{background:#1f2937}.element-editor-popup.dark-mode .editor-group-header{color:#6b7280;border-bottom-color:#374151}.element-editor-popup.dark-mode .editor-label{color:#d1d5db}.element-editor-popup.dark-mode .editor-input,.element-editor-popup.dark-mode .editor-textarea,.element-editor-popup.dark-mode .editor-select{color:#f3f4f6;background:#111827;border-color:#374151}.element-editor-popup.dark-mode .editor-input:focus,.element-editor-popup.dark-mode .editor-textarea:focus,.element-editor-popup.dark-mode .editor-select:focus{color:#f3f4f6;background:#1f2937;border-color:#1890ff}.element-editor-popup.dark-mode .editor-input::placeholder,.element-editor-popup.dark-mode .editor-textarea::placeholder{color:#6b7280}.element-editor-popup.dark-mode .editor-color{background:#111827;border-color:#374151}.element-editor-popup.dark-mode .color-hex-input{color:#f3f4f6;background:#111827;border-color:#374151}.element-editor-popup.dark-mode .color-hex-input:focus{color:#f3f4f6;background:#1f2937;border-color:#1890ff}.element-editor-popup.dark-mode .slider-value{color:#60a5fa;background:#1e3a5f}.element-editor-popup.dark-mode .editor-slider{background:#374151}.element-editor-popup.dark-mode .toggle-slider{background-color:#4b5563}.element-editor-popup.dark-mode .list-check{color:#6b7280;background:#374151}.element-editor-popup.dark-mode .list-item-input{color:#f3f4f6;background:#111827;border-color:#374151}.element-editor-popup.dark-mode .list-item-input:focus{color:#f3f4f6;background:#1f2937;border-color:#1890ff}.element-editor-popup.dark-mode .list-item-remove:hover{background:#7f1d1d}.element-editor-popup.dark-mode .list-add-btn{color:#9ca3af;border-color:#4b5563}.element-editor-popup.dark-mode .list-add-btn:hover{background:#3b82f61a;border-color:#1890ff}.element-editor-popup.dark-mode .editor-popup-footer{background:#111827;border-top-color:#374151}.element-editor-popup.dark-mode .editor-btn.delete{color:#9ca3af;background:#1f2937;border-color:#374151}.element-editor-popup.dark-mode .editor-btn.delete:hover{color:#fca5a5;background:#7f1d1d;border-color:#991b1b}@media (max-width:400px){.element-editor-popup{width:calc(100vw - 32px);max-height:calc(100vh - 100px);right:16px;left:16px!important}}
