*{box-sizing:border-box}body{margin:0;padding:0;min-height:100vh;background:#000}#root{min-height:100vh;background:#000}.home-container{min-height:100vh;display:flex;flex-direction:column;background:teal;padding:10px 10px 40px}.header-section{margin-bottom:30px}.page-header{display:inline-flex;align-items:center;gap:8px;padding:8px;margin-bottom:10px;background:silver;width:fit-content}.header-icon{width:64px;height:32px;object-fit:contain;image-rendering:pixelated}.header-text{font-family:"Pixelated MS Sans Serif",sans-serif;font-size:11px;color:#000;-webkit-font-smoothing:none;-moz-osx-font-smoothing:grayscale;font-smooth:never;text-rendering:optimizeSpeed}.message-board-window{margin-bottom:30px}.video-gallery{flex:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:30px;margin-bottom:20px;align-content:start}.video-window{height:fit-content}.video-window .window-body{padding:0!important;display:flex;flex-direction:column}.video-container{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden}.video-thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;background-size:cover;background-position:center;cursor:pointer}.video-description{padding:10px;margin:0}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.ethereal-footer{margin-top:auto;padding:10px 0;position:relative}.footer-content{position:relative;display:flex;justify-content:center;align-items:center}.footer-glow{display:none}@keyframes etherealPulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.2);opacity:.8}}.footer-inner{position:relative;display:flex;align-items:center;gap:15px;background:#c0c0c0f2;padding:15px 30px;border-radius:4px;box-shadow:inset -1px -1px #00000040,inset 1px 1px #ffffffe6}@keyframes footerFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.logo-image{height:50px;width:auto;object-fit:contain}@keyframes logoGlow{0%{box-shadow:inset -1px -1px #00000080,inset 1px 1px #ffffff80}to{box-shadow:inset -1px -1px #00000080,inset 1px 1px #ffffff80}}.copyright-text{font-family:"Pixelated MS Sans Serif",sans-serif;font-size:11px;color:#000;text-shadow:1px 1px 0 rgba(255,255,255,.8);letter-spacing:.5px;-webkit-font-smoothing:none;-moz-osx-font-smoothing:grayscale;font-smooth:never;text-rendering:optimizeSpeed}@media(max-width:768px){.video-gallery{grid-template-columns:1fr}.footer-inner{flex-direction:column;gap:10px;text-align:center}}#root{width:100%;min-height:100vh}.boot-sequence{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000;z-index:9999;display:flex;align-items:center;justify-content:center}.boot-screen{width:100%;height:100%;display:flex;align-items:center;justify-content:center;animation:fadeIn .5s ease-in}.bios-screen .boot-image{max-width:90vw;max-height:90vh;width:auto;height:auto;aspect-ratio:4 / 3;object-fit:contain;image-rendering:pixelated}.splash-screen .boot-image,.shutdown-complete-screen .boot-image{max-width:90vw;max-height:90vh;width:auto;height:auto;object-fit:contain;image-rendering:pixelated}.power-off-screen{background:teal}.shutdown-screen{background:#000;animation:none!important}.boot-dialog{animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.dos-emulator{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10000}.dos-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.dos-iframe{width:100%;height:100%;border:none;background-color:#000}.dos-emulator{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
