.ProfileModal-module__5gHCgG__modalOverlay{-webkit-backdrop-filter:blur(12px)saturate(180%);z-index:1000;background-color:#0f172a59;justify-content:center;align-items:center;animation:.3s cubic-bezier(.16,1,.3,1) ProfileModal-module__5gHCgG__fadeIn;display:flex;position:fixed;inset:0}.ProfileModal-module__5gHCgG__modalCard{background:#fff;border:1px solid #ffffffb3;border-radius:28px;flex-direction:column;width:100%;max-width:460px;animation:.4s cubic-bezier(.16,1,.3,1) ProfileModal-module__5gHCgG__slideUp;display:flex;overflow:hidden;box-shadow:0 30px 60px #0f172a26,0 0 1px #0f172a1a}@keyframes ProfileModal-module__5gHCgG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ProfileModal-module__5gHCgG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ProfileModal-module__5gHCgG__header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.ProfileModal-module__5gHCgG__title{color:#0f172a;letter-spacing:-.01em;font-size:1.25rem;font-weight:700}.ProfileModal-module__5gHCgG__btnClose{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.ProfileModal-module__5gHCgG__btnClose:hover{color:#475569;background-color:#f1f5f9}.ProfileModal-module__5gHCgG__loadingContainer,.ProfileModal-module__5gHCgG__errorContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.ProfileModal-module__5gHCgG__loadingContainer p,.ProfileModal-module__5gHCgG__errorContainer p{color:#64748b;font-size:.925rem;font-weight:500}.ProfileModal-module__5gHCgG__spinner{color:var(--primary-color);animation:1s linear infinite ProfileModal-module__5gHCgG__spin}@keyframes ProfileModal-module__5gHCgG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ProfileModal-module__5gHCgG__errorIcon{color:#ef4444}.ProfileModal-module__5gHCgG__btnRetry{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.5rem;font-size:.875rem;font-weight:600;transition:background .2s}.ProfileModal-module__5gHCgG__btnRetry:hover{background:var(--primary-hover)}.ProfileModal-module__5gHCgG__profileForm{flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.ProfileModal-module__5gHCgG__avatarSection{flex-direction:column;align-items:center;gap:.6rem;width:100%;display:flex}.ProfileModal-module__5gHCgG__avatarWrapper{cursor:pointer;background-color:#f0f9ff;border:3px solid #fff;border-radius:50%;width:100px;height:100px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 8px 24px #3b82f61f}.ProfileModal-module__5gHCgG__avatarWrapper:hover{transform:translateY(-2px);box-shadow:0 12px 30px #3b82f633}.ProfileModal-module__5gHCgG__avatarImage{object-fit:cover;width:100%;height:100%}.ProfileModal-module__5gHCgG__avatarFallback{color:#3b82f6;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ProfileModal-module__5gHCgG__avatarOverlay{color:#fff;text-transform:uppercase;letter-spacing:.05em;opacity:0;background-color:#0f172a99;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;font-size:.65rem;font-weight:600;transition:opacity .25s;display:flex;position:absolute;inset:0}.ProfileModal-module__5gHCgG__avatarWrapper:hover .ProfileModal-module__5gHCgG__avatarOverlay{opacity:1}.ProfileModal-module__5gHCgG__avatarHint{color:#94a3b8;font-size:.725rem}.ProfileModal-module__5gHCgG__inputsSection{flex-direction:column;gap:1.25rem;display:flex}.ProfileModal-module__5gHCgG__formGroup{flex-direction:column;gap:.4rem;display:flex}.ProfileModal-module__5gHCgG__label{color:#334155;padding-left:.1rem;font-size:.825rem;font-weight:600}.ProfileModal-module__5gHCgG__inputWrapper{align-items:center;display:flex;position:relative}.ProfileModal-module__5gHCgG__input{color:#0f172a;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:.8rem 1rem .8rem 2.6rem;font-family:inherit;font-size:.9rem;transition:all .2s}.ProfileModal-module__5gHCgG__input:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f614}.ProfileModal-module__5gHCgG__inputIcon{color:#94a3b8;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;left:.9rem}.ProfileModal-module__5gHCgG__inputWrapper:focus-within .ProfileModal-module__5gHCgG__inputIcon{color:#3b82f6}.ProfileModal-module__5gHCgG__inputWrapperDisabled{align-items:center;display:flex;position:relative}.ProfileModal-module__5gHCgG__inputDisabled{color:#64748b;cursor:not-allowed;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:.8rem 1rem .8rem 2.6rem;font-family:inherit;font-size:.9rem}.ProfileModal-module__5gHCgG__inputHint{color:#94a3b8;margin-top:.1rem;padding-left:.1rem;font-size:.725rem}.ProfileModal-module__5gHCgG__footerActions{border-top:1px solid #f1f5f9;justify-content:flex-end;gap:.75rem;margin-top:.5rem;padding-top:1.5rem;display:flex}.ProfileModal-module__5gHCgG__btnCancel{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:100px;padding:.75rem 1.5rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .2s}.ProfileModal-module__5gHCgG__btnCancel:hover:not(:disabled){color:#334155;background-color:#f8fafc;border-color:#cbd5e1}.ProfileModal-module__5gHCgG__btnSave{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #2563eb26}.ProfileModal-module__5gHCgG__btnSave:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 6px 16px #2563eb40}.ProfileModal-module__5gHCgG__btnSave:disabled,.ProfileModal-module__5gHCgG__btnCancel:disabled{opacity:.6;cursor:not-allowed}@media (max-width:480px){.ProfileModal-module__5gHCgG__modalCard{border-radius:20px;max-width:100%}.ProfileModal-module__5gHCgG__profileForm{gap:1.25rem;padding:1.25rem}}
.LandingPage-module__42Jd1W__landingRoot{--primary:#2563eb;--primary-dark:#1d4ed8;--primary-light:#eff6ff;--primary-glow:#2563eb33;--text-dark:#0f172a;--text-muted:#475569;--bg-light:#fdfdfd;--bg-alt:#f8fafc;--border:#e2e8f0;--card-bg:#fff;--shadow-sm:0 4px 6px -1px #0000000d;--shadow-md:0 10px 15px -3px #00000014, 0 4px 6px -4px #00000014;--shadow-lg:0 20px 25px -5px #00000014, 0 8px 10px -6px #00000014;--font-outfit:"Outfit", sans-serif;font-family:var(--font-outfit);background-color:var(--bg-light);color:var(--text-dark);min-height:100vh;position:relative;overflow-x:hidden}.LandingPage-module__42Jd1W__ambientGlows{pointer-events:none;z-index:0;height:900px;position:absolute;top:0;left:0;right:0;overflow:hidden}.LandingPage-module__42Jd1W__glowSphere1{filter:blur(80px);background:radial-gradient(circle,#2563eb14 0%,#fff0 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-150px;right:-100px}.LandingPage-module__42Jd1W__glowSphere2{filter:blur(100px);background:radial-gradient(circle,#6366f10f 0%,#fff0 70%);border-radius:50%;width:800px;height:800px;position:absolute;top:200px;left:-200px}.LandingPage-module__42Jd1W__navbar{z-index:100;-webkit-backdrop-filter:blur(12px);background:#fffc;border-bottom:1px solid #e2e8f0cc;padding:1rem 2rem;transition:all .3s;position:sticky;top:0}.LandingPage-module__42Jd1W__navContainer{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.LandingPage-module__42Jd1W__logo{color:var(--text-dark);cursor:pointer;align-items:center;gap:.75rem;font-size:1.35rem;font-weight:700;text-decoration:none;transition:transform .2s;display:flex}.LandingPage-module__42Jd1W__logo:hover{transform:scale(1.02)}.LandingPage-module__42Jd1W__logoSpan{color:var(--primary)}.LandingPage-module__42Jd1W__navLinks{align-items:center;gap:2rem;display:flex}.LandingPage-module__42Jd1W__navLink{color:var(--text-muted);cursor:pointer;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.LandingPage-module__42Jd1W__navLink:hover{color:var(--primary)}.LandingPage-module__42Jd1W__navActions{align-items:center;gap:1rem;display:flex}.LandingPage-module__42Jd1W__btnLogin{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.5rem 1rem;font-size:.95rem;font-weight:500;transition:color .2s}.LandingPage-module__42Jd1W__btnLogin:hover{color:var(--primary)}.LandingPage-module__42Jd1W__btnGetStarted{background:var(--primary);color:#fff;cursor:pointer;box-shadow:0 4px 12px var(--primary-glow);border:none;border-radius:9999px;padding:.65rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.LandingPage-module__42Jd1W__btnGetStarted:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 6px 16px #2563eb59}.LandingPage-module__42Jd1W__mobileMenuToggle{color:var(--text-dark);cursor:pointer;background:0 0;border:none;display:none}.LandingPage-module__42Jd1W__hero{text-align:center;z-index:1;max-width:1200px;margin:0 auto;padding:6rem 1.5rem 4rem;position:relative}.LandingPage-module__42Jd1W__badge{color:var(--primary);letter-spacing:.02em;background:#eff6ff;border:1px solid #bfdbfe80;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.LandingPage-module__42Jd1W__badgeDot{background-color:var(--primary);border-radius:50%;width:6px;height:6px;animation:2s infinite LandingPage-module__42Jd1W__pulse}@keyframes LandingPage-module__42Jd1W__pulse{0%{opacity:.6;transform:scale(.9)}50%{opacity:1;transform:scale(1.2)}to{opacity:.6;transform:scale(.9)}}.LandingPage-module__42Jd1W__heroTitle{color:var(--text-dark);letter-spacing:-.02em;max-width:800px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:3.5rem;font-weight:800;line-height:1.15}.LandingPage-module__42Jd1W__heroTitleSpan{color:var(--primary);background:linear-gradient(135deg, var(--primary) 30%, #4f46e5 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.LandingPage-module__42Jd1W__heroSubtitle{color:var(--text-muted);max-width:680px;margin:0 auto 2.5rem;font-size:1.25rem;line-height:1.6}.LandingPage-module__42Jd1W__heroActions{justify-content:center;align-items:center;gap:1rem;margin-bottom:5rem;display:flex}.LandingPage-module__42Jd1W__btnHeroPrimary{background:var(--primary);color:#fff;cursor:pointer;box-shadow:0 8px 24px var(--primary-glow);border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.95rem 2rem;font-size:1.05rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.LandingPage-module__42Jd1W__btnHeroPrimary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 12px 30px #2563eb66}.LandingPage-module__42Jd1W__btnHeroSecondary{color:var(--text-dark);border:1px solid var(--border);cursor:pointer;box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;padding:.95rem 2rem;font-size:1.05rem;font-weight:600;transition:all .2s}.LandingPage-module__42Jd1W__btnHeroSecondary:hover{background:var(--bg-alt);border-color:var(--text-muted);transform:translateY(-1px)}.LandingPage-module__42Jd1W__mockupContainer{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff6;border:1px solid #fff9;border-radius:24px;max-width:900px;margin:0 auto;padding:1.5rem;position:relative;box-shadow:0 30px 60px #00000008}.LandingPage-module__42Jd1W__mockupGraphic{border:1px solid var(--border);width:100%;height:auto;box-shadow:var(--shadow-lg);background:#fff;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;display:flex;position:relative;overflow:hidden}.LandingPage-module__42Jd1W__graphicServerWrapper{justify-content:center;align-items:center;width:100%;max-width:600px;height:380px;display:flex;position:relative}.LandingPage-module__42Jd1W__floatingCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:left;z-index:10;background:#ffffffeb;border:1px solid #e2e8f0cc;border-radius:16px;max-width:250px;padding:1.25rem;transition:all .3s;position:absolute;box-shadow:0 15px 30px #0000000f}.LandingPage-module__42Jd1W__floatingCard:hover{border-color:#2563eb4d;transform:translateY(-5px);box-shadow:0 20px 40px #2563eb1a}.LandingPage-module__42Jd1W__cardLeft{animation:6s ease-in-out infinite LandingPage-module__42Jd1W__floatLeft;top:15%;left:2%}.LandingPage-module__42Jd1W__cardRight{animation:6s ease-in-out 1.5s infinite LandingPage-module__42Jd1W__floatRight;top:10%;right:2%}.LandingPage-module__42Jd1W__cardBottom{max-width:320px;animation:6s ease-in-out 3s infinite LandingPage-module__42Jd1W__floatBottom;bottom:8%;left:32%}@keyframes LandingPage-module__42Jd1W__floatLeft{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes LandingPage-module__42Jd1W__floatRight{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}@keyframes LandingPage-module__42Jd1W__floatBottom{0%{transform:translateY(0)translate(0)}50%{transform:translateY(-8px)translate(2px)}to{transform:translateY(0)translate(0)}}.LandingPage-module__42Jd1W__cardHeader{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.LandingPage-module__42Jd1W__cardBadge{background:var(--primary-light);color:var(--primary);text-transform:uppercase;border-radius:9999px;padding:.25rem .6rem;font-size:.7rem;font-weight:700}.LandingPage-module__42Jd1W__cardBadgeGreen{color:#10b981;background:#ecfdf5}.LandingPage-module__42Jd1W__cardBadgePurple{color:#8b5cf6;background:#f5f3ff}.LandingPage-module__42Jd1W__cardTitle{color:var(--text-dark);font-size:.85rem;font-weight:700}.LandingPage-module__42Jd1W__cardContent{color:var(--text-muted);font-size:.75rem;line-height:1.4}.LandingPage-module__42Jd1W__cardRow{border-bottom:1px solid #f1f5f9;justify-content:space-between;padding:.35rem 0;display:flex}.LandingPage-module__42Jd1W__cardRow:last-child{border-bottom:none}.LandingPage-module__42Jd1W__cardLabel{color:#64748b;font-weight:500}.LandingPage-module__42Jd1W__cardValue{color:var(--text-dark);font-weight:600}.LandingPage-module__42Jd1W__tagContainer{flex-wrap:wrap;gap:.4rem;margin-top:.5rem;display:flex}.LandingPage-module__42Jd1W__miniTag{color:#475569;background:#f1f5f9;border-radius:4px;padding:.15rem .45rem;font-size:.65rem;font-weight:600}.LandingPage-module__42Jd1W__avatarRow{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.LandingPage-module__42Jd1W__miniAvatar{background:var(--primary-light);width:24px;height:24px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.LandingPage-module__42Jd1W__serverGraphicSvg{filter:drop-shadow(0 20px 30px #2563eb26);width:280px;height:280px}.LandingPage-module__42Jd1W__pulseLine{stroke-dasharray:8 4;animation:12s linear infinite LandingPage-module__42Jd1W__dash}@keyframes LandingPage-module__42Jd1W__dash{to{stroke-dashoffset:-100px}}.LandingPage-module__42Jd1W__glowRing{transform-origin:50%;animation:4s ease-in-out infinite LandingPage-module__42Jd1W__pulseRing}@keyframes LandingPage-module__42Jd1W__pulseRing{0%{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.15)}to{opacity:.3;transform:scale(1)}}.LandingPage-module__42Jd1W__trustLogos{background:var(--bg-alt);border-top:1px solid var(--border);border-bottom:1px solid var(--border);text-align:center;padding:2.5rem 1.5rem}.LandingPage-module__42Jd1W__trustText{text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;margin-bottom:1.5rem;font-size:.85rem;font-weight:600}.LandingPage-module__42Jd1W__logoGrid{flex-wrap:wrap;justify-content:space-around;align-items:center;gap:2rem;max-width:900px;margin:0 auto;display:flex}.LandingPage-module__42Jd1W__logoItem{color:#64748b;cursor:pointer;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.LandingPage-module__42Jd1W__logoItem:hover{color:var(--primary);transform:translateY(-2px)}.LandingPage-module__42Jd1W__logoItem svg{opacity:.8}.LandingPage-module__42Jd1W__section{z-index:1;padding:7rem 1.5rem;position:relative}.LandingPage-module__42Jd1W__sectionAlt{background:var(--bg-alt);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.LandingPage-module__42Jd1W__container{max-width:1200px;margin:0 auto}.LandingPage-module__42Jd1W__sectionHeader{text-align:center;max-width:700px;margin:0 auto 4.5rem}.LandingPage-module__42Jd1W__sectionTitle{color:var(--text-dark);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:2.5rem;font-weight:800}.LandingPage-module__42Jd1W__sectionTitleSpan{color:var(--primary)}.LandingPage-module__42Jd1W__sectionSubtitle{color:var(--text-muted);font-size:1.1rem;line-height:1.6}.LandingPage-module__42Jd1W__worksGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.LandingPage-module__42Jd1W__worksCard{background:var(--card-bg);border:1px solid var(--border);box-shadow:var(--shadow-sm);text-align:center;border-radius:20px;flex-direction:column;align-items:center;padding:2rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.LandingPage-module__42Jd1W__worksCard:hover{box-shadow:var(--shadow-lg);border-color:#2563eb26;transform:translateY(-6px)}.LandingPage-module__42Jd1W__stepNumBadge{background:var(--primary-light);color:var(--primary);border:1px solid #bfdbfe99;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:700;display:flex;position:absolute;top:-16px;left:24px}.LandingPage-module__42Jd1W__worksCardTitle{color:var(--text-dark);margin:1.25rem 0 .75rem;font-size:1.2rem;font-weight:700}.LandingPage-module__42Jd1W__worksCardDesc{color:var(--text-muted);flex-grow:1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.LandingPage-module__42Jd1W__worksVisual{background:var(--bg-alt);border:1px solid var(--border);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:120px;padding:1rem;display:flex;position:relative;overflow:hidden}.LandingPage-module__42Jd1W__mockUploadProgress{background:#e2e8f0;border-radius:3px;width:80%;height:6px;margin-top:.75rem;position:relative;overflow:hidden}.LandingPage-module__42Jd1W__mockUploadFill{background:linear-gradient(90deg, var(--primary) 0%, #10b981 100%);border-radius:3px;width:70%;height:100%}.LandingPage-module__42Jd1W__mockScanArea{color:#64748b;text-align:left;flex-direction:column;gap:.35rem;width:90%;font-family:monospace;font-size:.65rem;display:flex}.LandingPage-module__42Jd1W__mockScanLine{background-color:var(--primary);height:2px;box-shadow:0 0 8px var(--primary);animation:3s ease-in-out infinite LandingPage-module__42Jd1W__mockupScan;position:absolute;left:0;right:0}@keyframes LandingPage-module__42Jd1W__mockupScan{0%{top:10%}50%{top:90%}to{top:10%}}.LandingPage-module__42Jd1W__mockTags{flex-direction:column;gap:.4rem;width:100%;display:flex}.LandingPage-module__42Jd1W__mockTagItem{border:1px solid var(--border);background:#fff;border-radius:6px;justify-content:space-between;align-items:center;padding:.35rem .6rem;font-size:.7rem;font-weight:600;display:flex}.LandingPage-module__42Jd1W__worksCardHighlight{background:linear-gradient(135deg, var(--primary) 0%, #1d4ed8 100%);box-shadow:0 12px 30px var(--primary-glow);color:#fff;border:none}.LandingPage-module__42Jd1W__worksCardHighlight .LandingPage-module__42Jd1W__stepNumBadge{color:#fff;background:#fff3;border-color:#ffffff4d}.LandingPage-module__42Jd1W__worksCardHighlight .LandingPage-module__42Jd1W__worksCardTitle{color:#fff}.LandingPage-module__42Jd1W__worksCardHighlight .LandingPage-module__42Jd1W__worksCardDesc{color:#ffffffd9}.LandingPage-module__42Jd1W__worksCardHighlight .LandingPage-module__42Jd1W__worksVisual{background:#ffffff1a;border:1px solid #ffffff26}.LandingPage-module__42Jd1W__boltIconWrapper{background:#fbbf24;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;animation:2s infinite LandingPage-module__42Jd1W__pulseBolt;display:flex;box-shadow:0 0 20px #fbbf2480}@keyframes LandingPage-module__42Jd1W__pulseBolt{0%{transform:scale(1)}50%{transform:scale(1.08);box-shadow:0 0 25px #fbbf24b3}to{transform:scale(1)}}.LandingPage-module__42Jd1W__needsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.LandingPage-module__42Jd1W__needsCard{background:var(--card-bg);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:20px;align-items:flex-start;gap:1.5rem;padding:2.25rem;transition:all .3s;display:flex}.LandingPage-module__42Jd1W__needsCard:hover{box-shadow:var(--shadow-md);border-color:#2563eb26;transform:translateY(-3px)}.LandingPage-module__42Jd1W__needsIconWrapper{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.LandingPage-module__42Jd1W__iconBlue{color:var(--primary);background:#eff6ff}.LandingPage-module__42Jd1W__iconPurple{color:#8b5cf6;background:#f5f3ff}.LandingPage-module__42Jd1W__iconGreen{color:#10b981;background:#ecfdf5}.LandingPage-module__42Jd1W__iconOrange{color:#f97316;background:#fff7ed}.LandingPage-module__42Jd1W__needsContent{flex-grow:1}.LandingPage-module__42Jd1W__needsCardTitle{color:var(--text-dark);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.LandingPage-module__42Jd1W__needsCardDesc{color:var(--text-muted);font-size:.95rem;line-height:1.5}.LandingPage-module__42Jd1W__intelLayout{grid-template-columns:1fr 1.1fr;align-items:center;gap:4rem;display:grid}.LandingPage-module__42Jd1W__intelLeft{flex-direction:column;display:flex}.LandingPage-module__42Jd1W__intelBulletList{flex-direction:column;gap:1.25rem;margin-top:2rem;display:flex}.LandingPage-module__42Jd1W__intelBullet{align-items:flex-start;gap:.85rem;display:flex}.LandingPage-module__42Jd1W__bulletCheckIcon{color:#10b981;background:#ecfdf5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:.15rem;display:flex}.LandingPage-module__42Jd1W__intelBulletText{color:var(--text-dark);font-size:1rem;font-weight:600}.LandingPage-module__42Jd1W__intelBulletSub{color:var(--text-muted);margin-top:.25rem;font-size:.9rem;font-weight:400}.LandingPage-module__42Jd1W__intelRight{justify-content:center;display:flex;position:relative}.LandingPage-module__42Jd1W__intelMockCard{background:var(--card-bg);border:1px solid var(--border);box-shadow:var(--shadow-lg), 0 30px 60px #0000000d;border-radius:24px;width:100%;max-width:480px;padding:1.5rem;position:relative;overflow:hidden}.LandingPage-module__42Jd1W__mockCardHeader{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1.25rem;display:flex}.LandingPage-module__42Jd1W__mockCardTitleInfo{align-items:center;gap:.75rem;display:flex}.LandingPage-module__42Jd1W__pdfIcon{color:#ef4444}.LandingPage-module__42Jd1W__fileName{color:var(--text-dark);font-size:.95rem;font-weight:700}.LandingPage-module__42Jd1W__fileSize{color:#94a3b8;margin-top:.1rem;font-size:.75rem}.LandingPage-module__42Jd1W__statusBadgeGreen{color:#10b981;background:#ecfdf5;border-radius:9999px;align-items:center;gap:.35rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:flex}.LandingPage-module__42Jd1W__mockFieldsContainer{flex-direction:column;gap:.85rem;display:flex}.LandingPage-module__42Jd1W__mockFieldRow{background:var(--bg-alt);border:1px solid #e2e8f080;border-radius:12px;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex;position:relative}.LandingPage-module__42Jd1W__fieldInfo{flex-direction:column;display:flex}.LandingPage-module__42Jd1W__fieldLabel{color:#94a3b8;margin-bottom:.15rem;font-size:.75rem;font-weight:500}.LandingPage-module__42Jd1W__fieldValueText{color:var(--text-dark);font-size:.9rem;font-weight:700}.LandingPage-module__42Jd1W__fieldVerifyBadge{color:#10b981;align-items:center;display:flex}.LandingPage-module__42Jd1W__intelScanBeam{background:linear-gradient(90deg, transparent 10%, var(--primary) 50%, transparent 90%);height:2px;box-shadow:0 0 15px var(--primary);z-index:10;pointer-events:none;animation:4s ease-in-out infinite LandingPage-module__42Jd1W__scanOverlay;position:absolute;left:0;right:0}@keyframes LandingPage-module__42Jd1W__scanOverlay{0%{top:5%}50%{top:95%}to{top:5%}}.LandingPage-module__42Jd1W__personasGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.LandingPage-module__42Jd1W__personaCard{background:var(--card-bg);border:1px solid var(--border);text-align:center;box-shadow:var(--shadow-sm);border-radius:20px;flex-direction:column;align-items:center;padding:2.25rem 1.5rem;transition:all .3s;display:flex}.LandingPage-module__42Jd1W__personaCard:hover{box-shadow:var(--shadow-lg);border-color:#2563eb26;transform:translateY(-5px)}.LandingPage-module__42Jd1W__personaAvatar{width:72px;height:72px;box-shadow:var(--shadow-sm);border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:2rem;display:flex}.LandingPage-module__42Jd1W__avatarBg1{background:#eff6ff;border-color:#bfdbfe}.LandingPage-module__42Jd1W__avatarBg2{background:#fff7ed;border-color:#fed7aa}.LandingPage-module__42Jd1W__avatarBg3{background:#ecfdf5;border-color:#a7f3d0}.LandingPage-module__42Jd1W__avatarBg4{background:#f5f3ff;border-color:#ddd6fe}.LandingPage-module__42Jd1W__personaRole{color:var(--text-dark);margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.LandingPage-module__42Jd1W__personaDesc{color:var(--text-muted);font-size:.9rem;line-height:1.5}.LandingPage-module__42Jd1W__whyChooseWrapper{flex-direction:column;gap:1.5rem;display:flex}.LandingPage-module__42Jd1W__whyRowTop{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.LandingPage-module__42Jd1W__whyRowBottom{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.LandingPage-module__42Jd1W__whyCard{background:var(--card-bg);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:20px;padding:2.25rem;transition:all .3s}.LandingPage-module__42Jd1W__whyCard:hover{box-shadow:var(--shadow-md);border-color:#2563eb26;transform:translateY(-4px)}.LandingPage-module__42Jd1W__whyIconCircle{background:var(--primary-light);width:48px;height:48px;color:var(--primary);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.LandingPage-module__42Jd1W__whyCardTitle{color:var(--text-dark);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.LandingPage-module__42Jd1W__whyCardDesc{color:var(--text-muted);font-size:.95rem;line-height:1.55}.LandingPage-module__42Jd1W__testimonialsGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.LandingPage-module__42Jd1W__testimonialCard{background:var(--card-bg);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:20px;flex-direction:column;justify-content:space-between;padding:2.25rem;transition:all .3s;display:flex}.LandingPage-module__42Jd1W__testimonialCard:hover{box-shadow:var(--shadow-lg);border-color:#2563eb26;transform:translateY(-4px)}.LandingPage-module__42Jd1W__starsRow{gap:.25rem;margin-bottom:1.25rem;display:flex}.LandingPage-module__42Jd1W__starIcon{color:#fbbf24;fill:#fbbf24}.LandingPage-module__42Jd1W__quoteText{color:var(--text-muted);flex-grow:1;margin-bottom:2rem;font-size:.95rem;font-style:italic;line-height:1.6}.LandingPage-module__42Jd1W__authorWrapper{align-items:center;gap:1rem;display:flex}.LandingPage-module__42Jd1W__authorImg{background:var(--primary-light);width:44px;height:44px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.LandingPage-module__42Jd1W__authorName{color:var(--text-dark);font-size:.95rem;font-weight:700}.LandingPage-module__42Jd1W__authorTitle{color:var(--text-muted);margin-top:.1rem;font-size:.8rem}.LandingPage-module__42Jd1W__faqGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.LandingPage-module__42Jd1W__faqItem{background:var(--card-bg);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:16px;transition:all .3s;overflow:hidden}.LandingPage-module__42Jd1W__faqHeader{text-align:left;cursor:pointer;background:0 0;border:none;outline:none;justify-content:space-between;align-items:center;width:100%;padding:1.25rem 1.5rem;display:flex}.LandingPage-module__42Jd1W__faqQuestion{color:var(--text-dark);padding-right:1rem;font-size:1.05rem;font-weight:700}.LandingPage-module__42Jd1W__faqToggleIcon{color:var(--text-muted);flex-shrink:0;transition:transform .3s}.LandingPage-module__42Jd1W__faqToggleIconActive{color:var(--primary);transform:rotate(180deg)}.LandingPage-module__42Jd1W__faqCollapseBody{max-height:0;transition:max-height .3s;overflow:hidden}.LandingPage-module__42Jd1W__faqCollapseBodyOpen{max-height:200px}.LandingPage-module__42Jd1W__faqAnswer{color:var(--text-muted);border-top:1px solid #0000;padding:0 1.5rem 1.5rem;font-size:.95rem;line-height:1.55}.LandingPage-module__42Jd1W__cta{background-color:var(--bg-light);z-index:1;padding:6rem 1.5rem;position:relative}.LandingPage-module__42Jd1W__ctaContainer{text-align:center;color:#fff;background:linear-gradient(135deg,#1e3a8a 0%,#2563eb 50%,#1d4ed8 100%);border-radius:32px;max-width:1100px;margin:0 auto;padding:5rem 2rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #2563eb66}.LandingPage-module__42Jd1W__ctaDecorativeGlow1{filter:blur(40px);background:radial-gradient(circle,#ffffff26 0%,#fff0 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:-100px;left:-100px}.LandingPage-module__42Jd1W__ctaDecorativeGlow2{filter:blur(50px);background:radial-gradient(circle,#ffffff1f 0%,#fff0 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-150px;right:-100px}.LandingPage-module__42Jd1W__ctaContent{z-index:5;max-width:700px;margin:0 auto;position:relative}.LandingPage-module__42Jd1W__ctaTitle{letter-spacing:-.02em;margin-bottom:1.25rem;font-size:2.75rem;font-weight:800}.LandingPage-module__42Jd1W__ctaSubtitle{color:#ffffffd9;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.6}.LandingPage-module__42Jd1W__btnCta{color:var(--primary);cursor:pointer;background:#fff;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:1rem 2.25rem;font-size:1.05rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 10px 25px #00000026}.LandingPage-module__42Jd1W__btnCta:hover{color:var(--primary-dark);background:#f8fafc;transform:translateY(-2px);box-shadow:0 15px 30px #00000040}.LandingPage-module__42Jd1W__footer{color:#94a3b8;background:#0f172a;border-top:1px solid #ffffff0d;padding:5rem 1.5rem 2rem}.LandingPage-module__42Jd1W__footerContainer{grid-template-columns:1.5fr repeat(3,1fr);gap:4rem;max-width:1200px;margin:0 auto 4rem;display:grid}.LandingPage-module__42Jd1W__footerInfo{flex-direction:column;gap:1.5rem;display:flex}.LandingPage-module__42Jd1W__footerLogo{color:#fff}.LandingPage-module__42Jd1W__footerDesc{font-size:.95rem;line-height:1.6}.LandingPage-module__42Jd1W__socialsList{gap:1rem;display:flex}.LandingPage-module__42Jd1W__socialIcon{color:#fff;background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:all .2s;display:flex}.LandingPage-module__42Jd1W__socialIcon:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.LandingPage-module__42Jd1W__footerColTitle{color:#fff;margin-bottom:1.5rem;font-size:1rem;font-weight:700}.LandingPage-module__42Jd1W__footerList{flex-direction:column;gap:.85rem;list-style:none;display:flex}.LandingPage-module__42Jd1W__footerLink{color:#94a3b8;cursor:pointer;font-size:.9rem;text-decoration:none;transition:color .2s}.LandingPage-module__42Jd1W__footerLink:hover{color:#fff}.LandingPage-module__42Jd1W__subscribeBox{flex-direction:column;gap:1rem;display:flex}.LandingPage-module__42Jd1W__subscribeDesc{font-size:.9rem;line-height:1.5}.LandingPage-module__42Jd1W__subscribeForm{gap:.5rem;width:100%;display:flex}.LandingPage-module__42Jd1W__subscribeInput{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;outline:none;flex-grow:1;padding:.65rem 1rem;font-size:.9rem;transition:all .2s}.LandingPage-module__42Jd1W__subscribeInput:focus{border-color:var(--primary);background:#ffffff14}.LandingPage-module__42Jd1W__btnSubscribe{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;transition:background .2s}.LandingPage-module__42Jd1W__btnSubscribe:hover{background:var(--primary-dark)}.LandingPage-module__42Jd1W__footerBottom{border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding-top:2rem;font-size:.85rem;display:flex}.LandingPage-module__42Jd1W__footerCopyright{color:#64748b}.LandingPage-module__42Jd1W__interactiveConsoleBtn{background:var(--primary);color:#fff;cursor:pointer;z-index:99;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .2s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 25px #2563eb66}.LandingPage-module__42Jd1W__interactiveConsoleBtn:hover{transform:scale(1.08)translateY(-2px);box-shadow:0 15px 30px #2563eb99}@media (max-width:1024px){.LandingPage-module__42Jd1W__heroTitle{font-size:2.75rem}.LandingPage-module__42Jd1W__worksGrid{grid-template-columns:repeat(2,1fr)}.LandingPage-module__42Jd1W__needsGrid{grid-template-columns:1fr}.LandingPage-module__42Jd1W__intelLayout{grid-template-columns:1fr;gap:3.5rem}.LandingPage-module__42Jd1W__intelRight{order:-1}.LandingPage-module__42Jd1W__personasGrid{grid-template-columns:repeat(2,1fr)}.LandingPage-module__42Jd1W__whyRowTop,.LandingPage-module__42Jd1W__whyRowBottom{grid-template-columns:1fr}.LandingPage-module__42Jd1W__testimonialsGrid{grid-template-columns:repeat(2,1fr)}.LandingPage-module__42Jd1W__faqGrid{grid-template-columns:1fr}.LandingPage-module__42Jd1W__footerContainer{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (max-width:850px){.LandingPage-module__42Jd1W__graphicServerWrapper{flex-direction:column;gap:1.5rem;height:auto;padding:1.5rem 0}.LandingPage-module__42Jd1W__floatingCard{margin:0 auto;width:100%!important;max-width:100%!important;box-shadow:var(--shadow-sm)!important;border-color:var(--border)!important;animation:none!important;position:static!important;transform:none!important}}@media (max-width:768px){.LandingPage-module__42Jd1W__navLinks,.LandingPage-module__42Jd1W__navActions{display:none}.LandingPage-module__42Jd1W__mobileMenuToggle{display:block}.LandingPage-module__42Jd1W__hero{padding:4rem 1rem 3rem}.LandingPage-module__42Jd1W__heroTitle{font-size:2.25rem}.LandingPage-module__42Jd1W__heroSubtitle{font-size:1.1rem}.LandingPage-module__42Jd1W__heroActions{flex-direction:column;gap:.75rem}.LandingPage-module__42Jd1W__btnHeroPrimary,.LandingPage-module__42Jd1W__btnHeroSecondary{justify-content:center;width:100%}.LandingPage-module__42Jd1W__serverGraphicSvg{width:220px;height:220px}.LandingPage-module__42Jd1W__worksGrid,.LandingPage-module__42Jd1W__personasGrid,.LandingPage-module__42Jd1W__testimonialsGrid{grid-template-columns:1fr}.LandingPage-module__42Jd1W__ctaTitle{font-size:2rem}.LandingPage-module__42Jd1W__ctaSubtitle{font-size:1rem}.LandingPage-module__42Jd1W__subscribeForm{flex-direction:column}.LandingPage-module__42Jd1W__btnSubscribe{width:100%}.LandingPage-module__42Jd1W__section{padding:4.5rem 1rem}.LandingPage-module__42Jd1W__sectionHeader{margin-bottom:3rem}.LandingPage-module__42Jd1W__sectionTitle{font-size:2rem}}@media (max-width:640px){.LandingPage-module__42Jd1W__footerContainer{grid-template-columns:1fr;gap:2rem}}@media (max-width:480px){.LandingPage-module__42Jd1W__heroTitle{font-size:1.85rem}.LandingPage-module__42Jd1W__heroSubtitle{font-size:.95rem}.LandingPage-module__42Jd1W__badge{padding:.35rem .85rem;font-size:.75rem}.LandingPage-module__42Jd1W__needsCard{text-align:center;flex-direction:column;align-items:center;padding:1.5rem}.LandingPage-module__42Jd1W__needsIconWrapper{margin-bottom:.5rem}.LandingPage-module__42Jd1W__intelMockCard{padding:1rem}.LandingPage-module__42Jd1W__mockCardHeader{flex-direction:column;align-items:flex-start;gap:.75rem}.LandingPage-module__42Jd1W__statusBadgeGreen{align-self:flex-start}.LandingPage-module__42Jd1W__mockFieldRow{padding:.6rem .75rem}.LandingPage-module__42Jd1W__faqHeader{padding:1rem}.LandingPage-module__42Jd1W__faqQuestion{font-size:.95rem}.LandingPage-module__42Jd1W__faqAnswer{padding:0 1rem 1rem;font-size:.875rem}.LandingPage-module__42Jd1W__ctaContainer{border-radius:20px;padding:3rem 1.25rem}.LandingPage-module__42Jd1W__ctaTitle{font-size:1.75rem}.LandingPage-module__42Jd1W__ctaSubtitle{margin-bottom:1.75rem;font-size:.95rem}.LandingPage-module__42Jd1W__btnCta{justify-content:center;width:100%}.LandingPage-module__42Jd1W__interactiveConsoleBtn{width:48px;height:48px;bottom:1rem;right:1rem}}.LandingPage-module__42Jd1W__userCapsule{cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffffd9;border:1.5px solid #2563eb40;border-radius:100px;align-items:center;gap:.65rem;padding:.45rem 1rem .45rem .5rem;transition:all .25s;display:flex;position:relative}.LandingPage-module__42Jd1W__userCapsule:hover{background:#fff;border-color:#2563eb73;box-shadow:0 4px 12px #2563eb14}.LandingPage-module__42Jd1W__userAvatar{object-fit:cover;border:1.5px solid #fff;border-radius:50%;flex-shrink:0;width:32px;height:32px;box-shadow:0 2px 6px #3b82f61a}.LandingPage-module__42Jd1W__avatarFallback{background-color:var(--primary-light);width:32px;height:32px;color:var(--primary);border:1.5px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex;box-shadow:0 2px 6px #3b82f61a}.LandingPage-module__42Jd1W__userName{color:var(--text-dark);white-space:nowrap;text-overflow:ellipsis;max-width:100px;font-size:.9rem;font-weight:600;overflow:hidden}.LandingPage-module__42Jd1W__chevronIcon{color:#94a3b8;transition:transform .25s}.LandingPage-module__42Jd1W__chevronActive{color:var(--primary);transform:rotate(180deg)}.LandingPage-module__42Jd1W__menuDropdown{-webkit-backdrop-filter:blur(16px);z-index:1000;transform-origin:100% 0;background:#ffffffe6;border:1px solid #e2e8f0cc;border-radius:20px;flex-direction:column;gap:.2rem;width:240px;padding:.5rem;animation:.25s cubic-bezier(.16,1,.3,1) LandingPage-module__42Jd1W__dropdownFadeIn;display:flex;position:absolute;top:120%;right:0;box-shadow:0 15px 35px #0f172a14,0 0 1px #0f172a0d}@keyframes LandingPage-module__42Jd1W__dropdownFadeIn{0%{opacity:0;transform:scale(.95)translateY(-5px)}to{opacity:1;transform:scale(1)translateY(0)}}.LandingPage-module__42Jd1W__dropdownHeader{border-bottom:1px solid #f1f5f9;flex-direction:column;gap:.15rem;margin-bottom:.25rem;padding:.75rem 1rem;display:flex}.LandingPage-module__42Jd1W__dropdownUserEmail{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.LandingPage-module__42Jd1W__dropdownItem{color:var(--text-dark);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:.75rem;width:100%;padding:.7rem 1rem;font-family:inherit;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.LandingPage-module__42Jd1W__dropdownItem:hover{color:var(--primary);background-color:#3b82f60f}.LandingPage-module__42Jd1W__dropdownItemDanger{color:#ef4444}.LandingPage-module__42Jd1W__dropdownItemDanger:hover{color:#dc2626;background-color:#ef44440f}.LandingPage-module__42Jd1W__dropdownDivider{background-color:#f1f5f9;height:1px;margin:.25rem .5rem}
.VaultApp-module__1qvbXG__appContainer{box-sizing:border-box;flex-direction:column;gap:.75rem;max-width:100vw;height:100vh;margin:0;padding:.75rem 1rem;display:flex;overflow:hidden}.VaultApp-module__1qvbXG__appHeader{-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);background-color:#ffffffb3;border-radius:20px;flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1.5rem;transition:all .3s;display:flex}.VaultApp-module__1qvbXG__logoContainer{-webkit-user-select:none;user-select:none;align-items:center;gap:.75rem;display:flex}.VaultApp-module__1qvbXG__logoText{letter-spacing:.5px;color:var(--text-primary);margin:0;font-size:1.35rem;font-weight:700}.VaultApp-module__1qvbXG__searchWrapper{background:#0f172a0a;border:1px solid #0f172a0d;border-radius:12px;align-items:center;gap:.5rem;width:100%;max-width:500px;padding:.5rem 1rem;transition:all .2s;display:flex}.VaultApp-module__1qvbXG__searchWrapper:focus-within{border-color:var(--primary-color);background:#fff;box-shadow:0 0 0 3px #2563eb1a}.VaultApp-module__1qvbXG__searchIcon{color:var(--text-secondary);opacity:.6}.VaultApp-module__1qvbXG__searchInput{width:100%;color:var(--text-primary);background:0 0;border:none;outline:none;font-family:inherit;font-size:.9rem}.VaultApp-module__1qvbXG__clearSearchBtn{color:var(--text-secondary);opacity:.6;cursor:pointer;background:0 0;border:none;border-radius:50%;align-items:center;padding:2px;display:flex}.VaultApp-module__1qvbXG__clearSearchBtn:hover{opacity:1;background:#0f172a14}.VaultApp-module__1qvbXG__driveLayout{flex:1;gap:.75rem;width:100%;min-height:0;display:flex;position:relative}.VaultApp-module__1qvbXG__sidebar{-webkit-backdrop-filter:blur(8px);border:1px solid var(--glass-border);background:#ffffff80;border-radius:24px;flex-direction:column;flex-shrink:0;gap:1rem;width:180px;padding:1rem .75rem;display:flex;overflow-y:auto}.VaultApp-module__1qvbXG__newButton{background:linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);color:#fff;cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 15px #2563eb40}.VaultApp-module__1qvbXG__newButton:hover{transform:translateY(-1px);box-shadow:0 6px 20px #2563eb59}.VaultApp-module__1qvbXG__fillFormButton{color:var(--primary-color);border:1.5px solid var(--primary-color);cursor:pointer;background:#fff;border-radius:16px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 8px #2563eb14}.VaultApp-module__1qvbXG__fillFormButton:hover{background:#2563eb0a;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb26}.VaultApp-module__1qvbXG__fillFormButtonActive{background:var(--primary-color)!important;color:#fff!important;box-shadow:0 4px 14px #2563eb40!important}.VaultApp-module__1qvbXG__sidebarNav{flex-direction:column;flex:1;gap:.25rem;display:flex}.VaultApp-module__1qvbXG__navItem{color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:.5rem;width:100%;padding:.65rem .75rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.VaultApp-module__1qvbXG__navItem:hover{color:var(--text-primary);background:#0f172a0a}.VaultApp-module__1qvbXG__navItemActive{font-weight:600;color:var(--primary-color)!important;background:#2563eb14!important}.VaultApp-module__1qvbXG__sidebarDivider{background:#0f172a0f;height:1px;margin:.75rem 0}.VaultApp-module__1qvbXG__sidebarSectionTitle{text-transform:uppercase;letter-spacing:1px;color:var(--text-secondary);margin-bottom:.5rem;padding-left:.75rem;font-size:.75rem;font-weight:700}.VaultApp-module__1qvbXG__categoryNavList{flex-direction:column;gap:.2rem;max-height:250px;display:flex;overflow-y:auto}.VaultApp-module__1qvbXG__emptyCategoriesText{color:var(--text-secondary);opacity:.7;padding-left:.75rem;font-size:.8rem;font-style:italic}.VaultApp-module__1qvbXG__storageCard{background:#ffffffb3;border:1px solid #0f172a0f;border-radius:16px;flex-direction:column;gap:.65rem;padding:.85rem 1rem;display:flex;box-shadow:0 4px 12px #0f172a03}.VaultApp-module__1qvbXG__storageHeader{color:var(--text-primary);align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;display:flex}.VaultApp-module__1qvbXG__storageProgressBg{background:#0f172a0f;border-radius:3px;width:100%;height:6px;overflow:hidden}.VaultApp-module__1qvbXG__storageProgressFill{background:var(--primary-color);border-radius:3px;height:100%;transition:width .4s}.VaultApp-module__1qvbXG__storageFooter{color:var(--text-secondary);justify-content:space-between;font-size:.75rem;font-weight:500;display:flex}.VaultApp-module__1qvbXG__workspace{border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);background:#fff;border-radius:24px;flex-direction:column;flex:1;display:flex;overflow:hidden}.VaultApp-module__1qvbXG__workspaceHeader{border-bottom:1px solid #0f172a0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.VaultApp-module__1qvbXG__breadcrumb h2{color:var(--text-primary);margin:0;font-size:1.2rem;font-weight:700}.VaultApp-module__1qvbXG__filesCount{color:var(--text-secondary);margin-top:.15rem;font-size:.8rem;font-weight:500;display:block}.VaultApp-module__1qvbXG__workspaceActions{align-items:center;gap:.75rem;display:flex}.VaultApp-module__1qvbXG__actionIconBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #0f172a14;border-radius:10px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.VaultApp-module__1qvbXG__actionIconBtn:hover{color:var(--text-primary);background:#0f172a0a;border-color:#0f172a26}.VaultApp-module__1qvbXG__viewModeToggle{background:#0f172a0a;border-radius:10px;padding:2px;display:flex}.VaultApp-module__1qvbXG__toggleBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.4rem .6rem;transition:all .2s;display:flex}.VaultApp-module__1qvbXG__toggleBtnActive{color:var(--primary-color);background:#fff;box-shadow:0 2px 6px #0f172a0f}.VaultApp-module__1qvbXG__contentScrollArea{background-color:#fafbfc;flex:1;padding:1.5rem;overflow-y:auto}.VaultApp-module__1qvbXG__gridContainer{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem;display:grid}.VaultApp-module__1qvbXG__gridCard{cursor:pointer;background:#fff;border:1.5px solid #0f172a0d;border-radius:18px;flex-direction:column;gap:1rem;padding:1.25rem;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 2px 8px #0f172a03}.VaultApp-module__1qvbXG__gridCard:hover{border-color:#2563eb33;transform:translateY(-2px);box-shadow:0 10px 20px -5px #2563eb0d,0 4px 12px #0f172a05}.VaultApp-module__1qvbXG__gridCardSelected{border-color:var(--primary-color)!important;background:#2563eb05!important;box-shadow:0 4px 15px #2563eb0f!important}.VaultApp-module__1qvbXG__cardHeader{justify-content:space-between;align-items:flex-start;display:flex}.VaultApp-module__1qvbXG__docTypeBadge{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;background:#0f172a0a;border-radius:8px;max-width:140px;padding:.25rem .5rem;font-size:.72rem;font-weight:600;overflow:hidden}.VaultApp-module__1qvbXG__cardBody{flex-direction:column;gap:.25rem;display:flex}.VaultApp-module__1qvbXG__cardTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.92rem;font-weight:600;overflow:hidden}.VaultApp-module__1qvbXG__cardDate{color:var(--text-secondary);opacity:.8;font-size:.75rem}.VaultApp-module__1qvbXG__listContainer{background:#fff;border:1px solid #0f172a0f;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0f172a03}.VaultApp-module__1qvbXG__driveTable{border-collapse:collapse;text-align:left;width:100%}.VaultApp-module__1qvbXG__driveTable th{text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);background:#0f172a05;border-bottom:1px solid #0f172a0f;padding:.85rem 1.25rem;font-size:.75rem;font-weight:700}.VaultApp-module__1qvbXG__tableRow{cursor:pointer;border-bottom:1px solid #0f172a0a;transition:background .15s}.VaultApp-module__1qvbXG__tableRow:last-child{border-bottom:none}.VaultApp-module__1qvbXG__tableRow:hover{background:#0f172a04}.VaultApp-module__1qvbXG__rowSelected{background:#2563eb08!important}.VaultApp-module__1qvbXG__driveTable td{color:var(--text-primary);vertical-align:middle;padding:.85rem 1.25rem;font-size:.9rem}.VaultApp-module__1qvbXG__tableNameCell{align-items:center;gap:.75rem;display:flex}.VaultApp-module__1qvbXG__tableTitleText{white-space:nowrap;text-overflow:ellipsis;max-width:250px;font-weight:550;display:inline-block;overflow:hidden}.VaultApp-module__1qvbXG__tableCategoryBadge{color:var(--text-secondary);background:#0f172a0a;border-radius:8px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.VaultApp-module__1qvbXG__iconPdf{color:#ef4444}.VaultApp-module__1qvbXG__iconImage{color:#8b5cf6}.VaultApp-module__1qvbXG__iconWord{color:#3b82f6}.VaultApp-module__1qvbXG__iconSheet{color:#10b981}.VaultApp-module__1qvbXG__iconSlate{color:#64748b}.VaultApp-module__1qvbXG__detailsPanel{border:1px solid var(--glass-border);width:300px;box-shadow:var(--glass-shadow);background:#fff;border-radius:24px;flex-direction:column;flex-shrink:0;height:100%;display:flex;overflow:hidden}.VaultApp-module__1qvbXG__detailsHeader{border-bottom:1px solid #0f172a0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.VaultApp-module__1qvbXG__detailsHeader h3{color:var(--text-primary);margin:0;font-size:1.05rem;font-weight:700}.VaultApp-module__1qvbXG__closeDetailsBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;align-items:center;padding:4px;display:flex}.VaultApp-module__1qvbXG__closeDetailsBtn:hover{background:#0f172a0f}.VaultApp-module__1qvbXG__detailsScrollContent{flex-direction:column;flex:1;gap:1.25rem;padding:1.5rem;display:flex;overflow-y:auto}.VaultApp-module__1qvbXG__detailsCenterSpinner{height:100%;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;font-size:.85rem;display:flex}.VaultApp-module__1qvbXG__detailsPreviewBox{background:#0f172a05;border:1.5px dashed #0f172a0f;border-radius:16px;justify-content:center;align-items:center;height:140px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.VaultApp-module__1qvbXG__detailsPreviewActive{background:#fff;border-style:solid;border-color:#0f172a14;height:200px;padding:0}.VaultApp-module__1qvbXG__previewImage{object-fit:cover;border-radius:14px;width:100%;height:100%}.VaultApp-module__1qvbXG__previewIframe{background:#fff;border:none;border-radius:14px;width:100%;height:100%}.VaultApp-module__1qvbXG__detailsPreviewOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;background:#0f172a66;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.VaultApp-module__1qvbXG__detailsPreviewBox:hover .VaultApp-module__1qvbXG__detailsPreviewOverlay{opacity:1}.VaultApp-module__1qvbXG__previewBtn{color:var(--text-primary);cursor:pointer;background:#fff;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;text-decoration:none;display:flex;box-shadow:0 4px 12px #0f172a26}.VaultApp-module__1qvbXG__previewBtn:hover{transform:scale(1.02)}.VaultApp-module__1qvbXG__detailsDivider{background:#0f172a0f;height:1px}.VaultApp-module__1qvbXG__detailsInfoSection{flex-direction:column;gap:1rem;display:flex}.VaultApp-module__1qvbXG__detailsDocTitle{color:var(--text-primary);word-break:break-word;margin:0;font-size:1.05rem;font-weight:700;line-height:1.35}.VaultApp-module__1qvbXG__detailDescBox{border-left:3px solid var(--primary-color);background:#2563eb05;border-radius:0 10px 10px 0;padding:.65rem .85rem}.VaultApp-module__1qvbXG__detailDescText{color:var(--text-secondary);word-break:break-word;margin:0;font-size:.85rem;line-height:1.45}.VaultApp-module__1qvbXG__detailsGrid{flex-direction:column;gap:.85rem;display:flex}.VaultApp-module__1qvbXG__detailItem{flex-direction:column;gap:.15rem;display:flex}.VaultApp-module__1qvbXG__detailLabel{text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);opacity:.8;font-size:.72rem;font-weight:600}.VaultApp-module__1qvbXG__detailValue{color:var(--text-primary);font-size:.85rem;font-weight:550}.VaultApp-module__1qvbXG__hashText{color:var(--text-secondary);background:#0f172a0a;border-radius:4px;width:fit-content;padding:.2rem .4rem;font-family:monospace;font-size:.75rem}.VaultApp-module__1qvbXG__detailsActionFooter{flex-direction:column;gap:.75rem;margin-top:auto;display:flex}.VaultApp-module__1qvbXG__detailsDownloadBtn{color:var(--primary-color);cursor:pointer;background:#2563eb0f;border:1px solid #2563eb1f;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.VaultApp-module__1qvbXG__detailsDownloadBtn:hover{background:var(--primary-color);color:#fff;box-shadow:0 4px 12px #2563eb26}.VaultApp-module__1qvbXG__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;max-width:420px;margin:4rem auto 0;padding:4rem 2rem;display:flex}.VaultApp-module__1qvbXG__emptyStateIllustration{background:#2563eb0a;border:1.5px dashed #2563eb1f;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;margin-bottom:.5rem;display:flex}.VaultApp-module__1qvbXG__emptyIcon{color:var(--primary-color);opacity:.6}.VaultApp-module__1qvbXG__emptyState h3{color:var(--text-primary);margin:0;font-size:1.15rem;font-weight:700}.VaultApp-module__1qvbXG__emptyState p{color:var(--text-secondary);margin:0;font-size:.88rem;line-height:1.5}.VaultApp-module__1qvbXG__uploadModalCard{z-index:10001;background:#fff;border:1px solid #0f172a14;border-radius:24px;flex-direction:column;gap:1.25rem;width:100%;max-width:500px;max-height:92vh;padding:1.75rem 2rem;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #0f172a26}.VaultApp-module__1qvbXG__modalHeader{justify-content:space-between;align-items:center;display:flex}.VaultApp-module__1qvbXG__modalHeaderTitle{align-items:center;gap:.75rem;display:flex}.VaultApp-module__1qvbXG__modalHeaderTitle h3{color:#1e293b;margin:0;font-size:1.2rem;font-weight:700}.VaultApp-module__1qvbXG__modalCloseBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;align-items:center;padding:4px;display:flex}.VaultApp-module__1qvbXG__modalCloseBtn:hover{background:#0f172a0f}.VaultApp-module__1qvbXG__uploadForm{flex-direction:column;gap:1.15rem;display:flex}.VaultApp-module__1qvbXG__dropzone{text-align:center;cursor:pointer;background:#2563eb03;border:2px dashed #2563eb40;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2.25rem 1.5rem;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.VaultApp-module__1qvbXG__dropzoneActive{border-color:var(--primary-color);background:#2563eb0d;box-shadow:0 0 0 4px #2563eb0d}.VaultApp-module__1qvbXG__dropzoneHasFile{background:#10b98103;border-style:solid;border-color:#10b9814d}.VaultApp-module__1qvbXG__uploadPrompt{color:var(--text-primary);margin:0;font-size:.9rem;font-weight:600}.VaultApp-module__1qvbXG__uploadSupport{color:var(--text-secondary);opacity:.8;margin:0;font-size:.75rem}.VaultApp-module__1qvbXG__selectedFileInfo{flex-direction:column;align-items:center;gap:.35rem;width:100%;display:flex}.VaultApp-module__1qvbXG__selectedFileName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;max-width:320px;margin:.25rem 0 0;font-size:.9rem;font-weight:600;overflow:hidden}.VaultApp-module__1qvbXG__selectedFileSize{color:var(--text-secondary);margin:0;font-size:.78rem}.VaultApp-module__1qvbXG__removeFileBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #0f172a14;border-radius:8px;margin-top:.5rem;padding:.35rem .75rem;font-size:.78rem;font-weight:600;transition:all .15s}.VaultApp-module__1qvbXG__removeFileBtn:hover{color:var(--text-primary);background:#0f172a0a}.VaultApp-module__1qvbXG__formGroup{flex-direction:column;gap:.4rem;display:flex}.VaultApp-module__1qvbXG__formGroup label{color:var(--text-secondary);font-size:.82rem;font-weight:600}.VaultApp-module__1qvbXG__formGroup input[type=text],.VaultApp-module__1qvbXG__formGroup select,.VaultApp-module__1qvbXG__formGroup textarea{border:1px solid var(--input-border,#cbd5e1);color:var(--text-primary);background:#fff;border-radius:10px;outline:none;padding:.65rem .85rem;font-family:inherit;font-size:.9rem;transition:all .2s}.VaultApp-module__1qvbXG__formGroup input[type=text]:focus,.VaultApp-module__1qvbXG__formGroup select:focus,.VaultApp-module__1qvbXG__formGroup textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb14}.VaultApp-module__1qvbXG__skeletonGridCard{background:#fff;border:1.5px solid #0f172a08;border-radius:18px;flex-direction:column;justify-content:space-between;height:130px;padding:1.25rem;display:flex;position:relative;overflow:hidden}.VaultApp-module__1qvbXG__skeletonListRow{border-bottom:1px solid #0f172a0a;align-items:center;gap:1rem;padding:.85rem 1.25rem;display:flex;position:relative;overflow:hidden}.VaultApp-module__1qvbXG__skeletonIcon{background:#0f172a08;border-radius:10px;width:36px;height:36px;position:relative}.VaultApp-module__1qvbXG__skeletonText{background:#0f172a08;border-radius:4px;flex:1;height:14px}.VaultApp-module__1qvbXG__skeletonGridCard:after,.VaultApp-module__1qvbXG__skeletonListRow:after,.VaultApp-module__1qvbXG__skeletonIcon:after,.VaultApp-module__1qvbXG__skeletonText:after{content:"";background:linear-gradient(90deg,#0000,#fff9,#0000);animation:1.5s infinite VaultApp-module__1qvbXG__shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes VaultApp-module__1qvbXG__shimmer{to{transform:translate(100%)}}@media (max-width:1024px){.VaultApp-module__1qvbXG__driveLayout{flex-direction:column}.VaultApp-module__1qvbXG__sidebar{flex-direction:row;flex-shrink:0;align-items:center;gap:1rem;width:100%;height:auto;padding:.85rem 1.25rem}.VaultApp-module__1qvbXG__newButton{padding:.65rem 1rem;font-size:.88rem}.VaultApp-module__1qvbXG__sidebarNav{flex-direction:row;flex:1;align-items:center;gap:.5rem;padding-bottom:0;overflow-x:auto}.VaultApp-module__1qvbXG__navItem{white-space:nowrap;width:auto;padding:.5rem .85rem}.VaultApp-module__1qvbXG__sidebarDivider,.VaultApp-module__1qvbXG__sidebarSectionTitle,.VaultApp-module__1qvbXG__categoryNavList,.VaultApp-module__1qvbXG__storageCard{display:none}.VaultApp-module__1qvbXG__detailsPanel{z-index:1000;border-radius:24px 24px 0 0;width:100%;height:auto;max-height:400px;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 30px #0f172a26}}@media (max-width:768px){.VaultApp-module__1qvbXG__appHeader{flex-wrap:wrap}.VaultApp-module__1qvbXG__searchWrapper{order:3;max-width:100%}.VaultApp-module__1qvbXG__contentScrollArea{padding:1rem}.VaultApp-module__1qvbXG__gridContainer{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}.VaultApp-module__1qvbXG__modalOverlay{-webkit-backdrop-filter:blur(8px);z-index:10000;background:#0f172a59;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.VaultApp-module__1qvbXG__modalCard{text-align:center;-webkit-backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #0f172a14;border-radius:24px;flex-direction:column;align-items:center;gap:1.25rem;width:100%;max-width:440px;padding:2.25rem 2.5rem;display:flex;box-shadow:0 20px 40px -15px #0f172a26}.VaultApp-module__1qvbXG__modalIconWrapper{background:#ef444414;border:1px solid #ef444433;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:.25rem;display:flex;box-shadow:0 0 15px #ef44440d}.VaultApp-module__1qvbXG__modalTitle{color:#1e293b;margin:0;font-size:1.35rem;font-weight:700}.VaultApp-module__1qvbXG__modalText{color:#64748b;margin:0;font-size:.925rem;line-height:1.5}.VaultApp-module__1qvbXG__modalActions{gap:1rem;width:100%;margin-top:.5rem;display:flex}.VaultApp-module__1qvbXG__modalBtnCancel{color:#64748b;cursor:pointer;background:0 0;border:1px solid #0f172a14;border-radius:14px;flex:1;padding:.75rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s}.VaultApp-module__1qvbXG__modalBtnCancel:hover:not(:disabled){background:#0f172a0a}.VaultApp-module__1qvbXG__modalBtnConfirm{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:14px;flex:1;padding:.75rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #ef444433}.VaultApp-module__1qvbXG__modalBtnConfirm:hover:not(:disabled){background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 16px #ef44444d}.VaultApp-module__1qvbXG__modalBtnConfirm:disabled,.VaultApp-module__1qvbXG__modalBtnCancel:disabled{opacity:.6;cursor:not-allowed}.VaultApp-module__1qvbXG__userCapsule{cursor:pointer;z-index:2;-webkit-user-select:none;user-select:none;background:#ffffffb3;border:1.5px solid #2563eb40;border-radius:100px;align-items:center;gap:.65rem;padding:.45rem 1rem .45rem .5rem;transition:all .25s;display:flex;position:relative}.VaultApp-module__1qvbXG__userCapsule:hover{background:#fffffff2;border-color:#2563eb73;box-shadow:0 4px 12px #2563eb14}.VaultApp-module__1qvbXG__userAvatar{object-fit:cover;border:1.5px solid #fff;border-radius:50%;flex-shrink:0;width:32px;height:32px}.VaultApp-module__1qvbXG__avatarFallback{width:32px;height:32px;color:var(--primary-color);background-color:#eff6ff;border:1.5px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.VaultApp-module__1qvbXG__userName{white-space:nowrap;text-overflow:ellipsis;max-width:100px;font-size:.9rem;font-weight:600;overflow:hidden;color:#0f172a!important}.VaultApp-module__1qvbXG__chevronIcon{transition:transform .25s;color:#475569!important}.VaultApp-module__1qvbXG__chevronActive{transform:rotate(180deg);color:var(--primary-color)!important}.VaultApp-module__1qvbXG__menuDropdown{-webkit-backdrop-filter:blur(16px);z-index:1000;transform-origin:100% 0;background:#fffffff2;border:1px solid #0f172a14;border-radius:20px;flex-direction:column;gap:.2rem;width:240px;padding:.5rem;animation:.25s cubic-bezier(.16,1,.3,1) VaultApp-module__1qvbXG__dropdownFadeIn;display:flex;position:absolute;top:120%;right:0;box-shadow:0 15px 35px #0f172a14}@keyframes VaultApp-module__1qvbXG__dropdownFadeIn{0%{opacity:0;transform:scale(.95)translateY(-5px)}to{opacity:1;transform:scale(1)translateY(0)}}.VaultApp-module__1qvbXG__dropdownHeader{text-align:left;border-bottom:1px solid #0f172a0f;flex-direction:column;gap:.15rem;margin-bottom:.25rem;padding:.75rem 1rem;display:flex}.VaultApp-module__1qvbXG__dropdownUserEmail{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.VaultApp-module__1qvbXG__dropdownItem{color:#1e293b;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:.75rem;width:100%;padding:.7rem 1rem;font-family:inherit;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.VaultApp-module__1qvbXG__dropdownItem:hover{color:var(--primary-color);background-color:#3b82f60f}.VaultApp-module__1qvbXG__dropdownItemDanger{color:#ef4444}.VaultApp-module__1qvbXG__dropdownItemDanger:hover{color:#dc2626;background-color:#ef44440f}.VaultApp-module__1qvbXG__dropdownDivider{background-color:#0f172a0f;height:1px;margin:.25rem .5rem}.VaultApp-module__1qvbXG__btnPrimary{background:linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);cursor:pointer;border:none;border-radius:12px;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 12px #2563eb33;color:#fff!important}.VaultApp-module__1qvbXG__btnPrimary:hover{transform:translateY(-1px);box-shadow:0 6px 18px #2563eb4d}.VaultApp-module__1qvbXG__btnPrimary:active{transform:translateY(0)scale(.98)}.VaultApp-module__1qvbXG__btnSecondary{cursor:pointer;background:#0f172a0a;border:1px solid #0f172a14;border-radius:12px;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;color:var(--text-secondary)!important}.VaultApp-module__1qvbXG__btnSecondary:hover{background:#0f172a14;border-color:#0f172a26;transform:translateY(-1px);color:var(--text-primary)!important}.VaultApp-module__1qvbXG__btnSecondary:active{transform:translateY(0)scale(.98)}.VaultApp-module__1qvbXG__modalBtnConfirmPrimary{background:linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);color:#fff;cursor:pointer;border:none;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 12px #2563eb33}.VaultApp-module__1qvbXG__modalBtnConfirmPrimary:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 4px 16px #2563eb4d}.VaultApp-module__1qvbXG__modalBtnConfirmPrimary:active:not(:disabled){transform:translateY(0)scale(.98)}.VaultApp-module__1qvbXG__modalBtnConfirmPrimary:disabled{opacity:.6;cursor:not-allowed}.VaultApp-module__1qvbXG__ocrTableContainer{background:#fff;border:1px solid #0f172a14;border-radius:12px;max-height:250px;margin-top:1rem;overflow:hidden auto}.VaultApp-module__1qvbXG__ocrTable{border-collapse:collapse;width:100%;font-size:.85rem}.VaultApp-module__1qvbXG__ocrTable th{text-align:left;color:var(--text-secondary);background:#0f172a05;border-bottom:1px solid #0f172a14;padding:.35rem .5rem;font-weight:700}.VaultApp-module__1qvbXG__ocrTable td{vertical-align:middle;border-bottom:1px solid #0f172a0a;padding:.3rem .5rem}.VaultApp-module__1qvbXG__ocrTable tr:last-child td{border-bottom:none}.VaultApp-module__1qvbXG__ocrKeyName{color:var(--text-primary);text-transform:capitalize;font-weight:600}.VaultApp-module__1qvbXG__ocrFieldInput{width:100%;color:var(--text-primary);background:#f8fafc;border:1px solid #0f172a1a;border-radius:6px;outline:none;padding:.25rem .5rem;font-family:inherit;font-size:.825rem;transition:all .2s cubic-bezier(.16,1,.3,1)}.VaultApp-module__1qvbXG__ocrFieldInput:focus{border-color:var(--primary-color);background:#fff;box-shadow:0 0 0 3px #2563eb14}.VaultApp-module__1qvbXG__ocrConfidenceBadge{border-radius:6px;align-items:center;padding:.2rem .45rem;font-size:.75rem;font-weight:700;display:inline-flex}.VaultApp-module__1qvbXG__confidenceHigh{color:#10b981;background:#10b9811a}.VaultApp-module__1qvbXG__confidenceMedium{color:#f59e0b;background:#f59e0b1a}.VaultApp-module__1qvbXG__confidenceLow{color:#ef4444;background:#ef44441a}.VaultApp-module__1qvbXG__verifySubHeader{color:var(--text-secondary);margin-bottom:1rem;font-size:.85rem}.VaultApp-module__1qvbXG__detailsFieldsList{background:#0f172a04;border:1px solid #0f172a0a;border-radius:12px;flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.VaultApp-module__1qvbXG__detailsFieldItem{border-bottom:1px dashed #0f172a0a;justify-content:space-between;align-items:center;padding:.25rem 0;font-size:.825rem;display:flex}.VaultApp-module__1qvbXG__detailsFieldItem:last-child{border-bottom:none}.VaultApp-module__1qvbXG__detailsFieldKey{color:var(--text-secondary);text-transform:capitalize;font-family:inherit;font-weight:500}.VaultApp-module__1qvbXG__detailsFieldValue{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;max-width:140px;font-family:inherit;font-weight:600;overflow:hidden}.VaultApp-module__1qvbXG__ocrLoaderContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;display:flex}.VaultApp-module__1qvbXG__ocrLoaderSpinnerWrapper{justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex;position:relative}@keyframes VaultApp-module__1qvbXG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.VaultApp-module__1qvbXG__spinner{animation:1s linear infinite VaultApp-module__1qvbXG__spin!important}.VaultApp-module__1qvbXG__ocrSpinnerBig{color:var(--primary-color);width:64px!important;height:64px!important;animation:1s linear infinite VaultApp-module__1qvbXG__spin!important}.VaultApp-module__1qvbXG__ocrShieldIconInner{color:var(--primary-color);animation:1.5s ease-in-out infinite VaultApp-module__1qvbXG__pulse;position:absolute}.VaultApp-module__1qvbXG__ocrLoaderTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.VaultApp-module__1qvbXG__ocrLoaderText{color:var(--text-secondary);max-width:320px;margin-bottom:1.5rem;font-size:.85rem;line-height:1.4}.VaultApp-module__1qvbXG__ocrProgressBarWrapper{background:#0f172a0d;border-radius:10px;width:100%;max-width:280px;height:6px;overflow:hidden}.VaultApp-module__1qvbXG__ocrProgressBarFill{background:linear-gradient(90deg, var(--primary-color) 0%, var(--primary-hover) 100%);transform-origin:0;border-radius:10px;width:100%;height:100%;animation:2s ease-in-out infinite VaultApp-module__1qvbXG__ocrProgress}@keyframes VaultApp-module__1qvbXG__ocrProgress{0%{transform:scaleX(.05)translate(0)}50%{transform:scaleX(.4)translate(100%)}to{transform:scaleX(.05)translate(400%)}}.VaultApp-module__1qvbXG__uploadModalCardWide{width:90%!important;max-width:1000px!important}.VaultApp-module__1qvbXG__ocrSplitLayout{flex-grow:1;grid-template-columns:1.1fr .9fr;gap:1.5rem;height:520px;min-height:0;max-height:calc(92vh - 120px);margin-top:.5rem;display:grid}.VaultApp-module__1qvbXG__verifyAlert{border-radius:12px;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;font-size:.85rem;font-weight:500;line-height:1.4;display:flex;box-shadow:0 2px 4px #0f172a05}.VaultApp-module__1qvbXG__verifyAlertDanger{color:#991b1b;background:#fef2f2;border:1px solid #ef444433}.VaultApp-module__1qvbXG__verifyAlertWarning{color:#92400e;background:#fffbeb;border:1px solid #f59e0b33}.VaultApp-module__1qvbXG__verifyAlertInfo{color:#0369a1;background:#f0f9ff;border:1px solid #38bdf833}.VaultApp-module__1qvbXG__statusBadge{text-transform:uppercase;letter-spacing:.02em;border:1px solid #0000;border-radius:8px;align-items:center;gap:.35rem;padding:.3rem .65rem;font-size:.75rem;font-weight:700;display:inline-flex}.VaultApp-module__1qvbXG__statusBadgeRed{color:#991b1b;background:#fee2e2;border-color:#ef444426}.VaultApp-module__1qvbXG__statusBadgeYellow{color:#92400e;background:#fef3c7;border-color:#f59e0b26}.VaultApp-module__1qvbXG__statusBadgeGreen{color:#065f46;background:#d1fae5;border-color:#10b98126}.VaultApp-module__1qvbXG__statusBadgeGray{color:#475569;background:#f1f5f9;border-color:#64748b26}.VaultApp-module__1qvbXG__validityCard{background:#f8fafc;border:1px solid #0f172a0f;border-radius:16px;flex-direction:column;gap:.75rem;padding:1rem;display:flex;box-shadow:0 4px 12px #0f172a03}.VaultApp-module__1qvbXG__validityHeader{border-bottom:1px solid #0f172a0f;justify-content:space-between;align-items:center;padding-bottom:.5rem;display:flex}.VaultApp-module__1qvbXG__validityTitle{color:#1e293b;font-size:.85rem;font-weight:700}.VaultApp-module__1qvbXG__validityBadgeContainer{flex-wrap:wrap;gap:.5rem;display:flex}.VaultApp-module__1qvbXG__flagTag{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:.25rem;padding:.2rem .5rem;font-size:.725rem;font-weight:600;display:inline-flex}.VaultApp-module__1qvbXG__ocrTrReview{background:#fff5f5!important}.VaultApp-module__1qvbXG__ocrTrReview:hover{background:#ffebeb!important}.VaultApp-module__1qvbXG__ocrPreviewCol{background:#f8fafc;border:1px solid #0f172a14;border-radius:14px;flex-grow:1;justify-content:center;align-items:center;height:0;display:flex;position:relative;overflow:hidden}.VaultApp-module__1qvbXG__ocrPreviewImage{object-fit:contain;width:100%;height:100%;padding:.5rem}.VaultApp-module__1qvbXG__ocrPreviewIframe{border:none;width:100%;height:100%}.VaultApp-module__1qvbXG__ocrUnsupportedPreview{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2rem;display:flex}.VaultApp-module__1qvbXG__unsupportedPreviewText{color:var(--text-primary);word-break:break-all;margin:0;font-size:.95rem;font-weight:600}.VaultApp-module__1qvbXG__unsupportedPreviewSubtext{color:var(--text-secondary);margin:0;font-size:.8rem}.VaultApp-module__1qvbXG__ocrPreviewLeftCol{flex-direction:column;height:100%;display:flex;overflow:hidden}.VaultApp-module__1qvbXG__ocrVerifyCol{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.VaultApp-module__1qvbXG__ocrVerifyScrollContent{flex-direction:column;flex-grow:1;gap:.75rem;min-height:0;padding-right:.5rem;display:flex;overflow-y:auto}.VaultApp-module__1qvbXG__ocrColTitle{color:var(--text-secondary);letter-spacing:.05em;text-transform:uppercase;margin:0 0 .5rem;font-size:.85rem;font-weight:700}.VaultApp-module__1qvbXG__ocrTableContainerSplit{background:#fff;border:1px solid #0f172a14;border-radius:12px;min-height:120px;margin-bottom:.75rem;overflow:auto}@media (max-width:768px){.VaultApp-module__1qvbXG__ocrSplitLayout{grid-template-columns:1fr;height:auto;max-height:550px;overflow-y:auto}.VaultApp-module__1qvbXG__ocrPreviewCol{height:250px}}.VaultApp-module__1qvbXG__previewPageOverlay{z-index:10005;height:100vh;max-height:100vh;color:var(--text-primary);background:#fff;flex-direction:column;font-family:inherit;display:flex;position:fixed;inset:0;overflow:hidden}.VaultApp-module__1qvbXG__previewPageHeader{background:#fff;border-bottom:1px solid #0f172a14;flex-shrink:0;justify-content:space-between;align-items:center;height:60px;padding:0 1.5rem;display:flex}.VaultApp-module__1qvbXG__previewHeaderLeft{align-items:center;gap:1.5rem;display:flex}.VaultApp-module__1qvbXG__backBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #0f172a14;border-radius:8px;align-items:center;gap:.5rem;padding:.45rem .85rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.VaultApp-module__1qvbXG__backBtn:hover{color:var(--text-primary);background:#0f172a0a}.VaultApp-module__1qvbXG__headerDocInfo{align-items:center;gap:.5rem;display:flex}.VaultApp-module__1qvbXG__headerDocTitle{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;max-width:300px;font-size:.95rem;font-weight:700;overflow:hidden}.VaultApp-module__1qvbXG__previewHeaderRight{align-items:center;gap:1rem;display:flex}.VaultApp-module__1qvbXG__headerDownloadBtn{background:var(--primary-color);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.45rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex;color:#fff!important}.VaultApp-module__1qvbXG__headerDownloadBtn:hover{background:var(--primary-hover);box-shadow:0 4px 12px #2563eb26}.VaultApp-module__1qvbXG__headerCloseBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;align-items:center;padding:4px;display:flex}.VaultApp-module__1qvbXG__headerCloseBtn:hover{background:#0f172a0f}.VaultApp-module__1qvbXG__previewPageBody{grid-template-columns:1fr 1fr;height:calc(100vh - 60px);max-height:calc(100vh - 60px);display:grid;overflow:hidden}.VaultApp-module__1qvbXG__previewPageViewer{background:#f1f5f9;border-right:1px solid #0f172a14;justify-content:center;align-items:center;height:100%;display:flex;position:relative;overflow:hidden}.VaultApp-module__1qvbXG__fullscreenImage{object-fit:contain;max-width:100%;max-height:100%;padding:1.5rem}.VaultApp-module__1qvbXG__fullscreenIframe{border:none;width:100%;height:100%}.VaultApp-module__1qvbXG__previewUnsupported{text-align:center;background:#0f172a05;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:90%;max-width:320px;margin:auto;padding:3rem 1.5rem;display:flex}.VaultApp-module__1qvbXG__previewPageSidebar{background:#fff;flex-direction:column;height:100%;display:flex;overflow:hidden}.VaultApp-module__1qvbXG__sidebarDetailsHeader{border-bottom:1px solid #0f172a0a;padding:1.25rem 1.5rem .75rem}.VaultApp-module__1qvbXG__sidebarDetailsHeader h3{margin:0;font-size:1.1rem;font-weight:700}.VaultApp-module__1qvbXG__sidebarScrollContent{flex-direction:column;flex-grow:1;gap:.75rem;min-height:0;padding:1rem;display:flex;overflow:hidden}.VaultApp-module__1qvbXG__sidebarSec{flex-direction:column;gap:.5rem;display:flex}.VaultApp-module__1qvbXG__sidebarDocTitle{word-break:break-all;margin:0;font-size:1.15rem;font-weight:700}.VaultApp-module__1qvbXG__sidebarDescBox{flex-direction:column;gap:.25rem;margin-top:.5rem;display:flex}.VaultApp-module__1qvbXG__sidebarLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:600}.VaultApp-module__1qvbXG__sidebarDesc{color:var(--text-primary);margin:0;font-size:.88rem;line-height:1.5}.VaultApp-module__1qvbXG__sidebarSecTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem;font-size:.825rem;font-weight:700}.VaultApp-module__1qvbXG__sidebarMetaList{flex-direction:column;gap:.75rem;display:flex}.VaultApp-module__1qvbXG__metaRow{justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.VaultApp-module__1qvbXG__metaKey{color:var(--text-secondary);font-weight:500}.VaultApp-module__1qvbXG__metaVal{color:var(--text-primary);font-weight:600}.VaultApp-module__1qvbXG__sidebarOcrList{background:#0f172a04;border:1px solid #0f172a0a;border-radius:12px;flex-direction:column;gap:.65rem;padding:1rem;display:flex}.VaultApp-module__1qvbXG__sidebarOcrItem{border-bottom:1px dashed #0f172a0a;justify-content:space-between;align-items:center;padding-bottom:.5rem;font-size:.85rem;display:flex}.VaultApp-module__1qvbXG__sidebarOcrItem:last-child{border-bottom:none;padding-bottom:0}.VaultApp-module__1qvbXG__ocrFieldKey{color:var(--text-secondary);text-transform:capitalize;font-weight:500}.VaultApp-module__1qvbXG__ocrFieldValue{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;max-width:180px;font-weight:600;overflow:hidden}@media (max-width:1024px){.VaultApp-module__1qvbXG__previewPageBody{grid-template-rows:1fr 300px;grid-template-columns:1fr}}.VaultApp-module__1qvbXG__detailsCenterSpinnerFullscreen{background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100vw;height:100vh;display:flex}.VaultApp-module__1qvbXG__securingText{color:var(--text-secondary);font-size:1.1rem;font-weight:600}.VaultApp-module__1qvbXG__ocrTableContainer{background:#fff;border:1px solid #0f172a14;border-radius:12px;flex-grow:1;min-height:0;max-height:none;margin-top:.5rem;overflow-y:auto;box-shadow:0 1px 3px #00000005}.VaultApp-module__1qvbXG__ocrDetailsTable{border-collapse:collapse;text-align:left;width:100%;font-size:.85rem}.VaultApp-module__1qvbXG__ocrDetailsTable th{z-index:10;color:var(--text-secondary);background:#f8fafc;border-bottom:1px solid #0f172a0f;padding:.75rem 1rem;font-weight:600;position:sticky;top:0}.VaultApp-module__1qvbXG__ocrDetailsTable td{vertical-align:middle;color:var(--text-primary);border-bottom:1px solid #0f172a0a;padding:.75rem 1rem}.VaultApp-module__1qvbXG__ocrDetailsTable tr:last-child td{border-bottom:none}.VaultApp-module__1qvbXG__fieldKeyCell{text-transform:capitalize;color:var(--text-secondary);width:35%;font-weight:600}.VaultApp-module__1qvbXG__fieldValCell{word-break:break-word;white-space:normal;font-weight:500}.VaultApp-module__1qvbXG__confBadge{border-radius:6px;align-items:center;padding:.25rem .5rem;font-size:.75rem;font-weight:700;display:inline-flex}.VaultApp-module__1qvbXG__confHigh{color:#10b981;background:#10b9811a}.VaultApp-module__1qvbXG__confMedium{color:#f59e0b;background:#f59e0b1a}.VaultApp-module__1qvbXG__confLow{color:#ef4444;background:#ef44441a}.VaultApp-module__1qvbXG__sidebarCompactMeta{background:#0f172a05;border:1px solid #0f172a0a;border-radius:12px;flex-direction:column;gap:.35rem;padding:.85rem 1rem;display:flex}.VaultApp-module__1qvbXG__metaBadgeRow{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.VaultApp-module__1qvbXG__metaBadge{color:var(--primary-color);background:#2563eb14;border-radius:4px;padding:.15rem .45rem;font-size:.75rem;font-weight:600}.VaultApp-module__1qvbXG__metaBadgeText{font-weight:500}.VaultApp-module__1qvbXG__metaDot{color:#0f172a40;font-size:.8rem}.VaultApp-module__1qvbXG__sidebarDescSmall{color:var(--text-secondary);margin:.25rem 0 0;font-size:.8rem;line-height:1.4}.VaultApp-module__1qvbXG__resultPageOverlay{box-sizing:border-box;background:#f8fafc;flex-direction:column;flex:1;width:100%;height:100%;min-height:0;display:flex}.VaultApp-module__1qvbXG__resultHeader{background:#fff;border:1px solid #0f172a0a;border-radius:16px;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:.75rem;min-height:52px;margin-bottom:.75rem;padding:.5rem .85rem;display:flex;box-shadow:0 4px 20px #0f172a08}.VaultApp-module__1qvbXG__resultHeaderLeft{scrollbar-width:none;flex:1;align-items:center;gap:.5rem;min-width:0;display:flex;overflow-x:auto}.VaultApp-module__1qvbXG__resultHeaderLeft::-webkit-scrollbar{display:none}.VaultApp-module__1qvbXG__resultStatusText{color:#0f172a;white-space:nowrap;flex-shrink:0;align-items:center;gap:.4rem;font-size:.9rem;font-weight:700;display:flex}.VaultApp-module__1qvbXG__resultBadge{color:#475569;background:#f1f5f9;border:1px solid #0f172a0a;border-radius:8px;align-items:center;gap:.25rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600;display:flex}.VaultApp-module__1qvbXG__resultBadgeSuccess{color:#10b981;background:#10b98114;border:1px solid #10b98126}.VaultApp-module__1qvbXG__resultHeaderRight{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.VaultApp-module__1qvbXG__resultBody{flex-grow:1;grid-template-columns:4.5fr 7.5fr;gap:1rem;height:100%;min-height:0;display:grid}.VaultApp-module__1qvbXG__resultPanelCard{background:#fff;border:1px solid #0f172a0a;border-radius:20px;flex-direction:column;height:100%;padding:1rem;display:flex;overflow:hidden;box-shadow:0 4px 20px #0f172a05}.VaultApp-module__1qvbXG__resultPanelHeader{color:#475569;letter-spacing:.05em;text-transform:uppercase;border-bottom:1px solid #0f172a0f;align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.5rem;font-size:.825rem;font-weight:700;display:flex}.VaultApp-module__1qvbXG__resultTableWrapper{background:#fff;border:1px solid #0f172a0f;border-radius:16px;flex-grow:1;overflow-y:auto}.VaultApp-module__1qvbXG__resultTable{border-collapse:collapse;width:100%}.VaultApp-module__1qvbXG__resultTable th{color:#2563eb;text-transform:uppercase;letter-spacing:.05em;text-align:left;background:#f8fafc;border-bottom:1px solid #0f172a0f;padding:.5rem .75rem;font-size:.725rem;font-weight:700}.VaultApp-module__1qvbXG__resultTable td{color:#1e293b;border-bottom:1px solid #0f172a0a;padding:.4rem .75rem;font-size:.825rem;font-weight:500}.VaultApp-module__1qvbXG__resultTable tr:hover{background:#f8fafc}.VaultApp-module__1qvbXG__resultKeyText{color:#475569!important;font-weight:600!important}.VaultApp-module__1qvbXG__resultValText{color:#0f172a!important;font-weight:700!important}.VaultApp-module__1qvbXG__resultPreviewWrapper{background:#27272a;border-radius:16px;flex-grow:1;justify-content:center;align-items:center;height:100%;display:flex;overflow:hidden}.VaultApp-module__1qvbXG__navbarChipsContainer{scrollbar-width:none;flex-grow:1;align-items:center;gap:.5rem;margin:0 1.5rem;padding:.25rem 0;display:flex;overflow-x:auto}.VaultApp-module__1qvbXG__navbarChipsContainer::-webkit-scrollbar{display:none}.VaultApp-module__1qvbXG__filterChip{cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;border-radius:20px;outline:none;align-items:center;gap:.35rem;padding:.35rem .85rem;font-size:.75rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.VaultApp-module__1qvbXG__filterChip:hover{transform:translateY(-1px);box-shadow:0 2px 6px #0f172a0d;background-color:var(--hover-bg)!important}.VaultApp-module__1qvbXG__filterChip:active{transform:translateY(0)}.VaultApp-module__1qvbXG__tasksPanelContainer{z-index:1000;font-family:inherit;position:fixed;bottom:24px;right:24px}.VaultApp-module__1qvbXG__tasksMinimizedBtn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 16px #2563eb40}.VaultApp-module__1qvbXG__tasksMinimizedBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb59}.VaultApp-module__1qvbXG__tasksMaximizedCard{-webkit-backdrop-filter:blur(16px);background:#ffffffe6;border:1px solid #0f172a14;border-radius:20px;flex-direction:column;width:320px;animation:.3s ease-out VaultApp-module__1qvbXG__slideUp;display:flex;overflow:hidden;box-shadow:0 10px 30px #0f172a1a}@keyframes VaultApp-module__1qvbXG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.VaultApp-module__1qvbXG__tasksHeader{background:#0f172a05;border-bottom:1px solid #0f172a0f;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.VaultApp-module__1qvbXG__tasksHeader h4{color:var(--text-primary);margin:0;font-size:.95rem;font-weight:600}.VaultApp-module__1qvbXG__tasksCloseBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;align-items:center;padding:4px;transition:background .2s;display:flex}.VaultApp-module__1qvbXG__tasksCloseBtn:hover{background:#0f172a0d}.VaultApp-module__1qvbXG__tasksList{flex-direction:column;gap:.5rem;max-height:240px;padding:.5rem;display:flex;overflow-y:auto}.VaultApp-module__1qvbXG__taskItem{background:#fff;border:1px solid #0f172a0d;border-radius:12px;flex-direction:column;gap:.35rem;padding:.75rem;transition:all .2s;display:flex}.VaultApp-module__1qvbXG__taskHeaderRow{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.VaultApp-module__1qvbXG__taskName{color:var(--text-primary);text-align:left;word-break:break-all;font-size:.825rem;font-weight:500;line-height:1.3}.VaultApp-module__1qvbXG__taskStatus{text-transform:uppercase;letter-spacing:.5px;border-radius:6px;padding:.15rem .4rem;font-size:.7rem;font-weight:700}.VaultApp-module__1qvbXG__statusrunning{color:#2563eb;background:#2563eb1a}.VaultApp-module__1qvbXG__statussuccess{color:#10b981;background:#10b9811a}.VaultApp-module__1qvbXG__statusfailed{color:#ef4444;background:#ef44441a}.VaultApp-module__1qvbXG__taskMetaRow{color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:.75rem;display:flex}.VaultApp-module__1qvbXG__taskTime{opacity:.7}.VaultApp-module__1qvbXG__taskActionBtn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.25rem .65rem;font-size:.75rem;font-weight:600;transition:opacity .2s}.VaultApp-module__1qvbXG__taskActionBtn:hover{opacity:.9}
