.ui-select{font-family:inherit;display:inline-flex;position:relative}.ui-select--full{width:100%}.ui-select-trigger{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;width:100%;font-family:inherit;transition:border-color .12s,box-shadow .12s,background .12s;display:inline-flex}.ui-select.is-disabled .ui-select-trigger{cursor:not-allowed;opacity:.55}.ui-select--default .ui-select-trigger{color:#37474f;background:#fff;border:1.5px solid #dee2e6;border-radius:10px;padding:9px 11px;font-size:13px;font-weight:600}.ui-select--default:not(.is-disabled) .ui-select-trigger:hover{border-color:#c5cdd4}.ui-select--default.is-open .ui-select-trigger,.ui-select--default:not(.is-disabled) .ui-select-trigger:focus-visible{border-color:#0f70b7;outline:none;box-shadow:0 0 0 4px #0f70b71f}.ui-select--default .ui-select-value{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.ui-select--default .ui-select-chevron{color:#a8b1bb;flex-shrink:0;transition:transform .15s}.ui-select--default.is-open .ui-select-chevron{transform:rotate(180deg)}.ui-select--pill{border-radius:100px}.ui-select--pill .ui-select-trigger{border-radius:100px;padding:5px 10px;font-size:11.5px;font-weight:700}.ui-select--pill .ui-select-value{flex:1}.ui-select--pill .ui-select-chevron{opacity:.7;flex-shrink:0;transition:transform .15s}.ui-select--pill.is-open .ui-select-chevron{transform:rotate(180deg)}.ui-select--inline .ui-select-trigger{color:#37474f;padding:2px 22px 2px 0;font-size:12.5px;font-weight:900}.ui-select--inline .ui-select-value{flex:1;min-width:0}.ui-select--inline .ui-select-chevron{color:#a8b1bb;transition:transform .15s;position:absolute;top:50%;right:0;transform:translateY(-50%)}.ui-select--inline.is-open .ui-select-chevron{transform:translateY(-50%)rotate(180deg)}.ui-select-dot{border-radius:999px;flex-shrink:0;width:8px;height:8px}.ui-select-menu{z-index:200;background:#fff;border:1px solid #eef1f3;border-radius:12px;min-width:100%;max-height:240px;padding:4px;animation:.12s both uiSelectFadeIn;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0f172a1f}.ui-select-menu--portal{z-index:10000;position:fixed;right:auto}.ui-select-menu--portal.is-upward{animation:.12s both uiSelectFadeInUp}@keyframes uiSelectFadeInUp{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.ui-select--pill .ui-select-menu:not(.ui-select-menu--portal){min-width:140px;right:auto}.ui-select--inline .ui-select-menu:not(.ui-select-menu--portal){min-width:160px;right:auto}.ui-select--pill .ui-select-menu--portal{min-width:140px}.ui-select--inline .ui-select-menu--portal{min-width:160px}@keyframes uiSelectFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ui-select-option{color:#37474f;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;width:100%;padding:8px 10px;font-family:inherit;font-size:13px;font-weight:600;transition:background .1s;display:flex}.ui-select-option:hover,.ui-select-option.is-highlighted{background:#f3f7f9}.ui-select-option.is-selected{color:#0f70b7}.ui-select-option-label{flex:1;min-width:0}.ui-select-check{color:#0f70b7;flex-shrink:0;margin-left:auto}.ui-select-pill-preview{border-radius:100px;align-items:center;padding:3px 10px;font-size:11.5px;font-weight:700;display:inline-flex}
.react-grid-layout{transition:height .2s;position:relative}.react-grid-item{transition:left .2s,top .2s,width .2s,height .2s}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{z-index:1;will-change:width, height;transition:none}.react-grid-item.react-draggable-dragging{z-index:3;will-change:transform;transition:none}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{opacity:.2;z-index:2;-webkit-user-select:none;user-select:none;background:red;transition-duration:.1s}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{opacity:0;width:20px;height:20px;position:absolute}.react-grid-item:hover>.react-resizable-handle{opacity:1}.react-grid-item>.react-resizable-handle:after{content:"";border-bottom:2px solid #0006;border-right:2px solid #0006;width:5px;height:5px;position:absolute;bottom:3px;right:3px}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{cursor:sw-resize;bottom:0;left:0;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{cursor:se-resize;bottom:0;right:0}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{cursor:nw-resize;top:0;left:0;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{cursor:ne-resize;top:0;right:0;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{cursor:ew-resize;margin-top:-10px;top:50%}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{cursor:ns-resize;margin-left:-10px;left:50%}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}
.react-resizable{position:relative}.react-resizable-handle{box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:100% 100%;background-repeat:no-repeat;background-origin:content-box;width:20px;height:20px;padding:0 3px 3px 0;position:absolute}.react-resizable-handle-sw{cursor:sw-resize;bottom:0;left:0;transform:rotate(90deg)}.react-resizable-handle-se{cursor:se-resize;bottom:0;right:0}.react-resizable-handle-nw{cursor:nw-resize;top:0;left:0;transform:rotate(180deg)}.react-resizable-handle-ne{cursor:ne-resize;top:0;right:0;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{cursor:ew-resize;margin-top:-10px;top:50%}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{cursor:ns-resize;margin-left:-10px;left:50%}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}
.dashboard-editor{grid-template-columns:var(--sidebar-width,264px) minmax(0, 1fr);height:100vh;display:grid}.dashboard-editor.with-panel{grid-template-columns:var(--sidebar-width,264px) minmax(0, 1fr) 300px}.dashboard-canvas-area{background:#f3f7f9;min-height:0;padding:20px;overflow:auto}.dashboard-drop-zone{color:#76838f;text-align:center;background:#f7fbfd;border:2px dashed #c9e0f2;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:400px;padding:32px;font-size:14px;font-weight:600;transition:border-color .15s,background .15s;display:flex}.dashboard-drop-zone-text{max-width:320px;margin:0;line-height:1.5}.dashboard-drop-zone-divider{color:#a8b1bb;text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:12px;width:min(280px,100%);font-size:12px;font-weight:700;display:flex}.dashboard-drop-zone-divider:before,.dashboard-drop-zone-divider:after{content:"";background:#dee2e6;flex:1;height:1px}.dashboard-drop-zone-generate{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f70b7,#291f63);border:none;border-radius:10px;padding:11px 18px;font-family:inherit;font-size:13px;font-weight:700;transition:opacity .15s,transform .12s;box-shadow:0 8px 18px #0f70b738}.dashboard-drop-zone-generate:hover:not(:disabled){transform:translateY(-1px)}.dashboard-drop-zone-generate:disabled{opacity:.55;cursor:not-allowed}.dashboard-drop-zone-add{color:#0f70b7;cursor:pointer;background:#fff;border:1.5px solid #c9e0f2;border-radius:10px;padding:11px 18px;font-family:inherit;font-size:13px;font-weight:700;transition:background .12s,transform .12s}.dashboard-drop-zone-add:hover{background:#eaf3fb;transform:translateY(-1px)}.dashboard-drop-zone-survey{color:#37474f;background:#fff;border:1.5px solid #dee2e6;border-radius:10px;min-width:min(280px,100%);padding:9px 12px;font-family:inherit;font-size:13px}.dashboard-add-element-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#0f70b7,#291f63);border:none;border-radius:10px;padding:10px 16px;font-family:inherit;font-size:13px;font-weight:700;transition:transform .12s,opacity .12s;box-shadow:0 8px 18px #0f70b738}.dashboard-add-element-btn:hover:not(:disabled){transform:translateY(-1px)}.dashboard-add-element-btn:disabled{opacity:.5;cursor:not-allowed}.dashboard-fab-add{z-index:15;color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f70b7,#291f63);border:none;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;font-family:inherit;font-size:26px;font-weight:300;line-height:1;transition:transform .12s,box-shadow .12s;display:flex;position:absolute;bottom:24px;right:24px;box-shadow:0 8px 24px #0f70b752}.dashboard-fab-add:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0f70b761}.dashboard-share-copy-row{align-items:flex-start;gap:10px;display:flex}.dashboard-share-copy-row input{color:#37474f;background:#f9fafb;border:1.5px solid #dee2e6;border-radius:11px;flex:1;min-width:0;padding:11px 12px;font-family:inherit;font-size:13px}.dashboard-share-copy-btn{color:#37474f;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #dee2e6;border-radius:11px;flex-shrink:0;padding:10px 14px;font-family:inherit;font-size:12.5px;font-weight:800}.dashboard-share-status{color:#76838f;margin:0;font-size:13px;line-height:1.55}.dashboard-share-status.is-published{color:#1a7a5e;background:#e6f7f2;border:1px solid #b8ead9;border-radius:10px;padding:12px 14px;font-weight:600}.dashboard-modal-backdrop{z-index:500;background:#0f172a73;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.dashboard-modal{background:#fff;border:1px solid #eef1f3;border-radius:16px;width:min(520px,100%);overflow:hidden;box-shadow:0 28px 80px #0f172a59}.dashboard-modal-header{border-bottom:1px solid #eef1f3;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.dashboard-modal-header h3{color:#37474f;margin:0;font-size:15.5px;font-weight:800}.dashboard-modal-close{cursor:pointer;color:#76838f;background:#f3f7f9;border:none;border-radius:8px;width:32px;height:32px;font-size:14px}.dashboard-modal-body{flex-direction:column;gap:16px;max-height:60vh;padding:20px;display:flex;overflow-y:auto}.dashboard-modal-label{color:#37474f;font-size:12.5px;font-weight:700;display:block}.dashboard-modal-label .ui-select{width:100%;margin-top:7px}.dashboard-modal-empty{color:#76838f;background:#f9fafb;border:1px solid #eef1f3;border-radius:10px;margin-top:8px;padding:12px;font-size:13px;line-height:1.45}.dashboard-question-picker{flex-direction:column;gap:6px;max-height:240px;margin-top:8px;display:flex;overflow-y:auto}.dashboard-question-picker-item{cursor:pointer;text-align:left;background:#fff;border:1.5px solid #eef1f3;border-radius:10px;flex-direction:column;align-items:flex-start;gap:4px;padding:10px 12px;font-family:inherit;transition:border-color .12s,background .12s;display:flex}.dashboard-question-picker-item:hover{background:#f9fafb}.dashboard-question-picker-item.is-selected{background:#eaf3fb;border-color:#0f70b7}.dashboard-question-picker-type{text-transform:uppercase;letter-spacing:.05em;color:#a8b1bb;font-size:10px;font-weight:800}.dashboard-question-picker-title{color:#37474f;font-size:13px;font-weight:600;line-height:1.35}.dashboard-modal-footer{border-top:1px solid #eef1f3;justify-content:flex-end;gap:10px;padding:14px 20px;display:flex}.dashboard-modal-btn-secondary{color:#37474f;cursor:pointer;background:#fff;border:1.5px solid #dee2e6;border-radius:10px;padding:10px 16px;font-family:inherit;font-size:13px;font-weight:700}.dashboard-modal-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f70b7,#291f63);border:none;border-radius:10px;padding:10px 16px;font-family:inherit;font-size:13px;font-weight:700}.dashboard-modal-btn-primary:disabled{opacity:.5;cursor:not-allowed}.dashboard-widget{background:#fff;border:1px solid #eef1f3;border-radius:14px;flex-direction:column;height:100%;transition:border-color .12s,box-shadow .12s;display:flex;overflow:hidden;box-shadow:0 1px 2px #0f172a08}.dashboard-widget.is-selected{border-color:#0f70b7;box-shadow:0 0 0 3px #0f70b71f}.dashboard-widget-empty-body{text-align:center;color:#a8b1bb;justify-content:center;align-items:center;font-size:13px;font-weight:600;line-height:1.45;display:flex}.dashboard-widget-header{border-bottom:1px solid #eef1f3;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;display:flex}.dashboard-widget-body{flex:1;min-height:0;padding:10px 12px;overflow:auto}.dashboard-widget-footer{color:#a8b1bb;border-top:1px solid #eef1f3;flex-shrink:0;padding:8px 12px;font-size:11.5px;font-weight:600}.dashboard-question-item{cursor:grab;color:#37474f;background:#fff;border:1px solid #eef1f3;border-radius:10px;margin:4px 8px;padding:10px 12px;font-size:13px;font-weight:600;line-height:1.35;transition:transform .12s,box-shadow .12s}.dashboard-question-item:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0f172a14}.dashboard-question-item.is-dragging{opacity:.5}.dashboard-properties-panel{background:#fff;border-left:1px solid #eef1f3;flex-direction:column;min-height:0;animation:.34s cubic-bezier(.32,.72,0,1) both dashboard-properties-panel-in;display:flex;overflow-y:auto}@keyframes dashboard-properties-panel-in{0%{opacity:0;transform:translate(14px)}to{opacity:1;transform:translate(0)}}.dashboard-properties-header{z-index:2;background:#fff;border-bottom:1px solid #eef1f3;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px;display:flex;position:sticky;top:0}.dashboard-properties-header-title{color:#37474f;font-size:14px;font-weight:800}.dashboard-properties-close{cursor:pointer;color:#a8b1bb;background:0 0;border:none;border-radius:8px;width:28px;height:28px;font-size:18px}.dashboard-properties-close:hover{color:#76838f;background:#f3f7f9}.dashboard-properties-sections{padding:8px 0 16px}.dashboard-properties-section{border-bottom:1px solid #eef1f3}.dashboard-properties-section-toggle{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:12px 16px;font-family:inherit;transition:background .12s;display:flex}.dashboard-properties-section-toggle:hover{background:#f9fafb}.dashboard-properties-section-title{text-transform:uppercase;letter-spacing:.06em;color:#a8b1bb;font-size:11px;font-weight:800}.dashboard-properties-section-chevron{color:#a8b1bb;flex-shrink:0;transition:transform .28s cubic-bezier(.32,.72,0,1);display:flex}.dashboard-properties-section-chevron.is-open{transform:rotate(180deg)}.dashboard-properties-section-collapse{grid-template-rows:0fr;transition:grid-template-rows .32s cubic-bezier(.32,.72,0,1);display:grid}.dashboard-properties-section-collapse.is-open{grid-template-rows:1fr}.dashboard-properties-section-collapse-inner{min-height:0;overflow:hidden}.dashboard-properties-section-body{opacity:0;flex-direction:column;gap:12px;padding:0 16px 14px;transition:opacity .24s,transform .28s cubic-bezier(.32,.72,0,1);display:flex;transform:translateY(-6px)}.dashboard-properties-section-collapse.is-open .dashboard-properties-section-body{opacity:1;transform:translateY(0)}.dashboard-properties-section.is-collapsed .dashboard-properties-section-body{pointer-events:none}.dashboard-properties-field{color:#37474f;font-size:12.5px;font-weight:700;display:block}.dashboard-properties-field>:not(:first-child){margin-top:6px}.dashboard-properties-checkbox{cursor:pointer;color:#37474f;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.dashboard-properties-input{color:#37474f;background:#fff;border:1.5px solid #dee2e6;border-radius:10px;width:100%;padding:9px 11px;font-family:inherit;font-size:13px}.dashboard-properties-reasoning{color:#76838f;margin:0;font-size:12.5px;line-height:1.5}.dashboard-properties-panel .ui-select{width:100%}.dashboard-properties-panel input[type=text],.dashboard-properties-panel input[type=date]{color:#37474f;background:#fff;border:1.5px solid #dee2e6;border-radius:10px;width:100%;padding:9px 11px;font-family:inherit;font-size:13px}.dashboard-properties-panel .chart-type-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.dashboard-properties-panel .chart-type-option{cursor:pointer;color:#37474f;text-align:center;border:1.5px solid #eef1f3;border-radius:12px;flex-direction:column;align-items:center;gap:6px;padding:10px 8px;font-size:11.5px;font-weight:700;transition:border-color .12s,background .12s,box-shadow .12s,transform .18s cubic-bezier(.32,.72,0,1);display:flex}.dashboard-properties-panel .chart-type-option:active{transform:scale(.97)}.dashboard-properties-panel .chart-type-option:hover{background:#f9fafb}.dashboard-properties-panel .chart-type-option.is-selected{color:#0f70b7;background:#eaf3fb;border-color:#0f70b7;box-shadow:0 0 0 3px #0f70b71a}.chart-type-option-icon{background:#f3f7f9;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.dashboard-properties-panel .chart-type-option.is-selected .chart-type-option-icon{background:#fff}.chart-type-option-label{line-height:1.2}.dashboard-properties-panel .chart-type-option.is-discouraged:not(.is-selected){opacity:.72;border-style:dashed}.dashboard-properties-panel .chart-type-option.is-discouraged.is-selected{color:#c92a2a;background:#fdeceb;border-color:#e5484d;box-shadow:0 0 0 3px #e5484d1f}.dashboard-properties-warning{color:#8a2e2e;background:#fdeceb;border:1px solid #f5c4c1;border-radius:10px;flex-direction:column;gap:4px;margin-top:10px;padding:10px 12px;font-size:12px;line-height:1.45;animation:.3s cubic-bezier(.32,.72,0,1) both dashboard-properties-warning-in;display:flex}@keyframes dashboard-properties-warning-in{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.dashboard-properties-warning strong{color:#c92a2a;font-weight:800}.dashboard-widget-mismatch{text-align:center;background:#fef8f7;border:1px dashed #f0c4bf;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:140px;padding:16px;display:flex}.dashboard-widget-mismatch-icon{margin-bottom:8px;font-size:22px;line-height:1}.dashboard-widget-mismatch-title{color:#c92a2a;margin-bottom:6px;font-size:14px;font-weight:800}.dashboard-widget-mismatch-hint{color:#76838f;max-width:280px;margin:0 0 8px;font-size:12.5px;line-height:1.45}.dashboard-widget-mismatch-action{color:#a8b1bb;margin:0;font-size:11.5px;font-weight:700}.react-grid-item.react-grid-placeholder{opacity:.5;border-radius:14px;background:#c9e0f2!important}.react-resizable-handle{opacity:0;transition:opacity .15s}.react-grid-item:hover .react-resizable-handle{opacity:1}.dashboard-toolbar{background:#fff;border-bottom:1px solid #eef1f3;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.dashboard-main-column{flex-direction:column;min-height:0;display:flex;overflow:hidden}.dashboard-generating-overlay{z-index:20;color:#0f70b7;background:#f3f7f9d9;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex;position:absolute;inset:0}@media (prefers-reduced-motion:reduce){.dashboard-properties-panel,.dashboard-properties-warning{animation:none!important}.dashboard-properties-section-collapse,.dashboard-properties-section-body,.dashboard-properties-section-chevron,.dashboard-properties-panel .chart-type-option{transition:none!important}}
.survey-page{background:#f3f7f9;height:100vh;padding:32px 40px;overflow-y:auto}.survey-page-header{border-bottom:1px solid #eef1f3;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px 24px;margin-bottom:24px;padding-bottom:16px;display:flex}.survey-page-header h1{color:#37474f;letter-spacing:-.01em;margin:0;font-size:22px;font-weight:800}.survey-page-subtitle{color:#76838f;margin-top:6px;font-size:13px;line-height:1.5}.survey-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 18px;margin-bottom:20px;display:flex}.survey-search{flex:1;min-width:240px;max-width:520px;position:relative}.survey-search-icon{pointer-events:none;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.survey-search input{color:#37474f;background:#fff;border:1.5px solid #dee2e6;border-radius:12px;outline:none;width:100%;padding:12px 16px 12px 42px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.survey-search input:focus{border-color:#0f70b7;box-shadow:0 0 0 4px #0f70b71f}.survey-filter-pills{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.survey-filter-pill{cursor:pointer;color:#76838f;background:#fff;border:1.5px solid #eef1f3;border-radius:999px;padding:8px 12px;font-family:inherit;font-size:12.5px;font-weight:800;transition:background .12s,border-color .12s,color .12s}.survey-filter-pill:hover{background:#f9fafb}.survey-filter-pill.is-active{color:#0f70b7;background:#eaf3fb;border-color:#cfe3f5}.survey-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.survey-card{cursor:pointer;text-align:left;background:#fff;border:1px solid #eef1f3;border-radius:16px;padding:18px;font-family:inherit;transition:transform .18s,box-shadow .18s;box-shadow:0 1px 2px #0f172a08}.survey-card:hover{transform:translateY(-3px);box-shadow:0 16px 32px #0f172a17}.survey-card-top{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.survey-card-badges{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.survey-card-title{color:#37474f;white-space:nowrap;text-overflow:ellipsis;margin:0 0 8px;font-size:15.5px;font-weight:800;line-height:1.25;overflow:hidden}.survey-card-meta{color:#76838f;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:12.5px;display:flex}.survey-card-progress{background:#f0f2f4;border-radius:100px;height:6px;overflow:hidden}.survey-card-progress-bar{border-radius:100px;height:100%;transition:width .3s}.survey-card-footer{color:#a8b1bb;border-top:1px solid #f2f4f5;justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;font-size:12.5px;display:flex}.survey-status-dot{border-radius:50%;flex-shrink:0;width:9px;height:9px}.survey-empty{text-align:center;color:#76838f;background:#fff;border:2px dashed #dee2e6;border-radius:16px;padding:48px 24px}.survey-empty h3{color:#37474f;margin:0 0 8px;font-size:16px;font-weight:800}.survey-empty p{margin:0 0 20px;font-size:13.5px;line-height:1.55}.survey-detail-header{background:#f3f7f9;border-bottom:1px solid #eef1f3;flex-shrink:0;padding:22px 28px 14px}.survey-detail-body{flex:1;min-height:0;display:grid}.survey-detail-body.with-panel{grid-template-columns:minmax(0,1fr) 380px}.survey-detail-content{padding:22px 28px;overflow-y:auto}.survey-detail-panel{background:#fff;border-left:1px solid #eef1f3;padding:18px 18px 22px;overflow-y:auto}.survey-overview-grid{grid-template-columns:minmax(0,1.65fr) minmax(0,1fr);align-items:stretch;gap:16px;display:grid}.survey-overview-card{background:linear-gradient(145deg,#faf8ff 0%,#fff 55%);border:1px solid #e6dff5;border-radius:18px;padding:22px 24px 20px;position:relative;overflow:hidden;box-shadow:0 1px 3px #5b4fc912,0 12px 32px #5b4fc90d}.survey-overview-card:before{content:"";background:linear-gradient(90deg,#5b4fc9,#8b5cf6,#0f70b7);height:3px;position:absolute;top:0;left:0;right:0}.survey-overview-header{align-items:center;gap:10px;margin-bottom:20px;display:flex}.survey-overview-icon{background:linear-gradient(135deg,#ede9fe,#e0e7ff);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.survey-overview-title{color:#37474f;letter-spacing:-.01em;margin:0;font-size:15.5px;font-weight:800}.survey-overview-section{border-top:1px solid #f0ebfa;padding:14px 0}.survey-overview-section:first-of-type{border-top:none;padding-top:0}.survey-overview-section-label{color:#76838f;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:8px;margin-bottom:8px;font-size:12px;font-weight:800;display:flex}.survey-overview-section-label .section-icon{border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.survey-overview-section-label .section-icon.goal{background:#fff7ed}.survey-overview-section-label .section-icon.summary{background:linear-gradient(135deg,#ede9fe,#e0e7ff)}.survey-overview-goal-text{color:#37474f;margin:0;font-size:13.5px;line-height:1.55}.survey-overview-summary-text{color:#37474f;margin:0;font-size:14.5px;line-height:1.65}.survey-overview-footer{color:#a8b1bb;border-top:1px solid #f0ebfa;margin-top:16px;padding-top:14px;font-size:12px;font-weight:600}.survey-overview-stats{flex-direction:column;gap:16px;display:flex}.survey-kpi-grid{grid-template-columns:1.1fr 1fr 1fr;gap:16px;display:grid}.survey-kpi-card{background:#fff;border:1px solid #eef1f3;border-radius:18px;padding:20px;box-shadow:0 1px 2px #0f172a08}.survey-kpi-label{text-transform:uppercase;letter-spacing:.06em;color:#a8b1bb;margin-bottom:10px;font-size:11.5px;font-weight:800}.survey-kpi-value{color:#37474f;letter-spacing:-.02em;font-size:30px;font-weight:900}.survey-kpi-sub{color:#76838f;margin-top:6px;font-size:12.5px}.survey-result-card{background:#fff;border:1px solid #eef1f3;border-radius:18px;padding:22px}.survey-result-header{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px;display:flex}.survey-result-number{color:#fff;background:linear-gradient(135deg,#0f70b7,#291f63);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:12.5px;font-weight:900;display:inline-flex}.survey-result-title{color:#37474f;font-size:15.5px;font-weight:800;line-height:1.35}.survey-result-chart{min-height:180px}.survey-result-chart .dashboard-widget-body{min-height:160px}.survey-questions-editor{background:#fff;border:1px solid #eef1f3;border-radius:18px;padding:22px}.survey-question-item{cursor:pointer;background:#fff;border:1.5px solid #eef1f3;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 16px;transition:background .12s,border-color .12s,box-shadow .12s;display:flex}.survey-question-item:hover{background:#f9fafb}.survey-question-item.is-selected{background:#f7fbfd;border-color:#c9e0f2;box-shadow:0 0 0 3px #0f70b714}.survey-question-index{color:#a8b1bb;background:#f3f7f9;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:900;display:flex}.survey-question-item.is-selected .survey-question-index{color:#0f70b7;background:#eaf3fb}.survey-question-type-badge{color:#0f70b7;white-space:nowrap;background:#eaf3fb;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:800}.survey-question-actions{flex-shrink:0;gap:6px;display:flex}.survey-question-delete{cursor:pointer;color:#a8b1bb;background:#fff;border:1px solid #eef1f3;border-radius:9px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:background .12s,color .12s,border-color .12s;display:flex}.survey-question-delete:hover{color:#e5484d;background:#fdeceb;border-color:#f5c4c2}.survey-question-settings{background:#f9fafb;border:1px solid #eef1f3;border-radius:14px;margin-top:20px;padding:18px}.survey-question-settings h4{color:#37474f;text-transform:uppercase;letter-spacing:.06em;margin:0 0 14px;font-size:12.5px;font-weight:800}.survey-field{margin-bottom:14px}.survey-field label{color:#37474f;margin-bottom:7px;font-size:12.5px;font-weight:700;display:block}.survey-field input,.survey-field textarea{color:#37474f;background:#fff;border:1.5px solid #dee2e6;border-radius:10px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:13.5px;transition:border-color .15s,box-shadow .15s}.survey-field input:focus,.survey-field textarea:focus{border-color:#0f70b7;box-shadow:0 0 0 3px #0f70b71a}.survey-option-row{align-items:center;gap:8px;margin-bottom:8px;display:flex}.survey-option-row input{flex:1}.survey-option-remove{cursor:pointer;color:#a8b1bb;background:0 0;border:none;border-radius:7px;width:28px;height:28px;font-size:16px}.survey-option-remove:hover{color:#e5484d;background:#fdeceb}.survey-add-option{color:#0f70b7;cursor:pointer;background:#f7fbfd;border:1.5px dashed #c9e0f2;border-radius:10px;width:100%;margin-top:4px;padding:8px 12px;font-family:inherit;font-size:12.5px;font-weight:700}.survey-add-option:hover{background:#eaf3fb}.survey-type-grid{grid-template-columns:repeat(2,1fr);gap:8px;margin-top:8px;display:grid}.survey-type-option{cursor:pointer;text-align:left;background:#fff;border:1.5px solid #eef1f3;border-radius:12px;flex-direction:column;align-items:flex-start;gap:4px;padding:12px 14px;font-family:inherit;transition:border-color .12s,background .12s,box-shadow .12s;display:flex}.survey-type-option:hover{background:#f9fafb}.survey-type-option.is-selected{background:#f7fbfd;border-color:#0f70b7;box-shadow:0 0 0 3px #0f70b71a}.survey-type-option-label{color:#37474f;font-size:13.5px;font-weight:800}.survey-type-option-desc{color:#76838f;font-size:12px;line-height:1.4}.survey-preview-frame{background:linear-gradient(#f7fbfd,#fff);border:1px solid #eef1f3;border-radius:16px;padding:16px;box-shadow:0 1px 2px #0f172a08}.survey-preview-question{color:#37474f;margin-bottom:14px;font-size:14px;font-weight:800;line-height:1.4}.survey-preview-option{color:#37474f;cursor:default;background:#fff;border:1.5px solid #eef1f3;border-radius:10px;margin-bottom:8px;padding:10px 12px;font-size:13px;transition:border-color .12s}.survey-preview-option:hover{border-color:#c9e0f2}.survey-preview-scale{grid-template-columns:repeat(5,1fr);gap:6px;margin-bottom:10px;display:grid}.survey-preview-scale-btn{color:#37474f;background:#fff;border:1.5px solid #eef1f3;border-radius:10px;justify-content:center;align-items:center;height:38px;font-size:13px;font-weight:900;display:flex}.survey-preview-nps{grid-template-columns:repeat(11,1fr);gap:4px;display:grid}.survey-preview-nps-btn{color:#76838f;background:#fff;border:1px solid #eef1f3;border-radius:8px;justify-content:center;align-items:center;height:32px;font-size:11px;font-weight:800;display:flex}.survey-preview-open{color:#a8b1bb;resize:none;background:#fff;border:1.5px solid #eef1f3;border-radius:10px;width:100%;min-height:80px;padding:10px 12px;font-family:inherit;font-size:13px}.survey-preview-matrix{overflow-x:auto}.survey-preview-matrix table{border-collapse:collapse;width:100%;font-size:12px}.survey-preview-matrix th,.survey-preview-matrix td{text-align:center;border:1px solid #eef1f3;padding:8px 10px}.survey-preview-matrix th{color:#76838f;background:#f9fafb;font-weight:800}.survey-preview-matrix td:first-child{text-align:left;color:#37474f;background:#f9fafb;font-weight:700}.survey-preview-matrix input[type=radio]{accent-color:#0f70b7}.respondents-overview{flex-direction:column;gap:16px;display:flex}.respondents-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.respondents-kpi-unit{color:#a8b1bb;margin-left:2px;font-size:18px;font-weight:800}.respondents-panel{background:#fff;border:1px solid #eef1f3;border-radius:18px;padding:22px;box-shadow:0 1px 2px #0f172a08}.respondents-toolbar{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.respondents-title{color:#37474f;margin:0;font-size:16.5px;font-weight:800}.respondents-subtitle{color:#a8b1bb;margin:4px 0 0;font-size:12.5px;font-weight:700}.respondents-search{min-width:260px;max-width:360px}.respondents-filters{margin-bottom:16px}.respondents-list-head,.respondents-item-row{grid-template-columns:minmax(180px,1.4fr) 150px 140px 110px 36px;align-items:center;gap:14px;display:grid}.respondents-list-head{text-transform:uppercase;letter-spacing:.06em;color:#a8b1bb;padding:0 16px 10px;font-size:11px;font-weight:800}.respondents-list{flex-direction:column;gap:8px;display:flex}.respondents-item{background:#fff;border:1px solid #eef1f3;border-radius:14px;transition:border-color .12s,box-shadow .12s;overflow:hidden}.respondents-item.is-open{border-color:#c9e0f2;box-shadow:0 0 0 3px #0f70b714}.respondents-item-row{cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding:14px 16px;font-family:inherit;transition:background .12s}.respondents-item-row:hover{background:#f9fafb}.respondents-person{align-items:center;gap:12px;min-width:0;display:flex}.respondents-avatar{color:#0f70b7;background:linear-gradient(135deg,#eaf3fb,#f3f7f9);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:12px;font-weight:900;display:flex}.respondents-person-meta{min-width:0}.respondents-name{color:#37474f;white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:800;overflow:hidden}.respondents-meta-sub{color:#a8b1bb;margin-top:2px;font-size:12px}.respondents-date{color:#76838f;font-size:13px;font-weight:600}.respondents-progress{color:#76838f;align-items:center;gap:8px;font-size:12px;font-weight:800;display:flex}.respondents-progress-bar{background:#f0f2f4;border-radius:999px;flex:1;height:6px;overflow:hidden}.respondents-progress-fill{background:linear-gradient(90deg,#0f70b7,#25ac90);border-radius:999px;height:100%}.respondents-status{border-radius:999px;align-items:center;padding:5px 10px;font-size:11.5px;font-weight:800;display:inline-flex}.respondents-status--complete{color:#1f8c77;background:#e6f7f2}.respondents-status--partial{color:#c26a00;background:#fff7ed}.respondents-chevron{color:#a8b1bb;justify-content:center;align-items:center;transition:transform .15s,color .15s;display:flex}.respondents-chevron.is-open{color:#0f70b7;transform:rotate(180deg)}.respondents-answers{background:#f9fafb;border-top:1px solid #f2f4f5;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0 16px 16px;display:grid}.respondents-answer-card{background:#fff;border:1px solid #eef1f3;border-radius:12px;padding:12px 14px}.respondents-answer-head{align-items:center;gap:8px;margin-bottom:8px;display:flex}.respondents-answer-index{color:#a8b1bb;background:#f3f7f9;border-radius:7px;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:900;display:inline-flex}.respondents-answer-question{color:#37474f;margin-bottom:6px;font-size:12.5px;font-weight:700;line-height:1.45}.respondents-answer-value{color:#0f70b7;font-size:13.5px;font-weight:700;line-height:1.45}.respondents-pagination{border-top:1px solid #f2f4f5;justify-content:center;align-items:center;gap:14px;margin-top:18px;padding-top:16px;display:flex}.respondents-page-btn{color:#37474f;cursor:pointer;background:#fff;border:1.5px solid #dee2e6;border-radius:10px;padding:8px 14px;font-family:inherit;font-size:12.5px;font-weight:800}.respondents-page-btn:disabled{opacity:.45;cursor:not-allowed}.respondents-page-label{color:#76838f;font-size:12.5px;font-weight:700}.respondents-empty{text-align:center;color:#76838f;border:1.5px dashed #dee2e6;border-radius:14px;padding:40px 20px}.respondents-empty h3{color:#37474f;margin:0 0 8px;font-size:15px;font-weight:800}.respondents-empty p{margin:0;font-size:13px;line-height:1.5}@media (max-width:960px){.respondents-kpi-grid{grid-template-columns:1fr}.respondents-toolbar{flex-direction:column}.respondents-search{width:100%;max-width:none}.respondents-list-head{display:none}.respondents-item-row{grid-template-columns:1fr auto;grid-template-areas:"person chevron""date date""progress progress""status status";gap:10px}.respondents-person{grid-area:person}.respondents-chevron{grid-area:chevron}.respondents-date{grid-area:date}.respondents-progress{grid-area:progress}.respondents-status-wrap{grid-area:status}.respondents-answers{grid-template-columns:1fr}}.survey-connections-panel,.survey-downloads-panel{flex-direction:column;gap:18px;display:flex}.survey-integrations-top h2,.survey-downloads-header h2{color:#37474f;margin:0 0 6px;font-size:18px;font-weight:800}.survey-integrations-top p,.survey-downloads-header p{color:#76838f;max-width:640px;margin:0;font-size:13.5px;line-height:1.6}.survey-integrations-active-count{color:#25ac90;font-weight:800}.survey-integrations-search{background:#fff;border:1px solid #eef1f3;border-radius:12px;align-items:center;gap:10px;padding:0 14px;display:flex}.survey-integrations-search input{color:#37474f;background:0 0;border:none;outline:none;flex:1;padding:12px 0;font-family:inherit;font-size:14px}.survey-integrations-layout{grid-template-columns:200px minmax(0,1fr);align-items:start;gap:20px;display:grid}.survey-integrations-categories{flex-direction:column;gap:2px;display:flex;position:sticky;top:0}.survey-integrations-category{text-align:left;color:#76838f;cursor:pointer;background:0 0;border:none;border-radius:10px;padding:9px 12px;font-family:inherit;font-size:13.5px;font-weight:700}.survey-integrations-category:hover{background:#f3f7f9}.survey-integrations-category.is-active{color:#37474f;background:#f0f2f4}.survey-integrations-content{flex-direction:column;gap:22px;display:flex}.survey-integrations-section-title{text-transform:uppercase;letter-spacing:.05em;color:#a8b1bb;margin:0 0 12px;font-size:12px;font-weight:800}.survey-integrations-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;display:grid}.survey-integration-tile{text-align:left;cursor:pointer;background:#fff;border:1px solid #eef1f3;border-radius:14px;align-items:flex-start;gap:14px;width:100%;padding:16px;font-family:inherit;transition:border-color .12s,box-shadow .12s,transform .12s;display:flex}.survey-integration-tile:hover:not(.is-soon){border-color:#dee2e6;transform:translateY(-1px);box-shadow:0 8px 24px #0f172a0f}.survey-integration-tile.is-connected{border-color:#cfe4f5}.survey-integration-tile.is-soon{opacity:.72;cursor:default}.survey-integration-tile-body{flex:1;min-width:0}.survey-integration-tile-top{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:4px;display:flex}.survey-integration-tile-top strong{color:#37474f;font-size:14px;font-weight:800}.survey-integration-tile-body p{color:#76838f;margin:0;font-size:12.5px;line-height:1.5}.survey-integration-connected-pill,.survey-integration-soon-pill{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:800}.survey-integration-connected-pill{color:#1f8c77;background:#e6f7f2}.survey-integration-soon-pill{color:#a8b1bb;background:#f0f2f4}.survey-integration-tile-chevron{color:#c5cdd6;flex-shrink:0;margin-top:2px;font-size:22px;line-height:1}.survey-integrations-empty{text-align:center;color:#76838f;background:#fff;border:1px dashed #dee2e6;border-radius:14px;padding:28px;font-size:13.5px}.survey-integration-back{color:#0f70b7;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-family:inherit;font-size:13.5px;font-weight:800}.survey-integration-detail{grid-template-columns:minmax(0,1fr) 260px;align-items:start;gap:16px;display:grid}.survey-integration-detail-main{background:#fff;border:1px solid #eef1f3;border-radius:18px;padding:22px}.survey-integration-detail-head{align-items:flex-start;gap:14px;margin-bottom:18px;display:flex}.survey-integration-detail-title{flex:1;min-width:0}.survey-integration-detail-title h2{color:#37474f;margin:0 0 4px;font-size:18px;font-weight:800}.survey-integration-detail-title p{color:#76838f;margin:0;font-size:13px;line-height:1.55}.survey-integration-detail-toggle{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:8px;display:flex}.survey-integration-detail-toggle span{text-transform:uppercase;letter-spacing:.04em;color:#a8b1bb;font-size:11px;font-weight:800}.survey-integration-success{color:#1f8c77;background:#e6f7f2;border:1px solid #c8efe4;border-radius:12px;align-items:center;gap:10px;margin-bottom:18px;padding:11px 14px;font-size:13px;font-weight:700;display:flex}.survey-integration-success-dot{background:#25ac90;border-radius:50%;flex-shrink:0;width:8px;height:8px}.survey-integration-steps{border:1px solid #eef1f3;border-radius:14px;flex-direction:column;gap:0;display:flex;overflow:hidden}.survey-integration-step{border-bottom:1px solid #eef1f3}.survey-integration-step:last-child{border-bottom:none}.survey-integration-step-head{align-items:flex-start;gap:14px;padding:16px 18px 0;display:flex}.survey-integration-step-num{color:#37474f;background:#f3f7f9;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:900;display:flex}.survey-integration-step-head h4{color:#37474f;margin:0 0 3px;font-size:14px;font-weight:800}.survey-integration-step-head p{color:#76838f;margin:0;font-size:12.5px;line-height:1.45}.survey-integration-step-body{flex-direction:column;gap:12px;padding:14px 18px 18px 60px;display:flex}.survey-integration-code{background:#f8fafb;border:1px solid #eef1f3;border-radius:12px;overflow:hidden}.survey-integration-code-head{color:#76838f;border-bottom:1px solid #eef1f3;justify-content:space-between;align-items:center;gap:10px;padding:8px 12px;font-size:12px;font-weight:800;display:flex}.survey-integration-code pre{color:#37474f;white-space:pre-wrap;word-break:break-all;margin:0;padding:12px 14px;font-size:12px;line-height:1.55;overflow-x:auto}.survey-integration-aside{flex-direction:column;gap:12px;display:flex}.survey-integration-aside-block{background:#fff;border:1px solid #eef1f3;border-radius:14px;padding:16px}.survey-integration-aside-block h3{color:#37474f;margin:0 0 10px;font-size:13px;font-weight:800}.survey-integration-tags{flex-wrap:wrap;gap:8px;display:flex}.survey-integration-tag{color:#37474f;background:#f3f7f9;border:1px solid #eef1f3;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}.survey-integration-tag.is-muted{color:#76838f}.survey-integration-help{background:#fff8f3;border-color:#fde8d8}.survey-integration-help p{color:#76838f;margin:0 0 12px;font-size:12.5px;line-height:1.5}.survey-integration-help-btn{color:#37474f;cursor:pointer;background:#fff;border:1px solid #eef1f3;border-radius:11px;width:100%;padding:10px 12px;font-family:inherit;font-size:13px;font-weight:800}.survey-connection-toggle{cursor:pointer;background:#e8edf1;border:none;border-radius:999px;align-items:center;width:42px;height:24px;padding:2px;display:flex}.survey-connection-toggle.is-on{background:#25ac90;justify-content:flex-end}.survey-connection-toggle-knob{background:#fff;border-radius:50%;width:20px;height:20px;box-shadow:0 1px 3px #0f172a26}.survey-connection-field label{color:#37474f;margin-bottom:7px;font-size:12px;font-weight:700;display:block}.survey-connection-field input,.survey-connection-field textarea{color:#37474f;resize:vertical;border:1.5px solid #dee2e6;border-radius:11px;outline:none;width:100%;padding:11px 12px;font-family:inherit;font-size:13.5px}.survey-connection-field input:focus,.survey-connection-field textarea:focus{border-color:#0f70b7;box-shadow:0 0 0 4px #0f70b71a}.survey-connection-copy-row{align-items:flex-start;gap:10px;display:flex}.survey-connection-copy-row input,.survey-connection-copy-row textarea{color:#37474f;border:1.5px solid #dee2e6;border-radius:11px;flex:1;min-width:0;padding:11px 12px;font-family:inherit;font-size:13px}.survey-connection-copy-btn{color:#37474f;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #dee2e6;border-radius:11px;flex-shrink:0;padding:10px 14px;font-family:inherit;font-size:12.5px;font-weight:800}.survey-connection-checks{flex-direction:column;gap:8px;display:flex}.survey-connection-check{color:#37474f;cursor:pointer;align-items:center;gap:8px;font-size:13px;display:inline-flex}.survey-connection-hint{color:#a8b1bb;margin:0;font-size:12.5px;line-height:1.55}.survey-downloads-header{flex-direction:column;gap:6px;display:flex}.survey-downloads-summary{background:#fff;border:1px solid #eef1f3;border-radius:16px;flex-wrap:wrap;gap:24px;padding:16px 20px;display:flex}.survey-downloads-summary-label{text-transform:uppercase;letter-spacing:.04em;color:#a8b1bb;margin-bottom:4px;font-size:11px;font-weight:800;display:block}.survey-downloads-summary strong{color:#37474f;font-size:18px}.survey-downloads-grid{flex-direction:column;gap:12px;display:flex}.survey-download-card{background:#fff;border:1px solid #eef1f3;border-radius:16px;align-items:center;gap:16px;padding:18px 20px;display:flex}.survey-download-card .survey-export-format-icon{flex-shrink:0;display:block}.survey-download-card-body{flex:1;min-width:0}.survey-download-card-body h3{color:#37474f;margin:0 0 4px;font-size:15px;font-weight:800}.survey-download-card-body p{color:#76838f;margin:0;font-size:13px;line-height:1.5}.survey-download-card-meta{color:#a8b1bb;margin-top:6px;font-size:12px;font-weight:600}.survey-download-btn{color:#fff;cursor:pointer;background:#0f70b7;border:none;border-radius:12px;flex-shrink:0;padding:10px 16px;font-family:inherit;font-size:13px;font-weight:800}.survey-download-btn:disabled{color:#a8b1bb;cursor:not-allowed;background:#e8edf1}.survey-downloads-empty,.survey-downloads-toast{color:#76838f;margin:0;font-size:13px;line-height:1.55}.survey-downloads-toast{color:#0f70b7;background:#eaf3fb;border-radius:12px;padding:12px 14px;font-weight:600}.survey-downloads-note{background:#fff;border:1px solid #eef1f3;border-radius:16px;padding:18px 20px}.survey-downloads-note h3{color:#37474f;margin:0 0 10px;font-size:14px;font-weight:800}.survey-downloads-note ul{color:#76838f;margin:0;padding-left:18px;font-size:13px;line-height:1.7}@media (max-width:900px){.survey-integrations-layout,.survey-integration-detail{grid-template-columns:1fr}.survey-integrations-categories{flex-flow:wrap;position:static}}@media (max-width:720px){.survey-download-card{flex-direction:column;align-items:stretch}.survey-download-btn{width:100%}.survey-connection-copy-row{flex-direction:column}}
