body{margin:0;padding:0;font-family:Poppins,sans-serif;background-color:#1a1a1a}button{border:none;background:none;cursor:pointer;font-family:Poppins,sans-serif;color:#fff;padding:0}.lobby-container{display:flex;flex-direction:column;width:100vw;height:100vh;background-image:url(/assets/lobby-background-B_tCmTCp.png);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;color:#f0f0f0;image-rendering:-webkit-optimize-contrast;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;transition:background-image .9s ease-in-out}.background-animation-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden;pointer-events:none}.background-animation-overlay:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,.2) 1px,transparent 1px);background-size:50px 50px;animation:moveBackground 60s linear infinite}@keyframes moveBackground{0%{background-position:0 0}to{background-position:100% 100%}}.background-animation-overlay:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 10% 10%,rgba(100,150,255,.1),transparent 70%),radial-gradient(circle at 90% 90%,rgba(255,180,200,.08),transparent 70%);animation:subtleGlow 20s infinite alternate ease-in-out;pointer-events:none;mix-blend-mode:overlay}@keyframes subtleGlow{0%{transform:scale(.9);opacity:.8}to{transform:scale(1.1);opacity:1}}.lobby-header{position:absolute;top:0;left:0;width:100%;padding:10px 25px;background:#0a0a14b3;display:flex;justify-content:space-between;align-items:center;z-index:10;box-sizing:border-box;box-shadow:0 4px 8px #0000004d}.header-left .player-level{font-weight:600;font-size:1.1em;padding:6px 15px;background:#1e1e32d9;border-radius:8px;border:1px solid rgba(100,150,255,.3);text-shadow:1px 1px 2px rgba(0,0,0,.6)}.header-right{display:flex;gap:12px}.header-right .header-button{display:flex;align-items:center;gap:5px;background:#2d2d46d9;color:#e0e0e0;border:1px solid rgba(120,180,255,.4);padding:8px 18px;border-radius:8px;font-size:.85em;font-weight:600;letter-spacing:.5px;transition:background .2s ease,transform .1s ease,box-shadow .2s ease;text-shadow:1px 1px 2px rgba(0,0,0,.5);box-shadow:0 2px 5px #0000004d;animation:headerPulse 2s infinite alternate ease-in-out}.header-right .header-button:hover{background:#3c3c5af2;transform:translateY(-2px);box-shadow:0 5px 10px #00000080}.header-right .header-button:active{transform:translateY(0);box-shadow:0 2px 5px #0000004d}.header-button .header-icon{width:20px;height:20px;filter:drop-shadow(1px 1px 2px rgba(0,0,0,.5))}@keyframes headerPulse{0%{transform:scale(1);box-shadow:0 2px 5px #0000004d}50%{transform:scale(1.02);box-shadow:0 5px 15px #00000080,0 0 10px #a0d0ff4d}to{transform:scale(1);box-shadow:0 2px 5px #0000004d}}.top-right-info-panel{position:absolute;top:80px;right:20px;background:#0a0a14b3;border:1px solid rgba(100,150,255,.3);border-radius:10px;padding:15px 20px;z-index:9;display:flex;flex-direction:column;gap:8px;box-shadow:0 4px 10px #0006;min-width:180px;max-width:250px}.top-right-info-panel .info-item{display:flex;justify-content:space-between;align-items:center;font-size:.9em;color:#e0e0e0}.top-right-info-panel .info-label{font-weight:600;color:#a0d0ff}.top-right-info-panel .info-value{text-align:right;flex-grow:1;margin-left:10px}.lobby-main-content{flex-grow:1;display:flex;justify-content:center;align-items:center;padding:20px;box-sizing:border-box;overflow-y:auto}.background-nav-buttons{position:absolute;top:50%;width:100%;display:flex;justify-content:space-between;transform:translateY(-50%);z-index:5;padding:0 20px;box-sizing:border-box;pointer-events:none}.bg-nav-button{pointer-events:auto;background:#1e1e32b3;color:#a0d0ff;border:1px solid rgba(160,208,255,.4);border-radius:50%;width:45px;height:45px;font-size:2em;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 8px #0006}.bg-nav-button:hover{background:#2d2d46e6;transform:scale(1.1);box-shadow:0 5px 15px #0009,0 0 10px #a0d0ff80}.bg-nav-button.prev{margin-left:-10px}.bg-nav-button.next{margin-right:-10px}@media (max-width: 768px){.bg-nav-button{width:35px;height:35px;font-size:1.5em}}@media (max-width: 480px){.background-nav-buttons{padding:0 10px}.bg-nav-button{width:30px;height:30px;font-size:1.2em}}.welcome-message,.content-panel{background:#0a0a14d9;border:1px solid rgba(100,150,255,.4);border-radius:15px;padding:30px;max-width:80%;max-height:70%;overflow-y:auto;color:#f0f0f0;box-shadow:0 8px 16px #00000080;text-align:center;animation:panelSlideIn .7s ease-out forwards;transform-origin:center bottom}@keyframes panelSlideIn{0%{opacity:0;transform:translateY(50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.welcome-message h2,.content-panel h3{color:#a0d0ff;margin-top:0;margin-bottom:20px;font-weight:700;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.content-panel ul{list-style:none;padding:0;margin:0}.content-panel ul li{margin-bottom:10px;font-size:1.1em;line-height:1.5}.content-panel a{color:#80c0ff;text-decoration:none;font-weight:600;transition:color .2s ease}.content-panel a:hover{color:#c0e0ff;text-decoration:underline}.project-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:20px}.project-item{background:#1e1e32e6;border:1px solid rgba(120,180,255,.4);border-radius:10px;padding:15px;text-align:left;box-shadow:0 4px 8px #0006;transition:transform .2s ease,box-shadow .2s ease}.project-item:hover{transform:translateY(-5px);box-shadow:0 6px 12px #0009}.project-item h4{color:#a0d0ff;margin-top:0;margin-bottom:10px}.project-item p{font-size:.95em;margin-bottom:15px}.lobby-nav{position:absolute;bottom:0;left:0;width:100%;background:#0a0a14cc;padding:15px 0;display:flex;justify-content:space-around;align-items:flex-start;z-index:10;box-sizing:border-box;box-shadow:0 -4px 8px #0000004d;border-top:1px solid rgba(100,150,255,.2)}.nav-button{display:flex;flex-direction:column;align-items:center;gap:5px;color:#e0e0e0;font-size:.85em;font-weight:600;letter-spacing:.5px;text-shadow:1px 1px 2px rgba(0,0,0,.6);transition:transform .2s ease,filter .2s ease,color .2s ease,background .2s ease,box-shadow .2s ease;padding:5px 10px;border-radius:10px;position:relative}.nav-button:hover{transform:translateY(-5px);filter:brightness(1.2);background-color:#5082e6cc;box-shadow:0 0 8px #64b4ff99}.nav-button img{width:48px;height:48px;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.6))}.nav-button.active{background:#282846b3;color:#a0d0ff;transform:translateY(-8px);box-shadow:0 5px 15px #00000080,0 0 10px #a0d0ff66;border:1px solid rgba(160,208,255,.6)}.nav-button.active:after{content:"";position:absolute;bottom:-5px;width:80%;height:3px;background:linear-gradient(to right,#a0d0ff00,#a0d0ff,#a0d0ff00);border-radius:5px;animation:pulseGlow 1.5s infinite alternate}@keyframes pulseGlow{0%{opacity:.5;transform:scaleX(.8)}to{opacity:1;transform:scaleX(1)}}.social-icon{width:24px;height:24px;margin-right:10px;vertical-align:middle;filter:drop-shadow(1px 1px 2px rgba(0,0,0,.5))}.content-panel ul li{display:flex;align-items:center;margin-bottom:12px;font-size:1.1em;line-height:1.5}.content-panel ul li a{display:flex;align-items:center;text-decoration:none;color:#80c0ff;font-weight:600;transition:color .2s ease}.content-panel ul li a:hover{color:#c0e0ff;text-decoration:underline}.discord-username-item{display:flex;align-items:center;color:#e0e0e0;font-weight:600;margin-bottom:12px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0a0a1480;border-radius:10px}::-webkit-scrollbar-thumb{background:#6496ffb3;border-radius:10px;border:1px solid rgba(160,208,255,.4);transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:#78b4ffe6}::-webkit-scrollbar-corner{background:transparent}@media (max-width: 1024px){.lobby-header{padding:8px 20px}.header-left .player-level{font-size:1em;padding:5px 12px}.header-right .header-button{padding:7px 15px;font-size:.8em;gap:3px}.header-button .header-icon{width:18px;height:18px}.lobby-nav{padding:10px 0}.nav-button img{width:40px;height:40px}.nav-button span{font-size:.75em}.welcome-message,.content-panel{padding:25px;max-width:90%;max-height:80%}.welcome-message h2,.content-panel h3{font-size:1.5em}.content-panel ul li,.content-panel p{font-size:1em}.top-right-info-panel{top:70px;right:15px;padding:12px 15px;font-size:.8em;min-width:150px}}@media (max-width: 768px){.lobby-header{padding:5px 15px}.header-left .player-level{font-size:.9em;padding:4px 10px}.header-right .header-button{padding:6px 12px;font-size:.75em}.header-button .header-icon{width:16px;height:16px}.lobby-nav{padding:8px 0}.nav-button img{width:35px;height:35px}.nav-button span{font-size:.7em}.welcome-message,.content-panel{padding:20px;max-width:95%;max-height:85%}.welcome-message h2,.content-panel h3{font-size:1.3em}.content-panel ul li,.content-panel p{font-size:.9em}.top-right-info-panel{display:none}}@media (max-width: 480px){.lobby-header{padding:5px 10px}.header-left .player-level{font-size:.8em;padding:3px 8px}.header-right .header-button{padding:5px 10px;font-size:.65em;margin-left:5px}.header-button .header-icon{width:14px;height:14px}.lobby-nav{padding:5px 0}.nav-button{gap:3px}.nav-button img{width:30px;height:30px}.nav-button span{font-size:.6em}.welcome-message,.content-panel{padding:15px;max-width:98%;max-height:90%}.welcome-message h2,.content-panel h3{font-size:1.1em}.content-panel ul li,.content-panel p{font-size:.8em}.project-list{grid-template-columns:1fr}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;animation:fadeIn .3s forwards}.modal-content{background:#0a0a14f2;border:1px solid rgba(100,150,255,.5);border-radius:15px;padding:30px;position:relative;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 10px 25px #0009;color:#f0f0f0;transform:scale(.8);animation:zoomIn .3s forwards}.modal-close-button{position:absolute;top:15px;right:15px;background:#282846cc;color:#a0d0ff;border:1px solid rgba(160,208,255,.4);border-radius:50%;width:30px;height:30px;font-size:1.2em;font-weight:700;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background .2s ease,transform .2s ease;z-index:1001}.modal-close-button:hover{background:#3c3c5ae6;transform:scale(1.1)}.modal-content h3{color:#a0d0ff;text-align:center;margin-top:0;margin-bottom:25px;font-weight:700;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.notice-body ul{list-style:none;padding:0;margin:0}.notice-body li{margin-bottom:10px;font-size:1em;line-height:1.4;color:#e0e0e0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width: 600px){.modal-content{padding:20px;border-radius:10px}.modal-close-button{width:25px;height:25px;font-size:1em}.modal-content h3{font-size:1.2em;margin-bottom:20px}.notice-body li{font-size:.9em}}.skills-panel{display:flex;flex-direction:column;align-items:center;text-align:center}.skills-panel h3{margin-bottom:25px}.skills-panel p{font-size:1em;color:#e0e0e0;margin-bottom:30px;max-width:600px}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;width:100%;max-width:1000px;padding:10px;box-sizing:border-box}.skill-category-card{background:#1e1e32e6;border:1px solid rgba(120,180,255,.4);border-radius:12px;padding:20px;text-align:left;box-shadow:0 5px 12px #0006;transition:transform .2s ease,box-shadow .2s ease}.skill-category-card:hover{transform:translateY(-7px);box-shadow:0 8px 18px #0009,0 0 10px #a0d0ff4d}.skill-category-card h4{color:#a0d0ff;margin-top:0;margin-bottom:15px;font-weight:700;font-size:1.25em;border-bottom:1px solid rgba(160,208,255,.2);padding-bottom:10px;text-shadow:1px 1px 2px rgba(0,0,0,.6)}.skill-category-card ul{list-style:none;padding:0;margin:0}.skill-category-card ul li{font-size:1em;color:#f0f0f0;margin-bottom:8px;display:flex;align-items:center;gap:8px}.skill-category-card ul li:before{content:"•";color:#80c0ff;font-weight:700;display:inline-block;width:1em;margin-left:-1em}@media (max-width: 1024px){.skills-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.skill-category-card{padding:18px}.skill-category-card h4{font-size:1.2em}.skill-category-card ul li{font-size:.95em}}@media (max-width: 768px){.skills-grid{grid-template-columns:1fr;gap:15px}.skills-panel p{font-size:.9em;margin-bottom:20px}.skill-category-card{padding:15px}.skill-category-card h4{font-size:1.1em}.skill-category-card ul li{font-size:.9em}}@media (max-width: 480px){.skills-panel{padding:15px}.skills-panel h3{font-size:1.2em;margin-bottom:15px}.skills-panel p{font-size:.85em;margin-bottom:15px}.skill-category-card{padding:12px}.skill-category-card h4{font-size:1em;margin-bottom:10px;padding-bottom:8px}.skill-category-card ul li{font-size:.85em;margin-bottom:6px}}
