*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}header{background:#fff;border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.header-nav a{color:#666;font-size:.95rem;text-decoration:none}.header-nav{align-items:center;gap:1.25rem;display:flex}.header-nav a:hover{color:#333}.site-title{color:#333;font-size:1.5rem;font-weight:700;text-decoration:none}.container{max-width:800px;margin:2rem auto;padding:0 1rem}.filter-bar{gap:.5rem;margin-bottom:1.5rem;display:flex}.developer-callout{color:#333;background:#fff;border:1px solid #e2e2e2;border-radius:8px;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding:1rem 1.25rem;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 1px 3px #00000014}.developer-callout:hover{border-color:#d4d4d4;box-shadow:0 2px 8px #0000001f}.developer-callout strong{margin:.15rem 0 .25rem;font-size:1.1rem;display:block}.developer-callout p{color:#707070;font-size:.92rem}.developer-callout-kicker{color:#888;letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:700}.developer-callout-action{color:#666;flex-shrink:0;align-items:center;gap:.35rem;font-size:.9rem;font-weight:600;display:inline-flex}.developer-callout-action svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:16px;height:16px}.filter-btn{color:#666;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:20px;padding:.4rem 1rem;font-size:.9rem;transition:all .2s}.filter-btn:hover{border-color:#999}.filter-btn.active{color:#fff;background:#333;border-color:#333}.platform-badge{color:#fff;background:#888;border-radius:10px;margin-top:.25rem;padding:.15rem .5rem;font-size:.75rem;display:inline-block}.posts{grid-template-columns:1fr;gap:1rem;display:grid}.post-card{min-width:0;color:inherit;background:#fff;border-radius:8px;gap:1rem;padding:1.1rem;text-decoration:none;transition:box-shadow .2s;display:flex;box-shadow:0 1px 3px #0000001a}.post-card:hover{box-shadow:0 2px 8px #00000026}.post-card-image{object-fit:cover;border-radius:8px;flex-shrink:0;width:76px;height:76px}.post-card-content{min-width:0}.post-card-content h2{margin-bottom:.25rem;font-size:1.2rem}.post-date{color:#999;font-size:.85rem}.post-card-content p{color:#666;margin-top:.5rem;font-size:.88rem;line-height:1.45}@media (width>=700px){.posts{grid-template-columns:repeat(2,minmax(0,1fr))}}.post h1{margin-bottom:.25rem;font-size:2rem}.post .post-date{margin-bottom:1.5rem;display:block}.post-body p{margin-bottom:1rem;line-height:1.6}.post-body a{color:#06c}.post-image-center{text-align:center;margin:1.5rem 0}.post-image-center img{border-radius:8px}.screenshots{flex-wrap:wrap;justify-content:center;gap:.5rem;margin:1.5rem 0;display:flex}.screenshots img{border-radius:8px}.contact{color:#666;font-size:.9rem}.post-body h2{margin:1.5rem 0 .75rem;font-size:1.4rem}.post-body h3{margin:1.25rem 0 .5rem;font-size:1.1rem}.post-body ul{margin:0 0 1rem 1.5rem;line-height:1.6}.post-body li{margin-bottom:.25rem}.post-body code{background:#eee;border-radius:3px;padding:.1em .4em;font-size:.9em}.feedback-form{margin-top:1.5rem}.form-field{margin-bottom:1rem}.form-field label{margin-bottom:.3rem;font-size:.95rem;font-weight:600;display:block}.form-field input,.form-field textarea{border:1px solid #ccc;border-radius:6px;width:100%;padding:.6rem .8rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.form-field input:focus,.form-field textarea:focus{border-color:#06c;outline:none}.feedback-form button{color:#fff;cursor:pointer;background:#333;border:none;border-radius:6px;padding:.7rem 2rem;font-size:1rem;transition:background .2s}.feedback-form button:hover{background:#555}.feedback-form button:disabled{cursor:not-allowed;background:#999}.form-success{color:#2e7d32;background:#e8f5e9;border-radius:6px;margin-top:1rem;padding:.8rem}.form-error{color:#c62828;background:#fbe9e7;border-radius:6px;margin-top:1rem;padding:.8rem}.admin-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.sign-out-btn{color:#666;cursor:pointer;background:0 0;border:1px solid #ccc;border-radius:6px;padding:.4rem 1rem;font-size:.9rem}.sign-out-btn:hover{color:#333;border-color:#999}.feedback-count{color:#999;margin-bottom:1rem;font-size:.9rem}.feedback-list{margin-top:1rem}.feedback-item{background:#fff;border:1px solid #eee;border-radius:8px;margin-bottom:1rem;padding:1rem}.feedback-meta{flex-wrap:wrap;align-items:baseline;gap:.75rem;margin-bottom:.5rem;display:flex}.feedback-meta a{color:#06c;font-size:.9rem}.delete-btn{color:#ccc;cursor:pointer;background:0 0;border:none;margin-left:auto;padding:0 .25rem;font-size:1rem}.delete-btn:hover{color:#c0392b}.feedback-date{color:#999;margin-left:auto;font-size:.85rem}.feedback-message{color:#444;line-height:1.6}.feedback-high{border-left:4px solid #e74c3c}.feedback-analysis{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.75rem;display:flex}.analysis-summary{color:#666;width:100%;margin:.25rem 0 0;font-size:.85rem;font-style:italic}.badge{text-transform:capitalize;border-radius:12px;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.badge-bug_report{color:#c0392b;background:#fde8e8}.badge-feature_request{color:#2980b9;background:#e8f4fd}.badge-question{color:#f39c12;background:#fef9e7}.badge-praise{color:#27ae60;background:#e8fde8}.badge-spam{color:#999;background:#eee}.badge-other{color:#666;background:#f0f0f0}.badge-positive{color:#27ae60;background:#e8fde8}.badge-neutral{color:#666;background:#f0f0f0}.badge-negative{color:#c0392b;background:#fde8e8}.badge-priority-high{color:#fff;background:#c0392b}.badge-priority-medium{color:#fff;background:#f39c12}.badge-priority-low{color:#666;background:#ddd}.badge-app{color:#8e44ad;background:#e8e8fd}.developer-page{width:min(1040px,100vw - 2rem);margin-left:50%;transform:translate(-50%)}.developer-hero{color:#29313b;background:#fafafa;border:1px solid #e0e3e6;border-radius:12px;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:center;gap:2rem;padding:2.25rem;display:grid;box-shadow:0 2px 10px #1f29370d}.developer-kicker,.section-eyebrow{color:#697583;letter-spacing:.09em;text-transform:uppercase;margin-bottom:.55rem;font-size:.72rem;font-weight:800;display:block}.developer-kicker{color:#697583}.developer-hero h1{letter-spacing:-.035em;max-width:680px;font-size:clamp(1.8rem,3.5vw,2.75rem);line-height:1.12}.developer-hero p{color:#68727e;max-width:650px;margin-top:.85rem;font-size:.98rem;line-height:1.55}.developer-hero-links{flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;display:flex}.developer-hero-links a{color:#4b5563;background:#fff;border:1px solid #ccd2d9;border-radius:7px;align-items:center;min-height:38px;padding:.55rem .85rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.developer-hero-links a:hover{border-color:#9ea7b1}.developer-hero-links .primary-link{color:#fff;background:#56616e;border-color:#56616e}.hero-code{color:#4d5866;background:#fff;border:1px solid #dde1e6;border-radius:8px;padding:1.15rem;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.76rem;line-height:1.75}.hero-code span{color:#536b7d}.hero-code em{color:#8a929c;font-style:normal}.project-section,.json-demo,.demo-suite{margin-top:2rem}.section-heading{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1rem;display:flex}.section-heading h2{color:#29313b;letter-spacing:-.025em;font-size:1.55rem}.section-heading>a{color:#52627a;text-underline-offset:3px;font-size:.9rem}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.project-card{background:#fff;border:1px solid #e1e6ed;border-radius:10px;flex-direction:column;min-height:220px;padding:1.25rem;display:flex;box-shadow:0 2px 8px #1720330a}.project-card-topline{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.project-card h3{color:#172033;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:1.18rem}.project-card-topline>span{color:#718096;font-size:.8rem}.project-card>p{color:#5e6b7e;margin-top:.7rem;line-height:1.55}.project-card ul{color:#455369;margin:1rem 0 1.25rem 1.1rem;font-size:.9rem;line-height:1.7}.project-links{gap:.65rem;margin-top:auto;display:flex}.project-links a{color:#4b5967;background:#f0f2f4;border-radius:6px;padding:.45rem .8rem;font-size:.86rem;font-weight:700;text-decoration:none}.project-links a:hover{background:#e5e8eb}.json-demo{background:#fff;border:1px solid #dde3eb;border-radius:14px;padding:1.5rem;scroll-margin-top:1rem;box-shadow:0 12px 35px #17203314}.demo-heading{align-items:center}.sample-picker{color:#5e6b7e;align-items:center;gap:.55rem;font-size:.85rem;font-weight:650;display:flex}.sample-picker select{color:#26364d;font:inherit;background:#f7f9fb;border:1px solid #ccd4df;border-radius:7px;padding:.55rem 2.2rem .55rem .75rem}.editor-grid,.result-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.editor-panel,.result-panel{border:1px solid #dce2ea;border-radius:9px;overflow:hidden}.editor-label,.result-panel-heading{background:#f5f7fa;border-bottom:1px solid #dce2ea;justify-content:space-between;align-items:center;gap:1rem;min-height:48px;padding:.75rem 1rem;display:flex}.editor-label span,.result-panel-heading h3{color:#26364d;font-size:.92rem;font-weight:750}.editor-label small{color:#7b8798;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem}.json-editor{height:280px}.json-editor .cm-editor,.json-editor .cm-scroller{height:100%}.json-editor-loading{color:#7a8798;background:#f7f9fb;place-items:center;font-size:.82rem;display:grid}.demo-error{color:#9b2c2c;background:#fff4f4;border:1px solid #f4caca;border-radius:8px;flex-direction:column;gap:.3rem;margin-top:1rem;padding:1rem;display:flex}.demo-summary{color:#52627a;background:#f7f9fb;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;margin:1rem 0;padding:.85rem 1rem;font-size:.88rem;display:flex}.demo-summary>div:first-child{align-items:baseline;gap:.45rem;display:flex}.summary-number{color:#172033;font-size:1.4rem;font-weight:800}.verification-ok,.verification-failed{font-weight:750}.verification-ok{color:#536960}.verification-failed{color:#a33a3a}.result-panel{background:#fbfcfe;min-height:330px}.result-panel-heading h3{margin-top:.15rem}.package-label{color:#687582;font-family:SFMono-Regular,Consolas,monospace;font-size:.7rem}.result-count{color:#445269;text-align:center;background:#e7ecf2;border-radius:999px;min-width:28px;padding:.25rem .45rem;font-size:.75rem;font-weight:750}.verified-dot{background:#7a8f86;border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 4px #7a8f861f}.change-list{flex-direction:column;gap:.55rem;max-height:360px;padding:.8rem;display:flex;overflow:auto}.change-item{color:#344258;text-align:left;cursor:pointer;background:#fff;border:1px solid #e0e5ec;border-left-width:3px;border-radius:6px;grid-template-columns:64px minmax(0,1fr);gap:.18rem .55rem;width:100%;padding:.65rem .75rem;display:grid}.change-item:hover{border-color:#9db2c7}.change-item code{color:#24364d;text-overflow:ellipsis;white-space:nowrap;font-family:SFMono-Regular,Consolas,monospace;font-size:.79rem;overflow:hidden}.change-item small{color:#748095;text-overflow:ellipsis;white-space:nowrap;grid-column:2;font-family:SFMono-Regular,Consolas,monospace;font-size:.7rem;overflow:hidden}.change-kind{text-transform:uppercase;font-size:.68rem;font-weight:800}.change-added{border-left-color:#22a884}.change-added .change-kind{color:#168268}.change-removed{border-left-color:#db6b6b}.change-removed .change-kind{color:#b44747}.change-changed{border-left-color:#e1a33c}.change-changed .change-kind{color:#a56b0b}.empty-result{color:#68768a;text-align:center;padding:2rem 1rem}.change-order-output{color:#d7e4f5;background:#172033;min-height:280px;max-height:360px;padding:1rem;font-family:SFMono-Regular,Consolas,monospace;font-size:.76rem;line-height:1.55;overflow:auto}.location-panel{background:#f5f8fa;border:1px solid #e0e5eb;border-radius:8px;grid-template-columns:minmax(260px,1.5fr) 1fr 1fr;align-items:end;gap:1rem;margin-top:1rem;padding:1rem;display:grid}.location-input label{color:#344258;margin-bottom:.4rem;font-size:.8rem;font-weight:750;display:block}.location-input input{color:#26364d;background:#fff;border:1px solid #cbd4df;border-radius:6px;width:100%;padding:.65rem .75rem;font-family:SFMono-Regular,Consolas,monospace;font-size:.82rem}.location-input input:focus{border-color:#4d94ad;outline:2px solid #2084a633}.location-input small{color:#7a8798;margin-top:.35rem;font-size:.72rem;display:block}.location-result{background:#fff;border:1px solid #dce2e9;border-radius:6px;flex-direction:column;gap:.3rem;min-height:62px;padding:.7rem .8rem;display:flex}.location-result>span{color:#7a8798;text-transform:uppercase;letter-spacing:.08em;font-size:.7rem}.location-result strong{color:#1c5f55;font-size:.86rem}.location-missing{color:#909aaa;font-size:.82rem}.demo-suite{scroll-margin-top:1rem}.demo-tabs{background:#f1f2f4;border:1px solid #e0e3e6;border-radius:9px;grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem;padding:.4rem;display:grid}.demo-tabs button{color:#5c697c;cursor:pointer;min-height:46px;font:inherit;background:0 0;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:.55rem;padding:.65rem .8rem;font-size:.84rem;font-weight:750;display:flex}.demo-tabs button:hover{color:#253b52;background:#ffffff85}.demo-tabs button:focus-visible{outline-offset:2px;outline:2px solid #7a8794}.demo-tabs button.active{color:#303942;background:#fff;border-color:#d6dde6;box-shadow:0 1px 4px #1720330f}.demo-tabs button span{color:#607086;background:#dfe6ed;border-radius:6px;place-items:center;width:23px;height:23px;font-size:.7rem;display:grid}.demo-tabs button.active span{color:#fff;background:#6b7580}.demo-block{background:#fff;border:1px solid #dde3eb;border-radius:10px;margin-top:1rem;padding:1rem;scroll-margin-top:1rem;box-shadow:0 2px 10px #1720330a}.demo-block-heading{grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:.9rem;margin-bottom:1rem;display:grid}.demo-number{color:#4c5662;background:#e9ecef;border-radius:8px;place-items:center;width:34px;height:34px;font-size:.88rem;font-weight:800;display:grid}.demo-block-heading h3{color:#172033;margin:.1rem 0 .25rem;font-size:1.2rem}.demo-block-heading p{color:#667386;max-width:720px;font-size:.88rem;line-height:1.45}.demo-status{border-radius:999px;align-self:center;padding:.35rem .65rem;font-size:.72rem;font-weight:750}.demo-status.success{color:#536960;background:#edf2ef}.demo-status.failed{color:#9b3434;background:#fdeaea}.three-panel-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;display:grid}.two-panel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.generator-grid .json-editor,.generator-grid .rendered-json,.generator-grid .panel-error{height:340px}.render-panel{background:#fbfcfe;border:1px solid #dce2ea;border-radius:9px;flex-direction:column;min-width:0;display:flex;overflow:hidden}.rendered-json{color:#364152;white-space:pre;background:#f4f5f7;height:280px;padding:1rem;font-family:SFMono-Regular,Consolas,monospace;font-size:.74rem;line-height:1.55;overflow:auto}.rendered-empty,.panel-error{color:#7a8798;text-align:center;flex:1;place-items:center;min-height:360px;padding:1.25rem;display:grid}.panel-error{color:#9b2c2c;background:#fff4f4;align-content:center;font-family:SFMono-Regular,Consolas,monospace;font-size:.78rem;line-height:1.5}.render-panel-footer{background:#f5f7fa;border-top:1px solid #dce2ea;justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem .75rem;font-size:.75rem;display:flex}.render-panel-footer button,.locator-controls>button,.path-examples button{cursor:pointer;font:inherit;border:none}.render-panel-footer button{color:#4d5e66;background:#e9eeec;border-radius:5px;padding:.4rem .65rem;font-weight:750}.render-panel-footer button:hover{background:#dde4e1}.demo-functions{color:#788493;border-top:1px solid #e7eaee;align-items:center;gap:.7rem;margin-top:.8rem;padding-top:.75rem;display:flex}.demo-functions>span{letter-spacing:.07em;text-transform:uppercase;flex:none;font-size:.68rem;font-weight:750}.demo-functions>div{flex-wrap:wrap;gap:.4rem;display:flex}.demo-functions code{color:#4f5d6d;background:#f2f4f6;border:1px solid #e2e6ea;border-radius:5px;padding:.25rem .45rem;font-family:SFMono-Regular,Consolas,monospace;font-size:.7rem}.locator-workspace{grid-template-columns:minmax(0,2fr) minmax(280px,.8fr);gap:.8rem;display:grid}.locator-editor-panel .json-editor{height:330px}.locator-controls{background:#f5f8fa;border:1px solid #dce2ea;border-radius:9px;flex-direction:column;padding:1rem;display:flex}.locator-controls>label{color:#344258;margin-bottom:.45rem;font-size:.82rem;font-weight:750}.locator-controls>input{color:#26364d;background:#fff;border:1px solid #cbd4df;border-radius:6px;width:100%;padding:.7rem .75rem;font-family:SFMono-Regular,Consolas,monospace;font-size:.78rem}.locator-controls>input:focus{border-color:#4d94ad;outline:2px solid #2084a62e}.locator-controls>small{color:#7a8798;margin-top:.45rem;font-size:.72rem;line-height:1.45}.locator-controls>button{color:#fff;background:#626d79;border-radius:6px;margin-top:.9rem;padding:.7rem .9rem;font-weight:750}.locator-controls>button:hover{background:#525d68}.locator-feedback{color:#607086;background:#fff;border:1px solid #dce2ea;border-radius:6px;flex-direction:column;gap:.3rem;margin-top:1rem;padding:.85rem;font-size:.8rem;display:flex}.locator-feedback strong{color:#536960;font-size:.95rem}.location-error{color:#9b3434;line-height:1.45}.navigation-message{color:#5d6975;margin-top:.75rem;font-size:.78rem;line-height:1.45}.path-examples{flex-wrap:wrap;align-items:center;gap:.45rem;margin-top:auto;padding-top:1rem;display:flex}.path-examples>span{color:#7a8798;letter-spacing:.08em;text-transform:uppercase;width:100%;font-size:.7rem}.path-examples button{color:#40536a;background:#e8edf2;border-radius:5px;padding:.35rem .55rem;font-size:.72rem}.path-examples button:hover{background:#dce4eb}.bookmark-workspace{grid-template-columns:minmax(180px,.55fr) minmax(0,2fr);gap:.8rem;display:grid}.bookmark-sidebar{background:#f7f8f9;border:1px solid #dce2ea;border-radius:9px;min-width:0;overflow:hidden}.bookmark-sidebar-heading{color:#344258;background:#f0f2f4;border-bottom:1px solid #dce2ea;justify-content:space-between;align-items:center;min-height:45px;padding:.7rem .8rem;font-size:.82rem;font-weight:750;display:flex}.bookmark-sidebar-heading small{color:#7a8798}.bookmark-empty{color:#7a8798;padding:1rem;font-size:.78rem;line-height:1.5}.bookmark-list{flex-direction:column;gap:.4rem;max-height:392px;margin:0;padding:.55rem;list-style:none;display:flex;overflow:auto}.bookmark-list li{background:#fff;border:1px solid #dce2ea;border-radius:6px;grid-template-columns:minmax(0,1fr) auto;display:grid;overflow:hidden}.bookmark-list li.selected{border-color:#919ca8;box-shadow:0 0 0 1px #919ca8}.bookmark-select,.bookmark-remove,.current-path-bar button{cursor:pointer;font:inherit;border:none}.bookmark-select{color:#344258;text-align:left;background:0 0;min-width:0;padding:.7rem}.bookmark-select code{text-overflow:ellipsis;white-space:nowrap;font-family:SFMono-Regular,Consolas,monospace;font-size:.72rem;display:block;overflow:hidden}.bookmark-remove{color:#7b6570;background:#f4f1f2;border-left:1px solid #e5dde0;width:34px;font-size:1rem}.bookmark-remove:hover{color:#8b394d;background:#eee4e7}.bookmark-editor-area{min-width:0}.current-path-bar{background:#f5f7f8;border:1px solid #dce2ea;border-radius:8px;justify-content:space-between;align-items:center;gap:.8rem;min-height:58px;margin-bottom:.6rem;padding:.65rem .75rem;display:flex}.current-path-bar>div{min-width:0}.current-path-bar span{color:#7a8798;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.2rem;font-size:.68rem;font-weight:750;display:block}.current-path-bar code{color:#344258;text-overflow:ellipsis;white-space:nowrap;font-family:SFMono-Regular,Consolas,monospace;font-size:.8rem;display:block;overflow:hidden}.current-path-bar button{color:#fff;background:#626d79;border-radius:6px;flex:none;width:34px;height:34px;font-size:1.2rem}.current-path-bar button:hover{background:#525d68}.current-path-bar button:disabled{color:#929aa3;cursor:not-allowed;background:#e2e5e8}.bookmark-editor-panel .json-editor{height:330px}.bookmark-message{color:#5d6975;margin-top:.55rem;font-size:.78rem}@media (width<=820px){header{padding:.9rem 1rem}.header-nav{gap:.8rem}.header-nav a{font-size:.82rem}.developer-hero{grid-template-columns:1fr;padding:2rem}.project-grid,.editor-grid,.result-grid,.two-panel-grid,.three-panel-grid,.locator-workspace,.bookmark-workspace{grid-template-columns:1fr}.location-panel{grid-template-columns:1fr 1fr}.location-input{grid-column:1/-1}}@media (width<=520px){.site-title{font-size:1.2rem}.header-nav{gap:.55rem}.header-nav a{font-size:.75rem}.container{margin-top:1rem}.developer-callout,.section-heading,.demo-summary{flex-direction:column;align-items:flex-start}.developer-callout-action{align-self:flex-end}.developer-hero{border-radius:12px;padding:1.25rem}.hero-code{font-size:.7rem}.json-demo,.demo-block{padding:1rem}.demo-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:.25rem}.demo-tabs button{flex-direction:column;gap:.25rem;min-height:58px;padding:.4rem .2rem;font-size:.72rem}.demo-block-heading{grid-template-columns:auto minmax(0,1fr)}.demo-status{grid-column:2;justify-self:start}.demo-heading{align-items:stretch}.sample-picker{flex-direction:column;align-items:stretch}.json-editor{height:250px}.rendered-json,.rendered-empty,.panel-error{height:250px;min-height:250px}.generator-grid .json-editor,.generator-grid .rendered-json,.generator-grid .panel-error{height:280px}.demo-functions{flex-direction:column;align-items:flex-start;gap:.45rem}.locator-editor-panel .json-editor{height:300px}.bookmark-list{max-height:180px}.bookmark-editor-panel .json-editor{height:300px}.location-panel{grid-template-columns:1fr}.location-input{grid-column:auto}}
