*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
margin:0;
min-height:100vh;
background:#02040a;
color:#f8fbff;
font-family:Arial,Helvetica,sans-serif;
overflow-x:hidden;
}
body.panel-open{overflow:hidden}
.video-ad-card{
display:none;
}
body::before{
content:"";
position:fixed;
inset:0;
z-index:-2;
background:
linear-gradient(180deg,rgba(2,4,10,.2),#02040a 78%),
radial-gradient(circle at 50% 12%,rgba(0,225,255,.23),transparent 30%),
linear-gradient(135deg,#02040a 0%,#06172f 44%,#02040a 100%);
}
body::after{
content:"";
position:fixed;
inset:0;
z-index:-1;
pointer-events:none;
background:
linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
background-size:54px 54px;
mask-image:linear-gradient(180deg,rgba(0,0,0,.9),transparent 76%);
}
a{color:inherit;text-decoration:none}
button{font:inherit}
.top-nav{
position:fixed;
top:0;
left:0;
right:0;
z-index:40;
height:72px;
display:flex;
align-items:center;
justify-content:space-between;
gap:16px;
padding:12px clamp(16px,4vw,48px);
border-bottom:1px solid rgba(39,213,240,.28);
background:rgba(0,0,0,.86);
backdrop-filter:blur(18px);
box-shadow:0 16px 38px rgba(0,0,0,.42);
}
.brand-link{
display:flex;
align-items:center;
gap:10px;
min-width:0;
}
.brand-mark{
width:46px;
height:46px;
min-width:46px;
flex:0 0 46px;
display:grid;
place-items:center;
overflow:hidden;
border:1px solid rgba(34,211,238,.7);
border-radius:999px;
background:#02040a;
box-shadow:0 0 20px rgba(34,211,238,.35),0 0 0 1px rgba(255,255,255,.03);
}
.brand-mark img{
display:block;
width:34px;
height:34px;
max-width:34px;
max-height:34px;
object-fit:contain;
}
.brand-copy{
display:grid;
gap:3px;
line-height:1;
}
.brand-copy strong{
font-size:20px;
font-weight:900;
color:#68e8ff;
}
.brand-copy small{
font-size:10px;
font-weight:900;
letter-spacing:.14em;
color:#7f8fa7;
}
.desktop-nav{
display:flex;
align-items:center;
gap:8px;
margin-left:auto;
}
.desktop-nav a{
padding:11px 16px;
border:1px solid rgba(125,143,171,.2);
border-radius:8px;
color:#c8d3e5;
font-size:12px;
font-weight:900;
text-transform:uppercase;
transition:.2s ease;
}
.desktop-nav a:hover{
border-color:#22d3ee;
color:#fff;
background:rgba(34,211,238,.09);
}
.team-slot{
min-width:48px;
width:auto;
height:48px;
display:grid;
place-items:center;
padding:0 13px;
border:1px solid rgba(104,232,255,.52);
border-radius:999px;
background:radial-gradient(circle,rgba(23,41,74,.92),rgba(0,0,0,.94));
box-shadow:inset 0 0 0 5px rgba(255,255,255,.04),0 0 28px rgba(34,211,238,.28);
color:#69e9ff;
font-size:10px;
font-weight:900;
letter-spacing:.08em;
text-transform:uppercase;
cursor:pointer;
}
.guest-noti-button{
min-width:62px;
height:38px;
display:flex;
align-items:center;
justify-content:center;
gap:6px;
padding:0 10px;
border:1px solid rgba(104,232,255,.38);
border-radius:999px;
background:rgba(2,8,18,.92);
color:#91a0b8;
font-size:9px;
font-weight:900;
text-transform:uppercase;
cursor:pointer;
}
.guest-noti-button[hidden]{display:none!important}
.guest-noti-button svg{
width:16px;
height:16px;
fill:none;
stroke:currentColor;
stroke-width:2;
stroke-linecap:round;
stroke-linejoin:round;
}
.guest-noti-button.is-active{
border-color:rgba(70,245,157,.65);
background:rgba(70,245,157,.1);
color:#46f59d;
box-shadow:0 0 18px rgba(70,245,157,.14);
}
.guest-noti-button:disabled{cursor:not-allowed;opacity:.55}
.notification-reminder{
position:fixed;
top:72px;
left:0;
right:0;
z-index:39;
display:flex;
align-items:center;
justify-content:center;
gap:12px;
padding:10px 16px;
border-bottom:1px solid rgba(34,211,238,.3);
background:linear-gradient(90deg,rgba(2,14,24,.94),rgba(4,31,44,.94),rgba(2,14,24,.94));
box-shadow:0 16px 28px rgba(0,0,0,.28);
color:#dce9f8;
font-size:13px;
font-weight:900;
text-align:center;
}
.install-app-banner{
position:fixed;
top:84px;
left:50%;
z-index:48;
width:min(calc(100% - 24px),520px);
min-height:58px;
display:grid;
grid-template-columns:38px minmax(0,1fr) auto 28px;
align-items:center;
gap:10px;
padding:9px 10px;
border:1px solid rgba(34,211,238,.52);
border-radius:14px;
background:linear-gradient(135deg,rgba(3,29,42,.98),rgba(0,5,11,.98));
box-shadow:0 18px 44px rgba(0,0,0,.62),0 0 26px rgba(34,211,238,.14);
transform:translateX(-50%);
backdrop-filter:blur(14px);
}
.install-app-banner[hidden]{display:none!important}
.install-app-icon{
width:38px;
height:38px;
display:grid;
place-items:center;
border:1px solid rgba(34,211,238,.65);
border-radius:10px;
background:rgba(34,211,238,.1);
color:#67e8f9;
font-size:25px;
font-weight:900;
}
.install-app-copy{
min-width:0;
display:grid;
gap:3px;
}
.install-app-copy strong{
color:#fff;
font-size:12px;
font-weight:950;
text-transform:uppercase;
}
.install-app-copy small{
color:#9fb0c8;
font-size:10px;
font-weight:800;
line-height:1.25;
}
.install-app-button{
min-height:34px;
padding:0 13px;
border:1px solid rgba(34,211,238,.65);
border-radius:9px;
background:linear-gradient(180deg,#9df7ff,#0ea5e9);
color:#00111c;
font-size:10px;
font-weight:1000;
text-transform:uppercase;
cursor:pointer;
}
.install-app-close{
width:28px;
height:28px;
display:grid;
place-items:center;
padding:0;
border:0;
background:transparent;
color:#8392a8;
font-size:22px;
cursor:pointer;
}
.notification-reminder[hidden]{
display:none;
}
.notification-reminder button{
min-height:32px;
padding:0 14px;
border:1px solid rgba(34,211,238,.58);
border-radius:8px;
background:linear-gradient(180deg,#9df7ff,#0ea5e9);
color:#00111c;
font-size:11px;
font-weight:1000;
text-transform:uppercase;
cursor:pointer;
box-shadow:0 0 18px rgba(34,211,238,.2);
}
.notification-reminder.is-status{
border-bottom-color:rgba(248,113,113,.48);
background:linear-gradient(90deg,rgba(24,2,8,.96),rgba(46,8,18,.96),rgba(2,14,24,.96));
}
.notification-reminder.is-accepted{
border-bottom-color:rgba(70,245,157,.45);
background:linear-gradient(90deg,rgba(2,24,16,.96),rgba(5,48,32,.96),rgba(2,14,24,.96));
}
.notification-reminder.is-rejected{
color:#ffe4e4;
}
.notification-reminder.is-rejected button{
border-color:rgba(248,113,113,.65);
background:linear-gradient(180deg,#ffd4d4,#ef4444);
color:#210308;
}
.team-slot span{
display:grid;
place-items:center;
min-width:18px;
min-height:18px;
}
.team-slot.is-logged{width:48px;padding:0}
.team-slot.is-logged span{
width:38px;
height:38px;
border-radius:999px;
overflow:hidden;
background:rgba(0,0,0,.65);
}
.team-slot img{
width:100%;
height:100%;
object-fit:cover;
}
main{
padding-top:72px;
padding-bottom:0;
min-height:100svh;
display:flex;
flex-direction:column;
}
.hero-section{
position:relative;
flex:1 1 auto;
min-height:0;
display:grid;
align-items:center;
padding:10px clamp(16px,5vw,72px) 12px;
overflow:hidden;
}
.hero-section::before{
content:"";
position:absolute;
inset:-28%;
height:auto;
background:
radial-gradient(circle at 44% 42%,rgba(0,225,255,.2),transparent 24%),
radial-gradient(circle at 78% 38%,rgba(255,201,64,.13),transparent 20%);
filter:blur(28px);
transform:skewY(-8deg);
}
.hero-grid{
position:relative;
width:min(1120px,100%);
margin:0 auto;
display:grid;
grid-template-columns:minmax(0,.86fr) minmax(320px,1.04fr);
align-items:center;
gap:20px;
}
.hero-copy{
max-width:560px;
}
.event-line,.section-tag{
margin:0;
color:#69e9ff;
font-size:12px;
font-weight:900;
letter-spacing:.24em;
text-transform:uppercase;
}
h1,h2,h3,p{margin-top:0}
h1{
margin:10px 0 0;
font-size:clamp(48px,7.2vw,96px);
line-height:.86;
font-weight:900;
text-transform:uppercase;
letter-spacing:0;
}
h2{
margin:8px 0 0;
font-size:clamp(28px,5vw,54px);
line-height:.94;
font-weight:900;
text-transform:uppercase;
}
h3{
font-size:22px;
line-height:1;
margin:0;
}
.hero-text{
max-width:520px;
margin:16px 0 0;
color:#b8c4d9;
font-size:15px;
line-height:1.6;
}
.hero-actions,.hero-whatsapp-action,.support-actions{
display:flex;
flex-wrap:wrap;
gap:12px;
margin-top:22px;
}
.hero-actions{
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
max-width:520px;
}
.hero-whatsapp-action{
display:grid;
max-width:520px;
margin-top:10px;
}
.hero-poster-action{
display:grid;
max-width:520px;
margin-top:8px;
}
.poster-tour-button{
width:100%;
display:grid;
place-items:center;
gap:2px;
border-color:rgba(34,211,238,.52);
background:linear-gradient(180deg,rgba(9,48,65,.92),rgba(0,4,10,.96));
cursor:pointer;
}
.poster-tour-button small{
font-size:8px;
font-weight:900;
letter-spacing:.08em;
text-transform:uppercase;
opacity:.8;
}
.poster-tour-button:hover{
border-color:#67e8f9;
box-shadow:0 0 22px rgba(34,211,238,.16);
}
a.social-btn{
min-height:50px;
display:flex;
align-items:center;
justify-content:center;
gap:7px;
padding:0 12px;
border:1px solid rgba(34,211,238,.42);
border-radius:8px;
background:
linear-gradient(180deg,rgba(122,242,255,.12),rgba(0,0,0,.78)),
rgba(0,0,0,.7);
color:#e7fbff;
font-size:12px;
font-weight:900;
letter-spacing:.04em;
text-align:center;
text-decoration:none;
text-transform:uppercase;
box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 24px rgba(0,0,0,.26);
transition:.2s ease;
}
.tiktok-mark{
width:18px;
height:18px;
display:block;
flex:0 0 18px;
border-radius:5px;
background:#05070b;
fill:#fff;
padding:3px;
filter:drop-shadow(-1px 0 0 #25f4ee) drop-shadow(1px 0 0 #fe2c55);
box-shadow:inset 0 0 0 1px rgba(255,255,255,.1),0 0 14px rgba(37,244,238,.16);
}
a.social-btn:hover{
border-color:rgba(34,211,238,.9);
color:#00111b;
background:linear-gradient(180deg,#7af2ff,#0aa8ff);
transform:translateY(-2px);
}
a.social-btn:hover .tiktok-mark{
background:#00111b;
fill:#fff;
}
.btn{
min-height:50px;
display:inline-flex;
align-items:center;
justify-content:center;
padding:0 22px;
border-radius:8px;
font-size:13px;
font-weight:900;
text-transform:uppercase;
letter-spacing:.04em;
transition:.2s ease;
}
.btn.primary{
color:#02101a;
background:linear-gradient(180deg,#e9fbff,#43dcff 52%,#088bff);
box-shadow:0 12px 30px rgba(0,183,255,.3),inset 0 1px 0 rgba(255,255,255,.8);
}
.btn.secondary{
border:1px solid rgba(34,211,238,.45);
color:#e7fbff;
background:rgba(0,0,0,.68);
}
.whatsapp-btn{
width:100%;
flex-direction:column;
gap:3px;
line-height:1.05;
}
.whatsapp-btn small{
color:#8feeff;
font-size:10px;
font-weight:900;
letter-spacing:.08em;
text-transform:uppercase;
}
.btn:hover{transform:translateY(-2px)}
.logo-stage{
position:relative;
display:grid;
place-items:center;
min-height:420px;
overflow:visible;
}
.logo-aura{
position:absolute;
width:min(640px,92vw);
aspect-ratio:1;
border-radius:999px;
background:radial-gradient(circle,rgba(0,232,255,.35),rgba(255,198,57,.22) 34%,transparent 68%);
filter:blur(18px);
animation:pulse 3.4s ease-in-out infinite;
}
.hero-logo{
position:relative;
width:min(600px,100%);
height:auto;
filter:drop-shadow(0 28px 38px rgba(0,0,0,.8)) drop-shadow(0 0 32px rgba(69,216,255,.26));
}
@keyframes pulse{
0%,100%{opacity:.72;transform:scale(.94)}
50%{opacity:1;transform:scale(1.03)}
}
.tour-strip,.register-guide{
width:min(1100px,calc(100% - 32px));
margin:0 auto;
}
.tour-strip{
margin-top:-6px;
position:relative;
z-index:3;
padding-bottom:14px;
}
.tour-card,.match-card,.deal-panel,.deal-summary,.rules-grid article,.support-card,.guide-card{
position:relative;
overflow:hidden;
border:1px solid rgba(39,213,240,.28);
background:linear-gradient(145deg,rgba(14,18,30,.92),rgba(0,0,0,.88));
box-shadow:0 0 0 1px rgba(255,255,255,.03),0 18px 60px rgba(0,0,0,.45);
}
.tour-card::before,.guide-card::before,.match-card::after,.deal-panel::before{
content:"";
position:absolute;
inset:-2px;
background:linear-gradient(90deg,transparent,#22d3ee,transparent,#facc15,transparent);
transform:translateX(-105%);
opacity:.45;
animation:electricSweep 4.4s linear infinite;
pointer-events:none;
}
.tour-card>*,
.guide-card>*,
.match-card>*,
.deal-panel>*{
position:relative;
z-index:1;
}
@keyframes electricSweep{
0%{transform:translateX(-105%)}
55%,100%{transform:translateX(105%)}
}
.tour-card{
display:grid;
grid-template-columns:.78fr 1.22fr;
gap:20px;
align-items:center;
padding:20px;
border-radius:8px;
}
.info-grid{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:10px;
}
.info-grid span,
.info-format-button{
min-height:66px;
display:grid;
align-content:center;
gap:8px;
padding:12px;
border:1px solid rgba(63,63,70,.75);
border-radius:8px;
background:rgba(0,0,0,.72);
}
button.info-format-button{
width:100%;
position:relative;
color:#fff;
font:inherit;
text-align:left;
cursor:pointer;
appearance:none;
border:1px solid rgba(63,63,70,.75);
background:rgba(0,0,0,.72);
transition:.2s ease;
}
button.info-format-button:hover{
border-color:rgba(34,211,238,.72);
background:linear-gradient(135deg,rgba(6,36,48,.82),rgba(0,0,0,.74));
transform:translateY(-1px);
}
button.info-format-button em{
position:absolute;
right:10px;
bottom:8px;
min-height:20px;
display:inline-flex;
align-items:center;
justify-content:center;
padding:0 8px;
border:1px solid rgba(34,211,238,.5);
border-radius:6px;
background:linear-gradient(180deg,rgba(122,242,255,.14),rgba(0,0,0,.72));
color:#69e9ff;
font-size:8px;
font-style:normal;
font-weight:900;
letter-spacing:.06em;
text-transform:uppercase;
transition:.2s ease;
box-shadow:0 0 16px rgba(34,211,238,.1);
}
button.info-format-button:hover em{
border-color:rgba(34,211,238,.9);
background:linear-gradient(180deg,#7af2ff,#0aa8ff);
color:#00111b;
}
.info-grid small{
color:#8090a9;
font-size:10px;
font-weight:900;
text-transform:uppercase;
}
.info-grid strong{
font-size:15px;
line-height:1.1;
}
.register-guide{
padding:0 0 34px;
}
.guide-card{padding:20px}
.guide-head{
display:flex;
align-items:end;
justify-content:space-between;
gap:16px;
padding-bottom:14px;
border-bottom:1px solid rgba(111,130,158,.2);
}
.guide-head h2{
font-size:clamp(28px,4vw,44px);
}
.guide-toggle{
min-height:34px;
padding:0 12px;
border:1px solid rgba(34,211,238,.5);
border-radius:8px;
background:linear-gradient(180deg,rgba(122,242,255,.18),rgba(0,0,0,.72));
color:#69e9ff;
font-size:10px;
font-weight:900;
letter-spacing:.12em;
text-transform:uppercase;
cursor:pointer;
margin-top:10px;
box-shadow:0 0 20px rgba(34,211,238,.14);
transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease;
}
.guide-toggle:hover,
.guide-toggle.is-open{
border-color:rgba(34,211,238,.9);
background:linear-gradient(180deg,#7af2ff,#0aa8ff);
color:#00111b;
transform:translateY(-1px);
}
.guide-details[hidden]{
display:none;
}
.guide-list{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:10px;
margin:18px 0 0;
padding:0;
list-style:none;
counter-reset:guide;
}
.guide-list li{
position:relative;
min-height:70px;
padding:14px 14px 14px 52px;
border:1px solid rgba(63,63,70,.72);
border-radius:8px;
background:rgba(0,0,0,.58);
color:#c5d2e6;
font-size:13px;
font-weight:800;
line-height:1.45;
}
.guide-list li::before{
counter-increment:guide;
content:counter(guide, decimal-leading-zero);
position:absolute;
top:14px;
left:14px;
color:#69e9ff;
font-size:12px;
font-weight:900;
letter-spacing:.08em;
}
.guide-list strong{
color:#fff;
}
.guide-note{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:10px;
margin-top:12px;
}
.guide-note p{
margin:0;
padding:13px 14px;
border:1px solid rgba(34,211,238,.36);
border-radius:8px;
background:linear-gradient(135deg,rgba(8,30,40,.58),rgba(0,0,0,.64));
color:#e0f8ff;
font-size:13px;
font-weight:900;
line-height:1.35;
}
.section-head{
display:flex;
align-items:end;
justify-content:space-between;
gap:16px;
margin-bottom:18px;
}
.view-panel{
position:fixed;
inset:0;
z-index:60;
display:grid;
place-items:center;
padding:88px 18px 100px;
opacity:0;
visibility:hidden;
pointer-events:none;
transition:opacity .2s ease,visibility .2s ease;
}
.view-panel.is-open{
opacity:1;
visibility:visible;
pointer-events:auto;
}
.panel-backdrop{
position:absolute;
inset:0;
background:rgba(0,0,0,.7);
backdrop-filter:blur(10px);
}
.panel-shell{
position:relative;
width:min(1040px,100%);
max-height:calc(100svh - 124px);
overflow:auto;
padding:22px;
border:1px solid rgba(84,213,255,.34);
border-radius:10px;
background:
linear-gradient(180deg,rgba(9,20,40,.98),rgba(1,3,9,.98)),
linear-gradient(135deg,rgba(37,212,255,.14),transparent);
box-shadow:0 30px 90px rgba(0,0,0,.7),0 0 38px rgba(34,211,238,.18);
}
.panel-close{
position:absolute;
top:14px;
right:14px;
z-index:2;
width:42px;
height:42px;
border:1px solid rgba(111,229,255,.35);
border-radius:999px;
background:#030a16;
color:#dffbff;
font-size:14px;
font-weight:900;
}
.format-layout{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:12px;
}
.format-card{
position:relative;
overflow:hidden;
padding:16px;
border:1px solid rgba(63,63,70,.72);
border-radius:8px;
background:linear-gradient(145deg,rgba(3,8,18,.9),rgba(0,0,0,.82));
box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}
.format-card h3{
margin:0 0 10px;
color:#fff;
font-size:18px;
font-weight:900;
text-transform:uppercase;
}
.format-card p{
margin:0 0 12px;
color:#b8c4d9;
font-size:13px;
font-weight:800;
line-height:1.45;
}
.format-card ul{
display:grid;
gap:7px;
margin:0;
padding:0;
list-style:none;
}
.format-card li{
position:relative;
padding-left:18px;
color:#dbeafe;
font-size:13px;
font-weight:850;
line-height:1.35;
}
.format-card li::before{
content:"";
position:absolute;
top:.55em;
left:0;
width:7px;
height:7px;
border-radius:999px;
background:#69e9ff;
box-shadow:0 0 12px rgba(34,211,238,.7);
}
.format-card strong{
color:#69e9ff;
}
.format-highlight{
border-color:rgba(34,211,238,.48);
background:linear-gradient(145deg,rgba(0,42,58,.78),rgba(0,0,0,.82));
}
.format-bracket{
display:grid;
gap:8px;
margin:12px 0;
}
.format-bracket span{
display:block;
padding:10px 12px;
border:1px solid rgba(34,211,238,.3);
border-radius:8px;
background:rgba(34,211,238,.08);
color:#facc15;
font-size:18px;
font-weight:900;
letter-spacing:.04em;
text-align:center;
}
.format-groups{
grid-column:1 / -1;
}
.group-grid{
display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
gap:10px;
}
.group-grid div{
display:grid;
gap:7px;
padding:13px;
border:1px solid rgba(34,211,238,.26);
border-radius:8px;
background:rgba(0,0,0,.55);
}
.group-grid strong{
color:#fff;
font-size:14px;
font-weight:900;
text-transform:uppercase;
}
.group-grid span{
color:#b8c4d9;
font-size:12px;
font-weight:850;
text-transform:uppercase;
}
.match-card{
position:relative;
overflow:hidden;
padding:20px;
border-radius:8px;
}
.match-card::before{
content:"";
position:absolute;
inset:0;
background:linear-gradient(90deg,transparent,rgba(33,198,255,.12),transparent);
pointer-events:none;
}
.match-top,.match-meta{
position:relative;
display:flex;
align-items:center;
justify-content:space-between;
gap:10px;
color:#90a0b7;
font-size:12px;
font-weight:900;
text-transform:uppercase;
}
.match-top strong{
color:#8df0ff;
}
.versus-row{
position:relative;
display:grid;
grid-template-columns:1fr auto 1fr;
align-items:center;
gap:16px;
padding:28px 0;
}
.team-preview{
display:grid;
justify-items:center;
gap:12px;
min-width:0;
}
.empty-logo{
width:94px;
height:94px;
border:1px dashed rgba(120,237,255,.6);
border-radius:999px;
background:radial-gradient(circle,rgba(39,82,130,.52),rgba(0,0,0,.72));
box-shadow:inset 0 0 0 8px rgba(255,255,255,.035),0 0 28px rgba(34,211,238,.16);
}
.team-preview p{
margin:0;
font-size:22px;
font-weight:900;
text-transform:uppercase;
overflow-wrap:anywhere;
}
.vs-core{
width:118px;
height:118px;
display:grid;
place-items:center;
align-content:center;
gap:5px;
border:1px solid rgba(94,224,255,.44);
clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);
background:linear-gradient(180deg,#10264b,#02040a);
}
.vs-core strong{
font-size:31px;
font-weight:900;
color:#fff;
}
.vs-core span{
font-size:9px;
font-weight:900;
color:#75e9ff;
text-transform:uppercase;
}
.match-meta{
justify-content:center;
flex-wrap:wrap;
}
.schedule-actions{
position:relative;
z-index:1;
display:flex;
justify-content:center;
margin-top:14px;
padding:14px;
border:1px solid rgba(63,63,70,.72);
border-radius:8px;
background:rgba(0,0,0,.58);
}
.schedule-actions .btn{
min-width:190px;
border:0;
cursor:pointer;
}
.official-schedule{
position:relative;
z-index:1;
display:grid;
gap:16px;
margin-top:16px;
padding:18px;
border:1px solid rgba(94,224,255,.28);
border-radius:8px;
background:
linear-gradient(135deg,rgba(4,18,32,.88),rgba(0,0,0,.86) 58%,rgba(72,61,0,.22)),
rgba(0,0,0,.65);
box-shadow:0 22px 50px rgba(0,0,0,.28);
}
.official-schedule-head{
display:flex;
align-items:end;
justify-content:space-between;
gap:14px;
padding-bottom:12px;
border-bottom:1px solid rgba(34,211,238,.18);
}
.official-schedule-head .section-tag{
margin:0;
}
.official-schedule-head h3{
margin:0;
font-size:26px;
font-weight:950;
text-transform:uppercase;
}
.official-schedule-list{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:10px;
}
.official-schedule-item{
position:relative;
display:grid;
grid-template-columns:180px minmax(0,1fr);
gap:14px;
align-items:center;
min-height:78px;
padding:14px;
border:1px solid rgba(63,63,70,.72);
border-radius:8px;
background:linear-gradient(135deg,rgba(0,35,48,.56),rgba(0,0,0,.74));
overflow:hidden;
}
.official-schedule-item::before{
content:"";
position:absolute;
inset:0 auto 0 0;
width:3px;
background:linear-gradient(180deg,#70f0ff,#008dff);
opacity:.8;
}
.official-schedule-item time{
color:#77ecff;
font-size:11px;
font-weight:950;
letter-spacing:.09em;
text-transform:uppercase;
}
.official-schedule-item h4,
.official-schedule-item p{
margin:0;
}
.official-schedule-item h4{
color:#fff;
font-size:15px;
font-weight:950;
text-transform:uppercase;
}
.official-schedule-item p{
margin-top:4px;
color:#c7d2e6;
font-size:12px;
font-weight:800;
line-height:1.35;
}
.official-schedule-item.is-final{
border-color:rgba(255,218,76,.45);
background:linear-gradient(135deg,rgba(0,35,48,.62),rgba(0,0,0,.78),rgba(110,85,0,.22));
}
.official-schedule-item.is-final::before{
background:linear-gradient(180deg,#fff3a5,#ffd12d);
}
.team-count-strip,
.match-random-tool,
.match-admin-form{
display:grid;
gap:12px;
border:1px solid rgba(94,224,255,.34);
border-radius:8px;
background:linear-gradient(135deg,rgba(7,20,34,.9),rgba(0,0,0,.7));
box-shadow:0 18px 45px rgba(0,0,0,.22);
}
.team-count-strip{
grid-template-columns:1fr auto;
align-items:center;
padding:14px 16px;
margin-bottom:12px;
text-transform:uppercase;
font-weight:900;
letter-spacing:.08em;
}
.team-count-strip span{
color:#79eaff;
font-size:12px;
}
.team-count-strip strong{
display:grid;
place-items:center;
min-width:44px;
height:36px;
padding:0 12px;
border:1px solid rgba(94,224,255,.45);
border-radius:999px;
color:#fff;
background:rgba(17,156,205,.16);
}
.match-random-tool{
grid-template-columns:minmax(180px,1.2fr) repeat(3,minmax(120px,1fr)) auto;
align-items:end;
padding:14px;
margin-bottom:14px;
}
.match-random-tool h3{
margin:4px 0;
font-size:20px;
text-transform:uppercase;
}
.match-random-tool small{
color:#9aa8bd;
font-weight:800;
}
.match-random-tool label,
.match-admin-form label{
display:grid;
gap:6px;
font-size:10px;
font-weight:900;
text-transform:uppercase;
letter-spacing:.08em;
color:#7deaff;
}
.match-random-tool input,
.match-admin-form input,
.match-admin-form select{
width:100%;
min-height:42px;
border:1px solid rgba(148,163,184,.22);
border-radius:8px;
background:#02040a;
color:#fff;
font:inherit;
font-weight:900;
padding:0 12px;
}
.match-random-tool .btn{
min-height:42px;
border:0;
cursor:pointer;
}
.match-random-actions{
display:grid;
gap:7px;
}
.match-random-actions .btn{
width:100%;
white-space:nowrap;
}
.match-random-actions .schedule-reset-button{
border:1px solid rgba(255,82,96,.65);
background:rgba(105,10,20,.72);
color:#ffb6bd;
box-shadow:none;
}
.match-random-actions .schedule-reset-button:hover{
background:rgba(155,16,30,.85);
color:#fff;
}
.match-random-actions .btn:disabled{
cursor:not-allowed;
filter:grayscale(1);
opacity:.5;
}
.schedule-status-grid{
position:relative;
z-index:1;
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:10px;
margin:0 0 14px;
}
.schedule-status-grid article{
min-width:0;
padding:12px 14px;
border:1px solid rgba(94,224,255,.28);
border-radius:8px;
background:linear-gradient(180deg,rgba(5,23,36,.8),rgba(0,0,0,.7));
box-shadow:0 16px 32px rgba(0,0,0,.2);
}
.schedule-status-grid span{
display:block;
color:#73eaff;
font-size:10px;
font-weight:950;
letter-spacing:.16em;
text-transform:uppercase;
}
.schedule-status-grid strong{
display:block;
margin-top:6px;
color:#fff;
font-size:28px;
font-weight:950;
line-height:1;
}
.schedule-status-grid small{
display:block;
margin-top:5px;
color:#9aa8bd;
font-size:11px;
font-weight:800;
}
.schedule-status-grid article.is-alert{
border-color:rgba(255,211,77,.5);
box-shadow:inset 3px 0 0 rgba(255,211,77,.85),0 16px 32px rgba(0,0,0,.2);
}
.schedule-status-grid article.is-clear{
border-color:rgba(70,245,157,.42);
box-shadow:inset 3px 0 0 rgba(70,245,157,.8),0 16px 32px rgba(0,0,0,.2);
}
.match-admin-form{
grid-template-columns:repeat(6,minmax(0,1fr)) auto auto;
align-items:end;
padding:10px;
margin-top:10px;
border-color:rgba(148,163,184,.25);
}
.match-admin-form .match-name-field,
.match-admin-form .match-time-field{
grid-column:span 2;
}
.match-admin-form .match-status-field,
.match-admin-form .match-point-field{
grid-column:span 1;
}
.match-admin-form button{
min-height:42px;
padding:0 16px;
border:1px solid rgba(94,224,255,.5);
border-radius:8px;
background:rgba(0,0,0,.45);
color:#7deaff;
font-weight:900;
text-transform:uppercase;
cursor:pointer;
}
.match-admin-form .score-save-button{
border-color:rgba(70,245,157,.5);
color:#46f59d;
}
.admin-schedule-groups{
display:grid;
gap:12px;
margin-top:14px;
}
.admin-date-card,
.admin-match-card{
border:1px solid rgba(94,224,255,.28);
border-radius:10px;
background:linear-gradient(135deg,rgba(4,18,28,.86),rgba(0,0,0,.78));
overflow:hidden;
}
.admin-date-card>summary,
.admin-match-card>summary{
display:grid;
align-items:center;
gap:10px;
list-style:none;
cursor:pointer;
}
.admin-date-card>summary::-webkit-details-marker,
.admin-match-card>summary::-webkit-details-marker{
display:none;
}
.admin-date-card>summary{
grid-template-columns:1fr auto;
padding:14px 16px;
color:#70eaff;
font-size:13px;
font-weight:950;
letter-spacing:.12em;
text-transform:uppercase;
}
.admin-date-card>summary strong{
display:inline-grid;
place-items:center;
min-height:30px;
padding:0 12px;
border:1px solid rgba(70,245,157,.42);
border-radius:999px;
color:#46f59d;
font-size:11px;
letter-spacing:.06em;
}
.admin-match-list{
display:grid;
gap:8px;
padding:0 12px 12px;
}
.admin-match-card{
background:rgba(0,0,0,.48);
}
.admin-match-card>summary{
grid-template-columns:minmax(0,1fr) minmax(160px,.7fr) auto;
padding:12px 14px;
}
.admin-match-teams{
min-width:0;
color:#fff;
font-size:17px;
font-weight:950;
line-height:1.15;
text-transform:uppercase;
overflow-wrap:anywhere;
}
.admin-match-teams b{
color:#67e8f9;
font-size:13px;
margin:0 8px;
}
.admin-match-meta{
min-width:0;
color:#9fb0c8;
font-size:11px;
font-weight:850;
line-height:1.25;
text-transform:uppercase;
overflow-wrap:anywhere;
}
.admin-match-card>summary strong{
display:inline-grid;
place-items:center;
min-height:30px;
padding:0 12px;
border:1px solid rgba(94,224,255,.35);
border-radius:999px;
color:#7deaff;
font-size:10px;
font-weight:950;
text-transform:uppercase;
}
.admin-match-detail{
display:grid;
gap:10px;
padding:0 14px 14px;
}
.admin-match-scoreline{
display:grid;
grid-template-columns:1fr auto 1fr;
align-items:center;
gap:12px;
padding:10px 12px;
border:1px solid rgba(148,163,184,.18);
border-radius:8px;
background:rgba(0,0,0,.35);
}
.admin-match-scoreline span{
min-width:0;
color:#fff;
font-size:13px;
font-weight:900;
text-transform:uppercase;
overflow-wrap:anywhere;
}
.admin-match-scoreline span:last-child{
text-align:right;
}
.admin-match-scoreline b{
color:#67e8f9;
font-size:18px;
font-weight:950;
white-space:nowrap;
}
.admin-match-detail .match-admin-form{
margin-top:0;
}
.result-form{
display:grid;
gap:14px;
margin-top:18px;
}
.result-score-grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:12px;
}
.result-history{
display:grid;
gap:10px;
margin-top:16px;
}
.result-history-head{
padding-top:8px;
border-top:1px solid rgba(34,211,238,.18);
}
.result-mini-card,
.result-score-card{
display:grid;
gap:6px;
padding:12px;
border:1px solid rgba(47,58,77,.7);
border-radius:8px;
background:rgba(0,0,0,.42);
}
.result-mini-card strong,
.result-score-card strong{
font-size:14px;
font-weight:900;
text-transform:uppercase;
}
.result-mini-card span{
color:#9fb0c8;
font-size:11px;
font-weight:800;
}
.result-mini-card a,
.result-screenshot-link{
color:#67e8f9;
font-size:11px;
font-weight:900;
text-transform:uppercase;
}
.result-screenshot-link{
display:block;
overflow:hidden;
border:1px solid rgba(34,211,238,.26);
border-radius:8px;
background:rgba(0,0,0,.45);
}
.result-screenshot-link img{
width:100%;
max-height:420px;
display:block;
object-fit:contain;
}
.next-match-card{
width:min(820px,100%);
margin:14px auto 0;
padding:30px 34px;
border:1px solid rgba(113,113,122,.75);
border-radius:20px;
background:
linear-gradient(90deg,rgba(0,0,0,.82),rgba(7,10,18,.92)),
rgba(0,0,0,.6);
box-shadow:0 24px 70px rgba(0,0,0,.52);
backdrop-filter:blur(14px);
}
.next-match-card::before,
.next-match-card::after{
content:none;
}
.next-match-label{
margin:0 0 24px;
color:#a1a1aa;
font-size:24px;
font-weight:900;
letter-spacing:.22em;
line-height:1;
text-transform:uppercase;
}
.next-match-row{
display:grid;
grid-template-columns:1fr minmax(170px,.85fr) 1fr;
align-items:center;
gap:24px;
}
.next-team{
display:grid;
justify-items:center;
gap:14px;
min-width:0;
text-align:center;
}
.next-team img{
width:104px;
height:86px;
display:block;
object-fit:contain;
filter:drop-shadow(0 16px 22px rgba(0,0,0,.75));
}
.next-team p{
margin:0;
color:#fff;
font-size:23px;
font-weight:900;
line-height:1;
text-transform:uppercase;
overflow-wrap:anywhere;
}
.next-center{
display:grid;
justify-items:center;
gap:10px;
text-align:center;
}
.next-status{
margin:0;
color:#86efac;
font-size:22px;
font-weight:900;
line-height:1;
text-transform:uppercase;
}
.next-center strong{
color:#67e8f9;
font-size:46px;
font-weight:900;
line-height:.95;
}
.next-stage{
margin:0;
color:#8c8b94;
font-size:22px;
line-height:1;
text-transform:uppercase;
}
.next-score{
margin:0;
color:#fff;
font-size:20px;
font-weight:900;
line-height:1;
text-transform:uppercase;
}
.next-time{
margin:8px 0 0;
color:#fde047;
font-size:21px;
font-weight:900;
line-height:1;
text-transform:uppercase;
white-space:nowrap;
}
.deal-layout{
display:grid;
grid-template-columns:1fr 320px;
gap:16px;
}
.deal-panel,.deal-summary{
border-radius:8px;
padding:18px;
}
.deal-title{
display:grid;
grid-template-columns:auto 1fr auto;
align-items:center;
gap:10px;
padding-bottom:14px;
border-bottom:1px solid rgba(111,130,158,.2);
}
.status-dot{
width:12px;
height:12px;
border-radius:999px;
background:#43ff93;
box-shadow:0 0 18px rgba(67,255,147,.75);
}
.deal-title small{
color:#7d8ba4;
font-weight:900;
font-size:11px;
text-transform:uppercase;
}
.chat-list{
display:grid;
gap:10px;
padding:18px 0;
}
.chat-bubble{
width:min(82%,520px);
padding:13px 15px;
border-radius:8px;
font-size:14px;
line-height:1.5;
font-weight:700;
color:#dbe7f8;
background:rgba(12,26,48,.95);
}
.chat-bubble.team{
justify-self:end;
background:linear-gradient(180deg,rgba(43,177,255,.34),rgba(5,28,59,.94));
}
.chat-input{
height:52px;
display:flex;
align-items:center;
justify-content:space-between;
gap:12px;
padding:6px 6px 6px 16px;
border:1px solid rgba(111,130,158,.25);
border-radius:8px;
background:rgba(0,0,0,.46);
color:#7f8fa7;
font-size:13px;
font-weight:800;
}
.chat-input button{
height:40px;
padding:0 18px;
border:0;
border-radius:7px;
background:#60e8ff;
color:#03101a;
font-weight:900;
text-transform:uppercase;
}
.deal-summary h3{margin-bottom:16px}
.deal-summary ul{
display:grid;
gap:12px;
padding:0;
margin:0;
list-style:none;
}
.deal-summary li{
padding:12px;
border:1px solid rgba(111,130,158,.18);
border-radius:8px;
background:rgba(0,0,0,.32);
color:#c4d0e2;
font-size:14px;
font-weight:800;
}
.deal-section .panel-shell{
padding:0;
overflow:hidden;
}
.support-section .panel-shell{
padding:0;
overflow:hidden;
}
.deal-view-head{
display:flex;
align-items:flex-start;
justify-content:space-between;
gap:14px;
padding:22px;
border-bottom:1px solid rgba(34,211,238,.18);
}
.deal-section:has(.deal-app-grid.chat-open) .deal-view-head{
display:none;
}
.deal-section.chat-room-open .deal-view-head{
display:none;
}
.deal-view-head h2{
margin:4px 0 0;
font-size:32px;
line-height:1;
}
.deal-view-head p:last-child{
margin:8px 0 0;
color:#b9c7db;
font-size:13px;
line-height:1.35;
}
.support-view-head{
flex:0 0 auto;
}
.support-chat-layout{
min-height:0;
display:grid;
grid-template-columns:320px minmax(0,1fr);
flex:1;
}
.support-chat-layout .deal-contact-list{
min-height:0;
border-right:1px solid rgba(34,211,238,.18);
overflow-y:auto;
}
.support-thread-list .deal-contact-item:first-child{
background:rgba(34,211,238,.09);
}
.support-chat-screen{
min-height:0;
}
.support-status-pill{
border-color:rgba(70,245,157,.45);
color:#46f59d;
}
.deal-contact-list{
display:grid;
gap:0;
align-content:start;
grid-auto-rows:max-content;
min-height:420px;
max-width:100%;
overflow-x:hidden;
}
.deal-filter-bar{
position:sticky;
top:0;
z-index:5;
display:grid;
gap:10px;
align-self:start;
min-height:0;
padding:12px 14px;
border-bottom:1px solid rgba(34,211,238,.18);
background:rgba(2,8,13,.96);
backdrop-filter:blur(12px);
}
.deal-filter-tabs{
display:flex;
align-items:center;
gap:8px;
min-height:36px;
overflow-x:auto;
scrollbar-width:none;
}
.deal-filter-tabs::-webkit-scrollbar{
display:none;
}
.deal-filter-tabs button{
flex:0 0 auto;
align-self:center;
height:36px;
min-height:36px;
max-height:36px;
padding:0 15px;
border:1px solid rgba(255,255,255,.18);
border-radius:999px;
background:rgba(255,255,255,.04);
color:#b9c5d5;
font:900 11px/1 var(--font-body);
letter-spacing:.04em;
}
.deal-filter-tabs button.is-active{
border-color:rgba(70,245,157,.65);
background:rgba(18,92,66,.7);
color:#d9ffeb;
}
.deal-filter-tabs button b{
display:inline-grid;
place-items:center;
min-width:19px;
height:19px;
margin-left:4px;
padding:0 4px;
border-radius:999px;
background:#46f59d;
color:#032016;
font-size:10px;
}
.deal-filter-date{
width:100%;
height:40px;
padding:0 12px;
border:1px solid rgba(34,211,238,.35);
border-radius:9px;
outline:0;
background:#03070d;
color:#fff;
font:800 12px/1 var(--font-body);
}
.deal-filter-date:focus{
border-color:#67e8f9;
box-shadow:0 0 0 3px rgba(34,211,238,.12);
}
.deal-room-group-title{
display:flex;
align-items:center;
justify-content:space-between;
gap:12px;
padding:9px 18px;
border-bottom:1px solid rgba(34,211,238,.12);
background:rgba(34,211,238,.07);
color:#67e8f9;
font-size:10px;
font-weight:900;
letter-spacing:.12em;
text-transform:uppercase;
}
.deal-room-group-title b{
color:#46f59d;
}
.deal-filter-empty{
padding:30px 18px;
color:#8492a6;
font-size:12px;
font-weight:700;
text-align:center;
}
.deal-new-chat{
box-sizing:border-box;
display:grid;
grid-template-columns:minmax(0,1fr) auto;
align-items:end;
gap:12px;
width:100%;
max-width:100%;
padding:14px 18px;
border-bottom:1px solid rgba(34,211,238,.18);
background:linear-gradient(135deg,rgba(0,42,58,.82),rgba(0,0,0,.74));
overflow:hidden;
flex:0 0 auto;
}
.deal-new-chat label{
display:grid;
gap:7px;
min-width:0;
color:#67e8f9;
font-size:11px;
font-weight:900;
letter-spacing:.24em;
text-transform:uppercase;
}
.deal-new-chat select{
width:100%;
min-width:0;
height:42px;
border:1px solid rgba(34,211,238,.34);
border-radius:8px;
background:#03070d;
color:#fff;
font:900 13px/1 var(--font-body);
outline:0;
padding:0 12px;
text-transform:uppercase;
}
.deal-new-chat select:focus{
border-color:rgba(103,232,249,.8);
box-shadow:0 0 0 3px rgba(34,211,238,.12);
}
.deal-new-chat button{
height:42px;
border:1px solid rgba(34,211,238,.55);
border-radius:8px;
background:linear-gradient(180deg,#cfffff,#10a8ff);
box-shadow:0 0 22px rgba(34,211,238,.22);
color:#00111a;
font:900 12px/1 var(--font-body);
letter-spacing:.08em;
padding:0 18px;
text-transform:uppercase;
white-space:nowrap;
}
.deal-new-chat button:disabled{
cursor:not-allowed;
filter:grayscale(1);
opacity:.5;
}
.deal-contact-item{
box-sizing:border-box;
width:100%;
max-width:100%;
min-width:0;
min-height:82px;
display:grid;
grid-template-columns:52px minmax(0,1fr) auto;
align-items:center;
gap:14px;
border:0;
border-bottom:1px solid rgba(255,255,255,.07);
background:rgba(0,0,0,.22);
color:#fff;
padding:14px 22px;
text-align:left;
transition:background .2s ease;
overflow:hidden;
contain:layout paint;
isolation:isolate;
}
.deal-contact-item *{
min-width:0;
}
.deal-contact-item:hover{
background:rgba(34,211,238,.07);
}
.deal-contact-avatar{
box-sizing:border-box;
width:52px;
height:52px;
min-width:52px;
max-width:52px;
min-height:52px;
max-height:52px;
aspect-ratio:1;
display:grid;
flex:0 0 52px;
place-items:center;
border:1px solid rgba(34,211,238,.5);
border-radius:999px;
background:linear-gradient(180deg,rgba(34,211,238,.18),rgba(0,0,0,.72));
color:#22d3ee;
font-size:16px;
font-weight:900;
overflow:hidden;
contain:paint;
isolation:isolate;
}
.deal-contact-avatar img,
.deal-contact-avatar .avatar-img,
.deal-contact-item > .deal-contact-avatar > img{
position:static !important;
inset:auto !important;
width:100% !important;
height:100% !important;
min-width:0 !important;
min-height:0 !important;
max-width:100% !important;
max-height:100% !important;
display:block !important;
border-radius:inherit;
object-fit:contain !important;
object-position:center !important;
transform:none !important;
}
.question-room-avatar{
display:block;
width:100%;
height:100%;
border-radius:inherit;
background-color:#06121b;
background-image:url("images/question-chat-profile.png?v=20260726-3");
background-position:center;
background-repeat:no-repeat;
background-size:cover;
}
.deal-contact-main{
position:relative;
z-index:1;
min-width:0;
}
.deal-contact-main strong{
display:block;
overflow:hidden;
color:#fff;
font-size:17px;
font-weight:900;
text-overflow:ellipsis;
text-transform:uppercase;
white-space:nowrap;
}
.deal-contact-main span{
display:block;
overflow:hidden;
margin-top:5px;
color:#b9c7db;
font-size:12px;
font-weight:700;
line-height:1.25;
text-overflow:ellipsis;
white-space:nowrap;
}
.deal-contact-main span:last-child{
color:#d8e6f8;
}
.deal-contact-meta{
position:relative;
z-index:1;
display:grid;
justify-items:end;
gap:7px;
color:#cbd7e8;
font-size:11px;
font-weight:900;
text-transform:lowercase;
}
.chat-unread-badge,
.nav-badge{
display:grid;
place-items:center;
min-width:18px;
height:18px;
padding:0 5px;
border-radius:999px;
background:#22d3ee;
color:#00111b;
font-size:10px;
font-weight:1000;
line-height:1;
box-shadow:0 0 16px rgba(34,211,238,.55);
}
.nav-badge{
position:absolute;
top:6px;
right:8px;
}
.desktop-nav a,
.bottom-nav a{
position:relative;
}
.deal-section.view-panel{
z-index:35;
place-items:stretch;
padding:84px 12px 18px;
background:
linear-gradient(180deg,rgba(0,0,0,.88),rgba(1,6,14,.98)),
rgba(0,0,0,.96);
}
.deal-section .panel-backdrop,
.login-section .panel-backdrop,
.register-section .panel-backdrop,
.schedule-section .panel-backdrop,
.profile-section .panel-backdrop,
.all-team-section .panel-backdrop,
.rules-section .panel-backdrop,
.support-section .panel-backdrop{
display:none;
}
.register-section.view-panel,
.login-section.view-panel,
.schedule-section.view-panel,
.profile-section.view-panel,
.all-team-section.view-panel,
.rules-section.view-panel,
.support-section.view-panel{
z-index:35;
place-items:stretch;
padding:84px 12px 18px;
background:
linear-gradient(180deg,rgba(0,0,0,.88),rgba(1,6,14,.98)),
rgba(0,0,0,.96);
}
.deal-section .panel-shell,
.login-section .panel-shell,
.register-section .panel-shell,
.schedule-section .panel-shell,
.profile-section .panel-shell,
.all-team-section .panel-shell,
.rules-section .panel-shell,
.support-section .panel-shell{
width:min(1120px,calc(100% - 24px));
height:calc(100svh - 104px);
max-height:none;
margin:0 auto;
display:flex;
flex-direction:column;
border-radius:10px;
background:
linear-gradient(145deg,rgba(5,15,28,.95),rgba(0,0,0,.98)),
rgba(0,0,0,.9);
}
.schedule-section .section-head{
flex:0 0 auto;
padding-bottom:16px;
border-bottom:1px solid rgba(34,211,238,.18);
}
.register-section .section-head,
.profile-section .section-head,
.all-team-section .section-head,
.rules-section .section-head{
flex:0 0 auto;
padding-bottom:16px;
border-bottom:1px solid rgba(34,211,238,.18);
}
.schedule-section .match-card{
margin-top:16px;
}
.all-team-section .team-list-placeholder,
.rules-section .rules-grid,
.support-section .support-card{
margin-top:16px;
}
.team-roster-list{
display:grid;
gap:10px;
margin-top:16px;
}
.admin-team-search{
min-height:48px;
display:grid;
grid-template-columns:22px minmax(0,1fr) auto;
align-items:center;
gap:10px;
margin-top:16px;
padding:0 14px;
border:1px solid rgba(34,211,238,.32);
border-radius:10px;
background:rgba(0,0,0,.58);
box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}
.admin-team-search[hidden]{display:none!important}
.admin-team-search svg{
width:20px;
height:20px;
fill:none;
stroke:#69e9ff;
stroke-width:2;
stroke-linecap:round;
}
.admin-team-search input{
min-width:0;
width:100%;
border:0;
background:transparent;
color:#fff;
font-size:15px;
font-weight:800;
outline:0;
}
.admin-team-search input::placeholder{color:#718198}
.admin-team-search span{
color:#69e9ff;
font-size:11px;
font-weight:900;
}
.admin-whatsapp-composer{
display:grid;
grid-template-columns:minmax(220px,.8fr) minmax(180px,.55fr) minmax(280px,1.4fr);
align-items:end;
gap:12px;
margin-top:14px;
padding:16px;
border:1px solid rgba(37,211,102,.4);
border-radius:12px;
background:linear-gradient(135deg,rgba(4,58,35,.42),rgba(0,0,0,.72));
box-shadow:0 16px 36px rgba(0,0,0,.25);
}
.admin-whatsapp-composer[hidden]{display:none!important}
.admin-whatsapp-composer>div{
align-self:center;
}
.admin-whatsapp-composer h3{
margin:5px 0 6px;
color:#fff;
font-size:18px;
text-transform:uppercase;
}
.admin-whatsapp-composer p:not(.section-tag){
margin:0;
color:#a9bacd;
font-size:11px;
font-weight:800;
line-height:1.45;
}
.admin-whatsapp-composer label{
display:grid;
gap:7px;
}
.admin-whatsapp-composer label>span{
color:#63ed9b;
font-size:10px;
font-weight:950;
letter-spacing:.1em;
text-transform:uppercase;
}
.admin-whatsapp-composer select,
.admin-whatsapp-composer textarea{
width:100%;
border:1px solid rgba(37,211,102,.38);
border-radius:8px;
background:rgba(0,0,0,.7);
color:#fff;
padding:10px 12px;
font:inherit;
font-size:12px;
font-weight:800;
outline:none;
}
.admin-whatsapp-composer select{
min-height:44px;
}
.admin-whatsapp-composer textarea{
min-height:76px;
resize:vertical;
line-height:1.45;
}
.admin-whatsapp-composer select:focus,
.admin-whatsapp-composer textarea:focus{
border-color:#25d366;
box-shadow:0 0 0 3px rgba(37,211,102,.12);
}
.team-admin-actions button[data-whatsapp-team],
.team-info-actions button[data-whatsapp-team]{
border-color:rgba(37,211,102,.65);
color:#63ed9b;
}
.team-roster-item{
display:grid;
grid-template-columns:52px minmax(0,1fr) auto;
align-items:center;
gap:14px;
padding:14px;
border:1px solid rgba(63,63,70,.72);
border-radius:8px;
background:linear-gradient(135deg,rgba(0,35,48,.68),rgba(0,0,0,.78));
box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
color:#fff;
font:inherit;
text-align:left;
cursor:pointer;
}
.team-roster-item:hover{
border-color:rgba(34,211,238,.55);
background:linear-gradient(135deg,rgba(0,50,70,.76),rgba(0,0,0,.78));
}
.team-roster-item.is-admin-row{
grid-template-columns:28px 52px minmax(0,1fr) auto auto;
}
.team-roster-item.is-admin-checked{
border-color:rgba(70,245,157,.72);
background:linear-gradient(135deg,rgba(4,74,66,.82),rgba(0,0,0,.8));
box-shadow:inset 0 0 0 1px rgba(70,245,157,.22),0 0 28px rgba(70,245,157,.1);
}
.team-admin-check{
width:28px;
height:28px;
display:grid;
place-items:center;
cursor:pointer;
}
.team-admin-check input{
position:absolute;
opacity:0;
pointer-events:none;
}
.team-admin-check span{
width:20px;
height:20px;
display:grid;
place-items:center;
border:1px solid rgba(94,224,255,.6);
border-radius:6px;
background:rgba(0,0,0,.6);
box-shadow:0 0 14px rgba(34,211,238,.14);
}
.team-admin-check input:checked+span{
border-color:rgba(70,245,157,.86);
background:rgba(70,245,157,.16);
}
.team-admin-check input:checked+span::after{
content:"";
width:10px;
height:6px;
border-left:2px solid #46f59d;
border-bottom:2px solid #46f59d;
transform:rotate(-45deg) translate(1px,-1px);
}
.team-roster-logo{
width:52px;
height:52px;
display:grid;
place-items:center;
border:1px solid rgba(34,211,238,.55);
border-radius:999px;
background:radial-gradient(circle,rgba(34,211,238,.26),rgba(0,0,0,.78));
color:#69e9ff;
font-size:16px;
font-weight:900;
box-shadow:0 0 22px rgba(34,211,238,.16);
overflow:hidden;
}
.team-roster-logo img{
width:100%;
height:100%;
display:block;
object-fit:cover;
}
.team-roster-item h3{
margin:0;
font-size:20px;
font-weight:900;
text-transform:uppercase;
}
.team-roster-item p{
margin:5px 0 0;
color:#aebbd0;
font-size:13px;
font-weight:800;
}
.team-roster-item>strong{
justify-self:end;
padding:6px 10px;
border:1px solid rgba(70,245,157,.36);
border-radius:999px;
background:rgba(70,245,157,.08);
color:#46f59d;
font-size:10px;
font-weight:900;
text-transform:uppercase;
}
.team-roster-item>strong.team-status.is-confirm{
border-color:rgba(70,245,157,.5);
background:rgba(70,245,157,.08);
color:#46f59d;
}
.team-roster-item>strong.team-status.is-pending{
border-color:rgba(248,113,113,.6);
background:rgba(239,68,68,.12);
color:#ff7b7b;
}
.team-roster-item>strong.team-status.is-rejected{
border-color:rgba(148,163,184,.48);
background:rgba(148,163,184,.1);
color:#b7c2d6;
}
.team-admin-actions{
display:flex;
justify-content:flex-end;
gap:7px;
flex-wrap:wrap;
}
.team-admin-actions button{
min-height:30px;
padding:0 10px;
border:1px solid rgba(34,211,238,.45);
border-radius:999px;
background:rgba(0,0,0,.68);
color:#e7fbff;
font-size:10px;
font-weight:900;
text-transform:uppercase;
cursor:pointer;
}
.team-admin-actions button:first-child{
border-color:rgba(70,245,157,.5);
color:#46f59d;
}
.team-admin-actions button:last-child{
border-color:rgba(248,113,113,.5);
color:#ff7b7b;
}
.team-detail-panel,
.team-edit-panel{
grid-column:1/-1;
display:grid;
gap:12px;
margin-top:4px;
padding:14px;
border:1px solid rgba(34,211,238,.22);
border-radius:8px;
background:rgba(0,0,0,.36);
}
.team-detail-grid{
display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
gap:10px;
}
.team-detail-grid span,
.team-edit-panel label{
display:grid;
gap:6px;
padding:10px;
border:1px solid rgba(47,58,77,.7);
border-radius:8px;
background:rgba(0,0,0,.38);
}
.team-detail-grid small,
.team-edit-panel span{
color:#8ba0bc;
font-size:10px;
font-weight:900;
text-transform:uppercase;
}
.team-detail-grid strong{
font-size:13px;
font-weight:900;
min-width:0;
overflow-wrap:anywhere;
}
.team-detail-players,
.team-edit-players{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:8px;
}
.team-detail-players span{
padding:10px;
border:1px solid rgba(47,58,77,.65);
border-radius:8px;
color:#d8e6f8;
font-size:12px;
font-weight:800;
}
.copy-info-field{
position:relative;
padding-right:74px!important;
}
.copy-chip{
min-height:26px;
padding:0 10px;
border:1px solid rgba(94,224,255,.45);
border-radius:999px;
background:rgba(0,0,0,.68);
color:#7deaff;
font-size:9px;
font-weight:950;
text-transform:uppercase;
cursor:pointer;
}
.copy-chip.is-copied{
border-color:rgba(70,245,157,.68);
color:#46f59d;
}
.copy-info-field .copy-chip{
position:absolute;
right:10px;
top:50%;
transform:translateY(-50%);
}
.team-player-copy-row{
display:grid;
grid-template-columns:auto auto minmax(0,1fr) auto;
align-items:center;
gap:6px 8px;
}
.team-player-copy-row b{
grid-row:1 / span 2;
display:grid;
place-items:center;
min-width:38px;
height:38px;
border:1px solid rgba(94,224,255,.35);
border-radius:8px;
color:#69e9ff;
}
.team-player-copy-row em{
color:#8ba0bc;
font-size:9px;
font-style:normal;
font-weight:950;
text-transform:uppercase;
}
.team-player-copy-row strong{
min-width:0;
color:#fff;
font-size:12px;
overflow-wrap:anywhere;
}
.team-info-card{
display:grid;
gap:16px;
padding:18px;
border:1px solid rgba(34,211,238,.32);
border-radius:8px;
background:
linear-gradient(135deg,rgba(8,25,39,.88),rgba(0,0,0,.9) 58%),
rgba(0,0,0,.55);
box-shadow:0 18px 50px rgba(0,0,0,.36);
}
.team-info-hero{
display:grid;
grid-template-columns:82px minmax(0,1fr);
align-items:center;
gap:16px;
padding-bottom:14px;
border-bottom:1px solid rgba(34,211,238,.18);
}
.team-info-logo{
width:82px;
height:82px;
display:grid;
place-items:center;
border:1px solid rgba(34,211,238,.55);
border-radius:50%;
background:radial-gradient(circle,rgba(34,211,238,.22),rgba(0,0,0,.78));
overflow:hidden;
}
.team-info-logo img{
width:100%;
height:100%;
object-fit:contain;
display:block;
}
.team-info-hero h3{
margin:4px 0 8px;
font-size:clamp(26px,4vw,44px);
line-height:.95;
text-transform:uppercase;
}
.team-info-meta{
display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
gap:10px;
}
.team-info-meta span{
display:grid;
gap:6px;
min-height:68px;
padding:12px;
border:1px solid rgba(47,58,77,.72);
border-radius:8px;
background:rgba(0,0,0,.4);
}
.team-info-meta small,
.team-info-player small{
color:#8ba0bc;
font-size:10px;
font-weight:900;
letter-spacing:.08em;
text-transform:uppercase;
}
.team-info-meta strong,
.team-info-player b{
min-width:0;
color:#fff;
font-size:13px;
font-weight:900;
overflow-wrap:anywhere;
}
.team-info-player-list{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:10px;
}
.team-info-player{
display:grid;
grid-template-columns:52px minmax(0,1fr) minmax(0,1fr);
align-items:center;
gap:10px;
padding:12px;
border:1px solid rgba(34,211,238,.22);
border-radius:8px;
background:rgba(0,8,16,.66);
}
.team-info-player>strong{
display:grid;
place-items:center;
width:42px;
height:42px;
border:1px solid rgba(34,211,238,.48);
border-radius:8px;
background:rgba(0,194,255,.11);
color:#65eaff;
font-size:13px;
font-weight:900;
}
.team-info-player span{
display:grid;
gap:4px;
min-width:0;
}
.team-info-empty{
grid-column:1/-1;
padding:14px;
border:1px solid rgba(47,58,77,.65);
border-radius:8px;
color:#cbd7e8;
font-weight:800;
}
.team-info-actions{
display:flex;
flex-wrap:wrap;
gap:10px;
padding-top:4px;
}
.team-info-actions button{
min-height:44px;
padding:0 20px;
border:1px solid rgba(34,211,238,.45);
border-radius:999px;
background:rgba(0,0,0,.62);
color:#fff;
font-size:12px;
font-weight:900;
text-transform:uppercase;
cursor:pointer;
}
.team-info-actions button:first-child{
border-color:rgba(70,245,157,.55);
color:#46f59d;
}
.team-info-actions button:last-child{
border-color:rgba(248,113,113,.55);
color:#ff7b7b;
}
.team-info-actions button[data-team-info-back],
.team-info-actions button[data-reject-cancel]{
border-color:rgba(34,211,238,.55);
color:#69e9ff;
}
.team-info-actions button[data-admin-team-status="accepted"]{
border-color:rgba(70,245,157,.55);
color:#46f59d;
}
.team-info-actions button[data-team-reject-toggle],
.team-info-actions button[data-submit-reject]{
border-color:rgba(248,113,113,.55);
color:#ff7b7b;
}
.reject-reason-form{
display:grid;
gap:12px;
padding:14px;
border:1px solid rgba(248,113,113,.35);
border-radius:8px;
background:linear-gradient(135deg,rgba(70,7,18,.22),rgba(0,0,0,.62));
}
.reject-reason-form[hidden]{
display:none;
}
.reject-reason-form label{
display:grid;
gap:8px;
}
.reject-reason-form span{
color:#ff9a9a;
font-size:10px;
font-weight:900;
letter-spacing:.12em;
text-transform:uppercase;
}
.reject-reason-form textarea{
width:100%;
min-height:92px;
resize:vertical;
border:1px solid rgba(248,113,113,.38);
border-radius:8px;
background:rgba(0,0,0,.72);
color:#fff;
padding:12px;
font:inherit;
font-size:13px;
font-weight:800;
outline:none;
}
.reject-reason-form textarea:focus{
border-color:#ff7b7b;
box-shadow:0 0 0 3px rgba(248,113,113,.14);
}
.reject-reason-actions{
padding-top:0;
}
.team-edit-panel{
grid-template-columns:repeat(2,minmax(0,1fr));
}
.team-edit-panel input{
width:100%;
border:0;
outline:none;
background:transparent;
color:#fff;
font:inherit;
font-size:13px;
font-weight:900;
}
.team-edit-players,
.team-edit-panel .btn{
grid-column:1/-1;
}
.team-logo-editor{grid-column:1/-1}
.team-logo-picker{position:relative;display:flex!important;align-items:center;gap:12px;min-height:72px;padding:9px!important;border:1px dashed rgba(34,211,238,.55)!important;border-radius:12px;background:rgba(0,18,27,.65);overflow:hidden}
.team-logo-picker:hover{border-color:#54e8ff!important;background:rgba(0,38,52,.72)}
.team-logo-picker input[hidden]{display:none!important}
.team-logo-picker-preview{display:grid!important;place-items:center;width:54px;height:54px;flex:0 0 54px;padding:0!important;border:1px solid #1dd8f2!important;border-radius:50%;overflow:hidden;background:#00141d;color:#69e9ff;font-size:15px;font-weight:950}
.team-logo-picker-preview img{width:100%;height:100%;object-fit:cover}
.team-logo-picker-copy{display:grid!important;gap:3px;padding:0!important;border:0!important}
.team-logo-picker-copy b{color:#fff;font-size:12px;text-transform:uppercase}
.team-logo-picker-copy small{color:#8496aa;font-size:10px}
.team-logo-picker-actions{display:flex!important;align-items:center;gap:7px;margin-left:auto;padding:0!important;border:0!important}
.team-logo-picker-actions button{padding:8px 11px;border:1px solid rgba(34,211,238,.55);border-radius:999px;background:rgba(0,13,21,.78);color:#7defff;font:inherit;font-size:9px;font-weight:950;text-transform:uppercase;cursor:pointer;white-space:nowrap}
.team-logo-picker-actions button:first-child{border-color:rgba(45,212,191,.65);color:#60f4c8}
.team-logo-picker-actions button:hover{background:#0b3947;color:#fff}
@media(max-width:640px){
.team-logo-picker{flex-wrap:wrap}
.team-logo-picker-copy{min-width:calc(100% - 70px)}
.team-logo-picker-actions{width:100%;margin-left:0}
.team-logo-picker-actions button{flex:1}
}
.team-crop-modal{position:fixed;inset:0;z-index:12000;display:grid;place-items:center;padding:18px}
.team-crop-modal[hidden]{display:none}
.team-crop-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.82);backdrop-filter:blur(9px)}
.team-crop-dialog{position:relative;width:min(100%,480px);padding:20px;border:1px solid rgba(34,211,238,.55);border-radius:18px;background:linear-gradient(150deg,#041c27,#02060b 72%);box-shadow:0 30px 80px rgba(0,0,0,.8),0 0 36px rgba(34,211,238,.12)}
.team-crop-head{display:flex;justify-content:space-between;align-items:start;margin-bottom:15px}
.team-crop-head h2{margin:3px 0 0;color:#fff;font-size:21px;text-transform:uppercase}
.team-crop-close{width:34px;height:34px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:#071019;color:#fff;font-size:25px;line-height:1;cursor:pointer}
.team-crop-stage{position:relative;width:min(100%,420px);aspect-ratio:1;margin:auto;overflow:hidden;border-radius:12px;background-color:#02070b;background-image:linear-gradient(45deg,#0b1820 25%,transparent 25%),linear-gradient(-45deg,#0b1820 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#0b1820 75%),linear-gradient(-45deg,transparent 75%,#0b1820 75%);background-size:24px 24px;background-position:0 0,0 12px,12px -12px,-12px 0;touch-action:none;cursor:grab}
.team-crop-stage:active{cursor:grabbing}
.team-crop-stage canvas{display:block;width:100%;height:100%}
.team-crop-ring{position:absolute;inset:8%;border:3px solid #54e8ff;border-radius:50%;box-shadow:0 0 0 999px rgba(0,0,0,.54),inset 0 0 20px rgba(84,232,255,.15);pointer-events:none}
.team-crop-help{margin:12px 0;color:#98a7b8;font-size:11px;text-align:center}
.team-crop-zoom{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;color:#fff;font-size:11px;font-weight:900;text-transform:uppercase}
.team-crop-zoom input{accent-color:#22d3ee}
.team-crop-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:16px}
.team-crop-actions .btn{min-width:105px}
.poster-modal{
position:fixed;
inset:0;
z-index:13000;
display:grid;
place-items:center;
padding:18px;
}
.poster-modal[hidden]{display:none}
.poster-modal-backdrop{
position:absolute;
inset:0;
width:100%;
height:100%;
border:0;
background:rgba(0,0,0,.9);
backdrop-filter:blur(10px);
cursor:zoom-out;
}
.poster-modal-dialog{
position:relative;
width:min(92vw,620px);
max-height:94dvh;
display:grid;
grid-template-rows:auto minmax(0,1fr);
padding:14px;
border:1px solid rgba(34,211,238,.55);
border-radius:16px;
background:linear-gradient(150deg,#041c27,#02060b 72%);
box-shadow:0 30px 90px rgba(0,0,0,.86),0 0 38px rgba(34,211,238,.16);
overflow:hidden;
}
.poster-modal-head{
display:flex;
align-items:center;
justify-content:space-between;
gap:16px;
padding:2px 2px 12px;
}
.poster-modal-head h2{
margin:3px 0 0;
color:#fff;
font-size:20px;
text-transform:uppercase;
}
.poster-modal-close{
width:36px;
height:36px;
display:grid;
place-items:center;
flex:0 0 36px;
border:1px solid rgba(255,255,255,.22);
border-radius:50%;
background:#071019;
color:#fff;
font-size:26px;
line-height:1;
cursor:pointer;
}
.poster-modal-dialog img{
display:block;
width:100%;
height:100%;
min-height:0;
max-height:calc(94dvh - 78px);
border-radius:10px;
object-fit:contain;
background:#02040a;
}
body.poster-open{overflow:hidden}
.team-password-modal{
position:fixed;
inset:0;
z-index:13500;
display:grid;
place-items:center;
padding:18px;
}
.team-password-modal[hidden]{display:none!important}
.team-password-backdrop{
position:absolute;
inset:0;
width:100%;
height:100%;
border:0;
background:rgba(0,0,0,.88);
backdrop-filter:blur(9px);
}
.team-password-dialog{
position:relative;
width:min(100%,460px);
display:grid;
gap:13px;
padding:18px;
border:1px solid rgba(251,191,36,.48);
border-radius:14px;
background:linear-gradient(145deg,#171006,#02060b 72%);
box-shadow:0 28px 80px rgba(0,0,0,.84),0 0 32px rgba(251,191,36,.1);
}
.team-password-head{
display:flex;
align-items:flex-start;
justify-content:space-between;
gap:16px;
}
.team-password-head h2{
margin:4px 0;
color:#fff;
font-size:21px;
text-transform:uppercase;
}
.team-password-head p:last-child{
margin:0;
color:#fde047;
font-size:12px;
font-weight:900;
}
.team-password-head>button{
width:34px;
height:34px;
display:grid;
place-items:center;
flex:0 0 34px;
border:1px solid rgba(255,255,255,.2);
border-radius:50%;
background:#090b10;
color:#fff;
font-size:24px;
cursor:pointer;
}
.team-password-dialog label{
display:grid;
gap:7px;
}
.team-password-dialog label span{
color:#fde047;
font-size:10px;
font-weight:950;
letter-spacing:.1em;
text-transform:uppercase;
}
.team-password-dialog input{
width:100%;
min-height:46px;
border:1px solid rgba(251,191,36,.35);
border-radius:8px;
background:rgba(0,0,0,.72);
color:#fff;
padding:0 12px;
font:inherit;
font-size:14px;
font-weight:800;
outline:none;
}
.team-password-dialog input:focus{
border-color:#facc15;
box-shadow:0 0 0 3px rgba(250,204,21,.12);
}
body.team-password-open{overflow:hidden}
.team-admin-actions button[data-team-password],
.team-info-actions button[data-team-password]{
border-color:rgba(251,191,36,.58);
color:#fde047;
}
.form-status:has(.register-profile-link){display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid rgba(248,113,113,.5);border-radius:10px;background:rgba(80,10,18,.3)}
.register-profile-link{flex:0 0 auto;padding:9px 14px;border:1px solid rgba(34,211,238,.65);border-radius:999px;background:#062431;color:#71edff;font:inherit;font-size:10px;font-weight:950;text-transform:uppercase;cursor:pointer}
.register-profile-link:hover{background:#0b4558;color:#fff}
.confirm-slot-section .team-roster-item{
grid-template-columns:52px minmax(0,1fr) auto auto;
}
.all-team-section .team-roster-item{
grid-template-columns:52px minmax(0,1fr) auto auto;
}
.team-roster-retry{
justify-self:end;
padding:8px 12px;
border:1px solid rgba(34,211,238,.5);
border-radius:999px;
background:linear-gradient(180deg,#7af2ff,#0aa8ff);
color:#00111b;
font-size:10px;
font-weight:900;
text-transform:uppercase;
cursor:pointer;
box-shadow:0 0 18px rgba(34,211,238,.24);
}
.profile-card{
display:grid;
gap:16px;
margin-top:16px;
padding:18px;
border:1px solid rgba(34,211,238,.28);
border-radius:8px;
background:linear-gradient(145deg,rgba(14,18,30,.92),rgba(0,0,0,.88));
box-shadow:0 0 0 1px rgba(255,255,255,.03),0 18px 60px rgba(0,0,0,.45);
}
.profile-hero{
display:grid;
grid-template-columns:90px minmax(0,1fr);
align-items:center;
gap:16px;
padding-bottom:16px;
border-bottom:1px solid rgba(34,211,238,.18);
}
.profile-logo{
width:90px;
height:90px;
display:grid;
place-items:center;
overflow:hidden;
border:1px solid rgba(34,211,238,.55);
border-radius:999px;
background:radial-gradient(circle,rgba(34,211,238,.26),rgba(0,0,0,.78));
color:#69e9ff;
font-size:24px;
font-weight:900;
}
.profile-logo img{
width:100%;
height:100%;
object-fit:cover;
}
.profile-hero h3{
margin:8px 0 0;
font-size:34px;
text-transform:uppercase;
}
.profile-hero p:last-child{
margin:8px 0 0;
color:#aebbd0;
font-size:13px;
font-weight:800;
}
.profile-meta-grid{
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:10px;
}
.profile-meta-grid span{
display:grid;
gap:7px;
padding:13px;
border:1px solid rgba(63,63,70,.72);
border-radius:8px;
background:rgba(0,0,0,.58);
}
.profile-meta-grid small{
color:#8090a9;
font-size:10px;
font-weight:900;
text-transform:uppercase;
}
.profile-meta-grid strong{
overflow-wrap:anywhere;
font-size:14px;
}
.profile-player-list{
display:grid;
gap:8px;
}
.profile-actions{
display:flex;
justify-content:flex-end;
gap:10px;
padding-top:2px;
}
.profile-noti-button{
min-width:170px;
}
.profile-logout-button{
min-width:150px;
}
.profile-noti-status{
min-height:18px;
margin:0;
color:#46f59d;
font-size:12px;
font-weight:900;
}
.profile-noti-status[data-type="error"]{
color:#ff6b6b;
}
.profile-player-row{
display:grid;
grid-template-columns:52px minmax(0,1fr) minmax(0,1fr);
align-items:center;
gap:10px;
padding:10px;
border:1px solid rgba(63,63,70,.72);
border-radius:8px;
background:rgba(0,0,0,.52);
}
.profile-player-row strong{
display:grid;
place-items:center;
min-height:42px;
border:1px solid rgba(34,211,238,.28);
border-radius:8px;
color:#69e9ff;
font-size:12px;
}
.profile-player-row span{
display:grid;
gap:4px;
min-width:0;
}
.profile-player-row small{
color:#8090a9;
font-size:9px;
font-weight:900;
text-transform:uppercase;
}
.profile-player-row b{
overflow-wrap:anywhere;
font-size:13px;
}
.profile-empty{
padding:14px;
border:1px solid rgba(63,63,70,.72);
border-radius:8px;
background:rgba(0,0,0,.52);
color:#aebbd0;
font-size:13px;
font-weight:800;
}
.register-form{
min-height:0;
display:flex;
flex-direction:column;
gap:14px;
overflow-y:auto;
padding-top:16px;
}
.auth-tabs{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:10px;
margin-bottom:16px;
}
.auth-tab{
min-height:44px;
border:1px solid rgba(34,211,238,.32);
border-radius:8px;
background:rgba(0,0,0,.68);
color:#c8d3e5;
font-size:12px;
font-weight:900;
letter-spacing:.08em;
text-transform:uppercase;
cursor:pointer;
}
.auth-tab.is-active{
border-color:rgba(34,211,238,.82);
background:linear-gradient(180deg,rgba(122,242,255,.18),rgba(0,0,0,.72));
color:#69e9ff;
box-shadow:0 0 22px rgba(34,211,238,.14);
}
.login-form{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:14px;
}
.login-form .register-form-actions,
.login-form .form-status{
grid-column:1 / -1;
}
.login-register-prompt{
grid-column:1 / -1;
display:flex;
align-items:center;
justify-content:space-between;
gap:12px;
padding:12px 14px;
border:1px solid rgba(34,211,238,.32);
border-radius:9px;
background:linear-gradient(135deg,rgba(0,47,63,.46),rgba(0,0,0,.66));
color:#d8f8ff;
font-size:12px;
font-weight:900;
}
.login-register-button{
flex:0 0 auto;
min-height:34px;
padding:0 16px;
border:1px solid rgba(34,211,238,.72);
border-radius:999px;
background:linear-gradient(180deg,#8df5ff,#0ea5e9);
color:#00111c;
font:inherit;
font-size:10px;
font-weight:1000;
text-transform:uppercase;
cursor:pointer;
box-shadow:0 0 18px rgba(34,211,238,.18);
}
.login-register-button:hover{
filter:brightness(1.1);
}
.notification-gate{
display:grid;
grid-template-columns:minmax(0,1fr) auto;
align-items:center;
gap:14px;
padding:16px;
border:1px solid rgba(255,216,77,.34);
border-radius:8px;
background:
linear-gradient(135deg,rgba(60,42,8,.62),rgba(0,0,0,.7)),
rgba(0,0,0,.62);
box-shadow:0 12px 32px rgba(0,0,0,.24);
}
.notification-gate h3{
margin:6px 0 0;
font-size:20px;
text-transform:uppercase;
}
.notification-gate p:last-child{
margin:8px 0 0;
color:#d9e4f4;
font-size:13px;
font-weight:800;
line-height:1.45;
}
.notification-gate.is-allowed{
border-color:rgba(70,245,157,.38);
background:
linear-gradient(135deg,rgba(8,50,32,.62),rgba(0,0,0,.7)),
rgba(0,0,0,.62);
}
.notification-gate.is-blocked{
border-color:rgba(255,107,107,.42);
}
.notification-gate .btn{
border:0;
white-space:nowrap;
}
.form-grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:12px;
}
.field{
display:grid;
gap:7px;
}
.field.full,
.full{
grid-column:1 / -1;
}
.field span{
color:#69e9ff;
font-size:10px;
font-weight:900;
letter-spacing:.12em;
text-transform:uppercase;
}
.field input,
.player-row input{
width:100%;
min-height:48px;
border:1px solid rgba(111,130,158,.3);
border-radius:8px;
background:rgba(0,0,0,.62);
color:#fff;
font-size:14px;
font-weight:800;
outline:none;
padding:12px 13px;
}
.field input[type="file"]{
cursor:pointer;
padding:10px 13px;
}
.field input[type="file"]::file-selector-button{
margin-right:12px;
border:0;
border-radius:7px;
background:linear-gradient(180deg,#e9fbff,#43dcff 52%,#088bff);
color:#02101a;
font-size:11px;
font-weight:900;
text-transform:uppercase;
padding:9px 12px;
}
.field input::placeholder,
.player-row input::placeholder{
color:#66758d;
}
.field input:focus,
.player-row input:focus{
border-color:#22d3ee;
box-shadow:0 0 0 3px rgba(34,211,238,.12);
}
.player-fields{
display:grid;
gap:8px;
padding:12px;
border:1px solid rgba(34,211,238,.22);
border-radius:8px;
background:rgba(0,0,0,.36);
}
.player-head,
.player-row{
display:grid;
grid-template-columns:52px minmax(0,1fr) minmax(0,1fr);
align-items:center;
gap:10px;
}
.player-head{
padding:0 4px 4px;
color:#69e9ff;
font-size:10px;
font-weight:900;
letter-spacing:.12em;
text-transform:uppercase;
}
.player-row strong{
display:grid;
place-items:center;
min-height:48px;
border:1px solid rgba(34,211,238,.28);
border-radius:8px;
background:rgba(34,211,238,.08);
color:#69e9ff;
font-size:12px;
font-weight:900;
}
.register-form-note{
border:1px solid rgba(34,211,238,.28);
border-radius:8px;
background:linear-gradient(135deg,rgba(8,30,40,.58),rgba(0,0,0,.64));
padding:13px 14px;
}
.register-form-note p{
margin:0;
color:#d7f8ff;
font-size:13px;
font-weight:800;
line-height:1.45;
}
.register-form-actions{
display:flex;
flex-wrap:wrap;
gap:10px;
padding:14px;
border:1px solid rgba(63,63,70,.72);
border-radius:8px;
background:rgba(0,0,0,.58);
}
.register-form-actions .btn{
border:0;
}
.register-form-actions .btn:disabled{
cursor:not-allowed;
filter:grayscale(.65);
opacity:.58;
transform:none;
}
.form-status{
min-height:20px;
margin:0;
color:#9fb0c8;
font-size:13px;
font-weight:900;
line-height:1.35;
}
.form-status[data-type="success"]{
color:#46f59d;
}
.form-status[data-type="error"]{
color:#ff6b6b;
}
.form-status[data-type="loading"]{
color:#69e9ff;
}
.deal-app-grid{
min-height:0;
display:grid;
grid-template-columns:1fr;
flex:1;
}
.deal-app-grid .deal-contact-list{
min-height:0;
overflow-y:auto;
}
.deal-app-grid .deal-chat-screen{
display:none;
}
.deal-app-grid.chat-open{
grid-template-columns:1fr;
}
.deal-app-grid.chat-open .deal-contact-list{
display:none;
}
.deal-app-grid.chat-open .deal-chat-screen{
display:grid;
}
.deal-contact-item.is-active{
background:rgba(34,211,238,.09);
}
.deal-chat-screen{
min-height:0;
display:grid;
grid-template-rows:auto auto auto minmax(0,1fr) auto;
background:
linear-gradient(180deg,rgba(3,11,20,.96),rgba(0,0,0,.98)),
repeating-linear-gradient(135deg,rgba(255,255,255,.025) 0 1px,transparent 1px 11px);
}
.deal-pinned-info{
padding:9px 14px;
border-bottom:1px solid rgba(250,204,21,.25);
background:linear-gradient(90deg,rgba(95,72,0,.32),rgba(5,14,23,.96));
}
.deal-pinned-info[hidden]{
display:none;
}
.deal-pinned-view{
display:grid;
grid-template-columns:auto minmax(0,1fr) auto;
align-items:center;
gap:10px;
}
.deal-pin-icon{
display:grid;
place-items:center;
width:38px;
height:30px;
border:1px solid rgba(250,204,21,.48);
border-radius:7px;
color:#facc15;
font-size:9px;
font-weight:900;
}
.deal-pinned-view b{
display:block;
color:#facc15;
font-size:10px;
letter-spacing:.14em;
}
.deal-pinned-view p{
margin:3px 0 0;
color:#eef4ff;
font-size:12px;
font-weight:750;
line-height:1.35;
white-space:pre-wrap;
}
.deal-pinned-view>button,
.deal-pinned-form button{
min-height:32px;
border:1px solid rgba(103,232,249,.42);
border-radius:7px;
background:rgba(3,20,30,.86);
color:#67e8f9;
font-size:10px;
font-weight:900;
text-transform:uppercase;
}
.deal-pinned-form{
display:grid;
grid-template-columns:minmax(0,1fr) auto auto;
gap:8px;
margin-top:9px;
}
.deal-pinned-form[hidden]{
display:none;
}
.deal-pinned-form input{
min-width:0;
min-height:38px;
border:1px solid rgba(250,204,21,.38);
border-radius:7px;
background:#03070d;
color:#fff;
padding:0 11px;
}
.deal-chat-screen-head{
display:grid;
grid-template-columns:auto auto minmax(0,1fr) auto;
align-items:center;
gap:12px;
border-bottom:1px solid rgba(34,211,238,.18);
background:rgba(0,0,0,.48);
padding:14px 18px;
}
.deal-chat-back{
width:38px;
height:38px;
display:grid;
place-items:center;
border:1px solid rgba(34,211,238,.35);
border-radius:999px;
background:rgba(0,0,0,.55);
color:#e7fbff;
font-size:28px;
font-weight:900;
line-height:1;
cursor:pointer;
}
.deal-chat-back:hover{
border-color:#22d3ee;
background:rgba(34,211,238,.1);
}
.deal-chat-screen-head h3{
overflow:hidden;
margin:0;
color:#fff;
font-size:18px;
text-overflow:ellipsis;
text-transform:uppercase;
white-space:nowrap;
}
.deal-chat-screen-head p{
margin:4px 0 0;
color:#91a0b3;
font-size:12px;
}
.deal-status-pill{
border:1px solid rgba(255,216,77,.45);
border-radius:999px;
color:#facc15;
font-size:10px;
font-weight:900;
padding:6px 10px;
text-transform:uppercase;
}
.deal-match-attendance{
display:grid;
grid-template-columns:minmax(190px,.9fr) minmax(280px,1.4fr) auto;
align-items:center;
gap:14px;
padding:10px 18px;
border-bottom:1px solid rgba(70,245,157,.24);
background:linear-gradient(90deg,rgba(5,55,45,.42),rgba(3,13,22,.96));
}
.deal-match-attendance[hidden]{display:none}
.attendance-heading{
min-width:0;
display:grid;
gap:3px;
}
.attendance-heading span{display:grid;gap:2px}
.attendance-heading b{
color:#46f59d;
font-size:9px;
font-weight:950;
letter-spacing:.12em;
text-transform:uppercase;
}
.attendance-heading strong{
color:#fff;
font-size:12px;
}
.attendance-heading small{
color:#9cadbe;
font-size:9px;
line-height:1.3;
}
.attendance-teams{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:8px;
}
.attendance-team{
min-width:0;
display:grid;
gap:3px;
padding:7px 9px;
border:1px solid rgba(255,255,255,.12);
border-radius:8px;
background:rgba(0,0,0,.28);
}
.attendance-team b{
overflow:hidden;
color:#fff;
font-size:10px;
text-overflow:ellipsis;
white-space:nowrap;
}
.attendance-team small{color:#a4afbf;font-size:9px}
.attendance-team.is-confirmed{
border-color:rgba(70,245,157,.5);
background:rgba(70,245,157,.09);
}
.attendance-team.is-confirmed small{color:#46f59d}
.deal-match-attendance form{
display:flex;
align-items:center;
gap:9px;
}
.deal-match-attendance form label{
display:flex;
align-items:center;
gap:6px;
color:#d9ffeb;
font-size:10px;
font-weight:900;
white-space:nowrap;
}
.deal-match-attendance form input{
width:17px;
height:17px;
accent-color:#22d3ee;
}
.deal-match-attendance form button{
min-height:34px;
padding:0 12px;
border:1px solid rgba(70,245,157,.58);
border-radius:8px;
background:linear-gradient(180deg,#76f7bd,#18ad72);
color:#02170e;
font-size:9px;
font-weight:1000;
text-transform:uppercase;
cursor:pointer;
}
.deal-match-attendance form button:disabled{opacity:.6;cursor:wait}
.attendance-result,.attendance-waiting,.attendance-closed,.attendance-admin-note{
font-size:10px;
font-weight:950;
text-align:right;
}
.attendance-result{color:#46f59d}
.attendance-waiting,.attendance-admin-note{color:#facc15}
.attendance-closed{color:#fb7185}
.deal-chat-full-log{
min-height:0;
display:flex;
flex-direction:column;
gap:8px;
overflow-y:auto;
padding:18px;
}
.deal-chat-bubble{
width:fit-content;
max-width:78%;
border:1px solid rgba(255,255,255,.08);
border-radius:10px;
background:rgba(8,18,34,.92);
color:#dbe7f8;
padding:10px 12px;
}
.deal-chat-bubble.mine{
align-self:flex-end;
border-color:rgba(34,211,238,.22);
background:linear-gradient(180deg,rgba(43,177,255,.28),rgba(5,28,59,.92));
}
.deal-chat-bubble.is-sending{
opacity:.72;
}
.deal-chat-bubble.is-sending small{
color:#69e9ff;
}
.deal-chat-bubble span{
display:block;
margin-bottom:5px;
color:#69e9ff;
font-size:10px;
font-weight:900;
letter-spacing:.08em;
text-transform:uppercase;
}
.deal-chat-bubble p{
margin:0;
font-size:13px;
font-weight:800;
line-height:1.45;
}
.deal-chat-bubble.can-reply{
cursor:pointer;
}
.deal-chat-bubble.can-reply:hover,
.deal-chat-bubble.can-reply:focus{
outline:1px solid rgba(103,232,249,.55);
filter:brightness(1.08);
}
.deal-reply-quote{
display:grid;
gap:3px;
margin:5px 0 7px;
padding:7px 9px;
border-left:3px solid #46f59d;
border-radius:5px;
background:rgba(0,0,0,.3);
}
.deal-reply-quote b{
color:#46f59d;
font-size:10px;
}
.deal-reply-quote span{
overflow:hidden;
max-width:300px;
color:#c6d1df;
font-size:11px;
text-overflow:ellipsis;
white-space:nowrap;
}
.deal-reply-preview{
grid-column:1 / -1;
display:flex;
align-items:center;
justify-content:space-between;
gap:12px;
padding:8px 10px;
border-left:3px solid #46f59d;
border-radius:7px;
background:rgba(18,50,48,.82);
}
.deal-reply-preview[hidden]{
display:none;
}
.deal-reply-preview span{
display:grid;
min-width:0;
gap:3px;
}
.deal-reply-preview b{
color:#46f59d;
font-size:11px;
}
.deal-reply-preview small{
overflow:hidden;
color:#d3dce8;
text-overflow:ellipsis;
white-space:nowrap;
}
.deal-reply-preview button{
width:30px;
height:30px;
border:0;
border-radius:50%;
background:rgba(255,255,255,.1);
color:#fff;
font-size:20px;
}
.deal-chat-composer{
display:grid;
grid-template-columns:minmax(0,1fr) auto;
grid-auto-rows:min-content;
align-self:end;
align-items:center;
align-content:start;
gap:8px;
box-sizing:border-box;
width:100%;
height:auto!important;
min-height:68px!important;
max-height:180px!important;
border-top:1px solid rgba(34,211,238,.16);
background:rgba(0,0,0,.62);
padding:12px 18px 18px;
}
.deal-chat-composer.guest-mode{
grid-template-columns:minmax(120px,.35fr) minmax(0,1fr) auto;
}
.deal-chat-composer.admin-send-mode{
grid-template-columns:minmax(0,1fr) auto auto;
}
.deal-chat-composer input{
align-self:center;
box-sizing:border-box;
height:46px!important;
min-height:44px;
max-height:46px!important;
width:100%;
border:1px solid rgba(111,130,158,.28);
border-radius:999px;
background:#02050a;
color:#fff;
font-size:16px;
outline:none;
padding:10px 14px;
}
.deal-chat-composer input:focus{
border-color:#22d3ee;
box-shadow:0 0 0 3px rgba(34,211,238,.12);
}
.deal-chat-composer .deal-guest-name{
border-color:rgba(70,245,157,.42);
}
.chat-send-button{
align-self:center;
height:46px!important;
min-height:46px!important;
max-height:46px!important;
min-width:86px;
border:0;
}
.chat-important-button{
align-self:center;
height:46px!important;
min-height:46px!important;
max-height:46px!important;
min-width:86px;
border:1px solid rgba(255,93,105,.8);
background:linear-gradient(180deg,#ff6b78,#c90f25);
box-shadow:0 0 20px rgba(255,42,62,.3);
color:#fff;
font-weight:900;
}
.chat-important-button[hidden],
.deal-chat-composer:not(.admin-send-mode) .chat-important-button{
display:none!important;
}
.chat-important-button:hover{
filter:brightness(1.12);
}
.rules-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:14px;
}
.rules-grid article{
position:relative;
padding:20px;
border-radius:8px;
}
.rule-card-head{
display:flex;
align-items:center;
justify-content:space-between;
gap:12px;
margin-bottom:20px;
}
.rules-grid article>span,
.rule-card-head span,
.rule-card-form>span{
display:block;
color:#66e9ff;
font-size:12px;
font-weight:900;
}
.rules-grid p,.support-card p{
margin:14px 0 0;
color:#aebbd0;
line-height:1.7;
}
.rules-edit-button{
min-width:94px;
height:30px;
padding:0 14px;
display:inline-grid;
place-items:center;
flex:0 0 auto;
border:1px solid rgba(34,211,238,.55);
border-radius:0;
background:rgba(0,0,0,.45);
color:#67e8f9;
font-size:12px;
font-weight:1000;
letter-spacing:0;
text-transform:uppercase;
box-shadow:0 0 18px rgba(34,211,238,.12);
cursor:pointer;
}
.rules-edit-button:hover{
transform:translateY(-1px);
box-shadow:0 0 28px rgba(34,211,238,.28);
}
.rule-card-form{
display:grid;
gap:12px;
}
.rule-card-form label{
display:grid;
gap:7px;
}
.rule-card-form small{
color:#8ba0bc;
font-size:10px;
font-weight:900;
letter-spacing:.08em;
text-transform:uppercase;
}
.rule-card-form input,
.rule-card-form textarea{
width:100%;
padding:12px;
border:1px solid rgba(47,58,77,.95);
border-radius:8px;
background:rgba(0,0,0,.78);
color:#fff;
font:inherit;
font-size:14px;
font-weight:800;
line-height:1.6;
outline:none;
}
.rule-card-form textarea{
resize:vertical;
min-height:132px;
}
.rule-card-form input:focus,
.rule-card-form textarea:focus{
border-color:rgba(34,211,238,.72);
box-shadow:0 0 0 3px rgba(34,211,238,.12);
}
.rule-card-actions{
display:grid;
grid-template-columns:1fr 1fr;
gap:10px;
}
.rule-card-actions button{
min-height:40px;
border:1px solid rgba(34,211,238,.45);
border-radius:8px;
background:rgba(0,0,0,.55);
color:#67e8f9;
font-size:12px;
font-weight:900;
text-transform:uppercase;
cursor:pointer;
}
.rule-card-actions button:first-child{
background:linear-gradient(180deg,#7af2ff,#0aa8ff);
color:#00111b;
border-color:transparent;
}
.support-card{
display:flex;
align-items:center;
justify-content:space-between;
gap:22px;
padding:24px;
border-radius:8px;
}
.support-card>div:first-child{max-width:640px}
.team-list-placeholder{
display:flex;
align-items:center;
gap:18px;
padding:18px;
border:1px solid rgba(63,63,70,.72);
border-radius:8px;
background:rgba(0,0,0,.58);
}
.team-list-placeholder h3{
margin:0;
font-size:24px;
text-transform:uppercase;
}
.team-list-placeholder p{
margin:8px 0 0;
color:#aebbd0;
font-size:14px;
line-height:1.6;
}
.video-ad-card{
position:fixed!important;
left:50%;
bottom:94px;
z-index:44;
width:min(calc(100% - 24px),440px);
height:64px!important;
min-height:64px!important;
max-height:64px!important;
display:block!important;
align-items:unset!important;
justify-content:unset!important;
padding:0!important;
border:1px solid rgba(75,218,255,.3);
border-radius:16px;
overflow:hidden!important;
background:#02040a;
box-shadow:0 16px 36px rgba(0,0,0,.52),0 0 22px rgba(34,211,238,.12);
backdrop-filter:blur(16px);
transform:translateX(-50%);
box-sizing:border-box;
aspect-ratio:auto!important;
}
.video-ad-card.is-missing{
display:none!important;
}
.video-ad-image{
position:absolute!important;
inset:0!important;
width:100%!important;
height:100%!important;
min-width:0!important;
min-height:0!important;
max-width:100%!important;
max-height:100%!important;
display:block!important;
object-fit:cover!important;
object-position:center!important;
border:0!important;
transform:none!important;
}
.video-ad-card > *:not(.video-ad-image){display:none!important;}
.video-ad-frame,
.video-ad-copy{
display:none;
}
.bottom-nav{
position:fixed;
left:50%;
bottom:12px;
z-index:45;
width:min(calc(100% - 24px),440px);
height:72px;
display:none;
align-items:center;
justify-content:space-around;
gap:4px;
padding:8px;
border:1px solid rgba(75,218,255,.3);
border-radius:20px;
background:linear-gradient(180deg,rgba(8,17,34,.96),rgba(1,3,9,.98));
box-shadow:0 18px 48px rgba(0,0,0,.58),0 0 24px rgba(34,211,238,.15);
backdrop-filter:blur(16px);
transform:translateX(-50%);
}
.bottom-nav a{
position:relative;
flex:1 1 0;
height:54px;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
gap:5px;
border-radius:16px;
color:#91a0b8;
font-size:9px;
font-weight:900;
line-height:1;
}
.desktop-nav [data-admin-nav][hidden],
.bottom-nav [data-admin-nav][hidden],
[data-admin-nav][hidden]{
display:none!important;
}
.bottom-nav svg{
width:21px;
height:21px;
fill:none;
stroke:currentColor;
stroke-width:2.2;
stroke-linecap:round;
stroke-linejoin:round;
}
.bottom-nav a.active{
color:#04111d;
transform:translateY(-12px);
}
.bottom-nav a.active::before{
content:"";
position:absolute;
top:0;
left:50%;
z-index:-1;
width:46px;
height:46px;
border-radius:999px;
background:linear-gradient(180deg,#e9fbff,#38dfff 64%,#088bff);
box-shadow:0 8px 18px rgba(34,211,238,.38),0 0 0 8px rgba(2,4,10,.94);
transform:translateX(-50%);
}
.bottom-nav a.active span{display:none}
@media (max-width:860px){
.guest-noti-button{
min-width:38px;
width:38px;
height:38px;
padding:0;
}
.guest-noti-button span{display:none}
.match-random-tool,
.match-admin-form{
grid-template-columns:1fr;
}
.admin-date-card>summary{
padding:12px;
font-size:11px;
}
.admin-match-card>summary{
grid-template-columns:1fr auto;
gap:6px 10px;
padding:11px 12px;
}
.admin-match-meta{
grid-column:1 / -1;
font-size:10px;
}
.admin-match-teams{
font-size:14px;
}
.admin-match-teams b{
display:inline-block;
margin:0 5px;
font-size:11px;
}
.admin-match-detail{
padding:0 12px 12px;
}
.admin-match-scoreline{
grid-template-columns:1fr;
gap:5px;
padding:9px 10px;
}
.admin-match-scoreline span,
.admin-match-scoreline span:last-child{
text-align:left;
font-size:12px;
}
.admin-match-scoreline b{
font-size:15px;
}
.schedule-status-grid{
grid-template-columns:1fr 1fr;
gap:8px;
}
.schedule-status-grid article:last-child{
grid-column:1 / -1;
}
.schedule-status-grid strong{
font-size:24px;
}
.team-count-strip{
margin-bottom:10px;
}
.desktop-nav{display:none}
.top-nav{height:66px;padding:10px 14px}
main{
padding-top:66px;
padding-bottom:174px;
min-height:100svh;
}
.brand-copy small{display:none}
.brand-copy strong{font-size:18px}
.team-slot{width:46px;height:46px}
.hero-section{
flex:0 0 auto;
min-height:0;
align-items:start;
padding:22px 16px 0;
}
.hero-grid{
display:grid;
grid-template-columns:minmax(0,.7fr) minmax(104px,.3fr);
align-items:center;
gap:6px;
}
.hero-copy{
max-width:none;
text-align:left;
display:contents;
}
.hero-copy .event-line,
.hero-copy h1,
.hero-copy .hero-text{
grid-column:1;
}
.logo-stage{
grid-column:2;
grid-row:1 / span 3;
display:grid;
min-height:152px;
overflow:visible;
border-radius:8px;
}
.logo-aura{width:180px;filter:blur(14px)}
.logo-stage .hero-logo{
display:block;
width:min(132px,100%);
max-width:132px;
}
.logo-stage::after{
content:none;
}
h1{
margin-top:8px;
font-size:clamp(34px,9.2vw,48px);
line-height:.88;
}
.hero-text{
max-width:340px;
margin-top:14px;
font-size:13px;
line-height:1.5;
}
.hero-actions{
grid-column:1 / -1;
display:grid;
grid-template-columns:repeat(3,1fr);
justify-content:stretch;
margin-top:5px;
margin-bottom:0;
}
.hero-whatsapp-action{
grid-column:1 / -1;
max-width:none;
margin-top:8px;
}
.hero-poster-action{
grid-column:1 / -1;
max-width:none;
margin-top:8px;
}
.btn{
min-height:44px;
flex:initial;
padding:0 14px;
font-size:11px;
}
a.social-btn{
min-height:44px;
font-size:10px;
padding:0 8px;
}
.whatsapp-btn small{
font-size:8px;
letter-spacing:.06em;
}
.tour-strip{
margin-top:8px;
padding-bottom:12px;
}
.register-guide{
padding-bottom:178px;
}
.guide-card{
padding:14px;
}
.guide-head{
display:block;
padding-bottom:14px;
}
.guide-toggle{
min-height:32px;
padding:0 11px;
margin-top:12px;
font-size:9px;
}
.guide-list{
grid-template-columns:1fr;
gap:8px;
margin-top:14px;
}
.guide-list li{
min-height:auto;
padding:12px 12px 12px 48px;
font-size:12px;
}
.guide-list li::before{
top:12px;
left:12px;
}
.guide-note{
grid-template-columns:1fr;
gap:8px;
}
.guide-note p{
font-size:12px;
}
.tour-card{
grid-template-columns:1fr;
gap:12px;
padding:14px;
}
.tour-card h2{font-size:clamp(24px,8vw,36px)}
.info-grid{
grid-template-columns:repeat(2,1fr);
gap:8px;
}
.info-grid span,
.info-format-button{
min-height:54px;
gap:5px;
padding:10px;
}
.info-grid small{font-size:9px}
.info-grid strong{font-size:12px}
button.info-format-button em{
right:8px;
bottom:7px;
min-height:18px;
padding:0 7px;
font-size:7px;
}
.format-layout{
grid-template-columns:1fr;
}
.format-groups{
grid-column:auto;
}
.group-grid{
grid-template-columns:repeat(2,minmax(0,1fr));
}
.section-head{display:block;text-align:left}
.view-panel{padding:78px 12px 94px}
.panel-shell{
max-height:calc(100svh - 104px);
padding:18px;
}
.deal-section.view-panel,
.login-section.view-panel,
.register-section.view-panel,
.schedule-section.view-panel,
.profile-section.view-panel,
.all-team-section.view-panel,
.format-section.view-panel,
.rules-section.view-panel,
.support-section.view-panel{
padding:66px 10px 178px;
}
.deal-section .panel-shell,
.register-section .panel-shell,
.schedule-section .panel-shell,
.profile-section .panel-shell,
.all-team-section .panel-shell,
.format-section .panel-shell,
.rules-section .panel-shell,
.support-section .panel-shell{
width:100%;
height:calc(100svh - 244px);
height:calc(100dvh - 244px);
max-height:none;
}
.schedule-section .panel-shell,
.register-section .panel-shell,
.profile-section .panel-shell,
.all-team-section .panel-shell,
.format-section .panel-shell,
.rules-section .panel-shell,
.support-section .panel-shell{
overflow-y:auto;
padding:16px;
}
.schedule-section .section-head,
.login-section .section-head,
.register-section .section-head,
.profile-section .section-head,
.all-team-section .section-head,
.format-section .section-head,
.rules-section .section-head{
padding-bottom:12px;
}
.profile-card{
padding:14px;
}
.profile-hero{
grid-template-columns:64px minmax(0,1fr);
gap:12px;
}
.profile-logo{
width:64px;
height:64px;
font-size:18px;
}
.profile-hero h3{
font-size:24px;
}
.profile-meta-grid{
grid-template-columns:1fr;
gap:8px;
}
.profile-player-row{
grid-template-columns:42px minmax(0,1fr) minmax(0,1fr);
gap:8px;
padding:8px;
}
.form-grid{
grid-template-columns:1fr;
gap:10px;
}
.login-form{
grid-template-columns:1fr;
}
.admin-whatsapp-composer{
grid-template-columns:1fr;
align-items:stretch;
padding:14px;
}
.notification-gate{
grid-template-columns:1fr;
align-items:stretch;
padding:14px;
}
.notification-reminder{
top:66px;
align-items:stretch;
flex-direction:column;
gap:8px;
padding:10px 14px;
font-size:12px;
}
.install-app-banner{
top:76px;
grid-template-columns:34px minmax(0,1fr) auto 24px;
gap:8px;
padding:8px;
}
.install-app-icon{
width:34px;
height:34px;
font-size:22px;
}
.install-app-button{
min-height:32px;
padding:0 10px;
font-size:9px;
}
.install-app-copy strong{font-size:11px}
.install-app-copy small{font-size:9px}
.notification-reminder button{
width:100%;
max-width:320px;
margin:0 auto;
}
.profile-actions{
flex-direction:column;
}
.profile-noti-button,
.profile-logout-button{
width:100%;
min-width:0;
}
.notification-gate .btn{
width:100%;
}
.notification-gate h3{
font-size:18px;
}
.notification-gate p:last-child{
font-size:12px;
}
.field input,
.player-row input{
min-height:46px;
font-size:13px;
}
.player-fields{
padding:10px;
}
.player-head,
.player-row{
grid-template-columns:38px minmax(0,1fr) minmax(0,1fr);
gap:8px;
}
.player-head{
font-size:9px;
letter-spacing:.08em;
}
.player-row strong{
min-height:46px;
}
.register-form-actions{
display:grid;
grid-template-columns:1fr 1fr;
padding:10px;
}
.schedule-section .match-card{
margin-top:12px;
}
.official-schedule{
margin-top:12px;
padding:14px;
gap:12px;
}
.official-schedule-head{
display:grid;
gap:6px;
align-items:start;
}
.official-schedule-head h3{
font-size:22px;
}
.official-schedule-list{
grid-template-columns:1fr;
gap:8px;
}
.official-schedule-item{
grid-template-columns:1fr;
gap:8px;
min-height:0;
padding:12px 12px 12px 14px;
}
.official-schedule-item h4{
font-size:13px;
}
.official-schedule-item p{
font-size:11px;
}
.next-match-card{
padding:18px 14px;
border-radius:16px;
}
.next-match-label{
margin-bottom:16px;
font-size:15px;
letter-spacing:.2em;
}
.next-match-row{
grid-template-columns:minmax(0,1fr) minmax(92px,.8fr) minmax(0,1fr);
gap:8px;
}
.next-team{
gap:8px;
}
.next-team img{
width:58px;
height:52px;
}
.next-team p{
font-size:14px;
}
.next-status{
font-size:13px;
}
.next-center strong{
font-size:32px;
}
.next-stage{
font-size:12px;
}
.next-score{
font-size:12px;
}
.next-time{
font-size:11px;
white-space:normal;
}
.deal-view-head{
padding:12px 14px;
}
.deal-view-head .section-tag{
margin-bottom:5px;
}
.deal-view-head h2{
font-size:30px;
}
.deal-view-head p:last-child{
margin-top:0;
font-size:12px;
line-height:1.35;
}
.deal-app-grid{
grid-template-columns:1fr;
grid-template-rows:auto minmax(0,1fr);
}
.support-chat-layout{
grid-template-columns:1fr;
grid-template-rows:auto minmax(0,1fr);
}
.deal-app-grid .deal-contact-list{
max-height:none;
border-right:0;
border-bottom:0;
overflow-y:auto;
}
.deal-app-grid.chat-open{
grid-template-rows:minmax(0,1fr);
}
.deal-app-grid.chat-open .deal-chat-screen{
min-height:0;
}
.support-chat-layout .deal-contact-list{
max-height:148px;
border-right:0;
border-bottom:1px solid rgba(34,211,238,.18);
overflow-y:auto;
}
.deal-contact-item{
grid-template-columns:46px minmax(0,1fr) auto;
min-height:76px;
padding:12px;
overflow:hidden;
}
.deal-new-chat{
grid-template-columns:1fr;
padding:12px;
}
.deal-new-chat button{
width:100%;
}
.deal-contact-avatar{
width:46px;
height:46px;
min-width:46px;
max-width:46px;
min-height:46px;
max-height:46px;
flex-basis:46px;
font-size:16px;
}
.deal-chat-screen{
min-height:0;
}
.deal-match-attendance{
grid-template-columns:1fr;
gap:9px;
padding:10px 12px;
}
.deal-match-attendance form{
align-items:stretch;
flex-direction:column;
}
.deal-match-attendance form label{white-space:normal}
.attendance-result,.attendance-waiting,.attendance-closed,.attendance-admin-note{text-align:left}
.deal-chat-full-log{
padding:14px;
}
.deal-chat-composer{
grid-template-columns:minmax(0,1fr) 76px;
margin:0 10px 8px;
border:1px solid rgba(34,211,238,.18);
border-radius:14px;
padding:10px;
}
.deal-chat-composer.guest-mode{
grid-template-columns:1fr 76px;
}
.deal-chat-composer.admin-send-mode{
grid-template-columns:minmax(0,1fr) 68px 68px;
}
.deal-pinned-form{
grid-template-columns:1fr 1fr;
}
.deal-pinned-form input{
grid-column:1 / -1;
}
.deal-chat-composer.guest-mode .deal-guest-name{
grid-column:1 / -1;
}
.chat-send-button{
min-width:0;
padding:0 12px;
}
.versus-row{gap:10px}
.empty-logo{width:76px;height:76px}
.team-preview p{font-size:16px}
.vs-core{width:86px;height:86px}
.vs-core strong{font-size:24px}
.deal-layout,.rules-grid{grid-template-columns:1fr}
.deal-title{grid-template-columns:auto 1fr}
.deal-title small{grid-column:2}
.support-card{
display:block;
padding:20px;
}
.team-list-placeholder{
align-items:flex-start;
gap:14px;
padding:14px;
}
.team-list-placeholder .empty-logo{
width:58px;
height:58px;
flex:0 0 auto;
}
.team-roster-item{
grid-template-columns:46px minmax(0,1fr) auto;
gap:12px;
padding:12px;
}
.team-roster-logo{
width:46px;
height:46px;
font-size:15px;
}
.team-roster-item h3{
font-size:18px;
}
.team-roster-item p{
font-size:12px;
}
.video-ad-card{
display:block!important;
overflow:hidden!important;
}
.bottom-nav{display:flex}
}
@media (max-width:430px){
.top-nav{gap:8px}
.brand-mark{width:42px;height:42px;min-width:42px;flex-basis:42px}
.brand-mark img{width:31px;height:31px;max-width:31px;max-height:31px}
.hero-section{padding:20px 12px 6px}
.hero-grid{
grid-template-columns:minmax(0,.69fr) minmax(96px,.31fr);
gap:4px;
}
.logo-stage{min-height:136px}
.logo-stage .hero-logo{
width:min(112px,100%);
max-width:112px;
}
.event-line,.section-tag{font-size:10px}
.hero-actions{gap:8px;margin-top:16px}
.btn{min-height:42px;padding:0 12px;font-size:11px}
.tour-strip,.register-guide{
width:calc(100% - 24px);
margin-top:6px;
}
.info-grid{gap:8px}
.info-grid span,.info-format-button{padding:9px;min-height:50px}
.info-grid strong{font-size:11px}
.hero-actions{gap:8px;margin-top:16px}
.hero-whatsapp-action{gap:8px;margin-top:8px}
a.social-btn{min-height:40px;font-size:9px;padding:0 6px}
.whatsapp-btn small{font-size:7px}
.group-grid{grid-template-columns:1fr}
.match-card{padding:14px}
.next-match-card{
padding:22px 14px;
}
.next-match-label{
font-size:15px;
margin-bottom:22px;
}
.next-match-row{
grid-template-columns:minmax(0,1fr) 104px minmax(0,1fr);
gap:8px;
}
.next-team img{
width:62px;
height:58px;
}
.next-team p{
font-size:16px;
}
.next-status{
font-size:15px;
}
.next-center strong{
font-size:36px;
}
.next-stage{
font-size:14px;
}
.next-time{
font-size:12px;
line-height:1.2;
}
.versus-row{grid-template-columns:1fr 72px 1fr}
.vs-core{width:72px;height:72px}
.vs-core strong{font-size:20px}
.vs-core span{font-size:8px}
.empty-logo{width:64px;height:64px}
.match-meta{font-size:10px}
.chat-bubble{width:92%;font-size:13px}
.bottom-nav{
width:min(calc(100% - 24px),460px);
gap:2px;
}
.video-ad-card{
width:min(calc(100% - 24px),460px);
height:58px!important;
min-height:58px!important;
max-height:58px!important;
bottom:88px;
}
.team-detail-grid,
.team-detail-players,
.team-info-meta,
.team-info-player-list,
.team-edit-panel,
.team-edit-players,
.result-score-grid{
grid-template-columns:1fr;
}
.team-info-card{
padding:14px;
gap:12px;
}
.team-info-hero{
grid-template-columns:58px minmax(0,1fr);
gap:12px;
}
.team-info-logo{
width:58px;
height:58px;
}
.team-info-hero h3{
font-size:24px;
line-height:1;
}
.team-info-player{
grid-template-columns:44px minmax(0,1fr);
align-items:start;
}
.team-info-player>strong{
grid-row:1 / span 2;
width:38px;
height:38px;
}
.team-info-actions{
display:grid;
grid-template-columns:1fr 1fr;
}
.bottom-nav a{
font-size:8px;
}
.bottom-nav svg{
width:20px;
height:20px;
}
.team-roster-item{
grid-template-columns:44px minmax(0,1fr);
}
.team-roster-item.is-admin-row{
grid-template-columns:26px 44px minmax(0,1fr);
gap:10px;
}
.team-roster-item.is-admin-row .team-admin-actions{
grid-column:3;
}
.team-roster-item.is-admin-row>strong{
grid-column:3;
}
.confirm-slot-section .team-roster-item{
grid-template-columns:44px minmax(0,1fr);
}
.team-admin-actions{
grid-column:2;
justify-content:flex-start;
}
.team-roster-item>strong{
grid-column:2;
justify-self:start;
margin-top:2px;
}
.copy-info-field{
padding-right:68px!important;
}
.team-player-copy-row{
grid-template-columns:40px auto minmax(0,1fr) auto;
}
.team-player-copy-row b{
min-width:34px;
height:34px;
}
}
/* Final guard: ad banner must stay inside the fixed card, not use image intrinsic size. */
aside.video-ad-card,
.video-ad-card {
  position: fixed !important;
  left: 50% !important;
  bottom: calc(88px + env(safe-area-inset-bottom, 0px)) !important;
  z-index: 9999 !important;
  display: block !important;
  width: min(calc(100vw - 24px), 440px) !important;
  height: clamp(58px, 14vw, 64px) !important;
  min-height: 58px !important;
  max-height: 64px !important;
  padding: 0 !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  transform: translateX(-50%) !important;
  aspect-ratio: auto !important;
  contain: layout paint !important;
  border-radius: 18px !important;
}

aside.video-ad-card > img.video-ad-image,
.video-ad-card .video-ad-image {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

aside.video-ad-card > *:not(a):not(img.video-ad-image),
.video-ad-card > *:not(a):not(.video-ad-image) {
  display: none !important;
}

body aside.video-ad-card > a.video-ad-link {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;

  display: block !important;
  width: 100% !important;
  height: 100% !important;

  cursor: pointer !important;
}

/* Akaun admin tidak memaparkan card iklan pada mana-mana saiz skrin. */
body.admin-account aside.video-ad-card,
body.admin-account .video-ad-card {
  display: none !important;
}

/* Sembunyikan card iklan pada paparan PC; mobile masih menggunakan banner ini. */
@media screen and (min-width: 861px) {
  body aside.video-ad-card,
  body .video-ad-card {
    display: none !important;
  }
}

@media screen and (max-width: 860px) {
  body aside.video-ad-card,
  body .video-ad-card {
    bottom: 88px !important;

    left: 20px !important;
    right: 20px !important;
    transform: none !important;

    width: auto !important;
    max-width: none !important;

    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    /* Nisbah asal gambar 2244 × 701 */
    aspect-ratio: 2244 / 701 !important;

    padding: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body .video-ad-card > a,
  body .video-ad-card picture {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  body aside.video-ad-card img,
  body .video-ad-card img,
  body .video-ad-card .video-ad-image {
    display: block !important;

    width: 100% !important;
    height: 100% !important;

    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover !important;
    object-position: center !important;

    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
}

/* Dalam room chat, utamakan composer supaya banner tidak menutup input mesej. */
@media screen and (max-width: 860px) {
  body.panel-open.deal-chat-active aside.video-ad-card,
  body.panel-open.deal-chat-active .video-ad-card,
  body.panel-open:has(.deal-app-grid.chat-open) aside.video-ad-card,
  body.panel-open:has(.deal-app-grid.chat-open) .video-ad-card {
    display: none !important;
  }

  body.panel-open .deal-section.chat-room-open .deal-chat-composer,
  body.panel-open:has(.deal-app-grid.chat-open) .deal-chat-composer {
    margin-bottom: 6px;
  }

  body.panel-open .deal-section.chat-room-open.view-panel,
  body.panel-open:has(.deal-app-grid.chat-open) .deal-section.view-panel {
    padding-bottom: calc(94px + env(safe-area-inset-bottom, 0px));
  }

  body.panel-open .deal-section.chat-room-open .panel-shell,
  body.panel-open:has(.deal-app-grid.chat-open) .deal-section .panel-shell {
    height: calc(100dvh - 160px - env(safe-area-inset-bottom, 0px));
  }

  .deal-section.chat-room-open .deal-chat-composer{
    align-self:end;
    align-items:center;
    width:calc(100% - 20px);
    height:auto!important;
    min-height:66px!important;
    max-height:170px!important;
  }

  .deal-section.chat-room-open .deal-chat-composer input[name="message"],
  .deal-section.chat-room-open .deal-chat-composer .chat-send-button,
  .deal-section.chat-room-open .deal-chat-composer .chat-important-button{
    align-self:center;
    height:46px!important;
    min-height:46px!important;
    max-height:46px!important;
  }
}
