body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#fcfcfc;color:#2a343e;line-height:1.6;-webkit-user-select:none;user-select:none}.container{width:90%;max-width:1100px;margin:0 auto;padding:10px 0}header{background:#2a343e;padding:8px 0;box-shadow:0 2px 5px #0000000d;position:sticky;top:0;z-index:1000}nav{display:flex;justify-content:space-between;align-items:center;width:90%;max-width:1100px;margin:0 auto}.logo{font-size:1.8em;font-weight:700;color:#fcfcfc;text-decoration:none}.logo img{height:60px;vertical-align:middle;margin-right:25px}.nav-links{display:flex;align-items:center}.nav-links a{color:#fcfcfc;text-decoration:none;margin-left:25px;font-weight:500}.nav-links a.cta-button{background:#fcfcfc;color:#2a343e;padding:8px 18px;border-radius:6px;margin-left:30px}.nav-links a.cta-button:hover{background:#e0e0e0}#hero{padding:80px 0;background:#fcfcfc;color:#2a343e}.hero-content-wrapper{display:flex;align-items:center;justify-content:space-between;gap:40px}.hero-text{flex-basis:50%;max-width:500px;text-align:left}#hero h1{font-size:3em;margin-bottom:20px;line-height:1.2;color:#2a343e}#hero p.subtitle{font-size:1.2em;margin-bottom:30px;color:#5a646e}.hero-cta-button{background:#2a343e;color:#fcfcfc;padding:12px 28px;border-radius:6px;text-decoration:none;font-size:1.1em;font-weight:700;display:inline-block;transition:background-color .3s ease}.hero-cta-button:hover{background-color:#4a545e}.hero-mockup-container{flex-basis:50%;display:flex;justify-content:center;align-items:center}.browser-mockup{background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;width:700px;overflow:hidden;-webkit-user-select:none;user-select:none}.browser-header{background:linear-gradient(135deg,#1a2028,#2d3748);padding:12px;display:flex;align-items:center}.browser-dots{display:flex;gap:6px;margin-right:12px}.dot{width:10px;height:10px;border-radius:50%}.dot.red{background:#ff5f57}.dot.yellow{background:#ffbd2e}.dot.green{background:#28ca41}.address-bar{background:#ffffff1a;border-radius:5px;height:28px;flex-grow:1;display:flex;align-items:center;padding:0 10px;color:#ffffffb3;font-size:13px}.browser-body{position:relative}.browser-content{padding:20px;height:360px;background:#fafafa;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;pointer-events:none}.browser-content::-webkit-scrollbar{display:none}.sample-page{max-width:100%;pointer-events:auto}.proscan-popup{position:absolute;top:15px;right:15px;background:#2a343e;color:#fcfcfc;border-radius:10px;box-shadow:0 10px 20px #00000026;width:250px;z-index:100;pointer-events:auto}.popup-header{background:#2a343e;color:#fcfcfc;padding:12px 15px;font-weight:600;display:flex;align-items:center;justify-content:center;border-top-left-radius:10px;border-top-right-radius:10px;font-size:15px}.popup-header img{height:24px;margin-right:8px}.popup-content{padding:15px;text-align:center}.scan-status{background:#fcfcfc;color:#2a343e;padding:10px 12px;border-radius:6px;margin-bottom:12px;font-weight:500;animation:pulse 2s infinite;font-size:.9em}.scraping-status-container{background:#fcfcfc;color:#2a343e;padding:8px 10px;border-radius:6px;margin-bottom:12px;font-weight:500;font-size:.85em;min-height:1.2em;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.action-controls{display:flex;justify-content:space-around;align-items:center;margin-bottom:0}.action-button{background:#fcfcfc;border-radius:6px;color:#2a343e;font-weight:400;font-size:20px;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;transition:background-color .2s ease,transform .1s ease}.action-button:hover{background-color:#ededed}.action-button:active{transform:scale(.95)}.scan-item{margin-bottom:15px;padding:12px;border-radius:6px;background:#fff;border:1px solid #eee;transition:all .3s ease;position:relative;overflow:hidden;display:flex;align-items:flex-start;width:auto}.scan-item.scanning{border-color:#667eea;background:linear-gradient(135deg,#667eea0d,#764ba20d);box-shadow:0 6px 12px #667eea26;transform:translateY(-2px)}.scan-item.scanning:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(102,126,234,.1),transparent);animation:shimmer 1.5s ease-in-out}.item-emoji{font-size:2.5rem;margin-right:12px;flex-shrink:0;margin-top:5px}.item-details-wrapper{flex-grow:1;display:flex;flex-direction:column}.item-title{font-weight:600;color:#2a343e;margin-bottom:5px;font-size:.95em}.item-description{color:#5a646e;font-size:.85em;line-height:1.4;margin-bottom:8px}.item-price{font-weight:700;color:#059669;font-size:1em;margin-top:auto}.item-button{background:#f0c14b;color:#111;border:1px solid #a88734;padding:6px 12px;border-radius:5px;font-weight:500;cursor:pointer;margin-top:8px;font-size:.85em;align-self:flex-start}#features{padding:60px 0;text-align:center;background-color:#f4f7f6}#features h2{font-size:2.4em;margin-bottom:15px;color:#2a343e}#features p.section-subtitle{font-size:1.1em;color:#5a646e;margin-bottom:50px;max-width:600px;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;text-align:left}.feature-item{background:#fcfcfc;padding:30px;border-radius:8px;box-shadow:0 8px 25px #0000000d}.feature-item h3{font-size:1.5em;margin-bottom:10px;color:#2a343e}.feature-item p{color:#5a646e}#cta{background:#fcfcfc;color:#2a343e;padding:70px 0;text-align:center}#cta h2{font-size:2.4em;margin-bottom:20px}#cta p{font-size:1.1em;margin-bottom:30px;max-width:550px;margin-left:auto;margin-right:auto;color:#5a646e}.cta-button-large{background:#2a343e;color:#fcfcfc;padding:15px 35px;border-radius:6px;text-decoration:none;font-size:1.2em;font-weight:700;transition:background-color .3s ease;display:inline-block}.cta-button-large:hover{background-color:#4a545e}footer{background:#2a343e;color:#fcfcfc;text-align:center;padding:30px 0;font-size:.9em}footer p{margin:0;color:#adb5bd}footer .footer-links{margin-top:8px}footer .footer-links a{color:#adb5bd;text-decoration:none}footer .footer-links a:hover{color:#fcfcfc;text-decoration:underline}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}@keyframes shimmer{0%{left:-100%}to{left:100%}}@keyframes scanProgress{0%{width:0%}to{width:100%}}#hero h1,#hero p.subtitle,.feature-item h3,.feature-item p,#cta h2,#cta p{-webkit-user-select:text;user-select:text}
