:root{--bg: #1e1e2e;--bg2: #27293d;--bg3: #2f3146;--fg: #e4e4ef;--muted: #9aa0b5;--accent: #6c8cff;--accent2: #4a6cf7;--danger: #ef4444;--border: #3a3c52;--green: #22c55e}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--fg);font-size:14px}a{color:var(--accent);text-decoration:none}button{background:var(--bg3);color:var(--fg);border:1px solid var(--border);border-radius:6px;padding:6px 10px;cursor:pointer;font-size:13px}button:hover{background:#3a3c5a}button.primary{background:var(--accent2);border-color:var(--accent2);color:#fff}button.primary:hover{background:var(--accent)}button.danger{color:#ffb4b4;border-color:#5a2a2a}button.danger:hover{background:#4a2020}button.tiny,button.tiny:hover{background:none;border:none;padding:0 4px;color:var(--muted)}button:disabled{opacity:.5;cursor:default}input,select{background:var(--bg);color:var(--fg);border:1px solid var(--border);border-radius:6px;padding:8px 10px;font-size:13px}input:focus,select:focus{outline:none;border-color:var(--accent)}.muted{color:var(--muted)}.small{font-size:12px}.center{display:flex;align-items:center;justify-content:center;height:100%;padding:20px}.spacer{flex:1}.error{color:#ffb4b4;background:#3a2020;padding:8px;border-radius:6px}.badge{background:var(--bg3);color:var(--muted);border-radius:10px;padding:2px 8px;font-size:11px}.auth-page{display:flex;align-items:center;justify-content:center;height:100%}.auth-card{background:var(--bg2);padding:32px;border-radius:12px;width:340px;display:flex;flex-direction:column;gap:12px;border:1px solid var(--border)}.auth-card h1{margin:0;font-size:24px}.auth-card p{margin:0}.topbar{display:flex;align-items:center;gap:10px;padding:10px 16px;background:var(--bg2);border-bottom:1px solid var(--border)}.brand{font-weight:700;font-size:18px;color:var(--accent)}.brand.small{font-size:15px;color:var(--fg)}.search{width:240px}.dash{height:100%;display:flex;flex-direction:column}.dash-body{flex:1;display:flex;overflow:hidden}.sidebar{width:220px;background:var(--bg2);border-right:1px solid var(--border);padding:10px;overflow:auto}.projects{flex:1;padding:20px 28px;overflow:auto}.projects-head{display:flex;align-items:center;justify-content:space-between}.proj-table{width:100%;border-collapse:collapse;margin-top:12px}.proj-table th{text-align:left;color:var(--muted);font-weight:500;padding:8px;border-bottom:1px solid var(--border)}.proj-table td{padding:10px 8px;border-bottom:1px solid var(--border);vertical-align:middle}.proj-name{font-weight:600;font-size:15px}.row-actions{display:flex;gap:6px;justify-content:flex-end}.tag-row{display:flex;align-items:center;gap:6px;padding:7px 8px;border-radius:6px;cursor:pointer}.tag-row:hover,.tag-row.active{background:var(--bg3)}.tag-row .dot{width:9px;height:9px;border-radius:50%;display:inline-block}.tag-chips{display:flex;flex-wrap:wrap;gap:4px}.chip{font-size:11px;padding:2px 8px;border-radius:10px;border:1px solid var(--border);color:var(--muted);cursor:pointer}.chip.on{background:var(--accent2);color:#fff;border-color:var(--accent2)}.panel-head{display:flex;align-items:center;justify-content:space-between;font-weight:600;padding:4px 6px 8px}.editor-root{height:100%;display:flex;flex-direction:column}.editor-top{padding:8px 14px}.editor-main{flex:1;overflow:hidden}.engine{padding:5px 8px}.left-pane{height:100%;display:flex;flex-direction:column;background:var(--bg2)}.tabs{display:flex;border-bottom:1px solid var(--border)}.tabs button{flex:1;border:none;border-radius:0;background:var(--bg2);color:var(--muted)}.tabs button.on{color:var(--fg);border-bottom:2px solid var(--accent)}.filetree,.outline{flex:1;overflow:auto;padding:8px}.panel-actions{display:flex;gap:4px}.tree-body,.outline-body{display:flex;flex-direction:column}.tree-row{display:flex;align-items:center;justify-content:space-between;padding:3px 6px;border-radius:4px;cursor:pointer}.tree-row:hover{background:var(--bg3)}.tree-row.active{background:var(--accent2)}.tree-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tree-row-actions{display:none;gap:2px}.tree-row:hover .tree-row-actions{display:flex}.tree-row-actions button{padding:0 4px;background:none;border:none}.dir{font-weight:600;color:var(--muted)}.outline-row{padding:4px 6px;border-radius:4px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.outline-row:hover{background:var(--bg3)}.center-pane{height:100%;display:flex;flex-direction:column;position:relative}.cm-host{flex:1;overflow:hidden}.cm-host .cm-editor{height:100%}.cm-host .cm-scroller{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:13px}.binary-view{flex:1;display:flex;align-items:center;justify-content:center;overflow:auto;padding:20px}.binary-view img{max-width:100%;max-height:100%}.log-panel{height:220px;border-top:1px solid var(--border);background:var(--bg2);display:flex;flex-direction:column}.log-head{display:flex;justify-content:space-between;padding:6px 10px;border-bottom:1px solid var(--border);font-weight:600}.log-body{overflow:auto;padding:8px 10px}.log-item{padding:3px 0;font-size:13px}.log-item.error b{color:#ff8a8a}.log-item.warning b{color:#ffd27d}.raw-log{background:var(--bg);padding:8px;border-radius:6px;white-space:pre-wrap;font-size:11px;color:var(--muted);margin-top:8px}.pdf-pane{height:100%;display:flex;flex-direction:column;background:#525252}.pdf-pane .panel-head{background:var(--bg2);padding:6px 10px}.pdf-scroll{flex:1;overflow:auto;padding:14px;display:flex;flex-direction:column;align-items:center;gap:14px}.pdf-page{box-shadow:0 2px 12px #00000080;background:#fff;max-width:100%}.pdf-empty{color:#ddd;padding:20px;text-align:center}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:var(--bg2);border:1px solid var(--border);border-radius:12px;padding:20px;width:480px;max-height:86vh;overflow:auto}.modal.wide{width:720px}.modal-head{display:flex;justify-content:space-between;align-items:center}.modal h3{margin:18px 0 8px}.row{display:flex;gap:8px;align-items:center;margin:8px 0}.row.between{justify-content:space-between}.row input,.row select{flex:1}.mini{width:100%;border-collapse:collapse}.mini th{text-align:left;color:var(--muted);font-weight:500;padding:6px;border-bottom:1px solid var(--border)}.mini td{padding:6px;border-bottom:1px solid var(--border)}.cm-ySelectionInfo{font-size:11px}.presence{display:flex;align-items:center}.presence .avatar{width:26px;height:26px;border-radius:50%;margin-left:-6px;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#fff;letter-spacing:.3px;border:2px solid var(--bg2);box-shadow:0 0 0 1px #0003;cursor:default;text-shadow:0 1px 1px rgba(0,0,0,.35)}.presence .avatar:first-child{margin-left:0}.presence .avatar.more{background:var(--bg3);color:var(--muted)}.zoom-pct{font-size:12px;color:var(--muted);min-width:38px;text-align:center}.uploads{padding:4px 8px 6px;display:flex;flex-direction:column;gap:5px;border-bottom:1px solid var(--border)}.upload-row{display:flex;flex-direction:column;gap:3px}.upload-name{font-size:11px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-row.err .upload-name{color:#ffb4b4}.upload-bar{height:4px;background:var(--bg);border-radius:3px;overflow:hidden}.upload-bar>span{display:block;height:100%;background:var(--accent);transition:width .15s ease}.upload-row.err .upload-bar>span{background:var(--danger)}.tree-row-actions button{font-size:11px}.tree-row.dir .tree-name{flex:1}:root{--separator-border: rgba(128, 128, 128, .35);--sash-hover-transition-duration: .1s}.allotment-module_splitView__L-yRc{height:100%;overflow:hidden;position:relative;width:100%}.allotment-module_splitView__L-yRc>.allotment-module_sashContainer__fzwJF{height:100%;pointer-events:none;position:absolute;width:100%}.allotment-module_splitView__L-yRc>.allotment-module_sashContainer__fzwJF>.allotment-module_sash__QA-2t{pointer-events:auto}.allotment-module_splitView__L-yRc>.allotment-module_splitViewContainer__rQnVa{height:100%;position:relative;white-space:nowrap;width:100%}.allotment-module_splitView__L-yRc>.allotment-module_splitViewContainer__rQnVa>.allotment-module_splitViewView__MGZ6O{overflow:hidden;position:absolute;white-space:initial}.allotment-module_splitView__L-yRc.allotment-module_vertical__WSwwa>.allotment-module_splitViewContainer__rQnVa>.allotment-module_splitViewView__MGZ6O{width:100%}.allotment-module_splitView__L-yRc.allotment-module_horizontal__7doS8>.allotment-module_splitViewContainer__rQnVa>.allotment-module_splitViewView__MGZ6O{height:100%}.allotment-module_splitView__L-yRc.allotment-module_separatorBorder__x-rDS>.allotment-module_splitViewContainer__rQnVa>.allotment-module_splitViewView__MGZ6O:not(:first-child):before{background-color:var(--separator-border);content:" ";left:0;pointer-events:none;position:absolute;top:0;z-index:5}.allotment-module_splitView__L-yRc.allotment-module_separatorBorder__x-rDS.allotment-module_vertical__WSwwa>.allotment-module_splitViewContainer__rQnVa>.allotment-module_splitViewView__MGZ6O:not(:first-child):before{height:1px;width:100%}.allotment-module_splitView__L-yRc.allotment-module_separatorBorder__x-rDS.allotment-module_horizontal__7doS8>.allotment-module_splitViewContainer__rQnVa>.allotment-module_splitViewView__MGZ6O:not(:first-child):before{height:100%;width:1px}:root{--focus-border: #007fd4;--sash-size: 8px;--sash-hover-size: 4px}.sash-module_sash__K-9lB{position:absolute;z-index:35;touch-action:none;pointer-events:auto;text-align:initial}.sash-module_sash__K-9lB.sash-module_disabled__Hm-wx{pointer-events:none}.sash-module_sash__K-9lB.sash-module_mac__Jf6OJ.sash-module_vertical__pB-rs{cursor:col-resize}.sash-module_sash__K-9lB.sash-module_vertical__pB-rs.sash-module_minimum__-UKxp{cursor:e-resize}.sash-module_sash__K-9lB.sash-module_vertical__pB-rs.sash-module_maximum__TCWxD{cursor:w-resize}.sash-module_sash__K-9lB.sash-module_mac__Jf6OJ.sash-module_horizontal__kFbiw{cursor:row-resize}.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_minimum__-UKxp{cursor:s-resize}.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_maximum__TCWxD{cursor:n-resize}.sash-module_sash__K-9lB.sash-module_disabled__Hm-wx{cursor:default!important;pointer-events:none!important}.sash-module_sash__K-9lB.sash-module_vertical__pB-rs{cursor:ew-resize;top:0;width:var(--sash-size);height:100%}.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw{cursor:ns-resize;left:0;width:100%;height:var(--sash-size)}.sash-module_sash__K-9lB:not(.sash-module_disabled__Hm-wx)>.sash-module_orthogonal-drag-handle__Yii2-{content:" ";height:calc(var(--sash-size) * 2);width:calc(var(--sash-size) * 2);z-index:100;display:block;cursor:all-scroll;position:absolute}.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_orthogonal-edge-north__f7Noe:not(.sash-module_disabled__Hm-wx)>.sash-module_orthogonal-drag-handle__Yii2-.sash-module_start__uZEDk,.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_orthogonal-edge-south__6ZrFC:not(.sash-module_disabled__Hm-wx)>.sash-module_orthogonal-drag-handle__Yii2-.sash-module_end__0TP-R{cursor:nwse-resize}.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_orthogonal-edge-north__f7Noe:not(.sash-module_disabled__Hm-wx)>.sash-module_orthogonal-drag-handle__Yii2-.sash-module_end__0TP-R,.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_orthogonal-edge-south__6ZrFC:not(.sash-module_disabled__Hm-wx)>.sash-module_orthogonal-drag-handle__Yii2-.sash-module_start__uZEDk{cursor:nesw-resize}.sash-module_sash__K-9lB.sash-module_vertical__pB-rs>.sash-module_orthogonal-drag-handle__Yii2-.sash-module_start__uZEDk{left:calc(var(--sash-size) * -.5);top:calc(var(--sash-size) * -1)}.sash-module_sash__K-9lB.sash-module_vertical__pB-rs>.sash-module_orthogonal-drag-handle__Yii2-.sash-module_end__0TP-R{left:calc(var(--sash-size) * -.5);bottom:calc(var(--sash-size) * -1)}.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw>.sash-module_orthogonal-drag-handle__Yii2-.sash-module_start__uZEDk{top:calc(var(--sash-size) * -.5);left:calc(var(--sash-size) * -1)}.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw>.sash-module_orthogonal-drag-handle__Yii2-.sash-module_end__0TP-R{top:calc(var(--sash-size) * -.5);right:calc(var(--sash-size) * -1)}.sash-module_sash__K-9lB:before{content:"";pointer-events:none;position:absolute;width:100%;height:100%;transition:background-color var(--sash-hover-transition-duration) ease-out;background:transparent}.sash-module_sash__K-9lB.sash-module_vertical__pB-rs:before{width:var(--sash-hover-size);left:calc(50% - (var(--sash-hover-size) / 2))}.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw:before{height:var(--sash-hover-size);top:calc(50% - (var(--sash-hover-size) / 2))}.sash-module_sash__K-9lB.sash-module_hover__80W6I:before,.sash-module_sash__K-9lB.sash-module_active__bJspD:before{background:var(--focus-border)}
