:root{color:#d8dee9;background:#2e3440;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0}button,input,textarea{font:inherit}button{border:1px solid #4c566a;background:#3b4252;color:#d8dee9;border-radius:3px;min-height:36px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer}button:disabled{opacity:.45;cursor:not-allowed}button:hover:not(:disabled){background:#434c5e}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-panel{width:min(420px,100%);background:#3b4252;border:1px solid #4c566a;border-radius:4px;padding:24px;box-shadow:0 16px 40px #0f111547}.auth-panel h1{margin:0 0 20px;font-size:32px}.auth-panel label{display:grid;gap:8px;margin:18px 0;font-weight:600}.auth-panel input{height:42px;border:1px solid #4c566a;border-radius:3px;padding:0 12px;background:#2e3440;color:#eceff4}.segmented{display:grid;grid-template-columns:1fr 1fr;gap:6px}.segmented .active,.primary{background:#5e81ac;color:#eceff4;border-color:#81a1c1}.primary{width:100%}.error{color:#bf616a}.workspace{height:100vh;display:grid;grid-template-columns:300px 1fr;overflow:hidden}.sidebar{background:#2e3440;border-right:1px solid #3b4252;display:flex;flex-direction:column;overflow:auto}.sidebar.root-drop-target{box-shadow:inset 0 0 0 2px #88c0d0}.sidebar-head,.topbar{min-height:56px;display:flex;align-items:center;gap:10px;padding:10px 12px;border-bottom:1px solid #3b4252}.sidebar-head{justify-content:space-between;position:sticky;top:0;background:#2e3440;z-index:1}.sidebar-head strong{color:#eceff4;font-size:13px;letter-spacing:0;text-transform:uppercase}.tree{flex:0 0 auto;list-style:none;margin:0;padding:4px 0 4px 8px}.tree .tree{padding:0 0 0 14px}.tree-item{width:100%;justify-content:flex-start;border-color:transparent;background:transparent;color:#d8dee9;min-height:28px;padding:0 8px;text-align:left;border-radius:0;cursor:grab}.tree-item:not([draggable=true]){cursor:default}.tree-item:active{cursor:grabbing}.tree-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tree-item:hover{background:#3b4252}.tree-item.active{background:#434c5e;color:#eceff4}.tree-item.dragging{opacity:.45}.tree-item.drop-target{background:#4c566a;box-shadow:inset 3px 0 #88c0d0;color:#eceff4}.folder-chevron,.tree-spacer{flex:0 0 15px}.folder-chevron{color:#88c0d0}.sidebar-empty-drop-zone{flex:1 0 64px}.editor-shell{min-width:0;min-height:0;display:flex;flex-direction:column;background:#2e3440}.topbar{justify-content:space-between;background:#3b4252}.file-title{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;color:#eceff4}.actions{display:flex;gap:6px;align-items:center}.username{color:#a7b0c0;font-size:13px;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status{padding:8px 12px;border-bottom:1px solid #3b4252;color:#a3be8c;background:#2e3440;flex:0 0 auto}.editor{width:100%;flex:1 1 auto;min-height:0;border:0;resize:none;padding:22px;outline:none;line-height:1.55;background:#2e3440;color:#eceff4;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:15px}.preview{flex:1 1 auto;min-height:0;overflow:auto;padding:22px;line-height:1.65;max-width:880px;color:#e5e9f0}.preview img{max-width:100%}.empty{flex:1 1 auto;display:grid;place-items:center;color:#7f8aa0}.context-menu{position:fixed;z-index:30;min-width:150px;padding:4px;background:#3b4252;border:1px solid #4c566a;border-radius:3px;box-shadow:0 12px 28px #0f111552}.context-menu button{width:100%;min-height:30px;justify-content:flex-start;border:0;background:transparent;border-radius:2px}.context-menu button:disabled{opacity:.38}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;padding:20px;background:#0f111585}.name-modal{width:min(420px,100%);display:grid;gap:16px;padding:18px;background:#3b4252;border:1px solid #4c566a;border-radius:4px;box-shadow:0 18px 48px #0f11155c}.name-modal h2{margin:0;color:#eceff4;font-size:18px}.name-modal label{display:grid;gap:8px;color:#a7b0c0;font-size:13px}.name-modal input{height:38px;border:1px solid #4c566a;border-radius:3px;padding:0 10px;background:#2e3440;color:#eceff4;outline:none}.name-modal input:focus{border-color:#88c0d0;box-shadow:0 0 0 2px #88c0d02e}.modal-actions{display:flex;justify-content:flex-end;gap:8px}.modal-actions .primary{width:auto}.mobile-only{display:none}@media(max-width:780px){.workspace{grid-template-columns:1fr}.sidebar{position:fixed;inset:0 auto 0 0;width:min(86vw,340px);z-index:10;transform:translate(-100%);transition:transform .16s ease;box-shadow:10px 0 30px #22221e2e}.sidebar.open{transform:translate(0)}.mobile-only{display:inline-flex}.actions{gap:4px}.actions button{min-width:36px;padding:0 8px}.username{max-width:88px}.topbar{padding:8px}}
