@property --border-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}@keyframes spin-border{to{--border-angle: 360deg}}.product-card-wrapper{position:relative;border-radius:.5rem;padding:2px;background:conic-gradient(from var(--border-angle),transparent 30%,color-mix(in srgb,var(--primary-color, #6366f1) 80%,transparent) 50%,transparent 70%) border-box;animation:spin-border 3s linear infinite;transition:transform .2s ease,box-shadow .2s ease}.product-card-wrapper:hover{transform:translateY(-4px);box-shadow:0 8px 25px -5px color-mix(in srgb,var(--primary-color, #6366f1) 25%,transparent);background:conic-gradient(from var(--border-angle),transparent 15%,var(--primary-color, #6366f1) 50%,transparent 85%) border-box}.product-card-inner{border-radius:.5rem;overflow:hidden;height:100%}.product-card-wrapper:hover .product-card-inner img{transform:scale(1.05);transition:transform .3s ease}.card-active{border:2px solid yellowgreen!important;box-shadow:0 0 0 2px #9acd32!important}.filter-field .ant-select-selector,.filter-field .ant-input-affix-wrapper{height:32px!important;border-radius:.5rem!important;border-color:#e2e8f0!important;font-size:13px!important;transition:all .2s ease!important}.filter-field .ant-select-selection-item,.filter-field .ant-select-selection-placeholder{line-height:30px!important;font-size:13px!important}.filter-field .ant-input{font-size:13px!important}.filter-field .ant-select-selector:hover,.filter-field .ant-input-affix-wrapper:hover{border-color:#cbd5e1!important}.filter-field .ant-select-focused .ant-select-selector,.filter-field .ant-input-affix-wrapper-focused{border-color:var(--primary-color, #6366f1)!important;box-shadow:0 0 0 2px #6366f114!important}.dark .filter-field .ant-select-selector,.dark .filter-field .ant-input-affix-wrapper,.dark .filter-field .ant-input{background-color:#334155!important;border-color:#475569!important}.dark .filter-field .ant-select-selector:hover,.dark .filter-field .ant-input-affix-wrapper:hover{border-color:#64748b!important}.dark .filter-field .ant-input::-moz-placeholder{color:#94a3b8!important}.dark .filter-field .ant-select-selection-placeholder,.dark .filter-field .ant-input::placeholder{color:#94a3b8!important}.dark .filter-field .ant-select-selection-item,.dark .filter-field .ant-input{color:#f1f5f9!important}.dark .filter-field .ant-select-arrow{color:#94a3b8!important}.dark .skeleton-card.ant-card,.dark .empty-card.ant-card{background-color:#1e293b!important;border-color:#334155!important}.dark .skeleton-card .ant-skeleton-content .ant-skeleton-title,.dark .skeleton-card .ant-skeleton-content .ant-skeleton-paragraph>li{background:linear-gradient(90deg,#334155 25%,#475569 37%,#334155 63%)!important;background-size:400% 100%!important}.dark .skeleton-card .ant-skeleton-header .ant-skeleton-avatar{background:linear-gradient(90deg,#334155 25%,#475569 37%,#334155 63%)!important;background-size:400% 100%!important}.dark .empty-card .ant-empty-description{color:#94a3b8!important}.dark .ant-spin-container:after{background:rgba(15,23,42,.5)!important}.dark .ant-spin-dot-item{background-color:var(--primary-color, #6366f1)!important}
