.star-selector{padding:12px;background:rgb(0 0 0/2%);border-radius:8px}.star-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:12px;max-height:320px;overflow-y:auto}.star-item{display:flex;flex-direction:column;align-items:center;padding:8px;cursor:pointer;border-radius:6px;transition:all .2s}.star-item:hover{background:rgb(0 0 0/5%)}.star-icon{width:48px;height:48px;margin-bottom:4px;-o-object-fit:contain;object-fit:contain}.star-name{max-width:100%;overflow:hidden;text-overflow:ellipsis;font-size:12px;color:#333;text-align:center;white-space:nowrap}.star-selector-card{margin-bottom:8px}.star-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.star-config-item{overflow:hidden;border:1px solid #f0f0f0;border-radius:6px;transition:all .3s}.star-config-item:hover{box-shadow:0 2px 8px rgb(0 0 0/8%)}.star-header{padding:8px 12px;font-weight:500;background-color:#f5f5f5;border-bottom:1px solid #f0f0f0}.star-content{padding:12px}.star-field{margin-bottom:8px}.star-field:last-child{margin-bottom:0}.star-field label{display:block;margin-bottom:4px;font-size:13px;color:#666}.star-select{width:100%}.star-compact-selector{display:flex;flex-wrap:wrap;gap:8px;padding:8px;margin-bottom:8px;background-color:#fafafa;border-radius:4px}.star-compact-item{display:flex;gap:6px;align-items:center;padding:6px 10px;background-color:white;border:1px solid #eee;border-radius:4px;box-shadow:0 1px 2px rgb(0 0 0/3%)}.star-compact-position{min-width:40px;font-size:13px;font-weight:500;color:#333;white-space:nowrap}.star-compact-select{width:80px}@media (width <= 576px){.star-compact-item{flex-direction:column;align-items:flex-start;width:calc(50% - 4px)}.star-compact-select{width:100%}}.mobile-card .ant-card-body{padding:0!important}.star-row-selector{padding:8px;margin-bottom:8px;border-radius:4px}.star-row-item{display:flex;flex-direction:column;gap:6px;height:100%;padding:8px 10px;background-color:white;border:1px solid #eee;border-radius:4px}.star-row-position{padding-bottom:4px;margin-bottom:4px;font-size:13px;font-weight:500;color:#333;border-bottom:1px solid #f0f0f0}.star-row-selects{display:flex;flex-direction:column;gap:8px}.star-row-select{width:100%}