.component-container{display:flex;flex-direction:column;gap:16px;padding:20px;background:linear-gradient(135deg,#eff5ff,#ddeefd);border-radius:12px}.component-textarea{width:100%;min-height:120px;padding:12px;border-radius:8px;border:1px solid #e0e0e0;font-size:14px;resize:vertical;background:#fff;outline:none;transition:all .3s ease}.component-textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.component-textarea-sm{width:100%;min-height:80px;padding:12px;border-radius:8px;border:1px solid #e0e0e0;font-size:14px;resize:vertical;outline:none;transition:all .3s ease}.component-textarea-sm:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.dashed-button{width:100%;padding:12px 20px;border:2px dashed #d9d9d9;border-radius:10px;background:#fff;color:#667eea;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease}.dashed-button:hover{border-color:#667eea;background-color:#667eea0d}.image-upload-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:120px;border:2px dashed #e0e0e0;border-radius:8px;cursor:pointer;background:#fff;transition:all .3s ease}.image-upload-container:hover{border-color:#667eea;background-color:#667eea0d}.image-upload-container-lg{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:120px;border:2px dashed #e0e0e0;border-radius:8px;cursor:pointer;background:#fff;transition:all .3s ease}.image-upload-container-lg:hover{border-color:#667eea;background-color:#667eea0d}.image-preview-container{position:relative;width:100%;max-width:200px;border-radius:8px;overflow:hidden}.image-preview-container-lg{position:relative;width:100%}.preview-image{width:100%;height:auto;max-height:200px;object-fit:contain;border-radius:8px}.delete-button{position:absolute;width:28px;height:28px;border-radius:50%;background:#0009;color:#fff;border:none;cursor:pointer;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;z-index:10}.delete-button-top-right{top:8px;right:8px}.delete-button-bottom-right{bottom:8px;right:8px}.component-label{font-size:14px;font-weight:600;color:#333;display:flex;align-items:center;gap:8px}.component-select{padding:8px 12px;border-radius:6px;border:1px solid #e0e0e0;font-size:13px;appearance:none;outline:none;transition:all .3s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.component-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.component-select-lg{padding:10px 16px;font-size:14px;border:2px solid #e0e0e0;border-radius:10px;background:#fff;color:#333;cursor:pointer;transition:all .3s ease;outline:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.component-select-lg:hover{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.component-select-lg:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.component-input{padding:8px 12px;border-radius:6px;border:1px solid #e0e0e0;font-size:13px;width:100%;outline:none;transition:all .3s ease}.component-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.component-input-lg{padding:10px 16px;font-size:14px;border:2px solid #e0e0e0;border-radius:10px;background:#fff;color:#333;outline:none;transition:all .3s ease;width:100%}.component-input-lg:hover{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.component-input-lg:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.shot-item-container{display:flex;flex-direction:column;gap:16px;padding:20px;background:#fff;border-radius:12px;border:1px solid #e8e8e8}.tree-node-container{display:flex;flex-direction:column;gap:16px;padding:16px;background:#fff;border-radius:12px;border:1px solid #e8e8e8;margin-bottom:12px;box-shadow:0 2px 8px #0000000a}.empty-state{text-align:center;padding:32px;color:#999;font-size:14px;background:#fff;border-radius:12px;border:1px dashed #d9d9d9}.icon-label{display:flex;align-items:center;gap:8px}.icon-lg{font-size:18px}.icon-xl{font-size:24px}.text-sm{font-size:13px;color:#666}.danger-button{width:28px;height:28px;border-radius:6px;background:#fff0f0;color:#ff4d4f;border:none;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center}.shot-index-container{width:32px;height:32px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px}.grid-3cols{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.grid-4cols{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;width:100%}.image-label-badge{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background-color:#ff4d4f;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;box-shadow:0 2px 4px #0000004d;z-index:10}.shot-header{display:flex;justify-content:space-between;align-items:center}.shot-title-wrapper{display:flex;align-items:center;gap:12px}.shot-title{font-size:15px;font-weight:600;color:#333}.shot-input-type{display:flex;gap:12px;align-items:center;margin-bottom:8px}.shot-label{font-size:14px;font-weight:500;color:#666}.shot-radio-label{display:flex;align-items:center;gap:4px;cursor:pointer}.shot-image-container{display:flex;flex-direction:column;gap:12px}.shot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.shot-field{display:flex;flex-direction:column;gap:4px}.shot-field-label{font-size:13px;color:#666;font-weight:500}@media (max-width: 768px){.component-container{gap:12px;padding:16px}.component-textarea{min-height:100px;padding:10px}.component-textarea-sm{min-height:70px;padding:10px}.dashed-button{padding:10px 16px}.image-upload-container,.image-upload-container-lg{height:100px}.image-preview-container{max-width:100%}.preview-image{max-height:180px}.component-select{padding:10px 12px;font-size:14px}.component-select-lg{padding:10px 14px}.component-input{padding:10px 12px;font-size:14px}.component-input-lg{padding:10px 14px}.shot-item-container{gap:12px;padding:16px}.tree-node-container{gap:12px;padding:12px}.empty-state{padding:24px}.icon-xl{font-size:22px}.grid-3cols,.grid-4cols{display:flex;flex-direction:column;gap:12px}.shot-input-type{flex-direction:column;align-items:flex-start;gap:12px}.shot-radio-label{width:100%}.shot-grid{display:flex;flex-direction:column;gap:12px}}
