:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: #0f0f1a;--color-background-soft: #1a1a2e;--color-background-mute: #16213e;--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2);--section-gap: 160px}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}:root{--theme-bg: #0f0f1a;--theme-bg-secondary: #1a1a2e;--theme-bg-tertiary: #16213e;--theme-glass-bg: rgba(255, 255, 255, .05);--theme-glass-bg-hover: rgba(255, 255, 255, .08);--theme-glass-border: rgba(255, 255, 255, .1);--theme-glass-border-hover: rgba(255, 255, 255, .2);--theme-glass-shadow: rgba(0, 0, 0, .3);--theme-accent: #3498db;--theme-accent-hover: #2980b9;--theme-accent-gradient: linear-gradient(135deg, #3498db, #6366f1);--theme-accent-glow: rgba(52, 152, 219, .3);--theme-text: #ffffff;--theme-text-muted: rgba(255, 255, 255, .7);--theme-text-subtle: rgba(255, 255, 255, .5);--theme-control-bg: rgba(255, 255, 255, .08);--theme-control-bg-hover: rgba(255, 255, 255, .12);--theme-control-border: rgba(255, 255, 255, .15);--theme-control-border-focus: rgba(52, 152, 219, .6);--theme-input-bg: rgba(255, 255, 255, .06);--theme-input-border: rgba(255, 255, 255, .15);--theme-input-text: #ffffff}.editor-wrapper{display:flex;width:100vw;min-height:100vh;position:relative;overflow-x:hidden;background-color:var(--theme-bg);color:var(--theme-text)}.editor-main{flex-grow:1;display:flex;flex-direction:column;align-items:center;width:100%;box-sizing:border-box;transition:margin-right .4s ease;margin-right:0;padding-bottom:60px}.editor-main.sidebar-open{margin-right:280px}.controls-bar{position:fixed;bottom:0;left:0;right:0;display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:.75rem;background-color:#0f0f1ae6;padding:.6rem 1rem;box-shadow:0 -4px 20px #0006;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--theme-glass-border);z-index:10;color:var(--theme-text);overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}.controls-bar::-webkit-scrollbar{height:4px}.controls-bar::-webkit-scrollbar-track{background:transparent}.controls-bar::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.controls-bar::-webkit-scrollbar-thumb:hover{background:#ffffff40}.controls-bar label{display:flex;align-items:center;gap:.35rem;cursor:pointer;font-size:.85rem;color:var(--theme-text-muted);white-space:nowrap}.controls-bar input[type=checkbox]{accent-color:var(--theme-accent);width:16px;height:16px}@media(max-width:768px){.controls-bar{padding:.5rem .75rem;gap:.5rem;justify-content:flex-start}}@media(max-width:480px){.controls-bar{gap:.4rem;padding:.5rem}}.low-res-label{background:linear-gradient(135deg,#3498db26,#6366f126);padding:.35rem .6rem;border-radius:8px;border:1px solid rgba(52,152,219,.3);color:var(--theme-text-muted);white-space:nowrap}.view-mode-toggle{position:fixed;top:1rem;left:50%;transform:translate(-50%);display:flex;background-color:#0f0f1ad9;border:1px solid var(--theme-glass-border);border-radius:12px;padding:.25rem;box-shadow:0 4px 16px #0000004d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:20}.mode-btn{padding:.5rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;color:var(--theme-text-muted);font-size:.9rem}.mode-btn.active{background:var(--theme-accent-gradient);color:#fff;box-shadow:0 2px 8px var(--theme-accent-glow)}.mode-btn:hover:not(.active){background-color:#ffffff14;color:var(--theme-text)}.sidebar-toggle-btn{position:fixed;top:1rem;right:1rem;z-index:20;width:44px;height:44px;background:var(--theme-accent-gradient);color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:8px;box-shadow:0 4px 12px var(--theme-accent-glow);transition:transform .2s,opacity .3s ease,box-shadow .2s}.sidebar-toggle-btn.hidden{opacity:0;pointer-events:none}.sidebar-toggle-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px var(--theme-accent-glow)}.sidebar-toggle-btn .icon-bar{width:20px;height:2px;background-color:#fff;border-radius:2px;display:block}.viewer-container{width:100%;box-shadow:0 4px 20px #0000004d;border-radius:12px;overflow:hidden;border:1px solid var(--theme-glass-border);display:flex;flex-direction:row}.viewer-3d-section{flex:1;min-width:0;height:100%;overflow:hidden;display:flex}.panel-resize-handle{width:6px;flex-shrink:0;background:#ffffff14;cursor:col-resize;transition:background .2s;position:relative;z-index:5}.panel-resize-handle:hover,.panel-resize-handle:active{background:linear-gradient(180deg,#3498db,#6366f1)}.layer-2d-panel{height:calc(100% - 68px);display:flex;flex-direction:column;overflow:hidden;background:var(--theme-bg);border-left:1px solid var(--theme-glass-border)}.layer-2d-header{padding:.5rem .75rem;background:#ffffff0d;border-bottom:1px solid var(--theme-glass-border);font-size:.85rem;font-weight:600;color:var(--theme-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.layer-2d-panel .figure-viewer{flex:1;min-height:0;border-radius:0}@media(max-width:768px){.viewer-container{flex-direction:column}.panel-resize-handle{width:100%;height:6px;cursor:row-resize}.layer-2d-panel{border-left:none;border-top:1px solid var(--theme-glass-border);height:auto;min-height:150px;max-height:40vh}.viewer-3d-section{min-height:200px}}.lang-selector{position:fixed;top:1rem;left:1rem;z-index:25}.layer-slider{position:fixed;left:1rem;top:50%;transform:translateY(-50%);z-index:20}@media(max-width:768px){.layer-slider{left:.5rem}}#app{margin:0 auto;font-weight:400}a,.green{text-decoration:none;color:#3498db;transition:.4s;padding:3px}@media(hover:hover){a:hover{color:#6dd5fa;background-color:#3498db1a}}@media(min-width:1024px){body{display:flex;place-items:center}#app{place-items:center}}.cookie-consent-overlay[data-v-159dc8bc]{position:fixed;bottom:0;left:0;right:0;z-index:10000;padding:0 16px 16px;pointer-events:none}.cookie-consent-banner[data-v-159dc8bc]{pointer-events:all;max-width:720px;margin:0 auto;background:#1a1a2e;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:20px 24px;color:#e0e0e0;box-shadow:0 -4px 20px #0006;font-size:14px}.consent-main[data-v-159dc8bc],.consent-manage[data-v-159dc8bc]{display:flex;flex-direction:column;gap:16px}.consent-text p[data-v-159dc8bc]{margin:8px 0 0;line-height:1.5;color:#b0b0b0}.consent-link[data-v-159dc8bc]{color:#64b5f6;text-decoration:underline}.consent-buttons[data-v-159dc8bc]{display:flex;gap:10px;flex-wrap:wrap}.consent-btn[data-v-159dc8bc]{padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s,transform .1s;white-space:nowrap}.consent-btn[data-v-159dc8bc]:active{transform:scale(.97)}.consent-btn.accept[data-v-159dc8bc]{background:#4caf50;color:#fff}.consent-btn.accept[data-v-159dc8bc]:hover{background:#43a047}.consent-btn.reject[data-v-159dc8bc]{background:#455a64;color:#fff}.consent-btn.reject[data-v-159dc8bc]:hover{background:#37474f}.consent-btn.manage[data-v-159dc8bc]{background:transparent;color:#90caf9;border:1px solid #90caf9}.consent-btn.manage[data-v-159dc8bc]:hover{background:#90caf91a}.consent-option[data-v-159dc8bc]{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06)}.option-info[data-v-159dc8bc]{display:flex;flex-direction:column;gap:2px}.option-label[data-v-159dc8bc]{font-weight:600;color:#e0e0e0}.option-desc[data-v-159dc8bc]{font-size:12px;color:#888}.always-on[data-v-159dc8bc]{font-size:12px;color:#4caf50;font-weight:600;white-space:nowrap}.toggle[data-v-159dc8bc]{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.toggle input[data-v-159dc8bc]{opacity:0;width:0;height:0}.toggle-slider[data-v-159dc8bc]{position:absolute;cursor:pointer;inset:0;background-color:#555;transition:.3s;border-radius:24px}.toggle-slider[data-v-159dc8bc]:before{content:"";position:absolute;height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.toggle input:checked+.toggle-slider[data-v-159dc8bc]{background-color:#4caf50}.toggle input:checked+.toggle-slider[data-v-159dc8bc]:before{transform:translate(20px)}.consent-slide-enter-active[data-v-159dc8bc]{transition:transform .4s ease-out,opacity .3s ease-out}.consent-slide-leave-active[data-v-159dc8bc]{transition:transform .3s ease-in,opacity .2s ease-in}.consent-slide-enter-from[data-v-159dc8bc],.consent-slide-leave-to[data-v-159dc8bc]{transform:translateY(100%);opacity:0}@media(max-width:600px){.cookie-consent-banner[data-v-159dc8bc]{padding:16px;border-radius:12px 12px 0 0}.cookie-consent-overlay[data-v-159dc8bc]{padding:0}.consent-buttons[data-v-159dc8bc]{flex-direction:column}.consent-btn[data-v-159dc8bc]{width:100%;text-align:center}}.figure-viewer[data-v-31415be1]{display:flex;justify-content:center;align-items:center;width:100%;height:100%;min-height:200px;max-height:100%;overflow:hidden;position:relative;background-color:#f5f5f5;border-radius:8px;flex-shrink:1}.grid-wrapper[data-v-31415be1]{transform-origin:center center;transition:transform .05s ease-out;will-change:transform}.grid[data-v-31415be1]{display:grid;grid-template-columns:repeat(30,20px);grid-template-rows:repeat(30,20px);border:1px solid #ccc;gap:1px;background-color:#ccc;-webkit-user-select:none;user-select:none}.cell[data-v-31415be1]{width:20px;height:20px;box-sizing:border-box;background-color:#fff;position:relative}.cell.filled[data-v-31415be1]{background-color:#3498db}.cell.filling[data-v-31415be1]{background-color:#aed6f1}.cell.axis[data-v-31415be1]{background-color:#bdc3c7}.cell.axis-border-right[data-v-31415be1]:after,.cell.axis-border-bottom[data-v-31415be1]:after,.cell.center-cross[data-v-31415be1]:before,.cell.center-cross[data-v-31415be1]:after{content:"";position:absolute;background-color:#c0392b;z-index:5}.cell.axis-border-right[data-v-31415be1]:after{width:3px;height:100%;top:0;right:-1px}.cell.axis-border-bottom[data-v-31415be1]:after{width:100%;height:3px;left:0;bottom:-1px}.cell.manually-toggled[data-v-31415be1]{background-color:#f1c40f}.cell.center[data-v-31415be1]{background-color:red}.cell.center-cross[data-v-31415be1]:before{width:3px;height:21px;right:-1px;top:0}.cell.center-cross[data-v-31415be1]:after{width:21px;height:3px;bottom:-1px;left:0}.zoom-controls[data-v-31415be1]{position:absolute;bottom:10px;right:10px;display:flex;flex-direction:column;gap:4px;z-index:10}.zoom-controls button[data-v-31415be1]{width:32px;height:32px;border:none;border-radius:6px;background-color:#ffffffe6;color:#333;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000026;transition:background-color .2s,transform .1s}.zoom-controls button[data-v-31415be1]:hover{background-color:#3498db;color:#fff;transform:scale(1.05)}.zoom-controls button[data-v-31415be1]:active{transform:scale(.95)}.select-control[data-v-ebd9643c]{display:flex;align-items:center;gap:.5rem}.select-control label[data-v-ebd9643c]{font-size:.9rem;white-space:nowrap;color:var(--theme-text-muted)}select[data-v-ebd9643c]{padding:.4rem .6rem;border-radius:8px;border:1px solid var(--theme-input-border);font-size:.95rem;background:var(--theme-input-bg);color:var(--theme-input-text);cursor:pointer;min-width:100px;transition:border-color .2s}select[data-v-ebd9643c]:hover{border-color:var(--theme-glass-border-hover)}select[data-v-ebd9643c]:focus{border-color:var(--theme-control-border-focus);outline:none}select option[data-v-ebd9643c]{background:#1a1a2e;color:#fff}@media(max-width:768px){.select-control[data-v-ebd9643c]{gap:.35rem}.select-control label[data-v-ebd9643c]{font-size:.8rem}select[data-v-ebd9643c]{padding:.3rem .5rem;font-size:.85rem;min-width:80px}}@media(max-width:480px){.select-control[data-v-ebd9643c]{flex:1;justify-content:center;min-width:140px}}.number-input-control[data-v-11ced366]{display:flex;align-items:center;gap:.5rem}.number-input-control label[data-v-11ced366]{font-size:.9rem;white-space:nowrap;color:var(--theme-text-muted)}.number-input-control button[data-v-11ced366]{width:32px;height:32px;border:1px solid var(--theme-control-border);background:var(--theme-control-bg);color:var(--theme-text);border-radius:8px;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.number-input-control button[data-v-11ced366]:hover:not(:disabled){background:var(--theme-control-bg-hover);border-color:var(--theme-glass-border-hover)}.number-input-control button[data-v-11ced366]:disabled{opacity:.3;cursor:not-allowed}.number-input[data-v-11ced366]{width:50px;height:32px;text-align:center;border:1px solid var(--theme-input-border);border-radius:8px;font-size:.95rem;background:var(--theme-input-bg);color:var(--theme-input-text);-moz-appearance:textfield;appearance:textfield}.number-input[data-v-11ced366]:focus{border-color:var(--theme-control-border-focus);outline:none}.number-input[data-v-11ced366]::-webkit-outer-spin-button,.number-input[data-v-11ced366]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@media(max-width:768px){.number-input-control[data-v-11ced366]{gap:.35rem}.number-input-control label[data-v-11ced366]{font-size:.8rem}.number-input-control button[data-v-11ced366]{width:28px;height:28px;font-size:1rem}.number-input[data-v-11ced366]{width:45px;height:28px;font-size:.85rem}}@media(max-width:480px){.number-input-control[data-v-11ced366]{flex:1;justify-content:center;min-width:150px}}.ad-container[data-v-4597ae42]{width:100%;text-align:center;margin:1rem 0;min-height:90px;overflow:hidden}@media(max-width:320px){.ad-container[data-v-4597ae42]{display:none}}.figure-details[data-v-a4e96dec]{background-color:#0f0f1af2;border-left:1px solid var(--theme-glass-border);padding:1.5rem;width:280px;color:var(--theme-text);position:fixed;right:-280px;top:0;height:100%;transition:right .4s ease;z-index:15;box-shadow:-4px 0 20px #0006;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.figure-details.open[data-v-a4e96dec]{right:0}.close-btn[data-v-a4e96dec]{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.8rem;line-height:1;cursor:pointer;color:var(--theme-text-muted);padding:.2rem .5rem;transition:color .2s}.close-btn[data-v-a4e96dec]:hover{color:var(--theme-text)}h3[data-v-a4e96dec]{margin-top:0;margin-bottom:1rem;font-weight:600;border-bottom:2px solid transparent;border-image:var(--theme-accent-gradient) 1;padding-bottom:.5rem;color:var(--theme-text)}.details-content p[data-v-a4e96dec]{margin:.5rem 0;color:var(--theme-text-muted)}.details-content p strong[data-v-a4e96dec]{color:var(--theme-text)}.block-selector[data-v-a4e96dec]{margin-top:1rem}.block-selector label[data-v-a4e96dec]{display:block;margin-bottom:.5rem;font-weight:500;color:var(--theme-text-muted)}.block-selector select[data-v-a4e96dec]{width:100%;padding:.5rem;border-radius:8px;border:1px solid var(--theme-input-border);background-color:var(--theme-input-bg);color:var(--theme-input-text);font-size:.9rem;cursor:pointer;transition:border-color .2s}.block-selector select[data-v-a4e96dec]:focus{border-color:var(--theme-control-border-focus);outline:none}.export-buttons[data-v-a4e96dec]{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}button[data-v-a4e96dec]{padding:.6rem 1rem;border:none;border-radius:8px;background:var(--theme-accent-gradient);color:#fff;cursor:pointer;transition:transform .2s,box-shadow .2s;font-weight:500}button[data-v-a4e96dec]:hover{transform:translateY(-1px);box-shadow:0 4px 12px var(--theme-accent-glow)}.sidebar-ad[data-v-a4e96dec]{margin-top:1.5rem;min-height:250px}.language-selector[data-v-d6df2174]{display:flex;gap:.25rem;background:#0f0f1ad9;border:1px solid rgba(255,255,255,.15);padding:.25rem;border-radius:8px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 2px 8px #0000004d}.language-selector button[data-v-d6df2174]{background:transparent;border:none;font-size:1rem;cursor:pointer;padding:.25rem .5rem;border-radius:6px;transition:all .2s;line-height:1;color:#fff9}.language-selector button[data-v-d6df2174]:hover{background:#ffffff1f;color:#ffffffe6}.language-selector button.active[data-v-d6df2174]{background:linear-gradient(135deg,#3498db80,#6366f180);color:#fff;transform:scale(1.1)}.home-view-wrapper[data-v-56aaafda]{height:100vh;max-height:100vh;overflow:hidden}.home-view-wrapper .editor-main[data-v-56aaafda]{padding:10px 20px 90px;height:100vh;max-height:100vh;overflow:hidden;gap:.5rem;justify-content:flex-start}.viewer-container[data-v-56aaafda]{max-width:calc(100vw - 40px);flex:1 1 auto;min-height:0;max-height:calc(100vh - 100px)}@media(max-width:768px){.home-view-wrapper .editor-main[data-v-56aaafda]{padding-bottom:120px}}@media(max-width:480px){.home-view-wrapper .editor-main[data-v-56aaafda]{padding-bottom:180px}}.landing-page[data-v-5ef4823c]{min-height:100vh;width:100%;background:#0f0f1a;color:#e0e0e0;overflow-x:hidden;scroll-behavior:smooth}.lang-selector-fixed[data-v-5ef4823c]{position:fixed;top:1rem;right:1rem;z-index:100}.section[data-v-5ef4823c]{max-width:1100px;margin:0 auto;padding:5rem 2rem}.section-title[data-v-5ef4823c]{font-size:2rem;font-weight:800;color:#fff;text-align:center;margin-bottom:.5rem}.section-subtitle[data-v-5ef4823c]{text-align:center;color:#9ca3af;font-size:1.05rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-section[data-v-5ef4823c]{position:relative;min-height:92vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;overflow:hidden;background:radial-gradient(ellipse at 20% 50%,rgba(52,152,219,.15) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(155,89,182,.12) 0%,transparent 50%),linear-gradient(180deg,#0f0f1a,#1a1a2e)}.hero-bg-decoration[data-v-5ef4823c]{position:absolute;inset:0;pointer-events:none;overflow:hidden}.floating-block[data-v-5ef4823c]{position:absolute;font-size:2rem;opacity:.15;animation:float-5ef4823c 8s ease-in-out infinite}.b1[data-v-5ef4823c]{top:15%;left:10%;animation-delay:0s}.b2[data-v-5ef4823c]{top:25%;right:15%;animation-delay:2s}.b3[data-v-5ef4823c]{bottom:20%;left:20%;animation-delay:4s}.b4[data-v-5ef4823c]{bottom:30%;right:10%;animation-delay:6s}@keyframes float-5ef4823c{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(10deg)}}.hero-content[data-v-5ef4823c]{position:relative;z-index:1;max-width:720px}.hero-title[data-v-5ef4823c]{font-size:3.2rem;font-weight:900;color:#fff;line-height:1.1;margin-bottom:1.2rem;background:linear-gradient(135deg,#fff,#93c5fd,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle[data-v-5ef4823c]{font-size:1.15rem;line-height:1.7;color:#b0b8c8;margin-bottom:2.5rem;max-width:580px;margin-left:auto;margin-right:auto}.hero-buttons[data-v-5ef4823c]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn[data-v-5ef4823c]{display:inline-block;padding:.85rem 2.2rem;border-radius:10px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .25s ease;cursor:pointer;border:none}.btn-primary[data-v-5ef4823c]{background:linear-gradient(135deg,#3498db,#6366f1);color:#fff;box-shadow:0 4px 20px #6366f14d}.btn-primary[data-v-5ef4823c]:hover{transform:translateY(-3px);box-shadow:0 8px 30px #6366f173}.btn-ghost[data-v-5ef4823c]{background:transparent;color:#93c5fd;border:1.5px solid rgba(147,197,253,.3)}.btn-ghost[data-v-5ef4823c]:hover{background:#93c5fd14;border-color:#93c5fd99;transform:translateY(-2px)}.figures-section[data-v-5ef4823c]{background:linear-gradient(180deg,#1a1a2e,#16213e);max-width:none;padding:5rem 2rem}.figures-section .section-title[data-v-5ef4823c],.figures-section .section-subtitle[data-v-5ef4823c]{max-width:1100px;margin-left:auto;margin-right:auto}.figures-grid[data-v-5ef4823c]{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1100px;margin:0 auto}.figure-card[data-v-5ef4823c]{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;display:flex;flex-direction:column;align-items:center;gap:.8rem}.figure-card[data-v-5ef4823c]:hover{transform:translateY(-6px);box-shadow:0 12px 40px #3498db26;border-color:#3498db4d}.figure-card.card-3d[data-v-5ef4823c]:hover{box-shadow:0 12px 40px #9b59b626;border-color:#9b59b64d}.figure-preview[data-v-5ef4823c]{width:100%;aspect-ratio:1;max-width:180px;border-radius:12px;overflow:hidden;background:#fff6;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center}.preview-icon[data-v-5ef4823c]{background:linear-gradient(135deg,#9b59b626,#3498db1a)}.figure-emoji[data-v-5ef4823c]{font-size:4rem;line-height:1}.figure-card h3[data-v-5ef4823c]{font-size:1.15rem;font-weight:700;color:#fff}.figure-card p[data-v-5ef4823c]{font-size:.9rem;color:#9ca3af;line-height:1.5;flex:1}.card-btn[data-v-5ef4823c]{display:inline-block;padding:.5rem 1.2rem;border-radius:8px;font-size:.9rem;font-weight:600;text-decoration:none;color:#93c5fd;background:#93c5fd14;border:1px solid rgba(147,197,253,.2);transition:all .2s ease;margin-top:auto}.card-btn[data-v-5ef4823c]:hover{background:#93c5fd26;border-color:#93c5fd66;transform:translate(4px)}.card-3d .card-btn[data-v-5ef4823c]{color:#c084fc;background:#c084fc14;border-color:#c084fc33}.card-3d .card-btn[data-v-5ef4823c]:hover{background:#c084fc26;border-color:#c084fc66}.features-section[data-v-5ef4823c]{background:#0f0f1a}.features-grid[data-v-5ef4823c]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-item[data-v-5ef4823c]{text-align:center;padding:2rem 1.5rem;border-radius:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);transition:transform .3s ease,background .3s ease}.feature-item[data-v-5ef4823c]:hover{transform:translateY(-4px);background:#ffffff0f}.feature-icon[data-v-5ef4823c]{font-size:2.5rem;display:block;margin-bottom:1rem}.feature-item h3[data-v-5ef4823c]{font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:.5rem}.feature-item p[data-v-5ef4823c]{font-size:.9rem;color:#9ca3af;line-height:1.6}.guide-section[data-v-5ef4823c]{background:linear-gradient(180deg,#0f0f1a,#1a1a2e)}.guide-steps[data-v-5ef4823c]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.step[data-v-5ef4823c]{text-align:center;padding:2rem 1.5rem;position:relative}.step-number[data-v-5ef4823c]{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#3498db,#6366f1);color:#fff;font-size:1.4rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;box-shadow:0 4px 20px #6366f14d}.step h3[data-v-5ef4823c]{font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:.6rem}.step p[data-v-5ef4823c]{font-size:.9rem;color:#9ca3af;line-height:1.6}.faq-section[data-v-5ef4823c]{background:#0f0f1a}.faq-list[data-v-5ef4823c]{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.faq-item[data-v-5ef4823c]{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;transition:border-color .3s ease}.faq-item[open][data-v-5ef4823c]{border-color:#3498db4d}.faq-item summary[data-v-5ef4823c]{padding:1.1rem 1.5rem;font-weight:600;color:#fff;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;transition:background .2s;font-size:.95rem}.faq-item summary[data-v-5ef4823c]::-webkit-details-marker{display:none}.faq-item summary[data-v-5ef4823c]:after{content:"+";font-size:1.3rem;color:#3498db;font-weight:300;transition:transform .3s ease;flex-shrink:0;margin-left:1rem}.faq-item[open] summary[data-v-5ef4823c]:after{transform:rotate(45deg)}.faq-item summary[data-v-5ef4823c]:hover{background:#ffffff08}.faq-item p[data-v-5ef4823c]{padding:0 1.5rem 1.2rem;color:#9ca3af;line-height:1.7;font-size:.9rem}.about-section[data-v-5ef4823c]{background:#ffffff05}.about-content[data-v-5ef4823c]{max-width:700px;margin:0 auto;text-align:center}.about-content p[data-v-5ef4823c]{color:#ccc;line-height:1.8;margin-bottom:1rem;font-size:1rem}.contact-section[data-v-5ef4823c]{text-align:center}.contact-btn[data-v-5ef4823c]{display:inline-block;margin-top:1.5rem}.landing-footer[data-v-5ef4823c]{text-align:center;padding:3rem 2rem;border-top:1px solid rgba(255,255,255,.06);background:#0a0a14}.landing-footer p[data-v-5ef4823c]{color:#6b7280;font-size:.85rem;margin-bottom:.3rem}.made-with[data-v-5ef4823c]{color:#6b7280;font-size:.8rem}.footer-legal-links[data-v-5ef4823c]{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-top:1rem}.footer-legal-links a[data-v-5ef4823c]{color:#4b5563;font-size:.8rem;text-decoration:none;transition:color .2s}.footer-legal-links a[data-v-5ef4823c]:hover{color:#3498db}@media(max-width:1024px){.figures-grid[data-v-5ef4823c]{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero-title[data-v-5ef4823c]{font-size:2.2rem}.hero-subtitle[data-v-5ef4823c]{font-size:1rem}.section[data-v-5ef4823c]{padding:3.5rem 1.5rem}.section-title[data-v-5ef4823c]{font-size:1.6rem}.features-grid[data-v-5ef4823c]{grid-template-columns:repeat(2,1fr);gap:1rem}.guide-steps[data-v-5ef4823c]{grid-template-columns:1fr;gap:1.5rem}.hero-buttons[data-v-5ef4823c]{flex-direction:column;align-items:center}.btn[data-v-5ef4823c]{width:100%;max-width:280px;text-align:center}}@media(max-width:520px){.figures-grid[data-v-5ef4823c]{grid-template-columns:1fr;max-width:320px;margin:0 auto}.features-grid[data-v-5ef4823c]{grid-template-columns:1fr}.hero-title[data-v-5ef4823c]{font-size:1.8rem}.hero-section[data-v-5ef4823c]{min-height:80vh;padding:3rem 1.5rem}.section[data-v-5ef4823c]{padding:2.5rem 1rem}}.figure-3d-viewer[data-v-9dc227c8]{width:100%;display:flex;justify-content:center;align-items:center;position:relative;max-height:calc(100vh - 80px)}.canvas-container[data-v-9dc227c8]{width:100%;height:100%;min-height:500px;display:flex;justify-content:center;align-items:center}canvas[data-v-9dc227c8]{width:100%;height:100%;display:block}.low-res-container[data-v-9dc227c8]{width:100%;height:100%;min-height:500px;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.iso-canvas-static[data-v-9dc227c8]{width:100%;height:100%;cursor:grab;border-radius:8px}.iso-canvas-static[data-v-9dc227c8]:active{cursor:grabbing}.iso-controls[data-v-9dc227c8]{position:absolute;bottom:4rem;right:1rem;display:flex;flex-direction:column;gap:.5rem;z-index:10}.iso-controls button[data-v-9dc227c8]{width:36px;height:36px;border:1px solid rgba(255,255,255,.1);background:#0f0f1ad9;color:#fffc;border-radius:8px;font-size:1.2rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 8px #0000004d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.iso-controls button[data-v-9dc227c8]:hover{background:linear-gradient(135deg,#3498db,#6366f1);color:#fff;transform:scale(1.1);border-color:transparent}.floating-render-btn[data-v-9dc227c8]{position:absolute;bottom:5rem;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#3498db,#6366f1);color:#fff;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #3498db66;z-index:10;display:flex;align-items:center;gap:.5rem;animation:pulse-9dc227c8 2s infinite}.floating-render-btn[data-v-9dc227c8]:hover{transform:translate(-50%) translateY(-2px);box-shadow:0 6px 20px #3498db80}.floating-render-btn[data-v-9dc227c8]:disabled{opacity:.7;cursor:wait;animation:none}.block-count-small[data-v-9dc227c8]{font-size:.85rem;opacity:.9}@keyframes pulse-9dc227c8{0%,to{box-shadow:0 4px 15px #3498db66}50%{box-shadow:0 4px 25px #3498dbb3}}.low-res-indicator[data-v-9dc227c8]{position:absolute;bottom:1rem;right:1rem;background:#ffc10726;color:#ffc107;padding:.35rem .75rem;border-radius:8px;font-size:.8rem;font-weight:600;box-shadow:0 2px 8px #0003;border:1px solid rgba(255,193,7,.3);cursor:help}.layer-slider-container[data-v-6acd315c]{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem;background:#0f0f1ae6;border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 4px 16px #0000004d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.layer-btn[data-v-6acd315c]{width:36px;height:36px;border:none;background:linear-gradient(135deg,#3498db,#6366f1);color:#fff;border-radius:8px;font-size:1.4rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;line-height:1}.layer-btn[data-v-6acd315c]:hover:not(:disabled){transform:scale(1.1);box-shadow:0 4px 12px #3498db66}.layer-btn[data-v-6acd315c]:active:not(:disabled){transform:scale(.95)}.layer-btn[data-v-6acd315c]:disabled{opacity:.3;cursor:not-allowed;background:#ffffff1a}.slider-wrapper[data-v-6acd315c]{display:flex;flex-direction:column;align-items:center;gap:.5rem}.vertical-slider[data-v-6acd315c]{-webkit-appearance:slider-vertical;appearance:slider-vertical;writing-mode:vertical-lr;direction:rtl;width:28px;height:150px;background:transparent;cursor:pointer}.vertical-slider[data-v-6acd315c]::-moz-range-track{width:8px;background:linear-gradient(to top,#ffffff1a,#3498db);border-radius:4px}.vertical-slider[data-v-6acd315c]::-moz-range-thumb{width:20px;height:20px;background:#3498db;border:3px solid #1a1a2e;border-radius:50%;cursor:grab;box-shadow:0 2px 8px #3498db66}.vertical-slider[data-v-6acd315c]::-moz-range-thumb:active{cursor:grabbing}.vertical-slider[data-v-6acd315c]::-webkit-slider-runnable-track{width:8px;background:linear-gradient(to top,#ffffff1a,#3498db);border-radius:4px}.vertical-slider[data-v-6acd315c]::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;background:#3498db;border:3px solid #1a1a2e;border-radius:50%;box-sizing:border-box;cursor:grab;box-shadow:0 2px 8px #3498db66;margin-left:-4px}.vertical-slider[data-v-6acd315c]::-webkit-slider-thumb:active{cursor:grabbing}.layer-info[data-v-6acd315c]{display:flex;align-items:center;gap:2px;font-size:.85rem;color:#fffc;font-weight:600;background:#ffffff14;padding:.25rem .5rem;border-radius:6px;border:1px solid rgba(255,255,255,.1)}.current-layer[data-v-6acd315c]{color:#3498db;font-size:1rem}.layer-divider[data-v-6acd315c]{color:#fff6}.max-layer[data-v-6acd315c]{color:#ffffff80}@media(max-width:768px){.layer-slider-container[data-v-6acd315c]{padding:.5rem}.vertical-slider[data-v-6acd315c]{height:120px}.layer-btn[data-v-6acd315c]{width:32px;height:32px;font-size:1.2rem}}.editor-main[data-v-1684c41d]{padding:0 10px;min-height:calc(100vh - 60px)}.viewer-container[data-v-1684c41d]{height:calc(100vh - 130px);max-height:none;margin-top:10px;display:flex;flex-grow:1}@media(max-width:768px){.editor-main[data-v-1684c41d]{min-height:calc(100vh - 80px)}.viewer-container[data-v-1684c41d]{height:calc(100vh - 140px)}}.editor-main[data-v-86627c3c]{padding:0 10px;min-height:calc(100vh - 60px)}.viewer-container[data-v-86627c3c]{height:calc(100vh - 130px);max-height:none;margin-top:10px;display:flex;flex-grow:1}@media(max-width:768px){.editor-main[data-v-86627c3c]{min-height:calc(100vh - 80px)}.viewer-container[data-v-86627c3c]{height:calc(100vh - 140px)}}.privacy-page[data-v-1822a225]{min-height:100vh;background:#0f0f1a;color:#fff;padding:2rem}.privacy-container[data-v-1822a225]{max-width:800px;margin:0 auto;background:#ffffff0d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;border:1px solid rgba(255,255,255,.1);padding:2.5rem}.lang-selector[data-v-1822a225]{position:fixed;top:1rem;right:1rem;left:auto;z-index:25}.back-link[data-v-1822a225]{display:inline-block;color:#3498db;text-decoration:none;margin-bottom:1.5rem;font-weight:500;transition:color .2s}.back-link[data-v-1822a225]:hover{color:#6dd5fa}h1[data-v-1822a225]{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#fff}.last-updated[data-v-1822a225]{color:#aaa;margin-bottom:2rem;font-size:.9rem}section[data-v-1822a225]{margin-bottom:2rem}h2[data-v-1822a225]{font-size:1.3rem;font-weight:600;margin-bottom:.75rem;color:#3498db}p[data-v-1822a225]{line-height:1.7;color:#dcdcdc;margin-bottom:.5rem}ul[data-v-1822a225]{padding-left:1.5rem;margin-top:.5rem}li[data-v-1822a225]{line-height:1.7;color:#dcdcdc;margin-bottom:.25rem}.legal-links[data-v-1822a225]{display:flex;gap:1.5rem;flex-wrap:wrap;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.legal-links a[data-v-1822a225]{color:#3498db;text-decoration:none;font-size:.9rem;transition:color .2s}.legal-links a[data-v-1822a225]:hover{color:#6dd5fa}@media(max-width:768px){.privacy-container[data-v-1822a225]{padding:1.5rem}h1[data-v-1822a225]{font-size:1.5rem}}.legal-page[data-v-e1f05f3c]{min-height:100vh;background:#0f0f1a;color:#fff;padding:2rem}.legal-container[data-v-e1f05f3c]{max-width:800px;margin:0 auto;background:#ffffff0d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;border:1px solid rgba(255,255,255,.1);padding:2.5rem}.lang-selector[data-v-e1f05f3c]{position:fixed;top:1rem;right:1rem;left:auto;z-index:25}.back-link[data-v-e1f05f3c]{display:inline-block;color:#3498db;text-decoration:none;margin-bottom:1.5rem;font-weight:500;transition:color .2s}.back-link[data-v-e1f05f3c]:hover{color:#6dd5fa}h1[data-v-e1f05f3c]{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#fff}.last-updated[data-v-e1f05f3c]{color:#aaa;margin-bottom:2rem;font-size:.9rem}section[data-v-e1f05f3c]{margin-bottom:2rem}h2[data-v-e1f05f3c]{font-size:1.3rem;font-weight:600;margin-bottom:.75rem;color:#3498db}p[data-v-e1f05f3c]{line-height:1.7;color:#dcdcdc;margin-bottom:.5rem}ul[data-v-e1f05f3c]{padding-left:1.5rem;margin-top:.5rem}li[data-v-e1f05f3c]{line-height:1.7;color:#dcdcdc;margin-bottom:.25rem}.legal-links[data-v-e1f05f3c]{display:flex;gap:1.5rem;flex-wrap:wrap;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.legal-links a[data-v-e1f05f3c]{color:#3498db;text-decoration:none;font-size:.9rem;transition:color .2s}.legal-links a[data-v-e1f05f3c]:hover{color:#6dd5fa}@media(max-width:768px){.legal-container[data-v-e1f05f3c]{padding:1.5rem}h1[data-v-e1f05f3c]{font-size:1.5rem}}.legal-page[data-v-4d1afed6]{min-height:100vh;background:#0f0f1a;color:#fff;padding:2rem}.legal-container[data-v-4d1afed6]{max-width:800px;margin:0 auto;background:#ffffff0d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;border:1px solid rgba(255,255,255,.1);padding:2.5rem}.lang-selector[data-v-4d1afed6]{position:fixed;top:1rem;right:1rem;left:auto;z-index:25}.back-link[data-v-4d1afed6]{display:inline-block;color:#3498db;text-decoration:none;margin-bottom:1.5rem;font-weight:500;transition:color .2s}.back-link[data-v-4d1afed6]:hover{color:#6dd5fa}h1[data-v-4d1afed6]{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#fff}.last-updated[data-v-4d1afed6]{color:#aaa;margin-bottom:2rem;font-size:.9rem}section[data-v-4d1afed6]{margin-bottom:2rem}h2[data-v-4d1afed6]{font-size:1.3rem;font-weight:600;margin-bottom:.75rem;color:#3498db}p[data-v-4d1afed6]{line-height:1.7;color:#dcdcdc;margin-bottom:.5rem}ul[data-v-4d1afed6]{padding-left:1.5rem;margin-top:.5rem}li[data-v-4d1afed6]{line-height:1.7;color:#dcdcdc;margin-bottom:.25rem}.legal-links[data-v-4d1afed6]{display:flex;gap:1.5rem;flex-wrap:wrap;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.legal-links a[data-v-4d1afed6]{color:#3498db;text-decoration:none;font-size:.9rem;transition:color .2s}.legal-links a[data-v-4d1afed6]:hover{color:#6dd5fa}@media(max-width:768px){.legal-container[data-v-4d1afed6]{padding:1.5rem}h1[data-v-4d1afed6]{font-size:1.5rem}}.legal-page[data-v-ff61dca3]{min-height:100vh;background:#0f0f1a;color:#fff;padding:2rem}.legal-container[data-v-ff61dca3]{max-width:800px;margin:0 auto;background:#ffffff0d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;border:1px solid rgba(255,255,255,.1);padding:2.5rem}.lang-selector[data-v-ff61dca3]{position:fixed;top:1rem;right:1rem;left:auto;z-index:25}.back-link[data-v-ff61dca3]{display:inline-block;color:#3498db;text-decoration:none;margin-bottom:1.5rem;font-weight:500;transition:color .2s}.back-link[data-v-ff61dca3]:hover{color:#6dd5fa}h1[data-v-ff61dca3]{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#fff}.last-updated[data-v-ff61dca3]{color:#aaa;margin-bottom:2rem;font-size:.9rem}section[data-v-ff61dca3]{margin-bottom:2rem}h2[data-v-ff61dca3]{font-size:1.3rem;font-weight:600;margin-bottom:.75rem;color:#3498db}p[data-v-ff61dca3]{line-height:1.7;color:#dcdcdc;margin-bottom:.5rem}ul[data-v-ff61dca3]{padding-left:1.5rem;margin-top:.5rem}li[data-v-ff61dca3]{line-height:1.7;color:#dcdcdc;margin-bottom:.25rem}.legal-links[data-v-ff61dca3]{display:flex;gap:1.5rem;flex-wrap:wrap;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.legal-links a[data-v-ff61dca3]{color:#3498db;text-decoration:none;font-size:.9rem;transition:color .2s}.legal-links a[data-v-ff61dca3]:hover{color:#6dd5fa}@media(max-width:768px){.legal-container[data-v-ff61dca3]{padding:1.5rem}h1[data-v-ff61dca3]{font-size:1.5rem}}
