:root{--game-columns:120;color:#e6e6e6;background:#0f1115;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}html{height:100%;overflow:hidden}body{box-sizing:border-box;flex-direction:column;height:100dvh;margin:0;padding:1rem;display:flex;overflow:hidden}#app{max-width:calc(var(--game-columns) * 1ch);flex-direction:column;flex:1;width:100%;height:100%;min-height:0;margin:0 auto;display:flex;overflow:hidden}header h1{flex-shrink:0;margin:0 0 .75rem;font-size:1.1rem;font-weight:600}header{text-align:center;width:100%}.log{white-space:pre-wrap;word-break:break-word;scrollbar-color:#3d4a63 #141820;scrollbar-width:thin;background:#141820;border:1px solid #2a3140;border-radius:6px;flex:1;width:100%;min-height:0;margin:0 0 .75rem;padding:.75rem 0;font-family:inherit;font-size:.95rem;line-height:1.35;overflow:hidden scroll}.log::-webkit-scrollbar{width:10px;height:10px}.log::-webkit-scrollbar-track{background:#141820}.log::-webkit-scrollbar-thumb{background:#3d4a63;border-radius:5px}.log::-webkit-scrollbar-thumb:hover{background:#4a5a7a}.line{margin:0}#cmd-form{flex-shrink:0;gap:.5rem;display:flex}#cmd-input{color:inherit;background:#141820;border:1px solid #2a3140;border-radius:6px;flex:1;padding:.5rem .6rem}button{color:inherit;cursor:pointer;background:#1e2633;border:1px solid #3d4a63;border-radius:6px;padding:.5rem .9rem}button:hover{background:#2a3445}
