.category-section{width:100vw;background:#f7f5ff;overflow-x:hidden;padding:20px 0 24px}.category-header{display:flex;align-items:center;justify-content:space-between;padding:0 20px 14px}.category-title{color:#333;font-family:Inter,Arial,sans-serif;font-size:1.05rem;font-weight:700;display:inline-flex;align-items:center;margin:0}.category-show-all{color:#704dff;font-size:.78rem;font-weight:600;cursor:pointer;letter-spacing:.01em;padding:4px 10px;background:#ede8ff;border-radius:14px;transition:background .2s}.category-show-all:active{background:#ddd4ff}.category-scroll{display:flex;flex-direction:row;gap:12px;overflow-x:auto;overflow-y:hidden;padding:4px 20px 8px;scrollbar-width:none;flex-wrap:nowrap;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.category-scroll::-webkit-scrollbar{display:none}.category-scroll>*{flex-shrink:0;flex-grow:0;min-width:6.5rem}@media (max-width: 600px){.category-section{padding:16px 0 20px}.category-header{padding:0 14px 10px}.category-scroll{display:grid;grid-template-columns:repeat(3,1fr);gap:14px 10px;padding:4px 14px 8px;overflow-x:unset;overflow-y:unset}.category-scroll>*{min-width:0;width:100%;justify-self:stretch}}@media (max-width: 480px){.category-header{padding:0 10px 10px}.category-scroll{gap:12px 8px;padding:4px 10px 8px}}
