.gh-hub,.gh-game,.gh-profile,.gh-leaderboard,.gh-login-required{--gh-primary:#6d5dfc;--gh-accent:#12b8a6;--gh-dark:#17152f;--gh-muted:#6b7280;--gh-card:#fff;box-sizing:border-box;font-family:Tahoma,Arial,sans-serif;color:var(--gh-dark)}.gh-hub *,.gh-game *,.gh-profile *,.gh-leaderboard *,.gh-login-required *{box-sizing:border-box}.gh-hub{max-width:1120px;margin:24px auto;padding:clamp(18px,4vw,34px);border:1px solid #e8e5ff;border-radius:30px;background:radial-gradient(circle at top right,#e5e0ff 0,transparent 33%),linear-gradient(145deg,#fbfaff,#eef7ff);box-shadow:0 24px 65px rgba(51,44,124,.14)}.gh-hub__header{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-bottom:28px}.gh-hub__header>div>span{display:inline-block;padding:7px 13px;border-radius:999px;background:#e9e6ff;color:#5547d7;font-size:13px}.gh-hub__header h2{margin:12px 0 6px;font-size:clamp(28px,5vw,48px);line-height:1.25}.gh-hub__header p{margin:0;color:var(--gh-muted)}.gh-hub__member{display:flex;align-items:center;gap:10px;min-width:220px;padding:11px;border:1px solid #e4e0ff;border-radius:18px;background:rgba(255,255,255,.8);color:inherit!important;text-decoration:none!important}.gh-hub__member img{border-radius:15px}.gh-hub__member span,.gh-hub__member strong,.gh-hub__member small{display:block}.gh-hub__member small{margin-top:4px;color:var(--gh-muted)}.gh-hub__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.gh-game-card{position:relative;min-height:190px;text-align:right;text-decoration:none!important;color:inherit!important;border:1px solid rgba(109,93,252,.13);border-radius:22px;background:rgba(255,255,255,.94);padding:20px;box-shadow:0 8px 24px rgba(34,29,85,.06);transition:.2s transform,.2s box-shadow}.gh-game-card:hover,.gh-game-card:focus{transform:translateY(-4px);box-shadow:0 14px 32px rgba(34,29,85,.14);outline:2px solid #b8b0ff}.gh-game-card__icon{display:grid;place-items:center;width:54px;height:54px;margin-bottom:15px;border-radius:16px;background:#f0eeff;font-size:28px}.gh-game-card strong,.gh-game-card small,.gh-game-card em{display:block}.gh-game-card strong{font-size:17px}.gh-game-card small{margin-top:7px;color:var(--gh-muted);line-height:1.8}.gh-game-card em{position:absolute;right:20px;bottom:17px;font-size:11px;font-style:normal;color:#5547d7}.gh-hub__stage:not(:empty){margin-top:26px}.gh-game{max-width:700px;margin:auto;padding:clamp(16px,4vw,26px);border-radius:25px;background:#fff;box-shadow:0 18px 45px rgba(32,28,80,.12);text-align:center;touch-action:manipulation}.gh-game__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.gh-game__top h3{margin:0;font-size:24px}.gh-game__score{padding:8px 12px;border-radius:12px;background:#f1efff;color:#5547d7}.gh-button{display:inline-block;border:0;border-radius:12px;background:linear-gradient(135deg,var(--gh-primary),#5547d7);color:#fff!important;text-decoration:none!important;padding:11px 18px;font:inherit;cursor:pointer}.gh-button:hover{filter:brightness(.95)}.gh-message{min-height:28px;margin:16px 0;color:var(--gh-muted)}.gh-empty{padding:24px;border-radius:16px;background:#fff3cd;text-align:center}.gh-leaderboard{max-width:700px;margin:18px auto 0;padding:20px;border-radius:22px;background:#fff;box-shadow:0 15px 40px rgba(32,28,80,.09)}.gh-leaderboard__title{display:flex;align-items:center;gap:12px;margin-bottom:13px}.gh-leaderboard__title>span{font-size:35px}.gh-leaderboard h3,.gh-leaderboard p{margin:0}.gh-leaderboard p{margin-top:4px;color:var(--gh-muted);font-size:12px}.gh-leaderboard ol{margin:0;padding:0;list-style:none;counter-reset:rank}.gh-leaderboard li{counter-increment:rank;display:flex;align-items:center;justify-content:space-between;padding:10px 5px;border-top:1px solid #f0eff8}.gh-leaderboard li:before{content:counter(rank);width:28px;color:#847bbd;font-weight:700}.gh-leaderboard li>span{display:flex;align-items:center;gap:9px;flex:1}.gh-leaderboard img{border-radius:50%}.gh-leaderboard li>b{color:#5547d7}.gh-leaderboard__empty:before{display:none}.gh-profile{max-width:900px;margin:24px auto;padding:clamp(18px,4vw,30px);border-radius:28px;background:linear-gradient(145deg,#faf9ff,#eff8ff);box-shadow:0 20px 55px rgba(35,30,92,.12)}.gh-profile__hero{display:flex;align-items:center;gap:18px;padding:22px;border-radius:22px;background:linear-gradient(135deg,#6d5dfc,#4338ca);color:#fff}.gh-profile__avatar{border:4px solid rgba(255,255,255,.35);border-radius:24px}.gh-profile__hero h2,.gh-profile__hero p{margin:4px 0}.gh-profile__badges{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:18px 0}.gh-badge{display:flex;align-items:center;gap:8px;padding:13px;border:1px dashed #c9c5dd;border-radius:15px;background:#f6f5fa;filter:grayscale(1);opacity:.55}.gh-badge.is-earned{border-style:solid;background:#fff8dc;filter:none;opacity:1}.gh-badge span{font-size:25px}.gh-profile__records{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.gh-profile__records article{display:flex;align-items:center;gap:10px;padding:14px;border-radius:16px;background:#fff}.gh-profile__records article>span{font-size:25px}.gh-profile__records article>div{flex:1}.gh-profile__records strong,.gh-profile__records small{display:block}.gh-profile__records small{margin-top:4px;color:var(--gh-muted)}.gh-profile__records article>b{color:#5547d7}.gh-login-required{max-width:600px;margin:30px auto;padding:40px 20px;border-radius:24px;background:#f6f4ff;text-align:center}.gh-login-required>span{font-size:48px}.gh-login-required h3{margin:15px 0 22px}@media(max-width:800px){.gh-hub__grid{grid-template-columns:repeat(2,1fr)}.gh-hub__header{align-items:flex-start;flex-direction:column}.gh-hub__member{width:100%}.gh-profile__badges{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.gh-hub{margin:8px auto;padding:14px;border-radius:20px}.gh-hub__grid{grid-template-columns:1fr}.gh-game-card{min-height:155px}.gh-game{padding:15px;border-radius:18px}.gh-game__top{align-items:flex-start;flex-direction:column}.gh-profile{margin:8px auto}.gh-profile__hero{align-items:flex-start;flex-direction:column}.gh-profile__records{grid-template-columns:1fr}.gh-profile__badges{grid-template-columns:1fr 1fr}.gh-badge{align-items:flex-start;flex-direction:column}.gh-leaderboard{padding:14px}}
