*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 10% 10%,rgba(255,255,255,.18),transparent 26%),linear-gradient(135deg,#008080,#004040);font-family:"MS Sans Serif",Tahoma,Arial,sans-serif;overflow:hidden}.hidden{display:none}.desktop{min-height:100vh;display:grid;place-items:center;padding:16px}.window{width:min(1080px,97vw);height:min(760px,94vh);background:#c0c0c0;border:2px solid #fff;border-right-color:#404040;border-bottom-color:#404040;box-shadow:9px 9px 0 rgba(0,0,0,.38);display:flex;flex-direction:column}.titlebar{height:32px;background:linear-gradient(90deg,#000080,#1084d0);color:#fff;padding:4px 6px;display:flex;align-items:center;justify-content:space-between;font-weight:bold}.title-left{display:flex;gap:8px;align-items:center}.app-icon{background:#c0c0c0;color:#000080;border:1px solid #fff;padding:0 4px}.buttons{display:flex;gap:3px}.buttons button,.toolbar button{font-family:inherit;background:#c0c0c0;border:2px solid #fff;border-right-color:#404040;border-bottom-color:#404040;min-width:28px;height:24px;cursor:pointer}.buttons button:active,.toolbar button:active{border:2px solid #404040;border-right-color:#fff;border-bottom-color:#fff}.menubar{height:24px;display:flex;gap:18px;align-items:center;padding:0 8px;border-bottom:1px solid #808080;font-size:13px}.toolbar{padding:6px;display:flex;gap:6px;border-bottom:2px solid #808080;flex-wrap:wrap}.screen-wrap{margin:8px;background:#000;border:3px inset #808080;flex:1;display:flex;flex-direction:column;min-height:0}.screen{flex:1;padding:13px;overflow-y:auto;font-family:"Lucida Console","Courier New",monospace;font-size:15px;line-height:1.42;white-space:pre-wrap}.green{color:#75ff75;text-shadow:0 0 5px rgba(117,255,117,.55)}.amber{color:#ffbf58;text-shadow:0 0 5px rgba(255,191,88,.45)}.white{color:#eeeeee;text-shadow:0 0 5px rgba(255,255,255,.3)}.crt{background:linear-gradient(rgba(255,255,255,.03) 50%,rgba(0,0,0,.08) 50%);background-size:100% 4px}.command-line{display:flex;padding:0 13px 13px;font-family:"Lucida Console","Courier New",monospace;font-size:15px;color:#75ff75}.command-line input{flex:1;background:transparent;border:none;outline:none;color:inherit;font:inherit;caret-color:currentColor;text-transform:uppercase}#prompt{margin-right:6px}.statusbar{display:flex;justify-content:space-between;gap:8px;padding:5px 8px;border-top:2px solid #fff;font-size:12px}.boot-screen{position:fixed;inset:0;background:#000;color:#75ff75;font-family:"Lucida Console","Courier New",monospace;font-size:16px;white-space:pre-wrap;padding:24px;text-shadow:0 0 5px rgba(117,255,117,.55)}.notice{color:#fff}.danger{color:#ff7777}.ok{color:#7cff7c}.dim{opacity:.75}@media(max-width:640px){.window{height:95vh}.screen,.command-line,.boot-screen{font-size:13px}.statusbar{flex-direction:column}.menubar{gap:9px;font-size:12px}}