.home-container{min-height:100vh;background:linear-gradient(135deg,#ffffff,#fef9fb);justify-content:center;padding:2rem 1rem}.home-container,.home-content{display:flex;flex-direction:column;align-items:center}.home-content{max-width:1200px;width:100%;gap:4rem}.logo-section{display:flex;justify-content:center;align-items:center;animation:fadeInDown .8s ease-out}.logo-image{width:auto;height:auto;max-width:200px;max-height:200px;object-fit:contain}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.main-categories{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:600px}.category-wrapper{width:100%}.main-category-card{width:100%;background:#ffffff;border-radius:16px;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:all .3s ease;position:relative;overflow:hidden;cursor:pointer;min-height:200px;border:none;text-align:center}.main-category-card .menu-title{font-size:1.25rem;font-weight:600}.main-category-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#f9cdd8,#f5b8c8);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.main-category-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(249,205,216,.2);border-color:#f9cdd8}.main-category-card:hover:before{transform:scaleX(1)}.category-arrow{font-size:1.2rem;color:#f9cdd8;transition:transform .3s ease;flex-shrink:0}.category-arrow.expanded{transform:rotate(180deg)}.submenu-container{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem;animation:slideDown .3s ease}.submenu-item{display:flex;justify-content:space-between;align-items:center;background:#ffffff;border-radius:12px;padding:1.25rem 1.5rem;text-decoration:none;color:#313131;box-shadow:0 2px 4px rgba(0,0,0,.05);transition:all .3s ease;border:2px solid transparent}.submenu-item:hover{transform:translateX(8px);box-shadow:0 4px 8px rgba(249,205,216,.15);border-color:#f9cdd8;background:#fef9fb}.submenu-item span:first-child{font-size:1rem;font-weight:500}.submenu-arrow{font-size:1.2rem;color:#f9cdd8;transition:transform .3s ease}.submenu-item:hover .submenu-arrow{transform:translateX(4px);color:#f5b8c8}.other-menu-grid{margin-top:2rem}.menu-grid,.other-menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;width:100%;max-width:1000px}.menu-link{text-decoration:none;color:inherit;display:block;height:100%}.menu-card{background:#ffffff;border-radius:16px;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:all .3s ease;border:2px solid transparent;position:relative;overflow:hidden;animation:fadeInUp .6s ease-out;animation-fill-mode:both;height:100%;min-height:200px}.menu-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#f9cdd8,#f5b8c8);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.menu-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(249,205,216,.2);border-color:#f9cdd8}.menu-card:hover:before{transform:scaleX(1)}.menu-card:first-child{animation-delay:.1s}.menu-card:nth-child(2){animation-delay:.2s}.menu-card:nth-child(3){animation-delay:.3s}.menu-card:nth-child(4){animation-delay:.4s}.menu-card:nth-child(5){animation-delay:.5s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:500px;transform:translateY(0)}}.menu-icon{display:flex;align-items:center;justify-content:center;font-size:3rem;flex-shrink:0;transition:transform .3s ease;min-height:60px;width:100%}.menu-icon img{width:auto;height:auto;max-width:35px;max-height:35px;object-fit:contain}.menu-icon svg{width:48px;height:48px;transition:transform .3s ease}.main-category-card:hover .menu-icon svg,.menu-card:hover .menu-icon{transform:scale(1.1)}.menu-title{font-size:1.125rem;font-weight:500;color:#313131;text-align:center;line-height:1.5;margin:0;flex:1;display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;white-space:pre-line}.menu-arrow{font-size:1.5rem;color:#f9cdd8;transition:transform .3s ease;flex-shrink:0}.menu-card:hover .menu-arrow{transform:translateX(8px);color:#f5b8c8}@media (max-width:768px){.home-content{gap:3rem}.logo-image{max-width:150px;max-height:150px}.menu-grid{gap:1rem}.main-categories{max-width:100%}.main-category-card{padding:1.5rem;min-height:180px}.submenu-item{padding:1rem 1.25rem}.other-menu-grid{margin-top:1.5rem;gap:1rem}.menu-card{padding:1.5rem;min-height:180px}.menu-title{font-size:1rem}}@media (max-width:480px){.home-container{padding:1.5rem 1rem}.home-content{gap:2rem}.logo-image{max-width:120px;max-height:120px}.menu-card{padding:1.25rem;min-height:160px}.menu-icon{font-size:2.5rem;min-height:50px}.menu-icon svg{width:40px;height:40px}.main-category-card{padding:10px;min-height:160px}.submenu-item{padding:.875rem 1rem}.submenu-item span:first-child{font-size:.9rem}}