:root{color-scheme:light;--bg:#f7f8fa;--panel:#fff;--text:#183044;--muted:#627180;--line:#dfe5ea;--accent:#d6f494;--brand:#163b4f;--soft:#edf2f5;--error:#b33131;--shadow:0 12px 35px #1830440b;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:14px}
:root[data-theme=dark]{color-scheme:dark;--bg:#101b24;--panel:#182732;--text:#e5edf2;--muted:#a8b7c2;--line:#304551;--brand:#d6f494;--soft:#213542;--error:#ffa5a5;--shadow:0 12px 35px #0002}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,summary,a{ -webkit-tap-highlight-color:transparent}button{cursor:pointer;background:var(--panel);color:var(--text);border:1px solid var(--line);border-radius:8px;padding:8px 13px}button:hover{background:var(--soft)}button:disabled{opacity:.45;cursor:default}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #8cb954;outline-offset:3px}input:focus,textarea:focus,select:focus{outline:2px solid #7da84c;outline-offset:-2px}input,select,textarea{border:1px solid var(--line);background:var(--panel);color:var(--text);border-radius:8px;min-width:0;padding:10px 38px 10px 12px;width:100%}textarea{resize:vertical;min-height:180px;font:13px/1.75 ui-monospace,SFMono-Regular,Consolas,monospace;tab-size:2}input[type=checkbox]{width:22px;height:22px;accent-color:#426f37}h1,h2,h3,p{margin:0}h1{letter-spacing:-.055em;line-height:1.08}h2,h3{letter-spacing:-.025em}small{font-size:11px}button,summary{font-weight:550}[hidden]{display:none!important}.header{height:76px;padding:0 5%;display:flex;align-items:center;border-bottom:1px solid var(--line);background:var(--panel);gap:24px;position:relative;z-index:10}.brand{display:flex;align-items:center;gap:10px;white-space:nowrap}.brand strong{font-size:19px;letter-spacing:-.6px}.brand strong span{font-weight:400;color:var(--muted);margin-left:5px}.current-tool{font-size:12px;color:var(--muted);border-left:1px solid var(--line);padding-left:24px}.nav{margin-left:auto;display:flex;align-items:center;gap:12px}.icon{width:38px;height:38px;padding:0;display:inline-grid;place-items:center;font-size:18px}.tool-menu summary{list-style:none;cursor:pointer;padding:12px;font-size:13px}.tool-menu summary::-webkit-details-marker{display:none}.tool-menu summary span{padding-left:12px}.menu-panel{position:absolute;right:5%;top:65px;padding:14px;width:min(360px,90vw);max-height:70vh;overflow:auto;background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:12px}.menu-panel a{display:flex;justify-content:space-between;padding:10px;border-radius:6px;font-size:13px}.menu-panel a:hover,.menu-panel a[aria-current]{background:var(--soft)}.menu-panel input{margin-bottom:10px}.menu-panel small{color:var(--muted)}.skip{position:absolute;left:10px;top:-100px;background:var(--accent);padding:10px;z-index:100}.skip:focus{top:10px}.hero{padding:68px 5% 32px;max-width:1500px;margin:auto}.eyebrow{font-size:10px;letter-spacing:1.8px;font-weight:650;display:flex;align-items:center;gap:8px;color:var(--muted)}.status-dot{width:6px;height:6px;border-radius:100%;background:#638e43;display:inline-block}.hero h1{font-size:clamp(48px,5.7vw,82px);font-weight:580;margin:23px 0 22px}.hero h1 span{color:#668179}.hero>p{color:var(--muted);font-size:16px;line-height:1.8}.search-wrap{margin-top:34px;position:relative;max-width:630px;display:flex;align-items:center}.search-wrap input{padding:17px 50px;height:58px;background:var(--panel);border-radius:10px;box-shadow:var(--shadow)}.search-wrap>span{position:absolute;left:18px;font-size:27px;color:var(--muted)}.search-wrap kbd{position:absolute;right:17px;border:1px solid var(--line);padding:0 7px;border-radius:4px;color:var(--muted)}.filters{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.filters button{font-size:12px;padding:8px 14px;background:transparent;border-color:transparent;border-radius:20px;color:var(--muted)}.filters button.active{background:var(--text);color:var(--bg)}.filters small{margin-left:5px}.catalog{padding:18px 5% 48px;max-width:1500px;margin:auto}.section-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.section-label h2{font-size:16px;font-weight:600}.section-label>span{color:var(--muted);font-size:11px}.cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.card{display:flex;flex-direction:column;border:1px solid var(--line);background:var(--panel);padding:23px;border-radius:12px;min-height:260px;transition:transform .16s,border-color .16s}.card:hover{transform:translateY(-3px);border-color:#86a478;box-shadow:var(--shadow)}.card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:23px}.tool-glyph{width:41px;height:41px;border-radius:10px;background:var(--soft);display:grid;place-items:center;font:600 20px ui-monospace,monospace;color:var(--brand)}.card-arrow{color:#a2adb5;font-size:20px}.category{font-size:9px;text-transform:uppercase;letter-spacing:1.4px;color:var(--muted);font-weight:650}.card h3{font-size:17px;margin:6px 0 9px;line-height:1.25}.card p{font-size:12px;color:var(--muted);line-height:1.7;margin-bottom:22px}.card-bottom{margin-top:auto;padding-top:12px;border-top:1px solid var(--line);font-size:11px;display:flex;justify-content:space-between}.index-note{margin:0 5% 50px;border-top:1px solid var(--line);padding:36px 0;display:flex;align-items:center;justify-content:space-between;gap:30px}.index-note>span{font-size:10px;letter-spacing:1px;color:var(--muted)}.index-note p{font-size:23px;font-weight:500;line-height:1.4}.index-note a{font-size:12px;border-bottom:1px solid var(--muted)}footer{border-top:1px solid var(--line);padding:25px 5%;display:flex;justify-content:space-between;font-size:11px;color:var(--muted);gap:20px}footer i{margin:0 14px;font-style:normal}.tool-heading{display:flex;justify-content:space-between;align-items:center;padding:21px 3% 20px;gap:20px}.back{font-size:11px;color:var(--muted)}.tool-heading h1{font-size:27px;letter-spacing:-1px;margin:8px 0 6px}.tool-heading p{color:var(--muted);font-size:12px}.pill{border:1px solid var(--line);border-radius:20px;padding:6px 12px;font-size:11px;display:flex;align-items:center;gap:8px}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 12px minmax(0,1fr);padding:0 3%;height:calc(100dvh - 235px);min-height:500px}.panel{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--panel);display:flex;flex-direction:column;min-width:0;box-shadow:var(--shadow)}.panel-heading{padding:15px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);min-height:61px}.panel-heading h2{font-size:13px;font-weight:650;display:flex;gap:12px;align-items:center}.panel-heading h2 span{font:10px ui-monospace,monospace;color:var(--muted)}.subtle{background:var(--soft);border:0;font-size:11px}.input-panel form{display:flex;flex-direction:column;min-height:0;flex:1}.fields{overflow:auto;flex:1;display:grid;grid-template-columns:1fr 1fr;gap:17px;padding:20px;align-content:start}.wide{grid-column:1/-1}.field{min-width:0}.field-label{display:flex;align-items:center;gap:8px;margin-bottom:7px;font-size:11px;font-weight:600}.required{color:var(--muted)}.info{border-radius:50%;padding:0;width:17px;height:17px;min-width:17px;font:11px Georgia,serif;color:var(--muted);border:1px solid var(--line)}.field-info{padding:10px;border:1px solid var(--line);border-radius:6px;font-size:11px;color:var(--muted);margin-bottom:8px;background:var(--soft)}.control{position:relative}.control .clear{position:absolute;top:3px;right:3px;border:0;background:transparent;font-size:18px;color:var(--muted);height:32px;width:28px}.control:has(textarea) .clear{background:var(--panel)}.field-error{font-size:11px;color:var(--error);margin-top:4px}.editor{display:flex;border:1px solid var(--line);border-radius:8px;overflow:hidden}.editor textarea{border:0;border-radius:0;flex:1;padding-left:8px}.line-numbers{padding:10px 6px 10px 10px;background:var(--soft);color:var(--muted);font:11px/2.067 ui-monospace,monospace;margin:0;min-width:32px;overflow:hidden;max-height:400px;user-select:none}.run-bar{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;border-top:1px solid var(--line);gap:12px}.run-bar>span{font-size:10px;color:var(--muted)}.primary{border:0;display:inline-flex;align-items:center;gap:22px;background:#163b4f;color:#fff;border-radius:8px;padding:11px 18px;font-weight:600;font-size:12px}.primary:hover{background:#24536a}.view-bar{display:flex;justify-content:space-between;padding:12px 20px;border-bottom:1px solid var(--line)}.view-tabs{background:var(--soft);padding:3px;border-radius:7px;display:flex}.view-tabs button{border:0;background:transparent;padding:4px 14px;font-size:11px;color:var(--muted)}.view-tabs button.active{background:var(--panel);box-shadow:0 1px 3px #0001;color:var(--text)}.tree-actions{display:flex;gap:5px}.tree-actions button{border:0;padding:3px 7px;font-size:17px}.result-scroll{flex:1;overflow:auto;padding:20px;min-height:0}.panel-bottom{padding:9px 20px;border-top:1px solid var(--line);font-size:9px;color:var(--muted);display:flex;justify-content:space-between}#empty{text-align:center;padding:70px 15px;color:var(--muted)}.empty-icon{font-size:30px;width:62px;height:62px;display:inline-grid;place-items:center;border:1px dashed var(--line);border-radius:16px;margin-bottom:20px}#empty h3{font-size:17px;color:var(--text);margin-bottom:8px}#empty p{font-size:12px}.output-actions{display:flex;gap:8px}.output-actions button{font-size:16px}#source{margin:0;font:12px/1.8 ui-monospace,Consolas,monospace;white-space:pre;tab-size:2}#preview{font:12px/1.8 ui-monospace,Consolas,monospace;overflow-wrap:anywhere}#preview details{margin-left:12px;border-left:1px solid var(--line);padding-left:9px}#preview summary{cursor:pointer;padding:3px 0;color:var(--brand)}#preview .leaf{padding:3px 0 3px 16px;color:var(--muted)}.value{color:#507947}.tree-label{font-weight:650;color:var(--text)}#preview pre{white-space:pre-wrap}#insights{display:flex;flex-wrap:wrap;gap:6px;padding:0 20px}#insights span{font-size:10px;padding:4px 8px;border:1px solid var(--line);border-radius:5px;margin-top:8px}#result-status{padding:0 20px;font-size:11px}#result-status:not(:empty){padding-top:10px}#result-status.error{color:var(--error)}table{width:100%;border-collapse:collapse;font-size:11px;margin-top:20px;white-space:nowrap}th,td{padding:8px;text-align:left;border-bottom:1px solid var(--line)}th{background:var(--soft);font-weight:600}.resize-handle{cursor:col-resize;position:relative}.resize-handle:after{content:"";position:absolute;left:5px;top:45%;height:35px;width:2px;background:var(--line);border-radius:2px}.wiki{margin:65px 5%;border-top:1px solid var(--line);padding-top:45px;display:grid;grid-template-columns:1fr 2fr;gap:70px}.wiki h2{font-size:30px;line-height:1.2;margin:14px 0}.wiki-intro>p{color:var(--muted);font-size:12px}.wiki-content{display:grid;grid-template-columns:1fr 1fr;gap:24px}.wiki article h3{font-size:14px;margin-bottom:10px}.wiki article p,.wiki dd{color:var(--muted);font-size:12px}.wiki article:last-child{grid-column:1/-1}.wiki dl{display:grid;grid-template-columns:1fr 3fr;gap:8px;font-size:12px}.wiki dd{margin:0}.prose{max-width:820px;margin:70px auto;padding:0 25px;min-height:65vh}.prose h1{font-size:54px;margin:20px 0}.prose p{color:var(--muted);margin:20px 0}.prose .lead{font-size:22px}.prose h2{margin-top:50px}.prose li{padding:7px 0;color:var(--muted)}.banner{padding:10px 5%;background:var(--accent);color:#183044;font-size:12px}.banner button{margin-left:12px}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);border-radius:8px;background:var(--text);color:var(--bg);padding:12px 20px;box-shadow:var(--shadow);z-index:100;font-size:12px}.composition-row{display:grid;grid-template-columns:2fr 1fr 30px;gap:5px;margin-bottom:6px;padding-right:28px}.composition-row button{padding:0}.add-component{font-size:11px;margin-top:7px}.file-label{font-size:11px;padding:10px 20px}.file-label input{margin-top:5px}.callback-url{padding:12px;border:1px solid var(--line);border-radius:6px;display:block;overflow-wrap:anywhere;background:var(--soft)}#preview a{color:var(--brand);text-decoration:underline}
@media(min-width:1600px){.hero,.catalog{max-width:1550px}.cards{gap:20px}}@media(max-width:1100px){.cards{grid-template-columns:repeat(3,minmax(0,1fr))}.current-tool{display:none}.fields{grid-template-columns:1fr}.workspace{height:calc(100dvh - 235px)}}@media(max-width:760px){.header{height:64px;padding:0 5%;gap:8px}.brand strong{font-size:16px}.brand strong span{display:none}.nav{gap:3px}.hero{padding-top:38px}.hero h1{font-size:56px}.hero>p{font-size:14px}.cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.card{padding:17px;min-height:245px}.card h3{font-size:15px}.filters{gap:2px}.filters button{padding:8px 10px}.index-note{display:block}.index-note p{margin:14px 0}.workspace{display:flex;flex-direction:column;height:auto;min-height:0;gap:16px;padding:0 4%}.resize-handle{display:none}.input-panel{min-height:460px;max-height:85dvh}.output-panel{min-height:500px;height:75dvh}.fields{grid-template-columns:1fr 1fr;padding:16px}.tool-heading{padding:20px 4%}.tool-heading h1{font-size:24px}.pill{display:none}.wiki{grid-template-columns:1fr;gap:25px;margin:45px 5%}.wiki-content{grid-template-columns:1fr}.wiki dl{grid-template-columns:1fr}.wiki dd{margin-bottom:12px}footer{flex-direction:column;gap:7px}.prose h1{font-size:42px}.icon,.clear.icon,.info,.tree-actions button{min-width:44px;min-height:44px}.info{border:0;background:transparent}.field-label{margin-bottom:0}.control .clear{top:0;right:0}.control input,.control select{padding-right:47px}.section-label>span{font-size:10px}}@media(max-width:420px){.cards{grid-template-columns:1fr}.card{min-height:230px}.hero h1{font-size:48px}.fields{grid-template-columns:1fr}.tool-menu summary{font-size:11px}.run-bar>span{max-width:130px}.header .brand{gap:6px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

