@font-face{font-family:TempleOS;src:url(/fonts/templeos.woff2) format("woff2");font-weight:400;font-style:normal}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;overflow:hidden;font-family:TempleOS,Courier New,monospace}.maintussy-page{width:100vw;height:100vh;position:relative;overflow:hidden;background:#fff}.maintussy-page.dark{background:#000}.canvas-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;background:rgba(0,0,0,0)}.canvas-container canvas{display:block;position:absolute;top:0;left:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.boot-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;display:flex;align-items:flex-start;justify-content:flex-start;padding:24px;overflow:hidden;z-index:9999}.boot-screen .boot-content{font-family:TempleOS,Courier New,monospace;font-size:13px;color:#00a;line-height:1.4;max-height:100vh;overflow:hidden}.boot-screen .boot-line{margin-bottom:2px;white-space:pre}.maintussy-page.is-booting .popup-wrapper,.maintussy-page.is-booting .sound-toggle,.maintussy-page.is-booting .status-bar,.maintussy-page.is-booting .theme-toggle{visibility:hidden}.popup-wrapper{animation:delayedAppear .1s ease-out}@keyframes delayedAppear{0%,50%{opacity:0}to{opacity:1}}.canvas-container canvas{opacity:1}@keyframes typeIn{0%{opacity:0;transform:translateX(-5px)}to{opacity:1;transform:translateX(0)}}.blink-cursor{animation:blink 1s step-end infinite;font-weight:700}.boot-screen .blink-cursor{color:#00a}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.status-bar{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:2px 8px;font-family:TempleOS,Courier New,monospace;font-size:17px;background:#00a;color:#fff}.status-bar .status-esc{color:#ff5;font-weight:700;margin-left:auto;background:rgba(0,0,0,0)}.status-bar .status-mobile{display:none}.status-bar .status-full{display:inline}@media(max-width:768px){.status-bar .status-mobile{display:inline}.status-bar .status-full{display:none}}.sound-toggle,.theme-toggle{position:fixed;bottom:16px;z-index:150;width:28px;height:28px;border:2px solid #000;font-size:14px;cursor:pointer;font-family:TempleOS,Courier New,monospace;background:#fff;color:#000;display:flex;align-items:center;justify-content:center;padding:0;line-height:1}.sound-toggle:hover,.theme-toggle:hover{background:#000;color:#fff}.sound-toggle:active,.theme-toggle:active{background:#555}.theme-toggle{right:16px}.sound-toggle{right:52px}.popup-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;z-index:50;pointer-events:none}.popup-box{position:relative;background:#fff;pointer-events:auto;min-width:520px;min-height:280px;border:4px solid #00a;font-family:TempleOS,Courier New,monospace;font-weight:900;-webkit-font-smoothing:none;padding:32px;display:flex;flex-direction:column}.handle{position:absolute;width:15px;height:15px;background:#00a;border:4px solid #ff5;z-index:30}.handle.tl{top:-11px;left:-11px;animation:blink-tl 1.4s step-end infinite;animation-delay:.3s}.handle.tr{top:-11px;right:-11px}.handle.bl{bottom:-11px;left:-11px}.handle.br{bottom:-11px;right:-11px}@keyframes blink-tl{0%,50%{background:#ff5;border-color:#ff5}50.01%,to{background:#00a;border-color:#00a}}.header-overlay{position:absolute;top:-11px;left:0;right:0;padding:0 4px;z-index:20}.header-overlay,.menu-item{display:flex;align-items:center}.menu-item{background:#fff;color:#00a;padding:0 6px;margin-right:4px;font-size:17px;height:24px;font-weight:700}.menu-item.blink{animation:blink-invert .8s step-end infinite}@keyframes blink-invert{0%,50%{background:#fff;color:#00a}50.01%,to{background:#00a;color:#fff}}.autocomplete-box{background:#00a;color:#fff;height:22px;flex:.9 1;margin-left:auto;margin-right:auto;padding:0 8px;display:flex;align-items:center;overflow:hidden}.scrolling-text{white-space:nowrap;font-size:17px;color:#fff;display:inline-block;animation:marquee-loop 4s linear infinite}@keyframes marquee-loop{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.dots-item{background:#fff;color:#00a;padding:0 4px;margin-right:auto;height:14px;display:flex;align-items:center;font-weight:700}.dd-item{background:#00a;color:#fff;margin-right:4px}.close-btn,.dd-item{padding:0 4px;height:22px;display:flex;align-items:center;font-size:17px}.close-btn{background:#fff;color:#00a;font-weight:700;cursor:pointer}.sidebar-overlay{position:absolute;top:16px;left:-12px;bottom:24px;width:24px;z-index:20}.sidebar-overlay,.term-letters{display:flex;flex-direction:column;align-items:center}.term-letters{background:#fff;padding:4px 0}.term-letters span{color:#00a;font-size:17px;line-height:16px;font-weight:700}.footer-overlay{position:absolute;bottom:-14px;left:0;right:0;display:flex;justify-content:center;z-index:20}.eof-item{background:#fff;color:#00a;padding:0 10px;font-size:17px;font-weight:700;margin-left:80px}.popup-content-inner{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-left:16px}.message-text{font-size:17px;color:#000;margin-bottom:40px;text-align:center}.icons-container{display:flex;gap:64px}.icon-slot{width:100px;height:100px;display:flex;align-items:center;justify-content:center;text-decoration:none;position:relative}.icon-slot img{width:100%;height:100%;object-fit:contain;image-rendering:pixelated}.icon-slot.has-tooltip{cursor:pointer}.icon-slot.has-tooltip .tooltip-text{visibility:hidden;opacity:0;position:absolute;bottom:-32px;left:50%;transform:translateX(-50%);background:#00a;color:#fff;padding:4px 10px;font-size:17px;font-family:TempleOS,Courier New,monospace;white-space:nowrap;z-index:100;transition:opacity .15s ease}.icon-slot.has-tooltip:hover .tooltip-text{visibility:visible;opacity:1}.maintussy-page.dark .canvas-container{background:url(/bg-fallback-dark.png) 50%/cover no-repeat}.maintussy-page.dark .popup-box{background:#000;border-color:#55f}.maintussy-page.dark .autocomplete-box,.maintussy-page.dark .dd-item{background:#55f;color:#000}.maintussy-page.dark .close-btn,.maintussy-page.dark .dots-item,.maintussy-page.dark .eof-item,.maintussy-page.dark .menu-item,.maintussy-page.dark .term-letters{background:#000;color:#55f}.maintussy-page.dark .term-letters span{color:#f55}.maintussy-page.dark .message-text{color:#fff}.maintussy-page.dark .icon-slot{opacity:.9}.maintussy-page.dark .icon-slot:hover{opacity:1}.maintussy-page.dark .handle{background:#fff;border-color:#000}.maintussy-page.light .sound-toggle,.maintussy-page.light .theme-toggle{background:#fff;border-color:#00a;color:#00a}.maintussy-page.light .sound-toggle:hover,.maintussy-page.light .theme-toggle:hover{background:#00a;color:#fff}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@media(max-width:768px){.popup-box{min-width:auto;width:calc(100vw - 32px);max-width:500px;min-height:220px;padding:24px}.autocomplete-box{flex:1 1;min-width:80px}.icons-container{gap:32px}.icon-slot{width:80px;height:80px}.message-text{margin-bottom:24px}.menu-item{padding:0 4px}.eof-item{margin-left:40px}.term-letters span{line-height:14px}.sidebar-overlay{left:-10px;width:20px}.boot-screen{padding:16px}.boot-screen .boot-content{font-size:11px}.boot-screen .boot-line{white-space:pre-wrap;word-break:break-all}}@media(max-width:480px){.popup-box{width:calc(100vw - 16px);min-height:180px;padding:20px 16px;border-width:3px}.handle{width:10px;height:10px;border-width:2px}.handle.tl{top:-7px;left:-7px}.handle.tr{top:-7px;right:-7px}.handle.bl{bottom:-7px;left:-7px}.handle.br{bottom:-7px;right:-7px}.header-overlay{top:-9px;padding:0 2px}.menu-item{font-size:12px;padding:0 3px;height:20px}.autocomplete-box{height:18px;margin-right:4px}.scrolling-text{font-size:11px}.dd-item{font-size:10px;height:18px;padding:0 3px}.close-btn{font-size:11px;height:18px}.sidebar-overlay{display:none}.footer-overlay{bottom:-12px}.eof-item{font-size:12px;padding:0 12px;margin-left:0}.popup-content-inner{padding-left:0}.message-text{font-size:14px;margin-bottom:16px;padding:0 8px}.icons-container{gap:16px}.icon-slot{width:60px;height:60px}.status-bar{font-size:11px;padding:2px 4px}}.terminal-boot{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;color:#00a;padding:20px;z-index:9999;overflow:hidden;font-family:TempleOS,Courier New,monospace;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.terminal-content{white-space:pre-wrap;font-size:16px;line-height:1.2;width:100%;max-width:100%;text-align:left}.god-word-line{margin-bottom:4px;margin-bottom:0;font-weight:700}@media(max-width:480px){.terminal-boot{padding:12px}.terminal-boot .terminal-content{font-size:13px;line-height:1.3}}.spawned-bunny{position:fixed;width:280px;height:auto;pointer-events:none;z-index:999;image-rendering:pixelated;outline:none;border:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}