@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@400;500;600&display=swap";:root{--primary: #1E3A8A;--primary-hover: #1D4ED8;--secondary: #D97706;--secondary-hover: #F59E0B;--bg-dark: #0F172A;--bg-darker: #020617;--bg-light: #F8FAFC;--text-primary: #1E293B;--text-secondary: #64748B;--text-light: #F1F5F9;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-glow: 0 0 15px rgba(30, 58, 138, .5);--container-max: 1200px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:var(--bg-light);color:var(--text-primary);line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:700;line-height:1.2}a{text-decoration:none;color:inherit}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .6s ease-out forwards}.animate-delay-100{animation-delay:.1s}.animate-delay-200{animation-delay:.2s}.animate-delay-300{animation-delay:.3s}.container{max-width:var(--container-max);margin:0 auto;padding:0 1.5rem}.glassmorphism{background:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.18)}.dark-glassmorphism{background:#0f172ab3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}button{font-family:inherit;border:none;background:none;cursor:pointer}input[type=file]{padding:10px;background-color:#f8f9fa;border:1px solid #e5e5e5;border-radius:var(--radius-sm);width:100%;color:var(--text-secondary)}input[type=file]::file-selector-button{background-color:var(--primary);color:#fff;border:none;padding:8px 16px;border-radius:var(--radius-sm);cursor:pointer;margin-right:15px;font-family:Outfit,sans-serif;font-weight:500}input[type=file]::file-selector-button:hover{background-color:var(--primary-hover)}.slider-image-responsive{width:100%;height:auto;object-fit:contain}@media (max-width: 768px){.slider-image-responsive{height:auto;object-fit:contain;background-color:transparent}}.main-slider__image__item img.slider-image-responsive{width:100%!important}.dashboard-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.dashboard-card{padding:2rem;border-radius:var(--radius-xl);background:#fff;box-shadow:var(--shadow-md)}.dashboard-card h3{color:var(--primary);margin-bottom:2rem;font-size:1.5rem;border-bottom:2px solid var(--bg-light);padding-bottom:1rem}.status-timeline{display:flex;flex-direction:column;gap:1.5rem}.timeline-item{display:flex;gap:1.5rem;position:relative}.timeline-item:after{content:"";position:absolute;left:1.25rem;top:3rem;bottom:-1.5rem;width:2px;background-color:var(--bg-light);z-index:0}.timeline-item:last-child:after{display:none}.timeline-icon{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--bg-light);display:flex;align-items:center;justify-content:center;font-size:1.25rem;position:relative;z-index:1}.completed .timeline-icon{background:#10b981;color:#fff}.active .timeline-icon{background:var(--primary);color:#fff;box-shadow:0 0 0 4px #1e3a8a33}.timeline-content h4{margin-bottom:.25rem;font-size:1.125rem}.timeline-content p{color:var(--text-secondary);font-size:.875rem}.active .timeline-content h4{color:var(--primary)}.document-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.document-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:1px solid var(--bg-light);border-radius:var(--radius-md)}.badge{padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600}.badge-success{background:#d1fae5;color:#047857}.badge-warning{background:#fef3c7;color:#b45309}.alert-box{padding:1rem;background:#eff6ff;border-left:4px solid var(--primary);border-radius:var(--radius-sm);color:#1e3a8a;font-size:.875rem}@media (max-width: 768px){.dashboard-grid{grid-template-columns:1fr}}
