:root{--nabz-bg:#050b18;--nabz-bg-soft:#091327;--nabz-panel:#0d1b33;--nabz-panel-2:#122443;--nabz-border:rgba(255,255,255,.09);--nabz-text:#f7f9fc;--nabz-muted:#9aa8bd;--nabz-accent:#d9b65d;--nabz-accent-2:#f0cf79;--nabz-danger:#ef4056;--nabz-success:#31c48d;--nabz-radius:22px;--nabz-shadow:0 20px 60px rgba(0,0,0,.25);--nabz-container:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at 8% 4%,rgba(37,100,190,.17),transparent 32rem),radial-gradient(circle at 96% 28%,rgba(217,182,93,.08),transparent 28rem),var(--nabz-bg);color:var(--nabz-text);font-family:Tahoma,Arial,sans-serif;direction:rtl;line-height:1.9}
body.admin-bar .site-header{top:32px}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,textarea,select{font:inherit}button{cursor:pointer}
.container{width:min(calc(100% - 32px),var(--nabz-container));margin-inline:auto}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{clip:auto!important;width:auto;height:auto;top:8px;right:8px;background:#fff;color:#000;padding:8px 14px;z-index:99999}
.site-shell{min-height:100vh;overflow:hidden}.topbar{border-bottom:1px solid var(--nabz-border);background:rgba(3,9,20,.76);font-size:13px;color:var(--nabz-muted)}.topbar__inner{display:flex;align-items:center;justify-content:space-between;min-height:38px;gap:18px}.topbar__meta,.topbar__socials{display:flex;align-items:center;gap:14px}.topbar__pulse{width:7px;height:7px;border-radius:50%;background:var(--nabz-success);box-shadow:0 0 0 6px rgba(49,196,141,.1)}
.site-header{position:sticky;top:0;z-index:90;background:rgba(5,11,24,.88);border-bottom:1px solid var(--nabz-border);backdrop-filter:blur(18px)}.header-main{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px;min-height:82px}
.brand{display:flex;align-items:center;gap:13px;min-width:max-content}.brand__mark{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(145deg,var(--nabz-accent-2),#a67c22);color:#15120b;box-shadow:0 12px 28px rgba(217,182,93,.23);font-weight:900;font-size:22px}.brand__text strong{display:block;font-size:23px;line-height:1.2}.brand__text span{display:block;color:var(--nabz-muted);font-size:11px;margin-top:5px}.custom-logo{max-height:58px;width:auto}
.primary-nav .menu{display:flex;align-items:center;justify-content:center;gap:4px;list-style:none;margin:0;padding:0}.primary-nav li{position:relative}.primary-nav a{display:flex;align-items:center;padding:11px 13px;border-radius:12px;font-size:14px;font-weight:600;color:#d6deea;transition:.22s ease}.primary-nav a:hover,.primary-nav .current-menu-item>a,.primary-nav .current-menu-ancestor>a{background:rgba(255,255,255,.06);color:#fff}.primary-nav .menu-item-has-children>a:after{content:"⌄";font-size:11px;margin-right:6px;color:var(--nabz-accent)}.primary-nav .sub-menu{position:absolute;top:calc(100% + 10px);right:0;width:220px;list-style:none;padding:10px;margin:0;border:1px solid var(--nabz-border);background:#0b172c;border-radius:17px;box-shadow:var(--nabz-shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s ease}.primary-nav li:hover>.sub-menu,.primary-nav li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}.primary-nav .sub-menu a{justify-content:flex-start}
.header-actions{display:flex;align-items:center;gap:9px}.icon-button{width:43px;height:43px;border:1px solid var(--nabz-border);border-radius:14px;background:rgba(255,255,255,.04);color:#fff;display:grid;place-items:center;transition:.2s}.icon-button:hover{border-color:rgba(217,182,93,.42);background:rgba(217,182,93,.09);color:var(--nabz-accent)}.menu-toggle{display:none}
.mobile-drawer{display:none}.mobile-drawer.is-open{display:block;position:fixed;inset:108px 12px auto 12px;z-index:120;background:#09162b;border:1px solid var(--nabz-border);border-radius:20px;padding:18px;box-shadow:var(--nabz-shadow)}.mobile-drawer ul{list-style:none;margin:0;padding:0;display:grid;gap:7px}.mobile-drawer a{display:block;padding:10px 12px;border-radius:11px;background:rgba(255,255,255,.03)}
.search-panel{position:fixed;inset:0;z-index:130;background:rgba(2,7,16,.9);backdrop-filter:blur(14px);opacity:0;visibility:hidden;transition:.2s}.search-panel.is-open{opacity:1;visibility:visible}.search-panel__inner{width:min(calc(100% - 32px),760px);margin:15vh auto 0}.search-panel form{display:flex;gap:10px;background:#0d1b33;border:1px solid var(--nabz-border);padding:12px;border-radius:22px}.search-panel input{flex:1;border:0;background:transparent;color:#fff;outline:0;padding:10px 12px}.search-panel button{border:0;border-radius:14px;background:var(--nabz-accent);color:#16120a;padding:0 22px;font-weight:800}.search-panel__close{margin:18px auto 0;display:block}
.breaking{border-bottom:1px solid var(--nabz-border);background:#071226}.breaking__inner{display:flex;align-items:center;min-height:48px;overflow:hidden}.breaking__label{display:flex;align-items:center;gap:8px;align-self:stretch;background:linear-gradient(135deg,#c82038,#ef4056);padding:0 20px;font-size:13px;font-weight:900;white-space:nowrap}.breaking__label:before{content:"";width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 0 6px rgba(255,255,255,.15)}.breaking__track{display:flex;gap:34px;align-items:center;padding:0 24px;white-space:nowrap;animation:nabzTicker 28s linear infinite}.breaking__track:hover{animation-play-state:paused}.breaking__track a{font-size:13px;color:#d6deea}.breaking__track a:before{content:"•";color:var(--nabz-accent);margin-left:10px}@keyframes nabzTicker{0%{transform:translateX(-10%)}100%{transform:translateX(65%)}}
.section{padding:36px 0}.section--tight{padding-top:18px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:20px}.section-kicker{display:block;color:var(--nabz-accent);font-size:12px;font-weight:800;letter-spacing:.4px;margin-bottom:5px}.section-title{margin:0;font-size:28px;line-height:1.45}.section-link{color:var(--nabz-muted);font-size:13px;border:1px solid var(--nabz-border);border-radius:999px;padding:8px 14px;transition:.2s}.section-link:hover{color:#fff;border-color:rgba(217,182,93,.45)}
.hero-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(330px,.8fr);gap:22px}.hero-feature{position:relative;min-height:530px;border-radius:30px;overflow:hidden;background:#0d1b33;box-shadow:var(--nabz-shadow);isolation:isolate}.hero-feature:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,7,16,.18),rgba(2,7,16,.76) 72%,rgba(2,7,16,.94));z-index:1}.hero-feature__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.88) contrast(1.04)}.hero-feature__content{position:relative;z-index:2;max-width:670px;padding:58px 52px;display:flex;min-height:530px;flex-direction:column;justify-content:flex-end}.hero-feature__eyebrow{display:flex;align-items:center;gap:9px;color:#f8d985;font-size:13px;font-weight:800}.hero-feature h1{font-size:clamp(32px,4vw,58px);line-height:1.45;margin:15px 0 12px;max-width:720px}.hero-feature p{font-size:16px;color:#c6d0df;max-width:650px;margin:0 0 24px}.hero-actions{display:flex;flex-wrap:wrap;gap:10px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:45px;border-radius:14px;padding:0 19px;border:1px solid transparent;font-weight:800;transition:.2s}.button--primary{background:linear-gradient(135deg,var(--nabz-accent-2),var(--nabz-accent));color:#171209;box-shadow:0 12px 32px rgba(217,182,93,.2)}.button--ghost{border-color:var(--nabz-border);background:rgba(255,255,255,.05);color:#fff}.button:hover{transform:translateY(-2px)}
.live-center{border-radius:30px;background:linear-gradient(180deg,#101f3a,#091427);border:1px solid var(--nabz-border);box-shadow:var(--nabz-shadow);padding:24px;display:flex;flex-direction:column;min-height:530px}.live-center__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.live-pill{display:inline-flex;align-items:center;gap:7px;background:rgba(239,64,86,.13);border:1px solid rgba(239,64,86,.32);color:#ff8192;padding:7px 12px;border-radius:999px;font-size:12px;font-weight:900}.live-pill:before{content:"";width:8px;height:8px;border-radius:50%;background:#ef4056;box-shadow:0 0 0 6px rgba(239,64,86,.11);animation:nabzPulse 1.5s infinite}@keyframes nabzPulse{50%{box-shadow:0 0 0 12px rgba(239,64,86,0)}}.live-center__title{margin:0;font-size:19px}.live-match{flex:1;display:flex;flex-direction:column;justify-content:center}.live-match__teams{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;text-align:center;gap:15px}.team-badge{width:76px;height:76px;border-radius:22px;margin:0 auto 12px;display:grid;place-items:center;background:#142848;border:1px solid var(--nabz-border);font-weight:900;font-size:23px}.team-name{font-weight:800}.score-board{display:flex;align-items:center;gap:9px;font-size:32px;font-weight:950}.score-board span{min-width:50px;height:56px;display:grid;place-items:center;border-radius:16px;background:#071225;border:1px solid var(--nabz-border)}.score-board i{font-style:normal;color:var(--nabz-muted)}.live-match__meta{display:flex;align-items:center;justify-content:center;gap:9px;color:var(--nabz-muted);font-size:13px;margin-top:28px}.live-center__footer{display:flex;justify-content:space-between;gap:10px;border-top:1px solid var(--nabz-border);padding-top:17px;margin-top:20px;color:var(--nabz-muted);font-size:12px}
.news-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(360px,.75fr);gap:22px}.featured-news{position:relative;min-height:460px;border-radius:26px;overflow:hidden;background:#0d1b33}.featured-news img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.featured-news:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,7,16,.96),rgba(2,7,16,.12) 75%)}.featured-news__body{position:absolute;z-index:2;bottom:0;right:0;left:0;padding:31px}.featured-news__body h2{font-size:29px;line-height:1.5;margin:10px 0}.news-stack{display:grid;gap:14px}.mini-news{display:grid;grid-template-columns:132px 1fr;gap:15px;align-items:center;padding:10px;border-radius:18px;background:rgba(13,27,51,.8);border:1px solid var(--nabz-border);transition:.2s}.mini-news:hover{transform:translateY(-2px);border-color:rgba(217,182,93,.35)}.mini-news img{width:132px;height:102px;object-fit:cover;border-radius:13px}.mini-news h3{font-size:15px;line-height:1.7;margin:5px 0}.mini-news__meta,.news-card__meta,.post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:11px;color:var(--nabz-muted);font-size:11px}
.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.news-card{overflow:hidden;border-radius:22px;background:linear-gradient(180deg,#10203a,#0a1528);border:1px solid var(--nabz-border);transition:.24s}.news-card:hover{transform:translateY(-5px);border-color:rgba(217,182,93,.38);box-shadow:var(--nabz-shadow)}.news-card__media{display:block;aspect-ratio:16/10;overflow:hidden}.news-card__media img{width:100%;height:100%;object-fit:cover;transition:.45s}.news-card:hover .news-card__media img{transform:scale(1.045)}.news-card__body{padding:18px}.news-card h3{font-size:17px;line-height:1.65;margin:9px 0 7px}.news-card p{font-size:13px;color:var(--nabz-muted);margin:0}
.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.category-card{position:relative;overflow:hidden;min-height:155px;border-radius:21px;padding:22px;border:1px solid var(--nabz-border);background:linear-gradient(145deg,#12294c,#0a172d);display:flex;flex-direction:column;justify-content:flex-end;isolation:isolate}.category-card:before{content:"";position:absolute;width:130px;height:130px;border-radius:50%;background:rgba(217,182,93,.09);top:-54px;left:-45px;z-index:-1}.category-card span{color:var(--nabz-muted);font-size:12px}.category-card strong{font-size:21px;margin-top:4px}.category-card small{color:#c5cfdd}.category-card:hover{border-color:rgba(217,182,93,.4)}
.wrestler-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.wrestler-card{position:relative;border-radius:24px;overflow:hidden;background:#0d1b33;border:1px solid var(--nabz-border);min-height:350px}.wrestler-card img{width:100%;height:350px;object-fit:cover;filter:saturate(.85)}.wrestler-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,9,19,.96),transparent 72%)}.wrestler-card__body{position:absolute;right:0;left:0;bottom:0;z-index:2;padding:20px}.wrestler-card h3{font-size:20px;margin:0 0 4px}.wrestler-card__stats{display:flex;gap:8px;flex-wrap:wrap;color:#c7d0df;font-size:11px}
.rank-layout{display:grid;grid-template-columns:1fr .72fr;gap:22px}.rank-table{border-radius:24px;overflow:hidden;border:1px solid var(--nabz-border);background:#0b172c}.rank-row{display:grid;grid-template-columns:60px minmax(180px,1fr) 100px 90px;align-items:center;gap:12px;padding:15px 20px;border-bottom:1px solid var(--nabz-border)}.rank-row:last-child{border-bottom:0}.rank-row--head{background:#122441;color:var(--nabz-muted);font-size:12px}.rank-number{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:rgba(255,255,255,.05);font-weight:900}.rank-row:nth-child(2) .rank-number{background:rgba(217,182,93,.18);color:var(--nabz-accent)}
.matches-list{display:grid;gap:12px}.match-row{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center;padding:16px;border-radius:18px;background:#0d1b33;border:1px solid var(--nabz-border)}.match-row__team:last-child{text-align:left}.match-row__score{font-weight:950;min-width:76px;text-align:center;color:var(--nabz-accent)}.match-row__meta{grid-column:1/-1;display:flex;justify-content:space-between;color:var(--nabz-muted);font-size:11px;border-top:1px solid var(--nabz-border);padding-top:10px}
.video-grid{display:grid;grid-template-columns:1.3fr repeat(2,.7fr);gap:16px}.video-card{position:relative;overflow:hidden;border-radius:23px;min-height:260px;background:#0d1b33}.video-card:first-child{grid-row:span 2;min-height:536px}.video-card img{width:100%;height:100%;object-fit:cover}.video-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,7,16,.95),transparent 72%)}.play-button{position:absolute;z-index:2;top:18px;left:18px;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--nabz-accent);color:#171209;font-weight:950}.video-card__body{position:absolute;z-index:2;right:0;left:0;bottom:0;padding:21px}.video-card__body h3{margin:0;font-size:17px}
.newsletter{display:grid;grid-template-columns:1fr auto;align-items:center;gap:25px;border-radius:30px;padding:34px;background:linear-gradient(135deg,#153b70,#101e37);border:1px solid rgba(255,255,255,.1)}.newsletter h2{font-size:28px;margin:0 0 5px}.newsletter p{color:#c0ccdc;margin:0}.newsletter form{display:flex;gap:8px;min-width:420px;background:#071326;border:1px solid var(--nabz-border);border-radius:16px;padding:7px}.newsletter input{flex:1;background:transparent;border:0;color:#fff;padding:5px 10px;outline:0}.newsletter button{border:0;border-radius:11px;background:var(--nabz-accent);font-weight:900;padding:0 18px}
.site-footer{margin-top:55px;border-top:1px solid var(--nabz-border);background:#030916}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,.7fr);gap:30px;padding:50px 0 34px}.footer-title{font-size:16px;margin:0 0 15px}.footer-text{color:var(--nabz-muted);font-size:13px}.footer-menu{list-style:none;margin:0;padding:0;display:grid;gap:8px;color:#c1cad8;font-size:13px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding:18px 0;border-top:1px solid var(--nabz-border);color:var(--nabz-muted);font-size:12px}
.page-hero{padding:46px 0 22px}.page-hero h1{font-size:42px;margin:0 0 8px}.breadcrumbs{color:var(--nabz-muted);font-size:12px}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;padding:20px 0 50px}.article-shell{border-radius:26px;background:#0b172c;border:1px solid var(--nabz-border);padding:28px}.article-shell h1{font-size:38px;line-height:1.5;margin:10px 0 12px}.article-cover{border-radius:21px;width:100%;max-height:620px;object-fit:cover;margin:22px 0}.entry-content{color:#dde4ee;font-size:16px}.entry-content h2,.entry-content h3{color:#fff}.entry-content a{color:var(--nabz-accent)}.entry-content blockquote{border-right:4px solid var(--nabz-accent);background:#101f38;margin:20px 0;padding:15px 20px;border-radius:14px}.share-row{display:flex;gap:8px;flex-wrap:wrap;border-top:1px solid var(--nabz-border);padding-top:20px;margin-top:25px}.share-row a,.share-row button{font-size:12px;border:1px solid var(--nabz-border);border-radius:10px;padding:7px 11px;background:transparent;color:#fff}.nabz-widget{background:#0b172c;border:1px solid var(--nabz-border);border-radius:21px;padding:19px;margin-bottom:16px}.nabz-widget__title{font-size:17px;margin:0 0 12px}
.pagination,.nav-links{display:flex;justify-content:center;gap:7px;margin-top:28px}.page-numbers{min-width:38px;height:38px;display:grid;place-items:center;border-radius:11px;border:1px solid var(--nabz-border)}.page-numbers.current{background:var(--nabz-accent);color:#171209;border-color:transparent}.empty-state{text-align:center;padding:50px;border:1px dashed var(--nabz-border);border-radius:22px;color:var(--nabz-muted)}.mobile-nav{display:none}
@media(max-width:1080px){.primary-nav{display:none}.menu-toggle{display:grid}.hero-layout,.news-layout,.rank-layout,.content-layout{grid-template-columns:1fr}.live-center{min-height:auto}.wrestler-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){body.admin-bar .site-header{top:46px}.topbar__meta span:not(:first-child),.topbar__socials{display:none}.header-main{grid-template-columns:1fr auto;min-height:68px}.brand__text span{display:none}.header-actions .icon-button:nth-child(2){display:none}.hero-feature,.hero-feature__content{min-height:460px}.hero-feature__content{padding:32px 24px}.hero-feature h1{font-size:35px}.hero-layout{gap:14px}.news-grid,.category-grid{grid-template-columns:1fr 1fr}.wrestler-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.wrestler-card{min-width:245px;scroll-snap-align:start}.video-grid{grid-template-columns:1fr 1fr}.video-card:first-child{grid-column:1/-1;grid-row:auto;min-height:390px}.newsletter{grid-template-columns:1fr}.newsletter form{min-width:0}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.mobile-nav{position:fixed;right:14px;left:14px;bottom:12px;z-index:100;display:grid;grid-template-columns:repeat(5,1fr);background:rgba(9,20,38,.92);border:1px solid var(--nabz-border);border-radius:20px;padding:8px;backdrop-filter:blur(18px);box-shadow:var(--nabz-shadow)}.mobile-nav a{display:grid;place-items:center;gap:3px;color:var(--nabz-muted);font-size:9px;padding:5px}.mobile-nav b{font-size:18px;color:#fff}.site-footer{padding-bottom:80px}}
@media(max-width:520px){.container{width:min(calc(100% - 22px),var(--nabz-container))}.section{padding:26px 0}.section-title{font-size:23px}.news-grid,.category-grid{grid-template-columns:1fr}.mini-news{grid-template-columns:105px 1fr}.mini-news img{width:105px;height:88px}.rank-row{grid-template-columns:46px 1fr 70px}.rank-row>*:nth-child(4){display:none}.newsletter{padding:23px}.newsletter form{flex-direction:column;background:transparent;border:0;padding:0}.newsletter input{background:#071326;border:1px solid var(--nabz-border);border-radius:12px;min-height:44px}.newsletter button{min-height:44px}.article-shell{padding:20px}.article-shell h1{font-size:30px}.page-hero h1{font-size:34px}}


/* ===== V5.2 Visual Refinement ===== */
:root{--nabz-container:1380px;--nabz-radius:24px;--nabz-shadow:0 26px 80px rgba(0,0,0,.32)}
body{font-size:15px;background:
radial-gradient(circle at 8% 0%,rgba(27,103,230,.18),transparent 31rem),
radial-gradient(circle at 93% 18%,rgba(217,182,93,.11),transparent 30rem),
linear-gradient(180deg,#050b18 0%,#030916 55%,#050b18 100%)}
.header-main{min-height:88px}.brand__mark{width:52px;height:52px;border-radius:17px}.brand__text strong{font-size:25px}
.primary-nav a{font-size:14px;padding:12px 14px}.section{padding:44px 0}.section--soft{position:relative;background:linear-gradient(180deg,rgba(12,26,49,.38),rgba(5,11,24,.08));border-block:1px solid rgba(255,255,255,.035)}
.hero-layout{grid-template-columns:minmax(0,2.05fr) minmax(355px,.78fr);gap:24px}.hero-feature,.hero-feature__content{min-height:590px}.hero-feature{border:1px solid rgba(255,255,255,.11)}.hero-feature:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(125deg,transparent 20%,rgba(12,49,101,.13) 50%,transparent 70%);mix-blend-mode:screen}.hero-feature:after{background:linear-gradient(90deg,rgba(2,7,16,.08),rgba(2,7,16,.58) 58%,rgba(2,7,16,.96))}.hero-feature__image{filter:saturate(1.03) contrast(1.06)}.hero-feature__content{padding:62px 56px;max-width:750px}.hero-feature__eyebrow span{width:8px;height:8px;border-radius:50%;background:var(--nabz-danger);box-shadow:0 0 0 8px rgba(239,64,86,.12)}.hero-feature h1{font-size:clamp(38px,4.3vw,64px);line-height:1.34}.hero-feature p{font-size:17px;line-height:2}
.live-center{min-height:590px;padding:25px;background:linear-gradient(180deg,#112543,#081427)}.team-badge--iran{background:linear-gradient(145deg,#185c9e,#0d294d)}.medal-board{margin-top:18px;padding-top:18px;border-top:1px solid var(--nabz-border);display:grid;gap:8px}.medal-board__head,.medal-board__row{display:grid;grid-template-columns:1fr repeat(3,42px);align-items:center;gap:7px;font-size:11px}.medal-board__head{color:var(--nabz-muted)}.medal-board__row{padding:8px 10px;border-radius:11px;background:rgba(255,255,255,.025)}.medal-board__row span{text-align:center;color:#dfe7f2}.empty-state--compact{padding:26px}
.section--radar{padding:0 0 18px}.home-radar{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.home-radar a{position:relative;overflow:hidden;min-height:112px;padding:20px 22px;border-radius:21px;background:linear-gradient(145deg,#102442,#09162b);border:1px solid var(--nabz-border);display:grid;grid-template-columns:1fr auto;align-items:center}.home-radar a:after{content:"";position:absolute;width:110px;height:110px;border-radius:50%;background:rgba(217,182,93,.06);left:-35px;top:-38px}.home-radar span{font-size:12px;color:var(--nabz-muted)}.home-radar strong{grid-row:1/3;grid-column:2;font-size:34px;color:var(--nabz-accent)}.home-radar small{font-size:11px;color:#c2ccda}
.news-layout{grid-template-columns:minmax(0,1.55fr) minmax(370px,.7fr)}.featured-news{min-height:500px}.featured-news__body{padding:36px}.featured-news__body h2{font-size:32px}.mini-news{grid-template-columns:145px 1fr;padding:11px}.mini-news img{width:145px;height:108px}.mini-news h3{font-size:15.5px}
.category-card{min-height:178px;padding:25px}.category-card b{position:absolute;left:17px;top:14px;font-size:29px;color:rgba(255,255,255,.08)}.category-card strong{font-size:23px}.category-card:hover{transform:translateY(-4px);box-shadow:var(--nabz-shadow)}
.wrestler-card{min-height:390px}.wrestler-card img{height:390px;filter:saturate(1) contrast(1.04)}.wrestler-card__rank{position:absolute;top:14px;left:14px;z-index:3;min-width:42px;height:34px;border-radius:12px;display:grid;place-items:center;background:rgba(5,11,24,.8);border:1px solid rgba(255,255,255,.15);font-weight:900;color:var(--nabz-accent)}.wrestler-card:hover img{transform:scale(1.045);transition:.45s}.wrestler-card__body{padding:22px}.wrestler-card h3{font-size:21px}
.rank-layout{grid-template-columns:1.08fr .92fr}.rank-table,.match-row{box-shadow:0 14px 38px rgba(0,0,0,.13)}.rank-row{padding:17px 21px}.match-row{padding:18px}
.video-grid{grid-template-columns:1.35fr repeat(2,.75fr);grid-auto-rows:250px}.video-card{min-height:250px}.video-card:first-child{min-height:516px}.video-card img{transition:.45s}.video-card:hover img{transform:scale(1.04)}.video-card__body span{display:block;color:var(--nabz-accent);font-size:11px;margin-bottom:5px}.play-button{box-shadow:0 12px 35px rgba(217,182,93,.28)}
.newsletter{padding:38px 42px;background:linear-gradient(120deg,#1b4c8f,#101e37 60%,#342912)}.newsletter form{min-width:460px}
@media(max-width:1180px){.hero-layout{grid-template-columns:minmax(0,1.55fr) minmax(320px,.8fr)}.home-radar{grid-template-columns:repeat(2,1fr)}}
@media(max-width:1080px){.hero-feature,.hero-feature__content{min-height:520px}.hero-layout{grid-template-columns:1fr}.live-center{min-height:auto}.medal-board{max-width:540px}.news-layout{grid-template-columns:1fr}.news-stack{grid-template-columns:1fr 1fr}.mini-news{grid-template-columns:125px 1fr}.mini-news img{width:125px}}
@media(max-width:760px){.section{padding:32px 0}.home-radar{grid-template-columns:1fr 1fr}.hero-feature,.hero-feature__content{min-height:500px}.hero-feature__content{padding:34px 25px}.hero-feature h1{font-size:38px}.news-stack{grid-template-columns:1fr}.wrestler-card{min-height:360px}.wrestler-card img{height:360px}.newsletter form{min-width:0}}
@media(max-width:520px){.home-radar{grid-template-columns:1fr}.home-radar a{min-height:94px}.hero-feature h1{font-size:32px}.hero-feature p{font-size:14px}.featured-news{min-height:410px}.featured-news__body{padding:24px}.featured-news__body h2{font-size:24px}}

.icon-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.editorial-button{min-height:43px;padding:0 16px;border-radius:14px;display:inline-flex;align-items:center;background:linear-gradient(135deg,var(--nabz-accent-2),var(--nabz-accent));color:#171209;font-weight:900;font-size:12px;box-shadow:0 10px 26px rgba(217,182,93,.16)}.editorial-button:hover{transform:translateY(-2px)}@media(max-width:760px){.editorial-button{display:none}}


/* ===== V5.3 Final UI Polish ===== */
:root{--nabz-container:1420px;--nabz-radius:26px;--nabz-shadow:0 28px 90px rgba(0,0,0,.34)}
body{font-size:15.5px;letter-spacing:-.05px}.section-title{font-size:30px}.section-link{font-weight:700}
.hero-layout{grid-template-columns:minmax(0,2.12fr) minmax(365px,.78fr)}.hero-feature,.hero-feature__content,.live-center{min-height:610px}.hero-feature__content{padding:66px 58px}.hero-feature h1{font-size:clamp(40px,4.45vw,67px)}
.live-center{padding:27px}.live-event-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:-4px 0 15px}.live-event-meta>span:not(.status-chip){font-size:11px;color:#c8d2df;border:1px solid var(--nabz-border);background:rgba(255,255,255,.035);border-radius:999px;padding:5px 10px}.status-chip{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:max-content;border-radius:999px;padding:5px 10px;font-size:10px;font-weight:900;border:1px solid transparent}.status-chip--live{color:#ff91a1;background:rgba(239,64,86,.13);border-color:rgba(239,64,86,.3)}.status-chip--upcoming{color:#f5d786;background:rgba(217,182,93,.13);border-color:rgba(217,182,93,.28)}.status-chip--finished{color:#aab8cb;background:rgba(154,168,189,.11);border-color:rgba(154,168,189,.22)}
.live-match__meta{flex-direction:column;gap:2px;margin-top:22px}.live-match__meta strong{font-size:18px;color:#fff}.match-status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:17px}.match-status-card{display:grid;place-items:center;min-height:68px;border-radius:15px;background:rgba(255,255,255,.032);border:1px solid var(--nabz-border)}.match-status-card strong{font-size:21px;color:#fff}.match-status-card span{font-size:9px;color:var(--nabz-muted)}.match-status-card--live strong{color:#ff7286}.match-status-card--upcoming strong{color:var(--nabz-accent)}
.news-layout{grid-template-columns:minmax(0,1.62fr) minmax(385px,.68fr)}.featured-news{min-height:525px}.mini-news{min-height:127px}.mini-news h3{font-size:16.5px;line-height:1.75}.mini-news__meta{gap:10px}.mini-news__meta span{font-size:10.5px}
.category-card{min-height:205px;padding:27px;background-image:linear-gradient(180deg,rgba(7,18,38,.25),rgba(7,18,38,.96)),var(--category-bg);background-size:cover;background-position:center;border-color:rgba(255,255,255,.12)}.category-card:before{width:100%;height:100%;inset:0;border-radius:0;background:linear-gradient(120deg,rgba(31,99,199,.2),transparent 55%)}.category-card:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,rgba(4,11,24,.97),rgba(4,11,24,.12) 75%)}.category-card b{z-index:1}.category-card i{position:absolute;top:19px;right:20px;width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:rgba(217,182,93,.16);border:1px solid rgba(217,182,93,.25);color:#ffe49b;font-style:normal;font-size:18px;font-weight:950}.category-card span,.category-card strong,.category-card small{position:relative;z-index:2}.category-card strong{font-size:24px;text-shadow:0 5px 16px rgba(0,0,0,.5)}
.wrestler-card{aspect-ratio:4/5;min-height:0}.wrestler-card img{height:100%;object-position:center 18%}.wrestler-card__record{display:flex;gap:7px;margin-top:10px}.wrestler-card__record span{border-radius:999px;padding:4px 8px;background:rgba(255,255,255,.07);font-size:9px;color:#e0e7f1}
.rank-layout{grid-template-columns:1.05fr .95fr}.rank-row{min-height:63px}.match-row{position:relative;padding-top:42px}.match-row__status{position:absolute;top:11px;right:13px}.match-row__meta{font-size:10.5px}.match-row--live{border-color:rgba(239,64,86,.27)}.match-row--upcoming{border-color:rgba(217,182,93,.21)}
.video-card{border:1px solid rgba(255,255,255,.09)}.video-duration{position:absolute;z-index:3;top:20px;right:18px;border-radius:9px;background:rgba(3,9,19,.82);border:1px solid rgba(255,255,255,.13);padding:4px 8px;font-size:10px;font-weight:900}.video-card__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:9px;color:#b9c4d3;font-size:10px}.video-card__body h3{font-size:18px;line-height:1.65}
.newsletter-feedback{margin-top:13px;width:max-content;max-width:100%;border-radius:10px;padding:7px 11px;font-size:11px}.newsletter-feedback--success{background:rgba(49,196,141,.14);color:#7de2bd}.newsletter-feedback--exists{background:rgba(217,182,93,.15);color:#f1d483}.newsletter-feedback--invalid,.newsletter-feedback--error{background:rgba(239,64,86,.13);color:#ff8b9b}
@media(max-width:1180px){.hero-layout{grid-template-columns:1fr}.live-center{min-height:auto}.news-layout{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.section-title{font-size:25px}.hero-feature,.hero-feature__content{min-height:510px}.hero-feature h1{font-size:38px}.match-status-grid{grid-template-columns:repeat(3,1fr)}.category-card{min-height:180px}.wrestler-card{min-width:255px}.rank-layout{gap:35px}.video-card__body h3{font-size:16px}}
@media(max-width:520px){.section-head{align-items:center}.section-link{padding:7px 10px}.hero-feature,.hero-feature__content{min-height:470px}.hero-feature__content{padding:28px 22px}.hero-feature h1{font-size:31px;line-height:1.5}.live-match__teams{gap:8px}.team-badge{width:62px;height:62px;border-radius:18px}.score-board{font-size:26px;gap:5px}.score-board span{min-width:42px;height:50px}.category-grid{grid-template-columns:1fr}.category-card{min-height:190px}.video-grid{grid-template-columns:1fr}.video-card,.video-card:first-child{grid-column:auto;min-height:300px}.newsletter form{width:100%}}


/* ===== V5.4 Production Ready ===== */
:root{--nabz-container:1380px;--nabz-radius:24px;--nabz-shadow:0 24px 72px rgba(0,0,0,.3)}
body{font-size:15.8px;line-height:1.85}.section{padding:30px 0}.section--tight{padding-top:16px}.section--soft{padding:34px 0}.section-head{margin-bottom:17px}.section-title{font-size:29px}
.hero-layout{grid-template-columns:minmax(0,2fr) minmax(350px,.76fr);gap:18px}.hero-feature,.hero-feature__content,.live-center{min-height:565px}.hero-feature__image{object-position:center 38%;filter:saturate(.98) contrast(1.1) brightness(.82)}.hero-feature:after{background:linear-gradient(90deg,rgba(2,7,16,.12),rgba(2,7,16,.65) 62%,rgba(2,7,16,.95))}.hero-feature__content{padding:54px 50px}.hero-feature h1{font-size:clamp(40px,4.15vw,62px);line-height:1.42}.hero-feature p{font-size:15.5px;line-height:1.9}.live-center{padding:24px}.team-badge{width:72px;height:72px}.score-board span{height:52px}.live-center__footer{line-height:1.6}
.home-radar a{min-height:100px;padding:17px 20px}.home-radar strong{font-size:30px}.featured-news{min-height:490px}.featured-news__body{padding:30px}.featured-news__body h2{font-size:29px}.mini-news{min-height:119px}.mini-news img{height:100px}.mini-news h3{font-size:16px;line-height:1.65}.category-card{min-height:190px}.wrestler-card{aspect-ratio:4/5.15}.wrestler-card img{object-position:center 14%}.wrestler-card h3{font-size:20px}.rank-row{padding:15px 19px}.match-row{padding:40px 16px 15px}.video-grid{grid-auto-rows:235px}.video-card:first-child{min-height:486px}.video-card__body h3{font-size:17px}.newsletter{padding:29px 34px;border-radius:25px}.newsletter h2{font-size:25px}.newsletter form{min-width:430px}
.site-footer{margin-top:38px}.footer-grid{grid-template-columns:1.25fr repeat(3,.65fr);gap:25px;padding:35px 0 25px}.footer-text{max-width:390px;line-height:1.85}.footer-menu{gap:6px}.footer-socials{display:flex;gap:7px;flex-wrap:wrap;margin-top:14px}.footer-socials a{font-size:11px;border:1px solid var(--nabz-border);padding:5px 9px;border-radius:999px;color:#d5deeb}.footer-bottom{padding:14px 0}
.page-hero{padding:42px 0 25px}.page-hero h1{font-size:clamp(32px,4vw,46px);margin:3px 0 7px}.archive-description{max-width:760px;color:var(--nabz-muted)}.archive-summary{display:flex;align-items:center;gap:10px;margin-top:16px}.archive-summary span,.archive-summary a{border:1px solid var(--nabz-border);border-radius:999px;padding:6px 11px;color:#c5cfdd;font-size:11px}.news-card__media img{width:100%;height:100%;object-fit:cover}.news-card__body{padding:17px}.news-card h3{font-size:17px}.news-card p{line-height:1.8}
.content-layout{grid-template-columns:minmax(0,1fr) 340px;gap:24px}.article-shell{padding:32px}.article-header h1,.article-shell h1{font-size:clamp(31px,3.6vw,45px);line-height:1.48}.article-byline{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-top:18px}.article-author{display:flex;align-items:center;gap:10px}.article-author img{border-radius:14px}.article-author span{display:grid;line-height:1.5}.article-author small{color:var(--nabz-muted);font-size:10px}.article-author strong{font-size:13px}.article-cover{max-height:680px;object-position:center 32%}.entry-content{font-size:16.5px;line-height:2.05}.entry-content p{margin:0 0 1.25em}.article-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px;color:var(--nabz-muted);font-size:12px}.article-tags a{border:1px solid var(--nabz-border);border-radius:999px;padding:4px 9px}.share-row>span{color:var(--nabz-muted);font-size:12px;align-self:center}.post-navigation{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px;padding-top:20px;border-top:1px solid var(--nabz-border)}.post-navigation a{display:block;padding:11px 13px;border-radius:13px;background:rgba(255,255,255,.035);font-size:12px}.article-side{position:relative}.article-side>.nabz-widget:first-child{position:sticky;top:112px}.related-list{display:grid;gap:10px}.related-item{display:grid;grid-template-columns:82px 1fr;align-items:center;gap:10px;padding:7px;border-radius:12px;background:rgba(255,255,255,.025)}.related-item img{width:82px;height:62px;object-fit:cover;border-radius:9px}.related-item span{font-size:12px;line-height:1.65}.related-item small{display:block;color:var(--nabz-muted);font-size:9px;margin-top:3px}
.not-found{text-align:center;max-width:760px;margin:80px auto;padding:55px 30px;border:1px solid var(--nabz-border);border-radius:30px;background:linear-gradient(145deg,#0d1b33,#071225)}.not-found>span{display:block;font-size:86px;line-height:1;color:var(--nabz-accent);font-weight:950}.not-found h1{font-size:32px;margin:18px 0 8px}.not-found p{color:var(--nabz-muted)}.not-found__actions{display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap;margin-top:24px}.not-found__actions .search-form{display:flex;gap:7px}.not-found__actions input{min-height:44px;border:1px solid var(--nabz-border);border-radius:12px;background:#071326;color:#fff;padding:0 12px}.not-found__actions button{border:0;border-radius:12px;background:var(--nabz-accent);font-weight:900;padding:0 15px}
@media(max-width:1180px){.hero-layout{grid-template-columns:1fr}.hero-feature,.hero-feature__content{min-height:535px}.live-center{min-height:auto}.content-layout{grid-template-columns:1fr}.article-side>.nabz-widget:first-child{position:static}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){body{font-size:15px}.section{padding:25px 0}.section--soft{padding:28px 0}.hero-feature,.hero-feature__content{min-height:490px}.hero-feature__content{padding:31px 25px}.hero-feature h1{font-size:36px}.home-radar{gap:9px}.featured-news{min-height:430px}.category-card{min-height:172px}.wrestler-card{min-width:245px}.newsletter{padding:24px}.newsletter form{min-width:0}.footer-grid{grid-template-columns:1fr 1fr;padding:30px 0 20px}.article-shell{padding:23px}.article-byline{align-items:flex-start}.post-navigation{grid-template-columns:1fr}.not-found{margin:45px auto}}
@media(max-width:520px){.container{width:min(calc(100% - 20px),var(--nabz-container))}.section-title{font-size:23px}.hero-feature,.hero-feature__content{min-height:445px}.hero-feature__content{padding:25px 20px}.hero-feature h1{font-size:30px}.hero-feature p{font-size:13.5px}.button{min-height:42px;padding:0 14px;font-size:12px}.home-radar{grid-template-columns:1fr 1fr}.home-radar a{min-height:84px;padding:13px}.home-radar strong{font-size:25px}.home-radar small{display:none}.mini-news{grid-template-columns:100px 1fr}.mini-news img{width:100px;height:82px}.mini-news h3{font-size:14px}.featured-news__body h2{font-size:22px}.category-card{min-height:165px}.footer-grid{grid-template-columns:1fr}.footer-bottom{font-size:10px}.newsletter h2{font-size:22px}.article-shell{padding:18px}.article-header h1,.article-shell h1{font-size:28px}.entry-content{font-size:15.5px}.article-cover{margin:17px 0}.not-found>span{font-size:66px}.not-found h1{font-size:25px}}


/* V5.5 — Editorial integration: overline, featured and breaking */
.hero-feature__overline{
    width:max-content;max-width:100%;margin:12px 0 4px;padding:5px 12px;border-radius:999px;
    background:rgba(217,182,93,.14);border:1px solid rgba(217,182,93,.28);
    color:#f1d58c;font-size:13px;font-weight:850;line-height:1.7
}
.news-overline,.featured-news__overline,.mini-news__overline,.article-overline{
    color:var(--nabz-accent);font-weight:850;line-height:1.8
}
.featured-news__overline{font-size:13px;margin:8px 0 2px}
.mini-news__overline{font-size:11px;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.news-overline--card{font-size:12px;margin:0 0 5px}
.article-overline{
    width:max-content;max-width:100%;font-size:16px;margin:15px 0 3px;padding-right:14px;position:relative
}
.article-overline:before{
    content:"";position:absolute;right:0;top:.62em;width:6px;height:6px;border-radius:50%;background:var(--nabz-accent)
}
.news-flags{display:flex;flex-wrap:wrap;align-items:center;gap:7px}
.news-flags--overlay{margin-bottom:8px}
.news-flags--card{margin-bottom:7px}
.news-flags--mini{margin-top:7px}
.news-flags--article{margin-top:16px}
.news-flag{
    display:inline-flex;align-items:center;min-height:24px;padding:3px 9px;border-radius:999px;
    font-size:10.5px;font-weight:900;line-height:1.2
}
.news-flag--featured{background:rgba(217,182,93,.17);border:1px solid rgba(217,182,93,.34);color:#f4d985}
.news-flag--breaking{background:rgba(226,50,72,.18);border:1px solid rgba(239,64,86,.38);color:#ff9ba9}
.breaking__track a{display:inline-flex;align-items:center;gap:7px}
.breaking__overline{color:#efc96d;font-size:11px;font-weight:850}
.breaking__overline:after{content:" / ";color:#607089;margin-right:7px}
.breaking__title{color:#d6deea}
.article-header h1{margin-top:5px}
@media(max-width:760px){
    .breaking__overline{display:none}
    .hero-feature__overline{font-size:11.5px;margin-top:9px}
    .article-overline{font-size:14px}
}

.related-item__overline{display:block!important;margin:0 0 3px!important;color:var(--nabz-accent)!important;font-size:10px!important;font-weight:850}


/* V5.5.1 — Header logo settings */
.brand{max-width:min(34vw,430px)}
.brand__logo-wrap{display:flex;align-items:center;min-width:0}
.brand__logo{display:block;width:min(var(--nabz-logo-width),100%);height:auto;max-height:66px;object-fit:contain;object-position:right center}
.brand__logo--mobile{display:none}
.brand__logo-tagline{display:block;min-width:max-content;margin-right:11px;color:var(--nabz-muted);font-size:10.5px;line-height:1.5}
@media(max-width:980px){
    .brand{max-width:250px}
    .brand__logo{max-height:55px}
    .brand__logo-tagline{display:none}
}
@media(max-width:760px){
    .brand{max-width:min(58vw,250px)}
    .brand__logo--desktop{width:min(var(--nabz-mobile-logo-width),100%)}
    .brand__logo--mobile{display:block;width:min(var(--nabz-mobile-logo-width),100%)}
    .brand__logo--mobile + .brand__logo--desktop{display:none}
    .brand__logo-wrap:has(.brand__logo--mobile) .brand__logo--desktop{display:none}
}
@supports not selector(:has(*)){
    @media(max-width:760px){
        .brand__logo--mobile{display:block}
    }
}


/* ==========================================================================
   V5.6 — Professional Matches, Champions and Tournaments
   ========================================================================== */

.sports-archive-hero,.champions-hero,.match-page-hero,.wrestler-profile-hero,.tournament-hero{
    position:relative;overflow:hidden;border-bottom:1px solid var(--nabz-border);
    background:
      radial-gradient(circle at 12% 18%,rgba(217,182,93,.15),transparent 30%),
      radial-gradient(circle at 85% 70%,rgba(44,108,196,.18),transparent 32%),
      linear-gradient(145deg,#061124,#0a1a32 58%,#071326)
}
.sports-archive-hero:before,.champions-hero:before,.match-page-hero:before,.wrestler-profile-hero:before{
    content:"";position:absolute;inset:0;opacity:.18;pointer-events:none;
    background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
    background-size:34px 34px
}
.sports-archive-hero__grid,.champions-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1.08fr;align-items:center;gap:52px;min-height:520px;padding-top:60px;padding-bottom:60px}
.sports-archive-hero__intro h1,.champions-hero__intro h1{max-width:670px;margin:12px 0 15px;font-size:45px;line-height:1.35}
.sports-archive-hero__intro p,.champions-hero__intro p{max-width:660px;color:#aebcd0;font-size:16px;line-height:2}
.sports-archive-stats,.champions-hero__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px}
.sports-archive-stats a,.champions-hero__stats div{display:grid;gap:3px;padding:16px 18px;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:rgba(255,255,255,.035);color:#fff}
.sports-archive-stats strong,.champions-hero__stats strong{font-size:27px;color:var(--nabz-accent)}
.sports-archive-stats span,.champions-hero__stats span{color:#a7b6ca;font-size:11px}
.sports-archive-hero__spotlight{position:relative;z-index:1}

.match-spotlight{position:relative;padding:25px;border:1px solid rgba(255,255,255,.12);border-radius:29px;background:linear-gradient(160deg,rgba(14,36,66,.96),rgba(7,18,36,.96));box-shadow:0 30px 80px rgba(0,0,0,.32)}
.match-spotlight:after{content:"";position:absolute;right:50%;top:80px;bottom:60px;width:1px;background:linear-gradient(transparent,rgba(217,182,93,.35),transparent)}
.match-spotlight__meta{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;color:#aebcd0;font-size:11px}
.match-spotlight__meta>span:not(.status-chip){padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.045)}
.match-spotlight__board{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;padding:27px 0 21px}
.match-spotlight__fighter{text-align:center}
.match-spotlight__fighter img{display:block;width:112px;height:112px;margin:0 auto 12px;border:4px solid rgba(224,70,84,.42);border-radius:31px;object-fit:cover;object-position:center 16%;box-shadow:0 17px 35px rgba(0,0,0,.26)}
.match-spotlight__fighter--blue img{border-color:rgba(62,131,226,.52)}
.match-spotlight__fighter strong{display:block;font-size:17px}
.match-spotlight__fighter span{color:var(--nabz-muted);font-size:11px}
.match-spotlight__score{text-align:center}
.match-spotlight__score small{color:var(--nabz-muted);font-size:10px}
.match-spotlight__score>div{display:flex;align-items:center;gap:7px;margin:7px 0}
.match-spotlight__score b{display:grid;place-items:center;width:54px;height:62px;border:1px solid rgba(255,255,255,.11);border-radius:17px;background:#050e1e;color:#fff;font-size:31px}
.match-spotlight__score i{font-style:normal;color:var(--nabz-accent);font-size:24px}
.match-spotlight__score time{color:#afbdd0;font-size:10px}
.match-spotlight__link{position:relative;z-index:2;display:flex;justify-content:center;padding:12px;border-top:1px solid rgba(255,255,255,.09);color:var(--nabz-accent);font-size:12px;font-weight:850}

.sports-filter{margin-bottom:35px;padding:22px;border:1px solid var(--nabz-border);border-radius:23px;background:linear-gradient(145deg,#0d1e38,#09172d);box-shadow:0 18px 50px rgba(0,0,0,.13)}
.sports-filter__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:17px}
.sports-filter__head h2{margin:2px 0 0;font-size:21px}
.sports-filter__head>a{color:var(--nabz-accent);font-size:11px}
.sports-filter__fields{display:grid;grid-template-columns:1.4fr repeat(4,1fr) auto;gap:10px;align-items:end}
.sports-filter__fields--champions{grid-template-columns:1.4fr repeat(3,1fr) auto}
.sports-filter label{display:grid;gap:7px;color:#afbdd0;font-size:10px;font-weight:800}
.sports-filter input,.sports-filter select{width:100%;height:47px;border:1px solid var(--nabz-border);border-radius:12px;background:#071428;color:#fff;padding:0 12px;font:inherit;outline:none}
.sports-filter input:focus,.sports-filter select:focus{border-color:rgba(217,182,93,.65);box-shadow:0 0 0 3px rgba(217,182,93,.08)}
.sports-filter button{height:47px;border:0;border-radius:12px;background:var(--nabz-accent);color:#17120a;padding:0 21px;font:inherit;font-weight:900;cursor:pointer}
.sports-results-head{margin-top:12px}

.pro-match-list{display:grid;gap:14px}
.pro-match-card{position:relative;overflow:hidden;border:1px solid var(--nabz-border);border-radius:22px;background:linear-gradient(145deg,#0c1d36,#08162b);box-shadow:0 14px 40px rgba(0,0,0,.12);transition:.25s}
.pro-match-card:hover{transform:translateY(-3px);border-color:rgba(217,182,93,.32);box-shadow:0 24px 55px rgba(0,0,0,.2)}
.pro-match-card--live{border-color:rgba(239,64,86,.35)}
.pro-match-card__link{position:absolute;inset:0;z-index:4}
.pro-match-card__head{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:13px 17px;border-bottom:1px solid rgba(255,255,255,.075);background:rgba(255,255,255,.018)}
.pro-match-card__event strong,.pro-match-card__event span{display:block}
.pro-match-card__event strong{font-size:13px}
.pro-match-card__event span,.pro-match-card__head time{color:var(--nabz-muted);font-size:10px}
.pro-match-card__board{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;padding:20px 24px}
.pro-match-card__competitor{display:flex;align-items:center;gap:13px;min-width:0}
.pro-match-card__competitor--blue{direction:ltr;text-align:left}
.pro-match-card__competitor img{width:62px;height:62px;border:2px solid rgba(226,75,90,.38);border-radius:18px;object-fit:cover;object-position:center 16%}
.pro-match-card__competitor--blue img{border-color:rgba(67,135,230,.45)}
.pro-match-card__competitor strong,.pro-match-card__competitor span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.pro-match-card__competitor strong{font-size:16px}
.pro-match-card__competitor span{color:var(--nabz-muted);font-size:10px}
.pro-match-card__competitor.is-winner strong:after{content:"برنده";display:inline-flex;margin-right:8px;padding:2px 6px;border-radius:999px;background:rgba(217,182,93,.14);color:var(--nabz-accent);font-size:8px}
.pro-match-card__score{display:flex;align-items:center;gap:6px}
.pro-match-card__score b{display:grid;place-items:center;width:49px;height:51px;border-radius:14px;background:#050e1f;color:#fff;font-size:24px}
.pro-match-card__score i{font-style:normal;color:var(--nabz-accent);font-size:18px}
.pro-match-card__foot{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:11px 17px;border-top:1px solid rgba(255,255,255,.065);color:var(--nabz-muted);font-size:10px}
.pro-match-card__details{color:var(--nabz-accent);font-weight:850}
.pro-match-card--compact .pro-match-card__head{padding:10px 13px}
.pro-match-card--compact .pro-match-card__board{padding:14px 16px}
.pro-match-card--compact .pro-match-card__competitor img{width:48px;height:48px;border-radius:14px}
.pro-match-card--compact .pro-match-card__score b{width:40px;height:42px;font-size:20px}
.pro-match-card--compact .pro-match-card__foot{padding:9px 13px}

.match-page-hero{padding:42px 0 60px}
.match-page-hero__head{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin:25px 0}
.match-page-hero__badges{display:flex;align-items:center;gap:9px}
.match-page-hero__badges a{padding:6px 10px;border:1px solid rgba(255,255,255,.1);border-radius:999px;color:#cbd6e5;font-size:10px}
.match-page-hero h1{margin:10px 0;font-size:35px}
.match-page-hero__meta{display:flex;gap:8px;flex-wrap:wrap}
.match-page-hero__meta span{padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.05);color:#acbbcf;font-size:10px}
.match-arena{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:40px;padding:34px;border:1px solid rgba(255,255,255,.11);border-radius:31px;background:linear-gradient(145deg,rgba(15,38,70,.96),rgba(5,15,31,.97));box-shadow:0 35px 90px rgba(0,0,0,.31)}
.match-fighter{text-align:center}
.match-fighter>a{display:block}
.match-fighter img{width:190px;height:210px;border:5px solid rgba(224,65,82,.48);border-radius:38px;object-fit:cover;object-position:center 13%;box-shadow:0 22px 48px rgba(0,0,0,.34)}
.match-fighter--blue img{border-color:rgba(55,126,226,.53)}
.match-fighter>span{display:block;margin-top:13px;color:#ff8c99;font-size:10px;font-weight:900}
.match-fighter--blue>span{color:#8bbcff}
.match-fighter h2{margin:4px 0;font-size:23px}
.match-fighter p{margin:0;color:var(--nabz-muted);font-size:11px}
.match-fighter__winner{width:max-content;margin:0 auto 10px!important;padding:5px 9px;border-radius:999px;background:var(--nabz-accent);color:#17120a!important}
.match-fighter__record{display:flex;justify-content:center;gap:7px;margin-top:12px}
.match-fighter__record b{padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.055);font-size:9px}
.match-arena__center{text-align:center}
.match-arena__center>span{color:var(--nabz-accent);font-size:11px;font-weight:900}
.match-arena__score{display:flex;align-items:center;gap:10px;margin:10px 0}
.match-arena__score b{display:grid;place-items:center;width:84px;height:88px;border:1px solid rgba(255,255,255,.12);border-radius:23px;background:#030b18;color:#fff;font-size:45px}
.match-arena__score i{font-style:normal;color:var(--nabz-accent);font-size:30px}
.match-arena__center small{color:var(--nabz-muted)}
.match-content-grid,.wrestler-profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start}
.match-facts,.wrestler-profile-facts{overflow:hidden;border:1px solid var(--nabz-border);border-radius:22px;background:#0c1d36;box-shadow:0 15px 42px rgba(0,0,0,.13)}
.match-facts h3,.wrestler-profile-facts h3{margin:0;padding:18px 20px;border-bottom:1px solid var(--nabz-border);font-size:17px}
.match-facts div,.wrestler-profile-facts div{display:flex;justify-content:space-between;gap:15px;padding:14px 20px;border-bottom:1px solid rgba(255,255,255,.055)}
.match-facts div:last-child,.wrestler-profile-facts div:last-child{border-bottom:0}
.match-facts span,.wrestler-profile-facts span{color:var(--nabz-muted);font-size:11px}
.match-facts strong,.wrestler-profile-facts strong{text-align:left;font-size:12px}

.champions-podium{display:flex;align-items:flex-end;justify-content:center;gap:12px;min-height:380px}
.champions-podium__item{position:relative;display:grid;justify-items:center;width:31%;min-width:0;padding:20px 12px 17px;border:1px solid rgba(255,255,255,.11);border-radius:24px 24px 15px 15px;background:linear-gradient(180deg,rgba(24,52,91,.92),rgba(8,22,42,.95));box-shadow:0 20px 50px rgba(0,0,0,.22)}
.champions-podium__item--1{order:2;min-height:350px;border-color:rgba(217,182,93,.34)}
.champions-podium__item--2{order:1;min-height:305px}
.champions-podium__item--3{order:3;min-height:275px}
.champions-podium__item>span{display:grid;place-items:center;width:36px;height:36px;margin-bottom:12px;border-radius:50%;background:var(--nabz-accent);color:#181207;font-size:18px;font-weight:950}
.champions-podium__item--2>span{background:#aeb8c8}
.champions-podium__item--3>span{background:#bd7848}
.champions-podium__item img{width:120px;height:150px;border-radius:23px;object-fit:cover;object-position:center 13%}
.champions-podium__item strong{overflow:hidden;max-width:100%;margin-top:12px;text-overflow:ellipsis;white-space:nowrap}
.champions-podium__item small{color:var(--nabz-muted)}

.pro-wrestler-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.pro-wrestler-card{position:relative;overflow:hidden;border:1px solid var(--nabz-border);border-radius:25px;background:linear-gradient(155deg,#0e213d,#08172d);box-shadow:0 16px 44px rgba(0,0,0,.15);transition:.3s}
.pro-wrestler-card:hover{transform:translateY(-5px);border-color:rgba(217,182,93,.35);box-shadow:0 28px 65px rgba(0,0,0,.22)}
.pro-wrestler-card__link{position:absolute;inset:0;z-index:4}
.pro-wrestler-card__media{position:relative;height:315px;overflow:hidden}
.pro-wrestler-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#0b1b34 0%,transparent 58%)}
.pro-wrestler-card__media img{width:100%;height:100%;object-fit:cover;object-position:center 14%;transition:.45s}
.pro-wrestler-card:hover .pro-wrestler-card__media img{transform:scale(1.045)}
.pro-wrestler-card__rank,.pro-wrestler-card__rate{position:absolute;top:14px;z-index:2;padding:6px 9px;border-radius:999px;backdrop-filter:blur(12px);font-size:9px;font-weight:900}
.pro-wrestler-card__rank{right:14px;background:rgba(217,182,93,.9);color:#151008}
.pro-wrestler-card__rate{left:14px;background:rgba(5,14,30,.78);border:1px solid rgba(255,255,255,.14);color:#fff}
.pro-wrestler-card__body{position:relative;padding:0 18px 18px;margin-top:-20px;z-index:2}
.pro-wrestler-card__identity{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.pro-wrestler-card__identity>div>span{color:var(--nabz-accent);font-size:9px;font-weight:900}
.pro-wrestler-card__identity h3{margin:3px 0;font-size:20px}
.pro-wrestler-card__identity>b{padding:5px 8px;border:1px solid rgba(255,255,255,.1);border-radius:999px;color:#c5d1e0;font-size:9px}
.pro-wrestler-card__tags{display:flex;gap:6px;flex-wrap:wrap;min-height:26px;margin:9px 0}
.pro-wrestler-card__tags span{padding:4px 7px;border-radius:999px;background:rgba(255,255,255,.055);color:#aebdd0;font-size:8.5px}
.pro-wrestler-card__record{display:flex;align-items:center;gap:8px;padding-top:13px;border-top:1px solid rgba(255,255,255,.07);color:#aebdd0;font-size:9px}
.pro-wrestler-card__record span{display:flex;align-items:center;gap:3px}
.pro-wrestler-card__record strong{color:#fff;font-size:13px}
.pro-wrestler-card__profile{margin-right:auto;color:var(--nabz-accent)!important;font-weight:850}
.wrestler-grid .pro-wrestler-card{min-width:0}
.wrestler-grid .pro-wrestler-card__media{height:310px}

.wrestler-profile-hero{padding:42px 0 58px}
.wrestler-profile-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:365px 1fr;align-items:center;gap:46px;margin-top:28px}
.wrestler-profile-photo{position:relative}
.wrestler-profile-photo:before{content:"";position:absolute;inset:20px -20px -20px 20px;border:1px solid rgba(217,182,93,.28);border-radius:35px}
.wrestler-profile-photo img{position:relative;width:100%;height:465px;border:1px solid rgba(255,255,255,.12);border-radius:35px;object-fit:cover;object-position:center 12%;box-shadow:0 35px 80px rgba(0,0,0,.34)}
.wrestler-profile-photo>span{position:absolute;right:20px;bottom:20px;padding:8px 13px;border-radius:999px;background:var(--nabz-accent);color:#171108;font-weight:950}
.wrestler-profile-main h1{margin:8px 0;font-size:48px}
.wrestler-profile-main>p{max-width:700px;color:#b0bed1;line-height:2}
.wrestler-profile-badges{display:flex;gap:7px;flex-wrap:wrap}
.wrestler-profile-badges span{padding:6px 10px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:rgba(255,255,255,.045);color:#c4d0df;font-size:10px}
.wrestler-profile-record{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin:24px 0}
.wrestler-profile-record div{display:grid;padding:16px;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:rgba(255,255,255,.035)}
.wrestler-profile-record strong{font-size:27px;color:#fff}
.wrestler-profile-record span{color:var(--nabz-muted);font-size:10px}
.wrestler-winrate{max-width:650px}
.wrestler-winrate>div{display:flex;justify-content:space-between;margin-bottom:8px;color:#b8c5d6;font-size:11px}
.wrestler-winrate>div strong{color:var(--nabz-accent)}
.wrestler-winrate>i{display:block;overflow:hidden;height:8px;border-radius:999px;background:rgba(255,255,255,.08)}
.wrestler-winrate>i>b{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#bf9136,var(--nabz-accent))}
.wrestler-biography{min-height:400px}

.sports-archive-hero--tournaments{padding:85px 0}
.sports-archive-hero--tournaments h1{margin:10px 0;font-size:44px}
.sports-archive-hero--tournaments p{max-width:680px;color:#b4c1d3}
.tournament-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.tournament-card{position:relative;overflow:hidden;min-height:390px;border:1px solid var(--nabz-border);border-radius:25px;background:#0b1c35;box-shadow:0 17px 45px rgba(0,0,0,.15)}
.tournament-card__link{position:absolute;inset:0;z-index:3}
.tournament-card>img{width:100%;height:190px;object-fit:cover}
.tournament-card__body{padding:19px}
.tournament-card__body h2{margin:9px 0 5px;font-size:21px}
.tournament-card__body p{color:var(--nabz-muted);font-size:11px}
.tournament-card__body>div{display:flex;justify-content:space-between;gap:10px;margin:14px 0;color:#bac7d8;font-size:10px}
.tournament-card footer{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;padding-top:13px;border-top:1px solid var(--nabz-border)}
.tournament-card footer strong{font-size:24px;color:var(--nabz-accent)}
.tournament-card footer span{color:var(--nabz-muted);font-size:9px}
.tournament-card footer b{color:var(--nabz-accent);font-size:10px}
.tournament-hero{min-height:560px;display:flex;align-items:flex-end;padding:80px 0 60px}
.tournament-hero__background{position:absolute;inset:0;background-size:cover;background-position:center}
.tournament-hero__background:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,11,23,.98),rgba(4,11,23,.73),rgba(4,11,23,.82))}
.tournament-hero__content{position:relative;z-index:1}
.tournament-hero h1{margin:14px 0 5px;font-size:50px}
.tournament-hero__content>p{color:#c0cbda;font-size:16px}
.tournament-hero__facts{display:flex;gap:9px;flex-wrap:wrap;margin-top:24px}
.tournament-hero__facts div{display:grid;min-width:125px;padding:13px 16px;border:1px solid rgba(255,255,255,.11);border-radius:14px;background:rgba(7,17,34,.68);backdrop-filter:blur(10px)}
.tournament-hero__facts span{color:var(--nabz-muted);font-size:9px}
.tournament-hero__facts strong{font-size:15px}

.matches-list .pro-match-card{width:100%}
.live-center .match-spotlight{flex:1;display:flex;flex-direction:column;justify-content:center;padding:16px;border:0;background:transparent;box-shadow:none}
.live-center .match-spotlight__fighter img{width:82px;height:82px;border-radius:22px}
.live-center .match-spotlight__score b{width:46px;height:52px;font-size:25px}
.live-center .match-spotlight__link{margin-top:auto}

@media(max-width:1150px){
    .sports-filter__fields{grid-template-columns:repeat(3,1fr)}
    .sports-filter__fields button{grid-column:span 1}
    .sports-archive-hero__grid,.champions-hero__grid{grid-template-columns:1fr;gap:35px}
    .sports-archive-hero__intro,.champions-hero__intro{text-align:center}
    .sports-archive-hero__intro p,.champions-hero__intro p{margin-right:auto;margin-left:auto}
    .sports-archive-stats,.champions-hero__stats{max-width:700px;margin-right:auto;margin-left:auto}
    .champions-podium{max-width:760px;margin:auto}
}
@media(max-width:960px){
    .pro-wrestler-grid,.tournament-grid{grid-template-columns:repeat(2,1fr)}
    .match-page-hero__head{align-items:flex-start;flex-direction:column}
    .match-arena{gap:18px;padding:25px}
    .match-fighter img{width:145px;height:175px}
    .match-arena__score b{width:64px;height:70px;font-size:36px}
    .match-content-grid,.wrestler-profile-layout{grid-template-columns:1fr}
    .wrestler-profile-hero__grid{grid-template-columns:290px 1fr;gap:30px}
    .wrestler-profile-photo img{height:390px}
    .wrestler-profile-main h1{font-size:39px}
}
@media(max-width:760px){
    .sports-archive-hero__grid,.champions-hero__grid{min-height:auto;padding-top:42px;padding-bottom:42px}
    .sports-archive-hero__intro h1,.champions-hero__intro h1{font-size:32px}
    .sports-archive-stats,.champions-hero__stats{grid-template-columns:1fr 1fr}
    .match-spotlight__fighter img{width:80px;height:80px;border-radius:20px}
    .match-spotlight__score b{width:42px;height:48px;font-size:24px}
    .sports-filter__fields,.sports-filter__fields--champions{grid-template-columns:1fr 1fr}
    .sports-filter__fields button{grid-column:1/-1}
    .pro-match-card__head{grid-template-columns:auto 1fr}
    .pro-match-card__head time{grid-column:1/-1}
    .pro-match-card__board{gap:8px;padding:15px 11px}
    .pro-match-card__competitor{display:grid;justify-items:center;text-align:center;gap:5px}
    .pro-match-card__competitor--blue{direction:rtl;text-align:center}
    .pro-match-card__competitor img{width:52px;height:52px}
    .pro-match-card__competitor strong{max-width:100px;font-size:12px}
    .pro-match-card__score b{width:38px;height:42px;font-size:19px}
    .match-arena{grid-template-columns:1fr;gap:24px}
    .match-arena__center{order:-1}
    .match-fighter img{width:175px;height:190px}
    .pro-wrestler-grid,.tournament-grid{grid-template-columns:1fr}
    .champions-podium{min-height:300px;gap:6px}
    .champions-podium__item{padding:13px 6px}
    .champions-podium__item--1{min-height:300px}
    .champions-podium__item--2{min-height:265px}
    .champions-podium__item--3{min-height:240px}
    .champions-podium__item img{width:80px;height:110px;border-radius:18px}
    .champions-podium__item strong{font-size:11px}
    .wrestler-profile-hero__grid{grid-template-columns:1fr}
    .wrestler-profile-photo{max-width:330px;margin:auto}
    .wrestler-profile-main{text-align:center}
    .wrestler-profile-badges{justify-content:center}
    .wrestler-profile-record{grid-template-columns:1fr 1fr}
    .wrestler-profile-main h1{font-size:36px}
    .tournament-hero h1{font-size:37px}
}
@media(max-width:520px){
    .sports-archive-stats,.champions-hero__stats{grid-template-columns:1fr}
    .sports-filter__fields,.sports-filter__fields--champions{grid-template-columns:1fr}
    .match-spotlight{padding:15px}
    .match-spotlight__board{gap:5px}
    .match-spotlight__fighter img{width:65px;height:65px}
    .match-spotlight__fighter strong{max-width:88px;font-size:11px}
    .match-spotlight__score b{width:35px;height:40px;font-size:19px}
    .pro-match-card__foot>span:first-child{display:none}
    .champions-podium__item img{width:64px;height:90px}
    .wrestler-profile-record{gap:6px}
    .wrestler-profile-record strong{font-size:22px}
}


/* ==========================================================================
   V5.6.2 — Configurable four-column footer and in-column media receipt
   ========================================================================== */
.site-footer{
    position:relative;
    overflow:hidden;
    margin-top:70px;
    border-top:1px solid rgba(217,182,93,.2);
    background:
        radial-gradient(circle at 88% 0%,rgba(217,182,93,.09),transparent 25rem),
        linear-gradient(180deg,#050d1c,#020712);
}
.site-footer:before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    opacity:.15;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
    background-size:40px 40px;
}
.footer-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:1.2fr .75fr .8fr 1fr;
    gap:24px;
    padding:54px 0 40px;
}
.footer-column{
    min-width:0;
    padding:0 2px;
}
.footer-column--receipt{
    padding:19px;
    border:1px solid rgba(217,182,93,.2);
    border-radius:20px;
    background:linear-gradient(145deg,rgba(217,182,93,.07),rgba(11,28,53,.55));
}
.footer-brand__logo{
    display:flex;
    width:max-content;
    max-width:100%;
    margin-bottom:13px;
}
.footer-logo-image{
    display:block;
    width:auto;
    max-width:min(220px,100%);
    height:auto;
    max-height:72px;
    object-fit:contain;
    object-position:right center;
}
.footer-brand__titles{
    display:grid;
    gap:2px;
    margin-bottom:12px;
}
.footer-brand__titles strong{
    color:#fff;
    font-size:19px;
}
.footer-brand__titles span{
    color:var(--nabz-accent);
    font-size:10px;
    font-weight:800;
}
.footer-brand__fallback{
    margin-bottom:14px;
}
.footer-text{
    max-width:360px;
    margin:0 0 17px;
    color:#9baabe;
    font-size:12px;
    line-height:2;
}
.footer-socials{
    display:flex;
    gap:7px;
    flex-wrap:wrap;
}
.footer-socials a{
    padding:6px 10px;
    border:1px solid rgba(255,255,255,.09);
    border-radius:999px;
    background:rgba(255,255,255,.035);
    color:#c8d3e1;
    font-size:9px;
}
.footer-socials a:hover{
    border-color:rgba(217,182,93,.38);
    color:var(--nabz-accent);
}
.footer-title{
    position:relative;
    margin:0 0 18px;
    padding-bottom:10px;
    color:#fff;
    font-size:15px;
}
.footer-title:after{
    content:"";
    position:absolute;
    right:0;
    bottom:0;
    width:34px;
    height:2px;
    border-radius:999px;
    background:var(--nabz-accent);
}
.footer-menu{
    list-style:none;
    display:grid;
    gap:10px;
    margin:0;
    padding:0;
    color:#bdc8d6;
    font-size:11px;
}
.footer-menu a{
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:7px;
    color:inherit;
}
.footer-menu a:before{
    content:"";
    width:5px;
    height:5px;
    border-radius:50%;
    background:rgba(217,182,93,.55);
}
.footer-menu a:hover{
    color:var(--nabz-accent);
}
.footer-receipt__note{
    margin:-4px 0 13px;
    color:#a6b4c7;
    font-size:10px;
    line-height:1.8;
}
.footer-receipt__code{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:105px;
    overflow:hidden;
    padding:12px;
    border:1px dashed rgba(217,182,93,.32);
    border-radius:14px;
    background:rgba(2,8,18,.58);
}
.footer-receipt__code img,
.footer-receipt__code iframe,
.footer-receipt__code object,
.footer-receipt__code embed{
    display:block;
    max-width:100%!important;
    height:auto;
    margin:auto;
}
.footer-receipt__code iframe{
    width:100%!important;
    min-height:90px;
    border:0;
}
.footer-receipt__code a{
    position:relative;
    z-index:1;
}
.footer-receipt__empty{
    display:grid;
    place-items:center;
    min-height:90px;
    padding:12px;
    border:1px dashed rgba(255,255,255,.1);
    border-radius:13px;
    color:#77869a;
    text-align:center;
    font-size:9px;
    line-height:1.8;
}
.footer-bottom{
    position:relative;
    z-index:1;
    display:flex;
    justify-content:space-between;
    gap:20px;
    padding:18px 0;
    border-top:1px solid rgba(255,255,255,.07);
    color:#7e8da1;
    font-size:10px;
}

@media(max-width:1080px){
    .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
    .footer-grid{grid-template-columns:1fr;padding-top:42px}
    .footer-column{padding:0}
    .footer-column--receipt{padding:18px}
    .footer-bottom{align-items:flex-start;flex-direction:column}
}
