.hubspot-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:var(--z-modal-backdrop,500);animation:fadeIn .15s ease-out;backdrop-filter:blur(2px)}.hubspot-modal-content{background:white;border-radius:6px;border:1px solid #e5e7eb;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);max-width:540px;width:90%;max-height:70vh;display:flex;flex-direction:column;animation:slideIn .2s ease-out;z-index:var(--z-modal-content,520);position:relative}.hubspot-modal-header{padding:16px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f3f4f6}.hubspot-modal-header h2{margin:0;font-size:16px;font-weight:500;color:#111827}.hubspot-modal-close{background:none;border:none;font-size:20px;color:#9ca3af;cursor:pointer;padding:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .15s}.hubspot-modal-close:hover{background-color:#f3f4f6;color:#374151}.hubspot-modal-description{padding:8px 20px 0;color:#6b7280;font-size:12px}.hubspot-modal-fields,.hubspot-modal-search{padding:16px 20px;flex:1;overflow-y:auto}.hubspot-tabs{display:flex;gap:4px;margin-bottom:12px;border-bottom:1px solid #e5e7eb;padding-bottom:0;flex-wrap:wrap}.hubspot-tabs-separator{width:1px;background:#e5e7eb;margin:0 8px}.hubspot-tab{display:flex;align-items:center;padding:6px 10px;background:none;border:none;border-bottom:2px solid transparent;font-size:12px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s;white-space:nowrap;margin-bottom:-1px}.hubspot-tab:hover{color:#374151}.hubspot-tab.active{color:#111827;border-bottom-color:#111827}.hubspot-tab-icon{display:none}.hubspot-search-input-wrapper{position:relative;margin-bottom:12px}.hubspot-search-input{width:100%;padding:8px 36px 8px 12px;border:1px solid #e5e7eb;border-radius:4px;font-size:13px;transition:all .15s}.hubspot-search-input:focus{outline:none;border-color:#9ca3af;box-shadow:none}.hubspot-search-spinner{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:14px}.hubspot-search-results{border:1px solid #e5e7eb;border-radius:4px;max-height:280px;overflow-y:auto}.hubspot-search-result{display:flex;align-items:start;width:100%;padding:8px 12px;background:none;border:none;border-bottom:1px solid #f3f4f6;text-align:left;cursor:pointer;transition:background-color .15s}.hubspot-search-result:last-child{border-bottom:none}.hubspot-search-result:hover{background-color:#f9fafb}.hubspot-search-result-content{flex:1;min-width:0}.hubspot-search-result-title{font-size:13px;font-weight:500;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hubspot-search-result-subtitle{font-size:12px;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:2px}.hubspot-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;color:#6b7280;font-size:14px;gap:12px}.hubspot-spinner{width:24px;height:24px;border:2px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}.hubspot-search-error{background-color:#fef2f2;color:#dc2626;padding:8px 10px;border-radius:4px;font-size:12px;margin-bottom:8px}.hubspot-search-empty{text-align:center;padding:24px 20px;color:#9ca3af;font-size:12px}.hubspot-search-section{margin-bottom:16px}.hubspot-search-section h3{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin:0 0 8px;padding:0 2px}.hubspot-selected-object{display:flex;align-items:start;gap:12px;padding:16px;background-color:#f9fafb;border-radius:6px;margin-bottom:24px}.hubspot-field-section{margin-bottom:24px}.hubspot-field-section h3{font-size:14px;font-weight:600;color:#111827;margin:0 0 12px}.hubspot-common-fields{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px;margin-bottom:16px}.hubspot-field-button{padding:12px 16px;border:1px solid #e5e7eb;border-radius:6px;background:white;text-align:left;cursor:pointer;transition:all .2s}.hubspot-field-button:hover{border-color:#d1d5db;background-color:#f9fafb}.hubspot-field-button.selected{border-color:#2563eb;background-color:#eff6ff}.hubspot-field-label{font-size:14px;font-weight:500;color:#111827}.hubspot-field-name{font-size:12px;color:#6b7280;margin-top:2px}.hubspot-field-select{width:100%;padding:10px 16px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:white;cursor:pointer}.hubspot-field-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.hubspot-modal-actions{display:flex;justify-content:space-between;padding-top:24px}.hubspot-button{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid transparent}.hubspot-button-primary{background-color:#2563eb;color:white}.hubspot-button-primary:hover:not(:disabled){background-color:#1d4ed8}.hubspot-button-primary:disabled{background-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.hubspot-button-secondary{background-color:white;color:#374151;border-color:#d1d5db}.hubspot-button-secondary:hover{background-color:#f9fafb;border-color:#9ca3af}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes spin{to{transform:rotate(1turn)}}