@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    background: url(../images/fon-bg-top.png) center top no-repeat,
        url(../images/fon-bg-bottom.jpg) center bottom no-repeat,
        url(../images/fon-bg-repeat.jpg) center repeat-y;
    background-color: #eaecff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #eee;
    line-height: 1;
    min-height: 100vh;
    overflow-x: hidden;
    background-size: 100%;
}
.package-lists {
    margin-top: 1rem;
    width: 100%;
    display: flex;
    flex-flow: wrap;
}

.package-lists .packages {
    text-align: center;
    background: rgb(0 0 0 / 21%);
    border-radius: 5px;
    margin: 0 auto;
    margin-left: 1.5rem;
    margin-bottom: 2rem;
    width: 25%;
    display: inline-block;
    color: white;
}
/* =========================================================
   FORCE MU - CLEAN ACCOUNT PANEL FINAL
   מתאים ל-PHP החדש בלבד
========================================================= */

.fmu-account-panel {
    direction: rtl !important;
    text-align: right !important;
    width: 100% !important;
}

.fmu-account-panel * {
    box-sizing: border-box;
}

.fmu-account-panel .title1 {
    display: none !important;
}

/* Hero */
.fmu-account-hero {
    position: relative;
    margin: 0 0 22px;
    padding: 38px 28px 34px;
    text-align: center;
    overflow: hidden;

    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;

    background:
        radial-gradient(circle at center top, rgba(255, 216, 90, 0.15), transparent 42%),
        linear-gradient(180deg, rgba(17, 23, 37, 0.98), rgba(8, 12, 22, 0.99));

    box-shadow:
        0 20px 55px rgba(0,0,0,0.45),
        inset 0 1px 0 rgba(255,255,255,0.04);
}

.fmu-account-hero:after {
    content: "";
    position: absolute;
    right: 36px;
    left: 36px;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,216,90,0.75), transparent);
}

.fmu-account-hero span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 16px;
    margin-bottom: 14px;

    border: 1px solid rgba(255, 216, 90, 0.28);
    border-radius: 999px;

    color: #ffd85a;
    background: rgba(255, 216, 90, 0.08);

    font-size: 12px;
    font-weight: 900;
    letter-spacing: .7px;
}

.fmu-account-hero h1 {
    margin: 0 !important;
    color: #ffd85a !important;
    font-size: 34px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    text-transform: none !important;
    text-shadow: 0 4px 18px rgba(0,0,0,0.65);
}

.fmu-account-hero p {
    margin: 10px 0 0 !important;
    color: rgba(255,255,255,0.68);
    font-size: 14px;
    line-height: 1.7;
}

/* Main card */
.fmu-panel-card {
    margin-bottom: 24px;
    padding: 24px;

    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;

    background:
        linear-gradient(180deg, rgba(16, 22, 36, 0.98), rgba(8, 12, 22, 0.99));

    box-shadow:
        0 20px 55px rgba(0,0,0,0.42),
        inset 0 1px 0 rgba(255,255,255,0.04);
}

.fmu-section-title {
    margin-bottom: 22px;
    padding-bottom: 16px;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.fmu-section-title h2 {
    margin: 0 !important;
    color: #ffd85a !important;
    font-size: 22px !important;
    line-height: 1.3 !important;
    font-weight: 900 !important;
    text-transform: none !important;
}

.fmu-section-title p {
    margin: 7px 0 0 !important;
    color: rgba(255,255,255,0.55);
    font-size: 13px;
    line-height: 1.5;
}

/* Info grid */
.fmu-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.fmu-info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 66px;
    padding: 13px 14px;

    border: 1px solid rgba(255,255,255,0.075);
    border-radius: 14px;

    background: rgba(255,255,255,0.035);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);

    overflow: hidden;
    transition: .18s ease;
}

.fmu-info-item:hover {
    border-color: rgba(255, 216, 90, 0.24);
    background: rgba(255,255,255,0.055);
}

.fmu-info-item img {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    object-fit: contain;
    opacity: .95;
}

.fmu-info-item div {
    min-width: 0;
    flex: 1;
}

.fmu-info-item span {
    display: block;
    margin-bottom: 4px;

    color: rgba(255,255,255,0.54);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
}
/* =========================================================
   FORCE MU - DONATE PACKAGE NAME FIX
   מתקן שם חבילה שנחתך כמו ...rce 100
   להדביק בסוף style.css
========================================================= */

.fmu-donate-package {
    grid-template-columns: minmax(260px, 1fr) 135px 125px !important;
    gap: 16px !important;
    direction: rtl !important;
}

/* צד ימין: שם חבילה + קרדיטים */
.fmu-donate-package-main {
    min-width: 0 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    direction: rtl !important;
}

/* אזור הטקסט של החבילה */
.fmu-donate-info {
    min-width: 0 !important;
    width: 100% !important;
    flex: 1 1 auto !important;
    text-align: right !important;
}

/* שם החבילה - לא לחתוך */
.fmu-donate-info h3 {
    width: 100% !important;
    max-width: 100% !important;

    margin: 0 0 8px !important;

    color: #ffd75a !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
    text-align: right !important;
    direction: ltr !important;

    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: normal !important;
}

/* קרדיטים מתחת לשם */
.fmu-donate-reward {
    justify-content: flex-start !important;
    text-align: right !important;
    direction: rtl !important;
}

.fmu-donate-reward strong {
    font-size: 19px !important;
}

/* אייקון יהלום */
.fmu-donate-icon {
    order: 1 !important;
}

.fmu-donate-info {
    order: 2 !important;
}
/* =========================================================
   FORCE MU - DONATE / PAYPAL PACKAGES MODERN DESIGN
   עיצוב חדש לעמוד רכישת קרדיטים
========================================================= */

.fmu-donate-page {
    direction: rtl !important;
    text-align: right !important;
    width: 100% !important;
}

.fmu-donate-page * {
    box-sizing: border-box !important;
}

.fmu-donate-page .title1,
.fmu-donate-page .box-style1 > .title {
    display: none !important;
}

/* Hero */
.fmu-donate-hero {
    position: relative !important;
    margin: 0 0 24px !important;
    padding: 42px 30px 36px !important;

    text-align: center !important;
    overflow: hidden !important;

    border: 1px solid rgba(255,255,255,0.08) !important;
    border-radius: 20px !important;

    background:
        radial-gradient(circle at center top, rgba(255, 216, 90, 0.14), transparent 42%),
        linear-gradient(180deg, rgba(17, 23, 37, 0.98), rgba(8, 12, 22, 0.99)) !important;

    box-shadow:
        0 22px 55px rgba(0,0,0,0.46),
        inset 0 1px 0 rgba(255,255,255,0.04) !important;
}

.fmu-donate-hero:after {
    content: "" !important;
    position: absolute !important;
    right: 42px !important;
    left: 42px !important;
    bottom: 0 !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent, rgba(255,216,90,0.72), transparent) !important;
}

.fmu-donate-hero span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    height: 28px !important;
    padding: 0 17px !important;
    margin-bottom: 14px !important;

    border-radius: 999px !important;
    border: 1px solid rgba(255,216,90,0.30) !important;

    color: #ffd75a !important;
    background: rgba(255,216,90,0.08) !important;

    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 1px !important;
}

.fmu-donate-hero h1 {
    margin: 0 !important;
    color: #ffd75a !important;
    font-size: 34px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    text-transform: none !important;
    text-shadow: 0 4px 18px rgba(0,0,0,0.65) !important;
}

.fmu-donate-hero p {
    max-width: 560px !important;
    margin: 12px auto 0 !important;

    color: rgba(255,255,255,0.72) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.8 !important;
}

/* Main card */
.fmu-donate-card {
    padding: 26px !important;
    margin-bottom: 30px !important;

    border-radius: 20px !important;
    border: 1px solid rgba(255,255,255,0.075) !important;

    background:
        radial-gradient(circle at center top, rgba(255,255,255,0.04), transparent 36%),
        linear-gradient(180deg, rgba(13,17,28,0.96), rgba(8,11,19,0.985)) !important;

    box-shadow:
        0 22px 55px rgba(0,0,0,0.44),
        inset 0 1px 0 rgba(255,255,255,0.04) !important;
}

.fmu-donate-title {
    margin-bottom: 22px !important;
    padding-bottom: 18px !important;
    text-align: center !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}

.fmu-donate-title h2 {
    margin: 0 !important;
    color: #ffd75a !important;
    font-size: 24px !important;
    line-height: 1.3 !important;
    font-weight: 900 !important;
    text-transform: none !important;
}

.fmu-donate-title p {
    margin: 8px 0 0 !important;
    color: rgba(255,255,255,0.56) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.65 !important;
}

/* Packages grid */
.fmu-donate-packages {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;

    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Package item */
.fmu-donate-package {
    position: relative !important;

    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 145px 135px !important;
    align-items: center !important;
    gap: 14px !important;

    min-height: 92px !important;
    padding: 16px !important;

    border-radius: 18px !important;
    border: 1px solid rgba(255,255,255,0.085) !important;

    background:
        radial-gradient(circle at left center, rgba(255,216,90,0.07), transparent 38%),
        linear-gradient(180deg, rgba(22, 28, 43, 0.96), rgba(12, 16, 27, 0.98)) !important;

    box-shadow:
        0 14px 34px rgba(0,0,0,0.34),
        inset 0 1px 0 rgba(255,255,255,0.04) !important;

    overflow: hidden !important;
    transition: 0.22s ease !important;
}

.fmu-donate-package:before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    right: 18px !important;
    left: 18px !important;
    height: 2px !important;
    background: linear-gradient(90deg, transparent, #e02a3e, #ffd75a, #21c8ff, transparent) !important;
    opacity: 0.55 !important;
}

.fmu-donate-package:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(255,216,90,0.26) !important;
    box-shadow:
        0 18px 42px rgba(0,0,0,0.42),
        0 0 22px rgba(255,216,90,0.07),
        inset 0 1px 0 rgba(255,255,255,0.05) !important;
}

/* Main info */
.fmu-donate-package-main {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    min-width: 0 !important;
}

.fmu-donate-icon {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 17px !important;
    border: 1px solid rgba(255,216,90,0.22) !important;

    background:
        linear-gradient(180deg, rgba(255,216,90,0.18), rgba(255,216,90,0.05)) !important;

    box-shadow:
        0 12px 26px rgba(0,0,0,0.30),
        inset 0 1px 0 rgba(255,255,255,0.08) !important;
}

.fmu-donate-icon span {
    font-size: 24px !important;
    line-height: 1 !important;
}

.fmu-donate-info {
    min-width: 0 !important;
}

.fmu-donate-info h3 {
    margin: 0 0 7px !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.3 !important;
    text-transform: none !important;

    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.fmu-donate-reward {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    flex-wrap: wrap !important;

    color: rgba(255,255,255,0.68) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

.fmu-donate-reward strong {
    color: #ffd75a !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    text-shadow: 0 0 12px rgba(255,216,90,0.20) !important;
}

/* Price */
.fmu-donate-price {
    min-height: 58px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 15px !important;
    border: 1px solid rgba(255,255,255,0.07) !important;

    background: rgba(255,255,255,0.035) !important;
}

.fmu-donate-price span {
    color: rgba(255,255,255,0.52) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

.fmu-donate-price strong {
    margin-top: 4px !important;
    color: #ffd75a !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
}

/* Button */
.fmu-donate-action {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.fmu-donate-btn {
    width: 100% !important;
    min-height: 48px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 16px !important;

    border: 1px solid rgba(255,216,90,0.34) !important;
    border-radius: 15px !important;

    background:
        linear-gradient(135deg, #16233f 0%, #0b1429 100%) !important;

    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    text-align: center !important;

    box-shadow:
        0 12px 26px rgba(0,0,0,0.34),
        inset 0 1px 0 rgba(255,255,255,0.07) !important;

    cursor: pointer !important;
    transition: 0.22s ease !important;
}

.fmu-donate-btn:hover {
    transform: translateY(-2px) !important;
    color: #ffd75a !important;
    border-color: rgba(255,216,90,0.65) !important;
    background:
        linear-gradient(135deg, #1d2e54 0%, #121f3a 100%) !important;

    box-shadow:
        0 16px 32px rgba(0,0,0,0.44),
        0 0 18px rgba(255,216,90,0.08) !important;
}

/* Error / info notes inside donate */
.fmu-donate-page .e_note,
.fmu-donate-page .i_note {
    width: 100% !important;
    padding: 16px 18px !important;
    margin: 0 !important;

    border-radius: 15px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.7 !important;
    text-align: center !important;
}

.fmu-donate-page .e_note {
    color: #ffccd3 !important;
    background: rgba(224,42,62,0.12) !important;
    border: 1px solid rgba(224,42,62,0.30) !important;
}

.fmu-donate-page .i_note {
    color: #fff0a6 !important;
    background: rgba(255,216,90,0.10) !important;
    border: 1px solid rgba(255,216,90,0.24) !important;
}

/* ביטול מוחלט של paypal-options הישן אם נשאר */
#paypal-options {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#paypal-options li {
    float: none !important;
    clear: both !important;
}

/* Responsive */
@media (max-width: 760px) {
    .fmu-donate-hero {
        padding: 34px 20px 30px !important;
    }

    .fmu-donate-hero h1 {
        font-size: 28px !important;
    }

    .fmu-donate-card {
        padding: 18px !important;
    }

    .fmu-donate-package {
        grid-template-columns: 1fr !important;
        gap: 13px !important;
        padding: 16px !important;
    }

    .fmu-donate-package-main {
        justify-content: flex-start !important;
    }

    .fmu-donate-price {
        align-items: flex-start !important;
        padding: 12px 14px !important;
    }

    .fmu-donate-action {
        width: 100% !important;
    }

    .fmu-donate-btn {
        width: 100% !important;
    }
}
/* =========================================================
   FORCE MU - DONATE PACKAGE NAME FIX
   מתקן שם חבילה שנחתך כמו ...rce 100
   להדביק בסוף style.css
========================================================= */

.fmu-donate-package {
    grid-template-columns: minmax(260px, 1fr) 135px 125px !important;
    gap: 16px !important;
    direction: rtl !important;
}

/* צד ימין: שם חבילה + קרדיטים */
.fmu-donate-package-main {
    min-width: 0 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    direction: rtl !important;
}

/* אזור הטקסט של החבילה */
.fmu-donate-info {
    min-width: 0 !important;
    width: 100% !important;
    flex: 1 1 auto !important;
    text-align: right !important;
}

/* שם החבילה - לא לחתוך */
.fmu-donate-info h3 {
    width: 100% !important;
    max-width: 100% !important;

    margin: 0 0 8px !important;

    color: #ffd75a !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
    text-align: right !important;
    direction: ltr !important;

    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: normal !important;
}

/* קרדיטים מתחת לשם */
.fmu-donate-reward {
    justify-content: flex-start !important;
    text-align: right !important;
    direction: rtl !important;
}

.fmu-donate-reward strong {
    font-size: 19px !important;
}

/* אייקון יהלום */
.fmu-donate-icon {
    order: 1 !important;
}

.fmu-donate-info {
    order: 2 !important;
}
/* =========================================================
   FORCE MU - DONATE PACKAGES FINAL CLEAN LAYOUT
   מתקן את עמוד רכישת הקרדיטים:
   - שם חבילה מלא
   - כפתור לא נחתך
   - מחיר מסודר
   - מותאם לרוחב המרכזי של האתר
========================================================= */

.fmu-donate-page {
    direction: rtl !important;
    text-align: right !important;
}

.fmu-donate-card {
    padding: 28px 26px !important;
    border-radius: 22px !important;
    overflow: hidden !important;
}

/* רשימת חבילות */
.fmu-donate-packages {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    width: 100% !important;
}

/* כרטיס חבילה */
.fmu-donate-package {
    width: 100% !important;
    min-height: auto !important;

    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 150px !important;
    grid-template-areas:
        "main price"
        "action action" !important;

    gap: 16px !important;
    align-items: center !important;

    padding: 20px !important;

    border-radius: 20px !important;
    border: 1px solid rgba(255,255,255,0.09) !important;

    background:
        radial-gradient(circle at right top, rgba(255,216,90,0.08), transparent 38%),
        linear-gradient(180deg, rgba(22,28,43,0.97), rgba(11,15,26,0.99)) !important;

    box-shadow:
        0 16px 36px rgba(0,0,0,0.38),
        inset 0 1px 0 rgba(255,255,255,0.04) !important;

    overflow: hidden !important;
}

/* פס צבע עליון */
.fmu-donate-package:before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    right: 20px !important;
    left: 20px !important;
    height: 2px !important;
    background: linear-gradient(90deg, transparent, #e02a3e, #ffd75a, #21c8ff, transparent) !important;
    opacity: 0.65 !important;
}

/* אזור שם + אייקון */
.fmu-donate-package-main {
    grid-area: main !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 16px !important;

    min-width: 0 !important;
    width: 100% !important;
    direction: rtl !important;
}

/* אייקון יהלום */
.fmu-donate-icon {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 18px !important;
    border: 1px solid rgba(255,216,90,0.24) !important;

    background:
        linear-gradient(180deg, rgba(255,216,90,0.18), rgba(255,216,90,0.06)) !important;

    box-shadow:
        0 12px 26px rgba(0,0,0,0.34),
        inset 0 1px 0 rgba(255,255,255,0.08) !important;
}

.fmu-donate-icon span {
    font-size: 25px !important;
}

/* טקסט חבילה */
.fmu-donate-info {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: 100% !important;
    text-align: right !important;
}

/* שם החבילה - לא נחתך */
.fmu-donate-info h3 {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;

    margin: 0 0 8px !important;

    color: #ffd75a !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    line-height: 1.3 !important;
    text-align: right !important;
    text-transform: none !important;

    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: normal !important;
    direction: ltr !important;
    unicode-bidi: plaintext !important;

    text-shadow: 0 0 14px rgba(255,216,90,0.20) !important;
}

/* קרדיטים */
.fmu-donate-reward {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;

    color: rgba(255,255,255,0.62) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    direction: rtl !important;
}

.fmu-donate-reward strong {
    color: #ffd75a !important;
    font-size: 20px !important;
    font-weight: 900 !important;
}

/* מחיר */
.fmu-donate-price {
    grid-area: price !important;

    width: 150px !important;
    min-width: 150px !important;
    min-height: 74px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 18px !important;
    border: 1px solid rgba(255,255,255,0.08) !important;

    background:
        linear-gradient(180deg, rgba(255,255,255,0.065), rgba(255,255,255,0.025)) !important;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.04),
        0 10px 22px rgba(0,0,0,0.20) !important;
}

.fmu-donate-price > span:first-child {
    color: rgba(255,255,255,0.48) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    margin-bottom: 6px !important;
}

.fmu-donate-price strong {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
}

/* כפתור */
.fmu-donate-action {
    grid-area: action !important;
    width: 100% !important;
    min-width: 0 !important;

    display: block !important;
}

.fmu-donate-btn {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 50px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 18px !important;

    border-radius: 16px !important;
    border: 1px solid rgba(255,216,90,0.34) !important;

    background:
        linear-gradient(135deg, #13213d 0%, #0b1429 100%) !important;

    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    text-align: center !important;
    text-decoration: none !important;

    box-shadow:
        0 12px 26px rgba(0,0,0,0.34),
        inset 0 1px 0 rgba(255,255,255,0.07) !important;

    cursor: pointer !important;
}

.fmu-donate-btn:hover {
    color: #ffd75a !important;
    border-color: rgba(255,216,90,0.65) !important;
    background:
        linear-gradient(135deg, #1b2e56 0%, #101f3e 100%) !important;
    transform: translateY(-2px) !important;
}

/* כותרות */
.fmu-donate-hero h1 {
    font-size: 38px !important;
    line-height: 1.25 !important;
}

.fmu-donate-title h2 {
    font-size: 30px !important;
}

/* מובייל / מסך צר */
@media (max-width: 760px) {
    .fmu-donate-card {
        padding: 18px !important;
    }

    .fmu-donate-package {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "main"
            "price"
            "action" !important;

        padding: 18px !important;
    }

    .fmu-donate-package-main {
        align-items: center !important;
    }

    .fmu-donate-price {
        width: 100% !important;
        min-width: 0 !important;
        align-items: flex-start !important;
        padding: 13px 16px !important;
    }

    .fmu-donate-info h3 {
        font-size: 20px !important;
    }

    .fmu-donate-reward strong {
        font-size: 18px !important;
    }
}
/* מחיר באמצע */
.fmu-donate-price {
    min-width: 135px !important;
}

/* כפתור בצד שמאל */
.fmu-donate-action {
    min-width: 125px !important;
}

/* אם שם החבילה באנגלית - שיישב יפה */
.fmu-donate-info h3,
.fmu-donate-info h3 * {
    unicode-bidi: plaintext !important;
}

/* מובייל */
@media (max-width: 760px) {
    .fmu-donate-package {
        grid-template-columns: 1fr !important;
    }

    .fmu-donate-package-main {
        align-items: center !important;
    }

    .fmu-donate-info h3 {
        font-size: 19px !important;
        text-align: right !important;
    }

    .fmu-donate-price,
    .fmu-donate-action {
        width: 100% !important;
        min-width: 0 !important;
    }
}
/* מחיר באמצע */
.fmu-donate-price {
    min-width: 135px !important;
}

/* כפתור בצד שמאל */
.fmu-donate-action {
    min-width: 125px !important;
}

/* אם שם החבילה באנגלית - שיישב יפה */
.fmu-donate-info h3,
.fmu-donate-info h3 * {
    unicode-bidi: plaintext !important;
}

/* מובייל */
@media (max-width: 760px) {
    .fmu-donate-package {
        grid-template-columns: 1fr !important;
    }

    .fmu-donate-package-main {
        align-items: center !important;
    }

    .fmu-donate-info h3 {
        font-size: 19px !important;
        text-align: right !important;
    }

    .fmu-donate-price,
    .fmu-donate-action {
        width: 100% !important;
        min-width: 0 !important;
    }
}
.fmu-info-item strong {
    display: block;

    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.45;

    overflow-wrap: anywhere;
    word-break: break-word;
}

.fmu-info-item a {
    color: #ffd85a !important;
    text-decoration: none !important;
    font-weight: 900;
}

.fmu-info-item a:hover {
    color: #fff1a6 !important;
    text-decoration: underline !important;
}

.fmu-vip-item {
    border-color: rgba(255, 216, 90, 0.20);
    background: rgba(255, 216, 90, 0.055);
}

/* Actions */
.fmu-actions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
}

.fmu-action-card {
    position: relative;
    display: block;
    min-height: 88px;
    padding: 18px 18px 18px 20px;

    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;

    background:
        radial-gradient(circle at left top, rgba(255, 216, 90, 0.055), transparent 38%),
        rgba(255,255,255,0.035);

    color: rgba(255,255,255,0.66) !important;
    text-decoration: none !important;

    overflow: hidden;
    transition: .18s ease;
}

.fmu-action-card:before {
    content: "";
    position: absolute;
    top: 18px;
    right: 0;
    width: 4px;
    height: 34px;
    border-radius: 8px 0 0 8px;
    background: linear-gradient(180deg, #ffe58d, #c78620);
}

.fmu-action-card strong {
    display: block;
    margin-bottom: 8px;
    padding-right: 10px;

    color: #ffd85a;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.35;
}

.fmu-action-card span {
    display: block;
    padding-right: 10px;

    color: rgba(255,255,255,0.64);
    font-size: 13px;
    line-height: 1.65;
}

.fmu-action-card:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 216, 90, 0.28);
    background:
        radial-gradient(circle at left top, rgba(255, 216, 90, 0.10), transparent 40%),
        rgba(255,255,255,0.055);

    box-shadow: 0 16px 34px rgba(0,0,0,0.30);
}

.fmu-action-card:hover strong {
    color: #fff1a6;
}

.fmu-action-vip {
    border-color: rgba(255, 216, 90, 0.20);
}

/* Remove old page conflicts inside this page only */
.fmu-account-panel table,
.fmu-account-panel tr,
.fmu-account-panel td,
.fmu-account-panel ul,
.fmu-account-panel li {
    border: 0 !important;
    background: transparent !important;
}

/* Responsive */
@media (max-width: 1100px) {
    .fmu-info-grid,
    .fmu-actions-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .fmu-account-hero {
        padding: 30px 18px 26px;
        border-radius: 15px;
    }

    .fmu-account-hero h1 {
        font-size: 28px !important;
    }

    .fmu-panel-card {
        padding: 18px;
        border-radius: 15px;
    }

    .fmu-section-title h2 {
        font-size: 19px !important;
    }

    .fmu-info-item {
        min-height: 62px;
        padding: 12px;
    }

    .fmu-action-card {
        min-height: auto;
        padding: 16px;
    }

    .fmu-action-card strong,
    .fmu-action-card span {
        padding-right: 9px;
    }
}
.package-lists .packages .image {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #1c1e38;
}

/* הסתרת כפתורים בפאנל משתמש בלי למחוק מה-PHP */
.fmu-action-hidden {
    display: none !important;
}
/* =========================================================
   FORCE MU - USER PANEL SIDEBAR RTL
   תפריט משתמש בסגנון נקי כמו בתמונה
========================================================= */

/* הופך את הסיידבר של המשתמש לצד ימין */
.container {
    display: flex !important;
    direction: ltr !important;
}



/* אבל התוכן עצמו נשאר בעברית */
.left-sidebar,
.right-sidebar,
.content,
.fmu-user-widget {
    direction: rtl !important;
    text-align: right !important;
}

/* בלוק משתמש */
.fmu-user-widget {
    padding: 0 !important;
    min-height: auto !important;
    overflow: hidden;
    border: 1px solid rgba(255, 220, 130, 0.16);
    background:
        linear-gradient(180deg, rgba(22, 27, 24, 0.92), rgba(7, 9, 8, 0.97)),
        radial-gradient(circle at top center, rgba(255, 210, 90, 0.08), transparent 45%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.05),
        0 18px 35px rgba(0,0,0,0.42);
}

/* כותרת */
.fmu-user-widget-title {
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #d7b77a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .4px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.045), rgba(0,0,0,0.16));
    text-shadow: 0 2px 6px rgba(0,0,0,0.8);
}

/* שלום משתמש */
.fmu-user-panel {
    padding: 0 !important;
}

.fmu-user-welcome {
    margin: 16px 14px 12px;
    padding: 12px 10px;
    text-align: center;
    border: 1px solid rgba(255, 210, 90, 0.15);
    border-radius: 4px;
    background: rgba(0,0,0,0.22);
}

.fmu-user-welcome span {
    display: inline-block;
    color: #d8b47a;
    font-size: 12px;
    margin-left: 6px;
}

.fmu-user-welcome strong {
    color: #ffe15e;
    font-size: 13px;
    font-weight: 900;
}

/* מטבעות */
.fmu-user-coins {
    margin: 0 14px 12px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.fmu-user-coin {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 36px;
    padding: 8px 10px;
    border: 1px solid rgba(255,255,255,0.06);
    background: rgba(255,255,255,0.035);
}

.fmu-coin-label {
    color: #c9aa76;
    font-size: 12px;
    font-weight: 700;
}

.fmu-user-coin strong {
    color: #ffd84a;
    font-size: 13px;
    font-weight: 900;
}

/* התפריט עצמו כמו בתמונה */
.fmu-user-menu {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.fmu-user-menu li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.045);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.026), rgba(0,0,0,0.18));
}

.fmu-user-menu li:first-child {
    border-top: 1px solid rgba(255,255,255,0.045);
}

.fmu-user-menu li a {
    position: relative;
    display: block;
    min-height: 44px;
    line-height: 44px;
    padding: 0 18px !important;
    text-align: center;
    color: #d3ad76 !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    text-shadow: 0 2px 5px rgba(0,0,0,0.85);
    transition: .18s ease;
}


.fmu-user-menu li a:before {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-radius: 50%;
    background: rgba(255, 210, 90, 0.45);
    opacity: 0;
    transition: .18s ease;
}

.fmu-user-menu li a:hover {
    color: #ffe69a !important;
    background:
        radial-gradient(circle at center, rgba(255, 210, 90, 0.10), transparent 60%),
        rgba(255,255,255,0.035);
    padding-right: 24px !important;
}

.fmu-user-menu li a:hover:before {
    opacity: 1;
}
/* =========================================================
   FORCE MU - MODERN DISCORD WIDGET
========================================================= */

.fmu-discord-card {
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 18px !important;
    border: 1px solid rgba(88, 101, 242, 0.28) !important;

    background:
        radial-gradient(circle at top left, rgba(88,101,242,0.20), transparent 42%),
        linear-gradient(180deg, rgba(15,20,34,0.96), rgba(7,10,18,0.99)) !important;

    box-shadow:
        0 18px 42px rgba(0,0,0,0.50),
        0 0 28px rgba(88,101,242,0.08),
        inset 0 1px 0 rgba(255,255,255,0.045) !important;
}

.fmu-discord-head {
    display: flex !important;
    align-items: center !important;
    gap: 13px !important;

    padding: 18px 16px !important;

    border-bottom: 1px solid rgba(255,255,255,0.07) !important;

    background:
        linear-gradient(135deg, rgba(88,101,242,0.26), rgba(255,255,255,0.025)) !important;
}

.fmu-discord-icon {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 16px !important;
    border: 1px solid rgba(255,255,255,0.13) !important;

    background:
        linear-gradient(180deg, #5865f2, #3440b8) !important;

    box-shadow:
        0 12px 26px rgba(88,101,242,0.30),
        inset 0 1px 0 rgba(255,255,255,0.22) !important;
}

.fmu-discord-icon span {
    font-size: 23px !important;
    line-height: 1 !important;
}

.fmu-discord-head h3 {
    margin: 0 0 5px !important;

    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    text-transform: none !important;

    text-shadow: 0 2px 8px rgba(0,0,0,0.75) !important;
}

.fmu-discord-head p {
    margin: 0 !important;

    color: rgba(255,255,255,0.72) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.55 !important;
}

.fmu-discord-actions {
    padding: 14px 16px 0 !important;
}

.fmu-discord-join {
    width: 100% !important;
    min-height: 44px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 14px !important;
    border: 1px solid rgba(255,255,255,0.12) !important;

    background:
        linear-gradient(135deg, #5865f2, #3440b8) !important;

    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    text-decoration: none !important;

    box-shadow:
        0 12px 26px rgba(88,101,242,0.24),
        inset 0 1px 0 rgba(255,255,255,0.18) !important;

    transition: 0.22s ease !important;
}

.fmu-discord-join:hover {
    transform: translateY(-2px) !important;
    filter: brightness(1.10) !important;
    color: #ffffff !important;
}
.fmu-discord-frame iframe {
    width: 100% !important;
    height: 500px !important;
    display: block !important;
    border: 0 !important;
}

.fmu-discord-frame {
    margin: 14px 16px 16px !important;

    overflow: hidden !important;
    border-radius: 15px !important;
    border: 1px solid rgba(255,255,255,0.08) !important;

    background: rgba(0,0,0,0.30) !important;
}

.fmu-discord-frame iframe {
    display: block !important;
    width: 100% !important;
    height: 420px !important;
    border: 0 !important;
}

/* מובייל */
@media (max-width: 768px) {
    .fmu-discord-head {
        padding: 16px 14px !important;
    }

    .fmu-discord-icon {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
    }

    .fmu-discord-frame iframe {
        height: 360px !important;
    }
}
.fmu-user-menu .fmu-logout a {
    color: #ffb7a0 !important;
}

.fmu-user-menu .fmu-logout a:hover {
    color: #ffd2c4 !important;
}

/* טופס התחברות */
.fmu-login-form {
    padding: 16px 14px 18px;
}

.fmu-login-field {
    margin-bottom: 10px;
}

.fmu-login-field input {
    width: 100% !important;
    height: 38px !important;
    padding: 0 13px !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    border-radius: 4px !important;
    color: #fff !important;
    background: rgba(0,0,0,0.30) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.035);
}

.fmu-login-field input::placeholder {
    color: rgba(255,255,255,0.48);
}

.fmu-login-button {
    width: 100% !important;
    height: 38px !important;
    margin: 6px 0 10px !important;
    border: 0 !important;
    border-radius: 4px !important;
    color: #1a1208 !important;
    background: linear-gradient(180deg, #ffe68a, #c99231) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 38px !important;
    text-align: center !important;
    padding: 0 !important;
    cursor: pointer;
}

.fmu-login-button:hover {
    filter: brightness(1.08);
}

.fmu-login-links {
    text-align: center;
    color: rgba(255,255,255,0.35);
    font-size: 12px;
}

.fmu-login-links a {
    color: #d3ad76 !important;
    text-decoration: none !important;
}

.fmu-login-links a:hover {
    color: #ffe69a !important;
    text-decoration: underline !important;
}

/* מובייל - מחזיר סדר רגיל */
@media (max-width: 900px) {
    .container {
        flex-direction: column !important;
    }

    .left-sidebar.sidebar,
    main.content,
    .content,
    .right-sidebar.sidebar {
        order: initial !important;
        width: 100% !important;
    }
}



.box-style4 .title {
    box-shadow: none;
    padding: 0;
    color: #efefef;
    text-shadow: none;
    font-family: "Arial";
    font-size: 18px;
    margin: 0;
}
/* =========================================================
   FORCE MU - SAFE SIDEBAR TABLE FIX
   לא שובר חברי צוות, מסדר רק דירוג שחקנים
   Paste at the VERY END of style.css
========================================================= */

/* 1) RESET לכל טבלאות הסיידבר כדי לבטל תיקונים ישנים ששברו */
.sidebar .widget table,
.sidebar .widget table thead,
.sidebar .widget table tbody,
.sidebar .widget table tr,
.sidebar .widget table th,
.sidebar .widget table td {
    direction: rtl !important;
    box-sizing: border-box !important;
}

.sidebar .widget table {
    width: 100% !important;
    table-layout: fixed !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

.sidebar .widget table th,
.sidebar .widget table td {
    height: 46px !important;
    padding: 9px 7px !important;

    color: rgba(255,255,255,0.90) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;

    text-align: center !important;
    vertical-align: middle !important;

    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;

    border-color: rgba(255,255,255,0.055) !important;
}

/* כותרות כלליות */
.sidebar .widget table th {
    color: #ffd75a !important;
    font-weight: 900 !important;
}

/* טבלאות רגילות כמו חברי צוות: 3 עמודות */
.sidebar .widget table th:nth-child(1),
.sidebar .widget table td:nth-child(1) {
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
}

.sidebar .widget table th:nth-child(2),
.sidebar .widget table td:nth-child(2) {
    width: 42% !important;
    min-width: 90px !important;
    max-width: none !important;
}

.sidebar .widget table th:nth-child(3),
.sidebar .widget table td:nth-child(3) {
    width: auto !important;
    min-width: 86px !important;
    max-width: none !important;
}

/* אייקונים בכל טבלה */
.sidebar .widget table img {
    display: inline-block !important;
    width: 15px !important;
    height: 15px !important;
    max-width: 15px !important;
    max-height: 15px !important;
    object-fit: contain !important;
    margin: 0 4px !important;
    vertical-align: middle !important;
}

/* =========================================================
   2) דירוג שחקנים בלבד לפי #top_players
========================================================= */

#top_players {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

#top_players table {
    width: 100% !important;
    table-layout: fixed !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    direction: rtl !important;
}

/*
   בדירוג שלך הסדר הוא:
   # | שם | רמה | Res
   ובגלל RTL ה-# מופיע בצד ימין.
*/

#top_players table th,
#top_players table td {
    height: 45px !important;
    padding: 8px 5px !important;

    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;

    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;

    text-align: center !important;
    vertical-align: middle !important;
}

/* # */
#top_players table th:nth-child(1),
#top_players table td:nth-child(1) {
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
}

/* שם השחקן */
#top_players table th:nth-child(2),
#top_players table td:nth-child(2) {
    width: auto !important;
    min-width: 118px !important;
    max-width: none !important;
    text-align: right !important;
}

/* רמה */
#top_players table th:nth-child(3),
#top_players table td:nth-child(3) {
    width: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
}

/* Res / Reset */
#top_players table th:nth-child(4),
#top_players table td:nth-child(4) {
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
}

/* שם שלא יעלה על מספרים */
#top_players table td:nth-child(2),
#top_players table td:nth-child(2) a,
#top_players table td:nth-child(2) span {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* אייקון ליד שם */
#top_players table img {
    display: inline-block !important;
    width: 14px !important;
    height: 14px !important;
    max-width: 14px !important;
    max-height: 14px !important;
    object-fit: contain !important;
    margin: 0 3px !important;
    vertical-align: middle !important;
}

/* מספרים אדומים קטנים */
#top_players table sup {
    color: #ff2d3f !important;
    font-size: 9px !important;
    line-height: 1 !important;
    vertical-align: super !important;
}

/* כפתור מתחת לדירוג */
#top_players + br + span,
.sidebar .widget.red-dark > span {
    display: block !important;
    float: none !important;
    margin: 18px auto 0 !important;
    text-align: center !important;
}
/* =========================================================
   FORCE MU - FINAL TABLE REPAIR
   מתקן חברי צוות + דירוג שחקנים בלי לשבור טבלאות אחרות
   Paste at VERY END of style.css
========================================================= */

/* =========================================================
   1) RESET חזק לחברי צוות / טבלאות רגילות בסיידבר
   לא כולל #top_players
========================================================= */

.sidebar .widget:not(:has(#top_players)) table {
    width: 100% !important;
    table-layout: fixed !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    direction: rtl !important;
}

.sidebar .widget:not(:has(#top_players)) table th,
.sidebar .widget:not(:has(#top_players)) table td {
    height: 46px !important;
    padding: 9px 7px !important;

    color: rgba(255,255,255,0.92) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;

    text-align: center !important;
    vertical-align: middle !important;

    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;

    border-color: rgba(255,255,255,0.055) !important;
}

.sidebar .widget:not(:has(#top_players)) table th {
    color: #ffd75a !important;
    font-weight: 900 !important;
}

/* חברי צוות / גילדות - עמודה # */
.sidebar .widget:not(:has(#top_players)) table th:nth-child(1),
.sidebar .widget:not(:has(#top_players)) table td:nth-child(1) {
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

/* שם */
.sidebar .widget:not(:has(#top_players)) table th:nth-child(2),
.sidebar .widget:not(:has(#top_players)) table td:nth-child(2) {
    width: auto !important;
    min-width: 105px !important;
    text-align: center !important;
}

/* תפקיד / ניקוד */
.sidebar .widget:not(:has(#top_players)) table th:nth-child(3),
.sidebar .widget:not(:has(#top_players)) table td:nth-child(3) {
    width: 92px !important;
    min-width: 92px !important;
    max-width: 92px !important;
    text-align: center !important;
}

/* תמונות בטבלאות רגילות */
.sidebar .widget:not(:has(#top_players)) table img {
    display: inline-block !important;
    width: 15px !important;
    height: 15px !important;
    max-width: 15px !important;
    max-height: 15px !important;
    object-fit: contain !important;
    margin: 0 4px !important;
    vertical-align: middle !important;
}

/* מונע שבירה של שם + אייקון */
.sidebar .widget:not(:has(#top_players)) table td a,
.sidebar .widget:not(:has(#top_players)) table td span {
    display: inline !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
}

/* =========================================================
   2) דירוג שחקנים בלבד
========================================================= */

#top_players {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

#top_players table {
    width: 100% !important;
    table-layout: fixed !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    direction: rtl !important;
}

#top_players table th,
#top_players table td {
    height: 45px !important;
    padding: 8px 5px !important;

    color: rgba(255,255,255,0.92) !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;

    text-align: center !important;
    vertical-align: middle !important;

    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;

    border-color: rgba(255,255,255,0.055) !important;
}

#top_players table th {
    color: #ffd75a !important;
    font-weight: 900 !important;
}

/* # */
#top_players table th:nth-child(1),
#top_players table td:nth-child(1) {
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

/* שם */
#top_players table th:nth-child(2),
#top_players table td:nth-child(2) {
    width: auto !important;
    min-width: 112px !important;
    text-align: right !important;
}

/* רמה */
#top_players table th:nth-child(3),
#top_players table td:nth-child(3) {
    width: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
}

/* Res */
#top_players table th:nth-child(4),
#top_players table td:nth-child(4) {
    width: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
}

#top_players table img {
    display: inline-block !important;
    width: 14px !important;
    height: 14px !important;
    max-width: 14px !important;
    max-height: 14px !important;
    object-fit: contain !important;
    margin: 0 3px !important;
    vertical-align: middle !important;
}

#top_players table sup,
.sidebar .widget table sup {
    color: #ff2d3f !important;
    font-size: 9px !important;
    line-height: 1 !important;
    vertical-align: super !important;
}
/* =========================================================
   FORCE MU - CREW WIDGET FINAL CLEAN DESIGN
   מתקן לגמרי את בלוק חברי צוות
========================================================= */

.crew-widget {
    padding: 18px 16px 24px !important;
    overflow: hidden !important;
}

.crew-widget .widget-title {
    text-align: center !important;
    margin-bottom: 18px !important;
}

.crew-members-box {
    width: 100% !important;
    overflow: hidden !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255,255,255,0.07) !important;
    background: rgba(255,255,255,0.025) !important;
}

.crew-table {
    width: 100% !important;
    table-layout: fixed !important;
    border-collapse: collapse !important;
    direction: rtl !important;
    margin: 0 !important;
}

.crew-table th,
.crew-table td {
    height: 46px !important;
    padding: 9px 8px !important;

    border: 1px solid rgba(255,255,255,0.055) !important;
    background: rgba(255,255,255,0.035) !important;

    color: rgba(255,255,255,0.92) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;

    text-align: center !important;
    vertical-align: middle !important;

    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.crew-table th {
    color: #ffd75a !important;
    font-weight: 900 !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.11), rgba(255,255,255,0.045)) !important;
}

/* עמודת מספר */
.crew-table th:nth-child(1),
.crew-table td:nth-child(1) {
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;

    overflow: visible !important;
    text-overflow: clip !important;
    color: #ffd75a !important;
}

/* עמודת שם */
.crew-table th:nth-child(2),
.crew-table td:nth-child(2) {
    width: 120px !important;
}

/* עמודת תפקיד */
.crew-table th:nth-child(3),
.crew-table td:nth-child(3) {
    width: 95px !important;
}

/* שם איש צוות */
.crew-table .crew-name {
    text-align: center !important;
}
/* =========================================================
   FORCE MU - CREW WIDGET HARD FINAL FIX
   מתקן את חברי צוות גם אם בטעות יש בפנים id="top_players"
   חובה להדביק בסוף הכי תחתון של style.css
========================================================= */

/* הקופסה עצמה */
.sidebar .crew-widget,
.crew-widget {
    padding: 18px 16px 26px !important;
    overflow: hidden !important;
}

/* כותרת */
.sidebar .crew-widget .widget-title,
.crew-widget .widget-title {
    margin: 0 0 18px !important;
    padding: 0 0 14px !important;
    text-align: center !important;
    color: #ffd75a !important;
}

/* מבטל השפעה של #top_players אם נשאר בטעות בתוך חברי צוות */
.sidebar .crew-widget #top_players,
.crew-widget #top_players,
.sidebar .crew-widget .crew-members-box,
.crew-widget .crew-members-box {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;

    border-radius: 14px !important;
    border: 1px solid rgba(255,255,255,0.07) !important;
    background: rgba(255,255,255,0.025) !important;
}

/* הטבלה של חברי צוות */
.sidebar .crew-widget table,
.crew-widget table,
.sidebar .crew-widget table.sidebar_rank,
.crew-widget table.sidebar_rank,
.sidebar .crew-widget table.crew-table,
.crew-widget table.crew-table,
.sidebar .crew-widget #top_players table,
.crew-widget #top_players table {
    width: 100% !important;
    max-width: 100% !important;

    table-layout: fixed !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;

    direction: rtl !important;
    margin: 0 !important;
    overflow: hidden !important;
}

/* כל התאים */
.sidebar .crew-widget table th,
.sidebar .crew-widget table td,
.crew-widget table th,
.crew-widget table td,
.sidebar .crew-widget #top_players table th,
.sidebar .crew-widget #top_players table td,
.crew-widget #top_players table th,
.crew-widget #top_players table td {
    height: 46px !important;
    min-height: 46px !important;

    padding: 9px 7px !important;

    border: 1px solid rgba(255,255,255,0.055) !important;
    background: rgba(255,255,255,0.035) !important;

    color: rgba(255,255,255,0.92) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;

    text-align: center !important;
    vertical-align: middle !important;

    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* כותרות */
.sidebar .crew-widget table th,
.crew-widget table th,
.sidebar .crew-widget #top_players table th,
.crew-widget #top_players table th {
    color: #ffd75a !important;
    font-weight: 900 !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.045)) !important;
}

/* עמודה 1 - מספר */
.sidebar .crew-widget table th:nth-child(1),
.sidebar .crew-widget table td:nth-child(1),
.crew-widget table th:nth-child(1),
.crew-widget table td:nth-child(1),
.sidebar .crew-widget #top_players table th:nth-child(1),
.sidebar .crew-widget #top_players table td:nth-child(1),
.crew-widget #top_players table th:nth-child(1),
.crew-widget #top_players table td:nth-child(1) {
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;

    color: #ffd75a !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

/* עמודה 2 - שם */
.sidebar .crew-widget table th:nth-child(2),
.sidebar .crew-widget table td:nth-child(2),
.crew-widget table th:nth-child(2),
.crew-widget table td:nth-child(2),
.sidebar .crew-widget #top_players table th:nth-child(2),
.sidebar .crew-widget #top_players table td:nth-child(2),
.crew-widget #top_players table th:nth-child(2),
.crew-widget #top_players table td:nth-child(2) {
    width: 116px !important;
    min-width: 116px !important;
    max-width: 116px !important;

    text-align: center !important;
}

/* עמודה 3 - תפקיד */
.sidebar .crew-widget table th:nth-child(3),
.sidebar .crew-widget table td:nth-child(3),
.crew-widget table th:nth-child(3),
.crew-widget table td:nth-child(3),
.sidebar .crew-widget #top_players table th:nth-child(3),
.sidebar .crew-widget #top_players table td:nth-child(3),
.crew-widget #top_players table th:nth-child(3),
.crew-widget #top_players table td:nth-child(3) {
    width: auto !important;
    min-width: 112px !important;
    max-width: none !important;

    text-align: center !important;
}

/* שם איש צוות */
.sidebar .crew-widget table td:nth-child(2) strong,
.crew-widget table td:nth-child(2) strong,
.sidebar .crew-widget #top_players table td:nth-child(2) strong,
.crew-widget #top_players table td:nth-child(2) strong {
    display: inline-block !important;
    max-width: 82px !important;

    color: #ffffff !important;
    font-weight: 900 !important;

    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    vertical-align: middle !important;
}

/* אייקון סטטוס */
.sidebar .crew-widget table img,
.crew-widget table img,
.sidebar .crew-widget #top_players table img,
.crew-widget #top_players table img {
    display: inline-block !important;

    width: 15px !important;
    height: 15px !important;
    max-width: 15px !important;
    max-height: 15px !important;

    object-fit: contain !important;
    vertical-align: middle !important;

    margin: 0 4px 0 0 !important;
}

/* תפקיד - שיראה מלא יותר */
.sidebar .crew-widget table td:nth-child(3),
.crew-widget table td:nth-child(3),
.sidebar .crew-widget #top_players table td:nth-child(3),
.crew-widget #top_players table td:nth-child(3) {
    color: rgba(255,255,255,0.88) !important;
    font-weight: 800 !important;
}

/* hover */
.sidebar .crew-widget table tr:not(:first-child):hover td,
.crew-widget table tr:not(:first-child):hover td,
.sidebar .crew-widget #top_players table tr:not(:first-child):hover td,
.crew-widget #top_players table tr:not(:first-child):hover td {
    background: rgba(255,216,90,0.07) !important;
    color: #ffffff !important;
}
.crew-table .crew-name strong {
    display: inline-block !important;
    max-width: 74px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    vertical-align: middle !important;

    color: #ffffff !important;
    font-weight: 900 !important;
}

/* אייקון סטטוס */
.crew-table .crew-name img {
    display: inline-block !important;
    width: 15px !important;
    height: 15px !important;
    max-width: 15px !important;
    max-height: 15px !important;
    object-fit: contain !important;
    margin-right: 5px !important;
    vertical-align: middle !important;
}

/* תפקיד */
.crew-table .crew-role {
    color: rgba(255,255,255,0.86) !important;
    font-weight: 800 !important;
}

/* Hover */
.crew-table tr:not(:first-child):hover td {
    background: rgba(255,216,90,0.07) !important;
    color: #fff !important;
}
/* =========================================================
   3) דפדפנים שלא תומכים ב-:has
   גיבוי: מחזיר חברי צוות לפי טבלה עם 3 עמודות
========================================================= */

.sidebar .widget table th:nth-child(1):last-child,
.sidebar .widget table td:nth-child(1):last-child {
    overflow: visible !important;
    text-overflow: clip !important;
}

/* =========================================================
   4) הרחבת סיידבר קלה כדי שהטבלאות ינשמו
========================================================= */

@media (min-width: 981px) {
    .wrapper {
        width: 1240px !important;
        max-width: 1240px !important;
    }

    .container {
        width: 1240px !important;
        grid-template-columns: 305px 630px 305px !important;
    }

    .sidebar,
    .left-sidebar,
    .right-sidebar {
        width: 305px !important;
    }
}
/* =========================================================
   3) הרחבה קלה של הסיידבר רק במחשב
========================================================= */

@media (min-width: 981px) {
    .wrapper {
        width: 1240px !important;
        max-width: 1240px !important;
    }

    .container {
        width: 1240px !important;
        grid-template-columns: 305px 630px 305px !important;
    }

    .sidebar,
    .left-sidebar,
    .right-sidebar {
        width: 305px !important;
    }
}
.package-lists .packages h5 {
    font-size: 1.25em;
}

.fa {
    padding-right: 0.5rem;
}

.package-lists .packages .image img {
    width: 100px;
    height: 100px;
}

.package-lists .packages .fag-btn {
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0.5rem;
    color: white;
    text-decoration: none;
    transition: 0.2s all ease;
    line-height: 20px;
}

.package-lists .packages .fag-btn.purple {
    border: 2px solid #2c337b;
    background: #6772e5 none repeat scroll 0 0;
}
.package-lists .packages .fag-btn {
    border: 2px solid #309bff;
    background: #309bff none repeat scroll 0 0;
}
.package-lists .packages .fag-btn:hover {
    filter: brightness(120%);
}
.package-lists .packages .credits {
    font-size: 18px;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #1c1e38;
    padding-top: 1rem;
}

.package-lists .packages .details {
    padding-top: 0.5rem;
    float: unset;
    display: block;
    height: auto;
    padding: 0;
    color: white;
}

a {
    transition: all 0.3s ease;
    color: #efefef;
    text-decoration: none;
}
.sticky-fxp a:hover img {
    filter: brightness(120%);
}
.sticky-fxp a img {
    transition: 0.2s all ease;
}
.sticky-fxp a img {
    width: 50px;
}
.sticky-fxp {
    position: fixed;
    bottom: 50%;
}

p {
    margin-bottom: 15px;
}
h1,
h2,
h3 {
    color: #eee;
    margin-bottom: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600;
}
h1 {
    font-size: 20px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}
table {
    width: 100%;
}
table td {
    border-collapse: collapse;
    padding: 4px;
    border: 1px solid #c09074;
}
table tr:nth-child(odd) {
    background-color: rgba(87, 87, 87, 0.2);
}
caption {
    margin-bottom: 15px;
}
input,
textarea {
    background: url(../images/red-light-bg.jpg);
    border-radius: 30px;
    border: 1px solid #9b666e;
    color: #fff;
    padding: 8px 18px;
    position: relative;
}

.box-style1 .title {
    padding: 0;
    color: #eee;
    text-shadow: none;
}

button,
.button {
    transition: all 0.3s ease;
    cursor: pointer;
    background: url(../images/button.png) no-repeat;
    height: 40px;
    width: 110px;
    border: none;
    color: #fff !important;
    position: relative;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    background-size: 110px;
    text-decoration: none;
    line-height: 30px;
}

.widget button {
    background-size: 95px;
    width: 110px;
    height: 33px;
}

button:hover,
.button:hover {
    filter: brightness(120%);
}
.button-border:after {
    content: "";
    border-radius: 8px;
    border: 3px solid rgba(80, 72, 57, 0.5);
    left: -3px;
    top: -3px;
    height: 100%;
    width: 100%;
    position: absolute;
    display: none;
}

:focus {
    outline: none;
}
::-webkit-input-placeholder {
    color: #c37289;
}
::-moz-placeholder {
    color: #c37289;
}
:-moz-placeholder {
    color: #c37289;
}
:-ms-input-placeholder {
    color: #c37289;
}
.wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 20;
}
.container {
    min-height: 1300px;
    display: flex;
    position: relative;
}

.flex {
    display: flex;
}
.flex-s {
    display: flex;
    justify-content: space-between;
}
.flex-s-c {
    display: flex;
    justify-content: space-between;
}
.flex-c-c {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-panel {
    width: 100%;
    position: absolute;
    top: 0px;
    background: url(../images/top-fon-menu.jpg) repeat-x;
    border-bottom: 2px solid #333;
    z-index: 50;
}

.menu li a:before {
    content: "";
    position: absolute;
    background: none;
    height: 7px;
    width: 7px;
    border: 1px solid #333;
    border-radius: 50%;
    left: -11px;
    top: 28px;
    box-shadow: 0px 0px 5px #3768ff;
}
.menu li:first-child a:before {
    display: none;
}

.menu {
    height: 66px;
}
.menu li {
    margin: 0px 8px;
}
.menu a {
    color: #efefef;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0px 26px;
    font-weight: 600;
    display: block;
    height: 66px;
    line-height: 66px;
    position: relative;
}

.menu a:after {
    content: "";
    transition: 0.3s;
    height: 0px;
    width: 0px;
}

.menu a:hover {
    color: #fbf6b6;
}

.menu a:hover:after {
    content: "";
    height: 2px;
    width: 100%;
    bottom: -2px;
    left: 0px;
    position: absolute;
    background: #fbf6b6;
}
.menu .active a {
    color: #fbf6b6;
    border-bottom: 2px solid #fbf6b6;
    bottom: -2px;
}

.languages a {
    margin-left: 10px;
}

.languages a:hover {
    -webkit-filter: brightness(140%);
    filter: brightness(140%);
    margin-left: 10px;
}

.side-promotion {
    width: 186px;
    height: 346px;
    overflow: hidden;
    position: fixed;
    top: 130px;
    right: 30px;
    z-index: 6;
    transition: top 0.5s ease, right 0.5s ease;
    background: url(images/bg_side_banner_default.png) 50% 100% no-repeat;
}
body,
a {
    cursor: url(../images/MU.cur), auto;
}
a:hover {
    cursor: url(../images/MU2.cur), auto;
}
.side-promotion__title {
    line-height: 1.5;
    font-size: 14px;
    font-style: italic;
    color: #fff;
    max-width: 100%;
    width: 100%;
    /* top: 25px; */
    align-self: flex-end;
    text-overflow: ellipsis;
    word-wrap: break-word; /* Ensure long words break to avoid overflow */
    white-space: normal; /* Allow text to wrap normally */
    overflow: hidden;
}

.header-buttons {
    position: relative;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    width: 50%;
    z-index: 20;
}

.header-buttons a {
    display: block;
    width: 60%;
    margin: 0 auto;
    font-weight: 600;
    font-family: "Open Sans Hebrew";
    font-size: 24px;
    text-shadow: 0px 0px 8px #fff;
    background: url("../images/header-button.jpg") no-repeat center center;
    height: 60px;
    line-height: 60px;
    box-shadow: 5px 5px 30px 5px #333;
    transition: 0.2s all ease;
    border-radius: 5px;
}

.header-buttons a:hover {
    filter: brightness(120%);
}

.side-promotion__info {
    position: absolute;
    width: 72%;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    word-wrap: break-word; /* Ensure long words break to avoid overflow */
    white-space: normal; /* Allow text to wrap normally */
}

.side-promotion__banner {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.wz-nav__quick {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.wz-nav__quick--facebook img,
.wz-nav__quick--discord img,
.wz-nav__quick--youtube img {
    width: 24px;
    height: 24px;
}

.slider__paging__list {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: -50px;
}

.slider__paging__item {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.slider__paging__item.selected {
    background: #f00;
}

@media (max-width: 768px) {
    .side-promotion {
        width: 150px;
        height: 300px;
    }

    .side-promotion__info {
        width: 80%;
        right: 20px;
    }
}

@media (max-width: 480px) {
    .side-promotion {
        width: 120px;
        height: 240px;
        top: 60px;
    }

    .side-promotion__info {
        width: 90%;
        right: 10px;
    }

    .side-promotion__title {
        font-size: 12px;
    }
}

/* Header
-----------------------------------------------------------------------------*/
.header {
    height: 551px;
    position: relative;
}
.logo {
    display: block;
    position: relative;
    margin: 0 auto;
    bottom: 5px;
    text-align: center;
    top: 50%;
    z-index: 2;
    transition: 0.3s;
}

.logo a {
    display: block;
    height: 200px;
    width: 50%;
    margin: 0 auto;
}

.form input:not([type="checkbox"]):not([type="number"]),
.form select,
.form textarea {
    border: 1px solid #333;
    box-shadow: none;
}

.logo a img {
    width: calc(100% - 150px);
}

.logo:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

.countdown-block {
    position: absolute;
    bottom: 74px;
    text-align: center;
    width: 100%;
}
.countdown-block h3 {
    color: #5a2824;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}
.countdown li {
    margin: 0px 7px;
    position: relative;
}
.countdown li:after {
    content: ":";
    position: absolute;
    right: -12px;
    top: 8px;
    font-size: 38px;
    color: #3b0c16;
}
.countdown li:first-child:after {
    display: none;
}
.countdown li:last-child:after {
    display: none;
}
.countdown span {
    display: block;
    background: rgba(120, 40, 62, 0.5);
    border-radius: 6px;
    height: 60px;
    width: 60px;
    font-size: 32px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    margin-bottom: 7px;
}
.countdown p {
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: bold;
    color: #5a2823;
    text-transform: uppercase;
}

.leaves-left-1 {
    background: url(../images/leaves-left-1.png) no-repeat;
    width: 120px;
    height: 133px;
    position: absolute;
    left: 50px;
    top: -300px;
    animation: leaves-left-1 12s infinite linear;
}
@keyframes leaves-left-1 {
    0% {
        top: -300px;
    }
    90% {
        opacity: 1;
    }
    100% {
        top: 750px;
        transform: rotate(-200deg);
        left: -250px;
        opacity: 0;
    }
}
.leaves-left-2 {
    background: url(../images/leaves-left-2.png) no-repeat;
    width: 160px;
    height: 72px;
    position: absolute;
    left: 50px;
    top: -200px;
    animation: leaves-left-2 12s infinite linear;
    animation-delay: 6s;
}
@keyframes leaves-left-2 {
    0% {
        top: -200px;
    }
    90% {
        opacity: 1;
    }
    100% {
        top: 750px;
        opacity: 1;
        transform: rotate(-150deg);
        left: -250px;
        opacity: 0;
    }
}
.leaves-left-3 {
    background: url(../images/leaves-left-3.png) no-repeat;
    width: 120px;
    height: 88px;
    position: absolute;
    left: 50px;
    top: -200px;
    animation: leaves-left-3 12s infinite linear;
    animation-delay: 9s;
}
@keyframes leaves-left-3 {
    0% {
        top: -200px;
    }
    90% {
        opacity: 1;
    }
    100% {
        top: 750px;
        transform: rotate(-250deg);
        left: -250px;
        opacity: 0;
    }
}
.leaves-left-4 {
    background: url(../images/leaves-left-4.png) no-repeat;
    width: 120px;
    height: 106px;
    position: absolute;
    left: 50px;
    top: -300px;
    animation: leaves-left-4 12s infinite linear;
    animation-delay: 3s;
}
@keyframes leaves-left-4 {
    0% {
        top: -250px;
    }
    90% {
        opacity: 1;
    }
    100% {
        top: 750px;
        transform: rotate(-150deg);
        left: -250px;
        opacity: 0;
    }
}
.leaves-left-5 {
    background: url(../images/leaves-left-5.png) no-repeat;
    width: 170px;
    height: 108px;
    position: absolute;
    left: 50px;
    top: -300px;
    animation: leaves-left-5 12s infinite linear;
    animation-delay: 7s;
}
@keyframes leaves-left-5 {
    0% {
        top: -250px;
    }
    90% {
        opacity: 1;
    }
    100% {
        top: 750px;
        transform: rotate(-250deg);
        left: -250px;
        opacity: 0;
    }
}
.leaves-right-1 {
    background: url(../images/leaves-right-1.png) no-repeat;
    width: 200px;
    height: 115px;
    position: absolute;
    right: 200px;
    top: -250px;
    animation: leaves-right-1 12s infinite linear;
    animation-delay: 1s;
}
@keyframes leaves-right-1 {
    0% {
        top: -250px;
    }
    90% {
        transform: rotate(-200deg);
        opacity: 1;
    }
    100% {
        top: 850px;
        transform: rotate(-200deg);
        right: -250px;
        opacity: 0;
    }
}
.leaves-right-2 {
    background: url(../images/leaves-right-2.png) no-repeat;
    width: 140px;
    height: 55px;
    position: absolute;
    right: 200px;
    top: -250px;
    animation: leaves-right-2 12s infinite linear;
    animation-delay: 3s;
}
@keyframes leaves-right-2 {
    0% {
        top: -250px;
    }
    90% {
        transform: rotate(-100deg);
        opacity: 1;
    }
    100% {
        top: 850px;
        transform: rotate(-120deg);
        right: -250px;
        opacity: 0;
    }
}
.leaves-right-3 {
    background: url(../images/leaves-right-3.png) no-repeat;
    width: 160px;
    height: 74px;
    position: absolute;
    right: 100px;
    top: -250px;
    animation: leaves-right-3 12s infinite linear;
    animation-delay: 6s;
}
@keyframes leaves-right-3 {
    0% {
        top: -250px;
    }
    90% {
        transform: rotate(150deg);
        opacity: 1;
    }
    100% {
        top: 850px;
        transform: rotate(170deg);
        right: -250px;
        opacity: 0;
    }
}
.leaves-right-4 {
    background: url(../images/leaves-right-4.png) no-repeat;
    width: 59px;
    height: 110px;
    position: absolute;
    right: 200px;
    top: -250px;
    animation: leaves-right-4 12s infinite linear;
    animation-delay: 9s;
}
@keyframes leaves-right-4 {
    0% {
        top: -250px;
    }
    90% {
        transform: rotate(150deg);
        opacity: 1;
    }
    100% {
        top: 850px;
        transform: rotate(170deg);
        right: -250px;
        opacity: 0;
    }
}
.leaves-right-5 {
    background: url(../images/leaves-right-5.png) no-repeat;
    width: 110px;
    height: 65px;
    position: absolute;
    right: 250px;
    top: -250px;
    animation: leaves-right-5 12s infinite linear;
    animation-delay: 2s;
}
@keyframes leaves-right-5 {
    0% {
        top: -250px;
    }
    90% {
        transform: rotate(150deg);
        opacity: 1;
    }
    100% {
        top: 850px;
        transform: rotate(170deg);
        right: -250px;
        opacity: 0;
    }
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.download-block a {
    background: url(../images/download-button.jpg) center;
    height: 90px;
    font-size: 20px;
    color: #fff;
}

.download-block a:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}
.download-block b {
    text-shadow: 1px 1px 1px rgb(145, 145, 145);
}

.download-block a span {
    padding-left: 50px;
}
.download-block a b {
    font-weight: 400;
    display: block;
    color: #efefef;
    font-size: 12px;
    margin-top: 5px;
}
.widget {
    padding: 25px;
    padding-bottom: 40px;
    padding-top: 31px;
    min-height: 305px;
}
.widget-title {
    text-transform: uppercase;
    font-weight: 600;
    color: #eee;
    font-size: 14px;
    margin-bottom: 28px;
    position: relative;
    text-shadow: 1px 3px 3px rgba(25, 23, 23, 0.85);
}
.widget-title a:hover {
    text-decoration: underline;
}
.widget-title span {
    display: block;
    margin-top: 9px;
}
.widget-title:after {
    content: "";
    background: url(../images/widget-title-bg.png) center right no-repeat;
    width: 117px;
    height: 69px;
    position: absolute;
    right: -22px;
    top: -26px;
}
.widget-title span,
.widget-title a {
    text-transform: none;
    font-size: 12px;
    color: #efefef;
    font-weight: 400;
}
.l-input {
    width: 100%;
    height: 65px;
    border: none;
    padding: 18px 51px 15px 50px;
    position: relative;
}
.l-input input {
    background: none;
    border: none;
    padding: 5px 15px;
    width: 170px;
}
.select-hidden {
    display: none;
    visibility: hidden;
}
.select {
    cursor: pointer;
    display: block;
    position: relative;
    width: 170px;
    height: 30px;
}
.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.2s ease-in;
    color: #fff;
    padding: 7px 15px;
    width: 170px;
}
.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: -50px;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background: linear-gradient(to bottom, #2a1c14, #573b2b);
    border: 1px solid #6a4411;
    width: 235px;
}

.select-options li {
    margin: 0;
    list-style: none !important;
    margin: 0px !important;
    padding: 10px 10px;
    border-bottom: 1px solid #744906;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    color: #fff;
}
.select-options li:hover {
    background: rgba(255, 255, 255, 0.1);
}

.select-options li[rel="hide"] {
    display: none;
}

.login-block p {
    margin-bottom: 5px;
}
.login-block a:hover {
    text-decoration: underline;
}
.login-block .lost a {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}

.login {
    background: url(../images/login-input.png) no-repeat;
}
.pass {
    background: url(../images/password-input.png) no-repeat;
}
.select-s {
    background: url(../images/select_server.png) no-repeat;
}
.select-s-page {
    background: url(../images/select_server-page.png) no-repeat;
}
.buttons {
    margin-top: 10px;
}
.top-block {
    width: 100%;
    color: #ffffff;
}
.top-block span {
    display: block;
    padding-bottom: 1px;
}
.top-block .top-number {
    width: 35px;
}
.top-block .top-flag {
    width: 25px;
    padding-top: 2px;
}

.top-block .top-name {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top-block .top-lvl {
    width: 55px;
}
.top-block .top-lvl sup {
    font-size: 10px;
    color: #ff0000;
}
.top-list {
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    font-size: 12px;
    border-bottom: 1px dashed #62441b;
    transition: 0.3s;
}
.top-list a {
    color: #fff;
}
.top-list:hover {
    background: url(../images/fon-hover.jpg) repeat;
    margin: -1px -30px 0px -30px;
    padding: 0px 28px 0px 28px;
    box-shadow: 0em 0.5em 10px rgba(0, 0, 0, 0.5);
    height: 37px;
    color: #ffd562;
    position: relative;
    z-index: 5;
}

.top-list:hover a {
    color: #ffd562;
}
.top-title {
    height: 37px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    background: #1a100a;
    font-size: 13px;
    border-bottom: 1px solid #412a0b;
}
.no-reset {
    text-align: right;
    margin-top: 15px;
}
.no-reset a {
    color: #ffd562;
    font-size: 12px;
}
.gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gallery li {
    position: relative;
}
.gallery li img {
    outline: 1px solid rgba(255, 255, 255, 0.3);
    outline-offset: -1px;
    width: 113px;
    height: 75px;
}
.gallery li:first-child {
    margin-bottom: 8px;
}
.gallery li:first-child img {
    width: 235px;
    height: 145px;
    outline: 1px solid #ffffff;
}
.gallery li:first-child a {
    width: 235px;
    height: 145px;
}
.gallery li:first-child a:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 50px 80px 5px rgba(0, 0, 0, 0.7);
}
.gallery li:first-child a:before {
    content: "";
    background: url(../images/play-icon.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -23px;
    margin-top: -20px;
    width: 46px;
    height: 46px;
    z-index: 2;
}
.gallery li a {
    display: block;
    cursor: pointer;
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
    width: 630px;
    line-height: 1.3;
    background: url(../images/fon-all-news-bg.jpg) repeat-y;
    position: relative;
}
.content-page {
    background: none;
    min-height: 50px;
    padding: 20px;
    line-height: 1.6;
}
.content-page img {
    max-width: 590px;
}
.content-page ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
.content-page ul li {
    list-style: circle;
    margin: 5px 0px;
}
.sidebar {
    width: 285px;
    padding-top: 58px;
}

.slider-effect {
    content: "";
    position: absolute;
    width: 136px;
    height: 104px;
    background: url(../images/slider-effect.png) no-repeat;
    top: 516px;
    left: 253px;
    z-index: 1;
}

.slider {
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 0 100px;
    width: 630px;
    height: 280px;
}

.slider .slides {
    position: relative;
    transition: 1s;
}
.slider .slides .slide {
    float: left;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    width: 630px;
    height: 280px;
    border: 1px solid #373022;
}
.slider .slides .slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 80px black;
}
.slider .slides .slide-info {
    position: relative;
    padding: 40px 35px 35px 35px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.slider .slides .slide-info h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}
.slider .slides .slide-info .slide-text {
    background: linear-gradient(
        to bottom,
        rgba(36, 32, 27, 0.8) 70%,
        rgba(0, 0, 0, 0)
    );
    color: #fff;
    line-height: 1.7;
    padding: 15px 35px;
    width: 470px;
    margin-left: -35px;
    margin-bottom: 15px;
    position: relative;
}
.slider .slides .slide-info .slide-text:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffc500;
    top: -2px;
    left: 0;
}
.slider .slides .slide-info .slide-i {
    width: 100%;
}
.slider .slides .slide-info p {
    margin-bottom: 0px;
}
.slider .slides .slide-info .slide-date {
    font-size: 14px;
    color: #38352f;
    font-family: Candara, Arial, sans-serif;
}
.slider .slides .slide-info .slide-date span {
    color: #38352f;
    font-size: 18px;
}
.slider .slides .active .slide-info {
    transition: all 2s ease;
    opacity: 1;
}
.slider .arrows {
    position: absolute;
    height: 33px;
    width: 33px;
    top: 125px;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
}
.slider .next {
    background: url(../images/arrow-right.png) no-repeat;
    right: 1px;
}
.slider .prev {
    background: url(../images/arrow-left.png) no-repeat;
    left: 1px;
}
.slider .navigation {
    position: absolute;
    bottom: 20px;
    left: 0px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.slider .navigation .dot {
    width: 2px;
    height: 2px;
    cursor: pointer;
    background-color: #fff;
    margin: 0px 10px;
}
.slider:hover .next,
.slider:hover .prev {
    opacity: 1;
    transition: all 0.7s ease;
}
.slider .navigation .active {
    border-radius: 50%;
    width: 7px;
    height: 7px;
    margin: 0px 5px;
    background-color: #ffc103;
    position: relative;
}
.slider .navigation .active:after {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 1px;
    border: 1px solid rgba(240, 71, 71, 0.3);
    box-shadow: 0px 0px 8px 0px rgba(240, 71, 71, 0.6);
}

.content-title {
    background: url(../images/content-title-bg.png) no-repeat;
    height: 74px;
    position: relative;
    z-index: 2;
    padding: 19px 39px 0px 39px;
}

.content-title a {
    color: #fff;
    font-size: 12px;
}

.content-title h1,
.content-title h2,
.content-title h3 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: 400;
}
.block {
    min-height: 110px;
}
.news-block {
    margin-top: -20px;
}

.news .news-img img {
    display: block;
}
.news .news-info {
    width: 100%;
    padding: 24px 20px;
}
.news .news-info p {
    line-height: 1.6;
    margin-left: -15px;
    height: 120px;
    overflow: hidden;
}

.news-date-page {
    font-family: Candara, Arial, sans-serif;
    color: #efefef;
    font-size: 14px;
    padding-top: 20px;
}

.news-date-page span {
    color: #efefef;
}

.news-date {
    font-family: Candara, Arial, sans-serif;
    color: #efefef;
    font-size: 14px;
}
.news-date {
    color: #efefef;
    margin-left: -15px;
    padding-top: 14px;
}

.news-i .button {
}
.news-date span {
    color: #736c10;
}

.top-news-block .news-info {
    position: relative;
    z-index: 2;
    color: #efefef;
}
.top-news-block .news-info h2 {
    border-bottom: 1px solid #333;
    margin: 5px -10px 29px -80px;
    padding: 0px 20px 20px 0px;
}
.top-news {
    background-position: left;
    background-repeat: no-repeat;
    height: 304px;
    padding-left: 265px;
    position: relative;
}
.top-news:after {
    content: "";
    display: none;
    position: absolute;
    background: url(../images/fon-news-bg.png) no-repeat;
    width: 630px;
    height: 304px;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.pagination {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5;
}
.page-numbers {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #d3c9b1;
    color: #8d7951;
    text-decoration: none !important;
    font-size: 12px;
    margin: 0px 7px;
}
.page-numbers.active {
    background: radial-gradient(#d3c846, #b4a814);
    color: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.page-numbers:hover {
    background: radial-gradient(#e9e08b, #d1c876);
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2),
        inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.page-numbers.prev,
.page-numbers.next {
    background: radial-gradient(#d3c846, #b4a814);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    font-size: 0px;
}
.page-numbers.prev:hover,
.page-numbers.next:hover {
    background: radial-gradient(#e9e08b, #d1c876);
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}
.page-numbers.prev {
    margin: 0px 25px 0px 0px;
}
.page-numbers.next {
    margin: 0px 0px 0px 25px;
}
.page-numbers.prev:after {
    content: "";
    position: absolute;
    background: url(../images/prev-p.png) no-repeat;
    width: 12px;
    height: 16px;
    margin-left: -8px;
    margin-top: -7px;
    left: 50%;
    top: 50%;
    z-index: 2;
}
.page-numbers.prev:hover:after {
    background: url(../images/prev-p.png) no-repeat;
}
.page-numbers.next:after {
    content: "";
    position: absolute;
    background: url(../images/next-p.png) no-repeat;
    width: 12px;
    height: 16px;
    margin-right: -8px;
    margin-top: -7px;
    right: 50%;
    top: 50%;
}
.page-numbers.next:hover:after {
    background: url(../images/next-p.png) no-repeat;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.status-block {
    position: relative;
    background: url(../images/status-bg.jpg) no-repeat;
    height: 120px;
    padding-left: 90px;
}

.status-block:after {
    content: "";
    display: none;
    position: absolute;
    background: url(../images/img-server-left.png) no-repeat;
    width: 106px;
    height: 154px;
    left: 0px;
    top: -16px;
}

.status-block:before {
    content: "";
    position: absolute;
    background: url(../images/img-server-right.png) no-repeat;
    width: 128px;
    height: 91px;
    right: -20px;
    top: -16px;
    display: none;
}

.server {
    width: 160px;
    font-size: 12px;
}
.server .server-name {
    color: #ffde00;
}
.server .status-online {
    color: #58c526;
    float: right;
}
.server .status-online b {
    font-weight: 400;
    color: #58c526;
}
.progress-bar {
    height: 16px;
    margin: 21px -12px 5px -12px;
    position: relative;
}
.progress-bar:after {
    display: none;
    content: "";
    position: absolute;
    background: linear-gradient(to right, #010240, #3134d9);
    width: 100%;
    height: 13px;
    top: 6px;
    left: -14px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 0;
}
.progress-bar span {
    height: 13px;
    background: linear-gradient(to right, #010240, #3134d9);
    display: block;
    position: relative;
    z-index: 1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 0;
}
.desc {
    color: #a79376;
    font-size: 11px;
    text-decoration: underline;
}
.desc:hover {
    text-decoration: none;
}
.top-block.guild .top-number {
    width: 60px;
}
.top-block.guild .top-number img {
    margin-bottom: -2px;
}
.top-block.guild .top-name {
    width: 105px;
}
.top-block.guild .score {
    width: 60px;
}
.events {
    line-height: 1.2;
}
.events li {
    border-bottom: 1px dashed #62441b;
    padding: 15px 0px;
    transition: 0.5s;
}
.events li:hover {
    background: url(../images/fon-hover.jpg) repeat;
    margin: -1px -30px 1px -35px;
    padding: 15px 35px 15px 25px;
    box-shadow: 0em 0.5em 10px rgba(0, 0, 0, 0.5);
    color: #ffd562;
    z-index: 2;
    position: relative;
}

.events li:hover a {
    color: #ffd562;
}
.events li:hover span {
    color: #a79255;
}
.events li a {
    display: block;
    margin-bottom: 4px;
    color: #fff;
}
.events li span {
    color: #bfb5ae;
    font-size: 11px;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
    height: 310px;
    position: relative;
}

.footer:after {
    content: "";
    position: absolute;
    width: 1200px;
    left: 0;
    top: 73px;
}
.footer-block-t {
    position: absolute;
    width: 1200px;
    bottom: 130px;
    left: 0;
}
.f-menu {
    display: flex;
}
.f-menu li {
    margin: 0px 25px;
}
.f-menu li:first-child {
    margin: 0px 25px 0px 0px;
}
.f-menu li:last-child {
    margin: 0px 0px 0px 25px;
}
.f-menu li a {
    text-transform: uppercase;
    color: #cdae8e;
    font-size: 12px;
    padding: 0px 10px;
    display: block;
}
/* =====================================================
   FORCE MU HOME - UNIQUE STYLE INSPIRED DESIGN
   להדביק בסוף style.css
===================================================== */

.force-home-unique {
    width: 100%;
    max-width: 760px;
    margin: 0 auto 30px;
    padding: 46px 36px 52px;

    direction: rtl;
    text-align: center;

    font-family: "Assistant", "Open Sans Hebrew", Arial, sans-serif;
    color: #f4f4f4;

    background:
        linear-gradient(180deg, rgba(26, 26, 26, 0.95), rgba(12, 13, 17, 0.98)),
        repeating-linear-gradient(45deg, rgba(255,255,255,.018) 0 2px, transparent 2px 7px);

    border-left: 2px solid rgba(205, 185, 110, 0.28);
    border-right: 2px solid rgba(205, 185, 110, 0.28);
    border-radius: 2px;

    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.62),
        inset 0 0 0 1px rgba(255, 255, 255, 0.035),
        inset 0 0 55px rgba(255, 255, 255, 0.025);

    position: relative;
    overflow: hidden;
}

.force-home-unique::before,
.force-home-unique::after {
    content: "";
    position: absolute;
    top: 0;
    width: 18px;
    height: 100%;
    opacity: .45;
    pointer-events: none;
    background:
        linear-gradient(180deg, transparent, rgba(255, 216, 120, .30), transparent),
        repeating-linear-gradient(180deg, rgba(255,255,255,.22) 0 2px, transparent 2px 9px);
}

.force-home-unique::before {
    right: 0;
}

.force-home-unique::after {
    left: 0;
}

.fmu-intro,
.fmu-video-section,
.fmu-text-section,
.fmu-google-box,
.fmu-news-strip {
    position: relative;
    z-index: 1;
}

.fmu-intro {
    padding: 8px 12px 28px;
}

.fmu-intro h1 {
    margin: 0 0 18px;
    color: #e7e8c8;
    font-size: 31px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .5px;
    text-transform: uppercase;
    text-shadow:
        0 2px 0 rgba(0,0,0,.85),
        0 0 18px rgba(255,255,190,.12);
}

.fmu-intro h2 {
    max-width: 660px;
    margin: 0 auto 24px;
    color: #d5c176;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.55;
    text-transform: none;
    text-shadow: 0 2px 6px rgba(0,0,0,.85);
}

.fmu-main-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;

    margin: 22px auto 12px;
    color: rgba(255,255,255,.72);
    font-size: 17px;
    font-weight: 900;
}

.fmu-main-links a {
    color: #ffcc32 !important;
    text-decoration: none !important;
    transition: .2s ease;
}

.fmu-main-links a:hover {
    color: #fff3a8 !important;
    text-shadow: 0 0 12px rgba(255, 216, 90, .55);
}

.fmu-sub-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;

    color: rgba(255,255,255,.58);
    font-size: 13px;
    font-weight: 800;
}

.fmu-video-section {
    margin: 6px auto 24px;
}

.fmu-video-section h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
    text-shadow: 0 3px 10px rgba(0,0,0,.9);
}

.fmu-video-frame {
    position: relative;
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
    padding-top: 56.25%;

    overflow: hidden;
    background: #000;
    border: 1px solid rgba(255, 216, 120, .18);
    box-shadow:
        0 18px 38px rgba(0,0,0,.58),
        inset 0 0 0 1px rgba(255,255,255,.05);
}

.fmu-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
}

.fmu-text-section {
    margin: 0 auto 28px;
    padding: 0 10px;
}

.fmu-text-section h3 {
    margin: 34px auto 18px;
    color: #d8b949;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.25;
    text-transform: none;
    text-shadow: 0 2px 8px rgba(0,0,0,.85);
}

.force-home-unique p {
    max-width: 690px;
    margin: 0 auto 18px;

    color: rgba(255,255,255,.90);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    text-shadow: 0 2px 6px rgba(0,0,0,.70);
}

.force-home-unique strong {
    color: #e8dfac;
    font-weight: 900;
}

.fmu-red { color: #ff5b62 !important; }
.fmu-blue { color: #54c9ff !important; }
.fmu-green { color: #81f0ce !important; }
.fmu-purple { color: #d19aff !important; }

.fmu-google-box {
    margin: 42px auto 38px;
    padding: 24px 22px;

    border-top: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.fmu-google-box h4 {
    margin: 0 0 12px;
    color: #e7e8c8;
    font-size: 16px;
    font-weight: 900;
}

.fmu-google-box p {
    margin: 0 auto;
    color: #d8c777;
    font-size: 15px;
}

.fmu-news-strip {
    margin: 32px auto 0;
}

.fmu-news-strip h3 {
    margin: 0 0 24px;
    color: #e9e9e9;
    font-size: 24px;
    font-weight: 900;
    text-shadow: 0 2px 8px rgba(0,0,0,.88);
}

.fmu-news-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 575px;
    margin: 0 auto;
}

.fmu-news-item {
    min-height: 41px;
    padding: 0 16px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;

    color: #e8dfac !important;
    text-decoration: none !important;

    background:
        linear-gradient(180deg, rgba(0,0,0,.72), rgba(23,23,23,.86));
    border: 1px solid rgba(210, 190, 120, .35);
    border-radius: 4px;

    box-shadow:
        0 3px 0 rgba(0,0,0,.55),
        inset 0 0 0 1px rgba(255,255,255,.035),
        0 0 14px rgba(255,216,90,.05);

    transition: .22s ease;
}

.fmu-news-item:hover {
    transform: translateY(-2px);
    border-color: rgba(255,216,90,.68);
    color: #fff3a8 !important;
    box-shadow:
        0 8px 20px rgba(0,0,0,.48),
        0 0 18px rgba(255,216,90,.12);
}

.fmu-news-text {
    flex: 1;
    min-width: 0;

    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fmu-news-icon {
    flex: 0 0 auto;
    font-size: 19px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.8));
}

@media (max-width: 768px) {
    .force-home-unique {
        padding: 34px 18px 42px;
        border-left-width: 1px;
        border-right-width: 1px;
    }

    .fmu-intro h1 {
        font-size: 25px;
    }

    .fmu-intro h2 {
        font-size: 16px;
    }

    .force-home-unique p {
        font-size: 15px;
        line-height: 1.7;
    }

    .fmu-main-links {
        font-size: 15px;
        gap: 7px;
    }

    .fmu-video-section h3,
    .fmu-news-strip h3 {
        font-size: 20px;
    }
}


/* =====================================================
   FORCE MU HOME - NO BACKGROUND / TEXT ONLY FIX
   לשים בסוף ה-CSS הקיים
   משאיר את העיצוב של הטקסט, הכותרות, הוידאו והעדכונים
   אבל מבטל את הרקע/המסגרת של הבלוק הראשי.
===================================================== */

.force-home-unique {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;

    padding: 30px 28px 45px !important;
}

.force-home-unique::before,
.force-home-unique::after {
    display: none !important;
}

/* שומר את הכתב קריא על רקע האתר */
.force-home-unique p {
    color: rgba(255,255,255,.92) !important;
    text-shadow:
        0 2px 7px rgba(0,0,0,.95),
        0 0 12px rgba(0,0,0,.45) !important;
}

.fmu-intro h1,
.fmu-intro h2,
.fmu-video-section h3,
.fmu-text-section h3,
.fmu-news-strip h3,
.fmu-google-box h4 {
    text-shadow:
        0 2px 8px rgba(0,0,0,.95),
        0 0 14px rgba(0,0,0,.45) !important;
}

/* גם תיבת גוגל בלי רקע, רק קווים עדינים */
.fmu-google-box {
    background: transparent !important;
    border-top: 1px solid rgba(255,255,255,.16) !important;
    border-bottom: 1px solid rgba(255,255,255,.10) !important;
}

/* עדכונים עדיין נשארים כפסים מעוצבים */
.fmu-news-item {
    background:
        linear-gradient(180deg, rgba(0,0,0,.62), rgba(18,18,18,.78)) !important;
}

/* מובייל */
@media (max-width: 768px) {
    .force-home-unique {
        padding: 24px 14px 36px !important;
    }
}


.f-menu li a:hover {
    color: #eee;
}

.f-menu li a:active {
    color: #eee;
}

.footer-block-l {
    width: 915px;
}
.footer-block-r {
    width: 260px;
    text-align: center;
}
.soc-block a {
    padding-top: 15px;
    display: inline-block;
    margin: -19px -6px 3px;
    background: url(../images/fon-icon-ss.png) no-repeat;
    height: 61px;
    width: 61px;
}
.soc-block a:hover {
    -webkit-filter: brightness(140%);
    filter: brightness(140%);
}
/*
.soc-block .facebook {
  background: url(../images/soc-icons.png) 7px 4px no-repeat;
}
.soc-block .twitter {
  background: url(../images/soc-icons.png) -32px 4px no-repeat;
}
.soc-block .twitch {
  background: url(../images/soc-icons.png) -72px 4px no-repeat;
}
.soc-block .youtube {
  background: url(../images/soc-icons.png) -113px 4px no-repeat;
}
*/

.footer-block-b {
    position: absolute;
    width: 1200px;
    top: 200px;
    padding-right: 30px;
}

.templstock:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

.copyright p {
    font-size: 12px;
    color: #e0f0fd;
    margin-bottom: 25px;
}
.copyright p a {
    color: #eee;
}
.copyright span {
    color: #8b8b8c;
    text-transform: uppercase;
    font-size: 10px;
}

.sparks > div {
    position: absolute;
}

.sparks .spark_1 {
    background: url(../images/spark_1.png) no-repeat;
    width: 764px;
    height: 313px;
    right: 0;
    bottom: -120px;
    transform: scale(0.6);
    animation: spark-1 4s linear infinite;
    animation-delay: 1s;
}

@keyframes spark-1 {
    0% {
        bottom: -320px;
        transform: scale(0.6);
        opacity: 1;
    }
    25% {
        bottom: -240px;
        transform: scale(0.7);
        opacity: 1;
    }
    50% {
        bottom: -160px;
        transform: scale(0.8);
        opacity: 1;
    }
    75% {
        bottom: -80px;
        transform: scale(0.9);
        opacity: 0.5;
    }
    to {
        bottom: 0;
        transform: scale(1);
        opacity: 0;
    }
}

.sparks .spark_2 {
    background: url(../images/spark_2.png) no-repeat;
    width: 149px;
    height: 335px;
    right: 230px;
    bottom: -320px;
    transform: scale(0.6);
    animation: spark-1 4s linear infinite;
    animation-delay: 2s;
}

.sparks .spark_3 {
    background: url(../images/spark_3.png) no-repeat;
    width: 128px;
    height: 165px;
    right: 280px;
    bottom: -140px;
    transform: scale(0.6);
    animation: spark-3 4s linear infinite;
    animation-delay: 2s;
}

@keyframes spark-3 {
    0% {
        bottom: -140px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
    }
    25% {
        bottom: -80px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 1;
    }
    50% {
        bottom: -20px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 1;
    }
    75% {
        bottom: 40px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.5;
    }
    to {
        bottom: 100px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.sparks .spark-big {
    background: url(../images/spark_4.png) no-repeat;
    width: 794px;
    height: 176px;
    right: 0;
    bottom: -180px;
    transform: scale(0.6);
    animation: spark-5 4s linear infinite;
}

.sparks {
    /* position: absolute; */
    /* margin-top: 50%; */
    width: 80%;
    filter: hue-rotate(150deg);
    margin-top: 20% !important;
    margin: 0 auto;
}

@keyframes spark-5 {
    0% {
        bottom: -180px;
        transform: scale(0.6);
        opacity: 1;
    }
    25% {
        bottom: -120px;
        transform: scale(0.7);
        opacity: 1;
    }
    50% {
        bottom: -60px;
        transform: scale(0.8);
        opacity: 1;
    }
    75% {
        bottom: 0;
        transform: scale(0.9);
        opacity: 0.5;
    }
    to {
        bottom: 60px;
        transform: scale(1);
        opacity: 0;
    }
}

.toTop-fon {
    background: url(../images/fon-all-news-bottom-bg.jpg) center bottom
        no-repeat;
    display: flex;
    justify-content: center;
    height: 65px;
    padding-top: 25px;
    position: absolute;
    bottom: -55px;
    width: 630px;
}

.toTop {
    background: url(../images/fon-circle.png) no-repeat;
    width: 98px;
    height: 98px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    z-index: 1;
    display: none !important;
}

.toTop-fon:after {
    content: "";
    position: absolute;
    background: url(../images/slider-bottom-img.png) no-repeat;
    bottom: -25px;
    left: 50%;
    margin-left: -325px;
    width: 650px;
    height: 29px;
}

.toTop:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

.red-light {
    background: url(../images/red-light-top-bg.jpg) center top no-repeat,
        url(../images/red-light-bottom-bg.jpg) center bottom no-repeat,
        url(../images/red-light-bg.jpg) center repeat-y;
}
.red-dark {
    background: url(../images/red-dark-top-bg.jpg) center top no-repeat,
        url(../images/red-dark-bottom-bg.jpg) center bottom no-repeat,
        url(../images/red-dark-line-bg.jpg) center repeat-y;
}

.modalx-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    cursor: pointer;
    overflow: auto;
    visibility: hidden;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    transition: background 0.25s linear;
}
.modal_window {
    z-index: 9999;
    position: relative;
    cursor: auto;
    margin: 0 auto;
    display: none;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    margin-bottom: 20px;
    transform: scale(0.4);
    background: #000;
    width: 1000px;
    height: 540px;
    box-shadow: 0px 10px 63px 0px rgba(0, 0, 0, 0.5);
    background: url(../images/sidebar-bg.jpg);
}
.close-r {
    display: block;
    position: absolute;
    margin-top: -25px;
    width: 70px;
    height: 70px;
    right: -35px;
    background: url(../images/close_popup.png) no-repeat;
    filter: hue-rotate(50deg);
    -webkit-filter: hue-rotate(50deg);
}
.modal_window iframe {
    border: 0px;
}


/* =========================================================
   FORCE MU ONLINE - FINAL FULL RTL FIX
   נוסף בסוף הקובץ המקורי שלך.
   מטרות:
   1. ביטול הבאג של הפס השחור בגלילה.
   2. מניעת בליעה/חיתוך של לוגו, כפתור ותוכן.
   3. התאמה מלאה לעברית RTL בלי להפוך את מבנה העמודות.
   4. הסרה מלאה של side-promotion.
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@400;500;600;700;800;900&display=swap');

:root {
    --fm-bg: #05070c;
    --fm-panel: rgba(10, 14, 25, 0.95);
    --fm-panel-2: rgba(15, 20, 34, 0.97);
    --fm-border: rgba(255, 255, 255, 0.08);
    --fm-border-soft: rgba(255, 255, 255, 0.045);
    --fm-gold: #ffd65a;
    --fm-gold-soft: #fff1a8;
    --fm-red: #d71928;
    --fm-blue: #25b8ff;
    --fm-green: #22ff8a;
    --fm-text: #f5f7ff;
    --fm-muted: #aeb7c8;
}

/* ------------------------------
   GLOBAL RTL + BACKGROUND
------------------------------ */

html {
    width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #05070c !important;
}

body {
    width: 100% !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;

    direction: rtl !important;
    text-align: right !important;

    font-family: "Assistant", "Open Sans Hebrew", "Open Sans", Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: var(--fm-text) !important;

    background-image: url("../images/fon-bg-top.png") !important;
    background-position: center top !important;

    /* זה עושה שהתמונה תתפרס על כל רוחב המסך */
    background-size: 100% auto !important;

    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-color: #05070c !important;
}
/* ================================
   Warp Popup - Bottom Right
================================ */

.warp-popup {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 99999;
    width: 320px;
    max-width: calc(100vw - 40px);
    animation: warpFloat 3s ease-in-out infinite;
    filter: drop-shadow(0 12px 25px rgba(0, 0, 0, .65));
}

.warp-popup-link {
    display: block;
    text-decoration: none;
}

.warp-popup img {
    width: 100%;
    height: auto;
    display: block;

    border-radius: 14px;
    transition: transform .25s ease, filter .25s ease;
}

.warp-popup:hover img {
    transform: scale(1.05);
    filter: brightness(1.15);
}

.warp-popup-close {
    position: absolute;
    top: -10px;
    left: -10px;

    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 50%;

    background: linear-gradient(180deg, #ff3b3b, #9d0000);
    color: #fff;

    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;

    cursor: pointer;
    z-index: 2;

    box-shadow: 0 4px 12px rgba(0, 0, 0, .55);
}

.warp-popup-close:hover {
    background: linear-gradient(180deg, #ff6262, #c40000);
}

@keyframes warpFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

/* מובייל */
@media (max-width: 768px) {
    .warp-popup {
        right: 12px;
        bottom: 12px;
        width: 145px;
    }
}

/* אם הדפדפן/מובייל עושה בעיות עם fixed background */
@supports (-webkit-touch-callout: none) {
    body {
        background-attachment: scroll !important;
    }
}

a {
    color: inherit;
    text-decoration: none !important;
}

img,
iframe,
video {
    max-width: 100% !important;
}

/* ביטול אלמנטים שיוצרים חיתוכים/רווחים/באגים */
body::after,
.slider-effect,
.side-promotion,
.side-promotion__slider,
#slideSidePromotion,
.side-promotion *,
#slideSidePromotion * {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* אפשר להשאיר sparks אם אתה אוהב, אבל שלא יחתוך/יצור גלילה */
.sparks {
    pointer-events: none !important;
    overflow: visible !important;
}

/* ------------------------------
   TOP PANEL / MENU
------------------------------ */

.top-panel {
    width: 100% !important;
    min-width: 0 !important;
    height: 66px !important;

    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background:
        linear-gradient(180deg, rgba(35, 35, 38, .92), rgba(6, 7, 12, .95)) !important;

    border-bottom: 1px solid rgba(255, 214, 90, 0.18) !important;
    box-shadow: 0 10px 34px rgba(0,0,0,.52) !important;

    z-index: 9999 !important;
    overflow: visible !important;
}

.top-panel .menu,
.menu {
    height: 66px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    direction: rtl !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;

    gap: 10px !important;
    margin: 0 !important;
    padding: 0 35px 0 95px !important;
}

.menu li {
    margin: 0 !important;
    padding: 0 !important;
}

.menu a,
.top-panel .menu li a {
    height: 66px !important;
    line-height: 66px !important;
    display: block !important;

    padding: 0 12px !important;

    color: rgba(255,255,255,.90) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;

    position: relative !important;
    text-shadow: 0 2px 8px rgba(0,0,0,.70) !important;
    white-space: nowrap !important;
}

.menu li a::before,
.top-panel .menu li a::before {
    display: none !important;
}

.menu li a::after,
.top-panel .menu li a::after {
    content: "" !important;
    position: absolute !important;
    right: 50% !important;
    left: auto !important;
    bottom: 12px !important;

    width: 0 !important;
    height: 2px !important;

    transform: translateX(50%) !important;
    background: linear-gradient(90deg, transparent, var(--fm-gold), transparent) !important;
    box-shadow: 0 0 12px rgba(255,214,90,.70) !important;

    transition: width .25s ease !important;
}

.menu a:hover,
.top-panel .menu li a:hover {
    color: var(--fm-gold-soft) !important;
}

.menu a:hover::after,
.top-panel .menu li a:hover::after {
    width: 82% !important;
}

.languages {
    position: absolute !important;
    left: 24px !important;
    right: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;

    display: flex !important;
    align-items: center !important;
    gap: 8px !important;

    z-index: 10000 !important;
}

.languages a {
    margin: 0 !important;
}

/* ------------------------------
   WRAPPER + HEADER
   תיקון הפס השחור והבליעה בגלילה
------------------------------ */

.wrapper {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 12px !important;

    position: relative !important;
    z-index: 20 !important;

    background: transparent !important;
    overflow: visible !important;
}

/* Header נשאר מספיק גבוה כדי שהלוגו והכפתור לא ייחתכו */
.header {
    height: 390px !important;
    min-height: 390px !important;

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

    position: relative !important;
    overflow: visible !important;
    background: transparent !important;
}

/* לוגו באמצע, לא נחתך */
.logo {
    position: absolute !important;
    top: 8px !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;

    transform: translateX(-50%) !important;

    display: block !important;
    width: 540px !important;
    max-width: 540px !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;

    z-index: 60 !important;
    opacity: 1 !important;
    visibility: visible !important;

    transition: .25s ease !important;
}

.logo a {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
}

.logo a img,
.logo img {
    display: block !important;
    width: 100% !important;
    max-width: 540px !important;
    height: auto !important;
    margin: 0 auto !important;

    opacity: 1 !important;
    visibility: visible !important;

    filter:
        drop-shadow(0 0 20px rgba(0,0,0,.96))
        drop-shadow(0 10px 30px rgba(0,0,0,.85)) !important;
}

.logo:hover {
    filter: brightness(1.08) !important;
}

/* כפתור משחק */
.header-buttons {
    position: absolute !important;
    top: 215px !important;
    left: 50% !important;
    right: auto !important;

    transform: translateX(-50%) !important;

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

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

    z-index: 70 !important;
    text-align: center !important;
}

.header-buttons a {
    min-width: 285px !important;
    width: auto !important;
    height: 46px !important;
    line-height: 46px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 36px !important;

    border-radius: 10px !important;
    border: 1px solid rgba(255, 210, 210, .35) !important;

    background:
        linear-gradient(180deg, rgba(255,255,255,.20), transparent 36%),
        linear-gradient(180deg, #ff4b4b 0%, #d30b18 62%, #95050e 100%) !important;

    box-shadow:
        0 12px 30px rgba(0,0,0,.55),
        0 0 24px rgba(215,25,40,.22),
        inset 0 1px 0 rgba(255,255,255,.24) !important;

    font-family: "Assistant", "Open Sans Hebrew", "Open Sans", Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    color: #fff !important;
    text-shadow: 0 2px 8px rgba(0,0,0,.75) !important;
}

.header-buttons a:hover {
    filter: brightness(1.12) !important;
}

/* ------------------------------
   MAIN LAYOUT
   חשוב: הגריד LTR, התוכן בפנים RTL
------------------------------ */

.container {
    width: 100% !important;
    min-height: 1200px !important;

    display: grid !important;
    grid-template-columns: 285px 630px 285px !important;
    grid-template-areas: "left center right" !important;

    gap: 0 !important;
    align-items: start !important;

    /* זה מאזן את העלייה לתוך ההדר בלי בליעה */
    margin: -88px auto 0 auto !important;
    padding: 0 !important;

    position: relative !important;
    z-index: 80 !important;

    direction: ltr !important;
    overflow: visible !important;
}

/* בגלל שהגריד LTR, אנחנו שומרים עברית בפנים */
.left-sidebar {
    grid-area: left !important;
    width: 285px !important;
    direction: rtl !important;
}

.content {
    grid-area: center !important;
    width: 630px !important;
    min-width: 0 !important;
    direction: rtl !important;
}

.right-sidebar {
    grid-area: right !important;
    width: 285px !important;
    direction: rtl !important;
}

.sidebar {
    width: 285px !important;
    padding-top: 58px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
}

/* ------------------------------
   PANELS / WIDGETS
------------------------------ */

.widget,
.download-block,
.status-block,
.content {
    border-radius: 14px !important;
    border: 1px solid var(--fm-border) !important;
    box-shadow:
        0 14px 35px rgba(0,0,0,.48),
        inset 0 1px 0 rgba(255,255,255,.035) !important;

    overflow: hidden !important;
}

/* שומר מראה מודרני במקום תמונות ישנות */
.widget,
.red-light,
.red-dark,
.status-block {
    background:
        linear-gradient(180deg, rgba(15, 20, 34, .96), rgba(8, 11, 20, .98)) !important;
}

.widget {
    min-height: auto !important;
    padding: 18px 14px !important;
    margin: 0 0 14px 0 !important;
}

.widget-title {
    margin: 0 0 14px 0 !important;
    padding: 0 !important;

    color: var(--fm-gold) !important;
    font-family: "Assistant", "Open Sans Hebrew", "Open Sans", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1.3 !important;

    text-transform: none !important;
    letter-spacing: 0 !important;

    text-shadow:
        0 0 8px rgba(255, 214, 90, .70),
        0 2px 8px rgba(0,0,0,.8) !important;

    background: none !important;
    box-shadow: none !important;
}

.widget-title span {
    display: block !important;
    margin-top: 5px !important;
    color: rgba(255,255,255,.88) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    text-shadow: none !important;
}

.widget-title::after {
    display: none !important;
}

/* ------------------------------
   DOWNLOAD BLOCK
------------------------------ */

.download-block {
    height: 90px !important;
    padding: 0 !important;
    margin: 0 0 14px 0 !important;
    border-radius: 14px !important;
}

.download-block a {
    width: 100% !important;
    height: 90px !important;
    min-height: 90px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background:
        linear-gradient(90deg, rgba(0, 190, 255, .22), rgba(255,255,255,.035)),
        url("../images/download-button.jpg") center / cover no-repeat !important;

    color: #fff !important;
    border-radius: 14px !important;

    font-family: "Assistant", "Open Sans Hebrew", "Open Sans", Arial, sans-serif !important;
}

.download-block a span {
    padding: 0 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    text-align: center !important;
    line-height: 1.25 !important;
}

.download-block a b {
    display: block !important;
    margin-top: 3px !important;
    color: rgba(255,255,255,.90) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

/* ------------------------------
   LOGIN
------------------------------ */

.login-block {
    min-height: 235px !important;
}

.l-input {
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;

    margin: 0 0 11px 0 !important;
    padding: 7px 52px 7px 12px !important;

    border-radius: 999px !important;
    border: 1px solid rgba(255,255,255,.10) !important;

    background:
        linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.025)) !important;

    box-shadow:
        inset 0 2px 8px rgba(0,0,0,.65),
        0 1px 0 rgba(255,255,255,.05) !important;
}

.login,
.pass {
    background:
        linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.025)) !important;
}

.l-input input {
    width: 100% !important;
    height: 31px !important;
    line-height: 31px !important;

    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;

    color: #ff9fbd !important;
    font-family: "Assistant", "Open Sans Hebrew", "Open Sans", Arial, sans-serif !important;
    font-size: 13px !important;
}

.login-block .buttons {
    margin-top: 6px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.login-block .lost {
    flex: 1 !important;
}

.login-block .lost p,
.login-block .lost a {
    margin: 0 !important;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
}

.login-block button,
.login-block .button {
    width: 92px !important;
    min-width: 92px !important;
    height: 36px !important;
    line-height: 36px !important;

    border-radius: 10px !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    background: linear-gradient(180deg, #1b2438, #0e1321) !important;

    color: #fff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: none !important;
    box-shadow: none !important;
}

/* ------------------------------
   CENTER CONTENT + SLIDER
------------------------------ */

.content {
    line-height: 1.6 !important;
    background:
        linear-gradient(180deg, rgba(13, 17, 28, .96), rgba(8, 11, 19, .98)) !important;

    border-radius: 14px !important;
    overflow: hidden !important;
}

.slider {
    width: 630px !important;
    height: 280px !important;
    min-height: 280px !important;

    margin: 0 !important;
    overflow: hidden !important;
    position: relative !important;

    border-radius: 14px 14px 0 0 !important;
    background: #111 !important;
    box-shadow: none !important;
}

.slider .slides,
.slider .slides .slide {
    width: 630px !important;
    height: 280px !important;
    min-height: 280px !important;
}

.slider .slides .slide {
    background-size: cover !important;
    background-position: center !important;
    border: 0 !important;
}

.slider .slides .slide:before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;

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

    background:
        linear-gradient(90deg, rgba(0,0,0,.74), rgba(0,0,0,.18) 65%, rgba(0,0,0,.25)),
        linear-gradient(180deg, transparent 0%, rgba(0,0,0,.34) 100%) !important;

    box-shadow: none !important;
    z-index: 1 !important;
}

.slider .slides .slide-info {
    position: relative !important;
    z-index: 2 !important;

    opacity: 1 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;

    width: 100% !important;
    height: 100% !important;
    padding: 38px 35px 25px 35px !important;
}

.slider .slides .slide-info h2 {
    margin: 0 0 22px 0 !important;
    color: #fff !important;
    font-family: "Assistant", "Open Sans Hebrew", "Open Sans", Arial, sans-serif !important;
    font-size: 25px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    text-transform: none !important;
    text-shadow: 0 2px 10px rgba(0,0,0,.9) !important;
}

.slider .slides .slide-info .slide-text {
    width: 470px !important;
    margin: 0 !important;
    padding: 15px 28px !important;

    color: rgba(255,255,255,.92) !important;
    line-height: 1.85 !important;

    background:
        linear-gradient(to bottom, rgba(36, 32, 27, 0.82) 70%, rgba(0, 0, 0, 0)) !important;

    position: relative !important;
}

.slider .slides .slide-info .slide-text:before {
    content: "" !important;
    position: absolute !important;
    height: 2px !important;
    width: 100% !important;
    background: var(--fm-gold) !important;
    top: -2px !important;
    left: 0 !important;
}

.slider .slides .slide-info p {
    margin-bottom: 0 !important;
    font-size: 15px !important;
}

.slider .navigation {
    display: none !important;
}
/* =========================================================
   FORCE MU FOOTER - TICK MU STYLE RTL
   Paste at END of style.css
   ========================================================= */

.footer.tick-style-footer {
    direction: rtl !important;
    width: 100vw !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;

    position: relative !important;
    overflow: hidden !important;

    padding: 72px 0 62px !important;

    background:
        linear-gradient(90deg, rgba(0,0,0,0.97), rgba(8,6,5,0.94), rgba(0,0,0,0.97)),
        radial-gradient(circle at 25% 10%, rgba(180, 26, 38, 0.22), transparent 35%),
        radial-gradient(circle at 78% 15%, rgba(210, 150, 45, 0.15), transparent 32%),
        #030303 !important;

    border-top: 1px solid rgba(196, 132, 38, 0.45) !important;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.035),
        0 -20px 55px rgba(0,0,0,0.85) !important;

    color: rgba(235,235,235,0.72) !important;
}

/* רקע אווירה עדין */
.footer.tick-style-footer::before {
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(180deg, rgba(0,0,0,0.42), rgba(0,0,0,0.86)),
        url("../images/footer-bg.jpg");

    background-size: cover;
    background-position: center top;
    opacity: 0.22;
    pointer-events: none;
    z-index: 0;
}

/* שכבת כהות */
.footer.tick-style-footer::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at center top, rgba(255,180,70,0.06), transparent 38%),
        linear-gradient(180deg, transparent, rgba(0,0,0,0.72));
    pointer-events: none;
    z-index: 1;
}

/* Inner layout */
.footer-inner {
    position: relative !important;
    z-index: 2 !important;

    width: min(1180px, calc(100% - 60px)) !important;
    margin: 0 auto !important;

    display: grid !important;
    grid-template-columns: 1.45fr 0.85fr 0.85fr 1.15fr !important;
    gap: 70px !important;
    align-items: start !important;
}

/* Columns */
.footer-col {
    min-width: 0 !important;
}

/* Brand */
.footer-brand {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    margin-bottom: 22px !important;
}

.footer-brand img {
    width: 42px !important;
    height: auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 0 10px rgba(255, 70, 70, 0.45)) !important;
}
/* =========================================================
   FORCE MU - VIP / PAYPAL PAGES MODERN DESIGN
   Paste at the END of style.css
========================================================= */

:root {
    --vip-bg: rgba(8, 12, 22, 0.98);
    --vip-card: rgba(14, 19, 33, 0.96);
    --vip-card-2: rgba(20, 26, 42, 0.95);
    --vip-border: rgba(255,255,255,0.085);
    --vip-border-gold: rgba(255, 216, 90, 0.28);
    --vip-gold: #ffd75a;
    --vip-gold-soft: #fff1a6;
    --vip-red: #e02a3e;
    --vip-green: #29ff8d;
    --vip-blue: #22c8ff;
    --vip-text: #f5f7ff;
    --vip-muted: rgba(245,247,255,0.68);
    --vip-shadow: 0 22px 60px rgba(0,0,0,0.55);
}

/* =========================================================
   GENERAL VIP PAGE WRAPPER
========================================================= */

.fmu-paypal-vip-page,
#box1,
#content {
    direction: rtl !important;
}

.fmu-paypal-vip-page {
    width: 100% !important;
    color: var(--vip-text) !important;
}

/* מבטל מראה לבן/ישן באזורי VIP */
.fmu-paypal-vip-page,
.fmu-paypal-vip-page *,
.plans,
.plans *,
.box-style1,
.box-style1 *,
.entry {
    box-sizing: border-box !important;
}

/* =========================================================
   VIP PACKAGE SELECT PAGE - /shop/vip
========================================================= */

.box-style1 {
    position: relative !important;
    margin: 0 auto 26px !important;
    padding: 30px 26px 34px !important;

    border-radius: 22px !important;
    border: 1px solid var(--vip-border) !important;

    background:
        radial-gradient(circle at center top, rgba(255,216,90,0.075), transparent 42%),
        linear-gradient(180deg, rgba(15,20,34,0.97), rgba(7,10,18,0.99)) !important;

    box-shadow:
        var(--vip-shadow),
        inset 0 1px 0 rgba(255,255,255,0.045) !important;

    overflow: hidden !important;
}

.box-style1:before {
    content: "";
    position: absolute;
    top: 0;
    right: 26px;
    left: 26px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,216,90,.75), transparent);
}

.box-style1 .title,
.box-style1 h2.title {
    margin: 0 0 28px !important;
    padding: 0 0 18px !important;

    color: var(--vip-gold) !important;
    font-family: "Assistant", "Open Sans Hebrew", "Open Sans", Arial, sans-serif !important;
    font-size: 26px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    text-align: center !important;
    text-transform: none !important;

    border-bottom: 1px solid rgba(255,255,255,0.075) !important;
    text-shadow:
        0 0 14px rgba(255,216,90,0.38),
        0 3px 10px rgba(0,0,0,0.85) !important;
}

.box-style1 .title:before {
    content: "FORCE MU VIP";
    display: block;
    margin-bottom: 8px;
    color: rgba(255,255,255,0.86);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.6px;
}

/* Grid של חבילות */
.plans {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;

    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
    gap: 18px !important;

    list-style: none !important;
}

/* כרטיס חבילה */
.plans .plan {
    position: relative !important;
    min-height: 230px !important;
    padding: 24px 20px 22px !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: stretch !important;

    border-radius: 20px !important;
    border: 1px solid var(--vip-border) !important;

    background:
        radial-gradient(circle at left top, rgba(34,200,255,0.10), transparent 36%),
        radial-gradient(circle at right bottom, rgba(255,216,90,0.08), transparent 38%),
        linear-gradient(180deg, rgba(20,26,42,0.96), rgba(10,14,24,0.99)) !important;

    box-shadow:
        0 18px 45px rgba(0,0,0,0.44),
        inset 0 1px 0 rgba(255,255,255,0.045) !important;

    overflow: hidden !important;
    transition: 0.22s ease !important;
}

.plans .plan:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--vip-red), var(--vip-gold), var(--vip-blue));
    opacity: 0.85;
}

.plans .plan:hover {
    transform: translateY(-4px) !important;
    border-color: var(--vip-border-gold) !important;
    box-shadow:
        0 24px 60px rgba(0,0,0,0.56),
        0 0 28px rgba(255,216,90,0.10),
        inset 0 1px 0 rgba(255,255,255,0.055) !important;
}

/* מחיר */
.plans .plan .price {
    width: 82px !important;
    height: 82px !important;
    margin: 0 auto 18px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 50% !important;
    border: 1px solid rgba(255,216,90,0.35) !important;

    background:
        radial-gradient(circle at center, #fff4b3, #ffd75a 62%, #c78620) !important;

    color: #171107 !important;
    font-size: 20px !important;
    font-weight: 900 !important;

    box-shadow:
        0 12px 28px rgba(255,216,90,0.22),
        inset 0 2px 0 rgba(255,255,255,0.45) !important;
}

.plans .price-green,
.plans .price-red {
    color: #171107 !important;
}

/* פרטי חבילה */
.plans .plan .details {
    float: none !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 0 18px !important;
    text-align: center !important;
    color: var(--vip-text) !important;
}

.plans .plan-title,
.plans .plan .details h1 {
    margin: 0 0 10px !important;
    color: var(--vip-gold) !important;
    font-size: 22px !important;
    line-height: 1.3 !important;
    font-weight: 900 !important;
    text-align: center !important;
    text-transform: none !important;
    text-shadow: 0 0 12px rgba(255,216,90,0.28) !important;
}

.plans .plan-description,
.plans .plan .details p {
    margin: 0 !important;
    color: var(--vip-muted) !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    font-weight: 700 !important;
    text-align: center !important;
}

/* כפתור בחירת חבילה */
.plans .plan a.select,
.plans .plan .select,
.fmu-paypal-vip-btn {
    width: 100% !important;
    min-height: 48px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 18px !important;

    border-radius: 14px !important;
    border: 1px solid rgba(255,216,90,0.30) !important;

    background:
        linear-gradient(135deg, #ffe58d, #ffc342 48%, #c78620) !important;

    color: #171107 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    text-align: center !important;

    box-shadow:
        0 14px 30px rgba(255,196,57,0.22),
        inset 0 1px 0 rgba(255,255,255,0.38) !important;

    transition: 0.2s ease !important;
}

.plans .plan a.select:hover,
.plans .plan .select:hover,
.fmu-paypal-vip-btn:hover {
    filter: brightness(1.08) !important;
    transform: translateY(-2px) !important;
}

/* =========================================================
   PAYPAL VIP PURCHASE PAGE - /shop/paypal_vip/ID
========================================================= */

.fmu-paypal-vip-card {
    position: relative !important;
    width: 100% !important;
    margin: 0 auto 28px !important;

    border-radius: 24px !important;
    border: 1px solid var(--vip-border) !important;

    background:
        radial-gradient(circle at center top, rgba(255,216,90,0.07), transparent 43%),
        radial-gradient(circle at left center, rgba(34,200,255,0.055), transparent 35%),
        linear-gradient(180deg, rgba(15,20,34,0.98), rgba(7,10,18,0.995)) !important;

    box-shadow:
        var(--vip-shadow),
        inset 0 1px 0 rgba(255,255,255,0.045) !important;

    overflow: hidden !important;
}

.fmu-paypal-vip-card:before {
    content: "";
    position: absolute;
    top: 0;
    right: 34px;
    left: 34px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,216,90,0.80), transparent);
}

.fmu-paypal-vip-head {
    padding: 40px 30px 30px !important;
    text-align: center !important;
    border-bottom: 1px solid rgba(255,255,255,0.075) !important;
}

.fmu-paypal-vip-head span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    height: 30px !important;
    padding: 0 18px !important;
    margin-bottom: 16px !important;

    border-radius: 999px !important;
    border: 1px solid rgba(255,216,90,0.28) !important;

    color: var(--vip-gold) !important;
    background: rgba(255,216,90,0.08) !important;

    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 0.7px !important;
}

.fmu-paypal-vip-head h1 {
    margin: 0 !important;
    color: var(--vip-gold) !important;
    font-size: 34px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    text-align: center !important;
    text-transform: none !important;
    text-shadow:
        0 0 16px rgba(255,216,90,0.36),
        0 4px 14px rgba(0,0,0,0.80) !important;
}

.fmu-paypal-vip-head p {
    max-width: 560px !important;
    margin: 13px auto 0 !important;
    color: var(--vip-muted) !important;
    font-size: 16px !important;
    line-height: 1.85 !important;
    font-weight: 700 !important;
    text-align: center !important;
}

.fmu-paypal-vip-body {
    padding: 30px !important;
}

/* סיכום פרטי VIP */
.fmu-vip-summary {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    margin-bottom: 22px !important;
}

.fmu-vip-summary div {
    min-height: 78px !important;
    padding: 16px 18px !important;

    border-radius: 16px !important;
    border: 1px solid rgba(255,255,255,0.075) !important;

    background:
        linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025)) !important;

    box-shadow: inset 0 1px 0 rgba(255,255,255,0.035) !important;
}

.fmu-vip-summary span {
    display: block !important;
    margin-bottom: 7px !important;
    color: rgba(245,247,255,0.55) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}

.fmu-vip-summary strong {
    display: block !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.45 !important;
    word-break: break-word !important;
}

/* הערה */
.fmu-paypal-note {
    margin: 0 0 22px !important;
    padding: 16px 18px !important;

    border-radius: 16px !important;
    border: 1px solid rgba(255,216,90,0.18) !important;

    background:
        radial-gradient(circle at right center, rgba(255,216,90,0.09), transparent 46%),
        rgba(255,216,90,0.045) !important;

    color: rgba(245,247,255,0.78) !important;
    font-size: 14px !important;
    line-height: 1.85 !important;
    font-weight: 700 !important;
    text-align: center !important;
}

/* כפתור PayPal */
.fmu-paypal-button {
    width: 100% !important;
    min-height: 54px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 20px !important;

    border-radius: 16px !important;
    border: 1px solid rgba(255,216,90,0.34) !important;

    background:
        linear-gradient(135deg, #ffe58d, #ffc439 46%, #c78620) !important;

    color: #171107 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    text-align: center !important;

    box-shadow:
        0 16px 34px rgba(255,196,57,0.24),
        inset 0 1px 0 rgba(255,255,255,0.45) !important;

    transition: 0.22s ease !important;
}

.fmu-paypal-button:before {
    content: "PayPal";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    padding: 3px 9px;
    border-radius: 999px;
    color: #003087;
    background: rgba(255,255,255,0.58);
    font-size: 12px;
    font-weight: 900;
}

.fmu-paypal-button:hover {
    filter: brightness(1.08) !important;
    transform: translateY(-2px) !important;
}

/* כפתור חזרה */
.fmu-paypal-back {
    display: block !important;
    margin-top: 16px !important;
    color: rgba(245,247,255,0.62) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.6 !important;
    text-align: center !important;
    text-decoration: none !important;
}

.fmu-paypal-back:hover {
    color: var(--vip-gold) !important;
    text-shadow: 0 0 12px rgba(255,216,90,0.28) !important;
}

/* =========================================================
   SUCCESS / CANCEL / ERROR PAYPAL PAGE
========================================================= */

.fmu-paypal-vip-card .fmu-paypal-vip-head h1 {
    position: relative !important;
}

/* כרטיס הצלחה */
.fmu-paypal-vip-card:has(.fmu-paypal-button) {
    animation: vipCardIn .35s ease both;
}

@keyframes vipCardIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* אם יש הצלחה או ביטול, אותו עיצוב נקי */
.fmu-paypal-vip-page .success,
.fmu-paypal-vip-page .error,
.fmu-paypal-vip-page .i_note {
    margin: 18px auto !important;
    padding: 15px 18px !important;
    border-radius: 15px !important;
    border: 1px solid rgba(255,216,90,0.18) !important;
    background: rgba(255,216,90,0.055) !important;
    color: rgba(245,247,255,0.82) !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
    text-align: center !important;
}

/* =========================================================
   OLD TABLE / OLD FORM CLEANUP INSIDE VIP PAGES
========================================================= */

.fmu-paypal-vip-page table,
.fmu-paypal-vip-page tbody,
.fmu-paypal-vip-page tr,
.fmu-paypal-vip-page td {
    border: 0 !important;
    background: transparent !important;
}

.fmu-paypal-vip-page p {
    color: rgba(245,247,255,0.82) !important;
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {
    .box-style1 {
        padding: 24px 16px 28px !important;
        border-radius: 18px !important;
    }

    .box-style1 .title,
    .box-style1 h2.title {
        font-size: 23px !important;
    }

    .plans {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .plans .plan {
        min-height: auto !important;
        padding: 22px 16px !important;
        border-radius: 18px !important;
    }

    .plans .plan .price {
        width: 74px !important;
        height: 74px !important;
        font-size: 18px !important;
    }

    .fmu-paypal-vip-card {
        border-radius: 20px !important;
    }

    .fmu-paypal-vip-head {
        padding: 32px 18px 24px !important;
    }

    .fmu-paypal-vip-head h1 {
        font-size: 28px !important;
    }

    .fmu-paypal-vip-head p {
        font-size: 14px !important;
    }

    .fmu-paypal-vip-body {
        padding: 20px !important;
    }

    .fmu-vip-summary {
        grid-template-columns: 1fr !important;
        gap: 11px !important;
    }

    .fmu-vip-summary div {
        min-height: auto !important;
        padding: 14px 15px !important;
    }

    .fmu-paypal-button {
        min-height: 50px !important;
        font-size: 15px !important;
    }
}

@media (max-width: 480px) {
    .box-style1 {
        padding: 20px 12px 24px !important;
    }

    .box-style1 .title,
    .box-style1 h2.title {
        font-size: 21px !important;
    }

    .plans .plan-title,
    .plans .plan .details h1 {
        font-size: 20px !important;
    }

    .fmu-paypal-vip-head h1 {
        font-size: 25px !important;
    }

    .fmu-paypal-vip-body {
        padding: 16px !important;
    }

    .fmu-paypal-note {
        font-size: 13px !important;
    }
}
/* =========================================================
   FORCE MU - VIP SELECT PAGE CLEAN FIX
   Fixes ugly/cropped VIP package card
   Paste at END of style.css
========================================================= */

/* הקופסה הראשית של בחירת VIP */
#content #box1 .box-style1 {
    max-width: 100% !important;
    margin: 0 auto 28px !important;
    padding: 34px 34px 38px !important;

    border-radius: 22px !important;
    border: 1px solid rgba(255,255,255,0.085) !important;

    background:
        radial-gradient(circle at center top, rgba(255,216,90,0.07), transparent 42%),
        linear-gradient(180deg, rgba(14,19,32,0.98), rgba(7,10,18,0.99)) !important;

    box-shadow:
        0 22px 60px rgba(0,0,0,0.55),
        inset 0 1px 0 rgba(255,255,255,0.045) !important;

    overflow: visible !important;
}

/* כותרת */
#content #box1 .box-style1 h2.title {
    margin: 0 0 30px !important;
    padding: 0 0 20px !important;

    color: #ffd75a !important;
    font-size: 32px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    text-align: center !important;
    text-transform: none !important;

    border-bottom: 1px solid rgba(255,255,255,0.08) !important;

    text-shadow:
        0 0 14px rgba(255,216,90,0.35),
        0 4px 14px rgba(0,0,0,0.85) !important;
}

#content #box1 .box-style1 h2.title::before {
    content: "FORCE MU VIP";
    display: block;
    margin-bottom: 8px;

    color: rgba(255,255,255,0.82);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
}

/* רשימת חבילות */
#content #box1 .plans {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;

    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;

    list-style: none !important;
}

/* כרטיס VIP */
#content #box1 .plans .plan {
    position: relative !important;

    width: 100% !important;
    min-height: auto !important;
    height: auto !important;

    margin: 0 !important;
    padding: 28px 26px !important;

    display: grid !important;
    grid-template-columns: 95px 1fr 190px !important;
    align-items: center !important;
    gap: 22px !important;

    border-radius: 20px !important;
    border: 1px solid rgba(255,255,255,0.09) !important;

    background:
        radial-gradient(circle at left center, rgba(34,200,255,0.10), transparent 38%),
        radial-gradient(circle at right center, rgba(255,216,90,0.09), transparent 38%),
        linear-gradient(180deg, rgba(18,24,39,0.97), rgba(9,13,23,0.99)) !important;

    box-shadow:
        0 18px 45px rgba(0,0,0,0.45),
        inset 0 1px 0 rgba(255,255,255,0.045) !important;

    overflow: visible !important;
    transition: 0.22s ease !important;
}

#content #box1 .plans .plan::before {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    left: 20px;
    height: 2px;

    background: linear-gradient(90deg, #e02a3e, #ffd75a, #22c8ff);
    border-radius: 999px;
}

#content #box1 .plans .plan:hover {
    transform: translateY(-3px) !important;
    border-color: rgba(255,216,90,0.26) !important;
    box-shadow:
        0 24px 60px rgba(0,0,0,0.56),
        0 0 26px rgba(255,216,90,0.10),
        inset 0 1px 0 rgba(255,255,255,0.055) !important;
}

/* מחיר */
#content #box1 .plans .plan .price {
    width: 76px !important;
    height: 76px !important;
    margin: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 50% !important;
    border: 1px solid rgba(255,216,90,0.42) !important;

    background:
        radial-gradient(circle at center, #fff5b8, #ffd75a 62%, #c78620) !important;

    color: #171107 !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-align: center !important;

    box-shadow:
        0 12px 28px rgba(255,216,90,0.22),
        inset 0 2px 0 rgba(255,255,255,0.45) !important;
}

/* טקסט החבילה */
#content #box1 .plans .plan .details {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;

    display: block !important;
    float: none !important;

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

    text-align: right !important;
    color: #fff !important;
}

#content #box1 .plans .plan .details .plan-title,
#content #box1 .plans .plan .details h1 {
    margin: 0 0 8px !important;

    color: #ffd75a !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
    text-align: right !important;
    text-transform: none !important;

    text-shadow: 0 0 12px rgba(255,216,90,0.30) !important;
}

#content #box1 .plans .plan .details .plan-description,
#content #box1 .plans .plan .details p {
    margin: 0 !important;

    color: rgba(245,247,255,0.72) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.65 !important;
    text-align: right !important;
}

/* כפתור */
#content #box1 .plans .plan a.select,
#content #box1 .plans .plan .select,
#content #box1 .plans .plan .fmu-paypal-vip-btn {
    width: 100% !important;
    min-width: 0 !important;
    height: 50px !important;
    min-height: 50px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 0 18px !important;

    border-radius: 15px !important;
    border: 1px solid rgba(255,216,90,0.34) !important;

    background:
        linear-gradient(135deg, #ffe58d, #ffc342 48%, #c78620) !important;

    color: #171107 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 50px !important;
    text-align: center !important;
    text-decoration: none !important;

    box-shadow:
        0 14px 30px rgba(255,196,57,0.22),
        inset 0 1px 0 rgba(255,255,255,0.38) !important;

    transition: 0.2s ease !important;
}

#content #box1 .plans .plan a.select:hover,
#content #box1 .plans .plan .select:hover,
#content #box1 .plans .plan .fmu-paypal-vip-btn:hover {
    filter: brightness(1.08) !important;
    transform: translateY(-2px) !important;
}

/* מובייל */
@media (max-width: 768px) {
    #content #box1 .box-style1 {
        padding: 24px 16px 28px !important;
        border-radius: 18px !important;
    }

    #content #box1 .box-style1 h2.title {
        font-size: 26px !important;
    }

    #content #box1 .plans .plan {
        grid-template-columns: 1fr !important;
        text-align: center !important;
        gap: 16px !important;
        padding: 24px 18px !important;
    }

    #content #box1 .plans .plan .price {
        margin: 0 auto !important;
    }

    #content #box1 .plans .plan .details,
    #content #box1 .plans .plan .details .plan-title,
    #content #box1 .plans .plan .details h1,
    #content #box1 .plans .plan .details p {
        text-align: center !important;
    }
}

.footer-brand span {
    font-size: 25px !important;
    font-weight: 900 !important;
    letter-spacing: 1px !important;
    color: #ffffff !important;
    text-shadow:
        0 0 14px rgba(255, 55, 75, 0.45),
        0 0 22px rgba(255, 174, 58, 0.16) !important;
}

.footer-about p {
    max-width: 410px !important;
    margin: 0 !important;

    color: rgba(235,235,235,0.62) !important;
    font-size: 15px !important;
    line-height: 1.9 !important;
    font-weight: 400 !important;
}

/* Titles */
.footer-col h3 {
    margin: 0 0 24px !important;

    color: #ffc04b !important;
    font-size: 16px !important;
    font-weight: 800 !important;

    text-shadow: 0 0 12px rgba(255, 180, 55, 0.24) !important;
}

/* Links */
.footer-links {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;

    display: flex !important;
    flex-direction: column !important;
    gap: 13px !important;
}

.footer-links li {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
}

.footer-links a {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;

    color: rgba(235,235,235,0.56) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-decoration: none !important;

    transition: all 0.22s ease !important;
}

.footer-links a::before {
    content: "";
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;

    background: #d9364e !important;
    box-shadow: 0 0 10px rgba(217, 54, 78, 0.85) !important;

    flex: 0 0 auto !important;
    transition: all 0.22s ease !important;
}

.footer-links a:hover {
    color: #ffffff !important;
    transform: translateX(-5px) !important;
    text-shadow: 0 0 10px rgba(255,255,255,0.15) !important;
}

.footer-links a:hover::before {
    background: #ffc04b !important;
    box-shadow: 0 0 12px rgba(255, 192, 75, 0.9) !important;
}

/* Copyright block */
.footer-copy {
    padding-top: 40px !important;
    align-self: center !important;
}
/* =========================================
   FORCE MU VIP - BUTTON COLOR FIX
   פחות זהב, יותר קריא ומודרני
========================================= */

/* כל כפתורי ה-VIP / PayPal */
#content #box1 .plans .plan a.select,
#content #box1 .plans .plan .select,
#content #box1 .plans .plan .fmu-paypal-vip-btn,
.paypal-vip-page a.btn,
.paypal-vip-page .btn,
.paypal-vip-box a,
.paypal-vip-success a,
.paypal-vip-card a,
.paypal-vip-wrapper a.button,
.paypal-vip-wrapper .button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;

    width: 100% !important;
    min-height: 54px !important;
    padding: 0 24px !important;

    border-radius: 16px !important;
    border: 1px solid rgba(255, 211, 90, 0.35) !important;

    background: linear-gradient(135deg, #16233f 0%, #0b1429 100%) !important;
    color: #ffffff !important;

    font-size: 17px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    text-align: center !important;
    line-height: normal !important;
    white-space: nowrap !important;

    box-shadow:
        0 12px 30px rgba(0,0,0,0.35),
        0 0 0 1px rgba(255,255,255,0.03) inset !important;

    transition: all 0.22s ease !important;
}

/* Hover */
#content #box1 .plans .plan a.select:hover,
#content #box1 .plans .plan .select:hover,
#content #box1 .plans .plan .fmu-paypal-vip-btn:hover,
.paypal-vip-page a.btn:hover,
.paypal-vip-page .btn:hover,
.paypal-vip-box a:hover,
.paypal-vip-success a:hover,
.paypal-vip-card a:hover,
.paypal-vip-wrapper a.button:hover,
.paypal-vip-wrapper .button:hover {
    background: linear-gradient(135deg, #1c2d52 0%, #12203d 100%) !important;
    color: #ffd75a !important;
    border-color: rgba(255, 215, 90, 0.65) !important;
    transform: translateY(-2px) !important;

    box-shadow:
        0 16px 34px rgba(0,0,0,0.42),
        0 0 18px rgba(255,215,90,0.10) !important;
}

/* בזמן לחיצה */
#content #box1 .plans .plan a.select:active,
#content #box1 .plans .plan .select:active,
#content #box1 .plans .plan .fmu-paypal-vip-btn:active,
.paypal-vip-page a.btn:active,
.paypal-vip-page .btn:active,
.paypal-vip-box a:active,
.paypal-vip-success a:active,
.paypal-vip-card a:active,
.paypal-vip-wrapper a.button:active,
.paypal-vip-wrapper .button:active {
    transform: translateY(0) scale(0.99) !important;
}

/* אם יש span פנימי בתוך הכפתור */
#content #box1 .plans .plan a.select span,
#content #box1 .plans .plan .select span,
#content #box1 .plans .plan .fmu-paypal-vip-btn span,
.paypal-vip-page a.btn span,
.paypal-vip-page .btn span,
.paypal-vip-box a span,
.paypal-vip-success a span,
.paypal-vip-card a span,
.paypal-vip-wrapper a.button span,
.paypal-vip-wrapper .button span {
    color: inherit !important;
    font-weight: 800 !important;
}

/* אם יש אלמנט קטן של PayPal בתוך הכפתור */
#content #box1 .plans .plan a.select .paypal-badge,
#content #box1 .plans .plan .select .paypal-badge,
#content #box1 .plans .plan .fmu-paypal-vip-btn .paypal-badge,
.paypal-vip-wrapper .paypal-badge,
.paypal-vip-box .paypal-badge {
    background: #f3f6ff !important;
    color: #1a4fb8 !important;
    border-radius: 999px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

/* כפתור חזרה - וריאציה קצת שונה */
.paypal-vip-back a,
a.vip-back-btn {
    background: linear-gradient(135deg, #2a2f3d 0%, #171b27 100%) !important;
    color: #f5f5f5 !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
}

.paypal-vip-back a:hover,
a.vip-back-btn:hover {
    color: #ffd75a !important;
    border-color: rgba(255,215,90,0.45) !important;
}
.footer-line {
    width: 100% !important;
    height: 1px !important;
    margin-bottom: 27px !important;

    background:
        linear-gradient(90deg, transparent, rgba(255, 192, 75, 0.25), transparent) !important;
}

.footer-copy p {
    margin: 0 0 12px !important;

    color: rgba(235,235,235,0.58) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px !important;
    text-transform: uppercase !important;
}

.footer-copy span {
    display: block !important;
    max-width: 360px !important;

    color: rgba(235,235,235,0.38) !important;
    font-size: 12px !important;
    line-height: 1.8 !important;
}

/* מבטל עיצוב ישן שעלול להרוס */
.footer .footer-block-t,
.footer .footer-block-b,
.footer .f-menu,
.footer .soc-block,
.footer .copyright,
.footer .templstock {
    float: none !important;
}

/* אם יש לך accessibility icon */
.accessibility-btn,
.accessibility-button,
#accessibility-button {
    z-index: 9999 !important;
}

/* Responsive */
@media screen and (max-width: 1100px) {
    .footer-inner {
        grid-template-columns: 1fr 1fr !important;
        gap: 45px 60px !important;
    }

    .footer-copy {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 680px) {
    .footer.tick-style-footer {
        padding: 55px 0 45px !important;
    }

    .footer-inner {
        width: min(100% - 34px, 1180px) !important;
        grid-template-columns: 1fr !important;
        gap: 34px !important;
    }

    .footer-brand span {
        font-size: 22px !important;
    }

    .footer-about p,
    .footer-copy span {
        max-width: 100% !important;
    }

    .footer-copy {
        padding-top: 5px !important;
    }
}
/* ------------------------------
   CONTENT PAGE
------------------------------ */

.content-title {
    display: none !important;
}

.content-page {
    min-height: 600px !important;
    padding: 38px 42px 55px 42px !important;
    line-height: 1.85 !important;

    /* מזיז את כל הקופסה למטה */
    margin-top: 70px !important;

    background:
        radial-gradient(circle at center top, rgba(255,255,255,.04), transparent 36%),
        linear-gradient(180deg, rgba(13,17,28,.96), rgba(8,11,19,.98)) !important;

    border-top: 1px solid var(--fm-border-soft) !important;
    border-radius: 0 0 14px 14px !important;
    overflow: visible !important;
}
/* =========================================================
   FORCE MU - RTL LAYOUT FIX FINAL
========================================================= */

.wrapper .container {
    display: flex !important;
    flex-direction: row-reverse !important;
    direction: ltr !important;
    align-items: flex-start !important;
}

/* מה שהיה שמאל בתבנית האנגלית עובר לימין */
.wrapper .container > aside.left-sidebar.sidebar {
    order: 1 !important;
}

/* המרכז נשאר באמצע */
.wrapper .container > main.content,
.wrapper .container > .content {
    order: 2 !important;
}

/* מה שהיה ימין עובר לשמאל */
.wrapper .container > aside.right-sidebar.sidebar {
    order: 3 !important;
}

/* מידות */
.wrapper .container > .sidebar {
    flex: 0 0 285px !important;
    width: 285px !important;
}

.wrapper .container > main.content,
.wrapper .container > .content {
    flex: 0 0 630px !important;
    width: 630px !important;
}

/* כל התוכן בעברית */
.wrapper .container .left-sidebar,
.wrapper .container .right-sidebar,
.wrapper .container .content,
.wrapper .container .content-page,
.wrapper .container .widget,
.wrapper .container .login-block {
    direction: rtl !important;
    text-align: right !important;
}

/* כותרות וידג׳טים */
.wrapper .container .widget-title {
    direction: rtl !important;
    text-align: center !important;
}

/* רשימות */
.wrapper .container .sidebar ul,
.wrapper .container .sidebar li,
.wrapper .container .widget ul,
.wrapper .container .widget li {
    direction: rtl !important;
    text-align: right !important;
}

/* טבלאות ודירוגים */
.wrapper .container .sidebar table,
.wrapper .container .sidebar table tr,
.wrapper .container .sidebar table td,
.wrapper .container .sidebar .top-block,
.wrapper .container .sidebar .top-list,
.wrapper .container .sidebar .events {
    direction: rtl !important;
    text-align: right !important;
}

/* מובייל */
@media (max-width: 900px) {
    .wrapper .container {
        flex-direction: column !important;
        direction: rtl !important;
    }

    .wrapper .container > aside.left-sidebar.sidebar,
    .wrapper .container > main.content,
    .wrapper .container > .content,
    .wrapper .container > aside.right-sidebar.sidebar {
        order: initial !important;
        width: 100% !important;
        flex: none !important;
    }

    .wrapper .container > .sidebar {
        width: 100% !important;
        flex: none !important;
    }
}
.content-page h1,
.content-page h2,
.content-page h3 {
    color: var(--fm-gold) !important;
    text-align: center !important;
    font-family: "Assistant", "Open Sans Hebrew", "Open Sans", Arial, sans-serif !important;
    font-weight: 900 !important;
    text-transform: none !important;
}

.content-page p {
    color: rgba(255,255,255,.88) !important;
    font-size: 15px !important;
    line-height: 1.85 !important;
}

.content-page a {
    color: var(--fm-gold) !important;
    font-weight: 800 !important;
}

.content-page img {
    max-width: 100% !important;
    height: auto !important;
}

/* ------------------------------
   TABLES / RANKINGS
------------------------------ */

table,
.sidebar_rank,
.cs-registered {
    width: 100% !important;
    border-collapse: collapse !important;
    overflow: hidden !important;
    border-radius: 10px !important;
}

table th,
table td,
.sidebar_rank th,
.sidebar_rank td,
.cs-registered th,
.cs-registered td {
    border: 1px solid rgba(255,255,255,.055) !important;
    padding: 9px 8px !important;
    text-align: center !important;
    color: #fff !important;
    background: rgba(255,255,255,.035) !important;
    font-size: 13px !important;
}

table th,
.sidebar_rank th,
.cs-registered th {
    color: var(--fm-gold) !important;
    font-weight: 900 !important;
    background: rgba(255,255,255,.08) !important;
}

table tr:nth-child(even) td {
    background: rgba(255,255,255,.055) !important;
}

table tr:hover td {
    background: rgba(255, 214, 90, .08) !important;
}

.top-list:hover {
    margin: 0 !important;
    padding: 0 10px !important;
    height: 36px !important;
    background: rgba(255, 214, 90, .08) !important;
    box-shadow: none !important;
}

/* ------------------------------
   STATUS / EVENTS
------------------------------ */

.status-block {
    height: auto !important;
    min-height: 120px !important;
    padding: 18px 14px !important;
}

.server {
    width: 100% !important;
}

.events li:hover {
    margin: 0 !important;
    padding: 15px 0 !important;
    background: rgba(255, 214, 90, .08) !important;
    box-shadow: none !important;
}

/* ------------------------------
   BUTTONS
------------------------------ */

button,
.button,
.custom_button {
    border-radius: 10px !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    background: linear-gradient(180deg, #2d2d31, #1d1d22) !important;
    color: #fff !important;
    box-shadow: none !important;
    transition: .2s ease !important;
    cursor: pointer;
    font-family: "Assistant", "Open Sans Hebrew", "Open Sans", Arial, sans-serif !important;
    text-transform: none !important;
}

button:hover,
.button:hover,
.custom_button:hover {
    filter: brightness(1.13) !important;
}

/* ------------------------------
   STICKY FXP
------------------------------ */

.sticky-fxp {
    position: fixed !important;
    left: 8px !important;
    right: auto !important;
    bottom: 50% !important;
    z-index: 200 !important;
}

.sticky-fxp img {
    width: 42px !important;
}

/* ------------------------------
   FOOTER
------------------------------ */

.footer {
    clear: both !important;
    height: auto !important;
    min-height: 260px !important;
    position: relative !important;
    overflow: visible !important;
}

/* ------------------------------
   RESPONSIVE
------------------------------ */

@media (max-width: 1220px) {
    .wrapper {
        max-width: 960px !important;
    }

    .container {
        grid-template-columns: 240px minmax(0, 1fr) !important;
        grid-template-areas:
            "left center"
            "right right" !important;
        gap: 14px !important;
        margin-top: -55px !important;
    }

    .left-sidebar,
    .sidebar {
        width: 240px !important;
    }

    .content {
        width: 100% !important;
    }

    .right-sidebar {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }

    .slider,
    .slider .slides,
    .slider .slides .slide {
        width: 100% !important;
    }
}

@media (max-width: 820px) {
    .top-panel {
        height: auto !important;
        padding: 8px 0 !important;
    }

    .top-panel .menu,
    .menu {
        height: auto !important;
        flex-wrap: wrap !important;
        padding: 0 10px !important;
        gap: 4px !important;
    }

    .top-panel .menu li a,
    .menu a {
        height: 36px !important;
        line-height: 36px !important;
        font-size: 12px !important;
        padding: 0 8px !important;
    }

    .languages {
        display: none !important;
    }

    .header {
        height: 300px !important;
        min-height: 300px !important;
    }

    .logo {
        top: 34px !important;
        width: 360px !important;
        max-width: 88vw !important;
    }

    .header-buttons {
        top: 205px !important;
    }

    .header-buttons a {
        min-width: 240px !important;
        height: 42px !important;
        font-size: 18px !important;
    }

    .container {
        display: block !important;
        margin-top: -15px !important;
        direction: rtl !important;
    }

    .left-sidebar,
    .right-sidebar,
    .content,
    .sidebar {
        width: 100% !important;
        margin-bottom: 14px !important;
        direction: rtl !important;
    }

    .sidebar {
        padding-top: 0 !important;
    }

    .slider,
    .slider .slides,
    .slider .slides .slide {
        width: 100% !important;
        height: 230px !important;
        min-height: 230px !important;
    }

    .slider .slides .slide-info {
        padding: 26px !important;
    }

    .slider .slides .slide-info .slide-text {
        width: 100% !important;
        padding: 12px 16px !important;
    }

    .content-page {
        padding: 28px 22px !important;
    }
}

/*# sourceMappingURL=style.css.map */

/* =========================================================
   FORCE MU - MODERN FINAL FIX
   הדבק בסוף קובץ ה-CSS או השתמש בקובץ הזה כ-CSS מלא.
   כולל:
   - רקע אתר יציב ומודרני
   - תיקון לוח איוונטים
   - תיקון מצב מחוברים
   - תיקון צוות השרת / טופ גילדות / טבלאות
   - ניקוי רקעים ישנים ששוברים עיצוב
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@400;500;600;700;800;900&display=swap');

:root {
    --fm-bg: #070a12;
    --fm-panel: rgba(9, 13, 24, 0.90);
    --fm-panel-2: rgba(13, 18, 31, 0.94);
    --fm-panel-3: rgba(19, 25, 39, 0.82);
    --fm-line: rgba(255, 255, 255, 0.085);
    --fm-line-soft: rgba(255, 255, 255, 0.045);
    --fm-gold: #ffd85a;
    --fm-gold-2: #fff1a6;
    --fm-blue: #20c7ff;
    --fm-green: #36ff8d;
    --fm-red: #e7192f;
    --fm-text: #f4f7ff;
    --fm-muted: #aeb8cc;
}

/* =========================
   GLOBAL / BACKGROUND
========================= */

html {
    width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--fm-bg) !important;
}

body {
    width: 100% !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;

    direction: rtl !important;
    text-align: right !important;

    font-family: "Assistant", "Open Sans Hebrew", "Open Sans", Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    color: var(--fm-text, #f5f7ff) !important;

    background:
        radial-gradient(circle at center top,
            rgba(255, 216, 90, 0.16) 0%,
            rgba(255, 216, 90, 0.05) 24%,
            rgba(0, 0, 0, 0) 48%
        ),
        radial-gradient(circle at center 38%,
            rgba(40, 199, 255, 0.10) 0%,
            rgba(0, 0, 0, 0) 46%
        ),
        linear-gradient(to right,
            rgba(0,0,0,.76) 0%,
            rgba(0,0,0,.24) 18%,
            rgba(0,0,0,.08) 50%,
            rgba(0,0,0,.24) 82%,
            rgba(0,0,0,.76) 100%
        ),
        linear-gradient(to bottom,
            rgba(0,0,0,.08) 0%,
            rgba(0,0,0,.30) 45%,
            rgba(0,0,0,.76) 100%
        ),
        url("../images/fon-bg-top.png") center top no-repeat scroll,
        url("../images/fon-bg-bottom.jpg") center bottom no-repeat scroll !important;

    background-color: var(--fm-bg, #070a12) !important;

    background-size:
        100% 900px,
        100% 1000px,
        100% 100%,
        100% 100%,
        1920px auto,
        100% auto !important;
}
/* =========================================================
   FORCE MU - TICKMU STYLE BACKGROUND + HEADER FIX
   להדביק בסוף style.css / או לטעון כקובץ CSS אחרון.
   מטרה:
   - תמונת רקע טבעית, לא מתוחה ולא ענקית.
   - הרקע יושב על כל המסך כמו TickMU.
   - Header/Logo/Button מסודרים מעל הרקע.
   - בלי background fixed כדי שלא יחזור פס שחור בגלילה.
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@400;500;600;700;800;900&display=swap');

:root {
    --fm-bg: #070a12;
    --fm-text: #f5f7ff;
    --fm-gold: #ffd85a;
    --fm-gold-soft: #fff1a6;
    --fm-red: #d71928;
    --fm-border: rgba(255,255,255,.09);
}

/* בסיס נקי */
html {
    width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--fm-bg) !important;
    overflow-x: hidden !important;
}

body {
    width: 100% !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;

    direction: rtl !important;
    text-align: right !important;

    font-family: "Assistant", "Open Sans Hebrew", "Open Sans", Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    color: var(--fm-text) !important;

    /*
      חשוב:
      max(1920px, 100vw) = שומר על מראה טבעי כמו תמונת 1920 רגילה,
      אבל במסכים ענקיים כן ממלא רוחב בלי לעוות יחס.
      אם נראה גדול מדי — תחליף 1920px ל-1800px.
      אם נראה קטן מדי — תחליף ל-2050px.
    */
    background:
        radial-gradient(circle at center top, rgba(255,216,90,.13) 0%, rgba(255,216,90,.045) 24%, rgba(0,0,0,0) 48%),
        radial-gradient(circle at center 38%, rgba(32,185,255,.09) 0%, rgba(0,0,0,0) 45%),
        linear-gradient(to right, rgba(0,0,0,.72) 0%, rgba(0,0,0,.20) 18%, rgba(0,0,0,.06) 50%, rgba(0,0,0,.20) 82%, rgba(0,0,0,.72) 100%),
        linear-gradient(to bottom, rgba(0,0,0,.04) 0%, rgba(0,0,0,.22) 45%, rgba(0,0,0,.72) 100%),
        url("../images/fon-bg-top.png") center top / max(1920px, 100vw) auto no-repeat scroll !important;

    background-color: var(--fm-bg) !important;
}

/* ביטול רקעים ישנים שמתחברים ומותחים */
body::before {
    display: none !important;
}

body::after {
    content: "" !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 0 !important;
    pointer-events: none !important;
    display: block !important;
    background:
        radial-gradient(circle at 50% 10%, rgba(255,216,90,.04), transparent 34%),
        linear-gradient(180deg, transparent 0%, rgba(0,0,0,.12) 76%, rgba(0,0,0,.34) 100%) !important;
}

/* כל האתר מעל שכבת האפקט */
.wrapper,
.top-panel,
#exception,
#timerr {
    position: relative !important;
    z-index: 2 !important;
}

/* =========================
   TOP MENU FIX
========================= */

.top-panel {
    width: 100% !important;
    min-height: 66px !important;
    height: 66px !important;

    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

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

    background:
        linear-gradient(180deg, rgba(18,20,28,.88), rgba(6,7,12,.94)) !important;

    border-bottom: 1px solid rgba(255,216,90,.18) !important;
    box-shadow: 0 10px 34px rgba(0,0,0,.52) !important;

    overflow: visible !important;
}

.top-panel .menu,
.menu {
    height: 66px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;

    margin: 0 !important;
    padding: 0 35px 0 95px !important;
    direction: rtl !important;
}

.menu li {
    margin: 0 !important;
    padding: 0 !important;
}

.menu a,
.top-panel .menu li a {
    height: 66px !important;
    line-height: 66px !important;
    display: block !important;

    padding: 0 12px !important;

    color: rgba(255,255,255,.90) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    text-shadow: 0 2px 8px rgba(0,0,0,.70) !important;

    position: relative !important;
}

.menu li a::before {
    display: none !important;
}

.menu li a::after {
    content: "" !important;
    position: absolute !important;
    right: 50% !important;
    left: auto !important;
    bottom: 12px !important;
    transform: translateX(50%) !important;

    width: 0 !important;
    height: 2px !important;

    background: linear-gradient(90deg, transparent, var(--fm-gold), transparent) !important;
    box-shadow: 0 0 12px rgba(255,216,90,.65) !important;
    transition: width .25s ease !important;
}

.menu a:hover {
    color: var(--fm-gold-soft) !important;
}

.menu a:hover::after {
    width: 82% !important;
}

.languages {
    position: absolute !important;
    left: 24px !important;
    right: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;

    display: flex !important;
    align-items: center !important;
    gap: 8px !important;

    z-index: 5 !important;
}

/* =========================
   HEADER / HERO FIX
========================= */

.wrapper {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 12px !important;
    background: transparent !important;
    overflow: visible !important;
}

/*
  זה החלק החשוב:
  ה-header לא מקבל תמונה נוספת.
  הרקע נשאר של body בלבד, ולכן אין מתיחות/כפילויות.
*/
.header {
    height: 475px !important;
    min-height: 475px !important;
    margin: 0 !important;
    padding: 0 !important;

    position: relative !important;
    overflow: visible !important;
    background: transparent !important;
}

/* ביטול אפקטים שמוסיפים עומס או משבשים */
.slider-effect {
    display: none !important;
}

.sparks {
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    overflow: visible !important;
    z-index: 1 !important;
}

/* לוגו */
.logo {
    position: absolute !important;
    top: 145px !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;

    transform: translateX(-50%) !important;

    width: 430px !important;
    max-width: 430px !important;
    height: auto !important;

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

    text-align: center !important;
    z-index: 4 !important;
}

.logo a {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
}

.logo img,
.logo a img {
    width: 100% !important;
    max-width: 430px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;

    filter:
        drop-shadow(0 0 18px rgba(0,0,0,.95))
        drop-shadow(0 12px 28px rgba(0,0,0,.78)) !important;
}

/* כפתור מתחת ללוגו */
.header-buttons {
    position: absolute !important;
    top: 285px !important;
    left: 50% !important;
    right: auto !important;

    transform: translateX(-50%) !important;

    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;

    text-align: center !important;
    z-index: 5 !important;
}

.header-buttons a {
    min-width: 285px !important;
    height: 48px !important;
    line-height: 48px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 38px !important;

    border-radius: 10px !important;
    border: 1px solid rgba(255,210,210,.35) !important;

    background:
        linear-gradient(180deg, rgba(255,255,255,.22), transparent 36%),
        linear-gradient(180deg, #ff4b4b 0%, #d30b18 62%, #95050e 100%) !important;

    box-shadow:
        0 12px 30px rgba(0,0,0,.56),
        0 0 24px rgba(215,25,40,.22),
        inset 0 1px 0 rgba(255,255,255,.24) !important;

    font-family: "Assistant", "Open Sans Hebrew", Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    color: #fff !important;
    text-shadow: 0 2px 8px rgba(0,0,0,.75) !important;
}

/* התוכן עולה יפה מתחת להירו בלי לכסות את הלוגו */
.container {
    position: relative !important;
    z-index: 3 !important;
    margin-top: -78px !important;
    background: transparent !important;
}

/* =========================
   BACKGROUND RESPONSIVE
========================= */

@media (max-width: 1300px) {
    body {
        background-size:
            100% 900px,
            100% 1000px,
            100% 100%,
            100% 100%,
            1800px auto !important;
    }
}

@media (max-width: 900px) {
    body {
        background-size:
            100% 760px,
            100% 900px,
            100% 100%,
            100% 100%,
            1500px auto !important;
    }

    .top-panel {
        height: auto !important;
        min-height: 64px !important;
        padding: 8px 0 !important;
    }

    .top-panel .menu,
    .menu {
        height: auto !important;
        flex-wrap: wrap !important;
        padding: 0 10px !important;
        gap: 4px !important;
    }

    .menu a,
    .top-panel .menu li a {
        height: 36px !important;
        line-height: 36px !important;
        font-size: 12px !important;
        padding: 0 8px !important;
    }

    .languages {
        display: none !important;
    }

    .header {
        height: 335px !important;
        min-height: 335px !important;
    }

    .logo {
        top: 58px !important;
        width: 350px !important;
        max-width: 86vw !important;
    }

    .logo img,
    .logo a img {
        max-width: 350px !important;
    }

    .header-buttons {
        top: 218px !important;
    }

    .header-buttons a {
        min-width: 235px !important;
        height: 42px !important;
        line-height: 42px !important;
        font-size: 17px !important;
    }

    .container {
        margin-top: -12px !important;
    }
}

/* שכבת עומק עדינה בלי לשבור גלילה */
body::after {
    content: "" !important;
    position: fixed !important;
    inset: 0 !important;
    pointer-events: none !important;
    z-index: 0 !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    background:
        radial-gradient(circle at 50% 10%, rgba(255, 216, 90, 0.045), transparent 34%),
        linear-gradient(180deg, transparent 0%, rgba(0,0,0,.14) 72%, rgba(0,0,0,.40) 100%) !important;
}

.wrapper,
.container,
.header,
main,
section,
aside {
    background-color: transparent !important;
}

.wrapper {
    position: relative !important;
    z-index: 5 !important;
}

/* =========================
   GENERAL MODERN PANELS
========================= */

.widget,
.download-block,
.status-block,
.content,
.forum-threads-widget,
.box-style1,
.box-style4,
.red-light,
.red-dark {
    background:
        linear-gradient(180deg, rgba(17, 23, 38, 0.90), rgba(7, 10, 19, 0.96)) !important;

    border: 1px solid var(--fm-line) !important;
    border-radius: 18px !important;

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.52),
        inset 0 1px 0 rgba(255,255,255,.045),
        inset 0 -1px 0 rgba(255,216,90,.035) !important;

    overflow: hidden !important;
    color: var(--fm-text) !important;
}

.widget {
    min-height: auto !important;
    margin: 0 0 18px 0 !important;
    padding: 20px 18px !important;
}

.widget:hover,
.status-block:hover {
    border-color: rgba(255, 216, 90, 0.18) !important;
    box-shadow:
        0 20px 55px rgba(0,0,0,.58),
        0 0 28px rgba(255,216,90,.035),
        inset 0 1px 0 rgba(255,255,255,.055) !important;
}

.widget-title,
.content-title,
.box-style1 .title,
.box-style4 .title {
    margin: 0 0 14px 0 !important;
    padding: 0 !important;

    color: var(--fm-gold) !important;
    font-family: "Assistant", "Open Sans Hebrew", Arial, sans-serif !important;
    font-size: 19px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;

    background: none !important;
    box-shadow: none !important;
    text-shadow:
        0 0 10px rgba(255, 216, 90, 0.48),
        0 2px 8px rgba(0,0,0,.85) !important;
}

.widget-title span,
.widget-title a,
.content-title span,
.content-title a {
    display: block !important;
    margin-top: 5px !important;
    color: rgba(255,255,255,.86) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    text-shadow: none !important;
}

.widget-title::after,
.content-title::after,
.status-block::before,
.status-block::after {
    display: none !important;
}

/* =========================
   EVENTS TIMER - FIXED
========================= */

.events {
    margin: 0 !important;
    padding: 2px 0 0 0 !important;
    line-height: 1.25 !important;
    direction: ltr !important;
}

.events li {
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 2px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;

    border-bottom: 1px solid rgba(255,255,255,.09) !important;
    color: var(--fm-text) !important;
    transition: .22s ease !important;

    background: transparent !important;
    box-shadow: none !important;
}

.events li:last-child {
    border-bottom: 0 !important;
}

.events li:hover {
    margin: 0 !important;
    padding: 0 10px !important;
    height: auto !important;
    border-radius: 12px !important;

    background:
        linear-gradient(90deg, rgba(255,216,90,.12), rgba(255,255,255,.035)) !important;

    color: var(--fm-gold-2) !important;
    box-shadow: inset 3px 0 0 var(--fm-gold) !important;
}

.events li a {
    display: block !important;
    flex: 1 1 auto !important;

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

    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: left !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.events li span {
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-width: 88px !important;
    padding: 5px 8px !important;

    border-radius: 999px !important;
    border: 1px solid rgba(255,216,90,.18) !important;

    background: rgba(255,216,90,.075) !important;
    color: var(--fm-gold) !important;

    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
}

/* אם המערכת מדפיסה טקסט בלי span, נותן מרווח בסיסי */
.events li,
.events li * {
    word-spacing: 3px !important;
}

/* =========================
   SERVER STATUS - FIXED
========================= */

.status-block {
    height: auto !important;
    min-height: 118px !important;
    margin: 0 0 18px 0 !important;
    padding: 18px !important;

    display: flex !important;
    align-items: stretch !important;
    justify-content: center !important;
}

.server {
    width: 100% !important;
    min-width: 0 !important;

    display: grid !important;
    grid-template-columns: 1fr auto !important;
    grid-template-areas:
        "name status"
        "desc desc"
        "bar bar" !important;
    gap: 12px 10px !important;

    direction: rtl !important;
    font-family: "Assistant", "Open Sans Hebrew", Arial, sans-serif !important;
}

.server .server-name {
    
    justify-self: start !important;

    color: var(--fm-gold) !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-shadow: 0 0 10px rgba(255,216,90,.45) !important;
}

.server .status-online,
.server .status-offline {
    grid-area: status !important;
    justify-self: end !important;
    float: none !important;

    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;

    color: var(--fm-green) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-transform: lowercase !important;
}

.server .status-online::before {
    content: "" !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: var(--fm-green) !important;
    box-shadow: 0 0 12px rgba(54,255,141,.95) !important;
}

.server .status-offline {
    color: #ff526b !important;
}

.server .status-offline::before {
    content: "" !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: #ff526b !important;
    box-shadow: 0 0 12px rgba(255,82,107,.8) !important;
}

.server .status-online b,
.server .status-offline b {
    color: inherit !important;
    font-weight: 900 !important;
}

.server .desc,
.status-block .desc {
    grid-area: desc !important;

    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 8px !important;

    margin: 4px 0 0 0 !important;
    padding: 10px 12px !important;

    border-radius: 12px !important;
    border: 1px solid rgba(255,255,255,.06) !important;
    background: rgba(255,255,255,.035) !important;

    color: var(--fm-muted) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
}

.progress-bar {
    grid-area: bar !important;
    width: 100% !important;
    height: 14px !important;
    margin: 0 !important;

    position: relative !important;
    overflow: hidden !important;

    border-radius: 999px !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    background: rgba(0,0,0,.32) !important;
    box-shadow:
        inset 0 2px 8px rgba(0,0,0,.75),
        0 0 16px rgba(32,199,255,.06) !important;
}

.progress-bar::after {
    display: none !important;
}

.progress-bar span {
    height: 100% !important;
    min-width: 4px !important;
    display: block !important;

    border-radius: 999px !important;
    background:
        linear-gradient(90deg, #20c7ff, #36ff8d) !important;

    box-shadow:
        0 0 14px rgba(32,199,255,.65),
        inset 0 1px 0 rgba(255,255,255,.35) !important;
}

/* =========================
   TOP / STAFF / GUILDS TABLES
========================= */

.top-block,
.top-block.guild {
    width: 100% !important;
    color: var(--fm-text) !important;
    direction: rtl !important;
}

.top-title {
    min-height: 42px !important;
    height: auto !important;

    display: grid !important;
    grid-template-columns: 46px 1fr 78px !important;
    align-items: center !important;
    gap: 0 !important;

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

    border: 1px solid rgba(255,255,255,.06) !important;
    border-bottom: 0 !important;
    border-radius: 12px 12px 0 0 !important;

    background:
        linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.055)) !important;

    color: var(--fm-gold) !important;
    font-size: 14px !important;
    font-weight: 900 !important;
}

.top-title span,
.top-list span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-width: 0 !important;
    width: auto !important;
    height: 100% !important;
    padding: 0 8px !important;

    border-left: 1px solid rgba(255,255,255,.055) !important;
}

.top-title span:first-child,
.top-list span:first-child {
    border-left: 0 !important;
}

.top-list {
    min-height: 46px !important;
    height: auto !important;

    display: grid !important;
    grid-template-columns: 46px 1fr 78px !important;
    align-items: center !important;
    gap: 0 !important;

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

    border-bottom: 1px solid rgba(255,255,255,.055) !important;
    background: rgba(255,255,255,.035) !important;

    color: var(--fm-text) !important;
    font-size: 14px !important;
    font-weight: 700 !important;

    transition: .22s ease !important;
}

.top-list:nth-child(odd) {
    background: rgba(255,255,255,.055) !important;
}

.top-list:last-child {
    border-bottom: 0 !important;
    border-radius: 0 0 12px 12px !important;
}

.top-list:hover {
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;

    background: rgba(255,216,90,.095) !important;
    color: var(--fm-gold-2) !important;
    box-shadow: inset 3px 0 0 var(--fm-gold) !important;
}

.top-list a {
    color: inherit !important;
    font-weight: 800 !important;
}

.top-block .top-number,
.top-block.guild .top-number {
    width: auto !important;
    color: var(--fm-gold) !important;
    font-weight: 900 !important;
}

.top-block .top-name,
.top-block.guild .top-name {
    width: auto !important;
    justify-content: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.top-block .top-lvl,
.top-block.guild .score,
.top-block .score {
    width: auto !important;
    color: rgba(255,255,255,.92) !important;
    font-weight: 800 !important;
}

.top-flag img,
.top-number img,
.top-name img,
.guild img,
.top-block img {
    max-width: 24px !important;
    max-height: 24px !important;
    object-fit: contain !important;
    vertical-align: middle !important;
    margin: 0 4px !important;
}

/* טבלאות רגילות בתוך ווידג'טים */
.widget table,
.sidebar table,
.content table,
.sidebar_rank,
.cs-registered {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255,255,255,.06) !important;
}

.widget table th,
.widget table td,
.sidebar table th,
.sidebar table td,
.content table th,
.content table td,
.sidebar_rank th,
.sidebar_rank td,
.cs-registered th,
.cs-registered td {
    padding: 12px 10px !important;
    border: 0 !important;
    border-left: 1px solid rgba(255,255,255,.055) !important;
    border-bottom: 1px solid rgba(255,255,255,.055) !important;

    background: rgba(255,255,255,.035) !important;
    color: var(--fm-text) !important;

    font-size: 14px !important;
    font-weight: 700 !important;
    text-align: center !important;
}

.widget table th,
.sidebar table th,
.content table th,
.sidebar_rank th,
.cs-registered th {
    background: linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.065)) !important;
    color: var(--fm-gold) !important;
    font-weight: 900 !important;
}

.widget table tr:hover td,
.sidebar table tr:hover td,
.content table tr:hover td {
    background: rgba(255,216,90,.095) !important;
}

/* =========================
   DOWNLOAD / BUTTONS
========================= */

.download-block {
    height: 94px !important;
    margin: 0 0 18px 0 !important;
    padding: 0 !important;
}

.download-block a,
.download-block a.download-button {
    width: 100% !important;
    height: 94px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 18px !important;
    background:
        linear-gradient(90deg, rgba(32,199,255,.22), rgba(255,255,255,.035)),
        url("../images/download-button.jpg") center / cover no-repeat !important;

    color: #fff !important;
    text-align: center !important;
}

.download-block a span,
.download-block a.download-button span {
    padding: 0 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    text-shadow: 0 2px 8px rgba(0,0,0,.9) !important;
}

.download-block a b,
.download-block a.download-button b {
    display: block !important;
    margin-top: 4px !important;
    color: rgba(255,255,255,.88) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

button,
.button,
.custom_button,
input[type="submit"] {
    border: 1px solid rgba(255,255,255,.10) !important;
    border-radius: 11px !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.035)) !important;

    color: #fff !important;
    box-shadow:
        0 8px 22px rgba(0,0,0,.42),
        inset 0 1px 0 rgba(255,255,255,.10) !important;

    transition: transform .22s ease, filter .22s ease, border-color .22s ease !important;
}

button:hover,
.button:hover,
.custom_button:hover,
input[type="submit"]:hover {
    transform: translateY(-2px) !important;
    filter: brightness(1.12) !important;
    border-color: rgba(255,216,90,.26) !important;
}

/* =========================
   FORM / LOGIN
========================= */

.l-input,
.login,
.pass,
.select-s,
.select-s-page {
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    margin: 0 0 12px 0 !important;
    padding: 7px 16px !important;

    border-radius: 999px !important;
    border: 1px solid rgba(255,255,255,.10) !important;

    background:
        linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.025)) !important;

    box-shadow:
        inset 0 2px 8px rgba(0,0,0,.68),
        0 1px 0 rgba(255,255,255,.05) !important;
}

.l-input input,
input,
textarea,
select {
    color: #fff !important;
    font-family: "Assistant", "Open Sans Hebrew", Arial, sans-serif !important;
}

.l-input input {
    width: 100% !important;
    padding: 5px 8px !important;
    background: transparent !important;
    border: 0 !important;
}

::placeholder {
    color: rgba(255,255,255,.48) !important;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1240px) {
    .wrapper {
        width: 100% !important;
        max-width: 1200px !important;
        padding: 0 12px !important;
    }

    .container {
        grid-template-columns: 285px minmax(0, 630px) 285px !important;
    }
}

@media (max-width: 980px) {
    .container {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
        margin-top: 0 !important;
    }

    .left-sidebar,
    .right-sidebar,
    .content,
    .sidebar {
        width: 100% !important;
        max-width: 630px !important;
        margin: 0 auto !important;
        padding-top: 0 !important;
    }

    .top-panel,
    .menu {
        height: auto !important;
        min-height: 64px !important;
    }

    .menu {
        flex-wrap: wrap !important;
        padding: 8px 12px !important;
    }
}

@media (max-width: 640px) {
    .widget {
        padding: 16px 14px !important;
        border-radius: 15px !important;
    }

    .events li {
        min-height: 40px !important;
    }

    .events li a {
        font-size: 14px !important;
    }

    .events li span {
        min-width: 76px !important;
        font-size: 11px !important;
    }

    .top-title,
    .top-list {
        grid-template-columns: 42px 1fr 66px !important;
    }
}

/* =========================================================
   FORCE MU - FINAL MODERN PATCH
   חשוב:
   זה נמצא בסוף הקובץ כדי לא למחוק שום שורה מה-CSS המקורי.
   כל הקוד המקורי נשאר למעלה, והבלוק הזה רק דורס עיצוב ישן.
========================================================= */

:root {
    --fm-bg: #05070c;
    --fm-panel: rgba(10, 14, 25, 0.94);
    --fm-panel-2: rgba(15, 20, 34, 0.96);
    --fm-border: rgba(255,255,255,0.085);
    --fm-border-soft: rgba(255,255,255,0.045);
    --fm-gold: #ffd75a;
    --fm-gold-soft: #fff0a6;
    --fm-red: #e02a3e;
    --fm-blue: #21c8ff;
    --fm-green: #26ff8b;
    --fm-text: #f5f7ff;
    --fm-muted: #aeb8ca;
    --fm-radius: 16px;
    --fm-shadow: 0 18px 45px rgba(0,0,0,0.52);
}

/* ===== רקע כללי יציב, בלי פס שחור בגלילה ===== */
html {
    width: 100% !important;
    min-height: 100% !important;
    background: var(--fm-bg) !important;
}

body {
    direction: rtl !important;
    text-align: right !important;
    overflow-x: hidden !important;
    color: var(--fm-text) !important;
    font-family: "Assistant", "Open Sans Hebrew", "Open Sans", Arial, sans-serif !important;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.72), rgba(0,0,0,0.08) 35%, rgba(0,0,0,0.08) 65%, rgba(0,0,0,0.72)),
        linear-gradient(180deg, rgba(0,0,0,0.08), rgba(5,7,12,0.98) 860px, #05070c 100%),
        url("../images/fon-bg-top.png") center top / 100% auto no-repeat,
        #05070c !important;
    background-attachment: scroll !important;
}

/* ===== שמירת מבנה האתר ===== */
.wrapper {
    width: 1200px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 20 !important;
    overflow: visible !important;
}

.container {
    width: 1200px !important;
    min-height: 1100px !important;
    margin: -105px auto 0 !important;
    display: grid !important;
    grid-template-columns: 285px 630px 285px !important;
    grid-template-areas: "left center right" !important;
    direction: ltr !important;
    align-items: start !important;
    overflow: visible !important;
    z-index: 80 !important;
}

.left-sidebar {
    grid-area: left !important;
    direction: rtl !important;
}

.content {
    grid-area: center !important;
    direction: rtl !important;
    width: 630px !important;
}

.right-sidebar {
    grid-area: right !important;
    direction: rtl !important;
}

.sidebar {
    width: 285px !important;
    padding-top: 58px !important;
    overflow: visible !important;
}

/* ===== כרטיסים כלליים / וידג'טים ===== */
.widget,
.status-block,
.red-light,
.red-dark {
    background:
        radial-gradient(circle at center top, rgba(255,216,90,0.055), transparent 42%),
        linear-gradient(180deg, rgba(14,19,32,0.94), rgba(7,10,18,0.97)) !important;
    border: 1px solid var(--fm-border) !important;
    border-radius: var(--fm-radius) !important;
    box-shadow:
        0 18px 42px rgba(0,0,0,0.48),
        inset 0 1px 0 rgba(255,255,255,0.04) !important;
    overflow: hidden !important;
}

.widget {
    min-height: auto !important;
    padding: 18px 14px !important;
    margin: 0 0 14px !important;
}

.widget-title {
    position: relative !important;
    margin: 0 0 15px !important;
    padding: 0 0 10px !important;
    color: var(--fm-gold) !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
    text-align: right !important;
    text-transform: none !important;
    text-shadow: 0 0 12px rgba(255,216,90,0.35), 0 2px 8px rgba(0,0,0,0.85) !important;
}

.widget-title::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100% !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent, rgba(224,42,62,0.55), rgba(255,216,90,0.25), transparent) !important;
}

.widget-title span,
.widget-title a {
    display: block !important;
    margin-top: 4px !important;
    color: rgba(245,247,255,0.70) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: none !important;
}

/* ===== ONLINE / OFFLINE ===== */
.status-block {
    height: auto !important;
    min-height: 106px !important;
    padding: 17px 14px !important;
    margin: 0 0 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background:
        radial-gradient(circle at left center, rgba(38,255,139,0.10), transparent 42%),
        linear-gradient(180deg, rgba(14,19,32,0.94), rgba(7,10,18,0.98)) !important;
}

.status-block::before,
.status-block::after {
    display: none !important;
}

.server {
    width: 100% !important;
    font-size: 13px !important;
}

.server .flex-s-c {
    
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    gap: 10px !important;
    direction: rtl !important;
}

.server .server-name {
    color: var(--fm-gold) !important;
    font-weight: 900 !important;
    font-size: 14px !important;
    text-align: left !important;
}

.server .status-online,
.server .status-offline,
.server .status-off {
    float: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: var(--fm-green) !important;
    font-weight: 900 !important;
    font-size: 13px !important;
    text-shadow: 0 0 10px rgba(38,255,139,0.45);
}

.server .status-online::before,
.server .status-offline::before,
.server .status-off::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 12px currentColor;
}

.server .status-offline,
.server .status-off {
    color: var(--fm-red) !important;
    text-shadow: 0 0 10px rgba(224,42,62,0.45);
}

.server .status-online b,
.server .status-offline b,
.server .status-off b {
    color: inherit !important;
    font-weight: 900 !important;
}

.progress-bar {
    width: 100% !important;
    height: 12px !important;
    margin: 14px 0 8px !important;
    padding: 0 !important;
    position: relative !important;
    overflow: hidden !important;
    background: rgba(0,0,0,0.48) !important;
    border: 1px solid rgba(255,255,255,0.065) !important;
    border-radius: 999px !important;
}

.progress-bar::after {
    display: none !important;
}

.progress-bar span {
    height: 100% !important;
    min-width: 7px !important;
    display: block !important;
    position: relative !important;
    z-index: 1 !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, var(--fm-green), var(--fm-blue)) !important;
    box-shadow: 0 0 12px rgba(38,255,139,0.45), 0 0 18px rgba(33,200,255,0.22) !important;
}

.desc {
    display: block !important;
    margin-top: 6px !important;
    color: rgba(245,247,255,0.58) !important;
    font-size: 12px !important;
    text-align: left !important;
    text-decoration: none !important;
}

/* ===== לוח אירועים ===== */
.events {
    line-height: 1.25 !important;
    direction: rtl !important;
}

.events li {
    min-height: 42px !important;
    padding: 10px 12px !important;
    margin: 0 0 8px !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    gap: 12px !important;
    border: 1px solid rgba(255,255,255,0.065) !important;
    border-radius: 12px !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.018)) !important;
    transition: 0.22s ease !important;
}

.events li:hover {
    margin: 0 0 8px !important;
    padding: 10px 12px !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    border-color: rgba(255,216,90,0.32) !important;
    background: linear-gradient(180deg, rgba(255,216,90,0.085), rgba(224,42,62,0.035)) !important;
    box-shadow: 0 12px 26px rgba(0,0,0,0.36), 0 0 18px rgba(255,216,90,0.08) !important;
}

.events li a {
    display: block !important;
    margin: 0 !important;
    color: rgba(245,247,255,0.86) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.events li span {
    min-width: 64px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 4px 8px !important;
    border-radius: 999px !important;
    color: var(--fm-red) !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    text-align: center !important;
    background: rgba(224,42,62,0.10) !important;
    border: 1px solid rgba(224,42,62,0.22) !important;
    text-shadow: 0 0 8px rgba(224,42,62,0.30);
}

.events li:hover a {
    color: #fff !important;
}

.events li:hover span {
    color: var(--fm-gold) !important;
    background: rgba(255,216,90,0.10) !important;
    border-color: rgba(255,216,90,0.26) !important;
}

/* ===== טבלאות / צוות / Rankings ===== */
.top-block {
    width: 100% !important;
    color: var(--fm-text) !important;
    font-size: 12px !important;
    direction: rtl !important;
}

.top-title,
.top-list {
    display: grid !important;
    grid-template-columns: 36px 1fr 62px !important;
    align-items: center !important;
    gap: 8px !important;
    min-height: 38px !important;
    height: auto !important;
    padding: 8px 10px !important;
    border-radius: 10px !important;
    border-bottom: 0 !important;
}

.top-title {
    margin-bottom: 7px !important;
    color: var(--fm-gold) !important;
    font-weight: 900 !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.035)) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
}

.top-list {
    margin-bottom: 6px !important;
    color: rgba(245,247,255,0.78) !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.018)) !important;
    border: 1px solid rgba(255,255,255,0.055) !important;
    transition: 0.22s ease !important;
}

.top-list:hover {
    margin: 0 0 6px !important;
    padding: 8px 10px !important;
    height: auto !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    background: linear-gradient(180deg, rgba(255,216,90,0.09), rgba(224,42,62,0.035)) !important;
    border-color: rgba(255,216,90,0.26) !important;
    box-shadow: 0 10px 22px rgba(0,0,0,0.32) !important;
}

.top-list a {
    color: inherit !important;
}

.top-number,
.top-flag,
.top-name,
.top-lvl,
.score {
    width: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
}

.top-name {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    overflow: hidden !important;
    border-radius: 12px !important;
}

table th,
table td {
    padding: 10px 9px !important;
    border: 1px solid rgba(255,255,255,0.06) !important;
    color: rgba(245,247,255,0.82) !important;
    background: rgba(255,255,255,0.035) !important;
    text-align: center !important;
}

table th {
    color: var(--fm-gold) !important;
    font-weight: 900 !important;
    background: rgba(255,255,255,0.075) !important;
}

table tr:nth-child(odd) td {
    background: rgba(255,255,255,0.025) !important;
}

table tr:hover td {
    background: rgba(255,216,90,0.07) !important;
}

/* ===== תוכן מרכזי ===== */
/* תיקון גובה קופסת NEWS - שלא יהיה רווח שחור מעל האזור האפור */
.content {
    margin-top: 0 !important;
    padding-top: 0 !important;
    overflow: hidden !important;
}

/* אם האזור הפנימי של החדשות דוחף למטה */
.content-page {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* במידה ויש בלוק עליון/כותרת שגורם לרווח */
.content > div:first-child,
.content-page > div:first-child {
    margin-top: 0 !important;
}

.content-title {
    min-height: 70px !important;
    height: auto !important;
    padding: 22px 26px !important;
    background: linear-gradient(180deg, rgba(18,23,36,0.94), rgba(9,12,20,0.96)) !important;
    border-bottom: 1px solid rgba(255,255,255,0.07) !important;
}

.content-title h1,
.content-title h2,
.content-title h3 {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    margin: 0 !important;
}

.content-page {
    min-height: 600px !important;
    padding: 40px 42px 55px !important;
    line-height: 1.85 !important;
    overflow: visible !important;
    background:
        radial-gradient(circle at center top, rgba(255,216,90,0.055), transparent 36%),
        linear-gradient(180deg, rgba(13,17,28,0.96), rgba(8,11,19,0.98)) !important;
}
/* =========================================================
   Force MU - Simple Modern Register Page
   נקי יותר, פחות מסורבל, מתאים לעמוד צר עם סיידברים
   ========================================================= */

.force-register-page {
    direction: rtl !important;
    text-align: right !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

.force-register-page * {
    box-sizing: border-box;
}

/* מסתיר את אזור ההסבר הגדול כדי לפשט */
.force-register-info {
    display: none !important;
}

/* כותרת עליונה פשוטה ונקייה */
.force-register-hero {
    position: relative;
    padding: 38px 28px 34px !important;
    margin: 0 !important;
    border: 1px solid rgba(255,255,255,0.08);
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 205, 78, 0.13), transparent 38%),
        linear-gradient(180deg, rgba(17, 22, 36, 0.97), rgba(9, 12, 21, 0.98));
    box-shadow: 0 18px 45px rgba(0,0,0,0.38);
    overflow: hidden;
}

.force-register-hero:after {
    content: "";
    position: absolute;
    right: 28px;
    left: 28px;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 207, 76, 0.75), transparent);
}

.force-register-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.force-register-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 16px;
    margin-bottom: 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 207, 76, 0.30);
    color: #ffd35c;
    background: rgba(255, 207, 76, 0.08);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .7px;
}

.force-register-hero h1 {
    margin: 0 !important;
    color: #ffd35c !important;
    font-size: 36px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    text-shadow: 0 4px 18px rgba(0,0,0,0.55);
}

.force-register-hero p {
    margin: 10px auto 0 !important;
    max-width: 520px;
    color: rgba(255,255,255,0.72);
    font-size: 14px;
    line-height: 1.7;
}

/* מעטפת פשוטה */
.force-register-wrapper {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 24px !important;
    border: 1px solid rgba(255,255,255,0.07);
    border-top: 0;
    border-radius: 0 0 18px 18px;
    background:
        linear-gradient(180deg, rgba(12,16,27,0.97), rgba(7,10,18,0.99));
    box-shadow:
        0 22px 55px rgba(0,0,0,0.45),
        inset 0 1px 0 rgba(255,255,255,0.04);
}

/* כרטיס הרשמה פשוט */
.force-register-card {
    width: 100% !important;
    max-width: 620px !important;
    margin: 0 auto !important;
    padding: 28px !important;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(19, 25, 40, 0.98), rgba(10, 14, 24, 0.98));
    box-shadow: 0 18px 45px rgba(0,0,0,0.36);
}

/* כותרת בתוך הטופס */
.force-register-card-header {
    margin: 0 0 22px !important;
    padding: 0 0 18px !important;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    text-align: center;
}

.force-card-mini-title {
    display: inline-block !important;
    margin-bottom: 8px;
    color: #ffd35c;
    font-size: 12px;
    font-weight: 900;
}

.force-register-card-header h2 {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 22px !important;
    line-height: 1.4 !important;
    font-weight: 900 !important;
}

.force-register-card-header p {
    margin: 8px 0 0 !important;
    color: rgba(255,255,255,0.58);
    font-size: 13px;
    line-height: 1.6;
}

/* ביטול השפעות CSS ישן */
.force-register-card .entry,
.force-register-card .form,
.force-register-card form,
.force-register-page #content_center {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* שדות */
.force-form-group {
    width: 100% !important;
    margin-bottom: 15px !important;
}

.force-form-group label {
    display: block !important;
    margin-bottom: 7px !important;
    color: rgba(255,255,255,0.78);
    font-size: 13px;
    font-weight: 800;
}

.force-form-group input,
.force-form-group select {
    display: block !important;
    width: 100% !important;
    height: 46px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    border-radius: 12px !important;
    outline: none !important;
    color: #fff !important;
    background: rgba(255,255,255,0.045) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.035) !important;
    transition: .18s ease;
}

.force-form-group input:focus,
.force-form-group select:focus {
    border-color: rgba(255, 211, 92, 0.65) !important;
    background: rgba(255,255,255,0.065) !important;
    box-shadow: 0 0 0 3px rgba(255, 211, 92, 0.10) !important;
}

.force-form-group select option {
    color: #111;
    background: #fff;
}

/* חוקים */
.force-rules-box {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    margin: 18px 0 18px !important;
    padding: 14px !important;
    border-radius: 13px;
    border: 1px solid rgba(255, 211, 92, 0.15);
    background: rgba(255, 211, 92, 0.055);
}

.force-rules-box input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 2px;
    accent-color: #ffd35c;
}

.force-rules-box label {
    margin: 0;
    color: rgba(255,255,255,0.72);
    font-size: 13px;
    line-height: 1.7;
}

.force-rules-box a {
    color: #ffd35c !important;
    text-decoration: none;
}

.force-rules-box a:hover {
    text-decoration: underline;
}

/* Captcha */
.force-security-box {
    margin-top: 16px !important;
    padding: 14px !important;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 13px;
    background: rgba(255,255,255,0.035);
}

.force-security-box .g-recaptcha {
    transform-origin: right top;
}

/* כפתור */
.force-register-btn,
.force-register-card .button-style {
    display: block !important;
    width: 100% !important;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 !important;
    margin-top: 8px !important;
    border: 0 !important;
    border-radius: 13px !important;
    color: #171107 !important;
    background: linear-gradient(135deg, #ffe58d, #ffc342 45%, #c78620) !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    text-align: center !important;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(255, 190, 55, 0.22) !important;
}

.force-register-btn:hover,
.force-register-card .button-style:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
}

/* תיקון טבלאות ישנות אם נשארו */
.force-register-page table,
.force-register-page tbody,
.force-register-page tr,
.force-register-page td {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

/* הודעות שגיאה */
.force-register-page .formError {
    z-index: 9999;
}

.force-register-page .formError .formErrorContent {
    direction: rtl;
    text-align: right;
    border-radius: 10px;
}

/* מובייל */
@media (max-width: 640px) {
    .force-register-hero {
        padding: 30px 18px 26px !important;
    }

    .force-register-hero h1 {
        font-size: 30px !important;
    }

    .force-register-wrapper {
        padding: 16px !important;
    }

    .force-register-card {
        padding: 22px 18px !important;
        border-radius: 15px;
    }

    .force-register-card-header h2 {
        font-size: 19px !important;
    }

    .force-security-box .g-recaptcha {
        transform: scale(0.86);
        transform-origin: right top;
    }
}

/* ===== Footer נשאר בסגנון Tick MU ===== */
.footer {
    direction: rtl !important;
    width: 100vw !important;
    height: auto !important;
    min-height: 285px !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    margin-top: 70px !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 72px 0 62px !important;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.97), rgba(8,6,5,0.94), rgba(0,0,0,0.97)),
        radial-gradient(circle at 25% 10%, rgba(180,26,38,0.22), transparent 35%),
        radial-gradient(circle at 78% 15%, rgba(210,150,45,0.15), transparent 32%),
        #030303 !important;
    border-top: 1px solid rgba(196,132,38,0.45) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.035), 0 -20px 55px rgba(0,0,0,0.85) !important;
    color: rgba(235,235,235,0.72) !important;
}

.footer::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--fm-gold), var(--fm-red), transparent);
    box-shadow: 0 0 18px rgba(255,216,90,0.38);
    z-index: 1;
}

.footer-block-t,
.footer-block-b {
    position: relative !important;
    z-index: 2 !important;
    width: min(1180px, calc(100% - 60px)) !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    margin: 0 auto !important;
}

.footer-block-t {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: start !important;
    gap: 45px !important;
    padding: 0 0 36px !important;
}

.footer-block-b {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px !important;
    padding: 28px 0 0 !important;
    border-top: 1px solid rgba(255,255,255,0.075) !important;
}

.f-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 13px 22px !important;
}

.f-menu li {
    margin: 0 !important;
}

.f-menu li a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: rgba(235,235,235,0.66) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    padding: 0 !important;
}

.f-menu li a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--fm-red);
    box-shadow: 0 0 10px rgba(224,42,62,0.75);
}

.soc-block {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
}

.soc-block a {
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 14px !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)) !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    box-shadow: 0 10px 24px rgba(0,0,0,0.28) !important;
}

.copyright p {
    margin: 0 0 6px !important;
    color: rgba(255,255,255,0.78) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

.copyright span {
    display: block !important;
    max-width: 680px !important;
    color: rgba(235,235,235,0.45) !important;
    font-size: 12px !important;
    line-height: 1.8 !important;
    text-transform: none !important;
}

/* ===== מובייל ===== */
@media screen and (max-width: 980px) {
    .wrapper,
    .container {
        width: min(100% - 24px, 720px) !important;
        max-width: 720px !important;
    }

    .container {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "center"
            "right"
            "left" !important;
        gap: 16px !important;
        margin-top: -70px !important;
        direction: rtl !important;
    }

    .left-sidebar,
    .right-sidebar,
    .content,
    .sidebar {
        width: 100% !important;
    }

    .sidebar {
        padding-top: 0 !important;
    }

    .content-page {
        padding: 30px 22px 42px !important;
    }

    .footer-block-t,
    .footer-block-b {
        width: min(100% - 36px, 1180px) !important;
    }

    .footer-block-t {
        grid-template-columns: 1fr !important;
    }

    .footer-block-b {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
}

@media screen and (max-width: 520px) {
    .container {
        width: calc(100% - 18px) !important;
    }

    .content-page {
        padding: 24px 16px 36px !important;
    }

    .events li {
        grid-template-columns: 1fr !important;
        gap: 6px !important;
    }

    .events li span {
        justify-self: start !important;
    }
}

/* =========================================================
   FORCE MU - MOBILE V2 VISUAL FIX
   מטרה:
   מובייל שיראה כמו האתר במחשב מבחינת צבעים/אווירה,
   אבל מסודר נכון למסך קטן.
   לשים בסוף style.css.
========================================================= */

@media screen and (max-width: 900px) {

    html,
    body {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow-x: hidden !important;
        background-color: #05070c !important;
    }

    body {
        direction: rtl !important;
        text-align: right !important;
        font-family: "Assistant", "Open Sans Hebrew", "Open Sans", Arial, sans-serif !important;
        color: #f5f7ff !important;

        background:
            linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.26), rgba(0,0,0,.82)),
            linear-gradient(180deg, rgba(0,0,0,.05), rgba(5,7,12,.94) 560px, #05070c 100%),
            url("../images/fon-bg-top.png") center top / auto 620px no-repeat,
            #05070c !important;
    }

    img,
    iframe,
    video,
    object,
    embed {
        max-width: 100% !important;
    }

    /* =====================================================
       HEADER + MENU
    ===================================================== */

    .top-panel {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;

        width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        min-height: 0 !important;

        padding: 9px 8px 11px !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;

        background:
            linear-gradient(180deg, rgba(18, 22, 35, .96), rgba(5, 7, 12, .98)) !important;

        border-bottom: 1px solid rgba(255, 216, 90, .18) !important;
        box-shadow: 0 10px 30px rgba(0,0,0,.55) !important;
        z-index: 999 !important;
        overflow: visible !important;
    }

    .top-panel .menu,
    .menu {
        width: 100% !important;
        height: auto !important;

        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 6px !important;

        margin: 0 !important;
        padding: 0 !important;
        direction: rtl !important;
    }

    .menu li {
        margin: 0 !important;
        padding: 0 !important;
    }

    .menu li a,
    .menu a {
        height: 34px !important;
        line-height: 34px !important;

        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;

        padding: 0 11px !important;
        border-radius: 999px !important;

        color: rgba(255,255,255,.86) !important;
        font-size: 12px !important;
        font-weight: 800 !important;
        text-transform: none !important;
        white-space: nowrap !important;

        background: rgba(255,255,255,.045) !important;
        border: 1px solid rgba(255,255,255,.07) !important;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.035) !important;
    }

    .menu li a:hover,
    .menu a:hover {
        color: #fff !important;
        background: rgba(255,216,90,.12) !important;
        border-color: rgba(255,216,90,.28) !important;
    }

    .menu li a::before,
    .menu li a::after,
    .menu a::before,
    .menu a::after {
        display: none !important;
    }

    .languages {
        width: 100% !important;
        margin: 7px 0 0 !important;

        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 7px !important;
    }

    .languages a {
        margin: 0 !important;
    }

    /* Header קטן יותר במובייל, בלי חלל ענק */
    .wrapper {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding: 0 10px !important;
        margin: 0 auto !important;
        overflow: visible !important;
    }

    .header {
        height: 300px !important;
        min-height: 300px !important;
        max-height: 300px !important;
        overflow: visible !important;
        position: relative !important;
    }

    .logo {
        top: 48px !important;
        bottom: auto !important;
        width: 100% !important;
        margin: 0 auto !important;
        text-align: center !important;
        z-index: 5 !important;
    }

    .logo a {
        width: 100% !important;
        height: auto !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin: 0 auto !important;
    }

    .logo a img {
        width: auto !important;
        max-width: min(250px, 74vw) !important;
        max-height: 118px !important;
        object-fit: contain !important;
        filter:
            drop-shadow(0 0 16px rgba(255,216,90,.20))
            drop-shadow(0 14px 26px rgba(0,0,0,.75)) !important;
    }

    .header-buttons {
        top: 70px !important;
        width: 100% !important;
        padding: 0 14px !important;
        margin: 0 auto !important;
        text-align: center !important;
        z-index: 6 !important;
    }

    .header-buttons a {
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;

        height: 44px !important;
        line-height: 44px !important;

        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;

        padding: 0 22px !important;
        border-radius: 14px !important;

        font-size: 14px !important;
        font-weight: 900 !important;
        color: #fff !important;
        white-space: nowrap !important;

        background:
            linear-gradient(180deg, rgba(255,55,75,.95), rgba(133,14,26,.95)) !important;
        border: 1px solid rgba(255,255,255,.25) !important;
        box-shadow:
            0 12px 28px rgba(0,0,0,.55),
            inset 0 1px 0 rgba(255,255,255,.28) !important;
    }

    /* =====================================================
       MAIN LAYOUT
       עמודה אחת, אבל שומר על מראה של מחשב
    ===================================================== */

    .container {
        width: 100% !important;
        max-width: 620px !important;
        min-width: 0 !important;
        min-height: 0 !important;

        margin: -42px auto 0 !important;
        padding: 0 !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 14px !important;

        direction: rtl !important;
        overflow: visible !important;
        position: relative !important;
        z-index: 50 !important;
    }

    .content {
        order: 1 !important;
    }

    .right-sidebar {
        order: 2 !important;
    }

    .left-sidebar {
        order: 3 !important;
    }

    .content,
    .sidebar,
    .left-sidebar,
    .right-sidebar {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding-top: 0 !important;
        margin: 0 !important;
        float: none !important;
        display: block !important;
        direction: rtl !important;
    }

    .content {
        background:
            linear-gradient(180deg, rgba(13,17,28,.96), rgba(8,11,19,.985)) !important;
        border: 1px solid rgba(255,255,255,.08) !important;
        border-radius: 18px !important;
        box-shadow:
            0 18px 45px rgba(0,0,0,.60),
            inset 0 1px 0 rgba(255,255,255,.045) !important;
        overflow: hidden !important;
    }

    .content-title {
        height: 76px !important;
        min-height: 76px !important;
        padding: 0 !important;

        background:
            linear-gradient(180deg, rgba(17,22,36,.96), rgba(10,13,22,.96)) !important;
        border-bottom: 1px solid rgba(255,255,255,.07) !important;
    }

    .content-page {
        min-height: 0 !important;
        padding: 34px 24px 42px !important;
        background:
            radial-gradient(circle at center top, rgba(255,216,90,.050), transparent 35%),
            linear-gradient(180deg, rgba(16,20,31,.97), rgba(8,11,19,.99)) !important;
        line-height: 1.82 !important;
        overflow: visible !important;
    }

    /* =====================================================
       HOME CONTENT
    ===================================================== */

    .force-home-unique {
        width: 100% !important;
        max-width: 100% !important;
        padding: 16px 4px 22px !important;
        margin: 0 auto !important;
        text-align: center !important;
        overflow: visible !important;
    }

    .force-home-unique::before,
    .force-home-unique::after {
        display: none !important;
    }

    .fmu-intro {
        padding: 0 0 18px !important;
    }

    .fmu-intro h1 {
        margin: 0 0 16px !important;
        color: #ffd75a !important;
        font-size: 25px !important;
        line-height: 1.22 !important;
        font-weight: 900 !important;
        text-shadow:
            0 2px 0 rgba(0,0,0,.9),
            0 0 18px rgba(255,216,90,.22) !important;
    }

    .fmu-intro h2 {
        max-width: 100% !important;
        margin: 0 auto 18px !important;
        color: #ffe47a !important;
        font-size: 17px !important;
        line-height: 1.65 !important;
        font-weight: 900 !important;
        text-shadow: 0 2px 8px rgba(0,0,0,.90) !important;
    }

    .force-home-unique p {
        max-width: 100% !important;
        margin: 0 auto 18px !important;
        color: rgba(255,255,255,.92) !important;
        font-size: 15px !important;
        line-height: 1.85 !important;
        font-weight: 800 !important;
        text-shadow: 0 2px 8px rgba(0,0,0,.85) !important;
    }

    .force-home-unique strong {
        color: #fff0a6 !important;
        font-weight: 900 !important;
    }

    .fmu-main-links,
    .fmu-sub-links {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        gap: 7px !important;
    }

    .fmu-main-links {
        margin: 20px auto 12px !important;
        color: rgba(255,255,255,.78) !important;
        font-size: 14px !important;
        line-height: 1.7 !important;
        font-weight: 900 !important;
    }

    .fmu-main-links a {
        color: #ffd75a !important;
    }

    .fmu-sub-links {
        color: rgba(255,255,255,.55) !important;
        font-size: 12px !important;
        line-height: 1.7 !important;
        font-weight: 800 !important;
    }

    .fmu-text-section h3,
    .fmu-video-section h3,
    .fmu-news-strip h3,
    .fmu-google-box h4 {
        color: #ffd75a !important;
        font-size: 22px !important;
        line-height: 1.35 !important;
        font-weight: 900 !important;
        text-align: center !important;
        text-shadow: 0 2px 8px rgba(0,0,0,.92) !important;
    }

    .fmu-video-frame {
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 15px !important;
        overflow: hidden !important;
        box-shadow: 0 16px 34px rgba(0,0,0,.55) !important;
    }

    .fmu-google-box {
        margin: 30px auto !important;
        padding: 20px 10px !important;
    }

    /* =====================================================
       SIDEBAR CARDS
    ===================================================== */

    .widget,
    .status-block,
    .red-light,
    .red-dark,
    .download-block {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        min-height: 0 !important;

        margin: 0 0 14px !important;
        border-radius: 18px !important;

        background:
            radial-gradient(circle at center top, rgba(255,216,90,.055), transparent 42%),
            linear-gradient(180deg, rgba(14,19,32,.95), rgba(7,10,18,.98)) !important;

        border: 1px solid rgba(255,255,255,.085) !important;
        box-shadow:
            0 18px 42px rgba(0,0,0,.48),
            inset 0 1px 0 rgba(255,255,255,.045) !important;

        overflow: hidden !important;
    }

    .widget {
        padding: 18px 16px !important;
    }

    .widget-title {
        margin: 0 0 15px !important;
        padding: 0 0 10px !important;
        color: #ffd75a !important;
        font-size: 15px !important;
        font-weight: 900 !important;
        text-align: right !important;
        text-transform: none !important;
        text-shadow: 0 0 12px rgba(255,216,90,.32), 0 2px 8px rgba(0,0,0,.85) !important;
    }

    .widget-title::after {
        content: "" !important;
        position: absolute !important;
        right: 0 !important;
        bottom: 0 !important;
        top: auto !important;
        width: 100% !important;
        height: 1px !important;
        background:
            linear-gradient(90deg, transparent, rgba(224,42,62,.55), rgba(255,216,90,.25), transparent) !important;
    }

    .download-block a,
    .download-button {
        width: 100% !important;
        height: 76px !important;
        min-height: 76px !important;

        padding: 0 16px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;

        border-radius: 18px !important;
        font-size: 16px !important;
        font-weight: 900 !important;
        text-align: right !important;

        background:
            radial-gradient(circle at left center, rgba(33,200,255,.26), transparent 42%),
            linear-gradient(135deg, rgba(27,77,94,.96), rgba(10,18,30,.96)) !important;

        box-shadow:
            0 16px 36px rgba(0,0,0,.45),
            0 0 26px rgba(33,200,255,.12) !important;
    }

    .download-block a span {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .download-block a b {
        font-size: 12px !important;
        color: rgba(255,255,255,.75) !important;
    }

    /* =====================================================
       LOGIN / INPUTS
    ===================================================== */

    .l-input,
    .login,
    .pass,
    .select-s {
        width: 100% !important;
        height: auto !important;
        padding: 0 !important;
        margin-bottom: 10px !important;
        background: none !important;
    }

    .l-input input,
    input,
    textarea,
    select {
        width: 100% !important;
        min-height: 44px !important;
        padding: 0 15px !important;
        font-size: 15px !important;
        color: #fff !important;

        background:
            linear-gradient(180deg, rgba(255,255,255,.060), rgba(255,255,255,.026)) !important;

        border: 1px solid rgba(255,255,255,.10) !important;
        border-radius: 13px !important;
    }

    .buttons {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
    }

    .buttons .lost {
        width: 100% !important;
        text-align: center !important;
    }

    .buttons button,
    .buttons .button {
        width: 100% !important;
    }

    .lk-coins {
        width: 100% !important;
        display: flex !important;
        justify-content: space-between !important;
        border-radius: 13px !important;
    }

    /* =====================================================
       ONLINE / EVENTS / RANKINGS
    ===================================================== */

    .status-block {
        height: auto !important;
        padding: 16px !important;
    }

    .server {
        width: 100% !important;
        font-size: 13px !important;
    }

    .server .flex-s-c {
        display: grid !important;
        grid-template-columns: 1fr auto !important;
        gap: 10px !important;
        direction: rtl !important;
    }

    .server .server-name {
        color: #ffd75a !important;
        font-weight: 900 !important;
        text-align: left !important;
    }

    .server .status-online,
    .server .status-offline,
    .server .status-off {
        float: none !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 6px !important;
        color: #26ff8b !important;
        font-weight: 900 !important;
        text-shadow: 0 0 10px rgba(38,255,139,.45) !important;
    }

    .server .status-online::before,
    .server .status-offline::before,
    .server .status-off::before {
        content: "" !important;
        width: 8px !important;
        height: 8px !important;
        border-radius: 50% !important;
        background: currentColor !important;
        box-shadow: 0 0 12px currentColor !important;
    }

    .server .status-offline,
    .server .status-off {
        color: #e02a3e !important;
    }

    .progress-bar {
        width: 100% !important;
        height: 12px !important;
        margin: 13px 0 8px !important;
        padding: 0 !important;
        overflow: hidden !important;
        border-radius: 999px !important;
        background: rgba(0,0,0,.48) !important;
        border: 1px solid rgba(255,255,255,.065) !important;
    }

    .progress-bar::after {
        display: none !important;
    }

    .progress-bar span {
        height: 100% !important;
        min-width: 7px !important;
        border-radius: 999px !important;
        background: linear-gradient(90deg, #26ff8b, #21c8ff) !important;
    }

    .desc {
        display: block !important;
        margin-top: 6px !important;
        color: rgba(245,247,255,.58) !important;
        font-size: 12px !important;
        text-align: left !important;
        text-decoration: none !important;
    }

    .events li {
        display: grid !important;
        grid-template-columns: 1fr auto !important;
        align-items: center !important;
        gap: 10px !important;

        min-height: 42px !important;
        padding: 10px 12px !important;
        margin: 0 0 8px !important;

        border: 1px solid rgba(255,255,255,.065) !important;
        border-radius: 12px !important;

        background:
            linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018)) !important;
    }

    .events li:hover {
        margin: 0 0 8px !important;
        padding: 10px 12px !important;
        transform: none !important;
    }

    .events li a {
        margin: 0 !important;
        color: rgba(245,247,255,.88) !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .events li span {
        min-width: 60px !important;
        padding: 4px 8px !important;
        border-radius: 999px !important;
        color: #e02a3e !important;
        font-size: 11px !important;
        font-weight: 900 !important;
        text-align: center !important;
        background: rgba(224,42,62,.10) !important;
        border: 1px solid rgba(224,42,62,.22) !important;
    }

    .top-title,
    .top-list {
        display: grid !important;
        grid-template-columns: 36px minmax(0, 1fr) 58px !important;
        align-items: center !important;
        gap: 8px !important;
        height: auto !important;
        min-height: 38px !important;
        padding: 8px 10px !important;
        border-radius: 11px !important;
    }

    .top-list:hover {
        margin: 0 0 6px !important;
        padding: 8px 10px !important;
        height: auto !important;
        transform: none !important;
    }

    .top-name,
    .top-number,
    .top-flag,
    .top-lvl,
    .score {
        width: auto !important;
        min-width: 0 !important;
    }

    table {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 13px !important;
        table-layout: auto !important;
    }

    table th,
    table td {
        padding: 8px 5px !important;
        word-break: break-word !important;
        white-space: normal !important;
    }

    /* =====================================================
       MEDIA / GALLERY / SLIDER
    ===================================================== */

    .gallery {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 8px !important;
    }

    .gallery li:first-child {
        grid-column: 1 / -1 !important;
    }

    .gallery li,
    .gallery li a,
    .gallery li:first-child a {
        width: 100% !important;
        height: auto !important;
    }

    .gallery li img,
    .gallery li:first-child img {
        width: 100% !important;
        height: auto !important;
        max-height: 180px !important;
        object-fit: cover !important;
        border-radius: 12px !important;
    }

    iframe {
        max-width: 100% !important;
    }

    .slider {
        width: 100% !important;
        height: auto !important;
        min-height: 220px !important;
        border-radius: 16px !important;
        overflow: hidden !important;
    }

    .slider .slides,
    .slider .slides .slide {
        width: 100% !important;
    }

    .slider .slides .slide {
        height: 230px !important;
        background-size: cover !important;
    }

    .slider .slides .slide-info {
        padding: 20px 15px !important;
    }

    .slider .slides .slide-info h2 {
        font-size: 19px !important;
    }

    .slider .slides .slide-info .slide-text {
        width: 100% !important;
        margin: 0 0 12px !important;
        padding: 12px !important;
    }

    .package-lists {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .package-lists .packages {
        width: 100% !important;
        margin: 0 !important;
    }

    /* =====================================================
       FOOTER
    ===================================================== */

    .footer,
    .footer.tick-style-footer {
        width: 100vw !important;
        min-height: 0 !important;
        height: auto !important;

        margin-top: 38px !important;
        margin-right: calc(50% - 50vw) !important;
        margin-left: calc(50% - 50vw) !important;

        padding: 42px 0 36px !important;
    }

    .footer-inner {
        width: min(100% - 28px, 620px) !important;
        margin: 0 auto !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        text-align: right !important;
    }

    .footer-bottom {
        width: min(100% - 28px, 620px) !important;
        margin: 24px auto 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 16px !important;
    }

    .footer-block-t,
    .footer-block-b {
        width: min(100% - 28px, 620px) !important;
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        margin: 0 auto !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }

    .footer-block-b {
        margin-top: 24px !important;
        padding-top: 20px !important;
        border-top: 1px solid rgba(255,255,255,.08) !important;
    }

    .footer-col,
    .footer-about,
    .footer-social,
    .footer-copy,
    .footer-block-l,
    .footer-block-r,
    .copyright {
        width: 100% !important;
        max-width: 100% !important;
    }

    .footer-brand {
        justify-content: flex-start !important;
    }

    .footer-brand img {
        max-width: 50px !important;
        height: auto !important;
    }

    .footer-brand span {
        font-size: 20px !important;
    }

    .footer-links,
    .f-menu {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }

    .f-menu li {
        margin: 0 !important;
    }

    .footer-about p,
    .footer-copy span,
    .copyright span {
        max-width: 100% !important;
        font-size: 13px !important;
        line-height: 1.8 !important;
    }

    .soc-block {
        justify-content: flex-start !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
    }

    .templstock {
        align-self: flex-start !important;
    }

    /* =====================================================
       POPUPS / EFFECTS
    ===================================================== */

    .warp-popup {
        width: 110px !important;
        max-width: 35vw !important;
        right: 10px !important;
        bottom: 10px !important;
        z-index: 99999 !important;
    }

    .modal_window {
        width: calc(100vw - 22px) !important;
        max-width: calc(100vw - 22px) !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
        margin: 18px auto !important;
        transform: none !important;
        border-radius: 16px !important;
    }

    .modal_window iframe {
        width: 100% !important;
        height: 100% !important;
    }

    .close-r {
        right: auto !important;
        left: 10px !important;
        top: 10px !important;
        margin: 0 !important;
        width: 42px !important;
        height: 42px !important;
        background-size: contain !important;
    }

    .sparks,
    .sparks > div,
    .leaves-left-1,
    .leaves-left-2,
    .leaves-left-3,
    .leaves-left-4,
    .leaves-left-5,
    .leaves-right-1,
    .leaves-right-2,
    .leaves-right-3,
    .leaves-right-4,
    .leaves-right-5,
    .slider-effect,
    .toTop-fon,
    .toTop-fon::after,
    .side-promotion,
    .side-promotion * {
        display: none !important;
    }
}

/* =========================================================
   SMALL PHONES
========================================================= */

@media screen and (max-width: 480px) {
    body {
        background:
            linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.38), rgba(0,0,0,.88)),
            linear-gradient(180deg, rgba(0,0,0,.08), #05070c 500px, #05070c 100%),
            url("../images/fon-bg-top.png") center top / auto 535px no-repeat,
            #05070c !important;
    }

    .top-panel {
        padding: 8px 5px 10px !important;
    }

    .menu {
        gap: 5px !important;
    }

    .menu li a,
    .menu a {
        height: 32px !important;
        line-height: 32px !important;
        padding: 0 8px !important;
        font-size: 11px !important;
    }

    .header {
        height: 270px !important;
        min-height: 270px !important;
        max-height: 270px !important;
    }

    .logo {
        top: 38px !important;
    }

    .logo a img {
        max-width: min(220px, 72vw) !important;
        max-height: 105px !important;
    }

    .header-buttons {
        top: 54px !important;
    }

    .header-buttons a {
        height: 40px !important;
        line-height: 40px !important;
        font-size: 13px !important;
        padding: 0 16px !important;
    }

    .wrapper {
        padding: 0 7px !important;
    }

    .container {
        max-width: 100% !important;
        margin-top: -35px !important;
        gap: 12px !important;
    }

    .content-page {
        padding: 28px 14px 34px !important;
    }

    .content-title {
        height: 64px !important;
        min-height: 64px !important;
    }

    .fmu-intro h1 {
        font-size: 21px !important;
    }

    .fmu-intro h2 {
        font-size: 15px !important;
    }

    .force-home-unique p {
        font-size: 14px !important;
        line-height: 1.8 !important;
    }

    .fmu-main-links {
        font-size: 12px !important;
    }

    .fmu-sub-links {
        font-size: 11px !important;
    }

    .fmu-text-section h3,
    .fmu-video-section h3,
    .fmu-news-strip h3,
    .fmu-google-box h4 {
        font-size: 20px !important;
    }

    .server .flex-s-c {
        grid-template-columns: 1fr !important;
        gap: 5px !important;
    }

    .server .server-name {
        text-align: right !important;
    }

    .desc {
        text-align: right !important;
    }

    .events li {
        grid-template-columns: 1fr !important;
    }

    .events li a {
        white-space: normal !important;
        overflow: visible !important;
    }

    .events li span {
        justify-self: start !important;
        min-width: 0 !important;
    }

    .top-title,
    .top-list {
        grid-template-columns: 30px minmax(0, 1fr) 44px !important;
        font-size: 11px !important;
    }

    table {
        font-size: 11px !important;
    }

    table th,
    table td {
        padding: 6px 3px !important;
    }

    .gallery {
        grid-template-columns: 1fr !important;
    }

    .warp-popup {
        width: 96px !important;
        max-width: 32vw !important;
    }
}

/* =========================================================
   FORCE MU - UNIQUE STYLE REAL MOBILE PATCH
   חובה בסוף style.css
   כולל תפריט המבורגר אמיתי + עמודה אחת מסודרת
========================================================= */

@media screen and (min-width: 901px) {
    .mobile-menu-toggle { display: none !important; }
}

html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

img, iframe, video, object, embed {
    max-width: 100% !important;
}

@media screen and (max-width: 900px) {
    :root {
        --m-bg: #05070c;
        --m-panel: rgba(10,14,25,.965);
        --m-border: rgba(255,255,255,.09);
        --m-gold: #ffd75a;
        --m-red: #e02a3e;
        --m-blue: #21c8ff;
        --m-green: #26ff8b;
        --m-text: #f5f7ff;
    }

    html, body {
        width: 100% !important;
        min-width: 0 !important;
        background: var(--m-bg) !important;
        overflow-x: hidden !important;
    }

    body {
        direction: rtl !important;
        text-align: right !important;
        color: var(--m-text) !important;
        font-family: "Assistant", "Open Sans Hebrew", "Open Sans", Arial, sans-serif !important;
        font-size: 14px !important;
        line-height: 1.7 !important;
        background:
            linear-gradient(90deg, rgba(0,0,0,.90), rgba(0,0,0,.26), rgba(0,0,0,.90)),
            linear-gradient(180deg, rgba(0,0,0,.06), rgba(5,7,12,.92) 560px, #05070c 100%),
            url("../images/fon-bg-top.png") center top / auto 620px no-repeat,
            #05070c !important;
        background-attachment: scroll !important;
    }

    /* TOP BAR כמו מובייל אמיתי */
    .top-panel {
        position: sticky !important;
        top: 0 !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        min-width: 0 !important;
        height: 58px !important;
        min-height: 58px !important;
        padding: 0 14px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-direction: row !important;
        background: linear-gradient(180deg, rgba(18,22,35,.98), rgba(5,7,12,.99)) !important;
        border-bottom: 1px solid rgba(255,216,90,.18) !important;
        box-shadow: 0 10px 28px rgba(0,0,0,.62) !important;
        z-index: 99999 !important;
        overflow: visible !important;
    }

    .top-panel::before {
        content: "FORCE MU";
        order: 2 !important;
        color: #fff !important;
        font-size: 17px !important;
        font-weight: 900 !important;
        letter-spacing: .7px !important;
        text-shadow: 0 0 14px rgba(255,216,90,.22) !important;
    }

    .mobile-menu-toggle {
        order: 3 !important;
        width: 42px !important;
        height: 42px !important;
        padding: 0 !important;
        display: inline-flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 5px !important;
        border-radius: 13px !important;
        border: 1px solid rgba(255,216,90,.26) !important;
        background: linear-gradient(180deg, rgba(255,216,90,.10), rgba(224,42,62,.08)), rgba(255,255,255,.04) !important;
        box-shadow: 0 10px 24px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.06) !important;
        cursor: pointer !important;
        z-index: 100001 !important;
    }

    .mobile-menu-toggle span {
        width: 20px !important;
        height: 2px !important;
        display: block !important;
        border-radius: 10px !important;
        background: #fff !important;
        box-shadow: 0 0 8px rgba(255,216,90,.25) !important;
        transition: .22s ease !important;
    }

    body.mobile-menu-open .mobile-menu-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg) !important;
    }
    body.mobile-menu-open .mobile-menu-toggle span:nth-child(2) {
        opacity: 0 !important;
    }
    body.mobile-menu-open .mobile-menu-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg) !important;
    }

    .languages {
        order: 1 !important;
        width: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 6px !important;
        margin: 0 !important;
    }

    .languages a {
        margin: 0 !important;
        padding: 0 !important;
    }

    .top-panel .menu,
    .menu {
        position: fixed !important;
        top: 58px !important;
        right: 10px !important;
        left: 10px !important;
        width: auto !important;
        height: auto !important;
        max-height: calc(100vh - 76px) !important;
        overflow-y: auto !important;
        margin: 0 !important;
        padding: 12px !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        direction: rtl !important;
        background:
            radial-gradient(circle at center top, rgba(255,216,90,.065), transparent 38%),
            linear-gradient(180deg, rgba(16,21,34,.985), rgba(7,10,18,.995)) !important;
        border: 1px solid rgba(255,216,90,.18) !important;
        border-radius: 0 0 18px 18px !important;
        box-shadow: 0 28px 70px rgba(0,0,0,.82), inset 0 1px 0 rgba(255,255,255,.05) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translateY(-10px) !important;
        transition: .22s ease !important;
        z-index: 100000 !important;
    }

    body.mobile-menu-open .top-panel .menu,
    body.mobile-menu-open .menu {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateY(0) !important;
    }

    .menu li {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .menu li a, .menu a {
        width: 100% !important;
        height: 46px !important;
        line-height: 46px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        padding: 0 15px !important;
        border-radius: 13px !important;
        color: rgba(255,255,255,.88) !important;
        font-size: 15px !important;
        font-weight: 900 !important;
        text-align: right !important;
        text-transform: none !important;
        white-space: nowrap !important;
        background: rgba(255,255,255,.045) !important;
        border: 1px solid rgba(255,255,255,.07) !important;
    }

    .menu li a::before, .menu a::before {
        content: "" !important;
        display: inline-block !important;
        position: static !important;
        width: 7px !important;
        height: 7px !important;
        margin-left: 10px !important;
        border-radius: 50% !important;
        background: var(--m-red) !important;
        border: 0 !important;
        box-shadow: 0 0 10px rgba(224,42,62,.8) !important;
        flex: 0 0 auto !important;
    }

    .menu li a::after, .menu a::after { display: none !important; }

    /* HERO */
    .wrapper {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 auto !important;
        padding: 0 10px !important;
        overflow: visible !important;
    }

    .header {
        width: 100% !important;
        height: 320px !important;
        min-height: 320px !important;
        max-height: 320px !important;
        position: relative !important;
        overflow: visible !important;
    }

    .logo {
        top: 54px !important;
        bottom: auto !important;
        width: 100% !important;
        margin: 0 auto !important;
        text-align: center !important;
        position: relative !important;
        z-index: 2 !important;
    }

    .logo a {
        width: 100% !important;
        height: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 auto !important;
    }

    .logo a img {
        width: auto !important;
        max-width: min(270px, 76vw) !important;
        max-height: 130px !important;
        object-fit: contain !important;
        filter: drop-shadow(0 0 18px rgba(255,216,90,.22)) drop-shadow(0 16px 30px rgba(0,0,0,.78)) !important;
    }

    .header-buttons {
        top: 78px !important;
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0 14px !important;
        text-align: center !important;
        position: relative !important;
        z-index: 3 !important;
    }

    .header-buttons a {
        width: auto !important;
        max-width: 100% !important;
        min-width: 220px !important;
        height: 46px !important;
        line-height: 46px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 24px !important;
        border-radius: 16px !important;
        color: #fff !important;
        font-size: 15px !important;
        font-weight: 900 !important;
        white-space: nowrap !important;
        background: linear-gradient(180deg, rgba(255,58,76,.98), rgba(128,13,25,.98)) !important;
        border: 1px solid rgba(255,255,255,.28) !important;
        box-shadow: 0 16px 34px rgba(0,0,0,.58), 0 0 24px rgba(224,42,62,.25), inset 0 1px 0 rgba(255,255,255,.30) !important;
        text-shadow: 0 2px 6px rgba(0,0,0,.80) !important;
    }

    .sparks, .sparks > div, .leaves-left-1, .leaves-left-2, .leaves-left-3, .leaves-left-4,
    .leaves-left-5, .leaves-right-1, .leaves-right-2, .leaves-right-3, .leaves-right-4,
    .leaves-right-5, .slider-effect, .side-promotion, .side-promotion * {
        display: none !important;
    }

    /* TRUE MOBILE LAYOUT */
    .container {
        width: 100% !important;
        max-width: 620px !important;
        min-width: 0 !important;
        min-height: 0 !important;
        margin: -34px auto 0 !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 14px !important;
        direction: rtl !important;
        overflow: visible !important;
        position: relative !important;
        z-index: 50 !important;
    }

    .content { order: 1 !important; }
    .right-sidebar { order: 2 !important; }
    .left-sidebar { order: 3 !important; }

    .content, .sidebar, .left-sidebar, .right-sidebar {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding-top: 0 !important;
        margin: 0 !important;
        float: none !important;
        display: block !important;
        direction: rtl !important;
    }

    .content {
        background: linear-gradient(180deg, rgba(13,17,28,.965), rgba(8,11,19,.990)) !important;
        border: 1px solid rgba(255,255,255,.085) !important;
        border-radius: 22px !important;
        box-shadow: 0 20px 52px rgba(0,0,0,.64), inset 0 1px 0 rgba(255,255,255,.045) !important;
        overflow: hidden !important;
    }

    .content-title {
        height: 74px !important;
        min-height: 74px !important;
        padding: 0 !important;
        background: linear-gradient(180deg, rgba(18,23,36,.965), rgba(9,12,20,.965)) !important;
        border-bottom: 1px solid rgba(255,255,255,.07) !important;
    }

    .content-page {
        min-height: 0 !important;
        padding: 36px 24px 42px !important;
        background: radial-gradient(circle at center top, rgba(255,216,90,.052), transparent 36%), linear-gradient(180deg, rgba(16,20,31,.970), rgba(8,11,19,.992)) !important;
        line-height: 1.86 !important;
        overflow: visible !important;
        font-size: 15px !important;
    }

    .force-home-unique {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 10px 2px 24px !important;
        text-align: center !important;
        overflow: visible !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .force-home-unique::before, .force-home-unique::after { display: none !important; }

    .fmu-intro h1 {
        margin: 0 0 16px !important;
        color: var(--m-gold) !important;
        font-size: 25px !important;
        line-height: 1.24 !important;
        font-weight: 900 !important;
        text-shadow: 0 2px 0 rgba(0,0,0,.92), 0 0 18px rgba(255,216,90,.24) !important;
    }

    .fmu-intro h2 {
        max-width: 100% !important;
        margin: 0 auto 18px !important;
        color: #ffe47a !important;
        font-size: 17px !important;
        line-height: 1.65 !important;
        font-weight: 900 !important;
    }

    .force-home-unique p {
        max-width: 100% !important;
        margin: 0 auto 18px !important;
        color: rgba(255,255,255,.92) !important;
        font-size: 15px !important;
        line-height: 1.86 !important;
        font-weight: 800 !important;
    }

    /* CARDS */
    .widget, .status-block, .red-light, .red-dark, .download-block {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        min-height: 0 !important;
        margin: 0 0 14px !important;
        border-radius: 20px !important;
        background: radial-gradient(circle at center top, rgba(255,216,90,.055), transparent 42%), linear-gradient(180deg, rgba(14,19,32,.955), rgba(7,10,18,.985)) !important;
        border: 1px solid rgba(255,255,255,.085) !important;
        box-shadow: 0 18px 42px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.045) !important;
        overflow: hidden !important;
    }

    .widget { padding: 18px 16px !important; }

    .widget-title {
        margin: 0 0 15px !important;
        padding: 0 0 10px !important;
        color: var(--m-gold) !important;
        font-size: 15px !important;
        font-weight: 900 !important;
        text-align: right !important;
        text-transform: none !important;
    }

    .download-block a, .download-button {
        width: 100% !important;
        height: 76px !important;
        min-height: 76px !important;
        padding: 0 17px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        border-radius: 20px !important;
        font-size: 16px !important;
        font-weight: 900 !important;
        text-align: right !important;
        background: radial-gradient(circle at left center, rgba(33,200,255,.25), transparent 42%), linear-gradient(135deg, rgba(27,77,94,.96), rgba(10,18,30,.96)) !important;
    }

    .download-block a span { padding: 0 !important; }

    .l-input, .login, .pass, .select-s {
        width: 100% !important;
        height: auto !important;
        padding: 0 !important;
        margin-bottom: 10px !important;
        background: none !important;
    }

    .l-input input, input, textarea, select {
        width: 100% !important;
        min-height: 44px !important;
        padding: 0 15px !important;
        font-size: 15px !important;
        color: #fff !important;
        background: linear-gradient(180deg, rgba(255,255,255,.060), rgba(255,255,255,.026)) !important;
        border: 1px solid rgba(255,255,255,.10) !important;
        border-radius: 13px !important;
    }

    .buttons {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
    }

    .buttons .lost, .buttons button, .buttons .button { width: 100% !important; }

    .status-block { height: auto !important; padding: 16px !important; }
    .server { width: 100% !important; font-size: 13px !important; }

    .server .flex-s-c {
        display: grid !important;
        grid-template-columns: 1fr auto !important;
        gap: 10px !important;
        direction: rtl !important;
    }

    .progress-bar {
        width: 100% !important;
        height: 12px !important;
        margin: 13px 0 8px !important;
        padding: 0 !important;
        overflow: hidden !important;
        border-radius: 999px !important;
        background: rgba(0,0,0,.48) !important;
        border: 1px solid rgba(255,255,255,.065) !important;
    }

    .progress-bar::after { display: none !important; }
    .progress-bar span { height: 100% !important; border-radius: 999px !important; background: linear-gradient(90deg, var(--m-green), var(--m-blue)) !important; }

    .events li {
        display: grid !important;
        grid-template-columns: 1fr auto !important;
        align-items: center !important;
        gap: 10px !important;
        min-height: 42px !important;
        padding: 10px 12px !important;
        margin: 0 0 8px !important;
        border: 1px solid rgba(255,255,255,.065) !important;
        border-radius: 12px !important;
        background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018)) !important;
    }

    .events li:hover { margin: 0 0 8px !important; padding: 10px 12px !important; transform: none !important; }

    .events li a {
        margin: 0 !important;
        color: rgba(245,247,255,.88) !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .events li span {
        min-width: 60px !important;
        padding: 4px 8px !important;
        border-radius: 999px !important;
        color: var(--m-red) !important;
        font-size: 11px !important;
        font-weight: 900 !important;
        text-align: center !important;
        background: rgba(224,42,62,.10) !important;
        border: 1px solid rgba(224,42,62,.22) !important;
    }

    .top-title, .top-list {
        display: grid !important;
        grid-template-columns: 36px minmax(0, 1fr) 58px !important;
        align-items: center !important;
        gap: 8px !important;
        height: auto !important;
        min-height: 38px !important;
        padding: 8px 10px !important;
        border-radius: 11px !important;
    }

    .top-list:hover { margin: 0 0 6px !important; padding: 8px 10px !important; height: auto !important; transform: none !important; }

    table { width: 100% !important; max-width: 100% !important; font-size: 13px !important; }
    table th, table td { padding: 8px 5px !important; word-break: break-word !important; white-space: normal !important; }

    .gallery { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 8px !important; }
    .gallery li:first-child { grid-column: 1 / -1 !important; }
    .gallery li, .gallery li a, .gallery li:first-child a { width: 100% !important; height: auto !important; }
    .gallery li img, .gallery li:first-child img { width: 100% !important; height: auto !important; max-height: 180px !important; object-fit: cover !important; border-radius: 12px !important; }

    .footer, .footer.tick-style-footer {
        width: 100vw !important;
        min-height: 0 !important;
        height: auto !important;
        margin-top: 38px !important;
        margin-right: calc(50% - 50vw) !important;
        margin-left: calc(50% - 50vw) !important;
        padding: 42px 0 36px !important;
    }

    .footer-inner, .footer-bottom, .footer-block-t, .footer-block-b {
        width: min(100% - 28px, 620px) !important;
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        margin: 0 auto !important;
    }

    .footer-inner { display: grid !important; grid-template-columns: 1fr !important; gap: 24px !important; text-align: right !important; }
    .footer-bottom, .footer-block-t, .footer-block-b { display: flex !important; flex-direction: column !important; align-items: flex-start !important; gap: 18px !important; padding: 0 !important; }

    .footer-col, .footer-about, .footer-social, .footer-copy, .footer-block-l, .footer-block-r, .copyright {
        width: 100% !important;
        max-width: 100% !important;
    }

    .footer-links, .f-menu {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }
    .discord-widget iframe {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 14px !important;
    overflow: hidden !important;
}
/* =========================================================
   FORCE MU - RIGHT SIDEBAR / FOOTER MOBILE SAFETY FIX
   להדביק בסוף style.css אם לא החלפת את הקובץ המלא
========================================================= */

.server-desc-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 6px !important;
}

.players-count {
    color: #26ff8b !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    text-shadow: 0 0 10px rgba(38,255,139,.35) !important;
}

.discord-widget iframe {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 14px !important;
    overflow: hidden !important;
}

.sidebar_rank img {
    max-width: 14px !important;
    height: auto !important;
    vertical-align: middle !important;
    margin-right: 4px !important;
}

.footer-bottom {
    position: relative !important;
    z-index: 2 !important;
}

@media screen and (max-width: 900px) {
    .server-desc-row {
        align-items: flex-start !important;
    }

    .discord-widget iframe {
        height: 420px !important;
    }

    .crew-widget table,
    .sidebar_rank {
        width: 100% !important;
        table-layout: auto !important;
    }

    .crew-widget th,
    .crew-widget td,
    .sidebar_rank th,
    .sidebar_rank td {
        white-space: normal !important;
        word-break: break-word !important;
    }

    .footer-bottom {
        width: min(100% - 28px, 620px) !important;
        margin: 24px auto 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 16px !important;
        padding-top: 20px !important;
        border-top: 1px solid rgba(255,255,255,.08) !important;
    }
}

@media screen and (max-width: 480px) {
    .server-desc-row {
        flex-direction: column !important;
        gap: 4px !important;
    }

    .discord-widget iframe {
        height: 360px !important;
    }
}


@media screen and (max-width: 900px) {
    .discord-widget iframe {
        height: 420px !important;
    }
}

    .f-menu li { margin: 0 !important; }
    .soc-block { justify-content: flex-start !important; flex-wrap: wrap !important; gap: 10px !important; }

    .warp-popup {
        width: 105px !important;
        max-width: 34vw !important;
        right: 10px !important;
        bottom: 10px !important;
        z-index: 99999 !important;
    }

    .toTop-fon, .toTop-fon::after { display: none !important; }
}

@media screen and (max-width: 480px) {
    body {
        background:
            linear-gradient(90deg, rgba(0,0,0,.90), rgba(0,0,0,.38), rgba(0,0,0,.90)),
            linear-gradient(180deg, rgba(0,0,0,.06), #05070c 500px, #05070c 100%),
            url("../images/fon-bg-top.png") center top / auto 540px no-repeat,
            #05070c !important;
    }

    .header { height: 285px !important; min-height: 285px !important; max-height: 285px !important; }
    .logo { top: 42px !important; }
    .logo a img { max-width: min(230px, 74vw) !important; max-height: 112px !important; }
    .header-buttons { top: 60px !important; }
    .header-buttons a { min-width: 210px !important; height: 42px !important; line-height: 42px !important; font-size: 13px !important; padding: 0 17px !important; }
    .container { margin-top: -30px !important; }
    .content-page { padding: 30px 14px 36px !important; font-size: 14px !important; }
    .fmu-intro h1 { font-size: 21px !important; }
    .fmu-intro h2 { font-size: 15px !important; }
    .force-home-unique p { font-size: 14px !important; line-height: 1.82 !important; }

    .server .flex-s-c { grid-template-columns: 1fr !important; gap: 5px !important; }
    .server .server-name, .desc { text-align: right !important; }
    .events li { grid-template-columns: 1fr !important; }
    .events li a { white-space: normal !important; overflow: visible !important; }
    .events li span { justify-self: start !important; min-width: 0 !important; }
    .gallery { grid-template-columns: 1fr !important; }
}
/* =========================================================
   FORCE MU - FINAL CLEAN GAME UI PATCH
   לשים ממש בסוף style.css
   מטרה:
   עיצוב נקי, מודרני, מסודר לכל הבלוקים באתר
========================================================= */

:root {
    --force-bg: #05070c;
    --force-panel: rgba(10, 14, 25, 0.94);
    --force-panel-light: rgba(18, 24, 38, 0.92);
    --force-border: rgba(255, 255, 255, 0.085);
    --force-border-gold: rgba(255, 216, 90, 0.22);
    --force-gold: #ffd75a;
    --force-gold-soft: #fff0a6;
    --force-red: #e02a3e;
    --force-blue: #22c8ff;
    --force-green: #26ff8b;
    --force-text: #f5f7ff;
    --force-muted: #aeb8ca;
    --force-radius: 18px;
}

/* =========================================================
   בסיס כללי
========================================================= */

body {
    direction: rtl !important;
    text-align: right !important;
    color: var(--force-text) !important;
    font-family: "Assistant", "Open Sans Hebrew", "Open Sans", Arial, sans-serif !important;
    background:
        linear-gradient(90deg, rgba(0,0,0,.76), rgba(0,0,0,.12) 35%, rgba(0,0,0,.12) 65%, rgba(0,0,0,.76)),
        linear-gradient(180deg, rgba(0,0,0,.08), rgba(5,7,12,.92) 850px, #05070c 100%),
        url("../images/fon-bg-top.png") center top / 100% auto no-repeat,
        #05070c !important;
    background-attachment: scroll !important;
}

.wrapper {
    max-width: 1200px !important;
    width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* =========================================================
   מבנה עמודות RTL
========================================================= */

.container {
    width: 1200px !important;
    display: grid !important;
    grid-template-columns: 285px 630px 285px !important;
    grid-template-areas: "left center right" !important;
    gap: 0 !important;
    direction: ltr !important;
    align-items: start !important;
    margin: -105px auto 0 !important;
    overflow: visible !important;
}

.left-sidebar {
    grid-area: left !important;
    width: 285px !important;
    direction: rtl !important;
}

.content {
    grid-area: center !important;
    width: 630px !important;
    direction: rtl !important;
}

.right-sidebar {
    grid-area: right !important;
    width: 285px !important;
    direction: rtl !important;
}

.sidebar {
    width: 285px !important;
    padding-top: 58px !important;
}

/* =========================================================
   כרטיסים כלליים - כל הבלוקים
========================================================= */

.widget,
.status-block,
.download-block,
.content,
.red-light,
.red-dark,
.box-style1,
.box-style4 {
    border-radius: var(--force-radius) !important;
    border: 1px solid var(--force-border) !important;
    background:
        radial-gradient(circle at center top, rgba(255,216,90,0.055), transparent 42%),
        linear-gradient(180deg, rgba(15, 20, 34, 0.95), rgba(7, 10, 18, 0.985)) !important;
    box-shadow:
        0 18px 45px rgba(0,0,0,0.52),
        inset 0 1px 0 rgba(255,255,255,0.045) !important;
    overflow: hidden !important;
}

.widget {
    min-height: auto !important;
    padding: 18px 15px !important;
    margin: 0 0 16px 0 !important;
}

/* אפקט ריחוף עדין */
.widget:hover,
.status-block:hover,
.download-block:hover {
    border-color: rgba(255,216,90,0.18) !important;
    box-shadow:
        0 22px 55px rgba(0,0,0,0.58),
        0 0 24px rgba(255,216,90,0.04),
        inset 0 1px 0 rgba(255,255,255,0.055) !important;
}

/* =========================================================
   כותרות וידג׳טים
========================================================= */

.widget-title,
.box-style1 .title,
.box-style4 .title {
    position: relative !important;
    margin: 0 0 16px !important;
    padding: 0 0 12px !important;
    color: var(--force-gold) !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
    text-align: center !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-family: "Assistant", "Open Sans Hebrew", Arial, sans-serif !important;
    text-shadow:
        0 0 12px rgba(255,216,90,0.34),
        0 2px 8px rgba(0,0,0,0.85) !important;
    background: none !important;
    box-shadow: none !important;
}

.widget-title::after,
.box-style1 .title::after,
.box-style4 .title::after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 1px !important;
    background:
        linear-gradient(90deg, transparent, rgba(224,42,62,0.45), rgba(255,216,90,0.35), transparent) !important;
}

.widget-title span,
.widget-title a {
    display: block !important;
    margin-top: 5px !important;
    color: rgba(255,255,255,0.70) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    text-shadow: none !important;
}

/* =========================================================
   כפתור הורדה
========================================================= */

.download-block {
    height: 92px !important;
    padding: 0 !important;
    margin: 0 0 16px !important;
}

.download-block a,
.download-block a.download-button {
    width: 100% !important;
    height: 92px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 18px !important;
    border-radius: var(--force-radius) !important;
    background:
        radial-gradient(circle at left center, rgba(34,200,255,0.28), transparent 42%),
        linear-gradient(135deg, rgba(25, 84, 104, 0.96), rgba(8, 14, 25, 0.98)) !important;
    color: #fff !important;
    text-align: center !important;
    box-shadow:
        0 18px 42px rgba(0,0,0,0.48),
        0 0 28px rgba(34,200,255,0.10) !important;
}

.download-block a span {
    padding: 0 !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.85) !important;
}

.download-block a b {
    display: block !important;
    margin-top: 4px !important;
    color: rgba(255,255,255,0.76) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

/* =========================================================
   פאנל משתמש צדדי
========================================================= */

.fmu-user-widget {
    padding: 0 !important;
}

.fmu-user-widget-title {
    height: 48px !important;
    line-height: 48px !important;
    text-align: center !important;
    color: var(--force-gold) !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    border-bottom: 1px solid rgba(255,255,255,0.07) !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(0,0,0,0.12)) !important;
}

.fmu-user-welcome {
    margin: 14px !important;
    padding: 12px 10px !important;
    text-align: center !important;
    border: 1px solid rgba(255,216,90,0.16) !important;
    border-radius: 12px !important;
    background: rgba(0,0,0,0.22) !important;
}

.fmu-user-welcome span {
    color: rgba(255,255,255,0.72) !important;
    font-size: 12px !important;
}

.fmu-user-welcome strong {
    color: var(--force-gold) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
}

.fmu-user-coins {
    margin: 0 14px 12px !important;
    display: grid !important;
    gap: 8px !important;
}

.fmu-user-coin {
    min-height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 8px 10px !important;
    border-radius: 10px !important;
    border: 1px solid rgba(255,255,255,0.06) !important;
    background: rgba(255,255,255,0.035) !important;
}

.fmu-coin-label {
    color: rgba(255,255,255,0.66) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.fmu-user-coin strong {
    color: var(--force-gold) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
}

.fmu-user-menu {
    margin: 0 !important;
    padding: 0 !important;
}

.fmu-user-menu li {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.045) !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.025), rgba(0,0,0,0.16)) !important;
}

.fmu-user-menu li a {
    min-height: 42px !important;
    line-height: 42px !important;
    display: block !important;
    padding: 0 16px !important;
    text-align: center !important;
    color: #d7b77a !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    transition: 0.18s ease !important;
}

.fmu-user-menu li a:hover {
    color: var(--force-gold-soft) !important;
    background:
        radial-gradient(circle at center, rgba(255,216,90,0.09), transparent 62%),
        rgba(255,255,255,0.035) !important;
}

.fmu-user-menu .fmu-logout a {
    color: #ffb6a0 !important;
}

/* =========================================================
   סטטוס שרת
========================================================= */

.status-block {
    height: auto !important;
    min-height: 112px !important;
    padding: 17px 15px !important;
    margin: 0 0 16px !important;
}

.server {
    width: 100% !important;
    font-size: 13px !important;
}

.server .flex-s-c {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    gap: 10px !important;
    direction: rtl !important;
}

.server .server-name {
    color: var(--force-gold) !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    text-align: right !important;
    text-shadow: 0 0 10px rgba(255,216,90,0.35) !important;
}

.server .status-online,
.server .status-offline,
.server .status-off {
    float: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: var(--force-green) !important;
    font-weight: 900 !important;
    font-size: 13px !important;
    text-shadow: 0 0 10px rgba(38,255,139,0.45) !important;
}

.server .status-online::before,
.server .status-offline::before,
.server .status-off::before {
    content: "" !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: currentColor !important;
    box-shadow: 0 0 12px currentColor !important;
}

.server .status-offline,
.server .status-off {
    color: var(--force-red) !important;
}

.progress-bar {
    width: 100% !important;
    height: 12px !important;
    margin: 14px 0 8px !important;
    padding: 0 !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255,255,255,0.065) !important;
    background: rgba(0,0,0,0.48) !important;
}

.progress-bar::after {
    display: none !important;
}

.progress-bar span {
    height: 100% !important;
    min-width: 7px !important;
    display: block !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, var(--force-green), var(--force-blue)) !important;
    box-shadow:
        0 0 12px rgba(38,255,139,0.45),
        0 0 18px rgba(34,200,255,0.22) !important;
}

.desc {
    display: block !important;
    color: rgba(255,255,255,0.58) !important;
    font-size: 12px !important;
    text-decoration: none !important;
}

/* =========================================================
   לוח אירועים
========================================================= */

.events {
    direction: rtl !important;
    line-height: 1.25 !important;
}

.events li {
    min-height: 42px !important;
    margin: 0 0 8px !important;
    padding: 10px 12px !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    gap: 12px !important;
    border: 1px solid rgba(255,255,255,0.065) !important;
    border-radius: 12px !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.018)) !important;
    transition: 0.22s ease !important;
}

.events li:hover {
    margin: 0 0 8px !important;
    padding: 10px 12px !important;
    transform: translateY(-2px) !important;
    border-color: rgba(255,216,90,0.30) !important;
    background:
        linear-gradient(180deg, rgba(255,216,90,0.085), rgba(224,42,62,0.035)) !important;
    box-shadow:
        0 12px 26px rgba(0,0,0,0.36),
        0 0 18px rgba(255,216,90,0.08) !important;
}

.events li a {
    display: block !important;
    margin: 0 !important;
    color: rgba(255,255,255,0.86) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.events li span {
    min-width: 64px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 4px 8px !important;
    border-radius: 999px !important;
    color: var(--force-red) !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    background: rgba(224,42,62,0.10) !important;
    border: 1px solid rgba(224,42,62,0.22) !important;
}

/* =========================================================
   טבלאות / צוות / דירוגים
========================================================= */

table,
.sidebar_rank,
.cs-registered {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    overflow: hidden !important;
    border-radius: 12px !important;
}

table th,
table td,
.sidebar_rank th,
.sidebar_rank td,
.cs-registered th,
.cs-registered td {
    padding: 10px 8px !important;
    border: 1px solid rgba(255,255,255,0.06) !important;
    color: rgba(255,255,255,0.84) !important;
    background: rgba(255,255,255,0.035) !important;
    text-align: center !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

table th,
.sidebar_rank th,
.cs-registered th {
    color: var(--force-gold) !important;
    font-weight: 900 !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.085), rgba(255,255,255,0.04)) !important;
}

table tr:nth-child(odd) td {
    background: rgba(255,255,255,0.025) !important;
}

table tr:hover td {
    background: rgba(255,216,90,0.075) !important;
}

/* טופ רשימות ישנות */
.top-title,
.top-list {
    display: grid !important;
    grid-template-columns: 36px 1fr 62px !important;
    align-items: center !important;
    gap: 8px !important;
    height: auto !important;
    min-height: 38px !important;
    padding: 8px 10px !important;
    border-radius: 10px !important;
}

.top-title {
    margin-bottom: 7px !important;
    color: var(--force-gold) !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.035)) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
}

.top-list {
    margin: 0 0 6px !important;
    color: rgba(255,255,255,0.78) !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.018)) !important;
    border: 1px solid rgba(255,255,255,0.055) !important;
    transition: 0.22s ease !important;
}

.top-list:hover {
    margin: 0 0 6px !important;
    padding: 8px 10px !important;
    height: auto !important;
    transform: translateY(-2px) !important;
    background:
        linear-gradient(180deg, rgba(255,216,90,0.09), rgba(224,42,62,0.035)) !important;
    border-color: rgba(255,216,90,0.26) !important;
    box-shadow: 0 10px 22px rgba(0,0,0,0.32) !important;
}

.top-number,
.top-flag,
.top-name,
.top-lvl,
.score {
    width: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
}

.top-name {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* =========================================================
   תוכן מרכזי
========================================================= */

.content {
    background:
        linear-gradient(180deg, rgba(13,17,28,0.965), rgba(8,11,19,0.99)) !important;
    border-radius: 20px !important;
    border: 1px solid var(--force-border) !important;
    overflow: hidden !important;
    box-shadow:
        0 20px 55px rgba(0,0,0,0.56),
        inset 0 1px 0 rgba(255,255,255,0.045) !important;
}

.content-title {
    display: none !important;
}

.content-page {
    min-height: 600px !important;
    margin: 0 !important;
    padding: 42px 44px 58px !important;
    background:
        radial-gradient(circle at center top, rgba(255,216,90,0.055), transparent 36%),
        linear-gradient(180deg, rgba(15,20,32,0.97), rgba(8,11,19,0.99)) !important;
    line-height: 1.85 !important;
    overflow: visible !important;
}

.content-page h1,
.content-page h2,
.content-page h3 {
    color: var(--force-gold) !important;
    font-weight: 900 !important;
    text-align: center !important;
    text-transform: none !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.85) !important;
}

.content-page p {
    color: rgba(255,255,255,0.90) !important;
    font-size: 15px !important;
    line-height: 1.85 !important;
}

/* =========================================================
   כפתורים
========================================================= */

button,
.button,
.custom_button,
input[type="submit"] {
    border: 1px solid rgba(255,255,255,0.10) !important;
    border-radius: 12px !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.13), rgba(255,255,255,0.035)) !important;
    color: #fff !important;
    box-shadow:
        0 8px 22px rgba(0,0,0,0.42),
        inset 0 1px 0 rgba(255,255,255,0.10) !important;
    transition: 0.22s ease !important;
    font-family: "Assistant", "Open Sans Hebrew", Arial, sans-serif !important;
    text-transform: none !important;
}

button:hover,
.button:hover,
.custom_button:hover,
input[type="submit"]:hover {
    transform: translateY(-2px) !important;
    filter: brightness(1.12) !important;
    border-color: rgba(255,216,90,0.26) !important;
}

/* =========================================================
   שדות התחברות וטפסים
========================================================= */

input,
textarea,
select {
    color: #fff !important;
    font-family: "Assistant", "Open Sans Hebrew", Arial, sans-serif !important;
}

.l-input,
.login,
.pass,
.select-s,
.select-s-page {
    width: 100% !important;
    height: 45px !important;
    min-height: 45px !important;
    margin: 0 0 11px 0 !important;
    padding: 0 !important;
    background: none !important;
}

.l-input input,
.login input,
.pass input {
    width: 100% !important;
    height: 45px !important;
    padding: 0 15px !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    border-radius: 13px !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.060), rgba(255,255,255,0.026)) !important;
    color: #fff !important;
}

::placeholder {
    color: rgba(255,255,255,0.48) !important;
}

/* =========================================================
   Discord / iframe / media
========================================================= */

.discord-widget iframe,
iframe {
    max-width: 100% !important;
    border-radius: 14px !important;
}

.gallery {
    gap: 8px !important;
}

.gallery li img {
    border-radius: 12px !important;
    object-fit: cover !important;
}

/* =========================================================
   מובייל
========================================================= */

@media screen and (max-width: 980px) {
    .wrapper {
        width: min(100% - 24px, 720px) !important;
        max-width: 720px !important;
        padding: 0 !important;
    }

    .container {
        width: 100% !important;
        max-width: 720px !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
        margin: -45px auto 0 !important;
        direction: rtl !important;
    }

    .content {
        order: 1 !important;
    }

    .right-sidebar {
        order: 2 !important;
    }

    .left-sidebar {
        order: 3 !important;
    }

    .left-sidebar,
    .right-sidebar,
    .content,
    .sidebar {
        width: 100% !important;
        max-width: 100% !important;
        padding-top: 0 !important;
        margin: 0 !important;
    }

    .content-page {
        padding: 32px 24px 44px !important;
    }
}

@media screen and (max-width: 520px) {
    .wrapper {
        width: calc(100% - 18px) !important;
    }

    .container {
        margin-top: -32px !important;
    }

    .content-page {
        padding: 28px 16px 38px !important;
    }

    .events li {
        grid-template-columns: 1fr !important;
    }

    .events li span {
        justify-self: start !important;
        min-width: 0 !important;
    }

    .top-title,
    .top-list {
        grid-template-columns: 32px 1fr 48px !important;
        font-size: 12px !important;
    }

    table th,
    table td {
        padding: 7px 4px !important;
        font-size: 12px !important;
    }
}
.fmu-paypal-vip-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding: 0 22px !important;
    border-radius: 12px !important;
    color: #111 !important;
    background: linear-gradient(135deg, #ffe58d, #ffc439, #d99a16) !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    box-shadow: 0 12px 28px rgba(255, 196, 57, 0.22) !important;
}

.fmu-paypal-vip-btn:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
}

.fmu-vip-plan .plan-note {
    margin-top: 8px;
    color: rgba(255,255,255,.65);
    font-size: 12px;
    line-height: 1.6;
}
/* =========================================================
   FORCE MU - PAYPAL VIP PAGE
========================================================= */

.fmu-paypal-vip-page {
    direction: rtl !important;
    text-align: right !important;
}

.fmu-paypal-vip-card {
    margin: 0 auto 25px !important;
    border: 1px solid rgba(255,255,255,0.085) !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    background:
        radial-gradient(circle at center top, rgba(255,216,90,.07), transparent 42%),
        linear-gradient(180deg, rgba(15,20,34,.97), rgba(7,10,18,.99)) !important;
    box-shadow:
        0 22px 55px rgba(0,0,0,.52),
        inset 0 1px 0 rgba(255,255,255,.045) !important;
}

.fmu-paypal-vip-head {
    padding: 36px 28px 28px !important;
    text-align: center !important;
    border-bottom: 1px solid rgba(255,255,255,.075) !important;
}

.fmu-paypal-vip-head span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 28px !important;
    padding: 0 16px !important;
    margin-bottom: 14px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255,216,90,.28) !important;
    color: #ffd75a !important;
    background: rgba(255,216,90,.08) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}

.fmu-paypal-vip-head h1 {
    margin: 0 !important;
    color: #ffd75a !important;
    font-size: 32px !important;
    font-weight: 900 !important;
    text-transform: none !important;
}

.fmu-paypal-vip-head p {
    margin: 10px auto 0 !important;
    max-width: 480px !important;
    color: rgba(255,255,255,.68) !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
}

.fmu-paypal-vip-body {
    padding: 26px !important;
}

.fmu-vip-summary {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    margin-bottom: 18px !important;
}

.fmu-vip-summary div {
    padding: 15px 16px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255,255,255,.075) !important;
    background: rgba(255,255,255,.035) !important;
}

.fmu-vip-summary span {
    display: block !important;
    margin-bottom: 6px !important;
    color: rgba(255,255,255,.55) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

.fmu-vip-summary strong {
    display: block !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    word-break: break-word !important;
}

.fmu-paypal-note {
    margin: 0 0 18px !important;
    padding: 14px 16px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255,216,90,.16) !important;
    background: rgba(255,216,90,.055) !important;
    color: rgba(255,255,255,.76) !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
    text-align: center !important;
}

.fmu-paypal-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 50px !important;
    border-radius: 14px !important;
    color: #161006 !important;
    background: linear-gradient(135deg, #ffe58d, #ffc439 45%, #c78620) !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    box-shadow: 0 14px 30px rgba(255,196,57,.22) !important;
}

.fmu-paypal-button:hover {
    filter: brightness(1.08) !important;
    transform: translateY(-1px) !important;
}

.fmu-paypal-back {
    display: block !important;
    margin-top: 14px !important;
    text-align: center !important;
    color: rgba(255,255,255,.62) !important;
    font-size: 13px !important;
    text-decoration: none !important;
}

.fmu-paypal-back:hover {
    color: #ffd75a !important;
}

@media (max-width: 640px) {
    .fmu-vip-summary {
        grid-template-columns: 1fr !important;
    }

    .fmu-paypal-vip-head {
        padding: 30px 18px 24px !important;
    }

    .fmu-paypal-vip-head h1 {
        font-size: 27px !important;
    }

    .fmu-paypal-vip-body {
        padding: 18px !important;
    }
}
/* =========================================================
   FORCE MU - VIP / PAYPAL PAGES MODERN DESIGN
   Paste at the END of style.css
========================================================= */

:root {
    --vip-bg: rgba(8, 12, 22, 0.98);
    --vip-card: rgba(14, 19, 33, 0.96);
    --vip-card-2: rgba(20, 26, 42, 0.95);
    --vip-border: rgba(255,255,255,0.085);
    --vip-border-gold: rgba(255, 216, 90, 0.28);
    --vip-gold: #ffd75a;
    --vip-gold-soft: #fff1a6;
    --vip-red: #e02a3e;
    --vip-green: #29ff8d;
    --vip-blue: #22c8ff;
    --vip-text: #f5f7ff;
    --vip-muted: rgba(245,247,255,0.68);
    --vip-shadow: 0 22px 60px rgba(0,0,0,0.55);
}

/* =========================================================
   GENERAL VIP PAGE WRAPPER
========================================================= */

.fmu-paypal-vip-page,
#box1,
#content {
    direction: rtl !important;
}

.fmu-paypal-vip-page {
    width: 100% !important;
    color: var(--vip-text) !important;
}

/* מבטל מראה לבן/ישן באזורי VIP */
.fmu-paypal-vip-page,
.fmu-paypal-vip-page *,
.plans,
.plans *,
.box-style1,
.box-style1 *,
.entry {
    box-sizing: border-box !important;
}

/* =========================================================
   VIP PACKAGE SELECT PAGE - /shop/vip
========================================================= */

.box-style1 {
    position: relative !important;
    margin: 0 auto 26px !important;
    padding: 30px 26px 34px !important;

    border-radius: 22px !important;
    border: 1px solid var(--vip-border) !important;

    background:
        radial-gradient(circle at center top, rgba(255,216,90,0.075), transparent 42%),
        linear-gradient(180deg, rgba(15,20,34,0.97), rgba(7,10,18,0.99)) !important;

    box-shadow:
        var(--vip-shadow),
        inset 0 1px 0 rgba(255,255,255,0.045) !important;

    overflow: hidden !important;
}

.box-style1:before {
    content: "";
    position: absolute;
    top: 0;
    right: 26px;
    left: 26px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,216,90,.75), transparent);
}

.box-style1 .title,
.box-style1 h2.title {
    margin: 0 0 28px !important;
    padding: 0 0 18px !important;

    color: var(--vip-gold) !important;
    font-family: "Assistant", "Open Sans Hebrew", "Open Sans", Arial, sans-serif !important;
    font-size: 26px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    text-align: center !important;
    text-transform: none !important;

    border-bottom: 1px solid rgba(255,255,255,0.075) !important;
    text-shadow:
        0 0 14px rgba(255,216,90,0.38),
        0 3px 10px rgba(0,0,0,0.85) !important;
}

.box-style1 .title:before {
    content: "FORCE MU VIP";
    display: block;
    margin-bottom: 8px;
    color: rgba(255,255,255,0.86);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.6px;
}

/* Grid של חבילות */
.plans {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;

    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
    gap: 18px !important;

    list-style: none !important;
}

/* כרטיס חבילה */
.plans .plan {
    position: relative !important;
    min-height: 230px !important;
    padding: 24px 20px 22px !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: stretch !important;

    border-radius: 20px !important;
    border: 1px solid var(--vip-border) !important;

    background:
        radial-gradient(circle at left top, rgba(34,200,255,0.10), transparent 36%),
        radial-gradient(circle at right bottom, rgba(255,216,90,0.08), transparent 38%),
        linear-gradient(180deg, rgba(20,26,42,0.96), rgba(10,14,24,0.99)) !important;

    box-shadow:
        0 18px 45px rgba(0,0,0,0.44),
        inset 0 1px 0 rgba(255,255,255,0.045) !important;

    overflow: hidden !important;
    transition: 0.22s ease !important;
}

.plans .plan:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--vip-red), var(--vip-gold), var(--vip-blue));
    opacity: 0.85;
}

.plans .plan:hover {
    transform: translateY(-4px) !important;
    border-color: var(--vip-border-gold) !important;
    box-shadow:
        0 24px 60px rgba(0,0,0,0.56),
        0 0 28px rgba(255,216,90,0.10),
        inset 0 1px 0 rgba(255,255,255,0.055) !important;
}

/* מחיר */
.plans .plan .price {
    width: 82px !important;
    height: 82px !important;
    margin: 0 auto 18px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 50% !important;
    border: 1px solid rgba(255,216,90,0.35) !important;

    background:
        radial-gradient(circle at center, #fff4b3, #ffd75a 62%, #c78620) !important;

    color: #171107 !important;
    font-size: 20px !important;
    font-weight: 900 !important;

    box-shadow:
        0 12px 28px rgba(255,216,90,0.22),
        inset 0 2px 0 rgba(255,255,255,0.45) !important;
}

.plans .price-green,
.plans .price-red {
    color: #171107 !important;
}

/* פרטי חבילה */
.plans .plan .details {
    float: none !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 0 18px !important;
    text-align: center !important;
    color: var(--vip-text) !important;
}

.plans .plan-title,
.plans .plan .details h1 {
    margin: 0 0 10px !important;
    color: var(--vip-gold) !important;
    font-size: 22px !important;
    line-height: 1.3 !important;
    font-weight: 900 !important;
    text-align: center !important;
    text-transform: none !important;
    text-shadow: 0 0 12px rgba(255,216,90,0.28) !important;
}

.plans .plan-description,
.plans .plan .details p {
    margin: 0 !important;
    color: var(--vip-muted) !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    font-weight: 700 !important;
    text-align: center !important;
}

/* כפתור בחירת חבילה */
.plans .plan a.select,
.plans .plan .select,
.fmu-paypal-vip-btn {
    width: 100% !important;
    min-height: 48px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 18px !important;

    border-radius: 14px !important;
    border: 1px solid rgba(255,216,90,0.30) !important;

    background:
        linear-gradient(135deg, #ffe58d, #ffc342 48%, #c78620) !important;

    color: #171107 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    text-align: center !important;

    box-shadow:
        0 14px 30px rgba(255,196,57,0.22),
        inset 0 1px 0 rgba(255,255,255,0.38) !important;

    transition: 0.2s ease !important;
}

.plans .plan a.select:hover,
.plans .plan .select:hover,
.fmu-paypal-vip-btn:hover {
    filter: brightness(1.08) !important;
    transform: translateY(-2px) !important;
}

/* =========================================================
   PAYPAL VIP PURCHASE PAGE - /shop/paypal_vip/ID
========================================================= */

.fmu-paypal-vip-card {
    position: relative !important;
    width: 100% !important;
    margin: 0 auto 28px !important;

    border-radius: 24px !important;
    border: 1px solid var(--vip-border) !important;

    background:
        radial-gradient(circle at center top, rgba(255,216,90,0.07), transparent 43%),
        radial-gradient(circle at left center, rgba(34,200,255,0.055), transparent 35%),
        linear-gradient(180deg, rgba(15,20,34,0.98), rgba(7,10,18,0.995)) !important;

    box-shadow:
        var(--vip-shadow),
        inset 0 1px 0 rgba(255,255,255,0.045) !important;

    overflow: hidden !important;
}

.fmu-paypal-vip-card:before {
    content: "";
    position: absolute;
    top: 0;
    right: 34px;
    left: 34px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,216,90,0.80), transparent);
}

.fmu-paypal-vip-head {
    padding: 40px 30px 30px !important;
    text-align: center !important;
    border-bottom: 1px solid rgba(255,255,255,0.075) !important;
}

.fmu-paypal-vip-head span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    height: 30px !important;
    padding: 0 18px !important;
    margin-bottom: 16px !important;

    border-radius: 999px !important;
    border: 1px solid rgba(255,216,90,0.28) !important;

    color: var(--vip-gold) !important;
    background: rgba(255,216,90,0.08) !important;

    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 0.7px !important;
}

.fmu-paypal-vip-head h1 {
    margin: 0 !important;
    color: var(--vip-gold) !important;
    font-size: 34px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    text-align: center !important;
    text-transform: none !important;
    text-shadow:
        0 0 16px rgba(255,216,90,0.36),
        0 4px 14px rgba(0,0,0,0.80) !important;
}

.fmu-paypal-vip-head p {
    max-width: 560px !important;
    margin: 13px auto 0 !important;
    color: var(--vip-muted) !important;
    font-size: 16px !important;
    line-height: 1.85 !important;
    font-weight: 700 !important;
    text-align: center !important;
}

.fmu-paypal-vip-body {
    padding: 30px !important;
}

/* סיכום פרטי VIP */
.fmu-vip-summary {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    margin-bottom: 22px !important;
}

.fmu-vip-summary div {
    min-height: 78px !important;
    padding: 16px 18px !important;

    border-radius: 16px !important;
    border: 1px solid rgba(255,255,255,0.075) !important;

    background:
        linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025)) !important;

    box-shadow: inset 0 1px 0 rgba(255,255,255,0.035) !important;
}

.fmu-vip-summary span {
    display: block !important;
    margin-bottom: 7px !important;
    color: rgba(245,247,255,0.55) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}

.fmu-vip-summary strong {
    display: block !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.45 !important;
    word-break: break-word !important;
}

/* הערה */
.fmu-paypal-note {
    margin: 0 0 22px !important;
    padding: 16px 18px !important;

    border-radius: 16px !important;
    border: 1px solid rgba(255,216,90,0.18) !important;

    background:
        radial-gradient(circle at right center, rgba(255,216,90,0.09), transparent 46%),
        rgba(255,216,90,0.045) !important;

    color: rgba(245,247,255,0.78) !important;
    font-size: 14px !important;
    line-height: 1.85 !important;
    font-weight: 700 !important;
    text-align: center !important;
}

/* כפתור PayPal */
.fmu-paypal-button {
    width: 100% !important;
    min-height: 54px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 20px !important;

    border-radius: 16px !important;
    border: 1px solid rgba(255,216,90,0.34) !important;

    background:
        linear-gradient(135deg, #ffe58d, #ffc439 46%, #c78620) !important;

    color: #171107 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    text-align: center !important;

    box-shadow:
        0 16px 34px rgba(255,196,57,0.24),
        inset 0 1px 0 rgba(255,255,255,0.45) !important;

    transition: 0.22s ease !important;
}

.fmu-paypal-button:before {
    content: "PayPal";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    padding: 3px 9px;
    border-radius: 999px;
    color: #003087;
    background: rgba(255,255,255,0.58);
    font-size: 12px;
    font-weight: 900;
}

.fmu-paypal-button:hover {
    filter: brightness(1.08) !important;
    transform: translateY(-2px) !important;
}

/* כפתור חזרה */
.fmu-paypal-back {
    display: block !important;
    margin-top: 16px !important;
    color: rgba(245,247,255,0.62) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.6 !important;
    text-align: center !important;
    text-decoration: none !important;
}

.fmu-paypal-back:hover {
    color: var(--vip-gold) !important;
    text-shadow: 0 0 12px rgba(255,216,90,0.28) !important;
}

/* =========================================================
   SUCCESS / CANCEL / ERROR PAYPAL PAGE
========================================================= */

.fmu-paypal-vip-card .fmu-paypal-vip-head h1 {
    position: relative !important;
}

/* כרטיס הצלחה */
.fmu-paypal-vip-card:has(.fmu-paypal-button) {
    animation: vipCardIn .35s ease both;
}

@keyframes vipCardIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* אם יש הצלחה או ביטול, אותו עיצוב נקי */
.fmu-paypal-vip-page .success,
.fmu-paypal-vip-page .error,
.fmu-paypal-vip-page .i_note {
    margin: 18px auto !important;
    padding: 15px 18px !important;
    border-radius: 15px !important;
    border: 1px solid rgba(255,216,90,0.18) !important;
    background: rgba(255,216,90,0.055) !important;
    color: rgba(245,247,255,0.82) !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
    text-align: center !important;
}

/* =========================================================
   OLD TABLE / OLD FORM CLEANUP INSIDE VIP PAGES
========================================================= */

.fmu-paypal-vip-page table,
.fmu-paypal-vip-page tbody,
.fmu-paypal-vip-page tr,
.fmu-paypal-vip-page td {
    border: 0 !important;
    background: transparent !important;
}

.fmu-paypal-vip-page p {
    color: rgba(245,247,255,0.82) !important;
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {
    .box-style1 {
        padding: 24px 16px 28px !important;
        border-radius: 18px !important;
    }

    .box-style1 .title,
    .box-style1 h2.title {
        font-size: 23px !important;
    }

    .plans {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .plans .plan {
        min-height: auto !important;
        padding: 22px 16px !important;
        border-radius: 18px !important;
    }

    .plans .plan .price {
        width: 74px !important;
        height: 74px !important;
        font-size: 18px !important;
    }

    .fmu-paypal-vip-card {
        border-radius: 20px !important;
    }

    .fmu-paypal-vip-head {
        padding: 32px 18px 24px !important;
    }

    .fmu-paypal-vip-head h1 {
        font-size: 28px !important;
    }

    .fmu-paypal-vip-head p {
        font-size: 14px !important;
    }

    .fmu-paypal-vip-body {
        padding: 20px !important;
    }

    .fmu-vip-summary {
        grid-template-columns: 1fr !important;
        gap: 11px !important;
    }

    .fmu-vip-summary div {
        min-height: auto !important;
        padding: 14px 15px !important;
    }

    .fmu-paypal-button {
        min-height: 50px !important;
        font-size: 15px !important;
    }
}

@media (max-width: 480px) {
    .box-style1 {
        padding: 20px 12px 24px !important;
    }

    .box-style1 .title,
    .box-style1 h2.title {
        font-size: 21px !important;
    }

    .plans .plan-title,
    .plans .plan .details h1 {
        font-size: 20px !important;
    }

    .fmu-paypal-vip-head h1 {
        font-size: 25px !important;
    }

    .fmu-paypal-vip-body {
        padding: 16px !important;
    }

    .fmu-paypal-note {
        font-size: 13px !important;
    }
}
/* =========================================================
   FORCE MU - CREW ROLE FULL TEXT FIX
   מתקן תפקיד ארוך: "ראש צוות מפקחי המשחק"
   להדביק בסוף הכי תחתון של style.css
========================================================= */

/* לא להרחיב מעבר לסיידבר 285px */
.sidebar .crew-widget,
.crew-widget {
    width: 100% !important;
    max-width: 285px !important;
    padding: 18px 8px 26px !important;
    overflow: hidden !important;
}

/* הקופסה של הטבלה */
.sidebar .crew-widget #top_players,
.crew-widget #top_players,
.sidebar .crew-widget .crew-members-box,
.crew-widget .crew-members-box {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    border-radius: 14px !important;
}

/* הטבלה עצמה */
.sidebar .crew-widget table,
.crew-widget table,
.sidebar .crew-widget #top_players table,
.crew-widget #top_players table {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: fixed !important;
    direction: rtl !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

/* כל התאים */
.sidebar .crew-widget table th,
.sidebar .crew-widget table td,
.crew-widget table th,
.crew-widget table td,
.sidebar .crew-widget #top_players table th,
.sidebar .crew-widget #top_players table td,
.crew-widget #top_players table th,
.crew-widget #top_players table td {
    height: 48px !important;
    padding: 8px 3px !important;
    box-sizing: border-box !important;

    text-align: center !important;
    vertical-align: middle !important;

    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: clip !important;

    font-size: 13px !important;
    font-weight: 850 !important;
    line-height: 1.15 !important;
}

/* עמודה # */
.sidebar .crew-widget table th:nth-child(1),
.sidebar .crew-widget table td:nth-child(1),
.crew-widget table th:nth-child(1),
.crew-widget table td:nth-child(1),
.sidebar .crew-widget #top_players table th:nth-child(1),
.sidebar .crew-widget #top_players table td:nth-child(1),
.crew-widget #top_players table th:nth-child(1),
.crew-widget #top_players table td:nth-child(1) {
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    padding-left: 1px !important;
    padding-right: 1px !important;
    color: #ffd75a !important;
}

/* עמודת שם */
.sidebar .crew-widget table th:nth-child(2),
.sidebar .crew-widget table td:nth-child(2),
.crew-widget table th:nth-child(2),
.crew-widget table td:nth-child(2),
.sidebar .crew-widget #top_players table th:nth-child(2),
.sidebar .crew-widget #top_players table td:nth-child(2),
.crew-widget #top_players table th:nth-child(2),
.crew-widget #top_players table td:nth-child(2) {
    width: 102px !important;
    min-width: 102px !important;
    max-width: 102px !important;

    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: clip !important;

    font-size: 13px !important;
}

/* עמודת תפקיד - מקבלת את כל שאר המקום */
.sidebar .crew-widget table th:nth-child(3),
.sidebar .crew-widget table td:nth-child(3),
.crew-widget table th:nth-child(3),
.crew-widget table td:nth-child(3),
.sidebar .crew-widget #top_players table th:nth-child(3),
.sidebar .crew-widget #top_players table td:nth-child(3),
.crew-widget #top_players table th:nth-child(3),
.crew-widget #top_players table td:nth-child(3) {
    width: calc(100% - 136px) !important;
    min-width: 0 !important;
    max-width: none !important;

    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: unset !important;

    font-family: "Open Sans Hebrew Condensed", "Open Sans Hebrew", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    letter-spacing: -0.9px !important;
    line-height: 1.1 !important;

    padding-left: 1px !important;
    padding-right: 1px !important;
}

/* כל span / a / div בתוך תפקיד לא יחתוך */
.sidebar .crew-widget table td:nth-child(3) *,
.crew-widget table td:nth-child(3) *,
.sidebar .crew-widget #top_players table td:nth-child(3) *,
.crew-widget #top_players table td:nth-child(3) * {
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: unset !important;
    max-width: none !important;
}

/* אייקון ליד שם */
.sidebar .crew-widget table img,
.crew-widget table img,
.sidebar .crew-widget #top_players table img,
.crew-widget #top_players table img {
    width: 14px !important;
    height: 14px !important;
    max-width: 14px !important;
    max-height: 14px !important;
    margin: 0 2px !important;
    vertical-align: middle !important;
}
