.grokly-page{min-height:100vh;background:var(--grokly-bg);font-family:var(--grokly-font-primary)}.grokly-content{max-width:var(--grokly-max-width);margin:0 auto;padding:20px}@media (max-width:768px){.grokly-content{padding:12px;padding-bottom:calc(var(--grokly-bottom-nav-height) + 16px)}}.product-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));width:100%}@media (max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px}}.section-title{font-family:var(--grokly-font-display);font-size:20px;font-weight:800;color:var(--grokly-text-primary);margin:24px 0 16px}@media (max-width:768px){.section-title{font-size:18px;margin:20px 0 12px}}.loading-container{display:flex;align-items:center;justify-content:center;min-height:400px}.loading-spinner{width:40px;height:40px;border:4px solid var(--grokly-border);border-top-color:var(--grokly-primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.empty-state{text-align:center;padding:60px 20px}.empty-state-icon{font-size:64px;margin-bottom:16px}.empty-state-title{font-size:18px;font-weight:800;color:var(--grokly-text-primary);margin:0 0 8px}.empty-state-text{font-size:14px;color:var(--grokly-text-muted);margin:0}.error-container{background:#fee;border:2px solid var(--grokly-error);border-radius:var(--grokly-radius-md);padding:16px;margin:20px 0;color:var(--grokly-error)}.text-center{text-align:center}.text-muted{color:var(--grokly-text-muted)}.text-primary{color:var(--grokly-primary)}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.mb-0{margin-bottom:0}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mt-0{margin-top:0}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--grokly-bg)}::-webkit-scrollbar-thumb{background:var(--grokly-border);border-radius:var(--grokly-radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--grokly-text-muted)}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}:focus-visible{outline:2px solid var(--grokly-primary);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.grokly-page section:first-of-type{min-height:75vh!important;position:relative!important;overflow:hidden!important}.grokly-page section:first-of-type img{object-fit:contain!important;object-position:center bottom!important}.grokly-page section:first-of-type img,.grokly-page section:first-of-type picture,.grokly-page section:first-of-type span{width:100%!important;height:100%!important}@media (min-width:769px){.grokly-page section:first-of-type img{object-fit:contain!important;object-position:center bottom!important}}@media (max-width:768px){.grokly-page section:first-of-type{min-height:80vh!important}.grokly-page section:first-of-type img{object-fit:contain!important;object-position:center bottom!important}}.grokly-category-layout{display:flex;gap:24px;align-items:flex-start;margin-top:16px;width:100%;max-width:100%;box-sizing:border-box}.grokly-category-sidebar{width:240px;flex-shrink:0;background:#f8fafc;border:1px solid var(--grokly-border);border-radius:var(--grokly-radius-md);padding:8px 0;display:flex;flex-direction:column;gap:2px;position:-webkit-sticky;position:sticky;top:90px;max-height:calc(100vh - 140px);overflow-y:auto;box-shadow:var(--grokly-shadow-sm)}.grokly-sidebar-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 18px;background:transparent;border:none;border-left:4px solid transparent;cursor:pointer;text-align:left;transition:all var(--grokly-transition-fast)}.grokly-sidebar-item:hover{background-color:#f1f5f9}.grokly-sidebar-item.active{background-color:#fff;border-left:4px solid var(--grokly-primary)}.grokly-sidebar-item img{width:30px;height:30px;border-radius:var(--grokly-radius-xs);object-fit:cover}.grokly-sidebar-item span{font-size:13.5px;font-weight:600;color:var(--grokly-text-primary);font-family:var(--grokly-font-primary);transition:color var(--grokly-transition-fast)}.grokly-sidebar-item.active span{font-weight:800;color:var(--grokly-primary)}.grokly-category-header{display:flex;justify-content:space-between;align-items:center;background:var(--grokly-bg-white);border:1px solid var(--grokly-border);border-radius:var(--grokly-radius-md);padding:16px 20px;margin-bottom:16px;box-shadow:var(--grokly-shadow-sm)}.grokly-category-title{font-family:var(--grokly-font-display);font-size:20px;font-weight:800;color:var(--grokly-text-primary);margin:0}.grokly-category-count{font-size:13px;color:var(--grokly-text-muted);margin:4px 0 0;font-family:var(--grokly-font-primary)}@media (max-width:768px){.grokly-category-layout{flex-direction:column;gap:12px;width:100%;max-width:100%;overflow-x:hidden}.grokly-category-sidebar{width:100%;max-width:100%;box-sizing:border-box;position:-webkit-sticky;position:sticky;top:calc(var(--grokly-mobile-header-height) - 1px);z-index:50;flex-direction:row;overflow-x:auto;overflow-y:hidden;padding:8px;gap:8px;border:none;border-bottom:1px solid var(--grokly-border);border-radius:0;white-space:nowrap;background:var(--grokly-bg-white);max-height:none;box-shadow:var(--grokly-shadow-sm);min-width:0}.grokly-category-sidebar::-webkit-scrollbar{display:none}.grokly-category-sidebar{-ms-overflow-style:none;scrollbar-width:none}.grokly-sidebar-item{width:auto;display:inline-flex;flex-shrink:0;padding:8px 12px;border-left:none;border-bottom:3px solid transparent;border-radius:var(--grokly-radius-sm)}.grokly-sidebar-item.active{border-left:none;border-bottom:3px solid var(--grokly-primary);background-color:var(--grokly-primary-light)}.grokly-category-header{padding:12px 16px}}.grokly-category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));grid-gap:12px;gap:12px}@media (min-width:769px){.grokly-category-grid{grid-template-columns:repeat(9,1fr)!important}}@media (max-width:768px){.grokly-category-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:480px){.grokly-category-grid{grid-template-columns:repeat(3,1fr)}}