:root{--crop-dark:#2e5945;--crop-olive:#394022;--crop-lime:#d0d98f;--crop-light:#f2f2f2;--white:#fff;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#e8e8e8;--gray-300:#d4d4d4;--gray-400:#a3a3a3;--gray-500:#737373;--gray-600:#525252;--gray-700:#404040;--radius:10px;--radius-lg:14px;--radius-full:9999px;--transition:.18s ease}.catalog-shell{background:var(--crop-light);color:var(--crop-olive);min-height:100vh;line-height:1.6}.catalog-shell a{color:inherit;text-decoration:none}.catalog-shell button{cursor:pointer;font-family:inherit}.catalog-shell .header{z-index:100;background:var(--crop-dark);color:#fff;border-bottom:1px solid #ffffff0d;position:sticky;top:0;box-shadow:0 2px 12px #00000026}.catalog-shell .header-inner{align-items:center;gap:16px;max-width:1260px;height:64px;margin:0 auto;padding:0 24px;display:flex}.catalog-shell .logo{flex-shrink:0;align-items:center;margin-right:12px;display:flex}.catalog-shell .logo img{object-fit:contain;width:auto;height:56px}.catalog-shell .nav{flex:1;align-items:center;gap:4px;display:flex}.catalog-shell .nav-link{color:#ffffffb3;transition:var(--transition);border-radius:8px;padding:8px 16px;font-size:.85rem;font-weight:500;position:relative}.catalog-shell .nav-link:hover{color:var(--white)}.catalog-shell .nav-link.active{color:var(--white);font-weight:600}.catalog-shell .nav-link.active:after{content:"";background:var(--crop-lime);border-radius:2px;height:2px;position:absolute;bottom:0;left:16px;right:16px}.catalog-shell .header-right{align-items:center;gap:12px;margin-left:auto;display:flex}.catalog-shell .btn-register{background:var(--crop-lime);color:var(--crop-dark);border-radius:var(--radius-full);transition:var(--transition);border:none;align-items:center;gap:6px;padding:8px 22px;font-size:.8rem;font-weight:700;display:inline-flex}.catalog-shell .btn-register:hover{background:var(--white);transform:scale(1.03)}.catalog-shell .toolbar{background:var(--white);border-bottom:1px solid var(--gray-200);padding:14px 0}.catalog-shell .toolbar-inner{align-items:center;gap:14px;max-width:1260px;margin:0 auto;padding:0 24px;display:flex}.catalog-shell .search-box{flex:auto;max-width:720px;position:relative}.catalog-shell .search-icon{width:16px;height:16px;color:var(--gray-400);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.catalog-shell .search-input{border:1.5px solid var(--gray-200);border-radius:var(--radius);width:100%;color:var(--crop-olive);background:var(--gray-50);transition:var(--transition);outline:none;padding:9px 14px 9px 36px;font-family:inherit;font-size:.82rem}.catalog-shell .search-input:focus{border-color:var(--crop-dark);background:var(--white);box-shadow:0 0 0 3px #2e594514}.catalog-shell .search-input::placeholder{color:var(--gray-400)}.catalog-shell .toolbar-right{flex-shrink:0;align-items:center;gap:10px;margin-left:auto;display:flex}.catalog-shell .results-count{color:var(--gray-500);white-space:nowrap;font-size:.8rem}.catalog-shell .results-count strong{color:var(--crop-olive)}.catalog-shell .sort-select{border:1.5px solid var(--gray-200);border-radius:var(--radius);color:var(--gray-600);background-color:var(--white);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 14 14' fill='none'><path d='M3 5l4 4 4-4' stroke='%23737373' stroke-width='1.3' stroke-linecap='round'/></svg>");background-position:right 10px center;background-repeat:no-repeat;outline:none;padding:7px 30px 7px 14px;font-family:inherit;font-size:.78rem}.catalog-shell .sort-select option{color:var(--crop-olive);font-family:inherit;font-size:.85rem}.catalog-shell .sort-select:focus{border-color:var(--crop-dark)}.catalog-shell .view-toggle{border:1.5px solid var(--gray-200);border-radius:var(--radius);display:flex;overflow:hidden}.catalog-shell .view-btn{background:var(--white);width:34px;height:32px;color:var(--gray-400);transition:var(--transition);border:none;justify-content:center;align-items:center;display:flex}.catalog-shell .view-btn:first-child{border-right:1px solid var(--gray-200)}.catalog-shell .view-btn:hover{color:var(--crop-dark)}.catalog-shell .view-btn.active{background:var(--crop-dark);color:var(--white)}.catalog-shell .view-btn svg{width:16px;height:16px}.catalog-shell .main-layout{grid-template-columns:220px 1fr;align-items:flex-start;gap:28px;max-width:1280px;margin:0 auto;padding:24px 24px 60px;display:grid}.catalog-shell .sidebar{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:16px 18px;position:sticky;top:88px}.catalog-shell .filter-section{border-bottom:1px solid var(--gray-100);padding:14px 0}.catalog-shell .filter-section:first-child{padding-top:0}.catalog-shell .filter-section:last-child{border-bottom:none;padding-bottom:0}.catalog-shell .filter-title{text-transform:uppercase;letter-spacing:.07em;color:var(--gray-400);justify-content:space-between;align-items:center;margin-bottom:10px;font-size:.68rem;font-weight:700;display:flex}.catalog-shell .filter-option{cursor:pointer;color:var(--gray-600);transition:var(--transition);align-items:center;gap:8px;padding:4px 0;font-size:.8rem;display:flex}.catalog-shell .filter-option:hover{color:var(--crop-dark)}.catalog-shell .filter-option input[type=checkbox]{appearance:none;border:1.5px solid var(--gray-300);cursor:pointer;width:15px;height:15px;transition:var(--transition);background:var(--white);border-radius:3px;flex-shrink:0;margin:0;padding:0;position:relative}.catalog-shell .filter-option input[type=checkbox]:checked{background:var(--crop-dark);border-color:var(--crop-dark)}.catalog-shell .filter-option input[type=checkbox]:checked:after{content:"";border:solid var(--white);border-width:0 1.8px 1.8px 0;width:4px;height:7px;position:absolute;top:1px;left:4px;transform:rotate(45deg)}.catalog-shell .filter-count{color:var(--gray-400);margin-left:auto;font-size:.7rem;font-weight:500}.catalog-shell .clear-filters{border:1px solid var(--gray-200);border-radius:var(--radius);width:100%;color:var(--gray-500);transition:var(--transition);text-align:center;background:0 0;margin-top:14px;padding:7px;font-size:.72rem;font-weight:500;display:block}.catalog-shell .clear-filters:hover{color:var(--crop-dark);border-color:var(--crop-dark)}.catalog-shell .catalog-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:18px;display:grid}.catalog-shell .offer-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);transition:var(--transition);cursor:pointer;flex-direction:column;padding:24px;display:flex}.catalog-shell .offer-card:hover{border-color:var(--crop-lime);transform:translateY(-1px);box-shadow:0 4px 16px #0000000f}.catalog-shell .card-category{text-transform:uppercase;letter-spacing:.06em;color:var(--gray-500);align-items:center;gap:6px;margin-bottom:10px;font-size:.58rem;font-weight:600;display:inline-flex}.catalog-shell .cat-icon-wrap{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.catalog-shell .card-category .cat-icon-wrap svg{width:11px;height:11px}.catalog-shell .card-title{color:var(--crop-dark);letter-spacing:-.01em;margin-bottom:6px;font-size:1rem;font-weight:700;line-height:1.3}.catalog-shell .card-publisher{color:var(--crop-dark);align-items:center;gap:5px;margin-bottom:8px;font-size:.78rem;font-weight:600;display:flex}.catalog-shell .card-publisher svg{width:13px;height:13px;color:var(--gray-400);flex-shrink:0}.catalog-shell .card-desc{color:var(--gray-600);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;flex-grow:1;margin-bottom:14px;font-size:.8rem;line-height:1.55;display:-webkit-box;overflow:hidden}.catalog-shell .card-footer{border-top:1px solid var(--gray-100);flex-wrap:wrap;align-items:center;gap:6px;padding-top:12px;display:flex}.catalog-shell .card-footer .tag{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.04em;padding:3px 9px;font-size:.62rem;font-weight:600}.catalog-shell .tag-keyword{color:var(--crop-dark);background:#d0d98f4d}.catalog-shell .card-meta-text{color:var(--gray-400);text-align:right;margin-left:auto;font-size:.68rem;line-height:1.4}.catalog-shell .catalog-list{flex-direction:column;gap:8px;display:flex}.catalog-shell .offer-row{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);transition:var(--transition);cursor:pointer;align-items:center;gap:16px;padding:16px 20px;display:flex}.catalog-shell .offer-row:hover{border-color:var(--crop-lime);box-shadow:0 3px 12px #0000000d}.catalog-shell .row-main{flex:1;min-width:0}.catalog-shell .row-title{color:var(--crop-dark);letter-spacing:-.01em;font-size:.88rem;font-weight:700}.catalog-shell .row-publisher{color:var(--gray-500);font-size:.72rem}.catalog-shell .row-desc{color:var(--gray-500);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:.78rem;overflow:hidden}.catalog-shell .row-tags{flex-wrap:wrap;flex-shrink:0;gap:4px;display:flex}.catalog-shell .row-tags .tag{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.04em;color:var(--crop-dark);background:#d0d98f4d;padding:3px 9px;font-size:.62rem;font-weight:600}.catalog-shell .row-date{color:var(--gray-400);white-space:nowrap;flex-shrink:0;font-size:.7rem}.catalog-shell .row-category{text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500);flex-shrink:0;align-items:center;gap:6px;min-width:90px;font-size:.65rem;font-weight:600;display:inline-flex}.catalog-shell .pagination{justify-content:center;align-items:center;gap:8px;margin-top:32px;display:flex}.catalog-shell .page-btn{border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white);color:var(--crop-dark);transition:var(--transition);padding:7px 18px;font-size:.75rem;font-weight:600}.catalog-shell .page-btn:hover:not(.disabled):not(:disabled){background:var(--crop-dark);color:var(--white);border-color:var(--crop-dark)}.catalog-shell .page-btn.disabled,.catalog-shell .page-btn:disabled{opacity:.35;cursor:default}.catalog-shell .page-num{border:1px solid var(--gray-200);background:var(--white);width:32px;height:32px;color:var(--gray-600);transition:var(--transition);border-radius:8px;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex}.catalog-shell .page-num:hover,.catalog-shell .page-num.active{background:var(--crop-dark);color:var(--white);border-color:var(--crop-dark)}.catalog-shell .detail-page{background:var(--crop-light);min-height:calc(100vh - 64px);padding:24px 0 60px}.catalog-shell .detail-container{max-width:1280px;margin:0 auto;padding:0 24px}.catalog-shell .detail-toprow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.catalog-shell .detail-back{color:var(--gray-500);border-radius:var(--radius);transition:var(--transition);align-items:center;gap:4px;padding:6px 14px 6px 8px;font-size:.82rem;font-weight:500;display:inline-flex}.catalog-shell .detail-back:hover{color:var(--crop-dark);background:var(--white)}.catalog-shell .detail-back svg{color:var(--gray-400)}.catalog-shell .btn-jsonld{background:var(--white);color:var(--crop-dark);border:1.5px solid var(--gray-200);border-radius:var(--radius);transition:var(--transition);align-items:center;gap:5px;padding:7px 16px;font-size:.75rem;font-weight:600;display:inline-flex}.catalog-shell .btn-jsonld:hover{border-color:var(--crop-dark)}.catalog-shell .detail-toprow-actions{align-items:center;gap:8px;display:flex}.catalog-shell .btn-participate-top{background:var(--crop-dark);color:var(--white);border-radius:var(--radius);transition:var(--transition);align-items:center;padding:7px 18px;font-size:.75rem;font-weight:600;display:inline-flex}.catalog-shell .btn-participate-top:hover{background:var(--crop-lime);color:var(--crop-dark)}.catalog-shell .detail-grid{grid-template-columns:1fr 340px;align-items:start;gap:20px;display:grid}.catalog-shell .detail-left,.catalog-shell .detail-right{flex-direction:column;gap:16px;display:flex}.catalog-shell .detail-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:24px}.catalog-shell .detail-h1{color:var(--crop-dark);letter-spacing:-.02em;margin-bottom:8px;font-size:1.5rem;font-weight:800;line-height:1.25}.catalog-shell .detail-publisher{color:var(--gray-500);align-items:center;gap:5px;margin-bottom:12px;font-size:.85rem;display:flex}.catalog-shell .detail-publisher strong{color:var(--crop-dark)}.catalog-shell .detail-publisher svg{color:var(--gray-400);flex-shrink:0}.catalog-shell .detail-desc{color:var(--gray-600);font-size:.88rem;line-height:1.65}.catalog-shell .detail-card-label{text-transform:uppercase;letter-spacing:.06em;color:var(--gray-400);font-size:.68rem;font-weight:700}.catalog-shell .detail-card-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.catalog-shell .detail-card-col p{color:var(--crop-olive);margin-top:6px;font-size:.85rem;font-weight:600}.catalog-shell .props-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.catalog-shell .prop-item{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:var(--radius);padding:10px 14px}.catalog-shell .prop-label{text-transform:uppercase;letter-spacing:.05em;color:var(--gray-400);margin-bottom:3px;font-size:.62rem;font-weight:600;display:block}.catalog-shell .prop-value{color:var(--crop-olive);font-size:.85rem;font-weight:600;display:block}.catalog-shell .keywords-row{flex-wrap:wrap;gap:6px;display:flex}.catalog-shell .kw-tag{color:var(--crop-dark);border-radius:var(--radius-full);background:#d0d98f4d;padding:5px 14px;font-size:.72rem;font-weight:600;display:inline-block}.catalog-shell .sidebar-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:18px}.catalog-shell .sidebar-card h3{text-transform:uppercase;letter-spacing:.06em;color:var(--gray-400);margin-bottom:12px;font-size:.68rem;font-weight:700}.catalog-shell .info-row{border-bottom:1px solid var(--gray-100);justify-content:space-between;gap:12px;padding:6px 0;font-size:.8rem;display:flex}.catalog-shell .info-row:last-child{border-bottom:none}.catalog-shell .info-label{color:var(--gray-500);white-space:nowrap}.catalog-shell .info-value{color:var(--crop-olive);text-align:right;word-break:break-word;font-weight:600}.catalog-shell .info-small{font-size:.7rem}.catalog-shell .license-badge{border-radius:var(--radius);color:var(--crop-dark);background:#d0d98f40;border:1px solid #d0d98f73;align-items:center;gap:5px;padding:7px 14px;font-size:.78rem;font-weight:600;display:inline-flex}.catalog-shell .dist-fmt{border-radius:var(--radius-full);background:var(--gray-100);color:var(--crop-olive);letter-spacing:.04em;padding:3px 10px;font-size:.72rem;font-weight:700;display:inline-block}.catalog-shell .dist-rights{color:var(--gray-600);margin-top:8px;font-size:.78rem;line-height:1.5}.catalog-shell .dist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.catalog-shell .dist-grid-item{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:var(--radius);flex-direction:column;gap:6px;padding:10px 14px;display:flex}.catalog-shell .dist-grid-item .prop-label{margin-bottom:0}.catalog-shell .dist-fmt-row{flex-wrap:wrap;gap:6px;display:flex}.catalog-shell .prop-link{color:var(--crop-dark);font-size:.82rem;font-weight:600}.catalog-shell .prop-link:hover{text-decoration:underline}.catalog-shell .filters-toggle{border:1.5px solid var(--gray-200);border-radius:var(--radius);background:var(--white);color:var(--crop-dark);align-items:center;gap:6px;padding:7px 14px;font-size:.78rem;font-weight:600;display:none}.catalog-shell .filters-toggle:hover{border-color:var(--crop-dark)}.catalog-shell .skel-card,.catalog-shell .skel-row{cursor:default;pointer-events:none}.catalog-shell .skel-line,.catalog-shell .skel-pill{background:linear-gradient(90deg,var(--gray-100)0%,var(--gray-200)50%,var(--gray-100)100%);background-size:200% 100%;border-radius:6px;animation:1.2s ease-in-out infinite cropShimmer}.catalog-shell .skel-cat{width:110px;height:14px;margin-bottom:14px}.catalog-shell .skel-title{width:80%;height:16px;margin-bottom:10px}.catalog-shell .skel-pub{width:55%;height:12px;margin-bottom:14px}.catalog-shell .skel-text{width:100%;height:11px;margin-bottom:6px}.catalog-shell .skel-text.short{width:65%;margin-bottom:18px}.catalog-shell .skel-footer{border-top:1px solid var(--gray-100);gap:6px;padding-top:12px;display:flex}.catalog-shell .skel-pill{border-radius:var(--radius-full);width:56px;height:16px}.catalog-shell .skel-row{align-items:center;gap:16px}.catalog-shell .skel-row .skel-cat{flex-shrink:0;width:90px;height:16px;margin-bottom:0}.catalog-shell .skel-row-main{flex:1;min-width:0}.catalog-shell .skel-row-main .skel-title{margin-bottom:8px}.catalog-shell .skel-row-main .skel-text{width:70%;margin-bottom:0}@keyframes cropShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.catalog-shell .skel-line,.catalog-shell .skel-pill{animation:none}}@media (max-width:960px){.catalog-shell .main-layout,.catalog-shell .detail-grid{grid-template-columns:1fr}.catalog-shell .sidebar{order:-1;display:none;position:static}.catalog-shell .sidebar.is-open{display:block}.catalog-shell .filters-toggle{display:inline-flex}}@media (max-width:768px){.catalog-shell .header-inner{height:56px;padding:0 16px}.catalog-shell .nav{display:none}.catalog-shell .header-right{gap:8px}.catalog-shell .toolbar{padding:10px 0}.catalog-shell .toolbar-inner{flex-wrap:wrap;gap:10px;padding:0 16px}.catalog-shell .search-box{flex:100%;order:1;min-width:0;max-width:100%}.catalog-shell .toolbar-right{flex-wrap:wrap;order:2;justify-content:space-between;gap:8px;width:100%;margin-left:0}.catalog-shell .results-count{flex:1}.catalog-shell .main-layout{gap:14px;padding:16px}.catalog-shell .catalog-grid{grid-template-columns:1fr}.catalog-shell .detail-container{padding:0 16px}.catalog-shell .detail-card{padding:18px}.catalog-shell .sidebar-card{padding:16px}.catalog-shell .detail-h1{font-size:1.25rem}.catalog-shell .props-grid,.catalog-shell .dist-grid{grid-template-columns:1fr}.catalog-shell .detail-card-row{grid-template-columns:1fr;gap:14px}.catalog-shell .offer-row{flex-wrap:wrap;gap:10px}.catalog-shell .row-tags,.catalog-shell .row-date{display:none}.catalog-shell .detail-toprow-actions{flex-wrap:wrap}}
