.PDFViewer-module__xVLnTW__viewer{z-index:1000;background:#f8fafc;flex-direction:column;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.PDFViewer-module__xVLnTW__loadingContainer{background:#f8fafc;flex-direction:column;justify-content:center;align-items:center;height:100vh;display:flex}.PDFViewer-module__xVLnTW__spinner{border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;width:40px;height:40px;margin-bottom:16px;animation:1s linear infinite PDFViewer-module__xVLnTW__spin}@keyframes PDFViewer-module__xVLnTW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.PDFViewer-module__xVLnTW__loadingContainer p{color:#64748b;font-size:18px;font-weight:500}.PDFViewer-module__xVLnTW__errorContainer{text-align:center;background:#f8fafc;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:2rem;display:flex}.PDFViewer-module__xVLnTW__errorContainer p{color:#dc2626;margin-bottom:24px;font-size:18px;font-weight:500}.PDFViewer-module__xVLnTW__errorButton{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:600;transition:all .2s}.PDFViewer-module__xVLnTW__errorButton:hover{background:#1d4ed8;transform:translateY(-1px)}.PDFViewer-module__xVLnTW__toolbar{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;height:70px;padding:0 1.5rem;display:flex;box-shadow:0 2px 4px #0000001a}.PDFViewer-module__xVLnTW__toolbarSection{align-items:center;gap:1rem;display:flex}.PDFViewer-module__xVLnTW__backButton{color:#475569;cursor:pointer;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s}.PDFViewer-module__xVLnTW__backButton:hover{background:#e2e8f0;border-color:#cbd5e1}.PDFViewer-module__xVLnTW__sidebarToggle{color:#475569;cursor:pointer;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.PDFViewer-module__xVLnTW__sidebarToggle:hover{background:#e2e8f0;border-color:#cbd5e1}.PDFViewer-module__xVLnTW__sidebarToggle.PDFViewer-module__xVLnTW__active{color:#fff;background:#3b82f6;border-color:#3b82f6}.PDFViewer-module__xVLnTW__fileInfo{flex-direction:column;gap:2px;display:flex}.PDFViewer-module__xVLnTW__fileName{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-size:14px;font-weight:500;overflow:hidden}.PDFViewer-module__xVLnTW__fileSize{color:#64748b;font-size:12px}.PDFViewer-module__xVLnTW__navButton{color:#475569;cursor:pointer;background:#f8fafc;border:2px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:500;transition:all .2s;display:flex}.PDFViewer-module__xVLnTW__navButton:hover:not(.PDFViewer-module__xVLnTW__disabled){background:#e2e8f0;border-color:#cbd5e1}.PDFViewer-module__xVLnTW__navButton.PDFViewer-module__xVLnTW__disabled{opacity:.5;cursor:not-allowed}.PDFViewer-module__xVLnTW__pageInput{align-items:center;gap:.5rem;display:flex}.PDFViewer-module__xVLnTW__pageNumber{text-align:center;color:#1e293b;border:2px solid #e2e8f0;border-radius:6px;outline:none;width:60px;height:36px;font-size:14px;font-weight:500;transition:border-color .2s}.PDFViewer-module__xVLnTW__pageNumber:focus{border-color:#3b82f6}.PDFViewer-module__xVLnTW__pageTotal{color:#64748b;white-space:nowrap;font-size:14px;font-weight:500}.PDFViewer-module__xVLnTW__searchBox{background:#fff;border:2px solid #e2e8f0;border-radius:8px;align-items:center;min-width:200px;height:36px;padding:0 12px;display:flex}.PDFViewer-module__xVLnTW__searchInput{color:#1e293b;border:none;outline:none;flex:1;font-size:14px}.PDFViewer-module__xVLnTW__searchInput::placeholder{color:#94a3b8}.PDFViewer-module__xVLnTW__searchButton{cursor:pointer;color:#64748b;background:0 0;border:none;padding:4px;font-size:14px;transition:color .2s}.PDFViewer-module__xVLnTW__searchButton:hover:not(:disabled){color:#3b82f6}.PDFViewer-module__xVLnTW__searchButton:disabled{opacity:.5;cursor:not-allowed}.PDFViewer-module__xVLnTW__zoomControls{background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;align-items:center;display:flex;overflow:hidden}.PDFViewer-module__xVLnTW__zoomButton{color:#475569;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:36px;height:32px;font-size:16px;font-weight:500;transition:all .2s;display:flex}.PDFViewer-module__xVLnTW__zoomButton:hover{background:#e2e8f0}.PDFViewer-module__xVLnTW__zoomDisplay{color:#1e293b;text-align:center;border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0;min-width:60px;padding:0 12px;font-size:14px;font-weight:500}.PDFViewer-module__xVLnTW__viewControls{background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;align-items:center;display:flex;overflow:hidden}.PDFViewer-module__xVLnTW__fitButton{color:#475569;cursor:pointer;background:0 0;border:none;border-right:1px solid #e2e8f0;justify-content:center;align-items:center;width:36px;height:32px;font-size:16px;font-weight:500;transition:all .2s;display:flex}.PDFViewer-module__xVLnTW__fitButton:last-child{border-right:none}.PDFViewer-module__xVLnTW__fitButton:hover{background:#e2e8f0}.PDFViewer-module__xVLnTW__fitButton.PDFViewer-module__xVLnTW__active{color:#fff;background:#3b82f6}.PDFViewer-module__xVLnTW__rotateControls{background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;align-items:center;display:flex;overflow:hidden}.PDFViewer-module__xVLnTW__rotateButton{color:#475569;cursor:pointer;background:0 0;border:none;border-right:1px solid #e2e8f0;justify-content:center;align-items:center;width:36px;height:32px;font-size:16px;font-weight:500;transition:all .2s;display:flex}.PDFViewer-module__xVLnTW__rotateButton:last-child{border-right:none}.PDFViewer-module__xVLnTW__rotateButton:hover{background:#e2e8f0}.PDFViewer-module__xVLnTW__mainContent{flex:1;height:calc(100vh - 70px);display:flex;overflow:hidden}.PDFViewer-module__xVLnTW__sidebar{background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;flex-shrink:0;width:280px;display:flex}.PDFViewer-module__xVLnTW__sidebarHeader{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem;display:flex}.PDFViewer-module__xVLnTW__sidebarHeader h3{color:#1e293b;margin:0;font-size:16px;font-weight:600}.PDFViewer-module__xVLnTW__closeSidebar{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex}.PDFViewer-module__xVLnTW__closeSidebar:hover{color:#1e293b;background:#e2e8f0}.PDFViewer-module__xVLnTW__thumbnailContainer{flex:1;padding:1rem;overflow-y:auto}.PDFViewer-module__xVLnTW__thumbnailLoading{color:#64748b;flex-direction:column;justify-content:center;align-items:center;height:200px;display:flex}.PDFViewer-module__xVLnTW__thumbnailLoading .PDFViewer-module__xVLnTW__spinner{width:24px;height:24px;margin-bottom:12px}.PDFViewer-module__xVLnTW__thumbnailLoading p{margin:0;font-size:14px}.PDFViewer-module__xVLnTW__thumbnailList{flex-direction:column;gap:12px;display:flex}.PDFViewer-module__xVLnTW__thumbnailItem{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:8px;flex-direction:column;align-items:center;gap:8px;padding:8px;transition:all .2s;display:flex}.PDFViewer-module__xVLnTW__thumbnailItem:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}.PDFViewer-module__xVLnTW__thumbnailItem.PDFViewer-module__xVLnTW__activeThumbnail{background:#eff6ff;border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626}.PDFViewer-module__xVLnTW__thumbnailImage{border-radius:4px;width:100%;max-width:200px;height:auto;box-shadow:0 2px 8px #0000001a}.PDFViewer-module__xVLnTW__thumbnailLabel{color:#64748b;text-align:center;font-size:12px;font-weight:500}.PDFViewer-module__xVLnTW__activeThumbnail .PDFViewer-module__xVLnTW__thumbnailLabel{color:#3b82f6;font-weight:600}.PDFViewer-module__xVLnTW__pdfContainer{background:#e2e8f0;flex:1;justify-content:center;align-items:flex-start;padding:20px;transition:all .3s;display:flex;overflow:auto}.PDFViewer-module__xVLnTW__pdfContainer.PDFViewer-module__xVLnTW__withSidebar{width:calc(100% - 280px)}.PDFViewer-module__xVLnTW__pdfWrapper{background:#fff;border-radius:8px;max-width:100%;max-height:100%;overflow:hidden;box-shadow:0 4px 20px #00000026}.PDFViewer-module__xVLnTW__pdfCanvas{max-width:100%;max-height:100%;display:block}@media (max-width:1024px){.PDFViewer-module__xVLnTW__sidebar{width:240px}.PDFViewer-module__xVLnTW__pdfContainer.PDFViewer-module__xVLnTW__withSidebar{width:calc(100% - 240px)}.PDFViewer-module__xVLnTW__toolbar{flex-wrap:wrap;gap:.75rem;height:auto;min-height:70px;padding:1rem}.PDFViewer-module__xVLnTW__toolbarSection{gap:.75rem}.PDFViewer-module__xVLnTW__searchBox{min-width:150px}.PDFViewer-module__xVLnTW__fileName{max-width:150px}}@media (max-width:768px){.PDFViewer-module__xVLnTW__sidebar{width:200px}.PDFViewer-module__xVLnTW__pdfContainer.PDFViewer-module__xVLnTW__withSidebar{width:calc(100% - 200px)}.PDFViewer-module__xVLnTW__toolbar{flex-direction:column;align-items:stretch;gap:1rem;height:auto;padding:1rem}.PDFViewer-module__xVLnTW__toolbarSection{flex-wrap:wrap;justify-content:center}.PDFViewer-module__xVLnTW__fileInfo{text-align:center}.PDFViewer-module__xVLnTW__fileName{max-width:none}.PDFViewer-module__xVLnTW__searchBox{min-width:100%;max-width:300px;margin:0 auto}.PDFViewer-module__xVLnTW__pdfContainer{padding:10px}.PDFViewer-module__xVLnTW__sidebarHeader h3{font-size:14px}.PDFViewer-module__xVLnTW__thumbnailContainer{padding:.75rem}.PDFViewer-module__xVLnTW__thumbnailList{gap:8px}}@media (max-width:640px){.PDFViewer-module__xVLnTW__mainContent{flex-direction:column}.PDFViewer-module__xVLnTW__sidebar{border-bottom:1px solid #e2e8f0;border-right:none;width:100%;height:200px}.PDFViewer-module__xVLnTW__pdfContainer{height:calc(100vh - 270px);width:100%!important}.PDFViewer-module__xVLnTW__thumbnailContainer{padding:.5rem}.PDFViewer-module__xVLnTW__thumbnailList{flex-direction:row;gap:8px;padding-bottom:8px;overflow-x:auto}.PDFViewer-module__xVLnTW__thumbnailItem{flex-shrink:0;width:120px}.PDFViewer-module__xVLnTW__thumbnailImage{max-width:100px}}@media (max-width:480px){.PDFViewer-module__xVLnTW__toolbar{padding:.75rem}.PDFViewer-module__xVLnTW__toolbarSection{width:100%}.PDFViewer-module__xVLnTW__pageInput{justify-content:center}.PDFViewer-module__xVLnTW__zoomControls,.PDFViewer-module__xVLnTW__viewControls,.PDFViewer-module__xVLnTW__rotateControls{flex:1;justify-content:center}.PDFViewer-module__xVLnTW__zoomDisplay{flex:1}.PDFViewer-module__xVLnTW__sidebar{height:150px}.PDFViewer-module__xVLnTW__pdfContainer{height:calc(100vh - 220px)}.PDFViewer-module__xVLnTW__sidebarToggle span{display:none}}
.page-module__Z6Wq0G__viewerPage{flex-direction:column;gap:2rem;max-width:100%;display:flex}.page-module__Z6Wq0G__container{width:100%;max-width:1200px;margin:0 auto;padding:24px 16px}.page-module__Z6Wq0G__uploadSection{width:100%;max-width:800px;margin:0 auto;padding:1rem}.page-module__Z6Wq0G__uploadBox{border:2px dashed var(--gray-200);border-radius:var(--radius-lg);padding:var(--spacing-2xl);text-align:center;background-color:var(--gray-50);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;transition:all .3s;display:flex}.page-module__Z6Wq0G__uploadBox:hover{background-color:#3b82f60d;border-color:#3b82f6}.page-module__Z6Wq0G__uploadTitle{color:var(--gray-900);font-size:24px;font-weight:600}.page-module__Z6Wq0G__uploadDescription{color:var(--gray-600);font-size:16px}.page-module__Z6Wq0G__uploadSection h2{color:#1e293b;margin-bottom:8px;font-size:1.5rem;font-weight:600}.page-module__Z6Wq0G__uploadSection p{color:#64748b;margin-bottom:32px}.page-module__Z6Wq0G__pdfViewerDemo{border-radius:var(--radius-lg);background-color:#fff;overflow:hidden;box-shadow:0 10px 30px #0000001f}.page-module__Z6Wq0G__viewerToolbar{padding:var(--spacing-md);border-bottom:1px solid var(--gray-200);z-index:10;background-color:#f8fafc;justify-content:space-between;align-items:center;height:60px;display:flex;position:sticky;top:0}.page-module__Z6Wq0G__toolbarLeft,.page-module__Z6Wq0G__toolbarCenter,.page-module__Z6Wq0G__toolbarRight{align-items:center;gap:var(--spacing-sm);display:flex}.page-module__Z6Wq0G__toolbarLeft{width:30%}.page-module__Z6Wq0G__toolbarCenter{justify-content:center;width:40%}.page-module__Z6Wq0G__toolbarRight{justify-content:flex-end;width:30%}.page-module__Z6Wq0G__pageNavigation{align-items:center;gap:var(--spacing-xs);margin-right:var(--spacing-md);display:flex}.page-module__Z6Wq0G__pageInfo{color:var(--gray-700);padding:0 8px;font-size:14px}.page-module__Z6Wq0G__zoomControls{align-items:center;gap:var(--spacing-xs);display:flex}.page-module__Z6Wq0G__zoomValue{color:var(--gray-700);text-align:center;width:48px;padding:0 4px;font-size:14px}.page-module__Z6Wq0G__toolbarButton{border:1px solid var(--gray-200);border-radius:var(--radius-md);width:36px;height:36px;color:var(--gray-600);cursor:pointer;background-color:#0000;justify-content:center;align-items:center;transition:all .2s;display:flex}.page-module__Z6Wq0G__toolbarButton:hover{background-color:var(--gray-100);color:var(--gray-900);border-color:var(--gray-300)}.page-module__Z6Wq0G__activeButton{color:#8b5cf6;background-color:#8b5cf61a;border-color:#8b5cf6}.page-module__Z6Wq0G__searchBox{border:1px solid var(--gray-200);border-radius:var(--radius-md);background-color:#fff;align-items:center;width:100%;max-width:320px;padding:0 12px;display:flex}.page-module__Z6Wq0G__searchBox svg{color:var(--gray-500);margin-right:8px}.page-module__Z6Wq0G__searchBox input{border:none;outline:none;width:100%;padding:8px 0;font-size:14px}.page-module__Z6Wq0G__pdfContent{padding:var(--spacing-2xl)var(--spacing-xl);background-color:#e5e7eb;justify-content:center;align-items:flex-start;min-height:80vh;display:flex;overflow-x:auto}.page-module__Z6Wq0G__pdfPage{border-radius:var(--radius-sm);width:100%;max-width:800px;padding:var(--spacing-2xl);background-color:#fff;min-height:1000px;margin:0 auto;position:relative;box-shadow:0 4px 12px #00000014}.page-module__Z6Wq0G__pageContent{width:100%;position:relative}.page-module__Z6Wq0G__pageNumber{bottom:var(--spacing-md);text-align:center;color:var(--gray-500);font-size:12px;position:absolute;left:0;right:0}.page-module__Z6Wq0G__documentHeader{margin-bottom:var(--spacing-xl);text-align:center}.page-module__Z6Wq0G__documentHeader h2{margin-bottom:var(--spacing-sm);font-size:24px;font-weight:700}.page-module__Z6Wq0G__documentHeader p{color:var(--gray-700);font-size:16px}.page-module__Z6Wq0G__documentBody{line-height:1.6}.page-module__Z6Wq0G__textBlock{margin-bottom:var(--spacing-xl)}.page-module__Z6Wq0G__textBlock h3{color:var(--gray-900);margin-bottom:var(--spacing-md);font-size:18px;font-weight:600}.page-module__Z6Wq0G__textBlock p{margin-bottom:var(--spacing-md);color:var(--gray-800);font-size:15px}.page-module__Z6Wq0G__highlightedText{margin:var(--spacing-md)0;border-radius:var(--radius-sm);background-color:#facc154d;padding:8px 12px;position:relative}.page-module__Z6Wq0G__highlightMarker{background-color:#facc15;border-radius:2px;width:4px;position:absolute;top:0;bottom:0;left:-2px}.page-module__Z6Wq0G__noteAnnotation{margin:var(--spacing-lg)0;opacity:0;height:0;transition:all .3s;display:flex;overflow:hidden}.page-module__Z6Wq0G__noteVisible{opacity:1;height:auto}.page-module__Z6Wq0G__noteMarker{color:#8b5cf6;width:32px;height:32px;margin-right:var(--spacing-md);background-color:#8b5cf61a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.page-module__Z6Wq0G__noteContent{border-radius:var(--radius-md);padding:var(--spacing-md);background-color:#f8f7ff;border:1px solid #8b5cf64d;flex-grow:1}.page-module__Z6Wq0G__noteHeader{margin-bottom:var(--spacing-sm);justify-content:space-between;font-size:13px;display:flex}.page-module__Z6Wq0G__noteName{color:var(--gray-800);font-weight:600}.page-module__Z6Wq0G__noteDate{color:var(--gray-500)}.page-module__Z6Wq0G__noteContent p{color:var(--gray-700);margin:0;font-size:14px}.page-module__Z6Wq0G__chartSection{margin-bottom:var(--spacing-xl)}.page-module__Z6Wq0G__barChart{margin-top:var(--spacing-lg)}.page-module__Z6Wq0G__barGroup{margin-bottom:var(--spacing-md);align-items:center;display:flex}.page-module__Z6Wq0G__barLabel{width:100px;color:var(--gray-700);text-align:right;padding-right:var(--spacing-md);font-size:14px;font-weight:500}.page-module__Z6Wq0G__barContainer{background-color:var(--gray-100);border-radius:var(--radius-md);flex-grow:1;height:28px;overflow:hidden}.page-module__Z6Wq0G__bar{height:100%;padding:0 var(--spacing-sm);color:#fff;align-items:center;font-size:14px;font-weight:600;transition:width 1s;display:flex}.page-module__Z6Wq0G__bar1{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}.page-module__Z6Wq0G__bar2{background:linear-gradient(90deg,#3b82f6,#93c5fd)}.page-module__Z6Wq0G__bar3{background:linear-gradient(90deg,#10b981,#6ee7b7)}.page-module__Z6Wq0G__bar4{background:linear-gradient(90deg,#f97316,#fdba74)}.page-module__Z6Wq0G__featuresSection{max-width:1200px;margin:2rem auto 0;padding:2rem 1rem}.page-module__Z6Wq0G__sectionHeading{text-align:center;color:#1e293b;margin-bottom:2rem;font-size:1.75rem;font-weight:700}.page-module__Z6Wq0G__featuresGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.page-module__Z6Wq0G__metadataBar{background-color:#fff;border-radius:8px;justify-content:space-between;align-items:center;padding:16px;display:flex;box-shadow:0 1px 3px #0000001a}.page-module__Z6Wq0G__fileInfo h3{color:#334155;margin:0 0 4px;font-size:1.1rem;font-weight:500}.page-module__Z6Wq0G__fileInfo p{color:#64748b;margin:0;font-size:.875rem}.page-module__Z6Wq0G__backButton{color:#64748b;cursor:pointer;background-color:#fff;border:1px solid #e2e8f0;border-radius:4px;padding:8px 16px;font-size:.875rem;transition:all .2s}.page-module__Z6Wq0G__backButton:hover{background-color:#f8fafc;border-color:#cbd5e1}.page-module__Z6Wq0G__pdfContainer{width:100%;height:100%;min-height:600px}.page-module__Z6Wq0G__viewerSection{flex-direction:column;gap:1rem;width:100%;display:flex}.page-module__Z6Wq0G__viewerActions{justify-content:center;margin-top:1rem;display:flex}.page-module__Z6Wq0G__uploadNewButton{color:#64748b;cursor:pointer;background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;padding:.75rem 1.5rem;font-size:.875rem;transition:all .2s}.page-module__Z6Wq0G__uploadNewButton:hover{color:#3b82f6;background-color:#f8fafc;border-color:#3b82f6}.page-module__Z6Wq0G__viewPage{background:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.page-module__Z6Wq0G__header{text-align:center;background:#fff;border-bottom:1px solid #e2e8f0;padding:32px 24px}.page-module__Z6Wq0G__title{color:#1e293b;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 16px;font-size:2.5rem;font-weight:800}.page-module__Z6Wq0G__description{color:#64748b;max-width:600px;margin:0 auto;font-size:1.2rem}.page-module__Z6Wq0G__uploadSection{flex:1;justify-content:center;align-items:center;padding:60px 24px;display:flex}.page-module__Z6Wq0G__uploadContainer{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:700px;padding:60px;box-shadow:0 20px 60px #0000001a}.page-module__Z6Wq0G__dropZone{cursor:pointer;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:3px dashed #cbd5e1;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:100px 40px;transition:all .3s;display:flex;position:relative;overflow:hidden}.page-module__Z6Wq0G__dropZone:before{content:"";opacity:0;background:linear-gradient(135deg,#3b82f605 0%,#1d4ed805 100%);transition:opacity .3s;position:absolute;inset:0}.page-module__Z6Wq0G__dropZone:hover:before{opacity:1}.page-module__Z6Wq0G__dropZone.page-module__Z6Wq0G__dragOver{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border-color:#3b82f6;transform:scale(1.02);box-shadow:0 15px 40px #3b82f633}.page-module__Z6Wq0G__dropZone:hover{border-color:#1d4ed8;transform:translateY(-4px);box-shadow:0 15px 40px #0000001a}.page-module__Z6Wq0G__fileIcon{opacity:.8;margin-bottom:32px;font-size:5rem;transition:transform .3s}.page-module__Z6Wq0G__dropZone:hover .page-module__Z6Wq0G__fileIcon{transform:scale(1.1)}.page-module__Z6Wq0G__dropTitle{color:#1e293b;margin:0 0 16px;font-size:2rem;font-weight:700}.page-module__Z6Wq0G__dropDescription{color:#64748b;margin:0 0 40px;font-size:1.2rem;line-height:1.6}.page-module__Z6Wq0G__uploadButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:none;border-radius:12px;padding:18px 36px;font-size:18px;font-weight:600;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 8px 25px #3b82f64d}.page-module__Z6Wq0G__uploadButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.page-module__Z6Wq0G__uploadButton:hover:before{left:100%}.page-module__Z6Wq0G__uploadButton:hover{transform:translateY(-2px);box-shadow:0 12px 35px #3b82f666}.page-module__Z6Wq0G__uploadButton:active{transform:translateY(0)}.page-module__Z6Wq0G__hiddenInput{display:none}.page-module__Z6Wq0G__errorMessage{color:#dc2626;background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);border:2px solid #fecaca;border-radius:12px;margin-top:24px;padding:16px 20px;font-size:15px;font-weight:500;box-shadow:0 4px 15px #dc26261a}.page-module__Z6Wq0G__featuresSection{background:#fff;border-top:1px solid #e2e8f0;padding:80px 24px}.page-module__Z6Wq0G__featuresContainer{text-align:center;max-width:1200px;margin:0 auto}.page-module__Z6Wq0G__featuresTitle{color:#1e293b;margin:0 0 60px;font-size:2.5rem;font-weight:800}.page-module__Z6Wq0G__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-top:60px;display:grid}.page-module__Z6Wq0G__featureCard{text-align:center;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:2px solid #e2e8f0;border-radius:20px;padding:40px 30px;transition:all .3s;box-shadow:0 4px 20px #0000000d}.page-module__Z6Wq0G__featureCard:hover{border-color:#3b82f6;transform:translateY(-8px);box-shadow:0 20px 60px #3b82f626}.page-module__Z6Wq0G__featureIcon{opacity:.8;margin-bottom:24px;font-size:3rem;transition:transform .3s}.page-module__Z6Wq0G__featureCard:hover .page-module__Z6Wq0G__featureIcon{transform:scale(1.1)}.page-module__Z6Wq0G__featureCard h3{color:#1e293b;margin:0 0 16px;font-size:1.5rem;font-weight:700}.page-module__Z6Wq0G__featureCard p{color:#64748b;margin:0;font-size:1rem;line-height:1.6}@media (max-width:768px){.page-module__Z6Wq0G__header{padding:24px 16px}.page-module__Z6Wq0G__title{font-size:2rem}.page-module__Z6Wq0G__description{font-size:1rem}.page-module__Z6Wq0G__uploadSection{padding:32px 16px}.page-module__Z6Wq0G__uploadContainer{padding:40px 24px}.page-module__Z6Wq0G__dropZone{min-height:200px;padding:60px 20px}.page-module__Z6Wq0G__fileIcon{margin-bottom:24px;font-size:4rem}.page-module__Z6Wq0G__dropTitle{font-size:1.5rem}.page-module__Z6Wq0G__dropDescription{margin-bottom:32px;font-size:1rem}.page-module__Z6Wq0G__uploadButton{padding:14px 28px;font-size:16px}.page-module__Z6Wq0G__featuresSection{padding:60px 16px}.page-module__Z6Wq0G__featuresTitle{margin-bottom:40px;font-size:2rem}.page-module__Z6Wq0G__featuresGrid{grid-template-columns:1fr;gap:24px;margin-top:40px}.page-module__Z6Wq0G__featureCard{padding:30px 20px}}
