:root{--ink:#17364d;--muted:#667985;--cream:#f6f1e7;--paper:#fffdf8;--coral:#f06f52;--coral-dark:#d9563c;--lime:#dce87b;--line:#d7d2c7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);min-width:320px;margin:0;font-family:Avenir Next,Avenir,Segoe UI,Arial,sans-serif}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible{outline-offset:3px;outline:3px solid #6b8eb0}main{min-height:100vh;overflow:hidden}.site-header{border-bottom:1px solid #17364d24;justify-content:space-between;align-items:center;width:min(1180px,100% - 48px);height:86px;margin:0 auto;display:flex}.brand{color:var(--ink);letter-spacing:-.5px;align-items:center;gap:11px;font-size:21px;font-weight:750;text-decoration:none;display:flex}.brand-mark{background:var(--coral);border-radius:50%;place-content:center;gap:3px;width:31px;height:31px;display:grid;transform:rotate(-7deg)}.brand-mark i{background:#fff;border-radius:2px;width:13px;height:2px;display:block}.brand-mark i:nth-child(2){width:9px}.brand-mark i:nth-child(3){width:5px}.privacy-pill{letter-spacing:.03em;background:#ffffff5c;border:1px solid #17364d33;border-radius:999px;padding:9px 14px;font-size:12px;font-weight:650}.privacy-pill span{color:#6f9827;margin-right:6px;font-size:9px}.hero{text-align:center;width:min(940px,100% - 48px);margin:74px auto 42px;position:relative}.hero:before,.hero:after{content:"";pointer-events:none;border:1px solid #17364d21;border-radius:50%;position:absolute}.hero:before{width:320px;height:320px;top:-150px;left:-290px}.hero:after{width:180px;height:180px;top:30px;right:-190px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:#7d715d;margin:0 0 18px;font-size:11px;font-weight:750}h1{letter-spacing:-.065em;margin:0;font-size:clamp(62px,8vw,104px);font-weight:650;line-height:.81}h1 em{color:var(--coral);letter-spacing:-.025em;font-family:Georgia,Times New Roman,serif;font-weight:400}.hero-copy{max-width:560px;color:var(--muted);margin:31px auto 0;font-size:17px;line-height:1.6}.workspace{width:min(1080px,100% - 48px);margin:0 auto 74px}.drop-zone{background:#fffdf88c;border:1.5px dashed #99a49e;border-radius:5px;flex-direction:column;justify-content:center;align-items:center;min-height:386px;padding:42px 24px;transition:all .2s;display:flex;position:relative}.drop-zone.dragging{border-color:var(--coral);background:#fffaf0;transform:translateY(-2px);box-shadow:0 18px 40px #362d2214}.paper-stack{width:60px;height:68px;margin-bottom:20px;position:relative}.paper-stack>span{background:var(--paper);border:1.5px solid var(--ink);box-shadow:5px 6px 0 var(--lime);border-radius:2px;position:absolute;inset:0 5px 4px;transform:rotate(-7deg)}.paper-stack>span:nth-child(2){box-shadow:none;background:var(--paper);transform:rotate(5deg)}.paper-stack .paper-lines{box-shadow:none;background:repeating-linear-gradient(#0000 0 9px,#afbab8 10px 11px);border:0;border-radius:0;inset:15px 15px 14px;transform:none}.drop-zone h2{letter-spacing:-.04em;margin:0;font-size:25px}.drop-zone>p{color:var(--muted);margin:8px 0 21px;font-size:14px}.primary-button,.compress-button,.download-button{background:var(--coral);color:#fff;cursor:pointer;box-shadow:4px 4px 0 var(--ink);border:0;font-weight:750;text-decoration:none;transition:all .15s}.primary-button{border-radius:3px;padding:14px 19px}.primary-button span{margin-left:20px}.primary-button:hover,.compress-button:hover,.download-button:hover{background:var(--coral-dark);box-shadow:6px 6px 0 var(--ink);transform:translate(-1px,-1px)}.drop-zone .drop-note{text-transform:uppercase;letter-spacing:.12em;color:#8f9189;margin:20px 0 0;font-size:10px;font-weight:700}.file-workspace{background:var(--paper);border:1px solid var(--line);grid-template-columns:1fr 1fr;display:grid;box-shadow:0 22px 55px #362d2214}.preview-panel,.settings-panel{padding:39px 46px 43px}.preview-panel{border-right:1px solid var(--line);background:#eeeadf}.panel-label{text-transform:uppercase;letter-spacing:.13em;align-items:center;gap:10px;margin-bottom:25px;font-size:11px;font-weight:800;display:flex}.panel-label span{color:var(--coral)}.page-preview{justify-content:center;align-items:center;max-width:355px;height:305px;margin:0 auto;display:flex;position:relative}.page-preview img{object-fit:contain;background:#fff;max-width:100%;max-height:100%;box-shadow:0 8px 24px #362d2226}.page-count{background:var(--ink);color:#fff;border-radius:99px;padding:7px 9px;font-size:10px;font-weight:700;position:absolute;bottom:10px;right:0}.preview-loading{background:#fff;width:205px;height:290px;padding:36px 24px;box-shadow:0 8px 24px #362d221f}.preview-loading span{background:#e8e4dc;height:7px;margin-bottom:13px;animation:1.2s infinite alternate pulse;display:block}.preview-loading span:nth-child(2){width:75%}.preview-loading span:nth-child(3){width:88%}@keyframes pulse{to{opacity:.35}}.file-details{border-top:1px solid #d2cdc2;justify-content:space-between;align-items:center;gap:12px;margin-top:23px;padding-top:18px;display:flex}.file-name-wrap{min-width:0}.file-name-wrap strong{text-overflow:ellipsis;white-space:nowrap;max-width:280px;font-size:14px;display:block;overflow:hidden}.file-name-wrap span{color:var(--muted);margin-top:5px;font-size:11px;display:block}.text-button,.again-button,.cancel-button{color:var(--ink);text-underline-offset:3px;cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:700;text-decoration:underline}.text-button:disabled{opacity:.4}.notice{background:#fff8d9;border:1px solid #e4d698;align-items:flex-start;gap:11px;margin-top:18px;padding:13px;display:flex}.notice>span{background:#debd47;border-radius:50%;flex:0 0 20px;place-items:center;height:20px;font-family:Georgia,serif;font-size:12px;font-weight:700;display:grid}.notice p{color:#6c6038;margin:0;font-size:11px;line-height:1.45}.notice strong{color:#4d4429;display:block}.preset-list{gap:9px;display:grid}.preset{border:1px solid var(--line);text-align:left;min-height:66px;color:var(--ink);cursor:pointer;background:#fff;align-items:center;padding:12px 15px;transition:all .15s;display:flex}.preset:hover{border-color:#9a9d91}.preset.selected{border-color:var(--ink);box-shadow:inset 4px 0 0 var(--lime);background:#fffef9}.preset:disabled{cursor:default;opacity:.65}.radio-dot{border:1.5px solid #87939a;border-radius:50%;flex:none;width:17px;height:17px;margin-right:13px;position:relative}.preset.selected .radio-dot{border-color:var(--coral)}.preset.selected .radio-dot:after{content:"";background:var(--coral);border-radius:50%;position:absolute;inset:3px}.preset-copy{flex-direction:column;flex:1;display:flex}.preset-copy strong{font-size:14px}.preset-copy small{color:var(--muted);margin-top:3px;font-size:10px}.preset-meter{align-items:end;gap:3px;height:19px;display:flex}.preset-meter i{background:var(--coral);border-radius:2px;width:4px;display:block}.preset-meter i:first-child{height:7px}.preset-meter i:nth-child(2){height:11px}.preset-meter i:nth-child(3){height:15px}.preset-meter i:nth-child(4){height:19px}.preset-meter i.off{background:#d9dbd6}.advanced-toggle{border:0;border-bottom:1px solid var(--line);width:100%;color:var(--muted);cursor:pointer;background:0 0;justify-content:space-between;padding:18px 2px 13px;font-size:11px;font-weight:700;display:flex}.advanced-toggle span{color:var(--ink);font-size:16px}.advanced-toggle:disabled{opacity:.5}.advanced-settings{border-bottom:1px solid var(--line);gap:16px;padding:16px 2px 15px;display:grid}.advanced-settings label>span{color:var(--muted);justify-content:space-between;margin-bottom:7px;font-size:11px;display:flex}.advanced-settings label b{color:var(--ink)}input[type=range]{width:100%;accent-color:var(--coral)}.advanced-settings .check-row{cursor:pointer;align-items:center;gap:8px;font-size:11px;font-weight:650;display:flex}.advanced-settings .check-row span{color:var(--ink);margin:0;display:inline}.check-row input{accent-color:var(--coral)}.compress-button{border-radius:2px;justify-content:space-between;width:100%;margin-top:25px;padding:16px 19px;display:flex}.compress-button:disabled{opacity:.6;cursor:wait}.progress-wrap{margin-top:27px}.progress-copy{justify-content:space-between;font-size:12px;display:flex}.progress-track{background:#deddd6;height:8px;margin-top:10px;overflow:hidden}.progress-track span{background:var(--coral);height:100%;transition:width .2s;display:block}.cancel-button{margin:13px auto 0;display:block}.result-card{background:#f1f5d5;border:1px solid #cbd68a;margin-top:22px;padding:17px}.result-heading{align-items:center;gap:12px;display:flex}.result-heading>span{background:var(--ink);color:#fff;border-radius:50%;place-items:center;width:29px;height:29px;display:grid}.result-heading strong,.result-heading small{display:block}.result-heading strong{font-size:17px}.result-heading small{color:var(--muted);margin-top:3px;font-size:10px}.download-button{justify-content:space-between;margin-top:15px;padding:14px 17px;font-size:13px;display:flex}.again-button{margin:14px auto 0;display:block}.size-warning{color:#5d6439;margin:10px 0 0;font-size:10px;line-height:1.45}.error-message{color:#9b3528;background:#ffe3db;border:1px solid #e6a699;margin-top:16px;padding:10px 12px;font-size:12px}.error-message.inline button{color:inherit;cursor:pointer;background:0 0;border:0;font-weight:700;text-decoration:underline}.trust-strip{border-top:1px solid #17364d29;grid-template-columns:repeat(3,1fr);gap:36px;width:min(1080px,100% - 48px);margin:0 auto 94px;padding-top:30px;display:grid}.trust-strip>div{align-items:flex-start;gap:14px;display:flex}.trust-strip p{color:var(--muted);margin:0;font-size:11px;line-height:1.5}.trust-strip strong{color:var(--ink);margin-bottom:3px;font-size:12px;display:block}.trust-icon{border:1px solid var(--ink);border-radius:50%;flex:0 0 30px;place-items:center;height:30px;font-weight:750;display:grid}.trust-icon.lock{position:relative}.trust-icon.lock:before{content:"";border:1.5px solid var(--ink);border-radius:1px;width:9px;height:8px;position:absolute;bottom:7px}.trust-icon.lock:after{content:"";border:1.5px solid var(--ink);border-bottom:0;border-radius:6px 6px 0 0;width:6px;height:6px;position:absolute;top:6px}.trust-icon.bolt{background:var(--lime)}.trust-icon.leaf{background:#f6d4c9}footer{background:var(--ink);color:#fff;grid-template-columns:1fr 1fr 1fr;align-items:center;min-height:120px;padding:34px max(24px,50% - 540px);display:grid}footer>span{font-size:20px;font-weight:750}footer p{text-align:center;color:#e6ecb1;margin:0;font-family:Georgia,Times New Roman,serif;font-size:20px}footer small{text-align:right;opacity:.65;font-size:10px}.hidden{display:none!important}.visually-hidden{opacity:0;pointer-events:none;width:1px;height:1px;position:fixed}@media (width<=760px){.site-header,.hero,.workspace,.trust-strip{width:min(100% - 30px,560px)}.site-header{height:72px}.privacy-pill{padding:7px 10px;font-size:10px}.hero{margin-top:55px}.hero-copy{font-size:15px}h1{font-size:clamp(58px,19vw,86px)}.workspace{margin-bottom:55px}.drop-zone{min-height:350px}.file-workspace{grid-template-columns:1fr}.preview-panel{border-right:0;border-bottom:1px solid var(--line)}.preview-panel,.settings-panel{padding:30px 25px}.page-preview{height:270px}.trust-strip{grid-template-columns:1fr;gap:23px;margin-bottom:55px}footer{text-align:center;grid-template-columns:1fr;gap:13px}footer small{text-align:center}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
