.page-module__sWF1Sq__container{background:var(--background);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.page-module__sWF1Sq__main{flex-direction:column;flex:1;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:60px 20px;display:flex}.page-module__sWF1Sq__heroTitle{color:var(--text-primary);justify-content:center;align-items:center;gap:16px;margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1.2;display:flex}.page-module__sWF1Sq__heroIcon{color:var(--primary);width:48px;height:48px}.page-module__sWF1Sq__heroTitle span{color:var(--primary-dark)}.page-module__sWF1Sq__description{color:var(--text-secondary);text-align:center;max-width:600px;margin-bottom:48px;font-size:1.15rem;line-height:1.6}.page-module__sWF1Sq__toolContainer{background:var(--bg-primary);border:1px solid #0000000d;border-radius:24px;flex-direction:column;gap:24px;width:100%;max-width:700px;margin-bottom:24px;padding:32px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 20px 40px -10px #00000014,0 0 1px #0000000d}[data-theme=dark] .page-module__sWF1Sq__toolContainer{background:#1e293b;border-color:#ffffff0d;box-shadow:0 20px 40px -10px #0000004d}.page-module__sWF1Sq__tabsContainer{justify-content:center;margin-bottom:8px;display:flex}.page-module__sWF1Sq__tabs{background:var(--bg-secondary);border:1px solid #0000000a;border-radius:16px;padding:6px;display:flex}[data-theme=dark] .page-module__sWF1Sq__tabs{background:#0f172a;border-color:#ffffff0d}.page-module__sWF1Sq__tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:8px;padding:10px 24px;font-size:.95rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.page-module__sWF1Sq__tab:hover{color:var(--text-primary);background:#00000008}[data-theme=dark] .page-module__sWF1Sq__tab:hover{background:#ffffff0d}.page-module__sWF1Sq__tab.page-module__sWF1Sq__active{color:var(--primary);background:#fff;box-shadow:0 4px 12px #00000014}[data-theme=dark] .page-module__sWF1Sq__tab.page-module__sWF1Sq__active{background:var(--primary);color:#fff;box-shadow:0 4px 12px #0000004d}.page-module__sWF1Sq__uploadWrapper{width:100%}.page-module__sWF1Sq__errorBanner{color:#ef4444;background:#fef2f2;border:1px solid #fee2e2;border-radius:12px;align-items:center;gap:12px;margin-top:16px;padding:12px 16px;font-size:.9rem;font-weight:500;display:flex}[data-theme=dark] .page-module__sWF1Sq__errorBanner{background:#ef44441a;border-color:#ef444433}.page-module__sWF1Sq__workspace{flex-direction:column;gap:24px;width:100%;display:flex}.page-module__sWF1Sq__fileCard{background:var(--bg-secondary);border:1px solid #0000000a;border-radius:16px;align-items:center;gap:16px;padding:16px;display:flex}[data-theme=dark] .page-module__sWF1Sq__fileCard{background:#0f172a;border-color:#ffffff0d}.page-module__sWF1Sq__fileIconWrapper{width:48px;height:48px;color:var(--primary);background:#fff;border-radius:12px;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 12px #0000000d}[data-theme=dark] .page-module__sWF1Sq__fileIconWrapper{color:var(--text-primary);background:#1e293b}.page-module__sWF1Sq__fileDetails{flex:1}.page-module__sWF1Sq__fileName{color:var(--text-primary);word-break:break-all;margin-bottom:4px;font-weight:600}.page-module__sWF1Sq__fileSize{color:var(--text-secondary);font-size:.85rem}.page-module__sWF1Sq__changeFileBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px;transition:all .2s}.page-module__sWF1Sq__changeFileBtn:hover{color:var(--text-primary);background:#0000000d}[data-theme=dark] .page-module__sWF1Sq__changeFileBtn:hover{background:#ffffff1a}.page-module__sWF1Sq__actionArea{flex-direction:column;gap:24px;padding:8px;display:flex}.page-module__sWF1Sq__inputGroup{flex-direction:column;gap:8px;display:flex}.page-module__sWF1Sq__label{color:var(--text-primary);margin-left:4px;font-size:.9rem;font-weight:600}.page-module__sWF1Sq__passwordWrapper{align-items:center;display:flex;position:relative}.page-module__sWF1Sq__input{background:var(--bg-secondary);width:100%;color:var(--text-primary);border:2px solid #0000;border-radius:12px;outline:none;padding:14px 48px 14px 16px;font-size:1rem;transition:all .2s;box-shadow:inset 0 2px 4px #00000005}[data-theme=dark] .page-module__sWF1Sq__input{background:#0f172a;border-color:#ffffff0d}.page-module__sWF1Sq__input:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px #3b82f61a}[data-theme=dark] .page-module__sWF1Sq__input:focus{background:#1e293b}.page-module__sWF1Sq__togglePassword{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;display:flex;position:absolute;right:8px}.page-module__sWF1Sq__togglePassword:hover{color:var(--primary);background:#0000000d}.page-module__sWF1Sq__hint{color:var(--text-muted);margin-left:4px;font-size:.85rem}.page-module__sWF1Sq__errorInline{color:#ef4444;background:#ef444414;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:.9rem;display:flex}.page-module__sWF1Sq__btnGroup{gap:12px;margin-top:8px;display:flex}.page-module__sWF1Sq__btnPrimary,.page-module__sWF1Sq__btnSecondary{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:14px 24px;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.page-module__sWF1Sq__btnPrimary{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:#fff;border:none;flex:2;box-shadow:0 4px 12px #2563eb40}.page-module__sWF1Sq__btnPrimary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #2563eb59}.page-module__sWF1Sq__btnPrimary:disabled{opacity:.6;cursor:not-allowed;transform:none}.page-module__sWF1Sq__btnSecondary{color:var(--text-secondary);background:0 0;border:1px solid #0000001a;flex:1}[data-theme=dark] .page-module__sWF1Sq__btnSecondary{border-color:#ffffff1a}.page-module__sWF1Sq__btnSecondary:hover{color:var(--text-primary);background:#00000008}[data-theme=dark] .page-module__sWF1Sq__btnSecondary:hover{background:#ffffff0d}.page-module__sWF1Sq__successState{text-align:center;flex-direction:column;align-items:center;padding:24px 0;animation:.4s ease-out page-module__sWF1Sq__fadeIn;display:flex}@keyframes page-module__sWF1Sq__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.page-module__sWF1Sq__successIcon{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;display:flex;box-shadow:0 10px 25px #10b9814d}.page-module__sWF1Sq__successState h3{color:var(--text-primary);margin-bottom:8px;font-size:1.5rem}.page-module__sWF1Sq__successState p{color:var(--text-secondary);margin-bottom:32px}.page-module__sWF1Sq__successActions{width:100%}@media (max-width:768px){.page-module__sWF1Sq__heroTitle{font-size:2.2rem}.page-module__sWF1Sq__toolContainer{padding:24px}.page-module__sWF1Sq__btnGroup{flex-direction:column-reverse}.page-module__sWF1Sq__btnSecondary{border:none;width:100%}}.page-module__sWF1Sq__safeTag{color:#166534;background:#dcfce7;border-radius:20px;align-items:center;gap:6px;margin-bottom:24px;padding:8px 16px;font-size:.85rem;font-weight:600;display:inline-flex}
