@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&display=swap');
:root{--dark:#071d24;--dark2:#0b3039;--green:#85dc3d;--cream:#f4f6f0;--line:#dfe7df;--muted:#718084}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:85px}body{margin:0;background:var(--cream);color:var(--dark);font-family:Manrope,Arial,sans-serif}a{text-decoration:none;color:inherit}header{position:sticky;top:0;z-index:9;background:rgba(7,29,36,.97);border-bottom:1px solid #ffffff12}.nav{max-width:1180px;height:76px;margin:auto;padding:0 20px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:10px;color:#fff;font-weight:800}.brand img{width:43px;height:43px;object-fit:cover;border-radius:12px}.brand b,.hero em{color:var(--green)}header nav{display:flex;gap:25px;margin-left:auto}header nav a{color:#c4d0d2;font-size:13px;font-weight:700}header nav a:hover{color:var(--green)}.login,.cta{background:var(--green);padding:12px 17px;border-radius:11px;font-weight:800}.toggle{display:none;margin-left:auto;border:0;background:none;color:#fff;font-size:25px}.hero{max-width:1180px;min-height:420px;margin:28px auto 0;padding:66px;border-radius:27px;background:radial-gradient(circle at 80% 20%,#85dc3d38,transparent 28%),linear-gradient(135deg,#0c3540,#06191f);color:#fff;display:flex;align-items:flex-end;justify-content:space-between;box-shadow:0 20px 60px #0a273014}.hero h1{margin:7px 0 18px;font-size:54px;line-height:1.06;letter-spacing:-2.7px}.hero em{font-style:normal}.hero p{max-width:600px;color:#bfd0d2;line-height:1.7;margin:0 0 28px}.hero small,.heading small{color:#65aa39;font-weight:800;letter-spacing:2px}.number{padding:23px;border:1px solid #ffffff20;background:#ffffff0b;border-radius:18px}.number b{display:block;color:var(--green);font-size:40px}.number span{color:#bbcacd;font-size:11px}.section{max-width:1180px;margin:auto;padding:76px 20px}.heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:27px}.heading h2{font-size:31px;letter-spacing:-1px;margin:6px 0 0}.filters{display:flex;background:#e6ebe5;padding:5px;border-radius:12px}.filters button{border:0;background:none;padding:9px 12px;border-radius:8px;color:#6c7a7c;font:700 11px Manrope;cursor:pointer}.filters .active{background:#fff;color:var(--dark);box-shadow:0 3px 12px #0000000d}.matches{display:grid;grid-template-columns:1fr 1fr;gap:15px}.match{background:#fff;border:1px solid var(--line);border-radius:17px;padding:19px;transition:.2s}.match:hover{transform:translateY(-3px);box-shadow:0 18px 45px #102d3515;border-color:#b9d5aa}.meta{display:flex;justify-content:space-between;color:var(--muted);font-size:11px;font-weight:700}.meta i{font-style:normal;background:#edf2ec;padding:5px 8px;border-radius:20px}.meta i.live{background:#ffe5ec;color:#d91949}.teams{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;margin:22px 0}.teams>div{display:flex;align-items:center;gap:9px;font-size:13px}.teams .away{justify-content:flex-end;text-align:right}.crest,.clublogo{display:grid;place-items:center;background:#edf2e9;color:#52872e;border-radius:50%;overflow:hidden;font-weight:800}.crest{width:38px;height:38px}.crest img,.clublogo img{width:100%;height:100%;object-fit:contain}.teams>strong{font-size:22px}.teams u{text-decoration:none;color:#9ba7a7}.more{display:block;border-top:1px solid #edf1ed;padding-top:12px;text-align:right;color:#579a30;font-size:11px;font-weight:800}.empty{grid-column:1/-1;text-align:center;background:#fff;padding:35px;border-radius:16px}.tables{background:#e8eee7}.table-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.table-grid article{background:#fff;border-radius:17px;overflow:hidden}.table-grid h3{margin:0;padding:19px;background:var(--dark2);color:#fff}.standing{color:var(--muted);font-size:12px}.tr{display:grid;grid-template-columns:27px 1fr 32px 40px 30px;gap:7px;align-items:center;min-height:46px;padding:0 16px;border-top:1px solid #edf1ed;color:var(--dark)}.tr:hover{background:#f4f8f2}.tr.th{min-height:34px;background:#f6f8f5;color:#879393;font-size:10px}.tr b{color:#57982f;text-align:right}.clubs{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.clubs>a{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px;transition:.2s}.clubs>a:hover{transform:translateY(-2px);border-color:#afd095}.clublogo{width:45px;height:45px}.clubs>a>span:nth-child(2){display:flex;flex-direction:column}.clubs small{color:var(--muted);margin-top:3px}.clubs i{margin-left:auto;color:#63a43c}footer{background:var(--dark);color:#9babad;padding:28px max(20px,calc((100% - 1140px)/2));display:flex;justify-content:space-between;font-size:12px}footer a{color:var(--green)}
@media(max-width:820px){.nav{height:68px}header nav{display:none;position:absolute;top:68px;left:12px;right:12px;flex-direction:column;gap:0;padding:9px;background:var(--dark2);border-radius:13px}header nav.open{display:flex}header nav a{padding:13px}.toggle{display:block}.login{display:none}.hero{margin:14px;padding:38px 27px;min-height:380px}.hero h1{font-size:40px}.number{display:none}.matches,.table-grid{grid-template-columns:1fr}.clubs{grid-template-columns:1fr 1fr}}
@media(max-width:550px){.section{padding:55px 14px}.heading{align-items:flex-start;flex-direction:column}.filters{width:100%;overflow:auto}.filters button{white-space:nowrap}.hero h1{font-size:34px;letter-spacing:-1.6px}.teams>div{flex-direction:column;text-align:center}.teams .away{flex-direction:column-reverse}.teams b{font-size:11px}.clubs{grid-template-columns:1fr}}

/* Faqja e ndeshjes */
.match-page{background:#f4f6f0}.match-main{max-width:1100px;margin:auto;padding:34px 20px 80px}.back{display:inline-flex;margin-bottom:20px;color:#598f39;font-size:12px;font-weight:800}.score-card{overflow:hidden;background:radial-gradient(circle at 50% 0,#85dc3d24,transparent 35%),linear-gradient(135deg,#0b333d,#06191f);border-radius:25px;color:#fff;box-shadow:0 20px 60px #0a273018}.match-topline{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;border-bottom:1px solid #ffffff12;color:#9fb5b8;font-size:10px;font-weight:800;letter-spacing:1.3px}.match-topline i{font-style:normal;color:#dbe5e6;background:#ffffff12;padding:6px 10px;border-radius:30px}.match-topline i.live{color:#fff;background:#ed2455;box-shadow:0 0 0 5px #ed245528}.score-board{min-height:330px;padding:45px 8%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:35px}.match-team{display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff}.big-crest{width:100px;height:100px;display:grid;place-items:center;background:#ffffff0c;border:1px solid #ffffff1c;border-radius:50%;color:var(--green);font-size:35px;font-weight:800;overflow:hidden}.big-crest img{width:78%;height:78%;object-fit:contain}.match-team h1{margin:16px 0 4px;font-size:19px;letter-spacing:-.5px}.match-team small{color:#8fa9ad;font-size:10px;text-transform:uppercase;letter-spacing:1px}.result{text-align:center}.result>span{display:inline-block;color:#9cb0b3;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:1.5px}.result>div{display:flex;align-items:center;gap:18px;margin:7px 0}.result b{font-size:56px;line-height:1}.result i{font-style:normal;color:#668086;font-size:26px}.result time{color:#a8babc;font-size:11px}.match-columns{display:grid;grid-template-columns:1.5fr 1fr;gap:18px;margin-top:18px}.event-card,.info-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}.card-heading{display:flex;align-items:center;gap:12px;padding-bottom:18px;border-bottom:1px solid #edf1ed}.card-heading>span{display:grid;place-items:center;width:39px;height:39px;background:#eef5e9;border-radius:11px}.card-heading small{color:#69a746;font-size:9px;font-weight:800;letter-spacing:1.4px}.card-heading h2{font-size:16px;margin:2px 0 0}.timeline{position:relative}.event{display:grid;grid-template-columns:38px 34px 1fr;align-items:center;gap:10px;padding:16px 2px;border-bottom:1px solid #edf1ed}.event:last-child{border:0}.event time{font-size:13px;font-weight:800}.event-icon{display:grid;place-items:center;width:30px;height:30px;background:#edf5e8;border-radius:50%;font-size:13px}.event div{display:flex;flex-direction:column}.event div b{font-size:13px}.event div small{color:var(--muted);font-size:10px;margin-top:3px}.no-events{display:flex;flex-direction:column;align-items:center;padding:45px 15px;color:var(--muted);text-align:center}.no-events b{color:var(--dark);font-size:14px}.no-events span{font-size:11px;margin-top:5px}.info-card dl{margin:0}.info-card dl div{display:flex;justify-content:space-between;gap:15px;padding:15px 0;border-bottom:1px solid #edf1ed;font-size:11px}.info-card dl div:last-child{border:0}.info-card dt{color:var(--muted)}.info-card dd{margin:0;font-weight:800;text-align:right}
@media(max-width:700px){.match-main{padding:20px 14px 55px}.score-board{min-height:290px;padding:35px 16px;gap:12px}.big-crest{width:68px;height:68px}.match-team h1{font-size:13px}.result b{font-size:39px}.result>div{gap:9px}.result time{font-size:9px}.match-columns{grid-template-columns:1fr}.match-page header nav{display:none}.match-page .score-card{border-radius:20px}.match-topline{padding:15px 16px}}
.lineup-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding-top:18px}.lineup-columns>div{display:flex;flex-direction:column;gap:7px}.lineup-columns>div>b{margin-bottom:5px}.lineup-columns span{font-size:12px;padding:7px 9px;background:#f5f8f3;border-radius:7px}.lineup-columns small{color:var(--muted)}.stat-line{display:flex;flex-direction:column;gap:5px;padding:15px 0;border-bottom:1px solid #edf1ed}.stat-line span{color:var(--muted);font-size:11px}

/* Faqja e klubit */
.club-page{background:#f4f6f0}.club-main{max-width:1100px;margin:auto;padding:34px 20px 80px}.club-hero{min-height:260px;padding:45px 50px;border-radius:25px;background:radial-gradient(circle at 85% 10%,#85dc3d32,transparent 32%),linear-gradient(135deg,#0b343e,#061a20);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:35px;box-shadow:0 20px 60px #0a273018}.club-identity{display:flex;align-items:center;gap:25px}.club-badge{width:125px;height:125px;display:grid;place-items:center;flex:0 0 auto;background:#ffffff0d;border:1px solid #ffffff22;border-radius:30px;color:var(--green);font-size:45px;font-weight:800;overflow:hidden}.club-badge img{width:82%;height:82%;object-fit:contain}.club-identity small,.club-section-title small{color:#73bc48;font-size:9px;font-weight:800;letter-spacing:1.7px}.club-identity h1{font-size:35px;letter-spacing:-1.5px;margin:7px 0 4px}.club-identity p{margin:0;color:#9eb3b6;font-size:12px}.club-record{display:flex;overflow:hidden;border:1px solid #ffffff1c;border-radius:17px;background:#ffffff08}.club-record div{min-width:88px;padding:18px;text-align:center;border-left:1px solid #ffffff16}.club-record div:first-child{border:0}.club-record b{display:block;color:var(--green);font-size:25px}.club-record span{color:#a5b8bb;font-size:9px}.club-layout{display:grid;grid-template-columns:1.45fr 1fr;gap:18px;margin-top:18px}.squad-card,.fixtures-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:21px}.club-section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:17px}.club-section-title h2{font-size:17px;margin:3px 0 0}.club-section-title>span{color:var(--muted);font-size:10px;background:#f1f4f0;padding:6px 9px;border-radius:20px}.squad-head,.player-row{display:grid;grid-template-columns:38px 1fr 110px;gap:10px;align-items:center}.squad-head{min-height:33px;padding:0 9px;background:#f5f7f4;color:#8b9697;font-size:9px;text-transform:uppercase;letter-spacing:1px;border-radius:7px}.player-row{min-height:58px;padding:0 9px;border-bottom:1px solid #edf1ed}.player-row:last-child{border:0}.shirt{color:#629d3e;font-weight:800}.player-person{display:flex;align-items:center;gap:10px}.player-person i{display:grid;place-items:center;width:33px;height:33px;border-radius:50%;background:#edf4e8;color:#61933f;font-style:normal;font-weight:800}.player-person b{font-size:12px}.position{color:var(--muted);font-size:10px}.fixture{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:13px 2px;border-bottom:1px solid #edf1ed;transition:.2s}.fixture:hover{padding-left:7px}.fixture div{display:flex;flex-direction:column;gap:4px}.fixture small{color:#8b9799;font-size:9px}.fixture span{font-size:11px;font-weight:700}.fixture strong{white-space:nowrap;background:#edf4e8;color:#3d6e21;padding:8px 10px;border-radius:8px}.club-empty{padding:35px 10px;color:var(--muted);font-size:11px;text-align:center}
@media(max-width:760px){.club-main{padding:20px 14px 55px}.club-hero{padding:32px 22px;align-items:flex-start;flex-direction:column}.club-badge{width:90px;height:90px;border-radius:23px}.club-identity{gap:17px}.club-identity h1{font-size:25px}.club-record{width:100%}.club-record div{min-width:0;flex:1}.club-layout{grid-template-columns:1fr}.squad-card,.fixtures-card{padding:16px}.squad-head,.player-row{grid-template-columns:32px 1fr 82px}}
.player-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.player-card{position:relative;min-height:112px;display:flex;align-items:center;gap:14px;padding:14px;overflow:hidden;background:linear-gradient(145deg,#f7faf5,#edf4e9);border:1px solid #e0e9dc;border-radius:14px;transition:.22s}.player-card:after{content:'';position:absolute;width:80px;height:80px;right:-30px;bottom:-35px;border:18px solid #7ec54d12;border-radius:50%}.player-card:hover{transform:translateY(-3px);border-color:#b5d6a1;box-shadow:0 12px 28px #163b4310}.player-avatar{position:relative;width:65px;height:78px;flex:0 0 auto;display:grid;place-items:center;background:linear-gradient(160deg,#103842,#071e25);border-radius:13px;color:#85dc3d}.player-avatar>span{font-size:27px;font-weight:800}.player-avatar>b{position:absolute;right:-6px;top:-6px;display:grid;place-items:center;min-width:25px;height:25px;padding:0 5px;background:#85dc3d;color:#09232a;border:3px solid #f3f7f0;border-radius:50%;font-size:10px}.player-data{min-width:0}.player-data small{color:#5f9d39;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:1px}.player-data h3{margin:5px 0 7px;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-data span{color:#8a9899;font-size:9px}.club-page .squad-card{background:linear-gradient(#fff,#fbfcfa)}
@media(max-width:520px){.player-grid{grid-template-columns:1fr}.player-card{min-height:100px}.player-avatar{height:68px}}
.player-page{background:#f4f6f0}.player-main{max-width:1100px;margin:auto;padding:34px 20px 80px}.player-hero{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:25px;padding:38px;border-radius:24px;color:#fff;background:radial-gradient(circle at 80% 0,#85dc3d2e,transparent 30%),linear-gradient(135deg,#0c3540,#06191f)}.profile-photo{width:145px;height:175px;display:grid;place-items:center;overflow:hidden;border-radius:24px;background:#ffffff0d;border:1px solid #ffffff20}.profile-photo img{width:100%;height:100%;object-fit:cover}.profile-photo span{font-size:55px;color:var(--green);font-weight:800}.profile-title small{color:var(--green);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:1.5px}.profile-title h1{font-size:35px;margin:7px 0}.profile-title a{color:#a8bbbe;font-size:12px}.profile-stats{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border:1px solid #ffffff18;border-radius:16px}.profile-stats div{padding:17px 22px;text-align:center;border:1px solid #ffffff0b}.profile-stats b{display:block;color:var(--green);font-size:24px}.profile-stats span{color:#a8babc;font-size:9px}.player-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:18px;margin-top:18px}.profile-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:21px}.profile-card h2{font-size:17px;margin:0 0 15px}.player-event{display:flex;align-items:center;gap:11px;padding:13px 0;border-bottom:1px solid #edf1ed}.player-event>span{display:grid;place-items:center;width:35px;height:35px;background:#edf5e8;border-radius:50%}.player-event div{display:flex;flex-direction:column;gap:3px}.player-event b{font-size:11px}.player-event small{color:var(--muted);font-size:9px}.media-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.media-grid img,.media-grid video{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:10px;background:#091e25}
@media(max-width:760px){.player-main{padding:20px 14px 55px}.player-hero{grid-template-columns:auto 1fr;padding:23px}.profile-photo{width:95px;height:120px}.profile-title h1{font-size:24px}.profile-stats{grid-column:1/-1;width:100%}.profile-stats div{padding:12px 8px}.player-layout{grid-template-columns:1fr}.media-grid{grid-template-columns:1fr}}
.player-avatar>img{width:100%;height:100%;object-fit:cover}
.fan-zone{margin-top:18px;padding:24px;background:#fff;border:1px solid var(--line);border-radius:19px}.fan-title{display:flex;justify-content:space-between;gap:20px}.fan-title small{color:#67a441;font-size:9px;font-weight:800;letter-spacing:1.5px}.fan-title h2{margin:4px 0;font-size:19px}.fan-title p{margin:0;color:var(--muted);font-size:11px}.fan-title>span{height:max-content;padding:6px 9px;border-radius:20px;background:#edf4e8;color:#578c38;font-size:10px}.fan-form{margin-top:20px;padding:15px;background:#f5f8f3;border-radius:13px}.fan-fields{display:grid;grid-template-columns:180px 1fr;gap:9px}.fan-form input,.fan-form textarea{width:100%;border:1px solid #d8e2d6;border-radius:8px;padding:10px;font:12px Manrope;background:#fff}.fan-form textarea{min-height:72px;resize:vertical}.fan-submit{display:flex;justify-content:space-between;align-items:center;margin-top:9px}.fan-submit label{padding:9px 11px;background:#e5efe1;color:#46782d;border-radius:8px;font-size:11px;font-weight:800;cursor:pointer}.fan-submit label input,.trap{display:none}.fan-submit button{border:0;padding:10px 14px;background:#78c63f;color:#10251b;border-radius:8px;font-weight:800;cursor:pointer}.fan-feed{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:16px}.fan-post{padding:15px;border:1px solid #e3e9e2;border-radius:13px;overflow:hidden}.fan-author{display:flex;align-items:center;gap:9px}.fan-author>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#0c333c;color:#85dc3d;font-weight:800}.fan-author div{display:flex;flex-direction:column}.fan-author b{font-size:11px}.fan-author time{color:#8b9899;font-size:9px}.fan-post p{font-size:12px;line-height:1.6}.fan-media{display:block;width:100%;max-height:430px;object-fit:cover;margin-top:10px;border-radius:9px;background:#071d24}.fan-error,.fan-closed,.no-fans{margin-top:16px;padding:13px;border-radius:9px;background:#f1f5ef;color:#64756f;font-size:11px}.fan-error{background:#fee7eb;color:#a51f39}.no-fans{grid-column:1/-1;text-align:center}
@media(max-width:650px){.fan-zone{padding:17px}.fan-fields,.fan-feed{grid-template-columns:1fr}.fan-submit{align-items:stretch;flex-direction:column;gap:8px}.fan-submit label,.fan-submit button{text-align:center}.fan-title p{display:none}}
.fan-success{margin-top:16px;padding:13px;border-radius:9px;background:#e4f6df;color:#34751c;font-size:11px;font-weight:800}
.auth-page{min-height:100vh;display:grid;place-items:center;padding:20px;background:radial-gradient(circle at 80% 10%,#85dc3d27,transparent 30%),#071d24}.register-box{width:min(440px,100%);padding:30px;background:#fff;border-radius:20px;box-shadow:0 25px 70px #0004}.auth-brand{display:flex;align-items:center;gap:9px;color:#071d24;font-weight:800}.auth-brand img{width:40px;height:40px;border-radius:11px}.auth-brand b{color:#69ad3d}.register-box h1{margin:25px 0 7px;font-size:26px}.register-box>p{color:#718084;font-size:12px;line-height:1.6}.register-box label,.portal-card label{display:block;margin:11px 0 5px;font-size:11px;font-weight:800}.register-box input,.register-box select,.portal-card input{width:100%;box-sizing:border-box;padding:11px;border:1px solid #d5dfd6;border-radius:8px}.register-box button,.portal-card button{width:100%;margin-top:14px;padding:11px;border:0;border-radius:8px;background:#79c943;color:#10251b;font-weight:800}.auth-link{display:block;margin-top:17px;text-align:center;color:#579632;font-size:11px}.auth-success,.auth-error{padding:11px;margin:12px 0;border-radius:8px;background:#e5f5df;color:#33711e;font-size:11px}.auth-error{background:#fee7eb;color:#a51f39}.portal-main{max-width:1100px;margin:auto;padding:35px 20px 70px}.portal-head{display:flex;align-items:center;gap:18px;padding:25px;border-radius:18px;background:#fff;border:1px solid var(--line)}.portal-photo{width:80px;height:80px;display:grid;place-items:center;overflow:hidden;border-radius:18px;background:#0b333d;color:#85dc3d;font-size:28px;font-weight:800}.portal-photo img{width:100%;height:100%;object-fit:cover}.portal-head small{color:#68a644;font-weight:800}.portal-head h1{margin:4px 0;font-size:25px}.portal-head a{color:#579632;font-size:11px}.portal-grid{display:grid;grid-template-columns:1fr 2fr;gap:16px;margin-top:16px}.portal-card{padding:20px;background:#fff;border:1px solid var(--line);border-radius:16px}.portal-card h2{font-size:17px}.portal-card p{color:#718084;font-size:11px}.portal-card form+form{margin-top:22px;padding-top:15px;border-top:1px solid #e7ece6}.report-row{display:grid;grid-template-columns:1fr 80px 70px 70px 75px;gap:9px;align-items:end;padding:13px 0;border-bottom:1px solid #e8ece7}.report-row>div{display:flex;flex-direction:column}.report-row small{color:#7b8889;margin-top:4px}.report-row label{margin:0}.report-row input{padding:8px}.report-row button{margin:0;padding:9px}.portal-card.wide{min-width:0}@media(max-width:800px){.portal-grid{grid-template-columns:1fr}.report-row{grid-template-columns:1fr 1fr 1fr}.report-row>div{grid-column:1/-1}.report-row button{height:38px}}

/* Pamja moderne e komenteve LIVE */
.match-page .fan-zone{padding:0;overflow:hidden;border:1px solid #dce5dc;border-radius:22px;box-shadow:0 14px 40px rgba(7,29,36,.06)}
.match-page .fan-title{position:relative;align-items:center;padding:25px 28px;color:#fff;background:radial-gradient(circle at 85% 0,rgba(133,220,61,.22),transparent 38%),linear-gradient(135deg,#0c3540,#071d24)}
.match-page .fan-title:before{content:'LIVE';display:grid;place-items:center;width:44px;height:22px;position:absolute;right:28px;bottom:22px;border-radius:20px;background:#ed2455;color:#fff;font-size:9px;font-weight:900;letter-spacing:1px;box-shadow:0 0 0 5px rgba(237,36,85,.13)}
.match-page .fan-title small{color:#85dc3d}.match-page .fan-title h2{font-size:22px;margin:5px 0}.match-page .fan-title p{color:#aec0c3;font-size:11px}.match-page .fan-title>span{margin-right:75px;background:rgba(255,255,255,.09);color:#d7e2e3;border:1px solid rgba(255,255,255,.1)}
.match-page .fan-form{margin:20px 22px 0;padding:17px;border:1px solid #e1e9df;background:linear-gradient(145deg,#f8faf6,#f0f5ed);border-radius:15px}
.match-page .fan-fields{grid-template-columns:190px 1fr}.match-page .fan-form input,.match-page .fan-form textarea{border:1px solid #d5dfd2;box-shadow:0 2px 8px rgba(10,40,45,.025);transition:.2s}.match-page .fan-form input:focus,.match-page .fan-form textarea:focus{outline:0;border-color:#83c65a;box-shadow:0 0 0 3px rgba(131,198,90,.13)}
.match-page .fan-submit label{background:#fff;border:1px solid #d7e2d4;color:#426d2c}.match-page .fan-submit label:hover{border-color:#8fc66e}.match-page .fan-submit button{padding:11px 20px;background:#79ca41;box-shadow:0 7px 18px rgba(92,165,46,.18);transition:.2s}.match-page .fan-submit button:hover{transform:translateY(-1px);filter:brightness(1.05)}
.match-page .fan-error,.match-page .fan-success,.match-page .fan-closed{margin-left:22px;margin-right:22px}
.match-page .fan-feed{grid-template-columns:1fr;gap:11px;margin:18px 22px 24px}
.match-page .fan-post{position:relative;padding:17px 18px;background:#fff;border:1px solid #e2e9e0;border-radius:15px;box-shadow:0 4px 16px rgba(8,32,38,.025);transition:.2s}.match-page .fan-post:hover{border-color:#bdd8ad;box-shadow:0 9px 24px rgba(8,32,38,.06)}
.match-page .fan-author>span{width:40px;height:40px;background:linear-gradient(145deg,#103d47,#071e25);color:#8ce148;box-shadow:0 4px 12px rgba(7,29,36,.15)}.match-page .fan-author b{font-size:12px}.match-page .fan-author time{margin-top:2px;color:#94a0a1;font-size:9px}.match-page .fan-post p{margin:13px 0 4px;padding-left:49px;color:#263b41;font-size:13px;line-height:1.65}
.match-page .fan-media{width:calc(100% - 49px);margin:13px 0 0 49px;max-height:520px;border-radius:12px;border:1px solid #e1e7df;object-fit:contain;background:#071d24}.match-page .fan-post video.fan-media{aspect-ratio:16/9}
.match-page .no-fans{padding:30px;border:1px dashed #cfdacb;background:#f8faf7;color:#7b8985}
@media(max-width:650px){.match-page .fan-title{padding:22px 18px}.match-page .fan-title:before{right:18px;bottom:20px}.match-page .fan-title>span{display:none}.match-page .fan-form{margin:14px 13px 0;padding:13px}.match-page .fan-fields{grid-template-columns:1fr}.match-page .fan-feed{margin:14px 13px 18px}.match-page .fan-post{padding:14px}.match-page .fan-post p{padding-left:0}.match-page .fan-media{width:100%;margin-left:0}.match-page .fan-error,.match-page .fan-success,.match-page .fan-closed{margin-left:13px;margin-right:13px}}
.account-links{display:flex;align-items:center;gap:9px}.register-link{padding:10px 13px;color:#d6e2e3;border:1px solid #ffffff24;border-radius:10px;font-size:11px;font-weight:800}.register-link:hover{color:#85dc3d;border-color:#85dc3d66}.hero-actions{display:flex;align-items:center;gap:12px}.player-join{padding:11px 16px;color:#d9e5e6;border:1px solid #ffffff2b;border-radius:11px;font-size:11px;font-weight:800}.player-join:hover{border-color:#85dc3d;color:#85dc3d}@media(max-width:820px){.account-links{margin-left:auto}.account-links .register-link{display:none}}@media(max-width:520px){.hero-actions{align-items:stretch;flex-direction:column}.hero-actions a{text-align:center}}
.site-search{display:flex;width:190px;height:38px;margin-left:auto;overflow:hidden;border:1px solid #ffffff20;border-radius:10px;background:#ffffff0b}.site-search input{min-width:0;width:100%;padding:0 0 0 11px;border:0;outline:0;background:transparent;color:#fff;font:10px Manrope}.site-search input::placeholder{color:#92a7aa}.site-search button{width:40px;border:0;background:transparent;color:#85dc3d;font-size:20px;cursor:pointer}.nav .site-search+ .account-links{margin-left:0}.search-results{max-width:1140px;margin:18px auto 0;padding:25px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 15px 40px #0a273010}.search-result-head{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin-bottom:18px}.search-result-head small{color:#62a03d;font-size:9px;font-weight:800;letter-spacing:1.5px}.search-result-head h2{margin:4px 0 0;font-size:23px}.search-result-head>a{color:#659d43;font-size:10px;font-weight:800}.result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.result-card{display:flex;align-items:center;gap:11px;padding:12px;border:1px solid #e2e9e0;border-radius:13px;transition:.2s}.result-card:hover{transform:translateY(-2px);border-color:#aed093}.result-avatar{display:grid;place-items:center;width:43px;height:43px;flex:0 0 auto;overflow:hidden;border-radius:50%;background:#0b333d;color:#85dc3d;font-weight:800}.result-avatar img{width:100%;height:100%;object-fit:cover}.result-card>span:nth-child(2){display:flex;min-width:0;flex-direction:column}.result-card small{color:#748386;font-size:8px;text-transform:uppercase}.result-card b{margin-top:3px;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-card i{margin-left:auto;color:#69a944}.search-empty{padding:25px;text-align:center;color:#718084;background:#f5f7f3;border-radius:10px}@media(max-width:1050px){.site-search{display:none}.result-grid{grid-template-columns:1fr 1fr}.search-results{margin:14px}}@media(max-width:600px){.result-grid{grid-template-columns:1fr}.search-results{padding:18px}.search-result-head{align-items:flex-start;flex-direction:column}}
