@charset "utf-8";
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
*{
	padding:0;
	margin:0;
	border:none;
}
/* CSS Document */
h1{}
h2{}
h3{}
h4{}
h5{}
h6{}
a{color:inherit;}
p{}
blockquote{}
.bold{font-weight:bold;}
.font11{font-size:10px;}
.font11{font-size:11px;}
.font12{font-size:12px;}
.font13{font-size:13px;}
.font14{font-size:14px;}
.font15{font-size:15px;}
.font16{font-size:16px;}
.font17{font-size:17px;}
.lh1{line-height:1em;}
.lh1_2{line-height:1.2em;}
.lh1_5{line-height:1.5em;}
.lh1_66{line-height:1.66em;}

.textR{text-align:right;}
.textC{text-align:center;}
.textL{text-align:left;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.floatR{float:right;}
.floatL{float:left;}
.floatN{float:none;}
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}
.clear{clear:both;}


.uh:hover{
	text-decoration:underline;
}
.u{
	text-decoration:underline;
}
.uc{
	text-transform:uppercase;
}
.sansserif{
	font-family:sans-serif;
}
html{
	position:relative;
	min-height:100%;
}
body{
	background:transparent url(../images/bg.png) repeat;
	font-size:12px;
	line-height:1.5;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	color:#000;
	margin-bottom:102px;
}
footer{
}
header{
	/* position:relative; */
}
.login{
	position:absolute;
	right:0;
	top:130px;
}
.logo{
    padding:20px 0 0;
    margin:0 auto;
        width: 185px;

}
.match-date{
	font-size:17px;
}
.match-date-aside-h1{
	line-height:50px;
}
.wrapper{
	width:940px;
	margin:0 auto;
	padding:0 10px;

}
.col-large{
	width:611px;
}
.col-small{
	width:310px;
}
nav{
	text-align:center;
	border-top:2px solid #DADADA;
	border-bottom:2px solid #DADADA;
	position:relative;
	width:80%;
	margin-top:25px;
	font-size:22px;
	margin-bottom:80px;
}
.profile{
	position:absolute;
	right:0;
	top:-50px;
	font-size:20px;
	line-height:50px;
	text-decoration:none;
	color:#555;
}
.profile figure{
	float:left;
	margin-right:10px;
}
nav li{
	display:inline-block;
}
nav a{
	display:inline-block;
	text-decoration:none;
	padding:8px 8px;
	position:relative;
}
nav a:hover{
	color:#017EBA;
}
nav a img,nav a figure{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.sub-shown>a:after{
	position:absolute;
	content:'';
	display:block;
	left:50%;
	margin-left:-2px;
	bottom:0;
	border-top:10px solid #DADADA;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
}
.cicular{
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
}
.cicular img{
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	border:3px solid #CCC;
    	width:47px;
	height:47px;
}
nav li ul{
   	top:70px;
	left:0;
	right:0;
	position:absolute;
	font-size:17px;
   	line-height:17px;
	border-bottom:2px solid #DADADA;
}
nav li ul a{
	padding:13px;
    	vertical-align:bottom;
}


h1{
	font-size:30px;
	color:#00235d;
	font-weight:normal;
	margin-bottom:15px;
}

.predict li{
	border:1px solid #017EBA;
	padding:10px;
	margin-bottom:-1px;
	background:#FFF url(../images/arr.png) no-repeat 50% 50% scroll;
}
.predict{
	margin-bottom:30px;
}
.team{
	width:45%;
}
.team-name{
	font-size:22px;
	padding:7px 15px;
	line-height:1.9em;
}
.team-l{
	float:left;
	text-align:right;
}
.team-r{
	float:right;
}
.team-logo{
	margin:0 0;
}
.team-logo img{
	display:block;
}
.team-l .team-logo{
	float:right;
}
.team-r .team-logo{
	float:left;
}
.team-l input{
	float:left;
}
.team-r input{
	float:right;
}
.team input[type=text]{
	width: 43px;
	height: 43px;
	font-size:20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #017EBA;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
}
.filter{
	border-bottom:1px solid #D3D3D3;
	padding:0 0 20px 0;
	margin-bottom:20px;
}
.select{
	font-size:16px;
	padding:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #017EBA;
	background-color:#FFF;
}

.thumb-large, .thumb-large img{
	-webkit-border-radius:500px;
	-moz-border-radius:500px;
	border-radius:500px;

}
.thumb-large{
	width:120px;
	height:120px;
	margin:0 auto 16px;
	border:7px solid #D9D9D9;
}

.user-full{
	font-size: 18px;
	color: #000;
}

.user-email{
	font-size: 14px;
	color: #017eba;
}

.numbers{
	font-size: 14px;
	color: #000;
	display:table;
	width:100%;
	border-collapse:collapse;
	margin:34px auto;
}
.profile{
	padding-top:60px;
}
.profile-number{
	width:80%;
}
.numbers li{
	display:table-cell;
	border-left:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
}
.numbers li:first-child{
	border-left:0;
}
.numbers li:last-child{
	border-right:0;
}
.num{
	font-size: 18px;
	color: #000;
}


footer{
	border-top:2px solid #DADADA;
	border-bottom:2px solid #DADADA;
	text-align:center;
	padding:20px 0;
	position:absolute;
	left:50%;
	width:940px;
	margin-left:-470px;
	bottom:20px;
}

.btn{
	background:transparent url(../images/submit.png);
	width:106px;
	height:34px;
	color:#FFF;
	font-size:22px;
	cursor:pointer;
}


.points-table{

	font-size:17px;
	width:100%;
	background-color:#FFF;
}
.points-table tbody{
	padding:10px;
}
.points-table th{
	text-align:left;
	background-color:#F1F1F1;
}

.points-table td{
	border-top:1px solid #1186BE;
	border-bottom:1px solid #1186BE;
	vertical-align:middle;
}
.points-table tr td:first-child{
	border-left:1px solid #1186BE;
}
.points-table tr td:last-child{
	border-right:1px solid #1186BE;
}
.points-table th,.points-table td{
	padding:10px;
}
.points-table td img{
	vertical-align:middle;
	margin-right:10px;
}


.input-label{
	display:block;
}
.input-label{
	font-size:15px;
	margin-bottom:3px;
	display:block;
}
.input-field{
	border:1px solid #BDDDED;
	border-top:1px solid #76BEE2;
	padding:7px;
	margin-bottom:15px;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	box-shadow:0 2px rgba(0,0,0,0.05) inset;
}
.input-submit{
	color:#FFF;
	background-color:#017EBA;
	padding:10px;
		-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
	min-width:100px;
	text-align:center;
	font-size:15px;
}
.profile-col{
	margin:0 auto;
	background-color:#FFF;
	padding:40px 0 20px;
		-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	box-shadow:0 3px rgba(0,0,0,0.1);
}
.profile a{
	text-decoration:none;
}
.profile .seperator-horiz{
	padding:0 10px;
	color:#c7c7c7;
}
.warning{
	color:#FF6464;
}


/*---------------------------------------

	LEAN MODAL

-----------------------------------------*/

#lean_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}


/*---------------------------------------

	EXAMPLES

-----------------------------------------*/

        #signup {

     width: 404px;
     padding-bottom: 2px;

    display:none;


    background: #FFF;
        border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
        box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);

}




#signup-header { background: url(../images/hd-bg.png); padding: 18px 18px 14px 18px; border-bottom: 1px solid #CCC; border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }

#signup-header  h2 { color: #444; font-size: 2em; font-weight: 700; margin-bottom: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
#signup-header  p { color: #444; font-size: 1.3em; margin: 0; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); text-shadow: none; }

#signup .txt-fld { position: relative; width: 364px; padding: 14px 20px; border-bottom: 1px solid #EEE; text-align: right; }
#signup .btn-fld { width: 254px; overflow: hidden; padding: 12px 20px 12px 130px; }

#signup .txt-fld label { display: block; float: left; width: 90px; padding-top: 8px; color: #222; font-size: 1.3em; text-align: left;  }
#signup .txt-fld input { width: 244px; padding: 8px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-size: 1.2em; color: #222; background: #F7F7F7; font-family: "Helvetica Neue"; outline: none; border-top: 1px solid #CCC; border-left: 1px solid #CCC; border-right: 1px solid #E7E6E6; border-bottom: 1px solid #E7E6E6; }
#signup .txt-fld input.good_input { background: #DEF5E1 url(../images/good.png) 236px center no-repeat; }
#signup .txt-fld input.error_input { background: #FDE0E0; }



p.error { position: absolute; bottom: 48px; right: 20px; width: 262px; color: #FFF; font-size: 1.1em; padding-bottom: 5px; background: url(../images/error-arw.png) 20px bottom no-repeat; text-align: left; margin: 0; text-shadow: none; }
p.error span { display: inline-block; background: #D43636; padding: 6px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;  }
.txt-fld input:focus, .txt-fld textarea:focus { background-color: #FAF9DC; }

button {
	float: right;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background: #3F9D4A;
	border: none;
  width: auto;
  overflow: visible;
  font-size: 1.4em;
  color: #FFF;
 padding: 7px 10px;  border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; font-weight: bold; text-shadow: 0 1px 0 rgba(0,0,0,0.4);}

.modal_close { position: absolute; top: 12px; right: 12px; display: block; width: 14px; height: 14px; background: url(../images/modal_close.png); z-index: 2; }

.button{
  text-decoration: none;
  padding: 4px 20px 5px 18px;

}

h1.h1left {
    float: left;
    margin-left: 25px;
}

.header_title {
    width: 80%;
    float: right;
    margin: -72px 0 0 0;
    padding-bottom: 0;
}

/*---------------------------------------*/

.current-submenu > a{
	background-color:#6990A3;
	color:#FFF;
}
.current-submenu > a:hover{
	background-color:#829DAA;
	color:#FFF;
}

/* 2026 dark standings redesign (matched to joyful-layout-refresh.lovable.app tokens) */

:root{
	--background:hsl(220,20%,7%);
	--foreground:hsl(210,20%,92%);
	--card:hsl(220,18%,10%);
	--card-soft:hsl(220,16%,13%);
	--muted:hsl(215,12%,50%);
	--line:hsl(220,14%,16%);
	--primary:hsl(160,84%,44%);
	--accent:hsl(38,92%,55%);
	--negative:hsl(0,72%,51%);
}
html, body{
	background:radial-gradient(1100px 540px at 12% -18%, hsl(221,34%,18%) 0%, hsl(220,20%,7%) 48%, hsl(220,20%,6%) 100%);
}
body{
	color:var(--foreground);
	font-family:"Space Grotesk", "Segoe UI", Arial, sans-serif;
	font-size:14px;
	line-height:1.45;
	margin-bottom:0;
}
.wrapper{
	width:1240px;
	max-width:calc(100% - 32px);
}
header{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:12px 0 10px;
	border-bottom:1px solid var(--line);
	position:relative;
}
.logo{
	padding:0;
	width:auto;
	margin:0;
}
.brand-link{
	display:flex;
	align-items:center;
	gap:12px;
	text-decoration:none;
}
.brand-link img{
	width:40px;
	height:40px;
	border-radius:12px;
	background:hsl(220,16%,16%);
	padding:6px;
}
.brand-title-wrap{
	display:flex;
	flex-direction:column;
	line-height:1.05;
}
.brand-title{
	color:hsl(210,20%,94%);
	font-size:22px;
	font-weight:700;
	letter-spacing:-.01em;
	white-space:nowrap;
}
.brand-subtitle{
	color:var(--muted);
	font-size:14px;
	letter-spacing:.14em;
	text-transform:uppercase;
}
nav{
	width:auto;
	margin:0;
	border:0;
	font-size:14px;
}
nav > ul{
	display:flex;
	align-items:center;
	gap:4px;
}
nav a{
	display:inline-flex;
	align-items:center;
	padding:8px 12px;
	border:1px solid transparent;
	border-radius:10px;
	color:hsl(215,14%,62%);
	white-space:nowrap;
	transition:all .2s ease;
}
nav a img, nav a figure{
	display:none;
}
nav a:hover{
	background:hsl(220,16%,16%);
	border-color:hsl(220,14%,19%);
	color:hsl(210,20%,92%);
}
.sub-shown > a{
	background:hsl(220,16%,16%);
	border-color:hsl(220,14%,19%);
	color:hsl(210,20%,92%);
}
/* Sub-nav: full-width strip below header */
nav li ul{
	position:absolute;
	top:100%;
	left:0;
	right:0;
	display:flex;
	align-items:center;
	gap:6px;
	padding:8px 0;
	border:0;
	border-bottom:1px solid var(--line);
	background:hsl(220,19%,8%);
	margin:0;
	z-index:100;
}
nav li ul a{
	background:hsl(220,16%,13%);
	color:hsl(215,14%,60%);
	padding:7px 14px;
	border:1px solid var(--line);
	border-radius:10px;
	font-size:13px;
	font-weight:500;
	white-space:nowrap;
	transition:all .2s ease;
}
nav li ul a:hover{
	background:hsl(220,16%,18%);
	border-color:hsl(220,14%,22%);
	color:hsl(210,20%,92%);
}
.current-submenu > a{
	background:linear-gradient(135deg,hsl(160,84%,44%),hsl(160,60%,30%));
	color:hsl(220,20%,7%);
	border-color:transparent;
	box-shadow:0 4px 14px rgba(16,214,156,.25);
}
.current-submenu > a:hover{
	background:linear-gradient(135deg,hsl(160,84%,46%),hsl(160,58%,32%));
	color:hsl(220,20%,7%);
}
/* Spacing for content below sub-nav when it exists */
body.has-subnav section.col{
	margin-top:52px;
}
.header_title{
	width:100%;
	float:none;
	margin:12px 0 22px;
	padding:0;
}
.standings-shell{
	margin-top:8px;
}
.standings-card{
	background:linear-gradient(180deg,var(--card-soft),var(--card));
	border:1px solid var(--line);
	border-radius:14px;
	overflow:hidden;
}
.standings-head{
	padding:16px 22px;
	border-bottom:1px solid var(--line);
}
.standings-title{
	color:hsl(210,20%,95%);
	font-size:40px;
	font-weight:700;
	margin:0;
	letter-spacing:-.015em;
}
.standings-season{
	color:var(--muted);
	font-size:18px;
	margin-top:4px;
}
.standings-date-chip{
	padding:8px 14px;
	background:hsl(220,16%,16%);
	border:1px solid hsl(220,14%,20%);
	border-radius:999px;
	color:hsl(215,15%,60%);
	font-size:16px;
	line-height:1;
	margin-top:8px;
}
.points-table.modern-points-table{
	background:transparent;
	font-size:22px;
}
.points-table.modern-points-table th{
	background:transparent;
	color:var(--muted);
	font-weight:500;
	font-size:14px;
	letter-spacing:.06em;
	padding:13px 14px;
	border-bottom:1px solid var(--line);
}
.points-table.modern-points-table td{
	border:0;
	border-bottom:1px solid rgba(34,46,63,.7);
	padding:13px 14px;
	color:hsl(210,20%,90%);
}
.points-table.modern-points-table tr:nth-child(even) td{
	background:hsla(220,16%,9%,.82);
}
.points-table.modern-points-table tr:hover td{
	background:hsla(220,16%,14%,.95);
}
.points-table.modern-points-table td.rank{
	color:var(--primary);
	font-weight:700;
}
.points-table.modern-points-table .team-col{
	font-weight:600;
}
.points-table.modern-points-table .team-col img{
	border-radius:50%;
	background:hsl(220,16%,16%);
	padding:3px;
	margin-right:8px;
}
.points-table.modern-points-table tbody tr:nth-child(-n+4) td.rank{
	color:var(--primary);
}
.points-table.modern-points-table tbody tr:nth-child(n+5):nth-child(-n+7) td.rank{
	color:var(--accent);
}
.gd-positive{
	color:var(--primary) !important;
}
.gd-negative{
	color:var(--negative) !important;
}
.pts-pill{
	display:inline-block;
	min-width:32px;
	text-align:center;
	padding:3px 10px;
	border-radius:999px;
	background:hsl(220,16%,16%);
	color:hsl(210,20%,94%);
	font-family:"JetBrains Mono", monospace;
	font-weight:700;
}
.form-col{
	color:var(--primary);
	font-family:"JetBrains Mono", monospace;
	font-weight:700;
}
footer{
	border-top:1px solid var(--line);
	border-bottom:1px solid var(--line);
	color:hsl(215,14%,62%);
}
@media (max-width: 980px){
	.brand-title{font-size:24px;}
	.brand-subtitle{font-size:12px;}
	nav{font-size:13px;}
	nav > ul{flex-wrap:wrap;justify-content:flex-end;}
	nav li ul{flex-wrap:wrap;}
	nav li ul a{font-size:12px;}
	.points-table.modern-points-table{font-size:16px;}
	.standings-title{font-size:30px;}
	.standings-season{font-size:15px;}
}

/* ============================================================
   MATCH CARDS — Predict / Results / Crowd
   ============================================================ */
.predict{
	margin-bottom:28px;
}
.predict li{
	background:linear-gradient(180deg,var(--card-soft),var(--card));
	border:1px solid var(--line);
	border-radius:14px;
	margin-bottom:8px;
	padding:16px;
	transition:border-color .2s ease,background .2s ease;
}
.predict li:hover{
	border-color:hsl(220,14%,22%);
	background:linear-gradient(180deg,hsl(220,16%,15%),hsl(220,18%,12%));
}
.team-name{
	color:var(--foreground);
	font-size:18px;
	font-weight:600;
	padding:7px 10px;
	line-height:1.4;
}
.team input[type=text]{
	background:hsl(220,16%,14%);
	border:1px solid var(--line);
	color:var(--foreground);
	border-radius:10px;
	font-family:"JetBrains Mono",monospace;
	font-size:20px;
	font-weight:700;
	width:46px;
	height:46px;
	transition:border-color .2s ease,box-shadow .2s ease;
}
.team input[type=text]:focus{
	border-color:var(--primary);
	outline:none;
	box-shadow:0 0 0 3px rgba(16,214,156,.15);
}
.team input[type=text][disabled]{
	color:var(--muted);
	cursor:not-allowed;
	opacity:.7;
}
.match-date{
	color:var(--muted);
	font-size:12px;
	font-weight:600;
	letter-spacing:.06em;
	text-transform:uppercase;
	padding:6px 14px;
	background:hsl(220,16%,12%);
	border:1px solid var(--line);
	border-radius:999px;
	display:inline-block;
	float:right;
	line-height:1.4;
}
.match-date-aside-h1{
	line-height:1.4;
}

/* ============================================================
   SECTION HEADER / FILTER ROW
   ============================================================ */
.filter.header_title{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:20px;
	padding-bottom:14px;
	border-bottom:1px solid var(--line);
}
h1.h1left{
	float:none;
	margin-left:0;
	color:hsl(210,20%,95%);
	font-size:26px;
	font-weight:700;
	margin-bottom:0;
	letter-spacing:-.015em;
}
h1{
	color:hsl(210,20%,95%);
}
.select{
	background:hsl(220,16%,12%);
	color:var(--foreground);
	border:1px solid var(--line);
	border-radius:10px;
	font-size:14px;
	padding:7px 10px;
}
.select:focus{
	border-color:var(--primary);
	outline:none;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn,input[type=submit].btn{
	background:linear-gradient(135deg,var(--primary),hsl(160,60%,30%));
	color:hsl(220,20%,7%);
	font-weight:700;
	font-size:15px;
	border-radius:12px;
	padding:10px 28px;
	height:auto;
	width:auto;
	border:none;
	cursor:pointer;
	transition:opacity .2s ease;
}
.btn:hover,input[type=submit].btn:hover{
	opacity:.85;
}
#loadmore,#loadmoreCrowd{
	color:var(--primary);
	font-size:13px;
	font-weight:600;
	text-decoration:none;
	padding:8px 20px;
	border:1px solid var(--line);
	border-radius:10px;
	display:inline-block;
	margin-top:16px;
	transition:all .2s ease;
}
#loadmore:hover,#loadmoreCrowd:hover{
	background:hsl(220,16%,14%);
	border-color:hsl(220,14%,22%);
}

/* ============================================================
   CONTACT FORM
   ============================================================ */
.input-label{
	color:var(--muted);
	font-size:11px;
	font-weight:600;
	letter-spacing:.08em;
	text-transform:uppercase;
	margin-bottom:6px;
}
.input-field{
	background:hsl(220,16%,11%);
	border:1px solid var(--line);
	border-top:1px solid var(--line);
	color:var(--foreground);
	border-radius:10px;
	box-shadow:none;
	padding:10px 14px;
	font-size:14px;
	font-family:"Space Grotesk","Segoe UI",Arial,sans-serif;
	transition:border-color .2s ease,box-shadow .2s ease;
}
.input-field:focus{
	background:hsl(220,16%,13%);
	border-color:var(--primary);
	outline:none;
	box-shadow:0 0 0 3px rgba(16,214,156,.12);
}
.input-submit{
	background:linear-gradient(135deg,var(--primary),hsl(160,60%,30%));
	color:hsl(220,20%,7%);
	font-weight:700;
	font-size:15px;
	border-radius:12px;
	padding:10px 28px;
	cursor:pointer;
	border:none;
	min-width:120px;
	transition:opacity .2s ease;
}
.input-submit:hover{
	opacity:.85;
	background:linear-gradient(135deg,var(--primary),hsl(160,60%,30%));
}

/* ============================================================
   PROFILE
   ============================================================ */
.profile-col{
	background:linear-gradient(180deg,var(--card-soft),var(--card));
	border:1px solid var(--line);
	border-radius:14px;
	box-shadow:0 4px 24px rgba(0,0,0,.4);
}
.user-full{
	color:hsl(210,20%,94%);
	font-size:20px;
	font-weight:700;
	margin-top:10px;
}
.user-email{
	color:var(--primary);
	font-size:13px;
}
.thumb-large{
	border:3px solid var(--line);
	background:hsl(220,16%,14%);
}
.numbers li{
	border-left-color:var(--line);
	border-right-color:var(--line);
	padding:10px 0;
}
.num{
	color:var(--primary);
	font-family:"JetBrains Mono",monospace;
	font-size:22px;
	font-weight:700;
	margin-top:4px;
}
.warning{
	color:hsl(0,72%,60%);
}

/* ============================================================
   AUTH MODAL (login / register popup)
   ============================================================ */
#signup{
	background:var(--card);
	border:1px solid var(--line);
	box-shadow:0 24px 64px rgba(0,0,0,.7);
	border-radius:14px;
}
#signup-header{
	background:linear-gradient(180deg,var(--card-soft),var(--card));
	border-bottom:1px solid var(--line);
	border-radius:14px 14px 0 0;
}
#signup-header h2{
	color:hsl(210,20%,94%);
	text-shadow:none;
}
#signup-header p{
	color:var(--muted);
	text-shadow:none;
}
#signup .txt-fld{
	border-bottom:1px solid var(--line);
}
#signup .txt-fld input{
	background:hsl(220,16%,11%);
	border:1px solid var(--line);
	color:var(--foreground);
	border-radius:8px;
}
#signup .txt-fld input:focus,
.txt-fld input:focus,
.txt-fld textarea:focus{
	background:hsl(220,16%,13%);
	border-color:var(--primary);
	box-shadow:0 0 0 3px rgba(16,214,156,.12);
}
#signup .txt-fld input.good_input{
	background:hsl(155,30%,12%);
	border-color:var(--primary);
}
#signup .txt-fld input.error_input{
	background:hsl(0,25%,12%);
	border-color:var(--negative);
}
#signup .txt-fld label{
	color:var(--muted);
}
button{
	background:linear-gradient(135deg,var(--primary),hsl(160,60%,30%));
	color:hsl(220,20%,7%);
	border-radius:10px;
	font-weight:700;
	text-shadow:none;
	border:none;
}
button:hover{
	opacity:.85;
}

/* ============================================================
   FLASH ALERT
   ============================================================ */
.alert-div{
	background:hsl(155,40%,10%) !important;
	border:1px solid var(--primary) !important;
	color:var(--primary) !important;
	border-radius:10px;
}

/* ============================================================
   FOOTER
   ============================================================ */
footer{
	border-top:1px solid var(--line);
	border-bottom:0;
	color:var(--muted);
	padding:20px 0;
	text-align:center;
	position:static;
	width:auto;
	left:auto;
	margin:32px 0 0;
	bottom:auto;
	margin-left:0;
}
footer a{
	color:var(--muted);
	text-decoration:none;
	transition:color .2s ease;
}
footer a:hover{
	color:var(--foreground);
}
body{
	margin-bottom:0;
}

/* ============================================================
   TOPSCORE / GENERIC DARK TABLE
   ============================================================ */
.points-table:not(.modern-points-table){
	background:transparent;
	font-size:15px;
	color:var(--foreground);
	border-radius:14px;
	overflow:hidden;
}
.points-table:not(.modern-points-table) th{
	background:hsl(220,16%,12%);
	color:var(--muted);
	font-weight:600;
	letter-spacing:.06em;
	font-size:12px;
	text-transform:uppercase;
	border-bottom:1px solid var(--line);
	border-top:0;
}
.points-table:not(.modern-points-table) td{
	border-top:1px solid var(--line);
	border-bottom:1px solid var(--line);
	color:hsl(210,20%,90%);
}
.points-table:not(.modern-points-table) tr td:first-child{
	border-left:1px solid var(--line);
}
.points-table:not(.modern-points-table) tr td:last-child{
	border-right:1px solid var(--line);
}
.points-table:not(.modern-points-table) tr:nth-child(even) td{
	background:hsla(220,16%,9%,.7);
}
.points-table:not(.modern-points-table) tr:hover td{
	background:hsla(220,16%,14%,.9);
}
.cicular img{
	border:2px solid var(--line);
}

/* ============================================================
   SECTION WRAPPER
   ============================================================ */
section.col{
	padding-top:24px;
}

/* ============================================================
   RESPONSIVE ADDITIONS
   ============================================================ */
@media (max-width:980px){
	.filter.header_title{flex-wrap:wrap;gap:10px;}
	.wrapper{padding:0 16px;}
	h1.h1left{font-size:22px;}
	.match-date{font-size:11px;}
}
