:root{--bg: #08080a;--surface: rgba(255, 255, 255, .03);--surface-solid: #111113;--surface-hover: rgba(255, 255, 255, .055);--border: rgba(255, 255, 255, .07);--border-hover: rgba(255, 255, 255, .12);--accent: #00e5a0;--accent-dim: #00c489;--accent-glow: rgba(0, 229, 160, .15);--accent-subtle: rgba(0, 229, 160, .08);--danger: #f43f5e;--text: #e8e8ec;--text-secondary: #9898a4;--text-tertiary: #5c5c6a;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:var(--text);background-color:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;min-width:320px;background:var(--bg)}#root{min-height:100vh;display:flex;flex-direction:column}.app{display:flex;flex-direction:column;min-height:100vh;position:relative;overflow:hidden}.app:before{content:"";position:fixed;top:-40%;left:50%;transform:translate(-50%);width:800px;height:600px;background:radial-gradient(ellipse,var(--accent-glow) 0%,transparent 70%);pointer-events:none;z-index:0;opacity:.5}.header{position:relative;z-index:1;padding:1.25rem 2rem;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#08080acc}.header-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.logo{font-size:1rem;font-weight:700;letter-spacing:-.02em;color:var(--text);display:flex;align-items:center;gap:.5rem}.logo:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px var(--accent-glow)}.header-tag{font-size:.6875rem;color:var(--text-tertiary);padding:.1875rem .625rem;border:1px solid var(--border);border-radius:9999px;letter-spacing:.03em;text-transform:uppercase}.main{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;align-items:center;padding:4rem 2rem 3rem;max-width:880px;margin:0 auto;width:100%}.hero{text-align:center;margin-bottom:3rem}.hero h1{font-size:2.75rem;font-weight:800;letter-spacing:-.04em;line-height:1.08;margin-bottom:1.25rem;color:var(--text)}.hero-gradient{color:var(--accent)}.hero p{color:var(--text-secondary);font-size:1.0625rem;max-width:460px;margin:0 auto;line-height:1.65}.dropzone-wrapper{width:100%}.dropzone{position:relative;width:100%;min-height:260px;border:1.5px dashed var(--border-hover);border-radius:20px;background:var(--surface);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 2rem;cursor:pointer;transition:all .25s ease}.dropzone:hover{border-color:#ffffff2e;background:var(--surface-hover)}.dropzone.drag-over{border-color:var(--accent);background:var(--accent-subtle);box-shadow:0 0 60px var(--accent-glow),inset 0 0 60px #00e5a005}.dropzone.has-file{border-color:var(--accent-dim);border-style:solid;cursor:default;background:var(--surface)}.dropzone-icon{width:52px;height:52px;border-radius:14px;background:var(--accent-subtle);display:flex;align-items:center;justify-content:center;color:var(--accent)}.dropzone-icon svg{width:24px;height:24px}.dropzone-text{text-align:center}.dropzone-text p{color:var(--text);font-size:.9375rem;font-weight:500;margin-bottom:.25rem}.dropzone-text span{color:var(--text-tertiary);font-size:.8125rem}.dropzone-browse{color:var(--accent);text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:border-color .15s ease}.dropzone:hover .dropzone-browse{border-color:var(--accent)}.file-input{display:none}.file-preview{display:flex;flex-direction:column;align-items:center;gap:.875rem}.file-preview img{max-width:200px;max-height:150px;border-radius:10px;border:1px solid var(--border)}.file-info{text-align:center}.file-info p{font-size:.8125rem;font-weight:500;color:var(--text);margin-bottom:.125rem}.file-info span{font-size:.75rem;color:var(--text-tertiary)}.file-remove{font-size:.75rem;color:var(--text-secondary);background:#ffffff0a;border:1px solid var(--border);border-radius:8px;padding:.3125rem .875rem;cursor:pointer;transition:all .15s ease;font-family:inherit}.file-remove:hover{color:var(--text);background:#ffffff12;border-color:var(--border-hover)}.crop-section,.results-section{width:100%;margin-top:2.5rem;padding:1.5rem;border-radius:16px;background:var(--surface);border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.crop-section h2,.results-header h2{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);margin-bottom:.5rem}.device-bar h2{margin-bottom:.75rem}.device-bar-content{display:flex;align-items:flex-end;gap:1.5rem}.crop-divider{height:1px;background:var(--border);margin:1.25rem 0}.crop-description{font-size:.8125rem;color:var(--text-tertiary);margin-bottom:1.5rem}.crop-compare{display:flex;align-items:center;gap:1.25rem;justify-content:center}.crop-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1;min-width:0}.crop-label{font-size:.6875rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em}.crop-card img{width:100%;max-width:360px;border-radius:10px;border:1px solid var(--border);display:block}.crop-arrow{color:var(--text-tertiary);flex-shrink:0;opacity:.5}.crop-loading{width:100%;max-width:360px;aspect-ratio:5 / 3;border-radius:10px;border:1px solid var(--border);background:var(--surface-solid);display:flex;align-items:center;justify-content:center;font-size:.8125rem;color:var(--text-tertiary)}.crop-error{color:var(--danger)}.config-field{display:flex;flex-direction:column;gap:.375rem}.config-field span{font-size:.75rem;color:var(--text-tertiary);font-weight:500}.config-field select{padding:.4375rem 2rem .4375rem .75rem;border-radius:8px;border:1px solid var(--border);background:var(--surface-solid);color:var(--text);font-size:.875rem;font-family:inherit;cursor:pointer;transition:border-color .15s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%235c5c6a' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.config-field select:focus{outline:none;border-color:var(--accent-dim)}.config-field select:disabled{opacity:.4;cursor:not-allowed}.cutoff-toggle{display:flex;align-items:center;flex-wrap:wrap;gap:.375rem .5rem;padding-bottom:.1875rem;margin-left:auto}.cutoff-toggle input[type=checkbox]{accent-color:var(--accent);width:14px;height:14px;cursor:pointer}.cutoff-toggle label{font-size:.75rem;color:var(--text-tertiary);font-weight:500;cursor:pointer;-webkit-user-select:none;user-select:none}.cutoff-description{width:100%;font-size:.6875rem;color:var(--text-tertiary);opacity:.7;line-height:1.4}.config-details{display:flex;flex-direction:column;gap:.125rem;padding-bottom:.1875rem}.config-details span{font-size:.75rem;color:var(--text-tertiary)}.split-button-wrapper{margin-top:1.5rem}.split-button{width:100%;padding:.6875rem 1.5rem;border-radius:10px;border:none;background:var(--accent);color:#08080a;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s ease;letter-spacing:-.01em}.split-button:hover:not(:disabled){box-shadow:0 0 24px var(--accent-glow);animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 0 24px var(--accent-glow)}50%{box-shadow:0 0 40px var(--accent-glow),0 0 60px var(--accent-glow)}}.split-button:active:not(:disabled){transform:scale(.985)}.split-button:disabled{opacity:.5;cursor:not-allowed}.status-text{margin-top:.75rem;font-size:.75rem;color:var(--text-tertiary);text-align:center}.error-text{margin-top:.75rem;font-size:.75rem;color:var(--danger);text-align:center}.retry-button{width:100%;margin-top:.75rem;padding:.6875rem 1.5rem;border-radius:10px;border:1px solid var(--danger);background:transparent;color:var(--danger);font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s ease}.retry-button:hover:not(:disabled){background:#ff505014}.retry-button:disabled{opacity:.5;cursor:not-allowed}.results-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.results-actions{display:flex;align-items:center;gap:.5rem}.device-pill{padding:.4375rem .75rem;border-radius:9999px;border:1px solid var(--border);color:var(--text-secondary);font-size:.75rem;font-weight:600;font-family:inherit}.download-all-button{padding:.4375rem .875rem;border-radius:8px;border:1px solid var(--accent-dim);background:transparent;color:var(--accent);font-size:.75rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s ease}.download-all-button:hover:not(:disabled){background:var(--accent-subtle)}.download-all-button:disabled{opacity:.4;cursor:not-allowed}.device-mockup{width:100%;overflow-x:auto;visibility:hidden;height:0;display:flex;flex-direction:column;align-items:center}.device-mockup.revealed{visibility:visible;height:auto}.device-cable{width:3px;height:50px;margin:0 auto;background:linear-gradient(180deg,transparent 0%,#222225 40%,#2a2a2e 100%);border-radius:2px;position:relative}.device-cable-plug{position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:9px;height:6px;background:#2a2a2e;border-radius:1px 1px 2px 2px;box-shadow:inset 0 1px #0000004d}.device-frame{position:relative;width:100%;margin:0 auto;padding:24px;box-sizing:border-box;background:linear-gradient(180deg,#222226,#1a1a1e,#141416);border-radius:18px;box-shadow:inset 0 1px #ffffff0f,0 0 0 1px #ffffff0d,0 4px 8px #0000004d,0 12px 40px #00000080}.device-logo{display:block;max-width:70%;height:auto;margin:0 auto 16px;opacity:.7}.device-screen{display:grid}.device-button{aspect-ratio:1;border-radius:10px;overflow:hidden;background:#000;box-shadow:inset 0 1px 3px #0009,0 1px #ffffff08}.device-button img{width:100%;height:100%;display:block;object-fit:cover}.faq-section{width:100%;margin-top:3rem}.faq-section>h2{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);margin-bottom:1rem}.faq-list{display:flex;flex-direction:column;gap:1px;border-radius:12px;overflow:hidden;border:1px solid var(--border)}.faq-item{background:var(--surface)}.faq-item summary{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;font-size:.875rem;font-weight:500;color:var(--text);cursor:pointer;transition:background .15s ease;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.125rem;font-weight:400;color:var(--text-tertiary);flex-shrink:0;margin-left:1rem;transition:transform .2s ease}.faq-item[open] summary:after{content:"−"}.faq-item summary:hover{background:var(--surface-hover)}.faq-item p{padding:0 1.25rem 1rem;font-size:.8125rem;line-height:1.7;color:var(--text-secondary)}.faq-item+.faq-item{border-top:1px solid var(--border)}.footer{position:relative;z-index:1;padding:1.5rem 2rem;border-top:1px solid var(--border);text-align:center;margin-top:auto}.footer p{color:var(--text-tertiary);font-size:.75rem}.footer a{color:var(--text-tertiary);text-decoration:none;border-bottom:1px solid transparent;transition:all .15s ease}.footer a:hover{color:var(--text-secondary);border-color:var(--text-tertiary)}@media(max-width:640px){.hero h1{font-size:1.875rem}.hero p{font-size:.9375rem}.dropzone{min-height:220px;padding:2rem 1.5rem}.main{padding:2.5rem 1rem 2rem}.crop-section,.results-section{padding:1.25rem}.faq-item summary{padding:.875rem 1rem}.faq-item p{padding:0 1rem .875rem}.device-bar-content{flex-wrap:wrap}.crop-compare{flex-direction:column}.crop-arrow{transform:rotate(90deg)}.results-header{flex-direction:column;gap:.75rem;align-items:center}.device-frame{padding:12px;border-radius:14px}.device-logo{margin-bottom:8px}.device-button{border-radius:5px}.device-cable{height:32px}}
