@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap";:root{--text:#e4e4e7;--text-h:#e4e4e7;--bg:#18181b;--panel:#27272a;--border:#3f3f46;--accent:#fff;--accent-bg:#ffffff1f;--accent-border:#fff;--shadow:#00000040 0 10px 15px -3px, #0003 0 4px 6px -2px;--sans:"Manrope", "Segoe UI", sans-serif;--heading:"Cormorant Garamond", "Times New Roman", serif;--mono:"SFMono-Regular", Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}body{background:var(--bg);color:var(--text);font-family:var(--sans);margin:0;padding:0}#root{text-align:left;box-sizing:border-box;background:var(--bg);border-inline:0;flex-direction:column;width:100%;max-width:100%;min-height:100svh;margin:0;display:flex}h1,h2,h3,h4,h5,h6{font-family:var(--heading);letter-spacing:-.03em;color:var(--text-h);font-weight:600}button,input,select,textarea{font:inherit}h1{letter-spacing:-1.8px;margin:32px 0;font-size:62px;line-height:.94}@media (width<=1024px){h1{margin:20px 0;font-size:42px}}h2{letter-spacing:-.28px;margin:0 0 8px;font-size:30px;line-height:1.06}@media (width<=1024px){h2{font-size:24px}}p{margin:0}.dropzone-area{background-color:var(--panel);color:var(--text);border-color:var(--border)}.dropzone-area.drag-active{background-color:var(--accent-bg);border-color:var(--accent)}.filter-btn{background-color:var(--panel);color:var(--text);border:1px solid var(--border)}.filter-btn:hover,.filter-btn:focus-visible{border-color:var(--accent);color:var(--accent)}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.header-brand-button{appearance:none;cursor:pointer;text-align:left;background:0 0;border:0;margin:0;padding:0}.header-brand-button h1{transition:opacity .2s}.header-brand-button:hover h1,.header-brand-button:focus-visible h1{opacity:.9}.app-shell{background:var(--bg);min-height:100vh;color:var(--text);flex-direction:column;display:flex}.app-main{flex:1;width:100%;max-width:82rem;margin:0 auto;padding:1rem 1rem 2rem}.dropzone-area{background:var(--bg);border-color:var(--border);color:var(--text);transition:all .2s;box-shadow:inset 0 0 0 1px #ffffff05}.dropzone-area.drag-active{background:var(--panel);border-color:var(--accent);box-shadow:0 0 0 1px #ffffff14}.dropzone-area:hover{border-color:var(--text)}.workspace-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:1.5rem;margin-top:2rem;display:grid}.image-panel{min-width:0}.filters-panel{flex-direction:column;gap:.85rem;display:flex}.filter-group{border:1px solid var(--border);background:#27272a80;border-radius:.9rem;overflow:hidden;box-shadow:0 10px 25px #0000001f}.filter-group-summary{cursor:pointer;background:linear-gradient(180deg, var(--panel) 0%, #27272af5 100%);color:var(--text);-webkit-user-select:none;user-select:none;letter-spacing:.02em;padding:.9rem 1rem;font-weight:600;list-style:none}.filter-group-summary:hover{background:linear-gradient(180deg, var(--border) 0%, #3f3f46f5 100%)}.filter-group-content{flex-direction:column;gap:.75rem;padding:1rem;display:flex}.filter-button{border:1px solid var(--border);color:var(--text);background:var(--panel);text-align:left;border-radius:.6rem;min-height:46px;padding:.8rem 1rem;font-weight:600;transition:all .2s}.filter-button:hover,.filter-button:focus-visible{border-color:var(--accent);opacity:.95;transform:translateY(-1px)}.filter-button-primary{background:var(--panel)}.filter-button-secondary{background:var(--border)}.filter-button:disabled{opacity:.5;cursor:not-allowed}.status-text{color:var(--text);opacity:.8;margin:0 0 1rem}.compare-container{border:1px solid var(--border);background:var(--bg);border-radius:1rem;width:100%;height:620px;position:relative;overflow:hidden;box-shadow:0 18px 40px #0000002e}.compare-image,.compare-image-single{object-fit:contain;background:var(--bg);width:100%;height:100%;position:absolute;inset:0}.compare-container-single{display:block}.compare-image-single{border:1px solid var(--border);background:var(--bg);border-radius:1rem;position:absolute}.compare-image-processed{background:var(--bg)}.compare-divider{background:var(--accent);z-index:10;width:2px;position:absolute;top:0;bottom:0;box-shadow:0 0 10px #00000080}.compare-divider-knob{background:var(--accent);border-radius:9999px;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 9px #00000073}.compare-divider-handle{border-left:2px solid var(--border);border-right:2px solid var(--border);width:.25rem;height:1rem}.compare-range{opacity:0;cursor:ew-resize;z-index:20;width:100%;height:100%;position:absolute;inset:0}.compare-label{color:var(--text);opacity:.8;margin-top:1rem;font-size:.875rem}.download-actions{justify-content:flex-start;margin-top:1rem;display:flex}.download-button{border:1px solid var(--border);background:var(--panel);color:var(--text);border-radius:.6rem;justify-content:center;align-items:center;padding:.75rem 1rem;font-weight:600;text-decoration:none;transition:border-color .2s,background .2s;display:inline-flex}.download-button:hover,.download-button:focus-visible{border-color:var(--text);background:#ffffff08}.legal-notice{color:var(--text);margin:0 0 1rem;font-size:.92rem;line-height:1.6}.legal-notice a,.inline-legal-link{color:var(--text);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.legal-page-wrapper{justify-content:center;width:100%;padding:2rem 0 3rem;display:flex}.legal-page-shell{border:1px solid var(--border);background:#18181be6;border-radius:1.25rem;width:min(760px,100%);padding:2rem;box-shadow:0 18px 40px #00000024}.legal-page-header{margin-bottom:2rem}.legal-kicker{text-transform:uppercase;letter-spacing:.12em;color:#ffffffad;margin:0 0 .75rem;font-size:.72rem}.legal-page-header h1,.legal-page-content h2{font-family:var(--heading);color:var(--text)}.legal-page-header h1{margin:0 0 1rem;font-size:clamp(2.8rem,5vw,4.6rem);line-height:.95}.legal-intro{color:#ffffffb8;font-size:1.05rem;line-height:1.7}.legal-page-content{flex-direction:column;gap:1.5rem;display:flex}.legal-section{border-top:1px solid var(--border);padding-top:1.25rem}.legal-section h2{margin:0 0 .7rem;font-size:clamp(2rem,3vw,2.7rem)}.legal-body{color:#ffffffd1;white-space:pre-line;margin:0;font-size:1.02rem;line-height:1.8}.legal-body a{color:var(--text);text-underline-offset:.18em;text-decoration:underline}.legal-back-button{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.55rem .9rem;transition:border-color .2s,transform .2s;display:inline-flex}.legal-back-button:hover,.legal-back-button:focus-visible{border-color:var(--text);transform:translateY(-1px)}.home-actions{justify-content:flex-start;margin:1rem 0 1.5rem;display:flex}.gallery-cta,.gallery-back-button{border:1px solid var(--border);color:var(--text);cursor:pointer;background:#ffffff0a;border-radius:999px;padding:.7rem 1rem;font-weight:600;transition:border-color .2s,transform .2s,background .2s}.gallery-cta:hover,.gallery-cta:focus-visible,.gallery-back-button:hover,.gallery-back-button:focus-visible{border-color:var(--text);background:#ffffff14;transform:translateY(-1px)}.gallery-shell{width:100%;padding:1rem 0 2rem}.gallery-header-row{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.5rem;display:flex}.gallery-kicker{text-transform:uppercase;letter-spacing:.12em;color:#ffffffb3;margin:0 0 .4rem;font-size:.72rem}.gallery-header-row h1{font-family:var(--heading);margin:0;font-size:clamp(2.8rem,5vw,4.2rem);line-height:.95}.home-gallery-section{margin:1.5rem 0 2rem}.home-gallery-grid,.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.home-gallery-card,.gallery-card{color:var(--text);cursor:pointer;background:linear-gradient(#18181bf0,#0e0e12d6);border:1px solid #ffffff14;border-radius:1.1rem;flex-direction:column;align-items:center;gap:.7rem;padding:.75rem .75rem .95rem;transition:transform .2s,border-color .2s,box-shadow .2s,background .2s;display:flex;box-shadow:0 18px 34px #0000001f}.home-gallery-card:hover,.home-gallery-card:focus-visible,.gallery-card:hover,.gallery-card:focus-visible{background:linear-gradient(#212124fa,#111115e6);border-color:#fff3;transform:translateY(-3px);box-shadow:0 24px 40px #0000002e}.home-gallery-preview-compare{aspect-ratio:1;background:#ffffff0a;border:1px solid #ffffff14;border-radius:.85rem;width:100%;position:relative;overflow:hidden}.home-gallery-image{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.home-gallery-processed{clip-path:inset(0 0 0 50%);border-left:1px solid #ffffff73}.home-gallery-divider{background:#fffc;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 0 12px #00000080}.home-gallery-loading{text-transform:uppercase;letter-spacing:.08em;color:#fffc;background:#1111128c;place-items:center;font-size:.68rem;display:grid;position:absolute;inset:0}.home-gallery-card span,.gallery-card span{letter-spacing:.08em;text-transform:uppercase;color:#ffffffe0;font-size:.78rem}.gallery-card img{aspect-ratio:1;object-fit:cover;background:#ffffff0a;border-radius:.7rem;width:100%;display:block}.app-footer{border-top:1px solid var(--border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0c0c0fe6;margin-top:2rem}.app-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:82rem;margin:0 auto;padding:1.1rem 1rem 1.4rem;display:flex}.footer-brand-group{align-items:center;gap:.7rem;display:inline-flex}.footer-brand-mark{border:1px solid var(--border);width:1.8rem;height:1.8rem;color:var(--text);background:linear-gradient(135deg,#ffffff24,#ffffff0a);border-radius:.6rem;justify-content:center;align-items:center;font-family:Playfair Display,serif;font-size:1rem;font-weight:700;display:inline-flex}.footer-brand{letter-spacing:.04em;color:var(--text);font-family:Playfair Display,serif;font-size:1rem;font-weight:700}.footer-links{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.footer-links button,.footer-links a{color:#fffc;cursor:pointer;font-size:.88rem;font:inherit;background:0 0;border:0;padding:0;text-decoration:none;transition:opacity .2s,color .2s}.footer-links button:hover,.footer-links button:focus-visible,.footer-links a:hover,.footer-links a:focus-visible{color:var(--text);opacity:1;text-decoration:underline}.footer-link.active{color:var(--text);text-decoration:underline}.filter-action{flex-direction:column;gap:.75rem;display:flex}.filter-settings-panel{border:1px solid var(--border);background:#12121473;border-radius:.8rem;flex-direction:column;gap:.8rem;padding:.9rem;display:flex}.filter-settings-label{color:var(--text);margin-bottom:.55rem;font-size:.82rem;font-weight:600;display:block}.color-picker-label{color:var(--text);margin-bottom:.7rem;font-size:.9rem;font-weight:600;display:block}.color-picker-row{align-items:center;gap:.75rem;display:flex}.color-input{border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:.5rem;width:3.5rem;height:2.5rem;padding:.2rem}.hex-input{border:1px solid var(--border);background:var(--panel);min-width:0;color:var(--text);font:inherit;border-radius:.5rem;flex:1;padding:.7rem .8rem}.helper-text{color:var(--text);opacity:.75;margin:.7rem 0 0;font-size:.78rem;line-height:1.45}@media (width<=900px){.workspace-layout{grid-template-columns:1fr}.filters-panel{order:-1}.filter-group{border-radius:.8rem}.filter-group-content{display:none}.filter-group[open] .filter-group-content{display:flex}.filter-group-summary{padding:.85rem 1rem}.compare-container{height:420px}}
