@import "https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Rajdhani:wght@400;500;600&display=swap";
:root{--navbar-height:60px}.nav-wrapper{width:100%;height:var(--navbar-height);pointer-events:none;z-index:50;color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;position:fixed;top:0;left:0}.nav-background{-webkit-backdrop-filter:blur(12px);pointer-events:auto;background:#0f172ab3;border-bottom:1px solid #ffffff1a;width:100%;height:100%;position:absolute;top:0;left:0;box-shadow:0 4px 30px #0003}.nav-content{z-index:10;pointer-events:auto;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:.75rem 1rem;display:flex;position:relative}.nav-home-btn{cursor:pointer;color:#f8fafc;background:0 0;border:none;border-radius:.75rem;align-items:center;gap:.75rem;padding:.5rem 1rem;transition:all .2s;display:flex}.nav-home-btn:hover{background:#ffffff1a}.nav-icon-back{color:#60a5fa;transition:transform .2s}.nav-icon-home{color:#818cf8}.nav-home-btn:hover .nav-icon-back{transform:translate(-3px)}.nav-title{letter-spacing:.025em;font-size:1.1rem;font-weight:700}.nav-links{gap:1.5rem;display:flex}.nav-link-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.5rem .75rem;font-size:.95rem;font-weight:500;transition:all .2s}.nav-link-btn:hover{color:#fff;background:#ffffff0d}@media (max-width:640px){.nav-title{display:none}}
:root{--navbar-height:60px}.game-layout-body{padding-top:var(--navbar-height);box-sizing:border-box;min-height:100vh}
.gl-root{color:#d0e8ff;background-color:#03010f;background-image:radial-gradient(80% 50% at 50% 0,#00c8ff12 0%,#0000 60%),repeating-linear-gradient(0deg,#0000,#0000 39px,#00c8ff08 40px),repeating-linear-gradient(90deg,#0000,#0000 39px,#00c8ff08 40px);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;min-height:100vh;font-family:Rajdhani,sans-serif;display:flex;position:relative;overflow:hidden}.gl-root:before,.gl-root:after{content:"";pointer-events:none;filter:blur(120px);border-radius:50%;position:absolute}.gl-root:before{background:radial-gradient(circle,#00c8ff1a 0%,#0000 70%);width:500px;height:500px;top:-150px;left:-150px}.gl-root:after{background:radial-gradient(circle,#a855f71a 0%,#0000 70%);width:400px;height:400px;bottom:-100px;right:-100px}.gl-spinner-wrap{justify-content:center;align-items:center;width:96px;height:96px;display:flex;position:relative}.gl-hex{border:2px solid #0000;border-radius:4px;animation:linear infinite hex-spin;position:absolute}.gl-hex-1{border-color:#0000 #00c8ffcc #00c8ffcc #0000;border-radius:50%;width:96px;height:96px;animation-duration:1.2s;box-shadow:0 0 18px #00c8ff4d}.gl-hex-2{border-color:#a855f7b3 #0000 #0000 #a855f7b3;border-radius:50%;width:72px;height:72px;animation-duration:.9s;animation-direction:reverse;box-shadow:0 0 14px #a855f74d}.gl-hex-3{border-color:#0000 #0000 #00c8ff80 #00c8ff80;border-radius:50%;width:48px;height:48px;animation-duration:.65s;box-shadow:0 0 10px #00c8ff33}@keyframes hex-spin{to{transform:rotate(360deg)}}.gl-center-dot{z-index:2;background:#00c8ff;border-radius:50%;width:10px;height:10px;animation:1.4s ease-in-out infinite dot-pulse;position:relative;box-shadow:0 0 12px #00c8ffe6,0 0 30px #00c8ff66}@keyframes dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.6)}}.gl-text{flex-direction:column;align-items:center;gap:.5rem;display:flex}.gl-title{letter-spacing:.2em;text-transform:uppercase;background:linear-gradient(90deg,#00c8ff,#a855f7);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 10px #00c8ff59);-webkit-background-clip:text;background-clip:text;font-family:Orbitron,monospace;font-size:clamp(.9rem,2.5vw,1.2rem);font-weight:900;animation:3s ease-in-out infinite title-flicker}@keyframes title-flicker{0%,95%,to{opacity:1}96%{opacity:.6}97%{opacity:1}98%{opacity:.7}}.gl-sub{letter-spacing:.15em;text-transform:uppercase;color:#4a6a8a;font-family:Rajdhani,sans-serif;font-size:.78rem}.gl-bar-wrap{flex-direction:column;gap:6px;width:clamp(200px,40vw,320px);display:flex}.gl-bar-track{background:#00c8ff14;border-radius:2px;height:3px;position:relative;overflow:hidden}.gl-bar-fill{background:linear-gradient(90deg,#00c8ff,#a855f7);border-radius:2px;width:40%;height:100%;animation:1.8s cubic-bezier(.4,0,.6,1) infinite bar-sweep;box-shadow:0 0 10px #00c8ff99}@keyframes bar-sweep{0%{width:40%;transform:translate(-100%)}50%{width:60%;transform:translate(150%)}to{width:40%;transform:translate(300%)}}.gl-bar-label{justify-content:space-between;align-items:center;display:flex}.gl-bar-text{letter-spacing:.12em;color:#2a4a6a;font-family:Orbitron,monospace;font-size:.58rem}.gl-bar-dots{gap:4px;display:flex}.gl-bar-dots span{background:#00c8ff66;border-radius:50%;width:4px;height:4px;animation:1.2s infinite dot-seq}.gl-bar-dots span:nth-child(2){animation-delay:.2s}.gl-bar-dots span:nth-child(3){animation-delay:.4s}@keyframes dot-seq{0%,60%,to{background:#00c8ff33;transform:scale(.8)}30%{background:#00c8ffe6;transform:scale(1.2);box-shadow:0 0 6px #00c8ff99}}.gl-corner{opacity:.4;width:28px;height:28px;position:absolute}.gl-corner:before,.gl-corner:after{content:"";background:#00c8ff;position:absolute}.gl-corner:before{width:2px;height:100%}.gl-corner:after{width:100%;height:2px}.gl-corner.tl{top:28px;left:28px}.gl-corner.tl:before,.gl-corner.tl:after{top:0;left:0}.gl-corner.tr{top:28px;right:28px;transform:scaleX(-1)}.gl-corner.tr:before,.gl-corner.tr:after{top:0;left:0}.gl-corner.bl{bottom:28px;left:28px;transform:scaleY(-1)}.gl-corner.bl:before,.gl-corner.bl:after{top:0;left:0}.gl-corner.br{bottom:28px;right:28px;transform:scale(-1)}.gl-corner.br:before,.gl-corner.br:after{top:0;left:0}
.gc-section{color:#fff;box-sizing:border-box;width:100%;max-width:800px;margin:3rem auto 6rem;padding:0 1rem;font-family:inherit}.gc-section *{box-sizing:border-box}.gc-header{-webkit-backdrop-filter:blur(16px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;gap:1.5rem;margin-bottom:2rem;padding:1.5rem 2rem;display:flex;box-shadow:0 20px 40px #0000004d}@media (min-width:768px){.gc-header{flex-direction:row;justify-content:space-between;align-items:center}}.gc-title{align-items:center;gap:.75rem;margin:0;font-size:1.75rem;font-weight:800;display:flex}.gc-title svg{color:#818cf8}.gc-subtitle{color:#9ca3af;margin:.25rem 0 0;font-size:.875rem}.gc-stats-box{background:#0003;border:1px solid #ffffff0d;border-radius:16px;gap:1.5rem;padding:1rem;display:flex}.gc-stat{text-align:center;padding:0 1rem}.gc-stat-val{color:#fff;justify-content:center;align-items:center;gap:.25rem;margin:0;font-size:1.5rem;font-weight:900;display:flex}.gc-stat-val.rate{color:#fbbf24}.gc-stat-label{color:#6b7280;letter-spacing:.05em;text-transform:uppercase;margin-top:.25rem;font-size:.65rem;font-weight:600;display:block}.gc-stat-divider{background:#ffffff1a;width:1px}.gc-portal{-webkit-backdrop-filter:blur(12px);background:#111827cc;border:1px solid #ffffff14;border-radius:24px;margin-bottom:2.5rem;padding:1.5rem 2rem;box-shadow:0 10px 30px #0003}.gc-gate{text-align:center;padding:1.5rem 0}.gc-gate-icon{color:#9ca3af;background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1rem;display:flex}.gc-gate-title{margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.gc-gate-desc{color:#9ca3af;margin:0 0 2rem;font-size:.875rem}.gc-gate-actions{flex-direction:column;justify-content:center;align-items:center;gap:.75rem;width:100%;max-width:320px;margin:0 auto;display:flex}@media (min-width:600px){.gc-gate-actions{flex-direction:column}}.gc-btn-auth{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.75rem 1.5rem;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:flex}.gc-btn-auth:hover{transform:translateY(-2px)}.gc-btn-auth svg{width:22px;height:22px}.gc-btn-google{color:#111827;background:#fff;box-shadow:0 4px 14px #ffffff26}.gc-btn-google:hover{box-shadow:0 6px 20px #ffffff40}.gc-btn-apple{color:#fff;background:#000;border:1px solid #fff3;box-shadow:0 4px 14px #00000080}.gc-btn-apple:hover{background:#111;box-shadow:0 6px 20px #000c}.gc-btn-anon{color:#fff;background:#ffffff1a;border:1px solid #ffffff1a}.gc-btn-anon:hover{background:#ffffff26;border-color:#fff3}.gc-btn-guest{color:#9ca3af;cursor:pointer;background:0 0;border:none;margin-top:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:color .2s}.gc-btn-guest:hover{color:#fff;text-decoration:underline}.gc-form{animation:.3s gcFadeIn}@keyframes gcFadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.gc-user-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.gc-user-info{align-items:center;gap:.75rem;display:flex}.gc-user-avatar{color:#818cf8;background:#6366f133;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.gc-user-name{align-items:center;gap:.4rem;margin:0;font-weight:600;display:flex}.gc-user-name svg{color:#818cf8}.gc-btn-logout{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:.3rem;padding:.5rem;font-size:.75rem;display:flex}.gc-btn-logout:hover{color:#d1d5db;background:#ffffff0d}.gc-form-grid{grid-template-columns:1fr;gap:1.25rem;margin-bottom:1.25rem;display:grid}@media (min-width:600px){.gc-form-grid{grid-template-columns:1fr 1fr}}.gc-form-group{margin-bottom:1.25rem}.gc-label{color:#9ca3af;margin-bottom:.5rem;margin-left:.25rem;font-size:.875rem;font-weight:500;display:block}.gc-input,.gc-textarea{box-sizing:border-box;color:#fff;background:#0006;border:1px solid #ffffff1a;border-radius:12px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.gc-input:focus,.gc-textarea:focus{border-color:#6366f1;outline:none}.gc-textarea{resize:none}.gc-stars{gap:.5rem;display:flex}.gc-star-btn{cursor:pointer;color:#4b5563;background:#0006;border:1px solid #ffffff0d;border-radius:12px;flex:1;justify-content:center;padding:.75rem 0;transition:all .2s;display:flex}.gc-star-btn:hover{background:#ffffff0d;border-color:#fff3}.gc-star-btn.active{color:#fbbf24;background:#f59e0b1a;border-color:#f59e0b80;box-shadow:0 0 15px #f59e0b33}.gc-submit-row{justify-content:flex-end;padding-top:.5rem;display:flex}.gc-btn-submit{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 0 20px #4f46e54d}.gc-btn-submit:hover:not(:disabled){background:#4338ca;box-shadow:0 0 30px #4f46e580}.gc-btn-submit:disabled{opacity:.5;cursor:not-allowed}.gc-feed{flex-direction:column;gap:1rem;display:flex}.gc-empty{text-align:center;background:#ffffff05;border:1px solid #ffffff0d;border-radius:24px;padding:4rem 1rem}.gc-empty svg{color:#4b5563;margin:0 auto .75rem}.gc-empty h4{color:#9ca3af;margin:0 0 .25rem;font-size:1rem;font-weight:500}.gc-empty p{color:#6b7280;margin:0;font-size:.875rem}.gc-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;padding:1.25rem 1.5rem;transition:background .2s}.gc-card:hover{background:#ffffff0d}.gc-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.gc-card-user{color:#f3f4f6;align-items:center;gap:.4rem;margin:0 0 .25rem;font-size:.95rem;font-weight:700;display:inline-flex}.gc-card-user svg{color:#818cf8;filter:drop-shadow(0 0 8px #6366f180)}.gc-card-date{color:#6b7280;margin:0;font-size:.75rem;font-weight:500;display:block}.gc-card-stars{background:#0000004d;border:1px solid #ffffff0d;border-radius:8px;gap:.25rem;padding:.25rem .5rem;display:flex}.gc-card-stars svg{color:#4b5563}.gc-card-stars svg.active{color:#fbbf24}.gc-card-text{color:#d1d5db;word-wrap:break-word;margin:0;font-size:.95rem;line-height:1.6}
