.page-module__MrIsJG__container{padding-bottom:80px;animation:.5s ease-out page-module__MrIsJG__fadeIn}.page-module__MrIsJG__hero{text-align:center;margin-bottom:2rem;padding-top:1rem}.page-module__MrIsJG__heroTitle{color:var(--text-primary);justify-content:center;align-items:center;gap:12px;margin-bottom:.5rem;font-size:2.5rem;font-weight:800;display:flex}.page-module__MrIsJG__heroTitle span{color:var(--primary-dark)}.page-module__MrIsJG__container{min-height:80vh;padding:2rem 0}.page-module__MrIsJG__header{text-align:center;margin-bottom:2rem}.page-module__MrIsJG__title{color:var(--text-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.page-module__MrIsJG__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.6}.page-module__MrIsJG__workspace{flex-direction:column;gap:2rem;max-width:1400px;margin:0 auto;display:flex}.page-module__MrIsJG__safeTag{color:#166534;background:#dcfce7;border-radius:20px;margin-top:20px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-block}.page-module__MrIsJG__uploadArea{background:var(--bg-secondary);cursor:pointer;text-align:center;border:3px dashed #a8c5f066;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;max-width:600px;margin:10px auto;padding:90px 110px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.page-module__MrIsJG__uploadArea:hover{border-color:var(--primary-dark);background:#a8c5f01a;transform:scale(1.01)}.page-module__MrIsJG__dragActive{border-color:var(--primary);background:#a8c5f033}.page-module__MrIsJG__iconCircle{width:90px;height:90px;color:var(--primary-dark);background:#fff;border-radius:50%;justify-content:center;align-items:center;margin-bottom:24px;display:flex;box-shadow:6px 6px 15px #aebaca66,-6px -6px 15px #ffffffe6}.page-module__MrIsJG__uploadContent h3{color:var(--text-primary);margin-bottom:8px;font-size:1.35rem;font-weight:700}.page-module__MrIsJG__uploadContent p{color:var(--text-muted);font-size:.95rem}.page-module__MrIsJG__supportedTypes{justify-content:center;gap:10px;margin-top:16px;display:flex}.page-module__MrIsJG__supportedTypes span{color:var(--text-muted);background:#0000000d;border-radius:6px;padding:4px 10px;font-size:.75rem;font-weight:700}[data-theme=dark] .page-module__MrIsJG__uploadArea{background:var(--bg-secondary);border-color:#6366f14d}[data-theme=dark] .page-module__MrIsJG__uploadArea:hover{border-color:var(--primary-color);background:#6366f11a}[data-theme=dark] .page-module__MrIsJG__iconCircle{color:#818cf8;background:linear-gradient(145deg,#1e293b,#0f172a);box-shadow:8px 8px 20px #0009,-8px -8px 20px #33415526}[data-theme=dark] .page-module__MrIsJG__supportedTypes span{color:#94a3b8;background:#ffffff1a}[data-theme=dark] .page-module__MrIsJG__safeTag{color:#d1fae5;background:#064e3b}.page-module__MrIsJG__btnSecondary{background:var(--bg-secondary);color:var(--primary-dark);border-radius:var(--radius-md);cursor:pointer;border:none;margin-top:1rem;padding:10px 20px;font-weight:600;transition:all .2s}.page-module__MrIsJG__btnSecondary:hover{background:var(--bg-primary);transform:translateY(-2px)}.page-module__MrIsJG__error{color:#ef4444;border-radius:var(--radius-sm);background:#fef2f2;justify-content:center;align-items:center;gap:8px;margin-top:1rem;padding:8px 16px;font-size:.9rem;display:flex}.page-module__MrIsJG__howToUse{background:var(--bg-white);border:1px solid var(--bg-secondary);border-radius:24px;max-width:800px;margin:80px auto 40px;padding:40px}.page-module__MrIsJG__howToUse h2{text-align:center;color:var(--text-primary);margin-bottom:40px;font-size:1.75rem;font-weight:800}.page-module__MrIsJG__stepsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;display:grid}.page-module__MrIsJG__stepItem{flex-direction:column;gap:16px;display:flex}.page-module__MrIsJG__stepNumber{background:var(--primary-dark);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;font-weight:700;display:flex;box-shadow:4px 4px 10px #5b8def4d}.page-module__MrIsJG__stepItem h3{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:700}.page-module__MrIsJG__stepItem p{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.6}.page-module__MrIsJG__fileList{background:var(--bg-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-light);padding:1.5rem}.page-module__MrIsJG__listHeader{color:var(--text-primary);justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-weight:600;display:flex}.page-module__MrIsJG__btnClear{color:#ef4444;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:6px;padding:6px 16px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}[data-theme=dark] .page-module__MrIsJG__btnClear{background:#ef444426;border-color:#ef44444d}.page-module__MrIsJG__btnClear:hover{background:#fee2e2;transform:translateY(-1px);box-shadow:0 2px 4px #ef444426}[data-theme=dark] .page-module__MrIsJG__btnClear:hover{background:#ef444440;border-color:#ef4444}.page-module__MrIsJG__filesGrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.page-module__MrIsJG__fileCard{background:var(--bg-primary);border-radius:var(--radius-md);border:1px solid var(--bg-secondary);flex-direction:column;gap:.5rem;padding:.75rem;transition:all .2s;display:flex;position:relative}.page-module__MrIsJG__fileCard:hover{box-shadow:var(--shadow-light-sm);transform:translateY(-2px)}.page-module__MrIsJG__filePreview{background:var(--bg-white);border-radius:var(--radius-sm);justify-content:center;align-items:center;height:120px;display:flex;position:relative;overflow:hidden}.page-module__MrIsJG__thumbImage{object-fit:cover;width:100%;height:100%}.page-module__MrIsJG__thumbPdf{color:var(--text-secondary);flex-direction:column;align-items:center;display:flex}.page-module__MrIsJG__pdfLabel{margin-top:4px;font-size:.7rem;font-weight:600}.page-module__MrIsJG__btnRemove{cursor:pointer;width:24px;height:24px;color:var(--text-error);background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:4px;right:4px;box-shadow:0 2px 4px #0000001a}.page-module__MrIsJG__fileInfo{text-align:center}.page-module__MrIsJG__fileName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:500;display:block;overflow:hidden}.page-module__MrIsJG__fileSize{color:var(--text-muted);font-size:.7rem}.page-module__MrIsJG__fileActions{background:var(--bg-secondary);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;padding:4px 8px;display:flex}.page-module__MrIsJG__fileActions button{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;padding:2px}.page-module__MrIsJG__fileActions button:disabled{opacity:.3;cursor:not-allowed}.page-module__MrIsJG__fileActions button:hover:not(:disabled){color:var(--primary)}.page-module__MrIsJG__orderBadge{color:var(--text-secondary);text-align:center;width:20px;font-size:.75rem;font-weight:600}.page-module__MrIsJG__actionSection{text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-top:1rem;display:flex}.page-module__MrIsJG__buttonGroup{flex-wrap:wrap;justify-content:center;gap:1rem;width:100%;display:flex}.page-module__MrIsJG__btnPrimary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#2563eb);border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:8px;padding:12px 32px;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 6px -1px #2563eb4d}[data-theme=dark] .page-module__MrIsJG__btnPrimary{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:1px solid #3b82f64d;box-shadow:0 4px 12px #0006}.page-module__MrIsJG__btnPrimary:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 8px 15px #2563eb66}.page-module__MrIsJG__btnPrimary:disabled{opacity:.7;cursor:not-allowed;filter:grayscale(.5);transform:none}.page-module__MrIsJG__btnAddMore{color:#ea580c;cursor:pointer;background:#fff7ed;border:1px solid #fdba74;border-radius:12px;align-items:center;gap:8px;padding:12px 32px;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 2px 4px #ea580c1a}[data-theme=dark] .page-module__MrIsJG__btnAddMore{color:#fb923c;background:#ea580c26;border-color:#f97316}.page-module__MrIsJG__btnAddMore:hover{background:#ffedd5;border-color:#ea580c;transform:translateY(-2px);box-shadow:0 4px 12px #ea580c33}[data-theme=dark] .page-module__MrIsJG__btnAddMore:hover{background:#ea580c40;border-color:#fb923c}.page-module__MrIsJG__loading{cursor:wait}.page-module__MrIsJG__resultSection{background:var(--bg-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-light);margin-top:2rem;padding:2rem;animation:.5s page-module__MrIsJG__fadeIn}.page-module__MrIsJG__resultHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.page-module__MrIsJG__resultHeader h2{font-size:1.25rem;font-weight:700}.page-module__MrIsJG__pdfPreviewFrame{background:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid var(--bg-secondary);height:600px;overflow:hidden}.page-module__MrIsJG__btnDownload{background:var(--success);color:#fff;border-radius:var(--radius-md);align-items:center;gap:8px;padding:10px 20px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.page-module__MrIsJG__btnDownload:hover{background:#059669;transform:translateY(-2px)}.page-module__MrIsJG__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.page-module__MrIsJG__modalContent{background:var(--bg-white);border-radius:var(--radius-lg);width:100%;max-width:900px;max-height:90vh;box-shadow:var(--shadow-lg);flex-direction:column;display:flex;position:relative}.page-module__MrIsJG__modalHeader{border-bottom:1px solid var(--bg-secondary);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.page-module__MrIsJG__modalTitle{color:var(--text-primary);font-size:1.1rem;font-weight:600}.page-module__MrIsJG__closeModal{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.page-module__MrIsJG__closeModal:hover{background:var(--bg-secondary);color:var(--text-error)}.page-module__MrIsJG__previewBody{background:var(--bg-secondary);flex:1;justify-content:center;align-items:center;padding:0;display:flex;overflow:hidden}.page-module__MrIsJG__previewImage{object-fit:contain;max-width:100%;max-height:80vh}.page-module__MrIsJG__previewFrame{border:none;width:100%;height:80vh}@keyframes page-module__MrIsJG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.page-module__MrIsJG__filesGrid{grid-template-columns:repeat(2,1fr)}.page-module__MrIsJG__resultHeader{flex-direction:column;align-items:flex-start;gap:1rem}.page-module__MrIsJG__btnDownload{justify-content:center;width:100%}.page-module__MrIsJG__buttonGroup{flex-direction:column;width:100%}.page-module__MrIsJG__btnPrimary,.page-module__MrIsJG__btnAddMore{justify-content:center;width:100%}.page-module__MrIsJG__modalOverlay{padding:0}.page-module__MrIsJG__modalContent{border-radius:0;height:100vh;max-height:100vh}}.page-module__MrIsJG__trustSection{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:3rem;display:flex}.page-module__MrIsJG__trustBadge{background:var(--bg-white);border:1px solid var(--bg-secondary);color:var(--text-secondary);box-shadow:var(--shadow-sm);border-radius:50px;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:500;transition:transform .2s;display:flex}.page-module__MrIsJG__trustBadge:hover{border-color:var(--primary-light);color:var(--primary);transform:translateY(-2px)}.page-module__MrIsJG__advantagesSection{text-align:center;max-width:1400px;margin-top:5rem;margin-left:auto;margin-right:auto;animation:.5s ease-out page-module__MrIsJG__fadeIn}.page-module__MrIsJG__sectionTitle{color:var(--text-primary);margin-bottom:2rem;font-size:2rem;font-weight:800}.page-module__MrIsJG__advantagesGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.page-module__MrIsJG__advantageCard{background:var(--bg-white);border-radius:var(--radius-lg);border:1px solid var(--bg-secondary);text-align:left;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.page-module__MrIsJG__advantageCard:hover{box-shadow:var(--shadow-md);border-color:var(--primary-light);transform:translateY(-4px)}.page-module__MrIsJG__cardIcon{margin-bottom:1rem;font-size:2.5rem;display:block}.page-module__MrIsJG__cardTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.page-module__MrIsJG__cardDesc{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.page-module__MrIsJG__advantageCard:before{content:"";background:var(--primary);opacity:.5;width:4px;height:100%;position:absolute;top:0;left:0}.page-module__MrIsJG__advantageCard:nth-child(2n):before{background:var(--secondary)}.page-module__MrIsJG__previewOverlay{opacity:0;border-radius:var(--radius-sm);z-index:10;background:#0006;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .2s;display:flex;position:absolute;top:0;left:0}.page-module__MrIsJG__filePreview:hover .page-module__MrIsJG__previewOverlay{opacity:1}
