.categories-module__85yMYq__grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;margin-top:3rem;display:grid}.categories-module__85yMYq__categoryCard{background:var(--surface);text-align:center;border:1px solid var(--border);box-shadow:var(--shadow-sm);cursor:pointer;border-radius:1.5rem;flex-direction:column;align-items:center;padding:3rem 2rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.categories-module__85yMYq__categoryCard:before{content:"";background:linear-gradient(90deg, var(--primary), var(--secondary));transform-origin:0;height:4px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.categories-module__85yMYq__categoryCard:hover:before{transform:scaleX(1)}.categories-module__85yMYq__categoryCard:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-light);transform:translateY(-8px)}.categories-module__85yMYq__iconWrapper{width:80px;height:80px;color:var(--primary);background:#6366f10d;border-radius:24px;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:2.5rem;transition:all .3s;display:flex}.categories-module__85yMYq__categoryCard:hover .categories-module__85yMYq__iconWrapper{background:var(--primary);color:#fff;transform:scale(1.1)rotate(-5deg)}.categories-module__85yMYq__catName{color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem;font-weight:900}.categories-module__85yMYq__catCount{color:var(--text-muted);background:var(--background);border-radius:999px;padding:.25rem 1rem;font-size:.95rem;font-weight:700}
.Header-module__hBw1pG__header{background:var(--surface);border-bottom:1px solid var(--border);z-index:1000;width:100%;position:sticky;top:0;box-shadow:0 2px 10px #0000000d}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1.5rem 24px;display:flex}.Header-module__hBw1pG__logo{color:var(--primary);font-size:1.8rem;font-weight:900;text-decoration:none}.Header-module__hBw1pG__menuButton{color:var(--foreground);cursor:pointer;background:0 0;border:none;padding:0;font-size:2rem;display:none}.Header-module__hBw1pG__nav{align-items:center;gap:2rem;display:flex}.Header-module__hBw1pG__navLink{color:var(--foreground);font-size:1.1rem;font-weight:700;text-decoration:none;transition:color .2s}.Header-module__hBw1pG__navLink:hover{color:var(--primary)}@media (max-width:768px){.Header-module__hBw1pG__header{padding:0}.Header-module__hBw1pG__container{padding:1rem 24px}.Header-module__hBw1pG__menuButton{display:block}.Header-module__hBw1pG__nav{background:var(--surface);border-bottom:1px solid var(--border);opacity:0;visibility:hidden;flex-direction:column;gap:0;padding:0;transition:all .3s ease-in-out;position:absolute;top:100%;left:0;right:0;transform:translateY(-10px);box-shadow:0 4px 6px -1px #0000001a}.Header-module__hBw1pG__nav.Header-module__hBw1pG__navOpen{opacity:1;visibility:visible;padding:1rem 0;transform:translateY(0)}.Header-module__hBw1pG__navLink{text-align:center;border-bottom:1px solid var(--border);width:100%;padding:1rem 24px}.Header-module__hBw1pG__navLink:last-child{border-bottom:none}}
