/* Skycore visual system — migrated from minecraft-inside */

:root {
    --mi-bg: #f4f6f9;
    --mi-surface: #ffffff;
    --mi-surface-raised: #f0f2f6;
    --mi-text: #12141a;
    --mi-copy: #5f6678;
    --mi-line: rgba(15, 23, 42, .1);
    --mi-sky: #2aa8f2;
    --mi-sky-strong: #1d8fd4;
    --mi-sky-soft: rgba(42, 168, 242, .14);
    --mi-sky-deep: #d9f1ff;
    --accent-color: var(--mi-sky) !important;
    --bg-900: var(--mi-bg);
    --bg-800: var(--mi-surface);
    --bg-700: var(--mi-surface-raised);
    --bg-600: #e8ebf0;
    --bg-500: #dde2ea;
    --bg-400: #d2d8e2;
    --bg-300: #c5ccd8;
    --bg-200: #b5bdcc;
    --outline-900: rgba(15, 23, 42, .04);
    --outline-800: var(--mi-line);
    --outline-700: rgba(15, 23, 42, .14);
    --text-900: #8b93a3;
    --text-800: #737b8c;
    --text-700: #5f6678;
    --text-600: #4d5566;
    --text-500: var(--mi-copy);
    --text-400: #3a4150;
    --text-300: #2a303c;
    --text-200: #1a1f28;
    --text-100: #12141a;
    --text-50: #0a0c10;
}

:root.dark {
    --mi-bg: #0f0f12;
    --mi-surface: #18181c;
    --mi-surface-raised: #1f1f24;
    --mi-text: #ffffff;
    --mi-copy: #9aa0b4;
    --mi-line: rgba(255, 255, 255, .08);
    --mi-sky: #6ecbff;
    --mi-sky-strong: #2aa8f2;
    --mi-sky-soft: rgba(110, 203, 255, .18);
    --mi-sky-deep: #12364d;
    --accent-color: var(--mi-sky) !important;
    --bg-900: var(--mi-bg);
    --bg-800: var(--mi-surface);
    --bg-700: var(--mi-surface-raised);
    --bg-600: #25252b;
    --bg-500: #2d2d34;
    --bg-400: #393941;
    --bg-300: #484850;
    --bg-200: #5b5b65;
    --outline-900: rgba(255,255,255,.045);
    --outline-800: var(--mi-line);
    --outline-700: rgba(255, 255, 255, .12);
    --text-900: #666b77;
    --text-800: #7b8190;
    --text-700: #9298a7;
    --text-600: #a9afbc;
    --text-500: var(--mi-copy);
    --text-400: #c2c7d0;
    --text-300: #d9dde4;
    --text-200: #eeeeef;
    --text-100: #ffffff;
    --text-50: #ffffff;
}

body, button, input, textarea, select, label, p, span, a, h1, h2, h3, h4, h5, h6, li {
    font-family: Inter, sans-serif !important;
}

html { background: var(--mi-bg); transition: background-color .3s ease; }
body { background: var(--mi-bg) !important; color: var(--mi-text); min-height: 100vh; transition: background-color .3s ease, color .3s ease; }
body::before { content: ""; position: fixed; z-index: -1; inset: 0; pointer-events: none; background: radial-gradient(circle at 50% -22%, rgba(42,168,242,.12), transparent 34rem), linear-gradient(var(--mi-bg), var(--mi-bg)); }
:root.dark body::before { background: radial-gradient(circle at 50% -22%, rgba(110,203,255,.14), transparent 34rem), linear-gradient(#0f0f12, #0d0d10); }

button { min-height: 38px !important; border-radius: 999px !important; font-size: 13px !important; font-weight: 600 !important; }
button._filled_163v0_51,
button._filled_7h1zp_161 { background: var(--mi-sky) !important; color: #092233 !important; box-shadow: 0 7px 20px rgba(42,168,242,.22); }
button._outline_163v0_44 { background: rgba(255,255,255,.06) !important; border: 1px solid var(--mi-line) !important; color: var(--mi-text) !important; }
:root:not(.dark) button._outline_163v0_44 { background: rgba(15,23,42,.04) !important; color: var(--mi-text) !important; }
button:hover { filter: brightness(1.05) !important; transform: translateY(-1px); }

/* Header: reference glass pill */
._header_27l20_1 {
    top: 20px !important;
    width: min(1060px, calc(100% - 32px)) !important;
    max-width: none !important;
    max-height: 58px !important;
    padding: 9px 13px 9px 18px !important;
    background: rgba(255,255,255,.82) !important;
    border: 1px solid var(--mi-line) !important;
    border-radius: 12px !important;
    box-shadow: 0 12px 38px rgba(15, 23, 42, .08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    overflow: visible !important;
}
:root.dark ._header_27l20_1 {
    background: rgba(18,18,22,.78) !important;
    box-shadow: 0 12px 38px rgba(0,0,0,.17);
}
._header_27l20_1._transparent_27l20_29 { border: 1px solid var(--mi-line) !important; }
html:not(.dark) body:not(.header-over-hero) ._header_27l20_1._transparent_27l20_29 {
    background: rgba(255,255,255,.82) !important;
}
html:not(.dark) body.header-over-hero ._header_27l20_1,
html:not(.dark) body.header-over-hero ._header_27l20_1._transparent_27l20_29 {
    background: rgba(18, 18, 22, .84) !important;
    border: 1px solid rgba(255, 255, 255, .08) !important;
    box-shadow: 0 12px 38px rgba(0, 0, 0, .22) !important;
}
html:not(.dark) body.header-over-hero ._header_27l20_1 ._titleText_27l20_67,
html:not(.dark) body.header-over-hero ._header_27l20_1 ._navigationText_27l20_74,
html:not(.dark) body.header-over-hero ._header_27l20_1 ._navigationIcon_27l20_73 {
    color: #c7cad6 !important;
}
html:not(.dark) body.header-over-hero ._header_27l20_1 ._headerNavigation_27l20_73 nav li._current_27l20_61 ._navigationText_27l20_74 {
    color: var(--mi-sky) !important;
}
:root.dark ._header_27l20_1._transparent_27l20_29 { background: rgba(18,18,22,.78) !important; }
._header_27l20_1 ._headerTitle_27l20_67 {
    left: 50% !important;
    position: absolute !important;
    transform: translateX(-50%) !important;
    z-index: 3;
}
._header_27l20_1 ._titleText_27l20_67 { color: var(--mi-text) !important; font-size: 15px !important; font-weight: 600 !important; text-align: center !important; }
._header_27l20_1 ._headerTitle_27l20_67 { align-items: center; gap: 8px; white-space: nowrap; }
._header_27l20_1 ._titleIcon_27l20_70 { background: var(--mi-sky) !important; width: 17px !important; height: 17px !important; }
._header_27l20_1 ._headerNavigation_27l20_73 nav { gap: 18px !important; }
._header_27l20_1 ._headerNavigation_27l20_73 nav li { border-radius: 0; padding: 4px 0; position: relative; }
._header_27l20_1 ._navigationIcon_27l20_73,
._header_27l20_1 ._navigationText_27l20_74 { color: var(--mi-copy) !important; font-size: 12px !important; }
._header_27l20_1 ._headerNavigation_27l20_73 nav li._current_27l20_61 ._navigationIcon_27l20_73,
._header_27l20_1 ._headerNavigation_27l20_73 nav li._current_27l20_61 ._navigationText_27l20_74 { color: var(--mi-sky) !important; }
._header_27l20_1 ._headerNavigation_27l20_73 nav li._current_27l20_61::after { background: var(--mi-sky); border-radius: 99px; bottom: -8px; content: ""; height: 2px; left: 0; position: absolute; right: 0; }
._header_27l20_1 ._headerAuth_27l20_33._headerThemeChange_27l20_33 { display: flex !important; }
._header_27l20_1 ._headerAuth_27l20_33 {
    overflow: visible !important;
    position: relative;
    z-index: 12;
}
._header_27l20_1 ._headerAuth_27l20_33 ._authButton_27l20_136 button,
._header_27l20_1 ._headerAuth_27l20_33 > button {
    background: var(--mi-sky) !important;
    border: 0 !important;
    color: #092233 !important;
    min-height: 36px !important;
}
html:not(.dark) body.header-over-hero ._header_27l20_1._dark_27l20_67 ._titleText_27l20_67,
html:not(.dark) body.header-over-hero ._header_27l20_1._dark_27l20_67 ._navigationText_27l20_74,
html:not(.dark) body.header-over-hero ._header_27l20_1._dark_27l20_67 ._navigationIcon_27l20_73,
html:not(.dark) body.header-over-hero ._header_27l20_1 ._titleText_27l20_67,
html:not(.dark) body.header-over-hero ._header_27l20_1 ._navigationText_27l20_74,
html:not(.dark) body.header-over-hero ._header_27l20_1 ._navigationIcon_27l20_73 {
    color: #e8ebf2 !important;
}
html:not(.dark) body.header-over-hero ._header_27l20_1._dark_27l20_67 ._headerNavigation_27l20_73 nav li._current_27l20_61 ._navigationText_27l20_74,
html:not(.dark) body.header-over-hero ._header_27l20_1._dark_27l20_67 ._headerNavigation_27l20_73 nav li._current_27l20_61 ._navigationIcon_27l20_73,
html:not(.dark) body.header-over-hero ._header_27l20_1 ._headerNavigation_27l20_73 nav li._current_27l20_61 ._navigationText_27l20_74,
html:not(.dark) body.header-over-hero ._header_27l20_1 ._headerNavigation_27l20_73 nav li._current_27l20_61 ._navigationIcon_27l20_73 {
    color: var(--mi-sky) !important;
}
html:not(.dark) body.header-over-hero ._header_27l20_1._dark_27l20_67 ._headerAuth_27l20_33 ._authButton_27l20_136 button,
html:not(.dark) body.header-over-hero ._header_27l20_1._dark_27l20_67 ._headerAuth_27l20_33 > button,
html:not(.dark) body.header-over-hero ._header_27l20_1 ._headerAuth_27l20_33 ._authButton_27l20_136 button,
html:not(.dark) body.header-over-hero ._header_27l20_1 ._headerAuth_27l20_33 > button {
    background: var(--mi-sky) !important;
    border: none !important;
    box-shadow: 0 8px 20px rgba(42, 168, 242, .28) !important;
    color: #092233 !important;
}
html:not(.dark) body.header-over-hero ._header_27l20_1._dark_27l20_67 ._titleIcon_27l20_70,
html:not(.dark) body.header-over-hero ._header_27l20_1 ._titleIcon_27l20_70 {
    background-color: var(--mi-sky) !important;
}
html:not(.dark) body.header-over-hero .sky-lang-selector {
    background: rgba(255, 255, 255, .1) !important;
    color: #e8ebf2 !important;
}

/* === v9: header icons on hero (light theme) + auth button visibility === */
html:not(.dark) body.header-over-hero ._header_27l20_1._dark_27l20_67 ._headerTitle_27l20_67 ._titleText_27l20_67,
html:not(.dark) body.header-over-hero ._header_27l20_1._dark_27l20_67 ._headerNavigation_27l20_73 nav li ._navigationText_27l20_74,
html:not(.dark) body.header-over-hero ._header_27l20_1._dark_27l20_67 ._headerNavigation_27l20_73 nav li ._navigationIcon_27l20_73 {
    color: #eef1f6 !important;
    opacity: 1 !important;
}
html:not(.dark) body.header-over-hero ._header_27l20_1._dark_27l20_67 ._headerNavigation_27l20_73 nav li._current_27l20_61 ._navigationText_27l20_74,
html:not(.dark) body.header-over-hero ._header_27l20_1._dark_27l20_67 ._headerNavigation_27l20_73 nav li._current_27l20_61 ._navigationIcon_27l20_73 {
    color: var(--mi-sky) !important;
    opacity: 1 !important;
}
html:not(.dark) body.header-over-hero ._header_27l20_1._dark_27l20_67 ._headerTitle_27l20_67 ._titleIcon_27l20_70,
html:not(.dark) body.header-over-hero ._header_27l20_1._dark_27l20_67 ._titleIcon_27l20_70 {
    background-color: var(--mi-sky) !important;
    opacity: 1 !important;
}
html:not(.dark) body.header-over-hero ._header_27l20_1 ._themeChange_27l20_33 ._theme_27l20_33 {
    color: #d5dae3 !important;
    opacity: 1 !important;
}
html:not(.dark) body.header-over-hero ._header_27l20_1 ._themeChange_27l20_33 ._theme_27l20_33._current_27l20_61 {
    color: var(--mi-sky) !important;
}
html:not(.dark) body.header-over-hero ._header_27l20_1 ._themeChange_27l20_33 {
    background: rgba(255, 255, 255, .08) !important;
    border-color: rgba(255, 255, 255, .12) !important;
}

._authentification_7h1zp_1 ._formButtons_7h1zp_139 button._signIn_7h1zp_158 {
    cursor: pointer !important;
    pointer-events: auto !important;
}

._authentification_7h1zp_1 ._formButtons_7h1zp_139 button._signIn_7h1zp_158._filled_7h1zp_161 {
    background: var(--mi-sky) !important;
    border: none !important;
    color: #092233 !important;
    cursor: pointer !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

._authentification_7h1zp_1 ._formButtons_7h1zp_139 button._signUp_7h1zp_158,
._authentification_7h1zp_1 ._formButtons_7h1zp_139 button._signUp_7h1zp_158._filled_7h1zp_161 {
    background: rgba(255, 255, 255, .04) !important;
    border: 1px solid rgba(255, 255, 255, .08) !important;
    box-shadow: none !important;
    color: #7d8498 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
}

._authentification_7h1zp_1 ._headerSignature_7h1zp_70,
._authentification_7h1zp_1 ._headerSignature_7h1zp_70 a {
    color: #7d8498 !important;
    cursor: pointer;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

._authentification_7h1zp_1 ._headerSignature_7h1zp_70:hover,
._authentification_7h1zp_1 ._headerSignature_7h1zp_70 a:hover {
    color: #a8afbf !important;
}

html:not(.dark) ._authentification_7h1zp_1 ._formButtons_7h1zp_139 button._signUp_7h1zp_158,
html:not(.dark) ._authentification_7h1zp_1 ._formButtons_7h1zp_139 button._signUp_7h1zp_158._filled_7h1zp_161 {
    background: rgba(15, 23, 42, .04) !important;
    border: 1px solid var(--mi-line) !important;
    color: #7d8498 !important;
}

html:not(.dark) ._authentification_7h1zp_1 ._headerSignature_7h1zp_70,
html:not(.dark) ._authentification_7h1zp_1 ._headerSignature_7h1zp_70 a {
    color: #7d8498 !important;
}

/* Hero: retained app PNGs with minecraft-inside composition */
._home_cmjx9_1 ._homeHeroSection_cmjx9_42 {
    align-items: center !important;
    background: linear-gradient(180deg, rgba(15,15,18,.08), #0f0f12 99%), url("/assets/night-1z0pI4rK.png") center/cover no-repeat !important;
    box-sizing: border-box;
    min-height: 100vh !important;
    overflow: hidden;
    padding: 130px 20px 92px !important;
    position: relative;
}
._home_cmjx9_1 ._homeHeroSection_cmjx9_42::before { background: linear-gradient(180deg, rgba(15,15,18,.84) 0%, rgba(15,15,18,.24) 40%, #0f0f12 100%); content: ""; inset: 0; position: absolute; }
._home_cmjx9_1 ._homeHeroSection_cmjx9_42::after { background: linear-gradient(90deg, transparent, var(--mi-sky), transparent); bottom: 0; box-shadow: 0 0 16px var(--mi-sky); content: ""; height: 2px; left: 20%; opacity: .75; position: absolute; right: 20%; }
._home_cmjx9_1 ._heroContent_cmjx9_63 { gap: 21px !important; max-width: 740px; position: relative; text-align: center; z-index: 1; }
._home_cmjx9_1 ._heroContent_cmjx9_63::before { background: url("/logo.svg") center/contain no-repeat; content: ""; display: block; filter: drop-shadow(0 10px 25px rgba(110,203,255,.24)); height: 74px; margin: 0 auto 4px; width: 74px; }
._home_cmjx9_1 ._heroHeaderText_cmjx9_71 { gap: 12px !important; }
._home_cmjx9_1 ._heroHeaderText_cmjx9_71 ._textParagraph_cmjx9_76 { color: var(--mi-sky) !important; font-size: 12px !important; letter-spacing: .14em !important; text-transform: uppercase; }
._home_cmjx9_1 ._heroHeaderText_cmjx9_71 ._textContent_cmjx9_86 { color: #fff !important; font-size: clamp(46px, 6vw, 78px) !important; font-weight: 600 !important; letter-spacing: -.07em !important; line-height: .96 !important; }
._home_cmjx9_1 ._heroBodyText_cmjx9_97 { color: #c1c7d2 !important; font-size: 16px !important; line-height: 1.65 !important; max-width: 520px !important; }
._home_cmjx9_1 ._heroFooterButtons_cmjx9_110 { gap: 10px; }
._home_cmjx9_1 ._heroFooterButtons_cmjx9_110 button { min-height: 42px !important; padding: 0 21px !important; }
._home_cmjx9_1 ._heroFooterButtons_cmjx9_110 button:last-child { background: rgba(255,255,255,.09) !important; border: 1px solid var(--mi-line) !important; }
._home_cmjx9_1 ._homeTransitionBars_cmjx9_132 { display: flex !important; gap: 0 !important; height: 3px; overflow: hidden; }
._home_cmjx9_1 ._homeTransitionBars_cmjx9_132 ._bar_cmjx9_137 { background: var(--mi-sky) !important; height: 3px; opacity: .8; }

/* Shared landing sections */
._home_cmjx9_1 ._homeFeatureSection_cmjx9_150,
._home_cmjx9_1 ._homeDesignSection_cmjx9_392,
._home_cmjx9_1 ._homeSupportSection_cmjx9_527,
._home_cmjx9_1 ._homePriceSection_cmjx9_801,
._footer_11itf_1 { max-width: 1080px !important; padding: 110px 20px !important; }
._home_cmjx9_1 ._homePriceSection_cmjx9_801 { padding: 56px 20px !important; }
._home_cmjx9_1 ._homeFeatureSection_cmjx9_150 ._featureContent_cmjx9_163 { gap: 70px !important; }
._home_cmjx9_1 ._featureHeaderText_cmjx9_180 ._textContent_cmjx9_86,
._home_cmjx9_1 ._designHeaderText_cmjx9_443 ._textContent_cmjx9_86,
._home_cmjx9_1 ._titleDescription_cmjx9_596 { color: #fff !important; font-size: clamp(34px, 4vw, 54px) !important; font-weight: 600 !important; letter-spacing: -.055em !important; line-height: 1 !important; }
._home_cmjx9_1 ._featureBodyText_cmjx9_213,
._home_cmjx9_1 ._designBodyText_cmjx9_477,
._home_cmjx9_1 ._headerDescription_cmjx9_606 { color: var(--mi-copy) !important; font-size: 15px !important; line-height: 1.7 !important; }
._home_cmjx9_1 ._textParagraph_cmjx9_76 ._textContent_cmjx9_86,
._home_cmjx9_1 ._titleContent_cmjx9_579 ._contentText_cmjx9_587 { color: var(--mi-sky) !important; font-size: 12px !important; }

/* Feature mock: lifted white/surface UI */
._home_cmjx9_1 ._featureGui_cmjx9_260 { background: #19191e !important; border: 1px solid var(--mi-line) !important; border-radius: 18px !important; box-shadow: 0 25px 70px rgba(0,0,0,.22); }
._home_cmjx9_1 ._featureGui_cmjx9_260::before { background: radial-gradient(circle, rgba(110,203,255,.35), transparent 64%); content: ""; inset: -20%; opacity: .35; pointer-events: none; position: absolute; }
._home_cmjx9_1 ._featureGui_cmjx9_260 ._function_cmjx9_294 { background: rgba(255,255,255,.035) !important; border: 1px solid rgba(255,255,255,.055) !important; border-radius: 9px !important; }
._home_cmjx9_1 ._featureGui_cmjx9_260 ._functionCheckbox_cmjx9_336._enabled_cmjx9_356 { background: var(--mi-sky) !important; }

/* Design and support become reference-style showcase cards */
._home_cmjx9_1 ._homeDesignSection_cmjx9_392 ._designContent_cmjx9_404 { background: linear-gradient(145deg, #1c1d23, #121217) !important; border: 1px solid var(--mi-line); border-radius: 22px; min-height: 540px; overflow: hidden; padding: 60px !important; position: relative; }
._home_cmjx9_1 ._designContent_cmjx9_404::after { background: url("/assets/macbook-night-D2FVOiw2.png") right bottom/65% auto no-repeat; content: ""; inset: 0; opacity: .65; pointer-events: none; position: absolute; }
._home_cmjx9_1 ._designContent_cmjx9_404 ._designHeaderText_cmjx9_443,
._home_cmjx9_1 ._designContent_cmjx9_404 ._designBodyText_cmjx9_477,
._home_cmjx9_1 ._designContent_cmjx9_404 ._designFooterSocials_cmjx9_488 { align-items: flex-start !important; max-width: 43%; position: relative; text-align: left !important; z-index: 1; }
._home_cmjx9_1 ._socialsCards_cmjx9_504 ._card_cmjx9_509 { background: rgba(255,255,255,.07) !important; border: 1px solid var(--mi-line); border-radius: 10px !important; color: var(--mi-sky) !important; }
._home_cmjx9_1 ._supportContent_cmjx9_537 { border-bottom: 1px solid var(--mi-line); border-top: 1px solid var(--mi-line); padding: 72px 0; }
._home_cmjx9_1 ._supportBorderedImage_cmjx9_559 { border: 1px solid var(--mi-line) !important; border-radius: 16px !important; filter: saturate(.75); overflow: hidden; }

/* Prices: compact reference rows but retain product switching */
._home_cmjx9_1 ._priceContent_cmjx9_815 { gap: 36px !important; }
._home_cmjx9_1 ._priceProductsSections_cmjx9_851 { background: transparent !important; gap: 8px !important; height: auto !important; overflow: visible !important; }
._home_cmjx9_1 ._priceProductsSections_cmjx9_851 ._activeBackground_cmjx9_870 { display: none !important; }
._home_cmjx9_1 ._priceProductsSections_cmjx9_851 ._sectionType_cmjx9_881 { background: rgba(255,255,255,.055) !important; border: 1px solid var(--mi-line); border-radius: 999px !important; flex: none !important; height: 38px !important; padding: 0 16px !important; width: auto !important; }
._home_cmjx9_1 ._priceProductsSections_cmjx9_851 ._sectionType_cmjx9_881._current_cmjx9_905 { background: var(--mi-sky-soft) !important; border-color: rgba(110,203,255,.55); color: var(--mi-sky) !important; }
._home_cmjx9_1 ._productsSubscription_cmjx9_923 { flex-direction: column; gap: 10px !important; }
._home_cmjx9_1 ._productsSubscription_cmjx9_923 ._product_cmjx9_923 { align-items: center; background: var(--mi-surface) !important; border: 1px solid var(--mi-line) !important; border-left: 3px solid transparent !important; border-radius: 12px !important; display: grid !important; gap: 18px; grid-template-columns: 145px 1fr auto; padding: 13px !important; width: 100% !important; }
._home_cmjx9_1 ._productsSubscription_cmjx9_923 ._product_cmjx9_923:hover { border-left-color: var(--mi-sky) !important; transform: translateX(4px); }
._home_cmjx9_1 ._productsSubscription_cmjx9_923 ._productImage_cmjx9_944 { height: 78px !important; padding: 0 !important; border-radius: 8px !important; }
._home_cmjx9_1 ._productsSubscription_cmjx9_923 ._productBuyButton_cmjx9_1071 button { min-height: 36px !important; }

/* Footer */
._footer_11itf_1 ._footerContent_11itf_14 { border-top: 1px solid var(--mi-line); gap: 28px; padding-top: 55px; }
._footer_11itf_1 ._titleSlogan_11itf_39 span:first-child,
._footer_11itf_1 ._titleSlogan_11itf_39 span:last-child { color: #fff !important; font-size: clamp(30px,4vw,52px) !important; font-weight: 600 !important; letter-spacing: -.06em !important; line-height: 1 !important; }
._footer_11itf_1 ._titleIcon_11itf_32 { background-color: var(--mi-sky) !important; }

/* Auth + legal */
._authentification_7h1zp_1 { background: radial-gradient(circle at 50% 0%, rgba(110,203,255,.12), transparent 28rem), var(--mi-bg) !important; padding: 120px 20px 55px; }
._authentification_7h1zp_1 ._authentificationBackground_7h1zp_9 { opacity: .1 !important; }
._authentification_7h1zp_1 ._authentificationContent_7h1zp_18 { background: rgba(24,24,28,.94) !important; border: 1px solid var(--mi-line) !important; border-radius: 20px !important; box-shadow: 0 25px 65px rgba(0,0,0,.22); padding: 36px !important; width: min(100%, 470px) !important; }
._authentification_7h1zp_1 ._paragraphDescription_7h1zp_57 { color: #fff !important; font-size: 38px !important; font-weight: 600 !important; letter-spacing: -.06em !important; line-height: 1 !important; }
._authentification_7h1zp_1 ._headerSignature_7h1zp_70 { color: var(--mi-copy) !important; }
._inputWrapper_1ekvz_1 input,
._comboBoxWrapper_1xm1f_1 ._comboBox_1xm1f_1 { background: rgba(255,255,255,.055) !important; border: 1px solid var(--mi-line) !important; border-radius: 10px !important; color: #fff !important; height: 43px !important; padding: 0 14px !important; }
._inputWrapper_1ekvz_1 input:focus { border-color: var(--mi-sky) !important; box-shadow: 0 0 0 3px var(--mi-sky-soft); }
._privacypolicy_1qr64_1,
._termsofservice_rizuw_1 { background: transparent !important; padding: 120px 20px 64px; }
._privacypolicy_1qr64_1 ._privacypolicyContent_1qr64_14,
._termsofservice_rizuw_1 ._termsofserviceContent_rizuw_14 { background: var(--mi-surface) !important; border: 1px solid var(--mi-line); border-radius: 18px; margin: 0 auto; max-width: 880px; padding: 40px !important; }

/* Cabinet and dashboard tabs */
._cabinet_823vs_1 { height: auto !important; margin: 110px auto 55px !important; max-width: 1080px !important; padding: 0 20px; }
._cabinet_823vs_1 ._cabinetContent_823vs_13,
._dashboard_77r1t_1 ._dashboardContent_77r1t_7 { background: var(--mi-surface) !important; border: 1px solid var(--mi-line) !important; border-radius: 18px !important; box-shadow: 0 20px 50px rgba(0,0,0,.15); padding: 26px !important; }
._cabinet_823vs_1 ._columnWrapper_823vs_160,
._cabinet_823vs_1 ._informationWrapper_823vs_107 { background: var(--mi-surface-raised) !important; border: 1px solid var(--mi-line) !important; border-radius: 12px !important; }
._dashboard_77r1t_1 { margin: 110px auto 55px !important; max-width: 1080px !important; padding: 0 20px; }
._dashboard_77r1t_1 ._tab_77r1t_75 { background: rgba(255,255,255,.05) !important; border-radius: 999px !important; }
._dashboard_77r1t_1 ._tab_77r1t_75._current_77r1t_97 { background: var(--mi-sky-soft) !important; }
._dashboard_77r1t_1 ._tab_77r1t_75._current_77r1t_97 ._tabIcon_77r1t_86,
._dashboard_77r1t_1 ._tab_77r1t_75._current_77r1t_97 ._tabName_77r1t_87 { color: var(--mi-sky) !important; }

._home_cmjx9_1 ._homeHandleUp_cmjx9_1 { background: var(--mi-sky) !important; border-radius: 50% !important; right: 22px; }
.sky-reveal { opacity: 1; transform: none; transition: opacity .45s ease, transform .45s ease; }
.sky-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 768px) {
    ._header_27l20_1 { width: calc(100% - 24px) !important; }
    ._header_27l20_1 ._headerNavigation_27l20_73 nav { gap: 8px !important; }
    ._home_cmjx9_1 ._homeHeroSection_cmjx9_42 { padding-top: 125px !important; }
    ._home_cmjx9_1 ._homeDesignSection_cmjx9_392 ._designContent_cmjx9_404 { min-height: auto; padding: 34px !important; }
    ._home_cmjx9_1 ._designContent_cmjx9_404::after { display: none; }
    ._home_cmjx9_1 ._designContent_cmjx9_404 ._designHeaderText_cmjx9_443,
    ._home_cmjx9_1 ._designContent_cmjx9_404 ._designBodyText_cmjx9_477,
    ._home_cmjx9_1 ._designContent_cmjx9_404 ._designFooterSocials_cmjx9_488 { max-width: 100%; }
    ._home_cmjx9_1 ._productsSubscription_cmjx9_923 ._product_cmjx9_923 { display: flex !important; width: 100% !important; }
}

/* Final structure and icon corrections */
._home_cmjx9_1 ._homeHeroSection_cmjx9_42::before { z-index: 0; }
._home_cmjx9_1 ._homeHeroSection_cmjx9_42::after { z-index: 1; }
._home_cmjx9_1 ._heroContent_cmjx9_63 { z-index: 2; }

/* Base bundle icon font was overridden by the global Inter rule. */
._buttonIcon_163v0_16,
._paragraphIcon_7h1zp_45,
._labelIcon_1ekvz_23,
._contentIcon_cmjx9_584,
._titleIcon_cmjx9_314,
._titleIcon_823vs_123,
._tabIcon_77r1t_86 { display: none !important; }

._header_27l20_1 ._navigationIcon_27l20_73 {
    display: none !important;
    font-size: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    width: 0 !important;
}

._header_27l20_1 ._headerNavigation_27l20_73 nav li { gap: 0 !important; }
._home_cmjx9_1 ._designFooterSocials_cmjx9_488 ._socialsCards_cmjx9_504 ._card_cmjx9_509 {
    align-items: center;
    color: transparent !important;
    display: flex;
    justify-content: center;
    position: relative;
}
._home_cmjx9_1 ._designFooterSocials_cmjx9_488 ._socialsCards_cmjx9_504 ._card_cmjx9_509::after {
    color: var(--mi-sky);
    font-family: Inter, sans-serif !important;
    font-size: 12px;
    font-weight: 700;
}
._home_cmjx9_1 ._designFooterSocials_cmjx9_488 ._socialsCards_cmjx9_504 ._card_cmjx9_509:nth-child(1)::after { content: "D"; }
._home_cmjx9_1 ._designFooterSocials_cmjx9_488 ._socialsCards_cmjx9_504 ._card_cmjx9_509:nth-child(2)::after { content: "T"; }
._home_cmjx9_1 ._designFooterSocials_cmjx9_488 ._socialsCards_cmjx9_504 ._card_cmjx9_509:nth-child(3)::after { content: "Y"; }

/* Feature GUI — light, modular minecraft-inside-inspired control card */
._home_cmjx9_1 ._homeFeatureSection_cmjx9_150 ._featureContent_cmjx9_163 ._featureRight_cmjx9_256 ._featureGui_cmjx9_260 {
    background: linear-gradient(145deg, #f8fdff, #dff4ff) !important;
    border: 1px solid rgba(110,203,255,.34) !important;
    box-shadow: 0 28px 70px rgba(19, 114, 153, .2) !important;
    padding: 22px !important;
}
._home_cmjx9_1 ._featureGui_cmjx9_260::before { background: radial-gradient(circle at 85% 12%, rgba(110,203,255,.58), transparent 39%) !important; opacity: .65 !important; }
._home_cmjx9_1 ._featureGui_cmjx9_260 ._function_cmjx9_294 {
    background: rgba(255,255,255,.86) !important;
    border: 1px solid rgba(21,90,134,.1) !important;
    box-shadow: 0 7px 18px rgba(24, 90, 130, .07);
}
._home_cmjx9_1 ._featureGui_cmjx9_260 ._function_cmjx9_294 ._titleName_cmjx9_315,
._home_cmjx9_1 ._featureGui_cmjx9_260 ._function_cmjx9_294 ._functionDescription_cmjx9_326 { color: #155a86 !important; }
._home_cmjx9_1 ._featureGui_cmjx9_260 ._functionCheckbox_cmjx9_336 { background: #d3eefa !important; }
._home_cmjx9_1 ._featureGui_cmjx9_260 ._functionCheckbox_cmjx9_336._enabled_cmjx9_356 { background: var(--mi-sky-strong) !important; }

/* Replace the empty "visual experience" block with an original visual scene. */
._home_cmjx9_1 ._homeDesignSection_cmjx9_392 ._designContent_cmjx9_404 {
    align-items: flex-start !important;
    background:
        radial-gradient(circle at 74% 36%, rgba(110,203,255,.34), transparent 16rem),
        linear-gradient(145deg, #181b22, #101116 64%) !important;
    min-height: 610px !important;
}
._home_cmjx9_1 ._designContent_cmjx9_404::after {
    background: none !important;
    border: 1px solid rgba(110,203,255,.42);
    border-radius: 18px;
    bottom: 58px;
    box-shadow: 0 26px 70px rgba(0,0,0,.42), inset 0 0 45px rgba(110,203,255,.08);
    content: "";
    height: 270px;
    opacity: 1;
    right: 54px;
    transform: perspective(850px) rotateY(-11deg) rotateX(4deg);
    width: min(46%, 425px);
    z-index: 1;
}
._home_cmjx9_1 ._designContent_cmjx9_404::before {
    background:
        linear-gradient(90deg, transparent 49%, rgba(110,203,255,.26) 50%, transparent 51%),
        linear-gradient(0deg, transparent 49%, rgba(110,203,255,.2) 50%, transparent 51%),
        radial-gradient(circle at 28% 26%, #6ecbff 0 4px, transparent 5px),
        radial-gradient(circle at 75% 70%, #6ecbff 0 4px, transparent 5px);
    background-size: 38px 38px, 38px 38px, auto, auto;
    border-radius: 16px;
    bottom: 72px;
    content: "";
    height: 242px;
    opacity: .9;
    position: absolute;
    right: 68px;
    transform: perspective(850px) rotateY(-11deg) rotateX(4deg);
    width: min(43%, 400px);
    z-index: 2;
}
._home_cmjx9_1 ._designContent_cmjx9_404 ._designHeaderText_cmjx9_443,
._home_cmjx9_1 ._designContent_cmjx9_404 ._designBodyText_cmjx9_477,
._home_cmjx9_1 ._designContent_cmjx9_404 ._designFooterSocials_cmjx9_488 { max-width: 46% !important; z-index: 3; }

/* Support is now a separate split card instead of the original layout. */
._home_cmjx9_1 ._homeSupportSection_cmjx9_527 ._supportContent_cmjx9_537 {
    align-items: stretch !important;
    background: linear-gradient(120deg, rgba(110,203,255,.12), rgba(24,24,28,.82) 48%) !important;
    border: 1px solid rgba(110,203,255,.16) !important;
    border-radius: 20px;
    gap: 46px !important;
    overflow: hidden;
    padding: 54px !important;
}
._home_cmjx9_1 ._homeSupportSection_cmjx9_527 ._supportContent_cmjx9_537 ._supportRight_cmjx9_553 {
    align-items: center;
    background: rgba(255,255,255,.045);
    border: 1px solid var(--mi-line);
    border-radius: 14px;
    display: flex;
    justify-content: center;
    padding: 10px;
}
._home_cmjx9_1 ._homeSupportSection_cmjx9_527 ._supportBorderedImage_cmjx9_559 { filter: saturate(.55) contrast(1.08); }

/* Full footer information grid; pseudo blocks remain safe with unknown React markup. */
._footer_11itf_1 ._footerContent_11itf_14 {
    align-items: stretch !important;
    display: grid !important;
    grid-template-columns: 1.45fr 1fr;
    position: relative;
}
._footer_11itf_1 ._footerContent_11itf_14::after {
    color: var(--mi-copy);
    content: "PRODUCT\A Client overview\A Module library\A Update history\A\A RESOURCES\A Documentation\A Community rules\A Status";
    font-family: Inter, sans-serif !important;
    font-size: 12px;
    line-height: 2.05;
    padding-top: 8px;
    white-space: pre-line;
}
._footer_11itf_1 ._footerContent_11itf_14 ._contentDescription_11itf_85 { grid-column: 1 / -1; }

._authentification_7h1zp_1 ._formCaptcha_7h1zp_135 {
    display: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media (max-width: 768px) {
    ._home_cmjx9_1 ._designContent_cmjx9_404::after,
    ._home_cmjx9_1 ._designContent_cmjx9_404::before { display: none; }
    ._home_cmjx9_1 ._designContent_cmjx9_404 ._designHeaderText_cmjx9_443,
    ._home_cmjx9_1 ._designContent_cmjx9_404 ._designBodyText_cmjx9_477,
    ._home_cmjx9_1 ._designContent_cmjx9_404 ._designFooterSocials_cmjx9_488 { max-width: 100% !important; }
    ._home_cmjx9_1 ._homeSupportSection_cmjx9_527 ._supportContent_cmjx9_537 { padding: 32px !important; }
    ._footer_11itf_1 ._footerContent_11itf_14 { display: flex !important; }
}

/* Reference feature-card proportions */
._home_cmjx9_1 ._featureGui_cmjx9_260 ._guiFunctions_cmjx9_277 {
    display: flex !important;
    flex-direction: column;
    gap: 10px !important;
}
._home_cmjx9_1 ._featureGui_cmjx9_260 ._function_cmjx9_294 {
    min-height: 58px;
    padding: 10px 12px !important;
    transition: background .28s ease, transform .28s ease, box-shadow .28s ease;
}
._home_cmjx9_1 ._featureGui_cmjx9_260 ._function_cmjx9_294:hover {
    background: rgba(110,203,255,.11) !important;
    box-shadow: 0 10px 22px rgba(42,168,242,.1);
    transform: translateX(4px);
}
._home_cmjx9_1 ._featureGui_cmjx9_260 ._functionHeader_cmjx9_299 {
    align-items: center !important;
    gap: 10px !important;
}
._home_cmjx9_1 ._featureGui_cmjx9_260 ._functionDescription_cmjx9_326 {
    color: #4f5664 !important;
    font-size: 12px !important;
    margin-left: 0 !important;
}

/* No broken font glyphs anywhere in public UI. */
._textIcon_cmjx9_190,
._placeIcon_cmjx9_773,
._upIcon_cmjx9_21,
._forgotIcon_7h1zp_102,
._boxChevron_1xm1f_45,
._passwordHideIcon_1ekvz_8,
._titleIcon_11itf_32 + * {
    font-family: Inter, sans-serif !important;
}
._textIcon_cmjx9_190,
._placeIcon_cmjx9_773,
._forgotIcon_7h1zp_102,
._boxChevron_1xm1f_45,
._passwordHideIcon_1ekvz_8 { display: none !important; }

/* Center the final CTA and lay footer information out horizontally. */
._footer_11itf_1 ._footerContent_11itf_14 ._contentTitle_11itf_20,
._footer_11itf_1 ._footerContent_11itf_14 ._contentTitle_11itf_20 ._titleHeader_11itf_26,
._footer_11itf_1 ._footerContent_11itf_14 ._contentTitle_11itf_20 ._titleSlogan_11itf_39 {
    align-items: center !important;
    text-align: center !important;
}
._footer_11itf_1 ._footerContent_11itf_14::after {
    align-items: center;
    content: "PRODUCT · Client overview · Module library · Update history     RESOURCES · Documentation · Community rules · Status" !important;
    display: flex;
    flex-wrap: wrap;
    gap: 9px 16px;
    line-height: 1.5;
    padding-top: 0;
    white-space: normal;
}

/* Support image becomes a branded service panel, not the source layout. */
._home_cmjx9_1 ._homeSupportSection_cmjx9_527 ._supportBorderedImage_cmjx9_559 {
    min-height: 250px;
    position: relative;
}
._home_cmjx9_1 ._homeSupportSection_cmjx9_527 ._supportBorderedImage_cmjx9_559::before {
    background: linear-gradient(135deg, rgba(9,32,44,.84), rgba(7,10,14,.22));
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}
._home_cmjx9_1 ._homeSupportSection_cmjx9_527 ._supportBorderedImage_cmjx9_559::after {
    color: #d9f4ff;
    content: "SKYCORE SUPPORT\A Response within one game session";
    font-family: Inter, sans-serif !important;
    font-size: 13px;
    font-weight: 600;
    left: 22px;
    letter-spacing: .06em;
    line-height: 1.8;
    position: absolute;
    text-transform: uppercase;
    top: 22px;
    white-space: pre-line;
    z-index: 2;
}
._home_cmjx9_1 ._homeSupportSection_cmjx9_527 ._imageSignature_cmjx9_762 { display: none !important; }

/* Turnstile must have enough room for its iframe on auth pages. */
._authentification_7h1zp_1 ._formCaptcha_7h1zp_135 iframe {
    display: block !important;
    min-height: 65px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

@media (max-width: 768px) {
    ._footer_11itf_1 ._footerContent_11itf_14::after { justify-content: center; text-align: center; }
}

/* === User fixes: ClickGUI showcase, clean design block, footer card === */

._home_cmjx9_1 ._featureGui_cmjx9_260.sky-hidden-gui { display: none !important; }

/* Remove broken pseudo visuals from "A clean interface" */
._home_cmjx9_1 ._designContent_cmjx9_404::before,
._home_cmjx9_1 ._designContent_cmjx9_404::after { display: none !important; content: none !important; }

._home_cmjx9_1 ._homeDesignSection_cmjx9_392 ._designContent_cmjx9_404 {
    align-items: center !important;
    background: linear-gradient(145deg, #181b22, #101116) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 28px !important;
    justify-content: center !important;
    min-height: 420px !important;
    padding: 56px 40px !important;
    text-align: center !important;
}

._home_cmjx9_1 ._designContent_cmjx9_404 ._designHeaderText_cmjx9_443,
._home_cmjx9_1 ._designContent_cmjx9_404 ._designBodyText_cmjx9_477,
._home_cmjx9_1 ._designContent_cmjx9_404 ._designFooterSocials_cmjx9_488 {
    align-items: center !important;
    max-width: 640px !important;
    text-align: center !important;
    width: 100% !important;
}

._home_cmjx9_1 ._designFooterSocials_cmjx9_488 ._socialsCards_cmjx9_504 {
    justify-content: center !important;
    width: 100%;
}

._home_cmjx9_1 ._designFooterSocials_cmjx9_488 ._socialsCards_cmjx9_504 ._card_cmjx9_509::after {
    content: none !important;
    display: none !important;
}

/* Footer CTA centered; remove fake pseudo columns */
._footer_11itf_1 ._footerContent_11itf_14::after { content: none !important; display: none !important; }

._footer_11itf_1 ._footerContent_11itf_14 {
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
}

._footer_11itf_1 ._footerContent_11itf_14 ._contentTitle_11itf_20,
._footer_11itf_1 ._footerContent_11itf_14 ._contentTitle_11itf_20 ._titleHeader_11itf_26,
._footer_11itf_1 ._footerContent_11itf_14 ._contentTitle_11itf_20 ._titleSlogan_11itf_39,
._footer_11itf_1 ._footerContent_11itf_14 ._contentTitle_11itf_20 ._titleFooter_11itf_73 {
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100%;
}

._footer_11itf_1 ._footerContent_11itf_14 ._contentDescription_11itf_85 {
    margin-top: 8px;
    max-width: 100% !important;
    width: 100%;
}

._footer_11itf_1 ._footerContent_11itf_14 ._contentDescription_11itf_85 ._contentText_11itf_92,
._footer_11itf_1 ._footerContent_11itf_14 ._contentDescription_11itf_85 ._contentHr_11itf_107 {
    display: none !important;
}

.sky-footer-card {
    background: var(--mi-surface);
    border: 1px solid var(--mi-line);
    border-radius: 16px;
    box-shadow: 0 12px 36px rgba(15, 23, 42, .06);
    margin-top: 10px;
    padding: 24px 26px 18px;
    width: 100%;
}
:root.dark .sky-footer-card {
    background: var(--mi-surface-raised);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
}

.sky-footer-grid {
    display: grid;
    gap: 24px 30px;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    margin-bottom: 18px;
}

.sky-footer-logo {
    align-items: center;
    color: var(--mi-text);
    display: flex;
    font-size: 17px;
    font-weight: 600;
    gap: 10px;
    margin-bottom: 8px;
}

.sky-footer-logo img { filter: drop-shadow(0 0 8px rgba(110, 203, 255, .35)); }

.sky-footer-copy {
    color: var(--mi-copy);
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 12px;
    max-width: 280px;
}

.sky-footer-socials {
    display: flex;
    gap: 8px;
}

.sky-footer-socials a {
    align-items: center;
    background: var(--mi-sky-soft);
    border: 1px solid var(--mi-line);
    border-radius: 999px;
    color: var(--mi-text) !important;
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    height: 32px;
    justify-content: center;
    letter-spacing: .04em;
    text-decoration: none;
    width: 32px;
}

.sky-footer-socials a:hover { border-color: var(--mi-sky); color: var(--mi-sky) !important; }

.sky-footer-col h5 {
    color: var(--mi-text);
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 10px;
}

.sky-footer-col ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sky-footer-col a {
    color: var(--mi-copy) !important;
    font-size: 13px;
    text-decoration: none;
}

.sky-footer-col a:hover { color: var(--mi-sky) !important; }

.sky-footer-credit {
    border-top: 1px solid var(--mi-line);
    color: var(--mi-copy);
    font-size: 12px;
    margin: 0;
    padding-top: 14px;
    text-align: center;
}

.sky-footer-credit strong { color: var(--mi-text); font-weight: 600; }

@media (max-width: 900px) {
    .sky-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
    .sky-footer-grid { grid-template-columns: 1fr; }
}

/* Theme toggle */
._header_27l20_1 ._headerAuth_27l20_33._headerThemeChange_27l20_33,
._header_27l20_1 ._themeChange_27l20_33,
._header_27l20_1 ._themeChange_27l20_33 ._theme_27l20_33 {
    pointer-events: auto !important;
    position: relative;
    z-index: 5;
}

._header_27l20_1 ._themeChange_27l20_33 ._activeBackground_27l20_44 {
    background: var(--mi-sky-soft) !important;
}

/* Sign-up / secondary auth button looks inactive but stays clickable */
._authentification_7h1zp_1 ._formButtons_7h1zp_139 button._signUp_7h1zp_158,
._authentification_7h1zp_1 ._formButtons_7h1zp_139 button:not(._filled_7h1zp_161) {
    background: rgba(255, 255, 255, .04) !important;
    border: 1px solid rgba(255, 255, 255, .08) !important;
    box-shadow: none !important;
    color: #7d8498 !important;
}

._authentification_7h1zp_1 ._formButtons_7h1zp_139 button._signUp_7h1zp_158:hover,
._authentification_7h1zp_1 ._formButtons_7h1zp_139 button:not(._filled_7h1zp_161):hover {
    background: rgba(255, 255, 255, .07) !important;
    color: #a8afbf !important;
}

/* Hide Kill Aura / feature GUI block */
._home_cmjx9_1 ._featureRight_cmjx9_256,
._home_cmjx9_1 ._featureGui_cmjx9_260 { display: none !important; }

._home_cmjx9_1 ._featureContent_cmjx9_163 {
    grid-template-columns: minmax(0, 1fr) !important;
}

/* Compact pricing section */
._home_cmjx9_1 ._homePriceSection_cmjx9_801 { padding: 72px 20px !important; }
._home_cmjx9_1 ._priceContent_cmjx9_815 { gap: 18px !important; }
._home_cmjx9_1 ._homePriceSection_cmjx9_801 ._titleDescription_cmjx9_596 { font-size: clamp(28px, 3.2vw, 42px) !important; }
._home_cmjx9_1 ._productsSubscription_cmjx9_923 { gap: 8px !important; }
._home_cmjx9_1 ._productsSubscription_cmjx9_923 ._product_cmjx9_923 {
    gap: 12px !important;
    grid-template-columns: 110px 1fr auto !important;
    padding: 10px 12px !important;
}
._home_cmjx9_1 ._productsSubscription_cmjx9_923 ._productImage_cmjx9_944 { height: 58px !important; }
._home_cmjx9_1 ._productsSubscription_cmjx9_923 ._productBuyButton_cmjx9_1071 button { min-height: 34px !important; }

/* Footer CTA always visible on home */
._footer_11itf_1 ._footerContent_11itf_14 ._contentTitle_11itf_20 {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Footer + scroll button always visible on home */
._footer_11itf_1 { display: flex !important; opacity: 1 !important; visibility: visible !important; }
._home_cmjx9_1 ._homeHandleUp_cmjx9_1 { opacity: 1 !important; pointer-events: all !important; }

/* Social icons in design section */
._home_cmjx9_1 ._designFooterSocials_cmjx9_488 ._socialsCards_cmjx9_504 ._card_cmjx9_509::after { content: none !important; display: none !important; }
._home_cmjx9_1 ._designFooterSocials_cmjx9_488 ._socialsCards_cmjx9_504 ._card_cmjx9_509 .sky-social-icon,
._home_cmjx9_1 ._designFooterSocials_cmjx9_488 ._socialsCards_cmjx9_504 ._card_cmjx9_509[data-sky-icon] {
    align-items: center;
    color: var(--mi-sky) !important;
    display: flex !important;
    height: 20px;
    justify-content: center;
    line-height: 1;
    width: 20px;
}
._home_cmjx9_1 ._designFooterSocials_cmjx9_488 ._socialsCards_cmjx9_504 ._card_cmjx9_509 .sky-social-icon svg {
    display: block;
    height: 20px;
    width: 20px;
}

/* === v6: centering, support hide, compact buy panels, animations, i18n === */
._home_cmjx9_1 ._homeSupportSection_cmjx9_527 { display: none !important; }

._home_cmjx9_1 ._homeFeatureSection_cmjx9_150 ._featureLeft_cmjx9_175,
._home_cmjx9_1 ._homeFeatureSection_cmjx9_150 ._featureHeaderText_cmjx9_180,
._home_cmjx9_1 ._homeFeatureSection_cmjx9_150 ._featureHeaderText_cmjx9_180 ._textParagraph_cmjx9_76 {
    align-items: center !important;
    text-align: center !important;
    width: 100%;
}
._home_cmjx9_1 ._homeFeatureSection_cmjx9_150 ._featureContent_cmjx9_163 {
    justify-items: center !important;
}
._home_cmjx9_1 ._homeFeatureSection_cmjx9_150 ._featureBodyText_cmjx9_213 {
    margin-inline: auto;
    max-width: 560px;
    text-align: center !important;
}

._footer_11itf_1 ._contentTitle_11itf_20,
._footer_11itf_1 ._titleFooter_11itf_73 {
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

/* Ultra-compact purchase UI */
._home_cmjx9_1 ._homePriceSection_cmjx9_801 { padding: 40px 16px !important; }
._home_cmjx9_1 ._priceContent_cmjx9_815 { gap: 12px !important; }
._home_cmjx9_1 ._priceHeader_cmjx9_820 { gap: 6px !important; }
._home_cmjx9_1 ._productsSubscription_cmjx9_923 ._product_cmjx9_923,
._home_cmjx9_1 ._productsOther_cmjx9_1089 ._product_cmjx9_923 {
    gap: 8px !important;
    grid-template-columns: 72px 1fr auto !important;
    min-height: 0 !important;
    padding: 8px 10px !important;
    border-radius: 10px !important;
}
._home_cmjx9_1 ._productImage_cmjx9_944 { height: 44px !important; width: 72px !important; }
._home_cmjx9_1 ._productAdvantages_cmjx9_1049,
._home_cmjx9_1 ._productHr_cmjx9_1044 { display: none !important; }
._home_cmjx9_1 ._headerSlogan_cmjx9_986 { font-size: 14px !important; }
._home_cmjx9_1 ._perDayText_cmjx9_1001,
._home_cmjx9_1 ._perDaySave_cmjx9_1017 { font-size: 11px !important; }

._popupWrapper_32jty_1 ._popup_32jty_1 {
    border-radius: 12px !important;
    gap: 8px !important;
    max-width: 380px !important;
    padding: 12px 14px !important;
    width: min(380px, calc(100vw - 28px)) !important;
}
._productPopup_cmjx9_1259 { gap: 6px !important; }
._productPopup_cmjx9_1259 ._popupRight_cmjx9_1269 { gap: 6px !important; }
._productPopup_cmjx9_1259 ._productOtherPayment_cmjx9_1301 { gap: 6px !important; }
._productPopup_cmjx9_1259 ._productOtherPayment_cmjx9_1301 button,
._productPopup_cmjx9_1259 ._productInput_cmjx9_1328 button {
    font-size: 12px !important;
    height: 32px !important;
    min-height: 32px !important;
    padding: 6px 10px !important;
}
._productPopup_cmjx9_1259 ._productOtherBuy_cmjx9_1279 ._line_cmjx9_1285 { width: 80px !important; }

._cabinet_823vs_1 { height: auto !important; min-height: 100vh; padding: 120px 0 48px !important; }
._cabinet_823vs_1 ._cabinetContent_823vs_13 { gap: 14px !important; }
._cabinet_823vs_1 ._contentBody_823vs_62 { gap: 12px !important; }
._cabinet_823vs_1 ._informationWrapper_823vs_107,
._cabinet_823vs_1 ._columnWrapper_823vs_160,
._cabinet_823vs_1 ._wrapperLauncher_823vs_250,
._cabinet_823vs_1 ._wrapperUser_823vs_387,
._cabinet_823vs_1 ._wrapperActivateKey_823vs_514 {
    border-radius: 10px !important;
    gap: 8px !important;
    padding: 10px 12px !important;
}
._cabinet_823vs_1 ._wrapperLauncher_823vs_250 ._launcherBody_823vs_295 {
    align-items: stretch !important;
    border: 1px solid var(--mi-line, var(--outline-900)) !important;
    border-radius: 14px !important;
    display: grid !important;
    gap: 16px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    height: auto !important;
    justify-content: stretch !important;
    min-height: 0 !important;
    padding: 14px 16px !important;
    width: 100% !important;
}
._cabinet_823vs_1 ._wrapperLauncher_823vs_250 ._launcherBody_823vs_295 ._bodyData_823vs_316 {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    min-width: 0 !important;
    width: 100% !important;
}
._cabinet_823vs_1 ._wrapperLauncher_823vs_250 ._launcherBody_823vs_295 ._bodyData_823vs_316 ._dataTitle_823vs_330 {
    justify-content: flex-start !important;
}
._cabinet_823vs_1 ._wrapperLauncher_823vs_250 ._launcherButtons_823vs_355 {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    width: 100% !important;
}
._cabinet_823vs_1 ._wrapperLauncher_823vs_250 ._launcherButtons_823vs_355 button {
    justify-content: center !important;
    line-height: 1.35 !important;
    min-height: 40px !important;
    text-align: center !important;
    white-space: normal !important;
    width: 100% !important;
}
@media (max-width: 640px) {
    ._cabinet_823vs_1 ._wrapperLauncher_823vs_250 ._launcherBody_823vs_295 {
        grid-template-columns: 1fr !important;
    }
}
._cabinet_823vs_1 ._columnUser_823vs_83 { max-width: 260px !important; }
._cabinet_823vs_1 ._homePriceSection_cmjx9_801 { padding: 0 !important; }
._cabinet_823vs_1 ._productsSubscription_cmjx9_923 ._product_cmjx9_923 { padding: 8px !important; }

._dashboard_77r1t_1 { padding-top: 110px !important; }
._dashboard_77r1t_1 ._contentTable_77r1t_110,
._dashboard_77r1t_1 ._contentKeys_77r1t_323,
._dashboard_77r1t_1 ._contentPromocodes_77r1t_334 {
    border-radius: 10px !important;
    padding: 10px 12px !important;
}

/* Language selector (minecraft-inside style) */
.sky-lang-selector {
    align-items: center;
    background: rgba(255, 255, 255, .06);
    border-radius: 999px;
    color: var(--mi-copy);
    cursor: pointer;
    display: flex;
    font-size: 11px;
    font-weight: 700;
    gap: 4px;
    padding: 5px 10px;
    position: relative;
    user-select: none;
}
html:not(.dark) .sky-lang-selector { background: rgba(15, 23, 42, .05); color: #5f6678; }
body.header-over-hero .sky-lang-selector,
:root.dark .sky-lang-selector { background: rgba(255, 255, 255, .08); color: rgba(255, 255, 255, .72); }
.sky-lang-arrow { fill: none; height: 12px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; transition: transform .25s ease; width: 12px; }
.sky-lang-selector.open .sky-lang-arrow { transform: rotate(180deg); }
.sky-lang-dropdown {
    background: var(--mi-surface);
    border: 1px solid var(--mi-line);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    left: -8px;
    opacity: 0;
    padding: 4px 0;
    position: absolute;
    top: calc(100% + 8px);
    transform: translateY(-6px);
    transition: all .22s ease;
    visibility: hidden;
    width: 118px;
    z-index: 20;
}
:root.dark .sky-lang-dropdown,
body.header-over-hero .sky-lang-dropdown {
    background: rgba(23, 27, 36, .96);
    border-color: rgba(255, 255, 255, .1);
}
.sky-lang-dropdown-fixed {
    opacity: 1 !important;
    position: fixed !important;
    transform: none !important;
    visibility: visible !important;
    width: 128px;
    z-index: 10050 !important;
}
.sky-lang-selector.open .sky-lang-arrow { transform: rotate(180deg); }
.sky-lang-option { color: var(--mi-copy); font-size: 12px; font-weight: 600; padding: 7px 12px; }
.sky-lang-option:hover { background: rgba(110, 203, 255, .08); color: var(--mi-text); }
.sky-lang-option.active { color: var(--mi-sky); }

/* Global motion */
@keyframes sky-rise {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: none; }
}
@keyframes sky-fade {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes sky-pop {
    0% { opacity: 0; transform: scale(.96); }
    100% { opacity: 1; transform: scale(1); }
}
.sky-animate-in { animation: sky-rise .55s cubic-bezier(.22, 1, .36, 1) both; }
.sky-animate-fade { animation: sky-fade .45s ease both; }
.sky-animate-pop { animation: sky-pop .4s cubic-bezier(.22, 1, .36, 1) both; }

._home_cmjx9_1 > section,
._footer_11itf_1,
._cabinet_823vs_1 ._cabinetContent_823vs_13 > *,
._dashboard_77r1t_1 ._dashboardContent_77r1t_7 > *,
._popupWrapper_32jty_1 ._popup_32jty_1,
button,
._header_27l20_1 {
    transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease, color .22s ease, opacity .22s ease;
}
._home_cmjx9_1 ._productsSubscription_cmjx9_923 ._product_cmjx9_923:hover,
._cabinet_823vs_1 ._informationWrapper_823vs_107:hover,
.sky-footer-card:hover {
    box-shadow: 0 10px 28px rgba(42, 168, 242, .12);
    transform: translateY(-2px);
}

/* Remove duplicate light-theme transparent block */
:root:not(.dark) ._header_27l20_1._transparent_27l20_29 {
    background: rgba(255,255,255,.82) !important;
}
html:not(.dark) body.header-over-hero ._header_27l20_1._transparent_27l20_29 {
    background: rgba(18, 18, 22, .84) !important;
}

/* === v7: light theme text, compact pricing, cabinet fix === */
html:not(.dark) ._home_cmjx9_1 ._featureHeaderText_cmjx9_180 ._textContent_cmjx9_86,
html:not(.dark) ._home_cmjx9_1 ._designHeaderText_cmjx9_443 ._textContent_cmjx9_86,
html:not(.dark) ._home_cmjx9_1 ._titleDescription_cmjx9_596,
html:not(.dark) ._footer_11itf_1 ._titleSlogan_11itf_39 span:first-child,
html:not(.dark) ._footer_11itf_1 ._titleSlogan_11itf_39 span:last-child {
    color: var(--mi-text) !important;
}

html:not(.dark) ._authentification_7h1zp_1 ._authentificationContent_7h1zp_18 {
    background: var(--mi-surface) !important;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
}
html:not(.dark) ._authentification_7h1zp_1 ._paragraphDescription_7h1zp_57 {
    color: var(--mi-text) !important;
}
html:not(.dark) ._inputWrapper_1ekvz_1 input,
html:not(.dark) ._comboBoxWrapper_1xm1f_1 ._comboBox_1xm1f_1 {
    background: var(--mi-surface-raised) !important;
    color: var(--mi-text) !important;
}
html:not(.dark) ._authentification_7h1zp_1 ._formButtons_7h1zp_139 button._signUp_7h1zp_158,
html:not(.dark) ._authentification_7h1zp_1 ._formButtons_7h1zp_139 button:not(._filled_7h1zp_161) {
    background: rgba(15, 23, 42, .04) !important;
    border-color: var(--mi-line) !important;
    color: var(--mi-copy) !important;
}

html:not(.dark) ._cabinet_823vs_1,
html:not(.dark) ._dashboard_77r1t_1,
html:not(.dark) ._privacypolicy_1qr64_1,
html:not(.dark) ._termsofservice_rizuw_1 {
    color: var(--mi-text);
}
html:not(.dark) ._cabinet_823vs_1 ._contentHelloText_823vs_46,
html:not(.dark) ._cabinet_823vs_1 ._titleText_823vs_124,
html:not(.dark) ._dashboard_77r1t_1 ._tabName_77r1t_87 {
    color: var(--mi-text) !important;
}

._cabinet_823vs_1,
._dashboard_77r1t_1 {
    height: auto !important;
    min-height: calc(100vh - 120px) !important;
    opacity: 1 !important;
    visibility: visible !important;
}
._cabinet_823vs_1 ._cabinetContent_823vs_13,
._dashboard_77r1t_1 ._dashboardContent_77r1t_7 {
    opacity: 1 !important;
    visibility: visible !important;
}
._cabinet_823vs_1 .sky-animate-in,
._dashboard_77r1t_1 .sky-animate-in,
._cabinet_823vs_1 ._cabinetContent_823vs_13 > *,
._dashboard_77r1t_1 ._dashboardContent_77r1t_7 > * {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
}

._home_cmjx9_1 ._homePriceSection_cmjx9_801 ._titleDescription_cmjx9_596 {
    font-size: clamp(20px, 2.4vw, 28px) !important;
    letter-spacing: -.04em !important;
}
._home_cmjx9_1 ._homePriceSection_cmjx9_801 ._contentText_cmjx9_587 {
    font-size: 11px !important;
}
._home_cmjx9_1 ._titlePrice_cmjx9_1032,
._home_cmjx9_1 ._productsSubscription_cmjx9_923 ._titlePrice_cmjx9_1032,
._home_cmjx9_1 ._productsOther_cmjx9_1089 ._titlePrice_cmjx9_1032 {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.15 !important;
}
._home_cmjx9_1 ._titleTime_cmjx9_1031 {
    font-size: 12px !important;
}
._home_cmjx9_1 ._headerSlogan_cmjx9_986 {
    font-size: 12px !important;
}
._productPopup_cmjx9_1259 ._titlePrice_cmjx9_1032,
._popupWrapper_32jty_1 ._popup_32jty_1 {
    font-size: 14px !important;
}
._productPopup_cmjx9_1259 h3,
._productPopup_cmjx9_1259 h4,
._productPopup_cmjx9_1259 ._headerSlogan_cmjx9_986 {
    font-size: 13px !important;
}

._header_27l20_1 ._headerAuth_27l20_33 {
    align-items: center;
    gap: 8px;
}
.sky-lang-selector {
    min-height: 30px;
    padding: 4px 9px;
}

/* === v8: design light bg, pricing size, footer polish === */
html:not(.dark) ._home_cmjx9_1 ._homeDesignSection_cmjx9_392 ._designContent_cmjx9_404 {
    background:
        radial-gradient(circle at 78% 28%, rgba(42, 168, 242, .16), transparent 18rem),
        linear-gradient(145deg, var(--mi-surface), var(--mi-surface-raised)) !important;
    border: 1px solid var(--mi-line) !important;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .06);
}
html:not(.dark) ._home_cmjx9_1 ._designContent_cmjx9_404 ._designHeaderText_cmjx9_443 ._textContent_cmjx9_86,
html:not(.dark) ._home_cmjx9_1 ._designContent_cmjx9_404 ._designBodyText_cmjx9_477,
html:not(.dark) ._home_cmjx9_1 ._designContent_cmjx9_404 ._socialsTitle_cmjx9_494 {
    color: var(--mi-text) !important;
}
html:not(.dark) ._home_cmjx9_1 ._designFooterSocials_cmjx9_488 ._socialsCards_cmjx9_504 ._card_cmjx9_509 {
    background: var(--mi-sky-soft) !important;
    border-color: var(--mi-line) !important;
}

._home_cmjx9_1 ._homePriceSection_cmjx9_801 ._titleDescription_cmjx9_596 {
    font-size: clamp(24px, 2.8vw, 34px) !important;
}
._home_cmjx9_1 ._homePriceSection_cmjx9_801 ._contentText_cmjx9_587 {
    font-size: 12px !important;
}
._home_cmjx9_1 ._titlePrice_cmjx9_1032,
._home_cmjx9_1 ._productsSubscription_cmjx9_923 ._titlePrice_cmjx9_1032,
._home_cmjx9_1 ._productsOther_cmjx9_1089 ._titlePrice_cmjx9_1032 {
    font-size: 22px !important;
}
._home_cmjx9_1 ._titleTime_cmjx9_1031 {
    font-size: 13px !important;
}
._home_cmjx9_1 ._headerSlogan_cmjx9_986 {
    font-size: 13px !important;
}
._home_cmjx9_1 ._perDayText_cmjx9_1001,
._home_cmjx9_1 ._perDaySave_cmjx9_1017 {
    font-size: 12px !important;
}

.sky-footer-card {
    background:
        linear-gradient(180deg, rgba(110, 203, 255, .08), transparent 42px),
        var(--mi-surface);
    border: 1px solid var(--mi-line);
    border-radius: 18px;
    box-shadow: 0 16px 44px rgba(15, 23, 42, .07);
    margin-top: 14px;
    padding: 28px 30px 20px;
    position: relative;
}
.sky-footer-card::before {
    background: linear-gradient(90deg, transparent, var(--mi-sky), transparent);
    content: "";
    height: 1px;
    left: 8%;
    opacity: .65;
    position: absolute;
    right: 8%;
    top: 0;
}
:root.dark .sky-footer-card {
    background:
        linear-gradient(180deg, rgba(110, 203, 255, .1), transparent 46px),
        var(--mi-surface-raised);
    box-shadow: 0 18px 48px rgba(0, 0, 0, .2);
}
.sky-footer-grid {
    gap: 26px 32px;
}
.sky-footer-logo {
    font-size: 18px;
}
.sky-footer-col h5 {
    font-size: 13px;
    letter-spacing: .02em;
    text-transform: uppercase;
}
.sky-footer-col a {
    font-size: 13.5px;
}
.sky-footer-credit {
    font-size: 12.5px;
    margin-top: 4px;
}

/* Cabinet sidebar: hidden tabs + admin link */
._userTabs_823vs_479 ._tab_823vs_484[data-sky-hidden="1"] {
    display: none !important;
}
._userTabs_823vs_479 ._tab_823vs_484.sky-admin-tab {
    cursor: pointer;
}
._userTabs_823vs_479 ._tab_823vs_484.sky-admin-tab:hover {
    opacity: .88;
}

/* Admin entry page — same shell as main site */
body.sky-admin-page {
    background: var(--mi-bg) !important;
}
html.dark body:has(._dashboard_77r1t_1)::before,
body.sky-dashboard-page::before {
    background:
        radial-gradient(circle at 50% -12%, rgba(110, 203, 255, .16), transparent 36rem),
        radial-gradient(circle at 88% 18%, rgba(110, 203, 255, .08), transparent 20rem),
        linear-gradient(var(--mi-bg), var(--mi-bg)) !important;
    content: "";
    inset: 0;
    pointer-events: none;
    position: fixed;
    z-index: -1;
}

._dashboard_77r1t_1 {
    display: flex !important;
    flex-direction: column;
    width: 100%;
}

._dashboard_77r1t_1 ._dashboardContent_77r1t_7 {
    backdrop-filter: blur(8px);
}

.motiondiv,
div.motiondiv,
[class*="motiondiv"] {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

body.sky-dashboard-page .motiondiv,
body.sky-dashboard-page ._dashboard_77r1t_1 {
    animation: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}
#root {
    min-height: 100vh;
    opacity: 1 !important;
    visibility: visible !important;
}
#skycore-loader.is-hidden {
    display: none !important;
}
._informationSubscribe_823vs_425 {
    flex-wrap: nowrap !important;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
._informationSubscribe_823vs_425 span {
    flex-shrink: 0;
}
._profileInformation_823vs_420 {
    min-width: 0;
    overflow: hidden;
}
._informationUsername_823vs_446 span.sky-profile-uid {
    color: var(--mi-sky, var(--accent-color)) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

/* === v30: Premium NightCode Admin Panel === */
.sky-admin-hero {
    margin-bottom: 18px;
    position: relative;
    width: 100%;
}
.sky-admin-hero__glow {
    background: radial-gradient(circle at 18% 50%, rgba(110, 203, 255, .22), transparent 55%);
    border-radius: 20px;
    inset: -8px -4px;
    pointer-events: none;
    position: absolute;
}
.sky-admin-hero__inner {
    align-items: center;
    background: linear-gradient(135deg, rgba(110, 203, 255, .12), rgba(24, 24, 28, .92) 42%);
    border: 1px solid rgba(110, 203, 255, .22);
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .05);
    display: flex;
    gap: 14px;
    padding: 18px 22px;
    position: relative;
}
.sky-admin-hero__inner img {
    filter: drop-shadow(0 0 12px rgba(110, 203, 255, .45));
}
.sky-admin-hero__kicker {
    color: var(--mi-sky);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    margin: 0 0 4px;
    text-transform: uppercase;
}
.sky-admin-hero__title {
    color: var(--mi-text);
    font-size: clamp(22px, 2.6vw, 30px);
    font-weight: 600;
    letter-spacing: -.04em;
    line-height: 1;
    margin: 0;
}

._dashboard_77r1t_1 ._dashboardContent_77r1t_7 {
    background:
        linear-gradient(180deg, rgba(110, 203, 255, .06), transparent 120px),
        linear-gradient(180deg, rgba(24, 24, 28, .98), rgba(15, 15, 18, .96)) !important;
    border: 1px solid rgba(110, 203, 255, .14) !important;
    border-radius: 22px !important;
    box-shadow:
        0 28px 70px rgba(0, 0, 0, .32),
        inset 0 1px 0 rgba(255, 255, 255, .04) !important;
    gap: 18px !important;
    padding: 22px !important;
}
html:not(.dark) ._dashboard_77r1t_1 ._dashboardContent_77r1t_7 {
    background:
        linear-gradient(180deg, rgba(42, 168, 242, .08), transparent 120px),
        var(--mi-surface) !important;
    box-shadow: 0 22px 56px rgba(15, 23, 42, .08) !important;
}

._dashboard_77r1t_1 ._contentHeader_77r1t_17 ._titleText_77r1t_56 {
    font-size: clamp(18px, 2vw, 24px) !important;
    font-weight: 600 !important;
    letter-spacing: -.03em !important;
}
._dashboard_77r1t_1 ._contentHeader_77r1t_17 ._titleSignature_77r1t_39 ._signatureText_77r1t_45 {
    color: var(--mi-copy) !important;
    font-size: 12px !important;
    letter-spacing: .04em;
    text-transform: uppercase;
}

._dashboard_77r1t_1 ._navigationTabs_77r1t_69.sky-admin-tabs,
._dashboard_77r1t_1 ._navigationTabs_77r1t_69 {
    background: rgba(255, 255, 255, .04) !important;
    border: 1px solid var(--mi-line) !important;
    border-radius: 999px !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
    padding: 4px !important;
}
._dashboard_77r1t_1 ._tab_77r1t_75 {
    border-radius: 999px !important;
    min-height: 36px !important;
    padding: 0 14px !important;
    transition: background .2s ease, color .2s ease, transform .2s ease !important;
}
._dashboard_77r1t_1 ._tab_77r1t_75._current_77r1t_97 {
    background: linear-gradient(135deg, rgba(110, 203, 255, .28), rgba(42, 168, 242, .18)) !important;
    box-shadow: 0 6px 18px rgba(42, 168, 242, .18) !important;
}
._dashboard_77r1t_1 ._tab_77r1t_75:not(._current_77r1t_97):hover {
    background: rgba(110, 203, 255, .08) !important;
    transform: translateY(-1px);
}
._dashboard_77r1t_1 ._tabName_77r1t_87 {
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: .01em;
}

.sky-admin-panel,
._dashboard_77r1t_1 ._contentTable_77r1t_110,
._dashboard_77r1t_1 ._contentKeys_77r1t_323,
._dashboard_77r1t_1 ._contentPromocodes_77r1t_334 {
    background: rgba(255, 255, 255, .025) !important;
    border: 1px solid rgba(255, 255, 255, .06) !important;
    border-radius: 14px !important;
    padding: 14px !important;
}
html:not(.dark) .sky-admin-panel,
html:not(.dark) ._dashboard_77r1t_1 ._contentTable_77r1t_110,
html:not(.dark) ._dashboard_77r1t_1 ._contentKeys_77r1t_323,
html:not(.dark) ._dashboard_77r1t_1 ._contentPromocodes_77r1t_334 {
    background: var(--mi-surface-raised) !important;
    border-color: var(--mi-line) !important;
}

.sky-admin-table-wrap,
._dashboard_77r1t_1 ._tableInner_77r1t_118 {
    border-radius: 12px !important;
    overflow: hidden;
}
._dashboard_77r1t_1 table {
    border-collapse: separate !important;
    border-spacing: 0 6px !important;
    width: 100% !important;
}
._dashboard_77r1t_1 thead th {
    color: var(--mi-copy) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: .08em;
    padding: 8px 12px !important;
    text-transform: uppercase;
}
._dashboard_77r1t_1 tbody tr {
    background: rgba(255, 255, 255, .03) !important;
    transition: background .18s ease, transform .18s ease;
}
._dashboard_77r1t_1 tbody tr:hover {
    background: rgba(110, 203, 255, .07) !important;
    transform: translateX(2px);
}
._dashboard_77r1t_1 tbody td {
    border: none !important;
    font-size: 13px !important;
    padding: 10px 12px !important;
    vertical-align: middle !important;
}
._dashboard_77r1t_1 tbody tr td:first-child {
    border-radius: 10px 0 0 10px !important;
}
._dashboard_77r1t_1 tbody tr td:last-child {
    border-radius: 0 10px 10px 0 !important;
}

.sky-key-cell,
._dashboard_77r1t_1 .sky-key-cell {
    color: #9fe4ff !important;
    font-family: "JetBrains Mono", "Cascadia Code", Consolas, monospace !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: .03em;
    text-shadow: 0 0 18px rgba(110, 203, 255, .25);
}

.sky-admin-input,
._dashboard_77r1t_1 input,
._dashboard_77r1t_1 textarea,
._dashboard_77r1t_1 select {
    background: rgba(255, 255, 255, .04) !important;
    border: 1px solid rgba(255, 255, 255, .08) !important;
    border-radius: 10px !important;
    color: var(--mi-text) !important;
    font-size: 13px !important;
    min-height: 38px !important;
    padding: 0 12px !important;
    transition: border-color .2s ease, box-shadow .2s ease !important;
}
.sky-admin-input:focus,
._dashboard_77r1t_1 input:focus,
._dashboard_77r1t_1 textarea:focus {
    border-color: rgba(110, 203, 255, .55) !important;
    box-shadow: 0 0 0 3px rgba(110, 203, 255, .12) !important;
    outline: none !important;
}

.sky-admin-btn,
._dashboard_77r1t_1 button {
    border-radius: 999px !important;
    font-weight: 600 !important;
    letter-spacing: .01em;
    min-height: 36px !important;
    padding: 0 16px !important;
}
._dashboard_77r1t_1 button._filled_163v0_51,
._dashboard_77r1t_1 button[class*="_filled_"] {
    background: linear-gradient(135deg, #6ecbff, #2aa8f2) !important;
    box-shadow: 0 8px 22px rgba(42, 168, 242, .28) !important;
    color: #061722 !important;
}

._dashboard_77r1t_1 ._tablePagination_77r1t_166 {
    border-top: 1px solid var(--mi-line);
    margin-top: 10px;
    padding-top: 12px !important;
}
._dashboard_77r1t_1 ._paginationRenderingData_77r1t_171 {
    color: var(--mi-copy) !important;
    font-size: 12px !important;
}

.sky-admin-empty {
    align-items: center;
    color: var(--mi-copy);
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    min-height: 220px;
    padding: 28px 16px;
    text-align: center;
}
.sky-admin-empty__icon {
    color: var(--mi-sky);
    font-size: 28px;
    line-height: 1;
    margin-bottom: 4px;
    opacity: .85;
}
.sky-admin-empty p {
    color: var(--mi-text);
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}
.sky-admin-empty small {
    color: var(--mi-copy);
    font-size: 12px;
    max-width: 280px;
}

._cabinet_823vs_1 ._cabinetContent_823vs_13,
._dashboard_77r1t_1 ._dashboardContent_77r1t_7 {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

@media (max-width: 768px) {
    ._dashboard_77r1t_1 ._navigationTabs_77r1t_69 {
        border-radius: 16px !important;
        justify-content: flex-start !important;
    }
    ._dashboard_77r1t_1 ._tab_77r1t_75 {
        flex: 1 1 auto;
        justify-content: center;
    }
    .sky-admin-hero__inner {
        padding: 14px 16px;
    }
}

