@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;height:64px;background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(226,232,240,.8);display:flex;justify-content:space-around;align-items:center;z-index:1100;box-shadow:0 -4px 12px #0000000d;padding:0 8px}[data-theme=dark] .mobile-bottom-nav{background:#0f172ae6;border-top:1px solid rgba(51,65,85,.8);box-shadow:0 -4px 12px #0000004d}.mobile-nav-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;background:none;border:none;color:var(--color-text-muted, #64748b);font-size:.65rem;font-weight:500;gap:4px;cursor:pointer;width:25%;height:100%;transition:all .2s ease;position:relative}.mobile-nav-btn:active{transform:scale(.95)}.mobile-nav-btn.active{color:var(--color-primary, #4f46e5)}.mobile-nav-btn.disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.mobile-nav-btn.active:after{content:"";position:absolute;bottom:4px;width:4px;height:4px;background-color:var(--color-primary, #4f46e5);border-radius:50%}.mobile-nav-btn.logout-btn{color:#ef4444}.mobile-nav-btn.logout-btn:active{color:#dc2626}.mobile-menu-overlay{position:fixed;top:70px;bottom:64px;left:0;right:0;background:var(--color-surface, #ffffff);z-index:1050;overflow-y:auto;padding:16px;display:flex;flex-direction:column;animation:slideInUp .25s ease-out}[data-theme=dark] .mobile-menu-overlay{background:var(--color-surface, #0f172a)}.mobile-menu-header{border-bottom:1px solid var(--color-border, #e2e8f0);padding-bottom:12px;margin-bottom:16px}.mobile-menu-header h3{font-size:1rem;font-weight:600;color:var(--color-text, #1e293b);margin:0}.mobile-menu-list{display:flex;flex-direction:column;gap:4px;padding-bottom:24px}.mobile-menu-section{font-size:.7rem;font-weight:700;text-transform:uppercase;color:var(--color-text-muted, #64748b);padding:12px 8px 6px;letter-spacing:.05em}.mobile-menu-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:transparent;border:none;border-radius:var(--radius-md, 8px);color:var(--color-text, #334155);font-size:.9rem;font-weight:500;text-align:left;cursor:pointer;width:100%;transition:all .15s ease}.mobile-menu-item:active{background:#0000000d}[data-theme=dark] .mobile-menu-item:active{background:#ffffff0d}.mobile-menu-item.active{background:var(--color-primary-light, rgba(79, 70, 229, .1));color:var(--color-primary, #4f46e5)}.mobile-menu-item-icon{flex-shrink:0;color:inherit}.mobile-menu-item.disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.lock-badge{margin-left:auto;font-size:.8rem}@keyframes slideInUp{0%{transform:translateY(15px);opacity:0}to{transform:translateY(0);opacity:1}}@media (min-width: 769px){.mobile-bottom-nav,.mobile-menu-overlay{display:none!important}}:root{--color-bg: #EAF4EE;--color-sidebar: #133A26;--color-sidebar-hover: #1A4D33;--color-sidebar-active: #1D5E3B;--color-surface: #FFFFFF;--color-text-primary: #1F2937;--color-text-secondary: #4B5563;--color-text-muted: #6B7280;--color-primary: #1A5A3B;--color-success: #2E9E5B;--color-success-light: #A5D6A7;--color-border: #E5E7EB;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}[data-theme=dark]{--color-bg: #121214;--color-sidebar: #18181b;--color-sidebar-hover: #27272a;--color-sidebar-active: #3f3f46;--color-surface: #1e1e20;--color-text-primary: #ffffff;--color-text-secondary: #cbcccd;--color-text-muted: #88898b;--color-primary: #34d399;--color-success: #34d399;--color-success-light: #059669;--color-border: #2d2d30;color-scheme:dark}.glass-transparent{background:#ffffff14;backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%);border:1px solid rgba(255,255,255,.12);box-shadow:0 4px 24px #133a2608;border-radius:12px}[data-theme=dark] .glass-transparent{background:#1e1e201f;border-color:#ffffff0f;box-shadow:0 4px 24px #00000026}.glass-subtle{background:#ffffff0a;backdrop-filter:blur(12px) saturate(120%);-webkit-backdrop-filter:blur(12px) saturate(120%);border:1px solid rgba(255,255,255,.08);box-shadow:0 2px 16px #133a2605;border-radius:10px}[data-theme=dark] .glass-subtle{background:#1e1e2014;border-color:#ffffff0a;box-shadow:0 2px 16px #0000001a}[data-theme=dark] body{background-color:var(--color-bg)!important;color:var(--color-text-primary)!important}[data-theme=dark] .card,[data-theme=dark] .documents-card{background-color:var(--color-surface)!important;background:var(--color-surface)!important;border-color:var(--color-border)!important;color:var(--color-text-primary)!important;box-shadow:0 8px 30px #0000004d!important}[data-theme=dark] .form-input,[data-theme=dark] textarea.form-input,[data-theme=dark] input.form-input{background-color:#ffffff08!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;border:1px solid rgba(255,255,255,.08)!important;color:#fff!important;box-shadow:inset 0 1px 2px #0003,0 1px 2px #0000001a!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}[data-theme=dark] select.form-input,[data-theme=dark] select{background-color:#18181bf2!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2388898b' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 12px center!important;background-size:14px!important;padding-right:36px!important;color:#fff!important}[data-theme=dark] select.form-input option,[data-theme=dark] select option{background-color:#1e1e20!important;color:#fff!important}[data-theme=dark] .form-input:hover{background-color:#ffffff0f!important;border-color:#34d3994d!important}[data-theme=dark] .form-input:focus{background-color:#ffffff14!important;border-color:#34d399!important;box-shadow:0 0 0 4px #34d39926,0 4px 16px #0003!important;transform:translateY(-1px)!important}[data-theme=dark] .form-input::placeholder{color:#fff6!important}[data-theme=dark] .header{background-color:var(--color-surface)!important;border-color:var(--color-border)!important;color:var(--color-text-primary)!important}[data-theme=dark] .header-title{color:var(--color-text-primary)!important}[data-theme=dark] .welcome-banner{background:linear-gradient(135deg,var(--color-surface) 0%,var(--color-sidebar) 100%)!important;border:1px solid var(--color-border)!important}[data-theme=dark] .welcome-text{color:#fff!important}[data-theme=dark] .welcome-subtext{color:var(--color-text-secondary)!important}[data-theme=dark] .brand-text{color:var(--color-primary)!important}[data-theme=dark] [style*="background: rgb(255, 255, 255)"],[data-theme=dark] [style*="background: rgb(255, 255, 255"],[data-theme=dark] [style*="background-color: rgb(255, 255, 255)"],[data-theme=dark] [style*="background-color: rgb(255, 255, 255"],[data-theme=dark] [style*="background: rgba(255, 255, 255"],[data-theme=dark] [style*="background-color: rgba(255, 255, 255"],[data-theme=dark] [style*="background: white"],[data-theme=dark] [style*="background-color: white"],[data-theme=dark] [style*="background: #ffffff"],[data-theme=dark] [style*="background: #FFFFFF"],[data-theme=dark] [style*="background-color: #ffffff"],[data-theme=dark] [style*="background-color: #FFFFFF"]{background-color:var(--color-surface)!important;background:var(--color-surface)!important}[data-theme=dark] [style*="background: rgb(248, 250, 252)"],[data-theme=dark] [style*="background-color: rgb(248, 250, 252)"],[data-theme=dark] [style*="background: rgb(249, 250, 251)"],[data-theme=dark] [style*="background-color: rgb(249, 250, 251)"],[data-theme=dark] [style*="background: #F8FAFC"],[data-theme=dark] [style*="background: #f8fafc"],[data-theme=dark] [style*="background: #F9FAFB"],[data-theme=dark] [style*="background: #f9fafb"]{background-color:var(--color-sidebar)!important;background:var(--color-sidebar)!important;color:var(--color-text-primary)!important}[data-theme=dark] [style*="background: rgb(234, 244, 238)"],[data-theme=dark] [style*="background-color: rgb(234, 244, 238)"],[data-theme=dark] [style*="background: rgb(240, 253, 244)"],[data-theme=dark] [style*="background-color: rgb(240, 253, 244)"],[data-theme=dark] [style*="background: #EAF4EE"],[data-theme=dark] [style*="background: #eaf4ee"],[data-theme=dark] [style*="background: #F0FDF4"],[data-theme=dark] [style*="background: #f0fdf4"]{background-color:#10b98126!important;background:#10b98126!important;color:#34d399!important}[data-theme=dark] [style*="color: rgb(19, 58, 38)"],[data-theme=dark] [style*="color: #133A26"],[data-theme=dark] [style*="color: rgb(22, 101, 52)"],[data-theme=dark] [style*="color: #166534"],[data-theme=dark] [style*="color: rgb(21, 128, 61)"],[data-theme=dark] [style*="color: #15803D"],[data-theme=dark] [style*="color: #15803d"]{color:#34d399!important}[data-theme=dark] [style*="color: rgb(75, 85, 99)"],[data-theme=dark] [style*="color: rgb(55, 65, 81)"],[data-theme=dark] [style*="color: rgb(31, 41, 55)"],[data-theme=dark] [style*="color: rgb(17, 24, 39)"],[data-theme=dark] [style*="color: rgb(15, 23, 42)"],[data-theme=dark] [style*="color: rgb(71, 85, 105)"],[data-theme=dark] [style*="color: rgb(107, 114, 128)"],[data-theme=dark] [style*="color: rgb(156, 163, 175)"],[data-theme=dark] [style*="color: #4B5563"],[data-theme=dark] [style*="color: #374151"],[data-theme=dark] [style*="color: #1F2937"],[data-theme=dark] [style*="color: #111827"],[data-theme=dark] [style*="color: #0F172A"],[data-theme=dark] [style*="color: #0f172a"],[data-theme=dark] [style*="color: #475569"],[data-theme=dark] [style*="color: #6B7280"],[data-theme=dark] [style*="color: #64748b"]{color:var(--color-text-secondary)!important}[data-theme=dark] [style*="border: '1px solid #CBD5E1'"],[data-theme=dark] [style*="border: 1px solid #cbd5e1"],[data-theme=dark] [style*="border: '1px solid #E2E8F0'"],[data-theme=dark] [style*="border: 1px solid #e2e8f0"],[data-theme=dark] [style*="border: '1px solid #E5E7EB'"],[data-theme=dark] [style*="border: 1px solid #e5e7eb"]{border-color:var(--color-border)!important}[data-theme=dark] .landing-nav{background:#121214d9!important;border-bottom:1px solid var(--color-border)!important;box-shadow:0 4px 20px #0006!important}[data-theme=dark] .landing-nav:hover{background:#121214f2!important}[data-theme=dark] .logo-text{color:var(--color-primary)!important}[data-theme=dark] .nav-link{color:var(--color-text-secondary)!important}[data-theme=dark] .nav-link:hover,[data-theme=dark] .nav-link.active{color:var(--color-primary)!important}[data-theme=dark] .nav-link:after{background-color:var(--color-primary)!important}[data-theme=dark] .icon-btn{color:var(--color-text-secondary)!important}[data-theme=dark] .btn-outline{border-color:var(--color-primary)!important;color:var(--color-primary)!important;background:#ffffff05!important}[data-theme=dark] .btn-outline:hover,[data-theme=dark] .btn-primary{background:var(--color-primary)!important;color:#121214!important}[data-theme=dark] .btn-primary:hover{background:#059669!important;color:#121214!important}[data-theme=dark] .hero-section{background:radial-gradient(circle at top,#242428,#121214)!important;padding:80px 20px 120px}[data-theme=dark] .hero-title{color:#fff!important;text-shadow:0 0 15px rgba(52,211,153,.1)!important}[data-theme=dark] .hero-subtitle{color:var(--color-text-secondary)!important}[data-theme=dark] .btn-dark{background:var(--color-primary)!important;color:#121214!important;font-weight:700!important}[data-theme=dark] .btn-dark:hover{background:#059669!important;color:#121214!important;box-shadow:0 8px 24px #34d39940!important}[data-theme=dark] .main-content-wrapper{background:var(--color-bg)!important;box-shadow:none!important;border-top:1px solid var(--color-border)!important}[data-theme=dark] .feature-card{background:var(--color-surface)!important;border:1px solid var(--color-border)!important;box-shadow:0 8px 30px #0000004d!important}[data-theme=dark] .feature-card:hover{border-color:var(--color-primary)!important;box-shadow:0 12px 40px #34d3991a!important}[data-theme=dark] .feature-title{color:#fff!important}[data-theme=dark] .feature-text{color:var(--color-text-muted)!important}[data-theme=dark] .btn-feature{background:#34d3991a!important;color:var(--color-primary)!important;border:1px solid var(--color-primary)!important}[data-theme=dark] .btn-feature:hover{background:var(--color-primary)!important;color:#121214!important;box-shadow:0 4px 12px #34d39940!important}[data-theme=dark] .section-title{color:#fff!important}[data-theme=dark] .section-title:after{background-color:var(--color-primary)!important}[data-theme=dark] .project-card{background:var(--color-surface)!important;border:1px solid var(--color-border)!important;box-shadow:0 4px 20px #00000040!important}[data-theme=dark] .project-card:hover{background:var(--color-sidebar)!important;border-color:var(--color-primary)!important;box-shadow:0 8px 30px #34d39914!important}[data-theme=dark] .project-title{color:#fff!important}[data-theme=dark] .btn-outline-small{border-color:var(--color-border)!important;color:var(--color-text-secondary)!important}[data-theme=dark] .project-card:hover .btn-outline-small{border-color:var(--color-primary)!important;color:var(--color-primary)!important}[data-theme=dark] .btn-outline-small:hover{background-color:var(--color-primary)!important;color:#121214!important}[data-theme=dark] .footer{background-color:var(--color-sidebar)!important;border-top:1px solid var(--color-border)!important}[data-theme=dark] .footer-col h4{color:var(--color-primary)!important}[data-theme=dark] .footer-col a{color:var(--color-text-secondary)!important}[data-theme=dark] .footer-col a:hover{color:var(--color-primary)!important}[data-theme=dark] .footer-brand .footer-text{color:var(--color-text-muted)!important}[data-theme=dark] .footer-social{color:var(--color-primary)!important}[data-theme=dark] .file-header{background-color:var(--color-sidebar)!important;border-color:var(--color-border)!important;color:var(--color-text-primary)!important}[data-theme=dark] .file-item{border-color:var(--color-border)!important;background-color:var(--color-surface)!important}[data-theme=dark] .file-item:hover{background-color:#1f2937!important}[data-theme=dark] select{color-scheme:dark!important;background-color:#18181bf2!important;color:#fff!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}[data-theme=dark] input[type=date]{color-scheme:dark!important}[data-theme=dark] [style*="color: #133A26"],[data-theme=dark] [style*="color: rgb(19, 58, 38)"]{color:var(--color-primary)!important}[data-theme=dark] [style*="background: #133A26"],[data-theme=dark] [style*="background-color: #133A26"],[data-theme=dark] [style*="background: rgb(19, 58, 38)"],[data-theme=dark] [style*="background-color: rgb(19, 58, 38)"]{background-color:var(--color-primary)!important;background:var(--color-primary)!important;color:#121214!important}[data-theme=dark] button[style*="background: #133A26"],[data-theme=dark] button[style*="background: rgb(19, 58, 38)"]{color:#121214!important;font-weight:600!important}[data-theme=dark] [style*="background: #EAF4EE"],[data-theme=dark] [style*="background-color: #EAF4EE"],[data-theme=dark] [style*="background: rgb(234, 244, 238)"],[data-theme=dark] [style*="background-color: rgb(234, 244, 238)"]{background-color:#10b98126!important;background:#10b98126!important;color:#34d399!important}[data-theme=dark] [style*="background: #D1FAE5"],[data-theme=dark] [style*="background-color: #D1FAE5"],[data-theme=dark] [style*="background: #d1fae5"],[data-theme=dark] [style*="background-color: #d1fae5"],[data-theme=dark] [style*="background: rgb(209, 250, 229)"],[data-theme=dark] [style*="background: rgb(209,250,229)"],[data-theme=dark] [style*="background: rgb(209, 250, 229"],[data-theme=dark] [style*="background: rgb(209,250,229"],[data-theme=dark] [style*="background-color: rgb(209, 250, 229)"],[data-theme=dark] [style*="background-color: rgb(209,250,229)"],[data-theme=dark] [style*="background-color: rgb(209, 250, 229"],[data-theme=dark] [style*="background-color: rgb(209,250,229"]{background-color:#34d39926!important;background:#34d39926!important;color:#34d399!important}[data-theme=dark] [style*="color: #065F46"],[data-theme=dark] [style*="color: #065f46"],[data-theme=dark] [style*="color: rgb(6, 95, 70)"],[data-theme=dark] [style*="color: rgb(6,95,70)"]{color:#34d399!important}[data-theme=dark] [style*="background: #FFF3CD"],[data-theme=dark] [style*="background-color: #FFF3CD"],[data-theme=dark] [style*="background: #fff3cd"],[data-theme=dark] [style*="background-color: #fff3cd"],[data-theme=dark] [style*="background: rgb(255, 243, 205)"],[data-theme=dark] [style*="background: rgb(255,243,205)"],[data-theme=dark] [style*="background: rgb(255, 243, 205"],[data-theme=dark] [style*="background: rgb(255,243,205"],[data-theme=dark] [style*="background-color: rgb(255, 243, 205)"],[data-theme=dark] [style*="background-color: rgb(255,243,205)"],[data-theme=dark] [style*="background-color: rgb(255, 243, 205"],[data-theme=dark] [style*="background-color: rgb(255,243,205"]{background-color:#f59e0b26!important;background:#f59e0b26!important;border-color:#f59e0b4d!important;color:#fbbf24!important}[data-theme=dark] [style*="color: #92400E"],[data-theme=dark] [style*="color: #92400e"],[data-theme=dark] [style*="color: #78350F"],[data-theme=dark] [style*="color: #78350f"],[data-theme=dark] [style*="color: rgb(146, 64, 14)"],[data-theme=dark] [style*="color: rgb(146,64,14)"],[data-theme=dark] [style*="color: rgb(120, 53, 15)"],[data-theme=dark] [style*="color: rgb(120,53,15)"]{color:#fbbf24!important}[data-theme=dark] [style*="background: #E0F2FE"],[data-theme=dark] [style*="background-color: #E0F2FE"],[data-theme=dark] [style*="background: #e0f2fe"],[data-theme=dark] [style*="background-color: #e0f2fe"],[data-theme=dark] [style*="background: rgb(224, 242, 254)"],[data-theme=dark] [style*="background: rgb(224,242,254)"],[data-theme=dark] [style*="background: rgb(224, 242, 254"],[data-theme=dark] [style*="background: rgb(224,242,254"],[data-theme=dark] [style*="background-color: rgb(224, 242, 254)"],[data-theme=dark] [style*="background-color: rgb(224,242,254)"],[data-theme=dark] [style*="background-color: rgb(224, 242, 254"],[data-theme=dark] [style*="background-color: rgb(224,242,254"]{background-color:#3b82f626!important;background:#3b82f626!important;border-color:#3b82f64d!important;color:#60a5fa!important}[data-theme=dark] [style*="color: #1E40AF"],[data-theme=dark] [style*="color: #1e40af"],[data-theme=dark] [style*="color: #1E3A8A"],[data-theme=dark] [style*="color: #1e3a8a"],[data-theme=dark] [style*="color: rgb(30, 64, 175)"],[data-theme=dark] [style*="color: rgb(30,64,175)"],[data-theme=dark] [style*="color: rgb(30, 58, 138)"],[data-theme=dark] [style*="color: rgb(30,58,138)"]{color:#60a5fa!important}[data-theme=dark] [style*="background: rgb(236, 253, 245)"],[data-theme=dark] [style*="background: rgb(236,253,245)"],[data-theme=dark] [style*="background: rgb(236, 253, 245"],[data-theme=dark] [style*="background: rgb(236,253,245"],[data-theme=dark] [style*="background-color: rgb(236, 253, 245)"],[data-theme=dark] [style*="background-color: rgb(236,253,245)"],[data-theme=dark] [style*="background-color: rgb(236, 253, 245"],[data-theme=dark] [style*="background-color: rgb(236,253,245"],[data-theme=dark] [style*="background: #ECFDF5"],[data-theme=dark] [style*="background: #ecfdf5"],[data-theme=dark] [style*="background-color: #ECFDF5"],[data-theme=dark] [style*="background-color: #ecfdf5"],[data-theme=dark] [style*="background: #D1FAE5"],[data-theme=dark] [style*="background: #d1fae5"],[data-theme=dark] [style*="background-color: #D1FAE5"],[data-theme=dark] [style*="background-color: #d1fae5"],[data-theme=dark] [style*="background: rgb(209, 250, 229)"],[data-theme=dark] [style*="background: rgb(209,250,229)"],[data-theme=dark] [style*="background: rgb(209, 250, 229"],[data-theme=dark] [style*="background: rgb(209,250,229"],[data-theme=dark] [style*="background-color: rgb(209, 250, 229)"],[data-theme=dark] [style*="background-color: rgb(209,250,229)"],[data-theme=dark] [style*="background-color: rgb(209, 250, 229"],[data-theme=dark] [style*="background-color: rgb(209,250,229"]{background-color:#34d39926!important;background:#34d39926!important;border-color:#34d3994d!important;color:#34d399!important}[data-theme=dark] [style*="color: #047857"],[data-theme=dark] [style*="color: rgb(4, 120, 87)"],[data-theme=dark] [style*="color: rgb(4,120,87)"],[data-theme=dark] [style*="color: #059669"],[data-theme=dark] [style*="color: rgb(5, 150, 105)"],[data-theme=dark] [style*="color: rgb(5,150,105)"]{color:#34d399!important}[data-theme=dark] [style*="background: rgb(254, 242, 242)"],[data-theme=dark] [style*="background: rgb(254,242,242)"],[data-theme=dark] [style*="background: rgb(254, 242, 242"],[data-theme=dark] [style*="background: rgb(254,242,242"],[data-theme=dark] [style*="background-color: rgb(254, 242, 242)"],[data-theme=dark] [style*="background-color: rgb(254,242,242)"],[data-theme=dark] [style*="background-color: rgb(254, 242, 242"],[data-theme=dark] [style*="background-color: rgb(254,242,242"],[data-theme=dark] [style*="background: #FEF2F2"],[data-theme=dark] [style*="background: #fef2f2"],[data-theme=dark] [style*="background-color: #FEF2F2"],[data-theme=dark] [style*="background-color: #fef2f2"],[data-theme=dark] [style*="background: #FEE2E2"],[data-theme=dark] [style*="background: #fee2e2"],[data-theme=dark] [style*="background-color: #FEE2E2"],[data-theme=dark] [style*="background-color: #fee2e2"],[data-theme=dark] [style*="background: rgb(254, 226, 226)"],[data-theme=dark] [style*="background: rgb(254,226,226)"],[data-theme=dark] [style*="background: rgb(254, 226, 226"],[data-theme=dark] [style*="background: rgb(254,226,226"],[data-theme=dark] [style*="background-color: rgb(254, 226, 226)"],[data-theme=dark] [style*="background-color: rgb(254,226,226)"],[data-theme=dark] [style*="background-color: rgb(254, 226, 226"],[data-theme=dark] [style*="background-color: rgb(254,226,226"]{background-color:#ef444426!important;background:#ef444426!important;border-color:#ef44444d!important;color:#f87171!important}[data-theme=dark] [style*="color: #B91C1C"],[data-theme=dark] [style*="color: #b91c1c"],[data-theme=dark] [style*="color: rgb(185, 28, 28)"],[data-theme=dark] [style*="color: rgb(185,28,28)"],[data-theme=dark] [style*="color: #991B1B"],[data-theme=dark] [style*="color: #991b1b"],[data-theme=dark] [style*="color: rgb(153, 27, 27)"],[data-theme=dark] [style*="color: rgb(153,27,27)"],[data-theme=dark] [style*="color: #DC2626"],[data-theme=dark] [style*="color: #dc2626"],[data-theme=dark] [style*="color: rgb(220, 38, 38)"],[data-theme=dark] [style*="color: rgb(220,38,38)"]{color:#f87171!important}[data-theme=dark] [style*="background: rgb(255, 251, 237)"],[data-theme=dark] [style*="background: rgb(255,251,237)"],[data-theme=dark] [style*="background: rgb(255, 251, 237"],[data-theme=dark] [style*="background: rgb(255,251,237"],[data-theme=dark] [style*="background-color: rgb(255, 251, 237)"],[data-theme=dark] [style*="background-color: rgb(255,251,237)"],[data-theme=dark] [style*="background: rgb(255, 251, 235)"],[data-theme=dark] [style*="background: rgb(255,251,235)"],[data-theme=dark] [style*="background: rgb(255, 251, 235"],[data-theme=dark] [style*="background: rgb(255,251,235"],[data-theme=dark] [style*="background-color: rgb(255, 251, 235)"],[data-theme=dark] [style*="background-color: rgb(255,251,235)"],[data-theme=dark] [style*="background: #FFFBEB"],[data-theme=dark] [style*="background: #fffbeb"],[data-theme=dark] [style*="background-color: #FFFBEB"],[data-theme=dark] [style*="background-color: #fffbeb"],[data-theme=dark] [style*="background: #FEF3C7"],[data-theme=dark] [style*="background: #fef3c7"],[data-theme=dark] [style*="background-color: #FEF3C7"],[data-theme=dark] [style*="background-color: #fef3c7"],[data-theme=dark] [style*="background: rgb(254, 243, 199)"],[data-theme=dark] [style*="background: rgb(254,243,199)"],[data-theme=dark] [style*="background: rgb(254, 243, 199"],[data-theme=dark] [style*="background: rgb(254,243,199"],[data-theme=dark] [style*="background-color: rgb(254, 243, 199)"],[data-theme=dark] [style*="background-color: rgb(254,243,199)"],[data-theme=dark] [style*="background-color: rgb(254, 243, 199"],[data-theme=dark] [style*="background-color: rgb(254,243,199"]{background-color:#f59e0b26!important;background:#f59e0b26!important;border-color:#f59e0b4d!important;color:#fbbf24!important}[data-theme=dark] [style*="color: #B45309"],[data-theme=dark] [style*="color: #b45309"],[data-theme=dark] [style*="color: rgb(180, 83, 9)"],[data-theme=dark] [style*="color: rgb(180,83,9)"],[data-theme=dark] [style*="color: #D97706"],[data-theme=dark] [style*="color: #d97706"],[data-theme=dark] [style*="color: rgb(217, 119, 6)"],[data-theme=dark] [style*="color: rgb(217,119,6)"]{color:#fbbf24!important}[data-theme=dark] [style*="borderLeft: '4px solid #F59E0B'"],[data-theme=dark] [style*="border-left: 4px solid #f59e0b"],[data-theme=dark] [style*="border-left: 4px solid #F59E0B"],[data-theme=dark] [style*="border-left: 4px solid rgb(245, 158, 11)"],[data-theme=dark] [style*="border-left: 4px solid rgb(245,158,11)"]{border-left-color:#fbbf24!important}[data-theme=dark] [style*="background: rgb(239, 246, 255)"],[data-theme=dark] [style*="background: rgb(239,246,255)"],[data-theme=dark] [style*="background: rgb(239, 246, 255"],[data-theme=dark] [style*="background: rgb(239,246,255"],[data-theme=dark] [style*="background-color: rgb(239, 246, 255)"],[data-theme=dark] [style*="background-color: rgb(239,246,255)"],[data-theme=dark] [style*="background-color: rgb(239, 246, 255"],[data-theme=dark] [style*="background-color: rgb(239,246,255"],[data-theme=dark] [style*="background: #EFF6FF"],[data-theme=dark] [style*="background: #eff6ff"],[data-theme=dark] [style*="background-color: #EFF6FF"],[data-theme=dark] [style*="background-color: #eff6ff"],[data-theme=dark] [style*="background: #DBEAFE"],[data-theme=dark] [style*="background: #dbeafe"],[data-theme=dark] [style*="background-color: #DBEAFE"],[data-theme=dark] [style*="background-color: #dbeafe"],[data-theme=dark] [style*="background: rgb(219, 234, 254)"],[data-theme=dark] [style*="background: rgb(219,234,254)"],[data-theme=dark] [style*="background: rgb(219, 234, 254"],[data-theme=dark] [style*="background: rgb(219,234,254"],[data-theme=dark] [style*="background-color: rgb(219, 234, 254)"],[data-theme=dark] [style*="background-color: rgb(219,234,254)"],[data-theme=dark] [style*="background-color: rgb(219, 234, 254"],[data-theme=dark] [style*="background-color: rgb(219,234,254"]{background-color:#3b82f626!important;background:#3b82f626!important;border-color:#3b82f64d!important;color:#60a5fa!important}[data-theme=dark] [style*="color: #1E40AF"],[data-theme=dark] [style*="color: #1e40af"],[data-theme=dark] [style*="color: rgb(30, 64, 175)"],[data-theme=dark] [style*="color: rgb(30,64,175)"],[data-theme=dark] [style*="color: #1D4ED8"],[data-theme=dark] [style*="color: #1d4ed8"],[data-theme=dark] [style*="color: rgb(29, 78, 216)"],[data-theme=dark] [style*="color: rgb(29,78,216)"],[data-theme=dark] [style*="color: #2563EB"],[data-theme=dark] [style*="color: #2563eb"],[data-theme=dark] [style*="color: rgb(37, 99, 235)"],[data-theme=dark] [style*="color: rgb(37,99,235)"]{color:#60a5fa!important}[data-theme=dark] [style*="background: rgb(250, 250, 250)"],[data-theme=dark] [style*="background: rgb(250, 250, 250"],[data-theme=dark] [style*="background-color: rgb(250, 250, 250)"],[data-theme=dark] [style*="background-color: rgb(250, 250, 250"],[data-theme=dark] [style*="background: #FAFAFA"],[data-theme=dark] [style*="background: #fafafa"],[data-theme=dark] [style*="background-color: #FAFAFA"],[data-theme=dark] [style*="background-color: #fafafa"]{background-color:var(--color-surface)!important;background:var(--color-surface)!important}[data-theme=dark] [style*="background: rgb(241, 245, 249)"],[data-theme=dark] [style*="background: rgb(241, 245, 249"],[data-theme=dark] [style*="background-color: rgb(241, 245, 249)"],[data-theme=dark] [style*="background-color: rgb(241, 245, 249"],[data-theme=dark] [style*="background: #f1f5f9"],[data-theme=dark] [style*="background: #F1F5F9"],[data-theme=dark] [style*="background-color: #f1f5f9"],[data-theme=dark] [style*="background-color: #F1F5F9"],[data-theme=dark] [style*="background: rgb(248, 250, 252)"],[data-theme=dark] [style*="background: rgb(248, 250, 252"],[data-theme=dark] [style*="background-color: rgb(248, 250, 252)"],[data-theme=dark] [style*="background: #F8FAFC"],[data-theme=dark] [style*="background: #f8fafc"],[data-theme=dark] [style*="background-color: #F8FAFC"],[data-theme=dark] [style*="background-color: #f8fafc"]{background-color:var(--color-sidebar)!important;background:var(--color-sidebar)!important;color:var(--color-text-primary)!important}[data-theme=dark] [style*="borderBottom: '1px solid #F1F5F9'"],[data-theme=dark] [style*="border-bottom: 1px solid #f1f5f9"],[data-theme=dark] [style*="borderBottom: '1px solid #E2E8F0'"],[data-theme=dark] [style*="border-bottom: 1px solid #e2e8f0"],[data-theme=dark] [style*="borderBottom: '1px solid #eee'"],[data-theme=dark] [style*="border-bottom: 1px solid #eee"],[data-theme=dark] [style*="borderBottom: '1px solid #e5e7eb'"],[data-theme=dark] [style*="border-bottom: 1px solid #e5e7eb"]{border-color:var(--color-border)!important}[data-theme=dark] .btn-outline-small{background-color:var(--color-surface)!important;background:var(--color-surface)!important;border-color:var(--color-border)!important;color:var(--color-text-secondary)!important}[data-theme=dark] .btn-outline-small.active{background-color:var(--color-primary)!important;background:var(--color-primary)!important;border-color:var(--color-primary)!important;color:#121214!important}[data-theme=dark] .btn-outline-small:hover{background-color:var(--color-sidebar-hover)!important;background:var(--color-sidebar-hover)!important;border-color:var(--color-primary)!important;color:var(--color-primary)!important}[data-theme=dark] .subpage-container{background-color:var(--color-bg)!important}[data-theme=dark] .glass-panel{background:#141416d1!important;backdrop-filter:blur(24px) saturate(180%)!important;-webkit-backdrop-filter:blur(24px) saturate(180%)!important;border:1px solid rgba(255,255,255,.08)!important;color:var(--color-text-primary)!important;box-shadow:0 24px 60px #00000073,inset 0 1px #ffffff0d!important}[data-theme=dark] .page-desc{color:var(--color-text-secondary)!important}[data-theme=dark] [style*="borderTop: '1px solid rgba(19, 58, 38, 0.1)'"],[data-theme=dark] [style*="border-top: 1px solid rgba(19, 58, 38, 0.1)"]{border-top:1px solid var(--color-border)!important}[data-theme=dark] [style*="borderTop: '1px dashed #E5E7EB'"],[data-theme=dark] [style*="border-top: 1px dashed #E5E7EB"],[data-theme=dark] [style*="borderBottom: '2px solid #E2E8F0'"],[data-theme=dark] [style*="border-bottom: 2px solid #E2E8F0"]{border-color:var(--color-border)!important}[data-theme=dark] [style*="background: #A5D6A7"],[data-theme=dark] [style*="background-color: #A5D6A7"],[data-theme=dark] [style*="background: #a5d6a7"],[data-theme=dark] [style*="background-color: #a5d6a7"],[data-theme=dark] [style*="background: rgb(165, 214, 167)"],[data-theme=dark] [style*="background: rgb(165,214,167)"],[data-theme=dark] [style*="background: rgb(165, 214, 167"],[data-theme=dark] [style*="background: rgb(165,214,167"],[data-theme=dark] [style*="background-color: rgb(165, 214, 167)"],[data-theme=dark] [style*="background-color: rgb(165,214,167)"],[data-theme=dark] [style*="background-color: rgb(165, 214, 167"],[data-theme=dark] [style*="background-color: rgb(165,214,167"],[data-theme=dark] [style*="background: '#A5D6A7'"],[data-theme=dark] [style*="background-color: '#A5D6A7'"]{background-color:var(--color-primary)!important;background:var(--color-primary)!important;color:#121214!important}[data-theme=dark] [style*="border: '3px solid #EAF4EE'"],[data-theme=dark] [style*="border: 3px solid #eaf4ee"]{border-color:var(--color-bg)!important}[data-theme=dark] svg[stroke="#133A26"],[data-theme=dark] svg[stroke="#133A26" i]{stroke:var(--color-primary)!important}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent;border-radius:10px}::-webkit-scrollbar-thumb{background:#133a2626;border-radius:10px;border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:#133a2666;border:2px solid transparent;background-clip:padding-box}.sidebar::-webkit-scrollbar-thumb,.sidebar-nav::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px;border:2px solid transparent;background-clip:padding-box}[data-theme=dark] .sidebar::-webkit-scrollbar-thumb,[data-theme=dark] .sidebar-nav::-webkit-scrollbar-thumb{background:#ffffff1a}.sidebar::-webkit-scrollbar-thumb:hover,.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#0003}[data-theme=dark] .sidebar::-webkit-scrollbar-thumb:hover,[data-theme=dark] .sidebar-nav::-webkit-scrollbar-thumb:hover{background:#fff3}.sidebar,.sidebar-nav{scrollbar-color:rgba(0,0,0,.1) transparent!important}[data-theme=dark] .sidebar,[data-theme=dark] .sidebar-nav{scrollbar-color:rgba(255,255,255,.1) transparent!important}*{box-sizing:border-box;margin:0;padding:0;scrollbar-width:thin;scrollbar-color:rgba(19,58,38,.2) transparent}body{font-family:Inter,sans-serif;background-color:var(--color-bg);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-container{display:flex;height:100vh;overflow:hidden;background-color:var(--color-bg)}[data-theme=dark] .app-container{background-color:var(--color-bg)!important}.sidebar{width:250px;background:linear-gradient(180deg,#f0fdf4,#e2f8ec,#d3f2e3);color:var(--color-text-primary);display:flex;flex-direction:column;flex-shrink:0;transition:width .3s ease;border-right:1px solid rgba(26,90,59,.1);box-shadow:4px 0 24px #0000000a}[data-theme=dark] .sidebar{background:linear-gradient(180deg,#091c12,#05120b)!important;border-right:1px solid rgba(52,211,153,.08)!important;box-shadow:6px 0 32px #0006!important}.sidebar-logo{padding:28px 20px 24px;text-align:center;border-bottom:1px solid rgba(26,90,59,.08);display:flex;flex-direction:column;align-items:center;margin-bottom:16px}[data-theme=dark] .sidebar-logo{border-bottom:1px solid rgba(52,211,153,.08)}.sidebar-logo svg{color:var(--color-primary);filter:drop-shadow(0 2px 6px rgba(26,90,59,.1));transition:transform .4s ease}.sidebar-logo:hover svg{transform:rotate(15deg) scale(1.08)}.sidebar-logo img{width:60px;height:auto;margin-bottom:10px}.sidebar-logo h2{font-size:1.3rem;font-weight:700;letter-spacing:-.25px;background:linear-gradient(120deg,var(--color-primary) 0%,var(--color-success) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-top:4px}.sidebar-nav{flex:1;padding:20px 12px;display:flex;flex-direction:column;gap:4px;overflow-y:auto}.sidebar-section-label{font-size:.68rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:1.5px;padding:16px 16px 6px;cursor:default;pointer-events:none}[data-theme=dark] .sidebar-section-label{color:#4b5563}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 16px!important;border-radius:8px;color:#64748b;text-decoration:none;font-weight:600;transition:all .2s ease;cursor:pointer;position:relative;overflow:hidden;background-color:transparent!important;border:none!important;box-shadow:none!important}[data-theme=dark] .nav-item{color:#a1a1aa}.nav-item:hover{background-color:#f1f5f9!important;color:#0f172a!important}[data-theme=dark] .nav-item:hover{background-color:#27272a!important;color:#fff!important}.nav-item:active{transform:scale(.98)}.nav-item.active{background-color:var(--color-primary)!important;color:#fff!important;font-weight:600;box-shadow:0 4px 12px #1a5a3b2e!important}[data-theme=dark] .nav-item.active{background-color:var(--color-primary)!important;color:#092c1a!important;font-weight:700;box-shadow:0 4px 12px #34d39940!important}.nav-icon{width:20px;height:20px;transition:transform .3s cubic-bezier(.25,.8,.25,1),color .3s ease;color:var(--color-text-secondary)}.nav-item:hover .nav-icon{transform:scale(1.1);color:var(--color-text-primary)}[data-theme=dark] .nav-item:hover .nav-icon{color:#fff}.nav-item.active .nav-icon{color:#fff!important}[data-theme=dark] .nav-item.active .nav-icon{color:#0b0f19!important}.sidebar-bottom{padding:16px 12px}.sidebar-bottom .nav-item:hover{background-color:#ef444414!important;color:#f87171!important}.sidebar-bottom .nav-item:hover .nav-icon{color:#f87171!important;transform:scale(1.1) translate(-2px)}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.header{height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 30px;border-bottom:1px solid rgba(0,0,0,.05);position:sticky!important;top:0!important;z-index:1000!important;background:var(--color-surface, #ffffff)!important}.header-title{font-size:1.25rem;font-weight:600}.header-actions{display:flex;align-items:center;gap:20px}.notification-bell{position:relative;cursor:pointer;color:var(--color-text-secondary)}.notification-badge{position:absolute;top:-2px;right:-2px;width:16px;height:16px;background-color:#ef4444;color:#fff;border-radius:50%;font-size:.65rem;display:flex;align-items:center;justify-content:center;font-weight:700}.user-profile{display:flex;align-items:center;gap:12px;cursor:pointer}.user-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.user-info{display:flex;flex-direction:column}.user-name{font-weight:600;font-size:.9rem}.user-dept{font-size:.75rem;color:var(--color-text-muted)}.dashboard-area{flex:1;padding:30px;overflow-y:auto}.welcome-banner{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.welcome-text{font-size:1.5rem;font-weight:600}.welcome-subtext{color:var(--color-text-secondary);font-weight:400}.brand-text{font-size:1.25rem;font-weight:600;color:var(--color-primary)}.dashboard-grid{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:auto auto;gap:24px}.timeline-card{grid-column:1;grid-row:1}.documents-card{grid-column:2;grid-row:1 / span 2}.details-card{grid-column:1;grid-row:2;display:grid;grid-template-columns:1fr 1fr;gap:24px}.card{background-color:var(--color-surface);border-radius:12px;padding:24px;box-shadow:var(--shadow-sm);border:1px solid var(--color-border);transition:transform .2s ease,box-shadow .2s ease}.card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.card-title{font-size:1.15rem;font-weight:600;color:var(--color-sidebar);margin-bottom:20px}.timeline-container{display:flex;align-items:center;justify-content:space-between;position:relative;margin-top:40px;margin-bottom:20px;padding:0 10px}.timeline-track{position:absolute;top:15px;left:30px;right:30px;height:3px;background-color:#e5e7eb;z-index:1}.timeline-progress{position:absolute;top:15px;left:30px;height:3px;background-color:var(--color-success);z-index:2;transition:width 1s ease-in-out}.timeline-step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:3;width:80px;text-align:center}.step-indicator{width:32px;height:32px;border-radius:50%;background-color:#d1d5db;display:flex;align-items:center;justify-content:center;margin-bottom:12px;transition:all .3s ease}.step-indicator.completed{background-color:var(--color-success);color:#fff}.step-indicator.active{background-color:var(--color-success-light);border:4px solid white;box-shadow:0 0 0 2px var(--color-success);width:40px;height:40px;margin-bottom:8px}.step-label{font-size:.75rem;font-weight:500;color:var(--color-text-secondary);line-height:1.2}.step-sublabel{font-size:.65rem;color:var(--color-text-muted);margin-top:4px}.active-tooltip{position:absolute;top:-35px;background-color:#4b5563;color:#fff;padding:4px 8px;border-radius:4px;font-size:.7rem;font-weight:500}.active-tooltip:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);border-width:4px 4px 0;border-style:solid;border-color:#4B5563 transparent transparent transparent}.upload-zone{border:2px dashed #CBD5E1;border-radius:8px;padding:30px;text-align:center;background-color:#f8fafc;margin-bottom:24px;transition:border-color .2s ease,background-color .2s ease;cursor:pointer}.upload-zone:hover{border-color:var(--color-sidebar);background-color:#f1f5f9}.upload-icon{color:#94a3b8;width:40px;height:40px;margin-bottom:12px}.upload-title{font-weight:600;font-size:1rem;margin-bottom:4px}.upload-subtitle{font-size:.8rem;color:var(--color-text-muted);margin-bottom:16px}.btn-upload{background-color:var(--color-sidebar);color:#fff;border:none;padding:10px 20px;border-radius:6px;font-weight:500;font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:8px;width:100%;cursor:pointer;transition:background-color .2s ease}.btn-upload:hover{background-color:var(--color-sidebar-hover)}.recent-uploads-title{font-weight:600;font-size:.95rem;margin-bottom:12px}.file-list{display:flex;flex-direction:column;gap:8px}.file-header{display:flex;font-size:.8rem;color:var(--color-text-muted);padding-bottom:8px;border-bottom:1px solid var(--color-border)}.file-item{display:flex;align-items:center;padding:12px 0;border-bottom:1px solid #F1F5F9}.file-name{flex:2;font-size:.85rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:12px}.file-size,.file-date{flex:1;font-size:.8rem;color:var(--color-text-secondary)}.file-actions{display:flex;gap:8px}.btn-action{background-color:var(--color-sidebar);color:#fff;border:none;padding:4px 12px;border-radius:4px;font-size:.75rem;font-weight:500;cursor:pointer;transition:opacity .2s ease}.btn-action:hover{opacity:.9}.info-block{margin-bottom:12px}.info-label{font-size:.8rem;color:var(--color-text-secondary);margin-bottom:4px}.info-value{font-weight:600;font-size:.95rem}.dissertation-title{font-size:1.1rem;font-weight:700;color:#111827;margin-bottom:4px}.dissertation-date{font-size:.8rem;color:var(--color-text-muted);margin-bottom:16px}.task-list{display:flex;flex-direction:column;gap:12px}.task-item{display:flex;align-items:center;justify-content:space-between;background-color:#f8fafc;padding:12px 16px;border-radius:8px;border:1px solid #E2E8F0}.task-info{display:flex;align-items:center;gap:12px}.task-icon{color:var(--color-text-muted)}.task-name{font-weight:500;font-size:.9rem}.task-date{font-size:.85rem;color:var(--color-text-secondary);font-weight:500}.landing-page{background-color:var(--color-bg);background-image:url(/hero-bg.png);background-size:cover;background-position:center top;background-attachment:fixed;min-height:100vh;display:flex;flex-direction:column}.landing-nav{display:flex;justify-content:space-between;align-items:center;padding:16px 40px;background:#fff6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.5);position:sticky;top:0;z-index:50;transition:all .3s ease}.landing-nav:hover{background:#fff9}.landing-logo{display:flex;align-items:center;gap:8px;transition:transform .2s ease}.landing-logo:hover{transform:scale(1.05)}.logo-text{font-weight:700;font-size:1.25rem;color:#133a26}.nav-links{display:flex;gap:24px}.nav-link{text-decoration:none;color:#4b5563;font-weight:500;font-size:.9rem;transition:all .2s ease;position:relative}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background-color:#133a26;transition:width .3s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link:hover,.nav-link.active{color:#133a26;font-weight:600}.nav-actions{display:flex;align-items:center;gap:16px}.icon-btn{background:none;border:none;cursor:pointer;color:#133a26;transition:transform .2s ease}.icon-btn:hover{transform:scale(1.1)}.btn-outline{border:1px solid #133A26;background:#ffffff80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#133a26;padding:8px 20px;border-radius:20px;font-weight:600;font-size:.9rem;text-decoration:none;transition:all .3s ease}.btn-outline:hover{background:#133a26;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #133a2633}.btn-primary{background:#133a26;color:#fff;padding:8px 20px;border-radius:20px;font-weight:600;font-size:.9rem;border:none;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 8px #133a2633}.btn-primary:hover{background:#1a4d33;transform:translateY(-2px);box-shadow:0 6px 16px #133a264d}.hero-section{text-align:center;padding:80px 20px 120px;position:relative;animation:fadeIn 1s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:3.5rem;font-weight:800;color:#133a26;line-height:1.1;margin-bottom:24px}.hero-subtitle{font-size:1.1rem;color:#133a26;font-weight:500;margin-bottom:40px;line-height:1.5}.hero-buttons{display:flex;justify-content:center;gap:16px}.btn-dark{background:#133a26;color:#fff;padding:12px 28px;border-radius:30px;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #133a2633}.btn-dark:hover{background:#1a4d33;transform:translateY(-3px);box-shadow:0 8px 20px #133a264d}.hero-buttons .btn-primary{padding:12px 28px;border-radius:30px;font-size:1rem}.main-content-wrapper{background:#fff;border-radius:40px;margin:0 40px 40px;padding-bottom:40px;box-shadow:0 10px 30px #0000000d;position:relative;z-index:5}.features-section{padding:0 40px;position:relative;z-index:10;transform:translateY(-60px);margin-bottom:-60px}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:0 auto}.feature-card{background:#ffffffc7;backdrop-filter:blur(16px) saturate(120%);-webkit-backdrop-filter:blur(16px) saturate(120%);border:1px solid rgba(255,255,255,.5);padding:30px 20px;border-radius:20px;text-align:center;box-shadow:0 10px 30px #133a260a,inset 0 1px #fff6;display:flex;flex-direction:column;align-items:center;transition:all .4s cubic-bezier(.165,.84,.44,1)}.feature-card:hover{transform:translateY(-8px);background:#ffffffa6;border-color:#fffc;box-shadow:0 20px 40px #133a2614,inset 0 1px #fff9}.feature-icon-wrapper{margin-bottom:20px;transition:transform .3s ease}.feature-card:hover .feature-icon-wrapper{transform:translateY(-5px)}.feature-title{font-size:1.1rem;font-weight:700;color:#133a26;margin-bottom:12px}.feature-text{font-size:.85rem;color:#6b7280;margin-bottom:24px;flex:1}.btn-feature{background:#133a26;color:#fff;border:none;padding:10px 24px;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;width:100%;transition:all .3s ease}.btn-feature:hover{background:#1a4d33;transform:translateY(-2px);box-shadow:0 4px 12px #133a2633}.projects-section{padding:80px 40px;max-width:1200px;margin:0 auto;width:100%}.section-title{font-size:1.5rem;font-weight:700;color:#133a26;margin-bottom:30px;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;width:50%;height:3px;bottom:-8px;left:0;background-color:#a5d6a7;border-radius:2px}.projects-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.project-card{background:#ffffffc7;backdrop-filter:blur(16px) saturate(120%);-webkit-backdrop-filter:blur(16px) saturate(120%);border:1px solid rgba(255,255,255,.5);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;padding:20px;gap:14px;box-shadow:0 10px 30px #00000005,inset 0 1px #fff6;transition:all .4s cubic-bezier(.165,.84,.44,1);cursor:pointer}.project-card:hover{transform:translateY(-6px);background:#ffffffa6;border-color:#fffc;box-shadow:0 15px 30px #133a260f,inset 0 1px #fff9}.project-image{width:60px;height:60px;border-radius:8px;object-fit:cover;transition:transform .4s ease}.project-card:hover .project-image{transform:scale(1.05)}.project-info{display:flex;flex-direction:column;justify-content:space-between}.project-title{font-size:.85rem;font-weight:600;color:#1f2937;line-height:1.2}.btn-outline-small{border:1px solid #D1D5DB;background:transparent;color:#4b5563;padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:500;align-self:flex-start;cursor:pointer;transition:all .2s ease}.project-card:hover .btn-outline-small{border-color:#133a26;color:#133a26}.btn-outline-small:hover{background-color:#133a26;color:#fff!important}.subpage-container{min-height:100vh;display:flex;flex-direction:column;background-color:var(--color-bg);background-image:url(/hero-bg.png);background-size:cover;background-position:center top;background-attachment:fixed}.glass-panel{background:#ffffffd1;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid rgba(255,255,255,.45);border-radius:20px;padding:40px;box-shadow:0 10px 40px -10px #133a261f,0 20px 50px -20px #0000000d,inset 0 1px #ffffff80;margin:40px auto;width:100%;max-width:600px;position:relative;z-index:10;animation:scaleIn .5s cubic-bezier(.175,.885,.32,1.275);transition:all .4s ease}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.auth-panel{max-width:450px}.form-group{margin-bottom:20px;text-align:left}.form-label{display:block;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#133a26;margin-bottom:6px;transition:color .3s ease}.form-group:focus-within .form-label{color:#1a5a3b}.form-input{width:100%;padding:14px 18px;border-radius:12px;border:1px solid rgba(19,58,38,.15);background:#ffffff80;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#1f2937;font-family:inherit;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:inset 0 1px 2px #133a260d,0 1px 2px #00000005}.form-input::placeholder{color:#9ca3af;font-size:.9rem}.form-input:hover{background:#ffffffb3;border-color:#133a264d}.form-input:focus{outline:none;background:#ffffffe6;border-color:#133a26;box-shadow:0 0 0 4px #133a261a,0 4px 12px #133a260d;transform:translateY(-1px)}.page-title{font-size:2rem;font-weight:700;color:#133a26;margin-bottom:16px;text-align:center}.page-desc{color:#4b5563;text-align:center;margin-bottom:30px}.footer{margin-top:auto;padding:40px;border-top:1px solid rgba(19,58,38,.1);background-color:#ffffff80}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between}.footer-brand .footer-text{margin-top:16px;font-size:.9rem;color:#6b7280}.footer-links{display:flex;gap:60px}.footer-col h4{font-size:1rem;font-weight:600;color:#133a26;margin-bottom:16px}.footer-col a{display:block;text-decoration:none;color:#6b7280;font-size:.9rem;margin-bottom:8px}.footer-social{display:flex;gap:16px;color:#133a26}@media (max-width: 768px){.landing-nav{padding:12px 16px;flex-wrap:wrap;gap:12px;justify-content:center}.nav-links{gap:12px;width:100%;justify-content:center;overflow-x:auto;padding-bottom:4px}.nav-link{font-size:.8rem}.hero-title{font-size:2.2rem;line-height:1.2}.hero-subtitle{font-size:.95rem;margin-bottom:24px}.features-grid{grid-template-columns:1fr!important;padding:0 10px}.features-section{transform:translateY(-20px);margin-bottom:-20px}.main-content-wrapper{margin:0 16px 20px;border-radius:20px}.projects-section{padding:40px 16px}.footer-content{flex-direction:column;gap:30px;align-items:center;text-align:center}.footer-links{flex-direction:column;gap:20px}.footer-bottom-bar{flex-direction:column!important;text-align:center!important;align-items:center!important}.glass-panel{margin:20px 12px;padding:24px 16px}.page-title{font-size:1.6rem}.page-desc{font-size:.85rem}.app-container{flex-direction:column}.sidebar,body.sidebar-mobile-open .sidebar,.mobile-overlay,body.sidebar-mobile-open .mobile-overlay,.mobile-menu-toggle,.mobile-menu-toggle:hover{display:none!important}.header{padding:0 16px;gap:12px;position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:1000!important;background:var(--color-surface, #ffffff)!important;box-sizing:border-box!important}.header-title{font-size:1.05rem;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-info{display:none!important}.dashboard-area{padding:86px 16px 80px!important}.dashboard-grid{grid-template-columns:1fr!important;gap:16px}.timeline-card,.documents-card,.details-card{grid-column:1!important;grid-row:auto!important}.details-card{grid-template-columns:1fr!important;gap:16px}.timeline-container{flex-direction:column;align-items:flex-start;gap:20px;padding-left:20px;margin-top:20px}.timeline-track{top:10px;left:28px;width:3px;height:calc(100% - 20px)}.timeline-progress{top:10px;left:28px;width:3px!important;height:var(--mobile-progress-height, 40%)}.timeline-step{flex-direction:row;align-items:center;gap:16px;width:100%;text-align:left}.step-indicator{margin-bottom:0!important;flex-shrink:0}.step-indicator.active{width:32px;height:32px;border-width:2px}.active-tooltip{display:none}.file-header{display:none!important}.file-item{flex-direction:column;align-items:flex-start;gap:8px;padding:14px;background:#f9fafb;border-radius:8px;border:1px solid #E5E7EB;margin-bottom:8px}.file-name{width:100%;white-space:normal;padding-right:0}.file-size,.file-date{font-size:.75rem;color:#6b7280}.file-actions{width:100%;justify-content:flex-end;margin-top:4px}.card{padding:16px}}.login-preloader-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a1810d1;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);z-index:10000;display:flex;align-items:center;justify-content:center;animation:preloaderFadeIn .3s ease-out}.login-preloader-container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;border-radius:24px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);box-shadow:0 24px 48px #0003}.login-preloader-glow{position:absolute;width:240px;height:240px;background:radial-gradient(circle,#a5d6a733,#133a2600 70%);border-radius:50%;filter:blur(25px);z-index:1;pointer-events:none;animation:preloaderGlowPulse 2.5s infinite ease-in-out}.login-preloader-ring-wrapper{position:relative;width:110px;height:110px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;z-index:2}.login-preloader-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:3.5px solid transparent;border-top-color:#a5d6a7;border-bottom-color:#a5d6a733;border-left-color:#a5d6a7;animation:preloaderRingSpin 1.1s cubic-bezier(.5,.1,.4,.9) infinite}.login-preloader-logo{width:52px;height:52px;position:relative;z-index:3;filter:drop-shadow(0 0 8px rgba(165,214,167,.4));animation:preloaderLogoPulse 1.8s infinite ease-in-out}.login-preloader-text-container{text-align:center;z-index:2}.login-preloader-title{font-size:1.75rem;font-weight:700;color:#fff;letter-spacing:1.5px;margin-bottom:12px;text-shadow:0 2px 15px rgba(165,214,167,.4)}.login-preloader-status{display:flex;align-items:center;justify-content:center;gap:5px;background:#ffffff0d;padding:6px 16px;border-radius:20px;border:1px solid rgba(255,255,255,.08)}.status-dot{width:6px;height:6px;border-radius:50%;background-color:#a5d6a7;display:inline-block;animation:preloaderDotBounce 1.4s infinite ease-in-out both}.status-dot:nth-child(1){animation-delay:-.32s}.status-dot:nth-child(2){animation-delay:-.16s}.login-preloader-text{font-size:.85rem;font-weight:600;color:#fffc;margin-left:8px;letter-spacing:.75px;text-transform:uppercase;animation:preloaderTextShimmer 2.2s infinite ease-in-out}@keyframes preloaderFadeIn{0%{opacity:0}to{opacity:1}}@keyframes preloaderRingSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes preloaderLogoPulse{0%,to{transform:scale(1);filter:drop-shadow(0 0 6px rgba(165,214,167,.4)) brightness(1)}50%{transform:scale(1.08);filter:drop-shadow(0 0 16px rgba(165,214,167,.8)) brightness(1.1)}}@keyframes preloaderGlowPulse{0%,to{transform:scale(.9);opacity:.6}50%{transform:scale(1.15);opacity:.9}}@keyframes preloaderDotBounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1) translateY(-4px);opacity:1}}@keyframes preloaderTextShimmer{0%,to{opacity:.6}50%{opacity:1;color:#fff}}@media (max-width: 768px){.app-container{flex-direction:column}.sidebar{position:fixed;top:0;left:0;height:100vh;width:270px;z-index:1000;display:none!important}body.sidebar-mobile-open .sidebar,.mobile-overlay,body.sidebar-mobile-open .mobile-overlay{display:none!important}.header{padding:0 16px;height:64px;position:sticky;top:0;background:#fff;z-index:80;box-shadow:0 2px 4px #00000005}.mobile-menu-toggle{display:none!important}.dashboard-area{padding:16px 16px 80px!important}.welcome-banner{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:20px;text-align:left}.welcome-text{font-size:1.25rem}.brand-text{font-size:1rem}.dashboard-grid{grid-template-columns:1fr!important;gap:16px}.grid-2col,.grid-3col,[style*=grid-template-columns],[style*=gridTemplateColumns]{grid-template-columns:1fr!important;gap:16px!important}[style*="display: grid"][style*=grid-template-columns],[style*="display: flex"][style*="flex-direction: row"],[style*="display:flex"][style*="flex-direction:row"]{grid-template-columns:1fr!important;flex-direction:column!important;gap:12px!important}.card{padding:16px!important}.file-list{overflow-x:visible!important;border-radius:0}.file-header{display:none!important}.file-item{min-width:0!important;width:100%!important;display:flex!important;flex-direction:column!important;gap:8px!important;padding:16px!important;background:var(--color-surface, #ffffff)!important;border:1px solid var(--color-border-solid, #e2e8f0)!important;border-radius:12px!important;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008!important;margin-bottom:16px!important;box-sizing:border-box!important;align-items:stretch!important}[data-theme=dark] .file-item{background:var(--color-surface, #1e293b)!important;border-color:var(--color-border-solid, #334155)!important}.file-item>div{flex:unset!important;width:100%!important;display:flex!important;justify-content:space-between!important;align-items:center!important;text-align:right!important;padding:10px 4px!important;border:none!important;border-bottom:1px dashed var(--color-border, #f1f5f9)!important;font-size:.85rem!important;box-sizing:border-box!important}[data-theme=dark] .file-item>div{border-bottom-color:var(--color-border, #334155)!important}.file-item>div:last-child{border-bottom:none!important}.file-item>div:before{content:attr(data-label)!important;font-weight:600!important;color:var(--color-text-secondary, #64748b)!important;text-align:left!important;margin-right:16px!important;flex-shrink:0!important}[data-theme=dark] .file-item>div:before{color:var(--color-text-secondary, #94a3b8)!important}.file-name{white-space:normal!important;overflow:visible!important;text-overflow:unset!important;padding-right:0!important;text-align:right!important}.file-item>div div,.file-item>div span{display:flex!important;justify-content:flex-end!important;align-items:center!important}[style*="maxHeight: '85vh'"],[style*="max-height: 85vh"]{max-height:95vh!important;width:95%!important;padding:20px!important}[style*="display: flex"][style*="gap: 24px"],[style*="display: flex"][style*="gap:20px"],[style*="display:flex"][style*="gap:20px"]{flex-wrap:wrap!important;gap:8px!important}[style*="gridTemplateColumns: '1.2fr 0.8fr'"]{grid-template-columns:1fr!important}.landing-nav{display:flex!important;flex-wrap:wrap!important;flex-direction:row!important;justify-content:space-between!important;padding:12px 16px!important;gap:12px 0px!important}.landing-logo{order:1!important;transform:scale(.95)}.logo-text{font-size:1.1rem!important}.nav-actions{order:2!important;gap:8px!important}.nav-links{order:3!important;width:100%!important;justify-content:flex-start!important;overflow-x:auto!important;white-space:nowrap!important;flex-wrap:nowrap!important;gap:14px!important;padding:6px 2px!important;border-top:1px dashed rgba(0,0,0,.05);-webkit-overflow-scrolling:touch;scrollbar-width:none}.nav-links::-webkit-scrollbar{display:none}.nav-link{font-size:.78rem!important;padding:2px 0!important;flex-shrink:0!important}.nav-actions .btn-outline,.nav-actions .btn-primary{padding:5px 12px!important;font-size:.76rem!important}}[data-theme=dark] .landing-page,[data-theme=dark] .subpage-container,[data-theme=dark] body.sidebar-mobile-open{background-color:var(--color-bg)!important;background:var(--color-bg)!important;background-image:none!important}@media (max-width: 768px){[data-theme=dark] .header{background-color:var(--color-surface)!important}}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6,[data-theme=dark] .page-title,[data-theme=dark] .card-title,[data-theme=dark] .welcome-text,[data-theme=dark] .section-title,[data-theme=dark] .project-title,[data-theme=dark] .feature-title{color:#fff!important}[data-theme=dark] p,[data-theme=dark] li,[data-theme=dark] td,[data-theme=dark] th,[data-theme=dark] label,[data-theme=dark] .form-label,[data-theme=dark] .page-desc,[data-theme=dark] .welcome-subtext,[data-theme=dark] .feature-text,[data-theme=dark] .info-value,[data-theme=dark] .user-name{color:var(--color-text-secondary)!important}[data-theme=dark] small,[data-theme=dark] .user-dept,[data-theme=dark] .info-label,[data-theme=dark] .timeline-step .step-sublabel{color:var(--color-text-muted)!important}[data-theme=dark] [style*="color: '#4B5563'"],[data-theme=dark] [style*="color: #4B5563"],[data-theme=dark] [style*="color: '#374151'"],[data-theme=dark] [style*="color: #374151"],[data-theme=dark] [style*="color: '#475569'"],[data-theme=dark] [style*="color: #475569"],[data-theme=dark] [style*="color: '#6B7280'"],[data-theme=dark] [style*="color: #6B7280"],[data-theme=dark] [style*="color: '#64748B'"],[data-theme=dark] [style*="color: #64748b"]{color:var(--color-text-secondary)!important}[data-theme=dark] span:not(.logo-text):not(.status-dot):not([style*="color: '#34d399'"]):not([style*="color: #34d399"]):not([style*="color: '#10b981'"]):not([style*="color: #10b981"]):not([class*=btn]):not([class*=badge]):not([class*=indicator]){color:var(--color-text-secondary)!important}.custom-toast-container{position:fixed;top:24px;right:24px;display:flex;flex-direction:column;gap:12px;z-index:999999;max-width:400px;width:calc(100% - 48px);pointer-events:none}.custom-toast{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-radius:12px;background:#fff;color:#1f2937;box-shadow:0 10px 30px #00000014,0 1px 3px #00000005;border:1px solid #e5e7eb;pointer-events:auto;animation:toast-slide-in .35s cubic-bezier(.16,1,.3,1) forwards;transition:all .25s ease}[data-theme=dark] .custom-toast{background:#1e1e20;color:#fff;border-color:#2d2d30;box-shadow:0 12px 40px #0006,0 0 1px #ffffff0d}.custom-toast-content{display:flex;align-items:center;gap:12px;flex:1}.custom-toast-icon-wrapper{display:flex;align-items:center;justify-content:center;flex-shrink:0}.custom-toast-message{font-size:.88rem;font-weight:500;line-height:1.4;word-break:break-word}.custom-toast-close{display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#9ca3af;cursor:pointer;padding:4px;border-radius:6px;margin-left:8px;transition:background-color .15s,color .15s}.custom-toast-close:hover{background-color:#f3f4f6;color:#4b5563}[data-theme=dark] .custom-toast-close:hover{background-color:#27272a;color:#cbcccd}.custom-toast-success{border-left:4px solid #10b981}.custom-toast-error{border-left:4px solid #ef4444}.custom-toast-warning{border-left:4px solid #f59e0b}.custom-toast-info{border-left:4px solid #3b82f6}@keyframes toast-slide-in{0%{transform:translateY(-16px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.usm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:100000;display:flex;align-items:center;justify-content:center;padding:16px;animation:usm-fade-in .2s ease-out}@keyframes usm-fade-in{0%{opacity:0}to{opacity:1}}.usm-container{background:var(--color-surface, #ffffff);color:var(--color-text, #1f2937);border-radius:20px;width:100%;max-width:1180px;height:92vh;max-height:860px;display:flex;flex-direction:column;box-shadow:0 25px 60px -12px #00000059;overflow:hidden;animation:usm-slide-up .25s ease-out}@keyframes usm-slide-up{0%{transform:translateY(16px);opacity:.7}to{transform:translateY(0);opacity:1}}.usm-header{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;border-bottom:1px solid var(--color-border, #E2E8F0);flex-shrink:0;background:var(--color-surface, #ffffff)}.usm-header-info{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.usm-header-title{font-size:1.15rem;font-weight:800;color:var(--color-text, #0F172A);display:flex;align-items:center;gap:10px;flex-wrap:wrap}.usm-header-subtitle{font-size:.78rem;color:var(--color-text-secondary, #64748B);display:flex;gap:16px;flex-wrap:wrap}.usm-header-subtitle span{display:flex;align-items:center;gap:4px}.usm-header-actions{display:flex;gap:10px;align-items:center;flex-shrink:0}.usm-body{display:flex;flex:1;min-height:0;overflow:hidden}.usm-tabs{width:185px;min-width:185px;border-right:1px solid var(--color-border, #E2E8F0);background:var(--color-bg, #F8FAFC);display:flex;flex-direction:column;padding:12px 8px;gap:3px;overflow-y:auto;flex-shrink:0}.usm-tabs-mobile{display:none!important}.usm-tab{display:flex;align-items:center;gap:8px;padding:9px 12px;border-radius:10px;border:none;background:transparent;cursor:pointer;font-size:.8rem;font-weight:600;color:var(--color-text-secondary, #64748B);transition:all .18s ease;text-align:left;width:100%;position:relative}.usm-tab:hover{background:var(--color-border, #E2E8F0);color:var(--color-text, #0F172A)}.usm-tab.active{background:#059669;color:#fff;font-weight:700;box-shadow:0 2px 8px #05966940}.usm-tab-icon{font-size:1rem;width:22px;text-align:center;flex-shrink:0}.usm-tab-badge{margin-left:auto;background:#ef4444;color:#fff;font-size:.62rem;font-weight:800;padding:1px 6px;border-radius:10px;min-width:18px;text-align:center}.usm-tab.active .usm-tab-badge{background:#ffffff4d}.usm-content{flex:1;overflow-y:auto;padding:24px;min-width:0}.usm-content::-webkit-scrollbar{width:6px}.usm-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.usm-content::-webkit-scrollbar-track{background:transparent}.usm-pipeline{display:flex;align-items:center;gap:0;margin-bottom:20px;overflow-x:auto;padding-bottom:4px}.usm-pipeline-step{display:flex;align-items:center;gap:0;flex-shrink:0}.usm-pipeline-node{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:80px}.usm-pipeline-dot{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;border:2.5px solid #CBD5E1;background:#fff;color:#94a3b8;transition:all .3s ease}.usm-pipeline-dot.completed{background:#059669;border-color:#059669;color:#fff}.usm-pipeline-dot.current{background:#3b82f6;border-color:#3b82f6;color:#fff;box-shadow:0 0 0 4px #3b82f633;animation:usm-pulse 2s infinite}@keyframes usm-pulse{0%,to{box-shadow:0 0 0 4px #3b82f633}50%{box-shadow:0 0 0 8px #3b82f61a}}.usm-pipeline-label{font-size:.62rem;font-weight:600;color:var(--color-text-muted, #94A3B8);text-align:center;max-width:80px;line-height:1.2}.usm-pipeline-dot.completed+.usm-pipeline-label,.usm-pipeline-dot.current+.usm-pipeline-label{color:var(--color-text, #1E293B);font-weight:700}.usm-pipeline-line{width:28px;height:2.5px;background:#cbd5e1;flex-shrink:0;margin:0 2px 18px}.usm-pipeline-line.completed{background:#059669}.usm-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:20px}.usm-stat-card{background:var(--color-bg, #F8FAFC);border:1px solid var(--color-border, #E2E8F0);border-radius:12px;padding:14px 16px;text-align:center;transition:transform .15s ease,box-shadow .15s ease}.usm-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.usm-stat-value{font-size:1.5rem;font-weight:900;line-height:1}.usm-stat-label{font-size:.7rem;font-weight:600;color:var(--color-text-muted, #64748B);margin-top:4px}.usm-section-title{font-size:.95rem;font-weight:800;color:var(--color-text, #1E293B);margin-bottom:14px;display:flex;align-items:center;gap:8px}.usm-section-title .badge{font-size:.7rem;padding:2px 8px;border-radius:12px;font-weight:700}.usm-card{background:var(--color-bg, #F8FAFC);border:1px solid var(--color-border, #E2E8F0);border-radius:12px;padding:16px;margin-bottom:14px}.usm-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.usm-close-btn{background:var(--color-bg, #F1F5F9);border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer;color:var(--color-text, #475569);transition:all .2s;flex-shrink:0}.usm-close-btn:hover{background:var(--color-border, #E2E8F0);transform:rotate(90deg)}@media (max-width: 768px){.usm-container{max-width:100%;height:100vh;max-height:100vh;border-radius:0}.usm-body{flex-direction:column}.usm-tabs-desktop{display:none!important}.usm-tabs-mobile{display:block!important;position:relative;width:100%;background:var(--color-surface, #ffffff);border-bottom:1px solid var(--color-border, #e2e8f0);padding:10px 16px;box-sizing:border-box;z-index:150}.usm-mobile-tab-selector{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 14px;background:var(--color-bg, #f8fafc);border:1px solid var(--color-border, #cbd5e1);border-radius:8px;font-size:.85rem;color:var(--color-text, #1e293b);cursor:pointer;box-sizing:border-box;transition:all .2s ease}.usm-mobile-tab-selector:hover,.usm-mobile-tab-selector:focus{border-color:var(--color-primary, #10b981);background:var(--color-surface, #ffffff)}.usm-mobile-dropdown-menu{position:absolute;top:calc(100% - 4px);left:16px;right:16px;background:var(--color-surface, #ffffff);border:1px solid var(--color-border, #cbd5e1);border-radius:8px;box-shadow:0 10px 25px -5px #0000001a;z-index:160;max-height:250px;overflow-y:auto;padding:6px;display:flex;flex-direction:column;gap:2px;box-sizing:border-box}.usm-mobile-dropdown-item{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;background:transparent;border:none;border-radius:6px;font-size:.8rem;font-weight:600;color:var(--color-text-secondary, #64748b);cursor:pointer;text-align:left;box-sizing:border-box;transition:all .15s ease}.usm-mobile-dropdown-item:hover{background:var(--color-bg, #f8fafc);color:var(--color-text, #1e293b)}.usm-mobile-dropdown-item.active{background:#10b9811a!important;color:var(--color-primary, #10b981)!important}.usm-chevron{font-size:.65rem;color:var(--color-text-secondary, #64748b);margin-left:auto}.usm-content{padding:16px}}[data-theme=dark] .usm-overlay{background:#000000b3}[data-theme=dark] .usm-container{background:var(--color-surface);color:var(--color-text-primary)}[data-theme=dark] .usm-header{background:var(--color-surface);border-color:var(--color-border)}[data-theme=dark] .usm-tabs{background:var(--color-sidebar);border-color:var(--color-border)}[data-theme=dark] .usm-tab{color:var(--color-text-secondary)}[data-theme=dark] .usm-tab:hover{background:var(--color-sidebar-hover);color:var(--color-text-primary)}[data-theme=dark] .usm-tab.active{background:var(--color-primary);color:#121214}[data-theme=dark] .usm-close-btn{background:var(--color-sidebar);color:var(--color-text-secondary)}[data-theme=dark] .usm-close-btn:hover{background:var(--color-sidebar-hover)}[data-theme=dark] .usm-pipeline-dot{border-color:var(--color-border);background:var(--color-surface);color:var(--color-text-muted)}[data-theme=dark] .usm-pipeline-line{background:var(--color-border)}[data-theme=dark] .usm-stat-card,[data-theme=dark] .usm-card{background:var(--color-sidebar);border-color:var(--color-border)}[data-theme=dark] .usm-content::-webkit-scrollbar-thumb{background:var(--color-border)}.premium-preloader-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;width:100%}.premium-preloader-spinner{width:50px;height:50px;border:4px solid rgba(16,185,129,.1);border-left-color:#10b981;border-radius:50%;animation:premium-spin 1s linear infinite;margin-bottom:20px}@keyframes premium-spin{to{transform:rotate(360deg)}}.premium-preloader-text{font-size:1rem;font-weight:600;color:var(--color-text-secondary);animation:premium-pulse 1.5s ease-in-out infinite}@keyframes premium-pulse{0%,to{opacity:.6}50%{opacity:1}}.liquid-bg-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0;pointer-events:none}.liquid-blob{position:absolute;border-radius:50%;filter:blur(120px);opacity:.15;mix-blend-mode:multiply;animation:float-blob 25s infinite ease-in-out alternate}[data-theme=dark] .liquid-blob{mix-blend-mode:screen!important;opacity:.2!important}.blob-1{width:500px;height:500px;background:radial-gradient(circle,#a5d6a7,#a5d6a700 70%);top:-100px;left:-100px;animation-duration:20s}.blob-2{width:600px;height:600px;background:radial-gradient(circle,#38bdf8,#38bdf800 70%);bottom:10%;right:-100px;animation-duration:25s;animation-delay:-5s}.blob-3{width:450px;height:450px;background:radial-gradient(circle,#fbbf24,#fbbf2400 70%);top:40%;left:50%;transform:translate(-50%,-50%);animation-duration:30s;animation-delay:-10s}[data-theme=dark] .blob-1{background:radial-gradient(circle,#34d39940,#34d39900 70%)!important}[data-theme=dark] .blob-2{background:radial-gradient(circle,#0ea5e940,#0ea5e900 70%)!important}[data-theme=dark] .blob-3{background:radial-gradient(circle,#f59e0b33,#f59e0b00 70%)!important}@keyframes float-blob{0%{transform:translate(0) scale(1)}33%{transform:translate(40px,-60px) scale(1.08)}66%{transform:translate(-30px,30px) scale(.92)}to{transform:translate(0) scale(1)}}.landing-page,.subpage-container{position:relative!important;overflow-x:hidden!important}.landing-logo-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#ffffff73,#ffffff26);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.4);box-shadow:0 8px 24px #133a2614,inset 0 1px #ffffff80;overflow:hidden;animation:logoFloat 4s ease-in-out infinite;transition:all .5s cubic-bezier(.25,.8,.25,1)}.landing-logo-img{width:30px;height:30px;object-fit:contain;z-index:2;transition:transform .5s ease}.landing-logo-wrapper:after{content:"";position:absolute;top:0;left:-150%;width:50%;height:100%;background:linear-gradient(90deg,#fff0,#ffffffa6,#fff0);transform:skew(-20deg);z-index:3}.landing-logo:hover .landing-logo-wrapper{transform:scale(1.1) rotate(5deg);box-shadow:0 12px 32px #133a2626,inset 0 1px #fff9;border-color:#ffffffa6}.landing-logo:hover .landing-logo-wrapper:after{left:150%;transition:left .85s ease-in-out}.landing-logo:hover .landing-logo-img{transform:scale(1.08) rotate(-5deg)}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.searchable-dropdown-container{position:relative;width:100%}.searchable-dropdown-trigger{display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.searchable-dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fffffff2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(19,58,38,.15);border-radius:12px;box-shadow:0 10px 25px #0000001a;margin-top:6px;padding:8px;z-index:100;display:flex;flex-direction:column;gap:8px}[data-theme=dark] .searchable-dropdown-menu{background:#1e1e20f2!important;border-color:#ffffff1a!important;box-shadow:0 10px 25px #0000004d!important}.searchable-dropdown-search-wrapper{position:relative}.searchable-dropdown-search{padding:10px 14px!important;font-size:.9rem!important;border-radius:8px!important}.searchable-dropdown-list{max-height:160px;overflow-y:auto;display:flex;flex-direction:column;gap:4px}.searchable-dropdown-list::-webkit-scrollbar{width:6px}.searchable-dropdown-list::-webkit-scrollbar-track{background:transparent}.searchable-dropdown-list::-webkit-scrollbar-thumb{background:#133a2626;border-radius:3px}[data-theme=dark] .searchable-dropdown-list::-webkit-scrollbar-thumb{background:#ffffff26}.searchable-dropdown-list::-webkit-scrollbar-thumb:hover{background:#133a264d}[data-theme=dark] .searchable-dropdown-list::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.searchable-dropdown-item{padding:10px 12px;border-radius:8px;cursor:pointer;font-size:.9rem;color:#1f2937;transition:all .2s ease}.searchable-dropdown-item:hover{background-color:#f3f4f6}.searchable-dropdown-item.active{background-color:#e8f5e9;font-weight:600;color:#133a26}[data-theme=dark] .searchable-dropdown-item{color:#fff}[data-theme=dark] .searchable-dropdown-item:hover{background-color:#ffffff14}[data-theme=dark] .searchable-dropdown-item.active{background-color:#34d39933;color:#34d399}[data-theme=dark] [style*="color: '#111827'"],[data-theme=dark] [style*="color: #111827"],[data-theme=dark] [style*="color: rgb(17, 24, 39)"],[data-theme=dark] [style*="color: '#1F2937'"],[data-theme=dark] [style*="color: #1F2937"],[data-theme=dark] [style*="color: rgb(31, 41, 55)"],[data-theme=dark] [style*="color: '#1f2937'"],[data-theme=dark] [style*="color: #1f2937"],[data-theme=dark] [style*="color: '#0F172A'"],[data-theme=dark] [style*="color: #0F172A"],[data-theme=dark] [style*="color: rgb(15, 23, 42)"],[data-theme=dark] [style*="color: '#0f172a'"],[data-theme=dark] [style*="color: #0f172a"],[data-theme=dark] [style*="color: '#1E293B'"],[data-theme=dark] [style*="color: #1E293B"],[data-theme=dark] [style*="color: '#1e293b'"],[data-theme=dark] [style*="color: #1e293b"],[data-theme=dark] [style*="color: rgb(30, 41, 59)"]{color:var(--color-text-secondary)!important}[data-theme=dark] [style*="color: '#2563EB'"],[data-theme=dark] [style*="color: #2563EB"],[data-theme=dark] [style*="color: '#2563eb'"],[data-theme=dark] [style*="color: #2563eb"],[data-theme=dark] [style*="color: rgb(37, 99, 235)"],[data-theme=dark] [style*="color: '#1E40AF'"],[data-theme=dark] [style*="color: #1E40AF"],[data-theme=dark] [style*="color: '#1e40af'"],[data-theme=dark] [style*="color: #1e40af"],[data-theme=dark] [style*="color: '#1E3A8A'"],[data-theme=dark] [style*="color: #1E3A8A"],[data-theme=dark] [style*="color: '#1e3a8a'"],[data-theme=dark] [style*="color: #1e3a8a"],[data-theme=dark] [style*="color: rgb(30, 64, 175)"],[data-theme=dark] [style*="color: '#1D4ED8'"],[data-theme=dark] [style*="color: #1D4ED8"],[data-theme=dark] [style*="color: '#1d4ed8'"],[data-theme=dark] [style*="color: #1d4ed8"],[data-theme=dark] [style*="color: rgb(29, 78, 216)"],[data-theme=dark] [style*="color: '#0284C7'"],[data-theme=dark] [style*="color: #0284C7"],[data-theme=dark] [style*="color: '#0284c7'"],[data-theme=dark] [style*="color: #0284c7"],[data-theme=dark] [style*="color: rgb(2, 132, 199)"]{color:#60a5fa!important}[data-theme=dark] [style*="color: '#7C3AED'"],[data-theme=dark] [style*="color: #7C3AED"],[data-theme=dark] [style*="color: '#7c3aed'"],[data-theme=dark] [style*="color: #7c3aed"],[data-theme=dark] [style*="color: '#6D28D9'"],[data-theme=dark] [style*="color: #6D28D9"],[data-theme=dark] [style*="color: rgb(124, 58, 237)"]{color:#a78bfa!important}[data-theme=dark] [style*="color: '#991B1B'"],[data-theme=dark] [style*="color: #991B1B"],[data-theme=dark] [style*="color: '#991b1b'"],[data-theme=dark] [style*="color: #991b1b"],[data-theme=dark] [style*="color: '#B91C1C'"],[data-theme=dark] [style*="color: #B91C1C"],[data-theme=dark] [style*="color: '#b91c1c'"],[data-theme=dark] [style*="color: #b91c1c"],[data-theme=dark] [style*="color: rgb(185, 28, 28)"],[data-theme=dark] [style*="color: '#DC2626'"],[data-theme=dark] [style*="color: #DC2626"],[data-theme=dark] [style*="color: '#dc2626'"],[data-theme=dark] [style*="color: #dc2626"]{color:#f87171!important}[data-theme=dark] [style*="color: '#D97706'"],[data-theme=dark] [style*="color: #D97706"],[data-theme=dark] [style*="color: '#d97706'"],[data-theme=dark] [style*="color: #d97706"],[data-theme=dark] [style*="color: '#B45309'"],[data-theme=dark] [style*="color: #B45309"],[data-theme=dark] [style*="color: '#b45309'"],[data-theme=dark] [style*="color: #b45309"],[data-theme=dark] [style*="color: rgb(180, 83, 9)"],[data-theme=dark] [style*="color: rgb(217, 119, 6)"]{color:#fbbf24!important}[data-theme=dark] [style*="color: '#94A3B8'"],[data-theme=dark] [style*="color: #94A3B8"],[data-theme=dark] [style*="color: rgb(148, 163, 184)"]{color:var(--color-text-secondary)!important}[data-theme=dark] [style*="background: #EDE9FE"],[data-theme=dark] [style*="background: #ede9fe"],[data-theme=dark] [style*="background-color: #EDE9FE"],[data-theme=dark] [style*="background-color: #ede9fe"],[data-theme=dark] [style*="background: rgb(237, 233, 254)"]{background-color:#7c3aed26!important;background:#7c3aed26!important;border-color:#7c3aed4d!important;color:#a78bfa!important}[data-theme=dark] [style*="background: #EFF6FF"],[data-theme=dark] [style*="background: #eff6ff"],[data-theme=dark] [style*="background-color: #EFF6FF"],[data-theme=dark] [style*="background-color: #eff6ff"],[data-theme=dark] [style*="background: rgb(239, 246, 255)"],[data-theme=dark] [style*="background: rgb(239,246,255)"],[data-theme=dark] [style*="background-color: rgb(239, 246, 255)"]{background-color:#3b82f626!important;background:#3b82f626!important;border-color:#3b82f64d!important;color:#60a5fa!important}[data-theme=dark] [style*="border: '1px solid #BFDBFE'"],[data-theme=dark] [style*="border: 1px solid #BFDBFE"],[data-theme=dark] [style*="border: 1px solid #bfdfe"]{border-color:#3b82f64d!important}[data-theme=dark] [style*="background: '#FEF2F2'"][style*="color: '#991B1B'"],[data-theme=dark] [style*="background: '#FEE2E2'"][style*="color: '#991B1B'"]{background-color:#ef444426!important;border-color:#ef44444d!important;color:#f87171!important}[data-theme=dark] [style*="background: rgba(255, 255, 255, 0.78)"],[data-theme=dark] [style*="background: rgba(255,255,255,0.78)"],[data-theme=dark] [style*="background: rgba(255, 255, 255, 0.8)"],[data-theme=dark] [style*="background: rgba(255,255,255,0.8)"]{background:var(--color-surface)!important}[data-theme=dark] div[style*="color: '#0F172A'"],[data-theme=dark] h3[style*="color: '#0F172A'"],[data-theme=dark] h4[style*="color: '#0F172A'"],[data-theme=dark] div[style*="color: '#111827'"],[data-theme=dark] div[style*="color: '#1F2937'"],[data-theme=dark] div[style*="color: '#1E293B'"],[data-theme=dark] [style*="color: '#0f172a'"],[data-theme=dark] [style*="color: #0f172a"],[data-theme=dark] [style*="color: '#065F46'"],[data-theme=dark] [style*="color: #065F46"],[data-theme=dark] [style*="color: '#1e3a5f'"]{color:var(--color-text-secondary)!important}[data-theme=dark] [style*="color: '#059669'"],[data-theme=dark] [style*="color: #059669"],[data-theme=dark] [style*="color: '#10b981'"],[data-theme=dark] [style*="color: #10b981"],[data-theme=dark] [style*="color: '#34d399'"]{color:var(--color-primary)!important}[data-theme=dark] [style*="color: '#06b6d4'"],[data-theme=dark] [style*="color: #06b6d4"]{color:#2dd4bf!important}[data-theme=dark] [style*="color: '#ea580c'"],[data-theme=dark] [style*="color: #ea580c"],[data-theme=dark] [style*="color: '#f97316'"],[data-theme=dark] [style*="color: #f97316"]{color:#fb923c!important}[data-theme=dark] [style*="color: '#8b5cf6'"],[data-theme=dark] [style*="color: #8b5cf6"],[data-theme=dark] [style*="color: '#a855f7'"],[data-theme=dark] [style*="color: #a855f7"]{color:#a78bfa!important}[data-theme=dark] [style*="color: '#3b82f6'"],[data-theme=dark] [style*="color: #3b82f6"]{color:#60a5fa!important}[data-theme=dark] [style*="background: #FFE8D6"],[data-theme=dark] [style*="background: '#FFE8D6'"],[data-theme=dark] [style*="background-color: #FFE8D6"],[data-theme=dark] [style*="background-color: '#FFE8D6'"]{background-color:#ea581126!important;background:#ea581126!important;color:#fb923c!important;border-color:#ea58114d!important}[data-theme=dark] [style*="background: #FEF3C7"],[data-theme=dark] [style*="background: '#FEF3C7'"],[data-theme=dark] [style*="background-color: #FEF3C7"],[data-theme=dark] [style*="background-color: '#FEF3C7'"]{background-color:#f59e0b26!important;background:#f59e0b26!important;border-color:#f59e0b4d!important}[data-theme=dark] [style*="background: #FEF2F2"],[data-theme=dark] [style*="background: '#FEF2F2'"],[data-theme=dark] [style*="background-color: #FEF2F2"],[data-theme=dark] [style*="background-color: '#FEF2F2'"]{background-color:#ef444426!important;background:#ef444426!important;border-color:#ef44444d!important}[data-theme=dark] [style*="background: #ECFDF5"],[data-theme=dark] [style*="background: '#ECFDF5'"],[data-theme=dark] [style*="background-color: #ECFDF5"],[data-theme=dark] [style*="background-color: '#ECFDF5'"],[data-theme=dark] [style*="background: #D1FAE5"],[data-theme=dark] [style*="background: '#D1FAE5'"],[data-theme=dark] [style*="background-color: #D1FAE5"],[data-theme=dark] [style*="background-color: '#D1FAE5'"]{background-color:#34d39926!important;background:#34d39926!important;border-color:#34d3994d!important}[data-theme=dark] [style*="background: #DBEAFE"],[data-theme=dark] [style*="background: '#DBEAFE'"],[data-theme=dark] [style*="background-color: #DBEAFE"],[data-theme=dark] [style*="background-color: '#DBEAFE'"]{background-color:#3b82f626!important;background:#3b82f626!important;border-color:#3b82f64d!important}[data-theme=dark] [style*="background: rgba(255, 255, 255, 0.9)"],[data-theme=dark] [style*="background: rgba(255,255,255,0.9)"],[data-theme=dark] [style*="background: rgba(255, 255, 255, 0.95)"],[data-theme=dark] [style*="background: rgba(255,255,255,0.95)"]{background:var(--color-surface)!important}[data-theme=dark] [style*="color: '#94a3b8'"],[data-theme=dark] [style*="color: #94a3b8"],[data-theme=dark] [style*="color: '#cbd5e1'"],[data-theme=dark] [style*="color: #cbd5e1"]{color:var(--color-text-secondary)!important}[data-theme=dark] [style*="color: '#fca5a5'"],[data-theme=dark] [style*="color: #fca5a5"]{color:#f87171!important}[data-theme=dark] [style*="color: '#f1f5f9'"],[data-theme=dark] [style*="color: #f1f5f9"]{color:var(--color-text-secondary)!important}[data-theme=dark] [style*="background: #F3F4F6"],[data-theme=dark] [style*="background: '#F3F4F6'"],[data-theme=dark] [style*="background-color: #F3F4F6"],[data-theme=dark] [style*="background: rgb(243, 244, 246)"],[data-theme=dark] [style*="background: #E2E8F0"],[data-theme=dark] [style*="background: '#E2E8F0'"],[data-theme=dark] [style*="background-color: #E2E8F0"],[data-theme=dark] [style*="background: rgb(226, 232, 240)"],[data-theme=dark] [style*="background: #F9FAFB"],[data-theme=dark] [style*="background: '#F9FAFB'"],[data-theme=dark] [style*="background-color: #F9FAFB"],[data-theme=dark] [style*="background: rgb(249, 250, 251)"]{background-color:var(--color-sidebar)!important;background:var(--color-sidebar)!important;color:var(--color-text-primary)!important}[data-theme=dark] [style*="background: rgba(255, 255, 255, 0.04)"],[data-theme=dark] [style*="background: rgba(255,255,255,0.04)"]{background:#ffffff14!important;color:var(--color-text-secondary)!important}[data-theme=dark] [style*="color: var(--color-text, #1E293B)"],[data-theme=dark] [style*="color: var(--color-text, #1F2937)"],[data-theme=dark] [style*="color: var(--color-text-primary, #1E293B)"],[data-theme=dark] [style*="color: var(--color-text-primary, #1F2937)"]{color:var(--color-text-secondary)!important}[data-theme=dark] [style*="background: '#1F2937'"],[data-theme=dark] [style*="background: #1F2937"],[data-theme=dark] [style*="background: '#1f2937'"],[data-theme=dark] [style*="background: #1f2937"]{background:var(--color-surface)!important;color:var(--color-text-primary)!important}[data-theme=dark] [style*="background: '#EDE9FE'"][style*="color: '#7C3AED'"],[data-theme=dark] [style*="background: '#EDE9FE'"][style*="color: '#6D28D9'"]{background:#7c3aed26!important;color:#a78bfa!important}[data-theme=dark] [style*="background: '#DBEAFE'"][style*="color: '#1D4ED8'"],[data-theme=dark] [style*="background: '#DBEAFE'"][style*="color: '#2563EB'"]{background:#3b82f626!important;color:#60a5fa!important}[data-theme=dark] [style*="background: '#FFFBEB'"][style*="color: '#D97706'"],[data-theme=dark] [style*="background: '#FFFBEB'"][style*="color: '#B45309'"]{background:#f59e0b26!important;color:#fbbf24!important}[data-theme=dark] [style*="background: '#FEE2E2'"][style*="color: '#991B1B'"]{background:#ef444426!important;color:#f87171!important}[data-theme=dark] [style*="color: '#065F46'"],[data-theme=dark] [style*="color: #065F46"]{color:var(--color-primary)!important}[data-theme=dark] [style*="color: '#EA580C'"],[data-theme=dark] [style*="color: #ea580c"]{color:#fb923c!important}[data-theme=dark] [style*="color: '#F59E0B'"],[data-theme=dark] [style*="color: #f59e0b"],[data-theme=dark] [style*="color: '#EAB308'"],[data-theme=dark] [style*="color: #eab308"]{color:#fbbf24!important}[data-theme=dark] [style*="background: #F1F5F9"],[data-theme=dark] [style*="background: '#F1F5F9'"],[data-theme=dark] [style*="background-color: #F1F5F9"],[data-theme=dark] [style*="background-color: '#F1F5F9'"],[data-theme=dark] [style*="background: rgb(241, 245, 249)"],[data-theme=dark] [style*="background: #F8FAFC"],[data-theme=dark] [style*="background: '#F8FAFC'"],[data-theme=dark] [style*="background-color: #F8FAFC"],[data-theme=dark] [style*="background-color: '#F8FAFC'"],[data-theme=dark] [style*="background: rgb(248, 250, 252)"],[data-theme=dark] [style*="background: #FAFAFA"],[data-theme=dark] [style*="background: '#FAFAFA'"],[data-theme=dark] [style*="background-color: #FAFAFA"],[data-theme=dark] [style*="background-color: '#FAFAFA'"],[data-theme=dark] [style*="background: rgb(250, 250, 250)"]{background:var(--color-sidebar)!important;color:var(--color-text-primary)!important}[data-theme=dark] [style*="border: '1px solid #E2E8F0'"],[data-theme=dark] [style*="border: 1px solid #E2E8F0"],[data-theme=dark] [style*="border: 1px solid #e2e8f0"],[data-theme=dark] [style*="border-top: '1px solid #F1F5F9'"],[data-theme=dark] [style*="border-top: 1px solid #F1F5F9"],[data-theme=dark] [style*="border-bottom: '1px solid #F1F5F9'"],[data-theme=dark] [style*="border-bottom: 1px solid #F1F5F9"]{border-color:var(--color-border)!important}[data-theme=dark] [style*="color: '#334155'"],[data-theme=dark] [style*="color: #334155"]{color:var(--color-text-secondary)!important}[data-theme=dark] [style*="border: '1px dashed #CBD5E1'"],[data-theme=dark] [style*="border: 1px dashed #CBD5E1"]{border-color:var(--color-border)!important}[data-theme=dark] [style*="border: '#FDE68A'"],[data-theme=dark] [style*="border: #FDE68A"]{border-color:var(--color-primary)!important}[data-theme=dark] [style*="background: linear-gradient(135deg, #F8FAFC"]{background:linear-gradient(135deg,var(--color-sidebar) 0%,var(--color-surface) 100%)!important}[data-theme=dark] [style*="background: rgba(255, 255, 255, 0.04)"],[data-theme=dark] [style*="background: rgba(255,255,255,0.04)"],[data-theme=dark] [style*="background: rgba(255, 255, 255, 0.05)"],[data-theme=dark] [style*="background: rgba(255,255,255,0.05)"],[data-theme=dark] [style*="background: rgba(255, 255, 255, 0.06)"],[data-theme=dark] [style*="background: rgba(255,255,255,0.06)"],[data-theme=dark] [style*="background: rgba(255, 255, 255, 0.08)"],[data-theme=dark] [style*="background: rgba(255,255,255,0.08)"],[data-theme=dark] [style*="background: rgba(255, 255, 255, 0.92)"],[data-theme=dark] [style*="background: rgba(255,255,255,0.92)"],[data-theme=dark] [style*="background: rgba(255, 255, 255, 0.93)"],[data-theme=dark] [style*="background: rgba(255,255,255,0.93)"],[data-theme=dark] [style*="background: rgba(255, 255, 255, 0.94)"],[data-theme=dark] [style*="background: rgba(255,255,255,0.94)"]{background:#ffffff14!important}[data-theme=dark] .searchable-dropdown-menu,[data-theme=dark] .searchable-dropdown-search{background-color:#1e1e20f2!important;color:var(--color-text-primary)!important}[data-theme=dark] [style*="background: white"][style*="border: '1px solid #E2E8F0'"],[data-theme=dark] [style*="background: white"][style*="border: 1px solid #E2E8F0"],[data-theme=dark] [style*="background: white"][style*="border: 1px solid #e2e8f0"],[data-theme=dark] [style*="background: 'white'"]{background:var(--color-surface)!important;border-color:var(--color-border)!important}[data-theme=dark] [style*="background: '#FAFAFA'"],[data-theme=dark] [style*="background: '#fafafa'"],[data-theme=dark] [style*="background: 'white'"]{background:var(--color-sidebar)!important;color:var(--color-text-primary)!important}[data-theme=dark] [style*="background: '#F8FAFC'"],[data-theme=dark] [style*="background: '#f8fafc'"]{background:var(--color-sidebar)!important}[data-theme=dark] [style*="background: '#FAFAFA'"],[data-theme=dark] [style*="background: '#fafafa'"]{background:var(--color-sidebar)!important;color:var(--color-text-primary)!important}[data-theme=dark] .searchable-dropdown-menu{background:#1e1e20f2!important}[data-theme=dark] .notification-panel,[data-theme=dark] .notification-dropdown{background:var(--color-surface)!important;border-color:var(--color-border)!important}[data-theme=dark] [style*="background: '#F8FAFC'"],[data-theme=dark] [style*="background: 'white'"]{background:var(--color-sidebar)!important}[data-theme=dark] [style*="background: white"],[data-theme=dark] [style*="background: 'white'"],[data-theme=dark] [style*="'white'"],[data-theme=dark] [style*='"white"'],[data-theme=dark] [style*=white]{background:var(--color-surface)!important}[data-theme=dark] [style*="background: 'white'"][style*="border: '1px solid #E2E8F0'"],[data-theme=dark] [style*="background: white"][style*="border: '1px solid #E2E8F0'"],[data-theme=dark] [style*="background: white"][style*="border: 1px solid #E2E8F0"],[data-theme=dark] [style*="background: 'white'"][style*="border: 1px solid #E2E8F0"]{background:var(--color-surface)!important;border-color:var(--color-border)!important}[data-theme=dark] [style*="background: '#FAFAFA'"][style*="borderBottom: '1px solid #F1F5F9'"],[data-theme=dark] [style*="background: '#FAFAFA'"][style*="border-bottom: 1px solid #F1F5F9"]{background:var(--color-sidebar)!important;border-color:var(--color-border)!important}[data-theme=dark] [style*="background: '#F8FAFC'"][style*=borderBottom],[data-theme=dark] [style*="background: '#F8FAFC'"][style*=border-bottom]{background:var(--color-surface)!important;color:var(--color-text-primary)!important}[data-theme=dark] .searchable-dropdown-menu,[data-theme=dark] .searchable-dropdown-search-wrapper,[data-theme=dark] .searchable-dropdown-search{background:#1e1e20f2!important}[data-theme=dark] .searchable-dropdown-item{color:var(--color-text-primary)!important}[data-theme=dark] .searchable-dropdown-item.active{background:#34d39940!important;color:#34d399!important}[data-theme=dark] .card[style*="background: white"],[data-theme=dark] .card[style*="background: 'white'"]{background:var(--color-surface)!important;border-color:var(--color-border)!important}[data-theme=dark] [style*="background: '#F5F3FF'"],[data-theme=dark] [style*="background: '#f5f3ff'"],[data-theme=dark] [style*="background: #F5F3FF"],[data-theme=dark] [style*="background: #f5f3ff"]{background:#8b5cf626!important;border-color:#8b5cf64d!important}[data-theme=dark] [style*="background: '#FFF5F5'"],[data-theme=dark] [style*="background: '#fff5f5'"],[data-theme=dark] [style*="background: #FFF5F5"],[data-theme=dark] [style*="background: #fff5f5"],[data-theme=dark] [style*="background: #FEF2F2"],[data-theme=dark] [style*="background: '#FEF2F2'"]{background:#ef444426!important;border-color:#ef44444d!important}[data-theme=dark] [style*="background: '#FEE2E2'"],[data-theme=dark] [style*="background: '#fee2e2'"],[data-theme=dark] [style*="background: #FEE2E2"],[data-theme=dark] [style*="background: #fee2e2"]{background:#ef444433!important}[data-theme=dark] [style*="background: '#F0FDF4'"],[data-theme=dark] [style*="background: '#f0fdf4'"],[data-theme=dark] [style*="background: #F0FDF4"],[data-theme=dark] [style*="background: #f0fdf4"],[data-theme=dark] [style*="background: #DCFCE7"],[data-theme=dark] [style*="background: '#DCFCE7'"]{background:#34d39926!important;border-color:#34d3994d!important}[data-theme=dark] [style*="background: '#FFFBEB'"],[data-theme=dark] [style*="background: '#fffbeb'"],[data-theme=dark] [style*="background: #FFFBEB"],[data-theme=dark] [style*="background: #fffbeb"]{background:#f59e0b26!important;border-color:#f59e0b4d!important}[data-theme=dark] [style*="border: '#DDD6FE'"],[data-theme=dark] [style*="border: #DDD6FE"]{border-color:#7c3aed4d!important}[data-theme=dark] [style*="border: '#FCA5A5'"],[data-theme=dark] [style*="border: #FCA5A5"]{border-color:#ef44444d!important}[data-theme=dark] [style*="background: '#FCA5A5'"],[data-theme=dark] [style*="background: #FCA5A5"]{background:#ef444433!important}[data-theme=dark] [style*="color: '#E53E3E'"],[data-theme=dark] [style*="color: #E53E3E"],[data-theme=dark] [style*="color: '#EF4444'"],[data-theme=dark] [style*="color: #EF4444"]{color:#f87171!important}[data-theme=dark] [style*="border: '#BBF7D0'"],[data-theme=dark] [style*="border: #BBF7D0"]{border-color:#34d3994d!important}[data-theme=dark] [style*="color: 'white'"],[data-theme=dark] [style*="color: 'white'"][style*="background: '#EF4444'"]{color:#fff!important}[data-theme=dark] [style*="color: '#64748B'"],[data-theme=dark] [style*="color: #64748B"],[data-theme=dark] [style*="color: '#94A3B8'"],[data-theme=dark] [style*="color: #94A3B8"]{color:var(--color-text-secondary)!important}[data-theme=dark] [style*=white],[data-theme=dark] [style*="'white'"],[data-theme=dark] [style*='"white"'],[data-theme=dark] [style*=White],[data-theme=dark] [style*="'White'"],[data-theme=dark] [style*='"White"'],[data-theme=dark] *[style*="background: white"]{background:var(--color-surface)!important}[data-theme=dark] .searchable-dropdown-search-wrapper{background:transparent!important}[data-theme=dark] .searchable-dropdown-search{background:#1e1e20e6!important;color:var(--color-text-primary)!important;border-color:var(--color-border)!important}[data-theme=dark] .searchable-dropdown-search::placeholder{color:var(--color-text-secondary)!important}[data-theme=dark] .searchable-dropdown-menu{background:#1e1e20f2!important;border-color:#ffffff26!important}[data-theme=dark] .searchable-dropdown-item,[data-theme=dark] .searchable-dropdown-item span{color:var(--color-text-primary)!important}[data-theme=dark] .searchable-dropdown-item:hover{background:#ffffff1f!important}[data-theme=dark] .searchable-dropdown-list{background:transparent}[data-theme=dark] .searchable-dropdown-container *{background:unset}[data-theme=dark] .searchable-dropdown-menu,[data-theme=dark] .searchable-dropdown-menu *{background:#1e1e20f2!important}[data-theme=dark] .searchable-dropdown-trigger{color:var(--color-text-primary)!important}[data-theme=dark] [style*="background: white"],[data-theme=dark] [style*="background-color: white"],[data-theme=dark] [style*="background: rgb(255, 255, 255)"],[data-theme=dark] [style*="background-color: rgb(255, 255, 255)"],[data-theme=dark] [style*="background: #FFFFFF"],[data-theme=dark] [style*="background: #ffffff"],[data-theme=dark] [style*="background-color: #FFFFFF"],[data-theme=dark] [style*="background-color: #ffffff"]{background:var(--color-surface)!important;background-color:var(--color-surface)!important}[data-theme=dark] *[style*="background: rgba(255, 255, 255"]{background:#1e1e20f2!important}[data-theme=dark] [style*="color: white"],[data-theme=dark] [style*="color: #FFFFFF"],[data-theme=dark] [style*="color: #ffffff"],[data-theme=dark] [style*="color: rgb(255, 255, 255)"]{color:var(--color-text-primary)!important}@media (max-width: 768px){.att-table-wrapper,.data-table-wrapper,.file-list,div[style*=overflow-x],div[style*=overflowX],div[style*="overflow-x: auto"],div[style*="overflowX: auto"],div[style*="overflowX: 'auto'"],div[style*="overflow-x:scroll"],div[style*="overflowX:scroll"]{overflow-x:visible!important}.data-table-wrapper{background:transparent!important;border:none!important;box-shadow:none!important;padding:4px 0!important}table[style*=min-width],table[style*=minWidth]{min-width:0px!important}table:not(.no-responsive){display:block!important;width:100%!important;border:none!important;background:transparent!important;box-shadow:none!important}table:not(.no-responsive) thead{display:none!important}table:not(.no-responsive) tbody{display:block!important;width:100%!important}table:not(.no-responsive) tr{display:block!important;width:100%!important;background:var(--color-surface, #ffffff)!important;border:1px solid var(--color-border-solid, #e2e8f0)!important;border-radius:var(--radius-lg, 12px)!important;margin-bottom:16px!important;padding:12px 14px!important;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008!important;box-sizing:border-box!important}[data-theme=dark] table:not(.no-responsive) tr{background:var(--color-surface, #1e293b)!important;border-color:var(--color-border-solid, #334155)!important}table:not(.no-responsive) td{display:flex!important;width:100%!important;justify-content:space-between!important;align-items:center!important;text-align:right!important;padding:10px 4px!important;border:none!important;border-bottom:1px dashed var(--color-border, #f1f5f9)!important;font-size:.85rem!important;box-sizing:border-box!important}[data-theme=dark] table:not(.no-responsive) td{border-bottom-color:var(--color-border, #334155)!important}table:not(.no-responsive) td:last-child{border-bottom:none!important}table:not(.no-responsive) td:before{content:attr(data-label)!important;font-weight:600!important;color:var(--color-text-secondary, #64748b)!important;text-align:left!important;margin-right:16px!important;flex-shrink:0!important}[data-theme=dark] table:not(.no-responsive) td:before{color:var(--color-text-secondary, #94a3b8)!important}.table-actions,table:not(.no-responsive) td div,table:not(.no-responsive) td span{display:flex!important;justify-content:flex-end!important;align-items:center!important}}.mobile-timeline-view{display:none!important}@media (max-width: 768px){.desktop-timeline-view{display:none!important}.mobile-timeline-view{display:flex!important}}:root{--final-sub-padding: 24px;--final-sub-grid-cols: 1fr 1fr;--final-sub-gap: 20px}@media (max-width: 768px){:root{--final-sub-padding: 14px;--final-sub-grid-cols: 1fr;--final-sub-gap: 12px}}.progress-stepper{display:flex;align-items:center;justify-content:space-between;margin:12px 0 24px;padding:16px 20px;background:var(--color-bg, #F8FAFC);border:1px solid var(--color-border, #E2E8F0);border-radius:12px;width:100%;box-sizing:border-box}.progress-stepper-step{display:flex;flex-direction:column;align-items:center;flex:1;min-width:0;text-align:center}.progress-stepper-step-circle{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem;transition:all .2s ease-in-out;flex-shrink:0}.progress-stepper-step-label{margin-top:6px;font-size:.75rem;line-height:1.2;word-wrap:break-word;word-break:keep-all}.progress-stepper-divider{flex:.5;height:2px;min-width:10px;align-self:center;position:relative;top:-8px;flex-shrink:1}.progress-stepper-divider-arrow{position:absolute;right:0;top:-4px;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent}@media (max-width: 768px){.progress-stepper{padding:12px 8px!important;gap:4px!important}.progress-stepper-step-circle{width:24px!important;height:24px!important;font-size:.72rem!important}.progress-stepper-step-label{margin-top:4px!important;font-size:.58rem!important;font-weight:700!important}.progress-stepper-divider{flex:.25!important;min-width:5px!important;top:-10px!important}.progress-stepper-divider-arrow{border-top-width:3px!important;border-bottom-width:3px!important;border-left-width:4px!important;top:-2px!important}}
