:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;width:100vw;height:100vh;overflow:hidden}#app{width:100%;height:100%;position:relative}.screen{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:opacity .3s ease}.hidden{display:none}h1{font-size:3.2em;line-height:1.1;margin:0 0 2rem}h2{font-size:1.8em;margin:0 0 2rem;font-weight:400}.primary-button{padding:1rem 3rem;font-size:1.2rem;font-weight:500;background-color:#4a90e2;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease,transform .1s ease}.primary-button:hover{background-color:#357abd}.primary-button:active{transform:scale(.98)}.primary-button+.secondary-button{margin-top:1rem}.cache-info{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem;align-items:center}#cache-status{font-size:.9rem;color:#666}.secondary-button{padding:.5rem 1.5rem;font-size:.9rem;background:#6c757d;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.secondary-button:hover{background:#5a6268}.secondary-button:active{transform:scale(.98)}.progress-container{width:400px;max-width:80vw}.progress-bar{width:100%;height:8px;background-color:#0000001a;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background-color:#4a90e2;transition:width .2s ease;width:0%}.progress-text{font-size:1.5rem;font-weight:500;margin-bottom:1rem}.status-text{font-size:.9rem;color:#666;min-height:1.5em}#vm-screen{padding:0;background-color:#000;align-items:center;justify-content:center}#screen_container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#000;position:relative}#screen_container canvas{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;image-rendering:pixelated;image-rendering:crisp-edges}@media(prefers-color-scheme:dark){:root{color:#fff;background-color:#242424}.progress-bar{background-color:#ffffff1a}.status-text,#cache-status{color:#aaa}#vm-screen,#screen_container{background-color:#000}}
