.gtsh-app{--gtsh-bg:#07110d;--gtsh-panel:#101b16;--gtsh-card:#14231d;--gtsh-line:#284038;--gtsh-text:#eef8f1;--gtsh-muted:#9cb2a7;--gtsh-green:#23d160;--gtsh-green-2:#8df5a9;color:var(--gtsh-text);background:var(--gtsh-bg);border:1px solid var(--gtsh-line);border-radius:18px;padding:18px;max-width:1120px;margin:20px auto;font-family:inherit}
.gtsh-app *{box-sizing:border-box}
.gtsh-app a{color:var(--gtsh-green)}
.gtsh-panel,.gtsh-compose,.gtsh-post,.gtsh-player-card,.gtsh-empty{background:var(--gtsh-panel);border:1px solid var(--gtsh-line);border-radius:16px;padding:18px;margin:16px 0}
.gtsh-panel h2,.gtsh-app h1,.gtsh-app h2,.gtsh-app h3{margin-top:0;color:var(--gtsh-text);letter-spacing:0}
.gtsh-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;background:var(--gtsh-green);color:#041009!important;font-weight:800;text-decoration:none;padding:11px 18px;cursor:pointer;min-height:42px}
.gtsh-btn-outline{background:transparent;border:1px solid var(--gtsh-green);color:var(--gtsh-green)!important}
.gtsh-link-btn{display:inline-flex;align-items:center;justify-content:center;color:var(--gtsh-text)!important;text-decoration:none;border:1px solid var(--gtsh-line);background:var(--gtsh-card);border-radius:999px;padding:10px 14px;min-height:40px}
.gtsh-nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:var(--gtsh-panel);border:1px solid var(--gtsh-line);border-radius:16px;padding:12px;margin-bottom:16px}
.gtsh-nav-bottom{margin:16px 0 0}
.gtsh-form label,.gtsh-admin-form label{display:block;margin:0 0 14px;color:var(--gtsh-muted);font-weight:700}
.gtsh-form input,.gtsh-form textarea,.gtsh-form select,.gtsh-compose textarea,.gtsh-comment input,.gtsh-filter input,.gtsh-filter select{width:100%;margin-top:6px;background:#08130f;color:var(--gtsh-text);border:1px solid var(--gtsh-line);border-radius:12px;padding:12px;outline:none}
.gtsh-form input:focus,.gtsh-form textarea:focus,.gtsh-compose textarea:focus{border-color:var(--gtsh-green);box-shadow:0 0 0 3px rgba(35,209,96,.15)}
.gtsh-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.gtsh-hero{display:flex;align-items:center;justify-content:space-between;gap:16px;background:linear-gradient(135deg,#0d2519,#13201c);border:1px solid var(--gtsh-line);border-radius:18px;padding:22px}
.gtsh-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px 0}
.gtsh-stat-grid div{background:var(--gtsh-card);border:1px solid var(--gtsh-line);border-radius:14px;padding:16px;text-align:center}
.gtsh-stat-grid strong{display:block;font-size:24px;color:var(--gtsh-green-2)}
.gtsh-stat-grid span{display:block;color:var(--gtsh-muted);font-size:13px;margin-top:4px}
.gtsh-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.gtsh-cover{height:260px;background:radial-gradient(circle at 20% 20%,rgba(35,209,96,.35),transparent 30%),linear-gradient(135deg,#0b1712,#17251f);background-size:cover;background-position:center;border-radius:18px;border:1px solid var(--gtsh-line)}
.gtsh-profile-head{display:flex;gap:16px;align-items:flex-end;margin-top:-52px;padding:0 18px 12px}
.gtsh-avatar{width:112px;height:112px;border-radius:50%;object-fit:cover;border:5px solid var(--gtsh-bg);background:var(--gtsh-card)}
.gtsh-verified{display:inline-flex;background:var(--gtsh-green);color:#041009;border-radius:50%;width:28px;height:28px;align-items:center;justify-content:center;font-size:17px}
.gtsh-profile-title{min-width:0;flex:1}
.gtsh-profile-actions{display:flex;gap:10px;flex-wrap:wrap;margin-left:auto}
.gtsh-profile-section{margin:18px 0}
.gtsh-profile-section h2{font-size:20px;margin:0 0 12px}
.gtsh-stat-grid-social{grid-template-columns:repeat(6,minmax(0,1fr))}
.gtsh-bio{background:var(--gtsh-card);border:1px solid var(--gtsh-line);border-radius:14px;padding:16px;margin:14px 0;color:var(--gtsh-text)}
.gtsh-socials,.gtsh-badges{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}
.gtsh-socials a,.gtsh-badges span{border:1px solid var(--gtsh-line);background:var(--gtsh-card);border-radius:999px;padding:8px 12px;text-decoration:none;color:var(--gtsh-text)}
.gtsh-social-btn{display:inline-flex;align-items:center;gap:8px;min-height:42px}
.gtsh-social-btn svg,.gtsh-badge-card svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.gtsh-social-instagram{color:#ff8ab3!important}
.gtsh-social-tiktok{color:#f4f4f4!important}
.gtsh-social-youtube{color:#ff6b6b!important}
.gtsh-social-discord{color:#9aa8ff!important}
.gtsh-social-whatsapp{color:#7cf2a0!important}
.gtsh-badges{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.gtsh-badges .gtsh-badge-card{border-radius:14px;padding:12px;display:grid;grid-template-columns:38px 1fr;align-items:center;gap:10px;background:linear-gradient(135deg,#13251d,#101914);min-height:64px}
.gtsh-badge-card i{width:38px;height:38px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:rgba(35,209,96,.16);color:var(--gtsh-green)}
.gtsh-badge-card strong{font-size:13px;line-height:1.2}
.gtsh-favorite-card{display:flex;align-items:center;gap:12px;background:var(--gtsh-card);border:1px solid var(--gtsh-line);border-radius:14px;padding:12px;margin-bottom:12px}
.gtsh-favorite-card img{width:58px;height:58px;object-fit:contain}
.gtsh-favorite-card span{display:block;color:var(--gtsh-muted);font-size:12px}
.gtsh-favorite-card strong{font-size:18px}
.gtsh-cr-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.gtsh-cr-card-grid-small{grid-template-columns:repeat(6,minmax(0,1fr))}
.gtsh-cr-card{background:var(--gtsh-card);border:1px solid var(--gtsh-line);border-radius:14px;padding:10px;text-align:center;min-height:128px}
.gtsh-cr-card img{width:64px;height:76px;object-fit:contain;display:block;margin:0 auto 6px}
.gtsh-cr-card strong{display:block;font-size:12px;line-height:1.15;min-height:28px}
.gtsh-cr-card span{display:block;color:var(--gtsh-muted);font-size:12px;margin-top:4px}
.gtsh-cr-badges{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
.gtsh-cr-badge{background:var(--gtsh-card);border:1px solid var(--gtsh-line);border-radius:14px;padding:10px;text-align:center}
.gtsh-cr-badge img{width:48px;height:48px;object-fit:contain}
.gtsh-cr-badge strong{display:block;font-size:12px;line-height:1.15;margin-top:5px}
.gtsh-cr-badge span{display:inline-flex;margin-top:6px;border-radius:999px;background:rgba(35,209,96,.14);color:var(--gtsh-green-2);font-size:11px;padding:3px 7px}
.gtsh-cr-achievements{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.gtsh-cr-achievements div,.gtsh-chests div,.gtsh-battle-row{background:var(--gtsh-card);border:1px solid var(--gtsh-line);border-radius:14px;padding:12px}
.gtsh-cr-achievements strong,.gtsh-cr-achievements span{display:block}
.gtsh-cr-achievements span{color:var(--gtsh-muted);font-size:12px;margin-top:4px}
.gtsh-chests{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.gtsh-chests span{display:block;color:var(--gtsh-green-2);font-weight:800;font-size:13px}
.gtsh-chests strong{display:block;margin-top:3px}
.gtsh-battlelog{display:grid;gap:8px}
.gtsh-battle-row{display:grid;grid-template-columns:90px 1fr auto;align-items:center;gap:10px}
.gtsh-battle-row strong{color:var(--gtsh-green-2)}
.gtsh-battle-row span{color:var(--gtsh-text)}
.gtsh-battle-row em{color:var(--gtsh-muted);font-style:normal;font-size:12px}
.gtsh-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:16px 0}
.gtsh-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:12px;border:1px solid var(--gtsh-line)}
.gtsh-compose textarea{resize:vertical;min-height:96px}
.gtsh-compose>div{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}
.gtsh-post header{display:flex;align-items:center;gap:10px}
.gtsh-post header img{width:44px;height:44px;border-radius:50%;object-fit:cover}
.gtsh-post header span{display:block;color:var(--gtsh-muted);font-size:13px}
.gtsh-post-image{width:100%;max-height:680px;object-fit:cover;border-radius:14px;margin-top:12px;border:1px solid var(--gtsh-line)}
.gtsh-post footer{display:flex;gap:12px;align-items:center;margin-top:12px;color:var(--gtsh-muted)}
.gtsh-post footer button,.gtsh-comment button{border:1px solid var(--gtsh-line);background:var(--gtsh-card);color:var(--gtsh-text);border-radius:999px;padding:8px 12px;cursor:pointer}
.gtsh-comment{display:flex;gap:8px;margin-top:12px}
.gtsh-filter{display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto;gap:10px;margin-bottom:16px}
.gtsh-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.gtsh-player-card{text-align:center}
.gtsh-player-card img{width:82px;height:82px;border-radius:50%;object-fit:cover}
.gtsh-player-card h3{margin:10px 0 4px}
.gtsh-player-card p{color:var(--gtsh-muted);min-height:42px}
.gtsh-ranking-list a{display:grid;grid-template-columns:44px 44px 1fr auto;align-items:center;gap:10px;text-decoration:none;color:var(--gtsh-text);padding:10px;border-bottom:1px solid var(--gtsh-line)}
.gtsh-ranking-list img{width:40px;height:40px;border-radius:50%;object-fit:cover}
.gtsh-ranking-list em{color:var(--gtsh-green-2);font-style:normal}
.gtsh-notice{border-radius:12px;padding:12px 14px;margin-bottom:12px;background:#11381f;color:#baf7c9;border:1px solid #276b3d}
.gtsh-notice-error{background:#381717;color:#ffd2d2;border-color:#763232}
.gtsh-help{color:var(--gtsh-muted);font-size:14px;line-height:1.45;margin:4px 0 16px}
.gtsh-auth{max-width:960px}
.gtsh-auth-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;background:linear-gradient(135deg,#0d2519,#13201c);border:1px solid var(--gtsh-line);border-radius:18px;padding:24px;margin-bottom:16px}
.gtsh-auth-hero p{color:var(--gtsh-muted);margin-bottom:0}
.gtsh-auth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.gtsh-google-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:999px;background:#fff;color:#1f1f1f!important;text-decoration:none;font-weight:800;padding:11px 18px;white-space:nowrap}
.gtsh-check{display:flex!important;align-items:center;gap:8px}
.gtsh-check input{width:auto!important;margin:0!important}
@media (max-width:760px){.gtsh-app{padding:12px;border-radius:0;margin:0}.gtsh-grid-2,.gtsh-stat-grid,.gtsh-card-grid,.gtsh-filter,.gtsh-auth-grid,.gtsh-stat-grid-social{grid-template-columns:repeat(2,minmax(0,1fr))}.gtsh-filter,.gtsh-auth-grid,.gtsh-card-grid{grid-template-columns:1fr}.gtsh-hero,.gtsh-compose>div,.gtsh-auth-hero{align-items:flex-start;flex-direction:column}.gtsh-cover{height:190px}.gtsh-profile-head{align-items:center;margin-top:-42px;flex-wrap:wrap}.gtsh-profile-actions{width:100%;margin-left:0}.gtsh-avatar{width:88px;height:88px}.gtsh-gallery,.gtsh-cr-card-grid,.gtsh-cr-card-grid-small,.gtsh-cr-badges,.gtsh-cr-achievements,.gtsh-chests{grid-template-columns:repeat(2,minmax(0,1fr))}.gtsh-badges{grid-template-columns:1fr}.gtsh-battle-row{grid-template-columns:1fr}.gtsh-ranking-list a{grid-template-columns:34px 38px 1fr}.gtsh-ranking-list em{grid-column:3}}
