/* Template: landing */
:root{--accent: #48fcfd;--bg-page: #0A0E1A;--bg-surface: #111827;--bg-surface-elevated: #1A2235;--border: #1E293B;--border-focus: #4480f4;--primary: #4480f4;--text-primary: #F1F5F9;--text-secondary: #94A3B8;--text-tertiary: #64748B;--text-on-primary: #FFFFFF;--text-on-accent: #0A0E1A;--text-code: #E2E8F0;--font-body: "Inter", sans-serif;--font-display: "Inter", sans-serif;--font-mono: "JetBrains Mono", monospace;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--overlay-2: rgba(255, 255, 255, 0.02);--overlay-4: rgba(255, 255, 255, 0.04);--overlay-5: rgba(255, 255, 255, 0.05);--overlay-6: rgba(255, 255, 255, 0.06);--overlay-8: rgba(255, 255, 255, 0.08);--overlay-10: rgba(255, 255, 255, 0.1);--overlay-12: rgba(255, 255, 255, 0.12);--overlay-15: rgba(255, 255, 255, 0.15);--overlay-20: rgba(255, 255, 255, 0.2);--overlay-25: rgba(255, 255, 255, 0.25);--overlay-30: rgba(255, 255, 255, 0.3);--overlay-35: rgba(255, 255, 255, 0.35);--overlay-40: rgba(255, 255, 255, 0.4);--nav-bg: rgba(26, 34, 53, 0.85);--scrim-30: rgba(0, 0, 0, 0.3);--scrim-40: rgba(0, 0, 0, 0.4);--scrim-60: rgba(0, 0, 0, 0.6);--hero-glow-1: #4480f418;--hero-glow-2: #48fcfd0D;--hero-fade: #0A0E1A00;--color-success: #10b981;--color-warning: #f59e0b;--color-error: #ef4444}[data-theme="light"]{--accent: #0ea5e9;--bg-page: #F8FAFC;--bg-surface: #FFFFFF;--bg-surface-elevated: #F1F5F9;--border: #E2E8F0;--border-focus: #3b72d6;--primary: #3b72d6;--text-primary: #0F172A;--text-secondary: #475569;--text-tertiary: #94A3B8;--text-on-primary: #FFFFFF;--text-on-accent: #FFFFFF;--text-code: #334155;--overlay-2: rgba(0, 0, 0, 0.02);--overlay-4: rgba(0, 0, 0, 0.03);--overlay-5: rgba(0, 0, 0, 0.04);--overlay-6: rgba(0, 0, 0, 0.05);--overlay-8: rgba(0, 0, 0, 0.06);--overlay-10: rgba(0, 0, 0, 0.07);--overlay-12: rgba(0, 0, 0, 0.08);--overlay-15: rgba(0, 0, 0, 0.1);--overlay-20: rgba(0, 0, 0, 0.12);--overlay-25: rgba(0, 0, 0, 0.15);--overlay-30: rgba(0, 0, 0, 0.18);--overlay-35: rgba(0, 0, 0, 0.2);--overlay-40: rgba(0, 0, 0, 0.25);--nav-bg: rgba(248, 250, 252, 0.88);--scrim-30: rgba(0, 0, 0, 0.06);--scrim-40: rgba(0, 0, 0, 0.08);--scrim-60: rgba(0, 0, 0, 0.12);--hero-glow-1: rgba(59, 114, 214, 0.08);--hero-glow-2: rgba(14, 165, 233, 0.05);--hero-fade: rgba(248, 250, 252, 0);--color-success: #059669;--color-warning: #d97706;--color-error: #dc2626}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);background:var(--bg-page);color:var(--text-primary);padding-top:57px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color 0.3s, color 0.3s}.gradient-line{height:1px;background:linear-gradient(90deg, transparent 0%, var(--primary) 50%, transparent 100%);opacity:0.4}.section-header{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}.section-title{font-size:40px;font-weight:700;text-align:center;color:var(--text-primary)}.section-sub{font-size:17px;font-weight:400;line-height:1.5;text-align:center;color:var(--text-secondary)}.fade-up{opacity:0;transform:translateY(20px);transition:opacity 0.55s ease, transform 0.55s ease}.fade-up.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.fade-up{opacity:1;transform:none;transition:none}}@property --glow-angle{syntax:"<angle>";initial-value:0deg;inherits:false}.glow-border{position:relative;padding:1px;border-radius:var(--radius-xl)}.glow-border::before{content:"";position:absolute;inset:0;border-radius:inherit;background:conic-gradient(from var(--glow-angle, 0deg), var(--primary) 0%, var(--accent) 25%, var(--primary) 50%, var(--accent) 75%, var(--primary) 100%);opacity:0.4;animation:glowSpin 6s linear infinite;-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px}.glow-border>*{position:relative;border:none !important}.glow-border--btn{border-radius:var(--radius-lg)}@keyframes glowSpin{to{--glow-angle: 360deg}}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;border-radius:var(--radius-md);background:var(--primary);color:var(--text-on-primary);font-size:16px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:opacity 0.2s}.btn-primary:hover{opacity:0.9}.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;border-radius:var(--radius-md);background:transparent;color:var(--primary);font-size:16px;font-weight:600;text-decoration:none;border:1.5px solid var(--primary);cursor:pointer;transition:background 0.2s}.btn-outline:hover{background:var(--overlay-8)}.btn-outline svg{width:18px;height:18px;fill:currentColor}.card-buttons{display:flex;gap:10px}.btn-download{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:var(--radius-md);background:var(--primary);color:var(--text-on-primary);font-family:var(--font-body);font-size:14px;font-weight:600;text-decoration:none;border:none;cursor:pointer;flex:1;transition:opacity 0.2s}.btn-download svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.btn-download:hover{opacity:0.9}.btn-download--secondary{background:transparent;color:var(--text-secondary);border:1.5px solid var(--overlay-15)}.btn-download--secondary:hover{border-color:var(--primary);color:var(--primary);opacity:1}@media (max-width:900px){.section-title{font-size:30px}}@media (max-width:600px){.btn-primary,.btn-outline{width:100%;justify-content:center}}
/* Block: nav */
.cms-block--nav .nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:14px 160px;background:var(--nav-bg);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.cms-block--nav .nav-left{display:flex;align-items:center;gap:32px}.cms-block--nav .nav-logo img{height:28px;display:block}.cms-block--nav .nav-links{display:flex;align-items:center;gap:28px}.cms-block--nav .nav-links a{color:var(--text-secondary);font-size:14px;font-weight:500;text-decoration:none;transition:color 0.2s}.cms-block--nav .nav-links a:hover{color:var(--text-primary)}.cms-block--nav .nav-right{display:flex;align-items:center;gap:12px}.cms-block--nav .theme-toggle{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:var(--radius-md);border:1px solid var(--border);background:transparent;color:var(--text-secondary);cursor:pointer;transition:color 0.2s, border-color 0.2s}.cms-block--nav .theme-toggle:hover{color:var(--text-primary);border-color:var(--text-secondary)}.cms-block--nav .theme-toggle svg{width:16px;height:16px}.cms-block--nav .btn-github{display:flex;align-items:center;gap:6px;padding:8px 12px;border-radius:var(--radius-md);border:1px solid var(--border);background:transparent;color:var(--text-primary);font-size:13px;font-weight:500;text-decoration:none;transition:border-color 0.2s}.cms-block--nav .btn-github:hover{border-color:var(--text-secondary)}.cms-block--nav .btn-github svg{width:18px;height:18px;fill:currentColor}.cms-block--nav .btn-nav-cta{display:inline-flex;align-items:center;padding:8px 16px;border-radius:var(--radius-sm);background:var(--primary);color:var(--text-on-primary);font-size:13px;font-weight:600;text-decoration:none;transition:opacity 0.2s}.cms-block--nav .btn-nav-cta:hover{opacity:0.9}@media (max-width:1200px){.cms-block--nav .nav{padding-left:60px;padding-right:60px}}@media (max-width:900px){.cms-block--nav .nav{padding-left:24px;padding-right:24px}}@media (max-width:600px){.cms-block--nav .nav-links{display:none}}
/* Block: hero */
.cms-block--hero .hero{display:flex;flex-direction:column;align-items:center;padding:80px 160px 64px;gap:48px;position:relative;overflow:hidden}.cms-block--hero .hero::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 30% 15%, var(--hero-glow-1) 0%, var(--hero-fade) 70%), radial-gradient(ellipse 60% 50% at 70% 10%, var(--hero-glow-2) 0%, var(--hero-fade) 70%);pointer-events:none}.cms-block--hero .hero-canvas{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.cms-block--hero .hero-content{display:flex;flex-direction:column;align-items:center;gap:28px;width:100%;position:relative;z-index:1}.cms-block--hero .hero-headline{font-family:var(--font-display);font-size:58px;font-weight:800;line-height:1.08;text-align:center;color:var(--text-primary)}.cms-block--hero .hero-sub{font-size:18px;font-weight:400;line-height:1.6;text-align:center;color:var(--text-secondary);max-width:640px}.cms-block--hero .hero-cta{display:flex;align-items:center;gap:16px}@media (max-width:1200px){.cms-block--hero .hero{padding-left:60px;padding-right:60px}}@media (max-width:900px){.cms-block--hero .hero{padding-left:24px;padding-right:24px}.cms-block--hero .hero-headline{font-size:38px}.cms-block--hero .hero-sub{font-size:16px}}@media (max-width:600px){.cms-block--hero .hero-headline{font-size:30px}.cms-block--hero .hero-cta{flex-direction:column;width:100%}}
/* Block: install */
.installation{display:flex;flex-direction:column;align-items:center;padding:80px 160px;gap:48px;background:var(--bg-surface)}.cards-row{display:flex;gap:24px;width:100%}.card{flex:1;display:flex;flex-direction:column;gap:24px;padding:32px;border-radius:var(--radius-xl);background:var(--bg-surface-elevated);border:1px solid var(--border)}.card-header{display:flex;align-items:center;gap:14px;width:100%}.card-icon-wrap{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-md)}.card-icon-wrap.primary{background:rgba(68, 128, 244, 0.1);color:var(--primary)}.card-icon-wrap.accent{background:rgba(72, 252, 253, 0.1);color:var(--accent)}.card-icon-wrap svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.card-label-col{display:flex;flex-direction:column;gap:2px}.card-label{font-size:20px;font-weight:700;color:var(--text-primary)}.card-badge{font-size:13px;font-weight:400;color:var(--text-tertiary)}.card-desc{font-size:15px;font-weight:400;line-height:1.6;color:var(--text-secondary)}.install-steps{display:flex;flex-direction:column;gap:8px}.code-block{display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:var(--radius-md);background:var(--bg-page);width:100%}.code-step{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:rgba(68, 128, 244, 0.15);font-family:var(--font-mono);font-size:11px;font-weight:700;color:var(--primary);flex-shrink:0}.code-prompt{font-family:var(--font-mono);font-size:14px;font-weight:600;color:var(--accent)}.code-text{font-family:var(--font-mono);font-size:14px;font-weight:400;color:var(--text-code)}.req-row{display:flex;align-items:center;gap:8px}.req-row svg{width:14px;height:14px;stroke:var(--text-tertiary);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.req-text{font-size:13px;font-weight:500;color:var(--text-tertiary)}.install-step-card{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border-radius:var(--radius-md);background:var(--bg-page)}.install-step-card .code-step{margin-top:2px}.install-step-card__content{display:flex;flex-direction:column;gap:4px}.install-step-card__title{font-size:13px;font-weight:500;color:var(--text-primary)}.install-step-card__title code{font-family:var(--font-mono);font-size:12px;background:rgba(72, 252, 253, 0.1);color:var(--accent);padding:1px 5px;border-radius:4px}.install-step-card__desc{font-size:12px;line-height:1.4;color:var(--text-tertiary)}.install-step-card__desc code{font-family:var(--font-mono);font-size:11px;background:var(--overlay-6);color:var(--text-secondary);padding:1px 4px;border-radius:3px}.file-row{display:flex;align-items:center;gap:10px}.file-row svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.file-row .icon-accent{color:var(--accent)}.file-row .icon-primary{color:var(--primary)}.file-name{font-family:var(--font-mono);font-size:14px;font-weight:500;color:var(--text-code)}.card-note{font-size:13px;line-height:1.5;color:var(--text-tertiary)}.card-note code{font-family:var(--font-mono);font-size:12px;background:rgba(68, 128, 244, 0.1);color:var(--primary);padding:1px 5px;border-radius:4px}.install-wizard-steps{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.wizard-step{font-size:11px;font-weight:500;color:var(--text-tertiary);padding:4px 10px;border-radius:4px;background:var(--overlay-4);border:1px solid var(--overlay-6);white-space:nowrap}.wizard-step.done{color:var(--color-success);border-color:rgba(16, 185, 129, 0.2);background:rgba(16, 185, 129, 0.08)}.wizard-arrow{font-size:11px;color:var(--text-tertiary);opacity:0.4}@media (max-width:1200px){.installation{padding-left:60px;padding-right:60px}}@media (max-width:900px){.installation{padding-left:24px;padding-right:24px}.cards-row{flex-direction:column}}
/* Block: block-editor */
.cms-block--block-editor{}.cms-block--block-editor .block-editor{padding:100px 160px;position:relative;overflow:hidden}.cms-block--block-editor .block-editor::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse 70% 50% at 80% 20%, rgba(68, 128, 244, 0.06) 0%, transparent 70%), radial-gradient(ellipse 50% 60% at 20% 80%, rgba(72, 252, 253, 0.04) 0%, transparent 70%);pointer-events:none}.cms-block--block-editor .block-editor__layout{display:flex;gap:64px;align-items:flex-start;position:relative;z-index:1}.cms-block--block-editor .block-editor__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:40px;padding-top:16px}.cms-block--block-editor .block-editor__features{list-style:none;display:flex;flex-direction:column;gap:24px}.cms-block--block-editor .block-editor__features li{display:flex;gap:14px;align-items:flex-start}.cms-block--block-editor .block-editor__feat-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-md);background:rgba(68, 128, 244, 0.1);flex-shrink:0}.cms-block--block-editor .block-editor__feat-icon svg{width:18px;height:18px;stroke:var(--primary);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cms-block--block-editor .block-editor__feat-text{display:flex;flex-direction:column;gap:3px}.cms-block--block-editor .block-editor__feat-text strong{font-size:14px;font-weight:600;color:var(--text-primary)}.cms-block--block-editor .block-editor__feat-text span{font-size:13px;font-weight:400;line-height:1.5;color:var(--text-tertiary)}.cms-block--block-editor .block-editor__demo{flex:1.4;min-width:0}.cms-block--block-editor .be-demo{border-radius:var(--radius-xl);overflow:hidden;background:var(--bg-surface);box-shadow:0 0 0 1px rgba(68, 128, 244, 0.05), 0 8px 40px rgba(0, 0, 0, 0.4)}.cms-block--block-editor .be-demo__toolbar{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:rgba(0, 0, 0, 0.6);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255, 255, 255, 0.06)}.cms-block--block-editor .be-demo__toolbar-left{display:flex;align-items:center;gap:8px}.cms-block--block-editor .be-demo__grip{width:14px;height:14px;stroke:rgba(255, 255, 255, 0.3);fill:none;stroke-width:3;stroke-linecap:round;cursor:grab}.cms-block--block-editor .be-demo__id{font-family:var(--font-mono);font-size:10px;color:rgba(255, 255, 255, 0.3)}.cms-block--block-editor .be-demo__name{font-size:12px;font-weight:600;color:rgba(255, 255, 255, 0.9)}.cms-block--block-editor .be-demo__type{font-size:10px;background:rgba(255, 255, 255, 0.12);color:rgba(255, 255, 255, 0.6);padding:2px 8px;border-radius:4px}.cms-block--block-editor .be-demo__toolbar-right{display:flex;align-items:center;gap:8px}.cms-block--block-editor .be-demo__dirty{width:6px;height:6px;border-radius:50%;background:#f59e0b;opacity:0;transition:opacity 0.3s}.cms-block--block-editor .be-demo__dirty.visible{opacity:1}.cms-block--block-editor .be-demo__modes{display:flex;align-items:center;gap:2px;background:rgba(255, 255, 255, 0.08);padding:3px;border-radius:6px}.cms-block--block-editor .be-demo__mode-btn{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:4px;border:none;background:transparent;cursor:pointer;transition:all 0.15s}.cms-block--block-editor .be-demo__mode-btn svg{width:13px;height:13px;stroke:rgba(255, 255, 255, 0.4);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:stroke 0.15s}.cms-block--block-editor .be-demo__mode-btn:hover svg{stroke:rgba(255, 255, 255, 0.7)}.cms-block--block-editor .be-demo__mode-btn.active{background:rgba(255, 255, 255, 0.18)}.cms-block--block-editor .be-demo__mode-btn.active svg{stroke:#fff}.cms-block--block-editor .be-demo__body{display:flex;align-items:stretch;min-height:280px}.cms-block--block-editor .be-demo__body.is-dragging{user-select:none}.cms-block--block-editor .be-demo__body[data-mode="preview-only"] .be-demo__preview{flex:1}.cms-block--block-editor .be-demo__body[data-mode="preview-only"] .be-demo__editor{display:none !important}.cms-block--block-editor .be-demo__body[data-mode="preview-only"] .be-demo__resizer{display:none !important}.cms-block--block-editor .be-demo__body[data-mode="editor-only"] .be-demo__preview{display:none !important}.cms-block--block-editor .be-demo__body[data-mode="editor-only"] .be-demo__editor{display:block !important;flex:1}.cms-block--block-editor .be-demo__body[data-mode="editor-only"] .be-demo__resizer{display:none !important}.cms-block--block-editor .be-demo__body[data-mode="horizontal"]{flex-direction:row}.cms-block--block-editor .be-demo__body[data-mode="horizontal"] .be-demo__preview{display:block !important;overflow:hidden;min-width:0}.cms-block--block-editor .be-demo__body[data-mode="horizontal"] .be-demo__editor{display:block !important;overflow:hidden;min-width:0}.cms-block--block-editor .be-demo__body[data-mode="horizontal"] .be-demo__resizer{display:block !important;width:4px;cursor:col-resize;flex-shrink:0}.cms-block--block-editor .be-demo__body[data-mode="vertical"]{flex-direction:column}.cms-block--block-editor .be-demo__body[data-mode="vertical"] .be-demo__preview{display:block !important;overflow:hidden;min-height:0}.cms-block--block-editor .be-demo__body[data-mode="vertical"] .be-demo__editor{display:block !important;overflow:hidden;min-height:0}.cms-block--block-editor .be-demo__body[data-mode="vertical"] .be-demo__resizer{display:block !important;height:4px;cursor:row-resize;flex-shrink:0}.cms-block--block-editor .be-demo__resizer{display:none;background:transparent;position:relative;z-index:5;transition:background 0.15s}.cms-block--block-editor .be-demo__resizer:hover,.cms-block--block-editor .be-demo__resizer.active{background:var(--primary)}.cms-block--block-editor .be-demo__preview{position:relative;overflow:hidden;display:flex}.cms-block--block-editor .be-preview-block{position:relative;padding:48px 40px;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.cms-block--block-editor .be-preview-block__bg{position:absolute;inset:0;background:linear-gradient(135deg, #1e3a5f 0%, #4480f4 100%);transition:background 0.5s ease}.cms-block--block-editor .be-preview-block__bg::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 40%)}.cms-block--block-editor .be-preview-block__content{position:relative;z-index:1;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}.cms-block--block-editor .be-preview-block__title{font-family:var(--font-display);font-size:26px;font-weight:800;color:#fff;line-height:1.2;transition:opacity 0.15s}.cms-block--block-editor .be-preview-block__desc{font-size:14px;font-weight:400;color:rgba(255, 255, 255, 0.75);line-height:1.5;max-width:340px;transition:opacity 0.15s}.cms-block--block-editor .be-preview-block__btn{display:inline-flex;align-items:center;padding:10px 24px;border-radius:var(--radius-md);background:rgba(255, 255, 255, 0.15);backdrop-filter:blur(4px);border:1px solid rgba(255, 255, 255, 0.2);color:#fff;font-size:13px;font-weight:600;margin-top:4px;transition:opacity 0.15s}.cms-block--block-editor .be-demo__editor{background:var(--bg-surface-elevated);overflow-y:auto}.cms-block--block-editor .be-editor{padding:20px;display:flex;flex-direction:column;gap:18px}.cms-block--block-editor .be-editor__group{display:flex;flex-direction:column;gap:6px}.cms-block--block-editor .be-editor__label{font-size:11px;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:0.05em}.cms-block--block-editor .be-editor__input,.cms-block--block-editor .be-editor__textarea{width:100%;padding:9px 12px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-page);color:var(--text-primary);font-family:var(--font-body);font-size:13px;outline:none;transition:border-color 0.2s;resize:vertical}.cms-block--block-editor .be-editor__input:focus,.cms-block--block-editor .be-editor__textarea:focus{border-color:var(--primary);box-shadow:0 0 0 2px rgba(68, 128, 244, 0.15)}.cms-block--block-editor .be-editor__input::placeholder,.cms-block--block-editor .be-editor__textarea::placeholder{color:var(--text-tertiary)}.cms-block--block-editor .be-editor__textarea{min-height:56px}.cms-block--block-editor .be-editor__colors{display:flex;gap:8px}.cms-block--block-editor .be-editor__color-swatch{width:28px;height:28px;border-radius:6px;border:2px solid transparent;cursor:pointer;transition:all 0.15s}.cms-block--block-editor .be-editor__color-swatch:hover{transform:scale(1.1)}.cms-block--block-editor .be-editor__color-swatch.active{border-color:#fff;box-shadow:0 0 0 2px var(--primary)}@keyframes beBlockAppear{from{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.cms-block--block-editor .be-block-list{display:flex;flex-direction:column;gap:12px}.cms-block--block-editor .be-block-item{transition:transform 0.2s, box-shadow 0.2s, opacity 0.2s}.cms-block--block-editor .be-block-item.is-dragging{opacity:0.3}.cms-block--block-editor .be-block-item.drag-over-top{border-top:2px solid var(--primary) !important}.cms-block--block-editor .be-block-item.drag-over-bottom{border-bottom:2px solid var(--primary) !important}.cms-block--block-editor .be-block-ghost{opacity:0.85;border-radius:var(--radius-xl);box-shadow:0 16px 48px rgba(0, 0, 0, 0.6), 0 0 0 2px var(--primary);transform:scale(1.02);overflow:hidden}.cms-block--block-editor .be-add-block{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;border-radius:var(--radius-lg);border:none;background:transparent;color:var(--text-tertiary);font-family:var(--font-body);font-size:13px;font-weight:500;cursor:pointer;transition:all 0.2s}.cms-block--block-editor .be-add-block svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cms-block--block-editor .be-add-block:hover{color:var(--primary);background:rgba(68, 128, 244, 0.05)}.cms-block--block-editor .glow-border--btn.hidden{display:none}.cms-block--block-editor .be-adv-block{padding:24px 20px;background:var(--bg-surface-elevated);width:100%}.cms-block--block-editor .be-adv-block__title{font-size:16px;font-weight:700;color:var(--text-primary);text-align:center;margin-bottom:20px}.cms-block--block-editor .be-adv-block__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:14px}.cms-block--block-editor .be-adv-block__item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 10px;border-radius:var(--radius-md);background:rgba(255, 255, 255, 0.03);border:1px solid var(--border);text-align:center}.cms-block--block-editor .be-adv-block__icon{width:36px;height:36px;border-radius:var(--radius-md);background:rgba(68, 128, 244, 0.1);display:flex;align-items:center;justify-content:center}.cms-block--block-editor .be-adv-block__icon svg{width:18px;height:18px;stroke:var(--primary);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cms-block--block-editor .be-adv-block__label{font-size:12px;font-weight:600;color:var(--text-primary)}.cms-block--block-editor .be-adv-block__desc{font-size:11px;line-height:1.4;color:var(--text-tertiary)}.cms-block--block-editor [data-theme="light"] .be-demo{--bg-surface: #111827;--bg-surface-elevated: #1A2235;--bg-page: #0A0E1A;--border: #1E293B;--primary: #4480f4;--accent: #48fcfd;--text-primary: #F1F5F9;--text-secondary: #94A3B8;--text-tertiary: #64748B;--text-code: #E2E8F0;box-shadow:0 0 0 1px rgba(68, 128, 244, 0.08), 0 8px 40px rgba(0, 0, 0, 0.25)}@media (max-width:1200px){.cms-block--block-editor .block-editor{padding-left:60px;padding-right:60px}}@media (max-width:900px){.cms-block--block-editor .block-editor{padding:64px 24px}.cms-block--block-editor .block-editor__layout{flex-direction:column;gap:40px}.cms-block--block-editor .block-editor__info{flex:none;width:100%}}@media (max-width:600px){.cms-block--block-editor .be-demo__body[data-mode="horizontal"]{flex-direction:column}.cms-block--block-editor .be-demo__body[data-mode="horizontal"] .be-demo__preview{border-right:none;border-bottom:1px solid var(--border)}.cms-block--block-editor .be-demo__body[data-mode="horizontal"] .be-demo__editor{flex:none}.cms-block--block-editor .be-preview-block{padding:32px 20px}.cms-block--block-editor .be-preview-block__title{font-size:20px}}
/* Block: code-editor */
.cms-block--code-editor{}.cms-block--code-editor .code-editor-section{padding:100px 160px;background:var(--bg-surface);position:relative}.cms-block--code-editor .code-editor-section>.section-header{margin-bottom:48px}.cms-block--code-editor .code-editor-section .ce-info__panel h3.section-title{font-size:26px;font-weight:700}.cms-block--code-editor .ce-tabs{display:flex;gap:4px;margin-bottom:48px;border-bottom:1px solid var(--border);padding-bottom:0}.cms-block--code-editor .ce-tab{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;color:var(--text-tertiary);background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:color 0.2s, border-color 0.2s;margin-bottom:-1px}.cms-block--code-editor .ce-tab svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cms-block--code-editor .ce-tab:hover{color:var(--text-secondary)}.cms-block--code-editor .ce-tab.active{color:var(--text-primary);border-bottom-color:var(--primary)}.cms-block--code-editor .ce-layout{display:flex;gap:56px;align-items:flex-start}.cms-block--code-editor .ce-info{flex:1;min-width:0;position:relative}.cms-block--code-editor .ce-info__panel{display:none;flex-direction:column;gap:24px}.cms-block--code-editor .ce-info__panel.active{display:flex}.cms-block--code-editor .ce-info__panel code{font-family:var(--font-mono);font-size:12px;background:rgba(68, 128, 244, 0.1);padding:2px 6px;border-radius:4px;color:var(--accent)}.cms-block--code-editor .ce-features{list-style:none;display:flex;flex-direction:column;gap:14px;margin-top:8px}.cms-block--code-editor .ce-features li{font-size:14px;line-height:1.6;color:var(--text-secondary);padding-left:20px;position:relative}.cms-block--code-editor .ce-features li::before{content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:var(--primary)}.cms-block--code-editor .ce-features li strong{color:var(--text-primary);font-weight:600}.cms-block--code-editor .glow-border--ide{flex:1.5;min-width:0}.cms-block--code-editor .ce-demo{border-radius:var(--radius-xl);overflow:hidden;background:#0d1117;box-shadow:0 0 0 1px rgba(68, 128, 244, 0.05), 0 8px 40px rgba(0, 0, 0, 0.5)}.cms-block--code-editor .ce-ide__topbar{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#161b22;border-bottom:1px solid #21262d}.cms-block--code-editor .ce-ide__topbar-left{display:flex;align-items:center;gap:8px}.cms-block--code-editor .ce-ide__dot{width:10px;height:10px;border-radius:50%}.cms-block--code-editor .ce-ide__dot.red{background:#f87171}.cms-block--code-editor .ce-ide__dot.yellow{background:#fbbf24}.cms-block--code-editor .ce-ide__dot.green{background:#4ade80}.cms-block--code-editor .ce-ide__entity-name{font-family:var(--font-mono);font-size:12px;font-weight:500;color:rgba(255, 255, 255, 0.5);margin-left:6px}.cms-block--code-editor .ce-ide__topbar-right{display:flex;align-items:center;gap:12px}.cms-block--code-editor .ce-ide__toggles{display:flex;align-items:center;gap:2px}.cms-block--code-editor .ce-ide__toggle{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:4px;border:none;background:transparent;cursor:pointer;transition:all 0.15s}.cms-block--code-editor .ce-ide__toggle svg{width:13px;height:13px;stroke:rgba(255, 255, 255, 0.25);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:stroke 0.15s}.cms-block--code-editor .ce-ide__toggle:hover svg{stroke:rgba(255, 255, 255, 0.5)}.cms-block--code-editor .ce-ide__toggle.active{background:rgba(255, 255, 255, 0.08)}.cms-block--code-editor .ce-ide__toggle.active svg{stroke:rgba(255, 255, 255, 0.8)}.cms-block--code-editor .ce-ide__layouts{display:flex;align-items:center;gap:2px;padding:3px;background:rgba(255, 255, 255, 0.06);border-radius:6px}.cms-block--code-editor .ce-ide__layout-btn{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:4px;border:none;background:transparent;cursor:pointer;transition:all 0.15s}.cms-block--code-editor .ce-ide__layout-btn svg{width:13px;height:13px;stroke:rgba(255, 255, 255, 0.3);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:stroke 0.15s}.cms-block--code-editor .ce-ide__layout-btn:hover svg{stroke:rgba(255, 255, 255, 0.6)}.cms-block--code-editor .ce-ide__layout-btn.active{background:rgba(255, 255, 255, 0.14)}.cms-block--code-editor .ce-ide__layout-btn.active svg{stroke:#fff}.cms-block--code-editor .ce-ide__workspace{display:none;height:480px}.cms-block--code-editor .ce-ide__workspace.active{display:grid}.cms-block--code-editor #ceWsAction{flex-direction:row}.cms-block--code-editor #ceWsAction.active{display:flex}.cms-block--code-editor #ceWsAction .ce-ide__vars-panel{flex:0 0 200px;border-left:1px solid #21262d}.cms-block--code-editor .ce-vars{display:flex;flex-direction:column;gap:8px}.cms-block--code-editor .ce-vars__item{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;border-radius:4px;background:rgba(255, 255, 255, 0.03);border:1px solid #21262d}.cms-block--code-editor .ce-vars__key{font-family:var(--font-mono);font-size:12px;font-weight:500;color:#ffa657}.cms-block--code-editor .ce-vars__type{font-family:var(--font-mono);font-size:10px;color:rgba(255, 255, 255, 0.3)}.cms-block--code-editor .ce-ide__panel{overflow:hidden;display:flex;flex-direction:column}.cms-block--code-editor .ce-ide__panel.hidden{display:none !important}.cms-block--code-editor .ce-ide__panel-header{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#161b22;border-bottom:1px solid #21262d;min-height:28px}.cms-block--code-editor .ce-ide__panel-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.cms-block--code-editor .ce-ide__panel-title{font-family:var(--font-mono);font-size:11px;font-weight:500;color:rgba(255, 255, 255, 0.45)}.cms-block--code-editor .ce-ide__panel-body{flex:1;padding:12px;overflow:auto;background:#0d1117}.cms-block--code-editor .ce-ide__panel-body--preview{padding:0;display:flex}.cms-block--code-editor .ce-code{margin:0;font-family:var(--font-mono);font-size:12px;line-height:1.7;white-space:pre;color:#c9d1d9}.cms-block--code-editor .ce-code .ck{color:#ff7b72}.cms-block--code-editor .ce-code .ca{color:#79c0ff}.cms-block--code-editor .ce-code .cs{color:#a5d6ff}.cms-block--code-editor .ce-code .cb{color:#ffa657}.cms-block--code-editor .ce-code .cp{color:#79c0ff}.cms-block--code-editor .ce-code .cv{color:#c9d1d9}.cms-block--code-editor .ce-code .cf{color:#d2a8ff}.cms-block--code-editor .ce-code-line{display:block;opacity:0;transform:translateY(2px);animation:ceLineAppear 0.18s ease forwards;white-space:pre}@keyframes ceLineAppear{to{opacity:1;transform:translateY(0)}}.cms-block--code-editor .ce-preview-render{position:relative;width:100%;height:100%;min-height:100%;display:flex;align-items:center;justify-content:center}.cms-block--code-editor .ce-preview-render__bg{position:absolute;inset:0;background:linear-gradient(135deg, #1e3a5f, #4480f4)}.cms-block--code-editor .ce-preview-render__bg::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.06) 0%, transparent 50%), radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.04) 0%, transparent 40%)}.cms-block--code-editor .ce-preview-render__content{position:relative;z-index:1;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px;padding:32px 20px}.cms-block--code-editor .ce-preview-render__content h3{font-size:20px;font-weight:800;color:#fff}.cms-block--code-editor .ce-preview-render__content p{font-size:12px;color:rgba(255, 255, 255, 0.65)}.cms-block--code-editor .ce-preview-render__btn{display:inline-flex;padding:7px 18px;border-radius:var(--radius-sm);background:rgba(255, 255, 255, 0.15);border:1px solid rgba(255, 255, 255, 0.2);color:#fff;font-size:11px;font-weight:600}.cms-block--code-editor #ceWsFields{flex-direction:row}.cms-block--code-editor #ceWsFields.active{display:flex}.cms-block--code-editor #ceWsFields .ce-fields__list-panel{flex:0 0 200px;border-right:1px solid #21262d}.cms-block--code-editor #ceWsFields .ce-fields__editor-panel{flex:1;border-right:1px solid #21262d}.cms-block--code-editor #ceWsFields .ce-fields__code-panel{flex:1}.cms-block--code-editor .ce-fields{display:flex;flex-direction:column}.cms-block--code-editor .ce-fields__item{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;transition:background 0.15s;border-bottom:1px solid rgba(255, 255, 255, 0.04)}.cms-block--code-editor .ce-fields__item:hover{background:rgba(255, 255, 255, 0.04)}.cms-block--code-editor .ce-fields__item.active{background:rgba(68, 128, 244, 0.1);border-left:2px solid #4480f4;padding-left:10px}.cms-block--code-editor .ce-fields__icon{font-family:var(--font-mono);font-size:13px;font-weight:700;width:18px;text-align:center;flex-shrink:0}.cms-block--code-editor .ce-fields__name{font-family:var(--font-mono);font-size:12px;color:#c9d1d9;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cms-block--code-editor .ce-fields__type-badge{font-family:var(--font-mono);font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;color:rgba(255, 255, 255, 0.35);background:rgba(255, 255, 255, 0.06);padding:2px 5px;border-radius:3px;flex-shrink:0}.cms-block--code-editor .ce-field-form{display:flex;flex-direction:column;gap:0}.cms-block--code-editor .ce-field-form__row{display:flex;align-items:center;justify-content:space-between;padding:7px 0;border-bottom:1px solid rgba(255, 255, 255, 0.05)}.cms-block--code-editor .ce-field-form__label{font-family:var(--font-mono);font-size:11px;color:rgba(255, 255, 255, 0.4)}.cms-block--code-editor .ce-field-form__value{font-size:12px;color:#c9d1d9}.cms-block--code-editor .ce-field-form__value--mono{font-family:var(--font-mono);color:#ffa657}.cms-block--code-editor .ce-field-form__value--dimmed{color:rgba(255, 255, 255, 0.25);font-style:italic;font-size:11px}.cms-block--code-editor .ce-field-form__type-select{display:inline-flex;align-items:center;gap:4px;font-family:var(--font-mono);font-size:12px;color:#79c0ff;background:rgba(121, 192, 255, 0.1);padding:2px 8px;border-radius:4px}.cms-block--code-editor .ce-field-form__type-select svg{stroke:#79c0ff;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.cms-block--code-editor .ce-field-form__toggle{width:28px;height:14px;border-radius:7px;background:#21262d;position:relative;display:inline-block}.cms-block--code-editor .ce-field-form__toggle::after{content:"";position:absolute;top:2px;left:2px;width:10px;height:10px;border-radius:50%;background:#8b949e;transition:transform 0.2s, background 0.2s}.cms-block--code-editor .ce-field-form__toggle.on{background:rgba(68, 128, 244, 0.3)}.cms-block--code-editor .ce-field-form__toggle.on::after{transform:translateX(14px);background:#4480f4}.cms-block--code-editor .ce-field-form__divider{height:1px;background:#21262d;margin:10px 0}.cms-block--code-editor .ce-field-form__section-title{font-family:var(--font-mono);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:rgba(255, 255, 255, 0.3);margin-bottom:8px}.cms-block--code-editor .ce-field-form__types-grid{display:flex;flex-wrap:wrap;gap:4px}.cms-block--code-editor .ce-field-form__type-tag{font-family:var(--font-mono);font-size:10px;font-weight:500;padding:3px 7px;border-radius:4px;background:rgba(255, 255, 255, 0.05);color:rgba(255, 255, 255, 0.4);border:1px solid rgba(255, 255, 255, 0.06);cursor:default;transition:all 0.15s}.cms-block--code-editor .ce-field-form__type-tag:hover{background:rgba(255, 255, 255, 0.08);color:rgba(255, 255, 255, 0.6)}.cms-block--code-editor .ce-field-form__type-tag.active{background:rgba(68, 128, 244, 0.15);color:#79c0ff;border-color:rgba(68, 128, 244, 0.3)}.cms-block--code-editor #ceWsPageTypes{flex-direction:row}.cms-block--code-editor #ceWsPageTypes.active{display:flex}.cms-block--code-editor #ceWsPageTypes .ce-pt__settings-panel{flex:0 0 240px;border-right:1px solid #21262d}.cms-block--code-editor #ceWsPageTypes .ce-pt__code-panel{flex:1}.cms-block--code-editor .ce-pt-form{border-bottom:1px solid #21262d}.cms-block--code-editor .ce-pt-form__row{display:flex;align-items:center;justify-content:space-between;padding:7px 12px;border-bottom:1px solid rgba(255, 255, 255, 0.04)}.cms-block--code-editor .ce-pt-form__label{font-family:var(--font-mono);font-size:11px;color:rgba(255, 255, 255, 0.4)}.cms-block--code-editor .ce-pt-form__value{font-size:12px;color:#c9d1d9}.cms-block--code-editor .ce-pt-form__value--mono{font-family:var(--font-mono);color:#ffa657}.cms-block--code-editor .ce-pt-form__value--link{font-family:var(--font-mono);color:#79c0ff;font-size:12px}.cms-block--code-editor .ce-pt-attrs__header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:1px solid rgba(255, 255, 255, 0.06)}.cms-block--code-editor .ce-pt-attrs__title{font-family:var(--font-mono);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:rgba(255, 255, 255, 0.3)}.cms-block--code-editor .ce-pt-attrs__count{font-family:var(--font-mono);font-size:10px;color:rgba(255, 255, 255, 0.25);background:rgba(255, 255, 255, 0.06);padding:1px 6px;border-radius:8px}.cms-block--code-editor .ce-pt-attrs__item{display:flex;align-items:center;gap:6px;padding:6px 12px;cursor:pointer;transition:background 0.15s;border-bottom:1px solid rgba(255, 255, 255, 0.03)}.cms-block--code-editor .ce-pt-attrs__item:hover{background:rgba(255, 255, 255, 0.04)}.cms-block--code-editor .ce-pt-attrs__item.active{background:rgba(68, 128, 244, 0.1)}.cms-block--code-editor .ce-pt-attrs__grip{font-size:10px;color:rgba(255, 255, 255, 0.15);cursor:grab;flex-shrink:0}.cms-block--code-editor .ce-pt-attrs__name{font-family:var(--font-mono);font-size:11px;color:#c9d1d9;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cms-block--code-editor .ce-pt-attrs__type{font-family:var(--font-mono);font-size:9px;color:rgba(255, 255, 255, 0.3);background:rgba(255, 255, 255, 0.05);padding:1px 5px;border-radius:3px;flex-shrink:0}.cms-block--code-editor .ce-pt-attrs__flags{display:flex;gap:2px;flex-shrink:0}.cms-block--code-editor .ce-pt-attrs__flag{font-family:var(--font-mono);font-size:9px;font-weight:700;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:3px;color:rgba(255, 255, 255, 0.15);background:rgba(255, 255, 255, 0.03)}.cms-block--code-editor .ce-pt-attrs__flag.on{color:#4ade80;background:rgba(74, 222, 128, 0.1)}.cms-block--code-editor #ceWsMedia{flex-direction:row}.cms-block--code-editor #ceWsMedia.active{display:flex}.cms-block--code-editor #ceWsMedia .ce-media__browser-panel{flex:0 0 260px;border-right:1px solid #21262d}.cms-block--code-editor #ceWsMedia .ce-media__code-panel{flex:1}.cms-block--code-editor .ce-media__folders{border-bottom:1px solid #21262d;padding:6px 0}.cms-block--code-editor .ce-media__folder{display:flex;align-items:center;gap:6px;padding:5px 12px;font-family:var(--font-mono);font-size:11px;color:rgba(255, 255, 255, 0.45);cursor:pointer;transition:background 0.15s, color 0.15s}.cms-block--code-editor .ce-media__folder svg{stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.cms-block--code-editor .ce-media__folder:hover{background:rgba(255, 255, 255, 0.04);color:rgba(255, 255, 255, 0.6)}.cms-block--code-editor .ce-media__folder.active{color:#79c0ff;background:rgba(68, 128, 244, 0.08)}.cms-block--code-editor .ce-media__grid{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:8px}.cms-block--code-editor .ce-media__file{display:flex;flex-direction:column;gap:3px;padding:4px;border-radius:4px;cursor:pointer;transition:background 0.15s}.cms-block--code-editor .ce-media__file:hover{background:rgba(255, 255, 255, 0.04)}.cms-block--code-editor .ce-media__file.active{background:rgba(68, 128, 244, 0.12);outline:1px solid rgba(68, 128, 244, 0.3);border-radius:4px}.cms-block--code-editor .ce-media__thumb{width:100%;aspect-ratio:1.3333333333;border-radius:3px;background-size:cover}.cms-block--code-editor .ce-media__fname{font-family:var(--font-mono);font-size:10px;color:#c9d1d9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cms-block--code-editor .ce-media__fmeta{font-family:var(--font-mono);font-size:9px;color:rgba(255, 255, 255, 0.25)}.cms-block--code-editor .ce-media__sizes-bar{display:flex;flex-wrap:wrap;align-items:center;gap:4px;padding:8px;border-top:1px solid #21262d}.cms-block--code-editor .ce-media__sizes-label{font-family:var(--font-mono);font-size:9px;color:rgba(255, 255, 255, 0.25);margin-right:2px}.cms-block--code-editor .ce-media__size-tag{font-family:var(--font-mono);font-size:9px;font-weight:500;padding:2px 5px;border-radius:3px;background:rgba(255, 255, 255, 0.05);color:rgba(255, 255, 255, 0.35);border:1px solid rgba(255, 255, 255, 0.06)}.cms-block--code-editor .ce-media__size-tag.format{background:rgba(74, 222, 128, 0.08);color:#4ade80;border-color:rgba(74, 222, 128, 0.15)}.cms-block--code-editor [data-theme="light"] .ce-demo{--bg-surface: #111827;--bg-surface-elevated: #1A2235;--bg-page: #0A0E1A;--border: #1E293B;--primary: #4480f4;--accent: #48fcfd;--text-primary: #F1F5F9;--text-secondary: #94A3B8;--text-tertiary: #64748B;--text-code: #E2E8F0}.cms-block--code-editor [data-theme="light"] .code-editor-section{background:var(--bg-surface)}@media (max-width:1200px){.cms-block--code-editor .code-editor-section{padding-left:60px;padding-right:60px}}@media (max-width:900px){.cms-block--code-editor .code-editor-section{padding:64px 24px}.cms-block--code-editor .ce-layout{flex-direction:column;gap:32px}.cms-block--code-editor .ce-tabs{overflow-x:auto}}
/* Block: comparison */
.cms-block--comparison{}.cms-block--comparison .comparison{padding:100px 160px;position:relative;overflow:hidden}.cms-block--comparison .comparison::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse 60% 50% at 20% 30%, rgba(68, 128, 244, 0.05) 0%, transparent 70%), radial-gradient(ellipse 50% 40% at 80% 70%, rgba(72, 252, 253, 0.03) 0%, transparent 70%);pointer-events:none}.cms-block--comparison .comparison__layout{display:flex;gap:56px;align-items:flex-start;margin-top:64px;position:relative;z-index:1}.cms-block--comparison .comparison__advantages{flex:0 0 340px;display:flex;flex-direction:column;gap:20px;position:sticky;top:80px}.cms-block--comparison .comparison__adv-item{display:flex;gap:14px;align-items:flex-start;padding:14px 16px;border-radius:var(--radius-lg);background:rgba(255, 255, 255, 0.02);border:1px solid transparent;transition:all 0.25s}.cms-block--comparison .comparison__adv-item:hover{background:rgba(68, 128, 244, 0.06);border-color:rgba(68, 128, 244, 0.15)}.cms-block--comparison .comparison__adv-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-md);background:rgba(68, 128, 244, 0.1);flex-shrink:0}.cms-block--comparison .comparison__adv-icon svg{width:18px;height:18px;stroke:var(--primary);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cms-block--comparison .comparison__adv-text{display:flex;flex-direction:column;gap:4px}.cms-block--comparison .comparison__adv-text strong{font-size:14px;font-weight:600;color:var(--text-primary)}.cms-block--comparison .comparison__adv-text span{font-size:13px;font-weight:400;line-height:1.5;color:var(--text-tertiary)}.cms-block--comparison .comparison__adv-text code{font-family:var(--font-mono);font-size:11.5px;background:rgba(68, 128, 244, 0.1);color:var(--primary);padding:1px 5px;border-radius:4px}.cms-block--comparison .comparison__table-wrap{flex:1;min-width:0}.cms-block--comparison .comparison__table-scroll{overflow-x:auto;border-radius:var(--radius-xl);background:var(--bg-surface);box-shadow:0 0 0 1px rgba(68, 128, 244, 0.04), 0 8px 32px rgba(0, 0, 0, 0.3)}.cms-block--comparison .comparison__table-scroll::-webkit-scrollbar{height:6px}.cms-block--comparison .comparison__table-scroll::-webkit-scrollbar-track{background:transparent}.cms-block--comparison .comparison__table-scroll::-webkit-scrollbar-thumb{background:rgba(255, 255, 255, 0.1);border-radius:3px}.cms-block--comparison .comparison__table{width:100%;border-collapse:collapse;font-size:13px;white-space:nowrap}.cms-block--comparison .comparison__table thead tr{background:rgba(0, 0, 0, 0.4)}.cms-block--comparison .comparison__th-feature{padding:14px 18px;text-align:left;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:0.06em;color:var(--text-tertiary);border-bottom:1px solid var(--border)}.cms-block--comparison .comparison__th-cms{padding:14px 16px;text-align:center;font-size:12px;font-weight:600;color:var(--text-secondary);border-bottom:1px solid var(--border);min-width:90px}.cms-block--comparison .comparison__th-templite{color:var(--primary);position:relative}.cms-block--comparison .comparison__th-templite::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:40px;height:2px;background:var(--primary);border-radius:1px}.cms-block--comparison .comparison__table tbody tr{border-bottom:1px solid rgba(255, 255, 255, 0.04);transition:background 0.15s}.cms-block--comparison .comparison__table tbody tr:last-child{border-bottom:none}.cms-block--comparison .comparison__table tbody tr:hover{background:rgba(255, 255, 255, 0.02)}.cms-block--comparison .comparison__feat-name{padding:12px 18px;font-weight:500;color:var(--text-primary)}.cms-block--comparison .comparison__table tbody td{padding:12px 16px;text-align:center}.cms-block--comparison .comparison__td-templite{background:rgba(68, 128, 244, 0.04);position:relative}.cms-block--comparison .comparison__td-templite::before,.cms-block--comparison .comparison__td-templite::after{content:"";position:absolute;top:0;bottom:0;width:1px;background:rgba(68, 128, 244, 0.1)}.cms-block--comparison .comparison__td-templite::before{left:0}.cms-block--comparison .comparison__td-templite::after{right:0}.cms-block--comparison .comparison__th-templite{background:rgba(68, 128, 244, 0.08)}.cms-block--comparison .comparison__val-yes,.cms-block--comparison .comparison__val-no,.cms-block--comparison .comparison__val-partial{display:inline-block;width:18px;height:18px;border-radius:50%;position:relative}.cms-block--comparison .comparison__val-yes{background:rgba(16, 185, 129, 0.15);border:1.5px solid #10b981}.cms-block--comparison .comparison__val-yes::after{content:"";position:absolute;top:4px;left:3.5px;width:9px;height:5px;border-left:2px solid #10b981;border-bottom:2px solid #10b981;transform:rotate(-45deg)}.cms-block--comparison .comparison__val-partial{background:rgba(245, 158, 11, 0.12);border:1.5px solid #f59e0b}.cms-block--comparison .comparison__val-partial::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:8px;height:2px;background:#f59e0b;border-radius:1px}.cms-block--comparison .comparison__val-no{background:rgba(239, 68, 68, 0.1);border:1.5px solid rgba(239, 68, 68, 0.5)}.cms-block--comparison .comparison__val-no::before,.cms-block--comparison .comparison__val-no::after{content:"";position:absolute;top:50%;left:50%;width:8px;height:2px;background:rgba(239, 68, 68, 0.7);border-radius:1px}.cms-block--comparison .comparison__val-no::before{transform:translate(-50%, -50%) rotate(45deg)}.cms-block--comparison .comparison__val-no::after{transform:translate(-50%, -50%) rotate(-45deg)}.cms-block--comparison .comparison__val-text{font-size:12px;font-weight:600;color:var(--text-primary)}.cms-block--comparison .comparison__val-dim{color:var(--text-tertiary);font-weight:400}.cms-block--comparison .comparison__val-free{color:#10b981}.cms-block--comparison .comparison__legend{display:flex;gap:24px;padding:14px 18px;justify-content:flex-end}.cms-block--comparison .comparison__legend-item{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--text-tertiary)}.cms-block--comparison .comparison__legend-item .comparison__val-yes,.cms-block--comparison .comparison__legend-item .comparison__val-partial,.cms-block--comparison .comparison__legend-item .comparison__val-no{width:14px;height:14px}.cms-block--comparison .comparison__legend-item .comparison__val-yes::after{top:3px;left:2.5px;width:7px;height:4px}.cms-block--comparison .comparison__legend-item .comparison__val-partial::after{width:6px}.cms-block--comparison .comparison__legend-item .comparison__val-no::before,.cms-block--comparison .comparison__legend-item .comparison__val-no::after{width:6px}@media (max-width:1200px){.cms-block--comparison .comparison{padding-left:60px;padding-right:60px}.cms-block--comparison .comparison__advantages{flex:0 0 280px}}@media (max-width:900px){.cms-block--comparison .comparison{padding:64px 24px}.cms-block--comparison .comparison__layout{flex-direction:column;gap:40px;margin-top:48px}.cms-block--comparison .comparison__advantages{flex:none;width:100%;position:static;flex-direction:row;flex-wrap:wrap;gap:12px}.cms-block--comparison .comparison__adv-item{flex:1 1 calc(50% - 6px);min-width:240px}}@media (max-width:600px){.cms-block--comparison .comparison__advantages{flex-direction:column}.cms-block--comparison .comparison__adv-item{flex:none;width:100%}.cms-block--comparison .comparison__th-cms{min-width:75px;padding:12px 8px;font-size:11px}.cms-block--comparison .comparison__feat-name{padding:10px 12px;font-size:12px}.cms-block--comparison .comparison__table tbody td{padding:10px 8px}}
/* Block: mcp */
.cms-block--mcp{}.cms-block--mcp .mcp-section{padding:100px 160px;position:relative;overflow:hidden}.cms-block--mcp .mcp-section::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse 70% 50% at 80% 20%, rgba(72, 252, 253, 0.05) 0%, transparent 70%), radial-gradient(ellipse 50% 60% at 20% 80%, rgba(68, 128, 244, 0.04) 0%, transparent 70%);pointer-events:none}.cms-block--mcp .mcp-section__layout{display:flex;gap:64px;align-items:flex-start;position:relative;z-index:1}.cms-block--mcp .mcp-section__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:40px;padding-top:16px}.cms-block--mcp .mcp-section__features{list-style:none;display:flex;flex-direction:column;gap:24px}.cms-block--mcp .mcp-section__features li{display:flex;gap:14px;align-items:flex-start}.cms-block--mcp .mcp-section__feat-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-md);background:rgba(68, 128, 244, 0.1);flex-shrink:0}.cms-block--mcp .mcp-section__feat-icon svg{width:18px;height:18px;stroke:var(--primary);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cms-block--mcp .mcp-section__feat-text{display:flex;flex-direction:column;gap:3px}.cms-block--mcp .mcp-section__feat-text strong{font-size:14px;font-weight:600;color:var(--text-primary)}.cms-block--mcp .mcp-section__feat-text span{font-size:13px;font-weight:400;line-height:1.5;color:var(--text-tertiary)}.cms-block--mcp .mcp-section__demo{flex:1.1;min-width:0}.cms-block--mcp .mcp-chat{border-radius:var(--radius-xl);overflow:hidden;background:var(--bg-surface);box-shadow:0 0 0 1px rgba(68, 128, 244, 0.05), 0 8px 40px rgba(0, 0, 0, 0.4)}.cms-block--mcp .mcp-chat__header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:rgba(0, 0, 0, 0.6);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255, 255, 255, 0.06)}.cms-block--mcp .mcp-chat__header-left{display:flex;align-items:center;gap:8px}.cms-block--mcp .mcp-chat__dot{width:7px;height:7px;border-radius:50%;animation:mcpPulse 2s ease-in-out infinite}@keyframes mcpPulse{0%,100%{opacity:1}50%{opacity:0.4}}.cms-block--mcp .mcp-chat__title{font-family:var(--font-mono);font-size:12px;color:var(--text-secondary)}.cms-block--mcp .mcp-chat__replay{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:none;background:transparent;cursor:pointer;transition:all 0.15s}.cms-block--mcp .mcp-chat__replay svg{width:14px;height:14px;stroke:var(--text-tertiary);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:stroke 0.15s}.cms-block--mcp .mcp-chat__replay:hover{background:rgba(255, 255, 255, 0.08)}.cms-block--mcp .mcp-chat__replay:hover svg{stroke:var(--primary)}.cms-block--mcp .mcp-chat__body{padding:20px;height:420px;overflow-y:auto}.cms-block--mcp .mcp-chat__body::-webkit-scrollbar{width:4px}.cms-block--mcp .mcp-chat__body::-webkit-scrollbar-thumb{background:rgba(255, 255, 255, 0.08);border-radius:2px}.cms-block--mcp .mcp-chat__messages{display:flex;flex-direction:column;gap:16px;min-height:100%;justify-content:flex-end}.cms-block--mcp .mcp-msg--user{display:flex;justify-content:flex-end}.cms-block--mcp .mcp-msg__bubble--user{max-width:85%;padding:10px 14px;border-radius:12px 12px 2px 12px;background:rgba(68, 128, 244, 0.15);border:1px solid rgba(68, 128, 244, 0.25);font-size:13px;line-height:1.5;color:var(--text-primary)}.cms-block--mcp .mcp-msg--ai{display:flex;flex-direction:column;gap:8px}.cms-block--mcp .mcp-msg__label{font-family:var(--font-mono);font-size:10px;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:0.08em}.cms-block--mcp .mcp-msg__text{font-size:13px;line-height:1.5;color:var(--text-secondary)}.cms-block--mcp .mcp-tool-call{border-radius:var(--radius-md);border:1px solid rgba(68, 128, 244, 0.15);background:rgba(68, 128, 244, 0.03);overflow:hidden}.cms-block--mcp .mcp-tool-call__header{display:flex;align-items:center;gap:8px;padding:8px 12px;background:rgba(68, 128, 244, 0.05);border-bottom:1px solid rgba(68, 128, 244, 0.1)}.cms-block--mcp .mcp-tool-call__icon{width:14px;height:14px}.cms-block--mcp .mcp-tool-call__icon svg{width:14px;height:14px;stroke:var(--primary);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cms-block--mcp .mcp-tool-call__name{font-family:var(--font-mono);font-size:12px;font-weight:600;color:var(--primary)}.cms-block--mcp .mcp-tool-call__status{margin-left:auto;font-family:var(--font-mono);font-size:10px;display:flex;align-items:center;gap:4px}.cms-block--mcp .mcp-tool-call__status.success{color:#10b981}.cms-block--mcp .mcp-tool-call__status.running{color:#f59e0b}.cms-block--mcp .mcp-tool-call__status-dot{width:5px;height:5px;border-radius:50%;background:currentColor}.cms-block--mcp .mcp-tool-call__body{padding:8px 12px}.cms-block--mcp .mcp-tool-call__params{font-family:var(--font-mono);font-size:11px;line-height:1.6;color:var(--text-tertiary)}.cms-block--mcp .mcp-tool-call__params .mcp-key{color:var(--text-secondary)}.cms-block--mcp .mcp-tool-call__params .mcp-str{color:#10b981}.cms-block--mcp .mcp-tool-call__params .mcp-num{color:#f59e0b}.cms-block--mcp .mcp-typing{display:flex;gap:4px;padding:6px 0}.cms-block--mcp .mcp-typing__dot{width:6px;height:6px;border-radius:50%;background:var(--text-tertiary);animation:mcpTyping 1.2s ease-in-out infinite}.cms-block--mcp .mcp-typing__dot:nth-child(2){animation-delay:0.15s}.cms-block--mcp .mcp-typing__dot:nth-child(3){animation-delay:0.3s}@keyframes mcpTyping{0%,60%,100%{opacity:0.2;transform:scale(0.8)}30%{opacity:1;transform:scale(1)}}.cms-block--mcp .mcp-chat__input-bar{display:flex;align-items:center;padding:12px 16px;border-top:1px solid rgba(255, 255, 255, 0.06);background:rgba(0, 0, 0, 0.3);gap:10px}.cms-block--mcp .mcp-chat__input-text{flex:1;font-size:12px;color:var(--text-tertiary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cms-block--mcp .mcp-chat__send{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;background:rgba(68, 128, 244, 0.1);flex-shrink:0}.cms-block--mcp .mcp-chat__send svg{width:13px;height:13px;stroke:var(--primary);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cms-block--mcp [data-theme="light"] .mcp-chat{--bg-surface: #111827;--bg-surface-elevated: #1A2235;--border: #1E293B;--primary: #4480f4;--accent: #48fcfd;--text-primary: #F1F5F9;--text-secondary: #94A3B8;--text-tertiary: #64748B;--text-code: #E2E8F0;box-shadow:0 0 0 1px rgba(68, 128, 244, 0.08), 0 8px 40px rgba(0, 0, 0, 0.25)}.cms-block--mcp .mcp-fade-in{animation:mcpFadeIn 0.3s ease-out forwards}@keyframes mcpFadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){.cms-block--mcp .mcp-section{padding-left:60px;padding-right:60px}}@media (max-width:900px){.cms-block--mcp .mcp-section{padding:64px 24px}.cms-block--mcp .mcp-section__layout{flex-direction:column;gap:40px}.cms-block--mcp .mcp-section__info{flex:none;width:100%}.cms-block--mcp .mcp-section__demo{flex:none;width:100%}}@media (max-width:600px){.cms-block--mcp .mcp-chat__body{height:360px;padding:14px}}
/* Block: footer */
.cms-block--footer .footer{padding:40px 160px;background:var(--bg-surface);border-top:1px solid var(--border)}.cms-block--footer .footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.cms-block--footer .footer-brand{display:flex;align-items:center;gap:24px}.cms-block--footer .footer-logo img{height:32px;display:block;opacity:0.85}.cms-block--footer .footer-tagline{font-size:13px;line-height:1.55;color:var(--text-tertiary)}.cms-block--footer .footer-socials{display:flex;align-items:center;gap:12px}.cms-block--footer .footer-socials a{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:var(--radius-md);color:var(--text-tertiary);border:1px solid var(--border);transition:color 0.2s, border-color 0.2s}.cms-block--footer .footer-socials a:hover{color:var(--text-primary);border-color:var(--overlay-15)}.cms-block--footer .footer-socials svg{width:16px;height:16px;display:block}.cms-block--footer .footer-copy{font-size:12px;color:var(--text-tertiary);white-space:nowrap}@media (max-width:1200px){.cms-block--footer .footer{padding-left:60px;padding-right:60px}}@media (max-width:900px){.cms-block--footer .footer{padding:32px 24px}.cms-block--footer .footer-inner{flex-direction:column;align-items:flex-start;gap:16px}.cms-block--footer .footer-brand{flex-direction:column;align-items:flex-start;gap:12px}.cms-block--footer .footer-copy{align-self:flex-start}}