.heroVisual{position:relative;width:100%;max-width:100%}.mockupWindow{background:#fff;border-radius:16px;box-shadow:0 25px 80px rgba(0,0,0,.12);border:1px solid #e2e8f0;overflow:hidden;width:100%;max-width:100%}.fileInfo,.previewPanel{min-width:0}.windowHeader{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#4285f4;color:#fff;font-size:13px;font-weight:600}.windowDots{display:flex;gap:6px}.dot{width:10px;height:10px;border-radius:50%}.dot.red{background:#ff5f57}.dot.yellow{background:#ffbd2e}.dot.green{background:#28c840}.windowControls{display:flex;gap:8px;font-size:12px;opacity:.8}.windowBody{padding:20px;background:#f8fafc}.windowBody.scanning{padding:0;background:#fff;position:relative}.scanningLayout,.scanningLayout>*{box-sizing:border-box}.scanningLayout{display:grid;grid-template-columns:1fr 1.2fr 1.5fr;gap:1px;height:auto;min-height:260px;background:#e2e8f0}.devicesPanel,.previewPanel,.progressPanel{background:#f8fafc;padding:12px;display:flex;flex-direction:column;height:100%}.progressPanel{justify-content:flex-start;align-items:center;text-align:center;padding-top:12px}.progressPanel .panelTitle{text-align:left;width:100%;max-width:200px}.progressBar,.scanInfo{width:100%;max-width:200px}.progressBar{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;position:relative;margin:8px 0}.progressFill{height:100%;background:linear-gradient(90deg,#4285f4,#60a5fa);border-radius:4px;transition:width .05s linear}.scanLine{position:absolute;top:0;left:0;height:100%;width:30px;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.6),transparent);animation:scanLine 2s ease-in-out infinite}.panelTitle{font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.deviceList{display:flex;flex-direction:column;gap:6px}.deviceItem{display:flex;align-items:center;gap:8px;padding:6px 8px;background:#fff;border-radius:6px;border:1px solid #e2e8f0;transition:all .3s ease;position:relative}.deviceIcon{flex-shrink:0}.deviceItem.selected{border-color:#4285f4;background:rgba(66,133,244,.05);box-shadow:0 2px 8px rgba(66,133,244,.1)}.deviceItem.selected:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#4285f4;border-radius:0 4px 4px 0}.deviceIcon{width:20px;height:20px;border-radius:4px;position:relative;overflow:hidden}.deviceIcon.disk{background:linear-gradient(135deg,#4285f4,#3b78e7)}.deviceIcon.sd{background:linear-gradient(135deg,#f59e0b,#d97706)}.deviceIcon.usb{background:linear-gradient(135deg,#22c55e,#16a34a)}.deviceName{font-size:12px;font-weight:500;color:#1e293b;flex:1}.deviceStatus{font-size:10px;font-weight:600;padding:2px 6px;border-radius:10px;width:70px;text-align:center}.deviceStatus.scanning{background:rgba(66,133,244,.1);color:#4285f4;animation:pulse 2s infinite}.deviceStatus.waiting{background:rgba(100,116,139,.1);color:#64748b}.deviceStatus.completed{background:rgba(34,197,94,.1);color:#22c55e}.scanStatus{display:flex;align-items:center;gap:8px;margin-bottom:12px;width:100%;max-width:250px}.statusIcon.scanning{border:2px solid #4285f4;border-top-color:transparent;animation:spin 1s linear infinite}.statusIcon.completed,.statusIcon.scanning{width:16px;height:16px;border-radius:50%;box-sizing:border-box}.statusIcon.completed{background:#22c55e;position:relative;border:2px solid transparent}.statusIcon.completed:after{content:"";position:absolute;left:4px;top:2px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.statusText{font-size:14px;font-weight:700;color:#1e293b;display:flex;align-items:center;gap:4px;width:85px;flex-shrink:0}.scanningText{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scanningDots{display:inline-block;animation:dots 1.5s infinite}.progressPercent{margin-left:auto;font-size:18px;font-weight:800;color:#4285f4;width:50px;text-align:right}.scanInfo{display:flex;flex-direction:column;gap:4px;font-size:11px;color:#64748b}.infoItem{display:flex;justify-content:space-between}.fileCount,.sectorCount{font-weight:600;color:#1e293b}.fileList{display:flex;flex-direction:column;gap:6px;overflow-y:auto;flex:1;max-height:200px}.fileItem{display:flex;align-items:center;gap:8px;padding:8px;background:#fff;border-radius:6px;border:1px solid #e2e8f0;transition:all .3s ease;opacity:0;transform:translateY(10px);position:relative;overflow:visible}.fileItem.animate{animation:fileAppear .5s ease-out forwards}.fileItem:first-child.animate{animation-delay:.5s}.fileItem:nth-child(2).animate{animation-delay:1s}.fileItem:nth-child(3).animate{animation-delay:1.5s}.fileItem:nth-child(4).animate{animation-delay:2s}.fileItem:nth-child(5).animate{animation-delay:2.5s}.fileItem:nth-child(6).animate{animation-delay:3s}.fileItem:nth-child(7).animate{animation-delay:3.5s}.fileItem:before{content:"";position:absolute;left:-100%;top:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(66,133,244,.1),transparent);transition:left .5s ease}.fileItem:hover:before{left:100%}.fileThumb{width:24px;height:24px;border-radius:4px;position:relative;overflow:hidden}.fileThumb.photo{background:linear-gradient(135deg,#22c55e,#16a34a)}.fileThumb.raw{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.fileThumb.video{background:linear-gradient(135deg,#f97316,#ea580c)}.fileThumb.doc{background:linear-gradient(135deg,#f59e0b,#d97706)}.fileThumb.audio{background:linear-gradient(135deg,#ec4899,#db2777)}.fileInfo{flex:1;display:flex;flex-direction:column;gap:2px}.fileName{font-size:11px;font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fileStatus{font-size:9px;font-weight:600;padding:1px 5px;border-radius:8px;align-self:flex-start}.fileStatus.Found{background:rgba(34,197,94,.1);color:#22c55e;animation:statusChange 2s ease-out forwards}.fileStatus.waiting{background:rgba(100,116,139,.1);color:#64748b}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes dots{0%,20%{opacity:.3}40%,to{opacity:1}}@keyframes scanLine{0%{left:-30px}to{left:calc(100% + 30px)}}@keyframes fileAppear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes statusChange{0%{background:rgba(100,116,139,.1);color:#64748b}50%{background:rgba(34,197,94,.1);color:#22c55e}to{background:rgba(34,197,94,.1);color:#22c55e}}@keyframes device1Status{0%{background:rgba(66,133,244,.1);color:#4285f4}90%{background:rgba(66,133,244,.1);color:#4285f4}to{background:rgba(34,197,94,.1);color:#22c55e}}@keyframes device2Status{0%{background:rgba(100,116,139,.1);color:#64748b}90%{background:rgba(100,116,139,.1);color:#64748b}to{background:rgba(66,133,244,.1);color:#4285f4}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@media (max-width:900px){.scanningLayout{grid-template-columns:1.5fr 1.5fr;grid-template-rows:auto auto;height:auto;min-height:320px}.devicesPanel{grid-row:1;grid-column:1}.progressPanel{grid-row:2;grid-column:1}.previewPanel{grid-row:1/3;grid-column:2;height:auto;min-height:320px}.fileList{flex:1;min-height:200px;overflow-y:auto;border:none!important;box-shadow:none!important}}@media (max-width:768px){.scanningLayout{grid-template-columns:1fr;grid-template-rows:auto auto auto;height:auto}.devicesPanel,.previewPanel,.progressPanel{grid-column:1;padding:12px;height:auto;min-height:auto}.devicesPanel{grid-row:1}.progressPanel{grid-row:2}.previewPanel{grid-row:3;min-height:200px}.deviceName{font-size:10px}.statusText{font-size:12px}.panelTitle{font-size:11px}.progressPercent{font-size:16px}.deviceStatus{width:60px;font-size:9px}.fileItem{padding:8px}.mockupWindow{border-radius:12px;box-shadow:0 15px 50px rgba(0,0,0,.1)}.fileList{flex:none;max-height:250px;min-height:150px;overflow-y:auto}.progressBar,.progressPanel .panelTitle,.scanInfo,.scanStatus{max-width:100%}.windowHeader{padding:10px 14px;font-size:12px}.fileList,.previewPanel{border:none!important;box-shadow:none!important}}.bg-tech-grid{background-size:50px 50px;background-image:linear-gradient(90deg,rgba(226,232,240,.4) 1px,transparent 0),linear-gradient(180deg,rgba(226,232,240,.4) 1px,transparent 0);background-position:top}.abstract-blob{position:absolute;filter:blur(80px);opacity:.4;z-index:-1;border-radius:50%;animation:blob-float 10s ease-in-out infinite alternate}@keyframes blob-float{0%{transform:translate(0) scale(1)}to{transform:translate(20px,-20px) scale(1.1)}}@keyframes float-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes float-medium{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}.animate-float-1{animation:float-slow 6s ease-in-out infinite}.animate-float-2{animation:float-medium 7s ease-in-out infinite;animation-delay:1s}.btn-primary{background-color:#06f;color:#fff;padding:.875rem 2rem;border-radius:10px;font-weight:600;transition:all .2s;box-shadow:0 4px 12px rgba(0,102,255,.25);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none}.btn-primary:hover{background-color:#0052cc;box-shadow:0 6px 16px rgba(0,102,255,.35);transform:translateY(-1px)}.btn-secondary{background-color:#fff;color:#0f172a;border:1px solid #e2e8f0;padding:.875rem 2rem;border-radius:10px;font-weight:600;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none}.btn-secondary:hover{border-color:#06f;color:#06f;background-color:#f0f7ff}