@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--bg-dark:#020617;--bg-card:#0f172a99;--bg-card-hover:#1e293bcc;--primary:#6366f1;--primary-glow:#6366f14d;--secondary:#ec4899;--text-main:#f8fafc;--text-muted:#94a3b8;--border:#ffffff1a;--gradient-text:linear-gradient(135deg, #6366f1 0%, #ec4899 100%);--font-main:"Inter", sans-serif;--font-heading:"Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-dark);color:var(--text-main);line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,.heading{font-family:var(--font-heading);font-weight:700}.container{max-width:1440px;margin:0 auto;padding:0 2rem}@media (width<=1024px){.container{padding:0 2rem}}.glass{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:1rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#fff3}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s ease-out forwards fadeIn}.gradient-text{background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn-primary{background:var(--primary);color:#fff;cursor:pointer;box-shadow:0 4px 15px var(--primary-glow);border:none;border-radius:.75rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.btn-primary:hover{box-shadow:0 6px 20px var(--primary-glow);filter:brightness(1.1);transform:translateY(-2px)}.btn-outline{border:1px solid var(--border);color:var(--text-main);cursor:pointer;background:0 0;border-radius:.75rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.btn-outline:hover{background:#ffffff0d;border-color:#fff3}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size:12px;--rc-drag-handle-mobile-size:24px;--rc-drag-handle-bg-colour:#0003;--rc-drag-bar-size:6px;--rc-border-color:#ffffffb3;--rc-focus-color:#08f}.ReactCrop{cursor:crosshair;max-width:100%;display:inline-block;position:relative}.ReactCrop *,.ReactCrop :before,.ReactCrop :after{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{max-height:inherit;overflow:hidden}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{max-width:100%;max-height:inherit;display:block}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-mask{pointer-events:none;width:calc(100% + .5px);height:calc(100% + .5px);position:absolute;inset:0}.ReactCrop__crop-selection{cursor:move;position:absolute;top:0;left:0;transform:translateZ(0)}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";border:1px solid var(--rc-border-color);opacity:.3;position:absolute;inset:-1px}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed #fff}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){color:#fff;background-image:linear-gradient(90deg,#fff 50%,#444 50%),linear-gradient(90deg,#fff 50%,#444 50%),linear-gradient(#fff 50%,#444 50%),linear-gradient(#fff 50%,#444 50%);background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;background-size:10px 1px,10px 1px,1px 10px,1px 10px;animation:1s linear infinite marching-ants}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";background-color:#fff6;display:block;position:absolute}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6667%}.ReactCrop__drag-handle{width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color);position:absolute}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{cursor:nw-resize;top:0;left:0;transform:translate(-50%,-50%)}.ReactCrop .ord-n{cursor:n-resize;top:0;left:50%;transform:translate(-50%,-50%)}.ReactCrop .ord-ne{cursor:ne-resize;top:0;right:0;transform:translate(50%,-50%)}.ReactCrop .ord-e{cursor:e-resize;top:50%;right:0;transform:translate(50%,-50%)}.ReactCrop .ord-se{cursor:se-resize;bottom:0;right:0;transform:translate(50%,50%)}.ReactCrop .ord-s{cursor:s-resize;bottom:0;left:50%;transform:translate(-50%,50%)}.ReactCrop .ord-sw{cursor:sw-resize;bottom:0;left:0;transform:translate(-50%,50%)}.ReactCrop .ord-w{cursor:w-resize;top:50%;left:0;transform:translate(-50%,-50%)}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{width:100%;height:var(--rc-drag-bar-size);top:0;left:0;transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{width:var(--rc-drag-bar-size);height:100%;top:0;right:0;transform:translate(50%)}.ReactCrop__drag-bar.ord-s{width:100%;height:var(--rc-drag-bar-size);bottom:0;left:0;transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{width:var(--rc-drag-bar-size);height:100%;top:0;left:0;transform:translate(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (pointer:coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}.studio-container{color:#f8fafc;background:#020617;grid-template-columns:80px 320px 1fr;height:100dvh;display:grid;overflow:hidden}.studio-sidebar{background:#0f172a;border-right:1px solid #ffffff0d;flex-direction:column;padding:1rem 0;display:flex;overflow-y:auto}.sidebar-tool{color:#94a3b8;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background:0 0;border:none;flex-direction:column;align-items:center;gap:.4rem;width:100%;padding:1rem 0;font-size:.6rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.sidebar-tool:hover{color:#f8fafc;background:#ffffff08}.sidebar-tool.active{color:#6366f1;background:#6366f114;position:relative}.sidebar-tool.active:after{content:"";background:#6366f1;border-radius:4px 0 0 4px;width:3px;position:absolute;top:15%;bottom:15%;right:0;box-shadow:-2px 0 10px #6366f180}.studio-options{z-index:5;background:#0f172a;border-right:1px solid #ffffff0d;flex-direction:column;display:flex;overflow:hidden;box-shadow:10px 0 30px #0003}.options-header{border-bottom:1px solid #ffffff0d;padding:1.5rem}.options-header h2{background:linear-gradient(135deg,#fff 0%,#94a3b8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800}.options-content{flex-direction:column;flex:1;gap:2rem;padding:1.5rem;display:flex;overflow-y:auto}.tool-group{flex-direction:column;gap:1rem;animation:.3s ease-out slideIn;display:flex}.mode-toggle{background:#1e293b;border-radius:.75rem;gap:.25rem;margin-bottom:.5rem;padding:.25rem;display:flex}.mode-btn:hover{color:#fff;background:#ffffff0d}.mode-btn.active{color:#fff;background:#6366f1;box-shadow:0 4px 12px #6366f133}.auto-enhance-section{background:#a855f71a;border:1px solid #a855f733;border-radius:1rem;margin-bottom:1.5rem;padding:1.25rem}.auto-enhance-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#a855f7 0%,#7c3aed 100%);border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 15px #7c3aed4d}.auto-enhance-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7c3aed66}.auto-enhance-btn.active{color:#7c3aed;background:#fff}.adjust-section .control-group{margin-bottom:1.25rem}.filters-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.filter-card{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:.6rem;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.filter-preview-box{aspect-ratio:1;background:#0f172a;border:2px solid #0000;border-radius:.85rem;width:100%;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000004d}.filter-thumb{object-fit:cover;width:100%;height:100%;display:block}.original-preview{color:#94a3b8;border-radius:inherit;background:#1e293b;border:2px dashed #ffffff1a;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.filter-card:hover .filter-preview-box{transform:translateY(-4px);box-shadow:0 10px 20px #0006}.filter-card.active .filter-preview-box{border-color:#6366f1;box-shadow:0 0 0 4px #6366f133}.filter-card.active .original-preview{color:#6366f1;border-style:solid;border-color:#6366f1}.filter-name{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:700;transition:color .2s}.filter-card.active .filter-name{color:#f8fafc}.filter-active-overlay{color:#fff;z-index:2;background:#6366f1;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;animation:.3s cubic-bezier(.175,.885,.32,1.275) popIn;display:flex;position:absolute;top:.5rem;right:.5rem;box-shadow:0 4px 10px #0006}@keyframes popIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.tool-label{color:#64748b;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:800}.studio-input{color:#f8fafc;appearance:none;background:#1e293b;border:1px solid #ffffff1a;border-radius:.6rem;width:100%;padding:.7rem .9rem;font-family:Inter,sans-serif;font-size:.9rem;transition:all .2s}.studio-input:focus{background:#1e293b;border-color:#6366f1;outline:none;box-shadow:0 0 0 4px #6366f126}.input-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.input-group{flex-direction:column;gap:.5rem;display:flex}.input-group label{color:#94a3b8;font-size:.65rem;font-weight:700}.apply-btn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:.6rem;justify-content:center;align-items:center;gap:.5rem;padding:.85rem;font-size:.85rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #6366f14d}.apply-btn:hover{background:#4f46e5;transform:translateY(-2px);box-shadow:0 6px 16px #6366f166}.apply-btn:active{transform:translateY(0)}.status-panel{background:#020617;border-top:1px solid #ffffff0d;padding:1.25rem 1.5rem}.status-table{border-collapse:separate;border-spacing:0 .4rem;width:100%}.status-table th{text-align:left;color:#475569;text-transform:uppercase;letter-spacing:.1em;padding-bottom:.4rem;font-size:.6rem}.status-table td{color:#cbd5e1;padding:.4rem 0;font-size:.75rem}.status-table .value-original{color:#94a3b8;opacity:.8;font-weight:500}.status-table .value-current{color:#6366f1;font-weight:700}.studio-main{box-sizing:border-box;background:#020617;flex-direction:column;justify-content:space-between;align-items:center;height:100dvh;padding:1.5rem;display:flex;position:relative;overflow:hidden}.preview-container{background-color:#1e293b;background-image:linear-gradient(45deg,#0f172a 25%,#0000 25%),linear-gradient(-45deg,#0f172a 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#0f172a 75%),linear-gradient(-45deg,#0000 75%,#0f172a 75%);background-position:0 0,0 10px,10px -10px,-10px 0;background-size:20px 20px;border:1px solid #ffffff0d;border-radius:1rem;flex:1;width:100%;max-height:calc(100vh - 200px);display:flex;position:relative;overflow:auto;box-shadow:0 30px 60px #00000080}.preview-container>*{margin:auto}.cropper-wrapper{justify-content:center;align-items:center;max-width:90%;max-height:90%;display:flex;position:relative}.cropper-wrapper img{object-fit:contain;max-width:100%;max-height:100%}.preview-image{object-fit:contain;-webkit-user-select:none;user-select:none;max-width:100%;max-height:100%;display:block}.compact-status-bar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;pointer-events:none;background:#0f172ab3;border:1px solid #ffffff1a;border-radius:.75rem;flex-direction:column;gap:.25rem;padding:.5rem 1rem;display:none;position:absolute;top:1rem;left:50%;transform:translate(-50%);box-shadow:0 10px 25px #0000004d}.compact-status-row{white-space:nowrap;align-items:center;gap:.75rem;display:flex}.status-tag{letter-spacing:.05em;border-radius:.25rem;padding:.15rem .4rem;font-size:.55rem;font-weight:900}.status-tag.original{color:#94a3b8;background:#94a3b833}.status-tag.current{color:#818cf8;background:#6366f133}.status-info{color:#cbd5e1;font-family:JetBrains Mono,Monaco,monospace;font-size:.75rem;font-weight:500}.action-bar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172acc;border:1px solid #ffffff1a;border-radius:1rem;gap:.6rem;margin-top:1rem;padding:.6rem;display:flex;position:relative;box-shadow:0 20px 40px #0006}.action-btn{cursor:pointer;border:none;border-radius:.6rem;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.action-btn.secondary{color:#cbd5e1;background:#ffffff0d}.action-btn.secondary:hover{color:#fff;background:#ffffff1a}.action-btn.primary{color:#fff;background:#22c55e;box-shadow:0 4px 12px #22c55e4d}.action-btn.primary:hover{background:#16a34a;transform:translateY(-2px)}.history-controls{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;background:#0f172acc;border:1px solid #ffffff1a;border-radius:.75rem;gap:.25rem;padding:.4rem;display:flex;position:absolute;top:1.5rem;right:1.5rem;box-shadow:0 10px 25px #0000004d}.history-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.history-btn:hover:not(:disabled){color:#fff;background:#ffffff0d}.history-btn:disabled{opacity:.2;cursor:not-allowed}@media (width<=768px){.history-controls{padding:.3rem;top:auto;bottom:80px;right:1rem}}.quality-slider{appearance:none;background-color:#1e293b;background-image:linear-gradient(#6366f1,#6366f1);background-size:var(--range-progress,0%) 100%;cursor:pointer;background-repeat:no-repeat;border-radius:3px;outline:none;width:100%;height:6px}.quality-slider::-moz-range-progress{background-color:#6366f1;border-radius:3px;height:6px}.quality-slider::-moz-range-track{background-color:#1e293b;border-radius:3px;height:6px}.quality-slider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#6366f1;border:2px solid #fff;border-radius:50%;width:18px;height:18px;margin-top:-6px;box-shadow:0 0 12px #6366f180}.quality-slider::-webkit-slider-runnable-track{cursor:pointer;background:0 0;border:none;border-radius:3px;width:100%;height:6px}.aspect-presets{grid-template-columns:repeat(3,1fr);gap:.6rem;display:grid}.preset-btn{color:#94a3b8;cursor:pointer;background:#1e293b;border:1px solid #ffffff0d;border-radius:.5rem;padding:.5rem;font-size:.7rem;font-weight:700;transition:all .2s}.preset-btn:hover{color:#fff;border-color:#6366f1}.preset-btn.active{color:#fff;background:#6366f1;border-color:#6366f1}.toggle-group{cursor:pointer;background:#1e293b;border-radius:.6rem;justify-content:space-between;align-items:center;padding:.85rem;font-size:.85rem;display:flex}.toggle-switch:after{content:"";background:#94a3b8;border-radius:50%;width:18px;height:18px;transition:all .3s;position:absolute;top:2px;left:2px}.toggle-group.active .toggle-switch{background:#6366f1}.toggle-group.active .toggle-switch:after{background:#fff;left:20px}@media (height<=800px){.options-header{padding:1rem}.options-content{gap:1.5rem;padding:1rem}.status-panel,.studio-main{padding:1rem}.action-bar{margin-top:.5rem}}@media (width<=1024px){.studio-container{grid-template-columns:80px 280px 1fr}}@media (width<=768px){.studio-container{grid-template-rows:auto 1fr auto;grid-template-columns:1fr;height:100dvh;overflow:hidden}.studio-sidebar{-webkit-overflow-scrolling:touch;z-index:20;border-bottom:1px solid #ffffff0d;border-right:none;flex-direction:row;height:65px;padding:0;overflow:auto hidden}.sidebar-tool{flex:0 0 75px;justify-content:center;height:100%;padding:.75rem 0}.sidebar-tool.active:after{border-radius:4px 4px 0 0;width:auto;height:3px;inset:auto 20% 0}.studio-options{border-top:1px solid #ffffff1a;border-right:none;height:35vh;min-height:250px;box-shadow:0 -10px 30px #0006}.options-header{padding:1rem 1.5rem}.options-content{gap:1.5rem;padding:1rem 1.5rem}.studio-main{flex-direction:column;height:100%;padding:1rem;display:flex;overflow:hidden}.workspace-container{flex:1;width:100%;min-height:0;max-height:none;margin-bottom:.5rem}.action-bar{z-index:15;background:#0f172af2;justify-content:space-between;width:100%;margin-top:0;padding:.5rem;display:flex;position:relative;bottom:auto;left:auto;right:auto}.action-btn{flex:1;justify-content:center;padding:.5rem .75rem;font-size:.75rem}.status-panel{display:none}.compact-status-bar{width:100%;box-shadow:none;background:#0f172a99;border-top:1px solid #ffffff0d;border-left:none;border-right:none;border-radius:0;margin-top:auto;padding:.4rem 1rem;display:flex;position:relative;top:auto;left:auto;transform:none}.compact-status-row{justify-content:center;gap:.5rem}}@media (height<=700px) and (width<=768px){.studio-options{height:45vh}}.bg-modes-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.toggle-group{cursor:pointer;justify-content:space-between;align-items:center;padding:.5rem;display:flex}.toggle-switch{background:#334155;border-radius:12px;width:44px;height:24px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.toggle-switch:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;left:3px;box-shadow:0 2px 4px #0003}.toggle-switch.active{background:#a855f7}.toggle-switch.active:after{transform:translate(20px)}.mode-toggle{background:#ffffff0d;border-radius:.5rem;gap:.25rem;padding:.25rem;display:flex}.mode-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:.4rem;flex:1;padding:.5rem;font-size:.8rem;font-weight:500;transition:all .2s}.mode-btn.active{color:#d8b4fe;background:#a855f733}.bg-mask-canvas{background:#a855f71a;border:1px dashed #a855f74d}.bg-brush-section{transition:all .3s}.color-picker-container{border:1px solid #ffffff1a}.studio-input{color:#fff;background:#0f172a;border:1px solid #334155;border-radius:.4rem;outline:none;padding:.5rem}.studio-input:focus{border-color:#6366f1}.magic-btn{transition:all .3s cubic-bezier(.4,0,.2,1)!important}.magic-btn:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 12px 24px #a855f766!important}.magic-btn:active:not(:disabled){transform:translateY(0)}.magic-btn.loading{opacity:.9;cursor:wait}.spinner-small{box-sizing:border-box;display:inline-block}.app-container{flex-direction:column;gap:1rem;min-height:100vh;padding-bottom:2rem;display:flex}.main-header{justify-content:space-between;align-items:center;padding:2rem 2rem 0;display:flex}.logo-container{align-items:center;gap:.75rem;display:flex}.logo-box{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.75rem;justify-content:center;align-items:center;padding:4px;display:flex;box-shadow:0 4px 20px #0000004d}.logo-text{font-family:var(--font-heading);letter-spacing:-.02em;font-size:1.25rem;font-weight:800}.hero{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding:0 2rem;display:flex}.badge{border:1px solid var(--border);color:var(--text-muted);background:#ffffff0d;border-radius:2rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:flex}.hero-title{letter-spacing:-.04em;margin-bottom:.5rem;font-size:5rem;line-height:1.1}.hero-subtitle{color:var(--text-muted);max-width:650px;font-size:1.15rem;line-height:1.6}.feature-grid{grid-template-columns:repeat(8,1fr);gap:.75rem;width:100%;margin:3rem auto 0;display:grid}.feature-card{text-align:center;cursor:pointer;border-radius:1rem;flex-direction:row;justify-content:center;align-items:center;gap:.6rem;padding:.75rem .5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.feature-icon{color:var(--primary);align-items:center;display:flex}.feature-card h3{letter-spacing:.05em;color:var(--text-main);margin:0;font-size:.7rem;font-weight:800}.feature-card p{color:var(--text-muted);text-transform:uppercase;font-size:.75rem;font-weight:600}.action-layout{margin-top:2rem;display:block}.quick-actions{flex-direction:column;gap:1.75rem;padding:1.75rem;display:flex}.section-title{align-items:center;gap:.75rem;font-size:1.1rem;font-weight:700;display:flex}.control-group{flex-direction:column;gap:1rem;display:flex}.control-header{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:.75rem;font-weight:700;display:flex}.value-badge{color:var(--primary);background:#6366f133;border-radius:.4rem;padding:.25rem .5rem;font-family:monospace}.quality-slider{background:#ffffff1a;border-radius:3px;outline:none;width:100%;height:6px}.quality-slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--primary);cursor:pointer;width:18px;height:18px;box-shadow:0 0 10px var(--primary-glow);border-radius:50%}.bulk-btn{justify-content:center;width:100%;padding:.85rem}.dropzone{border:2px dashed var(--border);text-align:center;cursor:pointer;justify-content:center;align-items:center;min-height:350px;transition:all .3s;display:flex}.dropzone.active{border-color:var(--primary);background:#6366f10d}.dropzone-content{flex-direction:column;align-items:center;gap:.75rem;display:flex}.upload-icon-box{color:var(--primary);background:#ffffff08;border-radius:50%;margin-bottom:.5rem;padding:1.5rem}.dropzone h3{font-size:1.5rem}.dropzone p{color:var(--text-muted);max-width:300px;font-size:.95rem}.info-bar{color:var(--text-muted);border-radius:1rem;justify-content:space-between;align-items:center;margin-top:1rem;padding:1rem 1.5rem;font-size:.8rem;font-weight:700;display:flex}.info-links{gap:1.5rem;display:flex}.info-links button{color:var(--primary);cursor:pointer;letter-spacing:.02em;background:0 0;border:none;font-size:.75rem;font-weight:700}.info-links button:hover{text-decoration:underline}.sample-action{border:1px solid var(--border);background:#ffffff08;border-radius:100px;align-items:center;gap:.5rem;margin-top:1rem;padding:.4rem 1.1rem;transition:all .2s;display:flex}.sample-action:hover{border-color:var(--primary);background:#ffffff0d}.sample-text{color:var(--text-muted);font-size:.7rem;font-weight:700}.btn-link{color:var(--primary);cursor:pointer;text-transform:uppercase;letter-spacing:.02em;background:0 0;border:none;align-items:center;gap:.25rem;padding:0;font-size:.7rem;font-weight:800;display:flex}.btn-link:hover{text-decoration:underline}.highlights-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.highlight-item{text-align:center;flex-direction:column;align-items:center;gap:.75rem;display:flex}.highlight-icon{color:var(--primary);margin-bottom:.25rem}.highlight-item h4{font-size:1.15rem}.highlight-item p{color:var(--text-muted);font-size:.9rem;line-height:1.5}.how-it-works{margin-top:3rem}.how-it-works-box{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding:3rem;display:grid}.how-visual{background:#ffffff05;border-radius:2rem;justify-content:center;padding:3rem;display:flex;position:relative;overflow:hidden}.visual-card{z-index:1;align-items:center;gap:2rem;display:flex}.visual-line{background:var(--border);width:50px;height:2px}.visual-icon{color:var(--text-muted);opacity:.5}.visual-icon.result{color:var(--primary);opacity:1;filter:drop-shadow(0 0 10px var(--primary-glow))}.how-steps{flex-direction:column;gap:2rem;display:flex}.how-steps h2{font-size:2.25rem}.step-list{flex-direction:column;gap:1.5rem;display:flex}.step-item{align-items:flex-start;gap:1.25rem;display:flex}.step-num{background:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:700;display:flex}.step-item h3{margin-bottom:.2rem;font-size:1.05rem}.step-item p{color:var(--text-muted);font-size:.85rem}.main-footer{border-top:1px solid var(--border);margin-top:2rem;padding:3rem 1.5rem}.footer-bottom{justify-content:space-between;align-items:center;display:flex}.footer-meta{color:var(--text-muted);align-items:center;gap:1rem;font-size:.8rem;display:flex}.footer-meta button{color:var(--text-muted);cursor:pointer;background:0 0;border:none;transition:color .2s}.footer-meta button:hover{color:var(--text-main)}.divider{opacity:.3}.copyright{letter-spacing:.05em;font-weight:600}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000c;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.modal-content{flex-direction:column;width:100%;max-width:600px;max-height:85vh;display:flex;overflow:hidden}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.close-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none}.modal-body{padding:1.5rem;overflow-y:auto}.modal-text h3{color:var(--text-main);margin-bottom:.75rem;font-size:1.05rem}.modal-text p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.modal-footer{border-top:1px solid var(--border);justify-content:center;padding:1.25rem 1.5rem;display:flex}@media (width<=1200px){.hero-title{font-size:4rem}.highlights-grid{gap:1.5rem}}@media (width<=1024px){.hero-title{font-size:3.5rem}.action-layout{grid-template-columns:1fr}.highlights-grid{grid-template-columns:repeat(2,1fr)}.how-it-works-box{grid-template-columns:1fr;padding:2rem}.how-visual{padding:2rem}.app-container{gap:3rem}.feature-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (width<=768px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1rem}.feature-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.feature-card{flex-direction:column;gap:.5rem;padding:1rem .5rem}.info-bar{text-align:center;flex-direction:column;gap:1rem}}@media (width<=640px){.hero-title{font-size:2.5rem}.highlights-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:1.5rem}.footer-meta{flex-direction:column;gap:.5rem}.divider{display:none}.feature-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.feature-grid{grid-template-columns:repeat(2,1fr);gap:.5rem;margin-top:1rem}.action-layout{margin-top:.5rem}.feature-card h3{font-size:.6rem}.main-footer{margin-top:0;padding-top:1rem;padding-bottom:1rem}}
