@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;background:#f8fafc;color:#1e293b}a{color:#0ea5e9;text-decoration:none}input,select,textarea,button{font-family:inherit;font-size:1rem}.app-container{display:flex;height:100vh;width:100vw;overflow:hidden;background-color:#f8fafc}.no-sidebar .main-content{flex:1;display:flex;flex-direction:column;position:relative;overflow:hidden;background:#f1f5f9}.sidebar{width:260px;background:#0f172a;color:#f8fafc;display:flex;flex-direction:column;padding:1.5rem;flex-shrink:0}.sidebar-logo{font-size:1.25rem;font-weight:700;margin-bottom:2.5rem;display:flex;align-items:center;gap:.5rem;color:#38bdf8}.nav{display:flex;flex-direction:column;gap:.5rem}.nav a{text-decoration:none;color:#cbd5e1;padding:.75rem 1rem;border-radius:8px;font-weight:500;transition:all .2s}.nav a:hover{background:#1e293b;color:#f8fafc}.nav a.active{background:#0ea5e9;color:#fff;font-weight:600}.sidebar-bottom{margin-top:auto;padding-top:1rem;border-top:1px solid #1e293b}.main-content{flex:1;display:flex;flex-direction:column;position:relative;overflow:hidden;background:#f1f5f9}.card{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;border:1px solid #e2e8f0;padding:1.5rem;margin-bottom:1.5rem}.form-row{margin-bottom:1rem}.form-row label{display:block;margin-bottom:.25rem;font-weight:500}.form-row input,.form-row select,.form-row textarea{width:100%;max-width:400px;padding:.5rem .75rem;border:1px solid #ccc;border-radius:6px}.form-row textarea{min-height:120px;font-family:monospace}.btn{padding:.6rem 1.25rem;border-radius:8px;border:none;cursor:pointer;font-weight:500;transition:all .2s}.btn-primary{background:#0ea5e9;color:#fff;box-shadow:0 2px 4px #0ea5e94d}.btn-primary:hover{background:#0284c7;transform:translateY(-1px)}.btn-secondary{background:#f1f5f9;color:#334155;margin-left:.5rem}.btn-secondary:hover{background:#e2e8f0}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}table{width:100%;border-collapse:separate;border-spacing:0;margin-top:1rem}th,td{padding:1rem 1.25rem;text-align:left;border-bottom:1px solid #f1f5f9}th{font-weight:600;background:#f8fafc;color:#64748b;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e2e8f0}td{font-size:.95rem;color:#334155}tbody tr:hover{background:#f8fafc}.error{color:#c00;margin-top:.5rem}.success{color:#080;margin-top:.5rem}.login-wrap{max-width:360px;margin:4rem auto;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.login-wrap h1{margin-top:0}.toggle{display:inline-flex;align-items:center;gap:.5rem}.toggle input{width:auto}.json-editor{font-family:monospace;font-size:.9rem;min-height:200px}.survey-builder{max-width:700px}.survey-builder-meta{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #eee}.survey-builder h2{font-size:1rem;margin:1.5rem 0 1rem;color:#555}.survey-builder-question{background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;padding:1rem;margin-bottom:1rem}.survey-builder-question-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.survey-builder-question-type{font-size:.8rem;color:#666}.survey-builder-question-actions{display:flex;gap:4px}.survey-builder-question-actions button{width:28px;height:28px;padding:0;border:1px solid #ccc;background:#fff;border-radius:4px;cursor:pointer;font-size:1rem;line-height:1}.survey-builder-question-actions button:hover:not(:disabled){background:#f0f0f0}.survey-builder-question-actions button:disabled{opacity:.5;cursor:not-allowed}.survey-builder-question-actions .btn-delete{color:#c00;border-color:#fcc}.survey-builder-question-actions .btn-delete:hover{background:#fee}.survey-builder-required{margin-bottom:.5rem}.survey-builder-required label{font-weight:400}.survey-builder-checkboxes{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;align-items:center;justify-content:flex-start}.survey-builder-checkboxes label{display:inline-flex;align-items:center;gap:4px;margin:0;font-weight:400;white-space:nowrap}.display-logic-row label{display:inline-flex;align-items:center;gap:4px;margin:0;white-space:nowrap}.survey-builder-options{max-width:400px}.survey-builder-option-row{display:flex;gap:8px;margin-bottom:6px}.survey-builder-option-row input{flex:1;max-width:none}.survey-builder-option-row button{width:32px;padding:0;border:1px solid #ccc;background:#fff;border-radius:4px;cursor:pointer;color:#666}.survey-builder-option-row button:hover{background:#fee;color:#c00}.btn-link{background:none;border:none;color:#06c;cursor:pointer;padding:.25rem 0;font-size:.9rem}.btn-link:hover{text-decoration:underline}.survey-builder-add{position:relative;margin-top:1rem}.survey-builder-add-menu{position:absolute;top:100%;left:0;margin-top:4px;background:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:6px;z-index:10;display:flex;flex-direction:column;gap:2px;min-width:200px}.survey-builder-add-menu button{display:block;text-align:left;padding:8px 12px;border:none;background:none;cursor:pointer;border-radius:4px}.survey-builder-add-menu button:hover{background:#f0f0f0}.survey-builder-page-break{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;margin-bottom:1rem;background:#e8f4fc;border:1px dashed #0066cc;border-radius:8px;color:#06c}.survey-block-header{display:flex;align-items:flex-start;padding:1rem 1.25rem;margin-bottom:0;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border:1.5px solid #c7d2fe;border-radius:10px 10px 0 0;position:relative;-webkit-user-select:none;user-select:none;transition:border-color .2s,box-shadow .2s}.survey-block-header.drag-over{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.canvas-question-card.is-in-block{border-left:3px solid #a5b4fc;border-top-left-radius:0;border-top:none;margin-top:0!important}.canvas-question-card.is-in-block:last-of-type,.canvas-question-card.is-in-block+:not(.canvas-question-card.is-in-block){border-bottom-left-radius:8px}.survey-builder-actions{margin-top:2rem;padding-top:1rem;border-top:1px solid #eee}.survey-editor-column{flex:0 0 650px;min-width:0}.survey-preview-column{flex:0 0 600px;min-width:600px;position:sticky;top:1rem}.survey-preview-card{padding:1.5rem}.survey-preview-card h3{margin:0 0 1rem;font-size:1rem;color:#555}.survey-preview{background:#f9f9f9;border-radius:8px;padding:1.5rem .5rem}.survey-preview-inner{max-width:560px;margin:0 auto}.survey-preview-title{margin:0 0 1.25rem;font-size:1.1rem;font-family:Lato,sans-serif}.survey-preview-thanks{color:#555;margin:1rem 0}.preview-q{margin-bottom:1.25rem}.preview-q-label{display:block;font-weight:600;margin-bottom:.5rem;font-size:.95rem}.preview-q-nps{display:flex;flex-direction:column;margin-top:8px;position:relative;width:100%}.preview-q-nps-left,.preview-q-nps-right{font-size:.8rem;color:#666}.preview-q-nps-btns{display:flex;gap:4px}.preview-q-nps-cells{display:flex;flex-direction:column;margin-top:.5rem;width:100%}.preview-q-nps-labels{display:flex;justify-content:space-between;margin-top:8px;font-size:.75rem;color:#64748b;width:100%}.preview-q-nps-labels .preview-q-nps-left,.preview-q-nps-labels .preview-q-nps-right{text-align:left}.preview-q-nps-row{display:flex;width:100%;border-radius:6px;overflow:hidden;border:1px solid rgba(0,0,0,.1)}.preview-q-nps-cell{flex:1 1 0%;min-width:0;display:flex;justify-content:center;border-right:1px solid rgba(0,0,0,.05)}.preview-q-nps-cell:last-child{border-right:none}.preview-q-nps-btn{width:100%;height:44px;border:none;background:#fff;color:#334155;font-weight:500;cursor:pointer;transition:all .2s;padding:0;font-size:.85rem}.preview-q-nps-btn:hover{background:#0066cc0d}.preview-q-nps-btn.selected{background:#0ea5e9;color:#fff}.preview-q-fixed-text{margin-bottom:1rem}.preview-q-fixed-text-content{font-size:.95rem;line-height:1.5;color:#555;white-space:pre-wrap}.preview-q-options{display:flex;flex-direction:column;gap:6px}.preview-q-opt{display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:400}.preview-q-text{width:100%;padding:8px 12px;border:1px solid #ccc;border-radius:6px;font-size:1rem;box-sizing:border-box}.survey-preview-submit{margin-top:1rem}.survey-builder-display-logic{font-size:.9rem}.survey-builder-show-same-page{display:flex;align-items:center;gap:6px;margin:0 0 8px;font-weight:400;white-space:nowrap}.display-logic-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.display-logic-row select{min-width:140px;max-width:200px}.display-logic-row input{min-width:120px;max-width:200px}.form-hint{font-size:.85rem;color:#666;margin:.25rem 0 .5rem}.url-rules-list{max-width:500px}.url-rule-row{display:flex;gap:8px;margin-bottom:6px;align-items:center;flex-wrap:wrap}.url-rule-row select{max-width:120px}.url-rule-row input{flex:1;min-width:120px;max-width:none}.url-rule-row button{width:28px;padding:0;border:1px solid #ccc;background:#fff;border-radius:4px;cursor:pointer;color:#666}.url-rule-row button:hover{background:#fee;color:#c00}.intercept-snippet-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #eee}.intercept-snippet-section h3{margin:0 0 .5rem;font-size:1rem}.code-snippet{background:#1e1e1e;color:#d4d4d4;border-radius:8px;padding:1rem;overflow-x:auto;margin:.5rem 0}.code-snippet pre{margin:0;font-family:Consolas,Monaco,monospace;font-size:.85rem;white-space:pre-wrap;word-break:break-all}.btn-sm{padding:.35rem .75rem;font-size:.9rem}.snippet-api-input{max-width:400px}.survey-builder-question{transition:border-color .2s,background-color .2s}.survey-builder-question.drag-over{border:2px dashed #0066cc;background:#f8fbff}.drag-handle{cursor:grab;font-size:1.2rem;color:#aaa;padding-right:8px;-webkit-user-select:none;user-select:none}.drag-handle:active{cursor:grabbing;color:#333}.preview-q-matrix{width:100%;overflow-x:auto}.preview-q-matrix table{width:100%;border-collapse:collapse}.preview-q-matrix th,.preview-q-matrix td{padding:10px;text-align:center;border-bottom:1px solid #eee;font-size:.9rem}.preview-q-matrix th:first-child,.preview-q-matrix td:first-child{text-align:left}.preview-q-matrix input[type=radio]{cursor:pointer}.mobile-header{display:none}@media (max-width: 768px){.app-container{display:flex;height:100vh;width:100vw;overflow:hidden;background-color:#f8fafc}.sidebar{position:fixed;left:-260px;top:0;height:100vh;transition:.3s cubic-bezier(.4,0,.2,1);z-index:1000}.sidebar.open{left:0}.mobile-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#0f172a;color:#fff;width:100%;z-index:500}.hamburger{background:transparent;border:none;color:#fff;font-size:1.5rem;cursor:pointer;margin:0}.main-content{flex:1;display:flex;flex-direction:column;position:relative;overflow:hidden;background:#f1f5f9}}.sidebar-scroll-area{flex:1;overflow-y:auto;padding:24px}.sidebar-section-title{font-size:1.1rem;font-weight:700;margin:0 0 20px;color:#0f172a}.sidebar-section-title.small{font-size:.9rem;margin-bottom:12px;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.sidebar-form-group{margin-bottom:20px}.sidebar-form-group label{display:block;font-size:.85rem;font-weight:600;margin-bottom:6px;color:#475569}.sidebar-form-group input,.sidebar-form-group select,.sidebar-form-group textarea{box-sizing:border-box;width:100%;padding:10px 12px;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem;transition:border-color .2s}.sidebar-form-group input:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91a}.checkbox-label{display:flex!important;align-items:center;gap:8px;cursor:pointer;font-weight:500!important}.checkbox-label input{width:auto!important}.sidebar-info-box{background:#f8fafc;padding:12px;border-radius:10px;border:1px solid #e2e8f0;margin-bottom:20px}.input-with-button{display:flex;gap:6px;align-items:stretch}.input-with-button input{flex:1}.input-with-button button{padding:0 12px;border:1px solid #cbd5e1;background:#fff;border-radius:8px;font-size:.8rem;cursor:pointer}.color-picker-wrap{display:flex;gap:8px}.color-picker-wrap input[type=color]{width:40px;height:40px;padding:0;border:none;cursor:pointer;background:none}.sidebar-back-header{margin-bottom:20px}.btn-back{background:none;border:none;color:#0ea5e9;font-weight:600;cursor:pointer;padding:0;font-size:.9rem}.sidebar-footer-actions{padding:20px;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:10px}.btn-full{width:100%;padding:12px;font-weight:600}.survey-editor-canvas{flex:1;overflow-y:auto;padding:40px 20px;display:flex;flex-direction:column;align-items:center;scroll-behavior:smooth}.canvas-header{width:100%;max-width:800px;margin-bottom:30px}.canvas-header h1{margin:0;font-size:1.8rem;font-weight:800}.canvas-header p{color:#64748b;margin:4px 0 0}.canvas-questions{width:100%;max-width:800px;display:flex;flex-direction:column;gap:16px;padding-bottom:100px}.canvas-question-card{background:#fff;border-radius:12px;border:2px solid transparent;box-shadow:0 1px 3px #0000001a;transition:all .2s;cursor:pointer;position:relative}.canvas-question-card:hover{box-shadow:0 4px 12px #0000000d;border-color:#e2e8f0}.canvas-question-card.is-active{border-color:#0ea5e9;box-shadow:0 8px 20px #0ea5e91a}.inline-add-wrap{display:flex;justify-content:center;opacity:0;transition:opacity .2s;height:20px;margin:-10px 0;z-index:10}.canvas-questions:hover .inline-add-wrap{opacity:1}.btn-inline-add{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:4px 16px;font-size:.75rem;font-weight:600;color:#64748b;cursor:pointer;box-shadow:0 2px 4px #0000000d}.btn-inline-add:hover{border-color:#0ea5e9;color:#0ea5e9}.canvas-question-card .survey-builder-question{background:none;border:none;margin-bottom:0;padding:24px}.canvas-question-card .survey-builder-question-header{opacity:.4;transition:opacity .2s}.canvas-question-card:hover .survey-builder-question-header,.canvas-question-card.is-active .survey-builder-question-header{opacity:1}.canvas-question-card .survey-builder-question-type{font-weight:600;color:#475569}.canvas-question-card .form-row input{max-width:100%;font-size:1.1rem;font-weight:500;border:1px solid transparent;padding:8px 0;background:none}.canvas-question-card.is-active .form-row input{border-bottom:2px solid #e2e8f0}.canvas-question-card .survey-builder-option-row input{font-size:.95rem;font-weight:400;background:#f8fafc;border:1px solid #e2e8f0;padding:8px 12px}.survey-preview-column{width:450px;background:#f1f5f9;border-left:1px solid #e2e8f0;padding:24px;flex-shrink:0}.preview-sticky{position:sticky;top:24px}.preview-header{height:40px;display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.preview-badge{font-size:.7rem;font-weight:700;background:#e2e8f0;color:#475569;padding:2px 8px;border-radius:4px;text-transform:uppercase}.preview-frame{background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000000d;overflow:hidden;border:1px solid #e2e8f0}.error-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:#ef4444;color:#fff;padding:12px 24px;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a;z-index:1000}.main-content:has(.survey-editor-layout){padding:0;overflow:hidden}.survey-sidebar-left{width:380px;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;flex-shrink:0;box-shadow:4px 0 10px #00000005;z-index:20;position:relative}.survey-preview-column{width:400px}@media (max-width: 1400px){.survey-preview-column{display:none}}.survey-editor-layout{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex:1;width:100%;height:100%;overflow:hidden;background:#f1f5f9}.sidebar-scroll-area{padding:16px 16px 40px}.canvas-questions{max-width:900px}.main-content:not(:has(.survey-editor-layout)){overflow-y:auto;padding:2rem 3rem}.sidebar-section .input-with-button button{white-space:nowrap;padding:0 16px;background:#0ea5e9;color:#fff;border:none;font-weight:600}.sidebar-info-box .input-with-button button{background:#f1f5f9;border:1px solid #cbd5e1;color:#475569;font-weight:600;transition:all .2s}.sidebar-info-box .input-with-button button:hover{background:#e2e8f0;border-color:#94a3b8}.sidebar-info-box input{background:#fff;font-family:monospace;font-size:.8rem!important}.sidebar-back-header .btn-back{display:flex;align-items:center;gap:4px;padding:8px 0;width:100%;text-align:left}.rich-text-toolbar button{background:#fff;border:1px solid #cbd5e1;border-radius:4px;padding:4px 8px;font-size:.85rem;cursor:pointer;transition:all .2s}.rich-text-toolbar button:hover{background:#f1f5f9;border-color:#94a3b8}.rich-label-preview a{color:#0ea5e9;text-decoration:underline}.rich-label-preview b,.rich-label-preview strong{font-weight:700}.rich-label-preview i,.rich-label-preview em{font-style:italic}.survey_int_overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.survey_int_modal{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:90vw;max-height:90vh;overflow-y:auto;animation:modalEnter .3s ease-out}@keyframes modalEnter{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.rich-label-preview:focus{border-bottom-color:#0ea5e9!important}.rich-label-preview[contenteditable=true]:empty:before{content:attr(placeholder);color:#94a3b8}
