:root{--bg-primary:#f0f2f5;--bg-surface:#fff;--bg-sidebar:#fff;--bg-input:#f7f8fa;--bg-hover:#f0f4ff;--border:#e2e5ea;--border-light:#eef0f3;--border-active:#4a7dff;--text-primary:#1a1d23;--text-secondary:#5f6672;--text-muted:#9ca3af;--accent:#4a7dff;--accent-light:#eef2ff;--accent-hover:#3b6ce6;--danger:#ef4444;--danger-bg:#fef2f2;--success:#22c55e;--success-bg:#f0fdf4;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 32px #0000001f;--radius-sm:6px;--radius-md:8px;--radius-lg:12px}body{background:var(--bg-primary);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5}.app{flex-direction:column;height:100vh;display:flex;overflow:hidden}.toolbar{background:var(--bg-surface);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;height:52px;padding:.5rem 1rem;display:flex}.toolbar-left{align-items:center;gap:.3rem;display:flex}.toolbar-right{align-items:center;gap:.4rem;display:flex}.toolbar-logo{color:var(--accent);letter-spacing:-.02em;margin-right:.5rem;font-size:1.1rem;font-weight:700}.toolbar-divider{background:var(--border);width:1px;height:20px;margin:0 .3rem}.toolbar-actions{align-items:center;gap:.4rem;display:flex}.toolbar-btn{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-surface);color:var(--text-secondary);cursor:pointer;align-items:center;gap:.35rem;padding:.4rem .7rem;font-size:.8rem;font-weight:500;transition:all .15s;display:flex}.toolbar-btn:hover{background:var(--bg-hover);border-color:var(--border-active);color:var(--accent)}.toolbar-btn.primary{background:var(--accent);border-color:var(--accent);color:#fff}.toolbar-btn.primary:hover{background:var(--accent-hover)}.layout{flex:1;display:flex;overflow:hidden}.panel{background:var(--bg-sidebar);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:280px;display:flex;overflow-y:auto}.panel::-webkit-scrollbar{width:5px}.panel::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.panel-section{border-bottom:1px solid var(--border-light);padding:.85rem 1rem}.panel-section:last-child{border-bottom:none}.panel-title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.6rem;font-size:.7rem;font-weight:600}.file-controls{gap:.4rem;display:flex}.file-btn{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-surface);color:var(--text-secondary);cursor:pointer;text-align:center;flex:1;padding:.4rem .6rem;font-size:.78rem;font-weight:500;transition:all .15s}.file-btn:hover{background:var(--bg-hover);border-color:var(--accent);color:var(--accent)}.import-buttons{gap:.35rem;display:flex}.import-btn{border:1px dashed var(--border);border-radius:var(--radius-sm);background:var(--bg-input);color:var(--text-secondary);cursor:pointer;flex:1;padding:.35rem .4rem;font-size:.72rem;font-weight:500;transition:all .15s}.import-btn:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-light)}.import-btn.ocr-btn{background:var(--accent-light);border:1px solid var(--accent);color:var(--accent);font-weight:600}.import-btn.ocr-btn:hover{background:var(--accent);color:#fff}.import-btn.ocr-btn:disabled{opacity:.5;cursor:not-allowed}.ocr-progress{background:var(--bg-input);border-radius:var(--radius-sm);border:1px solid var(--border);margin-top:.5rem;padding:.5rem}.ocr-progress-bar{background:var(--border);border-radius:3px;width:100%;height:6px;overflow:hidden}.ocr-progress-fill{background:var(--accent);border-radius:3px;height:100%;transition:width .3s}.ocr-progress-info{color:var(--text-secondary);justify-content:space-between;margin-top:.3rem;font-size:.68rem;display:flex}.ocr-cancel-btn{background:var(--danger-bg);color:var(--danger);border:1px solid var(--danger);border-radius:var(--radius-sm);cursor:pointer;margin-top:.3rem;padding:.2rem .5rem;font-size:.65rem}.ocr-cancel-btn:hover{background:var(--danger);color:#fff}.ocr-error{background:var(--danger-bg);color:var(--danger);border-radius:var(--radius-sm);border:1px solid var(--danger);margin-top:.4rem;padding:.3rem .5rem;font-size:.68rem}.preprocess-toggles{background:var(--bg-input);border-radius:var(--radius-sm);border:1px solid var(--border);margin-top:.5rem;padding:.5rem .6rem}.preprocess-title{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.35rem;font-size:.65rem;font-weight:600}.preprocess-loading{color:var(--text-muted);padding:.2rem 0;font-size:.7rem}.preprocess-toggle-row{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:.25rem 0;display:flex}.preprocess-toggle-row+.preprocess-toggle-row{border-top:1px solid var(--border-light)}.preprocess-label{color:var(--text-primary);font-size:.72rem}.toggle-switch{cursor:pointer;border-radius:8px;outline:none;flex-shrink:0;width:30px;height:16px;transition:background .2s;position:relative}.toggle-switch:focus-visible{box-shadow:0 0 0 2px var(--accent)}.toggle-switch.on{background:var(--accent)}.toggle-switch.off{background:#c8cdd6}.toggle-thumb{background:#fff;border-radius:50%;width:12px;height:12px;transition:left .15s;position:absolute;top:2px;box-shadow:0 1px 3px #00000040}.toggle-switch.on .toggle-thumb{left:16px}.toggle-switch.off .toggle-thumb{left:2px}.size-row{align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.size-row label{color:var(--text-muted);font-size:.75rem}.size-row select{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-input);color:var(--text-primary);flex:1;padding:.3rem .5rem;font-size:.8rem}.page-list{flex-direction:column;gap:.25rem;max-height:140px;display:flex;overflow-y:auto}.add-page-btn{border:1px dashed var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-muted);cursor:pointer;background:0 0;margin-top:.4rem;padding:.35rem;font-size:.75rem;transition:all .15s}.page-size-select{border:1px solid var(--border);background:var(--bg-surface);border-radius:3px;margin-left:auto;padding:.15rem .3rem;font-size:.7rem}.page-item{border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;justify-content:space-between;align-items:center;padding:.3rem .5rem;font-size:.78rem;transition:all .12s;display:flex}.page-item:hover{background:var(--bg-hover)}.page-item.active{background:var(--accent-light);color:var(--accent);font-weight:500}.page-actions{opacity:0;gap:2px;transition:opacity .12s;display:flex}.page-item:hover .page-actions,.page-item.active .page-actions{opacity:1}.page-action-btn{width:18px;height:18px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:3px;justify-content:center;align-items:center;font-size:.65rem;transition:all .1s;display:flex}.page-action-btn:hover{background:var(--border);color:var(--text-primary)}.page-action-btn.danger:hover{background:var(--danger-bg);color:var(--danger)}.page-action-btn:disabled{opacity:.3;cursor:default}.page-drag-handle{cursor:grab;color:var(--text-muted);-webkit-user-select:none;user-select:none;font-size:.7rem}.page-item.dragging{opacity:.4;border:1px dashed var(--accent);border-radius:var(--radius-sm)}.add-page-btn{border:1px dashed var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-muted);cursor:pointer;background:0 0;margin-bottom:.5rem;padding:.35rem;font-size:.75rem;font-weight:500;transition:all .15s}.add-page-btn:hover{border-color:var(--success);color:var(--success);background:var(--success-bg)}.delete-btn{width:22px;height:22px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;font-size:.75rem;transition:all .12s;display:flex}.delete-btn:hover{background:var(--danger-bg);color:var(--danger)}.delete-btn.small{width:18px;height:18px;font-size:.65rem}.entries-list{flex-direction:column;gap:.5rem;max-height:45vh;padding-right:.2rem;display:flex;overflow-y:auto}.entries-list::-webkit-scrollbar{width:4px}.entries-list::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:2px}.entry-card{border:1px solid var(--border-light);border-radius:var(--radius-md);background:var(--bg-surface);cursor:pointer;padding:.6rem .7rem;transition:all .12s}.entry-card:hover{border-color:var(--border);box-shadow:var(--shadow-sm)}.entry-card.selected{border-color:var(--accent);background:var(--accent-light);box-shadow:0 0 0 2px #4a7dff1a}.entry-header{justify-content:space-between;align-items:center;margin-bottom:.4rem;display:flex}.entry-actions{gap:2px;display:flex}.entry-action-btn{width:22px;height:22px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;font-size:.75rem;transition:all .12s;display:flex}.entry-action-btn:hover{background:var(--accent-light);color:var(--accent)}.shortcut-hint{float:right;color:var(--text-muted);text-transform:none;letter-spacing:0;font-size:.6rem;font-weight:400}.paste-btn{float:right;border:1px solid var(--border);background:var(--bg-input);color:var(--text-secondary);cursor:pointer;text-transform:none;letter-spacing:0;border-radius:3px;padding:1px 6px;font-size:.6rem;font-weight:500;transition:all .12s}.paste-btn:hover{border-color:var(--accent);color:var(--accent)}.entry-label{color:var(--text-secondary);font-size:.72rem;font-weight:600}.entry-text-row{margin-bottom:.4rem;position:relative}.latex-toggle{border:1px solid var(--border);background:var(--bg-input);color:var(--text-muted);cursor:pointer;border-radius:3px;padding:2px 6px;font-size:.62rem;font-weight:600;transition:all .12s;position:absolute;top:4px;right:4px}.latex-toggle:hover{border-color:var(--accent);color:var(--accent)}.latex-toggle.active{color:#fff;background:#16a34a;border-color:#16a34a}.latex-input{font-family:JetBrains Mono,Fira Code,monospace;font-size:.78rem}.image-import{flex:none;width:100%}.text-input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-input);width:100%;color:var(--text-primary);resize:vertical;min-height:48px;padding:.35rem .5rem;font-family:inherit;font-size:.8rem;line-height:1.4;transition:border-color .15s}.text-input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 2px #4a7dff1a}.entry-style-row{align-items:flex-end;gap:.5rem;margin-bottom:.35rem;display:flex}.mini-field{flex-direction:column;gap:.15rem;display:flex}.mini-field label{color:var(--text-muted);font-size:.65rem;font-weight:500}.mini-field input[type=number]{border:1px solid var(--border);background:var(--bg-input);width:52px;color:var(--text-primary);border-radius:4px;padding:.25rem .35rem;font-size:.78rem}.mini-field input[type=number]:focus{border-color:var(--accent);outline:none}.color-picker{border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:4px;width:28px;height:28px;padding:1px}.font-select{border:1px solid var(--border);background:var(--bg-input);width:100%;color:var(--text-primary);border-radius:4px;padding:.25rem .35rem;font-size:.75rem}.font-select:focus{border-color:var(--accent);outline:none}.style-toggles{align-self:flex-end;gap:2px;display:flex}.style-btn{border:1px solid var(--border);background:var(--bg-input);width:26px;height:26px;color:var(--text-secondary);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;transition:all .12s;display:flex}.style-btn.italic{font-style:italic;font-weight:500}.style-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.style-btn:hover:not(.active){border-color:var(--accent);color:var(--accent)}.align-group{background:var(--border);border-radius:4px;gap:1px;display:flex;overflow:hidden}.align-btn{background:var(--bg-input);width:26px;height:26px;color:var(--text-muted);cursor:pointer;border:none;justify-content:center;align-items:center;transition:all .12s;display:flex}.align-btn.active{background:var(--accent-light);color:var(--accent)}.align-btn:hover:not(.active){background:var(--bg-hover);color:var(--text-primary)}.range-input{width:100%;accent-color:var(--accent);cursor:pointer;height:4px}.flex-1{flex:1}.empty-state{text-align:center;color:var(--text-muted);padding:1.5rem .75rem;font-size:.8rem}.preview{background:var(--bg-primary);flex:1;justify-content:center;align-items:flex-start;padding:2rem;display:flex;overflow-y:auto}.pages-scroll{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.page-wrapper{position:relative}.page-label{text-align:center;color:var(--text-muted);margin-bottom:.4rem;font-size:.68rem;font-weight:500}.canvas-container{box-shadow:var(--shadow-lg);border-radius:2px;display:inline-block;position:relative}.html-page{-webkit-user-select:none;user-select:none;background:#fff;border-radius:2px;margin:0 auto 1.5rem;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000001f}.preview-toolbar{z-index:10;background:var(--bg-secondary,#f5f5f5);border-bottom:1px solid var(--border,#e0e0e0);gap:4px;padding:6px 12px;display:flex;position:sticky;top:0}.preview-tool-btn{border:1px solid var(--border,#ccc);cursor:pointer;background:#fff;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex}.preview-tool-btn.active{color:#fff;background:#4a7dff;border-color:#4a7dff}.html-block{pointer-events:none;background:0 0;outline:none;position:absolute;overflow:visible}.selection-box{pointer-events:none;border:1.5px dashed #4a7dff;position:absolute}.selection-handle{pointer-events:none;background:#fff;border:1.5px solid #4a7dff;width:10px;height:10px;position:absolute}.html-block .katex-display{padding:0;margin:0!important}.html-block .katex-html{white-space:normal}.canvas-container canvas:first-child{background:#fff;border-radius:2px;display:block}.overlay-canvas{cursor:crosshair;border-radius:2px;position:absolute;top:0;left:0}@media (width<=900px){.layout{flex-direction:column}.panel{border-right:none;border-bottom:1px solid var(--border);width:100%;max-height:40vh}.preview{padding:1rem}}.latex-editor-panel{background:var(--bg-surface);z-index:100;flex-direction:column;display:flex;position:fixed;inset:52px 0 0}.latex-editor-header{border-bottom:1px solid var(--border);background:var(--bg-input);justify-content:space-between;align-items:center;padding:.6rem 1rem;display:flex}.latex-editor-title{color:var(--text-primary);font-size:.9rem;font-weight:600}.latex-editor-actions{gap:.4rem;display:flex}.latex-editor-body{flex:1;display:flex;overflow:hidden}.latex-editor-textarea{border:none;border-right:1px solid var(--border);color:#cdd6f4;resize:none;tab-size:2;background:#1e1e2e;outline:none;flex:1;padding:1.5rem 2rem;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:.85rem;line-height:1.6}.latex-editor-info{background:var(--bg-input);width:240px;color:var(--text-secondary);padding:1rem;font-size:.75rem;line-height:1.5;overflow-y:auto}.latex-editor-info p{margin-bottom:.75rem}.latex-editor-info strong{color:var(--text-primary)}.latex-editor-error{background:var(--danger-bg);color:var(--danger);border-bottom:1px solid #fecaca;padding:.5rem 1rem;font-size:.8rem}.table-editor{flex-direction:column;gap:.35rem;width:100%;display:flex}.table-editor-scroll{border:1px solid var(--border);border-radius:4px;overflow-x:auto}.table-editor-table{border-collapse:collapse;min-width:100%;font-size:.72rem}.table-editor-col-header{background:var(--bg-secondary);text-align:center;border:1px solid var(--border-light);padding:2px 4px}.table-editor-row-ctrl{background:var(--bg-secondary);border:1px solid var(--border-light);text-align:center;padding:2px 3px}.table-editor-cell{border:1px solid var(--border-light);padding:1px}.table-cell-input{width:100%;min-width:60px;color:var(--text-primary);background:0 0;border:none;outline:none;padding:2px 4px;font-size:.72rem}.table-cell-input:focus{background:var(--accent-light)}.table-ctrl-btn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:2px;padding:1px 3px;font-size:.65rem;line-height:1}.table-ctrl-btn:hover:not(:disabled){color:var(--danger,#e53e3e);background:#e53e3e14}.table-ctrl-btn:disabled{opacity:.3;cursor:not-allowed}.table-editor-actions{gap:.4rem;display:flex}.table-add-btn{border:1px dashed var(--border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:4px;flex:1;padding:3px 6px;font-size:.7rem}.table-add-btn:hover{border-color:var(--accent);color:var(--accent)}.border-toggle{cursor:pointer;align-items:center;gap:0;margin-left:auto;display:flex}.border-toggle input{opacity:0;width:0;height:0;position:absolute}.border-toggle-track{background:var(--border);border-radius:8px;flex-shrink:0;width:28px;height:15px;transition:background .18s;display:inline-block;position:relative}.border-toggle-track:after{content:"";width:11px;height:11px;box-shadow:var(--shadow-sm);background:#fff;border-radius:50%;transition:left .18s;position:absolute;top:2px;left:2px}.border-toggle input:checked+.border-toggle-track{background:var(--accent)}.border-toggle input:checked+.border-toggle-track:after{left:15px}.border-controls{flex-direction:column;gap:.45rem;padding-top:.35rem;display:flex}.border-row{gap:.5rem;display:flex}.border-row .mini-field{flex:1}.border-preview-wrap{justify-content:center;margin-top:.35rem;display:flex}.border-preview-svg{border:1px solid var(--border-light);width:80px;height:104px;box-shadow:var(--shadow-sm);background:#f7f8fa;border-radius:3px;display:block}.border-popover-wrap{position:relative}.border-btn-active{background:var(--accent-light)!important;border-color:var(--accent)!important;color:var(--accent)!important}.border-popover{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);width:260px;box-shadow:var(--shadow-lg);z-index:1000;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden}.border-popover-header{background:var(--bg-input);border-bottom:1px solid var(--border-light);color:var(--text-primary);justify-content:space-between;align-items:center;padding:.55rem .75rem;font-size:.78rem;font-weight:600;display:flex}.border-popover-body{flex-direction:column;gap:.55rem;padding:.65rem .75rem .75rem;display:flex}.border-popover-body .border-row{flex-wrap:wrap;gap:.45rem;display:flex}.border-popover-body .mini-field{flex:1;min-width:52px}.landing{color:#e2e8f0;background:#0b0d14;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.landing-nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;background:#0b0d14e6;border-bottom:1px solid #1e2130;justify-content:space-between;align-items:center;height:56px;padding:0 2rem;display:flex;position:sticky;top:0}.landing-nav-logo{color:#4a7dff;letter-spacing:-.02em;font-size:1.15rem;font-weight:700}.landing-nav-btn{color:#c4cdd8;cursor:pointer;background:0 0;border:1px solid #2a2d3a;border-radius:6px;padding:.4rem 1.1rem;font-size:.85rem;font-weight:500;transition:all .15s}.landing-nav-btn:hover{color:#4a7dff;background:#1e2130;border-color:#4a7dff}.landing-hero{text-align:center;flex-direction:column;align-items:center;padding:5rem 1.5rem 4rem;display:flex}.landing-hero-badge{color:#7aa4ff;letter-spacing:.04em;text-transform:uppercase;background:#4a7dff14;border:1px solid #2a3a5e;border-radius:999px;margin-bottom:1.5rem;padding:.3rem .9rem;font-size:.75rem;font-weight:600;display:inline-block}.landing-hero-title{letter-spacing:-.03em;color:#f1f5f9;max-width:720px;margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.15}.landing-hero-sub{color:#8892a4;max-width:520px;margin-bottom:2.25rem;font-size:1.05rem;line-height:1.7}.landing-hero-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3.5rem;display:flex}.landing-btn-primary{color:#fff;cursor:pointer;background:#4a7dff;border:none;border-radius:8px;padding:.65rem 1.6rem;font-size:.9rem;font-weight:600;transition:background .15s,transform .1s}.landing-btn-primary:hover{background:#3b6ce6;transform:translateY(-1px)}.landing-btn-primary:active{transform:translateY(0)}.landing-btn-large{padding:.8rem 2.2rem;font-size:1rem}.landing-btn-ghost{color:#8892a4;cursor:pointer;background:0 0;border:1px solid #2a2d3a;border-radius:8px;align-items:center;padding:.65rem 1.4rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.landing-btn-ghost:hover{color:#c4cdd8;border-color:#4a4f63}.landing-preview-wrap{border:1px solid #1e2130;border-radius:12px;width:100%;max-width:860px;overflow:hidden;box-shadow:0 24px 64px #00000080}.landing-preview-chrome{background:#13151f;border-bottom:1px solid #1e2130;align-items:center;gap:.75rem;padding:.55rem 1rem;display:flex}.landing-preview-dots{gap:5px;display:flex}.landing-preview-dots span{background:#2a2d3a;border-radius:50%;width:10px;height:10px}.landing-preview-dots span:first-child{background:#ff5f57}.landing-preview-dots span:nth-child(2){background:#febc2e}.landing-preview-dots span:nth-child(3){background:#28c840}.landing-preview-url{color:#4a4f63;letter-spacing:.02em;font-family:monospace;font-size:.72rem}.landing-preview-body{background:#f0f2f5;min-height:340px;display:flex}.landing-preview-sidebar{background:#fff;border-right:1px solid #e2e5ea;flex-direction:column;flex-shrink:0;gap:1rem;width:180px;padding:.75rem;display:flex}.lp-sb-section{flex-direction:column;gap:.25rem;display:flex}.lp-sb-label{text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;margin-bottom:.15rem;padding:0 .3rem;font-size:.6rem;font-weight:700}.lp-sb-item{color:#5f6672;cursor:default;border-radius:5px;padding:.28rem .5rem;font-size:.72rem}.lp-sb-item.active{color:#4a7dff;background:#eef2ff;font-weight:500}.landing-preview-canvas{background:#f0f2f5;flex:1;justify-content:center;align-items:flex-start;padding:1.5rem;display:flex;overflow:hidden}.lp-canvas-page{background:#fff;border-radius:3px;flex-direction:column;gap:.75rem;width:100%;max-width:440px;padding:1.25rem 1.5rem;display:flex;box-shadow:0 2px 12px #0000001a}.lp-block{color:#1a1d23;font-size:.78rem;line-height:1.4}.lp-block-title{color:#1a1d23;font-size:.92rem;font-weight:700}.lp-block-text{color:#5f6672}.lp-block-eq{color:#1a1d23;text-align:center;background:#f7f8fa;border:1px solid #e2e5ea;border-radius:4px;padding:.5rem;font-family:Georgia,serif;font-size:1rem;font-style:italic}.lp-block-table table{border-collapse:collapse;width:100%;font-size:.72rem}.lp-block-table td{color:#374151;border:1px solid #e2e5ea;padding:.25rem .5rem}.lp-table-highlight td{color:#4a7dff;background:#eef2ff;font-weight:600}.lp-block-selected{color:#5f6672;background:#4a7dff08;padding:.5rem;position:relative}.lp-selection-border{pointer-events:none;border:1.5px dashed #4a7dff;border-radius:3px;position:absolute;inset:0}.landing-section{padding:5rem 1.5rem}.landing-section-alt{background:#0e1019}.landing-section-inner{max-width:960px;margin:0 auto}.landing-section-label{text-transform:uppercase;letter-spacing:.08em;color:#4a7dff;margin-bottom:.75rem;font-size:.72rem;font-weight:700}.landing-section-title{color:#f1f5f9;letter-spacing:-.02em;max-width:560px;margin-bottom:2.5rem;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700}.landing-features-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;display:grid}.landing-feature-card{background:#0e1019;border:1px solid #1e2130;border-radius:10px;padding:1.25rem 1.4rem;transition:border-color .2s,transform .15s}.landing-feature-card:hover{border-color:#2a3a5e;transform:translateY(-2px)}.landing-section-alt .landing-feature-card{background:#0b0d14}.landing-feature-icon{margin-bottom:.75rem;font-size:1.5rem;line-height:1}.landing-feature-title{color:#e2e8f0;margin-bottom:.4rem;font-size:.92rem;font-weight:600}.landing-feature-desc{color:#6b7685;font-size:.82rem;line-height:1.6}.landing-steps{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:0;display:grid;position:relative}.landing-step{padding:0 1.5rem 0 0;position:relative}.landing-step-number{color:#1e2130;font-variant-numeric:tabular-nums;letter-spacing:-.04em;margin-bottom:.75rem;font-size:2rem;font-weight:800;line-height:1}.landing-step-connector{background:#1e2130;width:1.5rem;height:1px;position:absolute;top:1rem;right:0}.landing-step-title{color:#e2e8f0;margin-bottom:.4rem;font-size:1rem;font-weight:600}.landing-step-desc{color:#6b7685;font-size:.82rem;line-height:1.6}.landing-cta{text-align:center;background:linear-gradient(#0b0d14 0%,#0d1226 100%);border-top:1px solid #1e2130;padding:5rem 1.5rem}.landing-cta-title{color:#f1f5f9;letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700}.landing-cta-sub{color:#6b7685;margin-bottom:2rem;font-size:.95rem}.landing-footer{background:#0b0d14;border-top:1px solid #1e2130;justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex}.landing-footer-copy{color:#4a4f63;font-size:.78rem}@media (width<=640px){.landing-hero{padding:3.5rem 1.25rem 3rem}.landing-preview-sidebar{display:none}.landing-steps{grid-template-columns:1fr;gap:1.5rem}.landing-step-connector{display:none}.landing-step{border-left:2px solid #1e2130;padding:0 0 0 1rem}.landing-footer{text-align:center;flex-direction:column;gap:.5rem}}*{box-sizing:border-box;margin:0;padding:0}body{color:#1a1d23;background:#f0f2f5;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{min-height:100vh}
