.page-not-found-view{padding:var(--space-xl) 0;flex-direction:column;align-items:center;display:flex}.page-not-found-view .page-not-found-view-icon{width:150px;margin-bottom:var(--space-xl)}.chevron{width:var(--space-m);height:var(--space-m);cursor:pointer}.chevron.up{transform:rotate(180deg)}.chevron.left{transform:rotate(90deg)}.chevron.right{transform:rotate(270deg)}.tournaments-list{--tournaments-logo-size:20px}.tournaments-list .tournament-row{background-color:var(--color-background-secondary);height:40px;margin-bottom:1px;display:flex}.tournaments-list .tournament-row:first-child{border-radius:var(--border-radius-xxs) var(--border-radius-xxs) 0 0}.tournaments-list .tournament-row:last-child{border-radius:0 0 var(--border-radius-xxs) var(--border-radius-xxs);margin-bottom:0}.tournaments-list .tournament-row .tournament-link{height:100%;padding-left:var(--space-m);color:var(--color-text-primary);cursor:pointer;flex-grow:1;align-items:center;display:flex}.tournaments-list .tournament-row .tournament-name{gap:var(--space-xs);align-items:center;display:flex}.tournaments-list .tournament-row .tournament-row-checkbox-label{height:100%;padding:0 var(--space-m);cursor:pointer;align-items:center;display:flex;position:relative}.tournaments-list .tournament-row .tournament-row-checkbox{border:1px solid var(--color-black);border-radius:var(--border-radius-xxs);background-color:var(--color-white);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;margin:0;position:relative}.tournaments-list .tournament-row .tournament-row-checkbox:checked{background-color:var(--color-fill-primary);justify-content:center;align-items:center;display:flex}.tournaments-list .tournament-row .tournament-row-checkbox-index{width:20px;height:20px;color:var(--color-background-primary);font-weight:var(--font-weight-xl);text-align:center;line-height:21px;position:absolute}.tournaments-list.tournaments-list--with-logos .tournament-row .tournament-link{gap:var(--space-xs)}.tournaments-list.tournaments-list--with-logos .tournament-row .tournament-name{padding-left:0}.tournaments-list.tournaments-list--with-logos .tournament-row .tournament-logo{width:var(--tournaments-logo-size);justify-content:center;display:flex}.tournaments-list.tournaments-list--with-logos .tournament-row .tournament-logo img{max-width:var(--tournaments-logo-size);max-height:var(--tournaments-logo-size)}.tournaments-group{margin:var(--space-xs) 0;padding:0 var(--space-xs)}.tournaments-group .tournaments-group-header{box-sizing:border-box;width:100%;padding:0 var(--space-m) 0 var(--space-xs);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;display:flex}.tournaments-group .tournaments-group-header .tournaments-group-symbol{align-items:center;display:flex}.tournaments-group .tournaments-group-header .tournaments-group-symbol .header-name{padding-left:var(--space-xs)}.tournaments-group .tournaments-group-header .tournaments-group-symbol svg{width:20px;height:20px}.dark-theme :is(.tournaments-group .tournaments-group-header .tournaments-group-symbol svg){filter:invert()}.collapsed :is(.tournaments-group .tournaments-group-header){margin-bottom:var(--space-m)}.tournaments-from-country{width:100%;position:relative}.tournaments-from-country:first-child:after{margin:0 var(--space-xs) 0 var(--space-xl);border-bottom:1px solid var(--color-border-primary);content:"";position:absolute;bottom:-8px;left:0;right:0}.sortable-tournament-item{height:var(--sortable-tournament-item-height);background-color:var(--color-background-secondary);align-items:center;margin-bottom:1px;display:flex;position:relative}.sortable-tournament-item .sortable-tournament-item-dragged{z-index:var(--z-index-l);box-shadow:0 0 8px var(--color-text-secondary)}.sortable-tournament-item .tournament-link{gap:var(--space-xs);height:100%;padding-left:var(--space-m);color:var(--color-text-primary);flex-grow:1;align-items:center;display:flex}.sortable-tournament-item .tournament-name{gap:var(--space-xs);align-items:center;display:flex}.sortable-tournament-item .tournament-item-remove-btn,.sortable-tournament-item .tournament-item-drag-btn{justify-content:center;align-items:center;height:100%;display:flex}.sortable-tournament-item .tournament-item-remove-btn{padding:0 calc(var(--space-xs) + var(--space-xxs))}.sortable-tournament-item .tournament-item-remove-btn svg{height:16px}.sortable-tournament-item .tournament-item-remove-btn svg *{stroke:var(--color-fill-primary)}.sortable-tournament-item .tournament-item-drag-btn{padding:0 var(--space-m) 0 var(--space-xs);border:none;outline:none}.sortable-tournament-item .tournament-item-drag-btn-hamburger{flex-direction:column;justify-content:space-between;height:14px;display:flex}.sortable-tournament-item .tournament-item-drag-btn-hamburger>div{border:1px solid var(--color-fill-primary);border-radius:1px;width:15px}.user-sorted-tournaments{--sortable-tournament-item-height:40px;margin:var(--space-xs) 0 var(--space-l) 0;padding:0 var(--space-xs)}.user-sorted-tournaments .user-sorted-tournaments-header{padding:0 var(--space-m) var(--space-xxs) var(--space-xs);border-bottom:1px solid var(--color-text-primary);justify-content:space-between;display:flex}.user-sorted-tournaments .user-sorted-tournaments-header .user-sorted-tournaments-header-icon{height:13px}.user-sorted-tournaments .user-sorted-tournaments-header .user-sorted-tournaments-header-icon *{stroke:var(--color-fill-primary)}.user-sorted-tournaments .user-sorted-tournaments-empty-message{height:var(--sortable-tournament-item-height);padding-left:var(--space-xs);color:var(--color-text-secondary);align-items:center;font-style:italic;display:flex}.user-sorted-tournaments .user-sorted-tournaments-empty-message .red-dot{width:7px;height:7px;margin-right:var(--space-xs);background-color:var(--color-red);border-radius:7px}.tournaments{overflow-anchor:none}.tournaments .all-tournaments-header{margin:0 var(--space-xs);padding:0 0 var(--space-xxs) var(--space-xs);border-bottom:1px solid var(--color-text-primary)}.tournaments h1{margin:0 var(--space-xs);padding:var(--space-m) 0 0 var(--space-xs)}