:root{--bg-primary: #F5F5F5;--bg-secondary: #FFFFFF;--text-color: #212121;--accent: #1E88E5;--syn-key: #42A5F5;--syn-string: #00BFA5;--syn-number: #FFB300;--syn-boolean: #FFB300;--border: #e5e7eb;--muted: #6b7280}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg-primary);color:var(--text-color)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}#root{display:flex;flex-direction:column;min-height:100vh}main{background:var(--bg-primary)}button{padding:8px 12px;border:1px solid var(--border);border-radius:8px;cursor:pointer;font-size:14px;background:var(--bg-secondary);color:var(--text-color);transition:filter .15s ease}button:hover{filter:brightness(.98)}button:disabled{opacity:.6;cursor:not-allowed}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;background:#f9fafb;transition:background .15s ease;cursor:pointer}.icon-btn:hover{background:#e5e7eb}.icon-btn.disabled{opacity:.6;cursor:not-allowed}.icon-btn>svg,.icon-btn svg{width:15px!important;height:15px!important;flex:0 0 15px}.icon-btn{position:relative}.icon-btn:after{content:attr(title);position:absolute;bottom:125%;left:50%;transform:translate(-50%);background:#111827;color:#fff;padding:4px 8px;border-radius:8px;font-size:12px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease-in-out;z-index:20;box-shadow:0 2px 6px #0003}.icon-btn:before{content:"";position:absolute;bottom:115%;left:50%;transform:translate(-50%);border-width:5px;border-style:solid;border-color:#111827 transparent transparent transparent;opacity:0;transition:opacity .15s ease-in-out;z-index:20}.icon-btn:hover:after,.icon-btn:hover:before{opacity:1}.btn{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 12px;border-radius:8px;background:#f9fafb;cursor:pointer;transition:background .15s ease}.btn:hover{background:#e5e7eb}.btn.primary{background:#1e88e5;color:#fff}.btn.primary:hover{background:#1d4ed8}.toolbar{display:inline-flex;gap:8px}.toolbar-right{display:inline-flex;align-items:center;gap:8px}.toolrow{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.toolrow .toolbar{display:flex;align-items:center;gap:8px}.chip{display:inline-flex;align-items:center;height:24px;padding:0 8px;border-radius:12px;background:#f3f4f6;color:#111827;font-size:12px}.chip.muted{background:#f9fafb;color:#6b7280}.chip.success{background:#e8f5e9;color:#2e7d32}.chip.danger{background:#ffebee;color:#c62828}.panel{background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;height:356px;overflow:hidden;display:flex;flex-direction:column}.panel>*{height:100%}.io-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width:900px){.io-grid{grid-template-columns:1fr}}.editor-shell{display:grid;grid-template-columns:48px 1fr;height:100%;overflow:hidden;background:var(--bg-secondary)}.editor-shell.frameless{border:none;border-radius:0}.editor-wrap{border:none!important;border-radius:0!important;background:transparent!important;height:100%}.panel .editor-shell,.panel .editor-wrap,.panel .code-block{height:100%!important;border:none;border-radius:0;overflow:hidden}.editor-gutter{background:#f5f5f5;border-right:1px solid var(--border);color:var(--muted);-webkit-user-select:none;user-select:none;overflow:hidden}.gutter-line{height:20px;line-height:20px;padding:0 8px;text-align:right}.editor-shell,.editor-gutter,.editor-pre{min-width:0;min-height:0}.editor-pre{margin:0;padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:20px;color:var(--text-color);white-space:pre;height:100%;-moz-tab-size:2;tab-size:2}.tok-key{color:var(--syn-key)}.tok-str{color:var(--syn-string)}.tok-num{color:var(--syn-number)}.tok-tag{color:#1e88e5}.tok-attr{color:var(--syn-key)}.code-block{background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;padding:12px;overflow:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:var(--text-color);height:356px}.intro-blurb{margin:6px 0 16px;background:var(--bg-secondary);color:var(--text-color);border:1px solid var(--border);border-radius:8px;padding:12px 14px;line-height:1.55;font-size:15px;font-weight:400}.intro-blurb code{background:var(--bg-primary);padding:0 4px;border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.menu a{padding:6px 10px;border-radius:6px}.menu a.active{font-weight:600;color:var(--accent);border-bottom:2px solid var(--accent)}.segmented{display:inline-flex;border:1px solid var(--border);border-radius:8px;overflow:hidden}.segmented>button{padding:6px 10px;background:#fff;border:none;font:inherit;cursor:pointer}.segmented>button+button{border-left:1px solid var(--border)}.segmented>button.active{background:#eef6ff;color:#1e66f5;font-weight:600}.diff-wrap{height:356px;overflow:auto;background:#fff}.diff-table{width:100%;border-collapse:collapse;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:20px;table-layout:fixed;min-width:720px}.diff-table thead .diff-head{position:sticky;top:0;z-index:1;background:#f5f5f5;color:#6b7280;font-weight:600;text-align:left;padding:6px 8px;border-bottom:1px solid var(--border)}.diff-table.sxs .col-l,.diff-table.sxs td.diff-sign:first-child{width:36px;text-align:right}.diff-table.sxs .col-left{width:calc(50% - 36px)}.diff-table.sxs .col-r,.diff-table.sxs td.diff-sign:nth-child(3){width:36px;text-align:right}.diff-table.sxs .col-right{width:calc(50% - 36px)}.diff-line{padding:0 8px;white-space:pre}.diff-eq{background:#fff}.diff-add{background:#ecfdf5}.diff-del{background:#fef2f2}.diff-chg{background:#fffbeb}.diff-unified{margin:0;padding:12px;white-space:pre-wrap;word-wrap:break-word;min-width:720px}.char-add{background:#bbf7d0;border-radius:3px}.char-del{background:#fecaca;border-radius:3px}.diff-unified{height:356px;overflow:auto;background:#fff;margin:0;padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:20px;white-space:pre-wrap;word-wrap:break-word}.dropzone{border:1px dashed var(--border);border-radius:10px;padding:10px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:8px}.dropzone.small{padding:6px 10px}.dropzone.over{background:#f0f7ff;border-color:#1e66f5}.dropzone-inner{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.dropzone-label{color:#6b7280;font-size:13px}.dropzone-error{margin-top:6px;color:#b91c1c;font-size:12px}.drop-btn{padding:4px 8px;border:1px dashed var(--border);border-radius:6px;background:#fff;cursor:pointer;font-size:13px;color:#374151;-webkit-user-select:none;user-select:none}.drop-btn.over{background:#f0f7ff;border-color:#1e66f5}.drop-error{margin-left:8px;color:#b91c1c;font-size:12px}header,footer{background:var(--bg-secondary);border-top:1px solid var(--border);color:var(--text-color)}.mode-select{position:relative;display:inline-block}.mode-trigger{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid var(--border, #e5e7eb);border-radius:.5rem;background:#fff;cursor:pointer}.mode-trigger:focus{outline:2px solid var(--focus, #60a5fa);outline-offset:2px}.mode-trigger__label{font-weight:600}.mode-trigger__chev{transition:transform .15s ease}.mode-select.open .mode-trigger__chev{transform:rotate(180deg)}.mode-menu{position:absolute;top:calc(100% + .25rem);left:0;z-index:10;min-width:280px;max-height:300px;overflow:auto;border:1px solid var(--border, #e5e7eb);border-radius:.5rem;background:#fff;box-shadow:0 6px 24px #00000014;padding:.25rem}.mode-item{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.5rem;padding:.5rem .625rem;border-radius:.375rem;cursor:pointer}.mode-item:hover,.mode-item.selected{background:#f3f4f6}.mode-item__from{color:#6b7280}.mode-item__arrow{color:#9ca3af}.mode-item__to{font-weight:600}.converter-topbar{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:12px}.checkbox-inline{display:inline-flex;align-items:center;gap:.5rem}.ml-auto{margin-left:auto}.panel-tree{padding:8px;overflow:auto}.panel-actions{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.chip-status{display:inline-block;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500;line-height:1.4;letter-spacing:.2px;background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.chip-status.ok{background:#ecfdf5;color:#047857;border-color:#a7f3d0}.chip-status.error{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.chip-status.muted{background:#f9fafb;color:#6b7280;border-color:#e5e7eb}.toolrow-left{display:inline-flex;align-items:center;gap:8px}.privacy-points{display:grid;gap:12px}.privacy-points .point{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px 14px}.privacy-points .point-title{font-weight:700;color:#0f766e;margin-bottom:6px}.cbox{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:visible}.cbox__header{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none;background:transparent;border:0}.cbox__header:hover{background:#f3f4f6;border-color:#d1d5db}.cbox__header{position:relative;z-index:1}.cbox__header:after{content:attr(data-tooltip);position:absolute;bottom:125%;left:50%;transform:translate(-50%);background:#111827;color:#fff;padding:2px 6px;border-radius:8px;font-size:12px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease-in-out;z-index:10}.cbox__header:before{content:"";position:absolute;bottom:115%;left:50%;transform:translate(-50%);border-width:4px;border-style:solid;border-color:#111827 transparent transparent transparent;opacity:0;transition:opacity .15s ease-in-out;z-index:10}.cbox__header:hover:after,.cbox__header:hover:before{opacity:1}.cbox__icon{transition:transform .18s ease}.cbox__title{font-size:18px;font-weight:600;line-height:1.35;color:#0f172a}.cbox__hint{position:relative;display:inline-block;width:16px;height:16px;margin-left:8px}.cbox__hint:after{content:attr(data-tooltip);position:absolute;bottom:125%;right:0;transform:translate(0);background:#111827;color:#fff;padding:2px 6px;border-radius:4px;font-size:12px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease-in-out;z-index:10}.cbox__hint:before{content:"";position:absolute;bottom:115%;right:4px;border-width:4px;border-style:solid;border-color:#111827 transparent transparent transparent;opacity:0;transition:opacity .15s ease-in-out;z-index:10}.cbox__hint:hover:after,.cbox__hint:hover:before{opacity:1}.cbox.open .cbox__header{border-bottom:1px solid #e5e7eb}.cbox__body{height:0;overflow:hidden;transition:height .18s ease}.cbox__content{padding:16px;line-height:1.7;font-size:14.5px;color:#374151}.cbox__content>:first-child{margin-top:0!important}.cbox__content>:last-child{margin-bottom:0!important}.cbox__content h2,.content-h2{font-size:16px;font-weight:600;line-height:1.35;color:#0f766e;margin:12px 0 8px}.cbox__content h3,.content-h3{font-size:14px;font-weight:600;line-height:1.4;color:#111827;margin:10px 0 6px}.cbox__content p{margin:6px 0 10px}.cbox__content ul{list-style:disc outside;padding-left:1.1rem;margin:4px 0 12px}.cbox__content ul.list-under{list-style-position:inside;padding-left:0;margin-left:0}.cbox__content ul.list-under li{line-height:1.6}.cbox__content ul.list-under li::marker{color:#6b7280}.link-quiet{color:#1e88e5;text-decoration:none;font-weight:500}.link-quiet:hover{text-decoration:underline;color:#1d4ed8}.section-title{font-size:18px;font-weight:600;line-height:1.35;color:#0f172a;margin:0 0 8px}.list-under{list-style-position:inside;padding-left:0;margin-left:0}.list-under li::marker{color:#6b7280}.page-title{font-size:22px;font-weight:700;line-height:1.3;color:#111827;margin:0 0 12px}.tool-list-under{list-style-position:inside;padding-left:0;margin-left:0}.tool-list-under li::marker{color:#212121}.cookie-consent{position:fixed;left:16px;right:16px;bottom:16px;z-index:9999;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px #0000001f;padding:12px 14px}.cookie-consent__inner{display:grid;grid-template-columns:1fr auto;gap:12px 16px;align-items:center}.cookie-consent__text{font-size:14px;line-height:1.5;color:#111827}.cookie-consent__controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.cookie-consent__opt{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#374151;-webkit-user-select:none;user-select:none}.btn.sm{height:30px;padding:0 10px;font-size:13px}@media (max-width: 720px){.cookie-consent__inner{grid-template-columns:1fr}.cookie-consent{left:8px;right:8px;bottom:8px;padding:10px 12px}.cookie-consent__controls{justify-content:space-between}}
