*{box-sizing:border-box}html,body{margin:0;height:100%;font-family:Segoe UI,Arial,sans-serif}.login-body{background:#181818;color:#ddd;display:grid;place-items:center}.login-card{width:min(390px,92vw);background:#202020;border:1px solid #333;padding:30px;border-radius:10px;box-shadow:0 20px 70px #0008}.brand{color:#8dc8ff}.login-card h1{font-size:25px;margin:28px 0 8px}.login-card p{color:#999;font-size:14px}.login-card input,.login-card button{width:100%;height:42px;margin:7px 0;border-radius:4px;border:1px solid #444;background:#181818;color:#eee;padding:0 12px}.login-card input:focus{outline:1px solid #007acc}.login-card button{background:#0e639c;border:0;font-weight:600;cursor:pointer}.login-card small{display:block;color:#888;margin-top:15px}.error{background:#5a1d1d;padding:9px;border-radius:4px;font-size:13px}.studio{background:#1e1e1e;color:#ccc;overflow:hidden}.studio header{height:35px;background:#181818;border-bottom:1px solid #2b2b2b;display:flex;align-items:center;font-size:13px}.menu{width:48px;text-align:center}.title{flex:1;text-align:center;color:#aaa}.top-actions{display:flex;gap:7px;align-items:center;padding-right:8px}.top-actions select,.top-actions button{background:#252526;color:#ccc;border:1px solid #444;height:25px;font-size:12px}.top-actions a{color:#bbb;text-decoration:none}.studio main{height:calc(100vh - 57px);display:flex}.activity{width:48px;background:#181818;border-right:1px solid #2b2b2b;display:flex;flex-direction:column;align-items:center;font-size:23px;color:#858585}.activity div{width:100%;height:48px;display:grid;place-items:center}.activity .active{color:#ddd;border-left:2px solid #007acc}.activity .bottom{margin-top:auto}.explorer{width:255px;background:#181818;border-right:1px solid #2b2b2b;overflow:auto}.pane-title{font-size:11px;padding:10px 18px}.project-title{font-size:11px;font-weight:bold;padding:6px 10px;color:#ddd}.tree{font:13px Consolas,monospace}.tree-row{height:23px;display:flex;align-items:center;gap:5px;padding-left:var(--indent);white-space:nowrap;cursor:pointer}.tree-row:hover{background:#2a2d2e}.tree-row.file.active{background:#37373d}.caret{width:12px;color:#aaa}.icon{width:15px;text-align:center;color:#d7ba7d}.folder .icon{color:#dcb67a}.empty{padding:20px;color:#777;font-family:Segoe UI}.work{flex:1;min-width:0;display:flex;flex-direction:column}.tabs{height:35px;background:#181818;display:flex;border-bottom:1px solid #252525}.tab,.welcome-tab{height:35px;padding:9px 14px;background:#1e1e1e;border-right:1px solid #2b2b2b;font-size:12px;max-width:190px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tab.active{border-top:1px solid #007acc}.editor{flex:1;overflow:auto;position:relative;background:#1e1e1e;font:14px/20px Consolas,'Courier New',monospace;outline:none}.welcome{font-family:Segoe UI;color:#aaa;max-width:600px;margin:80px auto;padding:20px}.welcome h2{font-size:30px;color:#ddd}.keys span{background:#333;border:1px solid #555;padding:2px 7px;border-radius:4px}.code-wrap{min-width:max-content;padding:8px 0 80px}.line{display:flex;min-height:20px}.ln{width:60px;text-align:right;padding-right:18px;color:#858585;user-select:none}.code{white-space:pre;min-width:600px}.cursor{display:inline-block;width:2px;height:17px;background:#ddd;vertical-align:-3px;animation:blink 1s steps(1) infinite}@keyframes blink{50%{opacity:0}}footer{height:22px;background:#007acc;color:white;display:flex;align-items:center;gap:18px;padding:0 10px;font-size:12px}.grow{flex:1}@media(max-width:700px){.explorer{width:190px}.top-actions select{display:none}.title{display:none}.activity{width:42px}.explorer{position:absolute;z-index:3;left:42px;height:calc(100vh - 57px)}.work{margin-left:190px}footer{gap:7px;font-size:10px}}
