.categories-list-section{padding:30px 0;min-height:60vh}.categories-list-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;align-items:stretch}.category-list-card{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:28px 24px;border-radius:20px;background:linear-gradient(135deg,#87ceeb 0,#4da6ff 100%);background-repeat:no-repeat;background-position:center;background-size:contain;border:none;text-decoration:none;color:#fff;font-weight:700;font-size:1.2rem;box-shadow:0 8px 24px rgba(0,0,0,.1);transition:.3s cubic-bezier(.2, .9, .2, 1);position:relative;min-height:150px;overflow:hidden;text-align:left;line-height:1.2;word-wrap:break-word}.category-list-card::before{content:"";position:absolute;top:50%;right:20%;width:140px;height:140px;border-radius:50%;background:rgba(255,255,255,.15);transform:translate(50%,-50%);z-index:0}.category-list-card:nth-child(8n+1){background:linear-gradient(135deg,#87ceeb 0,#4da6ff 100%)}.category-list-card:nth-child(8n+2){background:linear-gradient(135deg,#90ee90 0,#32cd32 100%)}.category-list-card:nth-child(8n+3){background:linear-gradient(135deg,#ffb6c1 0,#ff69b4 100%)}.category-list-card:nth-child(8n+4){background:linear-gradient(135deg,gold 0,orange 100%)}.category-list-card:nth-child(8n+5){background:linear-gradient(135deg,plum 0,orchid 100%)}.category-list-card:nth-child(8n+6){background:linear-gradient(135deg,khaki 0,gold 100%)}.category-list-card:nth-child(8n+7){background:linear-gradient(135deg,#ffa07a 0,tomato 100%)}.category-list-card:nth-child(8n+8){background:linear-gradient(135deg,#87ceeb 0,#4682b4 100%)}.category-list-card>span{position:relative;z-index:1}.category-list-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 16px 40px rgba(0,0,0,.15)}.category-list-card:active{transform:translateY(-4px) scale(1.01)}.ios-back-btn{background:var(--surface);border:1px solid var(--border);color:var(--text-primary);padding:6px 12px;border-radius:999px;font-weight:600;font-size:.9rem;transition:.2s;cursor:pointer;font-family:Poppins,Arial,sans-serif}.ios-back-btn:hover{background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.06)}@media (max-width:980px){.categories-list-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.categories-list-section{padding:24px 0}.categories-list-grid{grid-template-columns:repeat(2,1fr);gap:14px}.category-list-card{padding:24px 20px;min-height:140px;font-size:1.1rem}}@media (max-width:420px){.categories-list-section{padding:20px 0}.categories-list-grid{grid-template-columns:repeat(2,1fr);gap:12px}.category-list-card{padding:20px 16px;min-height:120px;font-size:1rem;border-radius:16px}}