/* GROUPFINDER v1.9.2
   One restrained monochrome system for the public site, application and admin. */

:root{
  --gf-bg:#0b0d10;
  --gf-bg-raised:#101216;
  --gf-surface:#15181d;
  --gf-surface-2:#1b1e24;
  --gf-surface-3:#22252c;
  --gf-text:#f3f3f1;
  --gf-text-soft:#b5b7bc;
  --gf-text-muted:#777b84;
  --gf-white:#f6f6f3;
  --gf-black:#090a0c;
  --gf-success:#8fd29d;
  --gf-danger:#e58f8f;
  --gf-radius-sm:8px;
  --gf-radius:14px;
  --gf-radius-lg:22px;
  --gf-shadow:0 24px 70px rgba(0,0,0,.34);
}

/* v1.9.43 - samostatný login ve stylu veřejné homepage */
.party-share-page{min-height:100vh;display:grid;place-items:center;padding:48px 24px;background:#0c0e12;color:#fff}.party-share-card{position:relative;isolation:isolate;display:grid;grid-template-columns:180px minmax(0,1fr);gap:30px;width:min(820px,100%);padding:34px;border:1px solid #292d37;border-radius:24px;overflow:hidden;background:#12151b}.party-share-card:before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(10,12,16,.98),rgba(10,12,16,.78)),var(--party-art) center/cover}.party-share-card:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,transparent 30%,#101218)}.party-share-card>img{width:180px;aspect-ratio:3/4;object-fit:cover;border-radius:15px}.party-share-card h1{margin:4px 0 10px;font-size:clamp(36px,6vw,68px);line-height:.95}.party-share-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:22px}.party-share-unavailable{margin-top:20px;color:#ff9c9c}.gf-notifications-page{padding:4px 0 50px}.gf-notifications-page>header{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:26px}.gf-notifications-page h1{margin:2px 0 4px;font-size:46px}.gf-notification-history{display:grid;gap:8px}.gf-notification-history>a{display:grid;grid-template-columns:42px minmax(0,1fr) 20px;align-items:center;gap:12px;padding:15px 16px;border-radius:14px;color:#dfe3ec;background:#15181f;text-decoration:none}.gf-notification-history>a.is-unread{background:#20202a;box-shadow:none}.gf-notification-history>a>span:nth-child(2){display:grid;gap:3px}.gf-notification-history small,.gf-notification-history em{color:#9299a8;font-style:normal}.gf-notification-history em{font-size:11px}.gf-settings-disconnect{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.gf-settings-disconnect input,.gf-settings-field form input{min-height:40px;padding:0 12px;border:1px solid #30343e;border-radius:9px;background:#171a20;color:#fff}.gf-settings-disconnect button,.gf-settings-field form button{min-height:40px;padding:0 14px;border:0;border-radius:9px;background:#252933;color:#fff;cursor:pointer}.gf-settings-disconnect button{color:#ffabab}.gf-settings-field form{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.gf-app-friend-request-actions form{display:contents}.gf-admin-health-list{display:grid;gap:8px}.gf-admin-health-list>div{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:9px;padding:11px 12px;border-radius:10px;background:#171a20}.gf-admin-health-list .is-ok{color:#9be2b0}.gf-admin-health-list .is-warning{color:#ffd08a}.gf-admin-recovery-codes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:12px 0}.gf-admin-recovery-codes code,.gf-admin-uri{display:block;padding:9px;border-radius:8px;background:#111318;overflow-wrap:anywhere}.gf-admin-danger{margin-top:10px;color:#fff;background:#9d3c4b}.gf-admin-panel details{margin:12px 0}.gf-admin-panel summary{cursor:pointer}
@media(max-width:700px){.party-share-card{grid-template-columns:1fr;padding:22px}.party-share-card>img{width:120px}.gf-notifications-page>header{align-items:flex-start;flex-direction:column}.gf-notifications-page h1{font-size:38px}.gf-admin-recovery-codes{grid-template-columns:1fr}}

html{background:var(--gf-bg);color-scheme:dark}
body{font-family:"Barlow",sans-serif;font-size:14px;color:var(--gf-text);background:var(--gf-bg)}
body,button,input,select,textarea{font-family:"Barlow",sans-serif}
small{font-size:12px!important}
button,a,input,select,textarea{font-size:inherit}
::selection{background:#ecece7;color:#090a0c}

/* Shared brand */
.gf-app-brand span,.landing-brand span,.gf-admin-brand span,.gf-admin-login-brand span,.party-invite-brand span{display:none!important}
.gf-app-brand img,.landing-brand img,.gf-admin-brand img,.gf-admin-login-brand img,.party-invite-brand img{
  content:url('../images/logo-groupfinder-white.png')!important;
  display:block;
  max-width:none;
  object-fit:contain;
  filter:none!important;
  mix-blend-mode:normal!important;
}
.gf-app-brand img{width:190px!important;height:24px!important}
.landing-brand img{width:216px!important;height:26px!important}
.gf-admin-brand img,.gf-admin-login-brand img{width:188px!important;height:23px!important}

/* Signed-in application shell */
.gf-app-page{
  margin:0;
  min-height:100vh;
  overflow:hidden;
  background:var(--gf-bg)!important;
  color:var(--gf-text);
}
.gf-app-page::before,.gf-app-page::after{display:none!important}
.gf-app-shell{
  --gf-header-h:74px;
  --gf-left-w:214px;
  --gf-right-w:304px;
  width:100%;
  height:100vh;
  display:grid;
  grid-template-columns:var(--gf-left-w) minmax(0,1fr) var(--gf-right-w);
  grid-template-rows:var(--gf-header-h) minmax(0,1fr);
  background:var(--gf-bg)!important;
  isolation:isolate;
}
.gf-app-header{
  grid-column:1/-1;
  grid-row:1;
  height:var(--gf-header-h)!important;
  display:grid;
  grid-template-columns:var(--gf-left-w) minmax(280px,1fr) var(--gf-right-w);
  align-items:center;
  gap:28px;
  padding:0 22px!important;
  border:0!important;
  background:#0d0f12!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  z-index:60;
}
.gf-app-brand{width:max-content!important;height:32px;display:flex!important;align-items:center;overflow:visible!important}
.gf-app-search-wrap{width:min(100%,620px);justify-self:center;position:relative}
.gf-app-search{
  width:100%;height:42px;
  display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:10px;
  padding:0 13px 0 15px!important;
  border:0!important;border-radius:10px!important;
  background:#181a1f!important;color:#858993!important;
  box-shadow:none!important;
}
.gf-app-search:focus-within{background:#202228!important;box-shadow:0 0 0 1px rgba(255,255,255,.12)!important}
.gf-app-search input{height:40px;border:0;outline:0;background:transparent;color:var(--gf-text);font-size:14px}
.gf-app-search input::placeholder{color:#777b84}
.gf-app-search kbd{padding:4px 7px;border:0!important;border-radius:6px;background:#0e0f12!important;color:#737780;font:500 12px "Barlow",sans-serif}
.gf-app-header-actions{justify-self:end;display:flex;align-items:center;gap:9px}
.gf-app-header-icon{
  width:38px!important;height:38px!important;border:0!important;border-radius:9px!important;
  display:grid;place-items:center;background:#17191e!important;color:#999da5!important;cursor:pointer;
}
.gf-app-header-icon:hover,.gf-app-header-icon[aria-expanded=true]{background:#22242a!important;color:#fff!important}
.gf-app-header-icon>b{min-width:20px;height:20px;right:-4px;top:-5px;border:3px solid #0d0f12!important;background:#f4f4ef!important;color:#090a0c!important;font-size:12px}
.gf-app-account{position:relative;display:flex;align-items:center}
.gf-app-account-profile{min-height:44px;padding:4px 5px 4px 7px;border-radius:10px!important;display:flex;align-items:center;gap:9px;color:inherit;text-decoration:none}
.gf-app-account-profile:hover{background:#17191e!important}
.gf-app-avatar-wrap,.gf-app-avatar-wrap img{width:35px!important;height:35px!important}
.gf-app-avatar-wrap img{border-radius:50%;object-fit:cover;background:#202228;box-shadow:none!important}
.gf-app-account-copy{display:grid;gap:1px;min-width:76px}
.gf-app-account-name{max-width:116px;color:#f2f2ef;font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.gf-app-account-copy small{color:#777b84;font-size:12px}
.gf-app-presence-trigger{right:1px!important;top:1px!important;width:10px!important;height:10px!important;border:3px solid #0b0c0f!important}
.gf-app-logout-form{margin:0}
.gf-app-logout{
  height:38px;padding:0 12px;border:0;border-radius:9px;display:flex;align-items:center;gap:7px;
  background:transparent;color:#8b8f97;font:500 12px "Barlow",sans-serif;cursor:pointer;
}
.gf-app-logout:hover{background:#1b1d22;color:#fff}
.gf-app-logout .material-symbols-rounded{font-size:18px}

.gf-app-search-results,.gf-app-header-panel,.gf-app-account-menu,.gf-app-status-menu{
  border:0!important;border-radius:12px!important;background:#191b20!important;
  box-shadow:var(--gf-shadow)!important;backdrop-filter:none!important;
}
.gf-app-search-results{top:49px;padding:7px}
.gf-app-search-result{border-radius:8px!important}
.gf-app-search-result:hover,.gf-app-header-note:hover{background:#23252b!important}
.gf-app-header-panel{top:49px!important;width:330px!important;padding:9px!important}
.gf-app-header-panel-head{padding:9px 10px 13px!important;border:0!important}
.gf-app-header-panel-head strong{font-size:13px}
.gf-app-header-panel-head small,.gf-app-header-panel-empty{font-size:12px;color:#81858e}
.gf-app-search-empty{font-size:12px!important;color:#81858e!important}
.gf-app-friend-request{border-radius:8px!important}.gf-app-friend-request:hover{background:#23252b!important}
.gf-app-friend-request-user img{background:#24262c!important}.gf-app-friend-request-user strong{font-size:13px!important}.gf-app-friend-request-user small{font-size:12px!important;color:#7f838b!important}
.gf-app-friend-request-actions button{border:0!important;border-radius:7px!important;background:#27292f!important;color:#a4a7ad!important}.gf-app-friend-request-actions button:hover{background:#303238!important;color:#fff!important}.gf-app-friend-request-actions button.accept{background:#efefeb!important;color:#0b0c0f!important}
.gf-app-notification-all{border:0!important;box-shadow:none!important;color:#8d9199!important;font-size:12px!important}.gf-app-notification-all:hover{color:#fff!important}
.gf-app-account-menu{right:0!important;top:49px!important;width:245px!important;padding:8px!important}
.gf-app-presence-menu{padding:3px!important;border:0!important}
.gf-app-menu-label{display:block;padding:7px 10px 9px;color:#737780;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.gf-app-presence-option{min-height:44px!important;border-radius:8px!important;color:#c5c6c8!important}
.gf-app-presence-option:hover{background:#23252b!important}
.gf-app-presence-option.active{background:#202228!important;color:#fff!important}
.gf-app-presence-option strong{font-size:13px!important;font-weight:500!important}
.gf-app-presence-option small{font-size:12px!important}
.gf-app-presence-check{color:#efefeb!important}
.gf-app-account-links{margin-top:7px;padding:7px 3px 2px!important;border:0!important;box-shadow:none!important}
.gf-app-account-links a,.gf-app-account-links button{
  width:100%;min-height:40px;padding:0 10px;border:0;border-radius:8px;display:flex;align-items:center;gap:9px;
  background:transparent;color:#aaaeb5;text-decoration:none;font-size:13px;cursor:pointer;
}
.gf-app-account-links a:hover,.gf-app-account-links button:hover{background:#23252b;color:#fff}
.gf-app-account-links form{margin:0}.gf-app-account-links .material-symbols-rounded{font-size:18px}

.gf-app-sidebar{
  grid-column:1;grid-row:2;min-height:0;padding:28px 14px 18px!important;
  display:flex;flex-direction:column;border:0!important;background:#0d0f12!important;
  box-shadow:none!important;backdrop-filter:none!important;
}
.gf-app-nav{display:grid;gap:4px!important}
.gf-app-nav a,.gf-app-nav button,.gf-app-sidebar-bottom a,.gf-app-sidebar-bottom button{
  width:100%;height:44px;padding:0 13px!important;border:0!important;border-radius:9px!important;
  display:flex;align-items:center;gap:12px;background:transparent!important;color:#81858d!important;
  box-shadow:none!important;text-decoration:none;font:500 13px "Barlow",sans-serif;text-align:left;cursor:pointer;
}
.gf-app-nav a:hover,.gf-app-nav button:hover,.gf-app-sidebar-bottom a:hover,.gf-app-sidebar-bottom button:hover{background:#15171b!important;color:#d9dadd!important}
.gf-app-nav a.active,.gf-app-sidebar-bottom a.active{
  background:#1b1d22!important;color:#fff!important;box-shadow:none!important;
}
.gf-app-nav a .material-symbols-rounded,.gf-app-nav button .material-symbols-rounded,.gf-app-sidebar-bottom a .material-symbols-rounded,.gf-app-sidebar-bottom button .material-symbols-rounded{
  width:20px;color:inherit!important;font-size:19px;
}
.gf-app-sidebar-bottom{margin-top:auto;padding:16px 0 0!important;border:0!important;box-shadow:none!important}
.gf-app-sidebar-bottom form{display:none;margin:3px 0 0}
.gf-app-main{
  grid-column:2;grid-row:2;min-width:0;min-height:0;overflow:auto;
  padding:42px clamp(28px,4vw,64px) 72px!important;background:var(--gf-bg-raised)!important;
  scrollbar-width:thin;scrollbar-color:#2e3036 transparent;
}
.gf-app-social{
  grid-column:3;grid-row:2;min-height:0;overflow-y:auto;border:0!important;
  background:#0d0f12!important;box-shadow:none!important;
  backdrop-filter:none!important;scrollbar-width:thin;scrollbar-color:#292b30 transparent;
}
.gf-app-social-section{padding:23px 20px!important;border:0!important}
.gf-app-social-section+.gf-app-social-section{box-shadow:none!important}
.gf-app-social-heading{min-height:32px;margin-bottom:16px!important}
.gf-app-social-heading h2{margin:0;color:#efefec!important;font-size:14px!important;font-weight:500!important}
.gf-app-social-heading>div>.material-symbols-rounded{color:#7f838b!important;font-size:18px}
.gf-app-live-dot{width:7px;height:7px;background:var(--gf-success)!important;box-shadow:none!important}
.gf-app-social-heading>button,.gf-app-social-action{
  width:30px!important;height:30px!important;border:0!important;border-radius:8px!important;
  background:#17191e!important;color:#858993!important;
}
.gf-app-social-heading>button:hover,.gf-app-social-action:hover{background:#24262c!important;color:#fff!important}
.gf-app-party-card{padding:10px!important;border:0!important;border-radius:12px!important;background:#16181d!important;box-shadow:none!important}
.gf-app-party-card>img{border-radius:8px!important}
.gf-app-party-card small,.gf-app-party-card em,.gf-app-friend-label em{font-size:12px!important}
.gf-app-empty{padding:22px 14px!important;border:0!important;border-radius:12px!important;background:#14161a!important;color:#777b84!important}
.gf-app-empty p{font-size:12px!important}
.gf-app-empty button{border:0!important;border-radius:8px!important;background:#f1f1ed!important;color:#0b0c0f!important;font-weight:500!important}
.gf-app-friend-search{height:38px!important;border:0!important;border-radius:9px!important;background:#17191e!important;color:#777b84!important}
.gf-app-friend-search input{font-size:12px!important;color:#efefec!important}
.gf-app-friend-label{color:#6f737c!important;font-size:12px!important}
.gf-app-friend-row{min-height:50px!important;padding:6px 7px!important;border-radius:9px!important}
.gf-app-friend-row:hover{background:#17191e!important}
.gf-app-friend-row strong{font-size:13px!important;font-weight:500!important;color:#dededb!important}
.gf-app-friend-row small,.gf-app-list-empty{font-size:12px!important;color:#6e727b!important}
.gf-app-friend-avatar img{background:#1c1e23!important}
.gf-app-friend-avatar i{border-color:#0b0c0f!important}
.gf-app-request-note{border:0!important;border-radius:9px!important;background:#171b17!important;color:#a7c9ad!important;font-size:12px!important}
.gf-info-bar{border:0!important;border-radius:10px!important;background:#f1f1ed!important;color:#101114!important;box-shadow:var(--gf-shadow)!important}

/* Shared page language */
.gf-page-eyebrow,.gf-app-kicker,.gf-game-panel-head>span,.gf-library-section-head>div>span,.gf-settings-panel-head>div>span{
  margin:0 0 8px;color:#858992!important;font:600 12px/1.2 "Barlow",sans-serif!important;letter-spacing:.12em!important;text-transform:uppercase;
}
.gf-players-head h1,.gf-library-head h1,.gf-settings-head h1,.gf-player-profile-name h1{
  margin:0;color:var(--gf-text)!important;font:400 clamp(44px,5vw,64px)/.96 "Barlow Condensed",sans-serif!important;
  letter-spacing:-.025em!important;text-transform:none!important;
}
.gf-settings-head>div>p:last-child{
  color:#8f939b!important;font-size:14px!important;line-height:1.65!important;
}
.gf-section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}
.gf-section-heading h2{margin:0;color:#efefec;font:400 30px/1 "Barlow Condensed",sans-serif}
.gf-section-heading>a{display:flex;align-items:center;gap:5px;color:#969aa2;text-decoration:none;font-size:12px}
.gf-section-heading>a:hover{color:#fff}.gf-section-heading>a .material-symbols-rounded{font-size:16px}

/* Own profile */
.gf-profile-overview{max-width:1180px;margin:0 auto}
.gf-profile-cover{
  position:relative;min-height:360px;overflow:hidden;border-radius:var(--gf-radius-lg);
  background:#17191d var(--gf-profile-background) center/cover no-repeat;background-blend-mode:luminosity;box-shadow:0 26px 70px rgba(0,0,0,.28);
}
.gf-profile-cover::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,6,8,.96) 0%,rgba(5,6,8,.72) 48%,rgba(5,6,8,.25) 100%),linear-gradient(0deg,rgba(5,6,8,.68),transparent 60%)}
.gf-profile-cover-content{position:absolute;inset:auto 0 0;z-index:1;padding:36px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:end;gap:24px}
.gf-profile-avatar-large{position:relative;width:118px;height:118px;display:block;flex:0 0 auto}
.gf-profile-avatar-large img{width:118px;height:118px;border-radius:18px;object-fit:cover;background:#202228;box-shadow:0 18px 40px rgba(0,0,0,.34)}
.gf-profile-avatar-large i{position:absolute;right:-4px;bottom:-4px;width:17px;height:17px;border:4px solid #0b0c0f;border-radius:50%;background:#656971}
.gf-profile-avatar-large i.is-online{background:var(--gf-success)}
.gf-profile-avatar-large i.is-dnd{background:#d78484}.gf-profile-avatar-large i.is-invisible{background:#777b84}
.gf-profile-intro{min-width:0}
.gf-profile-intro h1{margin:0;color:#fff;font:400 clamp(48px,6vw,74px)/.88 "Barlow Condensed",sans-serif;letter-spacing:-.03em}
.gf-profile-intro>p:not(.gf-page-eyebrow){max-width:610px;margin:13px 0 0;color:#c0c2c7;font-size:14px;line-height:1.55}
.gf-profile-quick-meta{margin-top:17px;display:flex;flex-wrap:wrap;gap:8px 18px}
.gf-profile-quick-meta span{display:flex;align-items:center;gap:6px;color:#a4a7ae;font-size:12px}
.gf-profile-quick-meta .material-symbols-rounded{font-size:17px}
.gf-profile-edit{height:42px;padding:0 15px;border-radius:9px;display:flex;align-items:center;gap:8px;background:#f2f2ee;color:#0c0d10;text-decoration:none;font-size:12px;font-weight:600}
.gf-profile-edit:hover{background:#fff}.gf-profile-edit .material-symbols-rounded{font-size:17px}
.gf-profile-lower{margin-top:42px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:56px}
.gf-profile-section{min-width:0}
.gf-profile-section+.gf-profile-section{padding-left:56px;box-shadow:none!important}
.gf-profile-facts-clean{margin:0;display:grid}
.gf-profile-facts-clean>div{padding:14px 0;display:grid;grid-template-columns:145px minmax(0,1fr);gap:18px;box-shadow:none}
.gf-profile-facts-clean dt{color:#777b84;font-size:12px}.gf-profile-facts-clean dd{margin:0;color:#d5d6d8;font-size:13px;line-height:1.45}
.gf-profile-game-list{display:grid;gap:4px}
.gf-profile-game-list>a{min-height:66px;padding:7px;border-radius:10px;display:grid;grid-template-columns:52px minmax(0,1fr) 28px;align-items:center;gap:12px;color:inherit;text-decoration:none}
.gf-profile-game-list>a:hover{background:#17191e}
.gf-profile-game-list img{width:52px;height:52px;border-radius:7px;object-fit:cover;background:#202228}
.gf-profile-game-list span{display:grid;gap:4px;min-width:0}.gf-profile-game-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500}.gf-profile-game-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#747881;font-size:12px}
.gf-profile-game-list>a>i{color:#6e727a;font-size:17px}.gf-profile-game-list>a:hover>i{color:#fff}
.gf-profile-library-empty{min-height:80px;padding:14px;border-radius:10px;display:flex;align-items:center;gap:13px;background:#15171b;color:#9c9fa6;text-decoration:none}
.gf-profile-library-empty[hidden]{display:none!important}
.gf-profile-library-empty>.material-symbols-rounded{width:38px;height:38px;border-radius:8px;display:grid;place-items:center;background:#22242a;color:#fff}
.gf-profile-library-empty span:last-child{display:grid;gap:3px}.gf-profile-library-empty strong{font-size:13px;font-weight:500;color:#e4e4e1}.gf-profile-library-empty small{color:#747881}

/* Library */
.gf-library-page,.gf-players-page,.gf-player-profile-page,.gf-game-page,.gf-settings-page{width:100%;max-width:1180px!important;margin:0 auto!important}
.gf-library-head{display:grid!important;grid-template-columns:minmax(230px,320px) minmax(360px,1fr)!important;align-items:end!important;gap:56px!important}
.gf-library-head h1{max-width:320px!important;font-size:64px!important;line-height:.92!important}
.gf-library-search{height:48px!important;padding:0 15px!important;border:0!important;border-radius:10px!important;background:#191b20!important;box-shadow:none!important}
.gf-library-search:focus-within{box-shadow:0 0 0 1px rgba(255,255,255,.14)!important;background:#202228!important}
.gf-library-search input{font-size:13px!important;color:#eee!important}.gf-library-search input::placeholder{color:#777b84!important}
.gf-library-toolbar{margin-top:30px!important;padding:10px!important;border:0!important;border-radius:12px!important;background:#131519!important;box-shadow:none!important}
.gf-library-toolbar label>span{font-size:12px!important;color:#737780!important}
.gf-library-toolbar select{height:38px!important;border:0!important;border-radius:8px!important;background:#1d1f24!important;color:#c8c9cc!important;box-shadow:none!important;font-size:12px!important}
.gf-library-view-switch,.gf-players-view-switch,.gf-player-filters{border:0!important;background:#191b20!important;box-shadow:none!important}
.gf-library-view-switch,.gf-players-view-switch{padding:4px!important;border-radius:9px!important}
.gf-library-view-switch button,.gf-players-view-switch button{border:0!important;border-radius:7px!important;color:#777b84!important}
.gf-library-view-switch button.active,.gf-players-view-switch button.active{background:#f0f0ec!important;color:#0c0d10!important}
.gf-library-section-head{margin-top:42px!important}.gf-library-section-head h2{margin:4px 0 0;color:#efefec!important;font:400 32px/1 "Barlow Condensed",sans-serif!important}
.gf-library-section-head small{color:#70747c!important;font-size:12px!important}
.gf-library-grid{gap:14px!important}
.gf-library-card{padding:0 0 12px!important;border:0!important;border-radius:13px!important;background:#14161a!important;box-shadow:none!important;overflow:hidden!important;transition:transform .2s ease,background .2s ease!important}
.gf-library-card:hover{transform:translateY(-3px)!important;background:#1a1c21!important;box-shadow:0 18px 40px rgba(0,0,0,.24)!important}
.gf-library-cover{border:0!important;border-radius:0!important;box-shadow:none!important;background:#1d1f24!important}
.gf-library-cover img{border-radius:0!important}
.gf-library-card-copy{padding:12px 12px 0!important}.gf-library-card-copy h3{color:#e9e9e6!important;font-size:14px!important;font-weight:500!important}.gf-library-card-copy p,.gf-library-card-copy>small{color:#747881!important;font-size:12px!important}
.gf-library-rank,.gf-library-cover>i{border:0!important;border-radius:7px!important;background:#f0f0ec!important;color:#0c0d10!important;font-size:12px!important}
.gf-library-empty,.gf-library-inline-info{border:0!important;border-radius:12px!important;background:#14161a!important;color:#858992!important}
.gf-library-clear-filters{height:38px!important;border-radius:8px!important;color:#8d9199!important;font-size:12px!important}.gf-library-clear-filters:hover{background:#202228!important;color:#fff!important}
.gf-library-grid.is-list .gf-library-card,.gf-library-grid-compact.is-list .gf-library-card{min-height:78px!important;padding:7px!important;border:0!important;border-radius:10px!important;background:#14161a!important}.gf-library-grid.is-list .gf-library-card:hover,.gf-library-grid-compact.is-list .gf-library-card:hover{background:#1a1c21!important}
.gf-library-grid.is-list .gf-library-cover,.gf-library-grid-compact.is-list .gf-library-cover{border-radius:7px!important}.gf-library-grid.is-list .gf-library-card-copy>small,.gf-library-grid-compact.is-list .gf-library-card-copy>small{font-size:12px!important}

/* Player directory and profiles */
.gf-players-head{margin-bottom:30px}
.gf-players-toolbar{margin-bottom:18px!important}
.gf-player-filters{padding:4px!important;border-radius:10px!important}
.gf-player-filters a{min-height:36px!important;border:0!important;border-radius:7px!important;color:#8b8f97!important;font-size:12px!important}
.gf-player-filters a:hover{color:#fff!important}.gf-player-filters a.active{background:#27292f!important;color:#fff!important}
.gf-player-filters a b{background:#f0f0ec!important;color:#0c0d10!important}
.gf-player-grid{gap:14px!important}
.gf-player-card{padding:16px!important;border:0!important;border-radius:14px!important;background:#14161a!important;box-shadow:none!important}
.gf-player-card:hover{transform:translateY(-2px)!important;background:#191b20!important;box-shadow:0 18px 40px rgba(0,0,0,.22)!important}
.gf-player-match,.player-match-score{border:0!important;border-radius:7px!important;background:#ecece8!important;color:#0d0e11!important;box-shadow:none!important;font-weight:600!important}
.gf-player-match small{color:#595c63!important;font-size:12px!important}
.gf-player-like,.gf-profile-like,.gf-profile-add,.gf-profile-call,.gf-profile-friend{border:0!important;border-radius:8px!important;background:#22242a!important;color:#a8abb1!important;box-shadow:none!important}
.gf-player-like.active,.gf-profile-like.active{background:#ecece8!important;color:#0d0e11!important}
.gf-player-like b,.gf-player-filters a b{font-size:12px!important}
.gf-player-avatar img,.player-card-avatar img{border:0!important;box-shadow:none!important;background:#22242a!important}
.gf-player-providers img{border:0!important;background:#202228!important}
.gf-player-name strong{font-weight:500!important}.gf-player-name small,.gf-player-card-summary{font-size:12px!important}
.gf-player-card-summary{border:0!important;background:#1a1c21!important;color:#999ca4!important}
.gf-player-card-summary .material-symbols-rounded{color:#aeb0b5!important}.gf-player-card-summary strong{font-size:12px!important;color:#b9bbc0!important}
.gf-player-profile-link{color:#d6d7d8!important;font-size:12px!important}
.gf-player-add,.gf-profile-add{background:#efefeb!important;color:#0c0d10!important}
.gf-player-action-icon{border:0!important;border-radius:8px!important;background:#22242a!important;color:#a8abb1!important}.gf-player-action-icon:hover{background:#2a2c32!important;color:#fff!important}
.gf-player-card-actions{border:0!important;box-shadow:none!important}
.gf-player-friend-state,.gf-player-pending{font-size:12px!important;color:#858992!important}
.gf-player-empty{border:0!important;border-radius:14px!important;background:#14161a!important}

.gf-player-back,.gf-game-back{display:inline-flex!important;align-items:center;gap:7px;margin-bottom:20px!important;color:#858992!important;text-decoration:none;font-size:12px!important}
.gf-player-back:hover,.gf-game-back:hover{color:#fff!important}
.gf-player-profile-hero{padding:26px!important;border:0!important;border-radius:18px!important;background:#14161a!important;box-shadow:none!important}
.gf-player-profile-avatar img{border:0!important;box-shadow:none!important;background:#24262c!important}
.gf-player-profile-avatar i{border-color:#14161a!important}
.gf-player-profile-name>span{font-size:12px!important;color:#858992!important}
.gf-player-profile-providers span{border:0!important;border-radius:8px!important;background:#202228!important;color:#9b9ea5!important;font-size:12px!important}
.gf-player-profile-score{border:0!important;background:#202228!important;color:#f0f0ed!important;box-shadow:none!important}
.gf-player-profile-score strong{font-weight:500!important}.gf-player-profile-score span{font-size:12px!important;color:#858992!important}
.gf-player-profile-actions{border:0!important;box-shadow:none!important}
.gf-player-profile-panel{padding:22px!important;border:0!important;border-radius:14px!important;background:#14161a!important;box-shadow:none!important}
.gf-profile-panel-head h2{font-weight:400!important}.gf-profile-panel-head>span{background:#25272d!important;color:#eee!important;font-size:12px!important}
.gf-profile-help,.gf-profile-facts span,.gf-profile-facts strong,.gf-profile-empty,.gf-common-games span,.gf-recent-games span{font-size:12px!important;color:#7f838b!important}
.gf-match-reasons span,.gf-profile-facts>div,.gf-common-games>div,.gf-recent-games>div{border:0!important;background:#1b1d22!important}.gf-match-reasons span{font-size:12px!important}
.gf-match-reasons .material-symbols-rounded{color:#bfc0c2!important}

/* Game detail */
.gf-game-hero{min-height:390px!important;border:0!important;border-radius:20px!important;overflow:hidden!important;background-color:#17191e!important;box-shadow:0 24px 65px rgba(0,0,0,.28)!important}
.gf-game-hero-shade{background:linear-gradient(90deg,rgba(7,8,10,.97) 0%,rgba(7,8,10,.72) 54%,rgba(7,8,10,.28) 100%),linear-gradient(0deg,rgba(7,8,10,.7),transparent 70%)!important}
.gf-game-hero-content{border:0!important;background:transparent!important;box-shadow:none!important}
.gf-game-cover{border:0!important;border-radius:12px!important;box-shadow:0 18px 45px rgba(0,0,0,.36)!important}
.gf-game-title-block h1{font:400 clamp(48px,6vw,74px)/.92 "Barlow Condensed",sans-serif!important}
.gf-game-title-block>p{font-size:14px!important;color:#a4a7ad!important}
.gf-game-eyebrow span,.gf-game-meta-line span{border:0!important;background:rgba(255,255,255,.1)!important;color:#d2d3d5!important;font-size:12px!important}
.gf-game-actions a{border:0!important;border-radius:8px!important;background:#f1f1ed!important;color:#0b0c0f!important;box-shadow:none!important}
.gf-game-actions a.secondary{background:#22242a!important;color:#d6d7d9!important}
.gf-game-content-grid{gap:16px!important}.gf-game-panel{padding:24px!important;border:0!important;border-radius:14px!important;background:#14161a!important;box-shadow:none!important}
.gf-game-panel p,.gf-game-facts dt,.gf-data-credit{font-size:12px!important}.gf-game-tag-groups span{border:0!important;background:#22242a!important;color:#b6b8bd!important}
.gf-game-media-grid a{border:0!important;border-radius:11px!important;background:#17191e!important}

/* Settings */
.gf-settings-head{margin-bottom:28px}.gf-settings-head>div>p:last-child{max-width:650px}
.gf-settings-layout{display:grid!important;grid-template-columns:190px minmax(0,1fr)!important;gap:22px!important;align-items:start!important}
.gf-settings-tabs{position:sticky!important;top:20px!important;padding:4px!important;border:0!important;border-radius:11px!important;display:grid!important;grid-template-columns:1fr!important;gap:3px!important;background:#121418!important;box-shadow:none!important}
.gf-settings-tabs button{min-height:42px!important;padding:0 11px!important;border:0!important;border-radius:8px!important;background:transparent!important;color:#81858d!important;font-size:12px!important;text-align:left!important}
.gf-settings-tabs button:hover{background:#1a1c21!important;color:#d6d7d9!important}.gf-settings-tabs button.active{background:#23252b!important;color:#fff!important;box-shadow:none!important}
.gf-settings-tabs button .material-symbols-rounded{color:inherit!important;font-size:18px!important}
.gf-settings-panel{padding:26px!important;border:0!important;border-radius:16px!important;background:#14161a!important;box-shadow:none!important}
.gf-settings-panel-head{margin-bottom:22px!important}.gf-settings-panel-head h2{color:#eee!important;font-weight:400!important}.gf-settings-panel-head p{color:#858992!important;font-size:12px!important}
.gf-settings-profile-media{height:210px!important;border-radius:12px!important;overflow:visible!important}
.gf-settings-background{border:0!important;border-radius:12px!important;background:#1b1d22!important;box-shadow:none!important}
.gf-settings-background::after{background:linear-gradient(0deg,rgba(5,6,8,.65),transparent 60%)!important}
.gf-settings-background>span{border:0!important;border-radius:8px!important;background:#f0f0ec!important;color:#0c0d10!important;font-size:12px!important}
.gf-settings-avatar{border:0!important;box-shadow:0 0 0 5px #14161a,0 15px 35px rgba(0,0,0,.32)!important}
.gf-settings-grid label>span,.gf-settings-field>span{font-size:12px!important;color:#898d95!important}
.gf-settings-grid input,.gf-settings-grid select,.gf-settings-field textarea{
  border:0!important;border-radius:8px!important;background:#1e2025!important;color:#e8e8e5!important;box-shadow:none!important;font-size:13px!important;
}
.gf-settings-grid input:focus,.gf-settings-grid select:focus,.gf-settings-field textarea:focus{box-shadow:0 0 0 1px rgba(255,255,255,.18)!important;background:#24262c!important}
.gf-settings-chips{gap:7px!important}.gf-settings-chips i{min-height:36px!important;padding:0 12px!important;border:0!important;border-radius:8px!important;background:#1e2025!important;color:#92969e!important;font-size:12px!important}
.gf-settings-chips input:checked+i{background:#efefeb!important;color:#0b0c0f!important}
.gf-settings-game{border:0!important;border-radius:10px!important;background:#1b1d22!important;box-shadow:none!important}
.gf-settings-game:has(input:checked){background:#25272d!important;box-shadow:none!important}
.gf-settings-game i{color:#aaa!important}.gf-settings-switch{border:0!important;border-radius:10px!important;background:#1b1d22!important;box-shadow:none!important}
.gf-settings-switch strong{font-weight:500!important}.gf-settings-switch small{font-size:12px!important}
.gf-settings-switch>i{background:#32343a!important}.gf-settings-switch input:checked+i{background:#efefeb!important}.gf-settings-switch input:checked+i::after{background:#0c0d10!important}
.gf-settings-connections>div{border:0!important;border-radius:10px!important;background:#1b1d22!important;box-shadow:none!important}
.gf-settings-connections a,.gf-settings-connections button{border:0!important;border-radius:8px!important;background:#efefeb!important;color:#0c0d10!important;font-size:12px!important;min-height:36px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-family:inherit}
.gf-settings-connections a.is-update,.gf-settings-connections button.is-update{background:#1e2b21!important;color:#a9d8b1!important}
.gf-settings-connections>div:has(small:first-of-type){color:inherit}
.gf-settings-empty{border:0!important;border-radius:11px!important;background:#1b1d22!important}
.gf-settings-save{border:0!important;border-radius:12px!important;background:#1c1e23!important;box-shadow:0 20px 60px rgba(0,0,0,.45)!important}
.gf-settings-save strong,.gf-settings-save small{font-size:12px!important}.gf-settings-save button{border:0!important;border-radius:8px!important;background:#f0f0ec!important;color:#0b0c0f!important}
.gf-settings-leave{border:0!important;border-radius:14px!important;background:#191b20!important;box-shadow:var(--gf-shadow)!important}
.gf-settings-leave-backdrop{background:rgba(0,0,0,.76)!important;backdrop-filter:blur(3px)!important}.gf-settings-leave>.material-symbols-rounded{color:#aeb0b5!important}.gf-settings-leave p{color:#858992!important;font-size:12px!important}
.gf-settings-leave button{border:0!important;border-radius:8px!important;background:#24262c!important;color:#bbb!important;font-size:12px!important}.gf-settings-leave button.primary{background:#efefeb!important;color:#0b0c0f!important}

/* Direct voice call */
.gf-new-call-page{width:100%;max-width:760px!important;margin:0 auto!important}
.gf-new-call-page .direct-call-shell{width:100%!important;margin:0!important;border:0!important;border-radius:18px!important;overflow:hidden;background:#14161a!important;box-shadow:0 24px 70px rgba(0,0,0,.28)!important}
.direct-call-head{min-height:58px!important;padding:0 18px!important;border:0!important;background:#17191e!important;box-shadow:none!important}
.direct-call-head>a{color:#91959d!important;font-size:12px!important}.direct-call-head>a:hover{color:#fff!important}
.direct-call-head>span{color:#8c9098!important;font:600 12px "Barlow",sans-serif!important;letter-spacing:.1em!important}.direct-call-head>span>i{background:var(--gf-success)!important;box-shadow:none!important}
.direct-call-stage{min-height:500px!important;padding:72px 24px 42px!important;background:#111317!important}
.direct-call-rings{display:none!important}
.direct-call-avatar,.direct-call-avatar>img{width:132px!important;height:132px!important}.direct-call-avatar>img{border:0!important;border-radius:20px!important;background:#24262c!important;box-shadow:0 20px 44px rgba(0,0,0,.3)!important}
.direct-call-avatar>i{border-color:#111317!important;box-shadow:none!important}
.direct-call-stage>p{color:#858992!important;font:600 12px "Barlow",sans-serif!important}.direct-call-stage>h1{font:400 58px/.95 "Barlow Condensed",sans-serif!important;letter-spacing:-.02em!important}
.direct-call-status{color:#979aa1!important;font-size:14px!important}.direct-call-status[data-state=connected]{color:#afd2b6!important}.direct-call-status[data-state=error]{color:#e2a0a0!important}
.direct-call-answer-actions small,.direct-call-answer-action small{font-size:12px!important;color:#858992!important}
.call-round-button{border:0!important;box-shadow:none!important;transition:background .18s ease!important}.call-round-button:hover{transform:none!important}
.call-round-button.accept{background:#efefeb!important;color:#0b0c0f!important}.call-round-button.accept:hover{background:#fff!important}.call-round-button.reject{background:#342124!important;color:#efb0b5!important}.call-round-button.reject:hover{background:#41282c!important}
.direct-call-controls button{border:0!important;border-radius:10px!important;background:#202228!important;color:#b9bbc0!important;box-shadow:none!important}
.direct-call-controls button:hover,.direct-call-controls button.active{border:0!important;background:#2a2c32!important;color:#fff!important}.direct-call-controls button.hangup{background:#342124!important;color:#efb0b5!important}.direct-call-controls small{font-size:12px!important}
.direct-call-finished-back{min-height:40px!important;padding:0 14px!important;background:#efefeb!important;color:#0b0c0f!important}
.direct-call-privacy{border:0!important;background:#17191e!important;box-shadow:none!important}.direct-call-privacy>.material-symbols-rounded{border-radius:8px!important;background:#24262c!important;color:#aaaeb5!important}.direct-call-privacy strong,.direct-call-privacy small{font-size:12px!important}

/* Public landing */
.landing-page,.landing-reset{margin:0;background:var(--gf-bg)!important;color:var(--gf-text);font-family:"Barlow",sans-serif}
.landing-page::before,.landing-page::after{display:none!important}
.landing-home{background:var(--gf-bg)}
.landing-hero{position:relative;min-height:100svh!important;overflow:hidden;background:#090a0c!important}
.landing-hero-art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 36%;filter:saturate(.6) contrast(1.06) brightness(.68)!important;opacity:.68!important}
.landing-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,8,10,.97) 0%,rgba(7,8,10,.78) 44%,rgba(7,8,10,.22) 78%),linear-gradient(0deg,rgba(7,8,10,.9),transparent 62%)!important}
.landing-nav{position:relative;z-index:5;height:74px!important;padding:0 clamp(22px,4vw,64px)!important;display:flex;align-items:center;justify-content:space-between;border:0!important;box-shadow:none!important}
.landing-brand{height:32px;display:flex!important;align-items:center!important;text-decoration:none}
.landing-login,.landing-primary,.auth-submit{
  min-height:42px!important;padding:0 15px!important;border:0!important;border-radius:8px!important;
  display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#f2f2ee!important;color:#0b0c0f!important;
  box-shadow:none!important;font:600 12px "Barlow",sans-serif!important;text-decoration:none;
}
.landing-login:hover,.landing-primary:hover,.auth-submit:hover{background:#fff!important;transform:none!important}
.landing-hero-copy{position:relative;z-index:2;left:auto!important;top:auto!important;width:min(700px,calc(100% - 44px));margin:0;padding:clamp(105px,16vh,180px) 0 150px clamp(22px,8vw,140px)!important}
.landing-overline{color:#b6b8bd!important;font-size:12px!important;letter-spacing:.04em!important}.landing-overline i{background:#eee!important;box-shadow:none!important}
.landing-hero-copy h1{margin:17px 0 0;color:#fff!important;font:400 clamp(68px,8.3vw,126px)/.78 "Barlow Condensed",sans-serif!important;letter-spacing:-.035em!important;text-shadow:none!important}
.landing-hero-copy h1 span{color:#fff!important;background:none!important;-webkit-text-fill-color:currentColor!important}
.landing-hero-copy>p:not(.landing-overline){max-width:570px;margin-top:27px!important;color:#b3b5ba!important;font-size:16px!important;line-height:1.65!important}
.landing-hero-actions{margin-top:30px!important;display:flex;align-items:center;gap:22px!important}
.landing-text-link{color:#b5b7bc!important;font-size:12px!important;text-decoration:none;box-shadow:none!important}.landing-text-link:hover{color:#fff!important}
.landing-provider-dock{position:absolute!important;z-index:3;left:auto!important;right:clamp(22px,4vw,64px)!important;bottom:40px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
.landing-provider-dock>p{color:#83868d!important;font-size:12px!important}.landing-provider{border:0!important;background:rgba(16,17,20,.76)!important;box-shadow:none!important}.landing-provider img{filter:grayscale(1)!important}
.landing-scroll{display:none!important}
.landing-footer{min-height:104px!important;padding:0 clamp(22px,4vw,64px)!important;border:0!important;background:#0d0f12!important;box-shadow:none!important}
.landing-footer p,.landing-footer a{font-size:12px!important;color:#797d85!important}.landing-footer a:hover{color:#fff!important}

/* Authentication, onboarding and modal */
.auth-landing-page,.onboarding-page-v2{background:var(--gf-bg)!important}
.auth-page-v2{background:#0d0e11!important}
.auth-public-nav{height:74px!important;padding:0 clamp(20px,4vw,56px)!important;border:0!important;background:#0d0f12!important;box-shadow:none!important}
.auth-close-link{border:0!important;border-radius:8px!important;background:#181a1f!important;color:#aaa!important}
.auth-visual{background:#0a0b0d!important}.register-visual{filter:none!important}.auth-scene{filter:saturate(.55) brightness(.62)!important}.auth-scene-shade{background:linear-gradient(0deg,rgba(7,8,10,.88),rgba(7,8,10,.18)),linear-gradient(90deg,rgba(7,8,10,.35),transparent)!important}
.auth-visual-inner h1{font-weight:400!important}.auth-visual-inner h1 span{color:#fff!important;background:none!important;-webkit-text-fill-color:currentColor!important}
.landing-section-kicker,.section-kicker{color:#999ca4!important;font-size:12px!important;letter-spacing:.12em!important}
.auth-panel{background:#0d0e11!important}.auth-card{border:0!important;border-radius:16px!important;background:#14161a!important;box-shadow:none!important}
.auth-card h2,.landing-auth-form h2{font-weight:400!important;color:#eee!important}.auth-card .muted{font-size:13px!important;color:#83878f!important}
.auth-provider-proof span{border:0!important;border-radius:8px!important;background:#202228!important;color:#c5c6c8!important;backdrop-filter:none!important}
.oauth-button{min-height:46px!important;border:0!important;border-radius:8px!important;background:#202228!important;color:#eee!important;box-shadow:none!important;font-size:12px!important}
.oauth-button:hover{background:#292b31!important;transform:none!important}.oauth-button img{filter:none!important}
.or-divider::before,.or-divider::after{background:rgba(255,255,255,.07)!important}.or-divider span{background:#14161a!important;color:#747881!important;font-size:12px!important}
.auth-form label{font-size:12px!important;color:#9da0a7!important}.auth-form input{border:0!important;border-radius:8px!important;background:#202228!important;color:#eee!important;box-shadow:none!important;font-size:13px!important}.auth-form input:focus{background:#25272d!important;box-shadow:0 0 0 1px rgba(255,255,255,.16)!important}
.check-line input{accent-color:#eee}.auth-switch,.auth-switch a,.auth-switch button{font-size:12px!important}.auth-switch a,.auth-switch button{color:#eee!important}
.landing-auth-modal{position:fixed!important;inset:0!important;z-index:200!important;display:grid!important;place-items:center!important;padding:24px!important;background:transparent!important}.landing-auth-modal[hidden]{display:none!important}
.landing-auth-backdrop{display:block!important;background:rgba(0,0,0,.82)!important;backdrop-filter:blur(7px)!important}
.landing-auth-dialog{width:min(1050px,calc(100vw - 48px))!important;height:auto!important;max-height:calc(100svh - 48px)!important;display:grid!important;grid-template-columns:minmax(0,.9fr) minmax(440px,1.1fr)!important;border:0!important;border-radius:18px!important;overflow:hidden!important;background:#111317!important;box-shadow:0 34px 100px rgba(0,0,0,.6)!important}
.landing-auth-close{position:absolute!important;right:16px!important;top:16px!important;width:38px!important;height:38px!important;border:0!important;border-radius:8px!important;background:#22242a!important;color:#aaaeb5!important;backdrop-filter:none!important}.landing-auth-close:hover{background:#2b2d33!important;color:#fff!important;transform:none!important}
.landing-auth-visual{display:block!important;min-height:650px!important}.landing-auth-visual img{filter:saturate(.55) brightness(.6)!important}.landing-auth-visual-shade{background:linear-gradient(0deg,rgba(7,8,10,.9),rgba(7,8,10,.18))!important}
.landing-auth-message h2{font-weight:400!important}.landing-auth-message h2 span{background:none!important;color:#fff!important;-webkit-text-fill-color:currentColor!important}.landing-auth-message h2 small{color:#c8c9cc!important}
.landing-auth-forms{max-height:calc(100svh - 48px)!important;padding:62px 46px 42px!important;display:block!important;background:#111317!important}.landing-auth-form{width:100%!important}.landing-auth-tabs{margin:0 48px 30px 0!important;display:flex!important;border:0!important;border-radius:9px!important;background:#1d1f24!important}.landing-auth-tabs button{border:0!important;border-radius:7px!important;color:#898d95!important}.landing-auth-tabs button.active,.landing-auth-tabs button.is-active{background:#efefeb!important;color:#0b0c0f!important}
.form-error{border:0!important;border-radius:8px!important;background:#2a1c20!important;color:#e7aab2!important;font-size:12px!important}
.gf-onboarding{color:#efefec!important}.gf-onboarding-head h2{font-weight:400!important}.gf-onboarding-head>span{color:#858992!important;font-size:12px!important}
.gf-onboarding-progress i{background:#292b31!important}.gf-onboarding-progress i.is-active{background:#efefeb!important}
.gf-onboarding-error{border:0!important;border-radius:8px!important;background:#2a1c20!important;color:#e7aab2!important;font-size:12px!important}
.gf-onboarding-copy{color:#91959d!important;font-size:13px!important}.gf-onboarding-field h3{color:#c9cacc!important;font-size:12px!important}.gf-onboarding-field h3 small{color:#777b84!important;font-size:12px!important}
.gf-choice-grid span{border:0!important;border-radius:8px!important;background:#202228!important;color:#9da0a7!important;box-shadow:none!important;font-size:12px!important}.gf-choice-grid span:hover{background:#292b31!important;color:#fff!important}.gf-choice-grid input:checked+span{border:0!important;background:#efefeb!important;color:#0b0c0f!important;box-shadow:none!important}
.gf-privacy-row{border:0!important;border-radius:10px!important;background:#1d1f24!important}.gf-privacy-row strong{font-weight:500!important}.gf-privacy-row small{color:#858992!important;font-size:12px!important}.gf-privacy-row>i{background:#34363c!important}.gf-privacy-row>i::after{background:#96999f!important}.gf-privacy-row input:checked+i{background:#efefeb!important}.gf-privacy-row input:checked+i::after{background:#0b0c0f!important}
.gf-connect-card{border:0!important;border-radius:10px!important;background:#1d1f24!important;color:#eee!important;box-shadow:none!important}.gf-connect-card:hover:not(:disabled){border:0!important;background:#26282e!important;transform:none!important}.gf-connect-card small{color:#858992!important;font-size:12px!important}.gf-connect-card b{color:#e5e5e2!important;font-size:12px!important}
.gf-connect-note{color:#7f838b!important;font-size:12px!important}.gf-connect-note .material-symbols-rounded{color:#9b9ea5!important}.gf-onboarding-back{color:#91959d!important;font-size:12px!important}.gf-onboarding-back:hover{color:#fff!important}.gf-onboarding-next{background:#efefeb!important;color:#0b0c0f!important}

/* Admin */
.gf-admin-body,.gf-admin-login-body{
  --bg:#090a0c;--panel:#15171b;--panel2:#191b20;--line:transparent;--text:#f3f3f1;--muted:#7f838b;
  --lime:#efefeb;--purple:#aeb0b5;--danger:#e58f8f;
  background:var(--gf-bg)!important;color:var(--gf-text)!important;font-family:"Barlow",sans-serif!important;
}
.gf-admin-shell{background:var(--gf-bg)!important}
.gf-admin-sidebar{border:0!important;background:#0d0f12!important;box-shadow:none!important}
.gf-admin-brand{display:flex!important;align-items:center!important;gap:10px!important}.gf-admin-brand em,.gf-admin-login-brand em{color:#777b84!important;font-size:12px!important;letter-spacing:.12em!important}
.gf-admin-sidebar nav a,.gf-admin-sidebar-bottom a,.gf-admin-sidebar-bottom button{border:0!important;border-radius:8px!important;background:transparent!important;color:#81858d!important;box-shadow:none!important}
.gf-admin-sidebar nav a:hover,.gf-admin-sidebar-bottom a:hover,.gf-admin-sidebar-bottom button:hover{background:#17191e!important;color:#ddd!important}.gf-admin-sidebar nav a.active{background:#202228!important;color:#fff!important;box-shadow:none!important}.gf-admin-sidebar nav a.active .material-symbols-rounded{color:#fff!important}
.gf-admin-main{background:#0d0e11!important}.gf-admin-topbar{border:0!important;background:#0d0e11!important;box-shadow:none!important}.gf-admin-topbar h1{font-weight:400!important}
.gf-admin-content>*,.gf-admin-card,.gf-admin-panel,.gf-admin-stat,.gf-admin-stats article,.gf-admin-request-card,.gf-admin-danger-zone,.gf-admin-showcase-item,.gf-admin-table-wrap{
  border-color:transparent!important;background:#15171b!important;box-shadow:none!important;
}
.gf-admin-integration-hero,.gf-admin-integration-state,.gf-admin-data-map>div,.gf-admin-igdb-card,.gf-admin-igdb-cover,.gf-admin-igdb-search,.gf-admin-inline-note,.gf-admin-evidence,.gf-admin-empty-card,.gf-admin-form-actions.sticky,.gf-admin-toolbar form,.gf-admin-table th,.gf-admin-login-card-flat,.gf-admin-body .gf-dialog{
  border:0!important;background:#181a1f!important;box-shadow:none!important;
}
.gf-admin-table td,.gf-admin-mini-list>a,.gf-admin-mini-list>div,.gf-admin-definition,.gf-admin-integration-actions{border-color:rgba(255,255,255,.055)!important}
.gf-admin-body :is(.gf-admin-topbar p,.gf-admin-panel-head p,.gf-admin-intro p,.gf-admin-showcase-copy>p,.gf-admin-integration-hero p,.gf-admin-login-heading>span){color:#858992!important}
.gf-admin-body :is(small,label,th,td,.gf-admin-badge,.gf-admin-current-user,.gf-admin-file>span,.gf-admin-report-meta,.gf-admin-provider-chips span,.gf-admin-igdb-tags span,.gf-admin-igdb-copy p,.gf-admin-igdb-copy>small,.gf-admin-local-data-note),.gf-admin-login-body :is(small,label,.gf-admin-login-heading>span,.gf-admin-login-heading p,.gf-admin-login-local){font-size:12px!important}
.gf-admin-user>.material-symbols-rounded,.gf-admin-stats article>.material-symbols-rounded,.gf-admin-empty-card .material-symbols-rounded,.gf-admin-data-map .material-symbols-rounded,.gf-highlight-help .material-symbols-rounded,.gf-admin-login-icon{
  border:0!important;background:#24262c!important;color:#b9bbc0!important;box-shadow:none!important;
}
.gf-admin-primary,.gf-admin-secondary,.gf-admin-delete-button{border:0!important;border-radius:8px!important;box-shadow:none!important}.gf-admin-primary{background:#efefeb!important;color:#0b0c0f!important}.gf-admin-secondary{background:#22242a!important;color:#d3d4d6!important}
.gf-admin-delete-button,.gf-admin-danger-zone button{border:0!important;background:#291d20!important;color:#e6a5aa!important;transform:none!important}.gf-admin-delete-button:hover,.gf-admin-danger-zone button:hover{background:#342326!important;color:#f0b5ba!important;transform:none!important}
.gf-admin-form input,.gf-admin-form textarea,.gf-admin-form select,.gf-admin-showcase-copy input,.gf-admin-showcase-copy textarea,.gf-admin-request-card select,.gf-admin-toolbar form{border:0!important;border-radius:8px!important;background:#202228!important;color:#eee!important;box-shadow:none!important}
.gf-admin-warning,.gf-admin-flash,.gf-admin-error{border:0!important;border-radius:10px!important}
.gf-admin-login-card{border:0!important;border-radius:18px!important;background:#14161a!important;box-shadow:var(--gf-shadow)!important}.gf-admin-login-card input{border:0!important;border-radius:8px!important;background:#202228!important;color:#fff!important}.gf-admin-login-card button[type=submit]{border:0!important;border-radius:8px!important;background:#efefeb!important;color:#0b0c0f!important}

/* Public Party invitation */
.party-invite-page{min-height:100vh;background:#090a0c!important;color:#f1f1ee!important;font-family:"Barlow",sans-serif!important}
.party-invite-art{filter:saturate(.55) brightness(.62)!important}.party-invite-shade{background:linear-gradient(90deg,rgba(7,8,10,.97),rgba(7,8,10,.68) 56%,rgba(7,8,10,.3)),linear-gradient(0deg,rgba(7,8,10,.9),transparent 62%)!important}
.party-invite-nav{height:74px!important;padding:0 clamp(22px,4vw,64px)!important;border:0!important;box-shadow:none!important}
.party-invite-brand img{width:210px!important;height:25px!important}.party-invite-open{border:0!important;border-radius:8px!important;background:#f1f1ed!important;color:#0b0c0f!important;font-size:12px!important;box-shadow:none!important}
.party-invite-content h1{font-weight:400!important;letter-spacing:-.03em!important}.party-invite-message{color:#aaaeb5!important;font-size:14px!important}
.party-invite-host{border:0!important;border-radius:10px!important;background:rgba(20,22,26,.84)!important;box-shadow:none!important}.party-invite-host>img{border:0!important}.party-invite-host small,.party-invite-facts small,.party-invite-helper{font-size:12px!important}.party-invite-overline{color:#9a9da4!important;font-size:12px!important}
.party-invite-facts>div{border:0!important;border-radius:10px!important;background:rgba(20,22,26,.84)!important;box-shadow:none!important}.party-invite-facts .material-symbols-rounded{color:#aaaeb5!important}
.party-invite-primary,.party-invite-provider-actions .provider{border:0!important;border-radius:8px!important;background:#f1f1ed!important;color:#0b0c0f!important;box-shadow:none!important}.party-invite-provider-actions .provider.discord,.party-invite-provider-actions .provider.steam{background:#f1f1ed!important;color:#0b0c0f!important}.party-invite-provider-actions .provider img{filter:brightness(0)!important}
.party-invite-secondary{border:0!important;border-radius:8px!important;background:#22242a!important;color:#d5d6d8!important}.party-invite-state{border:0!important;border-radius:9px!important;background:#1a1c21!important;color:#bbb!important}.party-invite-linked,.party-invite-auto{color:#9a9da4!important;font-size:12px!important}.party-invite-spinner{border-color:#3a3d43!important;border-top-color:#ecece7!important}.party-invite-dock{border:0!important;background:rgba(11,12,15,.85)!important;box-shadow:none!important}.party-invite-dock span{font-size:12px!important;color:#777b84!important}

/* Reusable buttons and legacy surfaces */
.btn{border:0!important;border-radius:8px!important;box-shadow:none!important}
.btn-purple,.btn-pink,.btn-mint,.btn-discord,.btn-lime{background:#efefeb!important;color:#0b0c0f!important}
.btn-ghost{background:#202228!important;color:#d0d1d4!important}
.btn-update-green,.connection-update-green{background:#1e2b21!important;color:#a9d8b1!important}
.account-content,.dashboard-v1,.settings-content,.library-page-v2,.friends-page-v2{background:var(--gf-bg-raised)!important}
.settings-card,.dashboard-card,.party-card,.party-shared-games-card,.group-card{border:0!important;background:#15171b!important;box-shadow:none!important}

/* Responsive */
@media(max-width:1180px){
  .gf-app-shell{--gf-left-w:76px;--gf-right-w:286px}
  .gf-app-header{grid-template-columns:76px minmax(240px,1fr) 286px;gap:18px;padding:0 16px!important}
  .gf-app-brand{width:34px!important;overflow:hidden!important}
  .gf-app-brand img{content:url('../images/logo-groupfinder-mark-white.png')!important;width:34px!important;height:24px!important;object-fit:contain!important}
  .gf-app-sidebar{padding-left:10px!important;padding-right:10px!important}
  .gf-app-nav a,.gf-app-sidebar-bottom a,.gf-app-sidebar-bottom button{padding:0!important;justify-content:center!important}
  .gf-app-nav a>span:last-child,.gf-app-sidebar-bottom a>span:last-child,.gf-app-sidebar-bottom button>span:last-child{display:none!important}
  .gf-app-account-copy,.gf-app-logout span:last-child{display:none!important}
  .gf-app-logout{width:38px;padding:0;justify-content:center}
  .gf-profile-lower{gap:34px}.gf-profile-section+.gf-profile-section{padding-left:34px}
}

@media(max-width:820px){
  .gf-app-page{overflow:auto!important}
  .gf-app-shell{height:auto;min-height:100vh;display:block;background:var(--gf-bg)!important}
  .gf-app-header{position:sticky;top:0;height:66px!important;display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:10px;padding:0 12px!important;background:rgba(11,12,15,.96)!important;backdrop-filter:blur(14px)!important}
  .gf-app-brand{width:32px!important}.gf-app-brand img{width:32px!important;height:22px!important}
  .gf-app-search{height:38px}.gf-app-search input{height:36px}.gf-app-search kbd{display:none}
  .gf-app-header-actions{gap:5px}.gf-app-header-icon{width:35px!important;height:35px!important}
  .gf-app-account-profile{padding:0}.gf-app-avatar-wrap,.gf-app-avatar-wrap img{width:33px!important;height:33px!important}
  .gf-app-logout-form{display:none}
  .gf-app-sidebar{position:fixed;left:0;right:0;bottom:0;z-index:90;height:62px;padding:5px 7px!important;display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:0;background:rgba(11,12,15,.97)!important;box-shadow:none!important;backdrop-filter:blur(14px)!important}
  .gf-app-nav{height:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:0!important}.gf-app-nav a,.gf-app-sidebar-bottom a,.gf-app-sidebar-bottom button{height:52px!important;border-radius:8px!important}
  .gf-app-nav a.active,.gf-app-sidebar-bottom a.active{box-shadow:none!important}
  .gf-app-sidebar-bottom{height:100%;display:grid!important;grid-template-columns:repeat(2,1fr);margin:0!important;padding:0!important;box-shadow:none!important}.gf-app-sidebar-bottom form{display:block;margin:0}
  .gf-app-main{min-height:calc(100vh - 66px);padding:28px 16px 88px!important;overflow:visible!important}
  .gf-app-social{position:fixed!important;top:66px;right:0;bottom:62px;left:auto;width:min(340px,92vw);height:auto!important;display:block!important;padding:0!important;overflow-y:auto;background:#0d0e11!important;box-shadow:-22px 0 60px rgba(0,0,0,.5)!important;z-index:100;transform:translateX(105%);transition:transform .22s ease}
  .gf-app-social.is-mobile-open{transform:translateX(0)}
  .gf-app-social-mobile-head{position:sticky;top:0;z-index:3;min-height:52px;padding:0 16px;display:flex!important;align-items:center;justify-content:space-between;background:#0d0e11!important;box-shadow:none!important}
  .gf-app-social-mobile-head strong{color:#eee!important;font-size:12px!important}.gf-app-social-mobile-head button{border:0!important;border-radius:8px!important;background:#1b1d22!important;color:#aaa!important}
  .gf-app-social-backdrop{position:fixed;inset:66px 0 62px;display:block;background:rgba(0,0,0,.66);backdrop-filter:blur(2px);z-index:99}.gf-app-social-backdrop[hidden]{display:none}
  .gf-app-account-menu{right:-1px!important}

  .gf-profile-cover{min-height:430px;border-radius:16px}.gf-profile-cover::before{background:linear-gradient(0deg,rgba(5,6,8,.96) 0%,rgba(5,6,8,.7) 62%,rgba(5,6,8,.22) 100%)}
  .gf-profile-cover-content{padding:22px;grid-template-columns:auto minmax(0,1fr);align-items:end;gap:16px}.gf-profile-avatar-large,.gf-profile-avatar-large img{width:82px;height:82px}.gf-profile-avatar-large img{border-radius:13px}
  .gf-profile-intro h1{font-size:50px}.gf-profile-intro>p:not(.gf-page-eyebrow){font-size:13px}.gf-profile-quick-meta{grid-column:1/-1}.gf-profile-edit{grid-column:1/-1;justify-content:center}
  .gf-profile-lower{margin-top:30px;display:block}.gf-profile-section+.gf-profile-section{margin-top:34px;padding:34px 0 0;box-shadow:none!important}
  .gf-profile-facts-clean>div{grid-template-columns:120px minmax(0,1fr)}
  .gf-library-head{grid-template-columns:1fr!important;gap:22px!important}.gf-library-head h1{font-size:54px!important}
  .gf-library-toolbar{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.gf-library-view-switch{grid-column:1/-1;justify-self:end}
  .gf-players-toolbar{align-items:flex-start!important}.gf-player-filters{width:100%;overflow:auto}.gf-player-filters a{white-space:nowrap}
  .gf-player-profile-hero{padding:20px!important}.gf-player-profile-grid{grid-template-columns:1fr!important}
  .gf-game-hero{min-height:560px!important}.gf-game-hero-shade{background:linear-gradient(0deg,rgba(7,8,10,.98) 0%,rgba(7,8,10,.78) 58%,rgba(7,8,10,.22) 100%)!important}.gf-game-hero-content{align-items:end!important}.gf-game-content-grid{grid-template-columns:1fr!important}
  .gf-settings-layout{display:block!important}.gf-settings-tabs{position:static!important;margin-bottom:14px;display:flex!important;overflow:auto!important}.gf-settings-tabs button{min-width:max-content}.gf-settings-panel{padding:20px!important}.gf-settings-profile-media{height:180px!important}
  .direct-call-stage{min-height:450px!important;padding:58px 16px 34px!important}.direct-call-stage>h1{font-size:48px!important}.direct-call-avatar,.direct-call-avatar>img{width:108px!important;height:108px!important}.direct-call-controls{gap:8px!important}.direct-call-controls button{width:68px!important;height:64px!important}

  .landing-nav{height:66px!important;padding:0 16px!important}.landing-brand img{width:164px!important;height:20px!important}.landing-login{min-height:38px!important;padding:0 12px!important}
  .landing-hero-copy{width:auto;margin:0;padding:100px 18px 145px!important}.landing-hero-copy h1{font-size:clamp(62px,20vw,90px)!important}.landing-hero-copy>p:not(.landing-overline){font-size:14px!important}.landing-hero-actions{align-items:flex-start;flex-direction:column;gap:17px!important}
  .landing-provider-dock{left:18px!important;right:18px!important;bottom:30px!important}.landing-footer{padding:24px 18px!important;display:grid!important;grid-template-columns:1fr!important;gap:15px!important}.landing-footer>div{justify-self:start!important}
  .landing-auth-modal{padding:0!important}.landing-auth-dialog{width:100%!important;height:100svh!important;max-height:none!important;display:block!important;border-radius:0!important;overflow-y:auto!important}.landing-auth-close{position:fixed!important;right:14px!important;top:14px!important}.landing-auth-visual{min-height:270px!important}.landing-auth-message{height:auto!important;left:22px!important;right:22px!important;bottom:26px!important}.landing-auth-message h2,.landing-auth-message[data-auth-message=register] h2{font-size:45px!important}.landing-auth-forms{max-height:none!important;padding:34px 18px 52px!important}.landing-auth-tabs{margin:0 48px 28px 0!important}
  .auth-page-v2{display:block!important}.auth-public-nav{height:66px!important;padding:0 16px!important}.auth-visual{min-height:390px!important}.auth-panel{padding:18px 14px 42px!important}
}

@media(max-width:520px){
  .gf-app-header{grid-template-columns:34px minmax(0,1fr) auto}.gf-app-search{padding-left:11px!important}.gf-app-header-icon{display:none!important}.gf-profile-cover-content{grid-template-columns:1fr}.gf-profile-avatar-large{margin-bottom:2px}.gf-profile-quick-meta,.gf-profile-edit{grid-column:1}.gf-profile-facts-clean>div{grid-template-columns:1fr;gap:6px}
  .gf-library-toolbar{grid-template-columns:1fr!important}.gf-library-view-switch{grid-column:1}.gf-player-filters{display:flex!important}.gf-player-grid{grid-template-columns:1fr!important}.gf-settings-grid.two,.gf-settings-games{grid-template-columns:1fr!important}
  .landing-hero-copy h1{font-size:64px!important}.landing-provider-dock>p{max-width:220px}.landing-footer .landing-brand img{width:165px!important}.landing-auth-visual{min-height:235px!important}.landing-auth-message h2,.landing-auth-message[data-auth-message=register] h2{font-size:39px!important}.landing-auth-form .oauth-grid,.landing-auth-form .two-cols{grid-template-columns:1fr!important}
}

/* v1.9.46 - landing showcase, transparent providers and compact Party controls */
.gf-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.landing-page .landing-provider{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important}
.landing-page .landing-provider img{display:block!important;background:transparent!important}
.landing-page .landing-product-showcase{width:min(1480px,calc(100% - 64px));min-height:760px;padding:105px 0 110px;gap:70px}
.landing-page .product-showcase-copy h2 span{color:#b99af4}
.landing-page .product-showcase-tabs button:hover{border-color:rgba(185,154,244,.28)}
.landing-page .product-showcase-tabs button.is-active{border:1px solid rgba(185,154,244,.35)!important;background:linear-gradient(90deg,rgba(185,154,244,.11),rgba(128,101,197,.025))!important;box-shadow:inset 3px 0 #b99af4!important}
.landing-page .product-showcase-tabs button>span,.landing-page .product-showcase-note i,.landing-page .product-showcase-windowbar>small{color:#b99af4;background-color:#b99af4}
.landing-page .product-showcase-windowbar>small{background:transparent}
.landing-page .product-showcase-focus{border:2px solid rgba(185,154,244,.96);box-shadow:0 0 0 999px rgba(4,5,10,.34),0 0 30px rgba(185,154,244,.24),inset 0 0 0 1px rgba(210,190,255,.14)}
.landing-page .product-showcase-focus>b{border-color:rgba(185,154,244,.36);background:rgba(17,13,25,.96);color:#d3c1f8}
.landing-page .product-showcase-scan{background:linear-gradient(180deg,transparent,rgba(185,154,244,.055),transparent)}
.landing-page .product-showcase-footer>span i{background:linear-gradient(90deg,#8868cf,#cdb6fa)}
.gf-party-room-share{width:100%;min-height:42px;padding:0 12px;border:1px solid rgba(202,184,255,.12);border-radius:8px;display:flex;align-items:center;justify-content:center;gap:7px;background:#22252b;color:#d7c8fa;font-size:12px;font-weight:500;cursor:pointer}
.gf-party-room-share:hover{border-color:rgba(202,184,255,.34);background:#282b31;color:#eee8ff}.gf-party-room-share .material-symbols-rounded{font-size:18px}
.gf-party-comms-card .party-voice-controls .party-voice-icon-only{width:34px!important;min-width:34px!important;padding:0!important}.gf-party-comms-card .party-voice-controls .party-voice-icon-only .material-symbols-rounded{font-size:18px!important}
@media(max-width:1270px){.landing-page .landing-product-showcase{min-height:0}}
@media(max-width:860px){.landing-page .landing-product-showcase{width:calc(100% - 36px);padding:78px 0 84px}}

/* GROUPFINDER v1.9.2 - profile search, cleaner headings and navigation polish */
.gf-icon{
  width:20px;height:20px;display:block;flex:0 0 auto;stroke:currentColor;stroke-width:1.7;
  stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;
}
.gf-app-page{background:#0b0d10!important}
.gf-app-shell{
  --gf-left-w:220px;--gf-right-w:300px;
  width:min(100%,1720px);margin:0 auto;background:#0d0f12!important;
}
.gf-app-header{background:#0d0f12!important;box-shadow:none!important}
.gf-app-sidebar{background:#0d0f12!important;box-shadow:none!important}
.gf-app-main{background:#111318!important;padding-inline:clamp(34px,3.5vw,66px)!important}
.gf-app-social{background:#0d0f12!important;box-shadow:none!important}
.gf-app-social-section+.gf-app-social-section,.gf-app-sidebar-bottom,.gf-app-account-links,.gf-player-card-actions,.gf-profile-section+.gf-profile-section{box-shadow:none!important}
.gf-app-nav a.active,.gf-app-sidebar-bottom a.active{background:#202329!important;color:#fff!important;box-shadow:none!important}
.gf-app-nav a:hover,.gf-app-sidebar-bottom a:hover{background:#181a1f!important}
.gf-app-nav .gf-icon,.gf-app-sidebar-bottom .gf-icon{width:19px;height:19px;color:inherit}
.gf-app-search>.gf-icon{width:18px;height:18px}.gf-app-header-icon .gf-icon{width:19px;height:19px}
.gf-app-logout .gf-icon,.gf-app-account-links .gf-icon{width:18px;height:18px}
.gf-app-presence-trigger{
  position:absolute!important;right:2px!important;top:2px!important;width:11px!important;height:11px!important;
  min-width:11px!important;min-height:11px!important;padding:0!important;border:3px solid #0d0f12!important;
  border-radius:50%!important;display:block!important;overflow:hidden!important;box-sizing:content-box!important;
}
.gf-app-presence-trigger::before,.gf-app-presence-trigger::after{display:none!important}
.gf-app-live-dot,.gf-app-friend-avatar i,.gf-profile-avatar-large i,.gf-party-candidate-avatar i{border-radius:50%!important;aspect-ratio:1/1}
.gf-app-social-heading .gf-icon{width:18px;height:18px}
.gf-app-social-action .gf-icon{width:17px;height:17px}
.gf-app-friend-search .gf-icon{width:16px;height:16px}.gf-app-friend-row-arrow.gf-icon{width:15px;height:15px}
.gf-app-request-note .gf-icon{width:17px;height:17px}.gf-info-dot{width:7px;height:7px;border-radius:50%;background:#111216}.gf-info-bar button .gf-icon{width:15px;height:15px}
.gf-app-party-card{
  grid-template-columns:52px minmax(0,1fr) 18px!important;align-items:center;color:inherit;text-decoration:none;
}
.gf-app-party-card>img{
  width:52px!important;height:52px!important;border-radius:7px!important;object-fit:cover!important;object-position:center!important;background:#202329!important;
}
.product-showcase-tabs button.is-active{border:0!important;box-shadow:none!important}
.gf-app-party-card>.gf-icon{width:17px;height:17px;color:#6f747d}
.gf-app-party-empty{
  min-height:92px!important;padding:14px!important;display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;
  align-items:center!important;gap:12px!important;color:inherit!important;text-decoration:none!important;cursor:pointer;
}
.gf-app-party-empty:hover{background:#1a1d22!important}
.gf-app-party-empty-icon{position:relative;width:42px;height:42px;border-radius:10px;display:grid;place-items:center;background:#202329;color:#a9adb5}
.gf-app-party-empty-icon .gf-icon{position:absolute;width:22px;height:22px;transition:opacity .16s ease,transform .16s ease}
.gf-app-party-empty-icon .gf-icon:last-child{width:20px;height:20px;opacity:0;transform:scale(.72)}
.gf-app-party-empty:hover .gf-app-party-empty-icon .gf-icon:first-child{opacity:0;transform:scale(.72)}
.gf-app-party-empty:hover .gf-app-party-empty-icon .gf-icon:last-child{opacity:1;transform:scale(1)}
.gf-app-party-empty>span:last-child{display:grid;gap:3px}.gf-app-party-empty strong{font-size:13px;font-weight:500;color:#e7e8e5}.gf-app-party-empty small{color:#777b84;font-size:12px!important}

/* Profile game manager */
.gf-profile-section+.gf-profile-section{padding-left:38px!important}
.gf-profile-quick-meta .gf-icon,.gf-profile-edit .gf-icon,.gf-section-heading .gf-icon{width:17px;height:17px}
.gf-profile-add-game{
  min-height:36px;padding:0 11px;border:0;border-radius:8px;display:flex;align-items:center;gap:7px;
  background:#202329;color:#b8bbc1;font-size:12px;cursor:pointer;
}
.gf-profile-add-game:hover,.gf-profile-add-game[aria-expanded=true]{background:#292c33;color:#fff}
.gf-profile-add-game .gf-icon{width:16px;height:16px}
.gf-profile-game-picker{position:relative;margin:0 0 14px;padding:10px;border-radius:11px;background:#191c21}
.gf-profile-game-picker>label{height:42px;padding:0 12px;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:9px;border-radius:8px;background:#23262c;color:#8f939c}
.gf-profile-game-picker>label .gf-icon{width:17px;height:17px}
.gf-profile-game-picker input{height:100%;border:0;outline:0;background:transparent;color:#f1f1ee;font-size:13px}
.gf-profile-game-picker>p{margin:8px 3px 0;color:#737780;font-size:12px;line-height:1.45}
.gf-profile-game-results{position:absolute;z-index:25;top:58px;left:10px;right:10px;max-height:310px;overflow:auto;padding:6px;border-radius:10px;background:#23262c;box-shadow:0 18px 42px rgba(0,0,0,.36)}
.gf-profile-game-results>button{width:100%;min-height:58px;padding:6px;border:0;border-radius:8px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;background:transparent;color:#d9dad7;text-align:left;cursor:pointer}
.gf-profile-game-results>button:hover{background:#2d3037}.gf-profile-game-results>button:disabled{opacity:.72;cursor:default}
.gf-profile-game-results img{width:42px;height:42px;border-radius:7px;object-fit:cover;background:#17191e}
.gf-profile-game-results button>span{display:grid;gap:3px;min-width:0}.gf-profile-game-results strong{font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gf-profile-game-results small{color:#858992;font-size:12px!important}
.gf-profile-game-results b{padding:6px 9px;border-radius:7px;background:#ecece8;color:#111216;font-size:12px;font-weight:600}
.gf-profile-game-results .is-added b{background:#2b352e;color:#a8d6b1}.gf-profile-game-no-results{margin:0;padding:17px;color:#878b94;font-size:12px;text-align:center}
.gf-profile-game-list{display:grid;gap:3px!important}
.gf-profile-game-list>article{min-height:66px;padding:6px;border-radius:10px;display:grid;grid-template-columns:minmax(0,1fr) 32px;align-items:center;gap:5px}
.gf-profile-game-list>article:hover{background:#191c21}
.gf-profile-game-list>article>a{min-width:0;display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:12px;color:inherit;text-decoration:none}
.gf-profile-game-list>article img{width:52px;height:52px;border-radius:7px;object-fit:cover;background:#202329}
.gf-profile-game-list>article a>span{display:grid;gap:4px;min-width:0}.gf-profile-game-list>article strong,.gf-profile-game-list>article small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gf-profile-game-list>article strong{font-size:13px;font-weight:500}.gf-profile-game-list>article small{color:#777b84;font-size:12px!important}
.gf-profile-game-list>article>button{width:30px;height:30px;border:0;border-radius:7px;display:grid;place-items:center;background:transparent;color:#6f737c;cursor:pointer}
.gf-profile-game-list>article>button:hover{background:#292c33;color:#fff}.gf-profile-game-list>article>button .gf-icon{width:15px;height:15px}
button.gf-profile-library-empty{width:100%;border:0;text-align:left;cursor:pointer}.gf-profile-library-empty>span:first-child{width:38px;height:38px;border-radius:8px;display:grid;place-items:center;background:#23262c}.gf-profile-library-empty .gf-icon{width:18px;height:18px}

/* Party create and room */
.gf-party-create,.gf-party-room{width:100%;max-width:1120px;margin:0 auto}
.gf-party-create-head{margin-bottom:32px}.gf-party-create-head h1{margin:0;color:#f2f2ef;font:400 clamp(48px,5vw,68px)/.94 "Barlow Condensed",sans-serif;letter-spacing:-.025em}.gf-party-create-head>div>p:last-child{max-width:650px;margin:14px 0 0;color:#9498a0;font-size:14px;line-height:1.6}
.gf-party-account-note{min-height:92px;padding:18px;border-radius:14px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:16px;background:#191c21}.gf-party-account-note>.gf-icon{width:24px;height:24px;color:#a8acb4}.gf-party-account-note strong{font-size:14px;font-weight:500}.gf-party-account-note p{margin:4px 0 0;color:#858992;line-height:1.5}.gf-party-account-note a{min-height:38px;padding:0 12px;border-radius:8px;display:flex;align-items:center;background:#ecece8;color:#111216;text-decoration:none;font-size:12px;font-weight:600}
.gf-party-create-form{display:grid;gap:14px;padding-bottom:92px}.gf-party-stage{padding:22px;border-radius:15px;background:#181b20}.gf-party-stage-head{margin-bottom:17px;display:flex;align-items:baseline;justify-content:space-between;gap:18px}.gf-party-stage-head>span{color:#ecece9;font-size:15px;font-weight:500}.gf-party-stage-head>small{color:#777b84;font-size:12px!important}
.gf-party-form-error{padding:13px 15px;border-radius:10px;display:flex;gap:9px;background:#2a1e20;color:#e6b0b0}.gf-party-form-error strong{font-weight:600}.gf-party-form-error span{color:#c89292}
.gf-party-game-picker{position:relative}.gf-party-game-picker>label{height:48px;padding:0 14px;display:grid;grid-template-columns:19px minmax(0,1fr) 17px;align-items:center;gap:10px;border-radius:10px;background:#23262d;color:#8f939c}.gf-party-game-picker .gf-icon{width:18px;height:18px}.gf-party-game-picker input{height:100%;border:0;outline:0;background:transparent;color:#f1f1ee;font-size:14px}
.gf-party-game-options{position:absolute;z-index:30;top:54px;left:0;right:0;max-height:350px;overflow:auto;padding:7px;border-radius:11px;background:#24272e;box-shadow:0 22px 55px rgba(0,0,0,.4)}
.gf-party-game-options>button{width:100%;min-height:62px;padding:6px;border:0;border-radius:8px;display:grid;grid-template-columns:46px minmax(0,1fr) 18px;align-items:center;gap:11px;background:transparent;color:#dfe0dd;text-align:left;cursor:pointer}.gf-party-game-options>button:hover{background:#2e3138}.gf-party-game-options>button.is-selected{background:#34373e}.gf-party-game-options img{width:46px;height:46px;border-radius:7px;object-fit:cover}.gf-party-game-options button>span{display:grid;gap:3px;min-width:0}.gf-party-game-options strong{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gf-party-game-options small{color:#858992}.gf-party-game-options button>.gf-icon{opacity:0}.gf-party-game-options button.is-selected>.gf-icon{opacity:1}.gf-party-game-options>p{padding:18px;color:#858992;text-align:center}
.gf-party-selected-game{position:relative;min-height:118px;margin-top:12px;padding:16px;overflow:hidden;border-radius:11px;display:grid;grid-template-columns:76px minmax(0,1fr);align-items:center;gap:15px;background:#202329}.gf-party-selected-game::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(24,27,32,.96),rgba(24,27,32,.72)),var(--party-art) center/cover;filter:saturate(.55)}.gf-party-selected-game>*{position:relative}.gf-party-selected-game>img{width:76px;height:86px;border-radius:8px;object-fit:cover}.gf-party-selected-game>div{display:grid;gap:4px}.gf-party-selected-game small{color:#8fd29d;font-size:12px!important;letter-spacing:.1em}.gf-party-selected-game strong{font:400 28px/1 "Barlow Condensed",sans-serif}.gf-party-selected-game span{color:#a2a5ac;font-size:12px}
.gf-party-options-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1.25fr;gap:10px}.gf-party-field{min-width:0;margin:0;padding:0;border:0}.gf-party-field>span,.gf-party-field legend,.gf-party-message>span,.gf-party-platforms legend{display:block;margin:0 0 7px;color:#82868f;font-size:12px}.gf-party-field select{width:100%;height:42px;padding:0 11px;border:0;border-radius:8px;outline:0;background:#24272e;color:#dedfdd;font-size:12px}.gf-party-count>div{height:42px;display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.gf-party-count input,.gf-party-platforms input,.gf-party-mic>input{position:absolute;opacity:0;pointer-events:none}.gf-party-count label span{height:42px;display:grid;place-items:center;border-radius:7px;background:#24272e;color:#9b9ea5;font-size:12px;cursor:pointer}.gf-party-count input:checked+span{background:#ecece8;color:#111216;font-weight:600}
.gf-party-mic{align-self:end;height:42px;cursor:pointer}.gf-party-mic>span{height:42px;padding:0 10px;border-radius:8px;display:grid;grid-template-columns:20px minmax(0,1fr);grid-template-rows:1fr 1fr;align-items:center;column-gap:8px;background:#24272e;color:#999da5}.gf-party-mic .gf-icon{grid-row:1/3;width:18px;height:18px}.gf-party-mic b{align-self:end;font-size:12px;font-weight:500}.gf-party-mic small{align-self:start;color:#747881;font-size:12px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gf-party-mic input:checked+span{background:#2a352d;color:#b8dbbf}.gf-party-mic input:checked+span small{color:#8eb797}
.gf-party-message{position:relative;display:block;margin-top:16px}.gf-party-message textarea{width:100%;min-height:86px;padding:12px 13px;border:0;border-radius:9px;outline:0;resize:vertical;background:#24272e;color:#ededeb;font-size:13px;line-height:1.5}.gf-party-message>small{position:absolute;right:10px;bottom:9px;color:#6e727b}.gf-party-platforms{margin:14px 0 0;padding:0;border:0}.gf-party-platforms>div{display:flex;flex-wrap:wrap;gap:6px}.gf-party-platforms label span{min-height:34px;padding:0 11px;border-radius:8px;display:flex;align-items:center;background:#24272e;color:#8f939b;font-size:12px;cursor:pointer}.gf-party-platforms input:checked+span{background:#ecece8;color:#111216;font-weight:600}
.gf-party-invite-loading{min-height:70px;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:10px;background:#202329;color:#898d95;font-size:12px}.gf-party-invite-loading>span{width:8px;height:8px;border-radius:50%;background:#727780}.gf-party-invite-loading>span.is-loading{width:16px;height:16px;border:2px solid #464a52;border-top-color:#d4d5d1;background:transparent;animation:gf-spin .7s linear infinite}.gf-party-candidate-section+.gf-party-candidate-section{margin-top:20px}.gf-party-candidate-title{margin-bottom:8px;display:flex;align-items:baseline;justify-content:space-between;gap:12px}.gf-party-candidate-title strong{font-size:13px;font-weight:500}.gf-party-candidate-title small{color:#747881}.gf-party-candidate-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.gf-party-candidate{width:100%;min-height:62px;padding:7px;border:0;border-radius:10px;display:grid;grid-template-columns:42px minmax(0,1fr) auto auto;align-items:center;gap:9px;background:#22252b;color:#dfe0dd;text-align:left;cursor:pointer}.gf-party-candidate:hover{background:#292c33}.gf-party-candidate.is-selected{background:#2a352d}.gf-party-candidate-avatar{position:relative;width:42px;height:42px;display:block}.gf-party-candidate-avatar img{width:42px;height:42px;border-radius:50%;object-fit:cover;background:#181a1f}.gf-party-candidate-avatar i{position:absolute;right:-1px;bottom:-1px;width:10px;height:10px;border:3px solid #22252b;background:#656971}.gf-party-candidate-avatar i.is-online{background:#78c88a}.gf-party-candidate>span:nth-child(2){display:grid;gap:3px;min-width:0}.gf-party-candidate strong{font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gf-party-candidate small{color:#7f838c;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gf-party-candidate em{color:#a5a8af;font-size:12px;font-style:normal}.gf-party-candidate>b{min-width:58px;padding:7px 8px;border-radius:7px;background:#ecece8;color:#111216;font-size:12px;font-weight:600;text-align:center}.gf-party-candidate.is-selected>b{background:#435548;color:#c6e6cc}
.gf-party-create-actions{position:sticky;z-index:20;bottom:14px;min-height:66px;margin-top:3px;padding:10px 11px 10px 17px;border-radius:13px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:#202329;box-shadow:0 18px 50px rgba(0,0,0,.32)}.gf-party-create-actions>div{display:grid;gap:3px}.gf-party-create-actions strong{font-size:13px;font-weight:500}.gf-party-create-actions small{color:#7f838b}.gf-party-create-actions button{min-height:44px;padding:0 16px;border:0;border-radius:9px;display:flex;align-items:center;gap:8px;background:#ecece8;color:#101115;font-size:13px;font-weight:600;cursor:pointer}.gf-party-create-actions button:disabled{opacity:.4;cursor:not-allowed}.gf-party-create-actions .gf-icon{width:19px;height:19px}
.gf-party-room-hero{position:relative;min-height:260px;padding:30px;overflow:hidden;border-radius:17px;display:grid;grid-template-columns:130px minmax(0,1fr) auto;align-items:end;gap:24px;background:#181b20}.gf-party-room-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(14,16,20,.98),rgba(14,16,20,.72) 58%,rgba(14,16,20,.45)),var(--party-art) center/cover;filter:saturate(.6)}.gf-party-room-hero>*{position:relative}.gf-party-room-hero>img{width:130px;height:180px;border-radius:11px;object-fit:cover}.gf-party-room-hero h1{margin:0;color:#f2f2ef;font:400 clamp(46px,5vw,66px)/.92 "Barlow Condensed",sans-serif}.gf-party-room-hero>div>p:not(.gf-page-eyebrow){max-width:570px;margin:11px 0 0;color:#b2b5bb;line-height:1.5}.gf-party-room-facts{margin-top:17px;display:flex;flex-wrap:wrap;gap:8px 16px}.gf-party-room-facts span{display:flex;align-items:center;gap:6px;color:#9b9fa7;font-size:12px}.gf-party-room-facts .gf-icon{width:16px;height:16px}.gf-party-room-hero>form button{min-height:38px;padding:0 11px;border:0;border-radius:8px;display:flex;align-items:center;gap:7px;background:#2b2022;color:#dba4a4;font-size:12px;cursor:pointer}.gf-party-room-hero>form .gf-icon{width:15px;height:15px}
.gf-party-room-grid{margin-top:14px;display:grid;grid-template-columns:1fr 1fr;gap:14px}.gf-party-room-section,.gf-party-room-invite{padding:20px;border-radius:14px;background:#181b20}.gf-party-room-section-head{margin-bottom:13px;display:flex;align-items:end;justify-content:space-between;gap:16px}.gf-party-room-section-head h2{margin:0;font:400 28px/1 "Barlow Condensed",sans-serif}.gf-party-room-section-head>span{min-width:30px;height:30px;border-radius:8px;display:grid;place-items:center;background:#25282e;color:#a3a6ad;font-size:12px}.gf-party-room-section-head>small{color:#777b84}.gf-party-member-list,.gf-party-pending-list{display:grid;gap:4px}.gf-party-member-list>a,.gf-party-pending-list>div{min-height:58px;padding:7px;border-radius:9px;display:grid;grid-template-columns:42px minmax(0,1fr) auto 17px;align-items:center;gap:10px;color:inherit;text-decoration:none}.gf-party-member-list>a:hover{background:#22252b}.gf-party-member-list a>span:nth-child(2),.gf-party-pending-list div>span:nth-child(2){display:grid;gap:3px}.gf-party-member-list strong,.gf-party-pending-list strong{font-size:13px;font-weight:500}.gf-party-member-list small,.gf-party-pending-list small{color:#777b84}.gf-party-member-list em,.gf-party-pending-list em{color:#92969e;font-size:12px;font-style:normal}.gf-party-member-list .gf-icon{width:16px;height:16px;color:#696d75}.gf-party-pending-list>p,.gf-party-room-empty{margin:0;padding:20px;color:#777b84;text-align:center}.gf-party-room-invite{margin-top:14px}.gf-party-room-candidates{grid-template-columns:repeat(3,minmax(0,1fr))}.gf-party-room-candidates .gf-party-candidate{grid-template-columns:42px minmax(0,1fr) auto}.gf-party-room-candidates .gf-party-candidate em{display:none}.gf-party-room-candidates .gf-party-candidate>b{grid-column:3;grid-row:1}
@keyframes gf-spin{to{transform:rotate(360deg)}}

@media(max-width:1720px){.gf-app-shell{width:100%}}
@media(max-width:1180px){
  .gf-app-shell{--gf-left-w:76px;--gf-right-w:286px}
  .gf-app-nav .gf-icon,.gf-app-sidebar-bottom .gf-icon{margin:auto}
  .gf-party-options-grid{grid-template-columns:1fr 1fr}.gf-party-room-candidates{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:820px){
  .gf-app-main{padding-inline:18px!important}.gf-profile-section+.gf-profile-section{padding-left:0!important}
  .gf-party-create,.gf-party-room{padding-bottom:72px}.gf-party-create-head h1{font-size:48px}
  .gf-party-candidate-list,.gf-party-room-grid,.gf-party-room-candidates{grid-template-columns:1fr}.gf-party-room-hero{grid-template-columns:82px minmax(0,1fr);padding:20px}.gf-party-room-hero>img{width:82px;height:112px}.gf-party-room-hero>form{grid-column:1/-1}.gf-party-options-grid{grid-template-columns:1fr}
}
@media(max-width:520px){
  .gf-party-stage{padding:16px}.gf-party-stage-head{display:grid;gap:4px}.gf-party-selected-game{grid-template-columns:58px minmax(0,1fr)}.gf-party-selected-game>img{width:58px;height:72px}.gf-party-candidate{grid-template-columns:42px minmax(0,1fr) auto}.gf-party-candidate em{display:none}.gf-party-candidate>b{grid-column:3;grid-row:1}.gf-party-create-actions>div{display:none}.gf-party-create-actions button{width:100%;justify-content:center}.gf-party-room-hero{display:block}.gf-party-room-hero>img{display:none}.gf-party-room-hero>form{margin-top:20px}
}


/* v1.9.6 - Party history, empty selection and compact Party members */
.gf-party-selected-game[hidden]{display:none!important}
.gf-app-party-members{margin-top:7px;display:grid;gap:3px}
.gf-app-party-members>a{min-height:44px;padding:5px 7px;border-radius:9px;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px;color:inherit;text-decoration:none}
.gf-app-party-members>a:hover{background:#171a1f}
.gf-app-party-member-avatar{position:relative;width:34px;height:34px;display:block}
.gf-app-party-member-avatar img{width:34px;height:34px;border-radius:50%;object-fit:cover;background:#1a1c21}
.gf-app-party-member-avatar i{position:absolute;right:-1px;bottom:-1px;width:9px;height:9px;border:2px solid #0d0f12;border-radius:50%;background:#61656d}
.gf-app-party-member-avatar i.is-online{background:#78c88a}
.gf-app-party-members>a>span:last-child{min-width:0;display:grid;gap:2px}
.gf-app-party-members strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#e2e3e0;font-size:12px;font-weight:500}
.gf-app-party-members small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#737780;font-size:11px!important}

/* v1.9.12 - platforma už při registraci */
.auth-platform-picker{margin:2px 0 0;padding:0;border:0}.auth-platform-picker>legend{margin:0 0 7px;color:#9da0a7;font-size:12px}.auth-platform-picker>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.auth-platform-picker label{position:relative}.auth-platform-picker input{position:absolute!important;opacity:0!important;pointer-events:none!important}.auth-platform-picker label span{min-height:38px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#202228;color:#92969e;font-size:12px;cursor:pointer}.auth-platform-picker input:checked+span{background:#efefeb;color:#0b0c0f}.auth-platform-picker>small{display:block;margin-top:7px;color:#696d75;font-size:10px;line-height:1.45}@media(max-width:520px){.auth-platform-picker>div{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* v1.9.12 - platforma a crossplay v Party */
.gf-party-platform-row{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(210px,.7fr);gap:12px;align-items:end}.gf-party-crossplay{display:grid;gap:6px}.gf-party-crossplay>span,.gf-party-platforms legend{color:#7f838c;font-size:11px}.gf-party-crossplay select{min-height:38px;border:0;border-radius:8px;padding:0 34px 0 11px;background:#22252b;color:#e8e8e5;font-size:12px}.gf-party-crossplay select:disabled{opacity:.48}.gf-party-crossplay small{color:#686c74;font-size:10px;line-height:1.35}@media(max-width:760px){.gf-party-platform-row{grid-template-columns:1fr}}

/* v1.9.14 - knihovna: 9 + další, Party akce a stránkování */
.gf-library-section-back{margin-top:12px;display:inline-flex;align-items:center;gap:6px;color:#777b84;text-decoration:none;font-size:12px}.gf-library-section-back:hover{color:#f0f0ec}.gf-library-section-back .material-symbols-rounded{font-size:16px}
.gf-library-card-shell{min-width:0;border-radius:13px;display:flex;flex-direction:column;overflow:hidden;background:#14161a}.gf-library-card-shell>.gf-library-card{flex:1;border-radius:0!important;background:transparent!important;padding-bottom:0!important;overflow:visible!important}.gf-library-card-shell>.gf-library-card:hover{transform:none!important;background:transparent!important;box-shadow:none!important}.gf-library-card-shell>.gf-library-card:hover .gf-library-cover{transform:translateY(-3px)}
.gf-library-party-action-wrap{padding:0 12px 12px}.gf-library-party-action{width:100%;min-height:34px;padding:0 9px;border:0;border-radius:7px;display:flex;align-items:center;justify-content:center;background:#f0f0ec;color:#0d0e11;text-decoration:none;font:500 11px "Barlow",sans-serif;cursor:pointer;transition:background .15s ease,color .15s ease}.gf-library-party-action:hover{background:#fff}.gf-library-party-action:disabled,.gf-library-party-action.is-current{background:#22252a;color:#80858e;cursor:default}
.gf-library-more-card{min-width:0;min-height:100%;padding:24px;border:1px dashed rgba(255,255,255,.11);border-radius:13px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;background:#111317;color:#ecece8;text-decoration:none;text-align:center;transition:background .16s ease,border-color .16s ease,transform .16s ease}.gf-library-more-card:hover{transform:translateY(-3px);background:#191b20;border-color:rgba(255,255,255,.22)}.gf-library-more-card strong{font:400 44px/1 "Barlow Condensed",sans-serif}.gf-library-more-card span{font-size:12px}.gf-library-more-card small{color:#737780;font-size:10px}
.gf-library-pagination{margin:18px 0 0;display:flex;align-items:center;justify-content:center;gap:14px}.gf-library-pagination a,.gf-library-pagination>span{min-height:34px;padding:0 10px;border-radius:8px;display:inline-flex;align-items:center;gap:5px;background:#1b1d22;color:#c8c9cc;text-decoration:none;font-size:11px}.gf-library-pagination a:hover{background:#24272d;color:#fff}.gf-library-pagination .is-disabled{opacity:.4}.gf-library-pagination small{color:#777b84}.gf-library-pagination .material-symbols-rounded{font-size:16px}
.gf-library-grid.is-list .gf-library-card-shell{padding:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(170px,220px);align-items:center;gap:8px;background:#14161a}.gf-library-grid.is-list .gf-library-card-shell>.gf-library-card{background:transparent!important}.gf-library-grid.is-list .gf-library-card-shell .gf-library-party-action-wrap{padding:8px}.gf-library-grid.is-list .gf-library-more-card{min-height:78px;padding:12px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;justify-content:initial;text-align:left}.gf-library-grid.is-list .gf-library-more-card strong{font-size:30px}.gf-library-grid.is-list .gf-library-more-card small{justify-self:end}
@media(max-width:820px){.gf-library-grid.is-list .gf-library-card-shell{grid-template-columns:1fr}.gf-library-grid.is-list .gf-library-card-shell .gf-library-party-action-wrap{padding:0 8px 8px}.gf-library-more-card{min-height:220px}.gf-library-pagination{justify-content:space-between}.gf-library-pagination small{display:none}}

/* v1.9.14 - rychlá změna hry přímo v aktivní Party */
.gf-party-room-host-actions{width:250px;align-self:end;display:grid;gap:8px}.gf-party-room-host-actions>form{margin:0}.gf-party-room-host-actions>form button{width:100%;min-height:38px;padding:0 11px;border:0;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:7px;background:#2b2022;color:#dba4a4;font-size:12px;cursor:pointer}.gf-party-room-host-actions>form .gf-icon{width:15px;height:15px}
.gf-party-room-game-switch{position:relative}.gf-party-room-game-switch>label{height:40px;padding:0 10px;border-radius:8px;display:grid;grid-template-columns:17px minmax(0,1fr);align-items:center;gap:7px;background:#22252b}.gf-party-room-game-switch>label:focus-within{box-shadow:0 0 0 1px rgba(255,255,255,.16);background:#292c32}.gf-party-room-game-switch>label .gf-icon{width:16px;height:16px;color:#7d828b}.gf-party-room-game-switch input{min-width:0;border:0;outline:0;background:transparent;color:#e8e8e5;font-size:12px}.gf-party-room-game-switch input::placeholder{color:#777b84}
.gf-party-room-game-results{position:absolute;z-index:20;left:0;right:0;top:46px;max-height:310px;padding:5px;border-radius:9px;overflow:auto;background:#202329;box-shadow:0 18px 46px rgba(0,0,0,.42)}.gf-party-room-game-results button{width:100%;min-height:52px;padding:6px;border:0;border-radius:7px;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:9px;background:transparent;color:inherit;text-align:left;cursor:pointer}.gf-party-room-game-results button:hover{background:#2b2e35}.gf-party-room-game-results img{width:38px;height:38px;border-radius:6px;object-fit:cover}.gf-party-room-game-results span{min-width:0;display:grid;gap:2px}.gf-party-room-game-results strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#eeeeeb;font-size:12px;font-weight:500}.gf-party-room-game-results small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#7d828b;font-size:10px}.gf-party-room-game-results>p{margin:0;padding:14px;color:#858a93;font-size:11px;text-align:center}
@media(max-width:820px){.gf-party-room-host-actions{width:100%;margin-top:20px}.gf-party-room-hero>.gf-party-room-host-actions{grid-column:1/-1}.gf-party-room-game-results{position:relative;top:5px;max-height:250px}}

/* v1.9.15 - avatar: hover + a ořez s přiblížením */
.gf-settings-avatar-edit{overflow:hidden;outline:0}
.gf-settings-avatar-edit:focus-visible{box-shadow:0 0 0 5px #14161a,0 0 0 7px rgba(255,255,255,.28),0 15px 35px rgba(0,0,0,.32)!important}
.gf-settings-avatar-hover{position:absolute;inset:0;z-index:4;width:100%;height:100%;padding:0;border:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(7,8,10,.58);color:#fff;opacity:0;cursor:pointer;transition:opacity .16s ease,background .16s ease}
.gf-settings-avatar-hover>span{font:300 42px/1 "Barlow",sans-serif;transform:translateY(-1px)}
.gf-settings-avatar-edit:hover .gf-settings-avatar-hover,.gf-settings-avatar-edit:focus .gf-settings-avatar-hover,.gf-settings-avatar-edit:focus-within .gf-settings-avatar-hover{opacity:1}
.gf-settings-avatar-edit:hover .gf-settings-avatar-hover:hover{background:rgba(7,8,10,.68)}
.gf-settings-avatar-cropper{margin:-2px 0 22px;padding:18px;border:0!important;border-radius:12px;background:#191b20}
.gf-settings-avatar-cropper[hidden]{display:none!important}
.gf-settings-avatar-crop-head{margin-bottom:14px;display:grid;gap:4px;text-align:center}
.gf-settings-avatar-crop-head strong{color:#ecece9;font-size:14px;font-weight:500}
.gf-settings-avatar-crop-head small{color:#777b84;font-size:11px!important}
.gf-settings-avatar-cropper .avatar-crop-stage{width:min(350px,100%);border-radius:12px;background:#0c0d10}
.gf-settings-avatar-cropper .avatar-crop-frame{border:2px solid rgba(255,255,255,.88);box-shadow:0 0 0 999px rgba(7,8,10,.58)}
.gf-settings-avatar-cropper .avatar-crop-controls{margin-top:16px;gap:8px}
.gf-settings-avatar-cropper .avatar-crop-controls label{color:#91959d;font-size:11px}
.gf-settings-avatar-cropper .avatar-crop-controls input[type=range]{accent-color:#ecece8}
.gf-settings-crop-apply,.gf-settings-crop-cancel{min-height:36px;padding:0 12px;border:0;border-radius:8px;font:500 11px "Barlow",sans-serif;cursor:pointer}
.gf-settings-crop-apply{background:#ecece8;color:#101114}.gf-settings-crop-apply:hover{background:#fff}
.gf-settings-crop-cancel{background:#24272d;color:#a7abb3}.gf-settings-crop-cancel:hover{background:#2d3037;color:#fff}
@media(hover:none){.gf-settings-avatar-hover{opacity:.22}.gf-settings-avatar-edit:focus-within .gf-settings-avatar-hover{opacity:.55}}
@media(max-width:520px){.gf-settings-avatar-cropper{padding:14px}.gf-settings-avatar-cropper .avatar-crop-controls{display:grid;grid-template-columns:1fr 1fr}.gf-settings-avatar-cropper .avatar-crop-controls label{grid-column:1/-1;justify-content:center}.gf-settings-avatar-cropper .avatar-crop-controls input[type=range]{width:min(220px,58vw)}}

/* v1.9.16 - landing: více viditelná komunita, fialový akcent, FAQ/footer a stabilní auth dialog */
.landing-page .landing-hero-art{
  object-position:center 34%!important;
  filter:saturate(.82) contrast(1.04) brightness(.82)!important;
  opacity:.9!important;
}
.landing-page .landing-hero-shade{
  background:
    linear-gradient(90deg,rgba(7,8,10,.98) 0%,rgba(7,8,10,.80) 34%,rgba(7,8,10,.38) 54%,rgba(7,8,10,.08) 76%,rgba(7,8,10,.16) 100%),
    linear-gradient(0deg,rgba(7,8,10,.78),transparent 58%)!important;
}
.landing-page .landing-nav{
  position:relative!important;
  left:auto!important;right:auto!important;top:auto!important;
  width:min(1480px,calc(100% - 64px))!important;
  margin:0 auto!important;
  padding:0!important;
}
.landing-page .landing-login{
  flex:0 0 auto;
  background:linear-gradient(135deg,#b9a5ff,#d8a8ed)!important;
  color:#20182f!important;
  box-shadow:0 12px 30px rgba(130,94,205,.18)!important;
}
.landing-page .landing-login:hover{background:linear-gradient(135deg,#c8b8ff,#e4b9f3)!important;color:#17111f!important}
.landing-page .landing-overline{color:#bcaaff!important}
.landing-page .landing-overline i{background:#bcaaff!important}
.landing-page .landing-hero-copy h1 span{
  color:#c9b6ff!important;
  background:linear-gradient(100deg,#d8ceff 0%,#c2abff 56%,#a98eea 100%)!important;
  -webkit-background-clip:text!important;background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
}
.landing-page .landing-primary{
  background:linear-gradient(135deg,#c6b2ff,#e1aeea)!important;
  color:#21172f!important;
}

.landing-faq{
  width:min(1240px,calc(100% - 64px));
  margin:0 auto;
  padding:112px 0 104px;
  display:grid;
  grid-template-columns:minmax(240px,.72fr) minmax(0,1.28fr);
  gap:clamp(44px,7vw,100px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.landing-faq-head{align-self:start;position:sticky;top:36px}
.landing-faq-head .landing-section-kicker{margin:0 0 14px!important;color:#bcaaff!important}
.landing-faq-head h2{margin:0;color:#f2f1f5;font:400 clamp(44px,4.8vw,68px)/.92 "Barlow Condensed",sans-serif;letter-spacing:-.025em}
.landing-faq-head>p:last-child{max-width:360px;margin:20px 0 0;color:#858991;font-size:13px;line-height:1.7}
.landing-faq-list{border-top:1px solid rgba(255,255,255,.09)}
.landing-faq-list details{border-bottom:1px solid rgba(255,255,255,.09)}
.landing-faq-list summary{min-height:76px;padding:0 4px;display:grid;grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:18px;color:#d8d8d6;font-size:15px;font-weight:500;cursor:pointer;list-style:none}
.landing-faq-list summary::-webkit-details-marker{display:none}
.landing-faq-list summary .material-symbols-rounded{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#1b1d22;color:#969aa2;font-size:18px;transition:transform .18s ease,background .18s ease,color .18s ease}
.landing-faq-list details[open] summary{color:#fff}
.landing-faq-list details[open] summary .material-symbols-rounded{transform:rotate(45deg);background:#bba6ff;color:#1b1426}
.landing-faq-list details>p{max-width:720px;margin:-3px 48px 0 4px;padding:0 0 24px;color:#858991;font-size:13px;line-height:1.72}

.landing-footer-v2{
  min-height:0!important;
  padding:58px max(32px,calc((100% - 1240px)/2)) 26px!important;
  display:block!important;
  background:#0b0c0f!important;
}
.landing-footer-main{display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:44px;align-items:start}
.landing-footer-brand{display:grid;gap:17px}.landing-footer-brand .landing-brand{width:max-content}.landing-footer-brand p{max-width:430px;margin:0!important;color:#777b83!important;font-size:12px!important;line-height:1.65}
.landing-footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:11px 24px;padding-top:3px}.landing-footer-links a{color:#a3a6ad!important;text-decoration:none}.landing-footer-links a:hover{color:#d6c9ff!important}
.landing-footer-bottom{margin-top:44px;padding-top:20px;border-top:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:space-between;gap:20px;color:#5e626a;font-size:10px;letter-spacing:.03em}

/* Chrome/Edge autofill nesmí přebarvit naše tmavé formuláře do modra. */
.landing-auth-form .auth-form input:-webkit-autofill,
.landing-auth-form .auth-form input:-webkit-autofill:hover,
.landing-auth-form .auth-form input:-webkit-autofill:focus,
.landing-auth-form .auth-form input:-webkit-autofill:active{
  -webkit-text-fill-color:#eeeeeb!important;
  caret-color:#eeeeeb!important;
  -webkit-box-shadow:0 0 0 1000px #202228 inset!important;
  box-shadow:0 0 0 1000px #202228 inset!important;
  border:0!important;
  transition:background-color 9999s ease-out 0s!important;
}
.landing-auth-form .auth-form input:autofill{background:#202228!important;color:#eeeeeb!important;box-shadow:0 0 0 1000px #202228 inset!important}

@media(min-width:821px){
  .landing-auth-dialog{
    height:min(760px,calc(100svh - 48px))!important;
    max-height:min(760px,calc(100svh - 48px))!important;
  }
  .landing-auth-visual{height:100%!important;min-height:0!important}
  .landing-auth-forms{height:100%!important;max-height:none!important;overflow-y:auto!important;padding:72px 46px 42px!important}
  .landing-auth-form{min-height:0!important}
}

@media(max-width:820px){
  .landing-page .landing-nav{width:calc(100% - 32px)!important;padding:0!important}
  .landing-page .landing-hero-art{object-position:64% bottom!important;filter:saturate(.78) contrast(1.03) brightness(.72)!important;opacity:.88!important}
  .landing-page .landing-hero-shade{background:linear-gradient(180deg,rgba(7,8,10,.91) 0%,rgba(7,8,10,.66) 34%,rgba(7,8,10,.20) 64%,rgba(7,8,10,.74) 100%)!important}
  .landing-faq{width:calc(100% - 36px);padding:76px 0 72px;grid-template-columns:1fr;gap:34px}
  .landing-faq-head{position:static}.landing-faq-head>p:last-child{max-width:620px}.landing-faq-list summary{min-height:68px;font-size:14px}
  .landing-footer-v2{padding:42px 18px 24px!important}.landing-footer-main{grid-template-columns:1fr;gap:28px}.landing-footer-links{justify-content:flex-start}.landing-footer-bottom{align-items:flex-start;flex-direction:column;gap:7px;margin-top:32px}
}
@media(max-width:520px){
  .landing-page .landing-login{min-width:98px;justify-content:center}
  .landing-faq{width:calc(100% - 32px)}
  .landing-faq-head h2{font-size:46px}.landing-faq-list details>p{margin-right:12px}
}


/* v1.9.17 - template polish: unified public shell, auth fit, background hover +, library spacing */

/* Veřejná část používá stejnou maximální šířku jako aplikace po přihlášení. */
.landing-page{
  background:#050609!important;
}
.landing-page .landing-home{
  width:min(100%,1720px);
  margin:0 auto;
  overflow:hidden;
  background:#090a0c;
}
@media(min-width:1721px){
  .landing-page .landing-home{
    border-left:1px solid rgba(255,255,255,.045);
    border-right:1px solid rgba(255,255,255,.045);
  }
}
.landing-page .landing-nav,
.landing-page .landing-hero-copy{
  width:min(1480px,calc(100% - 64px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.landing-page .landing-hero-copy{
  padding-left:0!important;
  padding-right:0!important;
}
.landing-page .landing-provider-dock{
  right:max(32px,calc((100% - 1480px)/2))!important;
}
.landing-page .landing-faq{
  width:min(1480px,calc(100% - 64px));
}
.landing-page .landing-footer-v2{
  padding-left:max(32px,calc((100% - 1480px)/2))!important;
  padding-right:max(32px,calc((100% - 1480px)/2))!important;
}

/* Přihlášení/registrace: levý text zůstane celý uvnitř vizuálu a dostává jemný fialový akcent. */
@media(min-width:821px){
  .landing-auth-dialog{
    width:min(1120px,calc(100vw - 64px))!important;
    grid-template-columns:minmax(0,1fr) minmax(470px,1.08fr)!important;
  }
  .landing-auth-message{
    left:38px!important;
    right:28px!important;
    bottom:42px!important;
    height:auto!important;
  }
  .landing-auth-message h2,
  .landing-auth-message[data-auth-message=register] h2{
    min-height:0!important;
    max-width:100%!important;
    font-size:clamp(44px,3.35vw,58px)!important;
    line-height:.88!important;
  }
  .landing-auth-message h2 span,
  .landing-auth-message[data-auth-message=register] h2 span{
    white-space:normal!important;
    overflow-wrap:normal!important;
  }
}
.landing-auth-form .section-kicker,
.landing-auth-message .landing-section-kicker{
  color:#bcaaff!important;
}
.landing-auth-message h2 span,
.landing-auth-message[data-auth-message=register] h2 span{
  color:#c8b4ff!important;
  background:linear-gradient(100deg,#ddd4ff 0%,#c7b1ff 55%,#ac8fe9 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
}
.landing-auth-form .auth-submit{
  background:linear-gradient(135deg,#c8b6ff,#dfaee9)!important;
  color:#20162e!important;
}
.landing-auth-form .auth-submit:hover{
  background:linear-gradient(135deg,#d4c5ff,#e8bdf0)!important;
}
.landing-auth-form .auth-switch button{
  color:#cbb9ff!important;
}

/* Profilové pozadí: žádné samostatné tlačítko - + se objeví přímo nad obrázkem stejně jako u avataru. */
.gf-settings-background::after{
  transition:background .16s ease!important;
}
.gf-settings-background-hover{
  position:absolute!important;
  inset:0!important;
  z-index:4!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  padding:0!important;
  border:0!important;
  border-radius:inherit!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:rgba(7,8,10,.42)!important;
  color:#fff!important;
  font:300 52px/1 "Barlow",sans-serif!important;
  opacity:0!important;
  pointer-events:none!important;
  transition:opacity .16s ease,background .16s ease!important;
}
.gf-settings-background:hover::after,
.gf-settings-background:focus-within::after{
  background:linear-gradient(180deg,rgba(6,7,9,.18),rgba(6,7,9,.48))!important;
}
.gf-settings-background:hover .gf-settings-background-hover,
.gf-settings-background:focus-within .gf-settings-background-hover{
  opacity:1!important;
}
@media(hover:none){
  .gf-settings-background-hover{opacity:.16!important}
}

/* Knihovna: Party tlačítko nesedí nalepené přímo na řádku s platformou. */
.gf-library-party-action-wrap{
  padding:11px 12px 12px!important;
}
.gf-library-grid.is-list .gf-library-card-shell .gf-library-party-action-wrap{
  padding:8px!important;
}
@media(max-width:820px){
  .gf-library-grid.is-list .gf-library-card-shell .gf-library-party-action-wrap{
    padding:9px 8px 8px!important;
  }
}

@media(max-width:820px){
  .landing-page .landing-home{width:100%;border:0}
  .landing-page .landing-nav,
  .landing-page .landing-hero-copy{width:calc(100% - 32px)!important}
  .landing-page .landing-provider-dock{right:18px!important}
  .landing-page .landing-faq{width:calc(100% - 36px)}
  .landing-page .landing-footer-v2{padding-left:18px!important;padding-right:18px!important}
}

/* v1.9.18 - full-bleed landing background; content keeps the v1.9.17 centered shell */
.landing-page .landing-home{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  border-left:0!important;
  border-right:0!important;
}
.landing-page .landing-hero{
  width:100%!important;
  max-width:none!important;
}


/* v1.9.19 - clean profile media controls + restrained purple app accent */
:root{
  --gf-purple:#c8b4ff;
  --gf-purple-strong:#b99af7;
  --gf-purple-soft:rgba(200,180,255,.12);
  --gf-purple-border:rgba(200,180,255,.28);
}

/* Nastavení profilu: přes obrázky se už nekreslí žádná světlá plocha. Jen velké +. */
.gf-settings-background>.gf-settings-background-hover{
  position:absolute!important;
  inset:0!important;
  z-index:5!important;
  display:grid!important;
  place-items:center!important;
  width:100%!important;
  height:100%!important;
  padding:0!important;
  border:0!important;
  border-radius:inherit!important;
  background:transparent!important;
  color:#fff!important;
  font:300 64px/1 "Barlow",sans-serif!important;
  text-shadow:0 3px 18px rgba(0,0,0,.82)!important;
  opacity:0!important;
  pointer-events:none!important;
}
.gf-settings-background::after{
  background:transparent!important;
  transition:background .16s ease!important;
}
.gf-settings-background:hover::after,
.gf-settings-background:focus-within::after{
  background:rgba(4,5,7,.18)!important;
}
.gf-settings-background:hover>.gf-settings-background-hover,
.gf-settings-background:focus-within>.gf-settings-background-hover{
  opacity:1!important;
}

.gf-settings-avatar-edit .gf-settings-avatar-hover{
  background:transparent!important;
  color:#fff!important;
  text-shadow:0 3px 14px rgba(0,0,0,.86)!important;
}
.gf-settings-avatar-edit .gf-settings-avatar-hover>span{
  font:300 52px/1 "Barlow",sans-serif!important;
}
.gf-settings-avatar-edit:hover .gf-settings-avatar-hover,
.gf-settings-avatar-edit:focus .gf-settings-avatar-hover,
.gf-settings-avatar-edit:focus-within .gf-settings-avatar-hover{
  opacity:1!important;
  background:transparent!important;
}
.gf-settings-avatar-edit:hover>img,
.gf-settings-avatar-edit:focus-within>img{
  filter:brightness(.88)!important;
}
@media(hover:none){
  .gf-settings-background>.gf-settings-background-hover{opacity:.22!important}
  .gf-settings-avatar-edit .gf-settings-avatar-hover{opacity:.22!important}
}

/* Profil: vlastní background zůstává barevný, jen dostane tmavou čitelnost pod textem. */
.gf-profile-cover{
  background-color:#15151b!important;
  background-blend-mode:normal!important;
}
.gf-profile-cover::before{
  background:
    linear-gradient(90deg,rgba(7,7,11,.88) 0%,rgba(8,8,14,.52) 44%,rgba(8,7,16,.12) 78%,rgba(8,7,16,.06) 100%),
    linear-gradient(0deg,rgba(7,7,10,.56),transparent 58%)!important;
}

/* Fialová jako podpis GROUPFINDERu - střídmě na aktivních a interaktivních stavech. */
.gf-page-eyebrow,.gf-app-kicker,.gf-settings-panel-head>div>span{
  color:var(--gf-purple)!important;
}
.gf-app-nav a.active,.gf-app-sidebar-bottom a.active{
  background:var(--gf-purple-soft)!important;
  color:#f2ecff!important;
}
.gf-app-nav a.active .material-symbols-rounded,.gf-app-sidebar-bottom a.active .material-symbols-rounded{
  color:var(--gf-purple)!important;
}
.gf-app-search:focus-within{
  box-shadow:0 0 0 1px var(--gf-purple-border)!important;
}
.gf-settings-tabs button.active{
  background:var(--gf-purple-soft)!important;
  color:#f2ecff!important;
}
.gf-settings-tabs button.active .material-symbols-rounded{
  color:var(--gf-purple)!important;
}
.gf-settings-grid input:focus,.gf-settings-grid select:focus,.gf-settings-field textarea:focus{
  box-shadow:0 0 0 1px var(--gf-purple-border)!important;
}
.gf-settings-chips input:checked+i{
  background:#d5c5ff!important;
  color:#17121f!important;
}
.gf-settings-crop-apply,
.gf-settings-save button,
.gf-profile-edit{
  background:linear-gradient(135deg,#d3c3ff,#c5a8f2)!important;
  color:#18111f!important;
}
.gf-settings-crop-apply:hover,
.gf-settings-save button:hover,
.gf-profile-edit:hover{
  background:linear-gradient(135deg,#ddd0ff,#d1b7f5)!important;
}
.gf-profile-add-game:hover,
.gf-section-heading>a:hover{
  color:var(--gf-purple)!important;
}
.gf-profile-game-list article:hover,
.gf-profile-game-picker:focus-within{
  box-shadow:inset 0 0 0 1px rgba(200,180,255,.16)!important;
}

/* v1.9.20 - purple identity in app sidebar + purple wordmark */
.gf-app-brand img,.landing-brand img{
  content:url('../images/logo-groupfinder-purple-text.png')!important;
}

/* Party / social rail: původní acid-lime akcent nahrazen fialovou. */
.gf-app-social .gf-app-live-dot{
  background:var(--gf-purple)!important;
  box-shadow:0 0 12px rgba(200,180,255,.22)!important;
}
.gf-app-social .gf-app-party-card small{
  color:var(--gf-purple)!important;
}
.gf-app-social .gf-app-party-members small.is-host{
  color:var(--gf-purple)!important;
}
.gf-app-social .gf-app-request-note{
  background:rgba(200,180,255,.09)!important;
  color:#cdbdff!important;
}
.gf-app-social .gf-app-request-note strong,
.gf-app-social .gf-app-request-note .gf-icon{
  color:var(--gf-purple)!important;
}
.gf-app-social .gf-app-party-member-avatar i.is-online,
.gf-app-social .gf-app-friend-avatar i.is-online{
  background:var(--gf-purple-strong)!important;
}

/* Stejný podpis v účtu v hlavičce. */
.gf-app-presence-trigger.is-online{
  background:var(--gf-purple-strong)!important;
}
.gf-app-account-profile:hover .gf-app-account-name{
  color:var(--gf-purple)!important;
}


/* v1.9.21 - purple settings controls + player cards using profile backgrounds */

/* Nastavení > Propojení: nepřipojený účet = fialová, propojený/aktualizovat zůstává zelené. */
.gf-settings-connections a:not(.is-update),
.gf-settings-connections button:not(.is-update){
  background:linear-gradient(135deg,#d5c5ff,#bea0f0)!important;
  color:#18111f!important;
  box-shadow:0 0 0 1px rgba(200,180,255,.12)!important;
}
.gf-settings-connections a:not(.is-update):hover,
.gf-settings-connections button:not(.is-update):hover{
  background:linear-gradient(135deg,#dfd2ff,#cdb2f5)!important;
}
.gf-settings-connections a.is-update,
.gf-settings-connections button.is-update{
  background:#1e2b21!important;
  color:#a9d8b1!important;
  box-shadow:inset 0 0 0 1px rgba(105,194,128,.12)!important;
}

/* Matching + Soukromí: zapnuté přepínače používají fialovou identitu. */
.gf-settings-panel[data-settings-panel="matching"] .gf-settings-switch input:checked+i,
.gf-settings-panel[data-settings-panel="privacy"] .gf-settings-switch input:checked+i{
  background:linear-gradient(135deg,#d5c5ff,#b99af7)!important;
  box-shadow:0 0 0 1px rgba(200,180,255,.15)!important;
}
.gf-settings-panel[data-settings-panel="matching"] .gf-settings-switch input:checked+i::after,
.gf-settings-panel[data-settings-panel="privacy"] .gf-settings-switch input:checked+i::after{
  background:#17121f!important;
}

/* Oblíbené hry: vybraná hvězda a karta jsou fialové. */
.gf-settings-panel[data-settings-panel="favorites"] .gf-settings-game:has(input:checked){
  background:rgba(200,180,255,.09)!important;
  box-shadow:inset 0 0 0 1px rgba(200,180,255,.18)!important;
}
.gf-settings-panel[data-settings-panel="favorites"] .gf-settings-game:has(input:checked)>i{
  color:var(--gf-purple)!important;
  font-variation-settings:'FILL' 1!important;
  filter:drop-shadow(0 0 8px rgba(200,180,255,.2));
}

/* Hráči: karta používá profilové pozadí hráče jako vlastní background. */
.gf-player-card{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  background:#14161a!important;
}
.gf-player-card-background{
  position:absolute!important;
  inset:0!important;
  z-index:-3!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  opacity:.48!important;
  filter:saturate(.92) contrast(1.02)!important;
  pointer-events:none!important;
  transition:transform .25s ease,opacity .25s ease!important;
}
.gf-player-card-background-shade{
  position:absolute!important;
  inset:0!important;
  z-index:-2!important;
  pointer-events:none!important;
  background:
    linear-gradient(180deg,rgba(12,13,17,.48),rgba(13,14,18,.82) 58%,rgba(13,14,18,.94) 100%),
    linear-gradient(90deg,rgba(13,14,18,.5),rgba(13,14,18,.16))!important;
}
.gf-player-card:hover .gf-player-card-background{
  opacity:.58!important;
  transform:scale(1.025)!important;
}
.gf-player-card:hover{
  background:#16171c!important;
  box-shadow:0 18px 44px rgba(0,0,0,.3),inset 0 0 0 1px rgba(200,180,255,.1)!important;
}

/* Hráči: fialová pro aktivní/akční prvky. */
.gf-player-filters a.active{
  background:var(--gf-purple-soft)!important;
  color:#f2ecff!important;
}
.gf-player-filters a.active .material-symbols-rounded{
  color:var(--gf-purple)!important;
}
.gf-player-filters a b{
  background:#d5c5ff!important;
  color:#17121f!important;
}
.gf-players-view-switch button.active{
  background:#d5c5ff!important;
  color:#17121f!important;
}
.gf-player-match{
  background:linear-gradient(135deg,#dfd3ff,#c9b1f5)!important;
  color:#21172d!important;
}
.gf-player-match small{color:#5f4d70!important}
.gf-player-like:hover,
.gf-player-like.active{
  background:rgba(200,180,255,.13)!important;
  color:var(--gf-purple)!important;
  box-shadow:inset 0 0 0 1px rgba(200,180,255,.16)!important;
}
.gf-player-card-summary{
  background:rgba(17,18,23,.62)!important;
  backdrop-filter:blur(4px)!important;
}
.gf-player-card-summary .material-symbols-rounded{
  color:var(--gf-purple)!important;
}
.gf-player-profile-link:hover{
  color:var(--gf-purple)!important;
}
.gf-player-add{
  background:linear-gradient(135deg,#d5c5ff,#bea0f0)!important;
  color:#18111f!important;
}
.gf-player-add:hover{
  background:linear-gradient(135deg,#dfd2ff,#cdb2f5)!important;
  color:#18111f!important;
}
.gf-player-friend-state{
  border:0!important;
  background:rgba(200,180,255,.11)!important;
  color:#d3c4ff!important;
  box-shadow:inset 0 0 0 1px rgba(200,180,255,.17)!important;
}
.gf-player-action-icon:hover{
  color:var(--gf-purple)!important;
  box-shadow:inset 0 0 0 1px rgba(200,180,255,.14)!important;
}
.gf-player-avatar i.is-online,
.gf-player-name small.online{
  color:var(--gf-purple)!important;
}
.gf-player-avatar i.is-online{
  background:var(--gf-purple-strong)!important;
  box-shadow:0 0 10px rgba(200,180,255,.24)!important;
}

/* V list view zůstává background viditelný, ale jemnější kvůli menší výšce karty. */
.gf-player-grid.is-list .gf-player-card-background{opacity:.34!important}
.gf-player-grid.is-list .gf-player-card:hover .gf-player-card-background{opacity:.44!important}


/* v1.9.22 - right rail state hierarchy + purple utility accents */
/* Nula žádostí zůstává viditelná, ale neutrální. Fialová se zapne až při reálné žádosti. */
.gf-app-social .gf-app-request-note{
  background:#17191e!important;
  color:#777b84!important;
  box-shadow:none!important;
}
.gf-app-social .gf-app-request-note strong,
.gf-app-social .gf-app-request-note .gf-icon{
  color:#8a8e97!important;
}
.gf-app-social .gf-app-request-note.has-requests{
  background:rgba(200,180,255,.11)!important;
  color:#d4c6ff!important;
}
.gf-app-social .gf-app-request-note.has-requests strong,
.gf-app-social .gf-app-request-note.has-requests .gf-icon{
  color:var(--gf-purple)!important;
}

/* Online stav účtu v headeru zůstává významově zelený. */
.gf-app-header .gf-app-presence-trigger.is-online{
  background:#66e39a!important;
  box-shadow:0 0 9px rgba(102,227,154,.32)!important;
}

/* Zvoneček a badge používají fialovou identitu; číslo je přesně vystředěné. */
.gf-app-header-icon .gf-icon{color:var(--gf-purple)!important}
.gf-app-header-icon>b{
  width:18px!important;min-width:18px!important;height:18px!important;
  padding:0!important;right:-3px!important;top:-4px!important;
  display:grid!important;place-items:center!important;
  border:2px solid #0d0f12!important;border-radius:999px!important;
  background:var(--gf-purple)!important;color:#17121f!important;
  font:700 10px/1 "Barlow",sans-serif!important;text-align:center!important;
}

/* Hledání přátel už nemá modrý nádech. */
.gf-app-friend-search{color:#a995df!important}
.gf-app-friend-search .gf-icon{color:#9e8ad8!important}
.gf-app-friend-search input::placeholder{color:#9e8ad8!important;opacity:.82!important}
.gf-app-friend-search:focus-within{box-shadow:inset 0 0 0 1px rgba(200,180,255,.18)!important}

/* Prázdná Party je jemné fialové CTA, ne další šedá karta. */
.gf-app-party-empty{
  background:rgba(200,180,255,.065)!important;
  box-shadow:inset 0 0 0 1px rgba(200,180,255,.075)!important;
}
.gf-app-party-empty:hover{background:rgba(200,180,255,.11)!important}
.gf-app-party-empty-icon{background:rgba(200,180,255,.10)!important;color:var(--gf-purple)!important}
.gf-app-party-empty strong{color:#e9e1ff!important}
.gf-app-party-empty small{color:#9186ae!important}

/* Na telefonu se v headeru vrací pouze samotný symbol z loga. */
@media(max-width:820px){
  .gf-app-brand img{
    content:url('../images/logo-groupfinder-mark-white.png')!important;
    width:34px!important;height:24px!important;object-fit:contain!important;
  }
}


/* v1.9.23 - purple information toast + visible countdown + purple unsaved pencil */
.gf-info-bar{
  --gf-info-duration:4200ms;
  position:fixed!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:12px!important;
  background:linear-gradient(135deg,#d8c9ff,#c3a8f2)!important;
  color:#17121f!important;
  box-shadow:0 18px 55px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,.16) inset!important;
}
.gf-info-bar .gf-info-dot{
  background:#6f4db3!important;
  box-shadow:0 0 0 4px rgba(111,77,179,.10)!important;
}
.gf-info-bar strong{color:#17121f!important}
.gf-info-bar button{
  background:rgba(35,23,48,.09)!important;
  color:#2a1b38!important;
}
.gf-info-bar button:hover{background:rgba(35,23,48,.16)!important}
.gf-info-progress{
  position:absolute;
  left:0;right:0;bottom:0;
  height:3px;
  overflow:hidden;
  border-radius:0 0 12px 12px;
  background:rgba(74,46,110,.12);
  pointer-events:none;
}
.gf-info-progress::after{
  content:"";
  display:block;
  width:100%;height:100%;
  transform-origin:left center;
  transform:scaleX(1);
  background:#714bb8;
}
.gf-info-bar.is-counting .gf-info-progress::after{
  animation:gf-info-countdown var(--gf-info-duration) linear forwards;
}
@keyframes gf-info-countdown{
  from{transform:scaleX(1)}
  to{transform:scaleX(0)}
}
.gf-settings-save>div>.material-symbols-rounded{
  color:var(--gf-purple)!important;
  filter:drop-shadow(0 0 7px rgba(200,180,255,.18));
}
@media (prefers-reduced-motion:reduce){
  .gf-info-bar.is-counting .gf-info-progress::after{animation:none;transform:scaleX(1)}
}


/* v1.9.24 - semantic online state, compact logo breakpoint and original bell */
/* Zvoneček zůstává neutrální jako dřív; fialový je pouze počet oznámení. */
.gf-app-header-icon .gf-icon{color:inherit!important}

/* Skutečný online stav je významově zelený i v Party. Dekorativní Party tečka zůstává fialová. */
.gf-app-social .gf-app-party-member-avatar i.is-online,
.gf-app-social .gf-app-friend-avatar i.is-online,
.gf-party-member-list .gf-party-candidate-avatar i.is-online{
  background:#66e39a!important;
  box-shadow:0 0 9px rgba(102,227,154,.28)!important;
}

/* Jakmile sidebar přejde do kompaktního režimu, wordmark nahradí jen ovladač. */
@media(max-width:1180px){
  .gf-app-brand img{
    content:url('../images/logo-groupfinder-mark-white.png')!important;
    width:34px!important;height:24px!important;object-fit:contain!important;
  }
}

/* v1.9.25 - calmer info bar, Party game proposals, chat + voice */
.gf-info-bar{
  --gf-info-duration:4200ms;
  overflow:hidden!important;
  border:1px solid rgba(202,184,255,.16)!important;
  border-radius:10px!important;
  background:rgba(25,27,32,.97)!important;
  color:#e9e8ed!important;
  box-shadow:0 16px 44px rgba(0,0,0,.36)!important;
  backdrop-filter:blur(16px);
}
.gf-info-bar .gf-info-dot{background:#bda4f5!important;box-shadow:none!important}
.gf-info-bar strong{color:#e9e8ed!important;font-weight:500!important}
.gf-info-bar button{background:#24262c!important;color:#92959d!important}
.gf-info-bar button:hover{background:#2d3037!important;color:#f0eff3!important}
.gf-info-progress{height:2px!important;background:rgba(255,255,255,.035)!important}
.gf-info-progress::after{background:linear-gradient(90deg,#9f80e5,#c8b4ff)!important}

.gf-party-room-host-actions{position:relative;z-index:40;width:280px}
.gf-party-room-game-switch{position:relative;z-index:70}
.gf-party-room-game-switch>label{
  height:42px!important;padding:0 12px!important;border:1px solid rgba(202,184,255,.12)!important;
  display:block!important;background:#22252b!important;
}
.gf-party-room-game-switch>label:focus-within{border-color:rgba(202,184,255,.34)!important;box-shadow:0 0 0 3px rgba(202,184,255,.055)!important;background:#282b31!important}
.gf-party-room-game-switch input{width:100%;height:100%;padding:0!important;text-align:center!important;color:#d7c8fa!important;font-weight:500!important;cursor:text}
.gf-party-room-game-switch input::placeholder{color:#8d829e!important}
.gf-party-room-game-results{
  position:fixed!important;z-index:1000!important;left:auto;right:auto;top:auto;
  max-height:330px!important;padding:6px!important;border:1px solid rgba(202,184,255,.12)!important;
  border-radius:10px!important;overflow:auto!important;background:#202329!important;
  box-shadow:0 24px 70px rgba(0,0,0,.62)!important;
}
.gf-party-room-game-results button:hover{background:#2a2d34!important}
.gf-party-room-game-results button:focus-visible{outline:1px solid rgba(202,184,255,.45);background:#2a2d34}
.gf-party-room-game-results strong{color:#f0efed!important}.gf-party-room-game-results small{color:#85808e!important}

.gf-party-game-suggestions{display:grid;gap:6px}
.gf-party-game-suggestions:empty{display:none}
.gf-party-game-suggestions article{min-width:0;padding:7px;border-radius:8px;display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:8px;background:#1d2025;border:1px solid rgba(202,184,255,.08)}
.gf-party-game-suggestions img{width:30px;height:30px;border-radius:7px;object-fit:cover;background:#121419}
.gf-party-game-suggestions span{min-width:0;display:grid;gap:1px}.gf-party-game-suggestions strong,.gf-party-game-suggestions small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.gf-party-game-suggestions strong{font-size:10px;font-weight:500;color:#e7e5ea}.gf-party-game-suggestions small{font-size:9px!important;color:#908b98}
.gf-party-game-suggestions button{min-height:28px;padding:0 8px;border:0;border-radius:6px;background:#c7b2f5;color:#20182e;font-size:9px;font-weight:600;cursor:pointer}
.gf-party-game-suggestions button:hover{background:#d4c4f7}.gf-party-game-suggestions button:disabled{opacity:.55;cursor:wait}
.gf-party-game-suggestions em{font-size:9px;font-style:normal;color:#9e8fc0;white-space:nowrap}

.gf-party-comms-grid{margin-top:14px;display:grid;grid-template-columns:minmax(0,1.22fr) minmax(280px,.78fr);gap:14px;align-items:stretch}
.gf-party-comms-card{min-width:0;border-radius:14px;background:#181b20;overflow:hidden}
.gf-party-comms-card>header{padding:17px 18px;border-bottom:1px solid rgba(255,255,255,.045);display:flex;align-items:end;justify-content:space-between;gap:14px}
.gf-party-comms-card>header h2{margin:2px 0 0;color:#eeeeeb;font-size:19px;font-weight:500}.gf-party-comms-card>header>small{color:#777b84;font-size:10px}
.gf-party-chat-stream{height:310px;padding:14px;overflow:auto;display:flex;flex-direction:column;gap:8px;scrollbar-width:thin;scrollbar-color:#34373e transparent}
.gf-party-chat-message{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:start;gap:8px}.gf-party-chat-message>img{width:30px;height:30px;border-radius:50%;object-fit:cover;background:#22252a}
.gf-party-chat-message>div{max-width:82%;padding:8px 10px;border-radius:3px 10px 10px 10px;background:#22252a}
.gf-party-chat-message.mine{grid-template-columns:minmax(0,1fr) 30px}.gf-party-chat-message.mine>img{grid-column:2;grid-row:1}.gf-party-chat-message.mine>div{grid-column:1;grid-row:1;justify-self:end;border-radius:10px 3px 10px 10px;background:rgba(180,151,239,.11);box-shadow:inset 0 0 0 1px rgba(202,184,255,.08)}
.gf-party-chat-message span{display:flex;align-items:center;gap:7px}.gf-party-chat-message strong{font-size:10px;font-weight:500;color:#e8e7e5}.gf-party-chat-message small{font-size:9px;color:#747881}.gf-party-chat-message p{margin:3px 0 0;color:#c9c9c6;font-size:11px;line-height:1.45;white-space:pre-wrap;word-break:break-word}
.gf-party-chat-empty{margin:auto;max-width:270px;display:grid;justify-items:center;gap:5px;text-align:center;color:#777b84}.gf-party-chat-empty .gf-icon{width:22px;height:22px;color:#a58ed8}.gf-party-chat-empty strong{font-size:11px;font-weight:500;color:#aaaeb6}.gf-party-chat-empty small{font-size:10px;line-height:1.45}
.gf-party-chat-form{padding:10px;border-top:1px solid rgba(255,255,255,.045);display:grid;grid-template-columns:minmax(0,1fr) 38px;gap:7px}.gf-party-chat-form input{min-width:0;height:38px;padding:0 11px;border:0;border-radius:8px;outline:0;background:#22252b;color:#e9e9e6;font-size:11px}.gf-party-chat-form input:focus{box-shadow:0 0 0 1px rgba(202,184,255,.32)}.gf-party-chat-form button{width:38px;height:38px;border:0;border-radius:8px;display:grid;place-items:center;background:#c7b2f5;color:#20182e;cursor:pointer}.gf-party-chat-form button .gf-icon{width:17px;height:17px}.gf-party-chat-form button:disabled{opacity:.55}.gf-party-chat-closed{padding:13px 14px;border-top:1px solid rgba(255,255,255,.045);color:#777b84;font-size:10px}

.gf-party-comms-card.party-voice-card{margin:0!important;padding:0!important;border:0!important;background:#181b20!important}
.gf-party-comms-card .party-voice-head{padding:17px 18px!important;border-bottom:1px solid rgba(255,255,255,.045)!important;display:block!important}
.gf-party-comms-card .party-voice-title{display:flex;align-items:center;gap:10px}.gf-party-comms-card .party-voice-title>.gf-icon{width:20px;height:20px;color:#b79ce9}.gf-party-comms-card .party-voice-title>span{display:grid;gap:2px}.gf-party-comms-card .party-voice-title small{color:#b79ce9!important;font-size:9px!important;letter-spacing:.12em}.gf-party-comms-card .party-voice-title strong{color:#eeeeeb!important;font-size:17px!important;font-weight:500}.gf-party-comms-card .party-voice-title em{color:#777b84!important;font-size:10px!important}
.gf-party-comms-card .party-voice-controls{padding:13px 14px 4px;justify-content:flex-start!important;gap:6px!important}.gf-party-comms-card .party-voice-controls button{min-height:34px!important;padding:0 9px!important;border:0!important;border-radius:7px!important;background:#24272d!important;color:#a9adb5!important;font-size:10px!important;font-weight:500!important}.gf-party-comms-card .party-voice-controls .party-voice-join{background:#c7b2f5!important;color:#20182e!important}.gf-party-comms-card .party-voice-controls .party-voice-leave{background:#2b2022!important;color:#d9a5ac!important}.gf-party-comms-card .party-voice-controls button.active{background:rgba(202,184,255,.12)!important;color:#c7b2f5!important}
.gf-party-comms-card .party-voice-body{margin:0!important;padding:10px 14px 16px!important;display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.gf-party-comms-card .party-voice-status{padding:0!important;color:#777b84!important;font-size:10px!important}.gf-party-comms-card .party-voice-status[data-state="connected"]{color:#78c88a!important}.gf-party-comms-card .party-voice-status[data-state="error"]{color:#d9a5ac!important}.gf-party-comms-card .party-voice-participants{display:grid!important;gap:6px!important}.gf-party-comms-card .party-voice-person{min-width:0!important;padding:7px!important;border:0!important;border-radius:8px!important;background:#22252a!important}.gf-party-comms-card .party-voice-person.is-speaking{box-shadow:0 0 0 1px rgba(120,200,138,.38)!important}.gf-party-comms-card .party-voice-person.is-me{background:rgba(202,184,255,.07)!important}

@media(max-width:900px){.gf-party-comms-grid{grid-template-columns:1fr}.gf-party-room-host-actions{width:100%;margin-top:18px}.gf-party-room-hero>.gf-party-room-host-actions{grid-column:1/-1}.gf-party-chat-stream{height:280px}}

/* v1.9.26 - calmer library Party actions */
.gf-library-party-action{
  background:#24272d!important;
  color:#f0eff3!important;
  box-shadow:inset 0 0 0 1px rgba(202,184,255,.08)!important;
}
.gf-library-party-action:hover{
  background:#2b2e35!important;
  color:#d8c9ff!important;
  box-shadow:inset 0 0 0 1px rgba(202,184,255,.22)!important;
}
.gf-library-party-action:focus-visible{
  outline:0!important;
  box-shadow:0 0 0 2px rgba(202,184,255,.16),inset 0 0 0 1px rgba(202,184,255,.28)!important;
}
.gf-library-party-action:disabled,
.gf-library-party-action.is-current{
  background:#1d2025!important;
  color:#777c85!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.035)!important;
}

/* v1.9.27 - ordered languages, profile flags, calmer green match score and heart likes */
.gf-player-match{
  min-height:30px!important;
  padding:0 10px!important;
  border-radius:7px!important;
  background:#24272d!important;
  color:#74d99a!important;
  box-shadow:inset 0 0 0 1px rgba(116,217,154,.10)!important;
  font-weight:600!important;
}
.gf-player-match small{color:#858a92!important;opacity:1!important}
.gf-player-profile-score strong{color:#74d99a!important}
.gf-match-panel .gf-profile-panel-head>span{color:#74d99a!important}
.gf-player-like .material-symbols-rounded,
.gf-profile-like .material-symbols-rounded{font-variation-settings:'FILL' 0,'wght' 300,'GRAD' 0,'opsz' 24}
.gf-player-like.active .material-symbols-rounded,
.gf-profile-like.active .material-symbols-rounded{font-variation-settings:'FILL' 1,'wght' 300,'GRAD' 0,'opsz' 24}

.gf-player-primary-language,
.gf-player-profile-language{
  display:inline-flex;align-items:center;justify-content:center;
  margin-left:5px;vertical-align:.04em;
  font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif!important;
  font-size:15px!important;line-height:1!important;font-weight:400!important;
  filter:saturate(.95);
}
.gf-player-profile-language{font-size:22px!important;margin-left:8px;vertical-align:.12em}
.gf-profile-language-flags{gap:5px!important}
.gf-profile-language-flags b{
  font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif!important;
  font-size:15px!important;font-weight:400!important;line-height:1!important;
}
.gf-language-profile-list{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:6px 10px!important}
.gf-language-profile-list>span{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}
.gf-language-profile-list>span small{font-size:10px!important;color:#a4a7ae!important;font-weight:400!important}

.gf-settings-language-field>span{display:flex!important;align-items:center;gap:7px}
.gf-settings-language-field>span small{font-size:9px;color:#80798d;font-weight:400}
.gf-settings-language-chips i{gap:6px!important;padding-right:7px!important}
.gf-settings-language-chips .gf-language-flag,
.gf-language-grid .gf-language-flag{
  font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif!important;
  font-size:15px!important;line-height:1!important;font-weight:400!important;
}
.gf-settings-language-chips i>span{display:inline!important;background:none!important;padding:0!important;border:0!important;color:inherit!important;font-size:inherit!important}
.gf-settings-language-chips em,
.gf-language-grid em{
  width:18px;height:18px;border-radius:999px;display:grid;place-items:center;
  margin-left:2px;background:rgba(200,180,255,.13);color:#c9b7f5;
  font:600 9px/1 "Barlow",sans-serif;font-style:normal;
}
.gf-settings-language-chips em:empty,
.gf-language-grid em:empty{display:none}
.gf-settings-language-chips input:checked+i em,
.gf-language-grid input:checked+span em{background:#8f70cf;color:#fff}
.gf-language-help{display:block;margin-top:7px;color:#747983!important;font-size:9px!important;line-height:1.45}
.gf-language-help b{color:#bfa9ed;font-weight:600}

.gf-language-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.gf-language-grid label>span{display:flex!important;align-items:center!important;gap:7px!important;justify-content:flex-start!important}
.gf-language-grid label>span>i{font-style:normal;min-width:0;flex:1}
.gf-language-grid input:checked+span{background:rgba(200,180,255,.12)!important;color:#ede8f8!important;box-shadow:inset 0 0 0 1px rgba(200,180,255,.15)!important}
.gf-onboarding-language-field h3 small{color:#8f849f;font-size:10px;font-weight:400}

@media(max-width:620px){
  .gf-language-grid{grid-template-columns:1fr!important}
  .gf-language-profile-list>span small{display:none}
}

/* v1.9.28 - live friend/call polling, quick Party on calls, purple Party selections */
.gf-app-live-request-alert{
  margin:8px 10px;padding:10px;border-radius:9px;display:grid;grid-template-columns:20px minmax(0,1fr) 16px;align-items:center;gap:8px;
  background:rgba(200,180,255,.07);color:#c9b7f5;box-shadow:inset 0 0 0 1px rgba(200,180,255,.09);text-decoration:none;
}
.gf-app-live-request-alert[hidden]{display:none!important}.gf-app-live-request-alert>.gf-icon{width:17px;height:17px}.gf-app-live-request-alert span{min-width:0;display:grid;gap:2px}.gf-app-live-request-alert strong{font-size:11px;font-weight:500;color:#e8e2f6}.gf-app-live-request-alert small{font-size:9px;color:#8c839e}.gf-app-live-request-alert:hover{background:rgba(200,180,255,.11)}

.gf-app-incoming-call,.gf-app-live-call-notice{
  min-width:0;padding:9px;border-radius:10px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:8px;
  background:#191c21;box-shadow:inset 0 0 0 1px rgba(102,227,154,.12);
}
.gf-app-incoming-call{margin:0 0 9px}.gf-app-incoming-call[hidden]{display:none!important}.gf-app-live-call-notice{margin:8px 10px}
.gf-app-incoming-call>img,.gf-app-live-call-notice>img{width:34px;height:34px;border-radius:50%;object-fit:cover;background:#25282f}
.gf-app-incoming-call>span,.gf-app-live-call-notice>span{min-width:0;display:grid;gap:1px}.gf-app-incoming-call small,.gf-app-live-call-notice small{font-size:8px!important;letter-spacing:.08em;color:#70d494}.gf-app-incoming-call strong,.gf-app-live-call-notice strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:500;color:#f0efed}
.gf-app-incoming-call>div,.gf-app-live-call-notice>div{display:flex;gap:5px}.gf-app-incoming-call button,.gf-app-live-call-notice button{width:30px;height:30px;border:0;border-radius:8px;display:grid;place-items:center;cursor:pointer}.gf-app-incoming-call button span,.gf-app-live-call-notice button span{font-size:17px}.gf-app-incoming-call button.accept,.gf-app-live-call-notice button.accept{background:rgba(102,227,154,.13);color:#66e39a}.gf-app-incoming-call button.accept:hover,.gf-app-live-call-notice button.accept:hover{background:rgba(102,227,154,.21)}.gf-app-incoming-call button.decline,.gf-app-live-call-notice button.decline{background:#24272d;color:#8f939b}.gf-app-incoming-call button.decline:hover,.gf-app-live-call-notice button.decline:hover{background:#302427;color:#dba3aa}.gf-app-incoming-call button:disabled,.gf-app-live-call-notice button:disabled{opacity:.45;cursor:wait}
.gf-app-request-note{text-decoration:none!important}

.direct-call-quick-party{
  min-height:68px;padding:10px 12px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;
  background:#17191e;border-top:1px solid rgba(255,255,255,.035);
}
.direct-call-quick-party-art,.direct-call-quick-party-icon{width:42px;height:42px;border-radius:9px;overflow:hidden;display:grid;place-items:center;background:#24272d;color:#bda7ee}.direct-call-quick-party-art img{width:100%;height:100%;object-fit:cover}.direct-call-quick-party-icon .gf-icon{width:20px;height:20px}.direct-call-quick-party>span:nth-child(2){min-width:0;display:grid;gap:1px}.direct-call-quick-party small{font-size:8px!important;letter-spacing:.1em;color:#aa91dc}.direct-call-quick-party strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:500;color:#efeeec}.direct-call-quick-party em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-style:normal;color:#777c85}.direct-call-quick-party>a{min-height:34px;padding:0 11px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#bda4f5;color:#21172f;font-size:10px;font-weight:600;text-decoration:none}.direct-call-quick-party>a:hover{background:#cab6f6}

.gf-party-count input:checked+span,
.gf-party-platforms input:checked+span{
  background:rgba(190,163,246,.16)!important;color:#e8ddff!important;font-weight:600!important;
  box-shadow:inset 0 0 0 1px rgba(200,180,255,.24)!important;
}
.gf-party-create-actions button:not(:disabled){background:#bda4f5!important;color:#21172f!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)!important}
.gf-party-create-actions button:not(:disabled):hover{background:#cab6f6!important}
.gf-party-create-actions button:disabled{background:#2a2d33!important;color:#777b84!important}

@media(max-width:620px){
  .direct-call-quick-party{grid-template-columns:38px minmax(0,1fr)}
  .direct-call-quick-party>a{grid-column:1/-1;width:100%}
  .direct-call-quick-party-art,.direct-call-quick-party-icon{width:38px;height:38px}
}

/* v1.9.29 - player profile media, reliable language flags and calmer profile actions */
.gf-player-profile-hero{
  background-image:
    linear-gradient(90deg,rgba(10,12,16,.94) 0%,rgba(10,12,16,.79) 48%,rgba(10,12,16,.54) 100%),
    linear-gradient(0deg,rgba(10,12,16,.76),rgba(10,12,16,.20)),
    var(--gf-player-profile-bg)!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
}
.gf-player-profile-panel,
.gf-player-profile-panel.gf-profile-about{background:#14161a!important}
.gf-profile-about .gf-profile-facts,
.gf-profile-about .gf-profile-facts>div{background:transparent!important}
.gf-profile-about .gf-profile-facts>div{box-shadow:inset 0 -1px 0 rgba(255,255,255,.035)!important}
.gf-profile-about .gf-profile-facts>div:last-child{box-shadow:none!important}

.gf-profile-like{
  background:#bca5f3!important;
  color:#21172f!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.10)!important;
}
.gf-profile-like:hover,
.gf-profile-like.active{background:#c9b6f6!important;color:#1c1428!important}
.gf-profile-add{
  background:#25282e!important;
  color:#eceaed!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.055)!important;
}
.gf-profile-add:hover{background:#2d3037!important;color:#d6c7fb!important;box-shadow:inset 0 0 0 1px rgba(200,180,255,.18)!important}

.gf-language-flag-img{
  width:20px;height:14px;display:inline-block;flex:0 0 auto;
  border-radius:2px;object-fit:cover;vertical-align:-2px;
  box-shadow:0 0 0 1px rgba(255,255,255,.12),0 2px 5px rgba(0,0,0,.22);
}
.gf-player-primary-language .gf-language-flag-img{width:18px;height:12px;vertical-align:0}
.gf-player-profile-language .gf-language-flag-img{width:24px;height:16px;vertical-align:0}
.gf-profile-language-flags .gf-language-flag-img{width:20px;height:13px;vertical-align:0}
.gf-settings-language-chips .gf-language-flag-img,
.gf-language-grid .gf-language-flag-img{width:20px;height:13px;vertical-align:0}

/* v1.9.30 - primary language flag directly beside player names */
.gf-player-name>strong,
.gf-player-profile-hero h1{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
}
.gf-player-primary-language,
.gf-player-profile-language{
  margin-left:0!important;
  flex:0 0 auto!important;
}
.gf-player-primary-language .gf-language-flag-img{
  width:19px!important;
  height:13px!important;
}
.gf-player-profile-language .gf-language-flag-img{
  width:28px!important;
  height:19px!important;
  border-radius:3px!important;
}

/* GROUPFINDER v1.9.31 - Party discovery */
.gf-party-browser{width:100%;max-width:1120px;margin:0 auto;padding-bottom:72px}
.gf-party-browser-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px}
.gf-party-browser-head h1{margin:5px 0 0;color:#f2f2ef;font:400 clamp(46px,5vw,66px)/.96 "Barlow Condensed",sans-serif;letter-spacing:-.025em}
.gf-party-browser-create{min-height:44px;padding:0 18px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:9px;background:#bda4f5;color:#21172f;font-size:13px;font-weight:700;text-decoration:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);transition:.18s ease}
.gf-party-browser-create:hover{background:#cab6f6;transform:translateY(-1px)}
.gf-party-browser-create .gf-icon{width:17px;height:17px;stroke:currentColor;stroke-width:1.8}
.gf-party-browser-filters{min-height:66px;padding:10px 12px 10px 14px;margin-bottom:18px;border-radius:13px;display:flex;align-items:center;gap:10px;background:#181b20}
.gf-party-browser-game-filter{min-width:260px;display:grid;gap:5px}
.gf-party-browser-game-filter>span{padding-left:2px;color:#777b84;font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.gf-party-browser-game-filter select{height:38px;padding:0 36px 0 12px;border:0;border-radius:8px;background:#22252b;color:#ededeb;font-size:13px;outline:0}
.gf-party-browser-game-filter select:focus{box-shadow:0 0 0 1px rgba(189,164,245,.65)}
.gf-party-browser-library-filter{cursor:pointer;align-self:flex-end}
.gf-party-browser-library-filter input{position:absolute;opacity:0;pointer-events:none}
.gf-party-browser-library-filter>span{height:38px;padding:0 12px;border-radius:8px;display:flex;align-items:center;gap:8px;background:#22252b;color:#c8c9cd;transition:.16s ease}
.gf-party-browser-library-filter .gf-icon{width:16px;height:16px;stroke:#9ca0a8}
.gf-party-browser-library-filter strong{font-size:12px;font-weight:500}
.gf-party-browser-library-filter small{margin-left:2px;color:#737781;font-size:10px}
.gf-party-browser-library-filter input:checked+span{background:rgba(189,164,245,.13);box-shadow:inset 0 0 0 1px rgba(189,164,245,.32);color:#d7c6ff}
.gf-party-browser-library-filter input:checked+span .gf-icon{stroke:#c7b0fb}
.gf-party-browser-reset{padding:8px 10px;color:#8e929a;font-size:11px;text-decoration:none}.gf-party-browser-reset:hover{color:#d3c3fa}
.gf-party-browser-filters>em{margin-left:auto;padding-right:4px;color:#737781;font-size:11px;font-style:normal}
.gf-party-browser-error{margin-bottom:14px;padding:11px 13px;border-radius:9px;background:#2a2024;color:#f3b2bd;font-size:12px}
.gf-party-browser-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.gf-party-browser-card{position:relative;min-width:0;min-height:352px;overflow:hidden;padding:16px;border-radius:15px;display:flex;flex-direction:column;background:#171a1f;box-shadow:inset 0 0 0 1px rgba(255,255,255,.018)}
.gf-party-browser-card-art{position:absolute;inset:0;background:linear-gradient(180deg,rgba(12,14,18,.34) 0%,rgba(14,16,20,.74) 35%,#171a1f 74%),var(--party-browser-art) center 16%/cover no-repeat;opacity:.78;pointer-events:none}
.gf-party-browser-card>*:not(.gf-party-browser-card-art){position:relative;z-index:1}
.gf-party-browser-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:16px}
.gf-party-browser-state,.gf-party-browser-owned{min-height:25px;padding:0 8px;border-radius:7px;display:inline-flex;align-items:center;gap:5px;background:rgba(32,35,41,.86);backdrop-filter:blur(8px);font-size:10px;font-weight:600}
.gf-party-browser-state.is-waiting{color:#cdb8ff}.gf-party-browser-state.is-playing{color:#a7abb3}
.gf-party-browser-owned{color:#b9e9c6}.gf-party-browser-owned .gf-icon{width:13px;height:13px;stroke:currentColor}
.gf-party-browser-game{display:grid;grid-template-columns:58px minmax(0,1fr);gap:11px;align-items:end}
.gf-party-browser-game>img{width:58px;height:76px;border-radius:8px;object-fit:cover;background:#111318}
.gf-party-browser-game small{color:#a98cf0;font-size:9px;font-weight:700;letter-spacing:.11em}
.gf-party-browser-game h2{margin:2px 0 2px;color:#f0f0ee;font:500 23px/1 "Barlow Condensed",sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.gf-party-browser-game p{margin:0;color:#8c9098;font-size:10px}
.gf-party-browser-host{margin-top:17px;display:flex;align-items:center;gap:9px;color:inherit;text-decoration:none;width:max-content;max-width:100%}
.gf-party-browser-host>span:first-child{position:relative;width:34px;height:34px;flex:0 0 34px}.gf-party-browser-host>span:first-child img{width:34px;height:34px;border-radius:50%;object-fit:cover}.gf-party-browser-host>span:first-child i{position:absolute;right:-1px;bottom:0;width:9px;height:9px;border:2px solid #171a1f;border-radius:50%;background:#626771}.gf-party-browser-host>span:first-child i.is-online{background:#4bd181}
.gf-party-browser-host>span:last-child{display:grid;gap:1px;min-width:0}.gf-party-browser-host small{color:#757a83;font-size:9px}.gf-party-browser-host strong{display:flex;align-items:center;gap:6px;color:#e7e7e4;font-size:12px;font-weight:600;white-space:nowrap}.gf-party-browser-host .gf-language-flag-img{width:17px;height:11px;border-radius:2px;object-fit:cover}
.gf-party-browser-description{min-height:34px;margin:13px 0 10px;color:#b1b4ba;font-size:11px;line-height:1.5}.gf-party-browser-description.is-empty{color:#646974}
.gf-party-browser-meta{margin-top:auto;min-height:24px;display:flex;align-items:center;flex-wrap:wrap;gap:6px}.gf-party-browser-meta span{min-height:22px;padding:0 7px;border-radius:6px;display:inline-flex;align-items:center;gap:4px;background:rgba(33,36,42,.9);color:#8d929b;font-size:9px}.gf-party-browser-meta .gf-icon{width:12px;height:12px;stroke:currentColor}
.gf-party-browser-actions{margin-top:12px}.gf-party-browser-actions form{margin:0}.gf-party-browser-actions a,.gf-party-browser-actions button{width:100%;min-height:38px;border:0;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#24272d;color:#dedee1;font-size:11px;font-weight:600;text-decoration:none;cursor:pointer;transition:.16s ease}.gf-party-browser-actions a.is-primary,.gf-party-browser-actions button:not(:disabled){background:#bda4f5;color:#21172f}.gf-party-browser-actions a.is-primary:hover,.gf-party-browser-actions button:not(:disabled):hover{background:#cab6f6}.gf-party-browser-actions button:disabled{color:#6f747d;cursor:not-allowed}
.gf-party-browser-empty{min-height:310px;border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#171a1f}.gf-party-browser-empty>span{width:54px;height:54px;border-radius:14px;display:grid;place-items:center;background:#22252b;color:#a98cf0}.gf-party-browser-empty>span .gf-icon{width:27px;height:27px;stroke:currentColor}.gf-party-browser-empty strong{margin-top:16px;color:#e4e4e1;font-size:14px}.gf-party-browser-empty p{margin:6px 0 18px;color:#777c85;font-size:11px}.gf-party-browser-empty a{padding:11px 15px;border-radius:8px;background:#bda4f5;color:#21172f;font-size:11px;font-weight:700;text-decoration:none}
.gf-party-create-back{width:max-content;margin:0 0 17px;display:inline-flex;align-items:center;gap:7px;color:#838892;font-size:11px;text-decoration:none}.gf-party-create-back span{font-size:15px;line-height:1}.gf-party-create-back:hover{color:#c8b5f6}
@media(max-width:1020px){.gf-party-browser-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.gf-party-browser{padding-bottom:84px}.gf-party-browser-head{align-items:center}.gf-party-browser-head h1{font-size:48px}.gf-party-browser-create{padding:0 13px}.gf-party-browser-filters{align-items:stretch;flex-wrap:wrap}.gf-party-browser-game-filter{min-width:0;flex:1 1 100%}.gf-party-browser-library-filter{flex:1}.gf-party-browser-library-filter>span{justify-content:center}.gf-party-browser-filters>em{display:none}.gf-party-browser-grid{grid-template-columns:1fr}}

/* GROUPFINDER v1.9.33 - header presence placement, mobile landing rebuild, homepage side takeover */

/* Stav účtu patří vizuálně k avataru, ne na vzdálený pravý okraj karty. */
.gf-app-account{position:relative!important}
.gf-app-presence-trigger{
  left:33px!important;
  right:auto!important;
  top:29px!important;
  z-index:6!important;
}
@media(max-width:820px){
  .gf-app-presence-trigger{left:29px!important;top:28px!important}
}

/* Desktop campaign skin: dekorace pouze ve volném prostoru okolo obsahu. */
.landing-page .landing-home.has-takeover{position:relative;isolation:isolate;background:#07080b!important}
.landing-takeover{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden;background:#050609}
.landing-takeover-side{position:absolute;top:0;bottom:0;width:max(250px,calc((100vw - 1240px)/2 + 64px));max-width:430px;overflow:hidden;background:#08090c}
.landing-takeover-side.is-left{left:0}.landing-takeover-side.is-right{right:0}
.landing-takeover-side img{width:100%;height:100%;display:block;object-fit:cover;filter:saturate(.72) contrast(1.08)}
.landing-takeover-side.is-left img{object-position:19% center}.landing-takeover-side.is-right img{object-position:82% center;transform:scaleX(-1)}
.landing-takeover-side::after{content:"";position:absolute;inset:0;z-index:1;background:#030406;opacity:var(--takeover-darkness,.58)}
.landing-takeover-side.is-left::before,.landing-takeover-side.is-right::before{content:"";position:absolute;inset:0;z-index:2}
.landing-takeover-side.is-left::before{background:linear-gradient(90deg,rgba(4,5,8,.08) 0%,rgba(4,5,8,.26) 48%,rgba(4,5,8,.98) 100%)}
.landing-takeover-side.is-right::before{background:linear-gradient(270deg,rgba(4,5,8,.08) 0%,rgba(4,5,8,.26) 48%,rgba(4,5,8,.98) 100%)}
@media(min-width:1440px){
  .landing-page .landing-home.has-takeover .landing-hero,
  .landing-page .landing-home.has-takeover .landing-faq,
  .landing-page .landing-home.has-takeover .landing-footer-v2{position:relative;z-index:1;width:min(1240px,calc(100% - 120px))!important;margin-left:auto!important;margin-right:auto!important}
  .landing-page .landing-home.has-takeover .landing-hero{box-shadow:0 0 80px 48px rgba(5,6,9,.92)}
  .landing-page .landing-home.has-takeover .landing-nav,
  .landing-page .landing-home.has-takeover .landing-hero-copy{width:min(1120px,calc(100% - 64px))!important}
  .landing-page .landing-home.has-takeover .landing-provider-dock{right:max(32px,calc((100% - 1120px)/2))!important}
  .landing-page .landing-home.has-takeover .landing-faq{padding-left:58px!important;padding-right:58px!important;background:#0b0c0f}
  .landing-page .landing-home.has-takeover .landing-footer-v2{padding-left:58px!important;padding-right:58px!important}
}
@media(max-width:1439px){.landing-takeover{display:none!important}}

/* Mobilní homepage je samostatně komponovaná, bez horizontálního přetékání a useknutého hero textu. */
@media(max-width:820px){
  html,body,.landing-page,.landing-page .landing-home{max-width:100%!important;overflow-x:hidden!important}
  .landing-page .landing-hero{
    min-height:100svh!important;
    height:auto!important;
    padding:0!important;
    overflow:hidden!important;
    background:#08090d!important;
  }
  .landing-page .landing-nav{
    width:100%!important;
    height:68px!important;
    margin:0!important;
    padding:0 16px!important;
    position:relative!important;
    z-index:8!important;
  }
  .landing-page .landing-brand img{width:174px!important;height:30px!important;object-fit:contain!important}
  .landing-page .landing-login{min-width:92px!important;height:40px!important;padding:0 12px!important;border-radius:8px!important;font-size:12px!important}
  .landing-page .landing-hero-art{
    inset:0!important;
    width:100%!important;height:100%!important;
    object-fit:cover!important;
    object-position:63% bottom!important;
    filter:saturate(.82) contrast(1.04) brightness(.72)!important;
    opacity:.96!important;
  }
  .landing-page .landing-hero-shade{
    background:
      linear-gradient(180deg,rgba(7,8,12,.82) 0%,rgba(7,8,12,.54) 23%,rgba(7,8,12,.12) 55%,rgba(7,8,12,.62) 82%,rgba(7,8,12,.94) 100%),
      linear-gradient(90deg,rgba(7,8,12,.76) 0%,rgba(7,8,12,.28) 56%,rgba(7,8,12,.08) 100%)!important;
  }
  .landing-page .landing-hero-copy{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:96px 24px 210px!important;
    position:relative!important;
    z-index:4!important;
  }
  .landing-page .landing-overline{max-width:315px!important;font-size:10px!important;line-height:1.45!important;letter-spacing:.06em!important}
  .landing-page .landing-hero-copy h1{
    max-width:420px!important;
    margin-top:16px!important;
    font-size:clamp(54px,15.2vw,72px)!important;
    line-height:.84!important;
    letter-spacing:-.025em!important;
    overflow:visible!important;
  }
  .landing-page .landing-hero-copy>p:not(.landing-overline){max-width:390px!important;margin-top:22px!important;font-size:13px!important;line-height:1.55!important;color:#b8bac1!important}
  .landing-page .landing-hero-actions{margin-top:24px!important;display:flex!important;flex-direction:row!important;align-items:center!important;flex-wrap:wrap!important;gap:12px 18px!important}
  .landing-page .landing-primary{min-height:44px!important;padding:0 15px!important;border-radius:8px!important}
  .landing-page .landing-text-link{font-size:12px!important}
  .landing-page .landing-provider-dock{
    left:20px!important;right:20px!important;bottom:22px!important;
    display:grid!important;gap:8px!important;justify-items:start!important;
  }
  .landing-page .landing-provider-dock>p{max-width:190px!important;font-size:9px!important;line-height:1.35!important;letter-spacing:.12em!important}
  .landing-page .landing-provider-list{display:flex!important;gap:8px!important;align-items:center!important;flex-wrap:wrap!important}
  .landing-page .landing-provider{min-height:38px!important;padding:6px 10px!important;border-radius:7px!important;background:rgba(12,13,18,.72)!important;backdrop-filter:blur(8px)!important}
  .landing-page .landing-provider img{max-width:104px!important;max-height:25px!important;filter:none!important;opacity:.92!important}
  .landing-page .landing-scroll{display:none!important}
  .landing-faq{padding-top:64px!important}
}
@media(max-width:520px){
  .landing-page .landing-brand img{width:156px!important;height:27px!important}
  .landing-page .landing-login{min-width:86px!important;padding:0 10px!important}
  .landing-page .landing-hero-copy{padding:84px 22px 205px!important}
  .landing-page .landing-hero-copy h1{font-size:clamp(50px,15.7vw,66px)!important;max-width:360px!important}
  .landing-page .landing-hero-copy>p:not(.landing-overline){font-size:12.5px!important;max-width:340px!important}
  .landing-page .landing-provider-dock{left:18px!important;right:18px!important}
}

/* v1.9.34 - compact header spacing + mobile landing gutters */
@media (max-width:1180px) and (min-width:821px){
  .gf-app-header{
    grid-template-columns:88px minmax(260px,1fr) 286px!important;
    gap:20px!important;
  }
  .gf-app-brand{
    position:relative!important;
    z-index:4!important;
  }
  .gf-app-search-wrap{
    min-width:0!important;
    width:min(100%,600px)!important;
    z-index:1!important;
  }
}

@media(max-width:820px){
  .gf-app-header{
    grid-template-columns:44px minmax(0,1fr) auto!important;
    gap:14px!important;
    padding-left:14px!important;
    padding-right:14px!important;
  }
  .gf-app-brand{
    position:relative!important;
    z-index:4!important;
    width:34px!important;
  }
  .gf-app-search-wrap{
    min-width:0!important;
    width:100%!important;
    justify-self:stretch!important;
    z-index:1!important;
  }

  .landing-page .landing-nav,
  .landing-page .landing-hero-copy{
    box-sizing:border-box!important;
    left:0!important;
    right:auto!important;
    transform:none!important;
  }
  .landing-page .landing-nav{
    padding-left:22px!important;
    padding-right:22px!important;
  }
  .landing-page .landing-hero-copy{
    width:100%!important;
    padding-left:30px!important;
    padding-right:24px!important;
  }
}

@media(max-width:520px){
  .landing-page .landing-nav{
    padding-left:20px!important;
    padding-right:20px!important;
  }
  .landing-page .landing-hero-copy{
    padding-left:26px!important;
    padding-right:20px!important;
  }
}


/* GROUPFINDER v1.9.35 - GTA/event takeover belongs to the signed-in app only */
.landing-takeover{display:none!important}
.landing-page .landing-home.has-takeover{background:inherit!important}

.gf-app-takeover-stage{
  position:relative;
  width:100vw;
  height:100vh;
  overflow:hidden;
  background:#07080b;
  isolation:isolate;
}
.gf-app-takeover-stage>.gf-app-shell{
  position:relative;
  z-index:2;
  margin:0 auto;
}
.gf-app-takeover{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
  pointer-events:none;
  background:#050609;
}
.gf-app-takeover-side{
  position:absolute;
  top:0;
  bottom:0;
  width:clamp(120px,calc((100vw - 1500px)/2 + 10px),560px);
  overflow:hidden;
  background:#07080b;
}
.gf-app-takeover-side.is-left{left:0}
.gf-app-takeover-side.is-right{right:0}
.gf-app-takeover-side img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  filter:saturate(.72) contrast(1.08);
}
.gf-app-takeover-side.is-left img{object-position:18% center}
.gf-app-takeover-side.is-right img{object-position:82% center;transform:scaleX(-1)}
.gf-app-takeover-side::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:#030406;
  opacity:var(--takeover-darkness,.58);
}
.gf-app-takeover-side::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
}
.gf-app-takeover-side.is-left::before{background:linear-gradient(90deg,rgba(3,4,7,.04) 0%,rgba(3,4,7,.20) 44%,rgba(3,4,7,.98) 100%)}
.gf-app-takeover-side.is-right::before{background:linear-gradient(270deg,rgba(3,4,7,.04) 0%,rgba(3,4,7,.20) 44%,rgba(3,4,7,.98) 100%)}

@media(min-width:1720px){
  .gf-app-takeover-stage.has-takeover>.gf-app-shell{
    width:min(1500px,calc(100vw - 240px));
    max-width:1500px;
    box-shadow:0 0 72px 42px rgba(5,6,9,.88);
  }
}
@media(max-width:1719px){
  .gf-app-takeover{display:none!important}
  .gf-app-takeover-stage.has-takeover>.gf-app-shell{width:100%}
}

/* v1.9.36 - Party filter controls share one baseline */
.gf-party-browser-library-filter{align-self:flex-end!important}
.gf-party-browser-library-filter>span{height:38px!important}
@media(max-width:760px){.gf-party-browser-library-filter{align-self:auto!important}.gf-party-browser-library-filter>span{height:43px!important}}

/* v1.9.37 - player quick menu + private chat */
.gf-app-friend-row:is(button),
.gf-app-party-members>button{
  appearance:none;
  -webkit-appearance:none;
  width:100%;
  border:0;
  font:inherit;
  color:inherit;
  text-align:left;
  cursor:pointer;
}
.gf-app-friend-row:is(button){background:transparent!important}
.gf-app-friend-row:is(button):hover,
.gf-app-friend-row:is(button):focus-visible{
  background:rgba(200,180,255,.065)!important;
  outline:none;
}
.gf-app-party-members>button{
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  align-items:center;
  gap:9px;
  padding:6px 8px;
  border-radius:10px;
  background:transparent;
}
.gf-app-party-members>button:hover,
.gf-app-party-members>button:focus-visible{
  background:rgba(200,180,255,.07);
  outline:none;
}

.gf-player-quick-menu{
  position:fixed;
  z-index:180;
  width:252px;
  padding:8px;
  border:1px solid rgba(200,180,255,.13);
  border-radius:15px;
  background:rgba(20,22,27,.985);
  box-shadow:0 24px 70px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.025);
  backdrop-filter:blur(18px);
}
.gf-player-quick-head{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:10px;
  align-items:center;
  padding:8px 8px 10px;
  border-bottom:1px solid rgba(255,255,255,.055);
}
.gf-player-quick-head img{width:42px;height:42px;border-radius:12px;object-fit:cover;background:#202228}
.gf-player-quick-head span{display:grid;min-width:0}
.gf-player-quick-head strong{font-size:13px;color:#f3f1f7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.gf-player-quick-head small{font-size:11px!important;color:#8a8e99;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.gf-player-quick-actions{display:grid;gap:3px;padding-top:6px}
.gf-player-quick-actions>[hidden]{display:none!important}
.gf-player-quick-actions>a,
.gf-player-quick-actions>button{
  appearance:none;
  border:0;
  width:100%;
  min-height:48px;
  display:grid;
  grid-template-columns:28px minmax(0,1fr);
  align-items:center;
  gap:8px;
  padding:7px 9px;
  border-radius:10px;
  background:transparent;
  color:#d9d7de;
  text-align:left;
  cursor:pointer;
}
.gf-player-quick-actions>a:hover,
.gf-player-quick-actions>button:hover,
.gf-player-quick-actions>a:focus-visible,
.gf-player-quick-actions>button:focus-visible{
  outline:none;
  background:rgba(200,180,255,.09);
  color:#f3edff;
}
.gf-player-quick-actions .gf-icon{width:19px;height:19px;stroke:#baa5ee;stroke-width:1.7}
.gf-player-quick-actions span{display:grid;gap:1px;min-width:0}
.gf-player-quick-actions strong{font-size:12px;font-weight:500}
.gf-player-quick-actions small{font-size:10px!important;color:#777b86}
.gf-player-quick-actions .danger .gf-icon{stroke:#e38d9c}
.gf-player-quick-actions .danger:hover{background:rgba(227,141,156,.08);color:#f0bcc5}
.gf-player-quick-actions>button:disabled{opacity:.45;cursor:wait}

.gf-direct-chat{
  width:min(960px,100%);
  min-height:calc(100vh - 118px);
  margin:0 auto;
  display:grid;
  grid-template-rows:auto minmax(320px,1fr) auto;
  border-radius:18px;
  overflow:hidden;
  background:#121419;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.035);
}
.gf-direct-chat-head{
  min-height:78px;
  display:grid;
  grid-template-columns:38px minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  padding:12px 16px;
  border-bottom:1px solid rgba(255,255,255,.055);
  background:#15171c;
}
.gf-direct-chat-back{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;color:#8d919b}
.gf-direct-chat-back:hover{background:#202228;color:#d9d7de}
.gf-direct-chat-back .gf-icon{width:18px;height:18px}
.gf-direct-chat-peer{display:flex;align-items:center;gap:11px;min-width:0}
.gf-direct-chat-peer>span{position:relative;flex:0 0 auto}
.gf-direct-chat-peer img{width:46px;height:46px;border-radius:13px;object-fit:cover;background:#22252b}
.gf-direct-chat-peer i{position:absolute;right:-2px;bottom:-2px;width:11px;height:11px;border:2px solid #15171c;border-radius:50%;background:#5e626b}
.gf-direct-chat-peer i.is-online{background:#66e39a}
.gf-direct-chat-peer div{display:grid;min-width:0}
.gf-direct-chat-peer small{font-size:9px!important;letter-spacing:.15em;color:#b9a2ef}
.gf-direct-chat-peer strong{font-size:17px;font-weight:500;color:#f2f1f4}
.gf-direct-chat-peer em{font-size:10px;font-style:normal;color:#777c87}
.gf-direct-chat-head-actions{display:flex;gap:6px}
.gf-direct-chat-head-actions a,
.gf-direct-chat-head-actions button{height:36px;display:flex;align-items:center;gap:6px;padding:0 11px;border:0;border-radius:9px;background:#202228;color:#aeb1b9;cursor:pointer}
.gf-direct-chat-head-actions a:hover,
.gf-direct-chat-head-actions button:hover{background:rgba(200,180,255,.12);color:#d9ccff}
.gf-direct-chat-head-actions .gf-icon{width:16px;height:16px}
.gf-direct-chat-head-actions span{font-size:11px}
.gf-direct-chat-stream{overflow:auto;padding:20px 20px 10px;display:flex;flex-direction:column;gap:12px;background:linear-gradient(180deg,#111318,#0f1115)}
.gf-direct-chat-message{display:grid;grid-template-columns:34px minmax(0,1fr);gap:9px;align-items:start;max-width:72%}
.gf-direct-chat-message.mine{align-self:flex-end;grid-template-columns:minmax(0,1fr);max-width:68%}
.gf-direct-chat-message.mine>img{display:none}
.gf-direct-chat-message>img{width:34px;height:34px;border-radius:10px;object-fit:cover}
.gf-direct-chat-message>div{padding:9px 11px;border-radius:5px 13px 13px 13px;background:#1b1e24;box-shadow:inset 0 0 0 1px rgba(255,255,255,.025)}
.gf-direct-chat-message.mine>div{border-radius:13px 5px 13px 13px;background:rgba(185,154,247,.16);box-shadow:inset 0 0 0 1px rgba(200,180,255,.11)}
.gf-direct-chat-message div>span{display:flex;align-items:center;gap:8px;margin-bottom:3px}
.gf-direct-chat-message strong{font-size:10px;font-weight:500;color:#d9d5e1}
.gf-direct-chat-message small{font-size:9px!important;color:#686d78}
.gf-direct-chat-message p{margin:0;font-size:12px;line-height:1.45;color:#d8d9de;white-space:pre-wrap;overflow-wrap:anywhere}
.gf-direct-chat-message.mine strong{color:#cbb8f8}
.gf-direct-chat-empty{margin:auto;text-align:center;display:grid;justify-items:center;gap:6px;color:#777c87}
.gf-direct-chat-empty .gf-icon{width:26px;height:26px;stroke:#aa91e5}
.gf-direct-chat-empty strong{font-size:13px;color:#c6c7cc;font-weight:500}
.gf-direct-chat-empty small{font-size:10px!important}
.gf-direct-chat-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:12px 14px;border-top:1px solid rgba(255,255,255,.055);background:#15171c}
.gf-direct-chat-form input{height:42px;border:0;border-radius:10px;padding:0 13px;background:#202228;color:#ececef;outline:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.025)}
.gf-direct-chat-form input:focus{box-shadow:inset 0 0 0 1px rgba(200,180,255,.2)}
.gf-direct-chat-form button{height:42px;display:flex;align-items:center;gap:7px;padding:0 16px;border:0;border-radius:10px;background:#c7a8f3;color:#17121f;cursor:pointer}
.gf-direct-chat-form button:disabled{opacity:.45;cursor:wait}
.gf-direct-chat-form .gf-icon{width:17px;height:17px;stroke-width:1.8}
.gf-party-preselected-invite{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;margin-bottom:10px;border-radius:11px;background:rgba(200,180,255,.07);box-shadow:inset 0 0 0 1px rgba(200,180,255,.08)}
.gf-party-preselected-invite img{width:42px;height:42px;border-radius:10px;object-fit:cover}
.gf-party-preselected-invite span{display:grid}
.gf-party-preselected-invite small{font-size:9px!important;letter-spacing:.12em;color:#a58bdd}
.gf-party-preselected-invite strong{font-size:12px;font-weight:500}
.gf-party-preselected-invite em{font-size:10px;font-style:normal;color:#777c87}

@media(max-width:760px){
  .gf-player-quick-menu{width:min(280px,calc(100vw - 24px))}
  .gf-direct-chat{min-height:calc(100vh - 86px);border-radius:0}
  .gf-direct-chat-head{grid-template-columns:34px minmax(0,1fr);padding:10px 12px}
  .gf-direct-chat-head-actions{grid-column:2;justify-content:flex-start}
  .gf-direct-chat-head-actions span{display:none}
  .gf-direct-chat-head-actions a,.gf-direct-chat-head-actions button{width:36px;padding:0;justify-content:center}
  .gf-direct-chat-stream{padding:14px 12px 8px}
  .gf-direct-chat-message{max-width:86%}.gf-direct-chat-message.mine{max-width:82%}
  .gf-direct-chat-form{padding:10px}.gf-direct-chat-form button span{display:none}.gf-direct-chat-form button{width:42px;padding:0;justify-content:center}
  .gf-party-preselected-invite{grid-template-columns:38px minmax(0,1fr)}
  .gf-party-preselected-invite img{width:38px;height:38px}.gf-party-preselected-invite em{grid-column:2}
}
.gf-app-party-members>button>span:last-child{min-width:0;display:grid;gap:2px}

/* v1.9.38 - připnuté soukromé chaty */
.gf-chat-dock{
  position:fixed;
  right:max(14px,calc((100vw - 1500px)/2 + 14px));
  bottom:0;
  z-index:170;
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  gap:10px;
  pointer-events:none;
}
.gf-chat-dock>*{pointer-events:auto}
.gf-chat-dock-window{
  width:304px;
  height:min(410px,calc(100vh - 110px));
  display:grid;
  grid-template-rows:52px minmax(0,1fr);
  overflow:hidden;
  border:1px solid rgba(200,180,255,.14);
  border-bottom:0;
  border-radius:13px 13px 0 0;
  background:#111318;
  box-shadow:0 18px 55px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.025);
  transform-origin:bottom;
}
.gf-chat-dock-window.is-minimized{width:244px;height:52px}
.gf-chat-dock-window.is-overflow-hidden{display:none}
.gf-chat-dock-head{
  position:relative;
  min-width:0;
  display:grid;
  grid-template-columns:34px minmax(0,1fr) auto;
  align-items:center;
  gap:8px;
  padding:8px 74px 8px 10px;
  border-bottom:1px solid rgba(255,255,255,.055);
  background:#181a20;
  cursor:pointer;
  user-select:none;
}
.gf-chat-dock-window.has-unread .gf-chat-dock-head{background:#1d1926;box-shadow:inset 0 2px 0 #b89af2}
.gf-chat-dock-head>img{width:34px;height:34px;border-radius:10px;object-fit:cover;background:#24262d}
.gf-chat-dock-head>span{min-width:0;display:grid;gap:1px}
.gf-chat-dock-head strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;color:#f0eff3}
.gf-chat-dock-head small{display:flex;align-items:center;gap:5px;font-size:9px!important;color:#777c87;overflow:hidden;white-space:nowrap}
.gf-chat-dock-head small i{width:6px;height:6px;flex:0 0 auto;border-radius:50%;background:#66e39a;box-shadow:0 0 0 2px rgba(102,227,154,.08)}
.gf-chat-dock-window.is-peer-offline .gf-chat-dock-head small i{background:#636872;box-shadow:none}
.gf-chat-dock-head>b{min-width:18px;height:18px;padding:0 5px;place-items:center;border-radius:999px;background:#b89af2;color:#17121f;font-size:9px;font-weight:600}
.gf-chat-dock-head>b:not([hidden]){display:grid}
.gf-chat-dock-head>button{
  position:absolute;
  top:12px;
  width:28px;height:28px;padding:0;border:0;border-radius:8px;display:grid;place-items:center;
  background:transparent;color:#8d919b;font:400 20px/1 Arial,sans-serif;cursor:pointer;
}
.gf-chat-dock-head>button[data-chat-minimize]{right:38px}
.gf-chat-dock-head>button[data-chat-close]{right:8px}
.gf-chat-dock-head>button:hover{background:rgba(255,255,255,.06);color:#f0eff3}
.gf-chat-dock-body{min-height:0;display:grid;grid-template-rows:minmax(0,1fr) auto}
.gf-chat-dock-stream{min-height:0;overflow:auto;display:flex;flex-direction:column;gap:9px;padding:14px 12px;background:linear-gradient(180deg,#111318,#0e1014);scrollbar-width:thin;scrollbar-color:#353842 transparent}
.gf-chat-dock-empty{margin:auto;color:#606570;font-size:11px}
.gf-chat-dock-message{max-width:86%;display:grid;grid-template-columns:28px minmax(0,1fr);gap:7px;align-items:end}
.gf-chat-dock-message.mine{align-self:flex-end;grid-template-columns:minmax(0,1fr);max-width:82%}
.gf-chat-dock-message>img{width:28px;height:28px;border-radius:9px;object-fit:cover}
.gf-chat-dock-message>div{display:grid;gap:3px;padding:8px 10px;border-radius:4px 12px 12px 12px;background:#202229;color:#dedfe4}
.gf-chat-dock-message.mine>div{border-radius:12px 4px 12px 12px;background:rgba(184,154,242,.17);box-shadow:inset 0 0 0 1px rgba(200,180,255,.08)}
.gf-chat-dock-message p{margin:0;font-size:11px;line-height:1.4;white-space:pre-wrap;overflow-wrap:anywhere}
.gf-chat-dock-message small{justify-self:end;font-size:8px!important;color:#747984}
.gf-chat-dock-form{display:grid;grid-template-columns:minmax(0,1fr) 36px;gap:7px;padding:9px;border-top:1px solid rgba(255,255,255,.055);background:#17191e}
.gf-chat-dock-form input{height:36px;min-width:0;padding:0 11px;border:0;border-radius:9px;background:#22242b;color:#eeedf1;font:400 11px Barlow,sans-serif;outline:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.025)}
.gf-chat-dock-form input:focus{box-shadow:inset 0 0 0 1px rgba(200,180,255,.22)}
.gf-chat-dock-form button{width:36px;height:36px;padding:0;border:0;border-radius:9px;background:#b89af2;color:#17121f;font-size:13px;cursor:pointer;transform:rotate(-15deg)}
.gf-chat-dock-form button:disabled{opacity:.45;cursor:wait}
.gf-chat-dock-overflow{height:38px;margin-bottom:7px;padding:0 13px;border:1px solid rgba(200,180,255,.13);border-radius:10px;background:#191b21;color:#c9baf0;font:500 10px Barlow,sans-serif;cursor:pointer;box-shadow:0 12px 30px rgba(0,0,0,.35)}

@media(max-width:1719px){.gf-chat-dock{right:14px}}
@media(max-width:859px){
  .gf-chat-dock{right:8px;left:8px;justify-content:flex-end}
  .gf-chat-dock-window{width:min(340px,calc(100vw - 16px));height:min(440px,68vh)}
  .gf-chat-dock-window.is-minimized{width:min(260px,calc(100vw - 16px))}
  .gf-chat-dock-overflow{position:absolute;left:0;bottom:7px}
}
.gf-chat-message-report{border:0;background:transparent;color:#777b89;cursor:pointer;font-size:13px;margin-left:6px;padding:2px}.gf-chat-message-report:hover{color:#ff6b7a}
.gf-legal-page{background:#090a0d;color:#f5f5f7;min-height:100vh}.gf-legal{max-width:920px;margin:auto;padding:36px 24px 80px}.gf-legal header{margin-bottom:54px}.gf-legal article{background:#111218;border:1px solid #242631;border-radius:20px;padding:clamp(24px,5vw,56px)}.gf-legal h1{font:500 clamp(38px,7vw,68px)/1 'Barlow Condensed',sans-serif;margin:8px 0}.gf-legal h2{font:500 25px/1.2 'Barlow Condensed',sans-serif;margin:32px 0 8px}.gf-legal p{color:#b7bac5;line-height:1.7}.gf-legal a{color:#c7a6ff}.gf-legal-date{font-size:13px}.gf-legal hr{border:0;border-top:1px solid #292b35;margin:38px 0}
.landing-page .landing-provider{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important}.landing-page .landing-provider img{display:block!important;background:transparent!important}
.landing-page .product-showcase-tabs button.is-active{border:1px solid rgba(185,154,244,.35)!important;background:linear-gradient(90deg,rgba(185,154,244,.11),rgba(128,101,197,.025))!important;box-shadow:inset 3px 0 #b99af4!important}.landing-page .product-showcase-tabs button:hover{border-color:rgba(185,154,244,.28)!important}.landing-page .product-showcase-focus{border-color:rgba(185,154,244,.96)!important;box-shadow:0 0 0 999px rgba(4,5,10,.34),0 0 30px rgba(185,154,244,.24),inset 0 0 0 1px rgba(210,190,255,.14)!important}.landing-page .product-showcase-focus>b{border-color:rgba(185,154,244,.36)!important;color:#d3c1f8!important}.landing-page .product-showcase-scan{background:linear-gradient(180deg,transparent,rgba(185,154,244,.055),transparent)!important}.landing-page .product-showcase-footer>span i{background:linear-gradient(90deg,#8868cf,#cdb6fa)!important}
.gf-party-room-share{width:100%;min-height:42px;padding:0 12px;border:1px solid rgba(202,184,255,.12);border-radius:8px;display:flex;align-items:center;justify-content:center;gap:7px;background:#22252b;color:#d7c8fa;font-size:12px;font-weight:500;cursor:pointer}.gf-party-room-share:hover{border-color:rgba(202,184,255,.34);background:#282b31;color:#eee8ff}.gf-party-room-share .material-symbols-rounded{font-size:18px}.gf-party-comms-card .party-voice-controls .party-voice-icon-only{width:34px!important;min-width:34px!important;padding:0!important}.gf-party-comms-card .party-voice-controls .party-voice-icon-only .material-symbols-rounded{font-size:18px!important}
.gf-party-room-host-actions>.gf-party-game-suggestions{order:-1}.gf-party-room-host-actions>.gf-party-room-game-switch{order:1}.gf-party-room-host-actions>.gf-party-room-share{order:2}.gf-party-room-host-actions>.gf-party-room-end-form{order:3}.gf-party-room-host-actions>.gf-party-room-leave-form{order:5}
.landing-page .product-showcase-collage{position:relative;min-height:650px;width:100%}.landing-page .product-showcase-collage .product-showcase-slide{position:absolute;display:block;opacity:1!important;visibility:visible!important;transform:none!important;margin:0;overflow:visible;background:#080d28;border:1px solid rgba(170,185,238,.24);border-radius:18px;box-shadow:0 28px 65px rgba(0,3,28,.5);isolation:isolate}.landing-page .product-showcase-collage .product-showcase-slide::after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(180deg,rgba(7,10,30,.02),rgba(7,10,30,.18));pointer-events:none}.landing-page .product-showcase-collage .product-showcase-slide img{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}.landing-page .product-showcase-collage .product-showcase-focus{z-index:2}.landing-page .product-showcase-collage .collage-library{left:3%;top:1%;width:64%;z-index:1;transform:rotate(-1.2deg)!important}.landing-page .product-showcase-collage .collage-party{right:-2%;top:25%;width:62%;z-index:2;transform:rotate(1deg)!important}.landing-page .product-showcase-collage .collage-profile{left:18%;bottom:-2%;width:65%;z-index:3;transform:rotate(-.7deg)!important}.landing-page .product-showcase-collage .product-showcase-focus{border-color:rgba(185,154,244,.96)!important;box-shadow:0 0 0 9999px rgba(4,5,10,.18),0 0 24px rgba(185,154,244,.22)!important}.landing-page .product-showcase-collage .product-showcase-focus>b{display:none}.landing-page .product-showcase-collage .product-showcase-slide.is-active{opacity:1!important}.landing-page .product-showcase-collage .product-showcase-slide img{aspect-ratio:16/10}.landing-page .product-showcase-collage .collage-profile img{aspect-ratio:16/10}
@media(max-width:1270px){.landing-page .product-showcase-collage{min-height:600px;width:min(100%,980px);margin:0 auto}}@media(max-width:860px){.landing-page .product-showcase-collage{min-height:430px}.landing-page .product-showcase-collage .collage-library{left:0;width:72%}.landing-page .product-showcase-collage .collage-party{right:0;width:68%;top:24%}.landing-page .product-showcase-collage .collage-profile{left:13%;width:72%;bottom:0}}@media(max-width:560px){.landing-page .product-showcase-collage{min-height:330px}.landing-page .product-showcase-collage .product-showcase-focus{display:none}}
.gf-notification-pending{margin-bottom:24px}.gf-notification-pending>article{display:grid;grid-template-columns:42px minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:14px 16px;border-radius:14px;background:#20202a}.gf-notification-pending>article>img{width:42px;height:42px;border-radius:50%;object-fit:cover}.gf-notification-pending>article>span{display:grid}.gf-notification-pending button{padding:9px 12px;border:0;border-radius:8px;background:#2d313b;color:#fff;cursor:pointer}.gf-notification-pending form:first-of-type button{background:#b783ff;color:#15121a}

/* v1.9.47 - clean homepage showcase carousel */
.landing-page .product-showcase-tabs button{
  min-height:70px;
  padding:13px 15px;
  grid-template-columns:28px minmax(0,1fr);
  column-gap:10px;
  border:1px solid rgba(255,255,255,.075)!important;
  background:rgba(255,255,255,.015)!important;
  box-shadow:none!important;
  transform:none!important;
}
.landing-page .product-showcase-tabs button:hover{
  border-color:rgba(200,180,255,.18)!important;
  background:rgba(255,255,255,.028)!important;
  transform:none!important;
}
.landing-page .product-showcase-tabs button.is-active{
  border:1px solid rgba(200,180,255,.24)!important;
  background:rgba(184,154,242,.07)!important;
  box-shadow:none!important;
}
.landing-page .product-showcase-tabs button>span.material-symbols-rounded{
  grid-row:1/3;
  align-self:center;
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent!important;
  color:#858b98!important;
  font-size:20px;
  font-weight:300;
  line-height:1;
  letter-spacing:0;
}
.landing-page .product-showcase-tabs button.is-active>span.material-symbols-rounded{color:#c7a8f3!important}
.landing-page .product-showcase-tabs button>b{font-weight:500}

.landing-page .product-showcase-stage{
  position:relative;
  width:100%;
  aspect-ratio:1800/1066;
  overflow:hidden;
  border:1px solid rgba(170,185,238,.18);
  border-radius:18px;
  background:#080d28;
  box-shadow:0 32px 78px rgba(0,3,28,.48);
  isolation:isolate;
}
.landing-page .product-showcase-stage::after{
  content:"";
  position:absolute;
  z-index:5;
  inset:0;
  border-radius:inherit;
  box-shadow:inset 0 1px rgba(255,255,255,.04);
  pointer-events:none;
}
.landing-page .product-showcase-stage .product-showcase-slide{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  margin:0;
  overflow:hidden;
  border:0;
  border-radius:inherit;
  background:#080d28;
  box-shadow:none;
  opacity:0!important;
  visibility:hidden!important;
  transform:scale(1.008)!important;
  transition:opacity .5s ease,visibility .5s ease,transform 5.2s linear!important;
  pointer-events:none;
}
.landing-page .product-showcase-stage .product-showcase-slide.is-active{
  z-index:2;
  opacity:1!important;
  visibility:visible!important;
  transform:scale(1.025)!important;
  pointer-events:auto;
}
.landing-page .product-showcase-stage .product-showcase-slide::after{display:none}
.landing-page .product-showcase-stage .product-showcase-slide img{
  display:block;
  width:100%;
  height:100%;
  aspect-ratio:auto!important;
  object-fit:cover;
  object-position:center;
  border-radius:inherit;
}
.landing-page .product-showcase-stage .product-showcase-focus{
  z-index:3;
  border:2px solid rgba(185,154,244,.94)!important;
  box-shadow:0 0 0 9999px rgba(4,5,10,.24),0 0 24px rgba(185,154,244,.2)!important;
}
.landing-page .product-showcase-stage .product-showcase-focus>b{display:none}

@media(max-width:1270px){
  .landing-page .product-showcase-stage{width:min(100%,1040px);margin:0 auto}
}
@media(max-width:860px){
  .landing-page .product-showcase-stage{border-radius:14px}
  .landing-page .product-showcase-tabs button{min-height:64px}
}
@media(max-width:560px){
  .landing-page .product-showcase-stage{aspect-ratio:1.42}
  .landing-page .product-showcase-stage .product-showcase-focus{display:none}
  .landing-page .product-showcase-tabs button{grid-template-columns:24px minmax(0,1fr);column-gap:8px}
  .landing-page .product-showcase-tabs button>span.material-symbols-rounded{font-size:18px}
}
@media(prefers-reduced-motion:reduce){
  .landing-page .product-showcase-stage .product-showcase-slide{transition:none!important;transform:none!important}
}

/* v1.9.48 - reliable inline SVG icons in homepage showcase */
.landing-page .product-showcase-tabs button{
  grid-template-columns:30px minmax(0,1fr);
}
.landing-page .product-showcase-tabs button>.showcase-tab-icon{
  grid-row:1/3;
  align-self:center;
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent!important;
  color:#858b98!important;
  line-height:1;
}
.landing-page .product-showcase-tabs button>.showcase-tab-icon svg{
  width:21px;
  height:21px;
  display:block;
  fill:currentColor;
}
.landing-page .product-showcase-tabs button.is-active>.showcase-tab-icon{color:#c7a8f3!important}
@media(max-width:560px){
  .landing-page .product-showcase-tabs button{grid-template-columns:26px minmax(0,1fr)}
  .landing-page .product-showcase-tabs button>.showcase-tab-icon{width:22px;height:22px}
  .landing-page .product-showcase-tabs button>.showcase-tab-icon svg{width:19px;height:19px}
}

/* v2.0.15 - complete app-shell friend list in one scroll area */
.gf-app-friends-section{
  display:flex;
  flex-direction:column;
  min-height:0;
}
.gf-app-friends-scroll{
  position:relative;
  min-height:180px;
  max-height:clamp(260px,calc(100vh - 555px),720px);
  overflow-y:auto;
  overflow-x:hidden;
  overscroll-behavior:contain;
  scrollbar-gutter:stable;
  scrollbar-width:thin;
  scrollbar-color:#8c70f2 rgba(255,255,255,.07);
  padding-right:8px;
  margin-right:-4px;
}
.gf-app-friends-scroll::-webkit-scrollbar{width:8px}
.gf-app-friends-scroll::-webkit-scrollbar-track{
  border-radius:999px;
  background:rgba(255,255,255,.07);
}
.gf-app-friends-scroll::-webkit-scrollbar-thumb{
  min-height:54px;
  border:1px solid #0d0f13;
  border-radius:999px;
  background:#8c70f2;
}
.gf-app-friends-scroll::-webkit-scrollbar-thumb:hover{background:#a68cff}
.gf-app-friends-scroll>.gf-app-friend-group:first-child{margin-top:0}
.gf-app-friends-scroll .gf-app-friend-row{width:100%}
@media(max-width:820px){
  .gf-app-friends-scroll{max-height:min(58vh,620px)}
}

/* v2.0.17 - valid account forms and consistent email/password controls */
.gf-settings-account-action{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  margin-top:8px;
}
.gf-settings-account-action input{
  flex:1 1 210px;
  width:auto;
  min-width:0;
  height:40px;
  padding:0 12px;
  border:0;
  border-radius:8px;
  outline:0;
  background:#1e2025;
  color:#e8e8e5;
  box-shadow:inset 0 0 0 1px #30343e;
  font:400 13px "Barlow",sans-serif;
}
.gf-settings-account-action input::placeholder{color:#747983}
.gf-settings-account-action input:focus{
  background:#24262c;
  box-shadow:inset 0 0 0 1px rgba(200,180,255,.34),0 0 0 3px rgba(184,154,242,.07);
}
.gf-settings-account-action button{
  flex:0 0 auto;
  min-height:40px;
  padding:0 15px;
  border:0;
  border-radius:8px;
  background:#252933;
  color:#f3f1f5;
  font:500 13px "Barlow",sans-serif;
  white-space:nowrap;
  cursor:pointer;
}
.gf-settings-account-action button:hover{background:#30343e;color:#fff}
.gf-settings-account-player-action{justify-content:space-between}
.gf-settings-account-player-action>span{color:#d9d9dc;font-size:13px}
.gf-settings-account-action.is-danger button{color:#fff;background:#252936}
.gf-settings-account-action.is-danger button:hover{background:#313543}
@media(max-width:620px){
  .gf-settings-account-action{align-items:stretch}
  .gf-settings-account-action input{flex-basis:100%}
  .gf-settings-account-action button{width:max-content}
}

/* v2.0.10 - Steam friends in the app social rail */
.gf-app-external-friend-row{appearance:none;width:100%;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}
.gf-app-provider-mark{width:27px;height:27px;justify-self:end;display:grid;place-items:center;border-radius:8px;background:rgba(255,255,255,.035)}
.gf-app-provider-mark img{width:18px;height:18px;object-fit:contain;opacity:.9}
.gf-app-external-friend-row:hover .gf-app-provider-mark{background:rgba(184,154,242,.10)}
.gf-player-quick-provider-icon{width:19px;height:19px;object-fit:contain;opacity:.95}

/* v2.0.23 - mobile chat page + viewport scroll fix */
.gf-app-nav-chat-link{display:none!important}
.gf-chat-index{max-width:900px;margin:0 auto;display:grid;gap:18px}
.gf-chat-index-head h1{margin:4px 0 10px;color:#f2f1f4;font:500 clamp(42px,5vw,58px)/.95 'Barlow Condensed',sans-serif}
.gf-chat-index-head p:last-child{max-width:540px;margin:0;color:#848995;font:400 13px/1.6 'Barlow',sans-serif}
.gf-chat-index-section{padding:18px;border:1px solid rgba(255,255,255,.06);border-radius:18px;background:#15171c;box-shadow:0 16px 40px rgba(0,0,0,.18)}
.gf-chat-index-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.gf-chat-index-title h2{margin:0;color:#f0eff3;font:500 24px/1 'Barlow Condensed',sans-serif}
.gf-chat-index-title span{min-width:32px;height:28px;padding:0 9px;border-radius:999px;display:grid;place-items:center;background:rgba(184,154,242,.12);color:#ccb6fb;font:600 11px 'Barlow',sans-serif}
.gf-chat-index-list{display:grid;gap:10px}
.gf-chat-index-card{min-width:0;padding:12px 14px;border:1px solid rgba(255,255,255,.05);border-radius:14px;display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:12px;background:#1a1d22;color:inherit;text-decoration:none;transition:border-color .16s ease,transform .16s ease,background .16s ease}
.gf-chat-index-card:hover{border-color:rgba(200,180,255,.22);background:#1d2026;transform:translateY(-1px)}
.gf-chat-index-avatar{position:relative;width:54px;height:54px;display:block}
.gf-chat-index-avatar img{width:54px;height:54px;border-radius:14px;object-fit:cover;background:#23262d}
.gf-chat-index-avatar i{position:absolute;right:-2px;bottom:-2px;width:12px;height:12px;border:3px solid #1a1d22;border-radius:50%;background:#626772}
.gf-chat-index-avatar i.is-online{background:#66e39a}
.gf-chat-index-copy{min-width:0;display:grid;gap:5px}
.gf-chat-index-row{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px}
.gf-chat-index-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#f4f2f6;font-size:14px;font-weight:500}
.gf-chat-index-row small{flex:0 0 auto;color:#7a808c;font-size:10px}
.gf-chat-index-row em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#a6abb7;font-size:11px;font-style:normal}
.gf-chat-index-row b{min-width:22px;height:22px;padding:0 6px;border-radius:999px;display:grid;place-items:center;background:#c7a8f3;color:#17121f;font-size:10px;font-weight:700}
.gf-chat-index-open{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:rgba(184,154,242,.12);color:#cfbdf7}
.gf-chat-index-open .gf-icon{width:16px;height:16px}
.gf-chat-index-empty{min-height:180px;border:1px dashed rgba(255,255,255,.09);border-radius:16px;display:grid;place-items:center;align-content:center;gap:8px;text-align:center;color:#7b808c}
.gf-chat-index-empty .gf-icon{width:28px;height:28px;stroke:#b497ef}
.gf-chat-index-empty strong{color:#f0eff3;font-size:13px;font-weight:500}
.gf-chat-index-empty small{font-size:11px}

@media(max-width:820px){
  .gf-app-page{overflow-y:auto!important;overflow-x:hidden!important}
  .gf-app-takeover-stage{height:auto!important;min-height:100vh!important;overflow:visible!important}
  .gf-app-shell{min-height:100vh!important}
  .gf-app-sidebar{display:block!important;padding:5px 7px!important}
  .gf-app-nav{height:100%;display:grid;grid-template-columns:repeat(5,1fr)!important;gap:0!important}
  .gf-app-nav-chat-link{display:flex!important}
  .gf-app-sidebar-bottom{display:none!important}
  .gf-chat-dock{display:none!important}
  .gf-chat-index{gap:14px}
  .gf-chat-index-section{padding:16px;border-radius:16px}
  .gf-chat-index-head h1{font-size:48px}
  .gf-chat-index-card{padding:11px 12px;grid-template-columns:50px minmax(0,1fr)}
  .gf-chat-index-avatar,.gf-chat-index-avatar img{width:50px;height:50px}
  .gf-chat-index-avatar i{border-color:#1a1d22}
  .gf-chat-index-row strong{font-size:13px}
  .gf-chat-index-row em{font-size:10px}
  .gf-direct-chat-back{display:grid!important}
}


/* v2.0.25 - robust Players Blade + Settings in mobile bottom navigation */
.gf-app-nav-settings-link{display:none!important}
@media(max-width:820px){
  .gf-app-nav{grid-template-columns:repeat(6,minmax(0,1fr))!important}
  .gf-app-nav-settings-link{display:flex!important}
}

/* v2.0.29 - mobile recent-chat rail + notification bell */
.gf-mobile-chat-rail{display:none}
@media(max-width:820px){
  .gf-app-header{
    grid-template-columns:36px minmax(0,1fr) auto!important;
    gap:7px!important;
    padding-left:10px!important;
    padding-right:10px!important;
  }
  .gf-app-search-wrap{width:100%!important;max-width:none!important;min-width:0!important}
  .gf-app-search{
    width:100%!important;
    min-width:0!important;
    height:42px!important;
    grid-template-columns:19px minmax(0,1fr)!important;
    gap:7px!important;
    padding:0 9px!important;
    border-radius:12px!important;
  }
  .gf-app-search input{min-width:0!important;font-size:13px!important}
  .gf-app-search kbd{display:none!important}
  .gf-app-header-actions{display:flex!important;align-items:center!important;gap:4px!important;min-width:73px!important}
  .gf-app-header-popover{display:block!important}
  .gf-app-header-icon{display:grid!important;width:34px!important;height:34px!important;flex:0 0 34px!important}
  .gf-app-header-icon>b{right:-2px!important;top:-4px!important}
  .gf-app-account{margin-left:0!important}
  .gf-app-account-profile{padding:0!important}
  .gf-app-header-panel{position:fixed!important;top:66px!important;right:10px!important;left:auto!important;width:min(330px,calc(100vw - 20px))!important;max-height:calc(100vh - 146px)!important;overflow:auto!important}

  .gf-mobile-chat-rail[data-empty="0"]{
    position:fixed;
    left:0;
    top:86px;
    bottom:62px;
    z-index:72;
    width:50px;
    display:flex;
    justify-content:center;
    padding:8px 6px 10px;
    border-radius:0 16px 0 0;
    background:rgba(11,12,15,.97);
    box-shadow:none;
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
  }
  body.gf-has-mobile-chat-rail .gf-app-sidebar::before{
    content:"";
    position:absolute;
    left:0;
    top:-14px;
    width:50px;
    height:14px;
    background:rgba(11,12,15,.97);
    border-radius:0 16px 0 0;
    pointer-events:none;
  }
  .gf-mobile-chat-rail-list{
    width:100%;
    min-height:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:9px;
    overflow-y:auto;
    overflow-x:hidden;
    scrollbar-width:none;
  }
  .gf-mobile-chat-rail-list::-webkit-scrollbar{display:none}
  .gf-mobile-chat-avatar{
    position:relative;
    width:38px;
    height:38px;
    flex:0 0 38px;
    display:block;
    border-radius:12px;
    text-decoration:none;
    background:#20232a;
    box-shadow:0 0 0 1px rgba(255,255,255,.055);
    transition:transform .14s ease,box-shadow .14s ease,border-radius .14s ease;
  }
  .gf-mobile-chat-avatar:active{transform:scale(.94)}
  .gf-mobile-chat-avatar.is-active{box-shadow:0 0 0 2px rgba(195,163,247,.82)}
  .gf-mobile-chat-avatar img{width:38px;height:38px;display:block;border-radius:inherit;object-fit:cover;background:#242730}
  .gf-mobile-chat-avatar i{
    position:absolute;
    right:-2px;
    bottom:-2px;
    width:10px;
    height:10px;
    border:2px solid #0d0f13;
    border-radius:50%;
    background:#5d626c;
  }
  .gf-mobile-chat-avatar i.is-online{background:#65e19a}
  .gf-mobile-chat-avatar b{
    position:absolute;
    right:-5px;
    top:-5px;
    min-width:17px;
    height:17px;
    padding:0 4px;
    display:grid;
    place-items:center;
    border:2px solid #0d0f13;
    border-radius:999px;
    background:#c5a5f2;
    color:#17121f;
    font:700 9px/1 'Barlow',sans-serif;
  }
  body.gf-has-mobile-chat-rail .gf-app-main{padding-left:62px!important;padding-right:14px!important}
}
@media(max-width:390px){
  .gf-app-header{grid-template-columns:34px minmax(0,1fr) auto!important;gap:5px!important;padding-left:8px!important;padding-right:8px!important}
  .gf-app-header-actions{gap:2px!important;min-width:71px!important}
  .gf-app-search{padding-left:8px!important;padding-right:7px!important}
  .gf-app-search input{font-size:12px!important}
}


/* v2.0.62 - notification lifecycle + visible red bell badge */
.gf-app-header-icon>b{
  background:#ef4444!important;
  color:#fff!important;
  border-color:#0d0f12!important;
  box-shadow:0 0 0 1px rgba(239,68,68,.15),0 0 14px rgba(239,68,68,.42)!important;
}
.gf-app-live-request-alert.is-seen{opacity:.62}
.gf-app-live-request-alert.is-seen:hover{opacity:.9}
[data-live-party-invitations]:empty{display:none}


/* v2.0.63 - Party notification links + host color + zero badge */
.gf-app-social .gf-app-party-members small.is-host{
  color:#c8b4ff!important;
  font-weight:600!important;
}
.gf-app-header-icon>b[hidden]{display:none!important}

/* v2.0.64 - notification cleanup, red chat alerts and editable Party description */
.gf-app-header-panel-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}
.gf-app-header-panel-head>span{display:flex;align-items:center;gap:7px}.gf-app-header-panel-head form,.gf-notification-page-actions form{margin:0}
.gf-app-notification-trash,.gf-notification-trash{width:30px;height:30px;padding:0;border:0;border-radius:8px;display:grid;place-items:center;background:#24262c;color:#9b9fa5;cursor:pointer}
.gf-app-notification-trash:hover,.gf-notification-trash:hover{background:#342124;color:#ffb0b6}.gf-app-notification-trash .gf-icon,.gf-notification-trash .gf-icon{width:16px;height:16px}
.gf-notification-page-actions{display:flex;align-items:center;gap:8px}
.gf-notification-trash{width:40px;height:40px;border-radius:9px}

.gf-chat-dock-window.has-unread{border-color:rgba(200,180,255,.14);border-top-color:#ef4444;box-shadow:0 18px 55px rgba(0,0,0,.55)}
.gf-chat-dock-window.has-unread .gf-chat-dock-head{background:#24191c;box-shadow:inset 0 2px 0 #ef4444}
.gf-chat-dock-head>b{background:#ef4444;color:#fff;font:700 10px/1 "Barlow",sans-serif}

.direct-call-head{justify-content:flex-start!important}
.gf-party-description{position:relative;max-width:620px;margin-top:11px;padding-right:34px}
.gf-party-room-hero>div>.gf-party-description>p{max-width:570px;margin:0;color:#b2b5bb;line-height:1.5}
.gf-party-description-edit{position:absolute;top:-4px;right:0;width:28px;height:28px;padding:0;border:0;border-radius:7px;display:grid;place-items:center;background:rgba(255,255,255,.055);color:#a4a7ae;cursor:pointer}
.gf-party-description-edit:hover{background:rgba(255,255,255,.1);color:#fff}.gf-party-description-edit .gf-icon{width:15px;height:15px}
.gf-party-description>form{grid-template-columns:minmax(0,1fr) 38px;align-items:stretch;gap:8px;margin:0}
.gf-party-description>form:not([hidden]){display:grid}
.gf-party-description textarea{min-height:58px;max-height:110px;padding:8px 10px;border:1px solid rgba(255,255,255,.16);border-radius:9px;resize:vertical;background:rgba(10,12,16,.28);color:#f0efed;font:400 13px/1.45 "Barlow",sans-serif;outline:none;backdrop-filter:blur(2px)}
.gf-party-description textarea:focus{border-color:rgba(255,255,255,.3);background:rgba(10,12,16,.18)}
.gf-party-description>form button{width:38px;padding:0;border:0;border-radius:9px;background:#efefeb;color:#111317;cursor:pointer}.gf-party-description>form button:hover{background:#fff}.gf-party-description>form button:disabled{opacity:.5;cursor:wait}.gf-party-description>form button span{font-size:19px}
@media(max-width:700px){.gf-notification-page-actions{width:100%;justify-content:flex-end}.gf-party-description{max-width:none}}

/* v2.0.65 - live notification items and direct Party suggestion approval */
[data-live-notifications]:empty{display:none}
.gf-app-live-notification{display:grid;grid-template-columns:minmax(0,1fr) auto;padding:0!important;overflow:hidden}
.gf-app-live-notification>a{min-width:0;padding:10px;display:grid;grid-template-columns:20px minmax(0,1fr) 16px;align-items:center;gap:8px;color:inherit;text-decoration:none}
.gf-app-live-notification>a>span:nth-child(2){min-width:0;display:grid;gap:2px}.gf-app-live-notification>a strong{font-size:11px;font-weight:500;color:#e8e2f6}.gf-app-live-notification>a small{font-size:9px;color:#8c839e}.gf-app-live-notification>a>.material-symbols-rounded{font-size:17px}
.gf-app-live-notification>button{align-self:stretch;padding:0 10px;border:0;border-left:1px solid rgba(255,255,255,.07);background:rgba(239,68,68,.1);color:#ffb2b7;font:600 10px "Barlow",sans-serif;cursor:pointer}.gf-app-live-notification>button:hover{background:rgba(239,68,68,.18);color:#fff}.gf-app-live-notification>button:disabled{opacity:.5;cursor:wait}
.gf-notification-history>.gf-notification-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;border-radius:14px;overflow:hidden;background:#15181f}.gf-notification-history>.gf-notification-row.is-unread{background:#20202a}
.gf-notification-row>a{display:grid;grid-template-columns:42px minmax(0,1fr) 20px;align-items:center;gap:12px;padding:15px 16px;color:#dfe3ec;text-decoration:none}.gf-notification-row>a>span:nth-child(2){display:grid;gap:3px}.gf-notification-row small,.gf-notification-row em{color:#9299a8;font-style:normal}.gf-notification-row em{font-size:11px}
.gf-notification-row>button{min-width:92px;padding:0 16px;border:0;border-left:1px solid rgba(255,255,255,.06);background:#24262c;color:#fff;font:600 12px "Barlow",sans-serif;cursor:pointer}.gf-notification-row>button:hover{background:#30252a;color:#ffb7bb}.gf-notification-row>button:disabled{opacity:.5;cursor:wait}
@media(max-width:700px){.gf-notification-history>.gf-notification-row{grid-template-columns:1fr}.gf-notification-row>button{min-height:40px;border-left:0;border-top:1px solid rgba(255,255,255,.06)}}

/* v2.0.67 - received likes visible on the owner's profile */
.gf-profile-received-likes .material-symbols-rounded{color:#ef626b;font-variation-settings:'FILL' 1,'wght' 300,'GRAD' 0,'opsz' 24}
.gf-profile-received-likes strong{color:#f2f1f4;font-weight:600}

/* v2.0.68 - complete legal documents and visible consent links */
.gf-legal-consent .gf-legal-consent-link,.check-line a.gf-legal-consent-link{
  color:#d2c0ff!important;
  text-decoration:underline!important;
  text-decoration-thickness:1px!important;
  text-underline-offset:2px!important;
}
.gf-legal-consent .gf-legal-consent-link:hover,.check-line a.gf-legal-consent-link:hover{color:#fff!important}
.gf-legal-header{margin-bottom:24px!important;display:flex;align-items:center;justify-content:space-between;gap:18px}
.gf-legal-header .landing-brand img{width:34px;height:34px;object-fit:contain}
.gf-legal-back{display:inline-flex;align-items:center;gap:6px;color:#90939d!important;font-size:12px;text-decoration:none!important}
.gf-legal-back:hover{color:#fff!important}.gf-legal-back .material-symbols-rounded{font-size:17px}
.gf-legal-nav{margin-bottom:18px;display:flex;flex-wrap:wrap;gap:7px}
.gf-legal-nav a{min-height:38px;padding:0 13px;border-radius:9px;display:inline-flex;align-items:center;background:#15171c;color:#8e929c!important;font-size:12px;text-decoration:none!important}
.gf-legal-nav a:hover{background:#1c1f25;color:#fff!important}.gf-legal-nav a.active{background:#29232f;color:#e2d4ff!important}
.gf-legal article{padding:clamp(24px,5vw,56px)!important}
.gf-legal-lead{max-width:760px;margin:14px 0 24px;color:#d7d8dd!important;font-size:16px;line-height:1.7!important}
.gf-legal article section{scroll-margin-top:24px}
.gf-legal article h2{margin-top:38px!important}.gf-legal article h2:first-child{margin-top:0!important}
.gf-legal article p,.gf-legal article li{color:#b7bac5;line-height:1.72}
.gf-legal article ul,.gf-legal article ol{padding-left:22px}.gf-legal article li+li{margin-top:7px}
.gf-legal-toc{margin:26px 0 36px;padding:18px 20px;border-radius:12px;background:#17191f}
.gf-legal-toc>strong{display:block;margin-bottom:10px;color:#ececf0;font-size:13px}
.gf-legal-toc ol{margin:0;columns:2;column-gap:34px}.gf-legal-toc li{break-inside:avoid;margin:0 0 7px!important;font-size:12px}
.gf-legal-toc a{color:#aaa0bb!important;text-decoration:none}.gf-legal-toc a:hover{color:#decfff!important;text-decoration:underline}
.gf-legal-table-wrap{max-width:100%;overflow-x:auto;margin:15px 0 22px;border-radius:12px;background:#17191f}
.gf-legal-table{width:100%;min-width:620px;border-collapse:collapse;font-size:12px}
.gf-legal-table th,.gf-legal-table td{padding:13px 14px;border-bottom:1px solid rgba(255,255,255,.06);vertical-align:top;text-align:left;line-height:1.55}
.gf-legal-table th{color:#e5e5e8;font-weight:500;background:#1d1f25}.gf-legal-table td{color:#afb2bc}.gf-legal-table tr:last-child td{border-bottom:0}
.gf-legal-operator{margin-top:46px;padding-top:28px;border-top:1px solid #292b35}
.gf-legal-operator h2{margin:0 0 10px!important}.gf-legal-operator p{margin:0}
@media(max-width:680px){.gf-legal{padding:22px 13px 60px!important}.gf-legal-header{align-items:flex-start}.gf-legal-back{margin-top:7px}.gf-legal-nav{display:grid;grid-template-columns:1fr}.gf-legal-nav a{justify-content:center}.gf-legal-toc ol{columns:1}.gf-legal article{border-radius:14px!important}.gf-legal-lead{font-size:14px}}

/* v2.0.69 - online stav na kartách hráčů je vždy zelený */
.gf-player-card .gf-player-name small.online{
  color:#65e19a!important;
}
.gf-player-card .gf-player-avatar i.is-online{
  background:#65e19a!important;
  box-shadow:0 0 10px rgba(101,225,154,.3)!important;
}

/* v2.0.70 - GROUPFINDER hráči před Steam přáteli v pravém panelu */
.gf-app-groupfinder-friend-row .gf-app-groupfinder-mark img{
  width:18px!important;
  height:18px!important;
  object-fit:contain!important;
  opacity:.94!important;
}
.gf-app-groupfinder-friend-row:hover .gf-app-groupfinder-mark{
  background:rgba(184,154,242,.1)!important;
}
.gf-app-friend-source-divider{
  display:block;
  height:1px;
  margin:5px 8px;
  background:rgba(255,255,255,.075);
}
.gf-app-friend-source-divider[hidden]{display:none!important}
