:root{color-scheme:light dark;--paper:#f6f5ef;--surface:#fffefa;--ink:#191a17;--muted:#64665f;--line:#d9d9d0;--accent:#245b45;--accent-strong:#174433;--accent-soft:#dcebe3;--danger:#9d332a;--warning:#8a5a0a;--shadow:0 20px 60px #1e231c17;--radius:18px;font-synthesis:none;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;line-height:1.55}a{color:inherit;text-underline-offset:3px}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline-offset:3px;outline:3px solid #79a88f}.skip-link{z-index:99;background:var(--ink);color:var(--paper);border-radius:8px;padding:10px 14px;position:fixed;top:-80px;left:16px}.skip-link:focus{top:16px}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.site-header{justify-content:space-between;align-items:center;max-width:1180px;margin:0 auto;padding:24px 28px;display:flex}.wordmark{align-items:center;text-decoration:none;display:inline-flex}.wordmark img{width:auto;height:40px;display:block}.site-header nav,footer nav{gap:24px;display:flex}.site-header nav a,footer a{color:var(--muted);font-size:.9rem;text-decoration:none;transition:color .2s}.site-header nav a:hover,footer a:hover{color:var(--ink)}.hero-shell{text-align:center;max-width:980px;margin:52px auto 0;padding:0 28px}.eyebrow{color:var(--accent);letter-spacing:.12em;align-items:center;gap:8px;font-size:.75rem;font-weight:750;display:inline-flex}.eyebrow span{background:#3ba46d;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #3ba46d1f}h1{letter-spacing:-.055em;max-width:800px;margin:18px auto 16px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.65rem,7vw,5.5rem);font-weight:500;line-height:.98}.hero-copy{max-width:650px;color:var(--muted);margin:0 auto 32px;font-size:clamp(1rem,2vw,1.18rem)}.compressor{background:var(--surface);border:1px solid var(--line);max-width:780px;box-shadow:var(--shadow);text-align:left;border-radius:24px;margin:0 auto;padding:18px}.compressor-topline{color:var(--muted);letter-spacing:.09em;justify-content:space-between;padding:2px 4px 14px;font-size:.68rem;font-weight:720;display:flex}.drop-zone{width:100%;min-height:235px;color:var(--ink);cursor:pointer;background:#f9f9f5;border:1.5px dashed #a9aca2;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;transition:border-color .2s,background .2s,transform .2s;display:flex}.drop-zone:hover,.drop-zone.is-dragging{border-color:var(--accent);background:var(--accent-soft);transform:translateY(-1px)}.drop-zone svg{fill:none;width:38px;stroke:var(--accent);stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;margin-bottom:12px}.drop-zone strong{font-size:1.08rem}.drop-zone span{color:var(--muted)}.drop-zone small{color:#86887f;letter-spacing:.05em;margin-top:14px;font-size:.72rem}.selected-file{border:1px solid var(--line);border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;min-height:92px;padding:16px;display:grid}.selected-file>div:nth-child(2){flex-direction:column;min-width:0;display:flex}.selected-file strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.selected-file span{color:var(--muted);font-size:.85rem}.file-mark{background:var(--accent-soft);border-radius:10px;place-items:center;width:44px;height:44px;display:grid}.file-mark svg,.icon-button svg{fill:none;width:23px;stroke:var(--accent);stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round}.icon-button{cursor:pointer;background:0 0;border:0;border-radius:50%;width:40px;height:40px}.icon-button:hover{background:#ecece6}.icon-button svg{width:18px;stroke:var(--muted)}.target-row{grid-template-columns:auto;align-items:center;gap:12px;padding:20px 4px 14px;display:grid}.target-control{background:var(--surface);border:1px solid #b8bab1;border-radius:10px;width:fit-content;display:flex;overflow:hidden}.target-control input{width:100px;color:var(--ink);text-align:right;background:0 0;border:0;padding:10px 12px;font-weight:700}.unit-toggle{border-left:1px solid var(--line);display:flex}.unit-toggle button{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:10px 14px;font-size:.85rem;font-weight:700;transition:background .2s,color .2s}.unit-toggle button.is-active{background:var(--accent);color:#fff}.unit-toggle button:hover:not(.is-active){background:var(--accent-soft);color:var(--accent)}.preset-row{flex-wrap:wrap;grid-column:1/-1;gap:7px;display:flex}.preset-row button{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:0 0;border-radius:100px;padding:6px 10px;font-size:.78rem;transition:color .2s,border-color .2s}.preset-row button:hover{border-color:var(--accent);color:var(--accent)}.primary-button,.download-button{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:54px;font-weight:750;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;display:flex}.primary-button:hover:not(:disabled),.download-button:hover{background:var(--accent-strong);transform:translateY(-1px);box-shadow:0 10px 24px #245b4533}.primary-button:active:not(:disabled),.download-button:active{transform:translateY(0)}.primary-button:disabled{cursor:not-allowed;background:#b8bab3}.primary-button svg,.download-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px}.processing-panel{background:#f1f3ed;border-radius:12px;padding:16px}.processing-panel>div:first-child{justify-content:space-between;font-size:.87rem;display:flex}.progress-track{background:#dfe1db;border-radius:100px;height:7px;margin:12px 0;overflow:hidden}.progress-track span{border-radius:inherit;background:var(--accent);height:100%;transition:width .25s;display:block}.processing-panel p{color:var(--muted);font-size:.78rem}.secondary-button{border:1px solid var(--line);background:var(--surface);color:var(--ink);cursor:pointer;border-radius:8px;padding:7px 11px}.error-message{border-left:3px solid var(--danger);color:#6e231d;background:#f8e9e6;flex-direction:column;margin-top:12px;padding:14px;display:flex}.error-message span{font-size:.9rem}.result-panel{border-top:1px solid var(--line);margin-top:18px;padding-top:18px}.result-heading{justify-content:space-between;align-items:end;gap:16px;display:flex}.result-heading h2{margin:6px 0 0;font-family:Georgia,serif;font-size:1.7rem;font-weight:500}.result-heading>strong{font-size:1.45rem}.risk{text-transform:uppercase;letter-spacing:.07em;border-radius:100px;padding:4px 8px;font-size:.68rem;font-weight:800;display:inline-flex}.risk-low{color:#1e6544;background:#dceee2}.risk-medium{color:#76500b;background:#f5e9c9}.risk-high{color:#8b2c24;background:#f4dcd7}.result-stats{border:1px solid var(--line);border-radius:10px;grid-template-columns:repeat(4,1fr);margin:16px 0;display:grid;overflow:hidden}.result-stats span{border-right:1px solid var(--line);flex-direction:column;padding:10px 12px;font-size:.82rem;display:flex}.result-stats span:last-child{border-right:0}.result-stats small{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.68rem}.zoom-control{color:var(--muted);grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin:14px 0 8px;font-size:.78rem;display:grid}.zoom-control input{accent-color:var(--accent)}.comparison{grid-template-columns:1fr 1fr;gap:8px;display:grid}.comparison figure{margin:0}.comparison figcaption{color:var(--muted);margin-bottom:5px;font-size:.73rem;font-weight:700}.comparison figure>div{background-color:#ecece7;background-image:linear-gradient(45deg,#deded7 25%,#0000 25%),linear-gradient(-45deg,#deded7 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#deded7 75%),linear-gradient(-45deg,#0000 75%,#deded7 75%);background-position:0 0,0 9px,9px -9px,-9px 0;background-size:18px 18px;border-radius:10px;place-items:center;height:260px;display:grid;position:relative;overflow:hidden}.comparison img{object-fit:contain;width:100%;height:100%;transition:transform .2s}.preview-note{text-align:center;background:#ffffffe0;max-width:180px;padding:10px;font-size:.78rem}.risk-copy{border:1px solid var(--line);border-radius:10px;margin:14px 0;padding:12px 14px}.risk-copy p{color:var(--muted);margin:4px 0 0;font-size:.86rem}.timeout-note{color:var(--warning);font-size:.82rem}.recent-results{border-top:1px solid var(--line);margin-top:20px;padding-top:18px}.recent-results>div{justify-content:space-between;align-items:center;display:flex}.recent-results h2{margin:0;font-size:1rem}.recent-results button{color:var(--muted);cursor:pointer;background:0 0;border:0;text-decoration:underline}.recent-results>p{color:var(--muted);margin:4px 0 10px;font-size:.78rem}.recent-results ul{margin:0;padding:0;list-style:none}.recent-results li{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:9px 0;display:flex}.recent-results li>div{flex-direction:column;min-width:0;display:flex}.recent-results li strong{text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;overflow:hidden}.recent-results li span{color:var(--muted);font-size:.72rem}.recent-results li a{color:var(--accent);font-size:.82rem;font-weight:700}.trust-row{color:var(--muted);flex-wrap:wrap;justify-content:center;gap:14px 26px;margin:20px auto 0;padding:0;font-size:.78rem;list-style:none;display:flex}.trust-row li{align-items:center;gap:6px;display:flex}.trust-row svg{fill:none;width:16px;stroke:var(--accent);stroke-width:2px}.rule-card,.content-grid,.faq-section,.related-tools{max-width:980px;margin:80px auto 0;padding:0 28px}.rule-card{border-radius:var(--radius);background:#eeefe8;border:1px solid #c8cabe;grid-template-columns:.8fr 1.5fr;gap:20px 48px;padding:28px;display:grid}.rule-card .label,.section-number{color:var(--accent);letter-spacing:.11em;font-size:.7rem;font-weight:800}.rule-card h2{margin:8px 0;font-family:Georgia,serif;font-size:1.6rem;font-weight:500;line-height:1.1}.rule-card p{color:var(--muted);margin:0}.rule-card a{color:var(--accent);grid-column:2;font-size:.86rem;font-weight:700}.rule-card small{color:var(--muted);grid-column:2}.content-grid{grid-template-columns:1fr 1fr;gap:72px;display:grid}.content-grid h2,.faq-section h2,.related-tools h2,.legal-page h1{letter-spacing:-.025em;margin:9px 0 18px;font-family:Georgia,serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:500;line-height:1.05}.content-grid p{color:var(--muted)}.steps{counter-reset:item;padding:0;list-style:none}.steps li{border-top:1px solid var(--line);counter-increment:item;padding:14px 0 14px 42px;position:relative}.steps li:before{content:counter(item);color:var(--accent);font-weight:800;position:absolute;left:4px}.text-link{color:var(--accent);font-weight:700}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;justify-content:space-between;gap:20px;padding:20px 0;font-weight:700;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--accent);font-size:1.3rem;transition:transform .2s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list p{max-width:720px;color:var(--muted);margin:-4px 0 20px}.related-tools{margin-bottom:90px}.related-tools div{flex-wrap:wrap;gap:8px;display:flex}.related-tools a{border:1px solid var(--line);color:var(--muted);border-radius:100px;padding:9px 15px;text-decoration:none;transition:border-color .2s,color .2s}.related-tools a:hover{border-color:var(--accent);color:var(--accent)}.legal-page{max-width:760px;margin:70px auto 100px;padding:0 28px}.legal-page h1{margin-left:0;font-size:clamp(2.5rem,7vw,4.5rem)}.legal-page h2{margin-top:42px;font-family:Georgia,serif;font-size:1.65rem;font-weight:500}.legal-page p,.legal-page li{color:var(--muted)}.legal-page .updated{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:700}footer{border-top:1px solid var(--line);max-width:1180px;color:var(--muted);grid-template-columns:1fr auto;gap:14px 40px;margin:0 auto;padding:32px 28px;display:grid}footer>div{flex-direction:column;gap:6px;display:flex}footer>div img{width:auto;height:36px}footer p{grid-column:1/-1;margin:0;font-size:.75rem}@media (prefers-color-scheme:dark){:root{--paper:#171915;--surface:#20231e;--ink:#f2f2ea;--muted:#afb2a8;--line:#3d4038;--accent:#80c7a5;--accent-strong:#5bac86;--accent-soft:#263e32;--shadow:0 20px 60px #0003}.drop-zone{background:#1d201b}.processing-panel,.rule-card{background:#252922}.target-control{background:var(--surface)}.icon-button:hover{background:#30342e}.error-message{color:#ffc4bc;background:#3b2320}.preview-note{background:#1e211ce6}}.batch-compressor{padding:18px}.batch-list{flex-direction:column;gap:8px;max-height:520px;display:flex;overflow-y:auto}.batch-item{border:1px solid var(--line);border-radius:10px;flex-wrap:wrap;align-items:center;gap:10px;padding:12px 14px;transition:border-color .2s;display:flex}.batch-item-processing{border-color:var(--accent);background:var(--accent-soft)}.batch-item-done{border-color:#5bac86}.batch-item-error{border-color:var(--danger);background:#f8e9e6}.batch-item-info{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.batch-item-index{background:var(--accent-soft);width:28px;height:28px;color:var(--accent);border-radius:50%;flex-shrink:0;place-items:center;font-size:.75rem;font-weight:800;display:grid}.batch-item-name{flex-direction:column;min-width:0;display:flex}.batch-item-name strong{text-overflow:ellipsis;white-space:nowrap;font-size:.87rem;overflow:hidden}.batch-item-name span{color:var(--muted);font-size:.72rem}.batch-item-actions{align-items:center;gap:8px;display:flex}.batch-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:100px;padding:3px 8px;font-size:.66rem;font-weight:800}.batch-badge-pending{color:var(--muted);background:#ecece6}.batch-badge-error{color:var(--danger);background:#f4dcd7}.batch-progress{flex-direction:column;gap:4px;width:100px;display:flex}.batch-progress .progress-track{height:5px;margin:0}.batch-progress small{color:var(--muted);font-size:.68rem}.batch-download{background:var(--accent);color:#fff;white-space:nowrap;border-radius:8px;padding:6px 12px;font-size:.78rem;font-weight:700;text-decoration:none;transition:background .2s}.batch-download:hover{background:var(--accent-strong)}.batch-item-error{color:var(--danger);flex-basis:100%;font-size:.78rem}.batch-add-more{color:var(--accent);cursor:pointer;background:0 0;border:1.5px dashed #a9aca2;border-radius:10px;padding:10px;font-size:.85rem;font-weight:700;transition:border-color .2s,background .2s}.batch-add-more:hover{border-color:var(--accent);background:var(--accent-soft)}.batch-summary{border-top:1px solid var(--line);margin-top:18px;padding-top:18px}.batch-summary-header{justify-content:space-between;align-items:center;display:flex}.batch-summary-header h2{margin:0;font-family:Georgia,serif;font-size:1.4rem;font-weight:500}.batch-summary-actions{gap:10px;margin-top:14px;display:flex}.batch-summary-actions .download-button{flex:1}@media (width<=720px){.site-header{padding:18px 20px}.hero-shell{margin-top:30px;padding:0 16px}h1{font-size:clamp(2.55rem,13vw,4rem)}.compressor{border-radius:18px;padding:12px}.compressor-topline span:last-child{display:none}.drop-zone{min-height:190px}.target-row{grid-template-columns:1fr}.target-control{width:100%}.target-control input{flex:1}.result-stats{grid-template-columns:1fr 1fr}.result-stats span:nth-child(2){border-right:0}.result-stats span:nth-child(-n+2){border-bottom:1px solid var(--line)}.comparison{grid-template-columns:1fr}.comparison figure>div{height:220px}.rule-card,.content-grid{grid-template-columns:1fr}.rule-card a,.rule-card small{grid-column:1}.rule-card,.content-grid,.faq-section,.related-tools{margin-top:60px;padding-left:20px;padding-right:20px}.content-grid{gap:45px}footer{grid-template-columns:1fr;padding:28px 20px}footer nav{flex-wrap:wrap;gap:12px 18px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
