:root{--cat-orange: #FF8427;--cat-orange-light: #F69C60;--cat-orange-glow: rgba(255, 132, 39, .08);--cat-green: #a0c230;--cat-green-glow: rgba(160, 194, 48, .06);--cat-dark: #1a1a1a;--cat-muted: #6b7280;--cat-border: rgba(0, 0, 0, .06);--cat-surface: #ffffff;--cat-radius: 16px;--cat-transition: all .4s cubic-bezier(.4, 0, .2, 1)}.catalog-hero{position:relative;overflow:hidden;background:radial-gradient(ellipse 700px 500px at 85% 20%,var(--cat-orange-glow) 0%,transparent 100%),radial-gradient(ellipse 500px 400px at 5% 80%,var(--cat-green-glow) 0%,transparent 100%),linear-gradient(180deg,#fffaf6,#fff)}.catalog-hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--cat-border),transparent)}.catalog-label{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--cat-orange)}.catalog-label:before{content:"";width:24px;height:2px;background:linear-gradient(90deg,var(--cat-orange),var(--cat-orange-light));border-radius:1px}.catalog-hero__title{font-size:clamp(2rem,4.5vw,3rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:var(--cat-dark)}.catalog-hero__title span{color:var(--cat-orange)}.catalog-hero__subtitle{font-size:1.125rem;line-height:1.6;color:var(--cat-muted);max-width:560px}.catalog-hero__stats{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;border-radius:50px;font-size:13px;font-weight:700;color:var(--cat-orange);background:#ff842714;border:1px solid rgba(255,132,39,.15)}.catalog-hero__stats svg{width:16px;height:16px;stroke:var(--cat-orange);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.catalog-hero__stats--green{color:var(--cat-green);background:#a0c23014;border-color:#a0c23033}.catalog-hero__stats--green svg{stroke:var(--cat-green)}.catalog-hero__highlights{display:grid;grid-template-columns:1fr 1fr;gap:16px}.catalog-highlight{background:var(--cat-surface);border:1px solid var(--cat-border);border-radius:var(--cat-radius);padding:20px 18px;transition:var(--cat-transition);position:relative;overflow:hidden}.catalog-highlight:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#FFFAF6 0%,transparent 50%);opacity:0;transition:opacity .3s ease}.catalog-highlight:hover{box-shadow:0 12px 32px #ff842714,0 4px 12px #00000008;transform:translateY(-2px)}.catalog-highlight:hover:before{opacity:1}.catalog-highlight__icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;position:relative;z-index:1}.catalog-highlight__icon--orange{background:#ff842714}.catalog-highlight__icon--orange svg{stroke:var(--cat-orange)}.catalog-highlight__icon--green{background:#a0c23014}.catalog-highlight__icon--green svg{stroke:var(--cat-green)}.catalog-highlight__title{font-size:.9375rem;font-weight:700;color:var(--cat-dark);margin-bottom:4px;position:relative;z-index:1}.catalog-highlight__text{font-size:.8125rem;color:var(--cat-muted);line-height:1.5;position:relative;z-index:1}.catalog-section__header{margin-bottom:2rem}.catalog-section__title{font-size:1.5rem;font-weight:800;color:var(--cat-dark);letter-spacing:-.01em}.catalog-section__subtitle{font-size:.9375rem;color:var(--cat-muted);margin-top:.25rem}.catalog-categories{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media(max-width:1024px){.catalog-categories{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.catalog-categories{grid-template-columns:1fr}}.catalog-card{position:relative;border-radius:var(--cat-radius);overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:#fff;transition:var(--cat-transition)}.catalog-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #00000026}.catalog-card__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.catalog-card__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .7s cubic-bezier(.4,0,.2,1)}.catalog-card:hover .catalog-card__bg img{transform:scale(1.06)}.catalog-card__bg-fallback{width:100%;height:100%;background:linear-gradient(135deg,#f0f0f0,#e5e7eb)}.catalog-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.catalog-card__overlay{background:linear-gradient(to top,#000c,#0006 40%,#00000026)}.catalog-card__content{position:relative;z-index:2;padding:24px;display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.catalog-card__name{font-size:1.375rem;font-weight:800;margin-bottom:8px;line-height:1.2;flex-shrink:0}.catalog-card__desc{font-size:.8125rem;color:#ffffffb3;margin-bottom:12px;opacity:0;transform:translateY(8px);transition:all .3s ease;flex-shrink:0}.catalog-card:hover .catalog-card__desc{opacity:1;transform:translateY(0)}.catalog-card__subs-wrap{flex:1;position:relative;overflow:hidden;margin-bottom:16px;min-height:0}.catalog-card__subs-wrap.has-overflow:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;background:linear-gradient(to top,rgba(0,0,0,.45) 0%,transparent 100%);pointer-events:none;z-index:1;transition:opacity .2s ease}.catalog-card__subs-wrap.has-overflow:before{content:"";position:absolute;top:4px;right:2px;bottom:4px;width:3px;background:#ffffff1a;border-radius:3px;z-index:2;pointer-events:none}.catalog-card__subs{display:flex;flex-direction:column;gap:6px;max-height:100%;overflow-y:auto;padding-right:8px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.25) transparent}.catalog-card__subs-wrap.has-overflow .catalog-card__subs{overscroll-behavior:contain}.catalog-card__subs::-webkit-scrollbar{width:3px}.catalog-card__subs::-webkit-scrollbar-track{background:transparent}.catalog-card__subs::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.catalog-card__sub{display:flex;align-items:center;justify-content:space-between;font-size:.8125rem;color:#fffc;text-decoration:none;padding:4px 0;transition:color .2s ease}.catalog-card__sub:hover{color:var(--cat-orange)}.catalog-card__sub svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;opacity:0;transform:translate(-4px);transition:all .2s ease}.catalog-card__sub:hover svg{opacity:1;transform:translate(0)}.catalog-card__sub-count{font-size:.6875rem;color:#fff6;margin-left:auto;padding-left:8px}.catalog-card__footer{display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.catalog-card__count{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:50px;font-size:.75rem;font-weight:600;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.catalog-card__arrow{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .2s ease}.catalog-card:hover .catalog-card__arrow{background:var(--cat-orange)}.catalog-card__arrow svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cat-fade-up{opacity:0;transform:translateY(24px)}.cat-fade-up.is-visible{animation:catFadeUp .7s cubic-bezier(.16,1,.3,1) forwards}@keyframes catFadeUp{to{opacity:1;transform:translateY(0)}}.cat-delay-1{animation-delay:.1s}.cat-delay-2{animation-delay:.2s}.cat-delay-3{animation-delay:.3s}.cat-delay-4{animation-delay:.4s}
