:root{--bg-dark:#07090e;--bg-card:#0d1118b3;--bg-card-hover:#161c27d9;--primary:#9d4edd;--primary-glow:#9d4edd66;--secondary:#00f5d4;--secondary-glow:#00f5d44d;--text-main:#f3f4f6;--text-muted:#9ca3af;--text-highlight:#fff;--glass-border:#ffffff14;--glass-border-focus:#9d4edd80;--font-sans:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--transition-smooth:all .4s cubic-bezier(.16, 1, .3, 1);--transition-fast:all .2s ease}*{box-sizing:border-box;font-family:var(--font-sans);margin:0;padding:0}html,body{background-color:var(--bg-dark);color:var(--text-main);scroll-behavior:smooth;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.mesh-bg{z-index:-2;pointer-events:none;background:radial-gradient(circle at 10% 20%,#0d0a24f2 0%,#07090e 90%);width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.mesh-glow-1{filter:blur(80px);background:radial-gradient(circle,#9d4edd1f 0%,#0000 70%);width:600px;height:600px;animation:20s infinite alternate float-slow;position:absolute;top:-10%;right:-5%}.mesh-glow-2{filter:blur(100px);background:radial-gradient(circle,#00f5d414 0%,#0000 70%);width:700px;height:700px;animation:25s infinite alternate-reverse float-slow;position:absolute;bottom:-15%;left:-10%}.grid-overlay{z-index:-1;pointer-events:none;opacity:.02;background-image:linear-gradient(#ffffff1a 1px,#0000 1px),linear-gradient(90deg,#ffffff1a 1px,#0000 1px);background-size:40px 40px;width:100vw;height:100vh;position:fixed;top:0;left:0}header{z-index:100;-webkit-backdrop-filter:blur(16px)saturate(180%);border-bottom:1px solid var(--glass-border);width:100%;transition:var(--transition-smooth);background:#07090eb3;position:fixed;top:0;left:0}.nav-container{justify-content:space-between;align-items:center;max-width:1300px;margin:0 auto;padding:1.25rem 2rem;display:flex}.logo{color:var(--text-highlight);letter-spacing:-.5px;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.logo img{border-radius:8px;width:32px;height:32px}.logo span{background:linear-gradient(135deg,#fff 30%,#a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{color:var(--text-muted);transition:var(--transition-fast);font-size:.95rem;font-weight:500;text-decoration:none}.nav-links a:hover{color:var(--text-highlight)}.btn{cursor:pointer;transition:var(--transition-smooth);border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:.6rem;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary) 0%, #7b2cbf 100%);color:#fff;box-shadow:0 4px 20px var(--primary-glow)}.btn-primary:hover{box-shadow:0 8px 25px var(--primary-glow);background:linear-gradient(135deg,#ae58eb 0%,#9d4edd 100%);transform:translateY(-2px)}.btn-secondary{color:var(--text-main);border:1px solid var(--glass-border);background:#ffffff0d}.btn-secondary:hover{color:#fff;background:#ffffff1a;border-color:#fff3}.btn-outline-neon{color:var(--secondary);background:0 0;border:1px solid #00f5d44d;box-shadow:0 0 15px #00f5d40d}.btn-outline-neon:hover{border-color:var(--secondary);box-shadow:0 0 20px var(--secondary-glow);background:#00f5d40d;transform:translateY(-2px)}.hero{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;max-width:1300px;min-height:90vh;margin:0 auto;padding:10rem 2rem 5rem;display:grid}.hero-content{flex-direction:column;gap:1.5rem;display:flex}.badge{color:#c084fc;letter-spacing:.5px;background:#9d4edd26;border:1px solid #9d4edd4d;border-radius:99px;align-self:flex-start;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:flex}.badge-green{color:var(--secondary);background:#00f5d41a;border:1px solid #00f5d433}h1{letter-spacing:-2px;color:var(--text-highlight);font-size:3.8rem;font-weight:800;line-height:1.1}.gradient-text{background:linear-gradient(135deg, #fff 20%, #a78bfa 60%, var(--secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.hero-description{color:var(--text-muted);max-width:550px;font-size:1.15rem;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:1.25rem;margin-top:1rem;display:flex}.hero-download-meta{color:var(--text-muted);align-items:center;gap:1rem;margin-top:.5rem;font-size:.85rem;display:flex}.hero-download-meta span{align-items:center;gap:.3rem;display:flex}.tilt-card{perspective:1200px;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.tilt-card-inner{background:var(--bg-card);border:1px solid var(--glass-border);width:100%;transform:rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) scale(var(--s,1));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;transition:transform .15s cubic-bezier(.25,1,.5,1),box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #000000b3}.tilt-card:hover .tilt-card-inner{--s:1.02;box-shadow:0 35px 60px -10px #9d4edd26,0 25px 50px -12px #000c}.mock-window{background:#0f131a;flex-direction:column;width:100%;display:flex}.window-header{border-bottom:1px solid var(--glass-border);background:#ffffff05;justify-content:space-between;align-items:center;padding:.85rem 1.25rem;display:flex}.window-dots{gap:.4rem;display:flex}.window-dot{background:#fff3;border-radius:50%;width:10px;height:10px}.window-dot:first-child{background:#ef4444}.window-dot:nth-child(2){background:#f59e0b}.window-dot:nth-child(3){background:#10b981}.window-title{color:var(--text-muted);letter-spacing:.5px;font-size:.75rem;font-weight:500}.window-content{grid-template-columns:1fr;gap:1rem;padding:1.5rem;display:grid}.features-section{max-width:1300px;margin:0 auto;padding:6rem 2rem}.section-header{text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-bottom:5rem;display:flex}.section-header h2{color:var(--text-highlight);letter-spacing:-1px;font-size:2.8rem;font-weight:800}.section-header p{color:var(--text-muted);max-width:600px;font-size:1.1rem;line-height:1.6}.features-grid{grid-template-columns:repeat(2,1fr);gap:3rem;display:grid}.feature-card{background:var(--bg-card);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:var(--transition-smooth);border-radius:20px;flex-direction:column;gap:2rem;padding:2.5rem;display:flex;position:relative;overflow:hidden}.feature-card:hover{background:var(--bg-card-hover);border-color:#9d4edd33;transform:translateY(-5px)}.feature-info{flex-direction:column;gap:.75rem;display:flex}.feature-icon-wrapper{color:var(--primary);width:50px;height:50px;transition:var(--transition-smooth);background:#9d4edd1a;border:1px solid #9d4edd40;border-radius:12px;justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}.feature-card:hover .feature-icon-wrapper{background:var(--primary);color:#fff;box-shadow:0 0 15px var(--primary-glow);transform:scale(1.1)rotate(5deg)}.feature-card h3{color:var(--text-highlight);font-size:1.6rem;font-weight:700}.feature-card p{color:var(--text-muted);font-size:.95rem;line-height:1.55}.feature-visual{background:#07090e99;border:1px solid #ffffff0d;border-radius:14px;width:100%;height:280px;position:relative;overflow:hidden}.crop-select-workspace{background:radial-gradient(circle,#141821e6 0%,#0a0c11f2 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.workspace-image{opacity:.35;background:linear-gradient(135deg,#9d4edd33 0%,#00f5d433 100%);border:1px dashed #ffffff1a;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:90%;height:80%;display:flex;position:relative}.region-border{border:2px solid var(--primary);background:#9d4edd14;border-radius:4px;width:140px;height:100px;animation:2s infinite alternate pulse-border;position:absolute;box-shadow:0 0 20px #9d4edd4d}.corner-handle{border:1.5px solid var(--primary);background:#fff;width:8px;height:8px;position:absolute}.tl{cursor:nwse-resize;top:-4px;left:-4px}.tr{cursor:nesw-resize;top:-4px;right:-4px}.bl{cursor:nesw-resize;bottom:-4px;left:-4px}.br{cursor:nwse-resize;bottom:-4px;right:-4px}.magnifier-loupe{border:2px solid var(--secondary);width:75px;height:75px;box-shadow:0 10px 25px #00000080, 0 0 15px var(--secondary-glow);color:var(--secondary);pointer-events:none;background:#0d1118e6;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:15%;right:15%;overflow:hidden}.magnifier-grid{background-color:#0000;background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:6px 6px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.magnifier-crosshair{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}.cross-v{background:#00f5d466;width:1px;height:100%}.cross-h{background:#00f5d466;width:100%;height:1px;position:absolute}.magnifier-coords{background:#000c;border:1px solid #00f5d433;border-radius:2px;padding:1px 4px;font-size:.55rem;position:absolute;bottom:4px}.crosshair-indicator{color:var(--primary);pointer-events:none;flex-direction:column;gap:.2rem;font-size:.7rem;font-weight:600;display:flex;position:absolute}.fullscreen-workspace{background:#090c10;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:1.5rem;display:flex;position:relative}.monitor-frame{background:#111827;border:6px solid #1f2937;border-radius:10px;flex-direction:column;width:90%;height:70%;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #000c}.monitor-stand{background:#1f2937;border-bottom:4px solid #374151;width:40px;height:25px}.monitor-base{background:#374151;border-radius:3px;width:100px;height:6px}.monitor-screen-capture{background:radial-gradient(circle,#9d4edd26 0%,#111827 100%);flex-direction:column;flex:1;justify-content:space-between;padding:.5rem;display:flex;position:relative}.capture-flash{opacity:0;z-index:5;pointer-events:none;background:#fff;position:absolute;inset:0}.trigger-flash{animation:1.2s cubic-bezier(.1,1,.1,1) flash-animation}.screenshot-shutter-overlay{border:3px solid var(--secondary);opacity:0;z-index:4;border-radius:4px;position:absolute;inset:0;box-shadow:inset 0 0 30px #00f5d44d}.trigger-border-shutter{animation:1.2s cubic-bezier(.1,1,.1,1) shutter-border-animation}.monitor-grid{grid-template-columns:repeat(4,1fr);gap:.5rem;display:grid}.monitor-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:4px;height:45px}.fullscreen-controls{gap:.75rem;display:flex;position:absolute;bottom:15px}.sticky-note-workspace{background:radial-gradient(circle,#10151ee6 0%,#06080cf2 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.floating-sticky{color:#1a1500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:grab;background:#ffe066eb;border:1px solid #ffe0664d;border-radius:6px;flex-direction:column;width:140px;height:110px;transition:transform .2s,opacity .3s,background .3s;display:flex;position:absolute;overflow:hidden;box-shadow:0 15px 30px #0009,0 0 10px #ffe0661a}.floating-sticky:hover{transform:translateY(-2px)scale(1.02)}.sticky-header-bar{background:#00000014;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:.3rem .5rem;font-size:.6rem;font-weight:700;display:flex}.sticky-dots{gap:.25rem;display:flex}.sticky-dot{background:#0000004d;border-radius:50%;width:6px;height:6px}.sticky-content-area{flex:1;padding:.5rem;font-size:.7rem;font-weight:500;line-height:1.4}.opacity-slider-wrapper{background:#0000000d;align-items:center;gap:.4rem;padding:.3rem .5rem;font-size:.6rem;display:flex}.opacity-slider-wrapper input{accent-color:#1a1500;cursor:pointer;flex:1;height:3px}.sticky-badge-pin{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--glass-border);color:#fff;z-index:10;background:#ffffff1a;border-radius:8px;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.75rem;display:flex;position:absolute;top:15px;left:15px}.edit-image-workspace{background:#0f131a;flex-direction:column;width:100%;height:100%;display:flex;position:relative}.edit-toolbar{border-bottom:1px solid var(--glass-border);background:#ffffff05;align-items:center;gap:.5rem;padding:.6rem 1rem;display:flex}.edit-tool-btn{width:32px;height:32px;color:var(--text-muted);cursor:pointer;transition:var(--transition-fast);background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;display:flex}.edit-tool-btn:hover{color:var(--text-highlight);background:#ffffff0d}.edit-tool-btn.active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 0 10px var(--primary-glow)}.canvas-area{background:radial-gradient(circle,#181d27 0%,#0c0f14 100%);flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.annotated-screenshot{background:linear-gradient(135deg,#9d4edd1a 0%,#00f5d41a 100%);border:1px solid #ffffff1a;border-radius:6px;width:75%;height:70%;position:relative;overflow:hidden}.canvas-arrow-mock{background:#ff4757;justify-content:flex-end;align-items:center;width:100px;height:2px;display:flex;position:absolute;top:30%;left:20%;transform:rotate(25deg)}.canvas-arrow-mock:after{content:"";border-top:5px solid #0000;border-bottom:5px solid #0000;border-left:8px solid #ff4757;width:0;height:0;position:absolute;right:-2px}.canvas-blur-mock{-webkit-backdrop-filter:blur(10px);color:#ffffff80;background:#ffffff0d;border:1.5px dashed #ffffff4d;border-radius:4px;justify-content:center;align-items:center;width:80px;height:35px;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:15%;right:20%}.canvas-highlight-mock{color:#fff;background:#ffeb3b59;border:1px solid #ffeb3b80;border-radius:3px;padding:.1rem .4rem;font-size:.75rem;font-weight:700;position:absolute;bottom:25%;left:30%}.ocr-workspace{background:#0a0d14;grid-template-rows:auto 1fr;width:100%;height:100%;display:grid;position:relative}.ocr-top-bar{border-bottom:1px solid var(--glass-border);background:#ffffff05;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;display:flex}.ocr-lang-selector{border:1px solid var(--glass-border);color:var(--text-main);cursor:pointer;transition:var(--transition-fast);background:#ffffff0d;border-radius:6px;outline:none;padding:.3rem .75rem;font-size:.8rem;font-weight:500}.ocr-lang-selector option{color:#f3f4f6;background-color:#0c0f14}.ocr-lang-selector:focus{border-color:var(--primary)}.ocr-main-view{grid-template-columns:1.1fr .9fr;gap:1rem;padding:1rem;display:grid;overflow:hidden}.ocr-image-panel{background:#0d111899;border:1px solid #ffffff0d;border-radius:10px;flex-direction:column;justify-content:center;padding:1rem;display:flex;position:relative;overflow:hidden}.ocr-source-text{color:#ffffffb3;text-align:center;-webkit-user-select:none;user-select:none;font-size:1.2rem;font-weight:700;line-height:1.5;position:relative}.ocr-scanner-beam{background:linear-gradient(90deg, transparent, var(--secondary), transparent);width:100%;height:3px;box-shadow:0 0 15px var(--secondary), 0 0 25px var(--secondary-glow);z-index:5;pointer-events:none;position:absolute;left:0}.trigger-scan{animation:2s cubic-bezier(.4,0,.2,1) infinite scan-loop}.ocr-text-overlay-glow{opacity:0;pointer-events:none;background:linear-gradient(#00f5d40d 0%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}.show-glow{opacity:1}.ocr-result-panel{background:#07090ecc;border:1px solid #ffffff0d;border-radius:10px;flex-direction:column;gap:.75rem;padding:1rem;display:flex;position:relative}.ocr-result-label{color:var(--secondary);letter-spacing:1px;text-transform:uppercase;font-size:.65rem;font-weight:700}.ocr-result-output{color:#fff;white-space:pre-wrap;background:#0000004d;border:1px solid #ffffff08;border-radius:6px;flex:1;padding:.75rem;font-family:monospace;font-size:.8rem;line-height:1.5;position:relative;overflow-y:auto}.typing-cursor:after{content:"▋";color:var(--secondary);animation:.8s infinite blink-cursor}.download-cta-section{border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:radial-gradient(circle,#141a26b3 0%,#0d111880 100%);border-radius:30px;max-width:1100px;margin:8rem auto 10rem;padding:4rem 2rem;position:relative;overflow:hidden}.download-cta-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#9d4edd0d 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.cta-container{z-index:2;flex-direction:column;align-items:center;gap:1.5rem;display:flex;position:relative}.cta-container h2{color:var(--text-highlight);letter-spacing:-1.5px;font-size:3rem;font-weight:800}.cta-container p{color:var(--text-muted);max-width:580px;font-size:1.1rem;line-height:1.6}.download-grid{grid-template-columns:repeat(2,1fr);gap:2rem;width:100%;max-width:700px;margin-top:2rem;display:grid}.download-card{border:1px solid var(--glass-border);transition:var(--transition-smooth);background:#07090e99;border-radius:20px;flex-direction:column;align-items:center;gap:1.25rem;padding:2.25rem;display:flex}.download-card:hover{background:#0d1118cc;border-color:#00f5d44d;transform:translateY(-5px);box-shadow:0 15px 30px #00f5d40d}.download-card-icon{color:var(--text-highlight);font-size:2.5rem}.download-card h3{font-size:1.35rem;font-weight:700}.download-details{color:var(--text-muted);flex-direction:column;gap:.25rem;font-size:.85rem;display:flex}footer{border-top:1px solid var(--glass-border);background:#07090ee6;padding:4rem 2rem}.footer-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:1300px;margin:0 auto;display:flex}.footer-left{flex-direction:column;gap:.75rem;display:flex}.footer-logo{color:var(--text-highlight);align-items:center;gap:.5rem;font-size:1.2rem;font-weight:700;display:flex}.footer-logo img{border-radius:6px;width:24px;height:24px}.footer-left p{color:var(--text-muted);font-size:.85rem}.footer-links{gap:2.5rem;list-style:none;display:flex}.footer-links a{color:var(--text-muted);transition:var(--transition-fast);font-size:.9rem;font-weight:500;text-decoration:none}.footer-links a:hover{color:var(--text-highlight)}@keyframes float-slow{0%{transform:translate(0)scale(1)}to{transform:translate(50px,50px)scale(1.1)}}@keyframes scan-loop{0%{top:0%}50%{top:98%}to{top:0%}}@keyframes blink-cursor{0%,to{opacity:1}50%{opacity:0}}@keyframes pulse-border{0%{border-color:#9d4edd99;box-shadow:0 0 10px #9d4edd33}to{border-color:var(--primary);box-shadow:0 0 25px #9d4edd80}}@keyframes flash-animation{0%{opacity:0}10%{opacity:.9}to{opacity:0}}@keyframes shutter-border-animation{0%{opacity:0;transform:scale(.98)}10%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.02)}}@media (width<=1024px){h1{font-size:3rem}.hero{text-align:center;grid-template-columns:1fr;gap:3rem;padding-top:8rem}.hero-content{align-items:center}.hero-description{margin:0 auto}.features-grid{grid-template-columns:1fr;gap:2rem}}@media (width<=768px){.nav-container{padding:1rem}.nav-links{display:none}#nav-cta-download{padding:.5rem 1rem;font-size:.8rem}h1{letter-spacing:-1px;font-size:2.3rem}.hero{gap:2rem;padding:7rem 1rem 3rem}.features-section{padding:4rem 1rem}.section-header{margin-bottom:3rem}.section-header h2{font-size:2.2rem}.feature-card{gap:1.5rem;padding:1.5rem}.feature-visual{height:230px}.download-grid{grid-template-columns:1fr;gap:1.5rem}.ocr-main-view{grid-template-columns:1fr;gap:1rem;padding:.5rem}.ocr-image-panel{height:140px;padding:.75rem}.ocr-source-text{font-size:.95rem}.ocr-result-panel{min-height:150px}.footer-container{text-align:center;flex-direction:column;gap:1.5rem}.download-cta-section{border-radius:20px;margin:5rem auto;padding:3rem 1rem}.download-cta-section h2{font-size:2.2rem}}@media (width<=480px){h1{font-size:2rem}.hero-actions{justify-content:center;width:100%}.hero-actions .btn{width:100%}#nav-cta-download{display:none}.magnifier-loupe{width:60px;height:60px;font-size:.55rem}.floating-sticky{width:110px;height:90px}.sticky-content-area{font-size:.6rem}.ocr-top-bar{flex-direction:column;align-items:flex-start;gap:.5rem}.ocr-lang-selector{width:100%}}
