*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--app-bg: #F9F8F5;--editor-text: #0F172A;--ph-clr: #94A3B8;--output-bg: #FFFFFF;--output-text: #0F172A;--out-border: #E2E8F0;--out-ph-clr: #CBD5E1;--out-hdr-bg: #1E293B;--toolbar-bg: #0F172A;--tb-border: #1E293B;--tbtn-hover: #1E293B;--sep-clr: #1E293B;--sel-bg: #1E293B;--sel-border: #334155;--footer-bg: #0F172A;--footer-text: #475569;--footer-border: #1E293B;--footer-dot: #1E293B;--font-stat-clr: #334155;--out-lbl-clr: #64748B;--chevron-clr: #475569;--handle-bg: #1E293B;--handle-grip: #334155;--handle-hover: #4F46E5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}[data-theme=dark]{--app-bg: #0D1117;--editor-text: #CDD9E5;--ph-clr: #3C4856;--output-bg: #161B22;--output-text: #CDD9E5;--out-border: #21262D;--out-ph-clr: #2D333B;--out-hdr-bg: #161B22;--toolbar-bg: #010409;--tb-border: #21262D;--tbtn-hover: #21262D;--sep-clr: #21262D;--sel-bg: #21262D;--sel-border: #2D333B;--footer-bg: #010409;--footer-text: #4D5B6A;--footer-border: #21262D;--footer-dot: #21262D;--font-stat-clr: #3C4856;--out-lbl-clr: #4D5B6A;--chevron-clr: #3C4856;--handle-bg: #21262D;--handle-grip: #2D333B;--handle-hover: #4F46E5}html,body{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;background:var(--toolbar-bg);transition:background .2s}#app{width:100%;min-height:100vh;display:flex;flex-direction:column;background:var(--app-bg);transition:background .2s}#content{flex:1;display:flex;flex-direction:column;min-height:0}#toolbar{background:var(--toolbar-bg);padding:9px 14px;display:flex;align-items:center;gap:4px;flex-wrap:wrap;row-gap:7px;border-bottom:1px solid var(--tb-border);position:sticky;top:0;z-index:20;transition:background .2s,border-color .2s}#app-header{background:var(--toolbar-bg);border-bottom:1px solid var(--tb-border);padding:10px 16px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:30;flex-shrink:0;transition:background .2s,border-color .2s}#brand-wrap{display:flex;flex-direction:column;gap:2px;-webkit-user-select:none;user-select:none}#brand{font-size:16px;font-weight:800;letter-spacing:-.5px;color:#fff;line-height:1}#brand .accent{color:#818cf8}#byline{font-size:8.5px;font-weight:500;color:#475569;letter-spacing:.4px;line-height:1;white-space:nowrap}#header-right{display:flex;align-items:center;gap:10px}#btn-theme{position:relative;width:36px;height:20px;background:#334155;border:none;border-radius:10px;cursor:pointer;padding:0;transition:background .22s;-webkit-tap-highlight-color:transparent;flex-shrink:0}[data-theme=dark] #btn-theme{background:#4f46e5}#theme-knob{position:absolute;top:2px;left:2px;width:16px;height:16px;background:#94a3b8;border-radius:50%;transition:transform .22s cubic-bezier(.34,1.56,.64,1),background .22s;display:flex;align-items:center;justify-content:center;pointer-events:none}[data-theme=dark] #theme-knob{transform:translate(16px);background:#fff}#theme-knob svg{display:block}#btn-menu{background:transparent;border:1px solid var(--sep-clr);color:#94a3b8;padding:6px 11px;border-radius:7px;cursor:pointer;display:flex;align-items:center;gap:5px;font-size:12px;font-weight:600;font-family:inherit;transition:background .12s,color .12s,border-color .12s;-webkit-tap-highlight-color:transparent}#btn-menu:hover{background:var(--tbtn-hover);color:#e2e8f0;border-color:#475569}#btn-menu svg{display:block}#btn-save-hdr,#btn-load-hdr{background:transparent;border:1px solid var(--sep-clr);color:#94a3b8;padding:5px 11px;border-radius:7px;cursor:pointer;display:flex;align-items:center;gap:5px;font-size:12px;font-weight:600;font-family:inherit;transition:background .12s,color .12s,border-color .12s;-webkit-tap-highlight-color:transparent;white-space:nowrap}#btn-save-hdr:hover{background:#4f46e5;color:#fff;border-color:#4f46e5}#btn-load-hdr:hover{background:var(--tbtn-hover);color:#e2e8f0;border-color:#475569}#btn-emoji{position:relative}#emoji-picker{display:none;position:absolute;top:calc(100% + 6px);left:0;width:300px;max-height:320px;background:var(--out-hdr-bg);border:1px solid var(--sep-clr);border-radius:10px;box-shadow:0 8px 32px #0000004d;z-index:50;overflow:hidden;flex-direction:column;transition:background .2s}#emoji-picker.open{display:flex}#emoji-picker.flip-left{left:auto;right:0}#emoji-tabs{display:flex;gap:2px;padding:6px 6px 0;background:var(--toolbar-bg);border-bottom:1px solid var(--sep-clr);flex-shrink:0;overflow-x:auto;scrollbar-width:none}#emoji-tabs::-webkit-scrollbar{display:none}.emoji-tab{background:none;border:none;cursor:pointer;font-size:16px;padding:5px 7px;border-radius:6px 6px 0 0;transition:background .1s;flex-shrink:0;border-bottom:2px solid transparent;margin-bottom:-1px}.emoji-tab:hover{background:var(--tbtn-hover)}.emoji-tab.active{background:var(--out-hdr-bg);border-bottom-color:#4f46e5}#emoji-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:1px;padding:8px;overflow-y:auto;flex:1}.emoji-btn{background:none;border:none;cursor:pointer;font-size:20px;padding:4px;border-radius:6px;text-align:center;line-height:1;transition:background .1s;-webkit-tap-highlight-color:transparent}.emoji-btn:hover{background:var(--tbtn-hover)}#btn-more-wrap{position:relative;display:flex;align-items:center}#more-menu{display:none;position:absolute;top:calc(100% + 6px);right:0;background:var(--out-hdr-bg);border:1px solid var(--sep-clr);border-radius:10px;box-shadow:0 8px 32px #0000004d;z-index:49;padding:5px;gap:3px;align-items:center;transition:background .2s}#more-menu.open{display:flex}#saves-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:100;opacity:0;transition:opacity .25s ease}#saves-overlay.open{display:block}#saves-overlay.visible{opacity:1}#saves-panel{position:fixed;top:0;right:0;bottom:0;width:min(380px,100vw);background:var(--app-bg);border-left:1px solid var(--out-border);z-index:101;display:flex;flex-direction:column;transform:translate(100%);transition:transform .28s cubic-bezier(.32,.72,0,1),background .2s,border-color .2s;box-shadow:-8px 0 32px #0000002e}#saves-panel.open{transform:translate(0)}#saves-panel-header{background:var(--out-hdr-bg);padding:13px 16px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;border-bottom:1px solid var(--out-border);transition:background .2s}#saves-panel-title{color:#fff;font-size:13px;font-weight:700;letter-spacing:.2px}#btn-close-panel{background:none;border:none;color:#64748b;cursor:pointer;padding:4px;border-radius:5px;display:flex;align-items:center;transition:color .12s,background .12s}#btn-close-panel:hover{color:#fff;background:#ffffff1a}#saves-save-section{padding:14px 16px;border-bottom:1px solid var(--out-border);flex-shrink:0;display:flex;gap:8px;transition:border-color .2s}#save-name-input{flex:1;background:var(--sel-bg);border:1px solid var(--sel-border);color:var(--editor-text);padding:7px 10px;border-radius:7px;font-size:13px;font-family:inherit;outline:none;transition:border-color .15s,background .2s,color .2s}#save-name-input::placeholder{color:var(--ph-clr)}#save-name-input:focus{border-color:#4f46e5}#btn-do-save{background:#4f46e5;border:none;color:#fff;padding:7px 14px;border-radius:7px;cursor:pointer;font-size:12px;font-weight:600;font-family:inherit;white-space:nowrap;transition:background .15s;flex-shrink:0}#btn-do-save:hover{background:#4338ca}#saves-list{flex:1;overflow-y:auto;padding:8px 0}#saves-empty{padding:32px 16px;text-align:center;color:var(--ph-clr);font-size:13px;line-height:1.6}.save-item{padding:11px 16px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--out-border);transition:background .1s;cursor:pointer}.save-item:hover{background:var(--sel-bg)}.save-item-info{flex:1;min-width:0}.save-item-name{font-size:13px;font-weight:600;color:var(--editor-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s}.save-item-date{font-size:11px;color:var(--ph-clr);margin-top:2px;transition:color .2s}.save-item-actions{display:flex;gap:4px;flex-shrink:0}.btn-load-save{background:#4f46e5;border:none;color:#fff;padding:4px 10px;border-radius:5px;cursor:pointer;font-size:11px;font-weight:600;font-family:inherit;transition:background .12s}.btn-load-save:hover{background:#4338ca}.btn-del-save{background:transparent;border:1px solid var(--sep-clr);color:#64748b;padding:4px 7px;border-radius:5px;cursor:pointer;font-family:inherit;transition:background .12s,color .12s;display:flex;align-items:center}.btn-del-save:hover{background:#ef44441f;color:#f87171;border-color:#f87171}#toast{position:fixed;bottom:48px;left:50%;transform:translate(-50%) translateY(12px);background:#1e293b;color:#fff;padding:8px 18px;border-radius:8px;font-size:13px;font-weight:500;opacity:0;pointer-events:none;z-index:200;transition:opacity .2s,transform .2s;white-space:nowrap;box-shadow:0 4px 16px #0000004d}#toast.show{opacity:1;transform:translate(-50%) translateY(0)}.tbtn{background:transparent;border:none;color:#94a3b8;padding:7px 8px;border-radius:7px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .12s,color .12s;line-height:1;-webkit-tap-highlight-color:transparent;touch-action:manipulation;font-family:inherit}.tbtn:hover{background:var(--tbtn-hover);color:#e2e8f0}.tbtn.active{background:#4f46e5;color:#fff}.tbtn:disabled{opacity:.35;cursor:default}.tbtn:disabled:hover{background:transparent;color:#94a3b8}.tbtn svg{display:block}#btn-reset:hover{background:#ef444426;color:#f87171}.sep{width:1px;height:20px;background:var(--sep-clr);margin:0 3px;flex-shrink:0;transition:background .2s}#font-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:var(--sel-bg);border:1px solid var(--sel-border);color:#e2e8f0;padding:6px 28px 6px 10px;border-radius:7px;font-size:13px;font-family:inherit;cursor:pointer;outline:none;min-width:136px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394A3B8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;transition:border-color .12s,background-color .2s}#font-select:hover{border-color:#4f46e5}#font-select option{background:#1e293b;color:#e2e8f0}#btn-layout{display:none}@media (min-width: 769px){#btn-layout{display:flex}}#toolbar-right{display:flex;align-items:center;gap:4px;margin-left:auto}#main-handle{flex-shrink:0;width:100%;height:8px;cursor:ns-resize;background:var(--handle-bg);display:flex;align-items:center;justify-content:center;transition:background .15s;z-index:5;user-select:none;-webkit-user-select:none}#main-handle:hover,#main-handle.dragging{background:var(--handle-hover)}#handle-grip{display:flex;align-items:center;justify-content:center;gap:3px;pointer-events:none}#handle-grip span{width:3px;height:3px;border-radius:50%;background:var(--handle-grip);transition:background .15s;display:block;flex-shrink:0}#main-handle:hover #handle-grip span,#main-handle.dragging #handle-grip span{background:#ffffff80}#editor-wrap{flex:1;padding:20px 24px 16px;position:relative;min-height:160px;overflow-y:auto;transition:background .2s}#placeholder{position:absolute;top:20px;left:24px;right:24px;font-size:17px;line-height:1.8;color:var(--ph-clr);pointer-events:none;-webkit-user-select:none;user-select:none;transition:color .2s}.editor{min-height:140px;font-size:17px;line-height:1.8;color:var(--editor-text);caret-color:#6366f1;word-break:break-word;outline:none;-webkit-user-select:text;user-select:text;transition:color .2s}.editor ul,.editor ol{padding-left:1.5em;margin:2px 0}.editor li{margin:1px 0}.i-bold{font-weight:700}.i-italic{font-style:italic}.i-ul{list-style:none}.i-ul>.i-li{position:relative}.i-ul>.i-li:before{content:var(--ist-marker, "•");position:absolute;left:-1.2em}.i-ol{list-style:decimal}#bullet-handle{position:absolute;left:2px;z-index:15}.bullet-handle-btn{width:20px;height:27px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;border-radius:6px;color:var(--ph-clr);cursor:pointer;font-size:15px;line-height:1;opacity:.4;-webkit-tap-highlight-color:transparent;transition:opacity .12s,background .12s,border-color .12s,color .12s}#editor-wrap:hover .bullet-handle-btn,.bullet-handle-btn:hover,.bullet-handle-btn.active{opacity:1}.bullet-handle-btn:hover{background:#6366f11f;color:var(--editor-text);border-color:#6366f166}.bullet-handle-btn.active{background:#4f46e5;color:#fff;border-color:#4f46e5}.bullet-handle-glyph{pointer-events:none}#bullet-menu{position:fixed;z-index:60;width:min(280px,92vw);background:var(--out-hdr-bg);border:1px solid var(--sep-clr);border-radius:10px;box-shadow:0 8px 32px #0000004d;padding:10px}.bullet-menu-title{font-size:10.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#94a3b8;margin-bottom:8px}.bullet-categories{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px;max-height:72px;overflow-y:auto}.bullet-category{background:var(--sel-bg);border:1px solid var(--sel-border);border-radius:999px;color:#94a3b8;font-size:10px;font-weight:600;padding:3px 8px;font-family:inherit;cursor:pointer}.bullet-category.active{background:#4f46e533;color:#c7d2fe;border-color:#4f46e5}.bullet-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:4px}.bullet-preset-grid{max-height:140px;overflow-y:auto;margin-bottom:4px}.bullet-swatch{height:28px;display:flex;align-items:center;justify-content:center;background:var(--sel-bg);border:1px solid var(--sel-border);border-radius:6px;color:#e2e8f0;cursor:pointer;font-size:15px;line-height:1;transition:background .1s,border-color .1s;padding:0 2px;min-width:0}.bullet-swatch.nested{font-size:11px;grid-column:span 2}.bullet-nested-pair{display:inline-flex;align-items:center;gap:2px;white-space:nowrap}.bullet-nested-sep{color:#64748b;font-size:10px}.bullet-swatch:hover{border-color:#4f46e5}.bullet-swatch.active{background:#4f46e5;color:#fff;border-color:#4f46e5}.bullet-custom{display:flex;gap:6px;margin-top:9px}.bullet-custom input{flex:1;min-width:0;background:var(--sel-bg);border:1px solid var(--sel-border);border-radius:6px;padding:5px 8px;color:#e2e8f0;font-size:16px;font-family:inherit;outline:none}.bullet-custom input::placeholder{color:#94a3b8}.bullet-custom input:focus{border-color:#4f46e5}.bullet-custom-apply{background:#4f46e5;color:#fff;border:none;border-radius:6px;padding:5px 12px;font-size:12px;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .12s}.bullet-custom-apply:disabled{opacity:.4;cursor:default}.i-divider-host{margin:0}.i-divider{display:flex;flex-direction:column;align-items:center;margin:.6em 0;padding:2px 0;border-radius:8px;border:1px solid transparent;cursor:pointer;transition:background .12s,border-color .12s}.i-divider:hover{background:#6366f112}.i-divider.selected{background:#6366f11f;border-color:#6366f166}.i-divider-line{color:var(--ph-clr);letter-spacing:.04em;line-height:1.4;white-space:pre-wrap;-webkit-user-select:none;user-select:none;text-align:center}.i-divider-picker{margin-top:8px;width:min(320px,94vw);background:var(--out-hdr-bg);border:1px solid var(--sep-clr);border-radius:10px;box-shadow:0 8px 32px #0000004d;padding:10px;cursor:default}.i-divider-title{font-size:10.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#94a3b8;margin-bottom:8px}.divider-tabs{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}.divider-tab{flex:1 1 auto;min-width:0;background:var(--sel-bg);border:1px solid var(--sel-border);border-radius:6px;color:#cbd5e1;font-size:11px;font-weight:600;padding:5px 6px;font-family:inherit;cursor:pointer}.divider-tab.active{background:#4f46e5;color:#fff;border-color:#4f46e5}.divider-builder{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.divider-field{display:flex;align-items:center;gap:8px;font-size:11px;color:#94a3b8}.divider-field>span:first-child{flex:0 0 72px}.divider-field input[type=text],.divider-field input[type=number],.divider-field select{flex:1;min-width:0;background:var(--sel-bg);border:1px solid var(--sel-border);border-radius:6px;padding:4px 8px;color:#e2e8f0;font-size:16px;font-family:inherit;outline:none}.divider-field input[type=range]{flex:1}.divider-field-value{flex:0 0 24px;text-align:right;color:#e2e8f0;font-size:11px}.divider-check{display:flex;align-items:center;gap:6px;font-size:11px;color:#94a3b8}.divider-palette{display:flex;flex-wrap:wrap;gap:4px}.divider-palette-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--sel-bg);border:1px solid var(--sel-border);border-radius:6px;color:#e2e8f0;cursor:pointer;font-size:14px;padding:0}.divider-palette-btn.active{background:#4f46e5;color:#fff;border-color:#4f46e5}.divider-preview{display:flex;flex-direction:column;gap:4px;padding:6px 8px;background:var(--sel-bg);border:1px solid var(--sel-border);border-radius:6px}.divider-preview-label{font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#64748b}.divider-preview-line{color:#e2e8f0;font-size:12px;line-height:1.3;word-break:break-all;text-align:center}.divider-apply{background:#4f46e5;color:#fff;border:none;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600;font-family:inherit;cursor:pointer}.divider-apply:disabled{opacity:.4;cursor:default}.divider-categories{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px;max-height:72px;overflow-y:auto}.divider-category{background:var(--sel-bg);border:1px solid var(--sel-border);border-radius:999px;color:#94a3b8;font-size:10px;font-weight:600;padding:3px 8px;font-family:inherit;cursor:pointer}.divider-category.active{background:#4f46e533;color:#c7d2fe;border-color:#4f46e5}.i-divider-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4px}.divider-preset-grid{max-height:120px;overflow-y:auto}.divider-sequence{display:flex;flex-direction:column;gap:6px}.divider-sequence-label{font-size:10px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em}.divider-sequence-slots{display:flex;flex-wrap:wrap;gap:4px}.divider-sequence-slot{display:flex;align-items:center;gap:2px}.divider-sequence-slot input{width:36px;background:var(--sel-bg);border:1px solid var(--sel-border);border-radius:6px;padding:4px;color:#e2e8f0;font-size:16px;text-align:center;font-family:inherit}.divider-sequence-remove{width:22px;height:22px;background:transparent;border:1px solid var(--sel-border);border-radius:4px;color:#94a3b8;cursor:pointer;font-size:14px;line-height:1;padding:0}.divider-sequence-remove:disabled{opacity:.35;cursor:default}.divider-sequence-add{align-self:flex-start;background:var(--sel-bg);border:1px solid var(--sel-border);border-radius:6px;color:#cbd5e1;font-size:11px;font-weight:600;padding:4px 8px;font-family:inherit;cursor:pointer}.divider-sequence-add:disabled{opacity:.35;cursor:default}.i-divider-swatch{height:28px;display:flex;align-items:center;justify-content:center;background:var(--sel-bg);border:1px solid var(--sel-border);border-radius:6px;color:#e2e8f0;cursor:pointer;font-size:11px;line-height:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:0 4px;transition:background .1s,border-color .1s}.i-divider-swatch:hover{border-color:#4f46e5}.i-divider-swatch.active{background:#4f46e5;color:#fff;border-color:#4f46e5}#output-panel{flex-shrink:0;display:flex;flex-direction:column;border-top:0;min-height:0}#output-header{background:var(--out-hdr-bg);padding:9px 16px;display:flex;justify-content:space-between;align-items:center;transition:background .2s;flex-shrink:0}#toggle-btn{background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:7px;padding:0;font-family:inherit;-webkit-tap-highlight-color:transparent}.output-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:var(--out-lbl-clr);transition:color .2s}#chevron{color:var(--chevron-clr);transition:transform .2s ease,color .2s;display:block}#copy-btn{background:#4f46e5;border:none;color:#fff;padding:5px 14px;border-radius:7px;cursor:pointer;font-size:12px;font-weight:600;display:flex;align-items:center;gap:5px;transition:background .2s;font-family:inherit;-webkit-tap-highlight-color:transparent}#copy-btn.copied{background:#059669}#copy-btn svg{display:block}#output-body{height:220px;min-height:0;overflow-y:auto;font-size:17px;line-height:1.8;color:var(--output-text);white-space:pre-wrap;word-break:break-word;padding:16px 24px;background:var(--output-bg);transition:opacity .18s ease,background .2s,color .2s}#output-body.collapsed{height:0!important;padding-top:0!important;padding-bottom:0!important;opacity:0;overflow:hidden}.out-ph{color:var(--out-ph-clr)}#footer{background:var(--footer-bg);padding:6px 24px;display:flex;align-items:center;color:var(--footer-text);font-size:11.5px;border-top:1px solid var(--footer-border);transition:background .2s,color .2s,border-color .2s;flex-shrink:0}.stat{padding-right:12px}.stat:not(:last-child):after{content:"·";margin-left:12px;color:var(--footer-dot)}#font-stat{margin-left:auto;color:var(--font-stat-clr);font-size:10.5px;text-transform:uppercase;letter-spacing:.8px;font-weight:600}#ig-stat{font-size:11.5px;font-weight:500;transition:color .2s;white-space:nowrap}#ig-stat.ok{color:var(--footer-text)}#ig-stat.warn{color:#f59e0b}#ig-stat.over{color:#ef4444;font-weight:700}@keyframes resetFlash{0%{background:#ef44441a}to{background:transparent}}#editor-wrap.flash{animation:resetFlash .4s ease-out}html.col-layout #app{height:100vh;overflow:hidden}html.col-layout #content{flex-direction:row;flex:1;overflow:hidden}html.col-layout #editor-wrap{flex:none;overflow-y:auto;border-right:none;min-height:0;height:100%}html.col-layout #main-handle{width:8px;height:100%;cursor:ew-resize;flex-direction:column;border-top:none;flex-shrink:0}html.col-layout #handle-grip{flex-direction:column;gap:3px}html.col-layout #output-panel{flex:none;height:100%;overflow:hidden;border-top:none;border-left:2px solid var(--out-border)}html.col-layout #output-body{flex:1;height:auto!important;max-height:none!important;overflow-y:auto}html.col-layout #output-panel{display:flex;flex-direction:column}html.col-layout.panel-collapsed #main-handle{display:none}html.col-layout.panel-collapsed #editor-wrap{width:auto!important;flex:1!important}html.col-layout.panel-collapsed #output-panel{width:40px!important;flex-shrink:0;overflow:hidden;transition:width .2s ease}html.col-layout.panel-collapsed #output-header{flex-direction:column;align-items:center;justify-content:flex-start;padding:12px 4px;gap:10px;height:100%;width:40px;overflow:hidden}html.col-layout.panel-collapsed #output-body,html.col-layout.panel-collapsed #copy-btn{display:none}html.col-layout.panel-collapsed .output-label{writing-mode:vertical-rl;transform:rotate(180deg);letter-spacing:1.4px;margin-top:4px}html.col-layout #output-panel{transition:width .2s ease}#welcome-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:200;align-items:center;justify-content:center;padding:16px;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}#welcome-overlay.open{display:flex}#welcome-modal{background:var(--app-bg);border:1px solid var(--out-border);border-radius:16px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 64px #0006;display:flex;flex-direction:column;animation:modalIn .28s cubic-bezier(.32,.72,0,1) both}@keyframes modalIn{0%{opacity:0;transform:scale(.95) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}#welcome-header{padding:28px 28px 0;display:flex;flex-direction:column;gap:6px}#welcome-logo{font-size:22px;font-weight:800;letter-spacing:-.6px;color:var(--editor-text)}#welcome-logo .accent{color:#818cf8}#welcome-byline-sm{font-size:10px;color:var(--ph-clr);letter-spacing:.4px}#welcome-body{padding:18px 28px}#welcome-desc{font-size:14px;line-height:1.7;color:var(--editor-text);margin-bottom:20px;transition:color .2s}#welcome-desc strong{color:var(--editor-text)}#welcome-features{display:flex;flex-direction:column;gap:8px;margin-bottom:22px}.welcome-feature{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--editor-text);line-height:1.5;transition:color .2s}.welcome-feature-icon{font-size:16px;flex-shrink:0;margin-top:1px}#welcome-templates-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.9px;color:var(--ph-clr);margin-bottom:8px;transition:color .2s}#welcome-templates{display:flex;flex-direction:column;gap:6px}.welcome-tpl{display:flex;align-items:center;gap:10px;background:var(--sel-bg);border:1px solid var(--sel-border);border-radius:8px;padding:10px 12px;cursor:pointer;transition:border-color .12s,background .12s;text-align:left;font-family:inherit;width:100%}.welcome-tpl:hover{border-color:#4f46e5;background:var(--tbtn-hover)}.welcome-tpl-icon{font-size:18px;flex-shrink:0}.welcome-tpl-info{flex:1;min-width:0}.welcome-tpl-name{font-size:13px;font-weight:600;color:var(--editor-text);transition:color .2s}.welcome-tpl-desc{font-size:11px;color:var(--ph-clr);margin-top:1px;transition:color .2s}.welcome-tpl-arrow{color:#4f46e5;font-size:14px;flex-shrink:0}#welcome-footer{padding:0 28px 24px;display:flex;gap:10px;align-items:center}#btn-welcome-start{flex:1;background:#4f46e5;border:none;color:#fff;padding:11px 20px;border-radius:9px;cursor:pointer;font-size:14px;font-weight:700;font-family:inherit;transition:background .15s;display:flex;align-items:center;justify-content:center;gap:6px}#btn-welcome-start:hover{background:#4338ca}#btn-welcome-skip{background:none;border:1px solid var(--sep-clr);color:var(--ph-clr);padding:11px 16px;border-radius:9px;cursor:pointer;font-size:13px;font-family:inherit;transition:background .12s,color .12s;white-space:nowrap}#btn-welcome-skip:hover{background:var(--tbtn-hover);color:var(--editor-text)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}#doc-title{display:flex;align-items:center;gap:5px;min-width:0;flex:1;margin:0 14px;-webkit-user-select:none;user-select:none}#doc-title .doc-name{font-size:12px;font-weight:600;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:240px}#doc-title .doc-dirty{color:#818cf8;font-size:22px;line-height:1;flex-shrink:0;display:inline-flex;align-items:center;height:14px;margin-top:-2px}#btn-save-hdr:disabled{opacity:.4;cursor:default}#btn-save-hdr:disabled:hover{background:transparent;color:#94a3b8;border-color:var(--sep-clr)}#btn-save-hdr.is-update{color:#c7d2fe;border-color:#4f46e5}#btn-save-hdr.is-update:hover{background:#4f46e5;color:#fff}.overlay-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:100;opacity:0;transition:opacity .25s ease}.overlay-scrim.visible{opacity:1}#settings-panel,#side-menu{position:fixed;top:0;right:0;bottom:0;width:min(380px,100vw);background:var(--app-bg);border-left:1px solid var(--out-border);z-index:101;display:flex;flex-direction:column;transform:translate(100%);transition:transform .28s cubic-bezier(.32,.72,0,1),background .2s,border-color .2s;box-shadow:-8px 0 32px #0000002e}#settings-panel.open,#side-menu.open{transform:translate(0)}.panel-header{background:var(--out-hdr-bg);padding:13px 16px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;border-bottom:1px solid var(--out-border);transition:background .2s}.panel-title{color:#fff;font-size:13px;font-weight:700;letter-spacing:.2px}.btn-close-panel{background:none;border:none;color:#64748b;cursor:pointer;padding:4px;border-radius:5px;display:flex;align-items:center;transition:color .12s,background .12s}.btn-close-panel:hover{color:#fff;background:#ffffff1a}.settings-body{flex:1;overflow-y:auto;padding:8px 0}.settings-group{padding:10px 16px 16px;border-bottom:1px solid var(--out-border)}.settings-group:last-child{border-bottom:none}.settings-group-title{font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--ph-clr);margin:6px 0 12px}.settings-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0}.settings-label{font-size:13px;font-weight:600;color:var(--editor-text);display:flex;flex-direction:column;gap:3px}.tip-row .settings-label{flex:1}.tip-blurb{font-size:11px;font-weight:400;color:var(--ph-clr);line-height:1.4}.seg{display:flex;background:var(--sel-bg);border:1px solid var(--sel-border);border-radius:8px;padding:2px;flex-shrink:0}.seg button{background:none;border:none;color:var(--ph-clr);cursor:pointer;padding:5px 12px;border-radius:6px;font-size:12px;font-weight:600;font-family:inherit;transition:background .12s,color .12s}.seg button.on{background:#4f46e5;color:#fff}.settings-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;flex-shrink:0;background:var(--sel-bg);border:1px solid var(--sel-border);color:var(--editor-text);padding:6px 28px 6px 10px;border-radius:7px;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;outline:none;min-width:136px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394A3B8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;transition:border-color .12s,background-color .2s}.settings-select:hover{border-color:#4f46e5}.settings-select option{background:#1e293b;color:#e2e8f0}.settings-value{font-size:13px;font-weight:500;color:var(--ph-clr);flex-shrink:0}.tip-toggle{position:relative;width:38px;height:22px;flex-shrink:0;background:var(--sel-border);border:none;border-radius:11px;cursor:pointer;padding:0;transition:background .18s}.tip-toggle.on{background:#4f46e5}.tip-knob{position:absolute;top:2px;left:2px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform .18s cubic-bezier(.34,1.56,.64,1)}.tip-toggle.on .tip-knob{transform:translate(16px)}.settings-reset{margin-top:12px;width:100%;background:transparent;border:1px solid var(--sep-clr);color:var(--ph-clr);padding:8px;border-radius:8px;cursor:pointer;font-size:12px;font-weight:600;font-family:inherit;transition:background .12s,color .12s,border-color .12s}.settings-reset:hover:not(:disabled){background:var(--tbtn-hover);color:var(--editor-text);border-color:#475569}.settings-reset:disabled{opacity:.5;cursor:default}.menu-list{flex:1;overflow-y:auto;padding:8px 0}.menu-item{width:100%;background:none;border:none;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:12px;padding:13px 16px;text-align:left;border-bottom:1px solid var(--out-border);transition:background .1s}.menu-item:hover{background:var(--sel-bg)}.menu-item-icon{font-size:19px;line-height:1;flex-shrink:0;width:24px;text-align:center}.menu-item-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.menu-item-label{font-size:13px;font-weight:600;color:var(--editor-text)}.menu-item-sub{font-size:11px;color:var(--ph-clr)}.menu-item-arrow{color:var(--ph-clr);flex-shrink:0;display:flex;transition:transform .18s}.menu-item-arrow.down{transform:rotate(90deg)}.menu-about{padding:4px 16px 16px}.menu-about p{font-size:12px;line-height:1.6;color:var(--ph-clr);margin:8px 0 0}.menu-about-by{font-size:11px;color:var(--font-stat-clr);font-style:italic}#saves-update-section{padding:12px 16px;border-bottom:1px solid var(--out-border);display:flex;align-items:center;gap:10px;flex-shrink:0}.saves-bound-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.saves-bound-label{font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--ph-clr)}.saves-bound-name{font-size:13px;font-weight:600;color:var(--editor-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.saves-bound-dirty{font-size:10px;color:#818cf8;font-weight:600}#btn-do-update{background:#4f46e5;border:none;color:#fff;padding:7px 16px;border-radius:7px;cursor:pointer;font-size:12px;font-weight:600;font-family:inherit;flex-shrink:0;transition:background .15s}#btn-do-update:hover:not(:disabled){background:#4338ca}#btn-do-update:disabled{opacity:.45;cursor:default}.save-item.current{background:color-mix(in srgb,#4F46E5 10%,transparent)}.save-item.current:hover{background:color-mix(in srgb,#4F46E5 16%,transparent)}.save-item-badge{display:inline-block;margin-left:8px;padding:1px 7px;border-radius:10px;background:#4f46e5;color:#fff;font-size:9px;font-weight:700;letter-spacing:.3px;vertical-align:middle}#toast.has-action{display:flex;align-items:center;gap:14px;padding-right:8px}#toast-action{background:#ffffff24;border:none;color:#c7d2fe;cursor:pointer;padding:5px 12px;border-radius:6px;font-size:12px;font-weight:600;font-family:inherit;white-space:nowrap;pointer-events:auto;transition:background .12s,color .12s}#toast-action:hover{background:#ffffff3d;color:#fff}.tbtn.mixed{background:var(--tbtn-hover);color:#c7d2fe;box-shadow:inset 0 0 0 1px #4f46e5}#font-select.mixed{font-style:italic;opacity:.85}.confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#00000080;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;transition:opacity .18s ease}.confirm-overlay.visible{opacity:1}.confirm-box{width:min(380px,100%);background:var(--app-bg);border:1px solid var(--out-border);border-radius:14px;box-shadow:0 16px 48px #00000052;padding:22px 22px 18px;transform:translateY(8px) scale(.98);opacity:0;transition:transform .2s cubic-bezier(.34,1.3,.64,1),opacity .18s ease,background .2s,border-color .2s}.confirm-box.in{transform:translateY(0) scale(1);opacity:1}.confirm-title{font-size:15px;font-weight:700;color:var(--editor-text);margin-bottom:7px}.confirm-message{font-size:13px;line-height:1.55;color:var(--ph-clr);margin-bottom:18px}.confirm-actions{display:flex;justify-content:flex-end;gap:9px}.confirm-cancel{background:transparent;border:1px solid var(--sep-clr);color:var(--ph-clr);padding:8px 16px;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;font-family:inherit;transition:background .12s,color .12s,border-color .12s}.confirm-cancel:hover{background:var(--tbtn-hover);color:var(--editor-text);border-color:#475569}.confirm-ok{background:#4f46e5;border:none;color:#fff;padding:8px 16px;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;font-family:inherit;transition:background .15s}.confirm-ok:hover{background:#4338ca}.confirm-ok.danger{background:#dc2626}.confirm-ok.danger:hover{background:#b91c1c}@media (max-width: 560px){#doc-title{display:none}}
