:root{--bg-app: #fdfcff;--bg-surface: #ffffff;--bg-subtle: #f0f4f8;--text-main: #1a1c1e;--text-dim: #444746;--md-sys-color-primary: #0b57d0;--md-sys-color-on-primary: #ffffff;--md-sys-color-primary-container: #d3e3fd;--md-sys-color-on-primary-container: #041e49;--md-sys-color-tertiary: #6750a4;--md-sys-color-on-tertiary: #ffffff;--md-sys-color-tertiary-container: #ffd8e4;--md-sys-color-on-tertiary-container: #31111d;--md-sys-color-error: #ba1a1a;--md-sys-color-on-error: #ffffff;--md-sys-color-error-container: #ffdad6;--md-sys-color-on-error-container: #410002;--md-sys-color-surface: #fdfcff;--md-sys-color-on-surface: #1a1c1e;--md-sys-color-surface-variant: #e0e2e0;--md-sys-color-on-surface-variant: #444746;--md-sys-color-surface-container-lowest: #ffffff;--md-sys-color-surface-container-low: #f7f2fa;--md-sys-color-surface-container: #f3edf7;--md-sys-color-surface-container-high: #ece6f0;--md-sys-color-surface-container-highest: #e6e0e9;--md-sys-color-outline: #e0e2e0;--md-sys-color-outline-variant: #c4c7c5;--md-sys-elevation-1: 0px 1px 3px 1px rgba(0, 0, 0, .15), 0px 1px 2px 0px rgba(0, 0, 0, .3);--md-sys-elevation-2: 0px 2px 6px 2px rgba(0, 0, 0, .15), 0px 1px 2px 0px rgba(0, 0, 0, .3);--md-sys-elevation-3: 0px 1px 3px 0px rgba(0, 0, 0, .3), 0px 4px 8px 3px rgba(0, 0, 0, .15);--font-sans: "Google Sans", "Roboto", "Inter", system-ui, sans-serif;--font-mono: "Roboto Mono", "JetBrains Mono", monospace;--container-max: 100%;--radius: 16px;--radius-sm: 8px;--radius-lg: 28px;--radius-full: 9999px;--pro-desk-padding: clamp(var(--space-lg), 2vw, 2.5rem);--chip-padding-v: 0px;--chip-padding-h: 4px;--chip-radius: 4px;--space-xs: .25rem;--space-sm: .5rem;--space-md: .75rem;--space-lg: 1rem;--space-xl: 1.5rem;--space-2xl: 2rem;--space-3xl: 3rem;--shadow-1: var(--md-sys-elevation-1);--shadow-2: var(--md-sys-elevation-2);--font-size-editor: 1.4rem;--workspace-bottom-sheet-width: min(820px, calc(100vw - (var(--space-xl) * 2)));--workspace-bottom-sheet-peek-height: 64px;--workspace-bottom-bar-safe-gap: var(--space-xl);--workspace-signature-reserved-height: 64px;--workspace-signature-floating-gap: .175rem;--workspace-bottom-overlay-reserved-height: calc(var(--workspace-bottom-bar-safe-gap) + var(--workspace-signature-reserved-height));--workspace-signature-bottom-offset: calc(var(--workspace-bottom-sheet-peek-height) + var(--workspace-signature-floating-gap));--workspace-pane-bottom-padding: calc(var(--workspace-bottom-sheet-peek-height) + var(--workspace-bottom-overlay-reserved-height));--workspace-pane-bottom-padding-mobile: calc(var(--workspace-bottom-sheet-peek-height) + max(var(--space-sm), env(safe-area-inset-bottom)) + var(--workspace-bottom-overlay-reserved-height));--workspace-manual-toolbox-reserved-height: 72px;--workspace-manual-page-bottom-padding: calc(var(--workspace-bottom-sheet-peek-height) + var(--workspace-bottom-bar-safe-gap) + var(--workspace-manual-toolbox-reserved-height) + env(safe-area-inset-bottom));--workspace-content-max-width: 880px;--workspace-content-inline-padding: clamp(var(--space-sm), 3vw, 1.5rem)}@media(min-width:769px){:root{--font-size-editor: 1.6rem}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100dvh;overflow:hidden;overscroll-behavior:none;font-family:var(--font-sans);line-height:1.6;color:var(--text-main);background-color:var(--bg-app);-webkit-font-smoothing:antialiased}@media(max-width:768px){:root{--workspace-bottom-sheet-width: calc(100vw - (var(--space-sm) * 2));--workspace-bottom-sheet-peek-height: 60px;--workspace-bottom-bar-safe-gap: var(--space-lg);--workspace-signature-reserved-height: 0px;--workspace-bottom-overlay-reserved-height: var(--workspace-bottom-bar-safe-gap);--workspace-signature-bottom-offset: calc(72px + env(safe-area-inset-bottom)) ;--workspace-pane-bottom-padding-mobile: calc(var(--workspace-bottom-sheet-peek-height) + max(var(--space-sm), env(safe-area-inset-bottom)) + var(--workspace-bottom-overlay-reserved-height));--workspace-manual-toolbox-reserved-height: 64px;--workspace-manual-page-bottom-padding: calc(var(--workspace-bottom-sheet-peek-height) + var(--workspace-bottom-bar-safe-gap) + var(--workspace-manual-toolbox-reserved-height) + env(safe-area-inset-bottom));--workspace-content-inline-padding: 0}}.container{width:100%!important;max-width:none!important;margin:0!important;padding-inline:var(--pro-desk-padding)}button{font:inherit;cursor:pointer;border:none;background:none;transition:all .2s cubic-bezier(.2,0,0,1)}button:disabled{opacity:.5;cursor:not-allowed}button:active{transform:scale(.98)}input,textarea,select{font:inherit;border:1px solid var(--md-sys-color-outline);border-radius:var(--radius-sm);background:var(--bg-surface);padding:var(--space-md) var(--space-lg);color:var(--text-main)}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--md-sys-color-primary);border-width:2px;padding:calc(var(--space-md) - 1px) calc(var(--space-lg) - 1px)}.card{background:var(--bg-surface);border:1px solid var(--md-sys-color-outline);border-radius:var(--radius);padding:var(--space-xl);box-shadow:var(--shadow-1)}.font-mono{font-family:var(--font-mono)}h1,h2,h3{letter-spacing:-.025em}.hidden.svelte-1qrqdkp{display:none}.settings-overlay.svelte-1qrqdkp{position:fixed;inset:0;z-index:9999;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.settings-dialog.svelte-1qrqdkp{position:fixed;z-index:10000;display:flex;flex-direction:column;overflow:hidden;background:var(--md-sys-color-surface);box-shadow:var(--md-sys-elevation-3)}@media(max-width:767px){.settings-dialog.svelte-1qrqdkp{bottom:0;left:0;width:100%;max-height:85dvh;border-radius:28px 28px 0 0}}@media(min-width:768px){.settings-dialog.svelte-1qrqdkp{top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:500px;max-height:85vh;border-radius:28px}}.settings-header.svelte-1qrqdkp{display:flex;justify-content:space-between;align-items:center;padding:1.25rem var(--space-xl);flex-shrink:0;border-bottom:1px solid var(--md-sys-color-outline-variant)}.settings-header.svelte-1qrqdkp h2:where(.svelte-1qrqdkp){margin:0;font-size:1.2rem;font-weight:800;color:var(--md-sys-color-on-surface)}.settings-content.svelte-1qrqdkp{flex:1;overflow-y:auto;padding:var(--space-lg) var(--space-xl) var(--space-2xl);display:flex;flex-direction:column;gap:.4rem}.close-btn.svelte-1qrqdkp{background:none;border:none;color:var(--text-dim);cursor:pointer;padding:var(--space-sm);display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.close-btn.svelte-1qrqdkp:hover{background:var(--bg-subtle)}.menu-section.svelte-1qrqdkp{display:flex;flex-direction:column;gap:.2rem}.menu-label.svelte-1qrqdkp{font-size:.65rem;font-weight:800;text-transform:uppercase;color:var(--text-dim);letter-spacing:.05em;padding:0 var(--space-sm) .2rem}.item.svelte-1qrqdkp,.menu-item.svelte-1qrqdkp{display:flex;flex-direction:column;gap:.4rem;padding:.6rem var(--space-md);font-size:.85rem;font-weight:600;border-radius:10px;color:var(--text-dim);border:none;background:none;text-align:left;cursor:pointer;width:100%}.item.svelte-1qrqdkp:hover,.menu-item.svelte-1qrqdkp:hover:not(.disabled){background:var(--bg-subtle);color:var(--text-main)}.sub-actions.svelte-1qrqdkp{display:flex;gap:.4rem;margin-top:.2rem;padding-left:var(--space-xl)}.item-main.svelte-1qrqdkp{display:flex;align-items:center;gap:.55rem}.toggle-item.svelte-1qrqdkp{flex-direction:row!important;justify-content:space-between;align-items:center}.switch-group.svelte-1qrqdkp{display:flex;align-items:center;gap:var(--space-sm)}.check-icon{color:var(--md-sys-color-primary)}.switch.svelte-1qrqdkp{width:32px;height:18px;background:var(--md-sys-color-outline-variant);border-radius:100px;position:relative;transition:background .2s}.switch.svelte-1qrqdkp:after{content:"";position:absolute;top:2px;left:2px;width:14px;height:14px;background:#fff;border-radius:50%;transition:transform .2s}.switch.on.svelte-1qrqdkp{background:var(--md-sys-color-primary)}.switch.on.svelte-1qrqdkp:after{transform:translate(14px)}.lang-switcher.svelte-1qrqdkp{display:flex;gap:var(--space-sm);padding:var(--space-xs) var(--space-sm)}.lang-btn.svelte-1qrqdkp{flex:1;padding:.4rem;border-radius:8px;font-size:.75rem;font-weight:700;background:var(--bg-subtle);border:1px solid var(--md-sys-color-outline-variant);color:var(--text-dim);cursor:pointer;transition:all .2s}.lang-btn.svelte-1qrqdkp:hover{background:var(--md-sys-color-surface-variant)}.lang-btn.active.svelte-1qrqdkp{background:var(--md-sys-color-primary);color:#fff;border-color:var(--md-sys-color-primary)}.radio.svelte-1qrqdkp{width:14px;height:14px;border:2px solid var(--md-sys-color-outline-variant);border-radius:50%;flex-shrink:0}.radio.active.svelte-1qrqdkp{border-color:var(--md-sys-color-primary);position:relative}.radio.active.svelte-1qrqdkp:after{content:"";position:absolute;top:2px;left:2px;width:6px;height:6px;background:var(--md-sys-color-primary);border-radius:50%}.premium-tag.svelte-1qrqdkp{font-size:.55rem;background:#fffbeb;color:#92400e;padding:.1rem .3rem;border-radius:4px;border:1px solid #fde68a;margin-left:.4rem}.action-btn.svelte-1qrqdkp{flex:1;display:flex;align-items:center;justify-content:center;gap:.3rem;padding:.3rem;border-radius:6px;font-size:.7rem;font-weight:700;background:var(--bg-subtle);border:1px solid var(--md-sys-color-outline-variant);color:var(--text-dim);transition:all .2s}.action-btn.svelte-1qrqdkp:hover{background:#fff;border-color:var(--md-sys-color-primary);color:var(--md-sys-color-primary)}.sep.svelte-1qrqdkp{height:1px;margin:.4rem 0;background:var(--md-sys-color-outline-variant)}.menu-footer-links.svelte-1qrqdkp{display:flex;justify-content:center;align-items:center;gap:var(--space-sm);padding:var(--space-sm);font-size:.7rem;color:var(--text-dim)}.menu-footer-links.svelte-1qrqdkp a:where(.svelte-1qrqdkp){color:inherit;text-decoration:none}.menu-footer-links.svelte-1qrqdkp a:where(.svelte-1qrqdkp):hover{text-decoration:underline;color:var(--md-sys-color-primary)}.workspace-signature.svelte-a7jih2{position:fixed;left:50%;transform:translate(-50%);bottom:var(--workspace-signature-bottom-offset);display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.18rem;padding:.3rem .65rem;border-radius:16px;background:color-mix(in srgb,var(--md-sys-color-surface) 58%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:color-mix(in srgb,var(--md-sys-color-on-surface-variant) 58%,transparent);font-size:.68rem;letter-spacing:.02em;z-index:1150;pointer-events:auto;-webkit-user-select:text;user-select:text;transition:opacity .18s ease,transform .18s ease;max-width:min(92vw,980px)}.workspace-signature.is-hidden.svelte-a7jih2{opacity:0;pointer-events:none}.workspace-signature-line.svelte-a7jih2{display:inline-flex;align-items:center;gap:.45rem;flex-wrap:wrap;justify-content:center}.workspace-signature-debug.svelte-a7jih2{max-width:100%;text-align:center;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.62rem;line-height:1.25;opacity:.82;word-break:break-all;white-space:normal;cursor:text}.workspace-signature-name.svelte-a7jih2{font-weight:700;color:inherit;text-decoration:none;pointer-events:auto}.workspace-signature-name.svelte-a7jih2:hover{color:var(--md-sys-color-on-surface);text-decoration:underline}.workspace-signature-copy.svelte-a7jih2{font-weight:500}.workspace-signature-version.svelte-a7jih2{font-variant-numeric:tabular-nums;opacity:.78}.workspace-signature-environment.svelte-a7jih2{display:inline-flex;align-items:center;padding:.08rem .42rem;border-radius:999px;background:color-mix(in srgb,var(--md-sys-color-error) 14%,transparent);color:var(--md-sys-color-error);font-size:.58rem;font-weight:800;letter-spacing:.08em}.workspace-signature-line.svelte-a7jih2 a:where(.svelte-a7jih2){color:color-mix(in srgb,var(--md-sys-color-on-surface-variant) 70%,transparent);text-decoration:none;pointer-events:auto}.workspace-signature-line.svelte-a7jih2 a:where(.svelte-a7jih2):hover{color:var(--md-sys-color-on-surface);text-decoration:underline}.workspace-signature-dot.svelte-a7jih2{opacity:.7}@media(max-width:768px){.workspace-signature.svelte-a7jih2{left:50%;transform:translate(-50%);bottom:var(--workspace-signature-bottom-offset);font-size:.68rem;align-items:center;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;padding:.2rem .4rem;max-width:96vw}html[data-keyboard-open=true] .workspace-signature.svelte-a7jih2{display:none}.workspace-signature-line.svelte-a7jih2{gap:.35rem;flex-wrap:wrap;justify-content:center}.workspace-signature-debug.svelte-a7jih2{font-size:.58rem}}.app-layout.svelte-12qhfyh{--app-header-height: 72px}.app-layout.svelte-12qhfyh{display:flex;flex-direction:column;height:100%;overflow:hidden}.main-header.svelte-12qhfyh{position:sticky;top:0;z-index:1000;flex-shrink:0;height:var(--app-header-height);padding:0 var(--space-lg);box-sizing:border-box;display:flex;align-items:center}.main-header.hidden.svelte-12qhfyh{display:none}.header-content.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;gap:var(--space-lg);width:100%;max-width:1200px;margin:0 auto;height:100%}.left-section.svelte-12qhfyh,.right-section.svelte-12qhfyh{flex:1;display:flex;align-items:center}.logo-group.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-md)}.right-section.svelte-12qhfyh{justify-content:flex-end}.header-tools.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-sm)}.header-action-group.svelte-12qhfyh{display:inline-flex;align-items:center;gap:var(--space-sm)}main.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative;width:100%;height:100%}.a4-canvas.svelte-12qhfyh{width:100%;height:100%;display:flex;flex-direction:column;min-height:0;margin:0}.main-content.is-tool-route.svelte-12qhfyh{padding:0}.main-content.is-legal-route.svelte-12qhfyh{overflow-y:auto}.page-transition-wrapper.svelte-12qhfyh{display:flex;flex-direction:column;flex:1;min-height:0;width:100%;height:100%}@media(min-width:768px){.a4-canvas.svelte-12qhfyh{max-width:1180px;margin:0 auto;padding:var(--space-2xl) clamp(20px,3vw,36px);height:auto;min-height:80vh}.a4-canvas.is-tool-route.svelte-12qhfyh{max-width:none;padding:0;min-height:100%}.a4-canvas.is-legal.svelte-12qhfyh{max-width:none;width:100%;margin:0;padding:0}}@media(max-width:768px){.main-header.svelte-12qhfyh{padding:0 var(--space-md)}}.init-overlay.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:var(--space-xl)}.maintenance-banner.svelte-12qhfyh{padding:4px var(--space-lg);text-align:center;flex-shrink:0;z-index:2000}.desktop-only-flex.svelte-12qhfyh{display:none!important}@media(min-width:768px){.desktop-only-flex.svelte-12qhfyh{display:flex!important}}.hidden.svelte-12qhfyh{display:none}.maintenance-banner.svelte-12qhfyh{background:var(--md-sys-color-warning, #f59e0b);color:#fff;font-size:.75rem;font-weight:700}.maintenance-banner.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#fff;text-decoration:underline}.main-header.svelte-12qhfyh{background:var(--bg-surface);border-bottom:1px solid var(--md-sys-color-outline-variant)}.logo.svelte-12qhfyh{text-decoration:none;flex-shrink:0}.logo.svelte-12qhfyh h1:where(.svelte-12qhfyh){font-size:1.1rem;font-weight:900;color:var(--text-main);margin:0}.logo.svelte-12qhfyh h1:where(.svelte-12qhfyh) span:where(.svelte-12qhfyh){color:var(--md-sys-color-primary)}.version-tag.svelte-12qhfyh{font-family:var(--font-mono);font-size:.6rem;font-weight:600;color:var(--text-dim);background:var(--md-sys-color-surface-container-high);padding:1px 4px;border-radius:4px;opacity:.7;display:flex;align-items:center;gap:2px}.environment-badge.svelte-12qhfyh{display:inline-flex;align-items:center;margin-left:.45rem;padding:.08rem .42rem;border-radius:999px;background:color-mix(in srgb,var(--md-sys-color-error) 14%,transparent);color:var(--md-sys-color-error);font-size:.68rem;font-weight:700;letter-spacing:.08em}.version-mismatch.svelte-12qhfyh{color:var(--md-sys-color-error);font-weight:900}.nav-btn.svelte-12qhfyh{display:flex;align-items:center;gap:.4rem;padding:var(--space-sm) var(--space-lg);border-radius:100px;font-weight:700;font-size:.9rem;border:none;cursor:pointer}.back-btn.svelte-12qhfyh{background:var(--md-sys-color-surface-container-high);color:var(--md-sys-color-on-surface-variant)}.icon-btn.svelte-12qhfyh{color:var(--text-dim);padding:.4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;background:none;cursor:pointer}.init-overlay.svelte-12qhfyh{color:var(--text-dim)}.init-overlay.error.svelte-12qhfyh{color:var(--md-sys-color-error)}.retry-btn.svelte-12qhfyh{background:var(--md-sys-color-primary);color:#fff;border:none;padding:var(--space-sm) var(--space-lg);border-radius:6px;cursor:pointer}.spinner.svelte-12qhfyh{width:2rem;height:2rem;border:3px solid var(--md-sys-color-primary-container);border-top-color:var(--md-sys-color-primary);border-radius:50%}.nav-btn.svelte-12qhfyh{transition:all .2s}.icon-btn.svelte-12qhfyh{transition:background .2s}.icon-btn.svelte-12qhfyh:hover{background:var(--bg-subtle)}.spinner.svelte-12qhfyh{animation:svelte-12qhfyh-spin 1s linear infinite}@keyframes svelte-12qhfyh-spin{to{transform:rotate(360deg)}}
