@font-face {
    font-family: "MakoshaCalligraphy";
    src: url("/fonts/MiamaNuevaMedium.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html body {
    margin: 0;
}

html body .mk-page,
html body .mk-page * {
    box-sizing: border-box;
}

html body .mk-page a {
    color: inherit;
    text-decoration: none;
}

html body .mk-page {
    width: 100%;
    min-width: 0;
    overflow-x: hidden;
}

/* Makosha calligraphic header and live weather, v4. */
html body .mk-page .mk-header {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(340px, 520px) minmax(420px, 1fr) minmax(104px, 132px) !important;
    align-items: center !important;
    gap: clamp(18px, 3vw, 44px) !important;
    min-height: 164px !important;
    padding: 12px clamp(36px, 5.2vw, 84px) 10px !important;
    overflow: hidden !important;
    isolation: isolate !important;
    background:
        linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.9)),
        radial-gradient(circle at 20% 22%, rgba(215, 166, 76, .10), transparent 36%) !important;
}

html body .mk-page .mk-header > *:not(.makosha-weather-bg) {
    position: relative !important;
    z-index: 4 !important;
}

html body .mk-page .mk-header .mk-brand-stack {
    grid-column: 1 !important;
    position: relative !important;
    z-index: 4 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 520px !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
}

html body .mk-page .mk-header .mk-weather-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    width: min(100%, 460px) !important;
    margin: 0 0 -4px !important;
    padding: 0 !important;
    color: #5a3f24 !important;
    font-family: Arial, sans-serif !important;
    text-align: center !important;
    letter-spacing: .02em !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.75) !important;
}

html body .mk-page .mk-header .mk-weather-info__main {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    font-size: 14px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
}

html body .mk-page .mk-header .mk-weather-info__main span + span::before,
html body .mk-page .mk-header .mk-weather-info__meta span + span::before {
    content: "•";
    margin-right: 8px;
    color: rgba(154, 99, 30, .68);
}

html body .mk-page .mk-header .mk-weather-info__meta {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    color: #7d6c5c !important;
    font-size: 12px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
}

html body .mk-page .mk-header .mk-logo,
html body .mk-page .mk-header .mk-logo.mk-logo--calligraphy,
html body .mk-page .mk-header .mk-brand-stack > a.mk-logo {
    position: relative !important;
    z-index: 4 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    width: min(100%, 500px) !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    filter: none !important;
    animation: none !important;
    overflow: visible !important;
    text-decoration: none !important;
}

html body .mk-page .mk-header .mk-logo::before,
html body .mk-page .mk-header .mk-logo::after,
html body .mk-page .mk-header .mk-contact::before {
    content: none !important;
    display: none !important;
    background: none !important;
}

html body .mk-page .mk-header .mk-logo img,
html body .mk-page .mk-header .mk-logo > div,
html body .mk-page .mk-header .mk-logo strong,
html body .mk-page .mk-header .mk-logo span:not(.mk-calligraphy-word):not(.mk-calligraphy-line):not(.mk-calligraphy-subtitle) {
    display: none !important;
}

html body .mk-page .mk-header .mk-calligraphy-word {
    position: relative !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-family: "MakoshaCalligraphy", "Great Vibes", "Monotype Corsiva", cursive !important;
    font-size: clamp(76px, 7.3vw, 128px) !important;
    line-height: .72 !important;
    font-weight: 400 !important;
    letter-spacing: .01em !important;
    color: #342015 !important;
    text-transform: none !important;
    white-space: nowrap !important;
    transform: translateY(2px) !important;
    background: linear-gradient(95deg, #24150f 0%, #3b2619 26%, #9a7439 48%, #2d1a11 68%, #5d3c21 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 10px 16px rgba(44, 29, 18, .12)) !important;
}

html body .mk-page .mk-header .mk-calligraphy-line {
    position: relative !important;
    display: block !important;
    width: min(78%, 360px) !important;
    height: 18px !important;
    margin: -4px 0 0 !important;
    opacity: 1 !important;
    background:
        radial-gradient(circle at 50% 46%, #c08a30 0 3px, transparent 4px),
        linear-gradient(90deg, transparent 0 14%, rgba(183,126,46,.38) 14% 48%, transparent 48% 52%, rgba(183,126,46,.38) 52% 86%, transparent 86%),
        radial-gradient(ellipse at 50% 100%, transparent 0 45%, rgba(108,78,45,.35) 46% 52%, transparent 54%) !important;
}

html body .mk-page .mk-header .mk-calligraphy-line::before,
html body .mk-page .mk-header .mk-calligraphy-line::after {
    content: "";
    position: absolute;
    top: 5px;
    width: 58px;
    height: 10px;
    border-top: 1px solid rgba(176, 125, 48, .72);
    border-radius: 50%;
}

html body .mk-page .mk-header .mk-calligraphy-line::before {
    left: calc(50% - 72px);
    transform: rotate(-8deg);
}

html body .mk-page .mk-header .mk-calligraphy-line::after {
    right: calc(50% - 72px);
    transform: rotate(8deg);
}

html body .mk-page .mk-header .mk-calligraphy-subtitle {
    display: block !important;
    margin-top: -2px !important;
    color: #5f5147 !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(10px, .9vw, 13px) !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    letter-spacing: .52em !important;
    text-indent: .52em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    -webkit-text-fill-color: currentColor !important;
    filter: none !important;
}

html body .mk-page .mk-header .mk-header-region--brand {
    margin-top: 8px !important;
}

html body .mk-page .mk-header .mk-header-region__button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    min-height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #0b2f20 !important;
    font-size: 15px !important;
    line-height: 1.15 !important;
    font-weight: 500 !important;
}

html body .mk-page .mk-header .mk-region-pin {
    display: inline-block !important;
    width: 12px !important;
    height: 12px !important;
    border: 2px solid currentColor !important;
    border-radius: 50% 50% 50% 0 !important;
    transform: rotate(-45deg) translateY(-1px) !important;
}

html body .mk-page .mk-header .mk-region-pin::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: currentColor;
    transform: translate(-50%, -50%);
}

html body .mk-page .mk-header .mk-nav {
    grid-column: 2 !important;
    align-self: start !important;
    justify-self: center !important;
    margin-top: 4px !important;
}

html body .mk-page .mk-header .mk-contact {
    grid-column: 3 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

html body .mk-page .mk-header .mk-contact-symbol {
    display: block !important;
    width: 74px !important;
    height: 74px !important;
    border-radius: 22px !important;
    object-fit: cover !important;
    object-position: center !important;
    background: rgba(255,255,255,.88) !important;
    padding: 7px !important;
    border: 1px solid rgba(196, 137, 44, .32) !important;
    box-shadow: 0 14px 26px rgba(45, 33, 23, .13), 0 0 0 5px rgba(255,255,255,.46) !important;
}

html body .mk-page .mk-header .mk-auth {
    display: block !important;
}

html body .mk-page .makosha-weather-bg {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    pointer-events: none !important;
    overflow: hidden !important;
    opacity: 1 !important;
    contain: layout paint !important;
}

html body .mk-page .makosha-weather-bg > i {
    position: absolute;
    display: block;
    pointer-events: none;
    transform: translateZ(0);
}

html body .mk-page .makosha-weather-canvas,
html body .makosha-weather-canvas {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important;
    opacity: 0 !important;
    transition: opacity .35s ease !important;
}

html body .mk-page .makosha-weather-bg.weather-sky-canvas-ready .makosha-weather-canvas,
html body .makosha-weather-bg.weather-sky-canvas-ready .makosha-weather-canvas {
    opacity: .96 !important;
}

html body .mk-page .makosha-weather-bg.weather-sky-canvas-ready > i,
html body .makosha-weather-bg.weather-sky-canvas-ready > i {
    opacity: 0 !important;
    animation-play-state: paused !important;
}

html body .mk-page .weather-sky {
    inset: 0;
    background:
        radial-gradient(circle at 19% 30%, rgba(238, 195, 96, .17), transparent 24%),
        linear-gradient(90deg, rgba(255,255,255,.5), rgba(251,247,239,.72) 48%, rgba(255,255,255,.36));
}

html body .mk-page .weather-glow {
    z-index: 2;
    left: 7%;
    top: -35%;
    width: 33%;
    min-width: 300px;
    height: 150%;
    border-radius: 999px;
    background: radial-gradient(circle at 45% 45%, rgba(225, 171, 62, .28), rgba(225, 171, 62, .09) 42%, transparent 70%);
    filter: blur(16px);
    opacity: .52;
    animation: weatherGlowBreath 7s ease-in-out infinite;
}

html body .mk-page .weather-sun {
    right: 16%;
    top: 18px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: radial-gradient(circle, #fff8c6 0 26%, #e2aa36 47%, rgba(226,170,54,0) 71%);
    box-shadow: 0 0 20px rgba(226,170,54,.45), 0 0 58px rgba(226,170,54,.24);
    opacity: 0;
    animation: weatherSunPulse 5s ease-in-out infinite;
}

html body .mk-page .weather-moon {
    right: 17%;
    top: 20px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #fffdf1, #ddd3aa 60%, transparent 62%);
    box-shadow: 0 0 34px rgba(245, 236, 195, .45);
    opacity: 0;
}

html body .mk-page .weather-stars {
    inset: 0 8% auto auto;
    width: 42%;
    height: 82px;
    opacity: 0;
    background:
        radial-gradient(circle at 12% 34%, rgba(255,255,255,.95) 0 1px, transparent 2px),
        radial-gradient(circle at 32% 18%, rgba(255,255,255,.78) 0 1px, transparent 2px),
        radial-gradient(circle at 54% 45%, rgba(255,255,255,.9) 0 1px, transparent 2px),
        radial-gradient(circle at 80% 28%, rgba(255,255,255,.72) 0 1px, transparent 2px);
}

html body .mk-page .weather-cloud {
    width: 170px;
    height: 40px;
    border-radius: 999px;
    background: rgba(255,255,255,.72);
    box-shadow:
        28px -14px 0 10px rgba(255,255,255,.58),
        72px -10px 0 17px rgba(255,255,255,.5),
        116px -4px 0 8px rgba(255,255,255,.42),
        0 15px 34px rgba(83, 76, 68, .10);
    opacity: 0;
    filter: blur(.15px);
}

html body .mk-page .weather-cloud--one {
    left: 8%;
    top: 44px;
    animation: weatherCloudOne 28s linear infinite;
}

html body .mk-page .weather-cloud--two {
    left: 42%;
    top: 26px;
    transform: scale(.86);
    animation: weatherCloudTwo 36s linear infinite;
}

html body .mk-page .weather-cloud--three {
    right: 10%;
    top: 72px;
    transform: scale(.72);
    animation: weatherCloudThree 42s linear infinite;
}

html body .mk-page .weather-fog {
    left: 0;
    right: 0;
    bottom: 16px;
    height: 58px;
    opacity: 0;
    background:
        linear-gradient(90deg, transparent, rgba(214, 207, 194, .48), transparent),
        linear-gradient(90deg, rgba(214, 207, 194, 0), rgba(214, 207, 194, .38), rgba(214, 207, 194, 0));
    background-size: 44% 18px, 58% 16px;
    background-position: -20% 12px, 120% 38px;
    background-repeat: no-repeat;
    filter: blur(8px);
    animation: weatherFogDrift 9s ease-in-out infinite;
}

html body .mk-page .weather-rain,
html body .mk-page .weather-rain-heavy {
    left: 4%;
    right: 4%;
    top: 74px;
    height: 82px;
    opacity: 0;
    background:
        linear-gradient(112deg, transparent 0 45%, rgba(78,112,136,.48) 46% 50%, transparent 51%),
        linear-gradient(112deg, transparent 0 38%, rgba(78,112,136,.35) 39% 43%, transparent 44%),
        linear-gradient(112deg, transparent 0 62%, rgba(78,112,136,.4) 63% 67%, transparent 68%);
    background-size: 38px 54px, 50px 62px, 68px 74px;
    animation: weatherRainFall .78s linear infinite;
}

html body .mk-page .weather-rain-heavy {
    height: 100px;
    filter: blur(.12px);
    background-size: 27px 56px, 36px 68px, 44px 78px;
}

html body .mk-page .weather-snow {
    left: 0;
    right: 0;
    top: 50px;
    height: 112px;
    opacity: 0;
    background:
        radial-gradient(circle, rgba(255,255,255,.94) 0 2px, transparent 3px),
        radial-gradient(circle, rgba(255,255,255,.78) 0 1.5px, transparent 3px),
        radial-gradient(circle, rgba(255,255,255,.66) 0 1px, transparent 2px);
    background-size: 38px 38px, 58px 58px, 28px 28px;
    animation: weatherSnowFall 7.8s linear infinite;
}

html body .mk-page .weather-wind {
    left: 0;
    right: 0;
    top: 38px;
    height: 88px;
    opacity: 0;
    background:
        linear-gradient(100deg, transparent 0 8%, rgba(104,96,86,.0) 12%, rgba(104,96,86,.2) 42%, transparent 72%),
        linear-gradient(100deg, transparent 0 28%, rgba(104,96,86,.14) 44%, rgba(104,96,86,.24) 66%, transparent 94%);
    background-size: 420px 18px, 520px 28px;
    background-position: -240px 10px, 110% 54px;
    filter: blur(.35px);
    animation: weatherWindSweep 3.1s ease-in-out infinite;
}

html body .mk-page .weather-lightning {
    right: 22%;
    top: 38px;
    width: 42px;
    height: 80px;
    opacity: 0;
    background: linear-gradient(140deg, transparent 0 27%, #f0c457 28% 39%, transparent 40% 48%, #ffe391 49% 59%, transparent 60%);
    filter: drop-shadow(0 0 14px rgba(239,196,91,.75));
    clip-path: polygon(45% 0, 80% 0, 58% 40%, 88% 40%, 28% 100%, 44% 52%, 12% 52%);
    animation: weatherLightning 6s steps(1, end) infinite;
}

html body .mk-page .weather-flash {
    inset: 0;
    opacity: 0;
    background: radial-gradient(circle at 73% 40%, rgba(255,238,178,.38), transparent 35%);
    animation: weatherFlash 6s steps(1, end) infinite;
}

html body .mk-page .weather-state-sun .weather-sun,
html body .mk-page .weather-state-partly .weather-sun,
html body .mk-page .weather-state-clouds .weather-cloud,
html body .mk-page .weather-state-fog .weather-cloud,
html body .mk-page .weather-state-fog .weather-fog,
html body .mk-page .weather-state-partly .weather-cloud,
html body .mk-page .weather-state-rain .weather-cloud,
html body .mk-page .weather-state-heavy-rain .weather-cloud,
html body .mk-page .weather-state-snow .weather-cloud,
html body .mk-page .weather-state-thunder .weather-cloud,
html body .mk-page .weather-state-wind .weather-wind,
html body .mk-page .weather-state-rain .weather-rain,
html body .mk-page .weather-state-heavy-rain .weather-rain-heavy,
html body .mk-page .weather-state-snow .weather-snow,
html body .mk-page .weather-state-thunder .weather-lightning,
html body .mk-page .weather-state-thunder .weather-flash,
html body .mk-page .weather-state-night .weather-moon,
html body .mk-page .weather-state-night .weather-stars {
    opacity: 1;
}

html body .mk-page .weather-state-clouds .weather-cloud--two,
html body .mk-page .weather-state-clouds .weather-cloud--three,
html body .mk-page .weather-state-fog .weather-cloud--two,
html body .mk-page .weather-state-rain .weather-cloud--two,
html body .mk-page .weather-state-heavy-rain .weather-cloud--two,
html body .mk-page .weather-state-snow .weather-cloud--two,
html body .mk-page .weather-state-thunder .weather-cloud--two {
    opacity: .82;
}

html body .mk-page .weather-state-night .weather-sky {
    background: linear-gradient(90deg, rgba(19,28,36,.12), rgba(19,28,36,.03) 72%) !important;
}

.weather-preview-main {
    padding: 42px 6vw 70px;
    background: #f3eee7;
    min-height: 52vh;
}

.weather-preview-panel {
    max-width: 1040px;
    margin: 0 auto;
    padding: 32px;
    border-radius: 24px;
    background: rgba(255,255,255,.86);
    box-shadow: 0 22px 50px rgba(45,35,24,.12);
}

.weather-preview-panel h1 {
    margin: 0 0 10px;
    color: #241610;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px,4vw,58px);
}

.weather-preview-panel p {
    max-width: 720px;
    margin: 0 0 22px;
    color: #5d5045;
    font-size: 17px;
    line-height: 1.55;
}

.weather-preview-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.weather-preview-buttons button {
    border: 1px solid #d88a18;
    border-radius: 999px;
    padding: 12px 20px;
    background: rgba(255,255,255,.72);
    color: #063321;
    font-weight: 800;
    cursor: pointer;
}

.weather-preview-buttons button:hover,
.weather-preview-buttons button.is-active {
    background: #063321;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(241,190,64,.34), 0 12px 26px rgba(6,51,33,.2);
}

@keyframes weatherGlowBreath {
    0%,100% { transform: scale(.98); opacity: .42; }
    50% { transform: scale(1.08); opacity: .7; }
}

@keyframes weatherSunPulse {
    0%,100% { transform: scale(.94); filter: saturate(.96); }
    50% { transform: scale(1.12); filter: saturate(1.2); }
}

@keyframes weatherCloudOne {
    0% { transform: translateX(-12vw); }
    50% { transform: translateX(14vw); }
    100% { transform: translateX(-12vw); }
}

@keyframes weatherCloudTwo {
    0% { transform: translateX(12vw) scale(.86); }
    50% { transform: translateX(-14vw) scale(.86); }
    100% { transform: translateX(12vw) scale(.86); }
}

@keyframes weatherCloudThree {
    0% { transform: translateX(8vw) scale(.72); }
    50% { transform: translateX(-10vw) scale(.72); }
    100% { transform: translateX(8vw) scale(.72); }
}

@keyframes weatherFogDrift {
    0%,100% { background-position: -20% 12px, 120% 38px; opacity: .34; }
    50% { background-position: 80% 16px, 12% 34px; opacity: .72; }
}

@keyframes weatherRainFall {
    from { background-position: 0 -56px, 8px -68px, 18px -80px; }
    to { background-position: -28px 0, -34px 0, -42px 0; }
}

@keyframes weatherSnowFall {
    from { background-position: 0 -44px, 18px -68px, 6px -32px; }
    to { background-position: 14px 54px, -18px 80px, 20px 40px; }
}

@keyframes weatherWindSweep {
    0%,100% { background-position: -420px 10px, 110% 54px; opacity: .2; }
    50% { background-position: 60% 10px, 20% 54px; opacity: .78; }
}

@keyframes weatherLightning {
    0%,80%,84%,100% { opacity: 0; }
    81%,83% { opacity: 1; }
}

@keyframes weatherFlash {
    0%,80%,84%,100% { opacity: 0; }
    81%,83% { opacity: .9; }
}

@media (max-width: 1120px) {
    html body .mk-page .mk-header {
        grid-template-columns: 1fr auto !important;
        gap: 14px !important;
    }

    html body .mk-page .mk-header .mk-brand-stack {
        grid-column: 1 / -1 !important;
        max-width: 100% !important;
        order: 1 !important;
    }

    html body .mk-page .mk-header .mk-nav {
        grid-column: 1 !important;
        order: 2 !important;
        justify-self: start !important;
        margin-top: 8px !important;
    }

    html body .mk-page .mk-header .mk-contact {
        grid-column: 2 !important;
        grid-row: 1 / span 2 !important;
        order: 3 !important;
    }
}

@media (max-width: 720px) {
    html body .mk-page .mk-header {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        min-height: 0 !important;
        padding: 12px 16px 14px !important;
        gap: 10px !important;
    }

    html body .mk-page .mk-header .mk-brand-stack {
        order: 1 !important;
    }

    html body .mk-page .mk-header .mk-nav {
        order: 2 !important;
        justify-content: center !important;
        width: 100% !important;
    }

    html body .mk-page .mk-header .mk-contact {
        order: 3 !important;
    }

    html body .mk-page .mk-header .mk-calligraphy-word {
        font-size: clamp(70px, 22vw, 94px) !important;
    }

    html body .mk-page .mk-header .mk-calligraphy-subtitle {
        font-size: 10px !important;
        letter-spacing: .36em !important;
        text-indent: .36em !important;
    }

    html body .mk-page .mk-header .mk-contact-symbol {
        width: 64px !important;
        height: 64px !important;
        border-radius: 19px !important;
    }
}
/* ===== Makosha calligraphy weather refine 20260618-calligraphy-weather-v4-refine ===== */
html body .mk-page .mk-header {
    grid-template-columns: minmax(360px, 450px) minmax(600px, 1fr) minmax(92px, 112px) !important;
    gap: clamp(14px, 1.7vw, 24px) !important;
    min-height: 166px !important;
    padding: 10px clamp(34px, 4.2vw, 60px) 8px !important;
}

html body .mk-page .mk-header .mk-brand-stack {
    max-width: 450px !important;
}

html body .mk-page .mk-header .mk-weather-info {
    width: min(100%, 420px) !important;
    margin-bottom: -8px !important;
}

html body .mk-page .mk-header .mk-calligraphy-word {
    font-size: clamp(72px, 6.4vw, 112px) !important;
    line-height: .68 !important;
}

html body .mk-page .mk-header .mk-calligraphy-line {
    width: min(76%, 318px) !important;
    height: 14px !important;
    margin: -9px 0 -6px !important;
    background:
        radial-gradient(circle at 50% 50%, #c28b31 0 2px, transparent 3px),
        linear-gradient(90deg, transparent 0 13%, rgba(183,126,46,.45) 13% 48%, transparent 48% 52%, rgba(183,126,46,.45) 52% 87%, transparent 87%) !important;
}

html body .mk-page .mk-header .mk-calligraphy-line::before,
html body .mk-page .mk-header .mk-calligraphy-line::after {
    top: 6px !important;
    width: 118px !important;
    height: 8px !important;
    border-top: 1px solid rgba(122, 89, 53, .36) !important;
    background: transparent !important;
}

html body .mk-page .mk-header .mk-calligraphy-line::before {
    left: calc(50% - 133px) !important;
}

html body .mk-page .mk-header .mk-calligraphy-line::after {
    right: calc(50% - 133px) !important;
}

html body .mk-page .mk-header .mk-calligraphy-subtitle {
    margin-top: 0 !important;
}

html body .mk-page .mk-header .mk-header-region--brand {
    margin-top: 7px !important;
}

html body .mk-page .mk-header .mk-header-region__button::before,
html body .mk-page .mk-header .mk-header-region__button::after {
    content: none !important;
    display: none !important;
}

html body .mk-page .mk-header .mk-nav {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-self: start !important;
    justify-self: center !important;
    width: auto !important;
    max-width: 100% !important;
    gap: 13px !important;
    margin-top: 4px !important;
}

html body .mk-page .mk-header .mk-nav a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    white-space: nowrap !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border: 1px solid rgba(202, 142, 47, .72) !important;
    border-radius: 999px !important;
    background: rgba(255, 252, 244, .82) !important;
    color: #0f3f2c !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    text-decoration: none !important;
    box-shadow: 0 10px 22px rgba(17, 24, 33, .10), inset 0 1px 0 rgba(255, 255, 255, .88) !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .62) !important;
}

html body .mk-page .mk-header .mk-contact-symbol {
    width: 70px !important;
    height: 70px !important;
    border-radius: 21px !important;
}

@media (max-width: 1120px) {
    html body .mk-page .mk-header {
        grid-template-columns: 1fr auto !important;
        min-height: 0 !important;
    }

    html body .mk-page .mk-header .mk-nav {
        flex-wrap: wrap !important;
    }
}

@media (max-width: 720px) {
    html body .mk-page .mk-header .mk-weather-info {
        margin-bottom: -5px !important;
    }

    html body .mk-page .mk-header .mk-calligraphy-line {
        width: 260px !important;
    }

    html body .mk-page .mk-header .mk-nav {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    html body .mk-page .mk-header .mk-nav a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
/* ===== Makosha remove calligraphy line 20260618 ===== */
html body .mk-page .mk-header .mk-calligraphy-line {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  background: none !important;
}

html body .mk-page .mk-header .mk-calligraphy-line::before,
html body .mk-page .mk-header .mk-calligraphy-line::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

html body .mk-page .mk-header .mk-calligraphy-subtitle {
  margin-top: 2px !important;
}
/* ===== Makosha wider word and new gold thread 20260618 ===== */
html body .mk-page .mk-header {
  grid-template-columns: minmax(520px, 640px) minmax(540px, 1fr) minmax(92px, 112px) !important;
  gap: clamp(12px, 1.35vw, 22px) !important;
}

html body .mk-page .mk-header .mk-brand-stack {
  max-width: 640px !important;
  align-items: center !important;
}

html body .mk-page .mk-header .mk-weather-info {
  width: min(100%, 560px) !important;
}

html body .mk-page .mk-header .mk-logo.mk-logo--calligraphy,
html body .mk-page .mk-header .mk-brand-stack > a.mk-logo.mk-logo--calligraphy {
  width: min(100%, 610px) !important;
  padding-bottom: 14px !important;
}

html body .mk-page .mk-header .mk-calligraphy-word {
  font-size: clamp(88px, 7.55vw, 142px) !important;
  line-height: .68 !important;
  transform: translateY(1px) scaleX(1.08) !important;
  transform-origin: center center !important;
}

html body .mk-page .mk-header .mk-calligraphy-word::after {
  content: "" !important;
  position: absolute !important;
  left: 4% !important;
  right: 4% !important;
  bottom: -14px !important;
  display: block !important;
  height: 16px !important;
  opacity: .95 !important;
  pointer-events: none !important;
  background:
    radial-gradient(ellipse at 50% 56%, rgba(210, 151, 47, .95) 0 2px, transparent 3px),
    linear-gradient(90deg, transparent 0 4%, rgba(188, 130, 38, 0) 4%, rgba(188, 130, 38, .72) 12%, rgba(233, 184, 84, .96) 48%, rgba(188, 130, 38, .72) 88%, rgba(188, 130, 38, 0) 96%, transparent 100%) !important;
  border-radius: 50% !important;
  clip-path: polygon(0 58%, 11% 48%, 24% 43%, 37% 47%, 50% 56%, 63% 47%, 76% 43%, 89% 48%, 100% 58%, 100% 72%, 0 72%) !important;
  filter: drop-shadow(0 2px 3px rgba(119, 79, 24, .16)) !important;
}

html body .mk-page .mk-header .mk-calligraphy-word::before {
  content: "" !important;
  position: absolute !important;
  left: 18% !important;
  right: 18% !important;
  bottom: -19px !important;
  display: block !important;
  height: 9px !important;
  pointer-events: none !important;
  border-bottom: 1px solid rgba(166, 112, 35, .42) !important;
  border-radius: 0 0 50% 50% !important;
  transform: rotate(-.5deg) !important;
}

html body .mk-page .mk-header .mk-calligraphy-subtitle {
  margin-top: 12px !important;
}

@media (max-width: 1120px) {
  html body .mk-page .mk-header {
    grid-template-columns: 1fr auto !important;
  }
  html body .mk-page .mk-header .mk-logo.mk-logo--calligraphy,
  html body .mk-page .mk-header .mk-brand-stack > a.mk-logo.mk-logo--calligraphy {
    width: min(100%, 560px) !important;
  }
}

@media (max-width: 720px) {
  html body .mk-page .mk-header .mk-calligraphy-word {
    font-size: clamp(78px, 23vw, 100px) !important;
    transform: translateY(1px) scaleX(1.03) !important;
  }
  html body .mk-page .mk-header .mk-calligraphy-word::after {
    left: 7% !important;
    right: 7% !important;
    bottom: -12px !important;
  }
  html body .mk-page .mk-header .mk-calligraphy-word::before {
    left: 22% !important;
    right: 22% !important;
    bottom: -17px !important;
  }
  html body .mk-page .mk-header .mk-calligraphy-subtitle {
    margin-top: 10px !important;
  }
}
/* ===== Makosha city list and weather sync 20260618 ===== */
html body .mk-region-modal__box {
  max-width: min(94vw, 560px) !important;
}

html body .mk-region-modal__grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  max-height: min(58vh, 520px) !important;
  overflow-y: auto !important;
  padding-right: 4px !important;
}

html body .mk-region-modal__grid button {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  min-height: 44px !important;
  padding: 11px 14px !important;
  border-radius: 14px !important;
  text-align: left !important;
}

html body .mk-region-modal__grid button::after {
  content: "" !important;
  flex: 0 0 auto !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: rgba(6, 51, 33, .18) !important;
}

html body .mk-region-modal__grid button.is-active {
  border-color: rgba(206, 139, 33, .88) !important;
  background: linear-gradient(180deg, #fffaf2, #f5eadb) !important;
  color: #063321 !important;
  box-shadow: 0 0 0 3px rgba(218, 158, 57, .16) !important;
}

html body .mk-region-modal__grid button.is-active::after {
  width: auto !important;
  height: auto !important;
  border-radius: 999px !important;
  padding: 4px 8px !important;
  background: #063321 !important;
  color: #fff !important;
  content: "выбран" !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
}
/* ===== Makosha city modal mobile polish 20260618 ===== */
@media (max-width: 560px) {
  html body .mk-region-modal__box {
    width: min(92vw, 420px) !important;
    padding: 32px 20px 24px !important;
    border-radius: 24px !important;
  }

  html body .mk-region-modal__close {
    top: 18px !important;
    right: 18px !important;
    z-index: 2 !important;
  }

  html body .mk-region-modal__label {
    max-width: calc(100% - 64px) !important;
    margin-bottom: 14px !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    letter-spacing: .14em !important;
  }

  html body .mk-region-modal__box h3 {
    max-width: 100% !important;
    margin-bottom: 22px !important;
    font-size: clamp(26px, 8vw, 34px) !important;
    line-height: 1.08 !important;
  }

  html body .mk-region-modal__grid {
    max-height: min(57vh, 520px) !important;
    gap: 10px !important;
  }

  html body .mk-region-modal__grid button {
    min-height: 58px !important;
    padding: 12px 14px !important;
    border-radius: 14px !important;
    font-size: 18px !important;
    line-height: 1.15 !important;
  }
}
/* ===== Makosha logo K thread correction 20260618 ===== */
html body .mk-page .mk-header .mk-logo.mk-logo--calligraphy,
html body .mk-page .mk-header .mk-brand-stack > a.mk-logo.mk-logo--calligraphy {
  overflow: visible !important;
  padding-bottom: 10px !important;
}

html body .mk-page .mk-header .mk-calligraphy-word {
  overflow: visible !important;
  line-height: .76 !important;
  padding-bottom: 14px !important;
}

html body .mk-page .mk-header .mk-calligraphy-word::after {
  left: 1.5% !important;
  right: 1.5% !important;
  bottom: 12px !important;
  height: 10px !important;
  opacity: .98 !important;
  z-index: 2 !important;
  background:
    radial-gradient(ellipse at 50% 55%, rgba(220, 165, 58, .96) 0 2px, transparent 3px),
    linear-gradient(90deg, transparent 0 2%, rgba(170, 110, 32, 0) 3%, rgba(173, 113, 32, .72) 10%, rgba(234, 184, 78, .98) 50%, rgba(173, 113, 32, .72) 90%, rgba(170, 110, 32, 0) 97%, transparent 100%) 50% 56% / 100% 2px no-repeat !important;
  border-radius: 50% !important;
  clip-path: polygon(0 56%, 11% 49%, 24% 45%, 37% 48%, 50% 56%, 63% 48%, 76% 45%, 89% 49%, 100% 56%, 100% 67%, 0 67%) !important;
  filter:
    drop-shadow(0 1px 0 rgba(255, 239, 186, .8))
    drop-shadow(0 2px 4px rgba(118, 72, 18, .18)) !important;
}

html body .mk-page .mk-header .mk-calligraphy-word::before {
  left: 12% !important;
  right: 12% !important;
  bottom: 9px !important;
  height: 8px !important;
  border-bottom: 1px solid rgba(151, 96, 24, .34) !important;
}

html body .mk-page .mk-header .mk-calligraphy-subtitle {
  margin-top: 0 !important;
}

@media (max-width: 720px) {
  html body .mk-page .mk-header .mk-calligraphy-word {
    line-height: .8 !important;
    padding-bottom: 12px !important;
  }

  html body .mk-page .mk-header .mk-calligraphy-word::after {
    left: 3% !important;
    right: 3% !important;
    bottom: 10px !important;
  }

  html body .mk-page .mk-header .mk-calligraphy-word::before {
    left: 16% !important;
    right: 16% !important;
    bottom: 8px !important;
  }
}
/* ===== Makosha natural sky weather 20260618 ===== */
html body .mk-page .makosha-weather-bg {
  --weather-orb-x: 74;
  --weather-orb-y: 16;
  --weather-orb-size: 92px;
  --weather-orb-strength: .8;
  --weather-cloud-scale: 1;
  --weather-cloud-opacity: .72;
}

html body .mk-page .weather-sky {
  background:
    radial-gradient(circle at calc(var(--weather-orb-x) * 1%) calc(var(--weather-orb-y) * 1%), rgba(246, 205, 104, calc(.14 + var(--weather-orb-strength) * .18)), transparent 20%),
    linear-gradient(90deg, rgba(255,255,255,.58), rgba(248,244,235,.8) 50%, rgba(255,255,255,.42)) !important;
}

html body .mk-page .weather-is-night .weather-sky {
  background:
    radial-gradient(circle at calc(var(--weather-orb-x) * 1%) calc(var(--weather-orb-y) * 1%), rgba(224, 214, 177, .22), transparent 22%),
    linear-gradient(90deg, rgba(37,43,50,.18), rgba(54,56,61,.07) 54%, rgba(255,255,255,.18)) !important;
}

html body .mk-page .weather-sun,
html body .mk-page .weather-moon {
  right: auto !important;
  left: calc(var(--weather-orb-x, 74) * 1%) !important;
  top: calc(var(--weather-orb-y, 16) * 1%) !important;
  width: var(--weather-orb-size, 92px) !important;
  height: var(--weather-orb-size, 92px) !important;
  transform: translate(-50%, -50%) !important;
  z-index: 3 !important;
}

html body .mk-page .weather-sun {
  background:
    radial-gradient(circle at 43% 38%, rgba(255,255,238,.98) 0 18%, rgba(255,226,119,.96) 33%, rgba(224,159,39,.78) 55%, rgba(224,159,39,0) 76%) !important;
  box-shadow:
    0 0 calc(22px * var(--weather-orb-strength, .8)) rgba(255,214,107,.62),
    0 0 calc(72px * var(--weather-orb-strength, .8)) rgba(226,164,49,.34),
    0 0 calc(132px * var(--weather-orb-strength, .8)) rgba(226,164,49,.16) !important;
  opacity: 0;
}

html body .mk-page .weather-sun::before {
  content: "";
  position: absolute;
  inset: -34%;
  border-radius: 50%;
  background:
    conic-gradient(from 8deg, rgba(218,154,38,.0), rgba(218,154,38,.17), rgba(218,154,38,.0) 14%, rgba(218,154,38,.13) 18%, rgba(218,154,38,.0) 28%);
  filter: blur(7px);
  opacity: calc(.22 + var(--weather-orb-strength, .8) * .36);
  animation: weatherSunRays 18s linear infinite;
}

html body .mk-page .weather-moon {
  background:
    radial-gradient(circle at 34% 28%, rgba(255,255,244,.98) 0 19%, transparent 20%),
    radial-gradient(circle at 62% 42%, rgba(181,171,136,.28) 0 7%, transparent 8%),
    radial-gradient(circle at 42% 68%, rgba(169,158,124,.22) 0 6%, transparent 7%),
    radial-gradient(circle at 36% 38%, #fffcec 0 24%, #ddd2a9 62%, rgba(221,210,169,0) 72%) !important;
  box-shadow:
    0 0 26px rgba(245,236,195,.5),
    0 0 74px rgba(245,236,195,.24) !important;
  opacity: 0;
}

html body .mk-page .weather-cloud {
  width: 238px !important;
  height: 62px !important;
  border-radius: 999px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(235,232,222,.72)) !important;
  box-shadow:
    24px -18px 0 12px rgba(255,255,255,.82),
    70px -30px 0 25px rgba(255,255,255,.76),
    130px -20px 0 19px rgba(250,249,244,.7),
    178px -5px 0 9px rgba(235,232,222,.52),
    0 20px 36px rgba(70,64,57,.13) !important;
  opacity: 0;
  filter: blur(.08px) drop-shadow(0 12px 24px rgba(69, 61, 51, .12)) !important;
  transform: scale(var(--weather-cloud-scale, 1)) translateZ(0) !important;
}

html body .mk-page .weather-cloud::before,
html body .mk-page .weather-cloud::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.68);
}

html body .mk-page .weather-cloud::before {
  left: 40px;
  top: -26px;
  width: 74px;
  height: 64px;
}

html body .mk-page .weather-cloud::after {
  left: 102px;
  top: -36px;
  width: 90px;
  height: 78px;
  background: rgba(248,247,240,.62);
}

html body .mk-page .weather-cloud--one {
  left: 6% !important;
  top: 56px !important;
}

html body .mk-page .weather-cloud--two {
  left: 38% !important;
  top: 34px !important;
}

html body .mk-page .weather-cloud--three {
  right: 6% !important;
  top: 54px !important;
}

html body .mk-page .weather-cloud--four {
  left: 21% !important;
  top: 18px !important;
  animation: weatherCloudTwo 40s linear infinite;
}

html body .mk-page .weather-cloud--five {
  right: 25% !important;
  top: 82px !important;
  animation: weatherCloudThree 48s linear infinite;
}

html body .mk-page .weather-state-sun:not(.weather-is-night) .weather-sun,
html body .mk-page .weather-state-partly:not(.weather-is-night) .weather-sun {
  opacity: 1 !important;
}

html body .mk-page .weather-is-night .weather-moon {
  opacity: .92 !important;
}

html body .mk-page .weather-state-clouds .weather-cloud,
html body .mk-page .weather-state-fog .weather-cloud,
html body .mk-page .weather-state-partly .weather-cloud,
html body .mk-page .weather-state-rain .weather-cloud,
html body .mk-page .weather-state-heavy-rain .weather-cloud,
html body .mk-page .weather-state-snow .weather-cloud,
html body .mk-page .weather-state-thunder .weather-cloud {
  opacity: var(--weather-cloud-opacity, .72) !important;
}

html body .mk-page .weather-cloud-low .weather-cloud--two,
html body .mk-page .weather-cloud-low .weather-cloud--three,
html body .mk-page .weather-cloud-low .weather-cloud--four,
html body .mk-page .weather-cloud-low .weather-cloud--five {
  opacity: 0 !important;
}

html body .mk-page .weather-cloud-mid .weather-cloud--four,
html body .mk-page .weather-cloud-mid .weather-cloud--five {
  opacity: 0 !important;
}

html body .mk-page .weather-cloud-high .weather-cloud--four,
html body .mk-page .weather-cloud-high .weather-cloud--five {
  opacity: calc(var(--weather-cloud-opacity, .72) * .76) !important;
}

html body .mk-page .weather-rain,
html body .mk-page .weather-rain-heavy {
  top: 92px !important;
  transform: scaleY(var(--weather-rain-strength, 1)) !important;
  mask-image: linear-gradient(to bottom, transparent 0 4%, #000 18%, #000 100%) !important;
}

html body .mk-page .weather-wind {
  transform: scaleX(var(--weather-wind-strength, 1)) !important;
}

@keyframes weatherSunRays {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (max-width: 720px) {
  html body .mk-page .weather-sun,
  html body .mk-page .weather-moon {
    width: calc(var(--weather-orb-size, 82px) * .86) !important;
    height: calc(var(--weather-orb-size, 82px) * .86) !important;
  }

  html body .mk-page .weather-cloud {
    width: 190px !important;
    height: 52px !important;
  }

  html body .mk-page .weather-cloud--four,
  html body .mk-page .weather-cloud--five {
    display: none !important;
  }
}
/* ===== Makosha natural sky balance 20260618 ===== */
html body .mk-page .weather-cloud {
  width: 220px !important;
  height: 56px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.74), rgba(231,229,220,.48)) !important;
  box-shadow:
    22px -15px 0 10px rgba(255,255,255,.62),
    66px -26px 0 22px rgba(255,255,255,.56),
    124px -17px 0 17px rgba(250,249,244,.52),
    166px -4px 0 8px rgba(225,223,213,.34),
    0 18px 34px rgba(70,64,57,.10) !important;
  filter: blur(.1px) drop-shadow(0 10px 20px rgba(69, 61, 51, .09)) !important;
}

html body .mk-page .weather-cloud::before {
  background: rgba(255,255,255,.48) !important;
}

html body .mk-page .weather-cloud::after {
  background: rgba(248,247,240,.44) !important;
}

html body .mk-page .weather-cloud--one {
  left: 4% !important;
  top: 18px !important;
}

html body .mk-page .weather-cloud--two {
  left: 39% !important;
  top: 8px !important;
}

html body .mk-page .weather-cloud--three {
  right: 5% !important;
  top: 28px !important;
}

html body .mk-page .weather-cloud--four {
  left: 24% !important;
  top: 2px !important;
}

html body .mk-page .weather-cloud--five {
  right: 27% !important;
  top: 58px !important;
}

html body .mk-page .weather-is-night .weather-moon {
  opacity: .95 !important;
}

@media (max-width: 720px) {
  html body .mk-page .weather-cloud {
    width: 178px !important;
    height: 48px !important;
  }
}
/* ===== Makosha night sun guard 20260618 ===== */
html body .mk-page .makosha-weather-bg.weather-is-night .weather-sun {
  opacity: 0 !important;
}
/* ===== Makosha cloud rain wind sync 20260618 ===== */
html body .mk-page .makosha-weather-bg {
  --weather-cloud-duration-one: 34s;
  --weather-cloud-duration-two: 40s;
  --weather-cloud-duration-three: 46s;
  --weather-cloud-duration-four: 38s;
  --weather-cloud-duration-five: 50s;
  --weather-drift-dir: 1;
  --weather-rain-duration: .78s;
  --weather-rain-slant: 8deg;
  --weather-rain-opacity: .62;
}

html body .mk-page .weather-cloud {
  overflow: visible !important;
  transform: translateZ(0) !important;
  scale: var(--weather-cloud-scale, 1) !important;
}

html body .mk-page .weather-cloud--one {
  animation: weatherCloudWindOne var(--weather-cloud-duration-one, 34s) ease-in-out infinite !important;
}

html body .mk-page .weather-cloud--two {
  animation: weatherCloudWindTwo var(--weather-cloud-duration-two, 40s) ease-in-out infinite !important;
}

html body .mk-page .weather-cloud--three {
  animation: weatherCloudWindThree var(--weather-cloud-duration-three, 46s) ease-in-out infinite !important;
}

html body .mk-page .weather-cloud--four {
  animation: weatherCloudWindFour var(--weather-cloud-duration-four, 38s) ease-in-out infinite !important;
}

html body .mk-page .weather-cloud--five {
  animation: weatherCloudWindFive var(--weather-cloud-duration-five, 50s) ease-in-out infinite !important;
}

html body .mk-page .weather-cloud-rain {
  position: absolute !important;
  left: 8% !important;
  right: 8% !important;
  top: 62% !important;
  height: 92px !important;
  display: block !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform-origin: 50% 0 !important;
  transform: skewX(var(--weather-rain-slant, 8deg)) scaleY(var(--weather-rain-strength, 1)) !important;
  background:
    linear-gradient(112deg, transparent 0 43%, rgba(74, 105, 127, .50) 44% 48%, transparent 49%),
    linear-gradient(112deg, transparent 0 38%, rgba(74, 105, 127, .38) 39% 43%, transparent 44%),
    linear-gradient(112deg, transparent 0 58%, rgba(74, 105, 127, .44) 59% 63%, transparent 64%),
    linear-gradient(112deg, transparent 0 48%, rgba(74, 105, 127, .32) 49% 53%, transparent 54%) !important;
  background-size: 30px 58px, 44px 66px, 58px 74px, 72px 82px !important;
  background-position: 0 -64px, 9px -74px, 18px -82px, 27px -90px !important;
  clip-path: polygon(8% 0, 92% 0, 100% 100%, 0 100%) !important;
  filter: blur(.08px) drop-shadow(0 7px 7px rgba(72, 92, 107, .08)) !important;
  animation: weatherCloudRainFall var(--weather-rain-duration, .78s) linear infinite !important;
}

html body .mk-page .weather-state-rain .weather-cloud-rain,
html body .mk-page .weather-state-heavy-rain .weather-cloud-rain,
html body .mk-page .weather-state-thunder .weather-cloud-rain {
  opacity: var(--weather-rain-opacity, .62) !important;
}

html body .mk-page .weather-state-heavy-rain .weather-cloud-rain,
html body .mk-page .weather-state-thunder .weather-cloud-rain {
  height: 112px !important;
  background-size: 22px 60px, 32px 72px, 42px 84px, 52px 94px !important;
  opacity: calc(var(--weather-rain-opacity, .62) + .08) !important;
}

html body .mk-page .weather-state-rain .weather-rain,
html body .mk-page .weather-state-heavy-rain .weather-rain-heavy,
html body .mk-page .weather-state-thunder .weather-rain,
html body .mk-page .weather-state-thunder .weather-rain-heavy {
  opacity: 0 !important;
}

@keyframes weatherCloudWindOne {
  0%, 100% { translate: calc(var(--weather-drift-dir, 1) * -13vw) 0; }
  50% { translate: calc(var(--weather-drift-dir, 1) * 15vw) 0; }
}

@keyframes weatherCloudWindTwo {
  0%, 100% { translate: calc(var(--weather-drift-dir, 1) * 12vw) 0; }
  50% { translate: calc(var(--weather-drift-dir, 1) * -16vw) 0; }
}

@keyframes weatherCloudWindThree {
  0%, 100% { translate: calc(var(--weather-drift-dir, 1) * 8vw) 0; }
  50% { translate: calc(var(--weather-drift-dir, 1) * -12vw) 0; }
}

@keyframes weatherCloudWindFour {
  0%, 100% { translate: calc(var(--weather-drift-dir, 1) * -9vw) 0; }
  50% { translate: calc(var(--weather-drift-dir, 1) * 13vw) 0; }
}

@keyframes weatherCloudWindFive {
  0%, 100% { translate: calc(var(--weather-drift-dir, 1) * 7vw) 0; }
  50% { translate: calc(var(--weather-drift-dir, 1) * -11vw) 0; }
}

@keyframes weatherCloudRainFall {
  from { background-position: 0 -64px, 9px -74px, 18px -82px, 27px -90px; }
  to { background-position: calc(var(--weather-drift-dir, 1) * 18px) 0, calc(var(--weather-drift-dir, 1) * 4px) 0, calc(var(--weather-drift-dir, 1) * -9px) 0, calc(var(--weather-drift-dir, 1) * -18px) 0; }
}

@media (max-width: 720px) {
  html body .mk-page .weather-cloud-rain {
    height: 76px !important;
    background-size: 26px 52px, 38px 60px, 50px 68px, 62px 74px !important;
  }
}
/* ===== Makosha storm rain clouds 20260618 ===== */
html body .mk-page .weather-state-rain .weather-sky,
html body .mk-page .weather-state-heavy-rain .weather-sky,
html body .mk-page .weather-state-thunder .weather-sky {
  background:
    radial-gradient(circle at calc(var(--weather-orb-x) * 1%) calc(var(--weather-orb-y) * 1%), rgba(190, 174, 130, .16), transparent 20%),
    linear-gradient(90deg, rgba(108, 113, 112, .20), rgba(214, 211, 202, .48) 42%, rgba(96, 104, 106, .18)) !important;
}

html body .mk-page .weather-state-rain .weather-cloud,
html body .mk-page .weather-state-heavy-rain .weather-cloud,
html body .mk-page .weather-state-thunder .weather-cloud {
  background:
    linear-gradient(180deg, rgba(165, 169, 166, .78) 0%, rgba(115, 121, 121, .70) 44%, rgba(66, 75, 78, .62) 76%, rgba(45, 54, 58, .50) 100%) !important;
  box-shadow:
    20px -14px 0 10px rgba(177, 181, 176, .58),
    62px -26px 0 23px rgba(142, 148, 147, .56),
    120px -17px 0 18px rgba(101, 110, 113, .48),
    166px -3px 0 9px rgba(61, 70, 74, .38),
    0 20px 30px rgba(44, 50, 53, .22),
    0 8px 0 rgba(43, 52, 56, .25) inset !important;
  filter:
    blur(.1px)
    drop-shadow(0 12px 18px rgba(49, 55, 58, .22))
    saturate(.88) !important;
}

html body .mk-page .weather-state-rain .weather-cloud::before,
html body .mk-page .weather-state-heavy-rain .weather-cloud::before,
html body .mk-page .weather-state-thunder .weather-cloud::before {
  background:
    radial-gradient(circle at 44% 32%, rgba(198, 200, 195, .52), rgba(128, 136, 137, .54) 56%, rgba(74, 84, 88, .42) 100%) !important;
}

html body .mk-page .weather-state-rain .weather-cloud::after,
html body .mk-page .weather-state-heavy-rain .weather-cloud::after,
html body .mk-page .weather-state-thunder .weather-cloud::after {
  background:
    radial-gradient(circle at 45% 28%, rgba(158, 164, 164, .55), rgba(92, 102, 106, .52) 64%, rgba(50, 60, 65, .42) 100%) !important;
}

html body .mk-page .weather-state-heavy-rain .weather-cloud,
html body .mk-page .weather-state-thunder .weather-cloud {
  background:
    linear-gradient(180deg, rgba(139, 145, 145, .82) 0%, rgba(82, 92, 96, .76) 50%, rgba(38, 48, 54, .66) 100%) !important;
  box-shadow:
    20px -14px 0 10px rgba(143, 150, 149, .58),
    62px -26px 0 23px rgba(94, 105, 110, .58),
    120px -17px 0 18px rgba(58, 70, 76, .52),
    166px -3px 0 9px rgba(35, 45, 50, .44),
    0 24px 34px rgba(30, 38, 43, .28),
    0 9px 0 rgba(24, 33, 38, .30) inset !important;
}

html body .mk-page .weather-state-thunder .weather-cloud-rain,
html body .mk-page .weather-state-heavy-rain .weather-cloud-rain,
html body .mk-page .weather-state-rain .weather-cloud-rain {
  filter:
    blur(.08px)
    drop-shadow(0 7px 7px rgba(47, 64, 76, .13))
    saturate(.88) !important;
}
/* ===== Makosha rain hides sun and moon 20260619 ===== */
html body .mk-page .makosha-weather-bg.weather-state-rain .weather-sun,
html body .mk-page .makosha-weather-bg.weather-state-rain .weather-moon,
html body .mk-page .makosha-weather-bg.weather-state-heavy-rain .weather-sun,
html body .mk-page .makosha-weather-bg.weather-state-heavy-rain .weather-moon,
html body .mk-page .makosha-weather-bg.weather-state-thunder .weather-sun,
html body .mk-page .makosha-weather-bg.weather-state-thunder .weather-moon {
  opacity: 0 !important;
  visibility: hidden !important;
}

html body .mk-page .makosha-weather-bg.weather-state-rain .weather-sky,
html body .mk-page .makosha-weather-bg.weather-state-heavy-rain .weather-sky,
html body .mk-page .makosha-weather-bg.weather-state-thunder .weather-sky {
  filter: saturate(.9) brightness(.94) !important;
}
/* ===== Makosha 3D precipitation depth 20260619 ===== */
html body .mk-page .makosha-weather-bg {
  --weather-splash-opacity: .46;
  --weather-splash-duration: .72s;
  --weather-snow-duration: 7.2s;
  --weather-snow-slant: 8deg;
  --weather-snow-opacity: .72;
  --weather-snow-opacity-far: .40;
  --weather-snow-opacity-mid: .59;
  --weather-snow-opacity-near: .72;
}

html body .mk-page .weather-cloud-rain {
  height: clamp(128px, 15vw, 205px) !important;
  background-size: 28px 62px, 40px 72px, 54px 84px, 68px 96px !important;
  filter:
    blur(.08px)
    drop-shadow(0 10px 8px rgba(48, 67, 82, .14))
    drop-shadow(0 28px 22px rgba(48, 67, 82, .07)) !important;
}

html body .mk-page .weather-state-heavy-rain .weather-cloud-rain,
html body .mk-page .weather-state-thunder .weather-cloud-rain {
  height: clamp(150px, 18vw, 236px) !important;
}

html body .mk-page .weather-rain-splash {
  left: 0 !important;
  right: 0 !important;
  bottom: -2px !important;
  height: 62px !important;
  opacity: 0 !important;
  z-index: 5 !important;
  pointer-events: none !important;
  transform-origin: 50% 100% !important;
  transform: perspective(520px) rotateX(62deg) translateZ(0) !important;
  background:
    radial-gradient(ellipse at 8% 72%, rgba(81, 111, 132, .0) 0 12px, rgba(81, 111, 132, .36) 13px 15px, transparent 17px),
    radial-gradient(ellipse at 23% 64%, rgba(81, 111, 132, .0) 0 8px, rgba(81, 111, 132, .32) 9px 11px, transparent 13px),
    radial-gradient(ellipse at 38% 76%, rgba(81, 111, 132, .0) 0 11px, rgba(81, 111, 132, .34) 12px 14px, transparent 16px),
    radial-gradient(ellipse at 52% 66%, rgba(81, 111, 132, .0) 0 9px, rgba(81, 111, 132, .30) 10px 12px, transparent 14px),
    radial-gradient(ellipse at 68% 78%, rgba(81, 111, 132, .0) 0 13px, rgba(81, 111, 132, .36) 14px 16px, transparent 18px),
    radial-gradient(ellipse at 84% 67%, rgba(81, 111, 132, .0) 0 8px, rgba(81, 111, 132, .31) 9px 11px, transparent 13px),
    linear-gradient(90deg, transparent, rgba(74, 98, 115, .12), transparent) !important;
  background-size: 310px 54px, 260px 48px, 340px 58px, 230px 42px, 380px 60px, 280px 48px, 100% 22px !important;
  background-position: 0 5px, 40px 16px, 90px 8px, 150px 20px, 220px 4px, 300px 18px, 0 100% !important;
  filter:
    blur(.15px)
    drop-shadow(0 8px 10px rgba(45, 64, 78, .13)) !important;
  animation: weatherRainSplash3d var(--weather-splash-duration, .72s) ease-out infinite !important;
}

html body .mk-page .weather-rain-splash::before,
html body .mk-page .weather-rain-splash::after {
  content: "";
  position: absolute;
  inset: 10px 4% auto 4%;
  height: 34px;
  opacity: .72;
  background:
    radial-gradient(circle at 9% 64%, rgba(92, 126, 147, .42) 0 1px, transparent 2px),
    radial-gradient(circle at 19% 48%, rgba(92, 126, 147, .38) 0 1.5px, transparent 3px),
    radial-gradient(circle at 36% 68%, rgba(92, 126, 147, .45) 0 1.5px, transparent 3px),
    radial-gradient(circle at 54% 44%, rgba(92, 126, 147, .36) 0 1px, transparent 2px),
    radial-gradient(circle at 77% 63%, rgba(92, 126, 147, .42) 0 1.5px, transparent 3px),
    radial-gradient(circle at 88% 44%, rgba(92, 126, 147, .34) 0 1px, transparent 2px);
  background-size: 210px 26px;
  animation: weatherRainDropletBounce calc(var(--weather-splash-duration, .72s) * 1.6) ease-out infinite;
}

html body .mk-page .weather-rain-splash::after {
  inset-inline: 9%;
  opacity: .46;
  animation-delay: calc(var(--weather-splash-duration, .72s) * -.55);
}

html body .mk-page .weather-state-rain .weather-rain-splash,
html body .mk-page .weather-state-heavy-rain .weather-rain-splash,
html body .mk-page .weather-state-thunder .weather-rain-splash {
  opacity: var(--weather-splash-opacity, .46) !important;
}

html body .mk-page .weather-state-heavy-rain .weather-rain-splash,
html body .mk-page .weather-state-thunder .weather-rain-splash {
  height: 76px !important;
  opacity: calc(var(--weather-splash-opacity, .46) + .08) !important;
}

html body .mk-page .weather-snow {
  left: -8% !important;
  right: -8% !important;
  top: -12px !important;
  height: calc(100% + 46px) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform-origin: 50% 0 !important;
  transform: skewX(var(--weather-snow-slant, 8deg)) translateZ(0) !important;
  filter: drop-shadow(0 6px 7px rgba(74, 83, 91, .08)) !important;
}

html body .mk-page .weather-snow--far {
  background:
    radial-gradient(circle, rgba(255,255,255,.58) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(255,255,255,.42) 0 1px, transparent 2px) !important;
  background-size: 54px 54px, 82px 82px !important;
  animation: weatherSnowFar calc(var(--weather-snow-duration, 7.2s) * 1.45) linear infinite !important;
  filter: blur(.35px) !important;
}

html body .mk-page .weather-snow--mid {
  background:
    radial-gradient(circle, rgba(255,255,255,.86) 0 1.7px, transparent 3px),
    radial-gradient(circle, rgba(238,247,255,.72) 0 1.2px, transparent 3px),
    radial-gradient(circle, rgba(255,255,255,.66) 0 1px, transparent 2px) !important;
  background-size: 42px 44px, 66px 68px, 92px 84px !important;
  animation: weatherSnowMid var(--weather-snow-duration, 7.2s) linear infinite !important;
}

html body .mk-page .weather-snow--near {
  background:
    radial-gradient(circle, rgba(255,255,255,.96) 0 3px, transparent 4px),
    radial-gradient(circle, rgba(240,248,255,.86) 0 2px, transparent 4px),
    radial-gradient(circle, rgba(255,255,255,.74) 0 1.6px, transparent 3px) !important;
  background-size: 78px 82px, 110px 106px, 58px 64px !important;
  animation: weatherSnowNear calc(var(--weather-snow-duration, 7.2s) * .68) linear infinite !important;
  filter:
    blur(.04px)
    drop-shadow(0 8px 10px rgba(72, 82, 91, .12)) !important;
}

html body .mk-page .weather-state-snow .weather-snow--far {
  opacity: var(--weather-snow-opacity-far, .40) !important;
}

html body .mk-page .weather-state-snow .weather-snow--mid {
  opacity: var(--weather-snow-opacity-mid, .59) !important;
}

html body .mk-page .weather-state-snow .weather-snow--near {
  opacity: var(--weather-snow-opacity-near, .72) !important;
}

@keyframes weatherRainSplash3d {
  0% {
    background-position: 0 2px, 40px 10px, 90px 4px, 150px 14px, 220px 3px, 300px 12px, 0 100%;
    transform: perspective(520px) rotateX(64deg) translateY(0) scaleY(.9);
  }
  45% {
    background-position: 18px 7px, 58px 18px, 108px 10px, 168px 21px, 238px 8px, 318px 20px, 0 100%;
    transform: perspective(520px) rotateX(58deg) translateY(-2px) scaleY(1.08);
  }
  100% {
    background-position: 34px 13px, 74px 23px, 124px 15px, 184px 28px, 254px 14px, 334px 26px, 0 100%;
    transform: perspective(520px) rotateX(64deg) translateY(0) scaleY(.92);
  }
}

@keyframes weatherRainDropletBounce {
  0% { transform: translateY(2px) scale(.82); opacity: .1; }
  28% { transform: translateY(-8px) scale(1.05); opacity: .8; }
  100% { transform: translateY(7px) scale(.65); opacity: 0; }
}

@keyframes weatherSnowFar {
  from { background-position: 0 -80px, 36px -118px; translate: 0 0; }
  to { background-position: 28px 120px, -16px 150px; translate: calc(var(--weather-drift-dir, 1) * 18px) 0; }
}

@keyframes weatherSnowMid {
  from { background-position: 0 -70px, 22px -98px, 54px -122px; translate: 0 0; }
  to { background-position: 36px 132px, -30px 166px, 18px 190px; translate: calc(var(--weather-drift-dir, 1) * 34px) 0; }
}

@keyframes weatherSnowNear {
  from { background-position: 0 -94px, 44px -124px, 18px -78px; translate: 0 0; }
  to { background-position: 54px 160px, -38px 206px, 42px 172px; translate: calc(var(--weather-drift-dir, 1) * 58px) 0; }
}

@media (max-width: 720px) {
  html body .mk-page .weather-rain-splash {
    height: 48px !important;
    bottom: -4px !important;
  }

  html body .mk-page .weather-snow--near {
    background-size: 66px 72px, 96px 96px, 50px 58px !important;
  }
}
/* ===== Makosha precipitation polish: visible 3D bottom splash 20260619 ===== */
html body .mk-page .weather-rain-splash {
  bottom: -8px !important;
  height: 92px !important;
  opacity: 0 !important;
  transform: perspective(680px) rotateX(67deg) translateZ(0) !important;
  background:
    radial-gradient(ellipse at 7% 72%, transparent 0 10px, rgba(59, 91, 114, .58) 11px 14px, rgba(255,255,255,.30) 15px 16px, transparent 18px),
    radial-gradient(ellipse at 18% 60%, transparent 0 7px, rgba(59, 91, 114, .50) 8px 10px, rgba(255,255,255,.24) 11px 12px, transparent 14px),
    radial-gradient(ellipse at 31% 78%, transparent 0 13px, rgba(59, 91, 114, .54) 14px 17px, rgba(255,255,255,.28) 18px 19px, transparent 22px),
    radial-gradient(ellipse at 47% 65%, transparent 0 9px, rgba(59, 91, 114, .48) 10px 13px, rgba(255,255,255,.24) 14px 15px, transparent 17px),
    radial-gradient(ellipse at 64% 78%, transparent 0 12px, rgba(59, 91, 114, .56) 13px 16px, rgba(255,255,255,.30) 17px 18px, transparent 21px),
    radial-gradient(ellipse at 81% 62%, transparent 0 8px, rgba(59, 91, 114, .50) 9px 12px, rgba(255,255,255,.24) 13px 14px, transparent 16px),
    radial-gradient(ellipse at 94% 77%, transparent 0 12px, rgba(59, 91, 114, .54) 13px 16px, rgba(255,255,255,.28) 17px 18px, transparent 21px),
    linear-gradient(90deg, transparent 0 2%, rgba(65, 96, 118, .18) 18%, rgba(255,255,255,.22) 50%, rgba(65, 96, 118, .16) 82%, transparent 98%) !important;
  background-size: 320px 72px, 260px 58px, 360px 78px, 280px 64px, 390px 82px, 300px 62px, 340px 76px, 100% 28px !important;
  background-position: 0 14px, 44px 22px, 96px 10px, 148px 26px, 222px 12px, 302px 24px, 390px 11px, 0 100% !important;
  box-shadow: inset 0 18px 28px rgba(255,255,255,.18), inset 0 -16px 26px rgba(53, 76, 94, .10) !important;
  filter:
    blur(.08px)
    drop-shadow(0 8px 12px rgba(44, 63, 79, .20))
    drop-shadow(0 22px 22px rgba(44, 63, 79, .10)) !important;
  animation: weatherRainSplash3d .68s ease-out infinite !important;
}

html body .mk-page .weather-rain-splash::before,
html body .mk-page .weather-rain-splash::after {
  inset: 0 2% auto 2% !important;
  height: 70px !important;
  opacity: .88 !important;
  background:
    radial-gradient(circle at 7% 70%, rgba(85, 124, 151, .62) 0 1.6px, rgba(255,255,255,.46) 1.8px 2.8px, transparent 3.2px),
    radial-gradient(circle at 15% 48%, rgba(85, 124, 151, .52) 0 1.3px, transparent 2.8px),
    radial-gradient(circle at 27% 61%, rgba(85, 124, 151, .64) 0 1.8px, rgba(255,255,255,.42) 2px 3px, transparent 3.5px),
    radial-gradient(circle at 39% 44%, rgba(85, 124, 151, .48) 0 1.2px, transparent 2.6px),
    radial-gradient(circle at 52% 67%, rgba(85, 124, 151, .62) 0 1.6px, rgba(255,255,255,.42) 1.8px 2.8px, transparent 3.2px),
    radial-gradient(circle at 66% 47%, rgba(85, 124, 151, .50) 0 1.2px, transparent 2.6px),
    radial-gradient(circle at 78% 64%, rgba(85, 124, 151, .64) 0 1.7px, rgba(255,255,255,.40) 2px 3px, transparent 3.5px),
    radial-gradient(circle at 90% 45%, rgba(85, 124, 151, .50) 0 1.2px, transparent 2.6px) !important;
  background-size: 250px 42px !important;
  animation: weatherRainDropletBounce .92s ease-out infinite !important;
}

html body .mk-page .weather-rain-splash::after {
  inset-inline: 7% !important;
  opacity: .58 !important;
  background-size: 310px 46px !important;
  animation-duration: 1.14s !important;
  animation-delay: -.34s !important;
}

html body .mk-page .weather-state-rain .weather-rain-splash,
html body .mk-page .weather-state-heavy-rain .weather-rain-splash,
html body .mk-page .weather-state-thunder .weather-rain-splash {
  opacity: clamp(.58, var(--weather-splash-opacity, .76), .92) !important;
}

html body .mk-page .weather-state-heavy-rain .weather-rain-splash,
html body .mk-page .weather-state-thunder .weather-rain-splash {
  height: 108px !important;
  animation-duration: .50s !important;
}

html body .mk-page .weather-state-snow .weather-snow--near {
  background:
    radial-gradient(circle, rgba(255,255,255,.98) 0 3.6px, rgba(245,250,255,.72) 3.8px 5px, transparent 5.4px),
    radial-gradient(circle, rgba(240,248,255,.90) 0 2.3px, transparent 4.6px),
    radial-gradient(circle, rgba(255,255,255,.78) 0 1.8px, transparent 3.4px) !important;
  background-size: 88px 92px, 124px 118px, 62px 70px !important;
}

@media (max-width: 720px) {
  html body .mk-page .weather-rain-splash {
    height: 68px !important;
    bottom: -7px !important;
  }
}

/* ===== Makosha clear sky/partly/night realism 20260619 ===== */
html body .mk-page .makosha-weather-bg.weather-state-sun:not(.weather-is-night) .weather-sky {
  background:
    radial-gradient(circle at calc(var(--weather-orb-x) * 1%) calc(var(--weather-orb-y) * 1%), rgba(255, 236, 139, .38), transparent 21%),
    linear-gradient(180deg, rgba(119, 187, 237, .54) 0%, rgba(183, 221, 249, .42) 43%, rgba(255,255,255,.62) 100%),
    linear-gradient(90deg, rgba(255,255,255,.48), rgba(231,246,255,.50), rgba(255,255,255,.42)) !important;
  filter: saturate(1.08) brightness(1.02) !important;
}

html body .mk-page .makosha-weather-bg.weather-state-sun:not(.weather-is-night) .weather-sun {
  opacity: 1 !important;
  visibility: visible !important;
}

html body .mk-page .makosha-weather-bg.weather-state-sun:not(.weather-is-night) .weather-cloud {
  opacity: 0 !important;
}

html body .mk-page .makosha-weather-bg.weather-state-night.weather-is-night .weather-sky {
  background:
    radial-gradient(circle at calc(var(--weather-orb-x) * 1%) calc(var(--weather-orb-y) * 1%), rgba(236,229,185,.24), transparent 19%),
    radial-gradient(circle at 26% 26%, rgba(75,95,132,.20), transparent 31%),
    linear-gradient(180deg, rgba(12,22,45,.92) 0%, rgba(18,29,55,.70) 48%, rgba(40,39,54,.34) 100%) !important;
  filter: saturate(1.05) brightness(.96) !important;
}

html body .mk-page .makosha-weather-bg.weather-state-night.weather-is-night .weather-stars {
  inset: 0 5% auto 5% !important;
  width: auto !important;
  height: 100% !important;
  opacity: .94 !important;
  background:
    radial-gradient(circle at 8% 28%, rgba(255,255,255,.96) 0 1.2px, transparent 2.2px),
    radial-gradient(circle at 17% 47%, rgba(255,255,255,.70) 0 1px, transparent 2px),
    radial-gradient(circle at 29% 19%, rgba(255,255,255,.86) 0 1px, transparent 2px),
    radial-gradient(circle at 38% 58%, rgba(255,255,255,.62) 0 1px, transparent 2px),
    radial-gradient(circle at 51% 31%, rgba(255,255,255,.90) 0 1.3px, transparent 2.5px),
    radial-gradient(circle at 67% 18%, rgba(255,255,255,.74) 0 1px, transparent 2px),
    radial-gradient(circle at 79% 51%, rgba(255,255,255,.82) 0 1px, transparent 2px),
    radial-gradient(circle at 91% 27%, rgba(255,255,255,.66) 0 1px, transparent 2px) !important;
  filter: drop-shadow(0 0 5px rgba(255,255,255,.35)) !important;
  animation: weatherStarsTwinkle 4.8s ease-in-out infinite alternate !important;
}

html body .mk-page .makosha-weather-bg.weather-state-night.weather-is-night .weather-moon {
  opacity: .92 !important;
  visibility: visible !important;
}

html body .mk-page .makosha-weather-bg.weather-state-night.weather-is-night .weather-cloud,
html body .mk-page .makosha-weather-bg.weather-state-night.weather-is-night .weather-sun {
  opacity: 0 !important;
  visibility: hidden !important;
}

html body .mk-page .makosha-weather-bg.weather-state-partly:not(.weather-is-night) .weather-sky {
  background:
    radial-gradient(circle at calc(var(--weather-orb-x) * 1%) calc(var(--weather-orb-y) * 1%), rgba(255,232,126,.32), transparent 18%),
    linear-gradient(180deg, rgba(106,180,235,.50) 0%, rgba(186,224,250,.40) 45%, rgba(255,255,255,.66) 100%),
    linear-gradient(90deg, rgba(255,255,255,.42), rgba(232,247,255,.46), rgba(255,255,255,.40)) !important;
  filter: saturate(1.08) brightness(1.01) !important;
}

html body .mk-page .makosha-weather-bg.weather-state-partly:not(.weather-is-night) .weather-sun {
  opacity: .86 !important;
  visibility: visible !important;
}

html body .mk-page .makosha-weather-bg.weather-state-partly:not(.weather-is-night) .weather-cloud {
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(242,246,247,.80) 66%, rgba(224,232,236,.58)) !important;
  box-shadow:
    24px -18px 0 12px rgba(255,255,255,.88),
    70px -30px 0 25px rgba(255,255,255,.80),
    130px -20px 0 19px rgba(250,252,252,.74),
    178px -5px 0 9px rgba(231,238,241,.52),
    0 22px 36px rgba(72,96,112,.12) !important;
  opacity: clamp(.24, var(--weather-cloud-opacity, .42), .58) !important;
  filter: blur(.04px) drop-shadow(0 12px 20px rgba(82, 109, 126, .11)) brightness(1.04) !important;
}

html body .mk-page .makosha-weather-bg.weather-state-partly:not(.weather-is-night) .weather-cloud::before {
  background: rgba(255,255,255,.80) !important;
}

html body .mk-page .makosha-weather-bg.weather-state-partly:not(.weather-is-night) .weather-cloud::after {
  background: rgba(247,251,252,.72) !important;
}

html body .mk-page .makosha-weather-bg.weather-state-clouds:not(.weather-is-night) .weather-sky {
  background:
    linear-gradient(180deg, rgba(137,184,213,.32) 0%, rgba(219,229,231,.58) 50%, rgba(255,255,255,.66) 100%),
    linear-gradient(90deg, rgba(255,255,255,.42), rgba(239,242,239,.52), rgba(255,255,255,.38)) !important;
}

@keyframes weatherStarsTwinkle {
  0% { opacity: .70; transform: translateY(0); }
  45% { opacity: .96; }
  100% { opacity: .82; transform: translateY(-1px); }
}

/* ===== Makosha partly cloudy night safety 20260619 ===== */
html body .mk-page .makosha-weather-bg.weather-state-partly.weather-is-night .weather-sky {
  background:
    radial-gradient(circle at calc(var(--weather-orb-x) * 1%) calc(var(--weather-orb-y) * 1%), rgba(236,229,185,.18), transparent 18%),
    linear-gradient(180deg, rgba(13,25,49,.88) 0%, rgba(27,39,62,.64) 50%, rgba(53,51,61,.32) 100%) !important;
}

html body .mk-page .makosha-weather-bg.weather-state-partly.weather-is-night .weather-sun {
  opacity: 0 !important;
  visibility: hidden !important;
}

html body .mk-page .makosha-weather-bg.weather-state-partly.weather-is-night .weather-moon {
  opacity: .78 !important;
  visibility: visible !important;
}

html body .mk-page .makosha-weather-bg.weather-state-partly.weather-is-night .weather-stars {
  opacity: .58 !important;
}

html body .mk-page .makosha-weather-bg.weather-state-partly.weather-is-night .weather-cloud {
  background:
    linear-gradient(180deg, rgba(101,113,126,.48), rgba(58,70,84,.38)) !important;
  box-shadow:
    24px -18px 0 12px rgba(112,124,136,.34),
    70px -30px 0 25px rgba(91,104,118,.32),
    130px -20px 0 19px rgba(73,87,101,.30),
    178px -5px 0 9px rgba(54,67,80,.24),
    0 22px 34px rgba(14,22,32,.18) !important;
  opacity: clamp(.18, var(--weather-cloud-opacity, .34), .46) !important;
}

/* ===== Makosha partly cloud density after clear sky patch 20260619 ===== */
html body .mk-page .makosha-weather-bg.weather-state-partly.weather-cloud-low .weather-cloud--two,
html body .mk-page .makosha-weather-bg.weather-state-partly.weather-cloud-low .weather-cloud--three,
html body .mk-page .makosha-weather-bg.weather-state-partly.weather-cloud-low .weather-cloud--four,
html body .mk-page .makosha-weather-bg.weather-state-partly.weather-cloud-low .weather-cloud--five {
  opacity: 0 !important;
  visibility: hidden !important;
}

html body .mk-page .makosha-weather-bg.weather-state-partly.weather-cloud-mid .weather-cloud--four,
html body .mk-page .makosha-weather-bg.weather-state-partly.weather-cloud-mid .weather-cloud--five {
  opacity: 0 !important;
  visibility: hidden !important;
}

html body .mk-page .makosha-weather-bg.weather-state-partly.weather-cloud-mid .weather-cloud--two,
html body .mk-page .makosha-weather-bg.weather-state-partly.weather-cloud-mid .weather-cloud--three {
  opacity: clamp(.16, calc(var(--weather-cloud-opacity, .42) * .74), .42) !important;
  visibility: visible !important;
}

html body .mk-page .makosha-weather-bg.weather-state-partly.weather-cloud-high .weather-cloud--four,
html body .mk-page .makosha-weather-bg.weather-state-partly.weather-cloud-high .weather-cloud--five {
  opacity: clamp(.14, calc(var(--weather-cloud-opacity, .42) * .66), .38) !important;
  visibility: visible !important;
}

/* ===== Makosha nav follows visible sun/moon 20260619 ===== */
html body .mk-page .mk-header.weather-has-orb {
  grid-template-columns: minmax(360px, 520px) minmax(520px, 1fr) minmax(104px, 132px) !important;
}

html body .mk-page .mk-header.weather-has-orb .mk-nav {
  align-self: end !important;
  justify-self: end !important;
  margin: 0 clamp(116px, 8.8vw, 160px) 12px 0 !important;
  transform: translateY(0) !important;
}

html body .mk-page .mk-header.weather-has-orb .mk-nav a {
  background-color: rgba(255,255,255,.78) !important;
  backdrop-filter: blur(7px);
}

@media (max-width: 1180px) {
  html body .mk-page .mk-header.weather-has-orb .mk-nav {
    margin-right: clamp(92px, 9vw, 130px) !important;
  }
}

@media (max-width: 960px) {
  html body .mk-page .mk-header.weather-has-orb .mk-nav {
    align-self: center !important;
    justify-self: center !important;
    margin: 8px 0 0 !important;
  }
}

/* ===== Makosha force nav to city line when sun/moon visible 20260619 ===== */
html body .mk-page .mk-header.weather-has-orb .mk-nav {
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  right: clamp(190px, 12vw, 230px) !important;
  bottom: 8px !important;
  z-index: 7 !important;
  align-self: auto !important;
  justify-self: auto !important;
  margin: 0 !important;
}

@media (max-width: 960px) {
  html body .mk-page .mk-header.weather-has-orb .mk-nav {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    align-self: center !important;
    justify-self: center !important;
    margin: 8px 0 0 !important;
  }
}

/* ===== Makosha generic header sun/moon nav position 20260619 ===== */
html body .mk-header.weather-has-orb .mk-nav {
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  right: clamp(190px, 12vw, 230px) !important;
  bottom: 8px !important;
  z-index: 7 !important;
  align-self: auto !important;
  justify-self: auto !important;
  margin: 0 !important;
}

@media (max-width: 960px) {
  html body .mk-header.weather-has-orb .mk-nav {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    align-self: center !important;
    justify-self: center !important;
    margin: 8px 0 0 !important;
  }
}

/* ===== Makosha sun/moon nav relative header fix 20260619 ===== */
html body .mk-header.weather-has-orb {
  position: relative !important;
}

/* ===== Makosha catalog header remove old phone when weather nav active 20260619 ===== */
html body .mk-catalog-header .mk-contact > b {
  display: none !important;
}

html body .mk-catalog-header .mk-contact {
  gap: 8px !important;
}

/* ===== Makosha lightning only for heavy rain/thunder 20260619 ===== */
html body .weather-lightning,
html body .weather-flash,
html body .mk-page .weather-lightning,
html body .mk-page .weather-flash {
  opacity: 0 !important;
  visibility: hidden !important;
  animation: none !important;
}

html body .makosha-weather-bg.weather-state-heavy-rain .weather-lightning,
html body .makosha-weather-bg.weather-state-thunder .weather-lightning,
html body .mk-page .makosha-weather-bg.weather-state-heavy-rain .weather-lightning,
html body .mk-page .makosha-weather-bg.weather-state-thunder .weather-lightning {
  visibility: visible !important;
  animation: weatherLightning 6s steps(1, end) infinite !important;
}

html body .makosha-weather-bg.weather-state-heavy-rain .weather-flash,
html body .makosha-weather-bg.weather-state-thunder .weather-flash,
html body .mk-page .makosha-weather-bg.weather-state-heavy-rain .weather-flash,
html body .mk-page .makosha-weather-bg.weather-state-thunder .weather-flash {
  visibility: visible !important;
  animation: weatherFlash 6s steps(1, end) infinite !important;
}

html body .makosha-weather-bg.weather-state-rain .weather-lightning,
html body .makosha-weather-bg.weather-state-rain .weather-flash,
html body .mk-page .makosha-weather-bg.weather-state-rain .weather-lightning,
html body .mk-page .makosha-weather-bg.weather-state-rain .weather-flash {
  opacity: 0 !important;
  visibility: hidden !important;
  animation: none !important;
}

/* ===== Makosha unified public header layout 20260619 ===== */
html body .mk-page .mk-header,
html body .mk-header {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(360px, 450px) minmax(600px, 1fr) minmax(92px, 112px) !important;
  align-items: center !important;
  gap: clamp(14px, 1.7vw, 24px) !important;
  width: 100% !important;
  min-height: 220px !important;
  height: auto !important;
  padding: 10px clamp(34px, 4.2vw, 60px) 8px !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.90)),
    radial-gradient(circle at 20% 22%, rgba(215,166,76,.10), transparent 36%) !important;
}

html body .mk-header > *:not(.makosha-weather-bg) {
  position: relative !important;
  z-index: 4 !important;
}

html body .mk-page .mk-header.weather-has-orb,
html body .mk-header.weather-has-orb {
  min-height: 220px !important;
  padding-bottom: 8px !important;
}

html body .mk-page .mk-header.weather-has-orb .mk-nav,
html body .mk-header.weather-has-orb .mk-nav {
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  right: clamp(190px, 12vw, 230px) !important;
  bottom: 8px !important;
  z-index: 7 !important;
  align-self: auto !important;
  justify-self: auto !important;
  margin: 0 !important;
}

html body .mk-catalog-page .mk-catalog-wrap,
html body .mk-works-page,
html body .mk-suppliers-page,
html body .makosha-seo-page {
  position: relative !important;
  z-index: 2 !important;
}

@media (max-width: 1120px) {
  html body .mk-page .mk-header,
  html body .mk-header {
    grid-template-columns: 1fr auto !important;
  }
}

@media (max-width: 960px) {
  html body .mk-page .mk-header.weather-has-orb .mk-nav,
  html body .mk-header.weather-has-orb .mk-nav {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    align-self: center !important;
    justify-self: center !important;
    margin: 8px 0 0 !important;
  }
}

/* ===== Makosha time-of-day fog wind realism 20260619 ===== */
html body .mk-page .makosha-weather-bg,
html body .makosha-weather-bg {
  --weather-fog-opacity: 0;
  --weather-fog-duration: 34s;
  --weather-cloud-one-start-x: -13vw;
  --weather-cloud-one-end-x: 15vw;
  --weather-cloud-one-start-y: 0px;
  --weather-cloud-one-end-y: 0px;
  --weather-cloud-two-start-x: 12vw;
  --weather-cloud-two-end-x: -16vw;
  --weather-cloud-two-start-y: 0px;
  --weather-cloud-two-end-y: 0px;
  --weather-cloud-three-start-x: 8vw;
  --weather-cloud-three-end-x: -12vw;
  --weather-cloud-three-start-y: 0px;
  --weather-cloud-three-end-y: 0px;
  --weather-cloud-four-start-x: -9vw;
  --weather-cloud-four-end-x: 13vw;
  --weather-cloud-four-start-y: 0px;
  --weather-cloud-four-end-y: 0px;
  --weather-cloud-five-start-x: 7vw;
  --weather-cloud-five-end-x: -11vw;
  --weather-cloud-five-start-y: 0px;
  --weather-cloud-five-end-y: 0px;
  --weather-fog-start-x: -18vw;
  --weather-fog-end-x: 20vw;
  --weather-fog-start-y: 0px;
  --weather-fog-end-y: 0px;
}

html body .mk-page .makosha-weather-bg.weather-time-day.weather-state-sun .weather-sky,
html body .makosha-weather-bg.weather-time-day.weather-state-sun .weather-sky {
  background:
    radial-gradient(circle at calc(var(--weather-orb-x) * 1%) calc(var(--weather-orb-y) * 1%), rgba(255, 236, 145, .48), transparent 22%),
    linear-gradient(180deg, rgba(99, 178, 238, .62) 0%, rgba(177, 219, 248, .46) 48%, rgba(255,255,255,.72) 100%) !important;
  filter: saturate(1.08) brightness(1.04) !important;
}

html body .mk-page .makosha-weather-bg.weather-time-twilight .weather-sky,
html body .makosha-weather-bg.weather-time-twilight .weather-sky {
  background:
    radial-gradient(circle at calc(var(--weather-orb-x) * 1%) calc(var(--weather-orb-y) * 1%), rgba(255, 197, 94, .34), transparent 22%),
    linear-gradient(180deg, rgba(132, 158, 196, .44) 0%, rgba(234, 196, 145, .24) 54%, rgba(255,255,255,.64) 100%) !important;
}

html body .mk-page .makosha-weather-bg.weather-time-night .weather-sky,
html body .makosha-weather-bg.weather-time-night .weather-sky {
  background:
    radial-gradient(circle at calc(var(--weather-orb-x) * 1%) calc(var(--weather-orb-y) * 1%), rgba(235, 226, 184, .18), transparent 20%),
    radial-gradient(circle at 22% 18%, rgba(52, 72, 116, .23), transparent 34%),
    linear-gradient(180deg, rgba(9, 18, 40, .94) 0%, rgba(15, 29, 55, .76) 50%, rgba(35, 38, 54, .44) 100%) !important;
  filter: saturate(1.04) brightness(.94) !important;
}

html body .mk-page .makosha-weather-bg.weather-time-night.weather-state-night .weather-stars,
html body .mk-page .makosha-weather-bg.weather-time-night.weather-state-partly .weather-stars,
html body .makosha-weather-bg.weather-time-night.weather-state-night .weather-stars,
html body .makosha-weather-bg.weather-time-night.weather-state-partly .weather-stars {
  inset: 0 4% auto 4% !important;
  width: auto !important;
  height: 100% !important;
  opacity: .88 !important;
  visibility: visible !important;
  background:
    radial-gradient(circle at 7% 30%, rgba(255,255,255,.95) 0 1.2px, transparent 2.2px),
    radial-gradient(circle at 16% 52%, rgba(255,255,255,.66) 0 1px, transparent 2px),
    radial-gradient(circle at 28% 19%, rgba(255,255,255,.86) 0 1.1px, transparent 2.2px),
    radial-gradient(circle at 39% 63%, rgba(255,255,255,.58) 0 1px, transparent 2px),
    radial-gradient(circle at 52% 31%, rgba(255,255,255,.92) 0 1.3px, transparent 2.5px),
    radial-gradient(circle at 66% 17%, rgba(255,255,255,.72) 0 1px, transparent 2px),
    radial-gradient(circle at 80% 54%, rgba(255,255,255,.80) 0 1px, transparent 2px),
    radial-gradient(circle at 92% 28%, rgba(255,255,255,.62) 0 1px, transparent 2px) !important;
  filter: drop-shadow(0 0 5px rgba(255,255,255,.34)) !important;
  animation: weatherStarsTwinkle 4.8s ease-in-out infinite alternate !important;
}

html body .mk-page .makosha-weather-bg.weather-time-night.weather-state-partly .weather-stars,
html body .makosha-weather-bg.weather-time-night.weather-state-partly .weather-stars {
  opacity: .66 !important;
}

html body .mk-page .makosha-weather-bg.weather-time-night.weather-state-clouds .weather-stars,
html body .mk-page .makosha-weather-bg.weather-time-night.weather-state-fog .weather-stars,
html body .mk-page .makosha-weather-bg.weather-time-night.weather-state-rain .weather-stars,
html body .mk-page .makosha-weather-bg.weather-time-night.weather-state-heavy-rain .weather-stars,
html body .mk-page .makosha-weather-bg.weather-time-night.weather-state-thunder .weather-stars,
html body .makosha-weather-bg.weather-time-night.weather-state-clouds .weather-stars,
html body .makosha-weather-bg.weather-time-night.weather-state-fog .weather-stars,
html body .makosha-weather-bg.weather-time-night.weather-state-rain .weather-stars,
html body .makosha-weather-bg.weather-time-night.weather-state-heavy-rain .weather-stars,
html body .makosha-weather-bg.weather-time-night.weather-state-thunder .weather-stars {
  opacity: 0 !important;
  visibility: hidden !important;
}

html body .mk-page .makosha-weather-bg.weather-time-day.weather-state-clouds .weather-sky,
html body .makosha-weather-bg.weather-time-day.weather-state-clouds .weather-sky {
  background:
    linear-gradient(180deg, rgba(127, 170, 199, .34) 0%, rgba(206, 222, 226, .62) 54%, rgba(255,255,255,.68) 100%) !important;
}

html body .mk-page .makosha-weather-bg.weather-time-night.weather-state-clouds .weather-sky,
html body .makosha-weather-bg.weather-time-night.weather-state-clouds .weather-sky {
  background:
    linear-gradient(180deg, rgba(10, 17, 31, .94) 0%, rgba(24, 34, 48, .86) 48%, rgba(52, 54, 60, .52) 100%) !important;
}

html body .mk-page .makosha-weather-bg.weather-time-night.weather-state-clouds .weather-cloud,
html body .mk-page .makosha-weather-bg.weather-time-night.weather-state-partly .weather-cloud,
html body .makosha-weather-bg.weather-time-night.weather-state-clouds .weather-cloud,
html body .makosha-weather-bg.weather-time-night.weather-state-partly .weather-cloud {
  background:
    linear-gradient(180deg, rgba(88, 101, 116, .58), rgba(45, 58, 73, .50)) !important;
  box-shadow:
    24px -18px 0 12px rgba(93, 108, 123, .38),
    70px -30px 0 25px rgba(78, 93, 109, .35),
    130px -20px 0 19px rgba(62, 77, 93, .32),
    178px -5px 0 9px rgba(44, 58, 73, .25),
    0 22px 34px rgba(8, 14, 22, .22) !important;
}

html body .mk-page .makosha-weather-bg.weather-time-day.weather-state-partly .weather-cloud,
html body .makosha-weather-bg.weather-time-day.weather-state-partly .weather-cloud {
  background:
    linear-gradient(180deg, rgba(255,255,255,.97), rgba(244,248,250,.82) 66%, rgba(226,235,240,.60)) !important;
}

html body .mk-page .makosha-weather-bg.weather-state-fog .weather-sky,
html body .makosha-weather-bg.weather-state-fog .weather-sky {
  background:
    radial-gradient(circle at 28% 22%, rgba(202, 190, 164, .18), transparent 32%),
    linear-gradient(180deg, rgba(67, 76, 82, .58) 0%, rgba(151, 154, 149, .48) 48%, rgba(234, 231, 222, .58) 100%) !important;
  filter: saturate(.78) brightness(.86) !important;
}

html body .mk-page .makosha-weather-bg.weather-time-night.weather-state-fog .weather-sky,
html body .makosha-weather-bg.weather-time-night.weather-state-fog .weather-sky {
  background:
    radial-gradient(circle at 48% 28%, rgba(116, 120, 125, .20), transparent 36%),
    linear-gradient(180deg, rgba(7, 13, 24, .96) 0%, rgba(34, 39, 46, .84) 48%, rgba(73, 72, 70, .56) 100%) !important;
}

html body .mk-page .makosha-weather-bg.weather-state-fog .weather-sun,
html body .mk-page .makosha-weather-bg.weather-state-fog .weather-moon,
html body .makosha-weather-bg.weather-state-fog .weather-sun,
html body .makosha-weather-bg.weather-state-fog .weather-moon {
  opacity: 0 !important;
  visibility: hidden !important;
}

html body .mk-page .weather-fog,
html body .weather-fog {
  inset: -22px -12% -16px -12% !important;
  height: auto !important;
  bottom: auto !important;
  z-index: 4 !important;
  opacity: 0 !important;
  background:
    radial-gradient(ellipse at 16% 38%, rgba(255,255,255,.34), transparent 34%),
    radial-gradient(ellipse at 48% 58%, rgba(224, 222, 212, .42), transparent 38%),
    radial-gradient(ellipse at 76% 34%, rgba(196, 198, 194, .34), transparent 32%),
    linear-gradient(90deg, transparent 0%, rgba(216, 216, 208, .28) 30%, rgba(244,242,232,.32) 52%, rgba(190, 194, 192, .24) 74%, transparent 100%) !important;
  background-size: 48% 78%, 58% 88%, 46% 70%, 125% 100% !important;
  background-position: 0 20%, 48% 45%, 100% 22%, 0 0 !important;
  filter: blur(13px) saturate(.8) !important;
  animation: weatherFogWindDrift var(--weather-fog-duration, 34s) ease-in-out infinite !important;
}

html body .mk-page .makosha-weather-bg.weather-state-fog .weather-fog,
html body .makosha-weather-bg.weather-state-fog .weather-fog {
  opacity: var(--weather-fog-opacity, .72) !important;
  visibility: visible !important;
}

html body .mk-page .makosha-weather-bg.weather-state-fog .weather-cloud,
html body .makosha-weather-bg.weather-state-fog .weather-cloud {
  opacity: clamp(.22, calc(var(--weather-cloud-opacity, .50) * .62), .48) !important;
  filter: blur(1.8px) drop-shadow(0 14px 24px rgba(47, 54, 58, .12)) !important;
}

html body .mk-page .makosha-weather-bg.weather-time-night.weather-state-rain .weather-sky,
html body .mk-page .makosha-weather-bg.weather-time-night.weather-state-heavy-rain .weather-sky,
html body .mk-page .makosha-weather-bg.weather-time-night.weather-state-thunder .weather-sky,
html body .makosha-weather-bg.weather-time-night.weather-state-rain .weather-sky,
html body .makosha-weather-bg.weather-time-night.weather-state-heavy-rain .weather-sky,
html body .makosha-weather-bg.weather-time-night.weather-state-thunder .weather-sky {
  background:
    linear-gradient(180deg, rgba(7, 12, 20, .96) 0%, rgba(26, 34, 42, .88) 50%, rgba(57, 62, 64, .58) 100%) !important;
}

html body .mk-page .makosha-weather-bg.weather-state-rain .weather-sun,
html body .mk-page .makosha-weather-bg.weather-state-rain .weather-moon,
html body .mk-page .makosha-weather-bg.weather-state-heavy-rain .weather-sun,
html body .mk-page .makosha-weather-bg.weather-state-heavy-rain .weather-moon,
html body .mk-page .makosha-weather-bg.weather-state-thunder .weather-sun,
html body .mk-page .makosha-weather-bg.weather-state-thunder .weather-moon,
html body .makosha-weather-bg.weather-state-rain .weather-sun,
html body .makosha-weather-bg.weather-state-rain .weather-moon,
html body .makosha-weather-bg.weather-state-heavy-rain .weather-sun,
html body .makosha-weather-bg.weather-state-heavy-rain .weather-moon,
html body .makosha-weather-bg.weather-state-thunder .weather-sun,
html body .makosha-weather-bg.weather-state-thunder .weather-moon {
  opacity: 0 !important;
  visibility: hidden !important;
}

@keyframes weatherCloudWindOne {
  0%, 100% { translate: var(--weather-cloud-one-start-x, -13vw) var(--weather-cloud-one-start-y, 0px); }
  50% { translate: var(--weather-cloud-one-end-x, 15vw) var(--weather-cloud-one-end-y, 0px); }
}

@keyframes weatherCloudWindTwo {
  0%, 100% { translate: var(--weather-cloud-two-start-x, 12vw) var(--weather-cloud-two-start-y, 0px); }
  50% { translate: var(--weather-cloud-two-end-x, -16vw) var(--weather-cloud-two-end-y, 0px); }
}

@keyframes weatherCloudWindThree {
  0%, 100% { translate: var(--weather-cloud-three-start-x, 8vw) var(--weather-cloud-three-start-y, 0px); }
  50% { translate: var(--weather-cloud-three-end-x, -12vw) var(--weather-cloud-three-end-y, 0px); }
}

@keyframes weatherCloudWindFour {
  0%, 100% { translate: var(--weather-cloud-four-start-x, -9vw) var(--weather-cloud-four-start-y, 0px); }
  50% { translate: var(--weather-cloud-four-end-x, 13vw) var(--weather-cloud-four-end-y, 0px); }
}

@keyframes weatherCloudWindFive {
  0%, 100% { translate: var(--weather-cloud-five-start-x, 7vw) var(--weather-cloud-five-start-y, 0px); }
  50% { translate: var(--weather-cloud-five-end-x, -11vw) var(--weather-cloud-five-end-y, 0px); }
}

@keyframes weatherFogWindDrift {
  0%, 100% {
    translate: var(--weather-fog-start-x, -18vw) var(--weather-fog-start-y, 0px);
    background-position: 0 20%, 48% 45%, 100% 22%, 0 0;
  }
  50% {
    translate: var(--weather-fog-end-x, 20vw) var(--weather-fog-end-y, 0px);
    background-position: 16% 22%, 58% 42%, 84% 24%, 100% 0;
  }
}

/* ===== Makosha weather sound control 20260619 ===== */
html body .mk-header .mk-weather-sound,
html body .mk-page .mk-header .mk-weather-sound {
  position: absolute !important;
  right: clamp(32px, 4.2vw, 60px) !important;
  bottom: 8px !important;
  z-index: 9 !important;
  width: 36px !important;
  height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border: 1px solid rgba(196, 137, 44, .48) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .70) !important;
  color: #704816 !important;
  box-shadow: 0 8px 20px rgba(39, 29, 18, .10), inset 0 1px 0 rgba(255,255,255,.82) !important;
  backdrop-filter: blur(8px) !important;
  cursor: pointer !important;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease !important;
}

html body .mk-header .mk-weather-sound:hover,
html body .mk-page .mk-header .mk-weather-sound:hover {
  transform: translateY(-1px) !important;
  border-color: rgba(220, 147, 34, .88) !important;
  background: rgba(255, 250, 239, .92) !important;
  box-shadow: 0 0 0 3px rgba(242, 196, 76, .26), 0 12px 24px rgba(39, 29, 18, .14) !important;
}

html body .mk-header .mk-weather-sound.is-on,
html body .mk-page .mk-header .mk-weather-sound.is-on {
  color: #063321 !important;
  border-color: rgba(214, 144, 33, .95) !important;
  background: linear-gradient(180deg, rgba(255, 251, 239, .95), rgba(244, 232, 207, .92)) !important;
  box-shadow: 0 0 0 3px rgba(242, 196, 76, .32), 0 14px 28px rgba(6, 51, 33, .14) !important;
}

html body .mk-header .mk-weather-sound__icon,
html body .mk-page .mk-header .mk-weather-sound__icon {
  position: relative !important;
  width: 16px !important;
  height: 16px !important;
  display: block !important;
}

html body .mk-header .mk-weather-sound__icon::before,
html body .mk-page .mk-header .mk-weather-sound__icon::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 4px !important;
  width: 7px !important;
  height: 8px !important;
  border-radius: 2px 0 0 2px !important;
  background: currentColor !important;
  box-shadow: 5px -3px 0 -2px currentColor, 5px 3px 0 -2px currentColor !important;
}

html body .mk-header .mk-weather-sound__icon::after,
html body .mk-page .mk-header .mk-weather-sound__icon::after {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  top: 2px !important;
  width: 8px !important;
  height: 12px !important;
  border: 2px solid currentColor !important;
  border-left: 0 !important;
  border-radius: 0 12px 12px 0 !important;
  opacity: .18 !important;
}

html body .mk-header .mk-weather-sound.is-on .mk-weather-sound__icon::after,
html body .mk-page .mk-header .mk-weather-sound.is-on .mk-weather-sound__icon::after {
  opacity: .78 !important;
  animation: mkWeatherSoundPulse 1.45s ease-in-out infinite !important;
}

@keyframes mkWeatherSoundPulse {
  0%, 100% { transform: scaleX(.82); opacity: .44; }
  50% { transform: scaleX(1.12); opacity: .88; }
}

@media (max-width: 960px) {
  html body .mk-header .mk-weather-sound,
  html body .mk-page .mk-header .mk-weather-sound {
    right: 14px !important;
    bottom: 14px !important;
  }
}

/* ===== Makosha weather text readability 20260619 ===== */
html body .mk-page .mk-header .mk-weather-info {
  width: max-content !important;
  max-width: min(92vw, 560px) !important;
  margin: 0 auto 2px !important;
  padding: 8px 18px 9px !important;
  border: 1px solid rgba(204, 145, 53, .34) !important;
  border-radius: 999px !important;
  background:
    linear-gradient(180deg, rgba(255, 252, 244, .92), rgba(246, 237, 222, .84)) !important;
  color: #173f2c !important;
  box-shadow:
    0 12px 28px rgba(38, 29, 20, .14),
    inset 0 1px 0 rgba(255, 255, 255, .92) !important;
  backdrop-filter: blur(10px) saturate(1.1) !important;
  -webkit-backdrop-filter: blur(10px) saturate(1.1) !important;
  text-shadow: none !important;
}

html body .mk-page .mk-header .mk-weather-info__main {
  gap: 9px !important;
  color: #173f2c !important;
  font-size: clamp(15px, 1.2vw, 18px) !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  letter-spacing: .01em !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .7) !important;
}

html body .mk-page .mk-header .mk-weather-info__meta {
  margin-top: 2px !important;
  gap: 8px !important;
  color: #6b4a25 !important;
  font-size: clamp(12px, .92vw, 14px) !important;
  line-height: 1.12 !important;
  font-weight: 800 !important;
  letter-spacing: .02em !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .7) !important;
}

html body .mk-page .mk-header .mk-weather-info__main span + span::before,
html body .mk-page .mk-header .mk-weather-info__meta span + span::before {
  content: "•" !important;
  margin-right: 8px !important;
  color: rgba(178, 112, 22, .78) !important;
}

html body .mk-page .mk-header[data-weather-condition*="rain"] .mk-weather-info,
html body .mk-page .mk-header[data-weather-condition*="storm"] .mk-weather-info,
html body .mk-page .mk-header[data-weather-condition*="snow"] .mk-weather-info,
html body .mk-page .mk-header[data-weather-condition*="fog"] .mk-weather-info,
html body .mk-page .mk-header[data-weather-condition*="night"] .mk-weather-info {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(241, 235, 224, .88)) !important;
  border-color: rgba(223, 163, 69, .48) !important;
  box-shadow:
    0 14px 30px rgba(8, 20, 18, .20),
    0 0 0 1px rgba(255, 255, 255, .52),
    inset 0 1px 0 rgba(255, 255, 255, .95) !important;
}

@media (max-width: 720px) {
  html body .mk-page .mk-header .mk-weather-info {
    max-width: calc(100vw - 28px) !important;
    padding: 7px 12px 8px !important;
    border-radius: 18px !important;
  }

  html body .mk-page .mk-header .mk-weather-info__main,
  html body .mk-page .mk-header .mk-weather-info__meta {
    width: 100% !important;
  }
}

/* ===== Makosha realistic moon 20260619 ===== */
html body .mk-page .weather-moon,
html body .makosha-weather-bg .weather-moon {
  position: absolute !important;
  top: max(calc(var(--weather-orb-size, 92px) * .62), calc(var(--weather-orb-y, 16) * 1%)) !important;
  overflow: visible !important;
  border-radius: 50% !important;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, .96) 0 7%, rgba(255, 255, 255, .38) 8%, transparent 12%),
    radial-gradient(circle at 67% 36%, rgba(128, 121, 104, .30) 0 6%, rgba(255, 255, 255, .16) 7%, transparent 10%),
    radial-gradient(circle at 43% 63%, rgba(126, 118, 101, .24) 0 5%, rgba(255, 255, 255, .13) 6%, transparent 9%),
    radial-gradient(circle at 72% 70%, rgba(115, 108, 92, .20) 0 4%, transparent 7%),
    radial-gradient(circle at 27% 73%, rgba(112, 105, 91, .18) 0 3%, transparent 6%),
    radial-gradient(circle at 48% 42%, #fffef1 0 18%, #f1ecd9 36%, #d8cfb8 61%, #a99e87 78%, rgba(169, 158, 135, 0) 80%) !important;
  box-shadow:
    inset -16px -12px 20px rgba(75, 68, 58, .30),
    inset 9px 8px 16px rgba(255, 255, 255, .58),
    0 0 18px rgba(235, 241, 255, .48),
    0 0 54px rgba(206, 221, 255, .24),
    0 0 104px rgba(170, 190, 230, .12) !important;
  filter: drop-shadow(0 8px 20px rgba(12, 18, 30, .16)) !important;
}

html body .mk-page .weather-moon::before,
html body .makosha-weather-bg .weather-moon::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: 50% !important;
  pointer-events: none !important;
  background:
    radial-gradient(circle at 21% 34%, rgba(107, 99, 84, .28) 0 4.2%, rgba(255,255,255,.14) 4.8%, transparent 7.2%),
    radial-gradient(circle at 37% 51%, rgba(116, 108, 92, .22) 0 3.7%, transparent 6.3%),
    radial-gradient(circle at 58% 55%, rgba(95, 88, 75, .26) 0 5.2%, rgba(255,255,255,.11) 6%, transparent 8.4%),
    radial-gradient(circle at 75% 47%, rgba(103, 96, 82, .18) 0 3.5%, transparent 6%),
    radial-gradient(circle at 54% 23%, rgba(110, 102, 88, .20) 0 2.8%, transparent 5%),
    radial-gradient(circle at 31% 78%, rgba(96, 89, 76, .18) 0 3.5%, transparent 5.8%),
    linear-gradient(128deg, rgba(255,255,255,.18) 0%, transparent 38%, rgba(54,48,41,.16) 78%, rgba(28,25,22,.23) 100%) !important;
  mix-blend-mode: multiply !important;
  opacity: .92 !important;
}

html body .mk-page .weather-moon::after,
html body .makosha-weather-bg .weather-moon::after {
  content: "" !important;
  position: absolute !important;
  inset: -28% !important;
  z-index: -1 !important;
  border-radius: 50% !important;
  pointer-events: none !important;
  background:
    radial-gradient(circle, rgba(225, 236, 255, .38) 0 24%, rgba(190, 207, 242, .16) 43%, rgba(190, 207, 242, 0) 68%) !important;
  filter: blur(2px) !important;
  animation: weatherMoonBreath 7.5s ease-in-out infinite !important;
}

@keyframes weatherMoonBreath {
  0%, 100% { transform: scale(.96); opacity: .62; }
  50% { transform: scale(1.06); opacity: .92; }
}

/* ===== Makosha lunar phases and moon reflection 20260619 ===== */
html body .mk-page .weather-moon,
html body .makosha-weather-bg .weather-moon {
  overflow: hidden !important;
}

html body .mk-page .weather-moon::before,
html body .makosha-weather-bg .weather-moon::before {
  z-index: 3 !important;
}

html body .mk-page .weather-moon .weather-moon-phase,
html body .makosha-weather-bg .weather-moon .weather-moon-phase {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  display: block !important;
  border-radius: 50% !important;
  pointer-events: none !important;
  background:
    radial-gradient(ellipse at var(--weather-moon-lit-side, 86%) 50%,
      rgba(255, 255, 241, var(--weather-moon-crescent-opacity, .55)) 0 18%,
      rgba(247, 242, 217, var(--weather-moon-crescent-soft, .33)) 28%,
      rgba(247, 242, 217, 0) 56%),
    radial-gradient(ellipse at var(--weather-moon-shadow-side, 18%) 50%,
      rgba(7, 10, 19, var(--weather-moon-shadow-opacity, .42)) 0 47%,
      rgba(7, 10, 19, var(--weather-moon-shadow-soft, .32)) 60%,
      rgba(7, 10, 19, 0) 78%),
    linear-gradient(180deg,
      rgba(8, 11, 18, var(--weather-moon-dim-opacity, .18)),
      rgba(21, 20, 24, var(--weather-moon-dim-soft, .13))) !important;
  box-shadow:
    inset var(--weather-moon-phase-inset-x, 0px) 0 22px rgba(7, 10, 18, .20),
    inset 0 -8px 16px rgba(23, 20, 18, .16) !important;
}

html body .mk-page .weather-moon-reflection,
html body .makosha-weather-bg .weather-moon-reflection {
  position: absolute !important;
  left: calc(var(--weather-orb-x, 50) * 1%) !important;
  right: auto !important;
  bottom: -10px !important;
  width: clamp(180px, 28vw, 420px) !important;
  height: 74px !important;
  z-index: 1 !important;
  display: block !important;
  border-radius: 50% !important;
  pointer-events: none !important;
  opacity: var(--weather-moon-reflection-opacity, 0) !important;
  transform: translateX(-50%) perspective(420px) rotateX(63deg) scaleX(var(--weather-moon-reflection-scale, .95)) !important;
  background:
    radial-gradient(ellipse at 50% 28%,
      rgba(233, 240, 255, .58) 0 7%,
      rgba(186, 204, 242, .30) 16%,
      rgba(186, 204, 242, .10) 34%,
      rgba(186, 204, 242, 0) 72%),
    repeating-linear-gradient(90deg,
      rgba(255, 255, 255, .00) 0 13px,
      rgba(233, 240, 255, .26) 14px 18px,
      rgba(255, 255, 255, .00) 20px 33px) !important;
  filter: blur(7px) saturate(1.18) !important;
  mix-blend-mode: screen !important;
  animation: weatherMoonReflection 6.8s ease-in-out infinite !important;
}

html body .mk-page .makosha-weather-bg:not(.weather-is-night) .weather-moon-reflection,
html body .mk-page .makosha-weather-bg.weather-state-rain .weather-moon-reflection,
html body .mk-page .makosha-weather-bg.weather-state-heavy-rain .weather-moon-reflection,
html body .mk-page .makosha-weather-bg.weather-state-thunder .weather-moon-reflection,
html body .mk-page .makosha-weather-bg.weather-state-snow .weather-moon-reflection,
html body .mk-page .makosha-weather-bg.weather-state-fog .weather-moon-reflection,
html body .makosha-weather-bg:not(.weather-is-night) .weather-moon-reflection,
html body .makosha-weather-bg.weather-state-rain .weather-moon-reflection,
html body .makosha-weather-bg.weather-state-heavy-rain .weather-moon-reflection,
html body .makosha-weather-bg.weather-state-thunder .weather-moon-reflection,
html body .makosha-weather-bg.weather-state-snow .weather-moon-reflection,
html body .makosha-weather-bg.weather-state-fog .weather-moon-reflection {
  opacity: 0 !important;
}

@keyframes weatherMoonReflection {
  0%, 100% { filter: blur(7px) saturate(1.12); transform: translateX(-50%) perspective(420px) rotateX(63deg) scaleX(var(--weather-moon-reflection-scale, .95)); }
  50% { filter: blur(9px) saturate(1.25); transform: translateX(-50%) perspective(420px) rotateX(63deg) scaleX(var(--weather-moon-reflection-scale-peak, 1.07)); }
}

/* ===== Makosha mobile header auth non-overlap 20260619 ===== */
@media (max-width: 720px) {
  html body .mk-page .mk-header,
  html body .mk-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 12px 16px 18px !important;
    overflow: visible !important;
  }

  html body .mk-page .mk-header .mk-brand-stack,
  html body .mk-header .mk-brand-stack {
    order: 1 !important;
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
    margin: 0 auto !important;
    z-index: 5 !important;
  }

  html body .mk-page .mk-header .mk-logo.mk-logo--calligraphy,
  html body .mk-page .mk-header .mk-brand-stack > a.mk-logo.mk-logo--calligraphy,
  html body .mk-header .mk-logo.mk-logo--calligraphy,
  html body .mk-header .mk-brand-stack > a.mk-logo.mk-logo--calligraphy {
    width: min(100%, 350px) !important;
    max-width: calc(100vw - 32px) !important;
    margin: 0 auto !important;
    z-index: 5 !important;
  }

  html body .mk-page .mk-header .mk-calligraphy-word,
  html body .mk-header .mk-calligraphy-word {
    font-size: clamp(68px, 21vw, 88px) !important;
    line-height: .82 !important;
  }

  html body .mk-page .mk-header > .mk-contact,
  html body .mk-page .mk-header .mk-contact,
  html body .mk-header > .mk-contact,
  html body .mk-header .mk-contact {
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    grid-column: auto !important;
    grid-row: auto !important;
    order: 2 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: calc(100vw - 32px) !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    z-index: 8 !important;
  }

  html body .mk-page .mk-header > .mk-contact::before,
  html body .mk-header > .mk-contact::before {
    content: none !important;
    display: none !important;
  }

  html body .mk-page .mk-header .mk-contact-symbol,
  html body .mk-header .mk-contact-symbol {
    display: block !important;
    width: 52px !important;
    height: 52px !important;
    flex: 0 0 52px !important;
    border-radius: 16px !important;
    padding: 5px !important;
    margin: 0 !important;
  }

  html body .mk-page .mk-header .mk-login-btn,
  html body .mk-header .mk-login-btn {
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 24px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
  }

  html body .mk-page .mk-header .mk-nav,
  html body .mk-header .mk-nav,
  html body .mk-page .mk-header.weather-has-orb .mk-nav,
  html body .mk-header.weather-has-orb .mk-nav {
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    grid-column: auto !important;
    grid-row: auto !important;
    order: 3 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: min(100%, 330px) !important;
    margin: 2px auto 0 !important;
    z-index: 7 !important;
  }

  html body .mk-page .mk-header .mk-nav a,
  html body .mk-header .mk-nav a {
    min-height: 42px !important;
    padding: 0 10px !important;
    font-size: 15px !important;
  }
}

/* ===== Makosha weather text no plate 20260619 ===== */
html body .mk-page .mk-header .mk-weather-info,
html body .mk-header .mk-weather-info,
html body .mk-page .mk-header[data-weather-condition] .mk-weather-info,
html body .mk-header[data-weather-condition] .mk-weather-info {
  width: min(100%, 520px) !important;
  max-width: min(100%, 520px) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  color: #143f2b !important;
}

html body .mk-page .mk-header .mk-weather-info__main,
html body .mk-header .mk-weather-info__main {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px 8px !important;
  color: #143f2b !important;
  font-size: clamp(16px, 1.45vw, 22px) !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
  letter-spacing: .01em !important;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, .88),
    0 2px 5px rgba(255, 255, 255, .55),
    0 8px 18px rgba(20, 63, 43, .12) !important;
}

html body .mk-page .mk-header .mk-weather-info__meta,
html body .mk-header .mk-weather-info__meta {
  margin-top: 4px !important;
  color: #6b4a25 !important;
  font-size: clamp(12px, .95vw, 15px) !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, .9),
    0 2px 5px rgba(255, 255, 255, .55) !important;
}

@media (max-width: 720px) {
  html body .mk-page .mk-header .mk-weather-info,
  html body .mk-header .mk-weather-info {
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
  }

  html body .mk-page .mk-header .mk-weather-info__main,
  html body .mk-header .mk-weather-info__main {
    font-size: clamp(17px, 5.7vw, 23px) !important;
    gap: 7px !important;
  }

  html body .mk-page .mk-header .mk-weather-info__meta,
  html body .mk-header .mk-weather-info__meta {
    font-size: clamp(13px, 4.2vw, 17px) !important;
  }
}
html body .mk-region-modal__region {
  grid-column: 1 / -1;
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(184, 125, 39, .26);
  border-radius: 18px;
  background: rgba(255, 253, 248, .72);
}

html body .mk-region-modal__region h4 {
  margin: 0;
  color: #6f4b20;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html body .mk-region-modal__cities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

@media (max-width: 720px) {
  html body .mk-region-modal__cities {
    grid-template-columns: 1fr;
  }
}

/* ===== Makosha haircut lunar calendar 20260619 ===== */
html body .mk-header .mk-auth,
html body .mk-page .mk-header .mk-auth {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
}

html body .mk-header .mk-haircut-link,
html body .mk-page .mk-header .mk-haircut-link {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  min-width: 112px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(196, 137, 44, .62) !important;
  border-radius: 999px !important;
  background: rgba(255, 252, 246, .72) !important;
  color: #24533a !important;
  font-size: 12px !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
  text-align: center !important;
  text-decoration: none !important;
  letter-spacing: .01em !important;
  box-shadow: 0 10px 20px rgba(67, 48, 30, .08), inset 0 1px 0 rgba(255,255,255,.82) !important;
  transition: background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

html body .mk-header .mk-haircut-link:hover,
html body .mk-page .mk-header .mk-haircut-link:hover {
  background: linear-gradient(135deg, #3a7d59 0%, #22583d 56%, #17452f 100%) !important;
  color: #fffdf7 !important;
  border-color: rgba(226, 184, 98, .88) !important;
  box-shadow: 0 0 0 3px rgba(242, 196, 76, .25), 0 14px 28px rgba(36, 86, 58, .2), inset 0 1px 0 rgba(255,255,255,.18) !important;
  transform: translateY(-1px) !important;
}

.mk-haircut-page {
  background:
    radial-gradient(circle at 20% 8%, rgba(218, 177, 104, .18), transparent 30%),
    linear-gradient(180deg, #f4efe7 0%, #eee6dc 100%);
  padding: clamp(28px, 4vw, 54px) clamp(16px, 5vw, 72px) 76px;
}

.mk-haircut-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.mk-haircut-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: clamp(22px, 3vw, 42px);
  align-items: stretch;
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(196, 137, 44, .24);
  border-radius: 30px;
  background: rgba(255, 253, 248, .88);
  box-shadow: 0 26px 56px rgba(61, 42, 25, .10), inset 0 1px 0 rgba(255,255,255,.85);
}

.mk-haircut-label {
  color: #a86f18;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.mk-haircut-hero h1 {
  margin: 12px 0 16px;
  color: #241611;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 68px);
  line-height: .95;
  letter-spacing: 0;
}

.mk-haircut-hero p {
  max-width: 690px;
  margin: 0;
  color: #5a4a3c;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.58;
}

.mk-haircut-city-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(47, 95, 69, .18);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.78), rgba(255,247,234,.72)),
    radial-gradient(circle at 82% 16%, rgba(202, 149, 65, .18), transparent 34%);
}

.mk-haircut-city-card span {
  color: #8c6a43;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.mk-haircut-city-card strong {
  color: #173f2c;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.1;
}

.mk-haircut-current-time {
  color: #6b5b48;
  font-size: 15px;
  font-weight: 800;
}

.mk-haircut-panel {
  display: grid;
  grid-template-columns: minmax(260px, 370px) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  margin-top: 28px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(196, 137, 44, .22);
  border-radius: 28px;
  background: rgba(255, 253, 248, .82);
  box-shadow: 0 18px 40px rgba(61, 42, 25, .08);
}

.mk-haircut-form {
  display: grid;
  gap: 16px;
  align-content: start;
}

.mk-haircut-field {
  display: grid;
  gap: 8px;
}

.mk-haircut-field label {
  color: #6e5538;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mk-haircut-field input {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(151, 106, 48, .28);
  border-radius: 18px;
  background: #fffaf4;
  color: #231812;
  font: inherit;
  font-size: 17px;
  font-weight: 800;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.82);
}

.mk-haircut-field input:focus {
  border-color: rgba(47, 95, 69, .62);
  box-shadow: 0 0 0 3px rgba(242, 196, 76, .20), inset 0 1px 0 rgba(255,255,255,.9);
}

.mk-haircut-result {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  padding: clamp(24px, 3vw, 38px);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(47, 95, 69, .98), rgba(32, 73, 51, .98)),
    radial-gradient(circle at 84% 18%, rgba(232, 185, 92, .24), transparent 34%);
  color: #fffdf7;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 18px 40px rgba(24, 67, 45, .16);
}

.mk-haircut-result::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -90px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 1px solid rgba(226, 184, 98, .34);
  box-shadow: inset 0 0 80px rgba(226,184,98,.10);
  pointer-events: none;
}

.mk-haircut-moon-day {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 14px;
  color: #f5ddb0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 900;
  line-height: 1;
}

.mk-haircut-moon-day small {
  color: rgba(255,253,247,.82);
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mk-haircut-phase {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.mk-haircut-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.09);
  color: rgba(255,253,247,.92);
  font-size: 13px;
  font-weight: 850;
}

.mk-haircut-result h2 {
  margin: 0 0 10px;
  color: #fffdf7;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.12;
}

.mk-haircut-result p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,253,247,.88);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.62;
}

.mk-haircut-advice {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin-top: 22px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fffaf0;
  color: #204932;
  font-size: 13px;
  font-weight: 900;
}

.mk-haircut-advice.is-bad {
  color: #6f2c1f;
}

.mk-haircut-advice.is-neutral {
  color: #6b4a25;
}

.mk-haircut-note {
  margin-top: 18px;
  color: #6b5b48;
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 920px) {
  .mk-haircut-hero,
  .mk-haircut-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  html body .mk-header .mk-haircut-link,
  html body .mk-page .mk-header .mk-haircut-link {
    min-height: 32px !important;
    min-width: 104px !important;
    padding: 0 12px !important;
    font-size: 11.5px !important;
  }

  .mk-haircut-page {
    padding: 22px 14px 54px;
  }

  .mk-haircut-hero,
  .mk-haircut-panel {
    border-radius: 22px;
    padding: 22px;
  }
}

/* ===== Makosha haircut link align with city selector 20260619 ===== */
html body .mk-header .mk-auth,
html body .mk-page .mk-header .mk-auth {
  gap: 0 !important;
}

html body .mk-header .mk-haircut-link,
html body .mk-page .mk-header .mk-haircut-link {
  gap: 7px !important;
  min-width: 0 !important;
  min-height: auto !important;
  margin-top: clamp(54px, 4.9vw, 72px) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #0b2f20 !important;
  font-size: clamp(14px, 1vw, 15px) !important;
  line-height: 1.15 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.72) !important;
  transform: none !important;
}

html body .mk-header .mk-haircut-link::before,
html body .mk-page .mk-header .mk-haircut-link::before {
  content: "" !important;
  display: inline-block !important;
  width: 13px !important;
  height: 13px !important;
  flex: 0 0 13px !important;
  border: 2px solid currentColor !important;
  border-radius: 3px !important;
  box-sizing: border-box !important;
  background:
    linear-gradient(currentColor, currentColor) 2px 3px / 7px 1.5px no-repeat,
    linear-gradient(currentColor, currentColor) 2px 7px / 7px 1.5px no-repeat !important;
  opacity: .96 !important;
}

html body .mk-header .mk-haircut-link::after,
html body .mk-page .mk-header .mk-haircut-link::after {
  content: "" !important;
  position: absolute !important;
  left: 20px !important;
  right: 0 !important;
  bottom: -4px !important;
  height: 1px !important;
  background: linear-gradient(90deg, rgba(183,126,46,.62), rgba(183,126,46,0)) !important;
  opacity: .45 !important;
  transform: scaleX(.72) !important;
  transform-origin: left center !important;
  transition: opacity .18s ease, transform .18s ease !important;
}

html body .mk-header .mk-haircut-link:hover,
html body .mk-page .mk-header .mk-haircut-link:hover {
  background: transparent !important;
  color: #0f4a31 !important;
  border-color: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  text-decoration: none !important;
}

html body .mk-header .mk-haircut-link:hover::after,
html body .mk-page .mk-header .mk-haircut-link:hover::after {
  opacity: .85 !important;
  transform: scaleX(1) !important;
}

@media (max-width: 960px) {
  html body .mk-header .mk-haircut-link,
  html body .mk-page .mk-header .mk-haircut-link {
    margin-top: 10px !important;
  }
}

@media (max-width: 640px) {
  html body .mk-header .mk-haircut-link,
  html body .mk-page .mk-header .mk-haircut-link {
    min-height: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
  }
}

/* ===== Makosha region selector as list only 20260619 ===== */
html body .mk-region-modal__box {
  width: min(94vw, 560px) !important;
  max-width: min(94vw, 560px) !important;
  overflow: hidden !important;
}

html body .mk-region-modal__grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  overflow-x: hidden !important;
}

html body .mk-region-modal__region {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  padding: 12px !important;
}

html body .mk-region-modal__cities {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: none !important;
  gap: 7px !important;
}

html body .mk-region-modal__grid button,
html body .mk-region-modal__cities button {
  width: 100% !important;
  min-height: 42px !important;
  padding: 9px 13px !important;
  border-radius: 12px !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  white-space: normal !important;
}

html body .mk-region-modal__grid button.is-active::after,
html body .mk-region-modal__cities button.is-active::after {
  content: "" !important;
  width: 10px !important;
  height: 10px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background: #063321 !important;
}

/* ===== Public makosha.site header layer model 20260621 ===== */
html body.mk-site .mk-public-header .makosha-weather-bg {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  contain: layout paint !important;
}

html body.mk-site .mk-public-header .makosha-weather-bg > i {
  position: absolute !important;
  display: block !important;
  pointer-events: none !important;
  transform: translateZ(0);
}

html body.mk-site .mk-public-header .makosha-weather-canvas {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none !important;
  opacity: .9 !important;
}

html body.mk-site .mk-public-header .header-content {
  position: relative !important;
  z-index: 20 !important;
}

html body.mk-site .mk-public-header .mk-brand,
html body.mk-site .mk-public-header .mk-nav,
html body.mk-site .mk-public-header .mk-public-tools,
html body.mk-site .mk-public-header .mk-menu-toggle {
  position: relative !important;
  z-index: 30 !important;
  pointer-events: auto !important;
}

html body.mk-site .mk-public-header .weather-sky {
  inset: 0 !important;
  z-index: 1 !important;
  background:
    radial-gradient(circle at 24% 24%, rgba(255, 222, 145, .20), transparent 26%),
    linear-gradient(180deg, rgba(220, 232, 238, .92), rgba(190, 199, 205, .82)) !important;
}

html body.mk-site .mk-public-header .weather-glow {
  z-index: 2 !important;
  left: calc(var(--weather-orb-x, 38) * 1%) !important;
  top: clamp(14px, calc(var(--weather-orb-y, 24) * 1%), 112px) !important;
  width: 170px !important;
  height: 170px !important;
  border-radius: 999px !important;
  background: radial-gradient(circle, rgba(245, 197, 90, .24), rgba(245, 197, 90, .08) 45%, transparent 68%) !important;
  filter: blur(12px) !important;
  opacity: .5 !important;
  transform: translate(-50%, -50%) !important;
}

html body.mk-site .mk-public-header .weather-sun,
html body.mk-site .mk-public-header .weather-moon {
  z-index: 2 !important;
  left: calc(var(--weather-orb-x, 38) * 1%) !important;
  top: clamp(20px, calc(var(--weather-orb-y, 24) * 1%), 116px) !important;
  width: clamp(30px, calc(var(--weather-orb-size, 104px) * .36), 44px) !important;
  height: clamp(30px, calc(var(--weather-orb-size, 104px) * .36), 44px) !important;
  border-radius: 50% !important;
  opacity: 0;
  transform: translate(-50%, -50%) !important;
}

html body.mk-site .mk-public-header .weather-sun {
  background: radial-gradient(circle at 36% 34%, #fffdf0 0 19%, #ffd77c 34%, #df9c2c 61%, rgba(223, 156, 44, 0) 72%) !important;
  box-shadow: 0 0 24px rgba(228, 163, 48, .48), 0 0 58px rgba(228, 163, 48, .20) !important;
}

html body.mk-site .mk-public-header .weather-moon {
  background: radial-gradient(circle at var(--weather-moon-lit-side, 28%) 34%, #fffdf1 0 19%, #e4dfca 54%, #aaa48d 74%, transparent 75%) !important;
  box-shadow: 0 0 24px rgba(242, 235, 202, .44) !important;
}

html body.mk-site .mk-public-header .weather-moon-phase {
  position: absolute !important;
  inset: 0 !important;
  border-radius: 50% !important;
  background:
    radial-gradient(circle at var(--weather-moon-shadow-side, 74%) 50%, rgba(32, 35, 45, var(--weather-moon-shadow-opacity, .45)) 0 46%, transparent 58%),
    radial-gradient(circle at 40% 36%, rgba(255,255,255,.18), transparent 28%) !important;
  mix-blend-mode: multiply;
  opacity: .9;
}

html body.mk-site .mk-public-header .weather-stars {
  z-index: 2 !important;
  inset: 8px 8% auto auto !important;
  width: 44% !important;
  height: 82px !important;
  opacity: 0;
}

html body.mk-site .mk-public-header .weather-cloud {
  z-index: 3 !important;
  width: calc(116px * var(--weather-cloud-scale, 1)) !important;
  height: calc(28px * var(--weather-cloud-scale, 1)) !important;
  border-radius: 999px !important;
  background: rgba(255, 252, 246, .58) !important;
  box-shadow:
    24px -12px 0 9px rgba(255, 252, 246, .50),
    58px -9px 0 14px rgba(255, 252, 246, .43),
    92px -4px 0 7px rgba(255, 252, 246, .36),
    0 13px 28px rgba(75, 68, 61, .08) !important;
  filter: blur(.1px) !important;
  opacity: 0;
}

html body.mk-site .mk-public-header .weather-cloud--one {
  left: 46% !important;
  top: 18px !important;
  animation: weatherCloudOne var(--weather-cloud-duration-one, 38s) linear infinite !important;
}

html body.mk-site .mk-public-header .weather-cloud--two {
  left: 68% !important;
  top: 58px !important;
  transform: scale(.78) !important;
  animation: weatherCloudTwo var(--weather-cloud-duration-two, 44s) linear infinite !important;
}

html body.mk-site .mk-public-header .weather-cloud--three {
  right: 3% !important;
  top: 18px !important;
  transform: scale(.64) !important;
  animation: weatherCloudThree var(--weather-cloud-duration-three, 52s) linear infinite !important;
}

html body.mk-site .mk-public-header .weather-cloud--four,
html body.mk-site .mk-public-header .weather-cloud--five {
  display: none !important;
}

html body.mk-site .mk-public-header .weather-fog,
html body.mk-site .mk-public-header .weather-rain,
html body.mk-site .mk-public-header .weather-rain-heavy,
html body.mk-site .mk-public-header .weather-rain-splash,
html body.mk-site .mk-public-header .weather-snow,
html body.mk-site .mk-public-header .weather-wind,
html body.mk-site .mk-public-header .weather-lightning,
html body.mk-site .mk-public-header .weather-flash {
  z-index: 4 !important;
  pointer-events: none !important;
}

html body.mk-site .mk-public-header .weather-state-sun .weather-sun,
html body.mk-site .mk-public-header .weather-state-partly .weather-sun,
html body.mk-site .mk-public-header .weather-state-clouds .weather-cloud,
html body.mk-site .mk-public-header .weather-state-fog .weather-cloud,
html body.mk-site .mk-public-header .weather-state-fog .weather-fog,
html body.mk-site .mk-public-header .weather-state-partly .weather-cloud,
html body.mk-site .mk-public-header .weather-state-rain .weather-cloud,
html body.mk-site .mk-public-header .weather-state-heavy-rain .weather-cloud,
html body.mk-site .mk-public-header .weather-state-snow .weather-cloud,
html body.mk-site .mk-public-header .weather-state-thunder .weather-cloud,
html body.mk-site .mk-public-header .weather-state-wind .weather-wind,
html body.mk-site .mk-public-header .weather-state-rain .weather-rain,
html body.mk-site .mk-public-header .weather-state-heavy-rain .weather-rain-heavy,
html body.mk-site .mk-public-header .weather-state-snow .weather-snow,
html body.mk-site .mk-public-header .weather-state-thunder .weather-lightning,
html body.mk-site .mk-public-header .weather-state-thunder .weather-flash,
html body.mk-site .mk-public-header .weather-state-night .weather-moon,
html body.mk-site .mk-public-header .weather-state-night .weather-stars {
  opacity: 1;
}

html body.mk-site .mk-public-header .weather-state-clouds .weather-cloud,
html body.mk-site .mk-public-header .weather-state-partly .weather-cloud,
html body.mk-site .mk-public-header .weather-state-rain .weather-cloud,
html body.mk-site .mk-public-header .weather-state-heavy-rain .weather-cloud,
html body.mk-site .mk-public-header .weather-state-snow .weather-cloud,
html body.mk-site .mk-public-header .weather-state-thunder .weather-cloud {
  opacity: min(var(--weather-cloud-opacity, .58), .64);
}

@media (max-width: 560px) {
  html body.mk-site .mk-public-header .makosha-weather-canvas {
    opacity: .74 !important;
  }

  html body.mk-site .mk-public-header .weather-cloud {
    width: calc(82px * var(--weather-cloud-scale, 1)) !important;
    height: calc(22px * var(--weather-cloud-scale, 1)) !important;
  }

  html body.mk-site .mk-public-header .weather-cloud--one {
    left: 57% !important;
    top: 18px !important;
  }

  html body.mk-site .mk-public-header .weather-cloud--two {
    display: none !important;
  }

  html body.mk-site .mk-public-header .weather-cloud--three {
    right: -18px !important;
    top: 42px !important;
    transform: scale(.52) !important;
  }

  html body.mk-site .mk-public-header .weather-sun,
  html body.mk-site .mk-public-header .weather-moon {
    width: 30px !important;
    height: 30px !important;
    top: clamp(18px, calc(var(--weather-orb-y, 24) * .72%), 76px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body.mk-site .mk-public-header .makosha-weather-bg *,
  html body.mk-site .mk-public-header .makosha-weather-canvas {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* ===== Makosha centered clock and haircut modal 20260621 ===== */
html body .mk-header-clock {
  position: absolute !important;
  left: 50% !important;
  top: 12px !important;
  z-index: 46 !important;
  transform: translateX(-50%) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 210px !important;
  min-height: 28px !important;
  padding: 4px 16px !important;
  border: 1px solid rgba(226, 184, 98, .24) !important;
  border-radius: 999px !important;
  background: rgba(21, 28, 24, .26) !important;
  color: #fffaf0 !important;
  font-size: clamp(12px, .82vw, 15px) !important;
  line-height: 1.1 !important;
  font-weight: 850 !important;
  letter-spacing: .01em !important;
  text-align: center !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .42) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 12px 28px rgba(0, 0, 0, .12) !important;
  backdrop-filter: blur(9px) !important;
  -webkit-backdrop-filter: blur(9px) !important;
  pointer-events: none !important;
}

html body .makosha-hero-content,
html body.mk-site .mk-public-header .header-content {
  position: relative !important;
}

html body .makosha-hero-content > .mk-header-clock {
  top: 8px !important;
}

html body.mk-site .mk-public-header .mk-weather-strip,
html body .makosha-weather-line {
  padding-top: 32px !important;
}

html body .mk-lunar-day-button {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 2px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  text-shadow: inherit !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

html body .mk-lunar-day-button:hover {
  color: #f7d79a !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}

html body .mk-lunar-day-button:focus-visible {
  outline: 2px solid rgba(247, 215, 154, .9) !important;
  outline-offset: 4px !important;
  border-radius: 999px !important;
}

html.mk-haircut-modal-open,
html.mk-haircut-modal-open body {
  overflow: hidden !important;
}

html body .mk-haircut-modal[hidden] {
  display: none !important;
}

html body .mk-haircut-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
  display: grid !important;
  place-items: center !important;
  padding: clamp(16px, 4vw, 44px) !important;
}

html body .mk-haircut-modal__overlay {
  position: absolute !important;
  inset: 0 !important;
  background:
    radial-gradient(circle at 24% 14%, rgba(202, 149, 65, .24), transparent 32%),
    rgba(20, 14, 10, .64) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}

html body .mk-haircut-modal__panel {
  position: relative !important;
  z-index: 1 !important;
  width: min(1040px, 100%) !important;
  max-height: min(92vh, 940px) !important;
  overflow: auto !important;
  overscroll-behavior: contain !important;
  scrollbar-gutter: stable both-edges !important;
  -webkit-overflow-scrolling: touch !important;
  display: grid !important;
  grid-template-columns: minmax(300px, .95fr) minmax(320px, 1fr) !important;
  gap: clamp(18px, 2.4vw, 30px) !important;
  padding: clamp(24px, 3.4vw, 44px) !important;
  border: 1px solid rgba(216, 166, 83, .48) !important;
  border-radius: clamp(22px, 3vw, 34px) !important;
  background:
    radial-gradient(circle at 14% 12%, rgba(228, 188, 111, .18), transparent 34%),
    linear-gradient(135deg, #fffaf1 0%, #f4eadb 52%, #ead9c2 100%) !important;
  color: #241611 !important;
  box-shadow: 0 36px 90px rgba(18, 13, 9, .38), inset 0 1px 0 rgba(255, 255, 255, .82) !important;
}

html body .mk-haircut-modal__close {
  position: absolute !important;
  top: 20px !important;
  right: 20px !important;
  width: 48px !important;
  height: 48px !important;
  border: 1px solid rgba(196, 137, 44, .36) !important;
  border-radius: 50% !important;
  background: rgba(255, 253, 248, .78) !important;
  color: #0d4b35 !important;
  font-size: 34px !important;
  line-height: 42px !important;
  font-weight: 300 !important;
  cursor: pointer !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92), 0 12px 24px rgba(62, 43, 25, .1) !important;
}

html body .mk-haircut-modal__label,
html body .mk-haircut-modal__lead,
html body .mk-haircut-modal__meta,
html body .mk-haircut-datetime-form,
html body .mk-haircut-modal__nav,
html body .mk-haircut-calendar {
  grid-column: 1 !important;
}

html body .mk-haircut-modal__result {
  grid-column: 2 !important;
  grid-row: 1 / span 6 !important;
}

html body .mk-haircut-modal__label {
  color: #a46b18 !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

html body .mk-haircut-modal h2 {
  grid-column: 1 !important;
  margin: -10px 0 0 !important;
  max-width: 560px !important;
  color: #0d4b35 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(38px, 5vw, 70px) !important;
  line-height: .92 !important;
  letter-spacing: 0 !important;
}

html body .mk-haircut-modal__lead {
  margin: 0 !important;
  max-width: 560px !important;
  color: #5f4b3c !important;
  font-size: clamp(15px, 1.4vw, 18px) !important;
  line-height: 1.55 !important;
}

html body .mk-haircut-modal__meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 9px !important;
  color: #0d4b35 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

html body .mk-haircut-modal__meta span,
html body .mk-haircut-modal__meta button {
  display: inline-flex !important;
  min-height: 30px !important;
  align-items: center !important;
  padding: 0 12px !important;
  border: 1px solid rgba(196, 137, 44, .3) !important;
  border-radius: 999px !important;
  background: rgba(255, 253, 248, .6) !important;
}

html body .mk-haircut-modal__meta button {
  font: inherit !important;
  cursor: pointer !important;
}

html body .mk-haircut-modal__datetime {
  color: #0d4b35 !important;
}

html body .mk-haircut-datetime-form[hidden] {
  display: none !important;
}

html body .mk-haircut-datetime-form {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: end !important;
  gap: 9px !important;
  margin-top: -4px !important;
  touch-action: pan-y !important;
}

html body .mk-haircut-datetime-form label {
  display: grid !important;
  gap: 5px !important;
  color: #0d4b35 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

html body .mk-haircut-datetime-form input {
  min-height: 38px !important;
  max-width: 168px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(196, 137, 44, .34) !important;
  border-radius: 999px !important;
  background: rgba(255, 253, 248, .72) !important;
  color: #291a13 !important;
  font: inherit !important;
  font-weight: 850 !important;
  touch-action: pan-y !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82) !important;
}

html body .mk-haircut-datetime-form button {
  min-height: 38px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(196, 137, 44, .38) !important;
  border-radius: 999px !important;
  background: rgba(255, 253, 248, .78) !important;
  color: #0d4b35 !important;
  font: inherit !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  cursor: pointer !important;
}

html body .mk-haircut-datetime-form input:focus-visible {
  outline: 2px solid rgba(247, 215, 154, .95) !important;
  outline-offset: 3px !important;
}

html body .mk-haircut-modal__nav {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) 44px !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: 4px !important;
}

html body .mk-haircut-modal__nav button {
  width: 44px !important;
  height: 44px !important;
  border: 1px solid rgba(196, 137, 44, .38) !important;
  border-radius: 50% !important;
  background: rgba(255, 253, 248, .78) !important;
  color: #0d4b35 !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}

html body .mk-haircut-modal__nav strong {
  color: #291a13 !important;
  font-size: 18px !important;
  font-weight: 950 !important;
  text-align: center !important;
}

html body .mk-haircut-calendar {
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

html body .mk-haircut-calendar__week {
  color: #8a673c !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  letter-spacing: .08em !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

html body .mk-haircut-calendar__grid {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

html body .mk-haircut-calendar__blank {
  min-height: 58px !important;
}

html body .mk-haircut-calendar__day {
  min-width: 0 !important;
  min-height: 58px !important;
  display: grid !important;
  place-items: center !important;
  gap: 2px !important;
  padding: 7px 4px !important;
  border: 1px solid rgba(196, 137, 44, .22) !important;
  border-radius: 16px !important;
  background: rgba(255, 253, 248, .72) !important;
  color: #2b2018 !important;
  cursor: pointer !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86) !important;
}

html body .mk-haircut-calendar__day span {
  font-size: 17px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

html body .mk-haircut-calendar__day small {
  color: #0d4b35 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

html body .mk-haircut-calendar__day.is-good {
  background: linear-gradient(135deg, rgba(239, 249, 241, .92), rgba(255, 253, 248, .86)) !important;
  border-color: rgba(43, 111, 75, .32) !important;
}

html body .mk-haircut-calendar__day.is-bad {
  background: linear-gradient(135deg, rgba(255, 243, 235, .94), rgba(255, 253, 248, .84)) !important;
  border-color: rgba(166, 95, 57, .25) !important;
}

html body .mk-haircut-calendar__day.is-today {
  box-shadow: inset 0 0 0 2px rgba(196, 137, 44, .42), 0 8px 18px rgba(62, 43, 25, .08) !important;
}

html body .mk-haircut-calendar__day.is-selected {
  background: linear-gradient(135deg, #9a7a58 0%, #806244 54%, #5b432e 100%) !important;
  border-color: rgba(240, 204, 139, .74) !important;
  color: #fffaf0 !important;
}

html body .mk-haircut-calendar__day.is-selected small {
  color: #f6d799 !important;
}

html body .mk-haircut-modal__result {
  align-self: stretch !important;
  min-height: 100% !important;
  padding: clamp(24px, 3vw, 38px) !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at 86% 14%, rgba(232, 185, 92, .24), transparent 34%),
    linear-gradient(135deg, #174b34 0%, #0d3e2b 58%, #092c1f 100%) !important;
  color: #fffdf7 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 24px 46px rgba(24, 67, 45, .18) !important;
}

html body .mk-haircut-modal__day {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 8px !important;
  margin-bottom: 16px !important;
  color: #f5ddb0 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(40px, 5vw, 68px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

html body .mk-haircut-modal__day small {
  color: rgba(255, 253, 247, .82) !important;
  font-family: Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

html body .mk-haircut-modal__chips {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-bottom: 22px !important;
}

html body .mk-haircut-modal__chips span,
html body .mk-haircut-modal__advice {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 32px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

html body .mk-haircut-modal__chips span {
  border: 1px solid rgba(255, 255, 255, .18) !important;
  background: rgba(255, 255, 255, .09) !important;
  color: rgba(255, 253, 247, .92) !important;
}

html body .mk-haircut-modal__result h3 {
  margin: 0 0 12px !important;
  color: #fffdf7 !important;
  font-size: clamp(24px, 2.6vw, 36px) !important;
  line-height: 1.12 !important;
}

html body .mk-haircut-modal__result p {
  margin: 0 !important;
  color: rgba(255, 253, 247, .88) !important;
  font-size: clamp(15px, 1.35vw, 19px) !important;
  line-height: 1.62 !important;
}

html body .mk-haircut-modal__advice {
  margin-top: 24px !important;
  background: #fffaf0 !important;
  color: #204932 !important;
}

html body .mk-haircut-modal__advice.is-bad {
  color: #6f2c1f !important;
}

html body .mk-haircut-modal__advice.is-neutral {
  color: #6b4a25 !important;
}

html body .mk-haircut-modal button:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 0 0 3px rgba(242, 196, 76, .18), 0 14px 28px rgba(62, 43, 25, .13) !important;
}

html body .mk-haircut-modal button:focus-visible {
  outline: 2px solid rgba(247, 215, 154, .95) !important;
  outline-offset: 3px !important;
}

@media (max-width: 980px) {
  html body .mk-haircut-modal__panel {
    grid-template-columns: 1fr !important;
  }

  html body .mk-haircut-modal__label,
  html body .mk-haircut-modal h2,
  html body .mk-haircut-modal__lead,
  html body .mk-haircut-modal__meta,
  html body .mk-haircut-datetime-form,
  html body .mk-haircut-modal__nav,
  html body .mk-haircut-calendar,
  html body .mk-haircut-modal__result {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

@media (max-width: 720px) {
  html body .mk-header-clock {
    top: 7px !important;
    min-width: 178px !important;
    min-height: 24px !important;
    padding: 3px 12px !important;
    font-size: 11px !important;
  }

  html body.mk-site .mk-public-header .mk-weather-strip,
  html body .makosha-weather-line {
    padding-top: 28px !important;
  }

  html body .mk-lunar-day-button {
    white-space: normal !important;
  }

  html body .mk-haircut-modal {
    align-items: start !important;
    padding: 10px !important;
  }

  html body .mk-haircut-modal__panel {
    max-height: calc(100vh - 20px) !important;
    gap: 16px !important;
    padding: 22px 14px 18px !important;
    border-radius: 22px !important;
  }

  html body .mk-haircut-modal__close {
    top: 12px !important;
    right: 12px !important;
    width: 42px !important;
    height: 42px !important;
    font-size: 30px !important;
  }

  html body .mk-haircut-modal h2 {
    padding-right: 46px !important;
    font-size: clamp(34px, 12vw, 48px) !important;
  }

  html body .mk-haircut-datetime-form label,
  html body .mk-haircut-datetime-form input {
    width: 100% !important;
    max-width: none !important;
  }

  html body .mk-haircut-datetime-form button {
    width: 100% !important;
    justify-content: center !important;
  }

  html body .mk-haircut-calendar,
  html body .mk-haircut-calendar__grid {
    gap: 5px !important;
  }

  html body .mk-haircut-calendar__blank,
  html body .mk-haircut-calendar__day {
    min-height: 46px !important;
  }

  html body .mk-haircut-calendar__day {
    border-radius: 12px !important;
  }

  html body .mk-haircut-calendar__day span {
    font-size: 14px !important;
  }

  html body .mk-haircut-calendar__day small {
    font-size: 9px !important;
  }
}

/* ===== Makosha currency rates header module 20260623 ===== */
html body .mk-currency-trigger {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 2px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  text-shadow: inherit !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

html body .mk-currency-trigger::before {
  content: "" !important;
  display: inline-block !important;
  width: 4px !important;
  height: 4px !important;
  margin-right: 8px !important;
  border-radius: 50% !important;
  background: var(--mk-gold, #d8a653) !important;
  vertical-align: middle !important;
}

html body .mk-currency-trigger:hover {
  color: #f7d79a !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}

html body .mk-currency-trigger:focus-visible {
  outline: 2px solid rgba(247, 215, 154, .9) !important;
  outline-offset: 4px !important;
  border-radius: 999px !important;
}

html body .makosha-hero-content > .makosha-weather-line .mk-currency-trigger,
html body.mk-site .mk-public-header .mk-weather-line .mk-currency-trigger {
  position: absolute !important;
  top: 32px !important;
  right: 0 !important;
  z-index: 47 !important;
}

html body.mk-site .mk-public-header .mk-weather-strip {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
  justify-content: flex-start !important;
}

html body.mk-site .mk-public-header .mk-weather-line {
  width: 100% !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

html.mk-currency-modal-open,
html.mk-currency-modal-open body {
  overflow: hidden !important;
}

html body .mk-currency-modal[hidden] {
  display: none !important;
}

html body .mk-currency-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 10000 !important;
  display: grid !important;
  place-items: start end !important;
  padding: clamp(72px, 8vw, 104px) clamp(14px, 4vw, 44px) clamp(14px, 4vw, 44px) !important;
}

html body .mk-currency-modal__overlay {
  position: absolute !important;
  inset: 0 !important;
  background:
    radial-gradient(circle at 78% 10%, rgba(202, 149, 65, .22), transparent 34%),
    rgba(20, 14, 10, .58) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}

html body .mk-currency-modal__panel {
  position: relative !important;
  z-index: 1 !important;
  width: min(720px, 100%) !important;
  max-height: min(82vh, 820px) !important;
  overflow: auto !important;
  display: grid !important;
  gap: 18px !important;
  padding: clamp(22px, 3vw, 34px) !important;
  border: 1px solid rgba(216, 166, 83, .48) !important;
  border-radius: clamp(20px, 2.5vw, 30px) !important;
  background:
    radial-gradient(circle at 12% 10%, rgba(228, 188, 111, .20), transparent 32%),
    linear-gradient(135deg, rgba(255, 250, 241, .98) 0%, rgba(244, 234, 219, .98) 52%, rgba(234, 217, 194, .98) 100%) !important;
  color: #241611 !important;
  box-shadow: 0 34px 86px rgba(18, 13, 9, .36), inset 0 1px 0 rgba(255, 255, 255, .82) !important;
}

html body .mk-currency-modal__close {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  width: 42px !important;
  height: 42px !important;
  border: 1px solid rgba(111, 72, 30, .18) !important;
  border-radius: 50% !important;
  background: rgba(255, 253, 247, .74) !important;
  color: #5f3c20 !important;
  font-size: 30px !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

html body .mk-currency-modal__label {
  width: fit-content !important;
  padding: 6px 11px !important;
  border: 1px solid rgba(180, 122, 34, .26) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .48) !important;
  color: #6d471f !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

html body .mk-currency-modal h2,
html body .mk-currency-calculator h3 {
  margin: 0 !important;
  color: #1f1710 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
}

html body .mk-currency-modal h2 {
  padding-right: 48px !important;
  font-size: clamp(34px, 4vw, 54px) !important;
}

html body .mk-currency-calculator h3 {
  font-size: 22px !important;
}

html body .mk-currency-modal__lead {
  margin: -8px 0 0 !important;
  color: rgba(42, 27, 17, .72) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
}

html body .mk-currency-rates {
  display: grid !important;
  gap: 10px !important;
  margin-top: 14px !important;
}

html body .mk-currency-rate {
  display: grid !important;
  grid-template-columns: 64px minmax(140px, 1fr) minmax(130px, auto) auto !important;
  align-items: center !important;
  gap: 8px 14px !important;
  min-height: 54px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(111, 72, 30, .12) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, .46) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .58) !important;
}

html body .mk-currency-rate strong {
  color: #174b34 !important;
  font-size: 17px !important;
  font-weight: 950 !important;
}

html body .mk-currency-rate span {
  color: rgba(36, 22, 17, .72) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

html body .mk-currency-rate b {
  color: #241611 !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  text-align: right !important;
}

html body .mk-currency-rate em {
  color: #174b34 !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 900 !important;
}

html body .mk-currency-rate small {
  grid-column: 2 / -1 !important;
  color: rgba(36, 22, 17, .52) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

html body .mk-currency-rate.is-muted {
  grid-template-columns: 1fr !important;
  color: rgba(36, 22, 17, .64) !important;
}

html body .mk-currency-calculator {
  display: grid !important;
  gap: 12px !important;
  margin: 2px 0 0 !important;
  padding: 16px !important;
  border: 1px solid rgba(180, 122, 34, .20) !important;
  border-radius: 20px !important;
  background: rgba(32, 73, 50, .08) !important;
}

html body .mk-currency-calculator__row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr) !important;
  align-items: end !important;
  gap: 10px !important;
}

html body .mk-currency-calculator label {
  display: grid !important;
  gap: 6px !important;
  color: rgba(36, 22, 17, .68) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .02em !important;
}

html body .mk-currency-calculator input,
html body .mk-currency-calculator select {
  width: 100% !important;
  min-height: 44px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(111, 72, 30, .18) !important;
  border-radius: 14px !important;
  background: rgba(255, 253, 247, .84) !important;
  color: #241611 !important;
  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
}

html body .mk-currency-calculator select {
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 42px !important;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8L10 13L15 8' stroke='%236f481e' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 13px center !important;
  background-size: 18px 18px !important;
}

html body .mk-currency-swap {
  width: 44px !important;
  height: 44px !important;
  border: 1px solid rgba(180, 122, 34, .30) !important;
  border-radius: 50% !important;
  background: #174b34 !important;
  color: #fffaf0 !important;
  font-size: 21px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}

html body .mk-currency-result {
  min-height: 48px !important;
  display: flex !important;
  align-items: center !important;
  padding: 12px 14px !important;
  border-radius: 16px !important;
  background: rgba(23, 75, 52, .12) !important;
  color: #174b34 !important;
  font-size: clamp(20px, 2vw, 28px) !important;
  font-weight: 950 !important;
}

html body .mk-currency-modal button:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 0 0 3px rgba(242, 196, 76, .18), 0 14px 28px rgba(62, 43, 25, .13) !important;
}

html body .mk-currency-modal button:focus-visible,
html body .mk-currency-modal input:focus-visible,
html body .mk-currency-modal select:focus-visible {
  outline: 2px solid rgba(247, 215, 154, .95) !important;
  outline-offset: 3px !important;
}

@media (max-width: 980px) {
  html body .makosha-hero-content > .makosha-weather-line .mk-currency-trigger,
  html body.mk-site .mk-public-header .mk-weather-line .mk-currency-trigger {
    position: static !important;
    flex-basis: 100% !important;
    margin-left: 0 !important;
  }

  html body.mk-site .mk-public-header .mk-weather-line {
    justify-content: center !important;
  }

  html body .mk-currency-modal {
    place-items: start center !important;
    padding-top: 62px !important;
  }
}

@media (max-width: 720px) {
  html body .mk-currency-trigger {
    white-space: nowrap !important;
  }

  html body .mk-currency-modal {
    padding: 54px 10px 10px !important;
  }

  html body .mk-currency-modal__panel {
    width: 100% !important;
    max-height: calc(100vh - 64px) !important;
    gap: 14px !important;
    padding: 20px 14px 16px !important;
    border-radius: 22px !important;
  }

  html body .mk-currency-modal h2 {
    font-size: clamp(32px, 10vw, 44px) !important;
  }

  html body .mk-currency-rate {
    grid-template-columns: 58px minmax(0, 1fr) !important;
  }

  html body .mk-currency-rate b,
  html body .mk-currency-rate em,
  html body .mk-currency-rate small {
    grid-column: 2 !important;
    text-align: left !important;
  }

  html body .mk-currency-calculator__row {
    grid-template-columns: 1fr 44px 1fr !important;
  }
}
