.gld{width:100%;max-width:560px;margin:0 auto;display:flex;flex-direction:column;gap:16px;color:#fff;padding-block:clamp(8px,2vh,24px)}.gld__head{text-align:center}.gld__title{display:inline-flex;align-items:center;justify-content:center;gap:.4em;margin:4px 0 6px;font-size:clamp(1.5rem,5vw,2rem);font-weight:900;letter-spacing:.3px;text-shadow:0 2px 0 rgba(0,0,0,.25)}.gld__title-icon{flex:0 0 auto;height:1.15em;width:auto;filter:drop-shadow(0 3px 0 rgba(0,0,0,.22))}.gld__sub{margin:0 auto;max-width:46ch;font-size:.9rem;font-weight:700;line-height:1.45;color:#ffffffe6;text-shadow:0 1px 0 rgba(0,0,0,.2)}.gld__total{display:inline-flex;align-items:center;gap:8px;margin-top:10px;padding:5px 14px;border-radius:999px;background:#f5a62333;border:1px solid rgba(255,211,77,.55);white-space:nowrap}.gld__total[hidden]{display:none}.gld__total-dot{flex:0 0 auto;width:8px;height:8px;border-radius:50%;background:#56e06a;box-shadow:0 0 #56e06ab3;animation:gldTotalPulse 1.9s ease-out infinite}@keyframes gldTotalPulse{0%{box-shadow:0 0 #56e06a99}70%{box-shadow:0 0 0 7px #56e06a00}to{box-shadow:0 0 #56e06a00}}.gld__total-num{font-weight:900;font-size:.95rem;color:#ffe08a;font-variant-numeric:tabular-nums;text-shadow:0 1px 0 rgba(0,0,0,.25)}.gld__total-word{font-weight:800;font-size:.85rem;color:#ffffffe6;text-shadow:0 1px 0 rgba(0,0,0,.2)}@media(prefers-reduced-motion:reduce){.gld__total-dot{animation:none}}.gld__toggle{align-self:center;display:inline-flex;gap:4px;padding:4px;border-radius:999px;background:#0e142452;border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 1px #ffffff1f}.gld__tab{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;border:0;border-radius:999px;background:transparent;color:#ffffffd9;font:inherit;font-weight:900;font-size:.9rem;cursor:pointer;transition:background .15s ease,color .15s ease,transform .08s ease;-webkit-tap-highlight-color:transparent}.gld__tab:hover{color:#fff}.gld__tab.is-active{background:#fff;color:var(--ink, #1b2440);box-shadow:0 2px #0000002e;text-shadow:none}.gld__tab:active{transform:translateY(1px)}.gld__tab-icon{display:block;-webkit-user-drag:none}.gld__tab-emoji{font-size:1rem;line-height:1}.gld__gate{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;padding:24px 20px;border-radius:22px;background:#0e142452;border:1px solid rgba(255,255,255,.16);box-shadow:0 18px 50px #0000004d,inset 0 1px #ffffff1f;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.gld__gate-title{margin:0;font-size:clamp(1.1rem,4vw,1.4rem);font-weight:900;text-shadow:0 2px 0 rgba(0,0,0,.25)}.gld__gate-sub{margin:0;max-width:44ch;font-size:.9rem;font-weight:700;line-height:1.45;color:#ffffffe6;text-shadow:0 1px 0 rgba(0,0,0,.2)}.gld__optin{display:flex;flex-direction:column;gap:10px;padding:16px 18px;border-radius:20px;background:#0e142452;border:1px solid rgba(255,255,255,.16);box-shadow:0 18px 50px #0000004d,inset 0 1px #ffffff1f;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.gld__optin-row{display:flex;align-items:center;gap:12px}.gld__optin-shield img{display:block;filter:drop-shadow(0 2px 3px rgba(0,0,0,.25))}.gld__optin-text{display:flex;flex-direction:column;flex:1 1 auto;min-width:0;line-height:1.25}.gld__optin-title{font-weight:900;font-size:1rem;text-shadow:0 1px 0 rgba(0,0,0,.22)}.gld__optin-sub{font-size:.82rem;font-weight:700;color:#ffffffd1;text-shadow:0 1px 0 rgba(0,0,0,.2)}.gld__optin-manage{flex:0 0 auto;font-size:.82rem;font-weight:800;color:#ffffffd9;text-decoration:none;white-space:nowrap}.gld__optin-manage:hover{color:#fff;text-decoration:underline}.gld__optin-req{margin:0;font-size:.82rem;font-weight:700;line-height:1.4;color:#ffe08a;text-shadow:0 1px 0 rgba(0,0,0,.2)}.gld__optin-bio{width:100%;min-height:56px;padding:10px 12px;border-radius:12px;border:2px solid rgba(255,255,255,.28);background:#ffffff1f;color:#fff;font:inherit;font-weight:700;font-size:.9rem;line-height:1.4;resize:vertical}.gld__optin-bio::placeholder{color:#fff9;font-weight:600}.gld__optin-bio:focus-visible{outline:3px solid var(--sky-blue-deep);outline-offset:1px}.gld__optin-foot{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.gld__optin-count{font-size:.76rem;font-weight:800;color:#fff9;font-variant-numeric:tabular-nums}.gld__optin-actions{margin-left:auto;display:flex;gap:8px;flex-wrap:wrap}.gld__optin-btn{height:40px;padding:0 16px;border-radius:12px;border:2px solid var(--ink);font:inherit;font-weight:900;font-size:.9rem;cursor:pointer;transition:filter .12s ease,transform .08s ease,box-shadow .08s ease;-webkit-tap-highlight-color:transparent}.gld__optin-btn:active{transform:translateY(2px)}.gld__optin-btn:disabled{opacity:.6;cursor:default;transform:none}.gld__optin-btn--join{color:#5a3c06;background:linear-gradient(180deg,#ffd34d,#f5a623);box-shadow:0 3px #c97f12}.gld__optin-btn--join:active{box-shadow:0 1px #c97f12}.gld__optin-btn--save{color:#fff;background:var(--green);box-shadow:0 3px 0 var(--green-deep)}.gld__optin-btn--save:active{box-shadow:0 1px 0 var(--green-deep)}.gld__optin-btn--ghost{color:#fff;background:#ffffff24;border-color:#ffffff4d;box-shadow:none}.gld__optin-btn--link{display:inline-flex;align-items:center;gap:7px;color:#fff;background:#5865f2;box-shadow:0 3px #3b45c4;text-decoration:none}.gld__optin-btn--link:active{box-shadow:0 1px #3b45c4}.gld__optin-link-glyph{width:16px;height:16px;flex:0 0 auto;filter:drop-shadow(0 1px 0 rgba(0,0,0,.18))}.gld__optin-note{margin:0;font-size:.82rem;font-weight:700;color:#ffffffd9;text-shadow:0 1px 0 rgba(0,0,0,.2)}.gld__optin-note--err{color:#ffb4b4}.gld__card{border-radius:22px;padding:12px;background:#0e142452;border:1px solid rgba(255,255,255,.16);box-shadow:0 18px 50px #0000004d,inset 0 1px #ffffff1f;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.gld__list{display:flex;flex-direction:column;gap:7px;list-style:none;margin:0;padding:0}.gld__row{display:flex;flex-direction:column;gap:7px;padding:9px 14px;border-radius:14px;background:#ffffff14;border:1px solid rgba(255,255,255,.16)}.gld__row--1{background:#67c23f33;border-color:#8ed96a8c;box-shadow:0 0 16px #8ed96a4d}.gld__main{display:flex;align-items:center;gap:12px}.gld__rank{flex:0 0 auto;width:1.6rem;text-align:center;font-weight:900;font-size:.95rem;color:#ffffffd1;font-variant-numeric:tabular-nums;text-shadow:0 1px 0 rgba(0,0,0,.22)}.gld__who{display:inline-flex;align-items:center;gap:12px;flex:1 1 auto;min-width:0;text-decoration:none;color:inherit}a.gld__who:hover .gld__name{text-decoration:underline}.gld__avatar{position:relative;flex:0 0 auto;width:40px;height:40px;border-radius:50%;background:#ffffff29;border:2px solid rgba(255,255,255,.45);overflow:hidden;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 3px #0000002e}.gld__row--1 .gld__avatar{border-color:var(--leaf);box-shadow:0 3px #0000002e,0 0 12px #8ed96ab3}.gld__avatar img{width:100%;height:100%;object-fit:cover;-webkit-user-drag:none}.gld__avatar-fallback{font-size:1.1rem}.gld__name{flex:0 1 auto;min-width:0;font-weight:900;font-size:.98rem;text-shadow:0 1px 0 rgba(0,0,0,.22);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gld__sheckles{flex:0 0 auto;margin-left:auto;display:inline-flex;align-items:center;gap:5px;padding:4px 12px 4px 9px;border-radius:999px;background:linear-gradient(180deg,var(--leaf, #8ed96a),var(--green, #67c23f));border:2px solid var(--ink);color:#fff;font-weight:900;font-size:.78rem;text-shadow:0 1px 0 rgba(0,0,0,.25);box-shadow:0 2px 0 var(--green-deep);white-space:nowrap}.gld__sheckles-icon{display:block;width:16px;height:16px;filter:drop-shadow(0 1px 0 rgba(0,0,0,.18));-webkit-user-drag:none}.gld__discord{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:#5865f2;border:2px solid var(--ink, #1c1f3a);box-shadow:0 3px #3b45c4;color:#fff;text-decoration:none;transition:filter .12s ease,transform .08s ease,box-shadow .08s ease;-webkit-tap-highlight-color:transparent}.gld__discord:hover{filter:brightness(1.08)}.gld__discord:active{transform:translateY(2px);box-shadow:0 1px #3b45c4}.gld__discord-glyph{width:18px;height:18px;display:block;filter:drop-shadow(0 1px 0 rgba(0,0,0,.18))}.gld__bio{margin:0;padding-left:calc(1.6rem + 12px);font-size:.85rem;font-weight:600;line-height:1.4;color:#ffffffd9;text-shadow:0 1px 0 rgba(0,0,0,.18);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gld__empty,.gld__loading{padding:18px 6px;text-align:center;font-weight:800;font-size:.9rem;color:#ffffffe0}.gld__more{display:block;width:100%;margin-top:10px;padding:11px 16px;border-radius:12px;border:1px solid rgba(255,255,255,.28);background:#ffffff1f;color:#fff;font:inherit;font-weight:900;font-size:.9rem;cursor:pointer;transition:filter .12s ease,transform .08s ease,background-color .12s ease;-webkit-tap-highlight-color:transparent}.gld__more:hover{background:#fff3}.gld__more:active{transform:translateY(1px)}.gld__back{align-self:center;padding:10px 18px;border-radius:12px;text-decoration:none;font-weight:800;font-size:.9rem;color:#fff;background:#ffffff24;border:1px solid rgba(255,255,255,.28);transition:filter .12s ease,transform .08s ease}.gld__back:hover{filter:brightness(1.12)}.gld__back:active{transform:translateY(2px)}@media(max-width:479px){.gld__name{font-size:.86rem}.gld__sheckles{font-size:.72rem;padding:4px 10px 4px 8px}.gld__avatar{width:34px;height:34px}.gld__bio{padding-left:0}}
