:root{--win-bg:silver;--win-light:#fff;--win-dark:gray;--win-darker:#404040;--win-blue:navy}html,body{height:100%;margin:0}body{font-family:Tahoma,MS Sans Serif,Arial,sans-serif}.desktop{background:url(/background.jpeg) 50%/cover no-repeat;height:100vh;position:relative}.icons{column-count:2;flex-direction:column;gap:18px 24px;width:120px;padding:16px;display:flex}.desktop-icon{text-align:center;color:#fff;cursor:default}.icon-wrapper{position:relative}.desktop-icon img{object-fit:contain;width:48px;height:48px}.desktop-icon span{text-shadow:1px 1px 2px #000;font-size:12px;display:block}.window{background:#ece9d8;background:var(--win-bg);border:2px solid;border-color:var(--win-light)var(--win-darker)var(--win-darker)var(--win-light);width:500px;min-height:250px;position:absolute;top:80px;left:160px;box-shadow:2px 2px #000}@media (max-width:768px){.window{width:calc(100vw - 32px);max-width:500px;transform:translate(-50%);top:56px!important;left:50%!important}}.title-bar{background:var(--win-blue);color:#fff;justify-content:space-between;padding:6px 8px;font-weight:700;display:flex}.win-close{background:var(--win-bg);border:2px solid;border-color:var(--win-light)var(--win-darker)var(--win-darker)var(--win-light);cursor:pointer;width:20px;height:20px;font-weight:700}.win-close:active{border-color:var(--win-darker)var(--win-light)var(--win-light)var(--win-darker)}.window-body{padding:24px;font-size:14px}.icons.column{flex-direction:column;gap:24px;width:120px;display:flex;position:absolute;top:24px}.windows-column{left:0}.links-column{left:100px}
