:root{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#2a2a2a;background:#f6f6f6;font-synthesis:none;-webkit-font-smoothing:antialiased;font-size:16px}
*{box-sizing:border-box}
body{margin:0}
button,input{font:inherit}
button{cursor:pointer}
button:disabled{cursor:default;opacity:.4}
button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #7f7f7f;outline-offset:3px}
button svg,.sidebar svg,.finder svg,.search-bar svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.symbols{position:absolute;width:0;height:0;overflow:hidden}
.page{max-width:1680px;min-height:100svh;margin:auto;padding:0 4.6vw;display:flex;flex-direction:column}
.site-header{height:106px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}
.brand{display:flex;align-items:center;gap:9px;color:inherit;text-decoration:none;font-size:19px;letter-spacing:-.65px;font-weight:600}
.brand img{width:52px;height:52px;object-fit:contain;flex-shrink:0}
.brand b{font-weight:450;color:#828282}
main{flex:1;display:grid;grid-template-columns:minmax(330px,.85fr) minmax(570px,1.4fr);align-items:center;gap:4.5%;padding:20px 0 42px}
h1{font-size:clamp(66px,6.6vw,102px);font-weight:580;line-height:1.015;letter-spacing:-5.5px;margin:0 0 28px}
.description{font-size:16px;line-height:1.8;color:#797979;letter-spacing:-.15px;margin:0 0 13px}
.purchase{display:flex;align-items:center;gap:17px}
.store{display:flex;align-items:center;gap:7px;border-radius:10px;background:#2f2f2f;color:#ffffff;padding:10px 15px 11px 11px;white-space:nowrap;box-shadow:0 2px 2px #2e2e2e08}
.store svg{width:27px;height:32px;fill:currentColor}
.store span{font-size:18px;font-weight:500;line-height:1.13}
.store small{display:block;font-size:9px;font-weight:400;margin-bottom:3px;letter-spacing:.2px}



.demo{min-width:0}
.finder-stage{position:relative;height:410px;isolation:isolate}
.finder{height:100%;display:grid;grid-template-columns:140px minmax(0,1fr);border:1px solid #cacaca;border-radius:12px;overflow:hidden;background:#ffffff;box-shadow:0 28px 54px -25px #3f3f3f40,0 4px 10px #3f3f3f10;transition:filter .2s,transform .2s}
.sidebar{background:linear-gradient(135deg,#e8e8e8,#e3e3e3);border-right:1px solid #dbdbdb;user-select:none}
.traffic-lights{display:flex;gap:8px;height:61px;align-items:center;padding-left:19px}
.traffic-lights i{width:12px;height:12px;border-radius:50%;background:#808080;border:1px solid #65656580}
.traffic-lights i:nth-child(2){background:#c0c0c0;border-color:#a5a5a580}
.traffic-lights i:nth-child(3){background:#9c9c9c;border-color:#7d7d7d80}
.sidebar-content{padding:0 8px;font-size:11px;color:#464646}
.sidebar-content p{font-size:10px;color:#9a9a9a;margin:7px 10px 5px;font-weight:600}
.sidebar-content>div{display:flex;align-items:center;gap:7px;height:29px;padding:0 9px;border-radius:5px;white-space:nowrap}
.sidebar-content svg{width:16px;height:16px;color:#7e7e7e}
.sidebar-content .current{background:#cecece80;font-weight:550}
.sidebar-content p.sidebar-section{margin-top:24px}
.tag-dot{width:8px;height:8px;border-radius:50%;margin:0 4px}
.orange{background:#afafaf}
.green{background:#a7a7a7}
.finder-main{display:flex;flex-direction:column;min-width:0}
.finder-toolbar{display:flex;align-items:center;height:61px;flex-shrink:0;padding:0 13px;background:#f8f8f8;border-bottom:1px solid #e6e6e6;gap:10px}
.finder-history{display:flex;gap:8px;color:#bdbdbd}
.finder-history svg{width:17px;height:17px}
.forward{transform:rotate(180deg);opacity:.55}
.finder-toolbar h2{font-size:13px;margin:0;font-weight:650;color:#525252;letter-spacing:-.2px}
.toolbar-actions{display:flex;gap:9px;align-items:center;margin-left:auto}
.view-controls{display:flex;background:#ebebeb;border-radius:5px;padding:2px}
.icon-button{border:0;background:none;color:#7b7b7b;width:27px;height:26px;display:grid;place-items:center;border-radius:4px;padding:5px}
.icon-button svg{width:17px;height:17px}
.icon-button:hover{background:#e4e4e4}
.icon-button.active{background:#d6d6d6;color:#4c4c4c;box-shadow:inset 0 0 0 1px #cecece}
.files-area{padding:19px 13px 8px;flex:1;min-height:0;overflow:auto}
.group-title{font-size:11px;color:#555555;font-weight:600;margin:0 4px 17px}
#files{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px 3px;align-content:start}
.file{appearance:none;background:none;border:0;display:flex;align-items:center;flex-direction:column;gap:5px;min-width:0;padding:0 2px 6px;color:#2c2c2c;outline-offset:0!important;border-radius:5px;text-align:center;position:relative}
.file-icon{width:67px;height:68px;padding:3px;border-radius:5px;display:flex;align-items:center;justify-content:center}
.file-icon img{width:62px;height:62px;object-fit:contain;filter:drop-shadow(0 1px 1px #0000000c)}
.file-name{font-size:10px;line-height:1.45;padding:1px 4px;border-radius:3px;max-width:100%;overflow-wrap:anywhere;letter-spacing:-.08px}
.file[aria-selected="true"] .file-icon{background:#e8e8e8}
.file[aria-selected="true"] .file-name{background:#6f6f6f;color:white}
.file:hover:not([aria-selected="true"]) .file-icon{background:#f5f5f5}
.file-size{display:none}
.finder-path{height:26px;border-top:1px solid #ececec;background:#fbfbfb;display:flex;gap:8px;align-items:center;padding:0 12px;font-size:9px;color:#949494}
.finder-path svg{width:12px;height:12px}
.finder-path>span{color:#b8b8b8;font-size:15px}
.finder-status{height:24px;display:grid;place-items:center;background:#f6f6f6;font-size:9px;color:#919191;border-top:1px solid #e9e9e9}
.search-bar{display:flex;gap:8px;align-items:center;border-bottom:1px solid #eeeeee;padding:7px 15px;color:#979797}
.search-bar svg{width:14px;height:14px}
.search-bar input{min-width:0;width:100%;font-size:11px;border:0;background:transparent;color:#3b3b3b;padding:4px;outline-offset:0}
.finder.searching .files-area{padding-top:12px}
.finder.searching .group-title{display:none}
.finder.searching #files{gap:4px}
.files-area:has(.list-view){padding:9px 10px}
#files.list-view{display:flex;flex-direction:column;gap:0}
.list-view .file{display:grid;grid-template-columns:25px 1fr 50px;gap:3px;padding:3px 7px;text-align:left;min-height:30px;flex-shrink:0}
.list-view .file:nth-child(odd){background:#f5f5f5}
.list-view .file[aria-selected="true"]{background:#6f6f6f;color:white}
.list-view .file-icon{height:24px;width:24px;padding:0;background:none!important}
.list-view .file-icon img{width:24px;height:24px}
.list-view .file-name{background:none!important;padding:0;font-size:11px}
.list-view .file-size{display:block;font-size:9px;text-align:right;opacity:.6}
.list-view .file[aria-selected="true"] .file-size{opacity:.8}
#empty-state{text-align:center;color:#979797;font-size:12px;padding:55px 0}
.demo-guide{display:flex;align-items:center;justify-content:space-between;padding:25px 4px 0;gap:12px}
.demo-guide>div{display:flex;align-items:center;gap:12px}
.demo-guide p{margin:0;display:flex;flex-direction:column;gap:6px;font-size:11px}
.demo-guide strong{font-weight:550;color:#666666}
.demo-guide p span{font-size:10px;color:#a4a4a4}
.space-key{width:132px;height:44px;border:1px solid #d5d5d5;border-bottom:4px solid #cccccc;border-radius:8px;background:linear-gradient(#fefefe,#efefef);display:flex;justify-content:space-between;align-items:center;padding:0 14px;box-shadow:0 3px 5px #36363606;color:#909090;font:11px ui-monospace,SFMono-Regular,Menlo,monospace;flex-shrink:0;transition:transform .15s,box-shadow .15s}
.space-key>span{font-size:23px;color:#727272}
.space-key:hover{transform:translateY(-2px);box-shadow:0 5px 8px #36363612}
.space-key:active,.space-key.pressed{transform:translateY(2px);border-bottom-width:2px}
.quicklook{position:absolute;inset:16px 12px 8px 28px;margin:0;width:auto;max-width:none;max-height:none;height:auto;border:1px solid #bfbfbf;border-radius:11px;padding:0;background:#ffffff;box-shadow:0 12px 45px #24242436,0 1px 5px #24242414;color:#393939;overflow:hidden;z-index:2}
.quicklook[open]{display:flex;flex-direction:column;animation:peek .2s ease-out}
.finder-stage.preview-open .finder{filter:brightness(.97);transform:scale(.987)}
.quicklook-titlebar{min-height:40px;display:flex;align-items:center;padding:0 12px;gap:10px;background:#f5f5f5;border-bottom:1px solid #e1e1e1}
.close-preview{border:0;background:#e1e1e1;border-radius:50%;width:17px;height:17px;line-height:16px;padding:0;font-size:16px;color:#8b8b8b;font-weight:400;display:grid;place-items:center;flex-shrink:0}
.close-preview:hover{background:#888888;color:#343434}
.preview-filename{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:550;min-width:0}
.preview-filename span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.preview-filename img{object-fit:contain}
.preview-header{display:flex;justify-content:space-between;align-items:center;padding:17px 20px 14px;gap:10px;border-bottom:1px solid #efefef}
.preview-header h3{font-size:15px;font-weight:650;letter-spacing:-.3px;margin:0 0 6px}
.preview-header p{font-size:10px;color:#989898;margin:0}
.type-badge{font-size:8px;letter-spacing:.6px;background:#f3f3f3;border:1px solid #e6e6e6;color:#9c9c9c;border-radius:4px;padding:5px 7px}
.preview-content{flex:1;min-height:0;overflow:auto;padding:10px 20px;font-size:11px}
.preview-footer{height:33px;flex-shrink:0;border-top:1px solid #e9e9e9;background:#fafafa;display:flex;justify-content:space-between;align-items:center;padding:0 13px 0 20px;font-size:9px;color:#9f9f9f}
.preview-footer>div{display:flex;gap:3px}
.preview-footer button{background:none;border:0;border-radius:4px;color:#929292;font-size:16px;width:25px;height:25px}
.preview-footer button:hover{background:#ebebeb}
.archive-row{display:flex;align-items:center;gap:7px;min-height:29px;border-radius:4px;padding:0 6px}
.archive-row .archive-size{margin-left:auto;color:#a6a6a6;font:9px ui-monospace,SFMono-Regular,Menlo,monospace}
.folder-icon{width:16px;height:13px;display:inline-block;background:linear-gradient(#c9c9c9,#a9a9a9);border:1px solid #a9a9a9;border-radius:2px;position:relative;margin:3px 2px 0}
.folder-icon:before{content:"";position:absolute;top:-4px;left:-1px;width:7px;height:4px;border-radius:2px 2px 0 0;background:#c9c9c9;border:1px solid #a9a9a9;border-bottom:0}
.archive-file{width:12px;height:15px;background:linear-gradient(135deg,#ffffff,#f3f3f3);border:1px solid #cbcbcb;border-radius:2px;display:inline-block;margin:0 4px}
.archive-tree details>summary{list-style:none;cursor:pointer}
.archive-tree summary::-webkit-details-marker{display:none}
.archive-tree summary:before{content:"›";color:#a1a1a1;font-size:17px;width:8px;transform-origin:center}
.archive-tree details[open]>summary:before{transform:rotate(90deg)}
.archive-tree summary:hover{background:#f7f7f7}
.archive-children{margin-left:23px;border-left:1px solid #efefef;padding-left:3px}
.preview-tools{display:flex;align-items:center;gap:3px;margin-bottom:12px;min-height:26px}
.preview-tools button{border:0;background:#f4f4f4;color:#909090;font-size:9px;padding:5px 11px;border-radius:4px}
.preview-tools button.active{background:#ececec;color:#757575}
.preview-tools>span{font-size:9px;color:#a7a7a7;margin-left:auto}
.json-tree{font:10px/1.9 ui-monospace,SFMono-Regular,Menlo,monospace}
.json-tree details{padding-left:14px}
.json-tree>details{padding-left:0}
.json-tree summary{cursor:pointer;color:#626262;padding:2px 0}
.json-tree .json-row{padding-left:16px}
.json-key{color:#747474}
.json-string{color:#777777}
.json-number{color:#8c8c8c}
.json-punctuation{color:#c0c0c0}
.raw-data{font:10px/1.85 ui-monospace,SFMono-Regular,Menlo,monospace;color:#6e6e6e;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;padding:3px 0}
.data-table{border-collapse:collapse;width:100%;font-size:10px;white-space:nowrap}
.table-scroll{overflow:auto}
.data-table th{text-align:left;font-weight:500;color:#999999;font-size:9px;border-bottom:1px solid #e7e7e7;padding:9px 8px;background:#fbfbfb}
.data-table td{padding:9px 8px;color:#6e6e6e;border-bottom:1px solid #f1f1f1}
.data-table tr:nth-child(even){background:#fafafa}
.read-state{font-size:9px;padding:3px 6px;border-radius:3px;background:#f0f0f0;color:#888888}
.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
[hidden]{display:none!important}
@keyframes peek{from{opacity:0;transform:translateY(7px) scale(.97)}
to{opacity:1;transform:none}
}
@media(min-width:1600px){.page{padding:0 77px}
.finder-stage{height:445px}
.file-icon{width:76px;height:77px}
.file-icon img{width:72px;height:72px}
#files{gap:24px 8px}
.file-name{font-size:11px}
.files-area{padding:24px 18px 10px}
.group-title{margin-bottom:22px}
}
@media(max-width:1200px){.page{padding:0 3.8vw}
main{grid-template-columns:minmax(300px,.8fr) minmax(515px,1.3fr);gap:3%}
h1{font-size:76px;letter-spacing:-4.8px}
.description{font-size:14px}
.purchase{gap:12px;flex-wrap:wrap}
.finder{grid-template-columns:122px minmax(0,1fr)}
.sidebar-content{padding:0 6px;font-size:10px}
.sidebar-content>div{gap:6px;padding:0 7px}
.finder-history{display:none}
.finder-toolbar{gap:8px;padding:0 12px}
.toolbar-actions{gap:7px}
}
@media(max-width:950px){.page{padding:0 6vw}
.site-header{height:88px}
main{grid-template-columns:1fr;padding:22px 0 36px;gap:37px}
.intro{text-align:center}
h1 br{display:none}
h1{font-size:clamp(55px,9vw,78px);letter-spacing:-4px;white-space:nowrap}
.description{font-size:16px}
.purchase,.trust{justify-content:center}
.demo{max-width:740px;width:100%;margin:auto}
.finder-stage{height:406px}
.finder{grid-template-columns:145px minmax(0,1fr)}
.sidebar-content{font-size:11px}
.sidebar-content>div{gap:8px}
.finder-history{display:flex}
.finder-toolbar{gap:12px}
.file-icon{width:72px;height:70px}
.file-icon img{width:66px;height:66px}
#files{gap:13px 5px}
.file-name{font-size:11px}
.quicklook{inset:14px 16px 9px 40px}
}
@media(max-width:580px){.page{padding:0 5vw}
.site-header{height:78px}
.brand{font-size:17px;gap:6px}
.brand img{width:38px;height:38px}
main{padding-top:24px;gap:30px}
h1{font-size:clamp(44px,10vw,59px);letter-spacing:-2.9px;margin-bottom:19px}
.description{font-size:13px;line-height:1.8}
.wide-only{display:none}
.purchase{gap:14px}
.store{padding:9px 12px 10px 9px}
.store span{font-size:16px}


.finder-stage{height:346px}
.finder{grid-template-columns:87px minmax(0,1fr);border-radius:9px}
.traffic-lights{gap:6px;height:49px;padding-left:13px}
.traffic-lights i{width:9px;height:9px}
.sidebar-content{padding:0 4px;font-size:8px}
.sidebar-content p{font-size:8px;margin:6px 6px 4px}
.sidebar-content>div{padding:0 4px;gap:4px;height:25px}
.sidebar-content svg{width:12px;height:12px}
.sidebar-content p.sidebar-section{margin-top:16px}
.tag-dot{width:6px;height:6px;margin:0 3px}
.finder-toolbar{height:49px;padding:0 8px;gap:5px}
.finder-toolbar h2{font-size:11px}
.finder-history{display:none}
.toolbar-actions{gap:2px}
.icon-button{width:23px;height:24px;padding:4px}
.icon-button svg{width:14px;height:14px}
.view-controls{padding:1px}
.view-controls .icon-button{width:21px}
.files-area{padding:14px 6px 5px}
.group-title{font-size:9px;margin:0 4px 13px}
#files{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 2px}
.file{padding-bottom:2px;gap:2px}
.file-icon{width:45px;height:44px;padding:0}
.file-icon img{width:44px;height:44px}
.file-name{font-size:8px;line-height:1.3;padding:1px 3px}
.finder-status{height:22px;font-size:8px}
.finder-path{font-size:7px;gap:5px;height:22px;padding:0 7px}
.finder-path svg{width:10px;height:10px}
.demo-guide{padding:18px 0 0;gap:8px}
.demo-guide>div{gap:7px}
.demo-guide p{font-size:9px;gap:5px}
.demo-guide p span{font-size:8px}
.space-key{height:39px;width:93px;padding:0 10px;font-size:10px}
.space-key>span{font-size:21px}
.quicklook{inset:8px 5px 5px 5px;border-radius:8px}
.quicklook-titlebar{min-height:36px;padding:0 9px;gap:6px}
.preview-filename{font-size:10px}
.preview-header{padding:13px 12px 11px}
.preview-header h3{font-size:13px}
.preview-header p{font-size:9px}
.preview-content{padding:7px 11px;font-size:10px}
.preview-footer{padding-left:12px;font-size:8px}
.archive-row{min-height:28px;gap:5px}
.archive-row .archive-size{font-size:8px}
.json-tree{font-size:9px}
.preview-tools>span{font-size:8px}
.data-table{font-size:9px}
.data-table td,.data-table th{padding:8px 6px}
.list-view .file{grid-template-columns:23px 1fr 32px;padding:3px 4px}
.list-view .file-name{font-size:9px}
.list-view .file-size{font-size:8px}
}
@media(min-width:951px) and (max-height:740px){.site-header{height:78px}
main{padding:15px 0 30px}
.finder-stage{height:375px}
h1{font-size:76px}
.description{margin-bottom:10px}
.files-area{padding-top:14px}
.group-title{margin-bottom:12px}
#files{gap:9px 3px}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}
}


/* Page: white, black, and a restrained orange accent. */
:root{color:#171717;background:#fff;--accent:#1672df}
.page{padding-bottom:48px}
.site-header{height:108px}
.brand b{color:#737373}
main{padding:24px 0 50px;grid-template-columns:minmax(330px,.88fr) minmax(570px,1.4fr);gap:4%}
h1{font-size:clamp(54px,5.4vw,82px);letter-spacing:-4.5px;line-height:1.07;margin-bottom:28px;font-weight:600}
h1 .accent{color:var(--accent)}
.description{font-size:17px;line-height:1.65;color:#777;margin-bottom:34px}
.store{background:#171717;border-radius:10px}

.specs{display:flex;align-items:center;gap:9px;font-size:12px;color:#777;margin:24px 0 0}.specs span{color:#b5b5b5}
button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline-color:var(--accent)}
.finder-stage{height:430px}
.finder{border-color:#c9c9c9;box-shadow:0 25px 60px -20px #0003,0 1px 4px #00000012;border-radius:12px;background:#fff;transition:filter .15s}
.sidebar{background:linear-gradient(135deg,#ebebebf5,#e5e5e5f5);border-right-color:#d5d5d5}
.sidebar-content .current{background:#d5d5d5;font-weight:500}
.sidebar-content svg{color:#6c6c6c}
.finder-toolbar{background:linear-gradient(#f8f8f8,#f2f2f2);border-bottom-color:#dcdcdc}
.file[aria-selected="true"] .file-name,.list-view .file[aria-selected="true"]{background:#616161;color:#fff}
.traffic-lights i{background:#ff5f57;border-color:#e0443e80}.traffic-lights i:nth-child(2){background:#febc2e;border-color:#dea12380}.traffic-lights i:nth-child(3){background:#28c840;border-color:#17a32c80}
.preview-open .traffic-lights i{background:#cecece;border-color:#bdbdbd}
.demo-guide{justify-content:flex-end;gap:16px;padding-top:23px}
.demo-guide p{display:block;margin:0;font-size:13px;color:#777;font-weight:400}
.space-key{width:128px;height:43px;font-size:12px;background:linear-gradient(#fff,#f5f5f5);color:#595959;border-color:#d5d5d5;border-bottom-color:#c9c9c9;box-shadow:0 2px 3px #00000005}
.space-key>span{color:var(--accent)}
/* Quick Look: centered system title, native spacing, neutral chrome. */
.quicklook{inset:7px -12px 7px 9px;border-radius:12px;border:1px solid #00000030;box-shadow:0 28px 70px #00000030,0 3px 12px #0000001f,inset 0 0 0 1px #ffffff80;background:#fff;color:#222}
.finder-stage.preview-open .finder{filter:brightness(.96);transform:none}
.quicklook-titlebar{height:46px;min-height:46px;display:grid;grid-template-columns:24px minmax(0,1fr) 24px;align-items:center;gap:10px;padding:0 13px;background:linear-gradient(#f4f4f4f5,#e9e9e9f5);border-bottom:1px solid #cfcfcf;box-shadow:inset 0 1px #fff9;user-select:none}
.close-preview{width:17px;height:17px;background:#d0d0d0;color:#636363;border:1px solid #bcbcbc;border-radius:50%;display:grid;place-items:center}
.close-preview svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round}
.close-preview:hover{background:#bfbfbf;color:#333}
.preview-filename{display:block;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;letter-spacing:-.1px;color:#474747}
.preview-header{gap:12px;padding:18px 20px;background:#fff;border-bottom:1px solid #ddd;min-height:79px}
.preview-header>img{width:40px;height:40px;object-fit:contain;flex-shrink:0}
.preview-file-info{min-width:0;flex:1}
.preview-header h3{font-size:15px;line-height:1.25;font-weight:600;letter-spacing:-.25px;margin:0 0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.preview-header p{font-size:11px;color:#858585;line-height:1.4}
.type-badge{font:10px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:1px;color:#858585;background:none;border:0;padding:0}
.preview-content{padding:0;font-size:12px;scrollbar-color:#bbb transparent;background:#fff}
.preview-tools{position:sticky;top:0;z-index:1;gap:0;margin:0;padding:9px 20px;min-height:42px;background:#f8f8f8;border-bottom:1px solid #dedede}
.preview-segmented{display:inline-grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;padding:3px;background:#e9e7ec;border-radius:9px;box-shadow:inset 0 0 0 1px #00000006}
.preview-tools button{border:0;background:transparent;color:#69636e;font-size:12px;line-height:19px;padding:3px 14px;border-radius:6px;min-width:66px;white-space:nowrap}
.preview-tools button.active{background:#fff;color:#29252f;box-shadow:0 1px 3px #00000018;border:0;border-radius:6px}
.preview-tools>span{font-size:11px;color:#858585}
.archive-tree{padding:13px 18px}
.archive-row{min-height:31px;font-size:12px;color:#303030;gap:8px}
.archive-row .archive-size{font-size:11px;color:#919191}
.archive-tree details>summary:before{color:#888;font-size:16px}
.archive-children{border:0;margin-left:23px;padding-left:0}
.folder-icon{background:linear-gradient(#e7e7e7,#d6d6d6);border-color:#ababab}.folder-icon:before{background:#e5e5e5;border-color:#ababab}
.archive-file{background:#fafafa;border-color:#ccc}
.json-tree{font:12px/1.8 ui-monospace,SFMono-Regular,Menlo,monospace;padding:16px 20px}
.json-tree summary{color:#333;padding:3px 0}
.json-tree details{padding-left:19px}
.json-tree .json-row{padding:3px 0 3px 19px}
.json-key{color:#303030}.json-string{color:#686868}.json-number{color:var(--accent)}.json-punctuation{color:#999}
.raw-data{padding:16px 20px;font-size:12px;line-height:1.8;color:#404040}
.data-table{font:11px ui-monospace,SFMono-Regular,Menlo,monospace}
.data-table th{font:11px -apple-system,BlinkMacSystemFont,sans-serif;background:#f3f3f3;color:#777;border-bottom-color:#d5d5d5;border-right:1px solid #ddd;padding:8px 10px}
.data-table td{color:#363636;border:0;padding:9px 10px;line-height:1.4}
.data-table tr:nth-child(even){background:#f3f3f3}
.read-state{font:inherit;background:none;color:inherit;padding:0;border-radius:0}
.preview-footer{height:31px;min-height:31px;background:#f5f5f5;border-top:1px solid #ddd;padding:0 13px 0 20px;font-size:10px;color:#888}
.preview-footer button{color:#666;border-radius:4px}.preview-footer button:hover{background:#e1e1e1}
@media(min-width:1600px){.finder-stage{height:450px}}
@media(max-width:1200px){main{grid-template-columns:minmax(295px,.8fr) minmax(515px,1.3fr);gap:3%}h1{font-size:clamp(54px,5.4vw,61px);letter-spacing:-3.5px}.description{font-size:16px}.purchase{gap:15px}}
@media(max-width:950px){.page{padding-bottom:32px}.site-header{height:88px}main{grid-template-columns:1fr;gap:44px;padding:24px 0}h1{white-space:normal;font-size:65px;letter-spacing:-3.7px}h1 br{display:block}.description{margin-bottom:26px}.specs{justify-content:center}.finder-stage{height:420px}.quicklook{inset:7px 0}.demo-guide{padding-top:22px}}
@media(max-width:580px){.site-header{height:74px}.page{padding-bottom:20px}main{padding-top:20px;gap:36px}h1{font-size:clamp(44px,11.4vw,62px);letter-spacing:-2.8px;margin-bottom:23px}.description{font-size:16px;line-height:1.6}.specs{font-size:12px;margin-top:21px}.finder-stage{height:365px}.quicklook{inset:5px -6px}.quicklook-titlebar{height:39px;min-height:39px;padding:0 10px}.preview-filename{font-size:12px}.preview-header{padding:13px 12px;gap:8px;min-height:70px}.preview-header>img{width:34px;height:34px}.preview-header h3{font-size:12px}.preview-header p{font-size:10px}.type-badge{font-size:8px;letter-spacing:.3px}.preview-tools{padding:8px 12px;min-height:39px}.preview-tools button{font-size:11px;padding:1px 12px}.preview-tools>span{font-size:10px}.archive-tree{padding:11px 9px}.archive-row{font-size:10px;gap:5px;min-height:29px}.archive-row .archive-size{font-size:9px}.json-tree{font-size:10px;padding:12px}.raw-data{font-size:11px;padding:12px}.data-table{font-size:10px}.data-table th{font-size:10px}.data-table td,.data-table th{padding:8px}.demo-guide{gap:12px}.demo-guide p{font-size:12px}.space-key{width:104px;height:42px}.preview-footer{font-size:10px}}

/* Native macOS colors complement the blue folder branding. */
.demo{--finder-blue:#1672df}
.demo .sidebar-content svg{color:#2689db}
.demo .tag-dot.orange{background:#f2a443}
.demo .tag-dot.green{background:#6cbe6c}
.demo .file[aria-selected="true"] .file-name,
.demo .list-view .file[aria-selected="true"]{background:var(--finder-blue);color:#fff}
.demo .folder-icon{background:linear-gradient(#8ed6fa,#62b8e9);border-color:#61b9e4}
.demo .folder-icon:before{background:#8ed6fa;border-color:#61b9e4}
.demo .json-string{color:#3f7d61}
.demo .json-number{color:#e44d19}
.demo .preview-open .file[aria-selected="true"] .file-name,
.demo .preview-open .list-view .file[aria-selected="true"]{background:#d5d5d5;color:#333}
.demo button:focus-visible,.demo summary:focus-visible,.demo input:focus-visible{outline-color:var(--finder-blue)}

/* Separate the purchase details so the demo can come first on a phone. */
main{grid-template-areas:"intro demo" "checkout demo";grid-template-rows:auto auto;align-content:center;row-gap:0}
.intro{grid-area:intro;align-self:end;min-width:0}
.checkout{grid-area:checkout;align-self:start;min-width:0}
.demo{grid-area:demo}
.mobile-lights{display:none}
button,a,input,summary{-webkit-tap-highlight-color:transparent}
button,summary{touch-action:manipulation}
.files-area,.preview-content,.table-scroll{overscroll-behavior:contain}

@media(max-width:950px){
  main{grid-template-areas:"intro" "demo" "checkout";grid-template-rows:auto auto auto;gap:30px;align-content:start}
  .intro,.checkout{align-self:auto}
  .description{margin-bottom:0}
  .checkout{text-align:center;padding-top:4px}
  .checkout .purchase,.checkout .specs{justify-content:center}
}

/* A compact Finder window, with readable files and full-size tap targets. */
@media(max-width:640px){
  .page{padding:0 max(18px,env(safe-area-inset-left)) max(32px,env(safe-area-inset-bottom));min-height:100svh}
  .site-header{height:68px}
  .brand{font-size:18px;gap:7px}.brand img{width:44px;height:44px}
  main{padding:10px 0 0;gap:28px}
  .intro{text-align:center}
  h1{font-size:clamp(42px,11.4vw,62px);letter-spacing:-.055em;line-height:1.04;margin:0 0 19px}
  .description{font-size:16px;line-height:1.5;letter-spacing:-.15px;margin:0}
  .demo{width:100%;max-width:none;min-width:0}
  .finder-stage{height:412px}
  .finder{grid-template-columns:minmax(0,1fr);border-radius:12px;box-shadow:0 16px 36px -16px #00000030,0 1px 4px #0000000d}
  .sidebar{display:none}
  .finder-toolbar{height:56px;min-height:56px;padding:0 10px;gap:10px}
  .mobile-lights{display:flex;height:44px;padding:0 3px 0 2px;gap:5px;flex-shrink:0}
  .mobile-lights i{width:9px;height:9px}
  .finder-history{display:none}
  .finder-toolbar h2{font-size:14px;line-height:1.25;min-width:0}
  .toolbar-actions{gap:0}
  .view-controls{padding:0;background:transparent}
  .icon-button,.view-controls .icon-button{width:44px;height:44px;padding:12px}
  .icon-button svg{width:19px;height:19px}
  .view-controls .icon-button.active{display:none}
  #quick-look{display:none}
  .files-area{padding:15px 10px 10px}
  .group-title{font-size:12px;margin:0 5px 14px;color:#777}
  #files{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 4px;grid-auto-rows:minmax(104px,auto)}
  .file{gap:5px;padding:0 0 4px;justify-content:flex-start}
  .file-icon{width:59px;height:59px;padding:2px}
  .file-icon img{width:55px;height:55px}
  .file-name{font-size:12px;line-height:1.3;letter-spacing:-.1px;padding:2px 4px;overflow-wrap:anywhere;hyphens:none}
  .file:hover:not([aria-selected="true"]) .file-icon{background:none}
  .finder-path{height:27px;min-height:27px;padding:0 13px;gap:7px;font-size:10px}
  .finder-path svg{width:13px;height:13px}
  .finder-status{height:26px;min-height:26px;font-size:11px}
  .search-bar{padding:3px 12px;min-height:46px;gap:8px}
  .search-bar svg{width:17px;height:17px}
  .search-bar input{font-size:16px;min-height:38px;padding:4px 2px}
  .finder.searching .files-area{padding-top:10px}
  .finder.searching #files{gap:10px 4px}
  .files-area:has(.list-view){padding:8px}
  .list-view .file{grid-template-columns:28px minmax(0,1fr) 49px;gap:7px;min-height:44px;padding:6px 7px;align-items:center}
  .list-view .file-icon,.list-view .file-icon img{width:28px;height:28px}
  .list-view .file-name{font-size:12px;line-height:1.35;overflow-wrap:normal}
  .list-view .file-size{font-size:10px}
  #empty-state{font-size:14px}
  .demo-guide{padding:18px 0 0;justify-content:space-between;gap:10px;min-height:66px}
  .demo-guide p{font-size:13px;line-height:1.45;color:#666}
  .space-key{width:113px;height:48px;padding:0 13px;font-size:13px;border-radius:9px}
  .space-key>span{font-size:24px}
  .space-key:hover{transform:none;box-shadow:0 2px 3px #00000005}
  .quicklook{inset:0;border-radius:12px;box-shadow:0 18px 44px #00000026,0 1px 5px #00000020}
  .quicklook-titlebar{grid-template-columns:44px minmax(0,1fr) 44px;gap:2px;min-height:47px;height:47px;padding:0 3px}
  .close-preview{position:relative;width:44px;height:44px;border:0;background:none;color:#606060}
  .close-preview:before{content:"";position:absolute;width:19px;height:19px;border:1px solid #bdbdbd;background:#d0d0d0;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}
  .close-preview svg{position:relative;z-index:1;width:15px;height:15px}
  .close-preview:hover{background:none;color:#333}
  .close-preview:hover:before{background:#bfbfbf}
  .preview-filename{font-size:13px;letter-spacing:-.1px}
  .preview-header{padding:13px;min-height:74px;gap:10px}
  .preview-header>img{width:36px;height:36px}
  .preview-header h3{font-size:14px;line-height:1.3}
  .preview-header p{font-size:11px;line-height:1.4;color:#777}
  .type-badge{display:none}
  .preview-tools{padding:6px 12px;min-height:50px}
  .preview-tools button{min-height:36px;font-size:13px;padding:4px 15px;min-width:63px}
  .preview-tools>span{font-size:12px}
  .archive-tree{padding:8px 10px}
  .archive-row{min-height:36px;gap:6px;font-size:12px;line-height:1.4}
  .archive-row>span:not(.archive-size){min-width:0;overflow-wrap:anywhere}
  .archive-row .archive-size{flex-shrink:0;font-size:10px}
  .folder-icon,.archive-file{flex-shrink:0}
  .archive-children{margin-left:19px}
  .json-tree{font-size:12px;line-height:1.8;padding:11px 12px;overflow-wrap:anywhere}
  .json-tree details{padding-left:15px}
  .json-tree .json-row{padding-left:15px}
  .json-tree summary{min-height:36px;padding:6px 0}
  .raw-data{font-size:12px;line-height:1.7;padding:13px}
  .data-table{font-size:12px;min-width:480px}
  .data-table th{font-size:12px;padding:10px}
  .data-table td{padding:11px 10px}
  .preview-footer{height:49px;min-height:49px;padding:0 7px 0 14px;font-size:11px}
  .preview-footer button{width:44px;height:44px;font-size:20px}
  .checkout{border-top:1px solid #eee;padding-top:25px}
  .purchase{gap:20px;flex-wrap:nowrap;align-items:center}
  .store{padding:10px 14px 11px 11px}
  .store span{font-size:18px}.store small{font-size:10px}

  .specs{font-size:12px;margin-top:20px;gap:9px}
}
@media(max-width:360px){
  .page{padding-left:14px;padding-right:14px}
  h1{font-size:42px}
  .finder-toolbar{gap:7px;padding:0 7px}
  .finder-toolbar h2{font-size:13px}
  .finder-stage{height:422px}
  #files{column-gap:2px}
  .file-name{font-size:11px}
  .purchase{gap:14px}
  .store{padding-left:9px;padding-right:11px}.store span{font-size:16px}

}
@media(hover:none) and (pointer:coarse){
  .demo button:not(.close-preview),.archive-tree summary,.json-tree summary{min-height:44px}
  .demo .icon-button{min-width:44px}
  .close-preview{position:relative}
  .close-preview:after{content:"";position:absolute;width:44px;height:44px;left:50%;top:50%;transform:translate(-50%,-50%)}
  .preview-footer{min-height:49px}
  .preview-footer button{min-width:44px}
}

/* Raw preserves source line breaks and spacing, without automatic wrapping. */
.raw-data{white-space:pre;overflow-wrap:normal;overflow:auto}

/* Moving desktop wallpaper and lightly frosted Finder chrome. */
:root{color:#fff;background:#27152e;--accent:#087bfa;color-scheme:light}
.site-background{position:fixed;inset:0;z-index:-1;background:#27152e url('assets/background-poster.jpg') center/cover no-repeat;pointer-events:none}
.site-background video{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.site-background:after{content:"";position:absolute;inset:0;background:rgba(20,10,29,.6)}
.page{padding-bottom:30px}
.brand{color:#fff}.brand b{color:#ded2e4}
.site-header{height:104px;justify-content:center}





main{display:flex;flex-direction:column;align-items:center;gap:34px;width:100%;padding:25px 0 40px}
.intro,.checkout{align-self:center;text-align:center;width:100%}
.intro{max-width:700px}
h1 br{display:block}
.demo{width:100%;max-width:800px;margin:0 auto}
.checkout .purchase,.checkout .specs{justify-content:center}
h1{font-size:clamp(48px,5vw,78px);font-weight:600;letter-spacing:-.055em;line-height:1.06;white-space:normal;text-shadow:0 2px 24px #19082020}
.description{max-width:520px;color:#f1e9f5;font-size:17px;line-height:1.7;margin:0 auto}
.store{background:#fff;color:#26192e;box-shadow:0 4px 16px #16091f20}
.specs{color:#eee5f2}.specs span{color:#dbcde3}
.finder-stage{height:434px}
.finder{grid-template-columns:148px minmax(0,1fr);border:1px solid #ffffffa6;border-radius:19px;background:#f6f3fcac;color:#242127;backdrop-filter:blur(28px) saturate(1.35);-webkit-backdrop-filter:blur(28px) saturate(1.35);box-shadow:0 35px 75px -20px #10071f70,0 6px 18px #10071f24,inset 0 1px 0 #fff}
.sidebar{background:#ffffff38;border-right:1px solid #ffffff38}
.traffic-lights{height:66px;padding-left:20px;gap:8px}
.sidebar-content{padding:0 9px;font-size:12px;color:#343039}
.sidebar-content>div{height:32px;padding:0 9px;gap:8px;border-radius:8px}
.sidebar-content p{font-size:11px;color:#736c7b;margin:19px 9px 6px}
.sidebar-content p.sidebar-section{margin-top:14px}
.sidebar-content .current{background:#5c4b6619;font-weight:600}
.sidebar-content svg{width:18px;height:18px;color:#087bfa}
.sidebar-section+div svg{color:#81778a}
.orange{background:#ff9c26}.green{background:#47bf55}
.finder-toolbar{height:66px;padding:0 13px;gap:11px;background:#ffffff66;border-bottom:1px solid #84778b15}
.finder-toolbar h2{font-size:14px;font-weight:650;color:#4e4655}
.finder-history{display:flex;align-items:center;gap:9px;padding:9px 8px;color:#514956;background:#ffffff59;border:1px solid #ffffff8c;border-radius:22px;box-shadow:0 1px 3px #3c254d06}
.finder-history svg{width:15px;height:15px}
.toolbar-actions{gap:7px}
.view-controls{background:#ffffff45;border:1px solid #ffffff87;border-radius:22px;padding:3px;gap:2px;box-shadow:0 1px 4px #3c254d08}
.icon-button{width:30px;height:30px;border-radius:50%;color:#514958;padding:6px}
.icon-button svg{width:18px;height:18px}
.icon-button.active{background:#57495f14;color:#26202d;box-shadow:none}
.icon-button:hover{background:#57495f1c}
.toolbar-actions>.icon-button{background:#ffffff4d;border:1px solid #ffffff80;width:36px;height:36px}
.files-area{background:#ffffffcf;padding:10px 12px 14px}
.files-area:has(.list-view){padding:0 10px 12px}
.group-title{color:#726a79;font-size:12px;margin:7px 5px 16px}
.files-area:has(.list-view) .group-title{display:none}
.file-columns{display:none}
.files-area:has(.list-view) .file-columns{display:grid;grid-template-columns:minmax(0,1fr) 62px 100px;gap:8px;padding:14px 8px 11px 35px;margin-bottom:6px;border-bottom:1px solid #82758b26;color:#766e7d;font-size:12px}
.file-columns span+span{border-left:1px solid #82758b26;padding-left:8px}
.file-kind{display:none}
#files.list-view{gap:1px}
.list-view .file{grid-template-columns:25px minmax(0,1fr) 62px 100px;align-items:center;gap:8px;padding:5px 8px;min-height:38px;border-radius:7px}
.list-view .file:nth-child(even){background:#6557730a}
.list-view .file:nth-child(odd){background:transparent}
.list-view .file-name{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;overflow-wrap:normal;line-height:1.5;letter-spacing:-.12px}
.list-view .file-size{font-size:11px;color:#766e7d;opacity:1;text-align:left;padding-left:8px;white-space:nowrap}
.list-view .file-kind{display:block;font-size:11px;color:#766e7d;padding-left:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.file[aria-selected="true"] .file-name,.list-view .file[aria-selected="true"]{background:#0869e8;color:#fff}
.list-view .file[aria-selected="true"] .file-size,.list-view .file[aria-selected="true"] .file-kind{color:#fff;opacity:.9}
.list-view .file:hover:not([aria-selected="true"]){background:#65577310}
.file[aria-selected="true"] .file-icon{background:#73618015}
.finder-path,.finder-status{background:#ffffff80;border-top-color:#84778b1c;color:#746b7c;font-size:10px;height:27px;min-height:27px}
.search-bar{background:#ffffffb8;border-color:#84778b1c}
.search-bar input{font-size:13px;color:#3e3348}
.demo-guide{padding:21px 3px 0;gap:16px;justify-content:center}
.demo-guide p{color:#f1e9f5;font-size:13px;text-shadow:0 1px 6px #1a0a2b44}
.space-key{background:linear-gradient(#ffffffed,#ffffffcf);border-color:#ffffffa6;border-bottom-color:#dbd1e3;color:#574960;box-shadow:0 4px 14px #1b0b2d1c}
.space-key>span{color:#756181}
.quicklook{inset:7px -12px;border-radius:17px;border-color:#ffffffbf;background:#fffffff5;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:0 28px 70px #13071f55,0 3px 12px #13071f1f,inset 0 1px #fff}
.quicklook-titlebar{background:#f1edf4b8;border-bottom-color:#82758b28}
.preview-header,.preview-footer{background:#ffffff80}
.finder-stage.preview-open .finder{filter:brightness(.93)}
@media(max-width:1100px){
  .page{padding-left:6vw;padding-right:6vw}
  main{gap:30px;padding-top:20px}
  .intro,.checkout{align-self:center;text-align:center}
  h1{font-size:clamp(52px,7.2vw,74px);margin-bottom:22px}h1 br{display:block}
  .description{max-width:490px;margin:0 auto}
  .demo{max-width:760px;width:100%;margin:0 auto}
  .checkout .purchase,.checkout .specs{justify-content:center}
}
@media(max-width:640px){
  .site-background:after{background:#140a1da3}
  .page{padding:0 max(18px,env(safe-area-inset-left)) 32px}
  .site-header{height:76px}

  main{padding:15px 0 0;gap:28px}
  .intro{text-align:center}
  h1{font-size:clamp(42px,10.8vw,66px);line-height:1.06;letter-spacing:-.055em;margin-bottom:20px}
  .description{font-size:16px;line-height:1.6;max-width:460px;margin:0 auto}
  .finder-stage{height:414px}
  .finder{grid-template-columns:minmax(0,1fr);border-radius:16px}
  .finder-toolbar{height:58px;min-height:58px;padding:0 9px;gap:9px}
  .finder-history{display:none}
  .mobile-lights{height:44px;padding:0 2px;gap:5px}
  .toolbar-actions{gap:0}
  .view-controls{padding:0;border:0;background:none;box-shadow:none}
  .icon-button,.view-controls .icon-button,.toolbar-actions>.icon-button{width:44px;height:44px;padding:12px;border:0;background:transparent}
  .files-area:has(.list-view){padding:0 8px 10px}
  .files-area:has(.list-view) .file-columns{grid-template-columns:minmax(0,1fr) 61px;padding:13px 8px 10px 41px;gap:7px}
  .file-columns span:last-child,.list-view .file-kind{display:none}
  .list-view .file{grid-template-columns:26px minmax(0,1fr) 61px;gap:7px;min-height:43px;padding:6px 8px}
  .list-view .file-name{font-size:12px}
  .list-view .file-icon,.list-view .file-icon img{width:26px;height:26px}
  .list-view .file-size{font-size:11px;padding-left:8px}
  .finder-path,.finder-status{font-size:10px;height:26px;min-height:26px}
  .demo-guide{padding:18px 0 0;justify-content:center;gap:10px}
  .demo-guide p{font-size:12px}.space-key{height:46px;width:110px}
  .quicklook{inset:0;border-radius:16px}
  .checkout{border-top:1px solid #ffffff26;padding-top:26px}
}
@media(prefers-reduced-transparency:reduce){
  .finder{background:#ede8f0;backdrop-filter:none;-webkit-backdrop-filter:none}
  .quicklook{background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none}
}

/* Let the product demonstration carry the page. */
.page{max-width:1600px;padding-top:24px;padding-bottom:36px}
.site-header{height:104px}
main{gap:36px;padding:38px 0 28px}
.intro{max-width:1200px}
h1{font-size:clamp(52px,5.7vw,88px);line-height:1.08;letter-spacing:-.055em;margin:0 0 20px;font-weight:600;text-wrap:balance}
h1>span{display:inline-block}
.hero-emphasis{color:#e5d0f2}
.description{max-width:680px;font-size:20px;line-height:1.5;color:#f2eaf6;text-wrap:balance}
.checkout{display:flex;flex-direction:column;align-items:center;gap:12px;padding:0;border:0}
.checkout .specs{margin:0;font-size:12px;color:#d9cbe2}
.store{padding:11px 18px 12px 14px;border-radius:12px;box-shadow:0 4px 18px #18092126}
.demo{max-width:980px;margin-top:36px}
.finder-stage{height:456px;margin:0 22px 30px 0}
.finder{grid-template-columns:164px minmax(0,1fr)}
.sidebar-content{font-size:13px}
.sidebar-content>div{height:34px}
.finder-toolbar h2{font-size:15px}
.list-view .file{min-height:42px}
.list-view .file-name{font-size:13px}
.quicklook{inset:54px -22px -30px 30%;border-radius:18px}
.finder-stage.preview-open .finder{filter:none}
.preview-header{padding:18px 22px;min-height:82px}
.preview-header h3{font-size:16px}
.preview-header p{font-size:12px}
.archive-tree{padding:12px 18px}
.archive-row{min-height:34px;font-size:13px}
.archive-row .archive-size{font-size:12px}
.preview-footer{font-size:11px;min-height:35px}
.demo-guide{padding-top:20px;gap:14px}
.demo-guide p{font-size:13px}
@media(max-width:1100px){
  .demo{max-width:880px}
  .description{max-width:620px}
  h1{font-size:clamp(50px,7vw,76px)}
}
@media(max-width:640px){
  .page{padding-top:14px}
  .site-header{height:82px}
  main{padding-top:28px;gap:30px}
  h1{font-size:clamp(40px,10.5vw,62px);margin-bottom:16px}
  .description{font-size:17px;line-height:1.55;max-width:340px}
  .checkout{gap:10px;padding:0;border:0}
  .checkout .specs{font-size:11px}
  .demo{margin-top:20px}
  .finder-stage{height:420px;margin:0}
  .finder{grid-template-columns:minmax(0,1fr)}
  .quicklook{inset:0;border-radius:16px}
  .preview-header{padding:13px;min-height:74px}
  .preview-header h3{font-size:14px}
  .preview-header p{font-size:11px}
  .archive-tree{padding:8px 10px}
  .archive-row{font-size:12px}
  .archive-row .archive-size{font-size:10px}
  .preview-footer{min-height:49px}
  .demo-guide{padding-top:18px}
  .demo-guide p{font-size:12px}
}

/* Rendered Markdown keeps document typography separate from Finder chrome. */
.markdown-preview{padding:25px 30px 32px;color:#35333b;font-size:14px;line-height:1.7;overflow-wrap:anywhere}
.markdown-preview h2{margin:0 0 8px;font-size:28px;line-height:1.2;letter-spacing:-.8px;font-weight:650;color:#25212e}
.markdown-preview h3{margin:23px 0 10px;font-size:16px;line-height:1.4;letter-spacing:-.25px;font-weight:650;color:#30283c}
.markdown-preview h4{margin:20px 0 8px;font-size:14px;font-weight:650}
.markdown-preview p{margin:0 0 14px}
.markdown-preview strong{font-weight:650;color:#332742}
.markdown-preview blockquote{margin:18px 0;padding:9px 14px;border-left:3px solid #7b93bd;background:#f3f6fb;border-radius:0 6px 6px 0;color:#5c6980;font-style:italic}
.markdown-preview ul{margin:0 0 18px;padding-left:20px}
.markdown-preview ul:has(.md-task){list-style:none;padding:0}
.markdown-preview .md-task{display:flex;align-items:baseline;gap:10px;margin:6px 0}
.md-check{position:relative;top:2px;display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;flex-shrink:0;border:1.5px solid #c3c8d1;border-radius:4px;background:#fff;font-size:11px;line-height:1;color:#fff}
.md-check.done{background:#638f7a;border-color:#638f7a}
.markdown-preview code{font:12px/1.7 ui-monospace,SFMono-Regular,Menlo,monospace;background:#f0edf4;padding:2px 5px;border-radius:4px}
.markdown-preview pre{margin:12px 0 20px;padding:14px 17px;background:#f5f5f8;border:1px solid #e7e6ed;border-radius:9px;overflow:auto;white-space:pre}
.markdown-preview pre code{padding:0;background:none;color:#514461}
@media(max-width:640px){
  .markdown-preview{padding:19px 18px 26px;font-size:13px}
  .markdown-preview h2{font-size:25px}
  .markdown-preview h3{font-size:15px;margin-top:20px}
}

.site-footer{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px 28px;margin-top:32px;padding:20px 0 8px;font-size:12px;color:#dfd2e7}
.site-footer nav{display:flex;gap:24px}
.site-footer a{display:inline-flex;align-items:center;min-height:44px;text-decoration:none;color:#f2eaf6}
.site-footer a:hover{text-decoration:underline;text-underline-offset:3px}
