:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body,#root{height:100%;margin:0;padding:0;overflow:hidden}@media (max-width: 991px){html,body,#root{overflow-y:auto!important;overflow-x:hidden!important;height:auto!important;min-height:100vh}}.app-main-container,.dashboard-main,.split-layout{height:100vh;overflow:hidden;display:flex;flex-direction:row}.chat-section,.messages-container,.sidebarContent,.preview-section{overflow-y:auto;height:100%;padding-top:64px}*{margin:0;padding:0;box-sizing:border-box}body,html,#root{height:100%;min-height:100vh;margin:0;padding:0;width:100vw}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8f9fb}h2{font-size:2rem;color:#222;margin-bottom:1rem}#root{max-width:none;margin:0;padding:0;text-align:initial;width:100vw;height:100vh}input[type=text],input[type=email],input[type=password],input[type=number],input[type=search],input[type=tel],input[type=url],input[type=date],input[type=time],input[type=datetime-local],textarea,select{background-color:#fff!important;color:#333!important;border:1px solid #d1d1d6;border-radius:8px;padding:10px 12px;width:100%;font-size:14px;transition:border-color .2s ease}input::placeholder,textarea::placeholder{color:#8e8e93!important;opacity:1}input[type=radio],input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff!important;margin:0;width:20px!important;height:20px!important;border:1px solid #d1d1d6!important;display:grid;place-content:center}input[type=radio]{border-radius:50%!important}input[type=checkbox]{border-radius:4px!important}input[type=radio]:before,input[type=checkbox]:before{content:"";width:12px;height:12px;transform:scale(0);transition:.12s transform ease-in-out;background-color:#06c}input[type=radio]:before{border-radius:50%}input[type=checkbox]:before{border-radius:2px}input[type=radio]:checked:before,input[type=checkbox]:checked:before{transform:scale(1)}button{cursor:pointer;border:none;border-radius:8px;font-weight:500;transition:background-color .2s,opacity .2s}button:disabled{opacity:.6;cursor:not-allowed}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.navbar{display:flex;gap:1.5rem;align-items:center;background:#fff;padding:1rem 2rem;border-bottom:1px solid #e5e5ea;box-shadow:0 2px 8px #00000005;border-radius:0 0 16px 16px}.navbar a{color:#007aff;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:background .2s}.navbar a:hover{background:#f2f2f7}.navbar button{background:#ff3b30;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-weight:500;margin-left:auto}.login-container .navbar,.register-container .navbar{display:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-spinner{width:30px;height:30px;border:3px solid rgba(0,102,204,.2);border-radius:50%;border-top-color:#06c;animation:spin 1s ease-in-out infinite}.app-header{width:100%;background:#fff;display:flex;flex-direction:column;align-items:flex-start;box-shadow:none;z-index:10}.header-content{display:flex;align-items:center;padding:0 0 0 24px;height:56px}.header-brand{font-size:1.25rem;font-weight:700;color:#222;margin-left:10px}.sidebar-icon{width:28px;height:28px}.header-divider{width:260px;height:1px;background:#e5e7eb;border:none;margin:0}body,html,#root{background:#fff!important}.auth-split-bg{display:flex;min-height:100vh;width:100vw;background:#f4f6fb}.auth-split-left{flex:1 1 50%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#fff;position:relative;z-index:1}.auth-back-home{position:absolute;top:2.2rem;left:2.2rem;color:#2563eb;font-size:1.08rem;text-decoration:none;font-weight:500;transition:color .2s}.auth-back-home:hover{color:#1746a2;text-decoration:underline}.auth-form-card{width:100%;max-width:370px;border-radius:18px;padding:2.5rem 2rem 2rem;display:flex;flex-direction:column;align-items:flex-start;margin-top:2rem}.auth-logo-icon{font-size:2.1rem;color:#2563eb;font-weight:700;margin-bottom:1.2rem;display:flex;align-items:center;gap:.5rem}.auth-logo{height:2.1rem}.auth-title{font-size:1.7rem;font-weight:700;margin-bottom:.7rem;color:#181c32;text-align:left}.auth-desc{color:#444;font-size:1.05rem;margin-bottom:1.5rem;text-align:left;max-width:350px}.auth-form{width:100%;display:flex;flex-direction:column;gap:.7rem;margin-bottom:1.2rem}.auth-label{font-size:1rem;font-weight:700;margin-bottom:.2rem;display:flex;flex-direction:column;gap:.2rem}.auth-input{padding:.7rem 1rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;background:#f7f8fa;outline:none;transition:border .2s}.auth-input:focus{background:#fff;border-color:#2563eb}.auth-form-row{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:.5rem}.auth-remember{font-size:.97rem;color:#444;display:flex;align-items:center;gap:.3rem;cursor:pointer}.auth-forgot{color:#2563eb;font-size:.97rem;text-decoration:none;font-weight:500}.auth-forgot:hover{text-decoration:underline}.auth-btn{width:100%;padding:.9rem 1rem;border-radius:8px;font-size:1.1rem;font-weight:600;border:none;margin-bottom:1.2rem;cursor:pointer;transition:background .2s}.auth-btn-blue{background:#2563eb;color:#fff}.auth-btn-blue:hover{background:#1746a2}.auth-divider-row{display:flex;align-items:center;width:100%;margin:1.2rem 0}.auth-divider{flex:1;height:1px;background:#e5e5ea}.auth-or{margin:0 1rem;color:#888;font-size:1rem;font-weight:500}.auth-btn-social{display:flex;align-items:center;justify-content:center;gap:.7rem;background:#fff;color:#222;border:1.5px solid #e5e5ea;font-weight:500;margin-bottom:1.2rem;transition:border .2s,background .2s}.auth-btn-social:hover{background:#f7f8fa;border:1.5px solid #2563eb}.auth-btn-google{font-size:1.08rem}.auth-social-icon{width:1.3em;height:1.3em}.auth-alt-links{text-align:left;margin-top:.7rem;color:#222;font-size:1rem}.auth-alt-links a{color:#2563eb;text-decoration:none;font-weight:500}.auth-alt-links a:hover{text-decoration:underline}.auth-split-right{flex:1 1 50%;display:flex;align-items:stretch;justify-content:stretch;background:linear-gradient(135deg,#1e2a78,#2563eb);position:relative;overflow:hidden}.auth-abstract-bg{width:100%;height:100%;position:relative;display:flex;flex-wrap:wrap;align-items:stretch;justify-content:stretch}.shape{position:absolute;border-radius:12px;opacity:.7}.shape1{width:120px;height:120px;background:#2d3a8c;top:40px;left:60px}.shape2{width:80px;height:80px;background:#2563eb;top:200px;left:180px;border-radius:50%}.shape3{width:60px;height:60px;background:#fff;bottom:80px;right:120px}.shape4{width:100px;height:40px;background:#1e2a78;bottom:40px;left:80px}.shape5{width:60px;height:100px;background:#3b82f6;top:120px;right:60px}@media (max-width: 900px){.auth-split-bg{flex-direction:column}.auth-split-left,.auth-split-right{flex:1 1 100%;min-width:0;min-height:300px}.auth-form-card{margin-top:1rem;padding:1.5rem 1rem 1rem}.auth-back-home{top:1rem;left:1rem}}.login-container{display:flex;min-height:100vh;background-color:#fff}.login-left{width:50%;float:left}.login-form-container{width:100%;max-width:500px;margin:70px auto 0}.logo-container{padding:2rem 0rem 0 5rem}.welcome-section{margin-bottom:2rem}.welcome-section h1{font-size:2rem;font-weight:200;color:#111827;margin-bottom:1rem}.welcome-section p{color:#6b7280;font-size:16px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#374151;font-size:14px;font-weight:500}.form-group input{padding:.75rem 2.5rem;border:1px solid #d1d1d6;border-radius:8px;width:100%;font-size:14px;background-color:#fff!important;color:#333!important;transition:border-color .2s}.form-group input::placeholder{color:#8e8e93!important;opacity:1}.form-group input:focus{outline:none;border-color:#06c;box-shadow:0 0 0 1px #06c3}.form-group input.error{border-color:#d32f2f;background-color:#fff}.form-group input.error:focus{border-color:#d32f2f;box-shadow:0 0 0 3px #d32f2f1a}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.remember-me{display:flex;align-items:center;gap:.5rem;font-size:14px;color:#4b5563;cursor:pointer;background:#fff;position:relative}.remember-text{position:relative}.tooltip-text{visibility:hidden;position:absolute;z-index:10;width:250px;background-color:#4b5563;color:#fff;text-align:center;border-radius:6px;padding:8px 12px;font-size:12px;line-height:1.4;bottom:125%;left:50%;margin-left:-125px;opacity:0;transition:opacity .3s;box-shadow:0 2px 5px #0003}.tooltip-text:after{content:"";position:absolute;top:100%;left:25%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#4b5563 transparent transparent transparent}.remember-text:hover .tooltip-text{visibility:visible;opacity:1}.remember-me input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff!important;margin:0;width:18px!important;height:18px!important;border:1px solid #d1d1d6!important;border-radius:4px!important;display:grid;place-content:center;cursor:pointer}.remember-me input[type=checkbox]:before{content:"";width:10px;height:10px;transform:scale(0);transition:.12s transform ease-in-out;background-color:#06c;border-radius:2px}.remember-me input[type=checkbox]:checked:before{transform:scale(1)}.remember-info,.remember-info .info-icon,.remember-info span{display:none}.forgot-password{color:#2563eb;text-decoration:none;font-size:14px;font-weight:500}.sign-in-btn{width:100%;padding:.75rem;background-color:#2563eb;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s}.sign-in-btn:hover{background-color:#1d4ed8}.divider{position:relative;text-align:center;margin:1.5rem 0}.divider:before,.divider:after{content:"";position:absolute;top:50%;width:30%;height:1px;background-color:#e5e7eb}.divider:before{left:0}.divider:after{right:0}.divider span{background-color:#fff;padding:0 10px;color:#6b7280;font-size:14px}.google-btn{width:100%;padding:.75rem;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:background-color .2s;color:#000;font-weight:100}.google-btn:hover{background-color:#f9fafb}.google-btn img{width:18px;height:18px}.signup-prompt{text-align:center;margin-top:1.5rem;color:#4b5563;font-size:14px}.signup-prompt a{color:#2563eb;text-decoration:none;font-weight:500}.login-right{flex:1;background-color:#2563eb;color:#fff;position:relative}.right-content{width:50%;float:left;padding-left:4rem;margin-top:100px}.right-content h2{font-size:32px;font-weight:500;margin-bottom:.5rem;color:#fff}.right-content p{font-size:18px;opacity:.9;line-height:1.5}.right-image{max-width:80%;height:auto}@media (max-width: 992px){.login-container{flex-direction:column!important;display:flex!important}.login-left{width:100%!important;float:none!important;min-width:0!important;max-width:100%!important;order:1;padding:0 2rem;margin-bottom:50px}.login-right{width:100%!important;float:none!important;min-width:0!important;max-width:100%!important;order:2}.logo-container{display:flex!important;justify-content:center!important;align-items:center!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important;padding:2rem 0rem 0}.logo-container .logo{width:150px}.login-form-container{margin-top:50px}}.input-icon-container{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:10px;width:20px;height:20px}.form-group input{padding-left:40px}.error-message{background-color:#fef2f2;color:#b91c1c;padding:12px 16px;border-radius:8px;margin:10px 0 20px;font-size:14px;text-align:left;border:1px solid #fee2e2;display:flex;align-items:flex-start;position:relative;line-height:1.5}.error-message:before{content:"⚠️";margin-right:10px;font-size:16px}.sign-in-btn:disabled,.google-btn:disabled{opacity:.7;cursor:not-allowed}.form-group input:disabled{background-color:#f3f4f6;cursor:not-allowed}.success-message{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#15803d;border-radius:8px;padding:16px;text-align:left;margin-bottom:24px;animation:fadeIn .3s ease;box-shadow:0 1px 2px #0000000d;position:relative}.success-message p{font-size:15px;margin-bottom:15px;font-weight:500;padding-left:28px;line-height:1.5}.success-message p:first-child:before{content:"✓";position:absolute;left:16px;top:16px;font-size:16px;background-color:#15803d;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}.redirect-text{font-size:14px!important;color:#15803d!important;margin-top:15px!important;font-weight:400!important;padding-left:0!important;text-align:center}.loader{width:36px;height:36px;margin:10px auto;border:3px solid rgba(22,163,74,.2);border-top-color:#16a34a;border-radius:50%;animation:spin 1s linear infinite}.loader-button{display:flex;align-items:center;justify-content:center;position:relative}.loader-button:after{content:"";width:16px;height:16px;margin-left:10px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.terms-error span{color:#b91c1c}.terms-error input[type=checkbox]{border-color:#ef4444!important}.form-group input.error{border-color:#ef4444!important;background-color:#fef2f2!important}.form-group input.error:focus{border-color:#ef4444!important;box-shadow:0 0 0 1px #ef444433!important}.google-login-container{width:100%;margin-bottom:1rem;display:flex;justify-content:center}.google-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:12px 16px;background-color:#fff;color:#333;border:1px solid #ddd;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-bottom:1.5rem;box-shadow:0 1px 3px #00000014}.google-btn:hover{background-color:#f5f5f5;border-color:#ccc}.google-btn img{width:20px;height:20px;margin-right:10px}.google-btn:disabled{opacity:.7;cursor:not-allowed}._dashboardContainer_o9h98_1{min-height:100vh;background:#f8f9fb;display:flex;align-items:center;justify-content:center}._centeredContent_o9h98_9{text-align:center;width:100%;max-width:600px;margin:0 auto}._welcomeTitle_o9h98_16{font-size:2.5rem;font-weight:600;color:#222;margin-bottom:.5rem;letter-spacing:-1px}._userName_o9h98_24{color:#2563eb;font-weight:700}._subtitle_o9h98_29{font-size:1.15rem;color:#6b7280;margin-bottom:2.5rem;font-weight:400}._createSurveyBtn_o9h98_36{background:#2563eb;color:#fff;font-size:1.1rem;font-weight:600;border:none;border-radius:24px;padding:.9rem 2.5rem;cursor:pointer;box-shadow:0 2px 8px #2563eb14;transition:background .2s,box-shadow .2s}._createSurveyBtn_o9h98_36:hover{background:#1749b1;box-shadow:0 4px 16px #2563eb1f}@media (min-width: 992px){._dashboardContainer_o9h98_1{min-height:100vh;background:#f8f9fb;display:flex;align-items:center;justify-content:center;padding:0 40px}._welcomeTitle_o9h98_16{font-size:3rem;margin-bottom:1.5rem}._subtitle_o9h98_29{font-size:1.25rem;margin-bottom:2rem}._createSurveyBtn_o9h98_36{font-size:1.2rem;border-radius:32px}}.survey-page{display:flex;height:100vh;position:relative;overflow:hidden}.survey-page.split-layout{display:flex;width:100%;height:100vh;overflow:hidden}.chat-section{flex:1 1 300px;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;height:100%;min-width:320px;background:#f8f9fb}.survey-section{padding:20px;overflow-y:auto;background-color:#fff;height:100vh;min-width:100px}.messages-container{flex:1 1 auto;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px}.preview-section{flex:2 1 100px;height:100%;overflow:auto;background-color:#f8f9fa}.chat-message{display:flex;gap:12px;margin-bottom:16px}.chat-message.assistant{justify-content:flex-start}.message-bubble{display:inline-block;max-width:70vw;min-width:48px;padding:12px 18px;border-radius:16px;font-size:15px;line-height:1.6;box-shadow:0 1px 4px #3c3c3c0a;word-break:break-word;background:#e1f5fe;color:#1f2937}.chat-message.user .message-bubble{background:#e1f5fe;color:#1f2937;align-self:flex-end}.chat-message.assistant .message-bubble{background:#fff;color:#1f2937;align-self:flex-start}.message-content{font-size:14px;line-height:1.6;color:inherit}.message-input{display:flex;gap:8px;padding:12px;background:#fff;border:1px solid #e5e7eb;margin-top:0;position:sticky;bottom:0;z-index:2}.input-field{flex:1;border:none;outline:none;font-size:14px;padding:8px;background-color:#fff!important;color:#333!important}.send-button{background-color:#3b82f6;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer}.survey-preview{height:100%;display:flex;flex-direction:column}.preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.preview-header h2{font-size:16px;font-weight:600;color:#111827}.edit-button{display:flex;align-items:center;gap:8px;padding:6px 12px;border:none;background:none;color:#3b82f6;cursor:pointer;font-size:14px}.questions-container{flex:1;overflow-y:auto}.question{margin-bottom:24px}.question h3{font-size:14px;font-weight:500;color:#111827;margin-bottom:12px}.radio-option,.checkbox-option{display:flex;align-items:center;gap:8px;padding:8px 0;cursor:pointer}.season-select{width:100%;padding:8px;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;color:#1f2937}.budget-slider{padding:0 8px}.budget-slider input[type=range]{width:100%;margin:8px 0}.budget-labels{display:flex;justify-content:space-between;font-size:14px;color:#6b7280}.publish-button{width:100%;padding:12px;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;margin-top:24px}.publish-button:hover{background-color:#2563eb}.loading{display:flex;align-items:center;justify-content:center;height:100vh;font-size:16px;color:#6b7280}.loading:after{content:"";width:20px;height:20px;margin-left:12px;border-radius:50%;border:2px solid #e5e7eb;border-top-color:#3b82f6;animation:spin .8s linear infinite}.loading-preview{display:flex;align-items:center;justify-content:center;height:100%;color:#666;font-size:16px}.login-link{color:#3b82f6;text-decoration:underline;font-weight:500}.login-link:hover{text-decoration:none}@media (max-width: 1024px){.survey-page.split-layout{flex-direction:column;height:auto;min-height:100vh}.chat-section,.preview-section{max-width:100%;width:100%;min-width:0;flex:1;padding:16px;height:auto;min-height:50vh;overflow-y:auto}.preview-section{border-top:1px solid #e5e7eb;border-left:none}}@media (max-width: 640px){.chat-section,.preview-section{padding:12px;height:auto}.messages-container{padding:12px}}@media (max-width: 600px){.message-bubble{max-width:90vw;font-size:14px;padding:10px 12px}}.embedded-form-container{height:100%;display:flex;flex-direction:column;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.embedded-form-iframe{flex:1;min-height:500px;position:relative}.embedded-form-iframe iframe{width:100%;height:100%;border:none;border-radius:8px}.iframe-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:16px}.iframe-loading .spinner{width:40px;height:40px;border:3px solid rgba(0,102,204,.1);border-top-color:#06c;border-radius:50%;animation:spin 1s linear infinite}.iframe-loading p{color:#666;font-size:14px;margin:0}.survey-preview-footer{padding:16px;border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end;gap:12px}.view-google-form-btn,.finish-survey-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.view-google-form-btn{color:#1a73e8;background-color:transparent;border:1px solid #1a73e8;text-decoration:none}.view-google-form-btn:hover{background-color:#1a73e80a}.finish-survey-btn{color:#fff;background-color:#1a73e8;border:none}.finish-survey-btn:hover{background-color:#1557b0}.btn-icon{width:16px;height:16px}.error{padding:20px;color:#ef4444}.edit-question-textarea{width:100%;font-size:16px;border:none;outline:none;background:transparent;margin:0;color:#222;resize:none;min-height:40px;line-height:1.5;padding:12px 0 0;box-sizing:border-box;display:block}.edit-question-box{background:#fff;border:1.5px solid #1976d2;border-radius:12px;padding:0 16px;margin:8px 0;box-shadow:0 1px 4px #3c3c3c0a;display:flex;flex-direction:column;gap:0;min-height:56px;justify-content:center}.edit-actions-row{display:flex;justify-content:space-between;align-items:center;margin-top:0;padding-bottom:8px}.discard-btn{background:none;border:none;color:#757575;font-size:15px;cursor:pointer;display:flex;align-items:center;gap:4px;padding:0}.add-btn{background:none;border:none;color:#1976d2;font-size:15px;cursor:pointer;display:flex;align-items:center;gap:4px;padding:0}.add-btn:disabled{color:#bdbdbd;cursor:not-allowed}.typing-indicator{display:flex!important;align-items:center;gap:4px;height:32px;min-width:50px;width:auto;padding:0 15px;background:#f0f0f0!important}.typing-indicator span{height:8px;width:8px;border-radius:50%;background:#888;display:block;opacity:.4}.typing-indicator span:nth-child(1){animation:typing 1s infinite 0s}.typing-indicator span:nth-child(2){animation:typing 1s infinite .2s}.typing-indicator span:nth-child(3){animation:typing 1s infinite .4s}@keyframes typing{0%{transform:translateY(0);opacity:.4}50%{transform:translateY(-5px);opacity:.8}to{transform:translateY(0);opacity:.4}}.chat-message.typing .message-bubble{background-color:#f0f0f0}@media (min-width: 1200px) and (max-width: 1500px){.survey-page,.survey-page.split-layout{max-width:100%}}.chat-message{display:flex;align-items:center;margin:16px 0;gap:8px;max-width:90%}.chat-message.user{margin-left:auto;flex-direction:row-reverse}.chat-message.assistant{margin-right:auto}.message-content{font-size:14px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.message-content p{margin:0;padding:4px 0}.message-content p:first-child{padding-top:0}.message-content p:last-child{padding-bottom:0}.user-icon img,.assistant-icon img{width:34px;height:34px;object-fit:cover}.survey-preview{margin-top:12px;border-radius:10px;overflow:hidden;background-color:#f0f7ff;box-shadow:0 1px 3px #0000000d;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.survey-preview-header{padding:16px 20px;background-color:#fff;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #eaeaea}.preview-header-content{flex:1}.preview-header-actions{display:flex;gap:8px}.survey-preview-header h3{font-size:17px;font-weight:600;margin:0 0 6px;color:#1d1d1f}.survey-preview-header p{font-size:14px;margin:0;color:#666;line-height:1.4}.survey-preview-questions{padding:0;max-height:380px;overflow-y:auto;background-color:#fff}.survey-preview-question{display:flex;padding:16px 20px;border-bottom:1px solid #eaeaea;align-items:flex-start;position:relative;transition:background-color .2s;background-color:#fff}.survey-preview-question:hover{background-color:#fafafa}.survey-preview-question:last-child{border-bottom:none}.question-drag-handle{display:flex;align-items:center;margin-right:12px;cursor:grab;color:#ddd;padding:4px}.question-drag-handle:hover{color:#06c}.question-content{flex:1;padding-right:16px}.question-header{display:flex;align-items:flex-start;width:100%}.question-text{margin:0;font-size:15px;font-weight:500;color:#1d1d1f;line-height:1.4;flex:1}.question-type-badge{display:inline-flex;align-items:center;justify-content:center;background-color:#f0f7ff;color:#06c;font-size:12px;font-weight:500;padding:6px 14px;border-radius:100px;white-space:nowrap;border:1px solid #d1e3ff}.question-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.question-edit-btn,.question-delete-btn{background:none;border:none;cursor:pointer;color:#999;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.question-edit-btn:hover{background-color:#f0f7ff;color:#1a73e8}.question-delete-btn:hover{background-color:#fff0f0;color:#e53e3e}.survey-preview-footer{padding:16px 20px;background-color:#fff;display:flex;justify-content:flex-end;gap:12px;border-top:1px solid #eaeaea}.finish-survey-btn{display:flex;align-items:center;gap:8px;padding:12px 16px;background-color:#06c;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .2s;font-size:14px}.finish-survey-btn:hover{background-color:#0052a3}.finish-survey-btn:disabled{background-color:#a8e4b8;cursor:not-allowed}.finish-survey-btn .btn-icon{stroke:#fff}.finish-survey-btn.success-btn{background-color:#34c759;box-shadow:0 2px 8px #34c7594d}.finish-survey-btn.success-btn:hover{background-color:#2eb250}.btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s infinite linear;margin-right:8px}.btn-icon{margin-right:8px;stroke:currentColor}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-message{animation:slideIn .3s ease forwards}.embedded-form-container{display:flex;flex-direction:column;height:100%;background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.embedded-form-header{padding:16px 20px;background-color:#f0f7ff;border-bottom:1px solid #e1e1e1}.embedded-form-header h3{font-size:17px;font-weight:600;margin:0 0 6px;color:#06c}.embedded-form-header p{font-size:14px;margin:0;color:#666}.embedded-form-iframe{flex:1;min-height:400px;position:relative;overflow:hidden}.view-google-form-btn{display:flex;align-items:center;gap:8px;padding:12px 16px;background-color:#f0f7ff;color:#06c;border:1px solid #d1e3ff;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;text-decoration:none;transition:background-color .2s}.view-google-form-btn:hover{background-color:#e1f0ff}.view-google-form-btn .btn-icon{stroke:#06c}.survey-preview .no-questions-message{text-align:center;padding:30px 20px;background-color:#f9f9f9;margin:20px 0;border-radius:8px;color:#666;font-style:italic}.published-form-link{margin-top:24px;background-color:#f0f7ff;border-radius:8px;padding:16px}.survey-published-success{margin-top:16px;margin-bottom:16px;background-color:#f0f9f0;border:1px solid #d4e9d4;border-radius:8px;padding:16px}.survey-published-success .success-message{display:flex;align-items:center;margin-bottom:12px;font-weight:500;color:#2e7d32}.survey-published-success .success-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:#4caf50;color:#fff;border-radius:50%;margin-right:8px;font-size:12px}.survey-published-success .form-link-container{display:flex;align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;overflow:hidden}.survey-published-success input{flex:1;padding:8px 12px;border:none;font-size:14px;color:#333;background:transparent}.survey-published-success input:focus{outline:none}.survey-published-success .copy-link-btn{background-color:#1a73e8;color:#fff;border:none;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;transition:background-color .2s}.survey-published-success .copy-link-btn:hover{background-color:#1557b0}.success-message{display:flex;align-items:center;margin-bottom:12px;color:#4caf50;font-weight:500}.success-message svg{margin-right:8px}.form-link-container{display:flex;align-items:center;gap:8px}.form-url-input{flex:1;padding:10px 12px;border:1px solid #d1e3ff;border-radius:4px;font-size:14px;background-color:#fff}.copy-link-button{background-color:#06c;color:#fff;border:none;border-radius:4px;padding:10px 16px;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;transition:background-color .2s}.copy-link-button:hover{background-color:#0052a3}.question-item{padding-bottom:24px;border-bottom:1px solid #e0e0e0}.question-number{margin-right:4px;font-weight:500;color:#333}.editable-options{display:flex;flex-direction:column;gap:8px;margin-top:8px;margin-bottom:8px}.option-edit-row{display:flex;align-items:center;background:#f6faff;border:1.5px solid #e3eaf3;border-radius:10px;padding:10px 14px;margin-bottom:10px;transition:box-shadow .2s,border-color .2s;position:relative;min-height:44px;box-shadow:0 1px 2px #00000008}.option-edit-row:focus-within{box-shadow:0 0 0 2px #06c2;border-color:#06c}.option-drag-handle{display:flex;align-items:center;justify-content:center;margin-right:12px;color:#c7d7ee;cursor:grab;font-size:18px;width:18px;height:32px;-webkit-user-select:none;user-select:none}.option-edit-input{flex:1;border:none;background:transparent;font-size:15px;color:#1d1d1f;outline:none;padding:4px 0;min-width:0}.option-edit-input:focus{background:#fff}.option-edit-btn,.option-delete-btn{background:none;border:none;color:#b0b0b0;font-size:18px;margin-left:8px;cursor:pointer;border-radius:4px;padding:4px 6px;display:flex;align-items:center;transition:background .2s,color .2s}.option-edit-btn:hover{background:#f0f7ff;color:#06c}.option-delete-btn:hover{background:#fff0f0;color:#e53e3e}.option-add-btn{width:100%;background:#fafdff;color:#06c;border:2px dashed #c7d7ee;border-radius:10px;font-size:16px;font-weight:500;padding:14px 0;margin-top:10px;margin-bottom:0;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s,border-color .2s,color .2s}.option-add-btn:hover{background:#eaf3fb;border-color:#06c;color:#0052a3}.edit-question-box{background:linear-gradient(135deg,#fafdff,#f5f8fa);border:1.5px solid #c7d7ee;border-radius:18px;box-shadow:0 4px 24px #002a781a,0 1.5px 4px #0000000a;padding:28px 28px 18px;margin-bottom:28px;margin-top:10px;display:flex;flex-direction:column;gap:0;transition:border-color .2s,box-shadow .2s,background .2s;position:relative}.edit-question-box:focus-within{border-color:#06c;box-shadow:0 0 0 3px #06c2,0 4px 24px #002a7821;background:linear-gradient(135deg,#f7faff,#eaf3fb)}.edit-question-input{width:100%;font-size:17px;padding:14px 18px;border:none;border-radius:10px;background:#fff;color:#1d1d1f;margin-bottom:18px;outline:none;box-shadow:0 1px 2px #00000008;transition:box-shadow .2s}.edit-question-input:focus{box-shadow:0 0 0 2px #06c2,0 1px 2px #0000000a}.edit-question-box:after{content:"";display:block;height:1px;width:100%;background:linear-gradient(90deg,#e3eaf3,#fafdff);margin-bottom:14px;margin-top:-6px}.edit-actions-row{display:flex;justify-content:flex-end;gap:12px;margin-bottom:0;margin-top:0;padding-top:0}.add-btn{background:linear-gradient(90deg,#06c,#338fff);color:#fff;border:none;border-radius:8px;padding:8px 20px;font-size:16px;font-weight:600;cursor:pointer;box-shadow:0 1px 2px #0000000a;transition:background .2s,box-shadow .2s}.add-btn:disabled{background:#b3d4fc;color:#fff;cursor:not-allowed;box-shadow:none}.add-btn:hover:not(:disabled){background:linear-gradient(90deg,#0052a3,#338fff);box-shadow:0 2px 8px #0066cc1a}.discard-btn{background:#fff0f0;color:#e53e3e;border:none;border-radius:8px;padding:8px 20px;font-size:16px;font-weight:600;cursor:pointer;box-shadow:0 1px 2px #e53e3e0a;transition:background .2s,color .2s,box-shadow .2s}.discard-btn:hover{background:#ffe5e5;color:#b91c1c;box-shadow:0 2px 8px #e53e3e14}.delete-tooltip{position:absolute;left:50%;bottom:120%;transform:translate(-50%);min-width:140px;background:#fff;border:1.5px solid #e53e3e;color:#e53e3e;border-radius:10px;padding:7px 12px;box-shadow:0 4px 16px #e53e3e1a,0 1px 4px #2563eb0f;display:flex;align-items:center;gap:8px;z-index:30;font-size:.97rem;font-weight:500;white-space:nowrap;transition:box-shadow .18s,border-color .18s}.delete-tooltip:before{content:"";position:absolute;left:50%;top:100%;transform:translate(-50%);width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:9px solid #e53e3e}.confirm-btn,.cancel-btn{background:none;border:none;color:#2563eb;font-weight:700;cursor:pointer;margin-left:7px;font-size:.97rem;padding:3px 8px;border-radius:7px;transition:background .18s,color .18s,box-shadow .18s;outline:none;box-shadow:none}.confirm-btn{color:#fff;background:linear-gradient(90deg,#e53e3e,#ff6b47);border:none;font-weight:700;box-shadow:0 2px 8px #e53e3e14}.confirm-btn:hover{background:linear-gradient(90deg,#ff6b47,#e53e3e);color:#fff;box-shadow:0 4px 16px #e53e3e21}.cancel-btn{color:#222;background:#f3f4f6;border:1.5px solid #e5e7eb;font-weight:600}.cancel-btn:hover{background:#eaf1ff;color:#2563eb;border-color:#2563eb33}.survey-header{margin-bottom:24px;position:relative}.survey-header h2{font-size:24px;color:#252525;margin:0 0 8px;font-weight:500}.survey-header p{font-size:14px;color:#555;margin:0;line-height:1.5}.survey-questions{margin-bottom:32px}.question-item{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e0e0e0}.question-item:last-child{border-bottom:none}.question-header{display:flex;align-items:flex-start}.question-number{margin-right:4px;font-weight:500}.question-text{flex-grow:1;font-weight:500;line-height:1.4}.question-type{display:inline-block;font-size:12px;background-color:#f0f0f0;color:#555;padding:4px 8px;border-radius:4px;margin:8px 0}.multiple-choice{display:flex;flex-direction:column;gap:8px}.option-item{display:flex;align-items:center}.option-item input[type=radio]{margin-right:8px}.short-answer input{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;font-size:14px}.long-answer textarea{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;font-size:14px;resize:vertical}.linear-scale{margin-top:16px}.scale-labels{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.scale-options{display:flex;justify-content:space-between;flex:1;margin:0 16px}.scale-option{display:flex;flex-direction:column;align-items:center}.min-label,.max-label{font-size:14px;color:#555}.scale-descriptions{display:flex;justify-content:space-between;font-size:12px;color:#777;margin-top:4px}.survey-actions{display:flex;justify-content:flex-end}.submit-button{background-color:#1a73e8;color:#fff;border:none;border-radius:4px;padding:8px 24px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.submit-button:hover{background-color:#0d66d0}.question-body{margin-top:8px}@media (max-width: 600px){.survey-form{padding:16px}.survey-header h2{font-size:20px}}.survey-title{font-size:24px;font-weight:500;color:#1d1d1f;margin-bottom:8px}.survey-description{font-size:16px;color:#666;line-height:1.5}.questions-list{display:flex;flex-direction:column;gap:24px}.question-container{display:flex;flex-direction:column;gap:12px}.question-label{font-size:16px;font-weight:500;color:#1d1d1f}.question-input{margin-top:8px}.short-answer-input,.paragraph-input{width:100%;padding:12px;border:1px solid #e1e1e1;border-radius:8px;font-size:14px;transition:border-color .2s;background-color:#fff!important;color:#333!important}.short-answer-input:focus,.paragraph-input:focus{border-color:#06c;outline:none;box-shadow:0 0 0 1px #06c3}.short-answer-input::placeholder,.paragraph-input::placeholder{color:#8e8e93!important;opacity:1}.paragraph-input{resize:vertical;min-height:100px}.multiple-choice-option{display:flex;align-items:center;gap:8px;padding:12px;border:1px solid #e1e1e1;border-radius:8px;margin-bottom:8px;cursor:pointer;transition:all .2s;background-color:#fff!important}.multiple-choice-option:hover{background:#f5f5f7!important}.multiple-choice-option input[type=radio]{width:18px;height:18px;margin:0;accent-color:#0066CC;background-color:#fff!important;border:1px solid #d1d1d6}.multiple-choice-option span{font-size:14px;color:#1d1d1f!important}.checkbox-option{display:flex;align-items:center;gap:8px;padding:12px;border:1px solid #e1e1e1;border-radius:8px;margin-bottom:8px;cursor:pointer;transition:all .2s;background-color:#fff!important}.checkbox-option:hover{background:#f5f5f7!important}.checkbox-option input[type=checkbox]{width:18px;height:18px;margin:0;accent-color:#0066CC;background-color:#fff!important;border:1px solid #d1d1d6}.checkbox-option span{font-size:14px;color:#1d1d1f!important}.scale-input{width:100%;height:6px;-webkit-appearance:none;background:#e1e1e1;border-radius:3px;margin:20px 0}.scale-input::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;background:#06c;border-radius:50%;cursor:pointer}.scale-labels{display:flex;justify-content:space-between;font-size:14px;color:#666}.submit-survey{background:#06c;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s}.submit-survey:hover{background:#0052a3}.submit-survey:active{background:#004080}.required-indicator{color:#ff3b30;margin-left:4px}input,textarea,select{font-family:inherit}.question-input input[type=radio],.question-input input[type=checkbox]{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background-color:#fff!important;margin:0;width:20px!important;height:20px!important;border:1px solid #d1d1d6!important;display:grid!important;place-content:center!important}.question-input input[type=radio]{border-radius:50%!important}.question-input input[type=checkbox]{border-radius:4px!important}.question-input input[type=radio]:before,.question-input input[type=checkbox]:before{content:"";width:12px;height:12px;transform:scale(0);transition:.12s transform ease-in-out;background-color:#06c}.question-input input[type=radio]:before{border-radius:50%}.question-input input[type=checkbox]:before{border-radius:2px}.question-input input[type=radio]:checked:before,.question-input input[type=checkbox]:checked:before{transform:scale(1)}.question-input .short-answer-input,.question-input .paragraph-input{background-color:#fff!important;color:#333!important;border:1px solid #d1d1d6!important}.question-input .multiple-choice-option span,.question-input .checkbox-option span{color:#333!important;font-size:14px!important}.question-input .multiple-choice-option,.question-input .checkbox-option{background-color:#fff!important;border:1px solid #e1e1e1!important}@supports (-webkit-appearance: none){.question-input input[type=radio],.question-input input[type=checkbox]{background-color:#fff!important}}.preview-mode .question-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;width:100%}.preview-mode .question-type-badge{background-color:#f0f7ff;color:#06c;font-size:12px;font-weight:500;padding:4px 12px;border-radius:100px;white-space:nowrap;border:1px solid #d1e3ff}.preview-badge-container{position:relative;display:inline-block;margin-bottom:16px}.preview-badge{display:inline-block;background-color:#fee;color:#ff3b30;font-size:13px;font-weight:600;padding:6px 14px;border-radius:6px;border:1px solid #ffcccc;z-index:100;box-shadow:0 2px 4px #ff3b301a;text-transform:uppercase;letter-spacing:.5px;cursor:help}.preview-tooltip{position:absolute;top:calc(100% + 8px);left:0;width:280px;background-color:#333;color:#fff;padding:10px 14px;border-radius:6px;font-size:13px;line-height:1.5;z-index:1000;box-shadow:0 4px 12px #00000026;animation:fadeIn .2s ease}.preview-tooltip:before{content:"";position:absolute;bottom:100%;left:20px;border-width:6px;border-style:solid;border-color:transparent transparent #333 transparent}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.preview-mode .survey-header{position:relative}.preview-mode .question-container{padding:16px;border:1px solid #e1e1e1;border-radius:8px;background-color:#fff;transition:all .2s}.preview-mode .question-container:hover{border-color:#c7c7c7;box-shadow:0 2px 4px #0000000d}.preview-mode .submit-survey{opacity:.7;cursor:not-allowed}.preview-mode .submit-survey:hover{background:#06c}.scale-container{padding:10px 0;width:100%}.scale-options{display:flex;justify-content:space-between;margin:10px 0;flex:1}.scale-option{display:flex;flex-direction:column;align-items:center;gap:4px}.scale-option input[type=radio]{margin:0}.scale-option span{font-size:12px}.scale-labels{display:flex;align-items:center;justify-content:space-between;width:100%;color:#666;gap:10px}.scale-min-value,.scale-max-value{font-size:14px;font-weight:500;color:#1d1d1f}.scale-end-labels{display:flex;justify-content:space-between;margin-top:6px;color:#666;font-size:13px;font-style:italic}.scale-min-label,.scale-max-label{max-width:40%}.question-type-badge{display:inline-flex;align-items:center;justify-content:center;font-size:12px;padding:4px 12px;border-radius:20px;background-color:#f0f7ff;color:#06c;white-space:nowrap;font-weight:500}.question-type-badge.unknown-type{background-color:#fff0ec;color:#ff6b47}.unknown-type-badge{margin-top:10px}.unknown-type-note{font-size:12px;color:#666;margin-top:6px;font-style:italic}.no-questions-message{text-align:center;padding:40px 20px;background-color:#f9f9f9;border-radius:8px;color:#666;font-style:italic}.no-options{display:inline-block;margin:10px 0;padding:8px 16px;background-color:#fff0ec;color:#ff6b47;border-radius:6px;font-size:13px}.dropdown-select{width:100%;padding:12px;border:1px solid #e1e1e1;border-radius:8px;font-size:14px;color:#1d1d1f;background-color:#fff;cursor:not-allowed}.date-input,.time-input{width:100%;max-width:200px;padding:12px;border:1px solid #e1e1e1;border-radius:8px;font-size:14px;color:#1d1d1f;background-color:#fff;cursor:not-allowed}.file-upload-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background-color:#f0f7ff;color:#06c;border:1px solid #d1e3ff;border-radius:8px;font-size:14px;font-weight:500;cursor:not-allowed;opacity:.8}.file-upload-note{margin-top:8px;font-size:12px;color:#8e8e93;font-style:italic}.grid-note{display:flex;align-items:center;gap:10px;padding:16px;background-color:#f0f7ff;border:1px dashed #d1e3ff;border-radius:8px;color:#06c;font-size:14px}.question-type-badge{display:inline-block;padding:4px 8px;background-color:#f0f7ff;color:#06c;border-radius:4px;font-size:12px;margin-top:8px}.chat-section{position:relative;padding-bottom:80px;height:100%;overflow:hidden}.messages-container{overflow-y:auto;height:100%;padding-bottom:80px}.message-input-wrapper{position:absolute;left:0;right:0;bottom:0;z-index:10;background:#f6f7fa;padding:12px 0;box-shadow:0 -2px 12px #2563eb0a}.message-input-inner{width:100%;padding:0 12px}.message-input{display:flex;align-items:center;width:100%;position:relative;border:none;border-radius:14px;overflow:hidden;height:48px;background:transparent}.input-wrapper{flex:1;position:relative;overflow:hidden}.button-wrapper{width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin:auto 0}.message-input .input-field{border:1px solid #d1d1d6!important;border-radius:14px;height:48px;width:100%;box-sizing:border-box;transition:border-color .2s;outline:none}.message-input .input-field:focus-within,.message-input .input-field:hover{border:1.5px solid #2563eb!important;box-shadow:none!important;outline:none!important}.preview-button{align-self:flex-end;display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:#f0f7ff;color:#06c;border:1px solid #d1e3ff;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.preview-button svg{transition:transform .2s}.preview-button:hover{background-color:#e1f0ff}.preview-button:hover svg{transform:scale(1.1)}.preview-button:active{background-color:#d1e3ff}.input-field{width:100%;border:none;outline:none;background:transparent;font-size:16px;color:#222;padding:0 10px 0 18px;height:48px;box-shadow:none;box-sizing:border-box}.send-button{background:#2563eb;border:none;border-radius:50%;width:36px;height:36px;margin:0;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #2563eb14;transition:background .2s;padding:0;animation:heartbeat 3s ease-in-out infinite;position:relative;top:1px}.send-button img{width:18px;height:18px;display:block}.send-button:hover:not(:disabled){background:#174bbd}.send-button.disabled,.send-button:disabled{background:#b5cdfa;cursor:not-allowed;opacity:.7}.loading-dots{display:flex;gap:4px;align-items:center;justify-content:center}.dot{width:6px;height:6px;background-color:#fff;border-radius:50%;animation:pulse 1.4s infinite ease-in-out}.dot:nth-child(1){animation-delay:0s}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}@keyframes heartbeat{0%{background:#2563eb;transform:translateY(-50%) scale(1)}20%{background:#1e40af;transform:translateY(-50%) scale(1.03)}40%{background:#2563eb;transform:translateY(-50%) scale(1)}60%{background:#1e40af;transform:translateY(-50%) scale(1.03)}80%{background:#2563eb;transform:translateY(-50%) scale(1)}to{background:#2563eb;transform:translateY(-50%) scale(1)}}.input-field:disabled{background:#f3f4f6!important;color:#b0b0b0!important;border:1px solid #e0e0e0!important;cursor:not-allowed;opacity:1}.preview-section{flex:1;display:flex;flex-direction:column;background-color:#f8f9fa;border-left:1px solid #e0e0e0;overflow:hidden}.loading-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#666;font-size:16px;text-align:center;padding:20px}.embedded-form-container{display:flex;flex-direction:column;height:100%;background-color:#fff;overflow:hidden}.embedded-form-iframe{flex:1;position:relative;overflow:hidden}.embedded-form-iframe iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.survey-published-success{background-color:#f8f9fa;border-radius:8px;padding:16px;margin:16px;border:1px solid #e0e0e0}.success-message{display:flex;align-items:center;margin-bottom:12px;font-weight:500;color:#202124}.success-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:#34a853;color:#fff;border-radius:50%;margin-right:8px;font-size:12px}.form-link-container{display:flex;align-items:center;background-color:#fff;border:1px solid #dadce0;border-radius:4px;overflow:hidden}.form-link{flex:1;padding:8px 12px;font-size:14px;color:#5f6368;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.copy-link-btn{background-color:#1a73e8;color:#fff;border:none;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;transition:background-color .2s}.copy-link-btn:hover{background-color:#1557b0}.survey-tabbed-view{display:flex;flex-direction:column;height:100%;background-color:#f8f9fa}.tab-navigation{display:flex;background:#f8f9fa;border:1.5px solid #d1e3ff;border-radius:16px;padding:6px;gap:8px;justify-content:flex-start;width:fit-content;min-width:340px;margin:18px auto}.tab-button{padding:10px 32px;background:none;border:none;font-size:16px;font-weight:500;color:#222;cursor:pointer;border-radius:999px;transition:background .18s,color .18s;outline:none;margin:0}.tab-button.active{background:#2563eb;color:#fff;font-weight:700;box-shadow:0 2px 8px #2563eb14}.tab-button:not(.active):hover{background:#eaf1ff;color:#2563eb}.tab-button.active:after{display:none}.tab-content{flex:1;overflow:auto}.questions-tab,.responses-tab,.insights-tab{height:100%}.tab-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:40px;text-align:center;color:#666}.tab-placeholder h3{font-size:20px;margin-bottom:12px;color:#333}.tab-placeholder p{font-size:16px;max-width:400px}.responses-tab{padding:24px}.loading-responses{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px}.spinner{width:40px;height:40px;border:3px solid rgba(0,0,0,.1);border-top-color:#1a73e8;border-radius:50%;animation:spin 1s infinite linear;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}.response-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;text-align:center;color:#d32f2f}.retry-button,.fetch-responses-btn{background-color:#1a73e8;color:#fff;border:none;border-radius:4px;padding:10px 20px;font-size:14px;font-weight:500;cursor:pointer;margin-top:16px;transition:background-color .2s}.retry-button:hover,.fetch-responses-btn:hover{background-color:#1557b0}.responses-content{max-width:800px;margin:0 auto}.responses-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}.header-left{display:flex;align-items:center;gap:16px}.fetch-again-btn{background-color:#f0f7ff;color:#1a73e8;border:1px solid #d1e3ff;border-radius:4px;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.fetch-again-btn:hover{background-color:#e1f0ff}.fetch-again-btn:disabled{opacity:.6;cursor:not-allowed}.responses-header h2{font-size:24px;font-weight:500;color:#202124;margin:0}.responses-count{display:flex;flex-direction:column;align-items:center;background-color:#f0f7ff;padding:16px 24px;border-radius:8px;border:1px solid #d1e3ff}.count-number{font-size:32px;font-weight:600;color:#1a73e8;line-height:1}.count-label{font-size:14px;color:#5f6368;margin-top:4px}.responses-list{background-color:#f8f9fa;border-radius:8px;padding:24px;text-align:center}.view-responses-btn{display:inline-block;background-color:#1a73e8;color:#fff;text-decoration:none;padding:10px 20px;border-radius:4px;font-weight:500;margin-top:16px;transition:background-color .2s}.view-responses-btn:hover{background-color:#1557b0}.no-responses{text-align:center;padding:40px;background-color:#f8f9fa;border-radius:8px;color:#5f6368}.insights-tab{padding:24px}.loading-insights{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px}.insights-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;text-align:center;color:#d32f2f}.generate-insights-btn{background-color:#1a73e8;color:#fff;border:none;border-radius:4px;padding:10px 20px;font-size:14px;font-weight:500;cursor:pointer;margin-top:16px;transition:background-color .2s}.generate-insights-btn:hover{background-color:#1557b0}.insights-content{max-width:800px;margin:0 auto}.insights-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px}.insights-header h2{font-size:24px;font-weight:500;color:#202124;margin:0}.insights-actions{display:flex;gap:12px;margin-top:8px}.refresh-insights-btn{display:flex;align-items:center;gap:8px;background-color:#f0f7ff;color:#1a73e8;border:1px solid #d1e3ff;border-radius:4px;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.refresh-insights-btn:hover{background-color:#e1f0ff;box-shadow:0 1px 3px #0000001a}.refresh-insights-btn:disabled{opacity:.6;cursor:not-allowed}.insights-body{background-color:#fff;box-shadow:0 1px 3px #0000001a;overflow:hidden}.insights-container{display:flex;flex-direction:column}.insights-summary{background-color:#f0f7ff;padding:24px;display:flex;flex-direction:column;align-items:center;text-align:center;border-bottom:1px solid #e0e0e0}.insights-summary h3{font-size:18px;font-weight:500;color:#202124;margin:0 0 8px}.summary-description{font-size:14px;color:#5f6368;max-width:500px;margin:0}.insights-text{padding:24px;font-size:15px;line-height:1.6;color:#202124}.insights-section-title{font-size:16px;font-weight:600;color:#1a73e8;margin:24px 0 16px;padding-bottom:8px;border-bottom:1px solid #e0e0e0}.insights-section-title:first-child{margin-top:0}.insights-paragraph{margin-bottom:16px}.insights-paragraph:last-child{margin-bottom:0}.insights-footer{padding:16px 24px;background-color:#f8f9fa;border-top:1px solid #e0e0e0}.insights-note{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#5f6368;font-style:italic}.insights-note svg{flex-shrink:0;margin-top:2px}.no-insights{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#5f6368}.no-insights svg{margin-bottom:16px;opacity:.6}.no-insights h3{font-size:18px;font-weight:500;color:#202124;margin:0 0 8px}.no-insights p{font-size:14px;max-width:400px;margin:0}@media (min-width: 992px){.survey-tabbed-view{max-width:100%;padding:0 24px}.tab-navigation{width:100%;margin:32px auto 24px;gap:12px;justify-content:center}.tab-button{font-size:16px;padding:10px 20px}.responses-tab,.insights-tab,.questions-tab{padding:0}}.toast-error{position:fixed;top:32px;right:32px;z-index:9999;background:#ef4444;color:#fff;padding:16px 28px 16px 18px;border-radius:10px;box-shadow:0 4px 24px #ef44442e;font-size:16px;font-weight:600;display:flex;align-items:center;gap:12px;min-width:220px;max-width:90vw;animation:toast-fade-in .4s,toast-fade-out .4s 3.6s;pointer-events:none}.toast-icon{font-size:22px;margin-right:8px;color:#fff;flex-shrink:0}@keyframes toast-fade-in{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes toast-fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@media (max-width: 600px){.toast-error{top:16px;right:8px;left:8px;min-width:unset;max-width:98vw;font-size:15px;padding:12px 16px 12px 12px}}._dashboard-layout_6w0je_1{display:flex;flex-direction:column;min-height:100vh;background-color:#f5f5f7}._header_6w0je_8{position:fixed;top:0;left:0;right:0;height:60px;background-color:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 20px;z-index:1000}._headerLeft_6w0je_23{display:flex;align-items:center;gap:10px}._logoContainer_6w0je_29{display:flex;align-items:center;margin-top:5px}._logoImage_6w0je_35{height:24px;width:auto;object-fit:contain}._headerRight_6w0je_41{display:flex;align-items:center;gap:16px;position:relative;z-index:1001}._logo_6w0je_29{font-size:18px;font-weight:500;color:#1d1d1f}._menuButton_6w0je_55{background:none;border:none!important;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center}._menuButton_6w0je_55:focus,._menuButton_6w0je_55:focus-visible{outline:none}._sidebar_6w0je_69{position:fixed;left:-280px;top:60px;bottom:0;width:280px;background-color:#fff;border-right:1px solid #e5e7eb;transition:transform .3s ease;z-index:50}._sidebarOpen_6w0je_81{transform:translate(280px)}._mainSection_6w0je_85{flex:1;margin-left:0;transition:margin-left .3s ease;min-width:0;padding-top:60px}._mainSectionShifted_6w0je_93{margin-left:280px}._dashboard-content_6w0je_97{margin:0 auto;width:100%}._admin_6w0je_103{background-color:#f5f5f7}._admin_6w0je_103 ._dashboard-content_6w0je_97{background-color:#fff;border-radius:10px;box-shadow:0 1px 3px #0000001a;margin-top:20px}._user_6w0je_115{background-color:#fff}._user_6w0je_115 ._dashboard-content_6w0je_97{background-color:#e5e7eb}@keyframes _fadeIn_6w0je_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._brandRow_1u2bi_1{display:flex;align-items:center;gap:10px;padding:24px 24px 12px}._logo_1u2bi_8{width:28px;height:28px}._brand_1u2bi_1{font-size:1.25rem;font-weight:700;color:#222;letter-spacing:-.5px}._newSurveyButton_1u2bi_20{background:#fff;color:#2563eb;font-size:1.08rem;font-weight:700;border:2px solid #2563eb;border-radius:28px;padding:1rem 0;margin:18px 24px;cursor:pointer;box-shadow:none;transition:background .2s,color .2s,border .2s;width:calc(100% - 48px);text-align:center;letter-spacing:.01em;display:block}._newSurveyButton_1u2bi_20:hover{background:#2563eb;color:#fff;border:2px solid #2563eb}._section_1u2bi_44{padding:0 24px;display:flex;flex-direction:column;height:100%}._sectionTitle_1u2bi_51{font-size:1rem;font-weight:600;color:#222;margin-bottom:12px;margin-top:24px}._surveyList_1u2bi_59{display:flex;flex-direction:column;gap:10px;flex:1 1 auto;overflow-y:auto}._surveyItem_1u2bi_67{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:12px;padding:18px;text-decoration:none;color:#222;border:1.5px solid #ccc;transition:border .2s,background .2s,box-shadow .2s;font-size:1rem;font-weight:500;box-shadow:0 1px 4px #2563eb08;min-height:64px;margin-bottom:8px;outline:none}._surveyItem_1u2bi_67:hover{background:#f3f6fd;border-color:#2563eb33;box-shadow:0 2px 8px #2563eb14}._active_1u2bi_92{border-color:#2563eb;background:#f5faff;box-shadow:0 4px 16px #2563eb1a}._surveyInfo_1u2bi_98{display:flex;flex-direction:column;gap:2px}._surveyName_1u2bi_104{font-weight:600;font-size:1rem;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px}._surveyStatusRow_1u2bi_114{display:flex;align-items:center;gap:10px;margin-top:2px;flex-wrap:nowrap;width:100%}._surveyStatusBadge_1u2bi_123{flex-shrink:0;min-width:0}._surveyStatusBadge_1u2bi_123._live_1u2bi_128{background:#e6f9ee;color:#22c55e;display:inline-flex;align-items:center;gap:6px;padding:0 10px 0 6px;border-radius:12px;font-size:.92rem;font-weight:600;height:22px;line-height:1}._surveyStatusBadge_1u2bi_123._draft_1u2bi_142{background:#f3f4f6;color:#a3a3a3;display:inline-flex;align-items:center;gap:6px;padding:0 10px 0 6px;border-radius:12px;font-size:.92rem;font-weight:600;height:22px;line-height:1}._surveyStatusBadge_1u2bi_123._completed_1u2bi_156{background:#d1fae5;color:#059669;font-weight:700;padding:0 12px 0 7px;display:inline-flex;align-items:center;gap:6px;height:22px;border-radius:12px;font-size:.92rem;line-height:1;min-width:90px;justify-content:center;white-space:nowrap}._surveyStatusBadge_1u2bi_123._completed_1u2bi_156 ._statusDot_1u2bi_173{background:#059669}._surveyStatusBadge_1u2bi_123._unknown_1u2bi_177{background:#f3f4f6;color:#bdbdbd}._statusDot_1u2bi_173{width:8px;height:8px;border-radius:50%;background:currentColor;display:inline-block}._surveyStatusBadge_1u2bi_123._live_1u2bi_128 ._statusDot_1u2bi_173{background:#22c55e}._surveyStatusBadge_1u2bi_123._draft_1u2bi_142 ._statusDot_1u2bi_173{background:#a3a3a3}._surveyStatusBadge_1u2bi_123._completed_1u2bi_156+._surveyTime_1u2bi_199{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:1;max-width:60px;display:block}._surveyTime_1u2bi_199{font-size:.92rem;color:#a3a3a3;margin-left:8px;overflow:hidden;flex-shrink:1;display:block}._arrow_1u2bi_217{font-size:1.3rem;color:#2563eb;margin-left:8px;flex-shrink:0;display:inline-block;vertical-align:middle}._loadingState_1u2bi_226,._errorState_1u2bi_227,._emptyState_1u2bi_228{color:#a3a3a3;font-size:.98rem;padding:16px 0;text-align:center}._loginPrompt_1u2bi_235{margin-top:.5rem;font-size:.875rem}._loginLink_1u2bi_240{color:#2563eb;text-decoration:underline}._loginLink_1u2bi_240:hover{color:#1d4ed8}._sidebar_1u2bi_249{height:100vh;display:flex;flex-direction:column;background:#f8f9fa;overflow-y:auto}._sidebarContent_1u2bi_257{flex:1 1 auto;display:flex;flex-direction:column;height:100%;overflow-y:auto}._surveyItemWrapper_1u2bi_265{position:relative}._deleteBtn_1u2bi_269{background:none;border:none;color:#e53e3e;font-size:1.2rem;cursor:pointer;margin-left:8px;transition:color .2s;z-index:2}._deleteBtn_1u2bi_269:hover{color:#b91c1c}._deleteTooltip_1u2bi_284{position:absolute;top:50%;left:100%;transform:translateY(-50%) translate(12px);background:#fff;border:1.5px solid #e53e3e;color:#e53e3e;border-radius:8px;padding:10px 18px;box-shadow:0 2px 12px #e53e3e14;display:flex;align-items:center;gap:10px;z-index:10;font-size:.98rem;white-space:nowrap}._confirmBtn_1u2bi_303,._cancelBtn_1u2bi_303{background:none;border:none;color:#2563eb;font-weight:600;cursor:pointer;margin-left:6px;font-size:1rem;padding:2px 6px;border-radius:4px;transition:background .2s,color .2s}._confirmBtn_1u2bi_303:hover{background:#e6f9ee;color:#059669}._cancelBtn_1u2bi_303:hover{background:#f3f4f6;color:#222}._profileMenu_1n3q4_1{position:relative;display:inline-block}._profileButton_1n3q4_6{display:flex;align-items:center;gap:8px;padding:6px 12px;background:transparent;border:none;border-radius:6px;cursor:pointer;color:#1d1d1f;transition:background-color .2s}._profileButton_1n3q4_6:hover{background-color:#0000000d}._avatar_1n3q4_23{width:32px;height:32px;background-color:#0071e3;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500}._profileImage_1n3q4_36{width:32px;height:32px;border-radius:50%;object-fit:cover;border:1px solid rgba(0,0,0,.1)}._username_1n3q4_44{font-size:14px;font-weight:500}._arrow_1n3q4_49{transition:transform .2s;margin-left:4px}._arrowUp_1n3q4_54{transform:rotate(180deg)}._dropdown_1n3q4_58{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000026;min-width:200px;padding:8px;z-index:1002}._dropdownItem_1n3q4_70{display:flex;align-items:center;gap:12px;width:100%;padding:10px 16px;border:none;background:transparent;color:#1d1d1f;font-size:14px;text-align:left;cursor:pointer;border-radius:6px;transition:background-color .2s}._dropdownItem_1n3q4_70:hover{background-color:#f5f5f7}._dropdownItem_1n3q4_70 svg{opacity:.7}._userInfo_1n3q4_94{padding:12px 16px;display:flex;align-items:center;gap:12px}._userAvatar_1n3q4_101{width:40px;height:40px;background-color:#0071e3;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:500}._userProfileImage_1n3q4_114{width:40px;height:40px;border-radius:50%;object-fit:cover;border:1px solid rgba(0,0,0,.1)}._userDetails_1n3q4_122{display:flex;flex-direction:column;gap:2px}._userName_1n3q4_128{font-size:14px;font-weight:500;color:#1d1d1f}._userEmail_1n3q4_134{font-size:12px;color:#6b7280}._divider_1n3q4_139{height:1px;background-color:#e5e7eb;margin:8px 0}
