.heroVisual{width:100%;max-width:100%;position:relative}.mockupWindow{background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:100%;max-width:100%;overflow:hidden;box-shadow:0 25px 80px #0000001f}.previewPanel{min-width:0}.fileItem{overflow:visible}.fileInfo{min-width:0}.windowHeader{color:#fff;background:#4285f4;justify-content:space-between;align-items:center;padding:8px 12px;font-size:13px;font-weight:600;display:flex}.windowDots{gap:6px;display:flex}.dot{border-radius:50%;width:10px;height:10px}.dot.red{background:#ff5f57}.dot.yellow{background:#ffbd2e}.dot.green{background:#28c840}.windowControls{opacity:.8;gap:8px;font-size:12px;display:flex}.windowBody{background:#f8fafc;padding:20px}.windowBody.scanning{background:#fff;padding:0;position:relative}.scanningLayout,.scanningLayout>*{box-sizing:border-box}.scanningLayout{background:#e2e8f0;grid-template-columns:1fr 1.2fr 1.5fr;gap:1px;height:auto;min-height:260px;display:grid}.devicesPanel,.progressPanel,.previewPanel{background:#f8fafc;flex-direction:column;height:100%;padding:12px;display:flex}.progressPanel{text-align:center;justify-content:flex-start;align-items:center;padding-top:12px}.progressPanel .panelTitle{text-align:left;width:100%;max-width:200px}.scanInfo{width:100%;max-width:200px}.progressBar{background:#e2e8f0;border-radius:4px;width:100%;max-width:200px;height:8px;margin:8px 0;position:relative;overflow:hidden}.progressFill{background:linear-gradient(90deg,#4285f4,#60a5fa);border-radius:4px;height:100%;transition:width 50ms linear}.scanLine{background:linear-gradient(90deg,#0000,#fff9,#0000);width:30px;height:100%;animation:2s ease-in-out infinite scanLine;position:absolute;top:0;left:0}.panelTitle{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:12px;font-weight:700}.deviceList{flex-direction:column;gap:6px;display:flex}.deviceItem{background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:8px;padding:6px 8px;transition:all .3s;display:flex;position:relative}.deviceIcon{flex-shrink:0}.deviceItem.selected{background:#4285f40d;border-color:#4285f4;box-shadow:0 2px 8px #4285f41a}.deviceItem.selected:before{content:"";background:#4285f4;border-radius:0 4px 4px 0;width:3px;position:absolute;top:0;bottom:0;left:0}.deviceIcon{border-radius:4px;width:20px;height:20px;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{color:#1e293b;flex:1;font-size:12px;font-weight:500}.deviceStatus{text-align:center;border-radius:10px;width:70px;padding:2px 6px;font-size:10px;font-weight:600}.deviceStatus.scanning{color:#4285f4;background:#4285f41a;animation:2s infinite pulse}.deviceStatus.waiting{color:#64748b;background:#64748b1a}.deviceStatus.completed{color:#22c55e;background:#22c55e1a}.scanStatus{align-items:center;gap:8px;width:100%;max-width:250px;margin-bottom:12px;display:flex}.statusIcon.scanning{box-sizing:border-box;border:2px solid #4285f4;border-top-color:#0000;border-radius:50%;width:16px;height:16px;animation:1s linear infinite spin}.statusIcon.completed{box-sizing:border-box;background:#22c55e;border:2px solid #0000;border-radius:50%;width:16px;height:16px;position:relative}.statusIcon.completed:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:8px;position:absolute;top:2px;left:4px;transform:rotate(45deg)}.statusText{color:#1e293b;flex-shrink:0;align-items:center;gap:4px;width:85px;font-size:14px;font-weight:700;display:flex}.scanningText{white-space:nowrap;text-overflow:ellipsis;display:inline-block;overflow:hidden}.scanningDots{animation:1.5s infinite dots;display:inline-block}.progressPercent{color:#4285f4;text-align:right;width:50px;margin-left:auto;font-size:18px;font-weight:800}.scanInfo{color:#64748b;flex-direction:column;gap:4px;font-size:11px;display:flex}.infoItem{justify-content:space-between;display:flex}.fileCount,.sectorCount{color:#1e293b;font-weight:600}.fileList{flex-direction:column;flex:1;gap:6px;max-height:200px;display:flex;overflow-y:auto}.fileItem{opacity:0;background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:8px;padding:8px;transition:all .3s;display:flex;position:relative;overflow:visible;transform:translateY(10px)}.fileItem.animate{animation:.5s ease-out forwards fileAppear}.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:"";background:linear-gradient(90deg,#0000,#4285f41a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.fileItem:hover:before{left:100%}.fileThumb{border-radius:4px;width:24px;height:24px;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-direction:column;flex:1;gap:2px;display:flex}.fileName{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:500;overflow:hidden}.fileStatus{border-radius:8px;align-self:flex-start;padding:1px 5px;font-size:9px;font-weight:600}.fileStatus.Found{color:#22c55e;background:#22c55e1a;animation:2s ease-out forwards statusChange}.fileStatus.waiting{color:#64748b;background:#64748b1a}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@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%{color:#64748b;background:#64748b1a}50%{color:#22c55e;background:#22c55e1a}to{color:#22c55e;background:#22c55e1a}}@keyframes device1Status{0%{color:#4285f4;background:#4285f41a}90%{color:#4285f4;background:#4285f41a}to{color:#22c55e;background:#22c55e1a}}@keyframes device2Status{0%{color:#64748b;background:#64748b1a}90%{color:#64748b;background:#64748b1a}to{color:#4285f4;background:#4285f41a}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes float-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes float-medium{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}@media (max-width:900px){.scanningLayout{grid-template-rows:auto auto;grid-template-columns:1.5fr 1.5fr;height:auto;min-height:320px}.devicesPanel{grid-area:1/1}.progressPanel{grid-area:2/1}.previewPanel{grid-area:1/2/3;height:auto;min-height:320px}.fileList{flex:1;min-height:200px;overflow-y:auto;box-shadow:none!important;border:none!important}}@media (max-width:768px){.scanningLayout{grid-template-rows:auto auto auto;grid-template-columns:1fr;height:auto}.devicesPanel,.progressPanel,.previewPanel{grid-column:1;height:auto;min-height:auto;padding:12px}.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 #0000001a}.fileList{flex:none;min-height:150px;max-height:250px;overflow-y:auto}.progressBar,.scanInfo,.scanStatus,.progressPanel .panelTitle{max-width:100%}.windowHeader{padding:10px 14px;font-size:12px}.previewPanel,.fileList{box-shadow:none!important;border:none!important}}
.bg-tech-grid{background-image:linear-gradient(90deg,#e2e8f066 1px,#0000 1px),linear-gradient(#e2e8f066 1px,#0000 1px);background-position:top;background-size:50px 50px}.abstract-blob{filter:blur(80px);opacity:.4;z-index:-1;border-radius:50%;animation:10s ease-in-out infinite alternate blob-float;position:absolute}@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:6s ease-in-out infinite float-slow}.animate-float-2{animation:7s ease-in-out 1s infinite float-medium}.btn-primary{color:#fff;background-color:#06f;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #0066ff40}.btn-primary:hover{background-color:#0052cc;transform:translateY(-1px);box-shadow:0 6px 16px #0066ff59}.btn-secondary{color:#0f172a;background-color:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-secondary:hover{color:#06f;background-color:#f0f7ff;border-color:#06f}
