.home-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100vh;padding:.5rem 2rem;background-color:#f8f9fa}.logo-container{display:flex;justify-content:center;align-items:center;margin:1rem 0}.home-logo{width:200px;height:200px;-o-object-fit:contain;object-fit:contain}.welcome-text{text-align:center;margin-bottom:2rem}.welcome-text h1{font-size:2.5rem;font-weight:600;color:#111827;margin-bottom:1rem}.button-group{display:flex;gap:1rem;margin-top:1rem}.home-button{padding:.75rem 2rem;font-size:1.1rem;font-weight:500;border-radius:8px;transition:all .2s;border:none;cursor:pointer;font-family:inherit}.home-button.primary{background-color:#0ea5e9;color:white}.home-button.primary:hover{background-color:#0284c7;transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.1)}.home-button.secondary{background-color:transparent;color:#0ea5e9;border:2px solid #0ea5e9}.home-button.secondary:hover{background-color:#0ea5e9;color:white;transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.1)}@media (max-width:640px){.welcome-text h1{font-size:2rem}.home-logo{width:150px;height:150px}.button-group{flex-direction:column;width:100%}.home-button{width:100%}}