.custom3dfq-wrap { border: 1px solid #e0e0e0; border-radius: 12px; background: #fff; padding: 16px; margin-top: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.03); }
        .custom3dfq-upload-trigger { border: 2px dashed #cfcfcf; border-radius: 8px; background: #f9fafb; padding: 30px; text-align: center; cursor: pointer; transition: all 0.2s ease; }
        .custom3dfq-upload-trigger:hover { border-color: #2271b1; background: #f0f6fc; }
        .custom3dfq-icon { font-size: 32px; margin-bottom: 8px; }
        .custom3dfq-text { color: #50575e; font-weight: 500; font-size: 14px; line-height: 1.4; }
        .custom3dfq-status { margin-top: 15px; padding: 12px 16px; background: #f0f6fc; border-left: 4px solid #2271b1; color: #1d2327; font-size: 13px; border-radius: 4px; display: flex; align-items: center; gap: 10px; }
        .custom3dfq-status.error { border-left-color: #d63638; background: #fcf0f1; }
        .custom3dfq-spinner { width: 18px; height: 18px; border: 2px solid #aaccff; border-top-color: #2271b1; border-radius: 50%; animation: custom3dfq-spin 0.8s linear infinite; flex-shrink: 0; }
        @keyframes custom3dfq-spin { to { transform: rotate(360deg); } }
        /* Modal Styles */
        .custom3dfq-modal, .custom3dfq-email-modal { position: fixed; inset: 0; z-index: 99999; background: rgba(0,0,0,0.7); display: flex; align-items: center; justify-content: center; backdrop-filter: blur(2px); }
        .custom3dfq-modal-content { background: #fff; width: 90%; max-width: 480px; padding: 24px; border-radius: 16px; box-shadow: 0 20px 50px rgba(0,0,0,0.3); animation: custom3dfq-pop 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28); }
        @keyframes custom3dfq-pop { from { transform: scale(0.9); opacity: 0; } to { transform: scale(1); opacity: 1; } }
        .custom3dfq-modal-title { margin: 0 0 15px; font-size: 18px; font-weight: 700; text-align: center; }
        .custom3dfq-img-container { background: #f0f0f0; border-radius: 8px; overflow: hidden; min-height: 240px; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; }
        .custom3dfq-generated-img { max-width: 100%; height: auto; display: block; }
        .custom3dfq-actions { display: grid; grid-template-columns: 1fr 1.5fr; gap: 10px; }
        .custom3dfq-btn { border: 0; background: #e5e5e5; color: #333; padding: 10px 12px; border-radius: 8px; cursor: pointer; font-size: 13px; font-weight: 600; transition: background 0.2s; }
.custom3dfq-email-content { max-width: 460px; padding: 28px; }
.custom3dfq-email-desc { text-align:center; color:#5f6b76; font-size:14px; line-height:1.55; margin: 0 0 16px; }
.custom3dfq-email-field { margin-bottom: 12px; }
.custom3dfq-email-input { width:100%; padding:12px; border:1px solid #cfd6dd; border-radius:8px; font-size:15px; }
.custom3dfq-scene-options { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin-bottom:10px; }
.custom3dfq-disclaimer { display:flex; gap:8px; align-items:flex-start; font-size:12px; color:#666; margin-bottom:8px; line-height:1.45; }
.custom3dfq-privacy-note { font-size:12px; color:#666; margin:0 0 14px; }
        .custom3dfq-btn:hover { background: #dcdcdc; }
        .custom3dfq-btn-primary { background: #ff2e63; color: #fff; }
        .custom3dfq-btn-primary:hover { background: #135e96; }
        .custom3dfq-refresh { background: #fff; border: 1px solid #ccc; color: #555; }
        .custom3dfq-refresh:hover { background: #f5f5f5; border-color: #bbb; color: #333; }
.custom3dfq-scene-card { border:1px solid #ddd; background:#fff; border-radius:8px; padding:8px 6px; font-size:12px; cursor:pointer; }
.custom3dfq-scene-card.is-active { border-color:#2271b1; background:#f0f6fc; color:#135e96; font-weight:600; }
