@import"https://fonts.googleapis.com/css2?family=Exo+2:wght@700&family=Space+Mono:wght@400&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100vh;background-color:#000;touch-action:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-user-drag:none;-webkit-tap-highlight-color:transparent;overflow:hidden}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px,transparent 50px),linear-gradient(0deg,rgba(255,255,255,.05) 1px,transparent 1px,transparent 50px);background-size:50px 50px;background-position:center;z-index:0}.loading-container{width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#000;z-index:10}.spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top:4px solid #fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{margin-top:16px;font-size:18px;font-family:Space Mono,monospace;color:#fff;-webkit-user-select:none;user-select:none}.container{width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;padding:100px 16px;box-sizing:border-box;position:relative;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;overflow:hidden}.navbar{position:fixed;bottom:40px;width:300px;display:flex;justify-content:space-between;background:#ffffff1a;border-radius:30px;z-index:1;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 0 10px #00000080}.navbar-item{padding:10px 20px;color:#ffffff80;font-family:Space Mono,monospace;font-size:18px;text-decoration:none;text-align:center}.navbar-item.active{background:#fff3;border-radius:30px;color:#fff}.user-info{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.user-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover}.user-name,.user-id{font-family:Space Mono,monospace;font-size:16px}.logo-container{position:relative;display:flex;justify-content:center;align-items:center;margin-bottom:6vh}.logo{width:150px;max-width:300px;height:auto;z-index:1}.launch-text{font-size:28px;max-width:300px;font-weight:700;text-align:center;font-family:"Exo 2",sans-serif;letter-spacing:4px;color:#fff;margin-bottom:6vh;-webkit-user-select:none;user-select:none;text-transform:uppercase;text-shadow:0 0 10px rgba(255,255,255,.5)}.timer{display:flex;flex-direction:column;gap:16px;z-index:1}.timer-row{display:flex;justify-content:center;gap:24px;width:100%}.timer-item{display:flex;flex-direction:column;align-items:center;min-width:120px;padding:8px 12px;border-radius:8px;background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 0 10px #00000080}.timer-value{font-size:18px;font-family:Space Mono,monospace;color:#fff}.timer-label{font-size:12px;font-family:Space Mono,monospace;color:#fff;margin-top:2px}.tasks-container{width:100%;height:calc(100vh - 80px);display:flex;flex-direction:column;align-items:center;gap:16px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;z-index:1}.tasks-container::-webkit-scrollbar{display:none}.task-item{width:100%;max-width:300px;padding:16px;background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 0 10px #00000080;border-radius:8px;text-align:center;font-family:Space Mono,monospace;font-size:14px;color:#fff}
