@keyframes styles_fadeInOut__Q9D4I{0%{opacity:0;transform:translate(-50%,20px)}15%{opacity:1;transform:translate(-50%)}85%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-20px)}}.styles_container__w3O2C{width:100%;min-height:100vh;background-color:#fff;display:flex;flex-direction:column}.styles_mainContent__vu_Bu{max-width:1200px;margin:0 auto;padding:1rem}.styles_categoriesGrid__KOk5U{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:2rem 0}.styles_categoryCard__SbsL7{background:linear-gradient(145deg,#ffffff,#f8f9ff);border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid rgba(255,255,255,.2);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.styles_categoryCard__SbsL7:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#FF9800,#f39c12,#e67e22);border-radius:16px 16px 0 0}.styles_categoryCard__SbsL7:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,0,0,.15);border-color:rgba(255,152,0,.3)}.styles_categoryHeader__8uHnn{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(255,152,0,.1)}.styles_categoryIcon__vOzX_{font-size:2.5rem;display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,#fff3e0,#ffe0b2);border-radius:16px;box-shadow:0 4px 12px rgba(255,152,0,.2)}.styles_categoryTitle__zZTN8{font-size:1.4rem;font-weight:700;color:#2c3e50;margin:0;flex:1;line-height:1.2}.styles_categoryBadge__kID7Q{background:linear-gradient(135deg,#FF9800,#f39c12);color:white;font-size:.8rem;font-weight:600;padding:.4rem .8rem;border-radius:20px;box-shadow:0 2px 8px rgba(255,152,0,.3)}.styles_subcategoriesContainer__YDI9K{display:flex;flex-direction:column;gap:.5rem}.styles_subcategoryButton__6h_Mv{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.8rem 1rem;background:rgba(255,255,255,.7);border:1px solid rgba(255,152,0,.1);border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left;font-size:.95rem;color:#555;opacity:0;animation:styles_slideInUp__f1DxO .6s ease forwards}.styles_subcategoryButton__6h_Mv:hover{background:rgba(255,152,0,.1);border-color:rgba(255,152,0,.3);transform:translateX(8px);color:#FF9800}.styles_subcategoryName__vI1Yx{font-weight:500;flex:1}.styles_arrowIcon___5EpM{transition:transform .2s ease;color:#bbb}.styles_subcategoryButton__6h_Mv:hover .styles_arrowIcon___5EpM{transform:translateX(4px);color:#FF9800}@keyframes styles_slideInUp__f1DxO{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.styles_categoriesGrid__KOk5U{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:768px){.styles_categoriesGrid__KOk5U{grid-template-columns:1fr;gap:1.5rem;padding:1rem 0}.styles_categoryCard__SbsL7{padding:1.2rem}.styles_categoryHeader__8uHnn{gap:.8rem}.styles_categoryIcon__vOzX_{width:50px;height:50px;font-size:2rem}.styles_categoryTitle__zZTN8{font-size:1.2rem}}.styles_columns__MeEHu{display:flex;flex-wrap:wrap;gap:2rem}.styles_categoryColumn__heFn1{display:flex;flex-direction:column;gap:.5rem;min-width:120px}.styles_subList__1lx_I{list-style:none;margin:0;padding:0}.styles_subButton__wJGMG{background:none;border:none;font-size:.875rem;color:#444;text-align:left;padding:0;margin:.2rem 0;cursor:pointer;display:flex;align-items:center}.styles_subButton__wJGMG:hover{color:#f97316;text-decoration:underline}.styles_countBadge__wtb6m{display:inline-block;font-size:.75rem;color:#666;background-color:#f3f3f3;border-radius:12px;padding:.1rem .4rem;margin-left:.5rem}.styles_toast__I47Oc{position:fixed;bottom:4rem;left:50%;transform:translateX(-50%);background-color:rgba(0,0,0,.8);color:white;padding:1rem 2rem;border-radius:4px;font-size:.9rem;z-index:1000;animation:styles_fadeInOut__Q9D4I 3s ease-in-out}