.page-wrapper{display:flex;flex-direction:column;min-height:100vh}.home-page{flex:1 1;justify-content:center;padding:48px 16px}.home-page,.home-page__hero{display:flex;align-items:center}.home-page__hero{flex-direction:column;text-align:center;max-width:800px;margin:0 auto;padding:40px 0}.home-page__icon{margin-bottom:50px;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.home-page__title{font-weight:800;font-size:3.5rem;letter-spacing:2px;line-height:1.1;margin-bottom:48px;background:linear-gradient(135deg,#1e40af,#065f46);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 4px 8px rgba(30,64,175,.2)}.home-page__title,.home-page__username{font-family:Inter,Segoe UI,Roboto,sans-serif}.home-page__username{font-weight:500;color:#374151;margin-bottom:40px;font-size:1.4rem}.home-page__actions{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.home-page__button{min-width:360px;padding:20px 52px;font-family:Inter,Segoe UI,Roboto,sans-serif;font-weight:700;font-size:1.3rem;letter-spacing:.5px;border-radius:12px;box-shadow:0 8px 25px rgba(245,168,0,.4);transition:all .3s ease;background:linear-gradient(135deg,#f5a800,#f59e0b);border:none;text-transform:none}.home-page__button:hover{box-shadow:0 12px 35px rgba(245,168,0,.5);transform:translateY(-3px);background:linear-gradient(135deg,#f5a800,#e69500)}.home-page__button:active{transform:translateY(0);box-shadow:0 4px 15px rgba(245,168,0,.4)}@media (max-width:768px){.home-page{padding:24px 16px}.home-page__title{font-size:2.5rem;letter-spacing:1px;margin-bottom:40px}.home-page__icon{margin-bottom:24px}.home-page__actions{flex-direction:column;width:100%}.home-page__button{width:100%;min-width:auto;font-size:1.2rem;padding:18px 40px}.home-page__username{font-size:1.2rem;margin-bottom:32px}}@media (max-width:480px){.home-page__title{font-size:2rem;letter-spacing:.5px}.home-page__button{font-size:1.1rem;padding:16px 32px}}