@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap";:root{--font-family: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", "Courier New", monospace;--color-bg-primary: #000000;--color-bg-secondary: #0a0a0a;--color-bg-tertiary: #141414;--color-surface: rgba(255, 255, 255, .03);--color-surface-hover: rgba(255, 255, 255, .06);--color-text-primary: rgba(255, 255, 255, .95);--color-text-secondary: rgba(255, 255, 255, .65);--color-text-tertiary: rgba(255, 255, 255, .45);--color-border: rgba(255, 255, 255, .08);--color-border-hover: rgba(255, 255, 255, .15);--color-primary: #e5e5e5;--color-primary-light: #ffffff;--color-primary-dark: #a3a3a3;--color-accent: #737373;--color-accent-light: #a3a3a3;--gradient-primary: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);--gradient-accent: linear-gradient(135deg, #262626 0%, #404040 100%);--gradient-success: linear-gradient(135deg, #1f1f1f 0%, #2a2a2a 100%);--gradient-warm: linear-gradient(135deg, #262626 0%, #333333 100%);--gradient-cool: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .3);--shadow-md: 0 4px 16px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .5);--shadow-glow: 0 0 20px rgba(255, 255, 255, .08);--shadow-glow-accent: 0 0 20px rgba(255, 255, 255, .05);--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--transition-fast: .15s ease;--transition-base: .25s ease;--transition-slow: .35s ease;--glass-bg: rgba(255, 255, 255, .05);--glass-border: rgba(255, 255, 255, .1);--glass-blur: 12px;font-family:var(--font-family);line-height:1.6;font-weight:400;color-scheme:dark;color:var(--color-text-primary);background:var(--color-bg-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=light]{--color-bg-primary: #f8f9fa;--color-bg-secondary: #ffffff;--color-bg-tertiary: #f1f3f5;--color-surface: rgba(0, 0, 0, .03);--color-surface-hover: rgba(0, 0, 0, .06);--color-text-primary: rgba(0, 0, 0, .9);--color-text-secondary: rgba(0, 0, 0, .7);--color-text-tertiary: rgba(0, 0, 0, .5);--color-border: rgba(0, 0, 0, .1);--color-border-hover: rgba(0, 0, 0, .2);--glass-bg: rgba(255, 255, 255, .7);--glass-border: rgba(0, 0, 0, .1);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .05);--shadow-md: 0 4px 16px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .15);color-scheme:light}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(ellipse at top,#0f0f0f,#000 50%);background-attachment:fixed;transition:background var(--transition-slow)}[data-theme=light] body{background:radial-gradient(ellipse at top,#e5e7eb,#f8f9fa 50%)}#root{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg-secondary)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb:hover{background:var(--color-border-hover)}.glass{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border)}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes glow{0%,to{box-shadow:var(--shadow-glow)}50%{box-shadow:0 0 30px #ffffff1f}}button{border-radius:var(--radius-md);border:1px solid var(--color-border);padding:.6em 1.2em;font-size:.9rem;font-weight:500;font-family:var(--font-family);background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));color:var(--color-text-primary);cursor:pointer;transition:all var(--transition-base)}button:hover{border-color:var(--color-primary);background:var(--color-surface-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}button:active{transform:translateY(0)}button:focus,button:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}._landing_zdl3v_3{min-height:100vh;background:var(--color-bg-primary);color:var(--color-text-primary);overflow-x:hidden;overflow-y:auto}._nav_zdl3v_12{position:fixed;top:0;left:0;right:0;z-index:100;background:#000000d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border)}._navContent_zdl3v_23{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}._logo_zdl3v_32{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600}._logoIcon_zdl3v_40{font-size:1.5rem;margin-top:.5rem;color:var(--color-primary)}._logoText_zdl3v_49{letter-spacing:-.02em}._navLinks_zdl3v_53{display:flex;align-items:center;gap:2rem}._navLink_zdl3v_53{color:var(--color-text-secondary);text-decoration:none;font-size:.9rem;transition:color var(--transition-fast)}._navLink_zdl3v_53:hover{color:var(--color-text-primary)}._navCta_zdl3v_70{padding:.5rem 1rem;background:var(--color-primary);color:#000;border-radius:var(--radius-md);text-decoration:none;font-size:.9rem;font-weight:500;transition:all var(--transition-fast)}._navCta_zdl3v_70:hover{background:var(--color-primary-light);transform:translateY(-1px)}._hero_zdl3v_87{min-height:100vh;display:flex;align-items:center;padding:7rem 2rem 4rem}._heroContent_zdl3v_94{max-width:1400px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}._heroLeft_zdl3v_105{display:flex;flex-direction:column;gap:1.5rem}._heroTitle_zdl3v_111{font-size:clamp(2.25rem,4vw,3.5rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin:0;word-wrap:break-word;overflow-wrap:break-word}._heroTitleAccent_zdl3v_121{color:var(--color-primary);display:block}._heroSubtitle_zdl3v_126{font-size:1.125rem;color:var(--color-text-secondary);line-height:1.7;margin:0}._heroCtas_zdl3v_133{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;margin-top:.5rem}._primaryBtn_zdl3v_141{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:var(--color-primary);color:#000;border-radius:var(--radius-md);text-decoration:none;font-size:1rem;font-weight:600;transition:all var(--transition-fast);box-shadow:0 4px 14px #ffffff26}._primaryBtn_zdl3v_141:hover{background:var(--color-primary-light);transform:translateY(-2px);box-shadow:0 6px 20px #ffffff40}._secondaryLink_zdl3v_162{color:var(--color-text-secondary);text-decoration:none;font-size:.95rem;transition:color var(--transition-fast);border-bottom:1px dashed var(--color-border);padding-bottom:2px}._secondaryLink_zdl3v_162:hover{color:var(--color-primary);border-color:var(--color-primary)}._heroStats_zdl3v_177{display:flex;gap:2rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}._stat_zdl3v_185{display:flex;flex-direction:column;gap:.25rem}._statValue_zdl3v_191{font-size:1.5rem;font-weight:700;color:var(--color-primary)}._statLabel_zdl3v_197{font-size:.8rem;color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.05em}._heroRight_zdl3v_205{display:flex;justify-content:center;align-items:center}._demoContainer_zdl3v_211{display:flex;align-items:center;gap:1.25rem;width:100%}._codePreview_zdl3v_218,._diagramPreview_zdl3v_227{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;flex:1;min-width:0}._codeHeader_zdl3v_236{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--color-bg-tertiary);border-bottom:1px solid var(--color-border)}._codeDot_zdl3v_245{width:10px;height:10px;border-radius:50%;background:var(--color-border)}._codeDot_zdl3v_245:nth-child(1){background:#ff5f56}._codeDot_zdl3v_245:nth-child(2){background:#ffbd2e}._codeDot_zdl3v_245:nth-child(3){background:#27c93f}._codeFilename_zdl3v_264{margin-left:auto;font-size:.75rem;color:var(--color-text-tertiary);font-family:var(--font-mono)}._codeContent_zdl3v_271{padding:1.25rem;font-family:var(--font-mono);font-size:.8rem;line-height:1.8;color:var(--color-text-secondary);margin:0;overflow-x:auto}._arrowConnector_zdl3v_281{color:var(--color-primary);animation:_pulse_zdl3v_1 2s infinite;flex-shrink:0}._diagramHeader_zdl3v_287{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--color-bg-tertiary);border-bottom:1px solid var(--color-border)}._diagramLabel_zdl3v_296{font-size:.75rem;color:var(--color-text-tertiary);font-weight:500}._diagramBadge_zdl3v_302{font-size:.65rem;padding:.2rem .5rem;background:#ffffff1a;color:var(--color-primary);border-radius:var(--radius-sm);font-weight:600;text-transform:uppercase;letter-spacing:.05em}._diagramCanvas_zdl3v_313{padding:1rem;display:flex;align-items:center;justify-content:center;min-height:200px}._diagramSvg_zdl3v_321{width:100%;max-width:200px;height:auto;color:var(--color-text-secondary)}._sectionContent_zdl3v_329{max-width:1200px;margin:0 auto;padding:0 2rem}._sectionTitle_zdl3v_335{font-size:2rem;font-weight:700;text-align:center;margin-bottom:3rem;letter-spacing:-.02em}._howItWorks_zdl3v_344{padding:5rem 0;background:var(--color-bg-secondary);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}._steps_zdl3v_351{display:flex;align-items:flex-start;justify-content:center;gap:1rem;flex-wrap:wrap}._step_zdl3v_351{text-align:center;max-width:180px}._stepNumber_zdl3v_364{width:48px;height:48px;border-radius:50%;background:var(--color-primary);color:#000;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin:0 auto 1rem}._stepTitle_zdl3v_378{font-size:1rem;font-weight:600;margin-bottom:.5rem}._stepDesc_zdl3v_384{font-size:.85rem;color:var(--color-text-secondary);line-height:1.5}._stepConnector_zdl3v_390{width:40px;height:2px;background:var(--color-border);margin-top:24px;flex-shrink:0}._dslSection_zdl3v_399{padding:5rem 0}._dslShowcase_zdl3v_403{max-width:600px;margin:0 auto}._dslCode_zdl3v_408{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:1.5rem}._dslCaption_zdl3v_416{text-align:center;color:var(--color-text-tertiary);font-size:.95rem;font-style:italic}._features_zdl3v_424{padding:5rem 0;background:var(--color-bg-secondary);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}._featureGrid_zdl3v_431{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}._featureCard_zdl3v_437{background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.75rem;transition:all var(--transition-base)}._featureCard_zdl3v_437:hover{border-color:var(--color-primary);transform:translateY(-4px);box-shadow:var(--shadow-lg)}._featureIcon_zdl3v_451{width:48px;height:48px;border-radius:var(--radius-md);background:#ffffff0f;color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}._featureTitle_zdl3v_463{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}._featureDesc_zdl3v_469{font-size:.9rem;color:var(--color-text-secondary);line-height:1.5}._comparison_zdl3v_476{padding:5rem 0}._comparisonGrid_zdl3v_480{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:800px;margin:0 auto}._comparisonColumn_zdl3v_488{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2rem}._comparisonHeader_zdl3v_495{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}._checkBadge_zdl3v_504,._xBadge_zdl3v_505{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center}._checkBadge_zdl3v_504{background:#22c55e26;color:#22c55e}._xBadge_zdl3v_505{background:#ef444426;color:#ef4444}._comparisonList_zdl3v_524,._comparisonListNot_zdl3v_525{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}._comparisonList_zdl3v_524 li,._comparisonListNot_zdl3v_525 li{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:var(--color-text-secondary)}._comparisonList_zdl3v_524 li svg{color:#22c55e;flex-shrink:0}._comparisonListNot_zdl3v_525 li svg{color:#ef4444;flex-shrink:0}._finalCta_zdl3v_554{padding:6rem 0;text-align:center;background:linear-gradient(to bottom,var(--color-bg-primary),var(--color-bg-secondary));border-top:1px solid var(--color-border)}._ctaTitle_zdl3v_561{font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;margin-bottom:2rem;letter-spacing:-.02em}._ctaAccent_zdl3v_569{color:var(--color-primary)}._ctaButton_zdl3v_573{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2.5rem;background:var(--color-primary);color:#000;border-radius:var(--radius-md);text-decoration:none;font-size:1.125rem;font-weight:600;transition:all var(--transition-fast);box-shadow:0 4px 20px #ffffff26}._ctaButton_zdl3v_573:hover{background:var(--color-primary-light);transform:translateY(-3px);box-shadow:0 8px 30px #ffffff40}._footer_zdl3v_595{padding:2rem 0;border-top:1px solid var(--color-border);background:var(--color-bg-secondary)}._footerContent_zdl3v_601{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}._footerLogo_zdl3v_612{display:flex;align-items:center;gap:.5rem;font-weight:600}._footerText_zdl3v_619{color:var(--color-text-tertiary);font-size:.875rem}@media(max-width:1024px){._heroContent_zdl3v_94{grid-template-columns:1fr;gap:3rem}._heroLeft_zdl3v_105{text-align:center;align-items:center}._heroSubtitle_zdl3v_126{max-width:600px}._heroStats_zdl3v_177{justify-content:center}._demoContainer_zdl3v_211{flex-direction:column}._arrowConnector_zdl3v_281{transform:rotate(90deg)}._codePreview_zdl3v_218,._diagramPreview_zdl3v_227{width:100%;max-width:450px}._comparisonGrid_zdl3v_480{max-width:100%;width:100%}}@media(max-width:768px){._navContent_zdl3v_23{padding:.75rem 1.5rem}._navLinks_zdl3v_53{gap:1rem}._navLink_zdl3v_53{font-size:.85rem}._navCta_zdl3v_70{padding:.4rem .75rem;font-size:.85rem}._hero_zdl3v_87{padding:5rem 1.5rem 3rem}._heroTitle_zdl3v_111{font-size:2rem}._heroSubtitle_zdl3v_126{font-size:1rem}._primaryBtn_zdl3v_141{padding:.75rem 1.5rem;font-size:.95rem}._heroStats_zdl3v_177{gap:1.5rem}._stat_zdl3v_185{align-items:center}._statValue_zdl3v_191{font-size:1.25rem}._statLabel_zdl3v_197{font-size:.7rem}._codeContent_zdl3v_271{font-size:.75rem;padding:1rem}._sectionTitle_zdl3v_335{font-size:1.5rem;margin-bottom:2rem}._stepConnector_zdl3v_390{display:none}._steps_zdl3v_351{flex-direction:column;align-items:center;gap:2rem}._step_zdl3v_351{max-width:280px}._stepNumber_zdl3v_364{width:40px;height:40px;font-size:1rem}._sectionContent_zdl3v_329{padding:0 1.5rem}._featureGrid_zdl3v_431{grid-template-columns:1fr 1fr;gap:1rem}._featureCard_zdl3v_437{padding:1.25rem}._comparisonGrid_zdl3v_480{grid-template-columns:1fr;gap:1.5rem}._comparisonColumn_zdl3v_488{padding:1.5rem}._ctaTitle_zdl3v_561{font-size:1.75rem}._ctaButton_zdl3v_573{padding:.875rem 2rem;font-size:1rem}._footerContent_zdl3v_601{flex-direction:column;text-align:center;gap:.75rem}._howItWorks_zdl3v_344,._features_zdl3v_424,._dslSection_zdl3v_399,._comparison_zdl3v_476{padding:3.5rem 0}._finalCta_zdl3v_554{padding:4rem 0}}@media(max-width:480px){._logo_zdl3v_32{font-size:1.1rem}._logoIcon_zdl3v_40{font-size:1.25rem}._navLinks_zdl3v_53{gap:.75rem}._navLink_zdl3v_53{display:none}._hero_zdl3v_87{padding:4.5rem 1rem 2rem}._heroTitle_zdl3v_111{font-size:1.75rem}._heroSubtitle_zdl3v_126{font-size:.95rem;line-height:1.6}._heroCtas_zdl3v_133{flex-direction:column;gap:1rem;width:100%}._primaryBtn_zdl3v_141{width:100%;justify-content:center}._heroStats_zdl3v_177{gap:1rem;flex-wrap:wrap;justify-content:center}._stat_zdl3v_185{min-width:70px}._heroRight_zdl3v_205{width:100%}._demoContainer_zdl3v_211{flex-direction:column;align-items:center;gap:1rem}._codePreview_zdl3v_218,._diagramPreview_zdl3v_227{max-width:100%;width:100%}._codeContent_zdl3v_271{font-size:.7rem;line-height:1.6;padding:.875rem}._diagramCanvas_zdl3v_313{min-height:180px}._diagramSvg_zdl3v_321{max-width:180px}._featureGrid_zdl3v_431{grid-template-columns:1fr}._featureCard_zdl3v_437{padding:1.25rem}._featureIcon_zdl3v_451{width:40px;height:40px}._featureTitle_zdl3v_463{font-size:1rem}._featureDesc_zdl3v_469{font-size:.85rem}._dslShowcase_zdl3v_403{max-width:100%;width:100%}._sectionTitle_zdl3v_335{font-size:1.35rem}._ctaTitle_zdl3v_561{font-size:1.5rem}._ctaButton_zdl3v_573{width:100%;justify-content:center}}@media(max-width:380px){._navContent_zdl3v_23{padding:.6rem 1rem}._logo_zdl3v_32{font-size:1rem}._logoIcon_zdl3v_40{font-size:1.1rem}._navCta_zdl3v_70{padding:.35rem .6rem;font-size:.8rem}._hero_zdl3v_87{padding:4rem .875rem 2rem}._heroTitle_zdl3v_111{font-size:1.5rem;line-height:1.25;text-align:center}._heroTitleAccent_zdl3v_121{display:block;margin-top:.25rem}._heroSubtitle_zdl3v_126{font-size:.875rem;text-align:center}._primaryBtn_zdl3v_141{padding:.7rem 1.25rem;font-size:.9rem}._secondaryLink_zdl3v_162{font-size:.85rem;white-space:nowrap}._heroStats_zdl3v_177{gap:.875rem;padding-top:1rem;margin-top:1rem}._statValue_zdl3v_191{font-size:1.1rem}._statLabel_zdl3v_197{font-size:.65rem}._codeHeader_zdl3v_236{padding:.5rem .75rem}._codeDot_zdl3v_245{width:8px;height:8px}._codeFilename_zdl3v_264{font-size:.65rem}._codeContent_zdl3v_271{font-size:.65rem;padding:.75rem;line-height:1.5}._diagramHeader_zdl3v_287{padding:.5rem .75rem}._diagramLabel_zdl3v_296{font-size:.65rem}._diagramBadge_zdl3v_302{font-size:.55rem;padding:.15rem .4rem}._diagramCanvas_zdl3v_313{padding:.75rem;min-height:160px}._diagramSvg_zdl3v_321{max-width:160px}._arrowConnector_zdl3v_281 svg{width:32px;height:32px}._sectionContent_zdl3v_329{padding:0 1rem}._sectionTitle_zdl3v_335{font-size:1.25rem;margin-bottom:1.5rem}._howItWorks_zdl3v_344,._features_zdl3v_424,._dslSection_zdl3v_399,._comparison_zdl3v_476{padding:2.5rem 0}._step_zdl3v_351{max-width:100%;width:100%}._stepNumber_zdl3v_364{width:36px;height:36px;font-size:.9rem;margin-bottom:.75rem}._stepTitle_zdl3v_378{font-size:.9rem}._stepDesc_zdl3v_384{font-size:.8rem}._featureCard_zdl3v_437{padding:1rem}._featureIcon_zdl3v_451{width:36px;height:36px;margin-bottom:.75rem}._featureIcon_zdl3v_451 svg{width:18px;height:18px}._featureTitle_zdl3v_463{font-size:.95rem}._featureDesc_zdl3v_469{font-size:.8rem}._comparisonColumn_zdl3v_488{padding:1.25rem}._comparisonHeader_zdl3v_495{font-size:1rem;gap:.5rem}._checkBadge_zdl3v_504,._xBadge_zdl3v_505{width:24px;height:24px}._comparisonList_zdl3v_524 li,._comparisonListNot_zdl3v_525 li{font-size:.85rem;gap:.5rem}._finalCta_zdl3v_554{padding:3rem 0}._ctaTitle_zdl3v_561{font-size:1.35rem}._ctaButton_zdl3v_573{padding:.75rem 1.5rem;font-size:.9rem}._footer_zdl3v_595{padding:1.5rem 0}._footerLogo_zdl3v_612{font-size:.9rem}._footerText_zdl3v_619{font-size:.75rem}}._panel_1x93e_1{display:flex;flex-direction:column;height:100%;background:linear-gradient(180deg,#0a0a0af2,#050505fa);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);animation:_slideInLeft_1x93e_1 .6s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}._panel_1x93e_1:before{content:"";position:absolute;top:0;left:0;right:0;height:150px;background:linear-gradient(180deg,rgba(255,255,255,.02) 0%,transparent 100%);pointer-events:none;z-index:0}._header_1x93e_31{padding:var(--spacing-lg) var(--spacing-xl);border-bottom:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;background:linear-gradient(90deg,rgba(255,255,255,.03) 0%,transparent 50%,rgba(255,255,255,.02) 100%);position:relative;z-index:1}._header_1x93e_31:after{content:"";position:absolute;bottom:0;left:var(--spacing-xl);width:80px;height:2px;background:linear-gradient(90deg,var(--color-primary) 0%,var(--color-accent-light) 100%);border-radius:2px;opacity:.6}._title_1x93e_60{font-size:1.25rem;font-weight:700;margin:0;background:linear-gradient(135deg,var(--color-text-primary) 0%,rgba(255,255,255,.8) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em;display:flex;align-items:center;gap:var(--spacing-sm)}._title_1x93e_60:before{content:"⌘";font-size:.9rem;padding:.35rem .5rem;background:linear-gradient(135deg,#ffffff14,#ffffff0a);border-radius:var(--radius-sm);-webkit-text-fill-color:var(--color-primary-light)}._stats_1x93e_87{display:flex;gap:var(--spacing-md)}._stat_1x93e_87{font-size:.8rem;color:var(--color-text-tertiary);font-weight:500;padding:.35rem .75rem;background:#ffffff08;border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,.05);transition:all var(--transition-fast)}._stat_1x93e_87:hover{background:#ffffff0f;border-color:#ffffff1f}._statLabel_1x93e_108{color:var(--color-text-tertiary);font-weight:400;margin-right:.25rem}._editorContainer_1x93e_114{position:relative;flex:1;border:none;overflow:hidden;isolation:isolate;background:linear-gradient(135deg,#050505f2,#0a0a0afa);margin:var(--spacing-md);margin-top:var(--spacing-sm);border-radius:var(--radius-lg)}._highlightLayer_1x93e_132,._editor_1x93e_114{position:absolute;inset:0;width:100%;height:100%;padding:var(--spacing-sm) var(--spacing-lg);padding-left:calc(48px + var(--spacing-md));font-family:"JetBrains Mono","Fira Code",var(--font-mono);font-size:14px;line-height:1.6;white-space:pre-wrap;word-wrap:break-word;tab-size:4;-moz-tab-size:4;overflow-wrap:break-word;letter-spacing:.01em}._highlightLayer_1x93e_132{pointer-events:none;overflow:hidden;color:var(--color-text-primary);z-index:1}._highlightLayer_1x93e_132 .line{position:relative;min-height:1.6em;padding:0;transition:background var(--transition-fast)}._highlightLayer_1x93e_132 .line:hover{background:#ffffff08}._highlightLayer_1x93e_132 .line-number{position:absolute;left:calc(-48px - var(--spacing-xl) + 8px);width:32px;color:#85859680;-webkit-user-select:none;user-select:none;text-align:right;font-size:13px;font-weight:400;line-height:1.6;transition:color var(--transition-fast)}._highlightLayer_1x93e_132 .line:hover .line-number{color:#858596e6}._highlightLayer_1x93e_132 .keyword{color:#c586c0;font-weight:500}._highlightLayer_1x93e_132 .string{color:#ce9178}._highlightLayer_1x93e_132 .arrow{color:#569cd6;font-weight:500}._editor_1x93e_114{z-index:2;background:transparent;border:none;outline:none;resize:none;color:transparent;caret-color:#aeafad}._editor_1x93e_114::placeholder{color:var(--color-text-tertiary);opacity:.5;font-style:italic}._editor_1x93e_114:focus{background:transparent}._editor_1x93e_114::-webkit-scrollbar{width:10px;height:10px}._editor_1x93e_114::-webkit-scrollbar-track{background:#0003;border-radius:8px}._editor_1x93e_114::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#fff3,#ffffff1a);border-radius:8px;background-clip:padding-box}._editor_1x93e_114::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ffffff4d,#fff3)}._panel_1x93e_1:focus-within ._editorContainer_1x93e_114{border-color:#ffffff1f}[data-theme=light] ._panel_1x93e_1{background:linear-gradient(180deg,#f8fafcfa,#f1f5f9fc)}[data-theme=light] ._panel_1x93e_1:before{background:linear-gradient(180deg,rgba(0,0,0,.05) 0%,transparent 100%)}[data-theme=light] ._header_1x93e_31{background:linear-gradient(90deg,rgba(0,0,0,.04) 0%,transparent 50%,rgba(0,0,0,.03) 100%);border-bottom-color:#0000000f}[data-theme=light] ._title_1x93e_60{background:linear-gradient(135deg,#0f172a,#1e293be6);-webkit-background-clip:text;background-clip:text}[data-theme=light] ._stat_1x93e_87{background:#00000008;border-color:#0000000f;color:var(--color-text-secondary)}[data-theme=light] ._editorContainer_1x93e_114{background:linear-gradient(135deg,#fffffff2,#f8fafcfa)}[data-theme=light] ._highlightLayer_1x93e_132 .line-number{color:#64647880}[data-theme=light] ._highlightLayer_1x93e_132 .line:hover .line-number{color:#646478d9}[data-theme=light] ._highlightLayer_1x93e_132 .keyword{color:#af00db}[data-theme=light] ._highlightLayer_1x93e_132 .string{color:#a31515}[data-theme=light] ._highlightLayer_1x93e_132 .arrow{color:#00f}[data-theme=light] ._editor_1x93e_114{caret-color:#000}._container_1x6l6_1{display:flex;flex-direction:column;height:100%;background:linear-gradient(180deg,#0a0a0af2,#050505fa);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);animation:_slideInRight_1x6l6_1 .6s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}._container_1x6l6_1:before{content:"";position:absolute;top:0;left:0;right:0;height:150px;background:linear-gradient(180deg,rgba(255,255,255,.02) 0%,transparent 100%);pointer-events:none;z-index:0}._controls_1x6l6_30{padding:var(--spacing-lg) var(--spacing-xl);border-bottom:1px solid rgba(255,255,255,.06);display:flex;justify-content:flex-end;align-items:center;gap:var(--spacing-sm);background:linear-gradient(90deg,rgba(255,255,255,.03) 0%,transparent 50%,rgba(255,255,255,.02) 100%);position:relative;z-index:10}._downloadButton_1x6l6_45{gap:.4rem;padding:.5rem .9rem;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.15);background:linear-gradient(135deg,#ffffff0f,#ffffff08);color:var(--color-primary-light);font-size:.85rem;font-weight:500;cursor:pointer;transition:all var(--transition-fast);display:flex;align-items:center;letter-spacing:normal}._downloadButton_1x6l6_45:hover{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-color:#ffffff40;transform:translateY(-1px);box-shadow:0 4px 12px #ffffff14}._downloadButton_1x6l6_45:active{transform:translateY(0)}._downloadButton_1x6l6_45:nth-child(2){background:linear-gradient(135deg,#ffffff0f,#ffffff08);box-shadow:none}._downloadButton_1x6l6_45:nth-child(2):hover{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);box-shadow:0 4px 12px #ffffff14}._header_1x6l6_91{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-md)}._title_1x6l6_98{font-size:1.1rem;font-weight:600;margin:0;color:var(--color-text-primary)}._svgContainer_1x6l6_105{position:relative;flex:1;overflow:hidden;isolation:isolate;background:linear-gradient(135deg,#050505f2,#0a0a0afa);margin:var(--spacing-md);margin-top:0;border-radius:var(--radius-lg)}._svgContainer_1x6l6_105:after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at center,rgba(255,255,255,.02) 1px,transparent 1px);background-size:24px 24px;pointer-events:none;opacity:.8}._svg_1x6l6_105{display:block;position:relative;z-index:1}._nodes_1x6l6_140 ._nodeRect_1x6l6_140{transition:all var(--transition-base);cursor:pointer}._nodes_1x6l6_140 ._nodeRect_1x6l6_140:hover{filter:brightness(1.25) saturate(1.1);stroke-width:3}._edges_1x6l6_150 line{transition:all var(--transition-base)}._edges_1x6l6_150 line:hover{stroke-width:3;opacity:1}._emptyState_1x6l6_160{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:var(--spacing-2xl);position:relative;z-index:2}._emptyIcon_1x6l6_172{font-size:4rem;margin-bottom:var(--spacing-lg);opacity:.6;filter:grayscale(.2);animation:_float_1x6l6_1 3s ease-in-out infinite}@keyframes _float_1x6l6_1{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}._emptyTitle_1x6l6_192{font-size:1.4rem;font-weight:700;margin:0 0 var(--spacing-sm) 0;background:linear-gradient(135deg,var(--color-text-primary) 0%,rgba(255,255,255,.7) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._emptyText_1x6l6_204{color:var(--color-text-secondary);margin:0;max-width:320px;line-height:1.6;font-size:.95rem}[data-theme=light] ._svgContainer_1x6l6_105{background:linear-gradient(135deg,#fffffff2,#f8fafcfa);border-color:#00000014;box-shadow:inset 0 1px #fffc,0 4px 24px #00000014}[data-theme=light] ._svgContainer_1x6l6_105:before{background:linear-gradient(135deg,rgba(0,0,0,.06) 0%,transparent 50%,rgba(0,0,0,.03) 100%)}[data-theme=light] ._svgContainer_1x6l6_105:after{background-image:radial-gradient(circle at center,rgba(0,0,0,.04) 1px,transparent 1px)}[data-theme=light] ._emptyTitle_1x6l6_192{background:linear-gradient(135deg,#0f172a,#334155e6);-webkit-background-clip:text;background-clip:text}[data-theme=light] ._container_1x6l6_1{background:linear-gradient(180deg,#f8fafcfa,#f1f5f9fc)}[data-theme=light] ._container_1x6l6_1:before{background:linear-gradient(180deg,rgba(0,0,0,.05) 0%,transparent 100%)}[data-theme=light] ._controls_1x6l6_30{background:linear-gradient(90deg,rgba(0,0,0,.04) 0%,transparent 50%,rgba(0,0,0,.03) 100%)}[data-theme=light] ._downloadButton_1x6l6_45{background:linear-gradient(135deg,#334155e6,#1e293bf2);color:#fff;border-color:#0000001a;box-shadow:0 4px 12px #00000026,inset 0 1px #ffffff1a}[data-theme=light] ._downloadButton_1x6l6_45:hover{background:linear-gradient(135deg,#1e293bf2,#0f172a);box-shadow:0 8px 20px #0003,inset 0 1px #ffffff26}[data-theme=light] ._downloadButton_1x6l6_45:nth-child(2){background:linear-gradient(135deg,#64748be6,#475569f2)}[data-theme=light] ._downloadButton_1x6l6_45:nth-child(2):hover{background:linear-gradient(135deg,#475569f2,#334155)}._helpButton_1ehth_1{display:flex;align-items:center;gap:.4rem;padding:.5rem .9rem;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.15);background:linear-gradient(135deg,#ffffff0f,#ffffff08);color:var(--color-primary-light);font-size:.85rem;font-weight:500;cursor:pointer;transition:all var(--transition-fast)}._helpButton_1ehth_1:hover{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-color:#ffffff40;transform:translateY(-1px);box-shadow:0 4px 12px #ffffff14}._helpButton_1ehth_1 svg{opacity:.9}._overlay_1ehth_32{position:fixed;inset:0;width:100%;height:100%;background:#000000bf;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem;animation:_fadeIn_1ehth_1 .2s ease}@keyframes _fadeIn_1ehth_1{0%{opacity:0}to{opacity:1}}._modal_1ehth_62{background:linear-gradient(180deg,#0a0a0afa,#050505fc);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-xl);width:100%;max-width:700px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:inset 0 1px #ffffff08,0 4px 24px #00000080,0 24px 80px #0009;animation:_slideUp_1ehth_1 .3s cubic-bezier(.16,1,.3,1)}@keyframes _slideUp_1ehth_1{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._modalHeader_1ehth_95{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(90deg,rgba(255,255,255,.03) 0%,transparent 50%,rgba(255,255,255,.02) 100%);position:relative}._modalTitle_1ehth_108{display:flex;align-items:center;gap:.75rem}._modalTitle_1ehth_108 h2{font-size:1.25rem;font-weight:700;margin:0;background:linear-gradient(135deg,#fffffff2,#ffffffbf);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._icon_1ehth_126{font-size:1.5rem}._closeButton_1ehth_130{width:36px;height:36px;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.15);background:linear-gradient(135deg,#ffffff0f,#ffffff08);color:var(--color-text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast);padding:0}._closeButton_1ehth_130:hover{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-color:#ffffff40;color:var(--color-primary-light);box-shadow:0 4px 12px #ffffff14}._modalContent_1ehth_156{flex:1;overflow-y:auto;padding:1.5rem}._section_1ehth_163{margin-bottom:2rem}._section_1ehth_163:last-child{margin-bottom:0}._intro_1ehth_171{font-size:.95rem;color:var(--color-text-secondary);line-height:1.7;margin:0;padding:1rem;background:#ffffff08;border-radius:var(--radius-md);border-left:3px solid var(--color-primary)}._sectionTitle_1ehth_182{display:flex;align-items:center;gap:.75rem;font-size:1.1rem;font-weight:600;margin:0 0 .75rem;color:var(--color-text-primary)}._badge_1ehth_192{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);color:#000;font-size:.8rem;font-weight:700}._sectionDesc_1ehth_205{font-size:.9rem;color:var(--color-text-secondary);margin:0 0 1rem;line-height:1.6}._syntaxGrid_1ehth_213{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(max-width:600px){._syntaxGrid_1ehth_213{grid-template-columns:1fr}}._syntaxCard_1ehth_225{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-md);padding:.875rem;transition:all var(--transition-fast)}._syntaxCard_1ehth_225:hover{background:#ffffff0f;border-color:#ffffff1a}._syntaxHeader_1ehth_238{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}._keyword_1ehth_245{font-family:var(--font-mono);font-size:1rem;font-weight:700;color:#c586c0}._typeBadge_1ehth_252{font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:4px;color:#fff;text-transform:uppercase;letter-spacing:.03em}._codeExample_1ehth_262{font-family:var(--font-mono);font-size:.8rem;color:var(--color-text-secondary);background:#0000004d;padding:.5rem .75rem;border-radius:var(--radius-sm);display:block}._codeBlock_1ehth_273{background:linear-gradient(135deg,#050505f2,#0a0a0afa);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-md);padding:1rem;font-family:var(--font-mono);font-size:.85rem;line-height:1.8}._codeLine_1ehth_285{white-space:pre}._codeComment_1ehth_289{color:#6a9955e6;font-style:italic}._codeKeyword_1ehth_294{color:#c586c0;font-weight:500}._codeText_1ehth_299{color:#9cdcfe}._codeArrow_1ehth_303{color:#569cd6;font-weight:600}._codeString_1ehth_308{color:#ce9178}._inlineCode_1ehth_312{font-family:var(--font-mono);font-size:.85em;background:#ffffff14;padding:.15rem .4rem;border-radius:4px;color:var(--color-primary-light)}._tipBox_1ehth_322{display:flex;gap:1rem;padding:1rem;background:linear-gradient(135deg,#f59e0b1a,#f59e0b0d);border:1px solid rgba(245,158,11,.2);border-radius:var(--radius-md)}._tipIcon_1ehth_333{font-size:1.5rem;position:relative;top:-.3rem;flex-shrink:0}._tipBox_1ehth_322 strong{color:#fbbf24;display:block;margin-bottom:.5rem}._tipList_1ehth_346{margin:0;padding-left:1.25rem;color:var(--color-text-secondary);font-size:.85rem;line-height:1.8}._tipList_1ehth_346 li{margin-bottom:.25rem}._modalContent_1ehth_156::-webkit-scrollbar{width:8px}._modalContent_1ehth_156::-webkit-scrollbar-track{background:transparent}._modalContent_1ehth_156::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}._modalContent_1ehth_156::-webkit-scrollbar-thumb:hover{background:#ffffff40}[data-theme=light] ._modal_1ehth_62{background:linear-gradient(135deg,#fffffff2,#f8fafcfa);border-color:#00000014;box-shadow:inset 0 1px #fffc,0 4px 24px #00000014,0 24px 80px #00000026}[data-theme=light] ._modalHeader_1ehth_95{border-bottom-color:#0000000f}[data-theme=light] ._modalTitle_1ehth_108 h2{background:linear-gradient(135deg,#0f172a,#334155e6);-webkit-background-clip:text;background-clip:text}[data-theme=light] ._codeBlock_1ehth_273{background:linear-gradient(135deg,#0000000a,#00000005);border-color:#0000000f}[data-theme=light] ._syntaxCard_1ehth_225{background:#00000008;border-color:#0000000f}[data-theme=light] ._syntaxCard_1ehth_225:hover{background:#0000000d;border-color:#00000014}[data-theme=light] ._codeExample_1ehth_262{background:#0000000a}._editor_1lqjd_3{height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,var(--color-bg-primary) 0%,rgba(10,10,10,1) 100%);overflow:hidden;position:relative}._editor_1lqjd_3:before{content:"";position:absolute;top:0;left:0;right:0;height:400px;background:radial-gradient(ellipse 80% 50% at 50% 0%,rgba(255,255,255,.03) 0%,transparent 70%);pointer-events:none;z-index:0}._header_1lqjd_30{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.5rem;background:linear-gradient(180deg,#0f0f0ff2,#0a0a0ae6);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0;position:relative;z-index:100}._header_1lqjd_30:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.15) 50%,transparent 100%)}._headerLeft_1lqjd_60,._headerRight_1lqjd_61{flex:1;display:flex;align-items:center}._headerRight_1lqjd_61{justify-content:flex-end;gap:.75rem}._headerCenter_1lqjd_72{display:flex;align-items:center;gap:.6rem;font-weight:600}._logoIcon_1lqjd_79{font-size:1.4rem;margin-top:.5rem;background:linear-gradient(135deg,var(--color-primary-light) 0%,var(--color-accent-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 0 8px rgba(255,255,255,.2));animation:_pulse_1lqjd_1 3s ease-in-out infinite}@keyframes _pulse_1lqjd_1{0%,to{opacity:1;filter:drop-shadow(0 0 8px rgba(255,255,255,.2))}50%{opacity:.85;filter:drop-shadow(0 0 12px rgba(255,255,255,.3))}}._logoText_1lqjd_106{font-size:1.05rem;font-weight:700;letter-spacing:-.02em;background:linear-gradient(135deg,#fffffff2,#ffffffbf);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._backLink_1lqjd_118{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-text-secondary);text-decoration:none;font-size:.875rem;font-weight:500;padding:.55rem .9rem;border-radius:var(--radius-md);border:1px solid transparent;transition:all var(--transition-fast);background:#ffffff05}._backLink_1lqjd_118:hover{color:var(--color-text-primary);background:#ffffff0f;border-color:#ffffff1f;transform:translate(-2px)}._backLink_1lqjd_118 svg{transition:transform var(--transition-fast)}._backLink_1lqjd_118:hover svg{transform:translate(-3px)}._themeToggle_1lqjd_148{width:40px;height:40px;border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.15);background:linear-gradient(135deg,#ffffff0f,#ffffff08);color:var(--color-primary-light);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-base);padding:0}._themeToggle_1lqjd_148:hover{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-color:#ffffff40;transform:rotate(15deg) scale(1.05);box-shadow:0 4px 12px #ffffff14}._themeToggle_1lqjd_148:active{transform:rotate(0) scale(.98)}._editorContainer_1lqjd_179{flex:1;display:flex;overflow:hidden;position:relative;z-index:1}._editorPane_1lqjd_187{flex:1;min-width:0;overflow:hidden;display:flex;flex-direction:column;position:relative}._editorPane_1lqjd_187:after{content:"";position:absolute;top:0;right:0;bottom:0;width:1px;background:linear-gradient(180deg,transparent 0%,rgba(255,255,255,.1) 20%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.1) 80%,transparent 100%);z-index:10}._previewPane_1lqjd_213{flex:1;min-width:0;overflow:hidden;display:flex;flex-direction:column;background:linear-gradient(180deg,#08080880,#050505cc)}[data-theme=light] ._editor_1lqjd_3{background:linear-gradient(180deg,var(--color-bg-primary) 0%,rgba(241,245,249,1) 100%)}[data-theme=light] ._editor_1lqjd_3:before{background:radial-gradient(ellipse 80% 50% at 50% 0%,rgba(99,102,241,.06) 0%,transparent 70%)}[data-theme=light] ._header_1lqjd_30{background:linear-gradient(180deg,#fffffffa,#f8fafcf2);border-bottom-color:#0000000f}[data-theme=light] ._header_1lqjd_30:before{background:linear-gradient(90deg,transparent 0%,rgba(99,102,241,.2) 50%,transparent 100%)}[data-theme=light] ._logoText_1lqjd_106{background:linear-gradient(135deg,#0f172a,#334155e6);-webkit-background-clip:text;background-clip:text}[data-theme=light] ._backLink_1lqjd_118{background:#00000005}[data-theme=light] ._backLink_1lqjd_118:hover{background:#6366f114;border-color:#6366f126}[data-theme=light] ._themeToggle_1lqjd_148{border-color:#00000014;background:linear-gradient(135deg,#00000005,#00000003)}[data-theme=light] ._themeToggle_1lqjd_148:hover{background:#6366f114}[data-theme=light] ._editorPane_1lqjd_187:after{background:linear-gradient(180deg,transparent 0%,rgba(99,102,241,.15) 20%,rgba(99,102,241,.2) 50%,rgba(236,72,153,.15) 80%,transparent 100%)}[data-theme=light] ._previewPane_1lqjd_213{background:linear-gradient(180deg,#f8fafc80,#f1f5f9cc)}@media(max-width:768px){._editorContainer_1lqjd_179{flex-direction:column}._editorPane_1lqjd_187{flex:0 0 50%}._editorPane_1lqjd_187:after{inset:auto 0 0;width:100%;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(99,102,241,.3) 50%,transparent 100%)}._previewPane_1lqjd_213{flex:0 0 50%}._headerCenter_1lqjd_72{display:none}._header_1lqjd_30{padding:.75rem 1rem}}.app{display:flex;flex-direction:column;height:100vh;overflow:hidden}.app-container{display:grid;grid-template-columns:1fr 1fr;flex:1;overflow:hidden;gap:0}.editor-section{display:flex;flex-direction:column;overflow:hidden;border-right:1px solid var(--glass-border)}.preview-section{display:flex;flex-direction:column;overflow:hidden;background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));animation:slideInRight .6s ease}.preview-content{flex:1;overflow-y:auto;padding:var(--spacing-xl)}@media(max-width:1024px){.app-container{grid-template-columns:1fr;grid-template-rows:1fr 1fr}.editor-section{border-right:none;border-bottom:1px solid var(--glass-border)}}@media(max-width:768px){.preview-content{padding:var(--spacing-lg)}}
