.home-container{color:#0f172a;flex-direction:column;gap:2rem;display:flex}.hero-banner{background:linear-gradient(135deg,#093b8b 0%,#0c2f5c 100%);border:1px solid #093b8b1a;border-radius:1rem;padding:3rem 2.5rem;position:relative;overflow:hidden;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -4px #0000000d}.hero-badge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background-color:#ffffff1f;border:1px solid #fff3;border-radius:9999px;align-items:center;margin-bottom:1.25rem;padding:.3rem .8rem;font-size:.75rem;font-weight:600;display:inline-flex}.hero-title{letter-spacing:-.025em;color:#fff;margin-bottom:.75rem;font-size:2.25rem;font-weight:800;line-height:1.2}.hero-subtitle{color:#e2e8f0;max-width:48rem;font-size:1.05rem;line-height:1.625}.stats-grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem;display:grid}@media (min-width:640px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1200px){.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.stat-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:1rem;flex-direction:column;gap:.5rem;padding:1.5rem;display:flex;box-shadow:0 1px 3px #0000000d,0 1px 2px -1px #0000000d}.stat-card-header{justify-content:space-between;align-items:flex-start;display:flex}.stat-card-title{color:#64748b;font-size:.875rem;font-weight:600}.stat-icon-wrapper{border:1px solid #0000;border-radius:.75rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.stat-card-value{color:#0f172a;font-size:1.875rem;font-weight:700;line-height:1}.stat-card-desc{color:#64748b;margin-top:.25rem;font-size:.75rem}.quick-actions-panel{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:1024px){.quick-actions-panel{grid-template-columns:repeat(2,minmax(0,1fr))}}.action-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:1rem;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1.5rem;padding:2rem;display:flex;box-shadow:0 1px 3px #0000000d,0 1px 2px -1px #0000000d}.action-info{flex-direction:column;gap:.5rem;display:flex}.action-title{color:#093b8b;font-size:1.25rem;font-weight:700}.action-desc{color:#64748b;font-size:.875rem;line-height:1.5}.btn-action{color:#fff;background-color:#093b8b;border-radius:.5rem;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-action:hover{background-color:#14294d;transform:translateY(-1px)}.system-check-badge{background-color:#ecfdf5;border:1px solid #a7f3d0;border-radius:.75rem;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}
