.home-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 1rem;display:flex;align-items:center;justify-content:center}.container{max-width:1000px;width:100%}.hero-section{text-align:center;color:#fff;margin-bottom:4rem}.hero-section h1{font-size:3.5rem;font-weight:700;margin:0 0 1rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-description{font-size:1.25rem;opacity:.9;line-height:1.6;max-width:600px;margin:0 auto}.actions-section{display:grid;gap:2rem;margin-bottom:3rem}.primary-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;justify-content:center}.action-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 10px 25px #0000001a;transition:all .3s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;max-width:400px;width:100%}.action-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.action-card.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.action-icon{width:64px;height:64px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.action-card h2{font-size:1.5rem;font-weight:600;margin:0 0 1rem}.action-card p{margin:0 0 1rem;opacity:.9;line-height:1.5}.action-arrow{font-size:1.5rem;font-weight:700;position:absolute;bottom:1rem;right:1.5rem}.secondary-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.info-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 15px #00000014}.info-card.featured{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 8px 25px #00000026;border:2px solid #e0e7ff;text-align:center;max-width:500px;margin:0 auto}.info-card.featured .action-icon{background:#6366f11a;width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#6366f1}.info-card.featured h2{font-size:1.75rem;font-weight:600;color:#374151;margin:0 0 1rem}.info-card.featured p{font-size:1.125rem;color:#6b7280;line-height:1.6;margin:0 0 1.5rem}.action-link{display:inline-flex;align-items:center;padding:.75rem 1.5rem;background:#6366f1;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:background-color .2s}.action-link:hover{background:#5855eb}.info-card h3{font-size:1.25rem;font-weight:600;color:#374151;margin:0 0 1rem}.info-card ol{margin:0;padding-left:1.5rem;color:#6b7280;line-height:1.6}.info-card p{margin:0;color:#6b7280;line-height:1.6}.system-status{text-align:center;color:#fff;opacity:.8}.status-indicator{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1a;padding:.5rem 1rem;border-radius:20px;font-size:.875rem}.status-dot{width:8px;height:8px;border-radius:50%;background:#10b981}@media (max-width: 768px){.hero-section h1{font-size:2.5rem}.hero-description{font-size:1.125rem}.action-card{padding:1.5rem}.secondary-actions{grid-template-columns:1fr}}
