*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Press Start 2P",Courier New,monospace;overflow:hidden;width:100vw;height:100vh;background:#05a;color:#000}.menu-bar{position:fixed;top:0;left:0;right:0;height:24px;background:linear-gradient(to bottom,#fff,#ccc,#aaa);border-bottom:2px solid #000;display:flex;justify-content:space-between;align-items:center;padding:0 8px;font-size:10px;z-index:1000;box-shadow:0 2px 4px #00000080}.menu-left,.menu-right{color:#000;text-shadow:1px 1px 0 #FFF}.desktop{position:fixed;inset:24px 0 0;background:#05a;padding:20px;overflow:auto}.desktop-icon{position:absolute;width:80px;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none}.desktop-icon:nth-child(1){top:20px;right:20px}.desktop-icon:nth-child(2){top:140px;right:20px}.desktop-icon:nth-child(3){top:260px;right:20px}.desktop-icon:nth-child(4){top:380px;right:20px}.desktop-icon:nth-child(5){top:500px;right:20px}.icon-image{margin-bottom:8px;display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin-left:auto;margin-right:auto}.icon-svg{max-width:64px;max-height:64px;width:auto;height:auto;filter:drop-shadow(2px 2px 2px rgba(0,0,0,.5));display:block}.fa-icon{font-size:64px;background:linear-gradient(135deg,#6ebe44,#65ccec,#fff200,#f79a11,#ef4223);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(2px 2px 2px rgba(0,0,0,.5))}.icon-label{font-size:10px;color:#fff;text-shadow:1px 1px 2px #000;word-break:keep-all;overflow-wrap:normal;line-height:1.4}.desktop-icon:hover .icon-svg{filter:drop-shadow(2px 2px 4px rgba(255,255,255,.5))}.desktop-icon:hover .fa-icon{filter:drop-shadow(2px 2px 4px rgba(255,255,255,.8))}.desktop-icon:active{transform:translateY(2px)}.amiga-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:1}.amiga-logo img{width:400px;height:auto;opacity:.8;filter:drop-shadow(4px 4px 6px rgba(0,0,0,.5))}.window{position:absolute;background:#aaa;border:2px solid #000;box-shadow:4px 4px 8px #00000080;min-width:400px;min-height:300px;z-index:100}#main-window{left:50px;top:50px;width:500px;height:400px}.drawer-window{left:100px;top:100px;width:500px;min-height:300px;z-index:200}.window-titlebar{height:24px;background:linear-gradient(to bottom,#fff,#ccc,#999);border-bottom:2px solid #000;display:flex;justify-content:space-between;align-items:center;padding:0 8px;cursor:move;-webkit-user-select:none;user-select:none}.window-title{font-size:10px;color:#000;font-weight:700;text-shadow:1px 1px 0 #FFF}.window-controls{display:flex;gap:4px}.window-btn{width:20px;height:20px;border:2px solid #000;background:linear-gradient(to bottom,#fff,#ddd,#bbb);cursor:pointer;font-size:14px;line-height:1;padding:0;font-family:"Press Start 2P",monospace;font-weight:700;display:flex;align-items:center;justify-content:center}.window-btn:hover{background:linear-gradient(to bottom,#fff,#eee,#ccc)}.window-btn:active{background:linear-gradient(to bottom,#bbb,#ddd,#fff)}.window-content{padding:16px;background:#aaa;height:calc(100% - 26px);overflow:auto;display:flex;flex-wrap:wrap;gap:24px;align-content:flex-start}.drawer{width:120px;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;padding:8px}.drawer-image{margin-bottom:8px}.drawer-svg{width:80px;height:80px;filter:drop-shadow(2px 2px 2px rgba(0,0,0,.5))}.drawer-label{font-size:10px;color:#000;text-shadow:1px 1px 0 #CCC;word-break:keep-all;overflow-wrap:normal;line-height:1.4}.drawer:hover .drawer-svg{filter:drop-shadow(2px 2px 4px rgba(0,0,0,.7))}.drawer:active{transform:translateY(2px)}.text-content{background:#fff;border:2px solid #000;padding:16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.6;color:#000;width:100%;max-width:100%;box-shadow:inset 2px 2px 4px #0003}.text-content h2{font-size:20px;font-weight:700;margin-bottom:16px;color:#05a;text-decoration:none;border-bottom:2px solid #0055AA;padding-bottom:8px}.text-content p{margin-bottom:12px}.text-content ul{margin-left:20px;list-style:square}.text-content li{margin-bottom:8px}.text-content a{color:#05a;text-decoration:underline;cursor:pointer}.text-content a:hover{color:#ff8c00}.contact-list{list-style:none;margin-left:0}.contact-list li{margin-bottom:12px}@media (max-width: 768px){.menu-bar{font-size:8px;height:20px}.desktop{top:20px;padding:10px}.desktop-icon{width:55px}.desktop-icon:nth-child(1){top:10px;right:8px}.desktop-icon:nth-child(2){top:100px;right:8px}.desktop-icon:nth-child(3){top:190px;right:8px}.desktop-icon:nth-child(4){top:280px;right:8px}.desktop-icon:nth-child(5){top:370px;right:8px}.icon-image{width:48px;height:48px}.icon-svg{max-width:44px;max-height:44px}.fa-icon{font-size:44px}.icon-label{font-size:7px}.window{min-width:300px;min-height:250px}#main-window{left:20px;top:30px;width:calc(100% - 120px);height:auto;max-height:calc(100vh - 100px)}.drawer-window{left:30px;top:40px;width:calc(100% - 60px);max-width:450px}.drawer{width:100px}.drawer-svg{width:60px;height:60px}.drawer-label{font-size:8px}.text-content{font-size:12px}.text-content h2{font-size:16px}.window-title{font-size:8px}.amiga-logo img{width:250px}}::-webkit-scrollbar{width:16px;height:16px}::-webkit-scrollbar-track{background:#aaa;border:2px solid #000}::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,#fff,#ccc,#999);border:2px solid #000}::-webkit-scrollbar-thumb:hover{background:linear-gradient(to bottom,#fff,#ddd,#aaa)}::selection{background:#ff8c00;color:#fff}
