:root{--bg: #f6f8fa;--surface: #ffffff;--panel: #fbfcfd;--sunken: #f0f3f7;--border: #e3e7ed;--border2: #cdd4de;--tx: #18212e;--tx2: #586675;--tx3: #8c96a4;--accent: #2f6df6;--accent2: #e9effe;--accentTx: #ffffff;--ad: #edf0f4;--adLine: #dbe1e9;--adTx: #96a0ae;--ok: #12855c;--warn: #a2650c;--err: #cf3d3d;--chk1: #ffffff;--chk2: #eceff4;--shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 10px 30px rgba(16, 24, 40, .08);--c-tag: #2f6df6;--c-attr: #8b5cf6;--c-str: #12855c;--c-com: #98a2b0;--c-num: #a2650c;--header-h: 48px}[data-theme=dark]{--bg: #10141a;--surface: #171c23;--panel: #1a2029;--sunken: #0d1116;--border: #252d38;--border2: #38414e;--tx: #e6ecf3;--tx2: #98a4b3;--tx3: #6a7684;--accent: #5b8dff;--accent2: #1c2942;--accentTx: #0a0e13;--ad: #1a2029;--adLine: #2a323e;--adTx: #69747f;--ok: #43c08a;--warn: #dfa458;--err: #f07070;--chk1: #20262e;--chk2: #191e25;--shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 10px 30px rgba(0, 0, 0, .35);--c-tag: #7aa2ff;--c-attr: #c4a7ff;--c-str: #5fd39a;--c-com: #6a7684;--c-num: #e0a458}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--tx);font-family:IBM Plex Sans,ui-sans-serif,system-ui,sans-serif;-webkit-font-smoothing:antialiased}body.is-editor{overflow:hidden}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent);text-decoration:underline}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}input,button,textarea,select{font:inherit;color:inherit}input::placeholder,textarea::placeholder{color:var(--tx3)}button{cursor:pointer}h1,h2,h3{font-family:Space Grotesk,sans-serif}@keyframes sfspin{to{transform:rotate(360deg)}}@keyframes sfin{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}::-webkit-scrollbar{width:11px;height:11px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:8px;border:3px solid transparent;background-clip:content-box}.mono{font-family:JetBrains Mono,ui-monospace,monospace}.spacer{flex:1}.gap-56{height:56px}.gap-64{height:64px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.chk{background-image:linear-gradient(45deg,var(--chk2) 25%,transparent 25%),linear-gradient(-45deg,var(--chk2) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,var(--chk2) 75%),linear-gradient(-45deg,transparent 75%,var(--chk2) 75%);background-size:16px 16px;background-position:0 0,0 8px,8px -8px,-8px 0}.spin{width:15px;height:15px;border:2px solid var(--border2);border-top-color:var(--accent);border-radius:50%;animation:sfspin .7s linear infinite;display:inline-block}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:34px;padding:0 15px;border:1px solid transparent;border-radius:8px;background:transparent;font-size:13px;font-weight:500;white-space:nowrap;transition:background .12s,border-color .12s,filter .12s,color .12s}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--accent{background:var(--accent);color:var(--accentTx);font-weight:600}.btn--accent:hover:not(:disabled){filter:brightness(1.07)}.btn--ghost{border-color:var(--border2);background:var(--surface);color:var(--tx)}.btn--ghost:hover:not(:disabled){background:var(--sunken)}.btn--quiet{border-color:var(--border);background:var(--surface);color:var(--tx2)}.btn--quiet:hover:not(:disabled){background:var(--sunken);color:var(--tx)}.btn--danger{border-color:var(--border2);background:var(--surface);color:var(--err)}.btn--danger:hover:not(:disabled){background:var(--sunken)}.btn--lg{height:36px;padding:0 16px;font-size:13.5px;font-weight:600}.btn--sm{height:30px;padding:0 12px;font-size:12.5px;border-radius:7px}.btn--xs{height:22px;padding:0 8px;font-size:11.5px;border-radius:6px}.btn--block{width:100%}.btn--icon{width:30px;height:30px;padding:0;border-color:var(--border);background:var(--surface);color:var(--tx2);font-size:14px;border-radius:7px}.btn--icon:hover:not(:disabled){background:var(--sunken);color:var(--tx)}.input{height:34px;padding:0 11px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--tx);font-size:14px;min-width:0;transition:border-color .12s}.input:focus{outline:none;border-color:var(--accent)}.input--code{height:26px;padding:0 8px;border-radius:6px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:11.5px}.textarea{padding:10px 11px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--tx);font-size:14px;line-height:1.55;resize:vertical;transition:border-color .12s}.textarea:focus{outline:none;border-color:var(--accent)}.textarea--code{font-family:JetBrains Mono,ui-monospace,monospace;font-size:12.5px;line-height:1.6}.range{flex:1;min-width:0;accent-color:var(--accent)}.field{display:flex;flex-direction:column;gap:6px}.field__label{font-size:12.5px;font-weight:500;color:var(--tx2)}.app{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.app.app--editor{height:100vh;min-height:0;overflow:hidden}.hdr{position:sticky;top:0;z-index:60;height:var(--header-h);flex:0 0 var(--header-h);display:flex;align-items:center;gap:16px;padding:0 16px;background:var(--surface);border-bottom:1px solid var(--border)}.hdr__brand{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none;background:none;border:0;padding:0}.hdr__mark{width:20px;height:20px;border-radius:5px;background:var(--accent);flex:0 0 20px}.hdr__name{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:15px;letter-spacing:-.01em;color:var(--tx)}.nav{display:flex;align-items:center;gap:2px}.nav__item{display:flex;align-items:center;gap:5px;padding:5px 9px;border:0;border-radius:6px;background:transparent;font-size:13px;color:var(--tx2);transition:background .12s,color .12s}.nav__item:hover{background:var(--sunken);color:var(--tx)}.nav__item.is-active{color:var(--tx);background:var(--sunken)}.nav__caret{font-size:9px;opacity:.7}.menu{position:absolute;top:34px;left:0;width:236px;padding:6px;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow);animation:sfin .12s ease-out;z-index:70}.menu--right{left:auto;right:0;width:214px;padding:5px;top:36px}.menu__item{display:flex;flex-direction:column;gap:1px;width:100%;padding:7px 9px;border:0;border-radius:7px;background:transparent;text-align:left}.menu__item:hover{background:var(--sunken)}.menu__item--row{flex-direction:row;align-items:center;justify-content:space-between;font-size:13px;color:var(--tx)}.menu__name{font-size:13px;font-weight:500;color:var(--tx)}.menu__desc{font-size:11px;color:var(--tx3)}.menu__hint{font-family:JetBrains Mono,ui-monospace,monospace;font-size:10.5px;color:var(--tx3)}@media (max-width: 700px){.hdr{gap:10px;padding:0 12px}.hdr__cta{display:none}.nav__item{padding:5px 7px}}@media (max-width: 520px){.hdr{gap:8px;padding:0 10px}.hdr__name{display:none}.nav{gap:0}.nav__item{padding:5px 6px;font-size:12.5px}}.page{flex:1}.wrap{max-width:1080px;margin:0 auto;padding:0 24px;width:100%}.wrap--narrow{max-width:720px;padding:0 20px}.wrap--mid{max-width:900px;padding:0 20px}.wrap--tool{max-width:960px;padding:0 20px}.section{padding-top:48px}.section__head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:18px}.section__title{margin:0;font-size:20px;letter-spacing:-.015em;color:var(--tx)}.section__note{font-size:12.5px;color:var(--tx3)}.hero{padding-top:64px;max-width:620px}.hero h1{margin:0 0 14px;font-size:clamp(34px,6vw,52px);line-height:1.04;letter-spacing:-.03em;font-weight:700;color:var(--tx);text-wrap:balance}.hero p{margin:0 0 32px;font-size:17px;line-height:1.55;color:var(--tx2);max-width:52ch;text-wrap:pretty}.drop{border:1.5px dashed var(--border2);border-radius:14px;background:var(--surface);padding:38px 28px;display:flex;flex-direction:column;align-items:center;gap:18px;transition:background .12s,border-color .12s}.drop.is-over{border-color:var(--accent);background:var(--accent2)}.drop__icon{width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--border);border-radius:11px;background:var(--surface);color:var(--tx2);font-size:18px}.drop__title{font-size:16px;font-weight:600;color:var(--tx);margin-bottom:5px}.drop__hint{font-size:13px;color:var(--tx3)}.drop__actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.drop__col{display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center}.tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(244px,1fr));gap:12px}.tool-card{display:flex;flex-direction:column;gap:7px;padding:16px;border:1px solid var(--border);border-radius:12px;background:var(--surface);cursor:pointer;text-align:left;transition:border-color .12s,transform .12s}.tool-card:hover{border-color:var(--accent);transform:translateY(-1px);text-decoration:none}.tool-card__top{display:flex;align-items:center;justify-content:space-between}.tool-card__slug{font-family:JetBrains Mono,ui-monospace,monospace;font-size:11px;color:var(--accent)}.tool-card__tag{font-size:11px;color:var(--tx3)}.tool-card__name{font-size:14.5px;font-weight:600;color:var(--tx)}.tool-card__desc{font-size:12.5px;line-height:1.45;color:var(--tx2);text-wrap:pretty}.faq{display:flex;flex-direction:column;border-top:1px solid var(--border);max-width:76ch}.faq__item{border-bottom:1px solid var(--border)}.faq__q{list-style:none;cursor:pointer;padding:15px 8px;font-size:15.5px;font-weight:500;color:var(--tx);display:flex;align-items:center;gap:10px}.faq__q::-webkit-details-marker{display:none}.faq__q:before{content:"+";font-family:JetBrains Mono,ui-monospace,monospace;font-size:14px;color:var(--accent);flex:0 0 12px}.faq__item[open] .faq__q:before{content:"−"}.faq__q:hover{color:var(--accent)}.faq__a{margin:0;padding:0 8px 16px 30px;font-size:14.5px;line-height:1.65;color:var(--tx2);max-width:68ch;text-wrap:pretty}.ad{display:flex;flex-direction:column;align-items:center;gap:6px}.ad__label{font-size:10px;letter-spacing:.09em;text-transform:uppercase;color:var(--adTx)}.ad__box{display:grid;place-items:center;width:100%;background:var(--ad);border:1px dashed var(--adLine);border-radius:8px;color:var(--adTx);font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;text-align:center;padding:8px}.editor{flex:1 1 0;min-height:0;display:flex;flex-direction:column;height:calc(100vh - var(--header-h));max-height:calc(100vh - var(--header-h));overflow:hidden}.etoolbar{flex:0 0 44px;display:flex;align-items:center;gap:8px;padding:0 10px;background:var(--panel);border-bottom:1px solid var(--border)}.etoolbar__sep{width:1px;height:20px;background:var(--border)}.etoolbar__name{width:170px;height:30px;padding:0 9px;border:1px solid transparent;border-radius:7px;background:transparent;color:var(--tx);font-size:13px;font-weight:500}.etoolbar__name:hover{border-color:var(--border);background:var(--surface)}.etoolbar__name:focus{outline:none;border-color:var(--accent);background:var(--surface)}@media (max-width: 700px){.etoolbar{gap:6px;padding:0 8px}.etoolbar__name{width:96px}.etoolbar__size,.etoolbar__sep,.etoolbar__code-label{display:none}}.epanes{flex:1;display:flex;min-height:0;position:relative}.pane{flex:0 0 auto;min-height:0;overflow:hidden;display:flex;flex-direction:column;background:var(--panel);z-index:30}.pane--left{width:224px;border-right:1px solid var(--border);position:relative}.pane--left.is-drawer{width:240px;position:absolute;left:0;top:0;bottom:0;box-shadow:var(--shadow)}.pane--right{width:284px;border-left:1px solid var(--border);position:relative}.pane--right.is-sheet{width:auto;position:absolute;right:0;bottom:0;left:0;max-height:54px;border-top-left-radius:14px;border-top-right-radius:14px;box-shadow:0 -8px 24px #0000002e;transition:max-height .16s ease-out}.pane--right.is-sheet.is-open{max-height:62vh}.pane__grip{flex:0 0 20px;display:grid;place-items:center;cursor:pointer;border:0;background:transparent;width:100%}.pane__grip span{width:34px;height:4px;border-radius:2px;background:var(--border2);display:block}.pane__head{flex:0 0 34px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;border-bottom:1px solid var(--border)}.pane__title{font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--tx3)}.pane__count{font-family:JetBrains Mono,ui-monospace,monospace;font-size:10.5px;color:var(--tx3)}.pane__body{flex:1;overflow:auto;min-height:0}.layer{display:flex;align-items:center;gap:7px;height:26px;width:100%;padding-right:5px;border:0;border-radius:6px;background:transparent;cursor:pointer;text-align:left}.layer:hover{background:var(--sunken)}.layer.is-active{background:var(--accent2)}.layer__tag{font-family:JetBrains Mono,ui-monospace,monospace;font-size:10px;color:var(--tx3);flex:0 0 auto}.layer.is-active .layer__tag{color:var(--accent)}.layer__label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:var(--tx2)}.layer.is-active .layer__label{color:var(--tx)}.layer.is-hidden .layer__label,.layer.is-hidden .layer__tag{color:var(--tx3)}.layer__eye{width:20px;height:20px;display:grid;place-items:center;border:0;border-radius:5px;background:transparent;color:var(--tx2);font-size:11px;flex:0 0 20px}.layer__eye:hover{background:var(--border)}.stage{flex:1;min-width:0;display:flex;flex-direction:column;background:var(--sunken)}.viewport{flex:1;position:relative;overflow:hidden;background-color:var(--chk1);touch-action:none}.viewport.is-grab{cursor:grab}.viewport.is-grabbing{cursor:grabbing}.stage__inner{position:absolute;left:50%;top:50%;transform-origin:center center}.stage__inner svg *{cursor:move}.handles{position:absolute;pointer-events:none;border:1px solid var(--accent)}.handles i{position:absolute;width:7px;height:7px;background:var(--surface);border:1px solid var(--accent)}.handles i:nth-child(1){left:-3.5px;top:-3.5px}.handles i:nth-child(2){right:-3.5px;top:-3.5px}.handles i:nth-child(3){left:-3.5px;bottom:-3.5px}.handles i:nth-child(4){right:-3.5px;bottom:-3.5px}.handles b{position:absolute;left:0;top:-19px;height:15px;padding:0 5px;display:flex;align-items:center;background:var(--accent);color:var(--accentTx);border-radius:3px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:9.5px;font-weight:400;white-space:nowrap}.zoombar{position:absolute;left:10px;bottom:10px;display:flex;align-items:center;gap:1px;padding:3px;background:var(--surface);border:1px solid var(--border);border-radius:9px;box-shadow:var(--shadow)}.zoombar button{height:26px;min-width:26px;display:grid;place-items:center;border:0;border-radius:6px;background:transparent;color:var(--tx2);font-size:15px}.zoombar button:hover{background:var(--sunken);color:var(--tx)}.zoombar__label{min-width:52px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:11.5px!important;color:var(--tx)!important}.zoombar__fit{padding:0 9px;font-size:11.5px!important}.zoombar__sep{width:1px;height:16px;background:var(--border);margin:0 3px}.empty-canvas{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center}.code-panel{flex:0 0 auto;height:200px;display:flex;flex-direction:column;background:var(--surface);border-top:1px solid var(--border)}.code-panel__head{flex:0 0 30px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;border-bottom:1px solid var(--border)}.code-panel textarea{flex:1;width:100%;padding:11px 12px;border:0;background:transparent;color:var(--tx);font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;line-height:1.65;resize:none;outline:none}.statusbar{flex:0 0 26px;display:flex;align-items:center;gap:12px;padding:0 12px;background:var(--panel);border-top:1px solid var(--border);font-size:11px;color:var(--tx3)}.insp-sec{padding:12px 10px;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:9px}.insp-sec--flat{border-bottom:0;flex-direction:row;gap:7px}.insp-label{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--tx3)}.insp-row{display:flex;align-items:center;gap:7px}.swatch{width:26px;height:26px;flex:0 0 26px;border:1px solid var(--border2);border-radius:6px;cursor:pointer;padding:0}.swatch--empty{background:repeating-linear-gradient(45deg,var(--sunken) 0 4px,var(--border) 4px 8px)}.picker{display:flex;flex-direction:column;gap:8px;padding:9px;border:1px solid var(--border);border-radius:9px;background:var(--surface)}.picker input[type=color]{width:100%;height:30px;padding:0;border:1px solid var(--border);border-radius:6px;background:var(--surface);cursor:pointer}.picker__row{display:flex;flex-wrap:wrap;gap:5px}.picker__dot{width:20px;height:20px;border-radius:5px;border:1px solid var(--border2);cursor:pointer;padding:0}.picker__none{height:20px;padding:0 7px;display:grid;place-items:center;border-radius:5px;border:1px solid var(--border2);background:var(--surface);color:var(--tx2);font-size:10.5px;cursor:pointer}.xform-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.xform-grid label{display:flex;align-items:center;gap:6px}.xform-grid span{font-family:JetBrains Mono,ui-monospace,monospace;font-size:10.5px;color:var(--tx3);width:12px}.empty-state{padding:34px 18px;text-align:center}.empty-state__box{width:34px;height:34px;margin:0 auto 12px;border:1px dashed var(--border2);border-radius:9px}.empty-state__title{font-size:12.5px;color:var(--tx2);margin-bottom:4px}.empty-state__sub{font-size:11.5px;line-height:1.45;color:var(--tx3)}.crumb{font-family:JetBrains Mono,ui-monospace,monospace;font-size:11.5px;color:var(--tx3);margin-bottom:10px}.crumb a{color:var(--accent)}.tool-title{margin:0 0 10px;font-size:clamp(28px,5vw,36px);line-height:1.1;letter-spacing:-.025em;color:var(--tx)}.tool-lede{margin:0 0 26px;font-size:15px;line-height:1.55;color:var(--tx2);max-width:60ch;text-wrap:pretty}.tool-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:16px;align-items:start}.tool-grid--wide{grid-template-columns:minmax(0,1fr) 340px}.tool-grid>*,.tool-grid--wide>*{min-width:0}@media (max-width: 900px){.tool-grid,.tool-grid--wide{grid-template-columns:minmax(0,1fr)}}.card{border:1px solid var(--border);border-radius:12px;background:var(--surface);overflow:hidden}.card__head{height:34px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border-bottom:1px solid var(--border)}.card__body{padding:14px;display:flex;flex-direction:column;gap:14px}.preview-pad{min-height:320px;display:grid;place-items:center;padding:24px}.seg{display:flex;gap:6px}.seg button{flex:1;height:30px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--tx2);font-size:12.5px;font-weight:500;transition:border-color .12s,background .12s,color .12s}.seg button:hover{background:var(--sunken)}.seg button.is-active{border-color:var(--accent);background:var(--accent2);color:var(--accent)}.kv{display:flex;justify-content:space-between;gap:10px;padding-top:12px;border-top:1px solid var(--border);font-size:12.5px}.kv span:first-child{color:var(--tx2)}.kv span:last-child{font-family:JetBrains Mono,ui-monospace,monospace;color:var(--tx)}.error-card{max-width:44ch;text-align:center;padding:14px;border:1px solid var(--err);border-radius:10px;background:var(--surface)}.error-card__title{font-size:13.5px;font-weight:600;color:var(--err);margin-bottom:4px}.error-card__body{font-size:12.5px;color:var(--tx2)}.stat{display:flex;flex-direction:column;gap:3px;padding:11px 12px;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.stat__k{font-size:10.5px;letter-spacing:.05em;text-transform:uppercase;color:var(--tx3)}.stat__v{font-family:JetBrains Mono,ui-monospace,monospace;font-size:15px;color:var(--tx)}.stat__v.is-ok{color:var(--ok)}.checkline{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--tx2)}.checkline input{accent-color:var(--accent);width:15px;height:15px}.out-code{margin:0;padding:12px;max-width:100%;max-height:260px;overflow:auto;background:var(--sunken);border:1px solid var(--border);border-radius:10px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;line-height:1.6;color:var(--tx);white-space:pre}.color-row{display:flex;align-items:center;gap:9px;padding:8px;border:1px solid var(--border);border-radius:9px;background:var(--surface)}.color-row__chip{width:28px;height:28px;flex:0 0 28px;border-radius:7px;border:1px solid var(--border2)}.color-row__hex{font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;color:var(--tx)}.color-row__count{font-size:11px;color:var(--tx3)}.sprite-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid var(--border);border-radius:9px;background:var(--surface)}.sprite-item__thumb{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border:1px solid var(--border);border-radius:7px;background:var(--chk1);overflow:hidden}.sprite-item__thumb svg{max-width:26px;max-height:26px;width:auto;height:auto}.prose{min-width:0;max-width:68ch}.prose h1{margin:0 0 14px;font-size:clamp(28px,5vw,38px);line-height:1.12;letter-spacing:-.025em;color:var(--tx);text-wrap:balance}.prose h2{margin:34px 0 12px;font-size:24px;letter-spacing:-.02em;color:var(--tx)}.prose h3{margin:26px 0 10px;font-size:18px;letter-spacing:-.015em;color:var(--tx)}.prose p{margin:0 0 16px;font-size:16.5px;line-height:1.7;color:var(--tx2);text-wrap:pretty}.prose ul,.prose ol{margin:0 0 20px;padding-left:18px;display:flex;flex-direction:column;gap:8px;font-size:16px;line-height:1.6;color:var(--tx2)}.prose code{font-family:JetBrains Mono,ui-monospace,monospace;font-size:.85em;background:var(--sunken);padding:1.5px 5px;border-radius:4px;color:var(--tx)}.prose pre{margin:0 0 22px;padding:14px 16px;background:var(--sunken);border:1px solid var(--border);border-radius:10px;overflow:auto;font-family:JetBrains Mono,ui-monospace,monospace;font-size:13px;line-height:1.65}.prose pre code{background:none;padding:0;font-size:13px}.article-meta{display:flex;flex-wrap:wrap;gap:14px;padding-bottom:22px;margin-bottom:26px;border-bottom:1px solid var(--border);font-size:12.5px;color:var(--tx3)}.article-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:44px;align-items:start}.article-grid>*{min-width:0}@media (max-width: 900px){.article-grid{grid-template-columns:minmax(0,1fr);gap:24px}.article-side{display:none}}.article-side{display:flex;flex-direction:column;gap:16px;position:sticky;top:68px}.toc{display:flex;flex-direction:column;gap:8px;font-size:13px}.toc a{color:var(--tx2)}.toc a.is-active{color:var(--accent)}.callout{margin:24px 0;padding:16px;border:1px solid var(--accent);border-radius:12px;background:var(--accent2);display:flex;flex-wrap:wrap;align-items:center;gap:14px}.callout__title{font-size:14.5px;font-weight:600;color:var(--tx);margin-bottom:3px}.callout__body{font-size:13px;line-height:1.45;color:var(--tx2)}.tok-tag{color:var(--c-tag)}.tok-attr{color:var(--c-attr)}.tok-str{color:var(--c-str)}.tok-com{color:var(--c-com)}.tok-num{color:var(--c-num)}.post-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:14px;width:100%;padding:16px 8px;border:0;border-bottom:1px solid var(--border);background:transparent;cursor:pointer;text-align:left}.post-row:hover{background:var(--surface);text-decoration:none}.post-row__date{font-family:JetBrains Mono,ui-monospace,monospace;font-size:11.5px;color:var(--tx3);width:82px;flex:0 0 82px}.post-row__title{flex:1;min-width:220px;font-size:15.5px;font-weight:500;color:var(--tx)}.post-row__read{font-size:12.5px;color:var(--tx3)}.pill-row{margin:34px 0 0;padding-top:22px;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;gap:10px}.pill{padding:9px 13px;border:1px solid var(--border);border-radius:9px;background:var(--surface);font-size:13px;color:var(--tx);cursor:pointer;transition:border-color .12s}.pill:hover{border-color:var(--accent);text-decoration:none}.pill--quiet{color:var(--tx2)}.footer{border-top:1px solid var(--border);background:var(--surface)}.footer__top{max-width:1080px;margin:0 auto;padding:32px 24px;display:flex;flex-wrap:wrap;gap:36px;align-items:flex-start}.footer__brand{flex:1;min-width:210px}.footer__col{display:flex;flex-direction:column;gap:8px}.footer__head{font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--tx3)}.footer__link{font-size:13px;color:var(--tx2);background:none;border:0;padding:0;text-align:left;cursor:pointer}.footer__link:hover{color:var(--accent);text-decoration:none}.footer__bottom{border-top:1px solid var(--border)}.footer__bottom-inner{max-width:1080px;margin:0 auto;padding:14px 24px;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;font-size:12px;color:var(--tx3)}.cookie{position:fixed;left:16px;bottom:16px;z-index:80;width:330px;max-width:calc(100vw - 32px);padding:14px;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);animation:sfin .18s ease-out}.cookie__title{font-size:13px;font-weight:600;color:var(--tx);margin-bottom:5px}.cookie p{margin:0 0 11px;font-size:12.5px;line-height:1.5;color:var(--tx2)}.cookie__row{display:flex;gap:7px}.toast{position:fixed;left:50%;bottom:26px;transform:translate(-50%);z-index:90;padding:9px 15px;background:var(--tx);color:var(--bg);border-radius:9px;font-size:13px;font-weight:500;box-shadow:var(--shadow);animation:sfin .14s ease-out;max-width:calc(100vw - 32px);text-align:center}.notfound{max-width:620px;margin:0 auto;padding:90px 20px;text-align:center}.notfound__code{font-family:JetBrains Mono,ui-monospace,monospace;font-size:13px;color:var(--tx3);margin-bottom:12px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
