:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1e1f22;background:#fff;font-synthesis:none;--ink: #1e1f22;--muted: #6d6f78;--line: #d9dadd;--soft: #f5f5f7;--accent: #5865f2;--green: #248046}*{box-sizing:border-box}body{margin:0;min-width:320px;height:100dvh;overflow:hidden}button,textarea,input{font:inherit}button{cursor:pointer}a{color:inherit}.icon{width:1em;height:1em;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.inline-icon{width:14px;height:14px;vertical-align:-2px}.brand-arrow{width:15px;height:15px;color:var(--muted);vertical-align:-2px}button:focus-visible,textarea:focus-visible,input:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.site-header,main{width:min(1280px,calc(100% - 40px));margin-inline:auto}.site-header{height:64px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{font-weight:700;letter-spacing:-.025em;text-decoration:none}.header-actions{display:flex;align-items:center;gap:18px;color:var(--muted);font-size:13px}.header-actions a{display:inline-flex;align-items:center;gap:4px;text-underline-offset:3px}main{height:calc(100dvh - 64px);display:flex;flex-direction:column;padding-bottom:20px}.intro{flex:0 0 clamp(170px,25vh,230px);display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:72px;align-items:center}.intro h1{margin:0;font-size:clamp(36px,5vw,64px);line-height:.98;letter-spacing:-.055em}.intro-copy{max-width:470px;padding-top:8px}.intro-copy p{margin:0;color:#414248;font-size:clamp(14px,1.4vw,17px);line-height:1.55}.intro-copy .trust-copy{margin-top:12px;color:var(--muted);font-size:13px}.workspace{position:relative;flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);border:1px solid #b7b8bd;border-radius:8px;overflow:hidden;background:#fff}.panel{display:flex;min-width:0;flex-direction:column}.input-panel{position:relative;border-right:1px solid #b7b8bd}.input-panel.dragging:after{content:"Drop Markdown file";position:absolute;inset:8px;z-index:4;display:grid;place-items:center;border:2px dashed var(--accent);border-radius:6px;background:#fffffff0;color:var(--accent);font-size:40px;pointer-events:none}.panel-heading{height:56px;flex:0 0 56px;display:flex;align-items:center;justify-content:space-between;padding:0 16px 0 18px;border-bottom:1px solid var(--line)}.panel-heading h2{margin:0;font-size:14px;font-weight:650;letter-spacing:-.01em}.tools{display:flex;align-items:center;gap:3px}.icon-button,.copy-all,.copy-button{display:inline-grid;place-items:center;border:0;border-radius:5px;color:var(--muted);background:transparent}.icon-button{width:34px;height:34px;font-size:18px}.icon-button .icon,.copy-all .icon,.copy-button .icon{width:17px;height:17px}.icon-button:hover{color:var(--ink);background:var(--soft)}.icon-button:disabled{color:#c9cace;background:transparent;cursor:default}.copy-all{min-width:34px;height:34px;padding:0 9px;grid-auto-flow:column;gap:6px;color:#fff;background:var(--accent);font-size:13px;font-weight:700}.copy-all:disabled{color:#a5a6ab;background:#ececef;cursor:default}.copy-all.copied,.copy-button.copied{color:#fff;background:var(--green)}textarea{width:100%;flex:1;min-height:0;resize:none;border:0;outline:0;padding:20px;color:var(--ink);background:transparent;font:400 14px/1.65 ui-monospace,SFMono-Regular,Consolas,monospace;tab-size:2}textarea::placeholder{color:#a1a2a7}.panel-footer{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px 0 18px;border-top:1px solid var(--line);color:var(--muted);font:12px/1.2 ui-monospace,SFMono-Regular,Consolas,monospace}.tab-state{display:inline-flex;font-size:16px}.flow-arrow{position:absolute;top:18px;left:50%;z-index:3;width:38px;height:20px;margin-left:-19px;display:grid;place-items:center;color:var(--muted);background:#fff;font-size:13px}.flow-arrow .icon{width:15px;height:15px}.output-panel{background:#fafafa}.outputs{flex:1;min-height:0;padding:14px;overflow:auto}.empty-state{display:grid;place-items:center;height:100%;min-height:180px;color:#c4c5c9}.empty-state .icon{width:28px;height:28px}.warnings:empty{display:none}.warnings{display:grid;border-bottom:1px solid #ead7a2}.warning{display:flex;justify-content:space-between;gap:14px;padding:9px 14px;background:#fff8e6;color:#654b0d;font-size:11px;line-height:1.45}.warning+.warning{border-top:1px solid #f0dfb4}.warning a{flex:0 0 auto;color:inherit;font-weight:700}.message-card{position:relative;margin-bottom:10px;border:1px solid #d4d5d9;border-radius:6px;overflow:hidden;background:#fff}.message-card.message-copied{border-color:#84b494}.message-card.message-copied .message-heading{color:var(--green);background:#f0f8f2}.message-heading{display:flex;justify-content:space-between;padding:8px 10px;background:var(--soft);color:var(--muted);font-size:10px;font-weight:650}.message-length{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.message-card pre{margin:0;min-height:100px;padding:14px 44px 46px 14px;overflow-wrap:anywhere;white-space:pre-wrap;font:400 13px/1.6 ui-monospace,SFMono-Regular,Consolas,monospace}.copy-button{position:absolute;right:9px;bottom:9px;width:32px;height:30px;border:1px solid #c9cace;color:var(--ink);background:#fff;font-size:14px}.copy-button:hover{border-color:#92949b;background:var(--soft)}.output-footer{background:#fff}.toggle{display:flex;align-items:center;gap:7px;color:var(--muted);cursor:pointer}.toggle .icon{width:17px;height:17px}.toggle input{margin:0;accent-color:var(--accent)}.undo-toast{position:fixed;left:50%;bottom:20px;z-index:8;transform:translate(-50%);padding:10px 12px;border-radius:6px;background:var(--ink);color:#fff;font-size:12px;box-shadow:0 6px 24px #0000002e}.undo-toast[hidden]{display:none}.undo-toast button{margin-left:12px;border:0;background:transparent;color:#fff;font-weight:700;text-decoration:underline}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:800px){body{height:auto;min-height:100dvh;overflow:auto}.site-header,main{width:min(100% - 24px,680px)}main{height:auto;min-height:calc(100dvh - 64px)}.intro{flex-basis:auto;grid-template-columns:1fr;gap:18px;padding:42px 0}.intro h1{font-size:clamp(38px,11vw,54px)}.intro-copy{padding:0}.workspace{flex:none;grid-template-columns:1fr;min-height:auto}.input-panel{border-right:0;border-bottom:1px solid #b7b8bd}.flow-arrow{top:50%;transform:translateY(-50%) rotate(90deg)}textarea,.outputs{min-height:300px}.empty-state{min-height:260px}}@media(max-width:480px){.site-header{height:54px}main{min-height:calc(100dvh - 54px)}.intro{padding:34px 0}.panel-heading{height:50px;flex-basis:50px}textarea{min-height:260px;padding:16px}.outputs{min-height:260px;padding:10px}.flow-arrow{display:none}}
