*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0}body{overflow:hidden;background:#201b20;color:#493640;font-family:Pretendard,Noto Sans KR,Apple SD Gothic Neo,Malgun Gothic,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}input[type=file]{display:none}[hidden]{display:none!important}#editor{width:100%;height:100%;display:grid;grid-template-columns:320px minmax(0,1fr)}#sidebar{min-width:0;height:100%;display:flex;flex-direction:column;gap:16px;padding:22px;overflow-y:auto;background:#fff9fb;border-right:1px solid #eadde2}#preview-area{min-width:0;height:100%;display:flex;align-items:center;justify-content:center;padding:18px;background:#2b242a}.sidebar-header{padding-bottom:18px;border-bottom:1px solid #eadde2}.sidebar-header h1{margin:0 0 7px;color:#4f3742;font-size:22px}.sidebar-header p{margin:0;color:#997b88;font-size:13px;line-height:1.5}.editor-tabs{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.tab-button{padding:10px 4px;border:1px solid #ead6de;border-radius:11px;background:#fff;color:#795e69;font-size:13px;font-weight:700}.tab-button:hover{background:#fff0f5}.tab-button.selected{border-color:#db8ca7;background:#ffe3ec;color:#8f405b}.tab-page{display:flex;flex-direction:column;gap:16px}.editor-panel{padding:16px;border:1px solid #eddde3;border-radius:18px;background:#fff}.editor-panel h2{margin:0 0 14px;color:#513944;font-size:16px}.panel-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.panel-title-row h2{margin:0}.panel-title-row span,#character-size-value{color:#a17b8b;font-size:12px;font-weight:700}.sidebar-footer{margin-top:auto}.upload-button{display:block;width:100%;padding:11px 12px;border-radius:12px;background:#f5e7ec;color:#59404b;font-size:14px;font-weight:700;text-align:center;cursor:pointer}.upload-button:hover{background:#ecd5de}.upload-button.secondary{margin-top:8px;background:#edf0f8;color:#4e5874}.upload-button.secondary:hover{background:#dfe4f1}.upload-button.disabled{opacity:.45;pointer-events:none;cursor:not-allowed}.danger-button,.secondary-button{width:100%;margin-top:8px;padding:11px 12px;border:0;border-radius:12px;font-size:14px;font-weight:700}.danger-button{background:#ffe1e7;color:#993e54}.danger-button:hover{background:#ffd0da}.secondary-button{background:#f0edf5;color:#5b5370}.secondary-button:hover{background:#e4dfed}.danger-button:disabled,.secondary-button:disabled,#character-size-range:disabled{opacity:.45;cursor:not-allowed}.field-label{display:block;margin:14px 0 7px;color:#694954;font-size:13px;font-weight:700}.text-input,select,textarea{width:100%;padding:10px 11px;border:1px solid #e6ced7;border-radius:11px;background:#fffafd;color:#513944}textarea{min-height:70px;resize:vertical}#character-size-range{width:100%;accent-color:#d97e9e}.panel-help{margin:9px 0 0;color:#9d818d;font-size:12px;line-height:1.5}.preview-stage{width:min(94%,1380px,calc((100vh - 120px) * 16 / 9));display:flex;flex-direction:column;gap:14px}.preview-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 4px;color:#fff}.preview-title{display:flex;flex-direction:column;align-items:flex-start}.preview-header strong{display:block;margin-bottom:5px;font-size:16px}.preview-header span{color:#c8b9c0;font-size:12px}.preview-status{flex:0 0 auto;margin-left:0;padding:7px 10px;border-radius:999px;background:#ffffff1a}.preview-status.saving{background:#ffdce62e;color:#ffe1ea}#game-container{position:relative;width:100%;aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center;overflow:hidden;border:3px solid #fff;border-radius:22px;background:#f5edf1;box-shadow:0 18px 50px #0000004d}#game-container canvas{display:block;width:100%!important;height:100%!important;max-width:none;max-height:none}#character-list{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.character-list-empty{padding:16px 10px;border:1px dashed #e4cdd6;border-radius:13px;color:#a48792;font-size:13px;text-align:center}.character-list-item{width:100%;display:flex;align-items:center;gap:10px;padding:8px;border:2px solid transparent;border-radius:13px;background:#fff7fa;color:#533c46;text-align:left}.character-list-item:hover{background:#ffedf3}.character-list-item.selected{border-color:#db8ca7;background:#ffe2ec}.character-thumbnail{width:46px;height:46px;flex-shrink:0;border-radius:11px;background:#eee5e9;object-fit:contain}.character-list-name{min-width:0;flex:1;overflow:hidden;font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.image-preview{min-height:210px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;overflow:hidden;border:1px dashed #dec5cf;border-radius:15px;background:repeating-linear-gradient(45deg,#fff8fb,#fff8fb 10px,#f8edf2 10px 20px)}.image-preview img{width:100%;height:210px;object-fit:contain}.image-preview span{padding:20px;color:#a08490;font-size:13px;line-height:1.6;text-align:center}#expression-list,#dialogue-list{display:flex;flex-direction:column;gap:9px}.expression-item,.dialogue-item{padding:10px;border:1px solid #eddde3;border-radius:13px;background:#fff9fb}.expression-row{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:8px}.expression-thumb{width:48px;height:48px;border-radius:10px;background:#f1e8ec;object-fit:contain}.expression-name{min-width:0;padding:8px;border:1px solid #e6ced7;border-radius:9px}.icon-button{padding:8px 9px;border:0;border-radius:9px;background:#f0e4e9;color:#694954}.dialogue-item textarea{margin-bottom:8px}.dialogue-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.small-delete{padding:8px 10px;border:0;border-radius:9px;background:#ffe1e7;color:#993e54}.empty-note{padding:14px;border:1px dashed #e4cdd6;border-radius:12px;color:#a48792;font-size:12px;text-align:center}#dialogue-runtime{position:absolute;inset:0;z-index:100;overflow:hidden;border-radius:19px;-webkit-user-select:none;user-select:none}#dialogue-dim{position:absolute;inset:0;background:#1a151bad;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}#dialogue-standing-wrap{position:absolute;top:4%;bottom:23%;left:50%;width:min(1100px,82%);display:flex;align-items:flex-end;justify-content:flex-start;transform:translate(-50%);pointer-events:none}#dialogue-standing-image{width:100%;height:100%;object-fit:contain;object-position:left bottom;filter:drop-shadow(0 14px 18px rgb(0 0 0 / 34%))}#dialogue-standing-image[hidden]{display:none!important}#dialogue-box.has-choices{min-height:auto;padding-bottom:18px}#dialogue-box.has-choices #dialogue-text{min-height:auto;margin-bottom:14px}#dialogue-box.has-choices #dialogue-choices{display:flex;flex-direction:column;gap:9px;margin:0 24px}#dialogue-box.has-choices .dialogue-choice-button{padding:11px 15px;border:1px solid rgb(255 255 255 / 42%);border-radius:10px;background:#ffffff1a;color:#fff;font-size:13px;font-weight:500;text-align:left}#dialogue-name{position:absolute;top:-20px;left:22px;min-width:120px;padding:9px 18px;border:2px solid #fff;border-radius:999px;background:#d97e9e;color:#fff;font-size:15px;font-weight:800;text-align:center;box-shadow:0 6px 15px #0000003d}#dialogue-text{min-height:62px;color:#fff;font-size:clamp(15px,2vw,21px);font-weight:600;line-height:1.7;white-space:pre-wrap;word-break:keep-all}.dialogue-runtime-actions{display:flex;align-items:center;justify-content:flex-end;gap:13px;margin-top:10px}#dialogue-progress{color:#cbbdc5;font-size:12px}#dialogue-next-button{min-width:76px;padding:8px 14px;border:0;border-radius:10px;background:#f3d4df;color:#643f4e;font-size:13px;font-weight:800}#dialogue-next-button:hover{background:#fff0f5}#dialogue-close-button{position:absolute;top:16px;right:16px;width:38px;height:38px;border:1px solid rgb(255 255 255 / 45%);border-radius:50%;background:#1410158c;color:#fff;font-size:25px;line-height:1}#dialogue-close-button:hover{background:#141015d1}@media(max-width:800px){body{overflow:auto}#editor{height:auto;min-height:100%;display:flex;flex-direction:column}#preview-area{order:1;width:100%;min-height:auto;padding:10px}#sidebar{order:2;width:100%;height:auto;max-height:none;overflow:visible;border-right:0;border-top:1px solid #eadde2}.preview-stage,#game-container{width:100%}}.expression-name,.dialogue-item textarea,.dialogue-actions select{font-family:inherit;color:#4f3943;font-size:14px;font-weight:500;letter-spacing:-.02em}.expression-name{height:38px;padding:8px 10px}.dialogue-item textarea{min-height:86px;padding:13px 14px;line-height:1.65}.dialogue-item textarea::placeholder,.expression-name::placeholder{color:#b9a1aa;font-weight:400}.dialogue-actions select{height:40px;padding:8px 34px 8px 12px;background-color:#fffafd}.small-delete,.icon-button{font-size:13px;font-weight:600}.panel-help{color:#a88995;font-weight:400}#dialogue-name{min-width:104px;padding:8px 16px;font-size:14px;font-weight:600;letter-spacing:-.02em}#dialogue-text{min-height:72px;padding-top:15px;padding-left:25px;color:#fff;font-size:clamp(15px,1.35vw,17px);font-weight:450;line-height:1.85;letter-spacing:-.02em;white-space:pre-wrap;word-break:keep-all}.dialogue-runtime-actions{margin-top:4px}#dialogue-progress{margin-left:auto;padding-right:2px;color:#bbaeb5;font-size:11px;font-weight:500}#dialogue-next-button,#dialogue-progress{display:none}#dialogue-name{font-weight:500}#dialogue-text{padding-top:12px}.affection-editor-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;align-items:center}.mini-button{min-height:38px;padding:8px 11px;border:0;border-radius:10px;background:#f0e4e9;color:#694954;font-size:12px;font-weight:700}.mini-button:disabled{opacity:.45;cursor:not-allowed}.character-list-affection{flex:0 0 auto;color:#c15f82;font-size:11px;font-weight:700}#dialogue-list{gap:12px}.dialogue-group{overflow:hidden;border:1px solid #ead8df;border-radius:15px;background:#fffafd}.dialogue-group-summary{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 14px;color:#5b404b;font-size:13px;font-weight:800;cursor:pointer;list-style:none}.dialogue-group-summary::-webkit-details-marker{display:none}.dialogue-group-summary:before{content:"▸";flex:0 0 auto;color:#bf7892}.dialogue-group[open]>.dialogue-group-summary:before{content:"▾"}.dialogue-group-summary>span:first-of-type{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dialogue-group-badge{flex:0 0 auto;color:#a26f82;font-size:10px;font-weight:700}.dialogue-group-body{padding:0 12px 13px;border-top:1px solid #f0e2e7}.field-label.compact{margin-top:12px;margin-bottom:6px}.condition-row{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:7px;align-items:center}.condition-row input,.choice-affection-row input{min-width:0;width:100%;padding:9px 10px;border:1px solid #e6ced7;border-radius:10px;background:#fff;color:#513944}.condition-row span{color:#9b7e89;font-size:11px;text-align:center}.group-option-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:11px 0}.checkbox-label{color:#725663;font-size:12px;font-weight:600}.group-dialogue-list{display:flex;flex-direction:column;gap:10px}.dialogue-line-card{padding:11px;border-color:#ead7df;background:#fff}.dialogue-line-heading,.choice-editor-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.dialogue-line-heading strong,.choice-editor-heading strong{color:#755462;font-size:12px}.compact-button{margin-top:9px;padding:9px 10px;font-size:12px}.choice-editor-list{display:flex;flex-direction:column;gap:8px;margin-top:10px}.choice-editor-item{padding:10px;border:1px solid #eadde3;border-radius:12px;background:#fff7fa}.choice-editor-item textarea{min-height:62px;margin-top:8px;margin-bottom:8px}.choice-affection-row{display:grid;grid-template-columns:auto 78px;gap:8px;align-items:center;margin-top:8px;color:#765866;font-size:12px;font-weight:700}.choice-add-button{width:100%;margin-top:9px;padding:9px 10px;border:1px dashed #ddb7c5;border-radius:10px;background:#fff5f8;color:#966076;font-size:12px;font-weight:700}#dialogue-choices{display:flex;flex-direction:column;gap:8px;margin:12px 24px 0}#dialogue-choices[hidden]{display:none!important}.dialogue-choice-button{width:100%;padding:11px 16px;border:1px solid rgb(255 255 255 / 48%);border-radius:11px;background:#ffffff1f;color:#fff;font-size:14px;font-weight:500;text-align:left;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dialogue-choice-button:hover{background:#d97e9e6b;border-color:#ffffffb8}#dialogue-progress,#dialogue-next-button{display:none}.editor-panel h2{font-size:15px;font-weight:650;letter-spacing:-.025em}.field-label{color:#765864;font-size:12px;font-weight:500;letter-spacing:-.02em}#character-editor-select,#character-name-input,.dialogue-line-card select,.choice-editor-item select,.condition-row input,.choice-affection-row input{font-family:inherit;color:#4f3943;font-size:13px;font-weight:400;letter-spacing:-.02em}#character-editor-select,.dialogue-line-card select,.choice-editor-item select{background-color:#fffafd}#character-name-input,.dialogue-line-card select option,.choice-editor-item select option,#character-editor-select option{font-weight:400}.panel-title-row h2,.dialogue-line-heading strong,.choice-editor-heading strong{font-weight:600}.dialogue-group-summary{font-weight:650}#dialogue-box{position:absolute;bottom:4%;left:50%;width:min(1100px,82%);min-height:24%;padding:28px 30px 20px;border:3px solid rgb(255 255 255 / 88%);border-radius:18px;background:#231d24eb;color:#fff;box-shadow:0 15px 35px #0000006b;transform:translate(-50%);cursor:pointer}#dialogue-name{position:absolute;top:-20px;left:22px;min-width:104px;padding:8px 16px;border:2px solid #fff;border-radius:999px;background:#d97e9e;color:#fff;font-size:14px;font-weight:500;letter-spacing:-.02em;text-align:center;box-shadow:0 6px 15px #0000003d}#dialogue-text{min-height:72px;padding-top:12px;padding-left:25px;color:#fff;font-size:clamp(15px,1.35vw,17px);font-weight:450;line-height:1.85;letter-spacing:-.02em;white-space:pre-wrap;word-break:keep-all}#dialogue-box.has-choices{min-height:auto;max-height:72%;padding-bottom:18px}#dialogue-box.has-choices #dialogue-text{min-height:auto;margin-bottom:14px;padding-bottom:0}#dialogue-box.has-choices #dialogue-choices{display:flex;flex-direction:column;gap:9px;max-height:38vh;margin:0 24px;overflow-y:auto}#dialogue-box.has-choices .dialogue-choice-button{width:100%;padding:11px 15px;border:1px solid rgb(255 255 255 / 42%);border-radius:10px;background:#ffffff1a;color:#fff;font-size:13px;font-weight:500;line-height:1.45;text-align:left}#dialogue-box.has-choices .dialogue-choice-button:hover{border-color:#ffffffb8;background:#d97e9e61}@media(max-width:900px),(max-height:650px){#dialogue-box.has-choices{width:min(88%,1100px);max-height:78%;padding:24px 24px 14px}#dialogue-box.has-choices #dialogue-text{margin-bottom:10px;padding-top:10px;padding-left:18px;font-size:14px;line-height:1.6}#dialogue-box.has-choices #dialogue-choices{gap:7px;max-height:34vh;margin:0 16px}#dialogue-box.has-choices .dialogue-choice-button{padding:9px 12px;font-size:12px}}#dialogue-box.has-choices #dialogue-choices{width:min(72%,760px);margin:0 auto;align-items:stretch}#dialogue-box.has-choices .dialogue-choice-button{width:100%}@media(max-width:1200px){#dialogue-box.has-choices #dialogue-choices{width:min(78%,680px)}}@media(max-width:900px),(max-height:650px){#dialogue-box.has-choices #dialogue-choices{width:88%;margin:0 auto}}@media(max-width:650px){#dialogue-box.has-choices #dialogue-choices{width:94%}}#dialogue-box.has-choices #dialogue-choices{width:min(54%,560px);margin:0 auto;align-items:stretch}#dialogue-box.has-choices .dialogue-choice-button{width:100%;padding:9px 13px;border:1px solid rgb(255 255 255 / 34%);border-radius:9px;color:#ffffffeb;font-family:inherit;font-size:12px;font-weight:400;line-height:1.45;letter-spacing:-.025em;text-align:left}#dialogue-box.has-choices .dialogue-choice-button:hover{border-color:#ffffff9e;background:#d97e9e4d}@media(max-width:1300px){#dialogue-box.has-choices #dialogue-choices{width:min(60%,520px)}}@media(max-width:1000px),(max-height:680px){#dialogue-box.has-choices #dialogue-choices{width:68%}#dialogue-box.has-choices #dialogue-choices{width:auto;margin-left:24px;margin-right:34%;align-items:stretch}}@media(max-width:760px){#dialogue-box.has-choices #dialogue-choices{width:80%}}#dialogue-box.has-choices #dialogue-choices{width:auto!important;margin:0 34% 0 24px!important;align-items:stretch}#dialogue-box.has-choices .dialogue-choice-button{width:100%!important}.dialogue-group-body>.field-label.compact{color:#7a5a67;font-size:11px;font-weight:400;letter-spacing:-.02em}.dialogue-group-body>.text-input{color:#4f3943;font-size:13px;font-weight:400;letter-spacing:-.025em}.choice-editor-heading strong{color:#7a5a67;font-size:11px;font-weight:400;letter-spacing:-.02em}.choice-editor-item>.text-input{color:#4f3943;font-size:13px;font-weight:400;letter-spacing:-.025em}#cutscene-wrap{position:absolute;inset:0;z-index:1;overflow:hidden;background:#181319;pointer-events:none}#cutscene-wrap[hidden]{display:none!important}#cutscene-image{display:block;width:100%;height:100%;object-fit:cover}#dialogue-standing-wrap{z-index:2}#dialogue-box{z-index:4}#dialogue-close-button{z-index:5}.dialogue-group-body>.field-label.compact,.choice-editor-heading strong,.dialogue-line-heading strong{font-size:11px;font-weight:400;letter-spacing:-.02em}.dialogue-group-body>.text-input,.choice-editor-item>.text-input{font-size:12px;font-weight:400;letter-spacing:-.025em}.line-cutscene-control{display:flex;align-items:center;gap:6px;min-height:26px;margin:6px 0 10px}.line-cutscene-add,.line-cutscene-delete{flex:0 0 auto;padding:5px 8px;border:0;border-radius:7px;font-family:inherit;font-size:10px;font-weight:400;line-height:1.2}.line-cutscene-add{background:#f0e7eb;color:#745562}.line-cutscene-add:hover{background:#e7d9df}.line-cutscene-delete{background:#ffe5ea;color:#9a4b60}.line-cutscene-delete:hover{background:#ffd6df}.line-cutscene-thumb{width:42px;height:26px;flex:0 0 auto;border:1px solid #e3d3da;border-radius:6px;background:#f5edf1;object-fit:cover}#dialogue-hide-button{position:absolute;top:16px;right:62px;z-index:5;width:38px;height:38px;border:1px solid rgb(255 255 255 / 45%);border-radius:50%;background:#1410158c;color:#fff;font-family:inherit;font-size:14px;font-weight:400;line-height:1}#dialogue-hide-button:hover{background:#141015d1}#dialogue-runtime.capture-mode{cursor:pointer}#dialogue-runtime.capture-mode #dialogue-box,#dialogue-runtime.capture-mode #dialogue-close-button,#dialogue-runtime.capture-mode #dialogue-hide-button{opacity:0;visibility:hidden;pointer-events:none}.dialogue-group-summary-actions{flex:0 0 auto;display:flex;align-items:center;gap:7px}.dialogue-test-button{flex:0 0 auto;padding:5px 8px;border:1px solid #e5cfd8;border-radius:8px;background:#fff;color:#8b5268;font-family:inherit;font-size:10px;font-weight:400;line-height:1.2;white-space:nowrap}.dialogue-test-button:hover{border-color:#d99ab0;background:#fff0f5}#dialogue-runtime.test-mode:after{content:"TEST";position:absolute;top:20px;left:20px;z-index:5;padding:4px 7px;border-radius:7px;background:#14101594;color:#ffffffc7;font-size:9px;font-weight:500;letter-spacing:.08em;pointer-events:none}#dialogue-runtime.test-mode.capture-mode:after{opacity:0;visibility:hidden}#affection-toast{position:absolute;top:18%;left:50%;z-index:9999;padding:9px 15px;border:1px solid rgb(255 255 255 / 58%);border-radius:999px;background:#231d24e0;color:#ffd4e3;font-family:inherit;font-size:clamp(12px,1.2vw,15px);font-weight:500;letter-spacing:-.02em;white-space:nowrap;opacity:0;visibility:hidden;transform:translate(-50%,8px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;box-shadow:0 8px 24px #00000047;pointer-events:none}#affection-toast.show{opacity:1;visibility:visible;transform:translate(-50%)}#game-container.capture-mode #affection-toast{opacity:0;visibility:hidden}.fur-color-inputs{display:grid;grid-template-columns:48px minmax(0,1fr);gap:9px;align-items:center}#fur-color-picker{width:48px;height:42px;padding:2px;border:1px solid #e6ced7;border-radius:11px;background:#fffafd;cursor:pointer}#fur-color-picker::-webkit-color-swatch-wrapper{padding:2px}#fur-color-picker::-webkit-color-swatch{border:0;border-radius:7px}#fur-color-code{font-family:monospace;text-transform:uppercase}#fur-color-picker:disabled,#fur-color-code:disabled{opacity:.45;cursor:not-allowed}#affection-value,#affection-input,.character-list-affection{font-family:Pretendard,Noto Sans KR,Apple SD Gothic Neo,Malgun Gothic,sans-serif;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.02em}#affection-value{color:#5b404b;font-size:14px}#affection-input{font-size:13px}.dialogue-line-card textarea,.choice-editor-item textarea,.choice-editor-item>.text-input{font-size:12px;line-height:1.6}.group-option-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.group-option-row .checkbox-label{min-width:0;white-space:nowrap;font-size:11px}.group-option-row .mini-button{width:auto;min-width:92px;padding:7px 10px;white-space:nowrap;font-size:11px}.group-option-row .checkbox-label{display:inline-flex;align-items:center;gap:5px}.group-option-row .checkbox-label input[type=checkbox]{margin:0;transform:translateY(1px)}@media(max-width:800px){body{overflow:hidden}#editor{display:block;width:100%;height:100%}#preview-area{width:100%;height:100%;padding:8px}.preview-stage{width:100%}#sidebar{position:fixed;top:0;bottom:0;left:0;z-index:5000;width:min(320px,88vw);height:100%;overflow-y:auto;transform:translate(-105%);transition:transform .22s ease;box-shadow:10px 0 30px #00000040}#sidebar.mobile-open{transform:translate(0)}#mobile-menu-button{position:fixed;top:14px;left:14px;z-index:5100;width:44px;height:44px;border:0;border-radius:13px;background:#ffffffeb;color:#513944;font-size:23px;font-weight:700;box-shadow:0 5px 18px #00000038}#mobile-menu-close{display:block}}#mobile-menu-button{display:none}@media(max-width:800px){#mobile-menu-button{display:flex;align-items:center;justify-content:center;position:fixed;top:14px;left:14px;z-index:5100;width:44px;height:44px;padding:0;border:0;border-radius:13px;background:#fffffff0;color:#513944;font-family:inherit;font-size:24px;line-height:1;cursor:pointer;box-shadow:0 5px 18px #00000038;transition:left .22s ease,background-color .18s ease}#sidebar{position:fixed;top:0;bottom:0;left:0;z-index:5000;width:min(320px,88vw);height:100%;overflow-y:auto;transform:translate(-105%);transition:transform .22s ease;box-shadow:10px 0 30px #00000040}#sidebar.mobile-open{transform:translate(0)}#mobile-menu-button.menu-open{left:calc(min(320px,88vw) - 56px);background:#f8e8ee}#editor{display:block;width:100%;height:100%}#preview-area{width:100%;height:100%;padding:8px}}.dialogue-group-summary{display:grid;grid-template-columns:12px minmax(0,1fr);align-items:center;justify-content:initial;column-gap:8px;row-gap:7px}.dialogue-group-summary:before{grid-column:1;grid-row:1;align-self:center}.dialogue-group-summary>span:first-of-type{grid-column:2;grid-row:1;min-width:0;overflow:visible;text-overflow:clip;white-space:normal;overflow-wrap:anywhere;line-height:1.4}.dialogue-group-summary-actions{grid-column:2;grid-row:2;width:100%;min-width:0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:6px 8px}.dialogue-group-badge{min-width:0;flex:1 1 130px;white-space:normal;overflow-wrap:anywhere;line-height:1.45}.dialogue-test-button{flex:0 0 auto}.condition-row input:last-child{font-size:11px!important}.export-footer{padding-top:16px;border-top:1px solid #eadde2}.html-export-button{width:100%;padding:12px 14px;border:0;border-radius:12px;background:#d97e9e;color:#fff;font-size:14px;font-weight:800;box-shadow:0 7px 16px #a04f6d33}.html-export-button:hover{background:#c96d8e}.html-export-button:disabled{opacity:.55;cursor:wait}.choice-response-section{margin-top:11px;padding-top:11px;border-top:1px solid #eadde3}.choice-response-header,.choice-response-card-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.choice-response-header{margin-bottom:8px}.choice-response-header strong{color:#765462;font-size:12px;font-weight:650}.choice-response-header span{flex:0 0 auto;padding:3px 7px;border-radius:999px;background:#f4e7ec;color:#9a6a7c;font-size:10px;font-weight:700}.choice-response-list{display:flex;flex-direction:column;gap:8px}.choice-response-card{padding:9px;border:1px solid #ead6de;border-radius:11px;background:#fff;box-shadow:0 3px 10px #6f41520d}.choice-response-card-heading{margin-bottom:7px}.choice-response-card-heading strong{color:#8c6171;font-size:11px;font-weight:650}.choice-response-card textarea{min-height:68px;margin:0 0 7px;padding:10px 11px;background:#fffafd;font-size:12px;line-height:1.55}.choice-response-card select{margin-bottom:7px}.response-delete-button{padding:6px 8px;font-size:11px}.choice-response-add-button{width:100%;margin-top:8px;padding:8px 10px;border:1px dashed #d9adbd;border-radius:9px;background:#fff9fb;color:#956276;font-size:11px;font-weight:700}.choice-response-add-button:hover{background:#fff0f5}
