/* SlayHot Customizer — 前端样式 */
.slayhot-customizer {
    margin: 20px 0;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px;
    background: #fafafa;
}
.slayhot-customizer h3 {
    font-size: 16px;
    margin: 0 0 12px;
}
.slayhot-3d-canvas {
    width: 100%;
    max-width: 480px;
    height: 480px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.slayhot-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
    justify-content: center;
}
.slayhot-controls label {
    font-size: 13px;
    color: #6b7280;
}
.slayhot-controls input[type="text"] {
    width: 100%;
    max-width: 240px;
    padding: 8px 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
}
.slayhot-color-swatches {
    display: flex;
    gap: 8px;
}
.slayhot-swatch {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #d1d5db;
}
.slayhot-swatch.active {
    box-shadow: 0 0 0 2px #4f46e5;
}
