:root{--primary:#1d4ed8;--primary-hover:#1e40af;--primary-light:#eff6ff;--primary-dark:#1e3a8a;--secondary:#0284c7;--accent:#f59e0b;--dark:#0f172a;--gray-900:#0f172a;--gray-800:#1e293b;--gray-700:#334155;--gray-600:#475569;--gray-500:#64748b;--gray-400:#94a3b8;--gray-300:#cbd5e1;--gray-200:#e2e8f0;--gray-100:#f1f5f9;--gray-50:#f8fafc;--white:#fff;--success:#16a34a;--success-bg:#dcfce7;--warning:#d97706;--warning-bg:#fef3c7;--danger:#dc2626;--danger-bg:#fee2e2;--info:#2563eb;--info-bg:#dbeafe;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--radius-sm:8px;--radius:12px;--radius-lg:16px;--radius-full:9999px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}body{color:var(--gray-800);background-color:#f4f6fb;flex-direction:column;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.5;display:flex}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.site-header{background:var(--white);border-bottom:1px solid var(--gray-200);z-index:40;box-shadow:var(--shadow-sm);position:sticky;top:0}.header-container{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:.75rem 1rem;display:flex}.brand-logo{color:var(--gray-900);align-items:center;gap:.6rem;text-decoration:none;display:flex}.logo-icon{width:38px;height:38px;color:var(--white);border-radius:var(--radius-sm);background:linear-gradient(135deg,#1d4ed8,#2563eb);justify-content:center;align-items:center;font-size:1.25rem;font-weight:800;display:flex;box-shadow:0 2px 4px #1d4ed84d}.brand-text h1{color:var(--primary-dark);font-size:1.15rem;font-weight:700;line-height:1.1}.brand-text span{color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;font-size:.72rem;font-weight:600}.nav-links{align-items:center;gap:1.25rem;list-style:none;display:flex}.nav-links a{color:var(--gray-700);font-size:.9rem;font-weight:500;transition:color .15s}.nav-links a:hover,.nav-links a.active{color:var(--primary);text-decoration:none}.mobile-menu-btn{color:var(--gray-700);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:.4rem;font-size:1.5rem;display:none}.mobile-bottom-nav{background:var(--white);border-top:1px solid var(--gray-200);z-index:50;height:60px;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 8px #0000000f}.mobile-bottom-nav-inner{height:100%;display:flex}.bottom-nav-item{color:var(--gray-500);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;padding:4px 0;font-size:.72rem;font-weight:500;text-decoration:none;display:flex}.bottom-nav-item.active{color:var(--primary);font-weight:600}.bottom-nav-item svg{width:20px;height:20px}.main-content{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:1.25rem 1rem 3.5rem}.btn{border-radius:var(--radius-full);cursor:pointer;text-align:center;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;min-height:44px;padding:.65rem 1.25rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn:hover{text-decoration:none}.btn-primary{background-color:var(--primary);color:var(--white)}.btn-primary:hover{background-color:var(--primary-hover);box-shadow:0 4px 10px #1d4ed840}.btn-secondary{background-color:var(--white);color:var(--primary);border-color:var(--primary)}.btn-secondary:hover{background-color:var(--primary-light)}.btn-outline{color:var(--gray-700);border-color:var(--gray-300);background-color:#0000}.btn-outline:hover{background-color:var(--gray-100);color:var(--gray-900)}.btn-success{background-color:var(--success);color:var(--white)}.btn-success:hover{background-color:#15803d}.btn-danger{background-color:var(--danger);color:var(--white)}.btn-block{width:100%}.btn-sm{min-height:36px;padding:.4rem .85rem;font-size:.85rem}.card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:var(--shadow-sm);margin-bottom:1rem;padding:1.25rem}.card-header{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.card-title{color:var(--gray-900);font-size:1.1rem;font-weight:700}.form-group{margin-bottom:1.1rem}.form-label{color:var(--gray-700);margin-bottom:.4rem;font-size:.85rem;font-weight:600;display:block}.form-label span.req{color:var(--danger);margin-left:2px}.form-control{width:100%;color:var(--gray-900);background-color:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius-sm);min-height:44px;padding:.7rem .9rem;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.form-control:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #2563eb26}.form-hint{color:var(--gray-500);margin-top:.35rem;font-size:.78rem}.form-check{align-items:flex-start;gap:.6rem;margin-bottom:1.2rem;display:flex}.form-check input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary);cursor:pointer;margin-top:2px}.form-check label{color:var(--gray-700);cursor:pointer;font-size:.85rem;line-height:1.4}.status-badge{border-radius:var(--radius-full);white-space:nowrap;align-items:center;gap:.35rem;padding:.3rem .75rem;font-size:.8rem;font-weight:600;display:inline-flex}.status-badge:before{content:"";background-color:currentColor;border-radius:50%;width:6px;height:6px;display:inline-block}.status-received{color:#0369a1;background-color:#e0f2fe}.status-review{color:#b45309;background-color:#fef3c7}.status-docs{color:#c2410c;background-color:#ffedd5}.status-approved{color:#15803d;background-color:#dcfce7}.status-rejected{color:#b91c1c;background-color:#fee2e2}.status-disbursed{color:#6d28d9;background-color:#ede9fe}.stepper{justify-content:space-between;align-items:center;margin-bottom:1.75rem;display:flex;position:relative}.stepper:before{content:"";background-color:var(--gray-200);z-index:1;height:3px;position:absolute;top:18px;left:30px;right:30px}.step-item{z-index:2;background:0 0;flex-direction:column;align-items:center;display:flex;position:relative}.step-number{background-color:var(--white);border:2px solid var(--gray-300);width:36px;height:36px;color:var(--gray-500);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;transition:all .25s;display:flex}.step-label{color:var(--gray-500);text-align:center;margin-top:.35rem;font-size:.75rem;font-weight:600}.step-item.active .step-number{background-color:var(--primary);border-color:var(--primary);color:var(--white);box-shadow:0 0 0 3px #2563eb33}.step-item.active .step-label{color:var(--primary-dark)}.step-item.completed .step-number{background-color:var(--success);border-color:var(--success);color:var(--white)}.file-drop-area{border-radius:var(--radius);text-align:center;cursor:pointer;background-color:#f8fafc;border:2px dashed #cbd5e1;padding:2rem 1.25rem;transition:all .2s;position:relative}.file-drop-area:hover,.file-drop-area.drag-over{border-color:var(--primary);background-color:#eff6ff}.file-drop-icon{width:48px;height:48px;color:var(--primary);background:#e0e7ff;border-radius:50%;justify-content:center;align-items:center;margin:0 auto .75rem;display:flex}.file-preview-card{border-radius:var(--radius-sm);background:#fff;border:1px solid #cbd5e1;justify-content:space-between;align-items:center;gap:.75rem;margin-top:.85rem;padding:.85rem 1rem;display:flex}.alert{border-radius:var(--radius-sm);align-items:flex-start;gap:.6rem;margin-bottom:1rem;padding:.85rem 1rem;font-size:.88rem;line-height:1.45;display:flex}.alert-info{background-color:var(--info-bg);color:#1e40af;border:1px solid #bfdbfe}.alert-warning{background-color:var(--warning-bg);color:#92400e;border:1px solid #fde68a}.alert-success{background-color:var(--success-bg);color:#166534;border:1px solid #bbf7d0}.alert-danger{background-color:var(--danger-bg);color:#991b1b;border:1px solid #fecaca}.hero{color:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:linear-gradient(135deg,#1e3a8a 0%,#1d4ed8 100%);margin-bottom:1.75rem;padding:2.25rem 1.25rem;position:relative;overflow:hidden}.hero-tag{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;border-radius:var(--radius-full);letter-spacing:.5px;text-transform:uppercase;background:#ffffff2e;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.78rem;font-weight:600;display:inline-block}.hero h2{margin-bottom:.6rem;font-size:1.85rem;font-weight:800;line-height:1.2}.hero p{color:#e0e7ff;max-width:600px;margin-bottom:1.5rem;font-size:.98rem}.hero-cta{flex-wrap:wrap;gap:.75rem;display:flex}.grid-2{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.feature-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);flex-direction:column;align-items:flex-start;gap:.6rem;padding:1.25rem;display:flex}.feature-icon{border-radius:var(--radius-sm);background:var(--primary-light);width:44px;height:44px;color:var(--primary);justify-content:center;align-items:center;font-size:1.25rem;display:flex}.feature-card h3{color:var(--gray-900);font-size:1rem;font-weight:700}.feature-card p{color:var(--gray-600);font-size:.85rem;line-height:1.45}.site-footer{background:var(--gray-900);color:var(--gray-400);border-top:1px solid var(--gray-800);padding:2.5rem 1rem 5rem;font-size:.85rem}.footer-container{max-width:1100px;margin:0 auto}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.footer-brand h4{color:var(--white);margin-bottom:.5rem;font-size:1.1rem}.footer-links h5{color:var(--white);margin-bottom:.75rem;font-size:.9rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.4rem}.footer-links a{color:var(--gray-400)}.footer-links a:hover{color:var(--white)}.footer-bottom{border-top:1px solid var(--gray-800);color:var(--gray-500);flex-direction:column;gap:.75rem;padding-top:1.25rem;font-size:.78rem;display:flex}.footer-disclaimer{border-radius:var(--radius-sm);background:#ffffff08;border:1px solid #ffffff0d;padding:.75rem;font-size:.75rem;line-height:1.45}@media (width<=768px){.nav-links{display:none}.mobile-menu-btn,.mobile-bottom-nav{display:block}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:1.5rem}.hero h2{font-size:1.5rem}.main-content{padding-bottom:5.5rem}}.spin-animation{animation:.8s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
